@ironcode/vas-lib 3.0.0-alpha.12 → 3.0.0-alpha.23

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.
@@ -117,7 +117,9 @@ export declare class VasJobRelationalModel extends VasJobBaseModel<Array<VasFiel
117
117
  }
118
118
  export declare class VasJobDocumentModel extends VasJobBaseModel<Record<string, FieldValueType>> {
119
119
  static fromRelationalDto(dto: Partial<VasJobRelationalDto>): VasJobDocumentModel;
120
- static fromDto(dto: Partial<VasJobDocumentDto>): VasJobDocumentModel;
120
+ static fromDto(dto: Partial<VasJobDocumentDto>, options?: {
121
+ disableMigrateCheck: boolean;
122
+ }): VasJobDocumentModel;
121
123
  static empty(): VasJobDocumentModel;
122
124
  toDto(): VasJobDocumentDto;
123
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironcode/vas-lib",
3
- "version": "3.0.0-alpha.12",
3
+ "version": "3.0.0-alpha.23",
4
4
  "peerDependencies": {
5
5
  "angular2-uuid": "^1.1.1",
6
6
  "moment": "^2.0.0",