@shapediver/viewer.shared.types 3.8.3 → 3.8.5
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.
|
@@ -119,7 +119,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
119
119
|
activeText?: string | undefined;
|
|
120
120
|
} | undefined;
|
|
121
121
|
} | undefined;
|
|
122
|
-
restrictions?: any[] | undefined;
|
|
123
122
|
geometry?: {
|
|
124
123
|
mode: "points" | "lines";
|
|
125
124
|
close: boolean;
|
|
@@ -127,6 +126,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
127
126
|
maxPoints?: number | undefined;
|
|
128
127
|
strictMinMaxPoints?: boolean | undefined;
|
|
129
128
|
} | undefined;
|
|
129
|
+
restrictions?: any[] | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
general?: {
|
|
132
132
|
prompt?: {
|
|
@@ -135,7 +135,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
135
135
|
activeText?: string | undefined;
|
|
136
136
|
} | undefined;
|
|
137
137
|
} | undefined;
|
|
138
|
-
restrictions?: any[] | undefined;
|
|
139
138
|
geometry?: {
|
|
140
139
|
mode: "points" | "lines";
|
|
141
140
|
close: boolean;
|
|
@@ -143,6 +142,7 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
143
142
|
maxPoints?: number | undefined;
|
|
144
143
|
strictMinMaxPoints?: boolean | undefined;
|
|
145
144
|
} | undefined;
|
|
145
|
+
restrictions?: any[] | undefined;
|
|
146
146
|
}>;
|
|
147
147
|
export declare const validateDrawingParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
148
148
|
general?: {
|
|
@@ -152,7 +152,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
152
152
|
activeText?: string | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
} | undefined;
|
|
155
|
-
restrictions?: any[] | undefined;
|
|
156
155
|
geometry?: {
|
|
157
156
|
mode: "points" | "lines";
|
|
158
157
|
close: boolean;
|
|
@@ -160,6 +159,7 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
160
159
|
maxPoints?: number | undefined;
|
|
161
160
|
strictMinMaxPoints?: boolean | undefined;
|
|
162
161
|
} | undefined;
|
|
162
|
+
restrictions?: any[] | undefined;
|
|
163
163
|
}, {
|
|
164
164
|
general?: {
|
|
165
165
|
prompt?: {
|
|
@@ -168,7 +168,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
168
168
|
activeText?: string | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
} | undefined;
|
|
171
|
-
restrictions?: any[] | undefined;
|
|
172
171
|
geometry?: {
|
|
173
172
|
mode: "points" | "lines";
|
|
174
173
|
close: boolean;
|
|
@@ -176,5 +175,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
176
175
|
maxPoints?: number | undefined;
|
|
177
176
|
strictMinMaxPoints?: boolean | undefined;
|
|
178
177
|
} | undefined;
|
|
178
|
+
restrictions?: any[] | undefined;
|
|
179
179
|
}>;
|
|
180
180
|
//# sourceMappingURL=IDrawingParametersSettings.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.shared.types",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
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.8.
|
|
44
|
-
"@shapediver/viewer.shared.node-tree": "3.8.
|
|
45
|
-
"@shapediver/viewer.shared.services": "3.8.
|
|
43
|
+
"@shapediver/viewer.shared.math": "3.8.5",
|
|
44
|
+
"@shapediver/viewer.shared.node-tree": "3.8.5",
|
|
45
|
+
"@shapediver/viewer.shared.services": "3.8.5",
|
|
46
46
|
"gl-matrix": "3.3.0",
|
|
47
47
|
"zod": "^3.23.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "d6743d2145082ca860761af8e26badfca3440f00"
|
|
50
50
|
}
|