Skip to content

Commit 9198578

Browse files
authored
Merge pull request #64 from RomanPoghosyan/patch-1
2 parents b7ddef3 + 8e21651 commit 9198578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const QueueDef = 'QUED' as const
168168
export const QueueTopic = 'QUET' as const
169169
export const QueueTopicGroup = 'QUETGP' as const
170170
export const Rate = 'RATE' as const
171+
export const RateCard = 'RTCRD' as const
171172
export const Recent = 'RECENT' as const
172173
export const RecentMenuItem = 'RECENTMENUITEM' as const
173174
export const RecentUpdate = 'RUPDTE' as const
@@ -391,6 +392,7 @@ export type TObjCode =
391392
| typeof QueueTopic
392393
| typeof QueueTopicGroup
393394
| typeof Rate
395+
| typeof RateCard
394396
| typeof Recent
395397
| typeof RecentMenuItem
396398
| typeof RecentUpdate

0 commit comments

Comments
 (0)