Skip to content

Commit d1d71a5

Browse files
gimdongwooflovilmart
authored andcommitted
_PushStatus add to SpecialClasses (#701)
1 parent 7a8a110 commit d1d71a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/Constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const SpecialClasses = {
5151
_Role: 'Role',
5252
_Product: 'Product',
5353
_Session: 'Session',
54+
_PushStatus: 'PushStatus',
5455
};
5556

5657
export const DefaultColumns = {
@@ -61,6 +62,7 @@ export const DefaultColumns = {
6162
_Role: [ 'name', 'users', 'roles' ],
6263
_Product: [ 'order', 'productIdentifier', 'icon', 'title', 'subtitle', 'download', 'downloadName' ],
6364
_Session: [ 'restricted', 'user', 'installationId', 'sessionToken', 'expiresAt', 'createdWith' ],
65+
_PushStatus: [ 'pushTime', 'query', 'pushHash', 'payload', 'status', 'sentPerType', 'failedPerType', 'numSent', 'numFailed', 'errorMessage', 'source' ],
6466
};
6567

6668
export const DataTypes = [

0 commit comments

Comments
 (0)