@things-factory/board-ai 10.1.4 → 10.1.6

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.
Files changed (199) hide show
  1. package/client/components/default-catalog-entries.ts +1 -1
  2. package/client/components/default-slash-templates.ts +1 -1
  3. package/client/index.ts +27 -6
  4. package/dist-client/client/components/default-catalog-entries.d.ts +1 -1
  5. package/dist-client/client/components/default-catalog-entries.js.map +1 -1
  6. package/dist-client/client/components/default-slash-templates.d.ts +1 -1
  7. package/dist-client/client/components/default-slash-templates.js.map +1 -1
  8. package/dist-client/client/index.d.ts +3 -11
  9. package/dist-client/client/index.js +25 -6
  10. package/dist-client/client/index.js.map +1 -1
  11. package/dist-client/server/service/assistant.d.ts +22 -22
  12. package/dist-client/server/service/assistant.js +32 -70
  13. package/dist-client/server/service/assistant.js.map +1 -1
  14. package/dist-client/server/service/grounding.d.ts +2 -12
  15. package/dist-client/server/service/grounding.js +15 -23
  16. package/dist-client/server/service/grounding.js.map +1 -1
  17. package/dist-client/server/service/types.d.ts +2 -4
  18. package/dist-client/server/service/types.js.map +1 -1
  19. package/dist-client/server/service/validation/board-model-schema.d.ts +270 -270
  20. package/dist-client/tsconfig.tsbuildinfo +1 -1
  21. package/dist-server/service/assistant.d.ts +22 -22
  22. package/dist-server/service/assistant.js +25 -76
  23. package/dist-server/service/assistant.js.map +1 -1
  24. package/dist-server/service/board-ai-resolver.js +41 -30
  25. package/dist-server/service/board-ai-resolver.js.map +1 -1
  26. package/dist-server/service/board-session-resolver.d.ts +12 -0
  27. package/dist-server/service/board-session-resolver.js +203 -0
  28. package/dist-server/service/board-session-resolver.js.map +1 -0
  29. package/dist-server/service/board-tool-rights.d.ts +7 -0
  30. package/dist-server/service/board-tool-rights.js +62 -0
  31. package/dist-server/service/board-tool-rights.js.map +1 -0
  32. package/dist-server/service/grounding.d.ts +2 -12
  33. package/dist-server/service/grounding.js +16 -24
  34. package/dist-server/service/grounding.js.map +1 -1
  35. package/dist-server/service/index.d.ts +4 -10
  36. package/dist-server/service/index.js +16 -23
  37. package/dist-server/service/index.js.map +1 -1
  38. package/dist-server/service/patch-entry/board-patch-subscription.js +2 -2
  39. package/dist-server/service/patch-entry/board-patch-subscription.js.map +1 -1
  40. package/dist-server/service/patch-entry/patch-entry.d.ts +1 -1
  41. package/dist-server/service/patch-entry/patch-entry.js +3 -3
  42. package/dist-server/service/patch-entry/patch-entry.js.map +1 -1
  43. package/dist-server/service/types.d.ts +2 -4
  44. package/dist-server/service/types.js.map +1 -1
  45. package/dist-server/tsconfig.tsbuildinfo +1 -1
  46. package/package.json +6 -5
  47. package/server/service/apply-patch-drift.test.ts +3 -1
  48. package/server/service/assistant.ts +47 -73
  49. package/server/service/board-ai-resolver.ts +22 -12
  50. package/server/service/board-session-resolver.ts +183 -0
  51. package/server/service/board-tool-rights.test.ts +96 -0
  52. package/server/service/board-tool-rights.ts +73 -0
  53. package/server/service/dock-contract.test.ts +3 -0
  54. package/server/service/grounding.test.ts +3 -3
  55. package/server/service/grounding.ts +15 -34
  56. package/server/service/index.ts +16 -22
  57. package/server/service/patch-entry/board-patch-subscription.ts +1 -1
  58. package/server/service/patch-entry/patch-entry.ts +3 -2
  59. package/server/service/registry-tool-loop.test.ts +1 -0
  60. package/server/service/tool-exposure.test.ts +2 -0
  61. package/server/service/types.ts +3 -4
  62. package/client/components/board-ai-chat.test.ts +0 -149
  63. package/client/components/board-ai-chat.ts +0 -3184
  64. package/client/components/chat-echo-dedup.test.ts +0 -230
  65. package/client/components/chat-echo-dedup.ts +0 -155
  66. package/client/components/chat-input-builder.ts +0 -69
  67. package/client/components/markdown.test.ts +0 -518
  68. package/client/components/markdown.ts +0 -508
  69. package/client/components/mention-popup-helpers.ts +0 -433
  70. package/client/components/mention-popup.test.ts +0 -588
  71. package/client/components/mention-popup.ts +0 -238
  72. package/client/utils/board-edit-patch.ts +0 -374
  73. package/dist-client/client/components/board-ai-chat.d.ts +0 -384
  74. package/dist-client/client/components/board-ai-chat.js +0 -3008
  75. package/dist-client/client/components/board-ai-chat.js.map +0 -1
  76. package/dist-client/client/components/board-ai-chat.test.d.ts +0 -1
  77. package/dist-client/client/components/board-ai-chat.test.js +0 -138
  78. package/dist-client/client/components/board-ai-chat.test.js.map +0 -1
  79. package/dist-client/client/components/chat-echo-dedup.d.ts +0 -54
  80. package/dist-client/client/components/chat-echo-dedup.js +0 -115
  81. package/dist-client/client/components/chat-echo-dedup.js.map +0 -1
  82. package/dist-client/client/components/chat-echo-dedup.test.d.ts +0 -1
  83. package/dist-client/client/components/chat-echo-dedup.test.js +0 -203
  84. package/dist-client/client/components/chat-echo-dedup.test.js.map +0 -1
  85. package/dist-client/client/components/chat-input-builder.d.ts +0 -55
  86. package/dist-client/client/components/chat-input-builder.js +0 -32
  87. package/dist-client/client/components/chat-input-builder.js.map +0 -1
  88. package/dist-client/client/components/markdown.d.ts +0 -60
  89. package/dist-client/client/components/markdown.js +0 -422
  90. package/dist-client/client/components/markdown.js.map +0 -1
  91. package/dist-client/client/components/markdown.test.d.ts +0 -1
  92. package/dist-client/client/components/markdown.test.js +0 -418
  93. package/dist-client/client/components/markdown.test.js.map +0 -1
  94. package/dist-client/client/components/mention-popup-helpers.d.ts +0 -165
  95. package/dist-client/client/components/mention-popup-helpers.js +0 -330
  96. package/dist-client/client/components/mention-popup-helpers.js.map +0 -1
  97. package/dist-client/client/components/mention-popup.d.ts +0 -35
  98. package/dist-client/client/components/mention-popup.js +0 -223
  99. package/dist-client/client/components/mention-popup.js.map +0 -1
  100. package/dist-client/client/components/mention-popup.test.d.ts +0 -1
  101. package/dist-client/client/components/mention-popup.test.js +0 -474
  102. package/dist-client/client/components/mention-popup.test.js.map +0 -1
  103. package/dist-client/client/utils/board-edit-patch.d.ts +0 -157
  104. package/dist-client/client/utils/board-edit-patch.js +0 -284
  105. package/dist-client/client/utils/board-edit-patch.js.map +0 -1
  106. package/dist-server/service/chat-message/chat-message-broadcast.d.ts +0 -13
  107. package/dist-server/service/chat-message/chat-message-broadcast.js +0 -13
  108. package/dist-server/service/chat-message/chat-message-broadcast.js.map +0 -1
  109. package/dist-server/service/chat-message/chat-message-publish.d.ts +0 -6
  110. package/dist-server/service/chat-message/chat-message-publish.js +0 -27
  111. package/dist-server/service/chat-message/chat-message-publish.js.map +0 -1
  112. package/dist-server/service/chat-message/chat-message-subscription.d.ts +0 -8
  113. package/dist-server/service/chat-message/chat-message-subscription.js +0 -53
  114. package/dist-server/service/chat-message/chat-message-subscription.js.map +0 -1
  115. package/dist-server/service/chat-message/chat-message.d.ts +0 -68
  116. package/dist-server/service/chat-message/chat-message.js +0 -172
  117. package/dist-server/service/chat-message/chat-message.js.map +0 -1
  118. package/dist-server/service/chat-message/fold-history.d.ts +0 -43
  119. package/dist-server/service/chat-message/fold-history.js +0 -33
  120. package/dist-server/service/chat-message/fold-history.js.map +0 -1
  121. package/dist-server/service/chat-message/history-summary.d.ts +0 -43
  122. package/dist-server/service/chat-message/history-summary.js +0 -77
  123. package/dist-server/service/chat-message/history-summary.js.map +0 -1
  124. package/dist-server/service/chat-message/index.d.ts +0 -5
  125. package/dist-server/service/chat-message/index.js +0 -12
  126. package/dist-server/service/chat-message/index.js.map +0 -1
  127. package/dist-server/service/chat-message/llm-history.d.ts +0 -46
  128. package/dist-server/service/chat-message/llm-history.js +0 -87
  129. package/dist-server/service/chat-message/llm-history.js.map +0 -1
  130. package/dist-server/service/chat-session/chat-session.d.ts +0 -62
  131. package/dist-server/service/chat-session/chat-session.js +0 -164
  132. package/dist-server/service/chat-session/chat-session.js.map +0 -1
  133. package/dist-server/service/chat-session/index.d.ts +0 -3
  134. package/dist-server/service/chat-session/index.js +0 -7
  135. package/dist-server/service/chat-session/index.js.map +0 -1
  136. package/dist-server/service/chat-session/session-activity-broadcast.d.ts +0 -30
  137. package/dist-server/service/chat-session/session-activity-broadcast.js +0 -34
  138. package/dist-server/service/chat-session/session-activity-broadcast.js.map +0 -1
  139. package/dist-server/service/chat-session/session-activity-publish.d.ts +0 -12
  140. package/dist-server/service/chat-session/session-activity-publish.js +0 -37
  141. package/dist-server/service/chat-session/session-activity-publish.js.map +0 -1
  142. package/dist-server/service/chat-session/session-activity-subscription.d.ts +0 -14
  143. package/dist-server/service/chat-session/session-activity-subscription.js +0 -87
  144. package/dist-server/service/chat-session/session-activity-subscription.js.map +0 -1
  145. package/dist-server/service/chat-session/session-anchor.d.ts +0 -12
  146. package/dist-server/service/chat-session/session-anchor.js +0 -20
  147. package/dist-server/service/chat-session/session-anchor.js.map +0 -1
  148. package/dist-server/service/chat-session/session-inbox.d.ts +0 -80
  149. package/dist-server/service/chat-session/session-inbox.js +0 -133
  150. package/dist-server/service/chat-session/session-inbox.js.map +0 -1
  151. package/dist-server/service/chat-session-participant/chat-session-participant.d.ts +0 -49
  152. package/dist-server/service/chat-session-participant/chat-session-participant.js +0 -141
  153. package/dist-server/service/chat-session-participant/chat-session-participant.js.map +0 -1
  154. package/dist-server/service/chat-session-participant/index.d.ts +0 -4
  155. package/dist-server/service/chat-session-participant/index.js +0 -10
  156. package/dist-server/service/chat-session-participant/index.js.map +0 -1
  157. package/dist-server/service/chat-session-participant/invite-notification.d.ts +0 -27
  158. package/dist-server/service/chat-session-participant/invite-notification.js +0 -30
  159. package/dist-server/service/chat-session-participant/invite-notification.js.map +0 -1
  160. package/dist-server/service/chat-session-participant/presence.d.ts +0 -4
  161. package/dist-server/service/chat-session-participant/presence.js +0 -22
  162. package/dist-server/service/chat-session-participant/presence.js.map +0 -1
  163. package/dist-server/service/chat-session-resolver.d.ts +0 -102
  164. package/dist-server/service/chat-session-resolver.js +0 -856
  165. package/dist-server/service/chat-session-resolver.js.map +0 -1
  166. package/dist-server/service/subscribe-auth.d.ts +0 -14
  167. package/dist-server/service/subscribe-auth.js +0 -33
  168. package/dist-server/service/subscribe-auth.js.map +0 -1
  169. package/server/service/chat-message/chat-message-broadcast.integration.test.ts +0 -73
  170. package/server/service/chat-message/chat-message-broadcast.test.ts +0 -40
  171. package/server/service/chat-message/chat-message-broadcast.ts +0 -27
  172. package/server/service/chat-message/chat-message-publish.ts +0 -22
  173. package/server/service/chat-message/chat-message-subscription.ts +0 -41
  174. package/server/service/chat-message/chat-message.ts +0 -195
  175. package/server/service/chat-message/fold-history.test.ts +0 -98
  176. package/server/service/chat-message/fold-history.ts +0 -77
  177. package/server/service/chat-message/history-summary.test.ts +0 -127
  178. package/server/service/chat-message/history-summary.ts +0 -100
  179. package/server/service/chat-message/index.ts +0 -12
  180. package/server/service/chat-message/llm-history.test.ts +0 -194
  181. package/server/service/chat-message/llm-history.ts +0 -163
  182. package/server/service/chat-session/chat-session.ts +0 -182
  183. package/server/service/chat-session/index.ts +0 -5
  184. package/server/service/chat-session/session-activity-broadcast.ts +0 -57
  185. package/server/service/chat-session/session-activity-publish.ts +0 -44
  186. package/server/service/chat-session/session-activity-subscription.ts +0 -67
  187. package/server/service/chat-session/session-anchor.ts +0 -35
  188. package/server/service/chat-session/session-inbox.test.ts +0 -185
  189. package/server/service/chat-session/session-inbox.ts +0 -161
  190. package/server/service/chat-session-participant/chat-session-participant.ts +0 -135
  191. package/server/service/chat-session-participant/index.ts +0 -6
  192. package/server/service/chat-session-participant/invite-notification.test.ts +0 -30
  193. package/server/service/chat-session-participant/invite-notification.ts +0 -48
  194. package/server/service/chat-session-participant/presence.test.ts +0 -39
  195. package/server/service/chat-session-participant/presence.ts +0 -21
  196. package/server/service/chat-session-resolver.ts +0 -779
  197. package/server/service/session-anchor.test.ts +0 -65
  198. package/server/service/subscribe-auth.test.ts +0 -57
  199. package/server/service/subscribe-auth.ts +0 -34
@@ -37,7 +37,7 @@ export declare const FillStyleSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
37
37
  color: string;
38
38
  position: number;
39
39
  }[];
40
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
40
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
41
41
  opacity?: number | undefined;
42
42
  rotation?: number | undefined;
43
43
  gradientType?: "linear" | "radial" | undefined;
@@ -47,7 +47,7 @@ export declare const FillStyleSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
47
47
  color: string;
48
48
  position: number;
49
49
  }[];
50
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
50
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
51
51
  opacity?: number | undefined;
52
52
  rotation?: number | undefined;
53
53
  gradientType?: "linear" | "radial" | undefined;
@@ -66,27 +66,27 @@ export declare const FillStyleSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
66
66
  guideOnly: z.ZodOptional<z.ZodBoolean>;
67
67
  }, "strict", z.ZodTypeAny, {
68
68
  type: "pattern";
69
- image?: unknown;
70
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
69
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
71
70
  width?: number | undefined;
72
71
  height?: number | undefined;
73
72
  opacity?: number | undefined;
74
73
  color?: string | undefined;
75
74
  offsetX?: number | undefined;
76
75
  offsetY?: number | undefined;
76
+ image?: unknown;
77
77
  fitPattern?: boolean | undefined;
78
78
  noRepeat?: boolean | undefined;
79
79
  guideOnly?: boolean | undefined;
80
80
  }, {
81
81
  type: "pattern";
82
- image?: unknown;
83
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
82
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
84
83
  width?: number | undefined;
85
84
  height?: number | undefined;
86
85
  opacity?: number | undefined;
87
86
  color?: string | undefined;
88
87
  offsetX?: number | undefined;
89
88
  offsetY?: number | undefined;
89
+ image?: unknown;
90
90
  fitPattern?: boolean | undefined;
91
91
  noRepeat?: boolean | undefined;
92
92
  guideOnly?: boolean | undefined;
@@ -231,7 +231,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
231
231
  color: string;
232
232
  position: number;
233
233
  }[];
234
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
234
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
235
235
  opacity?: number | undefined;
236
236
  rotation?: number | undefined;
237
237
  gradientType?: "linear" | "radial" | undefined;
@@ -241,7 +241,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
241
241
  color: string;
242
242
  position: number;
243
243
  }[];
244
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
244
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
245
245
  opacity?: number | undefined;
246
246
  rotation?: number | undefined;
247
247
  gradientType?: "linear" | "radial" | undefined;
@@ -260,27 +260,27 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
260
260
  guideOnly: z.ZodOptional<z.ZodBoolean>;
261
261
  }, "strict", z.ZodTypeAny, {
262
262
  type: "pattern";
263
- image?: unknown;
264
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
263
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
265
264
  width?: number | undefined;
266
265
  height?: number | undefined;
267
266
  opacity?: number | undefined;
268
267
  color?: string | undefined;
269
268
  offsetX?: number | undefined;
270
269
  offsetY?: number | undefined;
270
+ image?: unknown;
271
271
  fitPattern?: boolean | undefined;
272
272
  noRepeat?: boolean | undefined;
273
273
  guideOnly?: boolean | undefined;
274
274
  }, {
275
275
  type: "pattern";
276
- image?: unknown;
277
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
276
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
278
277
  width?: number | undefined;
279
278
  height?: number | undefined;
280
279
  opacity?: number | undefined;
281
280
  color?: string | undefined;
282
281
  offsetX?: number | undefined;
283
282
  offsetY?: number | undefined;
283
+ image?: unknown;
284
284
  fitPattern?: boolean | undefined;
285
285
  noRepeat?: boolean | undefined;
286
286
  guideOnly?: boolean | undefined;
@@ -433,7 +433,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
433
433
  color: string;
434
434
  position: number;
435
435
  }[];
436
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
436
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
437
437
  opacity?: number | undefined;
438
438
  rotation?: number | undefined;
439
439
  gradientType?: "linear" | "radial" | undefined;
@@ -443,7 +443,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
443
443
  color: string;
444
444
  position: number;
445
445
  }[];
446
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
446
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
447
447
  opacity?: number | undefined;
448
448
  rotation?: number | undefined;
449
449
  gradientType?: "linear" | "radial" | undefined;
@@ -462,27 +462,27 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
462
462
  guideOnly: z.ZodOptional<z.ZodBoolean>;
463
463
  }, "strict", z.ZodTypeAny, {
464
464
  type: "pattern";
465
- image?: unknown;
466
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
465
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
467
466
  width?: number | undefined;
468
467
  height?: number | undefined;
469
468
  opacity?: number | undefined;
470
469
  color?: string | undefined;
471
470
  offsetX?: number | undefined;
472
471
  offsetY?: number | undefined;
472
+ image?: unknown;
473
473
  fitPattern?: boolean | undefined;
474
474
  noRepeat?: boolean | undefined;
475
475
  guideOnly?: boolean | undefined;
476
476
  }, {
477
477
  type: "pattern";
478
- image?: unknown;
479
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
478
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
480
479
  width?: number | undefined;
481
480
  height?: number | undefined;
482
481
  opacity?: number | undefined;
483
482
  color?: string | undefined;
484
483
  offsetX?: number | undefined;
485
484
  offsetY?: number | undefined;
485
+ image?: unknown;
486
486
  fitPattern?: boolean | undefined;
487
487
  noRepeat?: boolean | undefined;
488
488
  guideOnly?: boolean | undefined;
@@ -635,7 +635,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
635
635
  color: string;
636
636
  position: number;
637
637
  }[];
638
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
638
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
639
639
  opacity?: number | undefined;
640
640
  rotation?: number | undefined;
641
641
  gradientType?: "linear" | "radial" | undefined;
@@ -645,7 +645,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
645
645
  color: string;
646
646
  position: number;
647
647
  }[];
648
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
648
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
649
649
  opacity?: number | undefined;
650
650
  rotation?: number | undefined;
651
651
  gradientType?: "linear" | "radial" | undefined;
@@ -664,27 +664,27 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
664
664
  guideOnly: z.ZodOptional<z.ZodBoolean>;
665
665
  }, "strict", z.ZodTypeAny, {
666
666
  type: "pattern";
667
- image?: unknown;
668
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
667
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
669
668
  width?: number | undefined;
670
669
  height?: number | undefined;
671
670
  opacity?: number | undefined;
672
671
  color?: string | undefined;
673
672
  offsetX?: number | undefined;
674
673
  offsetY?: number | undefined;
674
+ image?: unknown;
675
675
  fitPattern?: boolean | undefined;
676
676
  noRepeat?: boolean | undefined;
677
677
  guideOnly?: boolean | undefined;
678
678
  }, {
679
679
  type: "pattern";
680
- image?: unknown;
681
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
680
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
682
681
  width?: number | undefined;
683
682
  height?: number | undefined;
684
683
  opacity?: number | undefined;
685
684
  color?: string | undefined;
686
685
  offsetX?: number | undefined;
687
686
  offsetY?: number | undefined;
687
+ image?: unknown;
688
688
  fitPattern?: boolean | undefined;
689
689
  noRepeat?: boolean | undefined;
690
690
  guideOnly?: boolean | undefined;
@@ -837,7 +837,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
837
837
  color: string;
838
838
  position: number;
839
839
  }[];
840
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
840
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
841
841
  opacity?: number | undefined;
842
842
  rotation?: number | undefined;
843
843
  gradientType?: "linear" | "radial" | undefined;
@@ -847,7 +847,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
847
847
  color: string;
848
848
  position: number;
849
849
  }[];
850
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
850
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
851
851
  opacity?: number | undefined;
852
852
  rotation?: number | undefined;
853
853
  gradientType?: "linear" | "radial" | undefined;
@@ -866,27 +866,27 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
866
866
  guideOnly: z.ZodOptional<z.ZodBoolean>;
867
867
  }, "strict", z.ZodTypeAny, {
868
868
  type: "pattern";
869
- image?: unknown;
870
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
869
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
871
870
  width?: number | undefined;
872
871
  height?: number | undefined;
873
872
  opacity?: number | undefined;
874
873
  color?: string | undefined;
875
874
  offsetX?: number | undefined;
876
875
  offsetY?: number | undefined;
876
+ image?: unknown;
877
877
  fitPattern?: boolean | undefined;
878
878
  noRepeat?: boolean | undefined;
879
879
  guideOnly?: boolean | undefined;
880
880
  }, {
881
881
  type: "pattern";
882
- image?: unknown;
883
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
882
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
884
883
  width?: number | undefined;
885
884
  height?: number | undefined;
886
885
  opacity?: number | undefined;
887
886
  color?: string | undefined;
888
887
  offsetX?: number | undefined;
889
888
  offsetY?: number | undefined;
889
+ image?: unknown;
890
890
  fitPattern?: boolean | undefined;
891
891
  noRepeat?: boolean | undefined;
892
892
  guideOnly?: boolean | undefined;
@@ -1039,7 +1039,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
1039
1039
  color: string;
1040
1040
  position: number;
1041
1041
  }[];
1042
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1042
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1043
1043
  opacity?: number | undefined;
1044
1044
  rotation?: number | undefined;
1045
1045
  gradientType?: "linear" | "radial" | undefined;
@@ -1049,7 +1049,7 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
1049
1049
  color: string;
1050
1050
  position: number;
1051
1051
  }[];
1052
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1052
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1053
1053
  opacity?: number | undefined;
1054
1054
  rotation?: number | undefined;
1055
1055
  gradientType?: "linear" | "radial" | undefined;
@@ -1068,27 +1068,27 @@ export declare const ComponentSchema: z.ZodEffects<z.ZodObject<{
1068
1068
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1069
1069
  }, "strict", z.ZodTypeAny, {
1070
1070
  type: "pattern";
1071
- image?: unknown;
1072
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1071
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1073
1072
  width?: number | undefined;
1074
1073
  height?: number | undefined;
1075
1074
  opacity?: number | undefined;
1076
1075
  color?: string | undefined;
1077
1076
  offsetX?: number | undefined;
1078
1077
  offsetY?: number | undefined;
1078
+ image?: unknown;
1079
1079
  fitPattern?: boolean | undefined;
1080
1080
  noRepeat?: boolean | undefined;
1081
1081
  guideOnly?: boolean | undefined;
1082
1082
  }, {
1083
1083
  type: "pattern";
1084
- image?: unknown;
1085
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1084
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1086
1085
  width?: number | undefined;
1087
1086
  height?: number | undefined;
1088
1087
  opacity?: number | undefined;
1089
1088
  color?: string | undefined;
1090
1089
  offsetX?: number | undefined;
1091
1090
  offsetY?: number | undefined;
1091
+ image?: unknown;
1092
1092
  fitPattern?: boolean | undefined;
1093
1093
  noRepeat?: boolean | undefined;
1094
1094
  guideOnly?: boolean | undefined;
@@ -1251,7 +1251,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1251
1251
  color: string;
1252
1252
  position: number;
1253
1253
  }[];
1254
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1254
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1255
1255
  opacity?: number | undefined;
1256
1256
  rotation?: number | undefined;
1257
1257
  gradientType?: "linear" | "radial" | undefined;
@@ -1261,7 +1261,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1261
1261
  color: string;
1262
1262
  position: number;
1263
1263
  }[];
1264
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1264
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1265
1265
  opacity?: number | undefined;
1266
1266
  rotation?: number | undefined;
1267
1267
  gradientType?: "linear" | "radial" | undefined;
@@ -1280,27 +1280,27 @@ export declare const BoardModelSchema: z.ZodObject<{
1280
1280
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1281
1281
  }, "strict", z.ZodTypeAny, {
1282
1282
  type: "pattern";
1283
- image?: unknown;
1284
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1283
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1285
1284
  width?: number | undefined;
1286
1285
  height?: number | undefined;
1287
1286
  opacity?: number | undefined;
1288
1287
  color?: string | undefined;
1289
1288
  offsetX?: number | undefined;
1290
1289
  offsetY?: number | undefined;
1290
+ image?: unknown;
1291
1291
  fitPattern?: boolean | undefined;
1292
1292
  noRepeat?: boolean | undefined;
1293
1293
  guideOnly?: boolean | undefined;
1294
1294
  }, {
1295
1295
  type: "pattern";
1296
- image?: unknown;
1297
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1296
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1298
1297
  width?: number | undefined;
1299
1298
  height?: number | undefined;
1300
1299
  opacity?: number | undefined;
1301
1300
  color?: string | undefined;
1302
1301
  offsetX?: number | undefined;
1303
1302
  offsetY?: number | undefined;
1303
+ image?: unknown;
1304
1304
  fitPattern?: boolean | undefined;
1305
1305
  noRepeat?: boolean | undefined;
1306
1306
  guideOnly?: boolean | undefined;
@@ -1350,7 +1350,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1350
1350
  color: string;
1351
1351
  position: number;
1352
1352
  }[];
1353
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1353
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1354
1354
  opacity?: number | undefined;
1355
1355
  rotation?: number | undefined;
1356
1356
  gradientType?: "linear" | "radial" | undefined;
@@ -1360,7 +1360,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1360
1360
  color: string;
1361
1361
  position: number;
1362
1362
  }[];
1363
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1363
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1364
1364
  opacity?: number | undefined;
1365
1365
  rotation?: number | undefined;
1366
1366
  gradientType?: "linear" | "radial" | undefined;
@@ -1379,27 +1379,27 @@ export declare const BoardModelSchema: z.ZodObject<{
1379
1379
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1380
1380
  }, "strict", z.ZodTypeAny, {
1381
1381
  type: "pattern";
1382
- image?: unknown;
1383
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1382
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1384
1383
  width?: number | undefined;
1385
1384
  height?: number | undefined;
1386
1385
  opacity?: number | undefined;
1387
1386
  color?: string | undefined;
1388
1387
  offsetX?: number | undefined;
1389
1388
  offsetY?: number | undefined;
1389
+ image?: unknown;
1390
1390
  fitPattern?: boolean | undefined;
1391
1391
  noRepeat?: boolean | undefined;
1392
1392
  guideOnly?: boolean | undefined;
1393
1393
  }, {
1394
1394
  type: "pattern";
1395
- image?: unknown;
1396
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1395
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1397
1396
  width?: number | undefined;
1398
1397
  height?: number | undefined;
1399
1398
  opacity?: number | undefined;
1400
1399
  color?: string | undefined;
1401
1400
  offsetX?: number | undefined;
1402
1401
  offsetY?: number | undefined;
1402
+ image?: unknown;
1403
1403
  fitPattern?: boolean | undefined;
1404
1404
  noRepeat?: boolean | undefined;
1405
1405
  guideOnly?: boolean | undefined;
@@ -1552,7 +1552,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1552
1552
  color: string;
1553
1553
  position: number;
1554
1554
  }[];
1555
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1555
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1556
1556
  opacity?: number | undefined;
1557
1557
  rotation?: number | undefined;
1558
1558
  gradientType?: "linear" | "radial" | undefined;
@@ -1562,7 +1562,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1562
1562
  color: string;
1563
1563
  position: number;
1564
1564
  }[];
1565
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1565
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1566
1566
  opacity?: number | undefined;
1567
1567
  rotation?: number | undefined;
1568
1568
  gradientType?: "linear" | "radial" | undefined;
@@ -1581,27 +1581,27 @@ export declare const BoardModelSchema: z.ZodObject<{
1581
1581
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1582
1582
  }, "strict", z.ZodTypeAny, {
1583
1583
  type: "pattern";
1584
- image?: unknown;
1585
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1584
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1586
1585
  width?: number | undefined;
1587
1586
  height?: number | undefined;
1588
1587
  opacity?: number | undefined;
1589
1588
  color?: string | undefined;
1590
1589
  offsetX?: number | undefined;
1591
1590
  offsetY?: number | undefined;
1591
+ image?: unknown;
1592
1592
  fitPattern?: boolean | undefined;
1593
1593
  noRepeat?: boolean | undefined;
1594
1594
  guideOnly?: boolean | undefined;
1595
1595
  }, {
1596
1596
  type: "pattern";
1597
- image?: unknown;
1598
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1597
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1599
1598
  width?: number | undefined;
1600
1599
  height?: number | undefined;
1601
1600
  opacity?: number | undefined;
1602
1601
  color?: string | undefined;
1603
1602
  offsetX?: number | undefined;
1604
1603
  offsetY?: number | undefined;
1604
+ image?: unknown;
1605
1605
  fitPattern?: boolean | undefined;
1606
1606
  noRepeat?: boolean | undefined;
1607
1607
  guideOnly?: boolean | undefined;
@@ -1754,7 +1754,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1754
1754
  color: string;
1755
1755
  position: number;
1756
1756
  }[];
1757
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1757
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1758
1758
  opacity?: number | undefined;
1759
1759
  rotation?: number | undefined;
1760
1760
  gradientType?: "linear" | "radial" | undefined;
@@ -1764,7 +1764,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1764
1764
  color: string;
1765
1765
  position: number;
1766
1766
  }[];
1767
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1767
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1768
1768
  opacity?: number | undefined;
1769
1769
  rotation?: number | undefined;
1770
1770
  gradientType?: "linear" | "radial" | undefined;
@@ -1783,27 +1783,27 @@ export declare const BoardModelSchema: z.ZodObject<{
1783
1783
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1784
1784
  }, "strict", z.ZodTypeAny, {
1785
1785
  type: "pattern";
1786
- image?: unknown;
1787
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1786
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1788
1787
  width?: number | undefined;
1789
1788
  height?: number | undefined;
1790
1789
  opacity?: number | undefined;
1791
1790
  color?: string | undefined;
1792
1791
  offsetX?: number | undefined;
1793
1792
  offsetY?: number | undefined;
1793
+ image?: unknown;
1794
1794
  fitPattern?: boolean | undefined;
1795
1795
  noRepeat?: boolean | undefined;
1796
1796
  guideOnly?: boolean | undefined;
1797
1797
  }, {
1798
1798
  type: "pattern";
1799
- image?: unknown;
1800
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1799
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1801
1800
  width?: number | undefined;
1802
1801
  height?: number | undefined;
1803
1802
  opacity?: number | undefined;
1804
1803
  color?: string | undefined;
1805
1804
  offsetX?: number | undefined;
1806
1805
  offsetY?: number | undefined;
1806
+ image?: unknown;
1807
1807
  fitPattern?: boolean | undefined;
1808
1808
  noRepeat?: boolean | undefined;
1809
1809
  guideOnly?: boolean | undefined;
@@ -1956,7 +1956,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1956
1956
  color: string;
1957
1957
  position: number;
1958
1958
  }[];
1959
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1959
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1960
1960
  opacity?: number | undefined;
1961
1961
  rotation?: number | undefined;
1962
1962
  gradientType?: "linear" | "radial" | undefined;
@@ -1966,7 +1966,7 @@ export declare const BoardModelSchema: z.ZodObject<{
1966
1966
  color: string;
1967
1967
  position: number;
1968
1968
  }[];
1969
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1969
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1970
1970
  opacity?: number | undefined;
1971
1971
  rotation?: number | undefined;
1972
1972
  gradientType?: "linear" | "radial" | undefined;
@@ -1985,27 +1985,27 @@ export declare const BoardModelSchema: z.ZodObject<{
1985
1985
  guideOnly: z.ZodOptional<z.ZodBoolean>;
1986
1986
  }, "strict", z.ZodTypeAny, {
1987
1987
  type: "pattern";
1988
- image?: unknown;
1989
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1988
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
1990
1989
  width?: number | undefined;
1991
1990
  height?: number | undefined;
1992
1991
  opacity?: number | undefined;
1993
1992
  color?: string | undefined;
1994
1993
  offsetX?: number | undefined;
1995
1994
  offsetY?: number | undefined;
1995
+ image?: unknown;
1996
1996
  fitPattern?: boolean | undefined;
1997
1997
  noRepeat?: boolean | undefined;
1998
1998
  guideOnly?: boolean | undefined;
1999
1999
  }, {
2000
2000
  type: "pattern";
2001
- image?: unknown;
2002
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2001
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2003
2002
  width?: number | undefined;
2004
2003
  height?: number | undefined;
2005
2004
  opacity?: number | undefined;
2006
2005
  color?: string | undefined;
2007
2006
  offsetX?: number | undefined;
2008
2007
  offsetY?: number | undefined;
2008
+ image?: unknown;
2009
2009
  fitPattern?: boolean | undefined;
2010
2010
  noRepeat?: boolean | undefined;
2011
2011
  guideOnly?: boolean | undefined;
@@ -2158,7 +2158,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2158
2158
  color: string;
2159
2159
  position: number;
2160
2160
  }[];
2161
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2161
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2162
2162
  opacity?: number | undefined;
2163
2163
  rotation?: number | undefined;
2164
2164
  gradientType?: "linear" | "radial" | undefined;
@@ -2168,7 +2168,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2168
2168
  color: string;
2169
2169
  position: number;
2170
2170
  }[];
2171
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2171
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2172
2172
  opacity?: number | undefined;
2173
2173
  rotation?: number | undefined;
2174
2174
  gradientType?: "linear" | "radial" | undefined;
@@ -2187,27 +2187,27 @@ export declare const BoardModelSchema: z.ZodObject<{
2187
2187
  guideOnly: z.ZodOptional<z.ZodBoolean>;
2188
2188
  }, "strict", z.ZodTypeAny, {
2189
2189
  type: "pattern";
2190
- image?: unknown;
2191
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2190
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2192
2191
  width?: number | undefined;
2193
2192
  height?: number | undefined;
2194
2193
  opacity?: number | undefined;
2195
2194
  color?: string | undefined;
2196
2195
  offsetX?: number | undefined;
2197
2196
  offsetY?: number | undefined;
2197
+ image?: unknown;
2198
2198
  fitPattern?: boolean | undefined;
2199
2199
  noRepeat?: boolean | undefined;
2200
2200
  guideOnly?: boolean | undefined;
2201
2201
  }, {
2202
2202
  type: "pattern";
2203
- image?: unknown;
2204
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2203
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2205
2204
  width?: number | undefined;
2206
2205
  height?: number | undefined;
2207
2206
  opacity?: number | undefined;
2208
2207
  color?: string | undefined;
2209
2208
  offsetX?: number | undefined;
2210
2209
  offsetY?: number | undefined;
2210
+ image?: unknown;
2211
2211
  fitPattern?: boolean | undefined;
2212
2212
  noRepeat?: boolean | undefined;
2213
2213
  guideOnly?: boolean | undefined;
@@ -2347,7 +2347,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2347
2347
  color: string;
2348
2348
  position: number;
2349
2349
  }[];
2350
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2350
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2351
2351
  opacity?: number | undefined;
2352
2352
  rotation?: number | undefined;
2353
2353
  gradientType?: "linear" | "radial" | undefined;
@@ -2357,7 +2357,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2357
2357
  color: string;
2358
2358
  position: number;
2359
2359
  }[];
2360
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2360
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2361
2361
  opacity?: number | undefined;
2362
2362
  rotation?: number | undefined;
2363
2363
  gradientType?: "linear" | "radial" | undefined;
@@ -2376,27 +2376,27 @@ export declare const BoardModelSchema: z.ZodObject<{
2376
2376
  guideOnly: z.ZodOptional<z.ZodBoolean>;
2377
2377
  }, "strict", z.ZodTypeAny, {
2378
2378
  type: "pattern";
2379
- image?: unknown;
2380
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2379
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2381
2380
  width?: number | undefined;
2382
2381
  height?: number | undefined;
2383
2382
  opacity?: number | undefined;
2384
2383
  color?: string | undefined;
2385
2384
  offsetX?: number | undefined;
2386
2385
  offsetY?: number | undefined;
2386
+ image?: unknown;
2387
2387
  fitPattern?: boolean | undefined;
2388
2388
  noRepeat?: boolean | undefined;
2389
2389
  guideOnly?: boolean | undefined;
2390
2390
  }, {
2391
2391
  type: "pattern";
2392
- image?: unknown;
2393
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2392
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2394
2393
  width?: number | undefined;
2395
2394
  height?: number | undefined;
2396
2395
  opacity?: number | undefined;
2397
2396
  color?: string | undefined;
2398
2397
  offsetX?: number | undefined;
2399
2398
  offsetY?: number | undefined;
2399
+ image?: unknown;
2400
2400
  fitPattern?: boolean | undefined;
2401
2401
  noRepeat?: boolean | undefined;
2402
2402
  guideOnly?: boolean | undefined;
@@ -2446,7 +2446,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2446
2446
  color: string;
2447
2447
  position: number;
2448
2448
  }[];
2449
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2449
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2450
2450
  opacity?: number | undefined;
2451
2451
  rotation?: number | undefined;
2452
2452
  gradientType?: "linear" | "radial" | undefined;
@@ -2456,7 +2456,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2456
2456
  color: string;
2457
2457
  position: number;
2458
2458
  }[];
2459
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2459
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2460
2460
  opacity?: number | undefined;
2461
2461
  rotation?: number | undefined;
2462
2462
  gradientType?: "linear" | "radial" | undefined;
@@ -2475,27 +2475,27 @@ export declare const BoardModelSchema: z.ZodObject<{
2475
2475
  guideOnly: z.ZodOptional<z.ZodBoolean>;
2476
2476
  }, "strict", z.ZodTypeAny, {
2477
2477
  type: "pattern";
2478
- image?: unknown;
2479
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2478
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2480
2479
  width?: number | undefined;
2481
2480
  height?: number | undefined;
2482
2481
  opacity?: number | undefined;
2483
2482
  color?: string | undefined;
2484
2483
  offsetX?: number | undefined;
2485
2484
  offsetY?: number | undefined;
2485
+ image?: unknown;
2486
2486
  fitPattern?: boolean | undefined;
2487
2487
  noRepeat?: boolean | undefined;
2488
2488
  guideOnly?: boolean | undefined;
2489
2489
  }, {
2490
2490
  type: "pattern";
2491
- image?: unknown;
2492
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2491
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2493
2492
  width?: number | undefined;
2494
2493
  height?: number | undefined;
2495
2494
  opacity?: number | undefined;
2496
2495
  color?: string | undefined;
2497
2496
  offsetX?: number | undefined;
2498
2497
  offsetY?: number | undefined;
2498
+ image?: unknown;
2499
2499
  fitPattern?: boolean | undefined;
2500
2500
  noRepeat?: boolean | undefined;
2501
2501
  guideOnly?: boolean | undefined;
@@ -2648,7 +2648,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2648
2648
  color: string;
2649
2649
  position: number;
2650
2650
  }[];
2651
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2651
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2652
2652
  opacity?: number | undefined;
2653
2653
  rotation?: number | undefined;
2654
2654
  gradientType?: "linear" | "radial" | undefined;
@@ -2658,7 +2658,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2658
2658
  color: string;
2659
2659
  position: number;
2660
2660
  }[];
2661
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2661
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2662
2662
  opacity?: number | undefined;
2663
2663
  rotation?: number | undefined;
2664
2664
  gradientType?: "linear" | "radial" | undefined;
@@ -2677,27 +2677,27 @@ export declare const BoardModelSchema: z.ZodObject<{
2677
2677
  guideOnly: z.ZodOptional<z.ZodBoolean>;
2678
2678
  }, "strict", z.ZodTypeAny, {
2679
2679
  type: "pattern";
2680
- image?: unknown;
2681
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2680
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2682
2681
  width?: number | undefined;
2683
2682
  height?: number | undefined;
2684
2683
  opacity?: number | undefined;
2685
2684
  color?: string | undefined;
2686
2685
  offsetX?: number | undefined;
2687
2686
  offsetY?: number | undefined;
2687
+ image?: unknown;
2688
2688
  fitPattern?: boolean | undefined;
2689
2689
  noRepeat?: boolean | undefined;
2690
2690
  guideOnly?: boolean | undefined;
2691
2691
  }, {
2692
2692
  type: "pattern";
2693
- image?: unknown;
2694
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2693
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2695
2694
  width?: number | undefined;
2696
2695
  height?: number | undefined;
2697
2696
  opacity?: number | undefined;
2698
2697
  color?: string | undefined;
2699
2698
  offsetX?: number | undefined;
2700
2699
  offsetY?: number | undefined;
2700
+ image?: unknown;
2701
2701
  fitPattern?: boolean | undefined;
2702
2702
  noRepeat?: boolean | undefined;
2703
2703
  guideOnly?: boolean | undefined;
@@ -2850,7 +2850,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2850
2850
  color: string;
2851
2851
  position: number;
2852
2852
  }[];
2853
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2853
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2854
2854
  opacity?: number | undefined;
2855
2855
  rotation?: number | undefined;
2856
2856
  gradientType?: "linear" | "radial" | undefined;
@@ -2860,7 +2860,7 @@ export declare const BoardModelSchema: z.ZodObject<{
2860
2860
  color: string;
2861
2861
  position: number;
2862
2862
  }[];
2863
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2863
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2864
2864
  opacity?: number | undefined;
2865
2865
  rotation?: number | undefined;
2866
2866
  gradientType?: "linear" | "radial" | undefined;
@@ -2879,27 +2879,27 @@ export declare const BoardModelSchema: z.ZodObject<{
2879
2879
  guideOnly: z.ZodOptional<z.ZodBoolean>;
2880
2880
  }, "strict", z.ZodTypeAny, {
2881
2881
  type: "pattern";
2882
- image?: unknown;
2883
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2882
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2884
2883
  width?: number | undefined;
2885
2884
  height?: number | undefined;
2886
2885
  opacity?: number | undefined;
2887
2886
  color?: string | undefined;
2888
2887
  offsetX?: number | undefined;
2889
2888
  offsetY?: number | undefined;
2889
+ image?: unknown;
2890
2890
  fitPattern?: boolean | undefined;
2891
2891
  noRepeat?: boolean | undefined;
2892
2892
  guideOnly?: boolean | undefined;
2893
2893
  }, {
2894
2894
  type: "pattern";
2895
- image?: unknown;
2896
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2895
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
2897
2896
  width?: number | undefined;
2898
2897
  height?: number | undefined;
2899
2898
  opacity?: number | undefined;
2900
2899
  color?: string | undefined;
2901
2900
  offsetX?: number | undefined;
2902
2901
  offsetY?: number | undefined;
2902
+ image?: unknown;
2903
2903
  fitPattern?: boolean | undefined;
2904
2904
  noRepeat?: boolean | undefined;
2905
2905
  guideOnly?: boolean | undefined;
@@ -3052,7 +3052,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3052
3052
  color: string;
3053
3053
  position: number;
3054
3054
  }[];
3055
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3055
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3056
3056
  opacity?: number | undefined;
3057
3057
  rotation?: number | undefined;
3058
3058
  gradientType?: "linear" | "radial" | undefined;
@@ -3062,7 +3062,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3062
3062
  color: string;
3063
3063
  position: number;
3064
3064
  }[];
3065
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3065
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3066
3066
  opacity?: number | undefined;
3067
3067
  rotation?: number | undefined;
3068
3068
  gradientType?: "linear" | "radial" | undefined;
@@ -3081,27 +3081,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3081
3081
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3082
3082
  }, "strict", z.ZodTypeAny, {
3083
3083
  type: "pattern";
3084
- image?: unknown;
3085
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3084
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3086
3085
  width?: number | undefined;
3087
3086
  height?: number | undefined;
3088
3087
  opacity?: number | undefined;
3089
3088
  color?: string | undefined;
3090
3089
  offsetX?: number | undefined;
3091
3090
  offsetY?: number | undefined;
3091
+ image?: unknown;
3092
3092
  fitPattern?: boolean | undefined;
3093
3093
  noRepeat?: boolean | undefined;
3094
3094
  guideOnly?: boolean | undefined;
3095
3095
  }, {
3096
3096
  type: "pattern";
3097
- image?: unknown;
3098
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3097
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3099
3098
  width?: number | undefined;
3100
3099
  height?: number | undefined;
3101
3100
  opacity?: number | undefined;
3102
3101
  color?: string | undefined;
3103
3102
  offsetX?: number | undefined;
3104
3103
  offsetY?: number | undefined;
3104
+ image?: unknown;
3105
3105
  fitPattern?: boolean | undefined;
3106
3106
  noRepeat?: boolean | undefined;
3107
3107
  guideOnly?: boolean | undefined;
@@ -3254,7 +3254,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3254
3254
  color: string;
3255
3255
  position: number;
3256
3256
  }[];
3257
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3257
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3258
3258
  opacity?: number | undefined;
3259
3259
  rotation?: number | undefined;
3260
3260
  gradientType?: "linear" | "radial" | undefined;
@@ -3264,7 +3264,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3264
3264
  color: string;
3265
3265
  position: number;
3266
3266
  }[];
3267
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3267
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3268
3268
  opacity?: number | undefined;
3269
3269
  rotation?: number | undefined;
3270
3270
  gradientType?: "linear" | "radial" | undefined;
@@ -3283,27 +3283,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3283
3283
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3284
3284
  }, "strict", z.ZodTypeAny, {
3285
3285
  type: "pattern";
3286
- image?: unknown;
3287
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3286
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3288
3287
  width?: number | undefined;
3289
3288
  height?: number | undefined;
3290
3289
  opacity?: number | undefined;
3291
3290
  color?: string | undefined;
3292
3291
  offsetX?: number | undefined;
3293
3292
  offsetY?: number | undefined;
3293
+ image?: unknown;
3294
3294
  fitPattern?: boolean | undefined;
3295
3295
  noRepeat?: boolean | undefined;
3296
3296
  guideOnly?: boolean | undefined;
3297
3297
  }, {
3298
3298
  type: "pattern";
3299
- image?: unknown;
3300
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3299
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3301
3300
  width?: number | undefined;
3302
3301
  height?: number | undefined;
3303
3302
  opacity?: number | undefined;
3304
3303
  color?: string | undefined;
3305
3304
  offsetX?: number | undefined;
3306
3305
  offsetY?: number | undefined;
3306
+ image?: unknown;
3307
3307
  fitPattern?: boolean | undefined;
3308
3308
  noRepeat?: boolean | undefined;
3309
3309
  guideOnly?: boolean | undefined;
@@ -3443,7 +3443,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3443
3443
  color: string;
3444
3444
  position: number;
3445
3445
  }[];
3446
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3446
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3447
3447
  opacity?: number | undefined;
3448
3448
  rotation?: number | undefined;
3449
3449
  gradientType?: "linear" | "radial" | undefined;
@@ -3453,7 +3453,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3453
3453
  color: string;
3454
3454
  position: number;
3455
3455
  }[];
3456
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3456
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3457
3457
  opacity?: number | undefined;
3458
3458
  rotation?: number | undefined;
3459
3459
  gradientType?: "linear" | "radial" | undefined;
@@ -3472,27 +3472,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3472
3472
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3473
3473
  }, "strict", z.ZodTypeAny, {
3474
3474
  type: "pattern";
3475
- image?: unknown;
3476
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3475
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3477
3476
  width?: number | undefined;
3478
3477
  height?: number | undefined;
3479
3478
  opacity?: number | undefined;
3480
3479
  color?: string | undefined;
3481
3480
  offsetX?: number | undefined;
3482
3481
  offsetY?: number | undefined;
3482
+ image?: unknown;
3483
3483
  fitPattern?: boolean | undefined;
3484
3484
  noRepeat?: boolean | undefined;
3485
3485
  guideOnly?: boolean | undefined;
3486
3486
  }, {
3487
3487
  type: "pattern";
3488
- image?: unknown;
3489
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3488
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3490
3489
  width?: number | undefined;
3491
3490
  height?: number | undefined;
3492
3491
  opacity?: number | undefined;
3493
3492
  color?: string | undefined;
3494
3493
  offsetX?: number | undefined;
3495
3494
  offsetY?: number | undefined;
3495
+ image?: unknown;
3496
3496
  fitPattern?: boolean | undefined;
3497
3497
  noRepeat?: boolean | undefined;
3498
3498
  guideOnly?: boolean | undefined;
@@ -3542,7 +3542,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3542
3542
  color: string;
3543
3543
  position: number;
3544
3544
  }[];
3545
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3545
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3546
3546
  opacity?: number | undefined;
3547
3547
  rotation?: number | undefined;
3548
3548
  gradientType?: "linear" | "radial" | undefined;
@@ -3552,7 +3552,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3552
3552
  color: string;
3553
3553
  position: number;
3554
3554
  }[];
3555
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3555
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3556
3556
  opacity?: number | undefined;
3557
3557
  rotation?: number | undefined;
3558
3558
  gradientType?: "linear" | "radial" | undefined;
@@ -3571,27 +3571,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3571
3571
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3572
3572
  }, "strict", z.ZodTypeAny, {
3573
3573
  type: "pattern";
3574
- image?: unknown;
3575
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3574
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3576
3575
  width?: number | undefined;
3577
3576
  height?: number | undefined;
3578
3577
  opacity?: number | undefined;
3579
3578
  color?: string | undefined;
3580
3579
  offsetX?: number | undefined;
3581
3580
  offsetY?: number | undefined;
3581
+ image?: unknown;
3582
3582
  fitPattern?: boolean | undefined;
3583
3583
  noRepeat?: boolean | undefined;
3584
3584
  guideOnly?: boolean | undefined;
3585
3585
  }, {
3586
3586
  type: "pattern";
3587
- image?: unknown;
3588
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3587
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3589
3588
  width?: number | undefined;
3590
3589
  height?: number | undefined;
3591
3590
  opacity?: number | undefined;
3592
3591
  color?: string | undefined;
3593
3592
  offsetX?: number | undefined;
3594
3593
  offsetY?: number | undefined;
3594
+ image?: unknown;
3595
3595
  fitPattern?: boolean | undefined;
3596
3596
  noRepeat?: boolean | undefined;
3597
3597
  guideOnly?: boolean | undefined;
@@ -3744,7 +3744,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3744
3744
  color: string;
3745
3745
  position: number;
3746
3746
  }[];
3747
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3747
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3748
3748
  opacity?: number | undefined;
3749
3749
  rotation?: number | undefined;
3750
3750
  gradientType?: "linear" | "radial" | undefined;
@@ -3754,7 +3754,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3754
3754
  color: string;
3755
3755
  position: number;
3756
3756
  }[];
3757
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3757
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3758
3758
  opacity?: number | undefined;
3759
3759
  rotation?: number | undefined;
3760
3760
  gradientType?: "linear" | "radial" | undefined;
@@ -3773,27 +3773,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3773
3773
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3774
3774
  }, "strict", z.ZodTypeAny, {
3775
3775
  type: "pattern";
3776
- image?: unknown;
3777
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3776
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3778
3777
  width?: number | undefined;
3779
3778
  height?: number | undefined;
3780
3779
  opacity?: number | undefined;
3781
3780
  color?: string | undefined;
3782
3781
  offsetX?: number | undefined;
3783
3782
  offsetY?: number | undefined;
3783
+ image?: unknown;
3784
3784
  fitPattern?: boolean | undefined;
3785
3785
  noRepeat?: boolean | undefined;
3786
3786
  guideOnly?: boolean | undefined;
3787
3787
  }, {
3788
3788
  type: "pattern";
3789
- image?: unknown;
3790
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3789
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3791
3790
  width?: number | undefined;
3792
3791
  height?: number | undefined;
3793
3792
  opacity?: number | undefined;
3794
3793
  color?: string | undefined;
3795
3794
  offsetX?: number | undefined;
3796
3795
  offsetY?: number | undefined;
3796
+ image?: unknown;
3797
3797
  fitPattern?: boolean | undefined;
3798
3798
  noRepeat?: boolean | undefined;
3799
3799
  guideOnly?: boolean | undefined;
@@ -3946,7 +3946,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3946
3946
  color: string;
3947
3947
  position: number;
3948
3948
  }[];
3949
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3949
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3950
3950
  opacity?: number | undefined;
3951
3951
  rotation?: number | undefined;
3952
3952
  gradientType?: "linear" | "radial" | undefined;
@@ -3956,7 +3956,7 @@ export declare const BoardModelSchema: z.ZodObject<{
3956
3956
  color: string;
3957
3957
  position: number;
3958
3958
  }[];
3959
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3959
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3960
3960
  opacity?: number | undefined;
3961
3961
  rotation?: number | undefined;
3962
3962
  gradientType?: "linear" | "radial" | undefined;
@@ -3975,27 +3975,27 @@ export declare const BoardModelSchema: z.ZodObject<{
3975
3975
  guideOnly: z.ZodOptional<z.ZodBoolean>;
3976
3976
  }, "strict", z.ZodTypeAny, {
3977
3977
  type: "pattern";
3978
- image?: unknown;
3979
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3978
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3980
3979
  width?: number | undefined;
3981
3980
  height?: number | undefined;
3982
3981
  opacity?: number | undefined;
3983
3982
  color?: string | undefined;
3984
3983
  offsetX?: number | undefined;
3985
3984
  offsetY?: number | undefined;
3985
+ image?: unknown;
3986
3986
  fitPattern?: boolean | undefined;
3987
3987
  noRepeat?: boolean | undefined;
3988
3988
  guideOnly?: boolean | undefined;
3989
3989
  }, {
3990
3990
  type: "pattern";
3991
- image?: unknown;
3992
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3991
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
3993
3992
  width?: number | undefined;
3994
3993
  height?: number | undefined;
3995
3994
  opacity?: number | undefined;
3996
3995
  color?: string | undefined;
3997
3996
  offsetX?: number | undefined;
3998
3997
  offsetY?: number | undefined;
3998
+ image?: unknown;
3999
3999
  fitPattern?: boolean | undefined;
4000
4000
  noRepeat?: boolean | undefined;
4001
4001
  guideOnly?: boolean | undefined;
@@ -4148,7 +4148,7 @@ export declare const BoardModelSchema: z.ZodObject<{
4148
4148
  color: string;
4149
4149
  position: number;
4150
4150
  }[];
4151
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4151
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4152
4152
  opacity?: number | undefined;
4153
4153
  rotation?: number | undefined;
4154
4154
  gradientType?: "linear" | "radial" | undefined;
@@ -4158,7 +4158,7 @@ export declare const BoardModelSchema: z.ZodObject<{
4158
4158
  color: string;
4159
4159
  position: number;
4160
4160
  }[];
4161
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4161
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4162
4162
  opacity?: number | undefined;
4163
4163
  rotation?: number | undefined;
4164
4164
  gradientType?: "linear" | "radial" | undefined;
@@ -4177,27 +4177,27 @@ export declare const BoardModelSchema: z.ZodObject<{
4177
4177
  guideOnly: z.ZodOptional<z.ZodBoolean>;
4178
4178
  }, "strict", z.ZodTypeAny, {
4179
4179
  type: "pattern";
4180
- image?: unknown;
4181
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4180
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4182
4181
  width?: number | undefined;
4183
4182
  height?: number | undefined;
4184
4183
  opacity?: number | undefined;
4185
4184
  color?: string | undefined;
4186
4185
  offsetX?: number | undefined;
4187
4186
  offsetY?: number | undefined;
4187
+ image?: unknown;
4188
4188
  fitPattern?: boolean | undefined;
4189
4189
  noRepeat?: boolean | undefined;
4190
4190
  guideOnly?: boolean | undefined;
4191
4191
  }, {
4192
4192
  type: "pattern";
4193
- image?: unknown;
4194
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4193
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4195
4194
  width?: number | undefined;
4196
4195
  height?: number | undefined;
4197
4196
  opacity?: number | undefined;
4198
4197
  color?: string | undefined;
4199
4198
  offsetX?: number | undefined;
4200
4199
  offsetY?: number | undefined;
4200
+ image?: unknown;
4201
4201
  fitPattern?: boolean | undefined;
4202
4202
  noRepeat?: boolean | undefined;
4203
4203
  guideOnly?: boolean | undefined;
@@ -4350,7 +4350,7 @@ export declare const BoardModelSchema: z.ZodObject<{
4350
4350
  color: string;
4351
4351
  position: number;
4352
4352
  }[];
4353
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4353
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4354
4354
  opacity?: number | undefined;
4355
4355
  rotation?: number | undefined;
4356
4356
  gradientType?: "linear" | "radial" | undefined;
@@ -4360,7 +4360,7 @@ export declare const BoardModelSchema: z.ZodObject<{
4360
4360
  color: string;
4361
4361
  position: number;
4362
4362
  }[];
4363
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4363
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4364
4364
  opacity?: number | undefined;
4365
4365
  rotation?: number | undefined;
4366
4366
  gradientType?: "linear" | "radial" | undefined;
@@ -4379,27 +4379,27 @@ export declare const BoardModelSchema: z.ZodObject<{
4379
4379
  guideOnly: z.ZodOptional<z.ZodBoolean>;
4380
4380
  }, "strict", z.ZodTypeAny, {
4381
4381
  type: "pattern";
4382
- image?: unknown;
4383
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4382
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4384
4383
  width?: number | undefined;
4385
4384
  height?: number | undefined;
4386
4385
  opacity?: number | undefined;
4387
4386
  color?: string | undefined;
4388
4387
  offsetX?: number | undefined;
4389
4388
  offsetY?: number | undefined;
4389
+ image?: unknown;
4390
4390
  fitPattern?: boolean | undefined;
4391
4391
  noRepeat?: boolean | undefined;
4392
4392
  guideOnly?: boolean | undefined;
4393
4393
  }, {
4394
4394
  type: "pattern";
4395
- image?: unknown;
4396
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4395
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4397
4396
  width?: number | undefined;
4398
4397
  height?: number | undefined;
4399
4398
  opacity?: number | undefined;
4400
4399
  color?: string | undefined;
4401
4400
  offsetX?: number | undefined;
4402
4401
  offsetY?: number | undefined;
4402
+ image?: unknown;
4403
4403
  fitPattern?: boolean | undefined;
4404
4404
  noRepeat?: boolean | undefined;
4405
4405
  guideOnly?: boolean | undefined;
@@ -4542,7 +4542,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4542
4542
  color: string;
4543
4543
  position: number;
4544
4544
  }[];
4545
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4545
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4546
4546
  opacity?: number | undefined;
4547
4547
  rotation?: number | undefined;
4548
4548
  gradientType?: "linear" | "radial" | undefined;
@@ -4552,7 +4552,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4552
4552
  color: string;
4553
4553
  position: number;
4554
4554
  }[];
4555
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4555
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4556
4556
  opacity?: number | undefined;
4557
4557
  rotation?: number | undefined;
4558
4558
  gradientType?: "linear" | "radial" | undefined;
@@ -4571,27 +4571,27 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4571
4571
  guideOnly: z.ZodOptional<z.ZodBoolean>;
4572
4572
  }, "strict", z.ZodTypeAny, {
4573
4573
  type: "pattern";
4574
- image?: unknown;
4575
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4574
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4576
4575
  width?: number | undefined;
4577
4576
  height?: number | undefined;
4578
4577
  opacity?: number | undefined;
4579
4578
  color?: string | undefined;
4580
4579
  offsetX?: number | undefined;
4581
4580
  offsetY?: number | undefined;
4581
+ image?: unknown;
4582
4582
  fitPattern?: boolean | undefined;
4583
4583
  noRepeat?: boolean | undefined;
4584
4584
  guideOnly?: boolean | undefined;
4585
4585
  }, {
4586
4586
  type: "pattern";
4587
- image?: unknown;
4588
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4587
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4589
4588
  width?: number | undefined;
4590
4589
  height?: number | undefined;
4591
4590
  opacity?: number | undefined;
4592
4591
  color?: string | undefined;
4593
4592
  offsetX?: number | undefined;
4594
4593
  offsetY?: number | undefined;
4594
+ image?: unknown;
4595
4595
  fitPattern?: boolean | undefined;
4596
4596
  noRepeat?: boolean | undefined;
4597
4597
  guideOnly?: boolean | undefined;
@@ -4700,7 +4700,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4700
4700
  color: string;
4701
4701
  position: number;
4702
4702
  }[];
4703
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4703
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4704
4704
  opacity?: number | undefined;
4705
4705
  rotation?: number | undefined;
4706
4706
  gradientType?: "linear" | "radial" | undefined;
@@ -4710,7 +4710,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4710
4710
  color: string;
4711
4711
  position: number;
4712
4712
  }[];
4713
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4713
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4714
4714
  opacity?: number | undefined;
4715
4715
  rotation?: number | undefined;
4716
4716
  gradientType?: "linear" | "radial" | undefined;
@@ -4729,27 +4729,27 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4729
4729
  guideOnly: z.ZodOptional<z.ZodBoolean>;
4730
4730
  }, "strict", z.ZodTypeAny, {
4731
4731
  type: "pattern";
4732
- image?: unknown;
4733
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4732
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4734
4733
  width?: number | undefined;
4735
4734
  height?: number | undefined;
4736
4735
  opacity?: number | undefined;
4737
4736
  color?: string | undefined;
4738
4737
  offsetX?: number | undefined;
4739
4738
  offsetY?: number | undefined;
4739
+ image?: unknown;
4740
4740
  fitPattern?: boolean | undefined;
4741
4741
  noRepeat?: boolean | undefined;
4742
4742
  guideOnly?: boolean | undefined;
4743
4743
  }, {
4744
4744
  type: "pattern";
4745
- image?: unknown;
4746
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4745
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4747
4746
  width?: number | undefined;
4748
4747
  height?: number | undefined;
4749
4748
  opacity?: number | undefined;
4750
4749
  color?: string | undefined;
4751
4750
  offsetX?: number | undefined;
4752
4751
  offsetY?: number | undefined;
4752
+ image?: unknown;
4753
4753
  fitPattern?: boolean | undefined;
4754
4754
  noRepeat?: boolean | undefined;
4755
4755
  guideOnly?: boolean | undefined;
@@ -4858,7 +4858,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4858
4858
  color: string;
4859
4859
  position: number;
4860
4860
  }[];
4861
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4861
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4862
4862
  opacity?: number | undefined;
4863
4863
  rotation?: number | undefined;
4864
4864
  gradientType?: "linear" | "radial" | undefined;
@@ -4868,7 +4868,7 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4868
4868
  color: string;
4869
4869
  position: number;
4870
4870
  }[];
4871
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4871
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4872
4872
  opacity?: number | undefined;
4873
4873
  rotation?: number | undefined;
4874
4874
  gradientType?: "linear" | "radial" | undefined;
@@ -4887,27 +4887,27 @@ export declare const ComponentPatchSchema: z.ZodObject<{
4887
4887
  guideOnly: z.ZodOptional<z.ZodBoolean>;
4888
4888
  }, "strict", z.ZodTypeAny, {
4889
4889
  type: "pattern";
4890
- image?: unknown;
4891
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4890
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4892
4891
  width?: number | undefined;
4893
4892
  height?: number | undefined;
4894
4893
  opacity?: number | undefined;
4895
4894
  color?: string | undefined;
4896
4895
  offsetX?: number | undefined;
4897
4896
  offsetY?: number | undefined;
4897
+ image?: unknown;
4898
4898
  fitPattern?: boolean | undefined;
4899
4899
  noRepeat?: boolean | undefined;
4900
4900
  guideOnly?: boolean | undefined;
4901
4901
  }, {
4902
4902
  type: "pattern";
4903
- image?: unknown;
4904
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4903
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
4905
4904
  width?: number | undefined;
4906
4905
  height?: number | undefined;
4907
4906
  opacity?: number | undefined;
4908
4907
  color?: string | undefined;
4909
4908
  offsetX?: number | undefined;
4910
4909
  offsetY?: number | undefined;
4910
+ image?: unknown;
4911
4911
  fitPattern?: boolean | undefined;
4912
4912
  noRepeat?: boolean | undefined;
4913
4913
  guideOnly?: boolean | undefined;
@@ -5030,7 +5030,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5030
5030
  color: string;
5031
5031
  position: number;
5032
5032
  }[];
5033
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5033
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5034
5034
  opacity?: number | undefined;
5035
5035
  rotation?: number | undefined;
5036
5036
  gradientType?: "linear" | "radial" | undefined;
@@ -5040,7 +5040,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5040
5040
  color: string;
5041
5041
  position: number;
5042
5042
  }[];
5043
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5043
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5044
5044
  opacity?: number | undefined;
5045
5045
  rotation?: number | undefined;
5046
5046
  gradientType?: "linear" | "radial" | undefined;
@@ -5059,27 +5059,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5059
5059
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5060
5060
  }, "strict", z.ZodTypeAny, {
5061
5061
  type: "pattern";
5062
- image?: unknown;
5063
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5062
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5064
5063
  width?: number | undefined;
5065
5064
  height?: number | undefined;
5066
5065
  opacity?: number | undefined;
5067
5066
  color?: string | undefined;
5068
5067
  offsetX?: number | undefined;
5069
5068
  offsetY?: number | undefined;
5069
+ image?: unknown;
5070
5070
  fitPattern?: boolean | undefined;
5071
5071
  noRepeat?: boolean | undefined;
5072
5072
  guideOnly?: boolean | undefined;
5073
5073
  }, {
5074
5074
  type: "pattern";
5075
- image?: unknown;
5076
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5075
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5077
5076
  width?: number | undefined;
5078
5077
  height?: number | undefined;
5079
5078
  opacity?: number | undefined;
5080
5079
  color?: string | undefined;
5081
5080
  offsetX?: number | undefined;
5082
5081
  offsetY?: number | undefined;
5082
+ image?: unknown;
5083
5083
  fitPattern?: boolean | undefined;
5084
5084
  noRepeat?: boolean | undefined;
5085
5085
  guideOnly?: boolean | undefined;
@@ -5129,7 +5129,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5129
5129
  color: string;
5130
5130
  position: number;
5131
5131
  }[];
5132
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5132
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5133
5133
  opacity?: number | undefined;
5134
5134
  rotation?: number | undefined;
5135
5135
  gradientType?: "linear" | "radial" | undefined;
@@ -5139,7 +5139,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5139
5139
  color: string;
5140
5140
  position: number;
5141
5141
  }[];
5142
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5142
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5143
5143
  opacity?: number | undefined;
5144
5144
  rotation?: number | undefined;
5145
5145
  gradientType?: "linear" | "radial" | undefined;
@@ -5158,27 +5158,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5158
5158
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5159
5159
  }, "strict", z.ZodTypeAny, {
5160
5160
  type: "pattern";
5161
- image?: unknown;
5162
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5161
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5163
5162
  width?: number | undefined;
5164
5163
  height?: number | undefined;
5165
5164
  opacity?: number | undefined;
5166
5165
  color?: string | undefined;
5167
5166
  offsetX?: number | undefined;
5168
5167
  offsetY?: number | undefined;
5168
+ image?: unknown;
5169
5169
  fitPattern?: boolean | undefined;
5170
5170
  noRepeat?: boolean | undefined;
5171
5171
  guideOnly?: boolean | undefined;
5172
5172
  }, {
5173
5173
  type: "pattern";
5174
- image?: unknown;
5175
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5174
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5176
5175
  width?: number | undefined;
5177
5176
  height?: number | undefined;
5178
5177
  opacity?: number | undefined;
5179
5178
  color?: string | undefined;
5180
5179
  offsetX?: number | undefined;
5181
5180
  offsetY?: number | undefined;
5181
+ image?: unknown;
5182
5182
  fitPattern?: boolean | undefined;
5183
5183
  noRepeat?: boolean | undefined;
5184
5184
  guideOnly?: boolean | undefined;
@@ -5331,7 +5331,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5331
5331
  color: string;
5332
5332
  position: number;
5333
5333
  }[];
5334
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5334
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5335
5335
  opacity?: number | undefined;
5336
5336
  rotation?: number | undefined;
5337
5337
  gradientType?: "linear" | "radial" | undefined;
@@ -5341,7 +5341,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5341
5341
  color: string;
5342
5342
  position: number;
5343
5343
  }[];
5344
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5344
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5345
5345
  opacity?: number | undefined;
5346
5346
  rotation?: number | undefined;
5347
5347
  gradientType?: "linear" | "radial" | undefined;
@@ -5360,27 +5360,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5360
5360
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5361
5361
  }, "strict", z.ZodTypeAny, {
5362
5362
  type: "pattern";
5363
- image?: unknown;
5364
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5363
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5365
5364
  width?: number | undefined;
5366
5365
  height?: number | undefined;
5367
5366
  opacity?: number | undefined;
5368
5367
  color?: string | undefined;
5369
5368
  offsetX?: number | undefined;
5370
5369
  offsetY?: number | undefined;
5370
+ image?: unknown;
5371
5371
  fitPattern?: boolean | undefined;
5372
5372
  noRepeat?: boolean | undefined;
5373
5373
  guideOnly?: boolean | undefined;
5374
5374
  }, {
5375
5375
  type: "pattern";
5376
- image?: unknown;
5377
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5376
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5378
5377
  width?: number | undefined;
5379
5378
  height?: number | undefined;
5380
5379
  opacity?: number | undefined;
5381
5380
  color?: string | undefined;
5382
5381
  offsetX?: number | undefined;
5383
5382
  offsetY?: number | undefined;
5383
+ image?: unknown;
5384
5384
  fitPattern?: boolean | undefined;
5385
5385
  noRepeat?: boolean | undefined;
5386
5386
  guideOnly?: boolean | undefined;
@@ -5533,7 +5533,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5533
5533
  color: string;
5534
5534
  position: number;
5535
5535
  }[];
5536
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5536
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5537
5537
  opacity?: number | undefined;
5538
5538
  rotation?: number | undefined;
5539
5539
  gradientType?: "linear" | "radial" | undefined;
@@ -5543,7 +5543,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5543
5543
  color: string;
5544
5544
  position: number;
5545
5545
  }[];
5546
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5546
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5547
5547
  opacity?: number | undefined;
5548
5548
  rotation?: number | undefined;
5549
5549
  gradientType?: "linear" | "radial" | undefined;
@@ -5562,27 +5562,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5562
5562
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5563
5563
  }, "strict", z.ZodTypeAny, {
5564
5564
  type: "pattern";
5565
- image?: unknown;
5566
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5565
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5567
5566
  width?: number | undefined;
5568
5567
  height?: number | undefined;
5569
5568
  opacity?: number | undefined;
5570
5569
  color?: string | undefined;
5571
5570
  offsetX?: number | undefined;
5572
5571
  offsetY?: number | undefined;
5572
+ image?: unknown;
5573
5573
  fitPattern?: boolean | undefined;
5574
5574
  noRepeat?: boolean | undefined;
5575
5575
  guideOnly?: boolean | undefined;
5576
5576
  }, {
5577
5577
  type: "pattern";
5578
- image?: unknown;
5579
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5578
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5580
5579
  width?: number | undefined;
5581
5580
  height?: number | undefined;
5582
5581
  opacity?: number | undefined;
5583
5582
  color?: string | undefined;
5584
5583
  offsetX?: number | undefined;
5585
5584
  offsetY?: number | undefined;
5585
+ image?: unknown;
5586
5586
  fitPattern?: boolean | undefined;
5587
5587
  noRepeat?: boolean | undefined;
5588
5588
  guideOnly?: boolean | undefined;
@@ -5735,7 +5735,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5735
5735
  color: string;
5736
5736
  position: number;
5737
5737
  }[];
5738
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5738
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5739
5739
  opacity?: number | undefined;
5740
5740
  rotation?: number | undefined;
5741
5741
  gradientType?: "linear" | "radial" | undefined;
@@ -5745,7 +5745,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5745
5745
  color: string;
5746
5746
  position: number;
5747
5747
  }[];
5748
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5748
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5749
5749
  opacity?: number | undefined;
5750
5750
  rotation?: number | undefined;
5751
5751
  gradientType?: "linear" | "radial" | undefined;
@@ -5764,27 +5764,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5764
5764
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5765
5765
  }, "strict", z.ZodTypeAny, {
5766
5766
  type: "pattern";
5767
- image?: unknown;
5768
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5767
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5769
5768
  width?: number | undefined;
5770
5769
  height?: number | undefined;
5771
5770
  opacity?: number | undefined;
5772
5771
  color?: string | undefined;
5773
5772
  offsetX?: number | undefined;
5774
5773
  offsetY?: number | undefined;
5774
+ image?: unknown;
5775
5775
  fitPattern?: boolean | undefined;
5776
5776
  noRepeat?: boolean | undefined;
5777
5777
  guideOnly?: boolean | undefined;
5778
5778
  }, {
5779
5779
  type: "pattern";
5780
- image?: unknown;
5781
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5780
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5782
5781
  width?: number | undefined;
5783
5782
  height?: number | undefined;
5784
5783
  opacity?: number | undefined;
5785
5784
  color?: string | undefined;
5786
5785
  offsetX?: number | undefined;
5787
5786
  offsetY?: number | undefined;
5787
+ image?: unknown;
5788
5788
  fitPattern?: boolean | undefined;
5789
5789
  noRepeat?: boolean | undefined;
5790
5790
  guideOnly?: boolean | undefined;
@@ -5937,7 +5937,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5937
5937
  color: string;
5938
5938
  position: number;
5939
5939
  }[];
5940
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5940
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5941
5941
  opacity?: number | undefined;
5942
5942
  rotation?: number | undefined;
5943
5943
  gradientType?: "linear" | "radial" | undefined;
@@ -5947,7 +5947,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
5947
5947
  color: string;
5948
5948
  position: number;
5949
5949
  }[];
5950
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5950
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5951
5951
  opacity?: number | undefined;
5952
5952
  rotation?: number | undefined;
5953
5953
  gradientType?: "linear" | "radial" | undefined;
@@ -5966,27 +5966,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
5966
5966
  guideOnly: z.ZodOptional<z.ZodBoolean>;
5967
5967
  }, "strict", z.ZodTypeAny, {
5968
5968
  type: "pattern";
5969
- image?: unknown;
5970
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5969
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5971
5970
  width?: number | undefined;
5972
5971
  height?: number | undefined;
5973
5972
  opacity?: number | undefined;
5974
5973
  color?: string | undefined;
5975
5974
  offsetX?: number | undefined;
5976
5975
  offsetY?: number | undefined;
5976
+ image?: unknown;
5977
5977
  fitPattern?: boolean | undefined;
5978
5978
  noRepeat?: boolean | undefined;
5979
5979
  guideOnly?: boolean | undefined;
5980
5980
  }, {
5981
5981
  type: "pattern";
5982
- image?: unknown;
5983
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5982
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
5984
5983
  width?: number | undefined;
5985
5984
  height?: number | undefined;
5986
5985
  opacity?: number | undefined;
5987
5986
  color?: string | undefined;
5988
5987
  offsetX?: number | undefined;
5989
5988
  offsetY?: number | undefined;
5989
+ image?: unknown;
5990
5990
  fitPattern?: boolean | undefined;
5991
5991
  noRepeat?: boolean | undefined;
5992
5992
  guideOnly?: boolean | undefined;
@@ -6126,7 +6126,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6126
6126
  color: string;
6127
6127
  position: number;
6128
6128
  }[];
6129
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6129
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6130
6130
  opacity?: number | undefined;
6131
6131
  rotation?: number | undefined;
6132
6132
  gradientType?: "linear" | "radial" | undefined;
@@ -6136,7 +6136,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6136
6136
  color: string;
6137
6137
  position: number;
6138
6138
  }[];
6139
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6139
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6140
6140
  opacity?: number | undefined;
6141
6141
  rotation?: number | undefined;
6142
6142
  gradientType?: "linear" | "radial" | undefined;
@@ -6155,27 +6155,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
6155
6155
  guideOnly: z.ZodOptional<z.ZodBoolean>;
6156
6156
  }, "strict", z.ZodTypeAny, {
6157
6157
  type: "pattern";
6158
- image?: unknown;
6159
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6158
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6160
6159
  width?: number | undefined;
6161
6160
  height?: number | undefined;
6162
6161
  opacity?: number | undefined;
6163
6162
  color?: string | undefined;
6164
6163
  offsetX?: number | undefined;
6165
6164
  offsetY?: number | undefined;
6165
+ image?: unknown;
6166
6166
  fitPattern?: boolean | undefined;
6167
6167
  noRepeat?: boolean | undefined;
6168
6168
  guideOnly?: boolean | undefined;
6169
6169
  }, {
6170
6170
  type: "pattern";
6171
- image?: unknown;
6172
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6171
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6173
6172
  width?: number | undefined;
6174
6173
  height?: number | undefined;
6175
6174
  opacity?: number | undefined;
6176
6175
  color?: string | undefined;
6177
6176
  offsetX?: number | undefined;
6178
6177
  offsetY?: number | undefined;
6178
+ image?: unknown;
6179
6179
  fitPattern?: boolean | undefined;
6180
6180
  noRepeat?: boolean | undefined;
6181
6181
  guideOnly?: boolean | undefined;
@@ -6225,7 +6225,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6225
6225
  color: string;
6226
6226
  position: number;
6227
6227
  }[];
6228
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6228
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6229
6229
  opacity?: number | undefined;
6230
6230
  rotation?: number | undefined;
6231
6231
  gradientType?: "linear" | "radial" | undefined;
@@ -6235,7 +6235,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6235
6235
  color: string;
6236
6236
  position: number;
6237
6237
  }[];
6238
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6238
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6239
6239
  opacity?: number | undefined;
6240
6240
  rotation?: number | undefined;
6241
6241
  gradientType?: "linear" | "radial" | undefined;
@@ -6254,27 +6254,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
6254
6254
  guideOnly: z.ZodOptional<z.ZodBoolean>;
6255
6255
  }, "strict", z.ZodTypeAny, {
6256
6256
  type: "pattern";
6257
- image?: unknown;
6258
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6257
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6259
6258
  width?: number | undefined;
6260
6259
  height?: number | undefined;
6261
6260
  opacity?: number | undefined;
6262
6261
  color?: string | undefined;
6263
6262
  offsetX?: number | undefined;
6264
6263
  offsetY?: number | undefined;
6264
+ image?: unknown;
6265
6265
  fitPattern?: boolean | undefined;
6266
6266
  noRepeat?: boolean | undefined;
6267
6267
  guideOnly?: boolean | undefined;
6268
6268
  }, {
6269
6269
  type: "pattern";
6270
- image?: unknown;
6271
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6270
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6272
6271
  width?: number | undefined;
6273
6272
  height?: number | undefined;
6274
6273
  opacity?: number | undefined;
6275
6274
  color?: string | undefined;
6276
6275
  offsetX?: number | undefined;
6277
6276
  offsetY?: number | undefined;
6277
+ image?: unknown;
6278
6278
  fitPattern?: boolean | undefined;
6279
6279
  noRepeat?: boolean | undefined;
6280
6280
  guideOnly?: boolean | undefined;
@@ -6427,7 +6427,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6427
6427
  color: string;
6428
6428
  position: number;
6429
6429
  }[];
6430
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6430
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6431
6431
  opacity?: number | undefined;
6432
6432
  rotation?: number | undefined;
6433
6433
  gradientType?: "linear" | "radial" | undefined;
@@ -6437,7 +6437,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6437
6437
  color: string;
6438
6438
  position: number;
6439
6439
  }[];
6440
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6440
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6441
6441
  opacity?: number | undefined;
6442
6442
  rotation?: number | undefined;
6443
6443
  gradientType?: "linear" | "radial" | undefined;
@@ -6456,27 +6456,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
6456
6456
  guideOnly: z.ZodOptional<z.ZodBoolean>;
6457
6457
  }, "strict", z.ZodTypeAny, {
6458
6458
  type: "pattern";
6459
- image?: unknown;
6460
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6459
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6461
6460
  width?: number | undefined;
6462
6461
  height?: number | undefined;
6463
6462
  opacity?: number | undefined;
6464
6463
  color?: string | undefined;
6465
6464
  offsetX?: number | undefined;
6466
6465
  offsetY?: number | undefined;
6466
+ image?: unknown;
6467
6467
  fitPattern?: boolean | undefined;
6468
6468
  noRepeat?: boolean | undefined;
6469
6469
  guideOnly?: boolean | undefined;
6470
6470
  }, {
6471
6471
  type: "pattern";
6472
- image?: unknown;
6473
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6472
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6474
6473
  width?: number | undefined;
6475
6474
  height?: number | undefined;
6476
6475
  opacity?: number | undefined;
6477
6476
  color?: string | undefined;
6478
6477
  offsetX?: number | undefined;
6479
6478
  offsetY?: number | undefined;
6479
+ image?: unknown;
6480
6480
  fitPattern?: boolean | undefined;
6481
6481
  noRepeat?: boolean | undefined;
6482
6482
  guideOnly?: boolean | undefined;
@@ -6629,7 +6629,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6629
6629
  color: string;
6630
6630
  position: number;
6631
6631
  }[];
6632
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6632
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6633
6633
  opacity?: number | undefined;
6634
6634
  rotation?: number | undefined;
6635
6635
  gradientType?: "linear" | "radial" | undefined;
@@ -6639,7 +6639,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6639
6639
  color: string;
6640
6640
  position: number;
6641
6641
  }[];
6642
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6642
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6643
6643
  opacity?: number | undefined;
6644
6644
  rotation?: number | undefined;
6645
6645
  gradientType?: "linear" | "radial" | undefined;
@@ -6658,27 +6658,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
6658
6658
  guideOnly: z.ZodOptional<z.ZodBoolean>;
6659
6659
  }, "strict", z.ZodTypeAny, {
6660
6660
  type: "pattern";
6661
- image?: unknown;
6662
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6661
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6663
6662
  width?: number | undefined;
6664
6663
  height?: number | undefined;
6665
6664
  opacity?: number | undefined;
6666
6665
  color?: string | undefined;
6667
6666
  offsetX?: number | undefined;
6668
6667
  offsetY?: number | undefined;
6668
+ image?: unknown;
6669
6669
  fitPattern?: boolean | undefined;
6670
6670
  noRepeat?: boolean | undefined;
6671
6671
  guideOnly?: boolean | undefined;
6672
6672
  }, {
6673
6673
  type: "pattern";
6674
- image?: unknown;
6675
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6674
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6676
6675
  width?: number | undefined;
6677
6676
  height?: number | undefined;
6678
6677
  opacity?: number | undefined;
6679
6678
  color?: string | undefined;
6680
6679
  offsetX?: number | undefined;
6681
6680
  offsetY?: number | undefined;
6681
+ image?: unknown;
6682
6682
  fitPattern?: boolean | undefined;
6683
6683
  noRepeat?: boolean | undefined;
6684
6684
  guideOnly?: boolean | undefined;
@@ -6831,7 +6831,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6831
6831
  color: string;
6832
6832
  position: number;
6833
6833
  }[];
6834
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6834
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6835
6835
  opacity?: number | undefined;
6836
6836
  rotation?: number | undefined;
6837
6837
  gradientType?: "linear" | "radial" | undefined;
@@ -6841,7 +6841,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
6841
6841
  color: string;
6842
6842
  position: number;
6843
6843
  }[];
6844
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6844
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6845
6845
  opacity?: number | undefined;
6846
6846
  rotation?: number | undefined;
6847
6847
  gradientType?: "linear" | "radial" | undefined;
@@ -6860,27 +6860,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
6860
6860
  guideOnly: z.ZodOptional<z.ZodBoolean>;
6861
6861
  }, "strict", z.ZodTypeAny, {
6862
6862
  type: "pattern";
6863
- image?: unknown;
6864
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6863
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6865
6864
  width?: number | undefined;
6866
6865
  height?: number | undefined;
6867
6866
  opacity?: number | undefined;
6868
6867
  color?: string | undefined;
6869
6868
  offsetX?: number | undefined;
6870
6869
  offsetY?: number | undefined;
6870
+ image?: unknown;
6871
6871
  fitPattern?: boolean | undefined;
6872
6872
  noRepeat?: boolean | undefined;
6873
6873
  guideOnly?: boolean | undefined;
6874
6874
  }, {
6875
6875
  type: "pattern";
6876
- image?: unknown;
6877
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6876
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
6878
6877
  width?: number | undefined;
6879
6878
  height?: number | undefined;
6880
6879
  opacity?: number | undefined;
6881
6880
  color?: string | undefined;
6882
6881
  offsetX?: number | undefined;
6883
6882
  offsetY?: number | undefined;
6883
+ image?: unknown;
6884
6884
  fitPattern?: boolean | undefined;
6885
6885
  noRepeat?: boolean | undefined;
6886
6886
  guideOnly?: boolean | undefined;
@@ -7033,7 +7033,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7033
7033
  color: string;
7034
7034
  position: number;
7035
7035
  }[];
7036
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7036
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7037
7037
  opacity?: number | undefined;
7038
7038
  rotation?: number | undefined;
7039
7039
  gradientType?: "linear" | "radial" | undefined;
@@ -7043,7 +7043,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7043
7043
  color: string;
7044
7044
  position: number;
7045
7045
  }[];
7046
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7046
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7047
7047
  opacity?: number | undefined;
7048
7048
  rotation?: number | undefined;
7049
7049
  gradientType?: "linear" | "radial" | undefined;
@@ -7062,27 +7062,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7062
7062
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7063
7063
  }, "strict", z.ZodTypeAny, {
7064
7064
  type: "pattern";
7065
- image?: unknown;
7066
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7065
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7067
7066
  width?: number | undefined;
7068
7067
  height?: number | undefined;
7069
7068
  opacity?: number | undefined;
7070
7069
  color?: string | undefined;
7071
7070
  offsetX?: number | undefined;
7072
7071
  offsetY?: number | undefined;
7072
+ image?: unknown;
7073
7073
  fitPattern?: boolean | undefined;
7074
7074
  noRepeat?: boolean | undefined;
7075
7075
  guideOnly?: boolean | undefined;
7076
7076
  }, {
7077
7077
  type: "pattern";
7078
- image?: unknown;
7079
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7078
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7080
7079
  width?: number | undefined;
7081
7080
  height?: number | undefined;
7082
7081
  opacity?: number | undefined;
7083
7082
  color?: string | undefined;
7084
7083
  offsetX?: number | undefined;
7085
7084
  offsetY?: number | undefined;
7085
+ image?: unknown;
7086
7086
  fitPattern?: boolean | undefined;
7087
7087
  noRepeat?: boolean | undefined;
7088
7088
  guideOnly?: boolean | undefined;
@@ -7222,7 +7222,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7222
7222
  color: string;
7223
7223
  position: number;
7224
7224
  }[];
7225
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7225
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7226
7226
  opacity?: number | undefined;
7227
7227
  rotation?: number | undefined;
7228
7228
  gradientType?: "linear" | "radial" | undefined;
@@ -7232,7 +7232,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7232
7232
  color: string;
7233
7233
  position: number;
7234
7234
  }[];
7235
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7235
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7236
7236
  opacity?: number | undefined;
7237
7237
  rotation?: number | undefined;
7238
7238
  gradientType?: "linear" | "radial" | undefined;
@@ -7251,27 +7251,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7251
7251
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7252
7252
  }, "strict", z.ZodTypeAny, {
7253
7253
  type: "pattern";
7254
- image?: unknown;
7255
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7254
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7256
7255
  width?: number | undefined;
7257
7256
  height?: number | undefined;
7258
7257
  opacity?: number | undefined;
7259
7258
  color?: string | undefined;
7260
7259
  offsetX?: number | undefined;
7261
7260
  offsetY?: number | undefined;
7261
+ image?: unknown;
7262
7262
  fitPattern?: boolean | undefined;
7263
7263
  noRepeat?: boolean | undefined;
7264
7264
  guideOnly?: boolean | undefined;
7265
7265
  }, {
7266
7266
  type: "pattern";
7267
- image?: unknown;
7268
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7267
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7269
7268
  width?: number | undefined;
7270
7269
  height?: number | undefined;
7271
7270
  opacity?: number | undefined;
7272
7271
  color?: string | undefined;
7273
7272
  offsetX?: number | undefined;
7274
7273
  offsetY?: number | undefined;
7274
+ image?: unknown;
7275
7275
  fitPattern?: boolean | undefined;
7276
7276
  noRepeat?: boolean | undefined;
7277
7277
  guideOnly?: boolean | undefined;
@@ -7321,7 +7321,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7321
7321
  color: string;
7322
7322
  position: number;
7323
7323
  }[];
7324
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7324
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7325
7325
  opacity?: number | undefined;
7326
7326
  rotation?: number | undefined;
7327
7327
  gradientType?: "linear" | "radial" | undefined;
@@ -7331,7 +7331,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7331
7331
  color: string;
7332
7332
  position: number;
7333
7333
  }[];
7334
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7334
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7335
7335
  opacity?: number | undefined;
7336
7336
  rotation?: number | undefined;
7337
7337
  gradientType?: "linear" | "radial" | undefined;
@@ -7350,27 +7350,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7350
7350
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7351
7351
  }, "strict", z.ZodTypeAny, {
7352
7352
  type: "pattern";
7353
- image?: unknown;
7354
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7353
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7355
7354
  width?: number | undefined;
7356
7355
  height?: number | undefined;
7357
7356
  opacity?: number | undefined;
7358
7357
  color?: string | undefined;
7359
7358
  offsetX?: number | undefined;
7360
7359
  offsetY?: number | undefined;
7360
+ image?: unknown;
7361
7361
  fitPattern?: boolean | undefined;
7362
7362
  noRepeat?: boolean | undefined;
7363
7363
  guideOnly?: boolean | undefined;
7364
7364
  }, {
7365
7365
  type: "pattern";
7366
- image?: unknown;
7367
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7366
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7368
7367
  width?: number | undefined;
7369
7368
  height?: number | undefined;
7370
7369
  opacity?: number | undefined;
7371
7370
  color?: string | undefined;
7372
7371
  offsetX?: number | undefined;
7373
7372
  offsetY?: number | undefined;
7373
+ image?: unknown;
7374
7374
  fitPattern?: boolean | undefined;
7375
7375
  noRepeat?: boolean | undefined;
7376
7376
  guideOnly?: boolean | undefined;
@@ -7523,7 +7523,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7523
7523
  color: string;
7524
7524
  position: number;
7525
7525
  }[];
7526
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7526
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7527
7527
  opacity?: number | undefined;
7528
7528
  rotation?: number | undefined;
7529
7529
  gradientType?: "linear" | "radial" | undefined;
@@ -7533,7 +7533,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7533
7533
  color: string;
7534
7534
  position: number;
7535
7535
  }[];
7536
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7536
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7537
7537
  opacity?: number | undefined;
7538
7538
  rotation?: number | undefined;
7539
7539
  gradientType?: "linear" | "radial" | undefined;
@@ -7552,27 +7552,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7552
7552
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7553
7553
  }, "strict", z.ZodTypeAny, {
7554
7554
  type: "pattern";
7555
- image?: unknown;
7556
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7555
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7557
7556
  width?: number | undefined;
7558
7557
  height?: number | undefined;
7559
7558
  opacity?: number | undefined;
7560
7559
  color?: string | undefined;
7561
7560
  offsetX?: number | undefined;
7562
7561
  offsetY?: number | undefined;
7562
+ image?: unknown;
7563
7563
  fitPattern?: boolean | undefined;
7564
7564
  noRepeat?: boolean | undefined;
7565
7565
  guideOnly?: boolean | undefined;
7566
7566
  }, {
7567
7567
  type: "pattern";
7568
- image?: unknown;
7569
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7568
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7570
7569
  width?: number | undefined;
7571
7570
  height?: number | undefined;
7572
7571
  opacity?: number | undefined;
7573
7572
  color?: string | undefined;
7574
7573
  offsetX?: number | undefined;
7575
7574
  offsetY?: number | undefined;
7575
+ image?: unknown;
7576
7576
  fitPattern?: boolean | undefined;
7577
7577
  noRepeat?: boolean | undefined;
7578
7578
  guideOnly?: boolean | undefined;
@@ -7725,7 +7725,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7725
7725
  color: string;
7726
7726
  position: number;
7727
7727
  }[];
7728
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7728
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7729
7729
  opacity?: number | undefined;
7730
7730
  rotation?: number | undefined;
7731
7731
  gradientType?: "linear" | "radial" | undefined;
@@ -7735,7 +7735,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7735
7735
  color: string;
7736
7736
  position: number;
7737
7737
  }[];
7738
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7738
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7739
7739
  opacity?: number | undefined;
7740
7740
  rotation?: number | undefined;
7741
7741
  gradientType?: "linear" | "radial" | undefined;
@@ -7754,27 +7754,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7754
7754
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7755
7755
  }, "strict", z.ZodTypeAny, {
7756
7756
  type: "pattern";
7757
- image?: unknown;
7758
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7757
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7759
7758
  width?: number | undefined;
7760
7759
  height?: number | undefined;
7761
7760
  opacity?: number | undefined;
7762
7761
  color?: string | undefined;
7763
7762
  offsetX?: number | undefined;
7764
7763
  offsetY?: number | undefined;
7764
+ image?: unknown;
7765
7765
  fitPattern?: boolean | undefined;
7766
7766
  noRepeat?: boolean | undefined;
7767
7767
  guideOnly?: boolean | undefined;
7768
7768
  }, {
7769
7769
  type: "pattern";
7770
- image?: unknown;
7771
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7770
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7772
7771
  width?: number | undefined;
7773
7772
  height?: number | undefined;
7774
7773
  opacity?: number | undefined;
7775
7774
  color?: string | undefined;
7776
7775
  offsetX?: number | undefined;
7777
7776
  offsetY?: number | undefined;
7777
+ image?: unknown;
7778
7778
  fitPattern?: boolean | undefined;
7779
7779
  noRepeat?: boolean | undefined;
7780
7780
  guideOnly?: boolean | undefined;
@@ -7927,7 +7927,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7927
7927
  color: string;
7928
7928
  position: number;
7929
7929
  }[];
7930
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7930
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7931
7931
  opacity?: number | undefined;
7932
7932
  rotation?: number | undefined;
7933
7933
  gradientType?: "linear" | "radial" | undefined;
@@ -7937,7 +7937,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
7937
7937
  color: string;
7938
7938
  position: number;
7939
7939
  }[];
7940
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7940
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7941
7941
  opacity?: number | undefined;
7942
7942
  rotation?: number | undefined;
7943
7943
  gradientType?: "linear" | "radial" | undefined;
@@ -7956,27 +7956,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
7956
7956
  guideOnly: z.ZodOptional<z.ZodBoolean>;
7957
7957
  }, "strict", z.ZodTypeAny, {
7958
7958
  type: "pattern";
7959
- image?: unknown;
7960
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7959
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7961
7960
  width?: number | undefined;
7962
7961
  height?: number | undefined;
7963
7962
  opacity?: number | undefined;
7964
7963
  color?: string | undefined;
7965
7964
  offsetX?: number | undefined;
7966
7965
  offsetY?: number | undefined;
7966
+ image?: unknown;
7967
7967
  fitPattern?: boolean | undefined;
7968
7968
  noRepeat?: boolean | undefined;
7969
7969
  guideOnly?: boolean | undefined;
7970
7970
  }, {
7971
7971
  type: "pattern";
7972
- image?: unknown;
7973
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7972
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
7974
7973
  width?: number | undefined;
7975
7974
  height?: number | undefined;
7976
7975
  opacity?: number | undefined;
7977
7976
  color?: string | undefined;
7978
7977
  offsetX?: number | undefined;
7979
7978
  offsetY?: number | undefined;
7979
+ image?: unknown;
7980
7980
  fitPattern?: boolean | undefined;
7981
7981
  noRepeat?: boolean | undefined;
7982
7982
  guideOnly?: boolean | undefined;
@@ -8129,7 +8129,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
8129
8129
  color: string;
8130
8130
  position: number;
8131
8131
  }[];
8132
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8132
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8133
8133
  opacity?: number | undefined;
8134
8134
  rotation?: number | undefined;
8135
8135
  gradientType?: "linear" | "radial" | undefined;
@@ -8139,7 +8139,7 @@ export declare const BoardPatchSchema: z.ZodObject<{
8139
8139
  color: string;
8140
8140
  position: number;
8141
8141
  }[];
8142
- center?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8142
+ center?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8143
8143
  opacity?: number | undefined;
8144
8144
  rotation?: number | undefined;
8145
8145
  gradientType?: "linear" | "radial" | undefined;
@@ -8158,27 +8158,27 @@ export declare const BoardPatchSchema: z.ZodObject<{
8158
8158
  guideOnly: z.ZodOptional<z.ZodBoolean>;
8159
8159
  }, "strict", z.ZodTypeAny, {
8160
8160
  type: "pattern";
8161
- image?: unknown;
8162
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8161
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8163
8162
  width?: number | undefined;
8164
8163
  height?: number | undefined;
8165
8164
  opacity?: number | undefined;
8166
8165
  color?: string | undefined;
8167
8166
  offsetX?: number | undefined;
8168
8167
  offsetY?: number | undefined;
8168
+ image?: unknown;
8169
8169
  fitPattern?: boolean | undefined;
8170
8170
  noRepeat?: boolean | undefined;
8171
8171
  guideOnly?: boolean | undefined;
8172
8172
  }, {
8173
8173
  type: "pattern";
8174
- image?: unknown;
8175
- align?: "center" | "left" | "right" | "top" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8174
+ align?: "center" | "left" | "top" | "right" | "bottom" | "left-top" | "left-bottom" | "right-top" | "right-bottom" | undefined;
8176
8175
  width?: number | undefined;
8177
8176
  height?: number | undefined;
8178
8177
  opacity?: number | undefined;
8179
8178
  color?: string | undefined;
8180
8179
  offsetX?: number | undefined;
8181
8180
  offsetY?: number | undefined;
8181
+ image?: unknown;
8182
8182
  fitPattern?: boolean | undefined;
8183
8183
  noRepeat?: boolean | undefined;
8184
8184
  guideOnly?: boolean | undefined;