cmd-control-client-lib 3.0.135 → 3.0.136

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.
@@ -140,8 +140,8 @@ export declare enum EnumProductId {
140
140
  }
141
141
  /** channel selector type */
142
142
  export declare type channelIdSelector = {
143
- selectAll?: EnumBooleanStringified;
144
143
  channelId?: ComaSeparatedValues<string> | string;
144
+ selectActive?: EnumBooleanStringified;
145
145
  selectRegularCustomer?: EnumBooleanStringified;
146
146
  selectAdvertised?: EnumBooleanStringified;
147
147
  selectPinned?: EnumBooleanStringified;
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.135",
4
+ "version": "3.0.136",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },