From a8e56ce3e1ffaba789663c60b28a5b8aa4e2e5f0 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 23 May 2025 00:17:59 +0200 Subject: [PATCH] Types: generated --- types/generated/contentTypes.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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;