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/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +7 -2
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +3 -1
- package/fesm2015/fabrikantencore.mjs +8 -1
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +8 -1
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +2 -0
package/package.json
CHANGED
|
@@ -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;
|