@smart-tools/t3-code-pixso-mcp-assistant 1.0.1 → 1.0.2
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/{PixsoAssistantService-BWdD4LmW.d.mts → PixsoAssistantService-CECSOLYb.d.mts} +69 -66
- package/dist/PixsoAssistantService-x1jLli4a.mjs +109 -0
- package/dist/contracts/index.d.mts +1656 -56
- package/dist/contracts/index.mjs +1 -1
- package/dist/galleryState-DvtxfQ-P.mjs +1 -0
- package/dist/panel-DDqwWCE7.mjs +1 -0
- package/dist/resolvedNodes-CqxO3XOM.d.mts +42 -0
- package/dist/scan-B_SM6uoL.d.mts +2791 -0
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.mjs +1 -1
- package/dist/server/testing.d.mts +3 -2
- package/dist/server/testing.mjs +1 -1
- package/dist/web/index.d.mts +16 -3
- package/dist/web/index.mjs +7 -10
- package/package.json +7 -9
- package/dist/PixsoAssistantService-DE6ZFSfz.mjs +0 -113
- package/dist/constants-C3TxS7N-.mjs +0 -1
- package/dist/errors-CzFjWbus.d.mts +0 -10
- package/dist/localization-C6n18NsP.d.mts +0 -3
- package/dist/panel-DWzV5ian.mjs +0 -1
- package/dist/renderPreview-BNqmGtPz.mjs +0 -1
- package/dist/scan-CjlRisOD.d.mts +0 -906
- package/dist/synthetic/index.d.mts +0 -31
- package/dist/synthetic/index.mjs +0 -1
|
@@ -1,24 +1,33 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import {
|
|
1
|
+
import { $ as PixsoNode, A as CatalogEntry, B as PixsoConstraints, C as ComplexityBand, D as emptyPanelSnapshot, E as PixsoCardGroup, F as PixsoComponentProp, G as PixsoGradient, H as PixsoExpansion, I as PixsoComponentPropDef, J as PixsoInstanceOverride, K as PixsoImagePaint, L as PixsoComponentPropValue, M as PixsoBorders, N as PixsoChildLayout, O as CardDetail, P as PixsoComponentInfo, Q as PixsoNameSource, R as PixsoComponentRef, S as CardSummary, T as PanelSnapshot, U as PixsoFlip, V as PixsoEffect, W as PixsoFont, X as PixsoMargin, Y as PixsoLink, Z as PixsoMatrix2x3, _ as ScanToolTiming, a as PixsoToolParam, at as PixsoPaintGradient, b as UnresolvedLibrary, c as ProbeRowStatus, ct as PixsoSizing, d as RemoteToolsListResult, dt as PixsoTokenRef, et as PixsoNodeLayout, f as ReparseResult, ft as PixsoTokens, g as ScanReportData, h as ScanOutcome, i as PixsoTool, it as PixsoPaint, j as CatalogSnapshot, k as CardProvenance, l as RemoteCheckResult, lt as PixsoTextMeta, m as ScanOrigin, n as LatestScanReport, nt as PixsoNodeType, o as ProbeResult, ot as PixsoPlaceholder, p as ScanJobState, pt as PixsoUnresolvedOverride, q as PixsoInset, r as ParserDiagnostic, rt as PixsoOverlay, s as ProbeRow, st as PixsoRadii, t as CheckResult, tt as PixsoNodeStroke, u as RemoteTarget, ut as PixsoTextRun, v as UnknownEnumSample, w as GroupsMutateOp, x as CardIdentityData, y as UnknownKeySample, z as PixsoComponentUsage } from "../scan-B_SM6uoL.mjs";
|
|
2
|
+
import { a as PixsoAssistantError, i as ResolvedNodesSummary, n as ResolvedNodeRecord, r as ResolvedNodesEnvelope, t as ResolvedNodeFailure } from "../resolvedNodes-CqxO3XOM.mjs";
|
|
3
3
|
import * as Schema from "effect/Schema";
|
|
4
|
+
import { NODES_FETCH_ENABLED, PIXSO_DISABLE_SSL, PIXSO_MCP_ENDPOINT, PIXSO_REMOTE_MCP_ENDPOINT, USE_ASYNC_FOR_NODES_RESOLVE } from "@smart-tools/pixso-core";
|
|
4
5
|
import * as Rpc from "effect/unstable/rpc/Rpc";
|
|
5
6
|
import * as effect_unstable_rpc_RpcSchema0 from "effect/unstable/rpc/RpcSchema";
|
|
6
7
|
|
|
7
|
-
declare const PIXSO_MCP_ENDPOINT = "http://127.0.0.1:3667/mcp";
|
|
8
8
|
declare const PIXSO_ASSISTANT_METHODS: {
|
|
9
9
|
readonly pixsoAssistantSnapshot: "pixsoAssistant.snapshot";
|
|
10
10
|
readonly pixsoAssistantCard: "pixsoAssistant.card";
|
|
11
11
|
readonly pixsoAssistantCardRaw: "pixsoAssistant.cardRaw";
|
|
12
|
+
readonly pixsoAssistantCardImage: "pixsoAssistant.cardImage";
|
|
12
13
|
readonly pixsoAssistantRemoveCard: "pixsoAssistant.removeCard";
|
|
13
14
|
readonly pixsoAssistantGroupsMutate: "pixsoAssistant.groupsMutate";
|
|
14
15
|
readonly pixsoAssistantReportLatest: "pixsoAssistant.reportLatest";
|
|
15
16
|
readonly pixsoAssistantCatalog: "pixsoAssistant.catalog";
|
|
16
17
|
readonly pixsoAssistantScanStart: "pixsoAssistant.scanStart";
|
|
18
|
+
readonly pixsoAssistantScanCancel: "pixsoAssistant.scanCancel";
|
|
17
19
|
readonly pixsoAssistantScanSubscribe: "subscribePixsoScan";
|
|
18
20
|
readonly pixsoAssistantCheck: "pixsoAssistant.check";
|
|
19
21
|
readonly pixsoAssistantProbe: "pixsoAssistant.probe";
|
|
20
22
|
readonly pixsoAssistantRescanDebug: "pixsoAssistant.rescanDebug";
|
|
21
23
|
readonly pixsoAssistantReparse: "pixsoAssistant.reparse";
|
|
24
|
+
readonly pixsoAssistantRemoteTokenCheck: "pixsoAssistant.remoteTokenCheck";
|
|
25
|
+
readonly pixsoAssistantRemoteTokenSave: "pixsoAssistant.remoteTokenSave";
|
|
26
|
+
readonly pixsoAssistantRemoteTokenDelete: "pixsoAssistant.remoteTokenDelete";
|
|
27
|
+
readonly pixsoAssistantRemoteModeSet: "pixsoAssistant.remoteModeSet";
|
|
28
|
+
readonly pixsoAssistantRemoteToolsList: "pixsoAssistant.remoteToolsList";
|
|
29
|
+
readonly pixsoAssistantRemoteScanProbe: "pixsoAssistant.remoteScanProbe";
|
|
30
|
+
readonly pixsoAssistantRemoteFullProbe: "pixsoAssistant.remoteFullProbe";
|
|
22
31
|
};
|
|
23
32
|
type PixsoAssistantMethods = typeof PIXSO_ASSISTANT_METHODS;
|
|
24
33
|
declare const WsPixsoAssistantSnapshotRpc: Rpc.Rpc<"pixsoAssistant.snapshot", Schema.Struct<{}>, Schema.Struct<{
|
|
@@ -42,6 +51,7 @@ declare const WsPixsoAssistantSnapshotRpc: Rpc.Rpc<"pixsoAssistant.snapshot", Sc
|
|
|
42
51
|
}>;
|
|
43
52
|
readonly importedAtIso: Schema.String;
|
|
44
53
|
readonly previewSvg: Schema.String;
|
|
54
|
+
readonly imageAvailable: Schema.optional<Schema.Boolean>;
|
|
45
55
|
}>>;
|
|
46
56
|
readonly groups: Schema.$Array<Schema.Struct<{
|
|
47
57
|
readonly id: Schema.String;
|
|
@@ -80,6 +90,9 @@ declare const WsPixsoAssistantSnapshotRpc: Rpc.Rpc<"pixsoAssistant.snapshot", Sc
|
|
|
80
90
|
}>>;
|
|
81
91
|
readonly lastScanAtIso: Schema.NullOr<Schema.String>;
|
|
82
92
|
readonly supportsReparse: Schema.optional<Schema.Boolean>;
|
|
93
|
+
readonly supportsRemote: Schema.optional<Schema.Boolean>;
|
|
94
|
+
readonly remoteTokenSet: Schema.optional<Schema.Boolean>;
|
|
95
|
+
readonly remoteByDefault: Schema.optional<Schema.Boolean>;
|
|
83
96
|
}>, typeof PixsoAssistantError, never, never>;
|
|
84
97
|
declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Struct<{
|
|
85
98
|
readonly id: Schema.String;
|
|
@@ -108,6 +121,7 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
108
121
|
readonly family: Schema.optional<Schema.String>;
|
|
109
122
|
readonly style: Schema.optional<Schema.String>;
|
|
110
123
|
readonly size: Schema.optional<Schema.Number>;
|
|
124
|
+
readonly weight: Schema.optional<Schema.Number>;
|
|
111
125
|
}>>;
|
|
112
126
|
readonly stroke: Schema.optional<Schema.Struct<{
|
|
113
127
|
readonly color: Schema.String;
|
|
@@ -116,7 +130,7 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
116
130
|
readonly dashed: Schema.optional<Schema.Boolean>;
|
|
117
131
|
}>>;
|
|
118
132
|
readonly layout: Schema.optional<Schema.Struct<{
|
|
119
|
-
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "unknown"]>;
|
|
133
|
+
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "none", "unknown"]>;
|
|
120
134
|
readonly gap: Schema.NullOr<Schema.Number>;
|
|
121
135
|
readonly counterGap: Schema.optional<Schema.Number>;
|
|
122
136
|
readonly minWidth: Schema.optional<Schema.Number>;
|
|
@@ -129,43 +143,75 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
129
143
|
readonly bottom: Schema.Number;
|
|
130
144
|
readonly left: Schema.Number;
|
|
131
145
|
}>>;
|
|
132
|
-
readonly primaryAlign: Schema.optional<Schema.
|
|
133
|
-
readonly counterAlign: Schema.optional<Schema.
|
|
146
|
+
readonly primaryAlign: Schema.optional<Schema.String>;
|
|
147
|
+
readonly counterAlign: Schema.optional<Schema.String>;
|
|
134
148
|
readonly sizing: Schema.optional<Schema.Struct<{
|
|
135
149
|
readonly w: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
136
150
|
readonly h: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
137
151
|
}>>;
|
|
152
|
+
readonly alignType: Schema.optional<Schema.String>;
|
|
153
|
+
readonly direction: Schema.optional<Schema.Number>;
|
|
154
|
+
readonly itemHorizontalAlign: Schema.optional<Schema.Number>;
|
|
155
|
+
readonly itemVerticalAlign: Schema.optional<Schema.Number>;
|
|
156
|
+
readonly includeBorders: Schema.optional<Schema.Boolean>;
|
|
157
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
158
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
159
|
+
readonly grids: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
160
|
+
readonly minSize: Schema.optional<Schema.Struct<{
|
|
161
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
162
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
163
|
+
}>>;
|
|
164
|
+
readonly maxSize: Schema.optional<Schema.Struct<{
|
|
165
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
166
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
167
|
+
}>>;
|
|
138
168
|
readonly reverse: Schema.optional<Schema.Boolean>;
|
|
139
169
|
readonly summary: Schema.String;
|
|
140
170
|
}>>;
|
|
141
171
|
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
142
|
-
readonly lineHeightPx: Schema.NullOr<Schema.Number>;
|
|
143
|
-
readonly letterSpacingPx: Schema.NullOr<Schema.Number>;
|
|
144
172
|
readonly upperCase: Schema.Boolean;
|
|
145
173
|
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
146
174
|
readonly value: Schema.Number;
|
|
147
175
|
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
148
176
|
}>>;
|
|
149
|
-
readonly autoResize: Schema.optional<Schema.Literals<readonly ["height", "width-and-height"]>>;
|
|
177
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
178
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
179
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
180
|
+
readonly value: Schema.Number;
|
|
181
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
182
|
+
}>>;
|
|
183
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
184
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
185
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
186
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
187
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
188
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
189
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
190
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
150
191
|
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
151
192
|
readonly decoration: Schema.optional<Schema.String>;
|
|
152
193
|
}>>;
|
|
153
|
-
readonly hidden: Schema.optional<Schema.Boolean>;
|
|
154
194
|
readonly mask: Schema.optional<Schema.Boolean>;
|
|
155
195
|
readonly sticky: Schema.optional<Schema.Boolean>;
|
|
156
|
-
readonly
|
|
157
|
-
readonly textToken: Schema.optional<Schema.String>;
|
|
158
|
-
readonly blendMode: Schema.optional<Schema.Literal<"multiply">>;
|
|
159
|
-
readonly url: Schema.optional<Schema.String>;
|
|
196
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
160
197
|
readonly effects: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
161
|
-
readonly kind: Schema.
|
|
198
|
+
readonly kind: Schema.String;
|
|
162
199
|
readonly color: Schema.optional<Schema.String>;
|
|
200
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
201
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
163
202
|
readonly offsetX: Schema.optional<Schema.Number>;
|
|
164
203
|
readonly offsetY: Schema.optional<Schema.Number>;
|
|
204
|
+
readonly offset: Schema.optional<Schema.Struct<{
|
|
205
|
+
readonly x: Schema.Number;
|
|
206
|
+
readonly y: Schema.Number;
|
|
207
|
+
}>>;
|
|
165
208
|
readonly spread: Schema.optional<Schema.Number>;
|
|
166
209
|
readonly radius: Schema.optional<Schema.Number>;
|
|
210
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
211
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
212
|
+
readonly saturation: Schema.optional<Schema.Number>;
|
|
213
|
+
readonly showBehindNode: Schema.optional<Schema.Boolean>;
|
|
167
214
|
}>>>;
|
|
168
|
-
readonly componentRef: Schema.optional<Schema.String>;
|
|
169
215
|
readonly rotation: Schema.optional<Schema.Number>;
|
|
170
216
|
readonly radii: Schema.optional<Schema.Struct<{
|
|
171
217
|
readonly topLeft: Schema.Number;
|
|
@@ -192,6 +238,7 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
192
238
|
readonly bottom: Schema.optional<Schema.Number>;
|
|
193
239
|
readonly left: Schema.optional<Schema.Number>;
|
|
194
240
|
readonly color: Schema.optional<Schema.String>;
|
|
241
|
+
readonly independent: Schema.optional<Schema.Boolean>;
|
|
195
242
|
}>>;
|
|
196
243
|
readonly constraints: Schema.optional<Schema.Struct<{
|
|
197
244
|
readonly horizontal: Schema.optional<Schema.String>;
|
|
@@ -206,22 +253,564 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
206
253
|
readonly left: Schema.optional<Schema.Number>;
|
|
207
254
|
}>>;
|
|
208
255
|
readonly overrides: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
256
|
+
readonly pathString: Schema.optional<Schema.String>;
|
|
209
257
|
readonly path: Schema.$Array<Schema.String>;
|
|
210
258
|
readonly targetId: Schema.String;
|
|
259
|
+
readonly rawType: Schema.optional<Schema.String>;
|
|
260
|
+
readonly declaredLeft: Schema.optional<Schema.Number>;
|
|
261
|
+
readonly declaredTop: Schema.optional<Schema.Number>;
|
|
262
|
+
readonly textRaw: Schema.optional<Schema.String>;
|
|
263
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
264
|
+
readonly mask: Schema.optional<Schema.Boolean>;
|
|
265
|
+
readonly opacity: Schema.optional<Schema.Number>;
|
|
266
|
+
readonly cornerSmoothing: Schema.optional<Schema.Number>;
|
|
267
|
+
readonly fills: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
268
|
+
readonly kind: Schema.String;
|
|
269
|
+
readonly visible: Schema.Boolean;
|
|
270
|
+
readonly opacity: Schema.Number;
|
|
271
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
272
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
273
|
+
readonly alpha: Schema.Number;
|
|
274
|
+
readonly css: Schema.optional<Schema.String>;
|
|
275
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
276
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
277
|
+
readonly position: Schema.Number;
|
|
278
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
279
|
+
readonly alpha: Schema.Number;
|
|
280
|
+
}>>;
|
|
281
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
282
|
+
readonly x: Schema.Number;
|
|
283
|
+
readonly y: Schema.Number;
|
|
284
|
+
}>>;
|
|
285
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
286
|
+
readonly x: Schema.Number;
|
|
287
|
+
readonly y: Schema.Number;
|
|
288
|
+
}>>;
|
|
289
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
290
|
+
readonly x: Schema.Number;
|
|
291
|
+
readonly y: Schema.Number;
|
|
292
|
+
}>>;
|
|
293
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
294
|
+
readonly m00: Schema.Number;
|
|
295
|
+
readonly m01: Schema.Number;
|
|
296
|
+
readonly m02: Schema.Number;
|
|
297
|
+
readonly m10: Schema.Number;
|
|
298
|
+
readonly m11: Schema.Number;
|
|
299
|
+
readonly m12: Schema.Number;
|
|
300
|
+
}>>;
|
|
301
|
+
}>>;
|
|
302
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
303
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
304
|
+
readonly name: Schema.optional<Schema.String>;
|
|
305
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
306
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
307
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
308
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
309
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
310
|
+
}>>;
|
|
311
|
+
}>>>;
|
|
312
|
+
readonly strokes: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
313
|
+
readonly kind: Schema.String;
|
|
314
|
+
readonly visible: Schema.Boolean;
|
|
315
|
+
readonly opacity: Schema.Number;
|
|
316
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
317
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
318
|
+
readonly alpha: Schema.Number;
|
|
319
|
+
readonly css: Schema.optional<Schema.String>;
|
|
320
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
321
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
322
|
+
readonly position: Schema.Number;
|
|
323
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
324
|
+
readonly alpha: Schema.Number;
|
|
325
|
+
}>>;
|
|
326
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
327
|
+
readonly x: Schema.Number;
|
|
328
|
+
readonly y: Schema.Number;
|
|
329
|
+
}>>;
|
|
330
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
331
|
+
readonly x: Schema.Number;
|
|
332
|
+
readonly y: Schema.Number;
|
|
333
|
+
}>>;
|
|
334
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
335
|
+
readonly x: Schema.Number;
|
|
336
|
+
readonly y: Schema.Number;
|
|
337
|
+
}>>;
|
|
338
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
339
|
+
readonly m00: Schema.Number;
|
|
340
|
+
readonly m01: Schema.Number;
|
|
341
|
+
readonly m02: Schema.Number;
|
|
342
|
+
readonly m10: Schema.Number;
|
|
343
|
+
readonly m11: Schema.Number;
|
|
344
|
+
readonly m12: Schema.Number;
|
|
345
|
+
}>>;
|
|
346
|
+
}>>;
|
|
347
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
348
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
349
|
+
readonly name: Schema.optional<Schema.String>;
|
|
350
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
351
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
352
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
353
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
354
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
355
|
+
}>>;
|
|
356
|
+
}>>>;
|
|
357
|
+
readonly effects: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
358
|
+
readonly kind: Schema.String;
|
|
359
|
+
readonly color: Schema.optional<Schema.String>;
|
|
360
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
361
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
362
|
+
readonly offsetX: Schema.optional<Schema.Number>;
|
|
363
|
+
readonly offsetY: Schema.optional<Schema.Number>;
|
|
364
|
+
readonly offset: Schema.optional<Schema.Struct<{
|
|
365
|
+
readonly x: Schema.Number;
|
|
366
|
+
readonly y: Schema.Number;
|
|
367
|
+
}>>;
|
|
368
|
+
readonly spread: Schema.optional<Schema.Number>;
|
|
369
|
+
readonly radius: Schema.optional<Schema.Number>;
|
|
370
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
371
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
372
|
+
readonly saturation: Schema.optional<Schema.Number>;
|
|
373
|
+
readonly showBehindNode: Schema.optional<Schema.Boolean>;
|
|
374
|
+
}>>>;
|
|
375
|
+
readonly strokeWeight: Schema.optional<Schema.Number>;
|
|
376
|
+
readonly strokeAlign: Schema.optional<Schema.String>;
|
|
377
|
+
readonly strokeJoin: Schema.optional<Schema.String>;
|
|
378
|
+
readonly strokeCap: Schema.optional<Schema.String>;
|
|
379
|
+
readonly dashCap: Schema.optional<Schema.String>;
|
|
380
|
+
readonly strokeMiterLimit: Schema.optional<Schema.Number>;
|
|
381
|
+
readonly strokeDash: Schema.optional<Schema.$Array<Schema.Number>>;
|
|
382
|
+
readonly maskDisabled: Schema.optional<Schema.Boolean>;
|
|
383
|
+
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
384
|
+
readonly upperCase: Schema.Boolean;
|
|
385
|
+
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
386
|
+
readonly value: Schema.Number;
|
|
387
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
388
|
+
}>>;
|
|
389
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
390
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
391
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
392
|
+
readonly value: Schema.Number;
|
|
393
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
394
|
+
}>>;
|
|
395
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
396
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
397
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
398
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
399
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
400
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
401
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
402
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
403
|
+
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
404
|
+
readonly decoration: Schema.optional<Schema.String>;
|
|
405
|
+
}>>;
|
|
406
|
+
readonly layout: Schema.optional<Schema.Struct<{
|
|
407
|
+
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "none", "unknown"]>;
|
|
408
|
+
readonly gap: Schema.NullOr<Schema.Number>;
|
|
409
|
+
readonly counterGap: Schema.optional<Schema.Number>;
|
|
410
|
+
readonly minWidth: Schema.optional<Schema.Number>;
|
|
411
|
+
readonly maxWidth: Schema.optional<Schema.Number>;
|
|
412
|
+
readonly minHeight: Schema.optional<Schema.Number>;
|
|
413
|
+
readonly maxHeight: Schema.optional<Schema.Number>;
|
|
414
|
+
readonly padding: Schema.NullOr<Schema.Struct<{
|
|
415
|
+
readonly top: Schema.Number;
|
|
416
|
+
readonly right: Schema.Number;
|
|
417
|
+
readonly bottom: Schema.Number;
|
|
418
|
+
readonly left: Schema.Number;
|
|
419
|
+
}>>;
|
|
420
|
+
readonly primaryAlign: Schema.optional<Schema.String>;
|
|
421
|
+
readonly counterAlign: Schema.optional<Schema.String>;
|
|
422
|
+
readonly sizing: Schema.optional<Schema.Struct<{
|
|
423
|
+
readonly w: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
424
|
+
readonly h: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
425
|
+
}>>;
|
|
426
|
+
readonly alignType: Schema.optional<Schema.String>;
|
|
427
|
+
readonly direction: Schema.optional<Schema.Number>;
|
|
428
|
+
readonly itemHorizontalAlign: Schema.optional<Schema.Number>;
|
|
429
|
+
readonly itemVerticalAlign: Schema.optional<Schema.Number>;
|
|
430
|
+
readonly includeBorders: Schema.optional<Schema.Boolean>;
|
|
431
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
432
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
433
|
+
readonly grids: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
434
|
+
readonly minSize: Schema.optional<Schema.Struct<{
|
|
435
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
436
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
437
|
+
}>>;
|
|
438
|
+
readonly maxSize: Schema.optional<Schema.Struct<{
|
|
439
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
440
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
441
|
+
}>>;
|
|
442
|
+
readonly reverse: Schema.optional<Schema.Boolean>;
|
|
443
|
+
readonly summary: Schema.String;
|
|
444
|
+
}>>;
|
|
445
|
+
readonly childLayout: Schema.optional<Schema.Struct<{
|
|
446
|
+
readonly inFlow: Schema.optional<Schema.Boolean>;
|
|
447
|
+
readonly absoluteInFlow: Schema.optional<Schema.Boolean>;
|
|
448
|
+
readonly widthResize: Schema.optional<Schema.Number>;
|
|
449
|
+
readonly heightResize: Schema.optional<Schema.Number>;
|
|
450
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
451
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
452
|
+
}>>;
|
|
453
|
+
readonly componentPropValues: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
454
|
+
readonly propKey: Schema.String;
|
|
455
|
+
readonly name: Schema.optional<Schema.String>;
|
|
456
|
+
readonly kind: Schema.String;
|
|
457
|
+
readonly value: Schema.optional<Schema.String>;
|
|
458
|
+
readonly targetIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
459
|
+
}>>>;
|
|
460
|
+
readonly component: Schema.optional<Schema.Struct<{
|
|
461
|
+
readonly key: Schema.optional<Schema.String>;
|
|
462
|
+
readonly mainComponentId: Schema.optional<Schema.String>;
|
|
463
|
+
readonly stateGroup: Schema.optional<Schema.String>;
|
|
464
|
+
readonly normName: Schema.optional<Schema.String>;
|
|
465
|
+
readonly libraryFileKey: Schema.optional<Schema.String>;
|
|
466
|
+
readonly publishId: Schema.optional<Schema.String>;
|
|
467
|
+
readonly version: Schema.optional<Schema.String>;
|
|
468
|
+
readonly overrideKey: Schema.optional<Schema.String>;
|
|
469
|
+
readonly instanceByFrame: Schema.optional<Schema.Boolean>;
|
|
470
|
+
readonly description: Schema.optional<Schema.String>;
|
|
471
|
+
readonly displayName: Schema.optional<Schema.String>;
|
|
472
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
473
|
+
readonly variantGroup: Schema.optional<Schema.String>;
|
|
474
|
+
readonly page: Schema.optional<Schema.String>;
|
|
475
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
476
|
+
readonly resolved: Schema.optional<Schema.Boolean>;
|
|
477
|
+
}>>;
|
|
478
|
+
readonly tokens: Schema.optional<Schema.Struct<{
|
|
479
|
+
readonly fill: Schema.optional<Schema.Struct<{
|
|
480
|
+
readonly id: Schema.String;
|
|
481
|
+
readonly resolved: Schema.Boolean;
|
|
482
|
+
readonly name: Schema.optional<Schema.String>;
|
|
483
|
+
}>>;
|
|
484
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
485
|
+
readonly id: Schema.String;
|
|
486
|
+
readonly resolved: Schema.Boolean;
|
|
487
|
+
readonly name: Schema.optional<Schema.String>;
|
|
488
|
+
}>>;
|
|
489
|
+
readonly effect: Schema.optional<Schema.Struct<{
|
|
490
|
+
readonly id: Schema.String;
|
|
491
|
+
readonly resolved: Schema.Boolean;
|
|
492
|
+
readonly name: Schema.optional<Schema.String>;
|
|
493
|
+
}>>;
|
|
494
|
+
readonly stroke: Schema.optional<Schema.Struct<{
|
|
495
|
+
readonly id: Schema.String;
|
|
496
|
+
readonly resolved: Schema.Boolean;
|
|
497
|
+
readonly name: Schema.optional<Schema.String>;
|
|
498
|
+
}>>;
|
|
499
|
+
readonly variableModes: Schema.optional<Schema.Struct<{
|
|
500
|
+
readonly entries: Schema.optional<Schema.Unknown>;
|
|
501
|
+
}>>;
|
|
502
|
+
}>>;
|
|
503
|
+
readonly constraints: Schema.optional<Schema.Struct<{
|
|
504
|
+
readonly horizontal: Schema.optional<Schema.String>;
|
|
505
|
+
readonly vertical: Schema.optional<Schema.String>;
|
|
506
|
+
}>>;
|
|
507
|
+
readonly borders: Schema.optional<Schema.Struct<{
|
|
508
|
+
readonly top: Schema.optional<Schema.Number>;
|
|
509
|
+
readonly right: Schema.optional<Schema.Number>;
|
|
510
|
+
readonly bottom: Schema.optional<Schema.Number>;
|
|
511
|
+
readonly left: Schema.optional<Schema.Number>;
|
|
512
|
+
readonly color: Schema.optional<Schema.String>;
|
|
513
|
+
readonly independent: Schema.optional<Schema.Boolean>;
|
|
514
|
+
}>>;
|
|
515
|
+
readonly font: Schema.optional<Schema.Struct<{
|
|
516
|
+
readonly variations: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
517
|
+
}>>;
|
|
518
|
+
readonly export: Schema.optional<Schema.Struct<{
|
|
519
|
+
readonly quality: Schema.optional<Schema.String>;
|
|
520
|
+
readonly keepNameGroup: Schema.optional<Schema.Boolean>;
|
|
521
|
+
readonly nameByVariantProp: Schema.optional<Schema.Boolean>;
|
|
522
|
+
}>>;
|
|
211
523
|
readonly componentId: Schema.optional<Schema.String>;
|
|
212
|
-
readonly nodeType: Schema.optional<Schema.String>;
|
|
213
524
|
readonly name: Schema.optional<Schema.String>;
|
|
214
|
-
readonly text: Schema.optional<Schema.String>;
|
|
215
|
-
readonly textToken: Schema.optional<Schema.String>;
|
|
216
|
-
readonly fillToken: Schema.optional<Schema.String>;
|
|
217
|
-
readonly x: Schema.optional<Schema.Number>;
|
|
218
|
-
readonly y: Schema.optional<Schema.Number>;
|
|
219
525
|
readonly width: Schema.optional<Schema.Number>;
|
|
220
526
|
readonly height: Schema.optional<Schema.Number>;
|
|
221
527
|
readonly radius: Schema.optional<Schema.Number>;
|
|
222
528
|
readonly fill: Schema.optional<Schema.String>;
|
|
223
529
|
readonly changed: Schema.$Array<Schema.String>;
|
|
224
530
|
}>>>;
|
|
531
|
+
readonly overriddenSnapshots: Schema.optional<Schema.$Array<Schema.suspend<Schema.Codec<PixsoNode, PixsoNode, never, never>>>>;
|
|
532
|
+
readonly sourceId: Schema.optional<Schema.String>;
|
|
533
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["selection", "component-master", "expanded-instance"]>>;
|
|
534
|
+
readonly expansion: Schema.optional<Schema.Struct<{
|
|
535
|
+
readonly masterId: Schema.optional<Schema.String>;
|
|
536
|
+
readonly resolved: Schema.Boolean;
|
|
537
|
+
readonly nodeCount: Schema.Number;
|
|
538
|
+
readonly appliedOverrides: Schema.Number;
|
|
539
|
+
readonly unresolvedOverrides: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
540
|
+
readonly pathString: Schema.String;
|
|
541
|
+
readonly componentId: Schema.optional<Schema.String>;
|
|
542
|
+
readonly reason: Schema.Literals<readonly ["no-component-id", "component-id-not-in-master", "master-unresolved"]>;
|
|
543
|
+
}>>>;
|
|
544
|
+
readonly stoppedBy: Schema.optional<Schema.Literals<readonly ["cycle", "depth", "budget"]>>;
|
|
545
|
+
}>>;
|
|
546
|
+
readonly rawType: Schema.optional<Schema.String>;
|
|
547
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
548
|
+
readonly parentId: Schema.optional<Schema.String>;
|
|
549
|
+
readonly ancestorIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
550
|
+
readonly order: Schema.optional<Schema.String>;
|
|
551
|
+
readonly zIndex: Schema.optional<Schema.Number>;
|
|
552
|
+
readonly declaredLeft: Schema.optional<Schema.Number>;
|
|
553
|
+
readonly declaredTop: Schema.optional<Schema.Number>;
|
|
554
|
+
readonly declaredWidth: Schema.optional<Schema.Number>;
|
|
555
|
+
readonly declaredHeight: Schema.optional<Schema.Number>;
|
|
556
|
+
readonly absoluteX: Schema.optional<Schema.Number>;
|
|
557
|
+
readonly absoluteY: Schema.optional<Schema.Number>;
|
|
558
|
+
readonly inset: Schema.optional<Schema.Struct<{
|
|
559
|
+
readonly right: Schema.optional<Schema.Number>;
|
|
560
|
+
readonly bottom: Schema.optional<Schema.Number>;
|
|
561
|
+
}>>;
|
|
562
|
+
readonly flip: Schema.optional<Schema.Struct<{
|
|
563
|
+
readonly horizontal: Schema.optional<Schema.Boolean>;
|
|
564
|
+
readonly vertical: Schema.optional<Schema.Boolean>;
|
|
565
|
+
}>>;
|
|
566
|
+
readonly fromComponent: Schema.optional<Schema.Boolean>;
|
|
567
|
+
readonly maskDisabled: Schema.optional<Schema.Boolean>;
|
|
568
|
+
readonly cornerSmoothing: Schema.optional<Schema.Number>;
|
|
569
|
+
readonly cornersIndependent: Schema.optional<Schema.Boolean>;
|
|
570
|
+
readonly effectiveOpacity: Schema.optional<Schema.Number>;
|
|
571
|
+
readonly fills: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
572
|
+
readonly kind: Schema.String;
|
|
573
|
+
readonly visible: Schema.Boolean;
|
|
574
|
+
readonly opacity: Schema.Number;
|
|
575
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
576
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
577
|
+
readonly alpha: Schema.Number;
|
|
578
|
+
readonly css: Schema.optional<Schema.String>;
|
|
579
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
580
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
581
|
+
readonly position: Schema.Number;
|
|
582
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
583
|
+
readonly alpha: Schema.Number;
|
|
584
|
+
}>>;
|
|
585
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
586
|
+
readonly x: Schema.Number;
|
|
587
|
+
readonly y: Schema.Number;
|
|
588
|
+
}>>;
|
|
589
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
590
|
+
readonly x: Schema.Number;
|
|
591
|
+
readonly y: Schema.Number;
|
|
592
|
+
}>>;
|
|
593
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
594
|
+
readonly x: Schema.Number;
|
|
595
|
+
readonly y: Schema.Number;
|
|
596
|
+
}>>;
|
|
597
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
598
|
+
readonly m00: Schema.Number;
|
|
599
|
+
readonly m01: Schema.Number;
|
|
600
|
+
readonly m02: Schema.Number;
|
|
601
|
+
readonly m10: Schema.Number;
|
|
602
|
+
readonly m11: Schema.Number;
|
|
603
|
+
readonly m12: Schema.Number;
|
|
604
|
+
}>>;
|
|
605
|
+
}>>;
|
|
606
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
607
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
608
|
+
readonly name: Schema.optional<Schema.String>;
|
|
609
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
610
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
611
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
612
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
613
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
614
|
+
}>>;
|
|
615
|
+
}>>>;
|
|
616
|
+
readonly strokes: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
617
|
+
readonly kind: Schema.String;
|
|
618
|
+
readonly visible: Schema.Boolean;
|
|
619
|
+
readonly opacity: Schema.Number;
|
|
620
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
621
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
622
|
+
readonly alpha: Schema.Number;
|
|
623
|
+
readonly css: Schema.optional<Schema.String>;
|
|
624
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
625
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
626
|
+
readonly position: Schema.Number;
|
|
627
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
628
|
+
readonly alpha: Schema.Number;
|
|
629
|
+
}>>;
|
|
630
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
631
|
+
readonly x: Schema.Number;
|
|
632
|
+
readonly y: Schema.Number;
|
|
633
|
+
}>>;
|
|
634
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
635
|
+
readonly x: Schema.Number;
|
|
636
|
+
readonly y: Schema.Number;
|
|
637
|
+
}>>;
|
|
638
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
639
|
+
readonly x: Schema.Number;
|
|
640
|
+
readonly y: Schema.Number;
|
|
641
|
+
}>>;
|
|
642
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
643
|
+
readonly m00: Schema.Number;
|
|
644
|
+
readonly m01: Schema.Number;
|
|
645
|
+
readonly m02: Schema.Number;
|
|
646
|
+
readonly m10: Schema.Number;
|
|
647
|
+
readonly m11: Schema.Number;
|
|
648
|
+
readonly m12: Schema.Number;
|
|
649
|
+
}>>;
|
|
650
|
+
}>>;
|
|
651
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
652
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
653
|
+
readonly name: Schema.optional<Schema.String>;
|
|
654
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
655
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
656
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
657
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
658
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
659
|
+
}>>;
|
|
660
|
+
}>>>;
|
|
661
|
+
readonly strokeWeight: Schema.optional<Schema.Number>;
|
|
662
|
+
readonly strokeAlign: Schema.optional<Schema.String>;
|
|
663
|
+
readonly strokeJoin: Schema.optional<Schema.String>;
|
|
664
|
+
readonly strokeCap: Schema.optional<Schema.String>;
|
|
665
|
+
readonly dashCap: Schema.optional<Schema.String>;
|
|
666
|
+
readonly miterLimit: Schema.optional<Schema.Number>;
|
|
667
|
+
readonly strokeVisible: Schema.optional<Schema.Boolean>;
|
|
668
|
+
readonly strokeDash: Schema.optional<Schema.$Array<Schema.Number>>;
|
|
669
|
+
readonly childLayout: Schema.optional<Schema.Struct<{
|
|
670
|
+
readonly inFlow: Schema.optional<Schema.Boolean>;
|
|
671
|
+
readonly absoluteInFlow: Schema.optional<Schema.Boolean>;
|
|
672
|
+
readonly widthResize: Schema.optional<Schema.Number>;
|
|
673
|
+
readonly heightResize: Schema.optional<Schema.Number>;
|
|
674
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
675
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
676
|
+
}>>;
|
|
677
|
+
readonly textRaw: Schema.optional<Schema.String>;
|
|
678
|
+
readonly textRuns: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
679
|
+
readonly id: Schema.String;
|
|
680
|
+
readonly textRaw: Schema.String;
|
|
681
|
+
readonly text: Schema.String;
|
|
682
|
+
readonly font: Schema.optional<Schema.Struct<{
|
|
683
|
+
readonly family: Schema.optional<Schema.String>;
|
|
684
|
+
readonly style: Schema.optional<Schema.String>;
|
|
685
|
+
readonly size: Schema.optional<Schema.Number>;
|
|
686
|
+
readonly weight: Schema.optional<Schema.Number>;
|
|
687
|
+
}>>;
|
|
688
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
689
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
690
|
+
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
691
|
+
readonly upperCase: Schema.Boolean;
|
|
692
|
+
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
693
|
+
readonly value: Schema.Number;
|
|
694
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
695
|
+
}>>;
|
|
696
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
697
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
698
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
699
|
+
readonly value: Schema.Number;
|
|
700
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
701
|
+
}>>;
|
|
702
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
703
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
704
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
705
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
706
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
707
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
708
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
709
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
710
|
+
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
711
|
+
readonly decoration: Schema.optional<Schema.String>;
|
|
712
|
+
}>>;
|
|
713
|
+
}>>>;
|
|
714
|
+
readonly component: Schema.optional<Schema.Struct<{
|
|
715
|
+
readonly key: Schema.optional<Schema.String>;
|
|
716
|
+
readonly mainComponentId: Schema.optional<Schema.String>;
|
|
717
|
+
readonly stateGroup: Schema.optional<Schema.String>;
|
|
718
|
+
readonly normName: Schema.optional<Schema.String>;
|
|
719
|
+
readonly libraryFileKey: Schema.optional<Schema.String>;
|
|
720
|
+
readonly publishId: Schema.optional<Schema.String>;
|
|
721
|
+
readonly version: Schema.optional<Schema.String>;
|
|
722
|
+
readonly overrideKey: Schema.optional<Schema.String>;
|
|
723
|
+
readonly instanceByFrame: Schema.optional<Schema.Boolean>;
|
|
724
|
+
readonly description: Schema.optional<Schema.String>;
|
|
725
|
+
readonly displayName: Schema.optional<Schema.String>;
|
|
726
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
727
|
+
readonly variantGroup: Schema.optional<Schema.String>;
|
|
728
|
+
readonly page: Schema.optional<Schema.String>;
|
|
729
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
730
|
+
readonly resolved: Schema.optional<Schema.Boolean>;
|
|
731
|
+
}>>;
|
|
732
|
+
readonly rawNormName: Schema.optional<Schema.String>;
|
|
733
|
+
readonly componentProps: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
734
|
+
readonly propKey: Schema.String;
|
|
735
|
+
readonly name: Schema.optional<Schema.String>;
|
|
736
|
+
readonly kind: Schema.String;
|
|
737
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
738
|
+
}>>>;
|
|
739
|
+
readonly componentPropValues: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
740
|
+
readonly propKey: Schema.String;
|
|
741
|
+
readonly name: Schema.optional<Schema.String>;
|
|
742
|
+
readonly kind: Schema.String;
|
|
743
|
+
readonly value: Schema.optional<Schema.String>;
|
|
744
|
+
readonly targetIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
745
|
+
}>>>;
|
|
746
|
+
readonly propBindings: Schema.optional<Schema.Struct<{
|
|
747
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
748
|
+
readonly propKey: Schema.String;
|
|
749
|
+
readonly name: Schema.optional<Schema.String>;
|
|
750
|
+
readonly kind: Schema.String;
|
|
751
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
752
|
+
}>>;
|
|
753
|
+
readonly visible: Schema.optional<Schema.Struct<{
|
|
754
|
+
readonly propKey: Schema.String;
|
|
755
|
+
readonly name: Schema.optional<Schema.String>;
|
|
756
|
+
readonly kind: Schema.String;
|
|
757
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
758
|
+
}>>;
|
|
759
|
+
readonly instance: Schema.optional<Schema.Struct<{
|
|
760
|
+
readonly propKey: Schema.String;
|
|
761
|
+
readonly name: Schema.optional<Schema.String>;
|
|
762
|
+
readonly kind: Schema.String;
|
|
763
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
764
|
+
}>>;
|
|
765
|
+
}>>;
|
|
766
|
+
readonly resolution: Schema.optional<Schema.Struct<{
|
|
767
|
+
readonly offset: Schema.optional<Schema.Literals<readonly ["flow", "center", "reflow"]>>;
|
|
768
|
+
readonly textWidth: Schema.optional<Schema.Literals<readonly ["rescaled", "stated", "measured", "hugged"]>>;
|
|
769
|
+
readonly visibility: Schema.optional<Schema.Literals<readonly ["assigned", "default", "unresolved"]>>;
|
|
770
|
+
}>>;
|
|
771
|
+
readonly tokens: Schema.optional<Schema.Struct<{
|
|
772
|
+
readonly fill: Schema.optional<Schema.Struct<{
|
|
773
|
+
readonly id: Schema.String;
|
|
774
|
+
readonly resolved: Schema.Boolean;
|
|
775
|
+
readonly name: Schema.optional<Schema.String>;
|
|
776
|
+
}>>;
|
|
777
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
778
|
+
readonly id: Schema.String;
|
|
779
|
+
readonly resolved: Schema.Boolean;
|
|
780
|
+
readonly name: Schema.optional<Schema.String>;
|
|
781
|
+
}>>;
|
|
782
|
+
readonly effect: Schema.optional<Schema.Struct<{
|
|
783
|
+
readonly id: Schema.String;
|
|
784
|
+
readonly resolved: Schema.Boolean;
|
|
785
|
+
readonly name: Schema.optional<Schema.String>;
|
|
786
|
+
}>>;
|
|
787
|
+
readonly stroke: Schema.optional<Schema.Struct<{
|
|
788
|
+
readonly id: Schema.String;
|
|
789
|
+
readonly resolved: Schema.Boolean;
|
|
790
|
+
readonly name: Schema.optional<Schema.String>;
|
|
791
|
+
}>>;
|
|
792
|
+
readonly variableModes: Schema.optional<Schema.Struct<{
|
|
793
|
+
readonly entries: Schema.optional<Schema.Unknown>;
|
|
794
|
+
}>>;
|
|
795
|
+
}>>;
|
|
796
|
+
readonly overlay: Schema.optional<Schema.Struct<{
|
|
797
|
+
readonly positionType: Schema.optional<Schema.String>;
|
|
798
|
+
readonly interaction: Schema.optional<Schema.String>;
|
|
799
|
+
readonly background: Schema.optional<Schema.Struct<{
|
|
800
|
+
readonly type: Schema.optional<Schema.String>;
|
|
801
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
802
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
803
|
+
}>>;
|
|
804
|
+
}>>;
|
|
805
|
+
readonly links: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
806
|
+
readonly url: Schema.String;
|
|
807
|
+
}>>>;
|
|
808
|
+
readonly scrollBehavior: Schema.optional<Schema.String>;
|
|
809
|
+
readonly placeholder: Schema.optional<Schema.Struct<{
|
|
810
|
+
readonly reason: Schema.Literal<"vector-geometry-absent">;
|
|
811
|
+
readonly width: Schema.Number;
|
|
812
|
+
readonly height: Schema.Number;
|
|
813
|
+
}>>;
|
|
225
814
|
readonly children: Schema.optional<Schema.$Array<Schema.suspend<Schema.Codec<PixsoNode, PixsoNode, never, never>>>>;
|
|
226
815
|
}>;
|
|
227
816
|
readonly component: Schema.NullOr<Schema.Struct<{
|
|
@@ -246,9 +835,11 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
246
835
|
readonly deprecated: Schema.Boolean;
|
|
247
836
|
readonly resolved: Schema.Boolean;
|
|
248
837
|
readonly count: Schema.Number;
|
|
838
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
839
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
249
840
|
readonly props: Schema.$Array<Schema.Struct<{
|
|
250
841
|
readonly name: Schema.String;
|
|
251
|
-
readonly kind: Schema.
|
|
842
|
+
readonly kind: Schema.String;
|
|
252
843
|
readonly value: Schema.String;
|
|
253
844
|
readonly defaultValue: Schema.String;
|
|
254
845
|
readonly overridden: Schema.Boolean;
|
|
@@ -257,12 +848,34 @@ declare const WsPixsoAssistantCardRpc: Rpc.Rpc<"pixsoAssistant.card", Schema.Str
|
|
|
257
848
|
readonly catalogHash: Schema.NullOr<Schema.String>;
|
|
258
849
|
readonly parserVersion: Schema.optional<Schema.Number>;
|
|
259
850
|
readonly versionUnverified: Schema.optional<Schema.Boolean>;
|
|
851
|
+
readonly rawAvailable: Schema.optional<Schema.Boolean>;
|
|
852
|
+
readonly imageAvailable: Schema.optional<Schema.Boolean>;
|
|
853
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
854
|
+
readonly provenances: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
855
|
+
readonly source: Schema.Literals<readonly ["local", "remote"]>;
|
|
856
|
+
readonly fileKey: Schema.NullOr<Schema.String>;
|
|
857
|
+
readonly guid: Schema.String;
|
|
858
|
+
readonly designUrl: Schema.NullOr<Schema.String>;
|
|
859
|
+
readonly importedAtIso: Schema.String;
|
|
860
|
+
}>>>;
|
|
861
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
862
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
863
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
864
|
+
readonly guid: Schema.String;
|
|
865
|
+
readonly message: Schema.String;
|
|
866
|
+
}>>;
|
|
867
|
+
}>>;
|
|
260
868
|
}>, typeof PixsoAssistantError, never, never>;
|
|
261
869
|
declare const WsPixsoAssistantCardRawRpc: Rpc.Rpc<"pixsoAssistant.cardRaw", Schema.Struct<{
|
|
262
870
|
readonly id: Schema.String;
|
|
263
871
|
}>, Schema.Struct<{
|
|
264
872
|
readonly raw: Schema.String;
|
|
265
873
|
}>, typeof PixsoAssistantError, never, never>;
|
|
874
|
+
declare const WsPixsoAssistantCardImageRpc: Rpc.Rpc<"pixsoAssistant.cardImage", Schema.Struct<{
|
|
875
|
+
readonly id: Schema.String;
|
|
876
|
+
}>, Schema.Struct<{
|
|
877
|
+
readonly pngBase64: Schema.String;
|
|
878
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
266
879
|
declare const WsPixsoAssistantRemoveCardRpc: Rpc.Rpc<"pixsoAssistant.removeCard", Schema.Struct<{
|
|
267
880
|
readonly id: Schema.String;
|
|
268
881
|
}>, Schema.Void, typeof PixsoAssistantError, never, never>;
|
|
@@ -306,7 +919,7 @@ declare const WsPixsoAssistantGroupsMutateRpc: Rpc.Rpc<"pixsoAssistant.groupsMut
|
|
|
306
919
|
declare const WsPixsoAssistantReportLatestRpc: Rpc.Rpc<"pixsoAssistant.reportLatest", Schema.Struct<{}>, Schema.NullOr<Schema.Struct<{
|
|
307
920
|
readonly atIso: Schema.String;
|
|
308
921
|
readonly data: Schema.Struct<{
|
|
309
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
922
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
310
923
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
311
924
|
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
312
925
|
readonly cardName: Schema.NullOr<Schema.String>;
|
|
@@ -351,7 +964,9 @@ declare const WsPixsoAssistantReportLatestRpc: Rpc.Rpc<"pixsoAssistant.reportLat
|
|
|
351
964
|
readonly identical: Schema.Boolean;
|
|
352
965
|
readonly note: Schema.String;
|
|
353
966
|
}>>;
|
|
967
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
354
968
|
}>;
|
|
969
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
355
970
|
}>>, typeof PixsoAssistantError, never, never>;
|
|
356
971
|
declare const WsPixsoAssistantCatalogRpc: Rpc.Rpc<"pixsoAssistant.catalog", Schema.Struct<{
|
|
357
972
|
readonly catalogHash: Schema.String;
|
|
@@ -369,7 +984,14 @@ declare const WsPixsoAssistantCatalogRpc: Rpc.Rpc<"pixsoAssistant.catalog", Sche
|
|
|
369
984
|
readonly pageName: Schema.String;
|
|
370
985
|
readonly containingStateGroup: Schema.optional<Schema.Struct<{
|
|
371
986
|
readonly name: Schema.String;
|
|
372
|
-
readonly nodeId: Schema.String
|
|
987
|
+
readonly nodeId: Schema.optional<Schema.String>;
|
|
988
|
+
}>>;
|
|
989
|
+
readonly name: Schema.optional<Schema.String>;
|
|
990
|
+
readonly nodeId: Schema.optional<Schema.String>;
|
|
991
|
+
readonly backgroundColorCss: Schema.optional<Schema.String>;
|
|
992
|
+
readonly color: Schema.optional<Schema.Struct<{
|
|
993
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
994
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
373
995
|
}>>;
|
|
374
996
|
}>;
|
|
375
997
|
readonly content_hash: Schema.String;
|
|
@@ -377,37 +999,121 @@ declare const WsPixsoAssistantCatalogRpc: Rpc.Rpc<"pixsoAssistant.catalog", Sche
|
|
|
377
999
|
readonly min_node_width: Schema.Number;
|
|
378
1000
|
readonly min_node_height: Schema.Number;
|
|
379
1001
|
readonly thumbnail_url: Schema.String;
|
|
1002
|
+
readonly canvas_url: Schema.optional<Schema.String>;
|
|
1003
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
1004
|
+
readonly unpublished_at: Schema.optional<Schema.String>;
|
|
1005
|
+
readonly description_rtf: Schema.optional<Schema.String>;
|
|
1006
|
+
readonly type: Schema.optional<Schema.String>;
|
|
1007
|
+
readonly is_unflattened: Schema.optional<Schema.Boolean>;
|
|
1008
|
+
readonly user_id: Schema.optional<Schema.Number>;
|
|
1009
|
+
readonly isLocal: Schema.optional<Schema.Boolean>;
|
|
1010
|
+
readonly isPublishable: Schema.optional<Schema.Boolean>;
|
|
1011
|
+
readonly isVariant: Schema.optional<Schema.Boolean>;
|
|
1012
|
+
readonly deletedFromSceneGraph: Schema.optional<Schema.Boolean>;
|
|
1013
|
+
readonly status: Schema.optional<Schema.Number>;
|
|
1014
|
+
readonly aliasName: Schema.optional<Schema.String>;
|
|
1015
|
+
readonly defs: Schema.optional<Schema.Unknown>;
|
|
380
1016
|
}>>;
|
|
381
1017
|
}>, typeof PixsoAssistantError, never, never>;
|
|
382
|
-
declare const WsPixsoAssistantScanStartRpc: Rpc.Rpc<"pixsoAssistant.scanStart", Schema.Struct<{
|
|
1018
|
+
declare const WsPixsoAssistantScanStartRpc: Rpc.Rpc<"pixsoAssistant.scanStart", Schema.Struct<{
|
|
1019
|
+
readonly target: Schema.optional<Schema.Struct<{
|
|
1020
|
+
readonly fileKey: Schema.String;
|
|
1021
|
+
readonly itemId: Schema.String;
|
|
1022
|
+
}>>;
|
|
1023
|
+
}>, Schema.Union<readonly [Schema.Struct<{
|
|
1024
|
+
readonly phase: Schema.Literal<"idle">;
|
|
1025
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1026
|
+
}>, Schema.Struct<{
|
|
1027
|
+
readonly phase: Schema.Literal<"running">;
|
|
1028
|
+
readonly step: Schema.Number;
|
|
1029
|
+
readonly startedAtIso: Schema.String;
|
|
1030
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1031
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
1032
|
+
readonly done: Schema.Number;
|
|
1033
|
+
readonly total: Schema.Number;
|
|
1034
|
+
}>>;
|
|
1035
|
+
}>, Schema.Struct<{
|
|
1036
|
+
readonly phase: Schema.Literal<"settled">;
|
|
1037
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
1038
|
+
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
1039
|
+
readonly cardId: Schema.NullOr<Schema.String>;
|
|
1040
|
+
readonly detail: Schema.NullOr<Schema.String>;
|
|
1041
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
1042
|
+
readonly startedAtIso: Schema.String;
|
|
1043
|
+
readonly settledAtIso: Schema.String;
|
|
1044
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1045
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
1046
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
1047
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
1048
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
1049
|
+
readonly guid: Schema.String;
|
|
1050
|
+
readonly message: Schema.String;
|
|
1051
|
+
}>>;
|
|
1052
|
+
}>>;
|
|
1053
|
+
}>]>, typeof PixsoAssistantError, never, never>;
|
|
1054
|
+
declare const WsPixsoAssistantScanCancelRpc: Rpc.Rpc<"pixsoAssistant.scanCancel", Schema.Struct<{
|
|
1055
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1056
|
+
}>, Schema.Union<readonly [Schema.Struct<{
|
|
383
1057
|
readonly phase: Schema.Literal<"idle">;
|
|
1058
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
384
1059
|
}>, Schema.Struct<{
|
|
385
1060
|
readonly phase: Schema.Literal<"running">;
|
|
386
1061
|
readonly step: Schema.Number;
|
|
387
1062
|
readonly startedAtIso: Schema.String;
|
|
1063
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1064
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
1065
|
+
readonly done: Schema.Number;
|
|
1066
|
+
readonly total: Schema.Number;
|
|
1067
|
+
}>>;
|
|
388
1068
|
}>, Schema.Struct<{
|
|
389
1069
|
readonly phase: Schema.Literal<"settled">;
|
|
390
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
1070
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
391
1071
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
392
1072
|
readonly cardId: Schema.NullOr<Schema.String>;
|
|
393
1073
|
readonly detail: Schema.NullOr<Schema.String>;
|
|
1074
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
394
1075
|
readonly startedAtIso: Schema.String;
|
|
395
1076
|
readonly settledAtIso: Schema.String;
|
|
1077
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1078
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
1079
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
1080
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
1081
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
1082
|
+
readonly guid: Schema.String;
|
|
1083
|
+
readonly message: Schema.String;
|
|
1084
|
+
}>>;
|
|
1085
|
+
}>>;
|
|
396
1086
|
}>]>, typeof PixsoAssistantError, never, never>;
|
|
397
1087
|
declare const WsPixsoAssistantScanSubscribeRpc: Rpc.Rpc<"subscribePixsoScan", Schema.Struct<{}>, effect_unstable_rpc_RpcSchema0.Stream<Schema.Union<readonly [Schema.Struct<{
|
|
398
1088
|
readonly phase: Schema.Literal<"idle">;
|
|
1089
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
399
1090
|
}>, Schema.Struct<{
|
|
400
1091
|
readonly phase: Schema.Literal<"running">;
|
|
401
1092
|
readonly step: Schema.Number;
|
|
402
1093
|
readonly startedAtIso: Schema.String;
|
|
1094
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1095
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
1096
|
+
readonly done: Schema.Number;
|
|
1097
|
+
readonly total: Schema.Number;
|
|
1098
|
+
}>>;
|
|
403
1099
|
}>, Schema.Struct<{
|
|
404
1100
|
readonly phase: Schema.Literal<"settled">;
|
|
405
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
1101
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
406
1102
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
407
1103
|
readonly cardId: Schema.NullOr<Schema.String>;
|
|
408
1104
|
readonly detail: Schema.NullOr<Schema.String>;
|
|
1105
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
409
1106
|
readonly startedAtIso: Schema.String;
|
|
410
1107
|
readonly settledAtIso: Schema.String;
|
|
1108
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1109
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
1110
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
1111
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
1112
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
1113
|
+
readonly guid: Schema.String;
|
|
1114
|
+
readonly message: Schema.String;
|
|
1115
|
+
}>>;
|
|
1116
|
+
}>>;
|
|
411
1117
|
}>]>, typeof PixsoAssistantError>, Schema.Never, never, never>;
|
|
412
1118
|
declare const WsPixsoAssistantCheckRpc: Rpc.Rpc<"pixsoAssistant.check", Schema.Struct<{}>, Schema.Struct<{
|
|
413
1119
|
readonly atIso: Schema.String;
|
|
@@ -437,7 +1143,7 @@ declare const WsPixsoAssistantProbeRpc: Rpc.Rpc<"pixsoAssistant.probe", Schema.S
|
|
|
437
1143
|
declare const WsPixsoAssistantRescanDebugRpc: Rpc.Rpc<"pixsoAssistant.rescanDebug", Schema.Struct<{}>, Schema.Struct<{
|
|
438
1144
|
readonly atIso: Schema.String;
|
|
439
1145
|
readonly data: Schema.Struct<{
|
|
440
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
1146
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
441
1147
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
442
1148
|
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
443
1149
|
readonly cardName: Schema.NullOr<Schema.String>;
|
|
@@ -482,7 +1188,9 @@ declare const WsPixsoAssistantRescanDebugRpc: Rpc.Rpc<"pixsoAssistant.rescanDebu
|
|
|
482
1188
|
readonly identical: Schema.Boolean;
|
|
483
1189
|
readonly note: Schema.String;
|
|
484
1190
|
}>>;
|
|
1191
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
485
1192
|
}>;
|
|
1193
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
486
1194
|
}>, typeof PixsoAssistantError, never, never>;
|
|
487
1195
|
declare const WsPixsoAssistantReparseRpc: Rpc.Rpc<"pixsoAssistant.reparse", Schema.Struct<{}>, Schema.Struct<{
|
|
488
1196
|
readonly total: Schema.Number;
|
|
@@ -491,6 +1199,107 @@ declare const WsPixsoAssistantReparseRpc: Rpc.Rpc<"pixsoAssistant.reparse", Sche
|
|
|
491
1199
|
readonly skippedNoCatalog: Schema.optional<Schema.Number>;
|
|
492
1200
|
readonly failed: Schema.Number;
|
|
493
1201
|
}>, typeof PixsoAssistantError, never, never>;
|
|
1202
|
+
declare const WsPixsoAssistantRemoteTokenCheckRpc: Rpc.Rpc<"pixsoAssistant.remoteTokenCheck", Schema.Struct<{
|
|
1203
|
+
readonly token: Schema.optional<Schema.String>;
|
|
1204
|
+
}>, Schema.Struct<{
|
|
1205
|
+
readonly toolCount: Schema.Number;
|
|
1206
|
+
readonly latencyMs: Schema.Number;
|
|
1207
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
1208
|
+
declare const WsPixsoAssistantRemoteTokenSaveRpc: Rpc.Rpc<"pixsoAssistant.remoteTokenSave", Schema.Struct<{
|
|
1209
|
+
readonly token: Schema.String;
|
|
1210
|
+
}>, Schema.Struct<{
|
|
1211
|
+
readonly tokenSet: Schema.Boolean;
|
|
1212
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
1213
|
+
declare const WsPixsoAssistantRemoteTokenDeleteRpc: Rpc.Rpc<"pixsoAssistant.remoteTokenDelete", Schema.Struct<{}>, Schema.Void, typeof PixsoAssistantError, never, never>;
|
|
1214
|
+
declare const WsPixsoAssistantRemoteModeSetRpc: Rpc.Rpc<"pixsoAssistant.remoteModeSet", Schema.Struct<{
|
|
1215
|
+
readonly remoteByDefault: Schema.Boolean;
|
|
1216
|
+
}>, Schema.Void, typeof PixsoAssistantError, never, never>;
|
|
1217
|
+
declare const WsPixsoAssistantRemoteToolsListRpc: Rpc.Rpc<"pixsoAssistant.remoteToolsList", Schema.Struct<{}>, Schema.Struct<{
|
|
1218
|
+
readonly tools: Schema.$Array<Schema.Struct<{
|
|
1219
|
+
readonly name: Schema.String;
|
|
1220
|
+
readonly description: Schema.String;
|
|
1221
|
+
readonly write: Schema.Boolean;
|
|
1222
|
+
readonly params: Schema.$Array<Schema.Struct<{
|
|
1223
|
+
readonly name: Schema.String;
|
|
1224
|
+
readonly type: Schema.String;
|
|
1225
|
+
readonly required: Schema.Boolean;
|
|
1226
|
+
readonly description: Schema.optional<Schema.String>;
|
|
1227
|
+
}>>;
|
|
1228
|
+
}>>;
|
|
1229
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
1230
|
+
declare const WsPixsoAssistantRemoteScanProbeRpc: Rpc.Rpc<"pixsoAssistant.remoteScanProbe", Schema.Struct<{
|
|
1231
|
+
readonly target: Schema.Struct<{
|
|
1232
|
+
readonly fileKey: Schema.String;
|
|
1233
|
+
readonly itemId: Schema.String;
|
|
1234
|
+
}>;
|
|
1235
|
+
}>, Schema.Struct<{
|
|
1236
|
+
readonly atIso: Schema.String;
|
|
1237
|
+
readonly data: Schema.Struct<{
|
|
1238
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
1239
|
+
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
1240
|
+
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
1241
|
+
readonly cardName: Schema.NullOr<Schema.String>;
|
|
1242
|
+
readonly dslVersion: Schema.NullOr<Schema.String>;
|
|
1243
|
+
readonly converterVersion: Schema.NullOr<Schema.String>;
|
|
1244
|
+
readonly nodesParsed: Schema.Number;
|
|
1245
|
+
readonly nodesWithIssues: Schema.Number;
|
|
1246
|
+
readonly rootGuids: Schema.$Array<Schema.String>;
|
|
1247
|
+
readonly toolTimings: Schema.$Array<Schema.Struct<{
|
|
1248
|
+
readonly tool: Schema.String;
|
|
1249
|
+
readonly ms: Schema.Number;
|
|
1250
|
+
readonly ok: Schema.Boolean;
|
|
1251
|
+
readonly detail: Schema.NullOr<Schema.String>;
|
|
1252
|
+
}>>;
|
|
1253
|
+
readonly unknownKeys: Schema.$Array<Schema.Struct<{
|
|
1254
|
+
readonly key: Schema.String;
|
|
1255
|
+
readonly sample: Schema.String;
|
|
1256
|
+
readonly count: Schema.Number;
|
|
1257
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
1258
|
+
}>>;
|
|
1259
|
+
readonly unknownEnums: Schema.$Array<Schema.Struct<{
|
|
1260
|
+
readonly field: Schema.String;
|
|
1261
|
+
readonly value: Schema.String;
|
|
1262
|
+
readonly count: Schema.Number;
|
|
1263
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
1264
|
+
}>>;
|
|
1265
|
+
readonly unresolvedLibraries: Schema.$Array<Schema.Struct<{
|
|
1266
|
+
readonly fileKey: Schema.String;
|
|
1267
|
+
readonly count: Schema.Number;
|
|
1268
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
1269
|
+
}>>;
|
|
1270
|
+
readonly diagnostics: Schema.$Array<Schema.Struct<{
|
|
1271
|
+
readonly severity: Schema.Literals<readonly ["info", "warning"]>;
|
|
1272
|
+
readonly code: Schema.String;
|
|
1273
|
+
readonly message: Schema.String;
|
|
1274
|
+
readonly path: Schema.optional<Schema.String>;
|
|
1275
|
+
}>>;
|
|
1276
|
+
readonly catalogStatus: Schema.Literals<readonly ["ok", "failed", "skipped"]>;
|
|
1277
|
+
readonly duplicate: Schema.Boolean;
|
|
1278
|
+
readonly excerpts: Schema.$Array<Schema.String>;
|
|
1279
|
+
readonly byteDiff: Schema.NullOr<Schema.Struct<{
|
|
1280
|
+
readonly identical: Schema.Boolean;
|
|
1281
|
+
readonly note: Schema.String;
|
|
1282
|
+
}>>;
|
|
1283
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
1284
|
+
}>;
|
|
1285
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
1286
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
1287
|
+
declare const WsPixsoAssistantRemoteFullProbeRpc: Rpc.Rpc<"pixsoAssistant.remoteFullProbe", Schema.Struct<{
|
|
1288
|
+
readonly target: Schema.Struct<{
|
|
1289
|
+
readonly fileKey: Schema.String;
|
|
1290
|
+
readonly itemId: Schema.String;
|
|
1291
|
+
}>;
|
|
1292
|
+
}>, Schema.Struct<{
|
|
1293
|
+
readonly atIso: Schema.String;
|
|
1294
|
+
readonly rows: Schema.$Array<Schema.Struct<{
|
|
1295
|
+
readonly tool: Schema.String;
|
|
1296
|
+
readonly args: Schema.String;
|
|
1297
|
+
readonly status: Schema.Literals<readonly ["ok", "dead", "empty", "skip", "needs-args"]>;
|
|
1298
|
+
readonly detail: Schema.String;
|
|
1299
|
+
}>>;
|
|
1300
|
+
readonly deviations: Schema.$Array<Schema.String>;
|
|
1301
|
+
readonly savedTo: Schema.String;
|
|
1302
|
+
}>, typeof PixsoAssistantError, never, never>;
|
|
494
1303
|
declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", Schema.Struct<{}>, Schema.Struct<{
|
|
495
1304
|
readonly cards: Schema.$Array<Schema.Struct<{
|
|
496
1305
|
readonly id: Schema.String;
|
|
@@ -512,6 +1321,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
512
1321
|
}>;
|
|
513
1322
|
readonly importedAtIso: Schema.String;
|
|
514
1323
|
readonly previewSvg: Schema.String;
|
|
1324
|
+
readonly imageAvailable: Schema.optional<Schema.Boolean>;
|
|
515
1325
|
}>>;
|
|
516
1326
|
readonly groups: Schema.$Array<Schema.Struct<{
|
|
517
1327
|
readonly id: Schema.String;
|
|
@@ -550,6 +1360,9 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
550
1360
|
}>>;
|
|
551
1361
|
readonly lastScanAtIso: Schema.NullOr<Schema.String>;
|
|
552
1362
|
readonly supportsReparse: Schema.optional<Schema.Boolean>;
|
|
1363
|
+
readonly supportsRemote: Schema.optional<Schema.Boolean>;
|
|
1364
|
+
readonly remoteTokenSet: Schema.optional<Schema.Boolean>;
|
|
1365
|
+
readonly remoteByDefault: Schema.optional<Schema.Boolean>;
|
|
553
1366
|
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.card", Schema.Struct<{
|
|
554
1367
|
readonly id: Schema.String;
|
|
555
1368
|
}>, Schema.Struct<{
|
|
@@ -577,6 +1390,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
577
1390
|
readonly family: Schema.optional<Schema.String>;
|
|
578
1391
|
readonly style: Schema.optional<Schema.String>;
|
|
579
1392
|
readonly size: Schema.optional<Schema.Number>;
|
|
1393
|
+
readonly weight: Schema.optional<Schema.Number>;
|
|
580
1394
|
}>>;
|
|
581
1395
|
readonly stroke: Schema.optional<Schema.Struct<{
|
|
582
1396
|
readonly color: Schema.String;
|
|
@@ -585,7 +1399,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
585
1399
|
readonly dashed: Schema.optional<Schema.Boolean>;
|
|
586
1400
|
}>>;
|
|
587
1401
|
readonly layout: Schema.optional<Schema.Struct<{
|
|
588
|
-
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "unknown"]>;
|
|
1402
|
+
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "none", "unknown"]>;
|
|
589
1403
|
readonly gap: Schema.NullOr<Schema.Number>;
|
|
590
1404
|
readonly counterGap: Schema.optional<Schema.Number>;
|
|
591
1405
|
readonly minWidth: Schema.optional<Schema.Number>;
|
|
@@ -598,43 +1412,75 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
598
1412
|
readonly bottom: Schema.Number;
|
|
599
1413
|
readonly left: Schema.Number;
|
|
600
1414
|
}>>;
|
|
601
|
-
readonly primaryAlign: Schema.optional<Schema.
|
|
602
|
-
readonly counterAlign: Schema.optional<Schema.
|
|
1415
|
+
readonly primaryAlign: Schema.optional<Schema.String>;
|
|
1416
|
+
readonly counterAlign: Schema.optional<Schema.String>;
|
|
603
1417
|
readonly sizing: Schema.optional<Schema.Struct<{
|
|
604
1418
|
readonly w: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
605
1419
|
readonly h: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
606
1420
|
}>>;
|
|
1421
|
+
readonly alignType: Schema.optional<Schema.String>;
|
|
1422
|
+
readonly direction: Schema.optional<Schema.Number>;
|
|
1423
|
+
readonly itemHorizontalAlign: Schema.optional<Schema.Number>;
|
|
1424
|
+
readonly itemVerticalAlign: Schema.optional<Schema.Number>;
|
|
1425
|
+
readonly includeBorders: Schema.optional<Schema.Boolean>;
|
|
1426
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
1427
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
1428
|
+
readonly grids: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
1429
|
+
readonly minSize: Schema.optional<Schema.Struct<{
|
|
1430
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
1431
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
1432
|
+
}>>;
|
|
1433
|
+
readonly maxSize: Schema.optional<Schema.Struct<{
|
|
1434
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
1435
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
1436
|
+
}>>;
|
|
607
1437
|
readonly reverse: Schema.optional<Schema.Boolean>;
|
|
608
1438
|
readonly summary: Schema.String;
|
|
609
1439
|
}>>;
|
|
610
1440
|
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
611
|
-
readonly lineHeightPx: Schema.NullOr<Schema.Number>;
|
|
612
|
-
readonly letterSpacingPx: Schema.NullOr<Schema.Number>;
|
|
613
1441
|
readonly upperCase: Schema.Boolean;
|
|
614
1442
|
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
615
1443
|
readonly value: Schema.Number;
|
|
616
1444
|
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
617
1445
|
}>>;
|
|
618
|
-
readonly autoResize: Schema.optional<Schema.Literals<readonly ["height", "width-and-height"]>>;
|
|
1446
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
1447
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
1448
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
1449
|
+
readonly value: Schema.Number;
|
|
1450
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
1451
|
+
}>>;
|
|
1452
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
1453
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
1454
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
1455
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
1456
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
1457
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1458
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1459
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
619
1460
|
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
620
1461
|
readonly decoration: Schema.optional<Schema.String>;
|
|
621
1462
|
}>>;
|
|
622
|
-
readonly hidden: Schema.optional<Schema.Boolean>;
|
|
623
1463
|
readonly mask: Schema.optional<Schema.Boolean>;
|
|
624
1464
|
readonly sticky: Schema.optional<Schema.Boolean>;
|
|
625
|
-
readonly
|
|
626
|
-
readonly textToken: Schema.optional<Schema.String>;
|
|
627
|
-
readonly blendMode: Schema.optional<Schema.Literal<"multiply">>;
|
|
628
|
-
readonly url: Schema.optional<Schema.String>;
|
|
1465
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
629
1466
|
readonly effects: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
630
|
-
readonly kind: Schema.
|
|
1467
|
+
readonly kind: Schema.String;
|
|
631
1468
|
readonly color: Schema.optional<Schema.String>;
|
|
1469
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1470
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
632
1471
|
readonly offsetX: Schema.optional<Schema.Number>;
|
|
633
1472
|
readonly offsetY: Schema.optional<Schema.Number>;
|
|
1473
|
+
readonly offset: Schema.optional<Schema.Struct<{
|
|
1474
|
+
readonly x: Schema.Number;
|
|
1475
|
+
readonly y: Schema.Number;
|
|
1476
|
+
}>>;
|
|
634
1477
|
readonly spread: Schema.optional<Schema.Number>;
|
|
635
1478
|
readonly radius: Schema.optional<Schema.Number>;
|
|
1479
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
1480
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1481
|
+
readonly saturation: Schema.optional<Schema.Number>;
|
|
1482
|
+
readonly showBehindNode: Schema.optional<Schema.Boolean>;
|
|
636
1483
|
}>>>;
|
|
637
|
-
readonly componentRef: Schema.optional<Schema.String>;
|
|
638
1484
|
readonly rotation: Schema.optional<Schema.Number>;
|
|
639
1485
|
readonly radii: Schema.optional<Schema.Struct<{
|
|
640
1486
|
readonly topLeft: Schema.Number;
|
|
@@ -661,6 +1507,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
661
1507
|
readonly bottom: Schema.optional<Schema.Number>;
|
|
662
1508
|
readonly left: Schema.optional<Schema.Number>;
|
|
663
1509
|
readonly color: Schema.optional<Schema.String>;
|
|
1510
|
+
readonly independent: Schema.optional<Schema.Boolean>;
|
|
664
1511
|
}>>;
|
|
665
1512
|
readonly constraints: Schema.optional<Schema.Struct<{
|
|
666
1513
|
readonly horizontal: Schema.optional<Schema.String>;
|
|
@@ -675,22 +1522,564 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
675
1522
|
readonly left: Schema.optional<Schema.Number>;
|
|
676
1523
|
}>>;
|
|
677
1524
|
readonly overrides: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1525
|
+
readonly pathString: Schema.optional<Schema.String>;
|
|
678
1526
|
readonly path: Schema.$Array<Schema.String>;
|
|
679
1527
|
readonly targetId: Schema.String;
|
|
1528
|
+
readonly rawType: Schema.optional<Schema.String>;
|
|
1529
|
+
readonly declaredLeft: Schema.optional<Schema.Number>;
|
|
1530
|
+
readonly declaredTop: Schema.optional<Schema.Number>;
|
|
1531
|
+
readonly textRaw: Schema.optional<Schema.String>;
|
|
1532
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
1533
|
+
readonly mask: Schema.optional<Schema.Boolean>;
|
|
1534
|
+
readonly opacity: Schema.optional<Schema.Number>;
|
|
1535
|
+
readonly cornerSmoothing: Schema.optional<Schema.Number>;
|
|
1536
|
+
readonly fills: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1537
|
+
readonly kind: Schema.String;
|
|
1538
|
+
readonly visible: Schema.Boolean;
|
|
1539
|
+
readonly opacity: Schema.Number;
|
|
1540
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1541
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1542
|
+
readonly alpha: Schema.Number;
|
|
1543
|
+
readonly css: Schema.optional<Schema.String>;
|
|
1544
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
1545
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
1546
|
+
readonly position: Schema.Number;
|
|
1547
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
1548
|
+
readonly alpha: Schema.Number;
|
|
1549
|
+
}>>;
|
|
1550
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
1551
|
+
readonly x: Schema.Number;
|
|
1552
|
+
readonly y: Schema.Number;
|
|
1553
|
+
}>>;
|
|
1554
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
1555
|
+
readonly x: Schema.Number;
|
|
1556
|
+
readonly y: Schema.Number;
|
|
1557
|
+
}>>;
|
|
1558
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
1559
|
+
readonly x: Schema.Number;
|
|
1560
|
+
readonly y: Schema.Number;
|
|
1561
|
+
}>>;
|
|
1562
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
1563
|
+
readonly m00: Schema.Number;
|
|
1564
|
+
readonly m01: Schema.Number;
|
|
1565
|
+
readonly m02: Schema.Number;
|
|
1566
|
+
readonly m10: Schema.Number;
|
|
1567
|
+
readonly m11: Schema.Number;
|
|
1568
|
+
readonly m12: Schema.Number;
|
|
1569
|
+
}>>;
|
|
1570
|
+
}>>;
|
|
1571
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
1572
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
1573
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1574
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
1575
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
1576
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
1577
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
1578
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
1579
|
+
}>>;
|
|
1580
|
+
}>>>;
|
|
1581
|
+
readonly strokes: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1582
|
+
readonly kind: Schema.String;
|
|
1583
|
+
readonly visible: Schema.Boolean;
|
|
1584
|
+
readonly opacity: Schema.Number;
|
|
1585
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1586
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1587
|
+
readonly alpha: Schema.Number;
|
|
1588
|
+
readonly css: Schema.optional<Schema.String>;
|
|
1589
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
1590
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
1591
|
+
readonly position: Schema.Number;
|
|
1592
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
1593
|
+
readonly alpha: Schema.Number;
|
|
1594
|
+
}>>;
|
|
1595
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
1596
|
+
readonly x: Schema.Number;
|
|
1597
|
+
readonly y: Schema.Number;
|
|
1598
|
+
}>>;
|
|
1599
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
1600
|
+
readonly x: Schema.Number;
|
|
1601
|
+
readonly y: Schema.Number;
|
|
1602
|
+
}>>;
|
|
1603
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
1604
|
+
readonly x: Schema.Number;
|
|
1605
|
+
readonly y: Schema.Number;
|
|
1606
|
+
}>>;
|
|
1607
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
1608
|
+
readonly m00: Schema.Number;
|
|
1609
|
+
readonly m01: Schema.Number;
|
|
1610
|
+
readonly m02: Schema.Number;
|
|
1611
|
+
readonly m10: Schema.Number;
|
|
1612
|
+
readonly m11: Schema.Number;
|
|
1613
|
+
readonly m12: Schema.Number;
|
|
1614
|
+
}>>;
|
|
1615
|
+
}>>;
|
|
1616
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
1617
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
1618
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1619
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
1620
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
1621
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
1622
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
1623
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
1624
|
+
}>>;
|
|
1625
|
+
}>>>;
|
|
1626
|
+
readonly effects: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1627
|
+
readonly kind: Schema.String;
|
|
1628
|
+
readonly color: Schema.optional<Schema.String>;
|
|
1629
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1630
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
1631
|
+
readonly offsetX: Schema.optional<Schema.Number>;
|
|
1632
|
+
readonly offsetY: Schema.optional<Schema.Number>;
|
|
1633
|
+
readonly offset: Schema.optional<Schema.Struct<{
|
|
1634
|
+
readonly x: Schema.Number;
|
|
1635
|
+
readonly y: Schema.Number;
|
|
1636
|
+
}>>;
|
|
1637
|
+
readonly spread: Schema.optional<Schema.Number>;
|
|
1638
|
+
readonly radius: Schema.optional<Schema.Number>;
|
|
1639
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
1640
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1641
|
+
readonly saturation: Schema.optional<Schema.Number>;
|
|
1642
|
+
readonly showBehindNode: Schema.optional<Schema.Boolean>;
|
|
1643
|
+
}>>>;
|
|
1644
|
+
readonly strokeWeight: Schema.optional<Schema.Number>;
|
|
1645
|
+
readonly strokeAlign: Schema.optional<Schema.String>;
|
|
1646
|
+
readonly strokeJoin: Schema.optional<Schema.String>;
|
|
1647
|
+
readonly strokeCap: Schema.optional<Schema.String>;
|
|
1648
|
+
readonly dashCap: Schema.optional<Schema.String>;
|
|
1649
|
+
readonly strokeMiterLimit: Schema.optional<Schema.Number>;
|
|
1650
|
+
readonly strokeDash: Schema.optional<Schema.$Array<Schema.Number>>;
|
|
1651
|
+
readonly maskDisabled: Schema.optional<Schema.Boolean>;
|
|
1652
|
+
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
1653
|
+
readonly upperCase: Schema.Boolean;
|
|
1654
|
+
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
1655
|
+
readonly value: Schema.Number;
|
|
1656
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
1657
|
+
}>>;
|
|
1658
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
1659
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
1660
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
1661
|
+
readonly value: Schema.Number;
|
|
1662
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
1663
|
+
}>>;
|
|
1664
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
1665
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
1666
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
1667
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
1668
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
1669
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1670
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1671
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
1672
|
+
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
1673
|
+
readonly decoration: Schema.optional<Schema.String>;
|
|
1674
|
+
}>>;
|
|
1675
|
+
readonly layout: Schema.optional<Schema.Struct<{
|
|
1676
|
+
readonly mode: Schema.Literals<readonly ["horizontal", "vertical", "none", "unknown"]>;
|
|
1677
|
+
readonly gap: Schema.NullOr<Schema.Number>;
|
|
1678
|
+
readonly counterGap: Schema.optional<Schema.Number>;
|
|
1679
|
+
readonly minWidth: Schema.optional<Schema.Number>;
|
|
1680
|
+
readonly maxWidth: Schema.optional<Schema.Number>;
|
|
1681
|
+
readonly minHeight: Schema.optional<Schema.Number>;
|
|
1682
|
+
readonly maxHeight: Schema.optional<Schema.Number>;
|
|
1683
|
+
readonly padding: Schema.NullOr<Schema.Struct<{
|
|
1684
|
+
readonly top: Schema.Number;
|
|
1685
|
+
readonly right: Schema.Number;
|
|
1686
|
+
readonly bottom: Schema.Number;
|
|
1687
|
+
readonly left: Schema.Number;
|
|
1688
|
+
}>>;
|
|
1689
|
+
readonly primaryAlign: Schema.optional<Schema.String>;
|
|
1690
|
+
readonly counterAlign: Schema.optional<Schema.String>;
|
|
1691
|
+
readonly sizing: Schema.optional<Schema.Struct<{
|
|
1692
|
+
readonly w: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
1693
|
+
readonly h: Schema.Literals<readonly ["fixed", "hug", "fill"]>;
|
|
1694
|
+
}>>;
|
|
1695
|
+
readonly alignType: Schema.optional<Schema.String>;
|
|
1696
|
+
readonly direction: Schema.optional<Schema.Number>;
|
|
1697
|
+
readonly itemHorizontalAlign: Schema.optional<Schema.Number>;
|
|
1698
|
+
readonly itemVerticalAlign: Schema.optional<Schema.Number>;
|
|
1699
|
+
readonly includeBorders: Schema.optional<Schema.Boolean>;
|
|
1700
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
1701
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
1702
|
+
readonly grids: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
1703
|
+
readonly minSize: Schema.optional<Schema.Struct<{
|
|
1704
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
1705
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
1706
|
+
}>>;
|
|
1707
|
+
readonly maxSize: Schema.optional<Schema.Struct<{
|
|
1708
|
+
readonly x: Schema.optional<Schema.Number>;
|
|
1709
|
+
readonly y: Schema.optional<Schema.Number>;
|
|
1710
|
+
}>>;
|
|
1711
|
+
readonly reverse: Schema.optional<Schema.Boolean>;
|
|
1712
|
+
readonly summary: Schema.String;
|
|
1713
|
+
}>>;
|
|
1714
|
+
readonly childLayout: Schema.optional<Schema.Struct<{
|
|
1715
|
+
readonly inFlow: Schema.optional<Schema.Boolean>;
|
|
1716
|
+
readonly absoluteInFlow: Schema.optional<Schema.Boolean>;
|
|
1717
|
+
readonly widthResize: Schema.optional<Schema.Number>;
|
|
1718
|
+
readonly heightResize: Schema.optional<Schema.Number>;
|
|
1719
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
1720
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
1721
|
+
}>>;
|
|
1722
|
+
readonly componentPropValues: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1723
|
+
readonly propKey: Schema.String;
|
|
1724
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1725
|
+
readonly kind: Schema.String;
|
|
1726
|
+
readonly value: Schema.optional<Schema.String>;
|
|
1727
|
+
readonly targetIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1728
|
+
}>>>;
|
|
1729
|
+
readonly component: Schema.optional<Schema.Struct<{
|
|
1730
|
+
readonly key: Schema.optional<Schema.String>;
|
|
1731
|
+
readonly mainComponentId: Schema.optional<Schema.String>;
|
|
1732
|
+
readonly stateGroup: Schema.optional<Schema.String>;
|
|
1733
|
+
readonly normName: Schema.optional<Schema.String>;
|
|
1734
|
+
readonly libraryFileKey: Schema.optional<Schema.String>;
|
|
1735
|
+
readonly publishId: Schema.optional<Schema.String>;
|
|
1736
|
+
readonly version: Schema.optional<Schema.String>;
|
|
1737
|
+
readonly overrideKey: Schema.optional<Schema.String>;
|
|
1738
|
+
readonly instanceByFrame: Schema.optional<Schema.Boolean>;
|
|
1739
|
+
readonly description: Schema.optional<Schema.String>;
|
|
1740
|
+
readonly displayName: Schema.optional<Schema.String>;
|
|
1741
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
1742
|
+
readonly variantGroup: Schema.optional<Schema.String>;
|
|
1743
|
+
readonly page: Schema.optional<Schema.String>;
|
|
1744
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
1745
|
+
readonly resolved: Schema.optional<Schema.Boolean>;
|
|
1746
|
+
}>>;
|
|
1747
|
+
readonly tokens: Schema.optional<Schema.Struct<{
|
|
1748
|
+
readonly fill: Schema.optional<Schema.Struct<{
|
|
1749
|
+
readonly id: Schema.String;
|
|
1750
|
+
readonly resolved: Schema.Boolean;
|
|
1751
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1752
|
+
}>>;
|
|
1753
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
1754
|
+
readonly id: Schema.String;
|
|
1755
|
+
readonly resolved: Schema.Boolean;
|
|
1756
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1757
|
+
}>>;
|
|
1758
|
+
readonly effect: Schema.optional<Schema.Struct<{
|
|
1759
|
+
readonly id: Schema.String;
|
|
1760
|
+
readonly resolved: Schema.Boolean;
|
|
1761
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1762
|
+
}>>;
|
|
1763
|
+
readonly stroke: Schema.optional<Schema.Struct<{
|
|
1764
|
+
readonly id: Schema.String;
|
|
1765
|
+
readonly resolved: Schema.Boolean;
|
|
1766
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1767
|
+
}>>;
|
|
1768
|
+
readonly variableModes: Schema.optional<Schema.Struct<{
|
|
1769
|
+
readonly entries: Schema.optional<Schema.Unknown>;
|
|
1770
|
+
}>>;
|
|
1771
|
+
}>>;
|
|
1772
|
+
readonly constraints: Schema.optional<Schema.Struct<{
|
|
1773
|
+
readonly horizontal: Schema.optional<Schema.String>;
|
|
1774
|
+
readonly vertical: Schema.optional<Schema.String>;
|
|
1775
|
+
}>>;
|
|
1776
|
+
readonly borders: Schema.optional<Schema.Struct<{
|
|
1777
|
+
readonly top: Schema.optional<Schema.Number>;
|
|
1778
|
+
readonly right: Schema.optional<Schema.Number>;
|
|
1779
|
+
readonly bottom: Schema.optional<Schema.Number>;
|
|
1780
|
+
readonly left: Schema.optional<Schema.Number>;
|
|
1781
|
+
readonly color: Schema.optional<Schema.String>;
|
|
1782
|
+
readonly independent: Schema.optional<Schema.Boolean>;
|
|
1783
|
+
}>>;
|
|
1784
|
+
readonly font: Schema.optional<Schema.Struct<{
|
|
1785
|
+
readonly variations: Schema.optional<Schema.$Array<Schema.Unknown>>;
|
|
1786
|
+
}>>;
|
|
1787
|
+
readonly export: Schema.optional<Schema.Struct<{
|
|
1788
|
+
readonly quality: Schema.optional<Schema.String>;
|
|
1789
|
+
readonly keepNameGroup: Schema.optional<Schema.Boolean>;
|
|
1790
|
+
readonly nameByVariantProp: Schema.optional<Schema.Boolean>;
|
|
1791
|
+
}>>;
|
|
680
1792
|
readonly componentId: Schema.optional<Schema.String>;
|
|
681
|
-
readonly nodeType: Schema.optional<Schema.String>;
|
|
682
1793
|
readonly name: Schema.optional<Schema.String>;
|
|
683
|
-
readonly text: Schema.optional<Schema.String>;
|
|
684
|
-
readonly textToken: Schema.optional<Schema.String>;
|
|
685
|
-
readonly fillToken: Schema.optional<Schema.String>;
|
|
686
|
-
readonly x: Schema.optional<Schema.Number>;
|
|
687
|
-
readonly y: Schema.optional<Schema.Number>;
|
|
688
1794
|
readonly width: Schema.optional<Schema.Number>;
|
|
689
1795
|
readonly height: Schema.optional<Schema.Number>;
|
|
690
1796
|
readonly radius: Schema.optional<Schema.Number>;
|
|
691
1797
|
readonly fill: Schema.optional<Schema.String>;
|
|
692
1798
|
readonly changed: Schema.$Array<Schema.String>;
|
|
693
1799
|
}>>>;
|
|
1800
|
+
readonly overriddenSnapshots: Schema.optional<Schema.$Array<Schema.suspend<Schema.Codec<PixsoNode, PixsoNode, never, never>>>>;
|
|
1801
|
+
readonly sourceId: Schema.optional<Schema.String>;
|
|
1802
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["selection", "component-master", "expanded-instance"]>>;
|
|
1803
|
+
readonly expansion: Schema.optional<Schema.Struct<{
|
|
1804
|
+
readonly masterId: Schema.optional<Schema.String>;
|
|
1805
|
+
readonly resolved: Schema.Boolean;
|
|
1806
|
+
readonly nodeCount: Schema.Number;
|
|
1807
|
+
readonly appliedOverrides: Schema.Number;
|
|
1808
|
+
readonly unresolvedOverrides: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1809
|
+
readonly pathString: Schema.String;
|
|
1810
|
+
readonly componentId: Schema.optional<Schema.String>;
|
|
1811
|
+
readonly reason: Schema.Literals<readonly ["no-component-id", "component-id-not-in-master", "master-unresolved"]>;
|
|
1812
|
+
}>>>;
|
|
1813
|
+
readonly stoppedBy: Schema.optional<Schema.Literals<readonly ["cycle", "depth", "budget"]>>;
|
|
1814
|
+
}>>;
|
|
1815
|
+
readonly rawType: Schema.optional<Schema.String>;
|
|
1816
|
+
readonly visible: Schema.optional<Schema.Boolean>;
|
|
1817
|
+
readonly parentId: Schema.optional<Schema.String>;
|
|
1818
|
+
readonly ancestorIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1819
|
+
readonly order: Schema.optional<Schema.String>;
|
|
1820
|
+
readonly zIndex: Schema.optional<Schema.Number>;
|
|
1821
|
+
readonly declaredLeft: Schema.optional<Schema.Number>;
|
|
1822
|
+
readonly declaredTop: Schema.optional<Schema.Number>;
|
|
1823
|
+
readonly declaredWidth: Schema.optional<Schema.Number>;
|
|
1824
|
+
readonly declaredHeight: Schema.optional<Schema.Number>;
|
|
1825
|
+
readonly absoluteX: Schema.optional<Schema.Number>;
|
|
1826
|
+
readonly absoluteY: Schema.optional<Schema.Number>;
|
|
1827
|
+
readonly inset: Schema.optional<Schema.Struct<{
|
|
1828
|
+
readonly right: Schema.optional<Schema.Number>;
|
|
1829
|
+
readonly bottom: Schema.optional<Schema.Number>;
|
|
1830
|
+
}>>;
|
|
1831
|
+
readonly flip: Schema.optional<Schema.Struct<{
|
|
1832
|
+
readonly horizontal: Schema.optional<Schema.Boolean>;
|
|
1833
|
+
readonly vertical: Schema.optional<Schema.Boolean>;
|
|
1834
|
+
}>>;
|
|
1835
|
+
readonly fromComponent: Schema.optional<Schema.Boolean>;
|
|
1836
|
+
readonly maskDisabled: Schema.optional<Schema.Boolean>;
|
|
1837
|
+
readonly cornerSmoothing: Schema.optional<Schema.Number>;
|
|
1838
|
+
readonly cornersIndependent: Schema.optional<Schema.Boolean>;
|
|
1839
|
+
readonly effectiveOpacity: Schema.optional<Schema.Number>;
|
|
1840
|
+
readonly fills: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1841
|
+
readonly kind: Schema.String;
|
|
1842
|
+
readonly visible: Schema.Boolean;
|
|
1843
|
+
readonly opacity: Schema.Number;
|
|
1844
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1845
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1846
|
+
readonly alpha: Schema.Number;
|
|
1847
|
+
readonly css: Schema.optional<Schema.String>;
|
|
1848
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
1849
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
1850
|
+
readonly position: Schema.Number;
|
|
1851
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
1852
|
+
readonly alpha: Schema.Number;
|
|
1853
|
+
}>>;
|
|
1854
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
1855
|
+
readonly x: Schema.Number;
|
|
1856
|
+
readonly y: Schema.Number;
|
|
1857
|
+
}>>;
|
|
1858
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
1859
|
+
readonly x: Schema.Number;
|
|
1860
|
+
readonly y: Schema.Number;
|
|
1861
|
+
}>>;
|
|
1862
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
1863
|
+
readonly x: Schema.Number;
|
|
1864
|
+
readonly y: Schema.Number;
|
|
1865
|
+
}>>;
|
|
1866
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
1867
|
+
readonly m00: Schema.Number;
|
|
1868
|
+
readonly m01: Schema.Number;
|
|
1869
|
+
readonly m02: Schema.Number;
|
|
1870
|
+
readonly m10: Schema.Number;
|
|
1871
|
+
readonly m11: Schema.Number;
|
|
1872
|
+
readonly m12: Schema.Number;
|
|
1873
|
+
}>>;
|
|
1874
|
+
}>>;
|
|
1875
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
1876
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
1877
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1878
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
1879
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
1880
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
1881
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
1882
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
1883
|
+
}>>;
|
|
1884
|
+
}>>>;
|
|
1885
|
+
readonly strokes: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1886
|
+
readonly kind: Schema.String;
|
|
1887
|
+
readonly visible: Schema.Boolean;
|
|
1888
|
+
readonly opacity: Schema.Number;
|
|
1889
|
+
readonly blendMode: Schema.optional<Schema.String>;
|
|
1890
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1891
|
+
readonly alpha: Schema.Number;
|
|
1892
|
+
readonly css: Schema.optional<Schema.String>;
|
|
1893
|
+
readonly gradient: Schema.optional<Schema.Struct<{
|
|
1894
|
+
readonly stops: Schema.$Array<Schema.Struct<{
|
|
1895
|
+
readonly position: Schema.Number;
|
|
1896
|
+
readonly hex: Schema.NullOr<Schema.String>;
|
|
1897
|
+
readonly alpha: Schema.Number;
|
|
1898
|
+
}>>;
|
|
1899
|
+
readonly startPt: Schema.optional<Schema.Struct<{
|
|
1900
|
+
readonly x: Schema.Number;
|
|
1901
|
+
readonly y: Schema.Number;
|
|
1902
|
+
}>>;
|
|
1903
|
+
readonly endPt: Schema.optional<Schema.Struct<{
|
|
1904
|
+
readonly x: Schema.Number;
|
|
1905
|
+
readonly y: Schema.Number;
|
|
1906
|
+
}>>;
|
|
1907
|
+
readonly leftPt: Schema.optional<Schema.Struct<{
|
|
1908
|
+
readonly x: Schema.Number;
|
|
1909
|
+
readonly y: Schema.Number;
|
|
1910
|
+
}>>;
|
|
1911
|
+
readonly transform: Schema.optional<Schema.Struct<{
|
|
1912
|
+
readonly m00: Schema.Number;
|
|
1913
|
+
readonly m01: Schema.Number;
|
|
1914
|
+
readonly m02: Schema.Number;
|
|
1915
|
+
readonly m10: Schema.Number;
|
|
1916
|
+
readonly m11: Schema.Number;
|
|
1917
|
+
readonly m12: Schema.Number;
|
|
1918
|
+
}>>;
|
|
1919
|
+
}>>;
|
|
1920
|
+
readonly image: Schema.optional<Schema.Struct<{
|
|
1921
|
+
readonly hash: Schema.optional<Schema.String>;
|
|
1922
|
+
readonly name: Schema.optional<Schema.String>;
|
|
1923
|
+
readonly scaleMode: Schema.optional<Schema.String>;
|
|
1924
|
+
readonly scale: Schema.optional<Schema.Number>;
|
|
1925
|
+
readonly rotation: Schema.optional<Schema.Number>;
|
|
1926
|
+
readonly originalWidth: Schema.optional<Schema.Number>;
|
|
1927
|
+
readonly originalHeight: Schema.optional<Schema.Number>;
|
|
1928
|
+
}>>;
|
|
1929
|
+
}>>>;
|
|
1930
|
+
readonly strokeWeight: Schema.optional<Schema.Number>;
|
|
1931
|
+
readonly strokeAlign: Schema.optional<Schema.String>;
|
|
1932
|
+
readonly strokeJoin: Schema.optional<Schema.String>;
|
|
1933
|
+
readonly strokeCap: Schema.optional<Schema.String>;
|
|
1934
|
+
readonly dashCap: Schema.optional<Schema.String>;
|
|
1935
|
+
readonly miterLimit: Schema.optional<Schema.Number>;
|
|
1936
|
+
readonly strokeVisible: Schema.optional<Schema.Boolean>;
|
|
1937
|
+
readonly strokeDash: Schema.optional<Schema.$Array<Schema.Number>>;
|
|
1938
|
+
readonly childLayout: Schema.optional<Schema.Struct<{
|
|
1939
|
+
readonly inFlow: Schema.optional<Schema.Boolean>;
|
|
1940
|
+
readonly absoluteInFlow: Schema.optional<Schema.Boolean>;
|
|
1941
|
+
readonly widthResize: Schema.optional<Schema.Number>;
|
|
1942
|
+
readonly heightResize: Schema.optional<Schema.Number>;
|
|
1943
|
+
readonly primarySizing: Schema.optional<Schema.String>;
|
|
1944
|
+
readonly counterSizing: Schema.optional<Schema.String>;
|
|
1945
|
+
}>>;
|
|
1946
|
+
readonly textRaw: Schema.optional<Schema.String>;
|
|
1947
|
+
readonly textRuns: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1948
|
+
readonly id: Schema.String;
|
|
1949
|
+
readonly textRaw: Schema.String;
|
|
1950
|
+
readonly text: Schema.String;
|
|
1951
|
+
readonly font: Schema.optional<Schema.Struct<{
|
|
1952
|
+
readonly family: Schema.optional<Schema.String>;
|
|
1953
|
+
readonly style: Schema.optional<Schema.String>;
|
|
1954
|
+
readonly size: Schema.optional<Schema.Number>;
|
|
1955
|
+
readonly weight: Schema.optional<Schema.Number>;
|
|
1956
|
+
}>>;
|
|
1957
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
1958
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
1959
|
+
readonly textMeta: Schema.optional<Schema.Struct<{
|
|
1960
|
+
readonly upperCase: Schema.Boolean;
|
|
1961
|
+
readonly letterSpacing: Schema.optional<Schema.Struct<{
|
|
1962
|
+
readonly value: Schema.Number;
|
|
1963
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
1964
|
+
}>>;
|
|
1965
|
+
readonly autoResize: Schema.optional<Schema.Literals<readonly ["none", "height", "width-and-height"]>>;
|
|
1966
|
+
readonly textCase: Schema.optional<Schema.String>;
|
|
1967
|
+
readonly lineHeight: Schema.optional<Schema.Struct<{
|
|
1968
|
+
readonly value: Schema.Number;
|
|
1969
|
+
readonly unit: Schema.Literals<readonly ["px", "%"]>;
|
|
1970
|
+
}>>;
|
|
1971
|
+
readonly lineHeightUnit: Schema.optional<Schema.String>;
|
|
1972
|
+
readonly letterSpacingUnit: Schema.optional<Schema.String>;
|
|
1973
|
+
readonly alignVertical: Schema.optional<Schema.String>;
|
|
1974
|
+
readonly alignHorizontal: Schema.optional<Schema.String>;
|
|
1975
|
+
readonly autoResizeRaw: Schema.optional<Schema.String>;
|
|
1976
|
+
readonly otFeaturesOn: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1977
|
+
readonly otFeaturesOff: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1978
|
+
readonly hasNewline: Schema.optional<Schema.Boolean>;
|
|
1979
|
+
readonly textAlign: Schema.optional<Schema.Literals<readonly ["center", "right", "justify"]>>;
|
|
1980
|
+
readonly decoration: Schema.optional<Schema.String>;
|
|
1981
|
+
}>>;
|
|
1982
|
+
}>>>;
|
|
1983
|
+
readonly component: Schema.optional<Schema.Struct<{
|
|
1984
|
+
readonly key: Schema.optional<Schema.String>;
|
|
1985
|
+
readonly mainComponentId: Schema.optional<Schema.String>;
|
|
1986
|
+
readonly stateGroup: Schema.optional<Schema.String>;
|
|
1987
|
+
readonly normName: Schema.optional<Schema.String>;
|
|
1988
|
+
readonly libraryFileKey: Schema.optional<Schema.String>;
|
|
1989
|
+
readonly publishId: Schema.optional<Schema.String>;
|
|
1990
|
+
readonly version: Schema.optional<Schema.String>;
|
|
1991
|
+
readonly overrideKey: Schema.optional<Schema.String>;
|
|
1992
|
+
readonly instanceByFrame: Schema.optional<Schema.Boolean>;
|
|
1993
|
+
readonly description: Schema.optional<Schema.String>;
|
|
1994
|
+
readonly displayName: Schema.optional<Schema.String>;
|
|
1995
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
1996
|
+
readonly variantGroup: Schema.optional<Schema.String>;
|
|
1997
|
+
readonly page: Schema.optional<Schema.String>;
|
|
1998
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
1999
|
+
readonly resolved: Schema.optional<Schema.Boolean>;
|
|
2000
|
+
}>>;
|
|
2001
|
+
readonly rawNormName: Schema.optional<Schema.String>;
|
|
2002
|
+
readonly componentProps: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2003
|
+
readonly propKey: Schema.String;
|
|
2004
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2005
|
+
readonly kind: Schema.String;
|
|
2006
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
2007
|
+
}>>>;
|
|
2008
|
+
readonly componentPropValues: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2009
|
+
readonly propKey: Schema.String;
|
|
2010
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2011
|
+
readonly kind: Schema.String;
|
|
2012
|
+
readonly value: Schema.optional<Schema.String>;
|
|
2013
|
+
readonly targetIds: Schema.optional<Schema.$Array<Schema.String>>;
|
|
2014
|
+
}>>>;
|
|
2015
|
+
readonly propBindings: Schema.optional<Schema.Struct<{
|
|
2016
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
2017
|
+
readonly propKey: Schema.String;
|
|
2018
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2019
|
+
readonly kind: Schema.String;
|
|
2020
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
2021
|
+
}>>;
|
|
2022
|
+
readonly visible: Schema.optional<Schema.Struct<{
|
|
2023
|
+
readonly propKey: Schema.String;
|
|
2024
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2025
|
+
readonly kind: Schema.String;
|
|
2026
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
2027
|
+
}>>;
|
|
2028
|
+
readonly instance: Schema.optional<Schema.Struct<{
|
|
2029
|
+
readonly propKey: Schema.String;
|
|
2030
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2031
|
+
readonly kind: Schema.String;
|
|
2032
|
+
readonly defaultValue: Schema.optional<Schema.String>;
|
|
2033
|
+
}>>;
|
|
2034
|
+
}>>;
|
|
2035
|
+
readonly resolution: Schema.optional<Schema.Struct<{
|
|
2036
|
+
readonly offset: Schema.optional<Schema.Literals<readonly ["flow", "center", "reflow"]>>;
|
|
2037
|
+
readonly textWidth: Schema.optional<Schema.Literals<readonly ["rescaled", "stated", "measured", "hugged"]>>;
|
|
2038
|
+
readonly visibility: Schema.optional<Schema.Literals<readonly ["assigned", "default", "unresolved"]>>;
|
|
2039
|
+
}>>;
|
|
2040
|
+
readonly tokens: Schema.optional<Schema.Struct<{
|
|
2041
|
+
readonly fill: Schema.optional<Schema.Struct<{
|
|
2042
|
+
readonly id: Schema.String;
|
|
2043
|
+
readonly resolved: Schema.Boolean;
|
|
2044
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2045
|
+
}>>;
|
|
2046
|
+
readonly text: Schema.optional<Schema.Struct<{
|
|
2047
|
+
readonly id: Schema.String;
|
|
2048
|
+
readonly resolved: Schema.Boolean;
|
|
2049
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2050
|
+
}>>;
|
|
2051
|
+
readonly effect: Schema.optional<Schema.Struct<{
|
|
2052
|
+
readonly id: Schema.String;
|
|
2053
|
+
readonly resolved: Schema.Boolean;
|
|
2054
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2055
|
+
}>>;
|
|
2056
|
+
readonly stroke: Schema.optional<Schema.Struct<{
|
|
2057
|
+
readonly id: Schema.String;
|
|
2058
|
+
readonly resolved: Schema.Boolean;
|
|
2059
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2060
|
+
}>>;
|
|
2061
|
+
readonly variableModes: Schema.optional<Schema.Struct<{
|
|
2062
|
+
readonly entries: Schema.optional<Schema.Unknown>;
|
|
2063
|
+
}>>;
|
|
2064
|
+
}>>;
|
|
2065
|
+
readonly overlay: Schema.optional<Schema.Struct<{
|
|
2066
|
+
readonly positionType: Schema.optional<Schema.String>;
|
|
2067
|
+
readonly interaction: Schema.optional<Schema.String>;
|
|
2068
|
+
readonly background: Schema.optional<Schema.Struct<{
|
|
2069
|
+
readonly type: Schema.optional<Schema.String>;
|
|
2070
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
2071
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
2072
|
+
}>>;
|
|
2073
|
+
}>>;
|
|
2074
|
+
readonly links: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2075
|
+
readonly url: Schema.String;
|
|
2076
|
+
}>>>;
|
|
2077
|
+
readonly scrollBehavior: Schema.optional<Schema.String>;
|
|
2078
|
+
readonly placeholder: Schema.optional<Schema.Struct<{
|
|
2079
|
+
readonly reason: Schema.Literal<"vector-geometry-absent">;
|
|
2080
|
+
readonly width: Schema.Number;
|
|
2081
|
+
readonly height: Schema.Number;
|
|
2082
|
+
}>>;
|
|
694
2083
|
readonly children: Schema.optional<Schema.$Array<Schema.suspend<Schema.Codec<PixsoNode, PixsoNode, never, never>>>>;
|
|
695
2084
|
}>;
|
|
696
2085
|
readonly component: Schema.NullOr<Schema.Struct<{
|
|
@@ -715,9 +2104,11 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
715
2104
|
readonly deprecated: Schema.Boolean;
|
|
716
2105
|
readonly resolved: Schema.Boolean;
|
|
717
2106
|
readonly count: Schema.Number;
|
|
2107
|
+
readonly nameSource: Schema.optional<Schema.Literals<readonly ["state-group", "catalogue-name", "dsl-state-group", "norm-name", "layer-name", "master-layer-name", "axis-reconstructed", "unknown"]>>;
|
|
2108
|
+
readonly variant: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
718
2109
|
readonly props: Schema.$Array<Schema.Struct<{
|
|
719
2110
|
readonly name: Schema.String;
|
|
720
|
-
readonly kind: Schema.
|
|
2111
|
+
readonly kind: Schema.String;
|
|
721
2112
|
readonly value: Schema.String;
|
|
722
2113
|
readonly defaultValue: Schema.String;
|
|
723
2114
|
readonly overridden: Schema.Boolean;
|
|
@@ -726,10 +2117,31 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
726
2117
|
readonly catalogHash: Schema.NullOr<Schema.String>;
|
|
727
2118
|
readonly parserVersion: Schema.optional<Schema.Number>;
|
|
728
2119
|
readonly versionUnverified: Schema.optional<Schema.Boolean>;
|
|
2120
|
+
readonly rawAvailable: Schema.optional<Schema.Boolean>;
|
|
2121
|
+
readonly imageAvailable: Schema.optional<Schema.Boolean>;
|
|
2122
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2123
|
+
readonly provenances: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2124
|
+
readonly source: Schema.Literals<readonly ["local", "remote"]>;
|
|
2125
|
+
readonly fileKey: Schema.NullOr<Schema.String>;
|
|
2126
|
+
readonly guid: Schema.String;
|
|
2127
|
+
readonly designUrl: Schema.NullOr<Schema.String>;
|
|
2128
|
+
readonly importedAtIso: Schema.String;
|
|
2129
|
+
}>>>;
|
|
2130
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
2131
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
2132
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
2133
|
+
readonly guid: Schema.String;
|
|
2134
|
+
readonly message: Schema.String;
|
|
2135
|
+
}>>;
|
|
2136
|
+
}>>;
|
|
729
2137
|
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.cardRaw", Schema.Struct<{
|
|
730
2138
|
readonly id: Schema.String;
|
|
731
2139
|
}>, Schema.Struct<{
|
|
732
2140
|
readonly raw: Schema.String;
|
|
2141
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.cardImage", Schema.Struct<{
|
|
2142
|
+
readonly id: Schema.String;
|
|
2143
|
+
}>, Schema.Struct<{
|
|
2144
|
+
readonly pngBase64: Schema.String;
|
|
733
2145
|
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.removeCard", Schema.Struct<{
|
|
734
2146
|
readonly id: Schema.String;
|
|
735
2147
|
}>, Schema.Void, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.groupsMutate", Schema.Struct<{
|
|
@@ -771,7 +2183,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
771
2183
|
}>, Schema.Void, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.reportLatest", Schema.Struct<{}>, Schema.NullOr<Schema.Struct<{
|
|
772
2184
|
readonly atIso: Schema.String;
|
|
773
2185
|
readonly data: Schema.Struct<{
|
|
774
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
2186
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
775
2187
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
776
2188
|
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
777
2189
|
readonly cardName: Schema.NullOr<Schema.String>;
|
|
@@ -816,7 +2228,9 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
816
2228
|
readonly identical: Schema.Boolean;
|
|
817
2229
|
readonly note: Schema.String;
|
|
818
2230
|
}>>;
|
|
2231
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
819
2232
|
}>;
|
|
2233
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
820
2234
|
}>>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.catalog", Schema.Struct<{
|
|
821
2235
|
readonly catalogHash: Schema.String;
|
|
822
2236
|
}>, Schema.Struct<{
|
|
@@ -833,7 +2247,14 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
833
2247
|
readonly pageName: Schema.String;
|
|
834
2248
|
readonly containingStateGroup: Schema.optional<Schema.Struct<{
|
|
835
2249
|
readonly name: Schema.String;
|
|
836
|
-
readonly nodeId: Schema.String
|
|
2250
|
+
readonly nodeId: Schema.optional<Schema.String>;
|
|
2251
|
+
}>>;
|
|
2252
|
+
readonly name: Schema.optional<Schema.String>;
|
|
2253
|
+
readonly nodeId: Schema.optional<Schema.String>;
|
|
2254
|
+
readonly backgroundColorCss: Schema.optional<Schema.String>;
|
|
2255
|
+
readonly color: Schema.optional<Schema.Struct<{
|
|
2256
|
+
readonly hex: Schema.optional<Schema.String>;
|
|
2257
|
+
readonly alpha: Schema.optional<Schema.Number>;
|
|
837
2258
|
}>>;
|
|
838
2259
|
}>;
|
|
839
2260
|
readonly content_hash: Schema.String;
|
|
@@ -841,35 +2262,118 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
841
2262
|
readonly min_node_width: Schema.Number;
|
|
842
2263
|
readonly min_node_height: Schema.Number;
|
|
843
2264
|
readonly thumbnail_url: Schema.String;
|
|
2265
|
+
readonly canvas_url: Schema.optional<Schema.String>;
|
|
2266
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
2267
|
+
readonly unpublished_at: Schema.optional<Schema.String>;
|
|
2268
|
+
readonly description_rtf: Schema.optional<Schema.String>;
|
|
2269
|
+
readonly type: Schema.optional<Schema.String>;
|
|
2270
|
+
readonly is_unflattened: Schema.optional<Schema.Boolean>;
|
|
2271
|
+
readonly user_id: Schema.optional<Schema.Number>;
|
|
2272
|
+
readonly isLocal: Schema.optional<Schema.Boolean>;
|
|
2273
|
+
readonly isPublishable: Schema.optional<Schema.Boolean>;
|
|
2274
|
+
readonly isVariant: Schema.optional<Schema.Boolean>;
|
|
2275
|
+
readonly deletedFromSceneGraph: Schema.optional<Schema.Boolean>;
|
|
2276
|
+
readonly status: Schema.optional<Schema.Number>;
|
|
2277
|
+
readonly aliasName: Schema.optional<Schema.String>;
|
|
2278
|
+
readonly defs: Schema.optional<Schema.Unknown>;
|
|
2279
|
+
}>>;
|
|
2280
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.scanStart", Schema.Struct<{
|
|
2281
|
+
readonly target: Schema.optional<Schema.Struct<{
|
|
2282
|
+
readonly fileKey: Schema.String;
|
|
2283
|
+
readonly itemId: Schema.String;
|
|
2284
|
+
}>>;
|
|
2285
|
+
}>, Schema.Union<readonly [Schema.Struct<{
|
|
2286
|
+
readonly phase: Schema.Literal<"idle">;
|
|
2287
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2288
|
+
}>, Schema.Struct<{
|
|
2289
|
+
readonly phase: Schema.Literal<"running">;
|
|
2290
|
+
readonly step: Schema.Number;
|
|
2291
|
+
readonly startedAtIso: Schema.String;
|
|
2292
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2293
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
2294
|
+
readonly done: Schema.Number;
|
|
2295
|
+
readonly total: Schema.Number;
|
|
2296
|
+
}>>;
|
|
2297
|
+
}>, Schema.Struct<{
|
|
2298
|
+
readonly phase: Schema.Literal<"settled">;
|
|
2299
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
2300
|
+
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
2301
|
+
readonly cardId: Schema.NullOr<Schema.String>;
|
|
2302
|
+
readonly detail: Schema.NullOr<Schema.String>;
|
|
2303
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
2304
|
+
readonly startedAtIso: Schema.String;
|
|
2305
|
+
readonly settledAtIso: Schema.String;
|
|
2306
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2307
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
2308
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
2309
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
2310
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
2311
|
+
readonly guid: Schema.String;
|
|
2312
|
+
readonly message: Schema.String;
|
|
2313
|
+
}>>;
|
|
844
2314
|
}>>;
|
|
845
|
-
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.
|
|
2315
|
+
}>]>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.scanCancel", Schema.Struct<{
|
|
2316
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2317
|
+
}>, Schema.Union<readonly [Schema.Struct<{
|
|
846
2318
|
readonly phase: Schema.Literal<"idle">;
|
|
2319
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
847
2320
|
}>, Schema.Struct<{
|
|
848
2321
|
readonly phase: Schema.Literal<"running">;
|
|
849
2322
|
readonly step: Schema.Number;
|
|
850
2323
|
readonly startedAtIso: Schema.String;
|
|
2324
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2325
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
2326
|
+
readonly done: Schema.Number;
|
|
2327
|
+
readonly total: Schema.Number;
|
|
2328
|
+
}>>;
|
|
851
2329
|
}>, Schema.Struct<{
|
|
852
2330
|
readonly phase: Schema.Literal<"settled">;
|
|
853
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
2331
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
854
2332
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
855
2333
|
readonly cardId: Schema.NullOr<Schema.String>;
|
|
856
2334
|
readonly detail: Schema.NullOr<Schema.String>;
|
|
2335
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
857
2336
|
readonly startedAtIso: Schema.String;
|
|
858
2337
|
readonly settledAtIso: Schema.String;
|
|
2338
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2339
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
2340
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
2341
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
2342
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
2343
|
+
readonly guid: Schema.String;
|
|
2344
|
+
readonly message: Schema.String;
|
|
2345
|
+
}>>;
|
|
2346
|
+
}>>;
|
|
859
2347
|
}>]>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"subscribePixsoScan", Schema.Struct<{}>, effect_unstable_rpc_RpcSchema0.Stream<Schema.Union<readonly [Schema.Struct<{
|
|
860
2348
|
readonly phase: Schema.Literal<"idle">;
|
|
2349
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
861
2350
|
}>, Schema.Struct<{
|
|
862
2351
|
readonly phase: Schema.Literal<"running">;
|
|
863
2352
|
readonly step: Schema.Number;
|
|
864
2353
|
readonly startedAtIso: Schema.String;
|
|
2354
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2355
|
+
readonly nodes: Schema.optional<Schema.Struct<{
|
|
2356
|
+
readonly done: Schema.Number;
|
|
2357
|
+
readonly total: Schema.Number;
|
|
2358
|
+
}>>;
|
|
865
2359
|
}>, Schema.Struct<{
|
|
866
2360
|
readonly phase: Schema.Literal<"settled">;
|
|
867
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
2361
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
868
2362
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
869
2363
|
readonly cardId: Schema.NullOr<Schema.String>;
|
|
870
2364
|
readonly detail: Schema.NullOr<Schema.String>;
|
|
2365
|
+
readonly httpStatus: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
871
2366
|
readonly startedAtIso: Schema.String;
|
|
872
2367
|
readonly settledAtIso: Schema.String;
|
|
2368
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2369
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
2370
|
+
readonly resolvedNodes: Schema.optional<Schema.Struct<{
|
|
2371
|
+
readonly fetched: Schema.$Array<Schema.String>;
|
|
2372
|
+
readonly failed: Schema.$Array<Schema.Struct<{
|
|
2373
|
+
readonly guid: Schema.String;
|
|
2374
|
+
readonly message: Schema.String;
|
|
2375
|
+
}>>;
|
|
2376
|
+
}>>;
|
|
873
2377
|
}>]>, typeof PixsoAssistantError>, Schema.Never, never, never>, Rpc.Rpc<"pixsoAssistant.check", Schema.Struct<{}>, Schema.Struct<{
|
|
874
2378
|
readonly atIso: Schema.String;
|
|
875
2379
|
readonly tools: Schema.$Array<Schema.Struct<{
|
|
@@ -896,7 +2400,7 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
896
2400
|
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.rescanDebug", Schema.Struct<{}>, Schema.Struct<{
|
|
897
2401
|
readonly atIso: Schema.String;
|
|
898
2402
|
readonly data: Schema.Struct<{
|
|
899
|
-
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error"]>;
|
|
2403
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
900
2404
|
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
901
2405
|
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
902
2406
|
readonly cardName: Schema.NullOr<Schema.String>;
|
|
@@ -941,12 +2445,108 @@ declare const pixsoAssistantRpcs: readonly [Rpc.Rpc<"pixsoAssistant.snapshot", S
|
|
|
941
2445
|
readonly identical: Schema.Boolean;
|
|
942
2446
|
readonly note: Schema.String;
|
|
943
2447
|
}>>;
|
|
2448
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
944
2449
|
}>;
|
|
2450
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
945
2451
|
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.reparse", Schema.Struct<{}>, Schema.Struct<{
|
|
946
2452
|
readonly total: Schema.Number;
|
|
947
2453
|
readonly reparsed: Schema.Number;
|
|
948
2454
|
readonly skippedNoRaw: Schema.Number;
|
|
949
2455
|
readonly skippedNoCatalog: Schema.optional<Schema.Number>;
|
|
950
2456
|
readonly failed: Schema.Number;
|
|
2457
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteTokenCheck", Schema.Struct<{
|
|
2458
|
+
readonly token: Schema.optional<Schema.String>;
|
|
2459
|
+
}>, Schema.Struct<{
|
|
2460
|
+
readonly toolCount: Schema.Number;
|
|
2461
|
+
readonly latencyMs: Schema.Number;
|
|
2462
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteTokenSave", Schema.Struct<{
|
|
2463
|
+
readonly token: Schema.String;
|
|
2464
|
+
}>, Schema.Struct<{
|
|
2465
|
+
readonly tokenSet: Schema.Boolean;
|
|
2466
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteTokenDelete", Schema.Struct<{}>, Schema.Void, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteModeSet", Schema.Struct<{
|
|
2467
|
+
readonly remoteByDefault: Schema.Boolean;
|
|
2468
|
+
}>, Schema.Void, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteToolsList", Schema.Struct<{}>, Schema.Struct<{
|
|
2469
|
+
readonly tools: Schema.$Array<Schema.Struct<{
|
|
2470
|
+
readonly name: Schema.String;
|
|
2471
|
+
readonly description: Schema.String;
|
|
2472
|
+
readonly write: Schema.Boolean;
|
|
2473
|
+
readonly params: Schema.$Array<Schema.Struct<{
|
|
2474
|
+
readonly name: Schema.String;
|
|
2475
|
+
readonly type: Schema.String;
|
|
2476
|
+
readonly required: Schema.Boolean;
|
|
2477
|
+
readonly description: Schema.optional<Schema.String>;
|
|
2478
|
+
}>>;
|
|
2479
|
+
}>>;
|
|
2480
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteScanProbe", Schema.Struct<{
|
|
2481
|
+
readonly target: Schema.Struct<{
|
|
2482
|
+
readonly fileKey: Schema.String;
|
|
2483
|
+
readonly itemId: Schema.String;
|
|
2484
|
+
}>;
|
|
2485
|
+
}>, Schema.Struct<{
|
|
2486
|
+
readonly atIso: Schema.String;
|
|
2487
|
+
readonly data: Schema.Struct<{
|
|
2488
|
+
readonly outcome: Schema.Literals<readonly ["success", "success-warnings", "reimport", "mcp-down", "tool-timeout", "dsl-error", "empty-selection", "multi-selection", "parse-error", "components-error", "internal-error", "access-denied", "cancelled"]>;
|
|
2489
|
+
readonly failedStep: Schema.NullOr<Schema.Number>;
|
|
2490
|
+
readonly nodeId: Schema.NullOr<Schema.String>;
|
|
2491
|
+
readonly cardName: Schema.NullOr<Schema.String>;
|
|
2492
|
+
readonly dslVersion: Schema.NullOr<Schema.String>;
|
|
2493
|
+
readonly converterVersion: Schema.NullOr<Schema.String>;
|
|
2494
|
+
readonly nodesParsed: Schema.Number;
|
|
2495
|
+
readonly nodesWithIssues: Schema.Number;
|
|
2496
|
+
readonly rootGuids: Schema.$Array<Schema.String>;
|
|
2497
|
+
readonly toolTimings: Schema.$Array<Schema.Struct<{
|
|
2498
|
+
readonly tool: Schema.String;
|
|
2499
|
+
readonly ms: Schema.Number;
|
|
2500
|
+
readonly ok: Schema.Boolean;
|
|
2501
|
+
readonly detail: Schema.NullOr<Schema.String>;
|
|
2502
|
+
}>>;
|
|
2503
|
+
readonly unknownKeys: Schema.$Array<Schema.Struct<{
|
|
2504
|
+
readonly key: Schema.String;
|
|
2505
|
+
readonly sample: Schema.String;
|
|
2506
|
+
readonly count: Schema.Number;
|
|
2507
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
2508
|
+
}>>;
|
|
2509
|
+
readonly unknownEnums: Schema.$Array<Schema.Struct<{
|
|
2510
|
+
readonly field: Schema.String;
|
|
2511
|
+
readonly value: Schema.String;
|
|
2512
|
+
readonly count: Schema.Number;
|
|
2513
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
2514
|
+
}>>;
|
|
2515
|
+
readonly unresolvedLibraries: Schema.$Array<Schema.Struct<{
|
|
2516
|
+
readonly fileKey: Schema.String;
|
|
2517
|
+
readonly count: Schema.Number;
|
|
2518
|
+
readonly exampleGuid: Schema.NullOr<Schema.String>;
|
|
2519
|
+
}>>;
|
|
2520
|
+
readonly diagnostics: Schema.$Array<Schema.Struct<{
|
|
2521
|
+
readonly severity: Schema.Literals<readonly ["info", "warning"]>;
|
|
2522
|
+
readonly code: Schema.String;
|
|
2523
|
+
readonly message: Schema.String;
|
|
2524
|
+
readonly path: Schema.optional<Schema.String>;
|
|
2525
|
+
}>>;
|
|
2526
|
+
readonly catalogStatus: Schema.Literals<readonly ["ok", "failed", "skipped"]>;
|
|
2527
|
+
readonly duplicate: Schema.Boolean;
|
|
2528
|
+
readonly excerpts: Schema.$Array<Schema.String>;
|
|
2529
|
+
readonly byteDiff: Schema.NullOr<Schema.Struct<{
|
|
2530
|
+
readonly identical: Schema.Boolean;
|
|
2531
|
+
readonly note: Schema.String;
|
|
2532
|
+
}>>;
|
|
2533
|
+
readonly enriched: Schema.optional<Schema.$Array<Schema.Literals<readonly ["image", "components"]>>>;
|
|
2534
|
+
}>;
|
|
2535
|
+
readonly origin: Schema.optional<Schema.Literals<readonly ["local", "remote"]>>;
|
|
2536
|
+
}>, typeof PixsoAssistantError, never, never>, Rpc.Rpc<"pixsoAssistant.remoteFullProbe", Schema.Struct<{
|
|
2537
|
+
readonly target: Schema.Struct<{
|
|
2538
|
+
readonly fileKey: Schema.String;
|
|
2539
|
+
readonly itemId: Schema.String;
|
|
2540
|
+
}>;
|
|
2541
|
+
}>, Schema.Struct<{
|
|
2542
|
+
readonly atIso: Schema.String;
|
|
2543
|
+
readonly rows: Schema.$Array<Schema.Struct<{
|
|
2544
|
+
readonly tool: Schema.String;
|
|
2545
|
+
readonly args: Schema.String;
|
|
2546
|
+
readonly status: Schema.Literals<readonly ["ok", "dead", "empty", "skip", "needs-args"]>;
|
|
2547
|
+
readonly detail: Schema.String;
|
|
2548
|
+
}>>;
|
|
2549
|
+
readonly deviations: Schema.$Array<Schema.String>;
|
|
2550
|
+
readonly savedTo: Schema.String;
|
|
951
2551
|
}>, typeof PixsoAssistantError, never, never>];
|
|
952
|
-
export { CardDetail, CardIdentityData, CardSummary, CatalogEntry, CatalogSnapshot, CheckResult, ComplexityBand, GroupsMutateOp, LatestScanReport, PIXSO_ASSISTANT_METHODS, PIXSO_MCP_ENDPOINT, PanelSnapshot, ParserDiagnostic, PixsoAssistantError, PixsoAssistantMethods, PixsoBorders, PixsoCardGroup, PixsoComponentInfo, PixsoComponentProp, PixsoComponentUsage, PixsoConstraints, PixsoEffect, PixsoFont, PixsoGradient, PixsoInstanceOverride, PixsoMargin, PixsoNode, PixsoNodeLayout, PixsoNodeStroke, PixsoNodeType, PixsoRadii, PixsoSizing, PixsoTextMeta, PixsoTool, PixsoToolParam, ProbeResult, ProbeRow, ProbeRowStatus, ReparseResult, ScanJobState, ScanOutcome, ScanReportData, ScanToolTiming, UnknownEnumSample, UnknownKeySample, UnresolvedLibrary, WsPixsoAssistantCardRawRpc, WsPixsoAssistantCardRpc, WsPixsoAssistantCatalogRpc, WsPixsoAssistantCheckRpc, WsPixsoAssistantGroupsMutateRpc, WsPixsoAssistantProbeRpc, WsPixsoAssistantRemoveCardRpc, WsPixsoAssistantReparseRpc, WsPixsoAssistantReportLatestRpc, WsPixsoAssistantRescanDebugRpc, WsPixsoAssistantScanStartRpc, WsPixsoAssistantScanSubscribeRpc, WsPixsoAssistantSnapshotRpc, emptyPanelSnapshot, pixsoAssistantRpcs };
|
|
2552
|
+
export { CardDetail, CardIdentityData, CardProvenance, CardSummary, CatalogEntry, CatalogSnapshot, CheckResult, ComplexityBand, GroupsMutateOp, LatestScanReport, NODES_FETCH_ENABLED, PIXSO_ASSISTANT_METHODS, PIXSO_DISABLE_SSL, PIXSO_MCP_ENDPOINT, PIXSO_REMOTE_MCP_ENDPOINT, PanelSnapshot, ParserDiagnostic, PixsoAssistantError, PixsoAssistantMethods, PixsoBorders, PixsoCardGroup, PixsoChildLayout, PixsoComponentInfo, PixsoComponentProp, PixsoComponentPropDef, PixsoComponentPropValue, PixsoComponentRef, PixsoComponentUsage, PixsoConstraints, PixsoEffect, PixsoExpansion, PixsoFlip, PixsoFont, PixsoGradient, PixsoImagePaint, PixsoInset, PixsoInstanceOverride, PixsoLink, PixsoMargin, PixsoMatrix2x3, PixsoNameSource, PixsoNode, PixsoNodeLayout, PixsoNodeStroke, PixsoNodeType, PixsoOverlay, PixsoPaint, PixsoPaintGradient, PixsoPlaceholder, PixsoRadii, PixsoSizing, PixsoTextMeta, PixsoTextRun, PixsoTokenRef, PixsoTokens, PixsoTool, PixsoToolParam, PixsoUnresolvedOverride, ProbeResult, ProbeRow, ProbeRowStatus, RemoteCheckResult, RemoteTarget, RemoteToolsListResult, ReparseResult, ResolvedNodeFailure, ResolvedNodeRecord, ResolvedNodesEnvelope, ResolvedNodesSummary, ScanJobState, ScanOrigin, ScanOutcome, ScanReportData, ScanToolTiming, USE_ASYNC_FOR_NODES_RESOLVE, UnknownEnumSample, UnknownKeySample, UnresolvedLibrary, WsPixsoAssistantCardImageRpc, WsPixsoAssistantCardRawRpc, WsPixsoAssistantCardRpc, WsPixsoAssistantCatalogRpc, WsPixsoAssistantCheckRpc, WsPixsoAssistantGroupsMutateRpc, WsPixsoAssistantProbeRpc, WsPixsoAssistantRemoteFullProbeRpc, WsPixsoAssistantRemoteModeSetRpc, WsPixsoAssistantRemoteScanProbeRpc, WsPixsoAssistantRemoteTokenCheckRpc, WsPixsoAssistantRemoteTokenDeleteRpc, WsPixsoAssistantRemoteTokenSaveRpc, WsPixsoAssistantRemoteToolsListRpc, WsPixsoAssistantRemoveCardRpc, WsPixsoAssistantReparseRpc, WsPixsoAssistantReportLatestRpc, WsPixsoAssistantRescanDebugRpc, WsPixsoAssistantScanCancelRpc, WsPixsoAssistantScanStartRpc, WsPixsoAssistantScanSubscribeRpc, WsPixsoAssistantSnapshotRpc, emptyPanelSnapshot, pixsoAssistantRpcs };
|