We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b809d commit 3564580Copy full SHA for 3564580
1 file changed
src/objcodes.ts
@@ -180,6 +180,7 @@ export const QueueTopic = 'QUET' as const
180
export const QueueTopicGroup = 'QUETGP' as const
181
export const Rate = 'RATE' as const
182
export const RateCard = 'RTCRD' as const
183
+export const RateAttributes = 'RTATTR' as const
184
export const Recent = 'RECENT' as const
185
export const RecentMenuItem = 'RECENTMENUITEM' as const
186
export const RecentUpdate = 'RUPDTE' as const
@@ -425,6 +426,7 @@ export type TObjCode =
425
426
| typeof QueueTopicGroup
427
| typeof Rate
428
| typeof RateCard
429
+ | typeof RateAttributes
430
| typeof Recent
431
| typeof RecentMenuItem
432
| typeof RecentUpdate
0 commit comments