@shapediver/viewer.shared.types 3.14.3 → 3.14.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.
@@ -56,12 +56,6 @@ export declare const ISelectionParameterPropsJsonSchema: z.ZodObject<z.objectUti
56
56
  activeText?: string | null | undefined;
57
57
  }>>>;
58
58
  }>, "strip", z.ZodTypeAny, {
59
- maximumSelection?: number | null | undefined;
60
- minimumSelection?: number | null | undefined;
61
- nameFilter?: string[] | null | undefined;
62
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
63
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
64
- deselectOnEmpty?: boolean | undefined;
65
59
  hover?: boolean | undefined;
66
60
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
67
61
  prompt?: {
@@ -69,13 +63,13 @@ export declare const ISelectionParameterPropsJsonSchema: z.ZodObject<z.objectUti
69
63
  activeTitle?: string | null | undefined;
70
64
  activeText?: string | null | undefined;
71
65
  } | null | undefined;
72
- }, {
73
66
  maximumSelection?: number | null | undefined;
74
67
  minimumSelection?: number | null | undefined;
75
68
  nameFilter?: string[] | null | undefined;
76
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
77
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
78
- deselectOnEmpty?: unknown;
69
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
70
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
71
+ deselectOnEmpty?: boolean | undefined;
72
+ }, {
79
73
  hover?: unknown;
80
74
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
81
75
  prompt?: {
@@ -83,6 +77,12 @@ export declare const ISelectionParameterPropsJsonSchema: z.ZodObject<z.objectUti
83
77
  activeTitle?: string | null | undefined;
84
78
  activeText?: string | null | undefined;
85
79
  } | null | undefined;
80
+ maximumSelection?: number | null | undefined;
81
+ minimumSelection?: number | null | undefined;
82
+ nameFilter?: string[] | null | undefined;
83
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
84
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
85
+ deselectOnEmpty?: unknown;
86
86
  }>;
87
87
  export declare const ISelectionParameterJsonSchema: z.ZodObject<{
88
88
  type: z.ZodLiteral<"selection">;
@@ -110,12 +110,6 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
110
110
  activeText?: string | null | undefined;
111
111
  }>>>;
112
112
  }>, "strip", z.ZodTypeAny, {
113
- maximumSelection?: number | null | undefined;
114
- minimumSelection?: number | null | undefined;
115
- nameFilter?: string[] | null | undefined;
116
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
117
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
118
- deselectOnEmpty?: boolean | undefined;
119
113
  hover?: boolean | undefined;
120
114
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
121
115
  prompt?: {
@@ -123,13 +117,13 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
123
117
  activeTitle?: string | null | undefined;
124
118
  activeText?: string | null | undefined;
125
119
  } | null | undefined;
126
- }, {
127
120
  maximumSelection?: number | null | undefined;
128
121
  minimumSelection?: number | null | undefined;
129
122
  nameFilter?: string[] | null | undefined;
130
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
131
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
132
- deselectOnEmpty?: unknown;
123
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
124
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
125
+ deselectOnEmpty?: boolean | undefined;
126
+ }, {
133
127
  hover?: unknown;
134
128
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
135
129
  prompt?: {
@@ -137,16 +131,16 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
137
131
  activeTitle?: string | null | undefined;
138
132
  activeText?: string | null | undefined;
139
133
  } | null | undefined;
134
+ maximumSelection?: number | null | undefined;
135
+ minimumSelection?: number | null | undefined;
136
+ nameFilter?: string[] | null | undefined;
137
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
138
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
139
+ deselectOnEmpty?: unknown;
140
140
  }>;
141
141
  }, "strip", z.ZodTypeAny, {
142
142
  type: "selection";
143
143
  props: {
144
- maximumSelection?: number | null | undefined;
145
- minimumSelection?: number | null | undefined;
146
- nameFilter?: string[] | null | undefined;
147
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
148
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
149
- deselectOnEmpty?: boolean | undefined;
150
144
  hover?: boolean | undefined;
151
145
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
152
146
  prompt?: {
@@ -154,16 +148,16 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
154
148
  activeTitle?: string | null | undefined;
155
149
  activeText?: string | null | undefined;
156
150
  } | null | undefined;
151
+ maximumSelection?: number | null | undefined;
152
+ minimumSelection?: number | null | undefined;
153
+ nameFilter?: string[] | null | undefined;
154
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
155
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
156
+ deselectOnEmpty?: boolean | undefined;
157
157
  };
158
158
  }, {
159
159
  type: "selection";
160
160
  props: {
161
- maximumSelection?: number | null | undefined;
162
- minimumSelection?: number | null | undefined;
163
- nameFilter?: string[] | null | undefined;
164
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
165
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
166
- deselectOnEmpty?: unknown;
167
161
  hover?: unknown;
168
162
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
169
163
  prompt?: {
@@ -171,6 +165,12 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
171
165
  activeTitle?: string | null | undefined;
172
166
  activeText?: string | null | undefined;
173
167
  } | null | undefined;
168
+ maximumSelection?: number | null | undefined;
169
+ minimumSelection?: number | null | undefined;
170
+ nameFilter?: string[] | null | undefined;
171
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
172
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
173
+ deselectOnEmpty?: unknown;
174
174
  };
175
175
  }>;
176
176
  export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.extendShape<{
@@ -268,11 +268,11 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
268
268
  axis: z.ZodArray<z.ZodNumber, "many">;
269
269
  angle: z.ZodNumber;
270
270
  }, "strip", z.ZodTypeAny, {
271
- axis: number[];
272
271
  angle: number;
273
- }, {
274
272
  axis: number[];
273
+ }, {
275
274
  angle: number;
275
+ axis: number[];
276
276
  }>>>;
277
277
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
278
278
  id: z.ZodString;
@@ -281,11 +281,11 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
281
281
  axis: z.ZodArray<z.ZodNumber, "many">;
282
282
  angle: z.ZodNumber;
283
283
  }, "strip", z.ZodTypeAny, {
284
- axis: number[];
285
284
  angle: number;
286
- }, {
287
285
  axis: number[];
286
+ }, {
288
287
  angle: number;
288
+ axis: number[];
289
289
  }>>>;
290
290
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
291
291
  id: z.ZodString;
@@ -294,11 +294,11 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
294
294
  axis: z.ZodArray<z.ZodNumber, "many">;
295
295
  angle: z.ZodNumber;
296
296
  }, "strip", z.ZodTypeAny, {
297
- axis: number[];
298
297
  angle: number;
299
- }, {
300
298
  axis: number[];
299
+ }, {
301
300
  angle: number;
301
+ axis: number[];
302
302
  }>>>;
303
303
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
304
304
  }, {
@@ -318,12 +318,7 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
318
318
  activeText?: string | null | undefined;
319
319
  }>>>;
320
320
  }>, "strip", z.ZodTypeAny, {
321
- maximumSelection?: number | null | undefined;
322
- minimumSelection?: number | null | undefined;
323
- nameFilter?: string[] | null | undefined;
324
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
325
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
326
- deselectOnEmpty?: boolean | undefined;
321
+ scale?: number | null | undefined;
327
322
  hover?: boolean | undefined;
328
323
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
329
324
  prompt?: {
@@ -331,6 +326,12 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
331
326
  activeTitle?: string | null | undefined;
332
327
  activeText?: string | null | undefined;
333
328
  } | null | undefined;
329
+ maximumSelection?: number | null | undefined;
330
+ minimumSelection?: number | null | undefined;
331
+ nameFilter?: string[] | null | undefined;
332
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
333
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
334
+ deselectOnEmpty?: boolean | undefined;
334
335
  enableRotation?: boolean | undefined;
335
336
  enableRotationAxes?: {
336
337
  x?: boolean | undefined;
@@ -358,7 +359,6 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
358
359
  yz?: boolean | undefined;
359
360
  xz?: boolean | undefined;
360
361
  } | null | undefined;
361
- scale?: number | null | undefined;
362
362
  space?: "local" | "world" | null | undefined;
363
363
  restrictions?: z.objectOutputType<{
364
364
  id: z.ZodString;
@@ -367,11 +367,11 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
367
367
  axis: z.ZodArray<z.ZodNumber, "many">;
368
368
  angle: z.ZodNumber;
369
369
  }, "strip", z.ZodTypeAny, {
370
- axis: number[];
371
370
  angle: number;
372
- }, {
373
371
  axis: number[];
372
+ }, {
374
373
  angle: number;
374
+ axis: number[];
375
375
  }>>>;
376
376
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
377
377
  objects?: {
@@ -379,12 +379,7 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
379
379
  restrictions: string[];
380
380
  }[] | null | undefined;
381
381
  }, {
382
- maximumSelection?: number | null | undefined;
383
- minimumSelection?: number | null | undefined;
384
- nameFilter?: string[] | null | undefined;
385
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
386
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
387
- deselectOnEmpty?: unknown;
382
+ scale?: number | null | undefined;
388
383
  hover?: unknown;
389
384
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
390
385
  prompt?: {
@@ -392,6 +387,12 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
392
387
  activeTitle?: string | null | undefined;
393
388
  activeText?: string | null | undefined;
394
389
  } | null | undefined;
390
+ maximumSelection?: number | null | undefined;
391
+ minimumSelection?: number | null | undefined;
392
+ nameFilter?: string[] | null | undefined;
393
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
394
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
395
+ deselectOnEmpty?: unknown;
395
396
  enableRotation?: unknown;
396
397
  enableRotationAxes?: {
397
398
  x?: unknown;
@@ -419,7 +420,6 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
419
420
  yz?: unknown;
420
421
  xz?: unknown;
421
422
  } | null | undefined;
422
- scale?: number | null | undefined;
423
423
  space?: "local" | "world" | null | undefined;
424
424
  restrictions?: z.objectInputType<{
425
425
  id: z.ZodString;
@@ -428,11 +428,11 @@ export declare const IGumballParameterPropsJsonSchema: z.ZodObject<z.objectUtil.
428
428
  axis: z.ZodArray<z.ZodNumber, "many">;
429
429
  angle: z.ZodNumber;
430
430
  }, "strip", z.ZodTypeAny, {
431
- axis: number[];
432
431
  angle: number;
433
- }, {
434
432
  axis: number[];
433
+ }, {
435
434
  angle: number;
435
+ axis: number[];
436
436
  }>>>;
437
437
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
438
438
  objects?: {
@@ -537,11 +537,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
537
537
  axis: z.ZodArray<z.ZodNumber, "many">;
538
538
  angle: z.ZodNumber;
539
539
  }, "strip", z.ZodTypeAny, {
540
- axis: number[];
541
540
  angle: number;
542
- }, {
543
541
  axis: number[];
542
+ }, {
544
543
  angle: number;
544
+ axis: number[];
545
545
  }>>>;
546
546
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
547
547
  id: z.ZodString;
@@ -550,11 +550,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
550
550
  axis: z.ZodArray<z.ZodNumber, "many">;
551
551
  angle: z.ZodNumber;
552
552
  }, "strip", z.ZodTypeAny, {
553
- axis: number[];
554
553
  angle: number;
555
- }, {
556
554
  axis: number[];
555
+ }, {
557
556
  angle: number;
557
+ axis: number[];
558
558
  }>>>;
559
559
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
560
560
  id: z.ZodString;
@@ -563,11 +563,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
563
563
  axis: z.ZodArray<z.ZodNumber, "many">;
564
564
  angle: z.ZodNumber;
565
565
  }, "strip", z.ZodTypeAny, {
566
- axis: number[];
567
566
  angle: number;
568
- }, {
569
567
  axis: number[];
568
+ }, {
570
569
  angle: number;
570
+ axis: number[];
571
571
  }>>>;
572
572
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
573
573
  }, {
@@ -587,12 +587,7 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
587
587
  activeText?: string | null | undefined;
588
588
  }>>>;
589
589
  }>, "strip", z.ZodTypeAny, {
590
- maximumSelection?: number | null | undefined;
591
- minimumSelection?: number | null | undefined;
592
- nameFilter?: string[] | null | undefined;
593
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
594
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
595
- deselectOnEmpty?: boolean | undefined;
590
+ scale?: number | null | undefined;
596
591
  hover?: boolean | undefined;
597
592
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
598
593
  prompt?: {
@@ -600,6 +595,12 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
600
595
  activeTitle?: string | null | undefined;
601
596
  activeText?: string | null | undefined;
602
597
  } | null | undefined;
598
+ maximumSelection?: number | null | undefined;
599
+ minimumSelection?: number | null | undefined;
600
+ nameFilter?: string[] | null | undefined;
601
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
602
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
603
+ deselectOnEmpty?: boolean | undefined;
603
604
  enableRotation?: boolean | undefined;
604
605
  enableRotationAxes?: {
605
606
  x?: boolean | undefined;
@@ -627,7 +628,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
627
628
  yz?: boolean | undefined;
628
629
  xz?: boolean | undefined;
629
630
  } | null | undefined;
630
- scale?: number | null | undefined;
631
631
  space?: "local" | "world" | null | undefined;
632
632
  restrictions?: z.objectOutputType<{
633
633
  id: z.ZodString;
@@ -636,11 +636,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
636
636
  axis: z.ZodArray<z.ZodNumber, "many">;
637
637
  angle: z.ZodNumber;
638
638
  }, "strip", z.ZodTypeAny, {
639
- axis: number[];
640
639
  angle: number;
641
- }, {
642
640
  axis: number[];
641
+ }, {
643
642
  angle: number;
643
+ axis: number[];
644
644
  }>>>;
645
645
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
646
646
  objects?: {
@@ -648,12 +648,7 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
648
648
  restrictions: string[];
649
649
  }[] | null | undefined;
650
650
  }, {
651
- maximumSelection?: number | null | undefined;
652
- minimumSelection?: number | null | undefined;
653
- nameFilter?: string[] | null | undefined;
654
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
655
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
656
- deselectOnEmpty?: unknown;
651
+ scale?: number | null | undefined;
657
652
  hover?: unknown;
658
653
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
659
654
  prompt?: {
@@ -661,6 +656,12 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
661
656
  activeTitle?: string | null | undefined;
662
657
  activeText?: string | null | undefined;
663
658
  } | null | undefined;
659
+ maximumSelection?: number | null | undefined;
660
+ minimumSelection?: number | null | undefined;
661
+ nameFilter?: string[] | null | undefined;
662
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
663
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
664
+ deselectOnEmpty?: unknown;
664
665
  enableRotation?: unknown;
665
666
  enableRotationAxes?: {
666
667
  x?: unknown;
@@ -688,7 +689,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
688
689
  yz?: unknown;
689
690
  xz?: unknown;
690
691
  } | null | undefined;
691
- scale?: number | null | undefined;
692
692
  space?: "local" | "world" | null | undefined;
693
693
  restrictions?: z.objectInputType<{
694
694
  id: z.ZodString;
@@ -697,11 +697,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
697
697
  axis: z.ZodArray<z.ZodNumber, "many">;
698
698
  angle: z.ZodNumber;
699
699
  }, "strip", z.ZodTypeAny, {
700
- axis: number[];
701
700
  angle: number;
702
- }, {
703
701
  axis: number[];
702
+ }, {
704
703
  angle: number;
704
+ axis: number[];
705
705
  }>>>;
706
706
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
707
707
  objects?: {
@@ -712,12 +712,7 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
712
712
  }, "strip", z.ZodTypeAny, {
713
713
  type: "gumball";
714
714
  props: {
715
- maximumSelection?: number | null | undefined;
716
- minimumSelection?: number | null | undefined;
717
- nameFilter?: string[] | null | undefined;
718
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
719
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
720
- deselectOnEmpty?: boolean | undefined;
715
+ scale?: number | null | undefined;
721
716
  hover?: boolean | undefined;
722
717
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
723
718
  prompt?: {
@@ -725,6 +720,12 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
725
720
  activeTitle?: string | null | undefined;
726
721
  activeText?: string | null | undefined;
727
722
  } | null | undefined;
723
+ maximumSelection?: number | null | undefined;
724
+ minimumSelection?: number | null | undefined;
725
+ nameFilter?: string[] | null | undefined;
726
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
727
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
728
+ deselectOnEmpty?: boolean | undefined;
728
729
  enableRotation?: boolean | undefined;
729
730
  enableRotationAxes?: {
730
731
  x?: boolean | undefined;
@@ -752,7 +753,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
752
753
  yz?: boolean | undefined;
753
754
  xz?: boolean | undefined;
754
755
  } | null | undefined;
755
- scale?: number | null | undefined;
756
756
  space?: "local" | "world" | null | undefined;
757
757
  restrictions?: z.objectOutputType<{
758
758
  id: z.ZodString;
@@ -761,11 +761,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
761
761
  axis: z.ZodArray<z.ZodNumber, "many">;
762
762
  angle: z.ZodNumber;
763
763
  }, "strip", z.ZodTypeAny, {
764
- axis: number[];
765
764
  angle: number;
766
- }, {
767
765
  axis: number[];
766
+ }, {
768
767
  angle: number;
768
+ axis: number[];
769
769
  }>>>;
770
770
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
771
771
  objects?: {
@@ -776,12 +776,7 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
776
776
  }, {
777
777
  type: "gumball";
778
778
  props: {
779
- maximumSelection?: number | null | undefined;
780
- minimumSelection?: number | null | undefined;
781
- nameFilter?: string[] | null | undefined;
782
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
783
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
784
- deselectOnEmpty?: unknown;
779
+ scale?: number | null | undefined;
785
780
  hover?: unknown;
786
781
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
787
782
  prompt?: {
@@ -789,6 +784,12 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
789
784
  activeTitle?: string | null | undefined;
790
785
  activeText?: string | null | undefined;
791
786
  } | null | undefined;
787
+ maximumSelection?: number | null | undefined;
788
+ minimumSelection?: number | null | undefined;
789
+ nameFilter?: string[] | null | undefined;
790
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
791
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
792
+ deselectOnEmpty?: unknown;
792
793
  enableRotation?: unknown;
793
794
  enableRotationAxes?: {
794
795
  x?: unknown;
@@ -816,7 +817,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
816
817
  yz?: unknown;
817
818
  xz?: unknown;
818
819
  } | null | undefined;
819
- scale?: number | null | undefined;
820
820
  space?: "local" | "world" | null | undefined;
821
821
  restrictions?: z.objectInputType<{
822
822
  id: z.ZodString;
@@ -825,11 +825,11 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
825
825
  axis: z.ZodArray<z.ZodNumber, "many">;
826
826
  angle: z.ZodNumber;
827
827
  }, "strip", z.ZodTypeAny, {
828
- axis: number[];
829
828
  angle: number;
830
- }, {
831
829
  axis: number[];
830
+ }, {
832
831
  angle: number;
832
+ axis: number[];
833
833
  }>>>;
834
834
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
835
835
  objects?: {
@@ -851,25 +851,25 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
851
851
  axis: z.ZodArray<z.ZodNumber, "many">;
852
852
  angle: z.ZodNumber;
853
853
  }, "strip", z.ZodTypeAny, {
854
- axis: number[];
855
854
  angle: number;
856
- }, {
857
855
  axis: number[];
856
+ }, {
858
857
  angle: number;
858
+ axis: number[];
859
859
  }>>>;
860
860
  }, "strip", z.ZodTypeAny, {
861
861
  id: string;
862
862
  position: number[];
863
863
  rotation?: {
864
- axis: number[];
865
864
  angle: number;
865
+ axis: number[];
866
866
  } | null | undefined;
867
867
  }, {
868
868
  id: string;
869
869
  position: number[];
870
870
  rotation?: {
871
- axis: number[];
872
871
  angle: number;
872
+ axis: number[];
873
873
  } | null | undefined;
874
874
  }>, "many">>>;
875
875
  dragOrigin: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
@@ -880,8 +880,8 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
880
880
  id: string;
881
881
  position: number[];
882
882
  rotation?: {
883
- axis: number[];
884
883
  angle: number;
884
+ axis: number[];
885
885
  } | null | undefined;
886
886
  }[] | null | undefined;
887
887
  dragOrigin?: number[] | null | undefined;
@@ -892,8 +892,8 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
892
892
  id: string;
893
893
  position: number[];
894
894
  rotation?: {
895
- axis: number[];
896
895
  angle: number;
896
+ axis: number[];
897
897
  } | null | undefined;
898
898
  }[] | null | undefined;
899
899
  dragOrigin?: number[] | null | undefined;
@@ -905,11 +905,11 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
905
905
  axis: z.ZodArray<z.ZodNumber, "many">;
906
906
  angle: z.ZodNumber;
907
907
  }, "strip", z.ZodTypeAny, {
908
- axis: number[];
909
908
  angle: number;
910
- }, {
911
909
  axis: number[];
910
+ }, {
912
911
  angle: number;
912
+ axis: number[];
913
913
  }>>>;
914
914
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
915
915
  id: z.ZodString;
@@ -918,11 +918,11 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
918
918
  axis: z.ZodArray<z.ZodNumber, "many">;
919
919
  angle: z.ZodNumber;
920
920
  }, "strip", z.ZodTypeAny, {
921
- axis: number[];
922
921
  angle: number;
923
- }, {
924
922
  axis: number[];
923
+ }, {
925
924
  angle: number;
925
+ axis: number[];
926
926
  }>>>;
927
927
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
928
928
  id: z.ZodString;
@@ -931,11 +931,11 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
931
931
  axis: z.ZodArray<z.ZodNumber, "many">;
932
932
  angle: z.ZodNumber;
933
933
  }, "strip", z.ZodTypeAny, {
934
- axis: number[];
935
934
  angle: number;
936
- }, {
937
935
  axis: number[];
936
+ }, {
938
937
  angle: number;
938
+ axis: number[];
939
939
  }>>>;
940
940
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
941
941
  }, {
@@ -955,7 +955,6 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
955
955
  activeText?: string | null | undefined;
956
956
  }>>>;
957
957
  }>, "strip", z.ZodTypeAny, {
958
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
959
958
  hover?: boolean | undefined;
960
959
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
961
960
  prompt?: {
@@ -963,6 +962,7 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
963
962
  activeTitle?: string | null | undefined;
964
963
  activeText?: string | null | undefined;
965
964
  } | null | undefined;
965
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
966
966
  restrictions?: z.objectOutputType<{
967
967
  id: z.ZodString;
968
968
  type: z.ZodString;
@@ -970,11 +970,11 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
970
970
  axis: z.ZodArray<z.ZodNumber, "many">;
971
971
  angle: z.ZodNumber;
972
972
  }, "strip", z.ZodTypeAny, {
973
- axis: number[];
974
973
  angle: number;
975
- }, {
976
974
  axis: number[];
975
+ }, {
977
976
  angle: number;
977
+ axis: number[];
978
978
  }>>>;
979
979
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
980
980
  objects?: {
@@ -984,15 +984,14 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
984
984
  id: string;
985
985
  position: number[];
986
986
  rotation?: {
987
- axis: number[];
988
987
  angle: number;
988
+ axis: number[];
989
989
  } | null | undefined;
990
990
  }[] | null | undefined;
991
991
  dragOrigin?: number[] | null | undefined;
992
992
  }[] | null | undefined;
993
993
  draggingColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
994
994
  }, {
995
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
996
995
  hover?: unknown;
997
996
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
998
997
  prompt?: {
@@ -1000,6 +999,7 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
1000
999
  activeTitle?: string | null | undefined;
1001
1000
  activeText?: string | null | undefined;
1002
1001
  } | null | undefined;
1002
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1003
1003
  restrictions?: z.objectInputType<{
1004
1004
  id: z.ZodString;
1005
1005
  type: z.ZodString;
@@ -1007,11 +1007,11 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
1007
1007
  axis: z.ZodArray<z.ZodNumber, "many">;
1008
1008
  angle: z.ZodNumber;
1009
1009
  }, "strip", z.ZodTypeAny, {
1010
- axis: number[];
1011
1010
  angle: number;
1012
- }, {
1013
1011
  axis: number[];
1012
+ }, {
1014
1013
  angle: number;
1014
+ axis: number[];
1015
1015
  }>>>;
1016
1016
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1017
1017
  objects?: {
@@ -1021,8 +1021,8 @@ export declare const IDraggingParameterPropsJsonSchema: z.ZodObject<z.objectUtil
1021
1021
  id: string;
1022
1022
  position: number[];
1023
1023
  rotation?: {
1024
- axis: number[];
1025
1024
  angle: number;
1025
+ axis: number[];
1026
1026
  } | null | undefined;
1027
1027
  }[] | null | undefined;
1028
1028
  dragOrigin?: number[] | null | undefined;
@@ -1044,25 +1044,25 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1044
1044
  axis: z.ZodArray<z.ZodNumber, "many">;
1045
1045
  angle: z.ZodNumber;
1046
1046
  }, "strip", z.ZodTypeAny, {
1047
- axis: number[];
1048
1047
  angle: number;
1049
- }, {
1050
1048
  axis: number[];
1049
+ }, {
1051
1050
  angle: number;
1051
+ axis: number[];
1052
1052
  }>>>;
1053
1053
  }, "strip", z.ZodTypeAny, {
1054
1054
  id: string;
1055
1055
  position: number[];
1056
1056
  rotation?: {
1057
- axis: number[];
1058
1057
  angle: number;
1058
+ axis: number[];
1059
1059
  } | null | undefined;
1060
1060
  }, {
1061
1061
  id: string;
1062
1062
  position: number[];
1063
1063
  rotation?: {
1064
- axis: number[];
1065
1064
  angle: number;
1065
+ axis: number[];
1066
1066
  } | null | undefined;
1067
1067
  }>, "many">>>;
1068
1068
  dragOrigin: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
@@ -1073,8 +1073,8 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1073
1073
  id: string;
1074
1074
  position: number[];
1075
1075
  rotation?: {
1076
- axis: number[];
1077
1076
  angle: number;
1077
+ axis: number[];
1078
1078
  } | null | undefined;
1079
1079
  }[] | null | undefined;
1080
1080
  dragOrigin?: number[] | null | undefined;
@@ -1085,8 +1085,8 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1085
1085
  id: string;
1086
1086
  position: number[];
1087
1087
  rotation?: {
1088
- axis: number[];
1089
1088
  angle: number;
1089
+ axis: number[];
1090
1090
  } | null | undefined;
1091
1091
  }[] | null | undefined;
1092
1092
  dragOrigin?: number[] | null | undefined;
@@ -1098,11 +1098,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1098
1098
  axis: z.ZodArray<z.ZodNumber, "many">;
1099
1099
  angle: z.ZodNumber;
1100
1100
  }, "strip", z.ZodTypeAny, {
1101
- axis: number[];
1102
1101
  angle: number;
1103
- }, {
1104
1102
  axis: number[];
1103
+ }, {
1105
1104
  angle: number;
1105
+ axis: number[];
1106
1106
  }>>>;
1107
1107
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1108
1108
  id: z.ZodString;
@@ -1111,11 +1111,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1111
1111
  axis: z.ZodArray<z.ZodNumber, "many">;
1112
1112
  angle: z.ZodNumber;
1113
1113
  }, "strip", z.ZodTypeAny, {
1114
- axis: number[];
1115
1114
  angle: number;
1116
- }, {
1117
1115
  axis: number[];
1116
+ }, {
1118
1117
  angle: number;
1118
+ axis: number[];
1119
1119
  }>>>;
1120
1120
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1121
1121
  id: z.ZodString;
@@ -1124,11 +1124,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1124
1124
  axis: z.ZodArray<z.ZodNumber, "many">;
1125
1125
  angle: z.ZodNumber;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
- axis: number[];
1128
1127
  angle: number;
1129
- }, {
1130
1128
  axis: number[];
1129
+ }, {
1131
1130
  angle: number;
1131
+ axis: number[];
1132
1132
  }>>>;
1133
1133
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
1134
1134
  }, {
@@ -1148,7 +1148,6 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1148
1148
  activeText?: string | null | undefined;
1149
1149
  }>>>;
1150
1150
  }>, "strip", z.ZodTypeAny, {
1151
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1152
1151
  hover?: boolean | undefined;
1153
1152
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1154
1153
  prompt?: {
@@ -1156,6 +1155,7 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1156
1155
  activeTitle?: string | null | undefined;
1157
1156
  activeText?: string | null | undefined;
1158
1157
  } | null | undefined;
1158
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1159
1159
  restrictions?: z.objectOutputType<{
1160
1160
  id: z.ZodString;
1161
1161
  type: z.ZodString;
@@ -1163,11 +1163,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1163
1163
  axis: z.ZodArray<z.ZodNumber, "many">;
1164
1164
  angle: z.ZodNumber;
1165
1165
  }, "strip", z.ZodTypeAny, {
1166
- axis: number[];
1167
1166
  angle: number;
1168
- }, {
1169
1167
  axis: number[];
1168
+ }, {
1170
1169
  angle: number;
1170
+ axis: number[];
1171
1171
  }>>>;
1172
1172
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1173
1173
  objects?: {
@@ -1177,15 +1177,14 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1177
1177
  id: string;
1178
1178
  position: number[];
1179
1179
  rotation?: {
1180
- axis: number[];
1181
1180
  angle: number;
1181
+ axis: number[];
1182
1182
  } | null | undefined;
1183
1183
  }[] | null | undefined;
1184
1184
  dragOrigin?: number[] | null | undefined;
1185
1185
  }[] | null | undefined;
1186
1186
  draggingColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1187
1187
  }, {
1188
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1189
1188
  hover?: unknown;
1190
1189
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1191
1190
  prompt?: {
@@ -1193,6 +1192,7 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1193
1192
  activeTitle?: string | null | undefined;
1194
1193
  activeText?: string | null | undefined;
1195
1194
  } | null | undefined;
1195
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1196
1196
  restrictions?: z.objectInputType<{
1197
1197
  id: z.ZodString;
1198
1198
  type: z.ZodString;
@@ -1200,11 +1200,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1200
1200
  axis: z.ZodArray<z.ZodNumber, "many">;
1201
1201
  angle: z.ZodNumber;
1202
1202
  }, "strip", z.ZodTypeAny, {
1203
- axis: number[];
1204
1203
  angle: number;
1205
- }, {
1206
1204
  axis: number[];
1205
+ }, {
1207
1206
  angle: number;
1207
+ axis: number[];
1208
1208
  }>>>;
1209
1209
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1210
1210
  objects?: {
@@ -1214,8 +1214,8 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1214
1214
  id: string;
1215
1215
  position: number[];
1216
1216
  rotation?: {
1217
- axis: number[];
1218
1217
  angle: number;
1218
+ axis: number[];
1219
1219
  } | null | undefined;
1220
1220
  }[] | null | undefined;
1221
1221
  dragOrigin?: number[] | null | undefined;
@@ -1225,7 +1225,6 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1225
1225
  }, "strip", z.ZodTypeAny, {
1226
1226
  type: "dragging";
1227
1227
  props: {
1228
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1229
1228
  hover?: boolean | undefined;
1230
1229
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1231
1230
  prompt?: {
@@ -1233,6 +1232,7 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1233
1232
  activeTitle?: string | null | undefined;
1234
1233
  activeText?: string | null | undefined;
1235
1234
  } | null | undefined;
1235
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1236
1236
  restrictions?: z.objectOutputType<{
1237
1237
  id: z.ZodString;
1238
1238
  type: z.ZodString;
@@ -1240,11 +1240,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1240
1240
  axis: z.ZodArray<z.ZodNumber, "many">;
1241
1241
  angle: z.ZodNumber;
1242
1242
  }, "strip", z.ZodTypeAny, {
1243
- axis: number[];
1244
1243
  angle: number;
1245
- }, {
1246
1244
  axis: number[];
1245
+ }, {
1247
1246
  angle: number;
1247
+ axis: number[];
1248
1248
  }>>>;
1249
1249
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1250
1250
  objects?: {
@@ -1254,8 +1254,8 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1254
1254
  id: string;
1255
1255
  position: number[];
1256
1256
  rotation?: {
1257
- axis: number[];
1258
1257
  angle: number;
1258
+ axis: number[];
1259
1259
  } | null | undefined;
1260
1260
  }[] | null | undefined;
1261
1261
  dragOrigin?: number[] | null | undefined;
@@ -1265,7 +1265,6 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1265
1265
  }, {
1266
1266
  type: "dragging";
1267
1267
  props: {
1268
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1269
1268
  hover?: unknown;
1270
1269
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1271
1270
  prompt?: {
@@ -1273,6 +1272,7 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1273
1272
  activeTitle?: string | null | undefined;
1274
1273
  activeText?: string | null | undefined;
1275
1274
  } | null | undefined;
1275
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1276
1276
  restrictions?: z.objectInputType<{
1277
1277
  id: z.ZodString;
1278
1278
  type: z.ZodString;
@@ -1280,11 +1280,11 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1280
1280
  axis: z.ZodArray<z.ZodNumber, "many">;
1281
1281
  angle: z.ZodNumber;
1282
1282
  }, "strip", z.ZodTypeAny, {
1283
- axis: number[];
1284
1283
  angle: number;
1285
- }, {
1286
1284
  axis: number[];
1285
+ }, {
1287
1286
  angle: number;
1287
+ axis: number[];
1288
1288
  }>>>;
1289
1289
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1290
1290
  objects?: {
@@ -1294,8 +1294,8 @@ export declare const IDraggingParameterJsonSchema: z.ZodObject<{
1294
1294
  id: string;
1295
1295
  position: number[];
1296
1296
  rotation?: {
1297
- axis: number[];
1298
1297
  angle: number;
1298
+ axis: number[];
1299
1299
  } | null | undefined;
1300
1300
  }[] | null | undefined;
1301
1301
  dragOrigin?: number[] | null | undefined;
@@ -1329,12 +1329,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1329
1329
  activeText?: string | null | undefined;
1330
1330
  }>>>;
1331
1331
  }>, "strip", z.ZodTypeAny, {
1332
- maximumSelection?: number | null | undefined;
1333
- minimumSelection?: number | null | undefined;
1334
- nameFilter?: string[] | null | undefined;
1335
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1336
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1337
- deselectOnEmpty?: boolean | undefined;
1338
1332
  hover?: boolean | undefined;
1339
1333
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1340
1334
  prompt?: {
@@ -1342,13 +1336,13 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1342
1336
  activeTitle?: string | null | undefined;
1343
1337
  activeText?: string | null | undefined;
1344
1338
  } | null | undefined;
1345
- }, {
1346
1339
  maximumSelection?: number | null | undefined;
1347
1340
  minimumSelection?: number | null | undefined;
1348
1341
  nameFilter?: string[] | null | undefined;
1349
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1350
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1351
- deselectOnEmpty?: unknown;
1342
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1343
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1344
+ deselectOnEmpty?: boolean | undefined;
1345
+ }, {
1352
1346
  hover?: unknown;
1353
1347
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1354
1348
  prompt?: {
@@ -1356,16 +1350,16 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1356
1350
  activeTitle?: string | null | undefined;
1357
1351
  activeText?: string | null | undefined;
1358
1352
  } | null | undefined;
1353
+ maximumSelection?: number | null | undefined;
1354
+ minimumSelection?: number | null | undefined;
1355
+ nameFilter?: string[] | null | undefined;
1356
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1357
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1358
+ deselectOnEmpty?: unknown;
1359
1359
  }>;
1360
1360
  }, "strip", z.ZodTypeAny, {
1361
1361
  type: "selection";
1362
1362
  props: {
1363
- maximumSelection?: number | null | undefined;
1364
- minimumSelection?: number | null | undefined;
1365
- nameFilter?: string[] | null | undefined;
1366
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1367
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1368
- deselectOnEmpty?: boolean | undefined;
1369
1363
  hover?: boolean | undefined;
1370
1364
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1371
1365
  prompt?: {
@@ -1373,16 +1367,16 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1373
1367
  activeTitle?: string | null | undefined;
1374
1368
  activeText?: string | null | undefined;
1375
1369
  } | null | undefined;
1370
+ maximumSelection?: number | null | undefined;
1371
+ minimumSelection?: number | null | undefined;
1372
+ nameFilter?: string[] | null | undefined;
1373
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1374
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1375
+ deselectOnEmpty?: boolean | undefined;
1376
1376
  };
1377
1377
  }, {
1378
1378
  type: "selection";
1379
1379
  props: {
1380
- maximumSelection?: number | null | undefined;
1381
- minimumSelection?: number | null | undefined;
1382
- nameFilter?: string[] | null | undefined;
1383
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1384
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1385
- deselectOnEmpty?: unknown;
1386
1380
  hover?: unknown;
1387
1381
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1388
1382
  prompt?: {
@@ -1390,6 +1384,12 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1390
1384
  activeTitle?: string | null | undefined;
1391
1385
  activeText?: string | null | undefined;
1392
1386
  } | null | undefined;
1387
+ maximumSelection?: number | null | undefined;
1388
+ minimumSelection?: number | null | undefined;
1389
+ nameFilter?: string[] | null | undefined;
1390
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1391
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1392
+ deselectOnEmpty?: unknown;
1393
1393
  };
1394
1394
  }>, z.ZodObject<{
1395
1395
  type: z.ZodLiteral<"gumball">;
@@ -1488,11 +1488,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1488
1488
  axis: z.ZodArray<z.ZodNumber, "many">;
1489
1489
  angle: z.ZodNumber;
1490
1490
  }, "strip", z.ZodTypeAny, {
1491
- axis: number[];
1492
1491
  angle: number;
1493
- }, {
1494
1492
  axis: number[];
1493
+ }, {
1495
1494
  angle: number;
1495
+ axis: number[];
1496
1496
  }>>>;
1497
1497
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1498
1498
  id: z.ZodString;
@@ -1501,11 +1501,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1501
1501
  axis: z.ZodArray<z.ZodNumber, "many">;
1502
1502
  angle: z.ZodNumber;
1503
1503
  }, "strip", z.ZodTypeAny, {
1504
- axis: number[];
1505
1504
  angle: number;
1506
- }, {
1507
1505
  axis: number[];
1506
+ }, {
1508
1507
  angle: number;
1508
+ axis: number[];
1509
1509
  }>>>;
1510
1510
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1511
1511
  id: z.ZodString;
@@ -1514,11 +1514,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1514
1514
  axis: z.ZodArray<z.ZodNumber, "many">;
1515
1515
  angle: z.ZodNumber;
1516
1516
  }, "strip", z.ZodTypeAny, {
1517
- axis: number[];
1518
1517
  angle: number;
1519
- }, {
1520
1518
  axis: number[];
1519
+ }, {
1521
1520
  angle: number;
1521
+ axis: number[];
1522
1522
  }>>>;
1523
1523
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
1524
1524
  }, {
@@ -1538,12 +1538,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1538
1538
  activeText?: string | null | undefined;
1539
1539
  }>>>;
1540
1540
  }>, "strip", z.ZodTypeAny, {
1541
- maximumSelection?: number | null | undefined;
1542
- minimumSelection?: number | null | undefined;
1543
- nameFilter?: string[] | null | undefined;
1544
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1545
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1546
- deselectOnEmpty?: boolean | undefined;
1541
+ scale?: number | null | undefined;
1547
1542
  hover?: boolean | undefined;
1548
1543
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1549
1544
  prompt?: {
@@ -1551,6 +1546,12 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1551
1546
  activeTitle?: string | null | undefined;
1552
1547
  activeText?: string | null | undefined;
1553
1548
  } | null | undefined;
1549
+ maximumSelection?: number | null | undefined;
1550
+ minimumSelection?: number | null | undefined;
1551
+ nameFilter?: string[] | null | undefined;
1552
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1553
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1554
+ deselectOnEmpty?: boolean | undefined;
1554
1555
  enableRotation?: boolean | undefined;
1555
1556
  enableRotationAxes?: {
1556
1557
  x?: boolean | undefined;
@@ -1578,7 +1579,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1578
1579
  yz?: boolean | undefined;
1579
1580
  xz?: boolean | undefined;
1580
1581
  } | null | undefined;
1581
- scale?: number | null | undefined;
1582
1582
  space?: "local" | "world" | null | undefined;
1583
1583
  restrictions?: z.objectOutputType<{
1584
1584
  id: z.ZodString;
@@ -1587,11 +1587,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1587
1587
  axis: z.ZodArray<z.ZodNumber, "many">;
1588
1588
  angle: z.ZodNumber;
1589
1589
  }, "strip", z.ZodTypeAny, {
1590
- axis: number[];
1591
1590
  angle: number;
1592
- }, {
1593
1591
  axis: number[];
1592
+ }, {
1594
1593
  angle: number;
1594
+ axis: number[];
1595
1595
  }>>>;
1596
1596
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1597
1597
  objects?: {
@@ -1599,12 +1599,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1599
1599
  restrictions: string[];
1600
1600
  }[] | null | undefined;
1601
1601
  }, {
1602
- maximumSelection?: number | null | undefined;
1603
- minimumSelection?: number | null | undefined;
1604
- nameFilter?: string[] | null | undefined;
1605
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1606
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1607
- deselectOnEmpty?: unknown;
1602
+ scale?: number | null | undefined;
1608
1603
  hover?: unknown;
1609
1604
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1610
1605
  prompt?: {
@@ -1612,6 +1607,12 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1612
1607
  activeTitle?: string | null | undefined;
1613
1608
  activeText?: string | null | undefined;
1614
1609
  } | null | undefined;
1610
+ maximumSelection?: number | null | undefined;
1611
+ minimumSelection?: number | null | undefined;
1612
+ nameFilter?: string[] | null | undefined;
1613
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1614
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1615
+ deselectOnEmpty?: unknown;
1615
1616
  enableRotation?: unknown;
1616
1617
  enableRotationAxes?: {
1617
1618
  x?: unknown;
@@ -1639,7 +1640,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1639
1640
  yz?: unknown;
1640
1641
  xz?: unknown;
1641
1642
  } | null | undefined;
1642
- scale?: number | null | undefined;
1643
1643
  space?: "local" | "world" | null | undefined;
1644
1644
  restrictions?: z.objectInputType<{
1645
1645
  id: z.ZodString;
@@ -1648,11 +1648,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1648
1648
  axis: z.ZodArray<z.ZodNumber, "many">;
1649
1649
  angle: z.ZodNumber;
1650
1650
  }, "strip", z.ZodTypeAny, {
1651
- axis: number[];
1652
1651
  angle: number;
1653
- }, {
1654
1652
  axis: number[];
1653
+ }, {
1655
1654
  angle: number;
1655
+ axis: number[];
1656
1656
  }>>>;
1657
1657
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1658
1658
  objects?: {
@@ -1663,12 +1663,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1663
1663
  }, "strip", z.ZodTypeAny, {
1664
1664
  type: "gumball";
1665
1665
  props: {
1666
- maximumSelection?: number | null | undefined;
1667
- minimumSelection?: number | null | undefined;
1668
- nameFilter?: string[] | null | undefined;
1669
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1670
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1671
- deselectOnEmpty?: boolean | undefined;
1666
+ scale?: number | null | undefined;
1672
1667
  hover?: boolean | undefined;
1673
1668
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1674
1669
  prompt?: {
@@ -1676,6 +1671,12 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1676
1671
  activeTitle?: string | null | undefined;
1677
1672
  activeText?: string | null | undefined;
1678
1673
  } | null | undefined;
1674
+ maximumSelection?: number | null | undefined;
1675
+ minimumSelection?: number | null | undefined;
1676
+ nameFilter?: string[] | null | undefined;
1677
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1678
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1679
+ deselectOnEmpty?: boolean | undefined;
1679
1680
  enableRotation?: boolean | undefined;
1680
1681
  enableRotationAxes?: {
1681
1682
  x?: boolean | undefined;
@@ -1703,7 +1704,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1703
1704
  yz?: boolean | undefined;
1704
1705
  xz?: boolean | undefined;
1705
1706
  } | null | undefined;
1706
- scale?: number | null | undefined;
1707
1707
  space?: "local" | "world" | null | undefined;
1708
1708
  restrictions?: z.objectOutputType<{
1709
1709
  id: z.ZodString;
@@ -1712,11 +1712,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1712
1712
  axis: z.ZodArray<z.ZodNumber, "many">;
1713
1713
  angle: z.ZodNumber;
1714
1714
  }, "strip", z.ZodTypeAny, {
1715
- axis: number[];
1716
1715
  angle: number;
1717
- }, {
1718
1716
  axis: number[];
1717
+ }, {
1719
1718
  angle: number;
1719
+ axis: number[];
1720
1720
  }>>>;
1721
1721
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1722
1722
  objects?: {
@@ -1727,12 +1727,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1727
1727
  }, {
1728
1728
  type: "gumball";
1729
1729
  props: {
1730
- maximumSelection?: number | null | undefined;
1731
- minimumSelection?: number | null | undefined;
1732
- nameFilter?: string[] | null | undefined;
1733
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1734
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1735
- deselectOnEmpty?: unknown;
1730
+ scale?: number | null | undefined;
1736
1731
  hover?: unknown;
1737
1732
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1738
1733
  prompt?: {
@@ -1740,6 +1735,12 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1740
1735
  activeTitle?: string | null | undefined;
1741
1736
  activeText?: string | null | undefined;
1742
1737
  } | null | undefined;
1738
+ maximumSelection?: number | null | undefined;
1739
+ minimumSelection?: number | null | undefined;
1740
+ nameFilter?: string[] | null | undefined;
1741
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1742
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1743
+ deselectOnEmpty?: unknown;
1743
1744
  enableRotation?: unknown;
1744
1745
  enableRotationAxes?: {
1745
1746
  x?: unknown;
@@ -1767,7 +1768,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1767
1768
  yz?: unknown;
1768
1769
  xz?: unknown;
1769
1770
  } | null | undefined;
1770
- scale?: number | null | undefined;
1771
1771
  space?: "local" | "world" | null | undefined;
1772
1772
  restrictions?: z.objectInputType<{
1773
1773
  id: z.ZodString;
@@ -1776,11 +1776,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1776
1776
  axis: z.ZodArray<z.ZodNumber, "many">;
1777
1777
  angle: z.ZodNumber;
1778
1778
  }, "strip", z.ZodTypeAny, {
1779
- axis: number[];
1780
1779
  angle: number;
1781
- }, {
1782
1780
  axis: number[];
1781
+ }, {
1783
1782
  angle: number;
1783
+ axis: number[];
1784
1784
  }>>>;
1785
1785
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1786
1786
  objects?: {
@@ -1803,25 +1803,25 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1803
1803
  axis: z.ZodArray<z.ZodNumber, "many">;
1804
1804
  angle: z.ZodNumber;
1805
1805
  }, "strip", z.ZodTypeAny, {
1806
- axis: number[];
1807
1806
  angle: number;
1808
- }, {
1809
1807
  axis: number[];
1808
+ }, {
1810
1809
  angle: number;
1810
+ axis: number[];
1811
1811
  }>>>;
1812
1812
  }, "strip", z.ZodTypeAny, {
1813
1813
  id: string;
1814
1814
  position: number[];
1815
1815
  rotation?: {
1816
- axis: number[];
1817
1816
  angle: number;
1817
+ axis: number[];
1818
1818
  } | null | undefined;
1819
1819
  }, {
1820
1820
  id: string;
1821
1821
  position: number[];
1822
1822
  rotation?: {
1823
- axis: number[];
1824
1823
  angle: number;
1824
+ axis: number[];
1825
1825
  } | null | undefined;
1826
1826
  }>, "many">>>;
1827
1827
  dragOrigin: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
@@ -1832,8 +1832,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1832
1832
  id: string;
1833
1833
  position: number[];
1834
1834
  rotation?: {
1835
- axis: number[];
1836
1835
  angle: number;
1836
+ axis: number[];
1837
1837
  } | null | undefined;
1838
1838
  }[] | null | undefined;
1839
1839
  dragOrigin?: number[] | null | undefined;
@@ -1844,8 +1844,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1844
1844
  id: string;
1845
1845
  position: number[];
1846
1846
  rotation?: {
1847
- axis: number[];
1848
1847
  angle: number;
1848
+ axis: number[];
1849
1849
  } | null | undefined;
1850
1850
  }[] | null | undefined;
1851
1851
  dragOrigin?: number[] | null | undefined;
@@ -1857,11 +1857,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1857
1857
  axis: z.ZodArray<z.ZodNumber, "many">;
1858
1858
  angle: z.ZodNumber;
1859
1859
  }, "strip", z.ZodTypeAny, {
1860
- axis: number[];
1861
1860
  angle: number;
1862
- }, {
1863
1861
  axis: number[];
1862
+ }, {
1864
1863
  angle: number;
1864
+ axis: number[];
1865
1865
  }>>>;
1866
1866
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1867
1867
  id: z.ZodString;
@@ -1870,11 +1870,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1870
1870
  axis: z.ZodArray<z.ZodNumber, "many">;
1871
1871
  angle: z.ZodNumber;
1872
1872
  }, "strip", z.ZodTypeAny, {
1873
- axis: number[];
1874
1873
  angle: number;
1875
- }, {
1876
1874
  axis: number[];
1875
+ }, {
1877
1876
  angle: number;
1877
+ axis: number[];
1878
1878
  }>>>;
1879
1879
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1880
1880
  id: z.ZodString;
@@ -1883,11 +1883,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1883
1883
  axis: z.ZodArray<z.ZodNumber, "many">;
1884
1884
  angle: z.ZodNumber;
1885
1885
  }, "strip", z.ZodTypeAny, {
1886
- axis: number[];
1887
1886
  angle: number;
1888
- }, {
1889
1887
  axis: number[];
1888
+ }, {
1890
1889
  angle: number;
1890
+ axis: number[];
1891
1891
  }>>>;
1892
1892
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
1893
1893
  }, {
@@ -1907,7 +1907,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1907
1907
  activeText?: string | null | undefined;
1908
1908
  }>>>;
1909
1909
  }>, "strip", z.ZodTypeAny, {
1910
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1911
1910
  hover?: boolean | undefined;
1912
1911
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1913
1912
  prompt?: {
@@ -1915,6 +1914,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1915
1914
  activeTitle?: string | null | undefined;
1916
1915
  activeText?: string | null | undefined;
1917
1916
  } | null | undefined;
1917
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1918
1918
  restrictions?: z.objectOutputType<{
1919
1919
  id: z.ZodString;
1920
1920
  type: z.ZodString;
@@ -1922,11 +1922,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1922
1922
  axis: z.ZodArray<z.ZodNumber, "many">;
1923
1923
  angle: z.ZodNumber;
1924
1924
  }, "strip", z.ZodTypeAny, {
1925
- axis: number[];
1926
1925
  angle: number;
1927
- }, {
1928
1926
  axis: number[];
1927
+ }, {
1929
1928
  angle: number;
1929
+ axis: number[];
1930
1930
  }>>>;
1931
1931
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1932
1932
  objects?: {
@@ -1936,15 +1936,14 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1936
1936
  id: string;
1937
1937
  position: number[];
1938
1938
  rotation?: {
1939
- axis: number[];
1940
1939
  angle: number;
1940
+ axis: number[];
1941
1941
  } | null | undefined;
1942
1942
  }[] | null | undefined;
1943
1943
  dragOrigin?: number[] | null | undefined;
1944
1944
  }[] | null | undefined;
1945
1945
  draggingColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1946
1946
  }, {
1947
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1948
1947
  hover?: unknown;
1949
1948
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1950
1949
  prompt?: {
@@ -1952,6 +1951,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1952
1951
  activeTitle?: string | null | undefined;
1953
1952
  activeText?: string | null | undefined;
1954
1953
  } | null | undefined;
1954
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1955
1955
  restrictions?: z.objectInputType<{
1956
1956
  id: z.ZodString;
1957
1957
  type: z.ZodString;
@@ -1959,11 +1959,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1959
1959
  axis: z.ZodArray<z.ZodNumber, "many">;
1960
1960
  angle: z.ZodNumber;
1961
1961
  }, "strip", z.ZodTypeAny, {
1962
- axis: number[];
1963
1962
  angle: number;
1964
- }, {
1965
1963
  axis: number[];
1964
+ }, {
1966
1965
  angle: number;
1966
+ axis: number[];
1967
1967
  }>>>;
1968
1968
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1969
1969
  objects?: {
@@ -1973,8 +1973,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1973
1973
  id: string;
1974
1974
  position: number[];
1975
1975
  rotation?: {
1976
- axis: number[];
1977
1976
  angle: number;
1977
+ axis: number[];
1978
1978
  } | null | undefined;
1979
1979
  }[] | null | undefined;
1980
1980
  dragOrigin?: number[] | null | undefined;
@@ -1984,7 +1984,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1984
1984
  }, "strip", z.ZodTypeAny, {
1985
1985
  type: "dragging";
1986
1986
  props: {
1987
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1988
1987
  hover?: boolean | undefined;
1989
1988
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1990
1989
  prompt?: {
@@ -1992,6 +1991,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1992
1991
  activeTitle?: string | null | undefined;
1993
1992
  activeText?: string | null | undefined;
1994
1993
  } | null | undefined;
1994
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
1995
1995
  restrictions?: z.objectOutputType<{
1996
1996
  id: z.ZodString;
1997
1997
  type: z.ZodString;
@@ -1999,11 +1999,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
1999
1999
  axis: z.ZodArray<z.ZodNumber, "many">;
2000
2000
  angle: z.ZodNumber;
2001
2001
  }, "strip", z.ZodTypeAny, {
2002
- axis: number[];
2003
2002
  angle: number;
2004
- }, {
2005
2003
  axis: number[];
2004
+ }, {
2006
2005
  angle: number;
2006
+ axis: number[];
2007
2007
  }>>>;
2008
2008
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2009
2009
  objects?: {
@@ -2013,8 +2013,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2013
2013
  id: string;
2014
2014
  position: number[];
2015
2015
  rotation?: {
2016
- axis: number[];
2017
2016
  angle: number;
2017
+ axis: number[];
2018
2018
  } | null | undefined;
2019
2019
  }[] | null | undefined;
2020
2020
  dragOrigin?: number[] | null | undefined;
@@ -2024,7 +2024,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2024
2024
  }, {
2025
2025
  type: "dragging";
2026
2026
  props: {
2027
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2028
2027
  hover?: unknown;
2029
2028
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2030
2029
  prompt?: {
@@ -2032,6 +2031,7 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2032
2031
  activeTitle?: string | null | undefined;
2033
2032
  activeText?: string | null | undefined;
2034
2033
  } | null | undefined;
2034
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2035
2035
  restrictions?: z.objectInputType<{
2036
2036
  id: z.ZodString;
2037
2037
  type: z.ZodString;
@@ -2039,11 +2039,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2039
2039
  axis: z.ZodArray<z.ZodNumber, "many">;
2040
2040
  angle: z.ZodNumber;
2041
2041
  }, "strip", z.ZodTypeAny, {
2042
- axis: number[];
2043
2042
  angle: number;
2044
- }, {
2045
2043
  axis: number[];
2044
+ }, {
2046
2045
  angle: number;
2046
+ axis: number[];
2047
2047
  }>>>;
2048
2048
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2049
2049
  objects?: {
@@ -2053,8 +2053,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2053
2053
  id: string;
2054
2054
  position: number[];
2055
2055
  rotation?: {
2056
- axis: number[];
2057
2056
  angle: number;
2057
+ axis: number[];
2058
2058
  } | null | undefined;
2059
2059
  }[] | null | undefined;
2060
2060
  dragOrigin?: number[] | null | undefined;
@@ -2065,12 +2065,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
2065
2065
  export declare const validateInteractionParameterSettings: (param: unknown) => z.SafeParseReturnType<{
2066
2066
  type: "selection";
2067
2067
  props: {
2068
- maximumSelection?: number | null | undefined;
2069
- minimumSelection?: number | null | undefined;
2070
- nameFilter?: string[] | null | undefined;
2071
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2072
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2073
- deselectOnEmpty?: unknown;
2074
2068
  hover?: unknown;
2075
2069
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2076
2070
  prompt?: {
@@ -2078,16 +2072,17 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2078
2072
  activeTitle?: string | null | undefined;
2079
2073
  activeText?: string | null | undefined;
2080
2074
  } | null | undefined;
2081
- };
2082
- } | {
2083
- type: "gumball";
2084
- props: {
2085
2075
  maximumSelection?: number | null | undefined;
2086
2076
  minimumSelection?: number | null | undefined;
2087
2077
  nameFilter?: string[] | null | undefined;
2088
2078
  selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2089
2079
  availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2090
2080
  deselectOnEmpty?: unknown;
2081
+ };
2082
+ } | {
2083
+ type: "gumball";
2084
+ props: {
2085
+ scale?: number | null | undefined;
2091
2086
  hover?: unknown;
2092
2087
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2093
2088
  prompt?: {
@@ -2095,6 +2090,12 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2095
2090
  activeTitle?: string | null | undefined;
2096
2091
  activeText?: string | null | undefined;
2097
2092
  } | null | undefined;
2093
+ maximumSelection?: number | null | undefined;
2094
+ minimumSelection?: number | null | undefined;
2095
+ nameFilter?: string[] | null | undefined;
2096
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2097
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2098
+ deselectOnEmpty?: unknown;
2098
2099
  enableRotation?: unknown;
2099
2100
  enableRotationAxes?: {
2100
2101
  x?: unknown;
@@ -2122,7 +2123,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2122
2123
  yz?: unknown;
2123
2124
  xz?: unknown;
2124
2125
  } | null | undefined;
2125
- scale?: number | null | undefined;
2126
2126
  space?: "local" | "world" | null | undefined;
2127
2127
  restrictions?: z.objectInputType<{
2128
2128
  id: z.ZodString;
@@ -2131,11 +2131,11 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2131
2131
  axis: z.ZodArray<z.ZodNumber, "many">;
2132
2132
  angle: z.ZodNumber;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
- axis: number[];
2135
2134
  angle: number;
2136
- }, {
2137
2135
  axis: number[];
2136
+ }, {
2138
2137
  angle: number;
2138
+ axis: number[];
2139
2139
  }>>>;
2140
2140
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2141
2141
  objects?: {
@@ -2146,7 +2146,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2146
2146
  } | {
2147
2147
  type: "dragging";
2148
2148
  props: {
2149
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2150
2149
  hover?: unknown;
2151
2150
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2152
2151
  prompt?: {
@@ -2154,6 +2153,7 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2154
2153
  activeTitle?: string | null | undefined;
2155
2154
  activeText?: string | null | undefined;
2156
2155
  } | null | undefined;
2156
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2157
2157
  restrictions?: z.objectInputType<{
2158
2158
  id: z.ZodString;
2159
2159
  type: z.ZodString;
@@ -2161,11 +2161,11 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2161
2161
  axis: z.ZodArray<z.ZodNumber, "many">;
2162
2162
  angle: z.ZodNumber;
2163
2163
  }, "strip", z.ZodTypeAny, {
2164
- axis: number[];
2165
2164
  angle: number;
2166
- }, {
2167
2165
  axis: number[];
2166
+ }, {
2168
2167
  angle: number;
2168
+ axis: number[];
2169
2169
  }>>>;
2170
2170
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2171
2171
  objects?: {
@@ -2175,8 +2175,8 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2175
2175
  id: string;
2176
2176
  position: number[];
2177
2177
  rotation?: {
2178
- axis: number[];
2179
2178
  angle: number;
2179
+ axis: number[];
2180
2180
  } | null | undefined;
2181
2181
  }[] | null | undefined;
2182
2182
  dragOrigin?: number[] | null | undefined;
@@ -2186,12 +2186,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2186
2186
  }, {
2187
2187
  type: "selection";
2188
2188
  props: {
2189
- maximumSelection?: number | null | undefined;
2190
- minimumSelection?: number | null | undefined;
2191
- nameFilter?: string[] | null | undefined;
2192
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2193
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2194
- deselectOnEmpty?: boolean | undefined;
2195
2189
  hover?: boolean | undefined;
2196
2190
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2197
2191
  prompt?: {
@@ -2199,16 +2193,17 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2199
2193
  activeTitle?: string | null | undefined;
2200
2194
  activeText?: string | null | undefined;
2201
2195
  } | null | undefined;
2202
- };
2203
- } | {
2204
- type: "gumball";
2205
- props: {
2206
2196
  maximumSelection?: number | null | undefined;
2207
2197
  minimumSelection?: number | null | undefined;
2208
2198
  nameFilter?: string[] | null | undefined;
2209
2199
  selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2210
2200
  availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2211
2201
  deselectOnEmpty?: boolean | undefined;
2202
+ };
2203
+ } | {
2204
+ type: "gumball";
2205
+ props: {
2206
+ scale?: number | null | undefined;
2212
2207
  hover?: boolean | undefined;
2213
2208
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2214
2209
  prompt?: {
@@ -2216,6 +2211,12 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2216
2211
  activeTitle?: string | null | undefined;
2217
2212
  activeText?: string | null | undefined;
2218
2213
  } | null | undefined;
2214
+ maximumSelection?: number | null | undefined;
2215
+ minimumSelection?: number | null | undefined;
2216
+ nameFilter?: string[] | null | undefined;
2217
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2218
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2219
+ deselectOnEmpty?: boolean | undefined;
2219
2220
  enableRotation?: boolean | undefined;
2220
2221
  enableRotationAxes?: {
2221
2222
  x?: boolean | undefined;
@@ -2243,7 +2244,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2243
2244
  yz?: boolean | undefined;
2244
2245
  xz?: boolean | undefined;
2245
2246
  } | null | undefined;
2246
- scale?: number | null | undefined;
2247
2247
  space?: "local" | "world" | null | undefined;
2248
2248
  restrictions?: z.objectOutputType<{
2249
2249
  id: z.ZodString;
@@ -2252,11 +2252,11 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2252
2252
  axis: z.ZodArray<z.ZodNumber, "many">;
2253
2253
  angle: z.ZodNumber;
2254
2254
  }, "strip", z.ZodTypeAny, {
2255
- axis: number[];
2256
2255
  angle: number;
2257
- }, {
2258
2256
  axis: number[];
2257
+ }, {
2259
2258
  angle: number;
2259
+ axis: number[];
2260
2260
  }>>>;
2261
2261
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2262
2262
  objects?: {
@@ -2267,7 +2267,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2267
2267
  } | {
2268
2268
  type: "dragging";
2269
2269
  props: {
2270
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2271
2270
  hover?: boolean | undefined;
2272
2271
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2273
2272
  prompt?: {
@@ -2275,6 +2274,7 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2275
2274
  activeTitle?: string | null | undefined;
2276
2275
  activeText?: string | null | undefined;
2277
2276
  } | null | undefined;
2277
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2278
2278
  restrictions?: z.objectOutputType<{
2279
2279
  id: z.ZodString;
2280
2280
  type: z.ZodString;
@@ -2282,11 +2282,11 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2282
2282
  axis: z.ZodArray<z.ZodNumber, "many">;
2283
2283
  angle: z.ZodNumber;
2284
2284
  }, "strip", z.ZodTypeAny, {
2285
- axis: number[];
2286
2285
  angle: number;
2287
- }, {
2288
2286
  axis: number[];
2287
+ }, {
2289
2288
  angle: number;
2289
+ axis: number[];
2290
2290
  }>>>;
2291
2291
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2292
2292
  objects?: {
@@ -2296,8 +2296,8 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2296
2296
  id: string;
2297
2297
  position: number[];
2298
2298
  rotation?: {
2299
- axis: number[];
2300
2299
  angle: number;
2300
+ axis: number[];
2301
2301
  } | null | undefined;
2302
2302
  }[] | null | undefined;
2303
2303
  dragOrigin?: number[] | null | undefined;
@@ -2308,12 +2308,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
2308
2308
  export declare const validateSelectionParameterSettings: (param: unknown) => z.SafeParseReturnType<{
2309
2309
  type: "selection";
2310
2310
  props: {
2311
- maximumSelection?: number | null | undefined;
2312
- minimumSelection?: number | null | undefined;
2313
- nameFilter?: string[] | null | undefined;
2314
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2315
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2316
- deselectOnEmpty?: unknown;
2317
2311
  hover?: unknown;
2318
2312
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2319
2313
  prompt?: {
@@ -2321,16 +2315,16 @@ export declare const validateSelectionParameterSettings: (param: unknown) => z.S
2321
2315
  activeTitle?: string | null | undefined;
2322
2316
  activeText?: string | null | undefined;
2323
2317
  } | null | undefined;
2318
+ maximumSelection?: number | null | undefined;
2319
+ minimumSelection?: number | null | undefined;
2320
+ nameFilter?: string[] | null | undefined;
2321
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2322
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2323
+ deselectOnEmpty?: unknown;
2324
2324
  };
2325
2325
  }, {
2326
2326
  type: "selection";
2327
2327
  props: {
2328
- maximumSelection?: number | null | undefined;
2329
- minimumSelection?: number | null | undefined;
2330
- nameFilter?: string[] | null | undefined;
2331
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2332
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2333
- deselectOnEmpty?: boolean | undefined;
2334
2328
  hover?: boolean | undefined;
2335
2329
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2336
2330
  prompt?: {
@@ -2338,17 +2332,18 @@ export declare const validateSelectionParameterSettings: (param: unknown) => z.S
2338
2332
  activeTitle?: string | null | undefined;
2339
2333
  activeText?: string | null | undefined;
2340
2334
  } | null | undefined;
2335
+ maximumSelection?: number | null | undefined;
2336
+ minimumSelection?: number | null | undefined;
2337
+ nameFilter?: string[] | null | undefined;
2338
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2339
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2340
+ deselectOnEmpty?: boolean | undefined;
2341
2341
  };
2342
2342
  }>;
2343
2343
  export declare const validateGumballParameterSettings: (param: unknown) => z.SafeParseReturnType<{
2344
2344
  type: "gumball";
2345
2345
  props: {
2346
- maximumSelection?: number | null | undefined;
2347
- minimumSelection?: number | null | undefined;
2348
- nameFilter?: string[] | null | undefined;
2349
- selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2350
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2351
- deselectOnEmpty?: unknown;
2346
+ scale?: number | null | undefined;
2352
2347
  hover?: unknown;
2353
2348
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2354
2349
  prompt?: {
@@ -2356,6 +2351,12 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2356
2351
  activeTitle?: string | null | undefined;
2357
2352
  activeText?: string | null | undefined;
2358
2353
  } | null | undefined;
2354
+ maximumSelection?: number | null | undefined;
2355
+ minimumSelection?: number | null | undefined;
2356
+ nameFilter?: string[] | null | undefined;
2357
+ selectionColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2358
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2359
+ deselectOnEmpty?: unknown;
2359
2360
  enableRotation?: unknown;
2360
2361
  enableRotationAxes?: {
2361
2362
  x?: unknown;
@@ -2383,7 +2384,6 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2383
2384
  yz?: unknown;
2384
2385
  xz?: unknown;
2385
2386
  } | null | undefined;
2386
- scale?: number | null | undefined;
2387
2387
  space?: "local" | "world" | null | undefined;
2388
2388
  restrictions?: z.objectInputType<{
2389
2389
  id: z.ZodString;
@@ -2392,11 +2392,11 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2392
2392
  axis: z.ZodArray<z.ZodNumber, "many">;
2393
2393
  angle: z.ZodNumber;
2394
2394
  }, "strip", z.ZodTypeAny, {
2395
- axis: number[];
2396
2395
  angle: number;
2397
- }, {
2398
2396
  axis: number[];
2397
+ }, {
2399
2398
  angle: number;
2399
+ axis: number[];
2400
2400
  }>>>;
2401
2401
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2402
2402
  objects?: {
@@ -2407,12 +2407,7 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2407
2407
  }, {
2408
2408
  type: "gumball";
2409
2409
  props: {
2410
- maximumSelection?: number | null | undefined;
2411
- minimumSelection?: number | null | undefined;
2412
- nameFilter?: string[] | null | undefined;
2413
- selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2414
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2415
- deselectOnEmpty?: boolean | undefined;
2410
+ scale?: number | null | undefined;
2416
2411
  hover?: boolean | undefined;
2417
2412
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2418
2413
  prompt?: {
@@ -2420,6 +2415,12 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2420
2415
  activeTitle?: string | null | undefined;
2421
2416
  activeText?: string | null | undefined;
2422
2417
  } | null | undefined;
2418
+ maximumSelection?: number | null | undefined;
2419
+ minimumSelection?: number | null | undefined;
2420
+ nameFilter?: string[] | null | undefined;
2421
+ selectionColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2422
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2423
+ deselectOnEmpty?: boolean | undefined;
2423
2424
  enableRotation?: boolean | undefined;
2424
2425
  enableRotationAxes?: {
2425
2426
  x?: boolean | undefined;
@@ -2447,7 +2448,6 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2447
2448
  yz?: boolean | undefined;
2448
2449
  xz?: boolean | undefined;
2449
2450
  } | null | undefined;
2450
- scale?: number | null | undefined;
2451
2451
  space?: "local" | "world" | null | undefined;
2452
2452
  restrictions?: z.objectOutputType<{
2453
2453
  id: z.ZodString;
@@ -2456,11 +2456,11 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2456
2456
  axis: z.ZodArray<z.ZodNumber, "many">;
2457
2457
  angle: z.ZodNumber;
2458
2458
  }, "strip", z.ZodTypeAny, {
2459
- axis: number[];
2460
2459
  angle: number;
2461
- }, {
2462
2460
  axis: number[];
2461
+ }, {
2463
2462
  angle: number;
2463
+ axis: number[];
2464
2464
  }>>>;
2465
2465
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2466
2466
  objects?: {
@@ -2472,7 +2472,6 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
2472
2472
  export declare const validateDraggingParameterSettings: (param: unknown) => z.SafeParseReturnType<{
2473
2473
  type: "dragging";
2474
2474
  props: {
2475
- availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2476
2475
  hover?: unknown;
2477
2476
  hoverColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2478
2477
  prompt?: {
@@ -2480,6 +2479,7 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2480
2479
  activeTitle?: string | null | undefined;
2481
2480
  activeText?: string | null | undefined;
2482
2481
  } | null | undefined;
2482
+ availableColor?: string | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2483
2483
  restrictions?: z.objectInputType<{
2484
2484
  id: z.ZodString;
2485
2485
  type: z.ZodString;
@@ -2487,11 +2487,11 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2487
2487
  axis: z.ZodArray<z.ZodNumber, "many">;
2488
2488
  angle: z.ZodNumber;
2489
2489
  }, "strip", z.ZodTypeAny, {
2490
- axis: number[];
2491
2490
  angle: number;
2492
- }, {
2493
2491
  axis: number[];
2492
+ }, {
2494
2493
  angle: number;
2494
+ axis: number[];
2495
2495
  }>>>;
2496
2496
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2497
2497
  objects?: {
@@ -2501,8 +2501,8 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2501
2501
  id: string;
2502
2502
  position: number[];
2503
2503
  rotation?: {
2504
- axis: number[];
2505
2504
  angle: number;
2505
+ axis: number[];
2506
2506
  } | null | undefined;
2507
2507
  }[] | null | undefined;
2508
2508
  dragOrigin?: number[] | null | undefined;
@@ -2512,7 +2512,6 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2512
2512
  }, {
2513
2513
  type: "dragging";
2514
2514
  props: {
2515
- availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2516
2515
  hover?: boolean | undefined;
2517
2516
  hoverColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2518
2517
  prompt?: {
@@ -2520,6 +2519,7 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2520
2519
  activeTitle?: string | null | undefined;
2521
2520
  activeText?: string | null | undefined;
2522
2521
  } | null | undefined;
2522
+ availableColor?: string | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | null | undefined;
2523
2523
  restrictions?: z.objectOutputType<{
2524
2524
  id: z.ZodString;
2525
2525
  type: z.ZodString;
@@ -2527,11 +2527,11 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2527
2527
  axis: z.ZodArray<z.ZodNumber, "many">;
2528
2528
  angle: z.ZodNumber;
2529
2529
  }, "strip", z.ZodTypeAny, {
2530
- axis: number[];
2531
2530
  angle: number;
2532
- }, {
2533
2531
  axis: number[];
2532
+ }, {
2534
2533
  angle: number;
2534
+ axis: number[];
2535
2535
  }>>>;
2536
2536
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
2537
2537
  objects?: {
@@ -2541,8 +2541,8 @@ export declare const validateDraggingParameterSettings: (param: unknown) => z.Sa
2541
2541
  id: string;
2542
2542
  position: number[];
2543
2543
  rotation?: {
2544
- axis: number[];
2545
2544
  angle: number;
2545
+ axis: number[];
2546
2546
  } | null | undefined;
2547
2547
  }[] | null | undefined;
2548
2548
  dragOrigin?: number[] | null | undefined;