@openframe-org/criteria-set-protocol 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,6 +113,7 @@ export type DataMap = {
|
|
|
113
113
|
version: string;
|
|
114
114
|
elements: Record<string, any>;
|
|
115
115
|
result: any;
|
|
116
|
+
certificates?: string[];
|
|
116
117
|
};
|
|
117
118
|
export type CertificateDefinitionType = 'number' | 'percentage';
|
|
118
119
|
type AbstractCertificateDefinitionRules<Rules> = Rules extends undefined | never ? {
|
package/package.json
CHANGED