@ironcode/vas-lib 0.0.37 → 0.0.39

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.
@@ -4,3 +4,4 @@ export interface VasCameraControlValueModel {
4
4
  url?: string;
5
5
  id?: string;
6
6
  }
7
+ export declare function isCameraControlValueV1(object: any): object is VasCameraControlValueModel;
@@ -27,10 +27,7 @@ export declare class VasFileModel extends VasJobDataModel {
27
27
  status: string;
28
28
  uri: string;
29
29
  constructor(id: string, created: string, serverCreated: string, createdBy: string, modified: string, serverModified: string, modifiedBy: string, account: string, job: string, name: string, fileSize: number, mimeType: string, sequence: number, config: VasFileDtoConfigDto, url: string, controlPath: string, message: string, status: string, uri: string);
30
- /**
31
- * @param {VasFieldDto} fileDto
32
- * @return {VasFieldModel}
33
- */
30
+ static empty(): VasFileModel;
34
31
  static fromDto(fileDto: Partial<VasFileDto>): VasFileModel;
35
32
  static parseConfig(config?: string): VasFileDtoConfigDto;
36
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironcode/vas-lib",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "peerDependencies": {
5
5
  "angular2-uuid": "^1.1.1",
6
6
  "moment": "^2.0.0"