@shapediver/viewer.shared.types 3.15.0 → 3.15.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.
|
@@ -234,6 +234,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
234
234
|
wireframeColor?: string | null | undefined;
|
|
235
235
|
}>>>;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
|
+
restrictions?: any[] | null | undefined;
|
|
237
238
|
geometry?: {
|
|
238
239
|
mode: "points" | "lines";
|
|
239
240
|
minPoints?: number | null | undefined;
|
|
@@ -242,7 +243,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
242
243
|
close?: boolean | undefined;
|
|
243
244
|
autoClose?: boolean | undefined;
|
|
244
245
|
} | null | undefined;
|
|
245
|
-
restrictions?: any[] | null | undefined;
|
|
246
246
|
general?: {
|
|
247
247
|
options?: {
|
|
248
248
|
showDistanceLabels?: boolean | undefined;
|
|
@@ -266,6 +266,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
266
266
|
wireframeColor?: string | null | undefined;
|
|
267
267
|
} | null | undefined;
|
|
268
268
|
}, {
|
|
269
|
+
restrictions?: any[] | null | undefined;
|
|
269
270
|
geometry?: {
|
|
270
271
|
mode: "points" | "lines";
|
|
271
272
|
minPoints?: number | null | undefined;
|
|
@@ -274,7 +275,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
274
275
|
close?: unknown;
|
|
275
276
|
autoClose?: unknown;
|
|
276
277
|
} | null | undefined;
|
|
277
|
-
restrictions?: any[] | null | undefined;
|
|
278
278
|
general?: {
|
|
279
279
|
options?: {
|
|
280
280
|
showDistanceLabels?: unknown;
|
|
@@ -299,6 +299,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
299
299
|
} | null | undefined;
|
|
300
300
|
}>;
|
|
301
301
|
export declare const validateDrawingParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
302
|
+
restrictions?: any[] | null | undefined;
|
|
302
303
|
geometry?: {
|
|
303
304
|
mode: "points" | "lines";
|
|
304
305
|
minPoints?: number | null | undefined;
|
|
@@ -307,7 +308,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
307
308
|
close?: unknown;
|
|
308
309
|
autoClose?: unknown;
|
|
309
310
|
} | null | undefined;
|
|
310
|
-
restrictions?: any[] | null | undefined;
|
|
311
311
|
general?: {
|
|
312
312
|
options?: {
|
|
313
313
|
showDistanceLabels?: unknown;
|
|
@@ -331,6 +331,7 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
331
331
|
wireframeColor?: string | null | undefined;
|
|
332
332
|
} | null | undefined;
|
|
333
333
|
}, {
|
|
334
|
+
restrictions?: any[] | null | undefined;
|
|
334
335
|
geometry?: {
|
|
335
336
|
mode: "points" | "lines";
|
|
336
337
|
minPoints?: number | null | undefined;
|
|
@@ -339,7 +340,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
339
340
|
close?: boolean | undefined;
|
|
340
341
|
autoClose?: boolean | undefined;
|
|
341
342
|
} | null | undefined;
|
|
342
|
-
restrictions?: any[] | null | undefined;
|
|
343
343
|
general?: {
|
|
344
344
|
options?: {
|
|
345
345
|
showDistanceLabels?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.shared.types",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Michael Oppitz <michael@shapediver.com>",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@shapediver/sdk.geometry-api-sdk-v2": "2.10.0",
|
|
42
42
|
"@shapediver/sdk.sdtf-v1": "1.6.1",
|
|
43
|
-
"@shapediver/viewer.shared.math": "3.15.
|
|
44
|
-
"@shapediver/viewer.shared.node-tree": "3.15.
|
|
45
|
-
"@shapediver/viewer.shared.services": "3.15.
|
|
43
|
+
"@shapediver/viewer.shared.math": "3.15.2",
|
|
44
|
+
"@shapediver/viewer.shared.node-tree": "3.15.2",
|
|
45
|
+
"@shapediver/viewer.shared.services": "3.15.2",
|
|
46
46
|
"gl-matrix": "3.3.0",
|
|
47
47
|
"zod": "3.23.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b0fafd0073307a1fb4b8d5824f8554d733427131"
|
|
50
50
|
}
|