digicust_types 1.8.13 → 1.8.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,8 @@ export interface MeanOfTransportation extends Meta<MeanOfTransportationMode> {
10
10
  DE_A0108?: string;
11
11
  /** Transport Mode */
12
12
  DE_C0018?: string;
13
+ /** Type of Identification of Means of Transport */
14
+ DE_C0750?: string;
13
15
  licensePlate?: string;
14
16
  name?: string;
15
17
  type?: MeanOfTransportationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.13",
3
+ "version": "1.8.14",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",