pim-import 4.46.0 → 4.47.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.
@@ -517,13 +517,6 @@
517
517
  "dictionary": "",
518
518
  "type": "string"
519
519
  },
520
- {
521
- "key": "vdc",
522
- "parent": "electrical",
523
- "icon": false,
524
- "dictionary": "",
525
- "type": "string"
526
- },
527
520
  {
528
521
  "key": "current",
529
522
  "parent": "electrical",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "4.46.0",
3
+ "version": "4.47.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -517,13 +517,6 @@
517
517
  "dictionary": "",
518
518
  "type": "string"
519
519
  },
520
- {
521
- "key": "vdc",
522
- "parent": "electrical",
523
- "icon": false,
524
- "dictionary": "",
525
- "type": "string"
526
- },
527
520
  {
528
521
  "key": "current",
529
522
  "parent": "electrical",
@@ -203,7 +203,6 @@ export interface Electrical {
203
203
  bulbAndLed?: null;
204
204
  lampType?: null;
205
205
  vac?: null;
206
- vdc?: null;
207
206
  phases?: null[] | null;
208
207
  dimmingInterfaces?: null[] | null;
209
208
  dimmingRange?: null;
@@ -202,7 +202,6 @@ export interface Electrical {
202
202
  bulbAndLed?: null;
203
203
  lampType?: null;
204
204
  vac?: null;
205
- vdc?: null;
206
205
  phases?: null[] | null;
207
206
  dimmingInterfaces?: null[] | null;
208
207
  dimmingRange?: null;