File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @togethercrew.dev/db" ,
3- "version" : " 3.0.41 " ,
3+ "version" : " 3.0.42 " ,
44 "description" : " All interactions with DB" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export interface ICommunityRoles {
77 source : {
88 platform : 'discord' ;
99 identifierType : 'member' | 'role' ;
10- identifierValues : string [ ] | IGuildMember [ ] | IRole [ ] ;
10+ identifierValues : string [ ] | IGuildMember [ ] | IRole [ ] | any [ ] ;
1111 platformId : Types . ObjectId ;
1212 } ;
1313}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const communitySchema = new Schema<ICommunity, CommunityModel>(
4949 } ,
5050 identifierValues : [
5151 {
52- type : String ,
52+ type : Schema . Types . Mixed ,
5353 required : true ,
5454 } ,
5555 ] ,
You can’t perform that action at this time.
0 commit comments