Documentation / @facturometro/validator / ValidationRulesetInfo
Interface: ValidationRulesetInfo ​
Defined in: packages/validator/src/engine/validate.ts:123
The composition a run resolved, plus the customization id it was resolved from.
Example ​
import type { ValidationRulesetInfo } from '@facturometro/validator';
const describe = (info: ValidationRulesetInfo) => `${info.id}@${info.version}`;Extends ​
Properties ​
customizationId? ​
readonlyoptionalcustomizationId?:string
Defined in: packages/validator/src/engine/validate.ts:125
normalize-space(cbc:CustomizationID) of the document, when it has one.
id ​
readonlyid:string
Defined in: packages/core/src/issue.ts:97
The members' ids joined with +, in list order, for example en16931+peppol.
Inherited from ​
ids ​
readonlyids: readonlystring[]
Defined in: packages/core/src/issue.ts:99
Ids of the composed rulesets, in list order.
Inherited from ​
version ​
readonlyversion:string
Defined in: packages/core/src/issue.ts:101
The members' versions joined with +, in the order of ids, for example 1.3.15+3.0.21.
Inherited from ​
versions ​
readonlyversions: readonlystring[]
Defined in: packages/core/src/issue.ts:103
Versions of the composed rulesets, parallel to ids.