It looks like the `sst.TableFieldType.STRING` went...
# help
s
It looks like the
sst.TableFieldType.STRING
went away at some point?
Copy code
Property 'TableFieldType' does not exist on type 'typeof import("/Users/sgeoghegan/dev/dynamodb-eventbridge/node_modules/@serverless-stack/resources/dist/index")'.ts(2339)
t
can you check what version you're on
s
Copy code
➜  dynamodb-eventbridge yarn sst --version
yarn run v1.22.18
$ /Users/sgeoghegan/dev/dynamodb-eventbridge/node_modules/.bin/sst --version
SST: 1.0.0-beta.3
CDK: 2.15.0
✨  Done in 0.93s.
t
ah looks like sst update grabbed the beta we're about to release this morning haha
s
I can just use "string" for now, so it's not a blocker. Just FYI. I can create a Github Issue if it's useful
t
it's a big update so if you're not ready for it maybe go back to the 0.69.x version
We got rid of all enums and rely on typescript unions now
s
Can't wait to give it a spin!