Implemented the ability to add/remove games from collections.
This commit is contained in:
@@ -108,6 +108,10 @@ export class ClaimDefinition {
|
||||
UPDATE: 'COLLECTIONS_OWNED_UPDATE',
|
||||
DELETE: 'COLLECTIONS_OWNED_DELETE',
|
||||
LIST: 'COLLECTIONS_OWNED_LIST',
|
||||
GAME: {
|
||||
ADD: 'COLLECTIONS_OWNED_GAME_ADD',
|
||||
REMOVE: 'COLLECTIONS_OWNED_GAME_REMOVE',
|
||||
},
|
||||
COMMENTS: {
|
||||
DELETE: 'COLLECTIONS_OWNED_COMMENTS_DELETE',
|
||||
},
|
||||
@@ -116,6 +120,10 @@ export class ClaimDefinition {
|
||||
READ: 'COLLECTIONS_UNOWNED_READ',
|
||||
UPDATE: 'COLLECTIONS_UNOWNED_UPDATE',
|
||||
DELETE: 'COLLECTIONS_UNOWNED_DELETE',
|
||||
GAME: {
|
||||
ADD: 'COLLECTIONS_UNOWNED_GAME_ADD',
|
||||
REMOVE: 'COLLECTIONS_UNOWNED_GAME_REMOVE',
|
||||
},
|
||||
},
|
||||
};
|
||||
public static readonly COMMENTS = {
|
||||
|
||||
Reference in New Issue
Block a user