cmd-control-client-lib 3.0.108 → 3.0.109

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.
@@ -1,4 +1,5 @@
1
1
  import { EnumBooleanStringified } from "../../@types/enum-boolean-stringified";
2
+ import { ComaSeparatedValues } from "../sessionstate";
2
3
  export declare enum SupportedLanguage {
3
4
  DE = "de",
4
5
  EN = "en",
@@ -14,7 +15,7 @@ export declare enum EnumFormatValues {
14
15
  PLAIN = "plain"
15
16
  }
16
17
  export declare type baseParamsType = {
17
- [key: string]: string;
18
+ [key: string]: string | ComaSeparatedValues<string>;
18
19
  /** your app instance id, internal */
19
20
  _iid?: string;
20
21
  /** your app type */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.108",
4
+ "version": "3.0.109",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },