File tree Expand file tree Collapse file tree 3 files changed +217
-523
lines changed
Expand file tree Collapse file tree 3 files changed +217
-523
lines changed Original file line number Diff line number Diff line change 1919 "typescript" : " ^5"
2020 },
2121 "dependencies" : {
22- "@strapi/plugin-cloud" : " 5.17 .0" ,
22+ "@strapi/plugin-cloud" : " 5.19 .0" ,
2323 "@strapi/plugin-seo" : " ^2.0.4" ,
24- "@strapi/plugin-users-permissions" : " 5.17 .0" ,
25- "@strapi/strapi" : " 5.17 .0" ,
24+ "@strapi/plugin-users-permissions" : " 5.19 .0" ,
25+ "@strapi/strapi" : " 5.19 .0" ,
2626 "better-sqlite3" : " 11.7.0" ,
2727 "patch-package" : " ^8.0.0" ,
2828 "pluralize" : " ^8.0.0" ,
4343 "npm" : " >=6.0.0"
4444 },
4545 "license" : " MIT"
46- }
46+ }
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema {
3434 minLength : 1 ;
3535 } > &
3636 Schema . Attribute . DefaultTo < '' > ;
37+ encryptedKey : Schema . Attribute . Text &
38+ Schema . Attribute . SetMinMaxLength < {
39+ minLength : 1 ;
40+ } > ;
3741 expiresAt : Schema . Attribute . DateTime ;
3842 lastUsedAt : Schema . Attribute . DateTime ;
3943 lifespan : Schema . Attribute . BigInteger ;
You can’t perform that action at this time.
0 commit comments