fabrikantencore 2.2.11 → 2.2.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.2.11",
3
+ "version": "2.2.12",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -1243,6 +1243,7 @@ export interface IFabrikantenTextureRequestModel {
1243
1243
  export declare class FabrikantenFileViewModel implements IFabrikantenFileViewModel {
1244
1244
  file?: string | undefined;
1245
1245
  customRFAZip: boolean;
1246
+ rvtExtension: boolean;
1246
1247
  constructor(data?: IFabrikantenFileViewModel);
1247
1248
  init(_data?: any): void;
1248
1249
  static fromJS(data: any): FabrikantenFileViewModel;
@@ -1251,6 +1252,7 @@ export declare class FabrikantenFileViewModel implements IFabrikantenFileViewMod
1251
1252
  export interface IFabrikantenFileViewModel {
1252
1253
  file?: string | undefined;
1253
1254
  customRFAZip: boolean;
1255
+ rvtExtension: boolean;
1254
1256
  }
1255
1257
  export declare class FabrikantenFileRequestModel implements IFabrikantenFileRequestModel {
1256
1258
  fileType?: string | undefined;