Skip to content

Commit 06f8595

Browse files
fix(x400): missing imports and wrong import
1 parent 1ed41cd commit 06f8595

File tree

1,362 files changed

+2257
-2376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,362 files changed

+2257
-2376
lines changed

ocs.txt

Lines changed: 0 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,3 @@
1-
import { ABSTRACT_ERROR }
2-
import { ABSTRACT_OPERATION }
3-
import { AC_AUTH_CONTEXT }
4-
import { AC_CAP_IDENTITY }
5-
import { AC_PROXY }
6-
import { ADDITIONAL }
7-
import { ALGORITHM }
8-
import { ALGORITHM_ID }
9-
import { ALGORITHM_IDENTIFIER }
10-
import { APPLICATION_CONTEXT }
11-
import { ATTRIBUTE }
12-
import { AUTO_ACTION }
13-
import { AUTO_ACTION_ERROR }
14-
import { BAG_TYPE }
15-
import { BILATERAL }
16-
import { CDTC_SIGNAL_TYPE }
17-
import { CDTC_TEST_RESULTS }
18-
import { CERT_POLICY_QUALIFIER }
19-
import { CHARACTERISTIC_TWO }
20-
import { CMIP_ACTION }
21-
import { CMIP_ATTRIBUTE }
22-
import { CMIP_AVA }
23-
import { CMIP_EVENT }
24-
import { CMIP_SPECIFICERROR }
25-
import { CMS_CONTENT_TYPE }
26-
import { COMMITMENT_QUALIFIER }
27-
import { COMPRESSION_ALGORITHM }
28-
import { CONDITION }
29-
import { CONNECTION_PACKAGE }
30-
import { CONTENT_ENCRYPTION }
31-
import { CONTENT_RULE }
32-
import { CONTENT_TYPE }
33-
import { CONTEXT }
34-
import { CONTRACT }
35-
import { CR_SEQUENCE }
36-
import { CURVE }
37-
import { CURVES }
38-
import { DBEKM }
39-
import { DEVICE_SCHEME }
40-
import { DIGEST_ALGORITHM }
41-
import { DIT_CONTEXT_USE_RULE }
42-
import { DMI_EXTENSION }
43-
import { DMI_SERVICEUSER }
44-
import { DMI_SUPPORTEDFEATURES }
45-
import { DMI_TYPE_IDENTIFIER }
46-
import { DOCUMENT_PARAMETER }
47-
import { ECDOMAIN }
48-
import { EDIM_EXTENSION }
49-
import { ENCINFO_TYPE }
50-
import { ERROR }
51-
import { EXTENDED_BODY_PART_TYPE }
52-
import { EXTENDED_KEY_MGMT_INFO }
53-
import { EXTENSION }
54-
import { EXTENSION_ATTRIBUTE }
55-
import { EXTERNAL_MESSAGE_REFERENCE }
56-
import { FIELD_ID }
57-
import { FRIENDS }
58-
import { IDENTIFICATION }
59-
import { IDM_PROTOCOL }
60-
import { INFO_REPLY_IDENTIFIER }
61-
import { INFO_TYPE_AND_VALUE }
62-
import { INSURANCE_SCHEME }
63-
import { INTERACTIVE_MESSAGE }
64-
import { INTERACTIVE_OPERATION }
65-
import { IPMS_EXTENSION }
66-
import { KEY_AGREE }
67-
import { KEY_AGREEMENT }
68-
import { KEY_ATTRIBUTE }
69-
import { KEY_DERIVATION }
70-
import { KEY_IDENTIFIER }
71-
import { KEY_INFORMATION }
72-
import { KEY_MANAGEMENT }
73-
import { KEY_TRANSPORT }
74-
import { KEY_WRAP }
75-
import { LABORATORY_SCHEME }
76-
import { MAC_ALGORITHM }
77-
import { MANUFACTURER_SCHEME }
78-
import { MAPPING_BASED_MATCHING }
79-
import { MATCHING_RESTRICTION }
80-
import { MATCHING_RULE }
81-
import { MECHANISM_NAME }
82-
import { MEDICAL_RECORD_SCHEME }
83-
import { MEDICAL_STAFF_SCHEME }
84-
import { MHS_OBJECT }
85-
import { MKMF_VALUES }
86-
import { MODE }
87-
import { MS_EXTENSION }
88-
import { NAME_FORM }
89-
import { NATIONAL_BODY_PARTS }
90-
import { OBJECT_CLASS }
91-
import { OC_DATA }
92-
import { OP_BIND_ROLE }
93-
import { OP_BINDING_COOP }
94-
import { OPEN }
95-
import { OPERATION }
96-
import { OPERATION_PACKAGE }
97-
import { OPERATIONAL_BINDING }
98-
import { OTHER_CERT_FMT }
99-
import { OTHER_KEY_ATTRIBUTE }
100-
import { OTHER_NAME }
101-
import { OTHER_RECIPIENT }
102-
import { OTHER_REFERRAL }
103-
import { OTHER_REVOCATION_REF }
104-
import { OTHER_REVOCATION_VAL }
105-
import { OTHER_REVOK_INFO }
106-
import { OTHERCERTIFICATE }
107-
import { OTHERREVOCATION }
108-
import { PARAMETER }
109-
import { PATIENT_SCHEME }
110-
import { PKCS15_ALGORITHM }
111-
import { PKCS15_OPAQUE }
112-
import { PKCS7_CONTENT_TYPE }
113-
import { POLICY }
114-
import { PORT }
115-
import { PROTECTION_MAPPING }
116-
import { PUBLIC_KEY }
117-
import { QC_STATEMENT }
118-
import { QUANTITY }
119-
import { REALIZATION }
120-
import { REGISTERED_AS }
1211
import { REQUEST_ATTRIBUTE }
1222
import { RESPONSE }
1233
import { RESULT_ATTRIBUTE }

packages/acse/src/lib/modules/ACSE-1/ObjectSet.osa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
EmbeddedPDV as _PDV,
1010
ASN1ConstructionError as _ConstructionError,
1111
} from '@wildboar/asn1';
12-
import { MECHANISM_NAME } from '../ACSE-1/MECHANISM-NAME.oca.mjs';
12+
import { type MECHANISM_NAME } from '../ACSE-1/MECHANISM-NAME.oca.mjs';
1313
/**
1414
* @summary ObjectSet
1515
* @description

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/DHPublicNumbers-Union0-Intersection0-Element.oa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
2+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
33
import { dhPublicNumber } from "../ANSI-X9-42/dhPublicNumber.va.mjs";
44
import {
55
DomainParameters,

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/DHPublicNumbers.osa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
2+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
33
import { dhPublicNumber } from "../ANSI-X9-42/dhPublicNumber.va.mjs";
44
import {
55
_decode_DomainParameters,

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/FieldTypes-Union0-Intersection0-Element.oa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
_decode_DomainParameters,
44
_encode_DomainParameters,
55
} from "../ANSI-X9-42/DomainParameters.ta.mjs";
6-
import { FIELD_ID } from "../ANSI-X9-42/FIELD-ID.oca.mjs";
6+
import { type FIELD_ID } from "../ANSI-X9-42/FIELD-ID.oca.mjs";
77
import { gfPrime } from "../ANSI-X9-42/gfPrime.va.mjs";
88

99
/**

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/FieldTypes.osa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { FIELD_ID } from "../ANSI-X9-42/FIELD-ID.oca.mjs";
2+
import { type FIELD_ID } from "../ANSI-X9-42/FIELD-ID.oca.mjs";
33
import {
44
_decode_DomainParameters,
55
_encode_DomainParameters,

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/KEY-AGREEMENT.oca.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
2+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
33

44
/**
55
* @summary KEY_AGREEMENT

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/KeyDerivationAlgorithm-Union0-Intersection0-Element.oa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable */
22
import { NULL } from "@wildboar/asn1";
33
import * as $ from "@wildboar/asn1/functional";
4-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
4+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
55
import { id_sha1 } from "../ANSI-X9-42/id-sha1.va.mjs";
66

77
/**

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/KeyDerivationAlgorithm.osa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
2+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
33
import { id_sha1 } from "../ANSI-X9-42/id-sha1.va.mjs";
44
import {
55
_decodeNull,

packages/ansi-x9-42/src/lib/modules/ANSI-X9-42/KeySpecificAlgorithms-Union0-Intersection0-Element.oa.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
import { ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
2+
import { type ALGORITHM_ID } from "../ANSI-X9-42/ALGORITHM-ID.oca.mjs";
33
import {
44
Counter,
55
_decode_Counter,

0 commit comments

Comments
 (0)