akeyless-types-commons 1.0.48 → 1.0.49

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.
@@ -265,6 +265,7 @@ export interface ErmStates {
265
265
  battery_disconnected?: number;
266
266
  }
267
267
  export type ReportMetaDataType = "string" | "car_number" | "phone" | "date" | "time" | "datetime" | "number" | "email" | "boolean" | "geo" | "duration";
268
+ export type ReportParameterDataType = ReportMetaDataType | "select" | "multi_select";
268
269
  export interface ReportMetaHeader {
269
270
  name: string;
270
271
  type: ReportMetaDataType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {