cmd-control-client-lib 3.0.321 → 3.0.322

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.
@@ -209,7 +209,7 @@ export declare class CMDC_CLIP implements ICOMMAND {
209
209
  duration: string;
210
210
  price: string;
211
211
  currency: EnumCurrency;
212
- snapshot: JSONString<clipSnapshot[]>;
212
+ snapshots: JSONString<clipSnapshot[]>;
213
213
  };
214
214
  }
215
215
  export declare class CMDP_CGETCLIPS implements ICOMMAND {
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.321",
4
+ "version": "3.0.322",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },