@quillsql/react 2.16.37 → 2.16.38

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.cjs CHANGED
@@ -21692,6 +21692,7 @@ function convertSchemaInfoToTable(schemaData) {
21692
21692
  _id: table._id,
21693
21693
  customFieldInfo: table.customFieldInfo,
21694
21694
  displayName: table.displayName,
21695
+ description: table.description,
21695
21696
  broken: table.broken,
21696
21697
  error: table.error,
21697
21698
  ownerTenantFields: table.ownerTenantFields
package/dist/index.d.cts CHANGED
@@ -2811,6 +2811,7 @@ type Table = {
2811
2811
  isSelectStar: boolean;
2812
2812
  displayName: string;
2813
2813
  name: string;
2814
+ description?: string;
2814
2815
  columns: ColumnInternal[];
2815
2816
  viewQuery: string;
2816
2817
  customFieldInfo: any;
package/dist/index.d.ts CHANGED
@@ -2811,6 +2811,7 @@ type Table = {
2811
2811
  isSelectStar: boolean;
2812
2812
  displayName: string;
2813
2813
  name: string;
2814
+ description?: string;
2814
2815
  columns: ColumnInternal[];
2815
2816
  viewQuery: string;
2816
2817
  customFieldInfo: any;
package/dist/index.js CHANGED
@@ -21703,6 +21703,7 @@ function convertSchemaInfoToTable(schemaData) {
21703
21703
  _id: table._id,
21704
21704
  customFieldInfo: table.customFieldInfo,
21705
21705
  displayName: table.displayName,
21706
+ description: table.description,
21706
21707
  broken: table.broken,
21707
21708
  error: table.error,
21708
21709
  ownerTenantFields: table.ownerTenantFields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.16.37",
3
+ "version": "2.16.38",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {