@shapediver/viewer.shared.types 3.11.1 → 3.11.3
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.
|
@@ -112,7 +112,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
112
112
|
} | undefined;
|
|
113
113
|
}>>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
restrictions?: any[] | undefined;
|
|
116
115
|
geometry?: {
|
|
117
116
|
mode: "points" | "lines";
|
|
118
117
|
close: boolean;
|
|
@@ -120,6 +119,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
120
119
|
maxPoints?: number | undefined;
|
|
121
120
|
strictMinMaxPoints?: boolean | undefined;
|
|
122
121
|
} | undefined;
|
|
122
|
+
restrictions?: any[] | undefined;
|
|
123
123
|
general?: {
|
|
124
124
|
prompt?: {
|
|
125
125
|
inactiveTitle?: string | undefined;
|
|
@@ -128,7 +128,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
128
128
|
} | undefined;
|
|
129
129
|
} | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
restrictions?: any[] | undefined;
|
|
132
131
|
geometry?: {
|
|
133
132
|
mode: "points" | "lines";
|
|
134
133
|
close: boolean;
|
|
@@ -136,6 +135,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
136
135
|
maxPoints?: number | undefined;
|
|
137
136
|
strictMinMaxPoints?: boolean | undefined;
|
|
138
137
|
} | undefined;
|
|
138
|
+
restrictions?: any[] | undefined;
|
|
139
139
|
general?: {
|
|
140
140
|
prompt?: {
|
|
141
141
|
inactiveTitle?: string | undefined;
|
|
@@ -145,7 +145,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
145
145
|
} | undefined;
|
|
146
146
|
}>;
|
|
147
147
|
export declare const validateDrawingParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
148
|
-
restrictions?: any[] | undefined;
|
|
149
148
|
geometry?: {
|
|
150
149
|
mode: "points" | "lines";
|
|
151
150
|
close: boolean;
|
|
@@ -153,6 +152,7 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
153
152
|
maxPoints?: number | undefined;
|
|
154
153
|
strictMinMaxPoints?: boolean | undefined;
|
|
155
154
|
} | undefined;
|
|
155
|
+
restrictions?: any[] | undefined;
|
|
156
156
|
general?: {
|
|
157
157
|
prompt?: {
|
|
158
158
|
inactiveTitle?: string | undefined;
|
|
@@ -161,7 +161,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
161
161
|
} | undefined;
|
|
162
162
|
} | undefined;
|
|
163
163
|
}, {
|
|
164
|
-
restrictions?: any[] | undefined;
|
|
165
164
|
geometry?: {
|
|
166
165
|
mode: "points" | "lines";
|
|
167
166
|
close: boolean;
|
|
@@ -169,6 +168,7 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
169
168
|
maxPoints?: number | undefined;
|
|
170
169
|
strictMinMaxPoints?: boolean | undefined;
|
|
171
170
|
} | undefined;
|
|
171
|
+
restrictions?: any[] | undefined;
|
|
172
172
|
general?: {
|
|
173
173
|
prompt?: {
|
|
174
174
|
inactiveTitle?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.shared.types",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
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": "1.12.2",
|
|
42
42
|
"@shapediver/sdk.sdtf-v1": "1.5.3",
|
|
43
|
-
"@shapediver/viewer.shared.math": "3.11.
|
|
44
|
-
"@shapediver/viewer.shared.node-tree": "3.11.
|
|
45
|
-
"@shapediver/viewer.shared.services": "3.11.
|
|
43
|
+
"@shapediver/viewer.shared.math": "3.11.3",
|
|
44
|
+
"@shapediver/viewer.shared.node-tree": "3.11.3",
|
|
45
|
+
"@shapediver/viewer.shared.services": "3.11.3",
|
|
46
46
|
"gl-matrix": "3.3.0",
|
|
47
47
|
"zod": "^3.23.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "3262e041d26910d622009e18e8d8b991ef0b5ead"
|
|
50
50
|
}
|