cyc-type-def 3.0.5 → 3.0.6

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/dist/index.d.cts CHANGED
@@ -249,6 +249,8 @@ interface MsjClassType extends Base {
249
249
  title: string;
250
250
  seq?: number;
251
251
  defaultMinAtt?: number;
252
+ labelEn?: string;
253
+ labelZh?: string;
252
254
  }
253
255
 
254
256
  interface MsjClassBatch extends Base {
package/dist/index.d.ts CHANGED
@@ -249,6 +249,8 @@ interface MsjClassType extends Base {
249
249
  title: string;
250
250
  seq?: number;
251
251
  defaultMinAtt?: number;
252
+ labelEn?: string;
253
+ labelZh?: string;
252
254
  }
253
255
 
254
256
  interface MsjClassBatch extends Base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",