We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdb9c7 commit 3459304Copy full SHA for 3459304
src/objcodes.ts
@@ -194,6 +194,7 @@ export const ResourceManager = 'RESMGR' as const
194
export const ResourcePool = 'RSPOOL' as const
195
export const RsrcPool = 'RSPL' as const
196
export const ResourceSchedulingFilter = 'RSFT' as const
197
+export const ResourceBillingOverride = 'RSBLOR' as const
198
export const RestorableObject = 'RSTOBJ' as const
199
export const Risk = 'RISK' as const
200
export const RiskType = 'RSKTYP' as const
@@ -432,6 +433,7 @@ export type TObjCode =
432
433
| typeof Result
434
| typeof RsrcPool
435
| typeof ResourceSchedulingFilter
436
+ | typeof ResourceBillingOverride
437
| typeof RestorableObject
438
| typeof Risk
439
| typeof RiskType
0 commit comments