diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 4205e77..3c52ebf 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -34,6 +34,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema { minLength: 1; }> & Schema.Attribute.DefaultTo<''>; + encryptedKey: Schema.Attribute.Text & + Schema.Attribute.SetMinMaxLength<{ + minLength: 1; + }>; expiresAt: Schema.Attribute.DateTime; lastUsedAt: Schema.Attribute.DateTime; lifespan: Schema.Attribute.BigInteger;