Skip to content

Commit 1ed41cd

Browse files
fix: type-only import object classes
1 parent 331bc63 commit 1ed41cd

File tree

1 file changed

+157
-0
lines changed

1 file changed

+157
-0
lines changed

ocs.txt

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
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 }
121+
import { REQUEST_ATTRIBUTE }
122+
import { RESPONSE }
123+
import { RESULT_ATTRIBUTE }
124+
import { REV_INFO }
125+
import { ROS_OBJECT_CLASS }
126+
import { SCHED_ERROR }
127+
import { SCOPE_RESTRICTION }
128+
import { SE_ERROR }
129+
import { SEARCH_RULE }
130+
import { SEC_EXCHG_ITEM }
131+
import { SECURITY_CATEGORY }
132+
import { SECURITY_EXCHANGE }
133+
import { SECURITY_PROTOCOL }
134+
import { SECURITY_TRANSFORMATION }
135+
import { SIG_POLICY_QUALIFIER }
136+
import { SIGNATURE_ALGORITHM }
137+
import { SIGNCRYPTED }
138+
import { SIMPLE_MESSAGE }
139+
import { SMIME_CAPS }
140+
import { SOFTWARE_SCHEME }
141+
import { STRUCTURE_RULE }
142+
import { SWMF_TRANSFER }
143+
import { SYMBOLS }
144+
import { SYNTAX_NAME }
145+
import { TMF_OBJECT }
146+
import { TOKEN }
147+
import { TOKEN_DATA }
148+
import { TOKENIZED }
149+
import { UMF_AUDIT }
150+
import { UMF_SERVICE }
151+
import { UMF_USAGE }
152+
import { UNIT }
153+
import { WANT_BACK }
154+
import { WRAPPED_PDU }
155+
import { WRAPPED_PROT }
156+
import { X413ATTRIBUTE }
157+
import { ZONAL_MATCHING }

0 commit comments

Comments
 (0)