Skip to content

Commit 3564580

Browse files
ArpiBakuntsbhovhannes
authored andcommitted
Adding RateAttributes type
1 parent e0b809d commit 3564580

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export const QueueTopic = 'QUET' as const
180180
export const QueueTopicGroup = 'QUETGP' as const
181181
export const Rate = 'RATE' as const
182182
export const RateCard = 'RTCRD' as const
183+
export const RateAttributes = 'RTATTR' as const
183184
export const Recent = 'RECENT' as const
184185
export const RecentMenuItem = 'RECENTMENUITEM' as const
185186
export const RecentUpdate = 'RUPDTE' as const
@@ -425,6 +426,7 @@ export type TObjCode =
425426
| typeof QueueTopicGroup
426427
| typeof Rate
427428
| typeof RateCard
429+
| typeof RateAttributes
428430
| typeof Recent
429431
| typeof RecentMenuItem
430432
| typeof RecentUpdate

0 commit comments

Comments
 (0)