@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 +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
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
package/dist/index.d.ts
CHANGED
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
|