seamapi-types
Advanced tools
Comparing version 1.3.17 to 1.3.18
@@ -103,3 +103,3 @@ import { Except } from 'type-fest'; | ||
selection_mode?: "none" | "single" | "multiple"; | ||
context: "device"; | ||
context?: "device"; | ||
}, { | ||
@@ -106,0 +106,0 @@ value: string | string[]; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.3.17", | ||
"version": "1.3.18", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -54,3 +54,3 @@ import { Except } from "type-fest" | ||
selection_mode?: "none" | "single" | "multiple" | ||
context: "device" | ||
context?: "device" | ||
}, | ||
@@ -57,0 +57,0 @@ { value: string | string[] } |
13501