@wildboar/asn1-parser 1.0.2 → 2.0.0
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.
- package/README.md +72 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/lib/ASN1UniversalType.d.mts +3 -0
- package/dist/lib/ASN1UniversalType.d.mts.map +1 -1
- package/dist/lib/ASN1UniversalType.mjs +3 -0
- package/dist/lib/ASN1UniversalType.mjs.map +1 -1
- package/dist/lib/ProductionType.d.mts +615 -574
- package/dist/lib/ProductionType.d.mts.map +1 -1
- package/dist/lib/ProductionType.mjs.map +1 -1
- package/dist/lib/constructs/AssignmentType.d.mts +4 -1
- package/dist/lib/constructs/AssignmentType.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentType.mjs +4 -1
- package/dist/lib/constructs/AssignmentType.mjs.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Literal.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Literal.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Object.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Object.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn/DefaultSyntax.d.mts +25 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn/DefaultSyntax.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn/DefinedSyntax.d.mts +30 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn/DefinedSyntax.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn/DefinedSyntax.mjs.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn.d.mts +8 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectDefn.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectFromObject.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/ObjectFromObject.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Setting.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment/Setting.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment/ObjectClass.d.mts +3 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment/ObjectClass.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment/ObjectClassDefn.d.mts +12 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment/ObjectClassDefn.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment.d.mts +12 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectClassAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ObjectSetAssignment.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ObjectSetAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/TypeAssignment.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/TypeAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ValueAssignment.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ValueAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/AssignmentTypes/ValueSetTypeAssignment.d.mts +7 -0
- package/dist/lib/constructs/AssignmentTypes/ValueSetTypeAssignment.d.mts.map +1 -1
- package/dist/lib/constructs/BuiltinClasses/ABSTRACT-SYNTAX.d.mts +8 -2
- package/dist/lib/constructs/BuiltinClasses/ABSTRACT-SYNTAX.d.mts.map +1 -1
- package/dist/lib/constructs/BuiltinClasses/ABSTRACT-SYNTAX.mjs +8 -2
- package/dist/lib/constructs/BuiltinClasses/ABSTRACT-SYNTAX.mjs.map +1 -1
- package/dist/lib/constructs/BuiltinClasses/TYPE-IDENTIFIER.d.mts +7 -1
- package/dist/lib/constructs/BuiltinClasses/TYPE-IDENTIFIER.d.mts.map +1 -1
- package/dist/lib/constructs/BuiltinClasses/TYPE-IDENTIFIER.mjs +7 -1
- package/dist/lib/constructs/BuiltinClasses/TYPE-IDENTIFIER.mjs.map +1 -1
- package/dist/lib/constructs/Constraint.d.mts +3 -0
- package/dist/lib/constructs/Constraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/ContentsConstraint.d.mts +19 -0
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/ContentsConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint/ComponentRelationConstraint.d.mts +25 -0
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint/ComponentRelationConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint/SimpleTableConstraint.d.mts +6 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint/SimpleTableConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint.d.mts +3 -0
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/TableConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/UserDefinedConstraint.d.mts +18 -0
- package/dist/lib/constructs/ConstraintSpecs/GeneralConstraint/UserDefinedConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/ConstraintSpecs/SubtypeConstraint.d.mts +8 -0
- package/dist/lib/constructs/ConstraintSpecs/SubtypeConstraint.d.mts.map +1 -1
- package/dist/lib/constructs/Defined.d.mts +16 -0
- package/dist/lib/constructs/Defined.d.mts.map +1 -1
- package/dist/lib/constructs/ElementSetSpec.d.mts +4 -0
- package/dist/lib/constructs/ElementSetSpec.d.mts.map +1 -1
- package/dist/lib/constructs/Exports.d.mts +11 -0
- package/dist/lib/constructs/Exports.d.mts.map +1 -0
- package/dist/lib/constructs/Exports.mjs +2 -0
- package/dist/lib/constructs/Exports.mjs.map +1 -0
- package/dist/lib/constructs/FieldSpec/FixedTypeValueFieldSpec.d.mts +17 -0
- package/dist/lib/constructs/FieldSpec/FixedTypeValueFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/FixedTypeValueSetFieldSpec.d.mts +14 -0
- package/dist/lib/constructs/FieldSpec/FixedTypeValueSetFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/ObjectFieldSpec.d.mts +15 -0
- package/dist/lib/constructs/FieldSpec/ObjectFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/ObjectSetFieldSpec.d.mts +15 -0
- package/dist/lib/constructs/FieldSpec/ObjectSetFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/TypeFieldSpec.d.mts +11 -0
- package/dist/lib/constructs/FieldSpec/TypeFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/VariableTypeValueFieldSpec.d.mts +15 -0
- package/dist/lib/constructs/FieldSpec/VariableTypeValueFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/FieldSpec/VariableTypeValueSetFieldSpec.d.mts +7 -0
- package/dist/lib/constructs/FieldSpec/VariableTypeValueSetFieldSpec.d.mts.map +1 -1
- package/dist/lib/constructs/Imports.d.mts +11 -0
- package/dist/lib/constructs/Imports.d.mts.map +1 -0
- package/dist/lib/constructs/Imports.mjs +2 -0
- package/dist/lib/constructs/Imports.mjs.map +1 -0
- package/dist/lib/constructs/Module.d.mts +11 -14
- package/dist/lib/constructs/Module.d.mts.map +1 -1
- package/dist/lib/constructs/Module.mjs +6 -2
- package/dist/lib/constructs/Module.mjs.map +1 -1
- package/dist/lib/constructs/NameAndOrNumber.d.mts +12 -0
- package/dist/lib/constructs/NameAndOrNumber.d.mts.map +1 -1
- package/dist/lib/constructs/NameAndOrNumberForm.d.mts +2 -0
- package/dist/lib/constructs/NameAndOrNumberForm.d.mts.map +1 -1
- package/dist/lib/constructs/NamedNumber.d.mts +3 -0
- package/dist/lib/constructs/NamedNumber.d.mts.map +1 -1
- package/dist/lib/constructs/NamedType.d.mts +7 -0
- package/dist/lib/constructs/NamedType.d.mts.map +1 -1
- package/dist/lib/constructs/ObjIdComponents.d.mts +7 -0
- package/dist/lib/constructs/ObjIdComponents.d.mts.map +1 -1
- package/dist/lib/constructs/ObjectSet.d.mts +7 -0
- package/dist/lib/constructs/ObjectSet.d.mts.map +1 -1
- package/dist/lib/constructs/ObjectSetElements.d.mts +7 -0
- package/dist/lib/constructs/ObjectSetElements.d.mts.map +1 -1
- package/dist/lib/constructs/ObjectSetSpec.d.mts +3 -0
- package/dist/lib/constructs/ObjectSetSpec.d.mts.map +1 -1
- package/dist/lib/constructs/Parameter.d.mts +20 -0
- package/dist/lib/constructs/Parameter.d.mts.map +1 -1
- package/dist/lib/constructs/Quadruple.d.mts +5 -1
- package/dist/lib/constructs/Quadruple.d.mts.map +1 -1
- package/dist/lib/constructs/SelectionOption.d.mts +49 -1
- package/dist/lib/constructs/SelectionOption.d.mts.map +1 -1
- package/dist/lib/constructs/SelectionOption.mjs +49 -1
- package/dist/lib/constructs/SelectionOption.mjs.map +1 -1
- package/dist/lib/constructs/SomethingFromObject.d.mts +12 -0
- package/dist/lib/constructs/SomethingFromObject.d.mts.map +1 -1
- package/dist/lib/constructs/SymbolsFromModule.d.mts +34 -3
- package/dist/lib/constructs/SymbolsFromModule.d.mts.map +1 -1
- package/dist/lib/constructs/Tag.d.mts +13 -0
- package/dist/lib/constructs/Tag.d.mts.map +1 -1
- package/dist/lib/constructs/Tagging.d.mts +5 -0
- package/dist/lib/constructs/Tagging.d.mts.map +1 -1
- package/dist/lib/constructs/TaggingMode.d.mts +13 -0
- package/dist/lib/constructs/TaggingMode.d.mts.map +1 -1
- package/dist/lib/constructs/TaggingMode.mjs +13 -0
- package/dist/lib/constructs/TaggingMode.mjs.map +1 -1
- package/dist/lib/constructs/TokenOrGroupSpec.d.mts +9 -0
- package/dist/lib/constructs/TokenOrGroupSpec.d.mts.map +1 -1
- package/dist/lib/constructs/TokenOrGroupSpec.mjs +0 -1
- package/dist/lib/constructs/TokenOrGroupSpec.mjs.map +1 -1
- package/dist/lib/constructs/Tuple.d.mts +5 -1
- package/dist/lib/constructs/Tuple.d.mts.map +1 -1
- package/dist/lib/constructs/Type.d.mts +3 -0
- package/dist/lib/constructs/Type.d.mts.map +1 -1
- package/dist/lib/constructs/TypeType.d.mts +3 -0
- package/dist/lib/constructs/TypeType.d.mts.map +1 -1
- package/dist/lib/constructs/TypeType.mjs +3 -0
- package/dist/lib/constructs/TypeType.mjs.map +1 -1
- package/dist/lib/constructs/Types/AnyType.d.mts +7 -1
- package/dist/lib/constructs/Types/AnyType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/BitStringType.d.mts +11 -0
- package/dist/lib/constructs/Types/BitStringType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/ChoiceType.d.mts +43 -0
- package/dist/lib/constructs/Types/ChoiceType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/EnumeratedType.d.mts +42 -0
- package/dist/lib/constructs/Types/EnumeratedType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/InstanceOfType.d.mts +3 -0
- package/dist/lib/constructs/Types/InstanceOfType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/IntegerType.d.mts +8 -0
- package/dist/lib/constructs/Types/IntegerType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/ObjectClassFieldType.d.mts +18 -0
- package/dist/lib/constructs/Types/ObjectClassFieldType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/SelectionType.d.mts +15 -0
- package/dist/lib/constructs/Types/SelectionType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/SetOrSequenceOfType.d.mts +8 -0
- package/dist/lib/constructs/Types/SetOrSequenceOfType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/SetOrSequenceType.d.mts +26 -0
- package/dist/lib/constructs/Types/SetOrSequenceType.d.mts.map +1 -1
- package/dist/lib/constructs/Types/TypeFromObject.d.mts +5 -1
- package/dist/lib/constructs/Types/TypeFromObject.d.mts.map +1 -1
- package/dist/lib/constructs/Types/ValueSetFromObjects.d.mts +5 -1
- package/dist/lib/constructs/Types/ValueSetFromObjects.d.mts.map +1 -1
- package/dist/lib/constructs/Value.d.mts +3 -0
- package/dist/lib/constructs/Value.d.mts.map +1 -1
- package/dist/lib/constructs/ValueAssignmentType.d.mts +4 -1
- package/dist/lib/constructs/ValueAssignmentType.d.mts.map +1 -1
- package/dist/lib/constructs/ValueAssignmentType.mjs +4 -1
- package/dist/lib/constructs/ValueAssignmentType.mjs.map +1 -1
- package/dist/lib/constructs/ValueSet.d.mts +7 -0
- package/dist/lib/constructs/ValueSet.d.mts.map +1 -1
- package/dist/lib/constructs/ValueType.d.mts +4 -1
- package/dist/lib/constructs/ValueType.d.mts.map +1 -1
- package/dist/lib/constructs/ValueType.mjs +4 -1
- package/dist/lib/constructs/ValueType.mjs.map +1 -1
- package/dist/lib/constructs/Values/AnyValue.d.mts +2 -0
- package/dist/lib/constructs/Values/AnyValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/BitStringValue.d.mts +27 -0
- package/dist/lib/constructs/Values/BitStringValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/ChoiceValue.d.mts +9 -0
- package/dist/lib/constructs/Values/ChoiceValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/EnumeratedValue.d.mts +2 -0
- package/dist/lib/constructs/Values/EnumeratedValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/FixedTypeFieldVal.d.mts +8 -0
- package/dist/lib/constructs/Values/FixedTypeFieldVal.d.mts.map +1 -1
- package/dist/lib/constructs/Values/IntegerValue.d.mts +10 -0
- package/dist/lib/constructs/Values/IntegerValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/ObjectClassFieldValue.d.mts +5 -1
- package/dist/lib/constructs/Values/ObjectClassFieldValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/ObjectIdentifierValue.d.mts +34 -0
- package/dist/lib/constructs/Values/ObjectIdentifierValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/OctetStringValue.d.mts +17 -1
- package/dist/lib/constructs/Values/OctetStringValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/OpenTypeFieldVal.d.mts +8 -0
- package/dist/lib/constructs/Values/OpenTypeFieldVal.d.mts.map +1 -1
- package/dist/lib/constructs/Values/PrefixedValue.d.mts +7 -0
- package/dist/lib/constructs/Values/PrefixedValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/RealValue.d.mts +18 -0
- package/dist/lib/constructs/Values/RealValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/RelativeOIDValue.d.mts +15 -0
- package/dist/lib/constructs/Values/RelativeOIDValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/SetOrSequenceOfValue.d.mts +21 -0
- package/dist/lib/constructs/Values/SetOrSequenceOfValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/SetOrSequenceValue.d.mts +16 -0
- package/dist/lib/constructs/Values/SetOrSequenceValue.d.mts.map +1 -1
- package/dist/lib/constructs/Values/ValueFromObject.d.mts +3 -0
- package/dist/lib/constructs/Values/ValueFromObject.d.mts.map +1 -1
- package/dist/lib/grokers/Assignment.d.mts.map +1 -1
- package/dist/lib/grokers/Assignment.mjs +37 -12
- package/dist/lib/grokers/Assignment.mjs.map +1 -1
- package/dist/lib/grokers/ComponentType.d.mts.map +1 -1
- package/dist/lib/grokers/ComponentType.mjs +3 -0
- package/dist/lib/grokers/ComponentType.mjs.map +1 -1
- package/dist/lib/grokers/Defined.d.mts.map +1 -1
- package/dist/lib/grokers/Defined.mjs +12 -3
- package/dist/lib/grokers/Defined.mjs.map +1 -1
- package/dist/lib/grokers/DefinitiveOID.d.mts.map +1 -1
- package/dist/lib/grokers/DefinitiveOID.mjs +6 -0
- package/dist/lib/grokers/DefinitiveOID.mjs.map +1 -1
- package/dist/lib/grokers/Exports.d.mts +2 -3
- package/dist/lib/grokers/Exports.d.mts.map +1 -1
- package/dist/lib/grokers/Exports.mjs +5 -3
- package/dist/lib/grokers/Exports.mjs.map +1 -1
- package/dist/lib/grokers/FieldSpec.d.mts.map +1 -1
- package/dist/lib/grokers/FieldSpec.mjs +28 -7
- package/dist/lib/grokers/FieldSpec.mjs.map +1 -1
- package/dist/lib/grokers/Imports.d.mts +2 -4
- package/dist/lib/grokers/Imports.d.mts.map +1 -1
- package/dist/lib/grokers/Imports.mjs +4 -4
- package/dist/lib/grokers/Imports.mjs.map +1 -1
- package/dist/lib/grokers/Module.d.mts.map +1 -1
- package/dist/lib/grokers/Module.mjs +1 -1
- package/dist/lib/grokers/Module.mjs.map +1 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefaultSyntax.d.mts.map +1 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefaultSyntax.mjs +5 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefaultSyntax.mjs.map +1 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefinedSyntax.d.mts.map +1 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefinedSyntax.mjs +6 -1
- package/dist/lib/grokers/Object/ObjectDefn/DefinedSyntax.mjs.map +1 -1
- package/dist/lib/grokers/Object/Setting.d.mts.map +1 -1
- package/dist/lib/grokers/Object/Setting.mjs +10 -0
- package/dist/lib/grokers/Object/Setting.mjs.map +1 -1
- package/dist/lib/grokers/SomethingFromObject.d.mts.map +1 -1
- package/dist/lib/grokers/SomethingFromObject.mjs +2 -0
- package/dist/lib/grokers/SomethingFromObject.mjs.map +1 -1
- package/dist/lib/grokers/Types/BitStringType.d.mts.map +1 -1
- package/dist/lib/grokers/Types/BitStringType.mjs +3 -0
- package/dist/lib/grokers/Types/BitStringType.mjs.map +1 -1
- package/dist/lib/grokers/Types/ChoiceType.d.mts.map +1 -1
- package/dist/lib/grokers/Types/ChoiceType.mjs +9 -0
- package/dist/lib/grokers/Types/ChoiceType.mjs.map +1 -1
- package/dist/lib/grokers/Types/EnumeratedType.d.mts.map +1 -1
- package/dist/lib/grokers/Types/EnumeratedType.mjs +18 -0
- package/dist/lib/grokers/Types/EnumeratedType.mjs.map +1 -1
- package/dist/lib/grokers/Types/IntegerType.d.mts.map +1 -1
- package/dist/lib/grokers/Types/IntegerType.mjs +6 -0
- package/dist/lib/grokers/Types/IntegerType.mjs.map +1 -1
- package/dist/lib/grokers/Value.d.mts.map +1 -1
- package/dist/lib/grokers/Value.mjs +29 -24
- package/dist/lib/grokers/Value.mjs.map +1 -1
- package/dist/lib/grokers/Values/SetOrSequenceValue.d.mts.map +1 -1
- package/dist/lib/grokers/Values/SetOrSequenceValue.mjs +3 -0
- package/dist/lib/grokers/Values/SetOrSequenceValue.mjs.map +1 -1
- package/dist/lib/normalizers/Assignment/ObjectAssignment.mjs +1 -1
- package/dist/lib/normalizers/Assignment/ObjectAssignment.mjs.map +1 -1
- package/dist/lib/normalizers/addImplicitlyImportedSymbols.mjs +3 -3
- package/dist/lib/normalizers/addImplicitlyImportedSymbols.mjs.map +1 -1
- package/dist/lib/normalizers/translateDefinedSyntaxToDefaultSyntax.mjs +3 -3
- package/dist/lib/normalizers/translateDefinedSyntaxToDefaultSyntax.mjs.map +1 -1
- package/dist/lib/normalizers/unnest.d.mts.map +1 -1
- package/dist/lib/normalizers/unnest.mjs +4 -4
- package/dist/lib/normalizers/unnest.mjs.map +1 -1
- package/dist/lib/resolve.mjs +1 -1
- package/dist/lib/resolve.mjs.map +1 -1
- package/package.json +6 -5
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
|
+
/**
|
|
3
|
+
* An object identifier arc as a name only.
|
|
4
|
+
*/
|
|
2
5
|
interface NameOnly extends GrokedThing {
|
|
3
6
|
name: string;
|
|
4
7
|
}
|
|
8
|
+
/**
|
|
9
|
+
* An object identifier arc as a number only.
|
|
10
|
+
*/
|
|
5
11
|
interface NumberOnly extends GrokedThing {
|
|
6
12
|
number: number;
|
|
7
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* An object identifier arc as a name and a number.
|
|
16
|
+
*/
|
|
8
17
|
interface NameAndNumber extends NameOnly, NumberOnly {
|
|
9
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* An object identifier arc as a name or a number or a name and a number.
|
|
21
|
+
*/
|
|
10
22
|
export type NameAndOrNumber = NameOnly | NumberOnly | NameAndNumber;
|
|
11
23
|
export {};
|
|
12
24
|
//# sourceMappingURL=NameAndOrNumber.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NameAndOrNumber.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NameAndOrNumber.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D,UAAU,QAAS,SAAQ,WAAW;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,UAAW,SAAQ,WAAW;IACtC,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,aAAc,SAAQ,QAAQ,EAAE,UAAU;CAAG;AAEvD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"NameAndOrNumber.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NameAndOrNumber.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D;;GAEG;AACH,UAAU,QAAS,SAAQ,WAAW;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,WAAW;IACtC,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,UAAU,aAAc,SAAQ,QAAQ,EAAE,UAAU;CAAG;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import type DefinedValue from './Defined.mjs';
|
|
3
3
|
/**
|
|
4
|
+
* An object identifier arc as a name and/or a number.
|
|
5
|
+
*
|
|
4
6
|
* This differs from `NameAndOrNumber` in supporting `DefinedValue` as an
|
|
5
7
|
* alternative for the number.
|
|
6
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NameAndOrNumberForm.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NameAndOrNumberForm.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;AAkB9C
|
|
1
|
+
{"version":3,"file":"NameAndOrNumberForm.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NameAndOrNumberForm.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;AAkB9C;;;;;GAKG;AACH,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,WAAW;IAC9D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;CAChC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import type Defined from './Defined.mjs';
|
|
3
|
+
/**
|
|
4
|
+
* A number and an associated name / identifier.
|
|
5
|
+
*/
|
|
3
6
|
export default interface NamedNumber extends GrokedThing {
|
|
4
7
|
identifier: string;
|
|
5
8
|
number: number | Defined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamedNumber.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NamedNumber.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AAEzC,MAAM,CAAC,OAAO,WAAW,WAAY,SAAQ,WAAW;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B"}
|
|
1
|
+
{"version":3,"file":"NamedNumber.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NamedNumber.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,WAAY,SAAQ,WAAW;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B"}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import { type Type } from './Type.mjs';
|
|
3
|
+
/**
|
|
4
|
+
* A name associated with a type, often used in `SEQUENCE` and `SET` definitions.
|
|
5
|
+
*
|
|
6
|
+
* ```bnf
|
|
7
|
+
* NamedType ::= identifier Type
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
3
10
|
export default interface NamedType extends GrokedThing {
|
|
4
11
|
identifier: string;
|
|
5
12
|
type: Type;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamedType.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NamedType.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"NamedType.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/NamedType.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,WAAW,SAAU,SAAQ,WAAW;IACpD,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,IAAI,CAAC;CACZ"}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import type NameAndOrNumberForm from './NameAndOrNumberForm.mjs';
|
|
2
2
|
import type DefinedValue from './Defined.mjs';
|
|
3
|
+
/**
|
|
4
|
+
* One of the forms that an object identifier arc can take on.
|
|
5
|
+
*
|
|
6
|
+
* ```bnf
|
|
7
|
+
* ObjIdComponents ::= NameForm | NumberForm | NameAndNumberForm | DefinedValue
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
3
10
|
export type ObjIdComponents = NameAndOrNumberForm | DefinedValue;
|
|
4
11
|
//# sourceMappingURL=ObjIdComponents.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjIdComponents.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjIdComponents.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ObjIdComponents.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjIdComponents.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,eAAe,CAAC;AAE9C;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectSet.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSet.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"ObjectSet.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSet.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AAErD;;;;;;GAMG;AACH,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC"}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { type Object_ } from './AssignmentTypes/ObjectAssignment/Object.mjs';
|
|
2
2
|
import type Defined from './Defined.mjs';
|
|
3
3
|
import { type SomethingFromObject } from './SomethingFromObject.mjs';
|
|
4
|
+
/**
|
|
5
|
+
* One of the individual items that may appear an `ObjectSet`.
|
|
6
|
+
*
|
|
7
|
+
* ```bnf
|
|
8
|
+
* ObjectSetElements ::= Object | DefinedObjectSet | ObjectSetFromObjects | ParameterizedObjectSet
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
4
11
|
export type ObjectSetElements = Object_ | Defined | SomethingFromObject;
|
|
5
12
|
//# sourceMappingURL=ObjectSetElements.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectSetElements.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSetElements.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAQrE,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,OAAO,GAAG,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"ObjectSetElements.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSetElements.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAQrE;;;;;;GAMG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,OAAO,GAAG,mBAAmB,CAAC"}
|
|
@@ -4,8 +4,11 @@ import { type ObjectSetElements } from './ObjectSetElements.mjs';
|
|
|
4
4
|
import { NonTerminalProductionType } from '../ProductionType.mjs';
|
|
5
5
|
export default interface ObjectSetSpec extends GrokedThing {
|
|
6
6
|
productionType: NonTerminalProductionType.ObjectSetSpec;
|
|
7
|
+
/** The root objects of the object set */
|
|
7
8
|
rootElementSetSpec?: ElementSetSpec<ObjectSetElements>;
|
|
9
|
+
/** The additional objects added after extension */
|
|
8
10
|
additionalElementSetSpec?: ElementSetSpec<ObjectSetElements>;
|
|
11
|
+
/** Whether the object set is explicitly extensible */
|
|
9
12
|
explicitlyExtensible: boolean;
|
|
10
13
|
}
|
|
11
14
|
//# sourceMappingURL=ObjectSetSpec.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectSetSpec.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSetSpec.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAYlE,MAAM,CAAC,OAAO,WAAW,aAAc,SAAQ,WAAW;IACxD,cAAc,EAAE,yBAAyB,CAAC,aAAa,CAAC;IACxD,kBAAkB,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;IACvD,wBAAwB,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;IAC7D,oBAAoB,EAAE,OAAO,CAAC;CAC/B"}
|
|
1
|
+
{"version":3,"file":"ObjectSetSpec.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/ObjectSetSpec.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAYlE,MAAM,CAAC,OAAO,WAAW,aAAc,SAAQ,WAAW;IACxD,cAAc,EAAE,yBAAyB,CAAC,aAAa,CAAC;IACxD,yCAAyC;IACzC,kBAAkB,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;IACvD,mDAAmD;IACnD,wBAAwB,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;IAC7D,sDAAsD;IACtD,oBAAoB,EAAE,OAAO,CAAC;CAC/B"}
|
|
@@ -2,6 +2,26 @@ import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
|
2
2
|
import AssignmentType from './AssignmentType.mjs';
|
|
3
3
|
import type Defined from './Defined.mjs';
|
|
4
4
|
import { type Type } from './Type.mjs';
|
|
5
|
+
/**
|
|
6
|
+
* A parameter to a parameterized assignment.
|
|
7
|
+
*
|
|
8
|
+
* ```bnf
|
|
9
|
+
* Parameter ::=
|
|
10
|
+
* ParamGovernor ":" DummyReference
|
|
11
|
+
* | DummyReference
|
|
12
|
+
*
|
|
13
|
+
* ParamGovernor ::= Governor | DummyGovernor
|
|
14
|
+
* Governor ::= Type | DefinedObjectClass
|
|
15
|
+
* DummyGovernor ::= DummyReference
|
|
16
|
+
* DummyReference ::= Reference
|
|
17
|
+
* Reference ::=
|
|
18
|
+
* typereference
|
|
19
|
+
* | valuereference
|
|
20
|
+
* | objectclassreference
|
|
21
|
+
* | objectreference
|
|
22
|
+
* | objectsetreference
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
5
25
|
export default interface Parameter extends GrokedThing {
|
|
6
26
|
paramGovernor?: string | Defined | Type;
|
|
7
27
|
dummyReference: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Parameter.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Parameter.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"Parameter.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Parameter.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,OAAO,WAAW,SAAU,SAAQ,WAAW;IACpD,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IACxC,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* A coordinate of four numbers identifying a Unicode code point.
|
|
4
|
+
*
|
|
5
|
+
* ```bnf
|
|
6
|
+
* Quadruple ::= "{" Group "," Plane "," Row "," Cell "}"
|
|
7
|
+
* ```
|
|
4
8
|
*/
|
|
5
9
|
export default interface Quadruple extends GrokedThing {
|
|
6
10
|
group: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quadruple.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Quadruple.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D
|
|
1
|
+
{"version":3,"file":"Quadruple.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Quadruple.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,WAAW,SAAU,SAAQ,WAAW;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1,5 +1,53 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
3
|
+
* which symbols are imported.
|
|
4
|
+
*
|
|
5
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
6
|
+
*
|
|
7
|
+
* > If the "SelectionOption" is WITH SUCCESSORS, the module denoted by the
|
|
8
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification with an
|
|
9
|
+
* > object identifier whose last node may be incremented zero or more times. If
|
|
10
|
+
* > multiple modules meet this criterion, the denoted module is the one whose
|
|
11
|
+
* > object identifier has the last node with the greatest number of increments.
|
|
12
|
+
*
|
|
13
|
+
* > If the "SelectionOption" is WITH DESCENDANTS, the module denoted by the
|
|
14
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification
|
|
15
|
+
* >that identifies the node identified by the "GlobalModuleReference" or one
|
|
16
|
+
* > of its subordinates. If multiple modules meet this criterion, the denoted
|
|
17
|
+
* > module is the one with the largest object identifier. For this comparison,
|
|
18
|
+
* > the arcs are compared successively until one arc is different (selecting
|
|
19
|
+
* > the largest arc) or the end of one object identifier is reached (selecting
|
|
20
|
+
* > the longer object identifier).
|
|
21
|
+
*/
|
|
22
|
+
export declare enum SelectionOption {
|
|
23
|
+
/**
|
|
24
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
25
|
+
* which symbols are imported.
|
|
26
|
+
*
|
|
27
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
28
|
+
*
|
|
29
|
+
* > If the "SelectionOption" is WITH SUCCESSORS, the module denoted by the
|
|
30
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification with an
|
|
31
|
+
* > object identifier whose last node may be incremented zero or more times. If
|
|
32
|
+
* > multiple modules meet this criterion, the denoted module is the one whose
|
|
33
|
+
* > object identifier has the last node with the greatest number of increments.
|
|
34
|
+
*/
|
|
2
35
|
WITH_SUCCESSORS = "WITH SUCCESSORS",
|
|
36
|
+
/**
|
|
37
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
38
|
+
* which symbols are imported.
|
|
39
|
+
*
|
|
40
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
41
|
+
*
|
|
42
|
+
* > If the "SelectionOption" is WITH DESCENDANTS, the module denoted by the
|
|
43
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification
|
|
44
|
+
* >that identifies the node identified by the "GlobalModuleReference" or one
|
|
45
|
+
* > of its subordinates. If multiple modules meet this criterion, the denoted
|
|
46
|
+
* > module is the one with the largest object identifier. For this comparison,
|
|
47
|
+
* > the arcs are compared successively until one arc is different (selecting
|
|
48
|
+
* > the largest arc) or the end of one object identifier is reached (selecting
|
|
49
|
+
* > the longer object identifier).
|
|
50
|
+
*/
|
|
3
51
|
WITH_DESCENDANTS = "WITH DESCENDANTS"
|
|
4
52
|
}
|
|
5
53
|
export default SelectionOption;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionOption.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SelectionOption.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectionOption.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SelectionOption.mts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,oBAAY,eAAe;IAEzB;;;;;;;;;;;OAWG;IACH,eAAe,oBAAoB;IAEnC;;;;;;;;;;;;;;OAcG;IACH,gBAAgB,qBAAqB;CACtC;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1,6 +1,54 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
3
|
+
* which symbols are imported.
|
|
4
|
+
*
|
|
5
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
6
|
+
*
|
|
7
|
+
* > If the "SelectionOption" is WITH SUCCESSORS, the module denoted by the
|
|
8
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification with an
|
|
9
|
+
* > object identifier whose last node may be incremented zero or more times. If
|
|
10
|
+
* > multiple modules meet this criterion, the denoted module is the one whose
|
|
11
|
+
* > object identifier has the last node with the greatest number of increments.
|
|
12
|
+
*
|
|
13
|
+
* > If the "SelectionOption" is WITH DESCENDANTS, the module denoted by the
|
|
14
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification
|
|
15
|
+
* >that identifies the node identified by the "GlobalModuleReference" or one
|
|
16
|
+
* > of its subordinates. If multiple modules meet this criterion, the denoted
|
|
17
|
+
* > module is the one with the largest object identifier. For this comparison,
|
|
18
|
+
* > the arcs are compared successively until one arc is different (selecting
|
|
19
|
+
* > the largest arc) or the end of one object identifier is reached (selecting
|
|
20
|
+
* > the longer object identifier).
|
|
21
|
+
*/
|
|
22
|
+
export var SelectionOption;
|
|
2
23
|
(function (SelectionOption) {
|
|
24
|
+
/**
|
|
25
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
26
|
+
* which symbols are imported.
|
|
27
|
+
*
|
|
28
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
29
|
+
*
|
|
30
|
+
* > If the "SelectionOption" is WITH SUCCESSORS, the module denoted by the
|
|
31
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification with an
|
|
32
|
+
* > object identifier whose last node may be incremented zero or more times. If
|
|
33
|
+
* > multiple modules meet this criterion, the denoted module is the one whose
|
|
34
|
+
* > object identifier has the last node with the greatest number of increments.
|
|
35
|
+
*/
|
|
3
36
|
SelectionOption["WITH_SUCCESSORS"] = "WITH SUCCESSORS";
|
|
37
|
+
/**
|
|
38
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
39
|
+
* which symbols are imported.
|
|
40
|
+
*
|
|
41
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
42
|
+
*
|
|
43
|
+
* > If the "SelectionOption" is WITH DESCENDANTS, the module denoted by the
|
|
44
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification
|
|
45
|
+
* >that identifies the node identified by the "GlobalModuleReference" or one
|
|
46
|
+
* > of its subordinates. If multiple modules meet this criterion, the denoted
|
|
47
|
+
* > module is the one with the largest object identifier. For this comparison,
|
|
48
|
+
* > the arcs are compared successively until one arc is different (selecting
|
|
49
|
+
* > the largest arc) or the end of one object identifier is reached (selecting
|
|
50
|
+
* > the longer object identifier).
|
|
51
|
+
*/
|
|
4
52
|
SelectionOption["WITH_DESCENDANTS"] = "WITH DESCENDANTS";
|
|
5
53
|
})(SelectionOption || (SelectionOption = {}));
|
|
6
54
|
export default SelectionOption;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionOption.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/SelectionOption.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectionOption.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/SelectionOption.mts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAN,IAAY,eAgCX;AAhCD,WAAY,eAAe;IAEzB;;;;;;;;;;;OAWG;IACH,sDAAmC,CAAA;IAEnC;;;;;;;;;;;;;;OAcG;IACH,wDAAqC,CAAA;AACvC,CAAC,EAhCW,eAAe,KAAf,eAAe,QAgC1B;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import { type ReferencedObjects } from './ReferencedObjects.mjs';
|
|
3
3
|
import { type FieldName } from './FieldName.mjs';
|
|
4
|
+
/**
|
|
5
|
+
* A type that may be used for any ASN.1 production that refers to a field of
|
|
6
|
+
* an object, such as `ValueFromObject` or `TypeFromObject`.
|
|
7
|
+
*
|
|
8
|
+
* ```bnf
|
|
9
|
+
* ValueFromObject ::= ReferencedObjects "." FieldName
|
|
10
|
+
* ValueSetFromObjects ::= ReferencedObjects "." FieldName
|
|
11
|
+
* TypeFromObject ::= ReferencedObjects "." FieldName
|
|
12
|
+
* ObjectFromObject ::= ReferencedObjects "." FieldName
|
|
13
|
+
* ObjectSetFromObjects ::= ReferencedObjects "." FieldName
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
4
16
|
export interface SomethingFromObject extends GrokedThing {
|
|
5
17
|
referencedObjects: ReferencedObjects;
|
|
6
18
|
fieldName: FieldName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SomethingFromObject.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SomethingFromObject.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"SomethingFromObject.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SomethingFromObject.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,SAAS,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -1,14 +1,45 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import { type AssignedIdentifier } from './AssignedIdentifier.mjs';
|
|
3
3
|
import SelectionOption from './SelectionOption.mjs';
|
|
4
|
+
import type Production from '../Production.mjs';
|
|
5
|
+
/**
|
|
6
|
+
* A list of symbols imported from a module.
|
|
7
|
+
*
|
|
8
|
+
* ```bnf
|
|
9
|
+
* SymbolsFromModule ::= SymbolList FROM GlobalModuleReference SelectionOption
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
4
12
|
export default interface SymbolsFromModule extends GrokedThing {
|
|
13
|
+
/** The "name" of the module, such as "AuthenticationFramework." */
|
|
5
14
|
identifier: string;
|
|
15
|
+
/** The assigned object identifier of the module. */
|
|
6
16
|
assignedIdentifier: AssignedIdentifier;
|
|
7
17
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
18
|
+
* The symbols are the keys of this property, and their productions in the
|
|
19
|
+
* Concrete Syntax Tree (CST), if known, are the values.
|
|
20
|
+
*/
|
|
21
|
+
symbolList: Record<string, Production | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Options for identifying alternatives of an ASN.1 module from
|
|
24
|
+
* which symbols are imported.
|
|
25
|
+
*
|
|
26
|
+
* From ITU-T Recommendation X.680 (2021), Section 13.16.f:
|
|
27
|
+
*
|
|
28
|
+
* > If the "SelectionOption" is WITH SUCCESSORS, the module denoted by the
|
|
29
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification with an
|
|
30
|
+
* > object identifier whose last node may be incremented zero or more times. If
|
|
31
|
+
* > multiple modules meet this criterion, the denoted module is the one whose
|
|
32
|
+
* > object identifier has the last node with the greatest number of increments.
|
|
33
|
+
*
|
|
34
|
+
* > If the "SelectionOption" is WITH DESCENDANTS, the module denoted by the
|
|
35
|
+
* > "GlobalModuleReference" is the one that has a DefinitiveIdentification
|
|
36
|
+
* >that identifies the node identified by the "GlobalModuleReference" or one
|
|
37
|
+
* > of its subordinates. If multiple modules meet this criterion, the denoted
|
|
38
|
+
* > module is the one with the largest object identifier. For this comparison,
|
|
39
|
+
* > the arcs are compared successively until one arc is different (selecting
|
|
40
|
+
* > the largest arc) or the end of one object identifier is reached (selecting
|
|
41
|
+
* > the longer object identifier).
|
|
10
42
|
*/
|
|
11
|
-
symbolList: Record<string, any>;
|
|
12
43
|
selectionOption?: SelectionOption;
|
|
13
44
|
}
|
|
14
45
|
//# sourceMappingURL=SymbolsFromModule.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SymbolsFromModule.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SymbolsFromModule.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,eAAe,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"SymbolsFromModule.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/SymbolsFromModule.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,eAAe,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAahD;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,WAAW,iBAAkB,SAAQ,WAAW;IAE5D,mEAAmE;IACnE,UAAU,EAAE,MAAM,CAAC;IAEnB,oDAAoD;IACpD,kBAAkB,EAAE,kBAAkB,CAAC;IAEvC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;IAEnD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC"}
|
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import type Defined from './Defined.mjs';
|
|
3
|
+
/**
|
|
4
|
+
* A tag for an ASN.1 value / encoding.
|
|
5
|
+
*
|
|
6
|
+
* ```bnf
|
|
7
|
+
* Tag ::= "[" EncodingReference Class ClassNumber "]"
|
|
8
|
+
* EncodingReference ::= encodingreference ":" | empty
|
|
9
|
+
* ClassNumber ::= number | DefinedValue
|
|
10
|
+
* Class ::= UNIVERSAL | APPLICATION | PRIVATE | empty
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
3
13
|
export default interface Tag extends GrokedThing {
|
|
14
|
+
/** Reference to rules for encoding using Encoding Control Notation (ECN). */
|
|
4
15
|
encodingReference?: string;
|
|
16
|
+
/** Tag class, such as "UNIVERSAL", "APPLICATION", or "PRIVATE", as a string. */
|
|
5
17
|
class_: string;
|
|
18
|
+
/** The class number of the tag. */
|
|
6
19
|
classNumber: number | Defined;
|
|
7
20
|
}
|
|
8
21
|
//# sourceMappingURL=Tag.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tag.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Tag.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tag.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AAEzC;;;;;;;;;GASG;AACH,MAAM,CAAC,OAAO,WAAW,GAAI,SAAQ,WAAW;IAC9C,6EAA6E;IAC7E,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gFAAgF;IAChF,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC;CAC/B"}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
import type Tag from './Tag.mjs';
|
|
3
|
+
/** Tagging of an ASN.1 value / encoding. */
|
|
3
4
|
export default interface Tagging extends GrokedThing {
|
|
4
5
|
/**
|
|
6
|
+
* If `true`, explicitly tagged.
|
|
7
|
+
* If `false`, implicitly tagged.
|
|
8
|
+
*
|
|
5
9
|
* A value of `undefined` means that the tag defers to the module's
|
|
6
10
|
* default tagging mode.
|
|
7
11
|
*/
|
|
8
12
|
explicit?: boolean;
|
|
13
|
+
/** The tag itself. */
|
|
9
14
|
tag: Tag;
|
|
10
15
|
}
|
|
11
16
|
//# sourceMappingURL=Tagging.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tagging.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tagging.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AAEjC,MAAM,CAAC,OAAO,WAAW,OAAQ,SAAQ,WAAW;IAClD
|
|
1
|
+
{"version":3,"file":"Tagging.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tagging.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AAEjC,4CAA4C;AAC5C,MAAM,CAAC,OAAO,WAAW,OAAQ,SAAQ,WAAW;IAClD;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sBAAsB;IACtB,GAAG,EAAE,GAAG,CAAC;CACV"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tagging mode for an ASN.1 module.
|
|
3
|
+
*
|
|
4
|
+
* `EXPLICIT` means that tagged values are included with an inner and
|
|
5
|
+
* outer tag.
|
|
6
|
+
*
|
|
7
|
+
* `IMPLICIT` means that the outermost tag replaces the inner tag. This
|
|
8
|
+
* produces a more compact encoding, but it is less self-describing.
|
|
9
|
+
*
|
|
10
|
+
* `AUTOMATIC` means that the components of a `SET`, `SEQUENCE`, or `CHOICE`
|
|
11
|
+
* have context-specific tags applied in ascending order (according to some
|
|
12
|
+
* complicated rules).
|
|
13
|
+
*/
|
|
1
14
|
declare enum TaggingMode {
|
|
2
15
|
EXPLICIT = "EXPLICIT",
|
|
3
16
|
IMPLICIT = "IMPLICIT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaggingMode.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TaggingMode.mts"],"names":[],"mappings":"AAAA,aAAK,WAAW;IACd,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AAED,eAAe,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"TaggingMode.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TaggingMode.mts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,aAAK,WAAW;IACd,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tagging mode for an ASN.1 module.
|
|
3
|
+
*
|
|
4
|
+
* `EXPLICIT` means that tagged values are included with an inner and
|
|
5
|
+
* outer tag.
|
|
6
|
+
*
|
|
7
|
+
* `IMPLICIT` means that the outermost tag replaces the inner tag. This
|
|
8
|
+
* produces a more compact encoding, but it is less self-describing.
|
|
9
|
+
*
|
|
10
|
+
* `AUTOMATIC` means that the components of a `SET`, `SEQUENCE`, or `CHOICE`
|
|
11
|
+
* have context-specific tags applied in ascending order (according to some
|
|
12
|
+
* complicated rules).
|
|
13
|
+
*/
|
|
1
14
|
var TaggingMode;
|
|
2
15
|
(function (TaggingMode) {
|
|
3
16
|
TaggingMode["EXPLICIT"] = "EXPLICIT";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaggingMode.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/TaggingMode.mts"],"names":[],"mappings":"AAAA,IAAK,WAIJ;AAJD,WAAK,WAAW;IACd,oCAAqB,CAAA;IACrB,oCAAqB,CAAA;IACrB,sCAAuB,CAAA;AACzB,CAAC,EAJI,WAAW,KAAX,WAAW,QAIf;AAED,eAAe,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"TaggingMode.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/TaggingMode.mts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,IAAK,WAIJ;AAJD,WAAK,WAAW;IACd,oCAAqB,CAAA;IACrB,oCAAqB,CAAA;IACrB,sCAAuB,CAAA;AACzB,CAAC,EAJI,WAAW,KAAX,WAAW,QAIf;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A token literal or group of optional tokens that together
|
|
3
|
+
* constitute the defined syntax for an ASN.1 information
|
|
4
|
+
* object class.
|
|
5
|
+
*
|
|
6
|
+
* ```bnf
|
|
7
|
+
* TokenOrGroupSpec ::= RequiredToken | OptionalGroup
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
1
10
|
export type TokenOrGroupSpec = string | TokenOrGroupSpec[];
|
|
2
11
|
//# sourceMappingURL=TokenOrGroupSpec.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenOrGroupSpec.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TokenOrGroupSpec.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TokenOrGroupSpec.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TokenOrGroupSpec.mts"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenOrGroupSpec.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/TokenOrGroupSpec.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TokenOrGroupSpec.mjs","sourceRoot":"","sources":["../../../src/lib/constructs/TokenOrGroupSpec.mts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import type GrokedThing from '../interfaces/GrokedThing.mjs';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* A coordinate of two numbers identifying a Unicode code point.
|
|
4
|
+
*
|
|
5
|
+
* ```bnf
|
|
6
|
+
* Tuple ::= "{" TableColumn "," TableRow "}"
|
|
7
|
+
* ```
|
|
4
8
|
*/
|
|
5
9
|
export default interface Tuple extends GrokedThing {
|
|
6
10
|
column: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tuple.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tuple.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D
|
|
1
|
+
{"version":3,"file":"Tuple.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Tuple.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAE7D;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,WAAW,KAAM,SAAQ,WAAW;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -197,6 +197,9 @@ interface RelativeOIDTypeType extends CommonType {
|
|
|
197
197
|
type: string;
|
|
198
198
|
}
|
|
199
199
|
export type EveryOtherType = ObjectDescriptorType | UTF8StringType | NumericStringType | PrintableStringType | TeletexStringType | T61StringType | VideotexStringType | IA5StringType | UTCTimeType | GeneralizedTimeType | GraphicStringType | VisibleStringType | ISO646StringType | GeneralStringType | UniversalStringType | BMPStringType | DateTimeTypeType | DateTypeType | DurationTypeType | TimeOfDayTypeType | TimeTypeType | IRITypeType | RelativeIRITypeType | RelativeOIDTypeType;
|
|
200
|
+
/**
|
|
201
|
+
* An ASN.1 type.
|
|
202
|
+
*/
|
|
200
203
|
export type Type = AnyType | BitStringType | BooleanType | ChoiceType | DefinedType | EmbeddedPDVType | EnumeratedType | EveryOtherType | ExternalType | InstanceOfType | IntegerType | NullType | ObjectClassFieldType | ObjectIdentifierType | OctetStringType | RealType | SelectionType | SequenceOfType | SequenceType | SetOfType | SetType | TypeFromObject | UnrestrictedCharacterStringType | ValueSetFromObjects | {
|
|
201
204
|
tagging?: Tagging;
|
|
202
205
|
constraints?: Constraint[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Type.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Type.mts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Type.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/Type.mts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeType.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TypeType.mts"],"names":[],"mappings":"AA6BA,aAAK,QAAQ;IACX,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,+BAA+B,oCAAoC;IACnE,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,oBAAoB,yBAAyB;IAC7C,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,QAAQ,aAAa;IACrB,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAE3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,mBAAmB,wBAAwB;IAG3C,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAG/B,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,gBAAgB,qBAAqB;IAGrC,OAAO,YAAY;CACpB;AAED,eAAe,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"TypeType.d.mts","sourceRoot":"","sources":["../../../src/lib/constructs/TypeType.mts"],"names":[],"mappings":"AA6BA;;GAEG;AACH,aAAK,QAAQ;IACX,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,+BAA+B,oCAAoC;IACnE,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,oBAAoB,yBAAyB;IAC7C,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,QAAQ,aAAa;IACrB,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAE3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,mBAAmB,wBAAwB;IAG3C,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAG/B,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,gBAAgB,qBAAqB;IAGrC,OAAO,YAAY;CACpB;AAED,eAAe,QAAQ,CAAC"}
|