@supernova-studio/model 0.4.0 → 0.4.1

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.
package/dist/index.d.mts CHANGED
@@ -10616,7 +10616,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
10616
10616
  highlightHeaderColumn: z.ZodOptional<z.ZodBoolean>;
10617
10617
  highlightHeaderRow: z.ZodOptional<z.ZodBoolean>;
10618
10618
  showBorder: z.ZodOptional<z.ZodBoolean>;
10619
- width: z.ZodOptional<z.ZodNumber>;
10620
10619
  value: z.ZodArray<z.ZodObject<{
10621
10620
  cells: z.ZodArray<z.ZodObject<{
10622
10621
  id: z.ZodString;
@@ -11117,7 +11116,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
11117
11116
  highlightHeaderColumn?: boolean | undefined;
11118
11117
  highlightHeaderRow?: boolean | undefined;
11119
11118
  showBorder?: boolean | undefined;
11120
- width?: number | undefined;
11121
11119
  }, {
11122
11120
  value: {
11123
11121
  cells: {
@@ -11171,7 +11169,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
11171
11169
  highlightHeaderColumn?: boolean | undefined;
11172
11170
  highlightHeaderRow?: boolean | undefined;
11173
11171
  showBorder?: boolean | undefined;
11174
- width?: number | undefined;
11175
11172
  }>;
11176
11173
  type PageBlockItemTableValue = z.infer<typeof PageBlockItemTableValue>;
11177
11174
 
package/dist/index.d.ts CHANGED
@@ -10616,7 +10616,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
10616
10616
  highlightHeaderColumn: z.ZodOptional<z.ZodBoolean>;
10617
10617
  highlightHeaderRow: z.ZodOptional<z.ZodBoolean>;
10618
10618
  showBorder: z.ZodOptional<z.ZodBoolean>;
10619
- width: z.ZodOptional<z.ZodNumber>;
10620
10619
  value: z.ZodArray<z.ZodObject<{
10621
10620
  cells: z.ZodArray<z.ZodObject<{
10622
10621
  id: z.ZodString;
@@ -11117,7 +11116,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
11117
11116
  highlightHeaderColumn?: boolean | undefined;
11118
11117
  highlightHeaderRow?: boolean | undefined;
11119
11118
  showBorder?: boolean | undefined;
11120
- width?: number | undefined;
11121
11119
  }, {
11122
11120
  value: {
11123
11121
  cells: {
@@ -11171,7 +11169,6 @@ declare const PageBlockItemTableValue: z.ZodObject<{
11171
11169
  highlightHeaderColumn?: boolean | undefined;
11172
11170
  highlightHeaderRow?: boolean | undefined;
11173
11171
  showBorder?: boolean | undefined;
11174
- width?: number | undefined;
11175
11172
  }>;
11176
11173
  type PageBlockItemTableValue = z.infer<typeof PageBlockItemTableValue>;
11177
11174
 
package/dist/index.js CHANGED
@@ -1043,7 +1043,6 @@ var PageBlockItemTableValue = _zod.z.object({
1043
1043
  highlightHeaderColumn: _zod.z.boolean().optional(),
1044
1044
  highlightHeaderRow: _zod.z.boolean().optional(),
1045
1045
  showBorder: _zod.z.boolean().optional(),
1046
- width: _zod.z.number().optional(),
1047
1046
  value: _zod.z.array(PageBlockItemTableRow)
1048
1047
  });
1049
1048