fabrikantencore 2.1.2 → 2.1.3
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/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +6 -1
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +4 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +26 -0
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +9 -3
- package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +10 -5
- package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +41 -0
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +301 -3
- package/fesm2015/fabrikantencore.mjs +425 -61
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +425 -61
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +16 -0
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +26 -25
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +3 -1
- package/src/app/modules/fabrikantencore/services/toebehoren.service.d.ts +13 -0
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +78 -2
package/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../../services/fabrikanten.service';
|
|
3
|
+
import { MobileService } from '../../../services/mobile.service';
|
|
4
|
+
import { ToebehorenService } from '../../../services/toebehoren.service';
|
|
5
|
+
import { TranslateService } from '../../../services/translate.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FabToebehorenComponent {
|
|
8
|
+
FabrikantenService: FabrikantenService;
|
|
9
|
+
ToebehorenService: ToebehorenService;
|
|
10
|
+
TranslateService: TranslateService;
|
|
11
|
+
MobileService: MobileService;
|
|
12
|
+
ChangeDetectorRef: ChangeDetectorRef;
|
|
13
|
+
constructor(FabrikantenService: FabrikantenService, ToebehorenService: ToebehorenService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabToebehorenComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabToebehorenComponent, "app-fab-toebehoren", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -56,32 +56,33 @@ import * as i54 from "./components/fab-iframe/fab-iframe.component";
|
|
|
56
56
|
import * as i55 from "./beheer/components/beheer-deeplink/beheer-deeplink.component";
|
|
57
57
|
import * as i56 from "./components/fab-filter-colour/fab-filter-colour.component";
|
|
58
58
|
import * as i57 from "./components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component";
|
|
59
|
-
import * as i58 from "
|
|
60
|
-
import * as i59 from "@angular/common
|
|
61
|
-
import * as i60 from "@angular/
|
|
62
|
-
import * as i61 from "@angular/
|
|
63
|
-
import * as i62 from "@angular/
|
|
64
|
-
import * as i63 from "@angular/
|
|
65
|
-
import * as i64 from "@angular/material/
|
|
66
|
-
import * as i65 from "@angular/material/
|
|
67
|
-
import * as i66 from "@angular/material/
|
|
68
|
-
import * as i67 from "@angular/material/
|
|
69
|
-
import * as i68 from "@angular/material/
|
|
70
|
-
import * as i69 from "@angular/material/
|
|
71
|
-
import * as i70 from "@angular/material/
|
|
72
|
-
import * as i71 from "@angular/material/
|
|
73
|
-
import * as i72 from "@angular/material/
|
|
74
|
-
import * as i73 from "@angular/material/
|
|
75
|
-
import * as i74 from "@angular/material/
|
|
76
|
-
import * as i75 from "@angular/material/
|
|
77
|
-
import * as i76 from "@angular/material/
|
|
78
|
-
import * as i77 from "@angular/material/
|
|
79
|
-
import * as i78 from "@angular/material/
|
|
80
|
-
import * as i79 from "@angular/material/
|
|
81
|
-
import * as i80 from "@angular/material/
|
|
82
|
-
import * as i81 from "@angular/
|
|
59
|
+
import * as i58 from "./components/fab-product/fab-toebehoren/fab-toebehoren.component";
|
|
60
|
+
import * as i59 from "@angular/common";
|
|
61
|
+
import * as i60 from "@angular/common/http";
|
|
62
|
+
import * as i61 from "@angular/material/input";
|
|
63
|
+
import * as i62 from "@angular/forms";
|
|
64
|
+
import * as i63 from "@angular/platform-browser/animations";
|
|
65
|
+
import * as i64 from "@angular/material/tooltip";
|
|
66
|
+
import * as i65 from "@angular/material/button";
|
|
67
|
+
import * as i66 from "@angular/material/list";
|
|
68
|
+
import * as i67 from "@angular/material/expansion";
|
|
69
|
+
import * as i68 from "@angular/material/card";
|
|
70
|
+
import * as i69 from "@angular/material/icon";
|
|
71
|
+
import * as i70 from "@angular/material/dialog";
|
|
72
|
+
import * as i71 from "@angular/material/tree";
|
|
73
|
+
import * as i72 from "@angular/material/sidenav";
|
|
74
|
+
import * as i73 from "@angular/material/table";
|
|
75
|
+
import * as i74 from "@angular/material/button-toggle";
|
|
76
|
+
import * as i75 from "@angular/material/stepper";
|
|
77
|
+
import * as i76 from "@angular/material/checkbox";
|
|
78
|
+
import * as i77 from "@angular/material/divider";
|
|
79
|
+
import * as i78 from "@angular/material/tabs";
|
|
80
|
+
import * as i79 from "@angular/material/progress-spinner";
|
|
81
|
+
import * as i80 from "@angular/material/select";
|
|
82
|
+
import * as i81 from "@angular/material/snack-bar";
|
|
83
|
+
import * as i82 from "@angular/router";
|
|
83
84
|
export declare class FabrikantenCoreModule {
|
|
84
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
|
|
85
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.BeheerMainComponent, typeof i3.BeheerInlogComponent, typeof i4.BeheerNavComponent, typeof i5.BeheerUsersComponent, typeof i6.BeheerProductsComponent, typeof i7.BeheerFiltersComponent, typeof i8.BeheerSettingsComponent, typeof i9.FabLoaderComponent, typeof i10.BeheerSearchProductsComponent, typeof i11.BeheerSearchproductsKoppelDialogComponent, typeof i12.BeheerProductsProductComponent, typeof i13.BeheerProductsBcbproductComponent, typeof i14.BeheerImportSetsComponent, typeof i15.BeheerImportSetsOpbouwComponent, typeof i16.BeheerImportSetsEigenschapComponent, typeof i15.BeheerImportSetsEboComponent, typeof i17.BeheerProductsEigenschapComponent, typeof i18.BeheerProductsKoppelFilteroptionDailogComponent, typeof i19.FabFilterComponent, typeof i20.FabProductComponent, typeof i21.FabBcbProductComponent, typeof i22.FabProductSelectComponent, typeof i23.FabProductTileComponent, typeof i24.FabProductInfoComponent, typeof i25.FabProductBestekComponent, typeof i26.FabProductInfoPhotoComponent, typeof i27.FabProductInfoPhotoDialogComponent, typeof i28.BeheerEboKoppelComponent, typeof i29.BeheerSettingsOptionsComponent, typeof i30.BeheerSettingsStringComponent, typeof i31.BeheerImportSetsDialogComponent, typeof i32.BeheerCategoriesComponent, typeof i33.BeheerConnectCategoryDialogComponent, typeof i34.FabStartComponent, typeof i35.FabCategoriesComponent, typeof i36.FabCategoryTileComponent, typeof i37.FabBreadcrumbComponent, typeof i38.FabFiltersInputComponent, typeof i39.FabFiltersOverviewComponent, typeof i40.FabFlagComponent, typeof i41.BeheerTranslateComponent, typeof i42.FabLanguageSelectComponent, typeof i43.FabHeaderComponent, typeof i44.FabWebglViewerComponent, typeof i45.FabSvgViewerComponent, typeof i46.BeheerProductsOpbouwComponent, typeof i46.BeheerProductsEboComponent, typeof i47.BeheerProductsEigenschapBereikComponent, typeof i48.BeheerDisplayEboComponent, typeof i49.BeheerProductsConnectRangeinputComponent, typeof i50.FabRangeInputComponent, typeof i51.BeheerSettingsBooleanComponent, typeof i52.BeheerSelectFilterDialogComponent, typeof i53.FabTextureComponent, typeof i54.FabIframeComponent, typeof i55.BeheerDeeplinkComponent, typeof i56.FabFilterColourComponent, typeof i57.FabFilterColourDialogComponent], [typeof
|
|
86
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.BeheerMainComponent, typeof i3.BeheerInlogComponent, typeof i4.BeheerNavComponent, typeof i5.BeheerUsersComponent, typeof i6.BeheerProductsComponent, typeof i7.BeheerFiltersComponent, typeof i8.BeheerSettingsComponent, typeof i9.FabLoaderComponent, typeof i10.BeheerSearchProductsComponent, typeof i11.BeheerSearchproductsKoppelDialogComponent, typeof i12.BeheerProductsProductComponent, typeof i13.BeheerProductsBcbproductComponent, typeof i14.BeheerImportSetsComponent, typeof i15.BeheerImportSetsOpbouwComponent, typeof i16.BeheerImportSetsEigenschapComponent, typeof i15.BeheerImportSetsEboComponent, typeof i17.BeheerProductsEigenschapComponent, typeof i18.BeheerProductsKoppelFilteroptionDailogComponent, typeof i19.FabFilterComponent, typeof i20.FabProductComponent, typeof i21.FabBcbProductComponent, typeof i22.FabProductSelectComponent, typeof i23.FabProductTileComponent, typeof i24.FabProductInfoComponent, typeof i25.FabProductBestekComponent, typeof i26.FabProductInfoPhotoComponent, typeof i27.FabProductInfoPhotoDialogComponent, typeof i28.BeheerEboKoppelComponent, typeof i29.BeheerSettingsOptionsComponent, typeof i30.BeheerSettingsStringComponent, typeof i31.BeheerImportSetsDialogComponent, typeof i32.BeheerCategoriesComponent, typeof i33.BeheerConnectCategoryDialogComponent, typeof i34.FabStartComponent, typeof i35.FabCategoriesComponent, typeof i36.FabCategoryTileComponent, typeof i37.FabBreadcrumbComponent, typeof i38.FabFiltersInputComponent, typeof i39.FabFiltersOverviewComponent, typeof i40.FabFlagComponent, typeof i41.BeheerTranslateComponent, typeof i42.FabLanguageSelectComponent, typeof i43.FabHeaderComponent, typeof i44.FabWebglViewerComponent, typeof i45.FabSvgViewerComponent, typeof i46.BeheerProductsOpbouwComponent, typeof i46.BeheerProductsEboComponent, typeof i47.BeheerProductsEigenschapBereikComponent, typeof i48.BeheerDisplayEboComponent, typeof i49.BeheerProductsConnectRangeinputComponent, typeof i50.FabRangeInputComponent, typeof i51.BeheerSettingsBooleanComponent, typeof i52.BeheerSelectFilterDialogComponent, typeof i53.FabTextureComponent, typeof i54.FabIframeComponent, typeof i55.BeheerDeeplinkComponent, typeof i56.FabFilterColourComponent, typeof i57.FabFilterColourDialogComponent, typeof i58.FabToebehorenComponent], [typeof i59.CommonModule, typeof i60.HttpClientModule, typeof i61.MatInputModule, typeof i62.FormsModule, typeof i63.BrowserAnimationsModule, typeof i64.MatTooltipModule, typeof i65.MatButtonModule, typeof i66.MatListModule, typeof i67.MatExpansionModule, typeof i68.MatCardModule, typeof i69.MatIconModule, typeof i70.MatDialogModule, typeof i71.MatTreeModule, typeof i72.MatSidenavModule, typeof i73.MatTableModule, typeof i74.MatButtonToggleModule, typeof i75.MatStepperModule, typeof i76.MatCheckboxModule, typeof i77.MatDividerModule, typeof i78.MatTabsModule, typeof i79.MatProgressSpinnerModule, typeof i80.MatSelectModule, typeof i81.MatSnackBarModule, typeof i82.RouterModule], [typeof i1.FabFiltersComponent]>;
|
|
86
87
|
static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
|
|
87
88
|
}
|
|
@@ -5,6 +5,7 @@ import { BestekService } from './bestek.service';
|
|
|
5
5
|
import { NavigateService } from './navigate.service';
|
|
6
6
|
import { SVGService } from './svg.service';
|
|
7
7
|
import { TextureService } from './texture.service';
|
|
8
|
+
import { ToebehorenService } from './toebehoren.service';
|
|
8
9
|
import { TranslateService } from './translate.service';
|
|
9
10
|
import { WebGLService } from './webgl.service';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
@@ -15,6 +16,7 @@ export declare class FabrikantenService {
|
|
|
15
16
|
private WebGLService;
|
|
16
17
|
private SVGService;
|
|
17
18
|
private TextureService;
|
|
19
|
+
private ToebehorenService;
|
|
18
20
|
private NavigateService;
|
|
19
21
|
private Init;
|
|
20
22
|
Loading: boolean;
|
|
@@ -29,7 +31,7 @@ export declare class FabrikantenService {
|
|
|
29
31
|
FabrikantenViewModel: FabrikantenViewModel;
|
|
30
32
|
SelectedPhoto: number;
|
|
31
33
|
private SelectedTab;
|
|
32
|
-
constructor(FabrikantenApiClient: FabrikantenApiClient, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, SVGService: SVGService, TextureService: TextureService, NavigateService: NavigateService);
|
|
34
|
+
constructor(FabrikantenApiClient: FabrikantenApiClient, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, SVGService: SVGService, TextureService: TextureService, ToebehorenService: ToebehorenService, NavigateService: NavigateService);
|
|
33
35
|
ResetAllFilters(ChangeDetectorRef: ChangeDetectorRef): void;
|
|
34
36
|
SelectOption(filterid: number, filteroptionid: number, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
35
37
|
SelectColour(filterid: number, colour: string, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenApiClient, FabrikantenToebehorenViewModel } from '../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ToebehorenService {
|
|
5
|
+
private FabrikantenApiClient;
|
|
6
|
+
Loading: boolean;
|
|
7
|
+
FabrikantenToebehorenViewModel: FabrikantenToebehorenViewModel;
|
|
8
|
+
constructor(FabrikantenApiClient: FabrikantenApiClient);
|
|
9
|
+
ShowToebehoren(): boolean;
|
|
10
|
+
LoadFabrikantenToebehorenViewModel(sessionid: string, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToebehorenService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToebehorenService>;
|
|
13
|
+
}
|
|
@@ -42,10 +42,14 @@ export declare class FabrikantenApiClient {
|
|
|
42
42
|
protected processGetFabrikantenBestekViewModel(response: HttpResponseBase): Observable<FabrikantenBestekViewModel>;
|
|
43
43
|
getFabrikanten3DViewModel(pFabrikanten3DRequestModel: Fabrikanten3DRequestModel): Observable<Fabrikanten3DViewModel>;
|
|
44
44
|
protected processGetFabrikanten3DViewModel(response: HttpResponseBase): Observable<Fabrikanten3DViewModel>;
|
|
45
|
+
getCustomFabrikanten3DViewModel(pFabrikanten3DRequestCustomModel: Fabrikanten3DRequestCustomModel): Observable<Fabrikanten3DViewModel>;
|
|
46
|
+
protected processGetCustomFabrikanten3DViewModel(response: HttpResponseBase): Observable<Fabrikanten3DViewModel>;
|
|
45
47
|
getFabrikantenSVGViewModel(pFabrikantenSVGRequestModel: FabrikantenSVGRequestModel): Observable<FabrikantenSVGViewModel>;
|
|
46
48
|
protected processGetFabrikantenSVGViewModel(response: HttpResponseBase): Observable<FabrikantenSVGViewModel>;
|
|
47
49
|
getFabrikantenTextureViewModel(pFabrikantenTextureRequestModel: FabrikantenTextureRequestModel): Observable<FabrikantenTextureViewModel>;
|
|
48
50
|
protected processGetFabrikantenTextureViewModel(response: HttpResponseBase): Observable<FabrikantenTextureViewModel>;
|
|
51
|
+
getFabrikantenToebehorenViewModel(pFabrikantenToebehorenRequestModel: FabrikantenToebehorenRequestModel): Observable<FabrikantenToebehorenViewModel>;
|
|
52
|
+
protected processGetFabrikantenToebehorenViewModel(response: HttpResponseBase): Observable<FabrikantenToebehorenViewModel>;
|
|
49
53
|
getFabrikantenFileViewModel(pFabrikantenFileRequestModel: FabrikantenFileRequestModel): Observable<FabrikantenFileViewModel>;
|
|
50
54
|
protected processGetFabrikantenFileViewModel(response: HttpResponseBase): Observable<FabrikantenFileViewModel>;
|
|
51
55
|
getBCBLink(pBCBLinkRequestModel: BCBLinkRequestModel): Observable<BCBLinkResponseModel>;
|
|
@@ -364,6 +368,7 @@ export interface IBCBEBODOViewModel {
|
|
|
364
368
|
export declare class BCBEigenschapViewModel implements IBCBEigenschapViewModel {
|
|
365
369
|
id: number;
|
|
366
370
|
name?: string | undefined;
|
|
371
|
+
ignore: boolean;
|
|
367
372
|
connected: boolean;
|
|
368
373
|
open: boolean;
|
|
369
374
|
location?: string | undefined;
|
|
@@ -378,6 +383,7 @@ export declare class BCBEigenschapViewModel implements IBCBEigenschapViewModel {
|
|
|
378
383
|
export interface IBCBEigenschapViewModel {
|
|
379
384
|
id: number;
|
|
380
385
|
name?: string | undefined;
|
|
386
|
+
ignore: boolean;
|
|
381
387
|
connected: boolean;
|
|
382
388
|
open: boolean;
|
|
383
389
|
location?: string | undefined;
|
|
@@ -959,6 +965,28 @@ export declare class Fabrikanten3DRequestModel implements IFabrikanten3DRequestM
|
|
|
959
965
|
export interface IFabrikanten3DRequestModel {
|
|
960
966
|
sessionId?: string | undefined;
|
|
961
967
|
}
|
|
968
|
+
export declare class Fabrikanten3DRequestCustomModel implements IFabrikanten3DRequestCustomModel {
|
|
969
|
+
dOs?: Fabrikanten3DRequestCustomDOModel[] | undefined;
|
|
970
|
+
constructor(data?: IFabrikanten3DRequestCustomModel);
|
|
971
|
+
init(_data?: any): void;
|
|
972
|
+
static fromJS(data: any): Fabrikanten3DRequestCustomModel;
|
|
973
|
+
toJSON(data?: any): any;
|
|
974
|
+
}
|
|
975
|
+
export interface IFabrikanten3DRequestCustomModel {
|
|
976
|
+
dOs?: Fabrikanten3DRequestCustomDOModel[] | undefined;
|
|
977
|
+
}
|
|
978
|
+
export declare class Fabrikanten3DRequestCustomDOModel implements IFabrikanten3DRequestCustomDOModel {
|
|
979
|
+
type?: string | undefined;
|
|
980
|
+
naam?: string | undefined;
|
|
981
|
+
constructor(data?: IFabrikanten3DRequestCustomDOModel);
|
|
982
|
+
init(_data?: any): void;
|
|
983
|
+
static fromJS(data: any): Fabrikanten3DRequestCustomDOModel;
|
|
984
|
+
toJSON(data?: any): any;
|
|
985
|
+
}
|
|
986
|
+
export interface IFabrikanten3DRequestCustomDOModel {
|
|
987
|
+
type?: string | undefined;
|
|
988
|
+
naam?: string | undefined;
|
|
989
|
+
}
|
|
962
990
|
export declare class FabrikantenSVGViewModel implements IFabrikantenSVGViewModel {
|
|
963
991
|
wuid?: string | undefined;
|
|
964
992
|
svg?: string | undefined;
|
|
@@ -1017,6 +1045,54 @@ export declare class FabrikantenTextureRequestModel implements IFabrikantenTextu
|
|
|
1017
1045
|
export interface IFabrikantenTextureRequestModel {
|
|
1018
1046
|
sessionId?: string | undefined;
|
|
1019
1047
|
}
|
|
1048
|
+
export declare class FabrikantenToebehorenViewModel implements IFabrikantenToebehorenViewModel {
|
|
1049
|
+
wuid?: string | undefined;
|
|
1050
|
+
items?: FabrikantenToebehorenItemViewModel[] | undefined;
|
|
1051
|
+
constructor(data?: IFabrikantenToebehorenViewModel);
|
|
1052
|
+
init(_data?: any): void;
|
|
1053
|
+
static fromJS(data: any): FabrikantenToebehorenViewModel;
|
|
1054
|
+
toJSON(data?: any): any;
|
|
1055
|
+
}
|
|
1056
|
+
export interface IFabrikantenToebehorenViewModel {
|
|
1057
|
+
wuid?: string | undefined;
|
|
1058
|
+
items?: FabrikantenToebehorenItemViewModel[] | undefined;
|
|
1059
|
+
}
|
|
1060
|
+
export declare class FabrikantenToebehorenItemViewModel implements IFabrikantenToebehorenItemViewModel {
|
|
1061
|
+
name?: string | undefined;
|
|
1062
|
+
bot?: string | undefined;
|
|
1063
|
+
dOs?: FabrikantenToebehorenItemDOViewModel[] | undefined;
|
|
1064
|
+
constructor(data?: IFabrikantenToebehorenItemViewModel);
|
|
1065
|
+
init(_data?: any): void;
|
|
1066
|
+
static fromJS(data: any): FabrikantenToebehorenItemViewModel;
|
|
1067
|
+
toJSON(data?: any): any;
|
|
1068
|
+
}
|
|
1069
|
+
export interface IFabrikantenToebehorenItemViewModel {
|
|
1070
|
+
name?: string | undefined;
|
|
1071
|
+
bot?: string | undefined;
|
|
1072
|
+
dOs?: FabrikantenToebehorenItemDOViewModel[] | undefined;
|
|
1073
|
+
}
|
|
1074
|
+
export declare class FabrikantenToebehorenItemDOViewModel implements IFabrikantenToebehorenItemDOViewModel {
|
|
1075
|
+
type?: string | undefined;
|
|
1076
|
+
name?: string | undefined;
|
|
1077
|
+
constructor(data?: IFabrikantenToebehorenItemDOViewModel);
|
|
1078
|
+
init(_data?: any): void;
|
|
1079
|
+
static fromJS(data: any): FabrikantenToebehorenItemDOViewModel;
|
|
1080
|
+
toJSON(data?: any): any;
|
|
1081
|
+
}
|
|
1082
|
+
export interface IFabrikantenToebehorenItemDOViewModel {
|
|
1083
|
+
type?: string | undefined;
|
|
1084
|
+
name?: string | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export declare class FabrikantenToebehorenRequestModel implements IFabrikantenToebehorenRequestModel {
|
|
1087
|
+
sessionId?: string | undefined;
|
|
1088
|
+
constructor(data?: IFabrikantenToebehorenRequestModel);
|
|
1089
|
+
init(_data?: any): void;
|
|
1090
|
+
static fromJS(data: any): FabrikantenToebehorenRequestModel;
|
|
1091
|
+
toJSON(data?: any): any;
|
|
1092
|
+
}
|
|
1093
|
+
export interface IFabrikantenToebehorenRequestModel {
|
|
1094
|
+
sessionId?: string | undefined;
|
|
1095
|
+
}
|
|
1020
1096
|
export declare class FabrikantenFileViewModel implements IFabrikantenFileViewModel {
|
|
1021
1097
|
file?: string | undefined;
|
|
1022
1098
|
constructor(data?: IFabrikantenFileViewModel);
|
|
@@ -1422,14 +1498,14 @@ export interface IBCBImportEigenschap {
|
|
|
1422
1498
|
selected: boolean;
|
|
1423
1499
|
}
|
|
1424
1500
|
export declare class BCBImportOpenRequest implements IBCBImportOpenRequest {
|
|
1425
|
-
|
|
1501
|
+
bcbProductId: number;
|
|
1426
1502
|
constructor(data?: IBCBImportOpenRequest);
|
|
1427
1503
|
init(_data?: any): void;
|
|
1428
1504
|
static fromJS(data: any): BCBImportOpenRequest;
|
|
1429
1505
|
toJSON(data?: any): any;
|
|
1430
1506
|
}
|
|
1431
1507
|
export interface IBCBImportOpenRequest {
|
|
1432
|
-
|
|
1508
|
+
bcbProductId: number;
|
|
1433
1509
|
}
|
|
1434
1510
|
export declare class BCBImportOpenTempRequest implements IBCBImportOpenTempRequest {
|
|
1435
1511
|
base?: string | undefined;
|