budibase/packages/types
mike12345567 a56f0c91dd Quick improvement to table types, before now the field schema was quite difficult to parse/work out what components of the schema were used for what, this at least separates them into particularly grouped bits of metadata, so it is obvious which parts are used for which. In future we should really flip this a bit, so that FieldSchema is the base implementation, and then each of the types has its own schema extending that base - but that would be a more serious refactor (need to cast to the correct type when using based on the 'type' property. 2023-07-21 12:15:33 +01:00
..
src Quick improvement to table types, before now the field schema was quite difficult to parse/work out what components of the schema were used for what, this at least separates them into particularly grouped bits of metadata, so it is obvious which parts are used for which. In future we should really flip this a bit, so that FieldSchema is the base implementation, and then each of the types has its own schema extending that base - but that would be a more serious refactor (need to cast to the correct type when using based on the 'type' property. 2023-07-21 12:15:33 +01:00
.gitignore Merge develop 2022-09-28 08:56:45 +01:00
package.json Update local versions to 0.0.0 2023-05-29 10:54:10 +02:00
tsconfig-base.build.json Change skiplibcheck on @budibase/types 2023-04-14 12:18:08 +01:00
tsconfig-cjs.build.json Bug - BUDI-6068 filters do not work for google sheets (#9886) 2023-03-09 12:25:12 +00:00
tsconfig.build.json Bug - BUDI-6068 filters do not work for google sheets (#9886) 2023-03-09 12:25:12 +00:00
tsconfig.json Merge develop 2022-09-28 08:56:45 +01:00