Skip to content

Commit 3459304

Browse files
committed
feat: add ResourceBillingOverride obj codes
1 parent 0bdb9c7 commit 3459304

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
@@ -194,6 +194,7 @@ export const ResourceManager = 'RESMGR' as const
194194
export const ResourcePool = 'RSPOOL' as const
195195
export const RsrcPool = 'RSPL' as const
196196
export const ResourceSchedulingFilter = 'RSFT' as const
197+
export const ResourceBillingOverride = 'RSBLOR' as const
197198
export const RestorableObject = 'RSTOBJ' as const
198199
export const Risk = 'RISK' as const
199200
export const RiskType = 'RSKTYP' as const
@@ -432,6 +433,7 @@ export type TObjCode =
432433
| typeof Result
433434
| typeof RsrcPool
434435
| typeof ResourceSchedulingFilter
436+
| typeof ResourceBillingOverride
435437
| typeof RestorableObject
436438
| typeof Risk
437439
| typeof RiskType

0 commit comments

Comments
 (0)