awf-test-lib 17.2.0 → 18.0.1
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/{esm2022 → esm2020}/awf-test-lib.mjs +4 -4
- package/{esm2022 → esm2020}/lib/core/core-routing.module.mjs +18 -18
- package/{esm2022 → esm2020}/lib/core/core.module.mjs +51 -51
- package/esm2020/lib/core/menu/menu.component.mjs +40 -0
- package/esm2020/lib/core/menu-consomer/menu-consomer.component.mjs +27 -0
- package/esm2020/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +109 -0
- package/esm2020/lib/core/menu-warranty/menu-warranty.component.mjs +35 -0
- package/esm2020/lib/core/not-found/not-found.component.mjs +19 -0
- package/{esm2022 → esm2020}/lib/core/top-bar/top-bar.component.mjs +41 -43
- package/esm2020/lib/models/account.model.mjs +3 -0
- package/esm2020/lib/models/alternativeDate.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/applicationName.mjs +6 -6
- package/{esm2022 → esm2020}/lib/models/cancelPMMailRequest.model.mjs +4 -6
- package/{esm2022 → esm2020}/lib/models/customObject.model.mjs +3 -4
- package/esm2020/lib/models/detailedPmJob.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/emailStatus.mjs +5 -5
- package/{esm2022 → esm2020}/lib/models/emailType.mjs +16 -16
- package/{esm2022 → esm2020}/lib/models/eventStatus.mjs +8 -8
- package/{esm2022 → esm2020}/lib/models/field.mjs +8 -8
- package/{esm2022 → esm2020}/lib/models/language.mjs +5 -5
- package/esm2020/lib/models/mailRequest.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/pMGroupedJob.model.mjs +3 -4
- package/esm2020/lib/models/pmJob.model.mjs +3 -0
- package/esm2020/lib/models/pmJobRequest.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/pmJobStatus.mjs +16 -16
- package/{esm2022 → esm2020}/lib/models/reason.model.mjs +3 -5
- package/{esm2022 → esm2020}/lib/models/reasonCode.mjs +8 -8
- package/{esm2022 → esm2020}/lib/models/reasonContact.mjs +7 -7
- package/{esm2022 → esm2020}/lib/models/reportDateMailRequest.model.mjs +4 -6
- package/{esm2022 → esm2020}/lib/models/role.mjs +6 -6
- package/esm2020/lib/models/service.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/serviceName.mjs +11 -11
- package/esm2020/lib/models/socialLoginRequest.model.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/socialMadia.mjs +4 -4
- package/{esm2022 → esm2020}/lib/models/stingBoolean.mjs +5 -5
- package/esm2020/lib/models/system.mjs +3 -0
- package/{esm2022 → esm2020}/lib/models/theme.model.mjs +1 -1
- package/{esm2022 → esm2020}/lib/models/tokenStatus.mjs +6 -6
- package/esm2020/lib/models/warranty.mjs +3 -0
- package/{esm2022 → esm2020}/lib/pipes/pipes/pipes.module.mjs +21 -21
- package/esm2020/lib/pipes/subrtring-w.pipe.mjs +20 -0
- package/{esm2022 → esm2020}/lib/pipes/substring.pipe.mjs +16 -16
- package/esm2020/lib/shared/choose-another-date/choose-another-date.component.mjs +110 -0
- package/esm2020/lib/shared/confirm-dialog/confirm-dialog.component.mjs +45 -0
- package/esm2020/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +42 -0
- package/esm2020/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +39 -0
- package/esm2020/lib/shared/contact/contact.component.mjs +160 -0
- package/esm2020/lib/shared/contact-support/contact-support.component.mjs +172 -0
- package/esm2020/lib/shared/dashboard/dashboard.component.mjs +35 -0
- package/esm2020/lib/shared/maintenance-list/maintenance-list.component.mjs +352 -0
- package/{esm2022 → esm2020}/lib/shared/shared-routing.module.mjs +18 -18
- package/{esm2022 → esm2020}/lib/shared/shared.module.mjs +144 -144
- package/esm2020/lib/shared/show-links/show-links.component.mjs +80 -0
- package/esm2020/lib/shared/system-list/system-list.component.mjs +33 -0
- package/{esm2022 → esm2020}/public-api.mjs +47 -47
- package/fesm2015/awf-test-lib.mjs +1658 -0
- package/fesm2015/awf-test-lib.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/awf-test-lib.mjs +1502 -1713
- package/fesm2020/awf-test-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/core/core-routing.module.d.ts +7 -7
- package/lib/core/core.module.d.ts +15 -15
- package/lib/core/menu/menu.component.d.ts +17 -17
- package/lib/core/menu-consomer/menu-consomer.component.d.ts +12 -12
- package/lib/core/menu-ge-portal/menu-ge-portal.component.d.ts +20 -20
- package/lib/core/menu-warranty/menu-warranty.component.d.ts +15 -15
- package/lib/core/not-found/not-found.component.d.ts +10 -10
- package/lib/core/top-bar/top-bar.component.d.ts +13 -13
- package/lib/models/account.model.d.ts +14 -14
- package/lib/models/alternativeDate.model.d.ts +6 -6
- package/lib/models/applicationName.d.ts +5 -5
- package/lib/models/cancelPMMailRequest.model.d.ts +5 -5
- package/lib/models/customObject.model.d.ts +3 -3
- package/lib/models/detailedPmJob.model.d.ts +23 -23
- package/lib/models/emailStatus.d.ts +4 -4
- package/lib/models/emailType.d.ts +15 -15
- package/lib/models/eventStatus.d.ts +7 -7
- package/lib/models/field.d.ts +7 -7
- package/lib/models/language.d.ts +4 -4
- package/lib/models/mailRequest.model.d.ts +16 -16
- package/lib/models/pMGroupedJob.model.d.ts +3 -3
- package/lib/models/pmJob.model.d.ts +25 -25
- package/lib/models/pmJobRequest.model.d.ts +5 -5
- package/lib/models/pmJobStatus.d.ts +14 -14
- package/lib/models/reason.model.d.ts +4 -4
- package/lib/models/reasonCode.d.ts +7 -7
- package/lib/models/reasonContact.d.ts +6 -6
- package/lib/models/reportDateMailRequest.model.d.ts +5 -5
- package/lib/models/role.d.ts +5 -5
- package/lib/models/service.model.d.ts +8 -8
- package/lib/models/serviceName.d.ts +10 -10
- package/lib/models/socialLoginRequest.model.d.ts +6 -6
- package/lib/models/socialMadia.d.ts +3 -3
- package/lib/models/stingBoolean.d.ts +4 -4
- package/lib/models/system.d.ts +14 -14
- package/lib/models/theme.model.d.ts +38 -38
- package/lib/models/tokenStatus.d.ts +5 -5
- package/lib/models/warranty.d.ts +17 -17
- package/lib/pipes/pipes/pipes.module.d.ts +9 -9
- package/lib/pipes/subrtring-w.pipe.d.ts +7 -7
- package/lib/pipes/substring.pipe.d.ts +7 -7
- package/lib/shared/choose-another-date/choose-another-date.component.d.ts +33 -33
- package/lib/shared/confirm-dialog/confirm-dialog.component.d.ts +21 -22
- package/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.d.ts +19 -19
- package/lib/shared/confirmed-date-information/confirmed-date-information.component.d.ts +17 -18
- package/lib/shared/contact/contact.component.d.ts +39 -39
- package/lib/shared/contact-support/contact-support.component.d.ts +50 -50
- package/lib/shared/dashboard/dashboard.component.d.ts +18 -19
- package/lib/shared/maintenance-list/maintenance-list.component.d.ts +81 -82
- package/lib/shared/shared-routing.module.d.ts +7 -7
- package/lib/shared/shared.module.d.ts +40 -40
- package/lib/shared/show-links/show-links.component.d.ts +24 -25
- package/lib/shared/system-list/system-list.component.d.ts +16 -15
- package/package.json +13 -7
- package/public-api.d.ts +42 -42
- package/esm2022/lib/core/menu/menu.component.mjs +0 -44
- package/esm2022/lib/core/menu-consomer/menu-consomer.component.mjs +0 -28
- package/esm2022/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +0 -108
- package/esm2022/lib/core/menu-warranty/menu-warranty.component.mjs +0 -37
- package/esm2022/lib/core/not-found/not-found.component.mjs +0 -21
- package/esm2022/lib/models/account.model.mjs +0 -15
- package/esm2022/lib/models/alternativeDate.model.mjs +0 -7
- package/esm2022/lib/models/detailedPmJob.model.mjs +0 -23
- package/esm2022/lib/models/mailRequest.model.mjs +0 -17
- package/esm2022/lib/models/pmJob.model.mjs +0 -23
- package/esm2022/lib/models/pmJobRequest.model.mjs +0 -5
- package/esm2022/lib/models/service.model.mjs +0 -9
- package/esm2022/lib/models/socialLoginRequest.model.mjs +0 -7
- package/esm2022/lib/models/system.mjs +0 -14
- package/esm2022/lib/models/warranty.mjs +0 -18
- package/esm2022/lib/pipes/subrtring-w.pipe.mjs +0 -20
- package/esm2022/lib/shared/choose-another-date/choose-another-date.component.mjs +0 -117
- package/esm2022/lib/shared/confirm-dialog/confirm-dialog.component.mjs +0 -53
- package/esm2022/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +0 -48
- package/esm2022/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +0 -45
- package/esm2022/lib/shared/contact/contact.component.mjs +0 -170
- package/esm2022/lib/shared/contact-support/contact-support.component.mjs +0 -186
- package/esm2022/lib/shared/dashboard/dashboard.component.mjs +0 -40
- package/esm2022/lib/shared/maintenance-list/maintenance-list.component.mjs +0 -373
- package/esm2022/lib/shared/show-links/show-links.component.mjs +0 -87
- package/esm2022/lib/shared/system-list/system-list.component.mjs +0 -35
- package/fesm2022/awf-test-lib.mjs.map +0 -1
@@ -1,17 +1,17 @@
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class MenuComponent implements OnInit {
|
4
|
-
logOutClick: EventEmitter<any>;
|
5
|
-
hideMenu: EventEmitter<any>;
|
6
|
-
active: boolean;
|
7
|
-
isAdmin: boolean;
|
8
|
-
translate: any;
|
9
|
-
applicationName: any;
|
10
|
-
haveConsumerDataId: boolean;
|
11
|
-
constructor();
|
12
|
-
ngOnInit(): void;
|
13
|
-
logout(): void;
|
14
|
-
hideMenuMethode(): void;
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "awf-menu", never, { "active":
|
17
|
-
}
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class MenuComponent implements OnInit {
|
4
|
+
logOutClick: EventEmitter<any>;
|
5
|
+
hideMenu: EventEmitter<any>;
|
6
|
+
active: boolean;
|
7
|
+
isAdmin: boolean;
|
8
|
+
translate: any;
|
9
|
+
applicationName: any;
|
10
|
+
haveConsumerDataId: boolean;
|
11
|
+
constructor();
|
12
|
+
ngOnInit(): void;
|
13
|
+
logout(): void;
|
14
|
+
hideMenuMethode(): void;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "awf-menu", never, { "active": "active"; "isAdmin": "isAdmin"; "translate": "translate"; "applicationName": "applicationName"; "haveConsumerDataId": "haveConsumerDataId"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
|
17
|
+
}
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class MenuConsomerComponent implements OnChanges {
|
4
|
-
logOutClick: EventEmitter<any>;
|
5
|
-
translate: any;
|
6
|
-
isAdmin: boolean;
|
7
|
-
constructor();
|
8
|
-
ngOnChanges(): void;
|
9
|
-
logout(): void;
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuConsomerComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuConsomerComponent, "awf-menu-consomer", never, { "translate":
|
12
|
-
}
|
1
|
+
import { EventEmitter, OnChanges } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class MenuConsomerComponent implements OnChanges {
|
4
|
+
logOutClick: EventEmitter<any>;
|
5
|
+
translate: any;
|
6
|
+
isAdmin: boolean;
|
7
|
+
constructor();
|
8
|
+
ngOnChanges(): void;
|
9
|
+
logout(): void;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuConsomerComponent, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuConsomerComponent, "awf-menu-consomer", never, { "translate": "translate"; "isAdmin": "isAdmin"; }, { "logOutClick": "logOutClick"; }, never, never, false>;
|
12
|
+
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
|
-
import { Router } from '@angular/router';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class MenuGePortalComponent {
|
5
|
-
private readonly router;
|
6
|
-
logOutClick: EventEmitter<any>;
|
7
|
-
translate: any;
|
8
|
-
isAdmin: boolean;
|
9
|
-
hideMenu: EventEmitter<any>;
|
10
|
-
displayViewAs: boolean;
|
11
|
-
constructor(router: Router);
|
12
|
-
logout(): void;
|
13
|
-
menuMethode(path?: string): void;
|
14
|
-
isTokenExpired(): boolean;
|
15
|
-
redirectByPath(path?: string): void;
|
16
|
-
deleteConnexionInfo(): void;
|
17
|
-
navigate(route: string): void;
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuGePortalComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuGePortalComponent, "awf-menu-ge-portal", never, { "translate":
|
20
|
-
}
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { Router } from '@angular/router';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class MenuGePortalComponent {
|
5
|
+
private readonly router;
|
6
|
+
logOutClick: EventEmitter<any>;
|
7
|
+
translate: any;
|
8
|
+
isAdmin: boolean;
|
9
|
+
hideMenu: EventEmitter<any>;
|
10
|
+
displayViewAs: boolean;
|
11
|
+
constructor(router: Router);
|
12
|
+
logout(): void;
|
13
|
+
menuMethode(path?: string): void;
|
14
|
+
isTokenExpired(): boolean;
|
15
|
+
redirectByPath(path?: string): void;
|
16
|
+
deleteConnexionInfo(): void;
|
17
|
+
navigate(route: string): void;
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuGePortalComponent, never>;
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuGePortalComponent, "awf-menu-ge-portal", never, { "translate": "translate"; "isAdmin": "isAdmin"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
|
20
|
+
}
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class MenuWarrantyComponent implements OnInit {
|
4
|
-
logOutClick: EventEmitter<any>;
|
5
|
-
hideMenu: EventEmitter<any>;
|
6
|
-
isAdmin: boolean;
|
7
|
-
translate: any;
|
8
|
-
haveConsumerDataId: boolean;
|
9
|
-
constructor();
|
10
|
-
ngOnInit(): void;
|
11
|
-
logout(): void;
|
12
|
-
hideMenuMethode(): void;
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuWarrantyComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuWarrantyComponent, "awf-menu-warranty", never, { "isAdmin":
|
15
|
-
}
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class MenuWarrantyComponent implements OnInit {
|
4
|
+
logOutClick: EventEmitter<any>;
|
5
|
+
hideMenu: EventEmitter<any>;
|
6
|
+
isAdmin: boolean;
|
7
|
+
translate: any;
|
8
|
+
haveConsumerDataId: boolean;
|
9
|
+
constructor();
|
10
|
+
ngOnInit(): void;
|
11
|
+
logout(): void;
|
12
|
+
hideMenuMethode(): void;
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuWarrantyComponent, never>;
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuWarrantyComponent, "awf-menu-warranty", never, { "isAdmin": "isAdmin"; "translate": "translate"; "haveConsumerDataId": "haveConsumerDataId"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
|
15
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { OnChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class NotFoundComponent implements OnChanges {
|
4
|
-
translate: any;
|
5
|
-
applicationName: any;
|
6
|
-
constructor();
|
7
|
-
ngOnChanges(): void;
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "awf-not-found", never, { "translate":
|
10
|
-
}
|
1
|
+
import { OnChanges } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class NotFoundComponent implements OnChanges {
|
4
|
+
translate: any;
|
5
|
+
applicationName: any;
|
6
|
+
constructor();
|
7
|
+
ngOnChanges(): void;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "awf-not-found", never, { "translate": "translate"; "applicationName": "applicationName"; }, {}, never, never, false>;
|
10
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { OnChanges, EventEmitter } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class TopBarComponent implements OnChanges {
|
4
|
-
translate: any;
|
5
|
-
applicationName: any;
|
6
|
-
logOutClick: EventEmitter<any>;
|
7
|
-
items: any[];
|
8
|
-
constructor();
|
9
|
-
ngOnChanges(): void;
|
10
|
-
logout(): void;
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopBarComponent, never>;
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopBarComponent, "awf-top-bar", never, { "translate":
|
13
|
-
}
|
1
|
+
import { OnChanges, EventEmitter } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class TopBarComponent implements OnChanges {
|
4
|
+
translate: any;
|
5
|
+
applicationName: any;
|
6
|
+
logOutClick: EventEmitter<any>;
|
7
|
+
items: any[];
|
8
|
+
constructor();
|
9
|
+
ngOnChanges(): void;
|
10
|
+
logout(): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopBarComponent, never>;
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopBarComponent, "awf-top-bar", never, { "translate": "translate"; "applicationName": "applicationName"; }, { "logOutClick": "logOutClick"; }, never, never, false>;
|
13
|
+
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
export declare class Account {
|
2
|
-
id?: string;
|
3
|
-
title?: string;
|
4
|
-
firstName?: string;
|
5
|
-
lastName?: string;
|
6
|
-
email?: string;
|
7
|
-
language?: string;
|
8
|
-
isVerified?: boolean;
|
9
|
-
role?: string;
|
10
|
-
accessToken?: string;
|
11
|
-
refreshToken?: string;
|
12
|
-
userName?: string;
|
13
|
-
geAccessToken?: string;
|
14
|
-
}
|
1
|
+
export declare class Account {
|
2
|
+
id?: string;
|
3
|
+
title?: string;
|
4
|
+
firstName?: string;
|
5
|
+
lastName?: string;
|
6
|
+
email?: string;
|
7
|
+
language?: string;
|
8
|
+
isVerified?: boolean;
|
9
|
+
role?: string;
|
10
|
+
accessToken?: string;
|
11
|
+
refreshToken?: string;
|
12
|
+
userName?: string;
|
13
|
+
geAccessToken?: string;
|
14
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export declare class AlternativeDate {
|
2
|
-
startDateTime: string;
|
3
|
-
endDateTime: string;
|
4
|
-
fseSSO?: string[];
|
5
|
-
selected?: string;
|
6
|
-
}
|
1
|
+
export declare class AlternativeDate {
|
2
|
+
startDateTime: string;
|
3
|
+
endDateTime: string;
|
4
|
+
fseSSO?: string[];
|
5
|
+
selected?: string;
|
6
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
export declare enum ApplicationName {
|
2
|
-
ConsomerPortal = "ConsomerPortal",
|
3
|
-
WarrantyPortal = "WarrantyPortal",
|
4
|
-
GEPortal = "GEPortal"
|
5
|
-
}
|
1
|
+
export declare enum ApplicationName {
|
2
|
+
ConsomerPortal = "ConsomerPortal",
|
3
|
+
WarrantyPortal = "WarrantyPortal",
|
4
|
+
GEPortal = "GEPortal"
|
5
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { MailRequest } from "./mailRequest.model";
|
2
|
-
export declare class CancelPMMailRequest extends MailRequest {
|
3
|
-
pm_Number?: string;
|
4
|
-
motive?: string;
|
5
|
-
}
|
1
|
+
import { MailRequest } from "./mailRequest.model";
|
2
|
+
export declare class CancelPMMailRequest extends MailRequest {
|
3
|
+
pm_Number?: string;
|
4
|
+
motive?: string;
|
5
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare class CustomObject {
|
2
|
-
customerWaiting?: string;
|
3
|
-
}
|
1
|
+
export declare class CustomObject {
|
2
|
+
customerWaiting?: string;
|
3
|
+
}
|
@@ -1,23 +1,23 @@
|
|
1
|
-
import { PmJob } from "./pmJob.model";
|
2
|
-
export declare class DetailedPmJob {
|
3
|
-
systemId?: string;
|
4
|
-
systemName?: string;
|
5
|
-
status: string;
|
6
|
-
siteName?: string;
|
7
|
-
siteCity?: string;
|
8
|
-
language?: string;
|
9
|
-
pmJob: PmJob;
|
10
|
-
comment?: string;
|
11
|
-
name?: string;
|
12
|
-
email?: string;
|
13
|
-
phone?: string;
|
14
|
-
extentionOrComment?: string;
|
15
|
-
reason?: string;
|
16
|
-
reasonContact?: string;
|
17
|
-
futureStatus?: string;
|
18
|
-
selectedDate?: string;
|
19
|
-
toUpdate?: boolean;
|
20
|
-
WorkorderNumberSelected?: string;
|
21
|
-
sitePostalCode?: string;
|
22
|
-
room?: string;
|
23
|
-
}
|
1
|
+
import { PmJob } from "./pmJob.model";
|
2
|
+
export declare class DetailedPmJob {
|
3
|
+
systemId?: string;
|
4
|
+
systemName?: string;
|
5
|
+
status: string;
|
6
|
+
siteName?: string;
|
7
|
+
siteCity?: string;
|
8
|
+
language?: string;
|
9
|
+
pmJob: PmJob;
|
10
|
+
comment?: string;
|
11
|
+
name?: string;
|
12
|
+
email?: string;
|
13
|
+
phone?: string;
|
14
|
+
extentionOrComment?: string;
|
15
|
+
reason?: string;
|
16
|
+
reasonContact?: string;
|
17
|
+
futureStatus?: string;
|
18
|
+
selectedDate?: string;
|
19
|
+
toUpdate?: boolean;
|
20
|
+
WorkorderNumberSelected?: string;
|
21
|
+
sitePostalCode?: string;
|
22
|
+
room?: string;
|
23
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare enum EmailStatus {
|
2
|
-
Verifying = 0,
|
3
|
-
Failed = 1
|
4
|
-
}
|
1
|
+
export declare enum EmailStatus {
|
2
|
+
Verifying = 0,
|
3
|
+
Failed = 1
|
4
|
+
}
|
@@ -1,15 +1,15 @@
|
|
1
|
-
export declare enum EmailType {
|
2
|
-
Accepted_Clients_Alternate = "Accepted_Clients_Alternate",
|
3
|
-
Accepted_CSC_Alternate = "Accepted_CSC_Alternate",
|
4
|
-
Accepted_Clients = "Accepted_Clients",
|
5
|
-
Accepted_CSC = "Accepted_CSC",
|
6
|
-
CancelPM_Clients = "CancelPM_Clients",
|
7
|
-
CancelPM_CSC = "CancelPM_CSC",
|
8
|
-
ContactMe_Clients = "ContactMe_Clients",
|
9
|
-
ContactMe_CSC = "ContactMe_CSC",
|
10
|
-
ReportDate_Clients = "ReportDate_Clients",
|
11
|
-
ReportDate_CSC = "ReportDate_CSC",
|
12
|
-
SendNewDates_Clients = "SendNewDates_Clients",
|
13
|
-
SendNewDates_CSC = "SendNewDates_CSC",
|
14
|
-
DesynchroPM_CSC = "DesynchroPM_CSC"
|
15
|
-
}
|
1
|
+
export declare enum EmailType {
|
2
|
+
Accepted_Clients_Alternate = "Accepted_Clients_Alternate",
|
3
|
+
Accepted_CSC_Alternate = "Accepted_CSC_Alternate",
|
4
|
+
Accepted_Clients = "Accepted_Clients",
|
5
|
+
Accepted_CSC = "Accepted_CSC",
|
6
|
+
CancelPM_Clients = "CancelPM_Clients",
|
7
|
+
CancelPM_CSC = "CancelPM_CSC",
|
8
|
+
ContactMe_Clients = "ContactMe_Clients",
|
9
|
+
ContactMe_CSC = "ContactMe_CSC",
|
10
|
+
ReportDate_Clients = "ReportDate_Clients",
|
11
|
+
ReportDate_CSC = "ReportDate_CSC",
|
12
|
+
SendNewDates_Clients = "SendNewDates_Clients",
|
13
|
+
SendNewDates_CSC = "SendNewDates_CSC",
|
14
|
+
DesynchroPM_CSC = "DesynchroPM_CSC"
|
15
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
export declare enum EventStatus {
|
2
|
-
ASSIGNEDANC = "Assigned ANC",
|
3
|
-
ASSIGNED = "Assigned",
|
4
|
-
ASSIGNEDPINNED = "Assigned Pinned",
|
5
|
-
COMPLETE = "Complete",
|
6
|
-
INCOMPLETE = "Incomplete"
|
7
|
-
}
|
1
|
+
export declare enum EventStatus {
|
2
|
+
ASSIGNEDANC = "Assigned ANC",
|
3
|
+
ASSIGNED = "Assigned",
|
4
|
+
ASSIGNEDPINNED = "Assigned Pinned",
|
5
|
+
COMPLETE = "Complete",
|
6
|
+
INCOMPLETE = "Incomplete"
|
7
|
+
}
|
package/lib/models/field.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
export declare enum Field {
|
2
|
-
Textbox = "textbox",
|
3
|
-
File = "file",
|
4
|
-
Dropdown = "dropdown",
|
5
|
-
Radio = "radio",
|
6
|
-
Checkbox = "checkbox"
|
7
|
-
}
|
1
|
+
export declare enum Field {
|
2
|
+
Textbox = "textbox",
|
3
|
+
File = "file",
|
4
|
+
Dropdown = "dropdown",
|
5
|
+
Radio = "radio",
|
6
|
+
Checkbox = "checkbox"
|
7
|
+
}
|
package/lib/models/language.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare enum Language {
|
2
|
-
FR = "fr-FR",
|
3
|
-
EN = "en-US"
|
4
|
-
}
|
1
|
+
export declare enum Language {
|
2
|
+
FR = "fr-FR",
|
3
|
+
EN = "en-US"
|
4
|
+
}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
export declare class MailRequest {
|
2
|
-
sr_Number?: string;
|
3
|
-
facility_name?: string;
|
4
|
-
city?: string;
|
5
|
-
call_Number?: string;
|
6
|
-
sheet?: string;
|
7
|
-
system?: string;
|
8
|
-
equipment?: string;
|
9
|
-
debrief_Date?: string;
|
10
|
-
call_state?: string;
|
11
|
-
engineer?: string;
|
12
|
-
diagnostic?: string;
|
13
|
-
action?: string;
|
14
|
-
verification?: string;
|
15
|
-
language?: string;
|
16
|
-
}
|
1
|
+
export declare class MailRequest {
|
2
|
+
sr_Number?: string;
|
3
|
+
facility_name?: string;
|
4
|
+
city?: string;
|
5
|
+
call_Number?: string;
|
6
|
+
sheet?: string;
|
7
|
+
system?: string;
|
8
|
+
equipment?: string;
|
9
|
+
debrief_Date?: string;
|
10
|
+
call_state?: string;
|
11
|
+
engineer?: string;
|
12
|
+
diagnostic?: string;
|
13
|
+
action?: string;
|
14
|
+
verification?: string;
|
15
|
+
language?: string;
|
16
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare class PMGroupedJob {
|
2
|
-
workorderId: string;
|
3
|
-
}
|
1
|
+
export declare class PMGroupedJob {
|
2
|
+
workorderId: string;
|
3
|
+
}
|
@@ -1,25 +1,25 @@
|
|
1
|
-
import { AlternativeDate } from "./alternativeDate.model";
|
2
|
-
import { PMGroupedJob } from "./pMGroupedJob.model";
|
3
|
-
import { CustomObject } from "./customObject.model";
|
4
|
-
export declare class PmJob {
|
5
|
-
caseId?: string;
|
6
|
-
caseNumber?: string;
|
7
|
-
workorderId?: string;
|
8
|
-
workorderNumber?: string;
|
9
|
-
workorderStatus?: string;
|
10
|
-
eventId?: string;
|
11
|
-
eventStatus?: string;
|
12
|
-
startDateTime: string;
|
13
|
-
endDateTime: string;
|
14
|
-
caseType?: string;
|
15
|
-
caseCategory?: string;
|
16
|
-
levelOfService?: string;
|
17
|
-
fseSSO?: string;
|
18
|
-
customerAccepted?: string;
|
19
|
-
alternativeDates: AlternativeDate[];
|
20
|
-
groupList: PMGroupedJob[];
|
21
|
-
customObject: CustomObject;
|
22
|
-
caseDescription?: string;
|
23
|
-
fseName?: string;
|
24
|
-
caseStatus?: string;
|
25
|
-
}
|
1
|
+
import { AlternativeDate } from "./alternativeDate.model";
|
2
|
+
import { PMGroupedJob } from "./pMGroupedJob.model";
|
3
|
+
import { CustomObject } from "./customObject.model";
|
4
|
+
export declare class PmJob {
|
5
|
+
caseId?: string;
|
6
|
+
caseNumber?: string;
|
7
|
+
workorderId?: string;
|
8
|
+
workorderNumber?: string;
|
9
|
+
workorderStatus?: string;
|
10
|
+
eventId?: string;
|
11
|
+
eventStatus?: string;
|
12
|
+
startDateTime: string;
|
13
|
+
endDateTime: string;
|
14
|
+
caseType?: string;
|
15
|
+
caseCategory?: string;
|
16
|
+
levelOfService?: string;
|
17
|
+
fseSSO?: string;
|
18
|
+
customerAccepted?: string;
|
19
|
+
alternativeDates: AlternativeDate[];
|
20
|
+
groupList: PMGroupedJob[];
|
21
|
+
customObject: CustomObject;
|
22
|
+
caseDescription?: string;
|
23
|
+
fseName?: string;
|
24
|
+
caseStatus?: string;
|
25
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PmJob } from "./pmJob.model";
|
2
|
-
export declare class PmJobRequest {
|
3
|
-
countrymodule?: string;
|
4
|
-
pmJob?: PmJob;
|
5
|
-
}
|
1
|
+
import { PmJob } from "./pmJob.model";
|
2
|
+
export declare class PmJobRequest {
|
3
|
+
countrymodule?: string;
|
4
|
+
pmJob?: PmJob;
|
5
|
+
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
export declare enum PmJobStatus {
|
2
|
-
NEW = "new",
|
3
|
-
ACCEPTED = "accepted",
|
4
|
-
CLOSED = "closed",
|
5
|
-
Late = "late",
|
6
|
-
OPEN = "open",
|
7
|
-
WAITING = "waiting",
|
8
|
-
DONE = "done",
|
9
|
-
VALIDATED = "validated",
|
10
|
-
DESINSTALLED = "desinstalled",
|
11
|
-
REPORTED = "reported",
|
12
|
-
CANCELLED = "cancelled",
|
13
|
-
OTHER = "other"
|
14
|
-
}
|
1
|
+
export declare enum PmJobStatus {
|
2
|
+
NEW = "new",
|
3
|
+
ACCEPTED = "accepted",
|
4
|
+
CLOSED = "closed",
|
5
|
+
Late = "late",
|
6
|
+
OPEN = "open",
|
7
|
+
WAITING = "waiting",
|
8
|
+
DONE = "done",
|
9
|
+
VALIDATED = "validated",
|
10
|
+
DESINSTALLED = "desinstalled",
|
11
|
+
REPORTED = "reported",
|
12
|
+
CANCELLED = "cancelled",
|
13
|
+
OTHER = "other"
|
14
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare class Reason {
|
2
|
-
name: string;
|
3
|
-
code: string;
|
4
|
-
}
|
1
|
+
export declare class Reason {
|
2
|
+
name: string;
|
3
|
+
code: string;
|
4
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
export declare enum ReasonCode {
|
2
|
-
MPM = "MPM",
|
3
|
-
RPM = "RPM",
|
4
|
-
CPM = "CPM",
|
5
|
-
SDI = "SDI",
|
6
|
-
OTH = "OTH"
|
7
|
-
}
|
1
|
+
export declare enum ReasonCode {
|
2
|
+
MPM = "MPM",
|
3
|
+
RPM = "RPM",
|
4
|
+
CPM = "CPM",
|
5
|
+
SDI = "SDI",
|
6
|
+
OTH = "OTH"
|
7
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export declare enum ReasonContact {
|
2
|
-
MoreDatesFormPm = "MoreDatesFormPm",
|
3
|
-
ContactFormPm = "ContactFormPm",
|
4
|
-
CancelFormPm = "CancelFormPm",
|
5
|
-
Contact = "Contact"
|
6
|
-
}
|
1
|
+
export declare enum ReasonContact {
|
2
|
+
MoreDatesFormPm = "MoreDatesFormPm",
|
3
|
+
ContactFormPm = "ContactFormPm",
|
4
|
+
CancelFormPm = "CancelFormPm",
|
5
|
+
Contact = "Contact"
|
6
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { MailRequest } from "./mailRequest.model";
|
2
|
-
export declare class ReportDateMailRequest extends MailRequest {
|
3
|
-
pm_Number?: string;
|
4
|
-
date?: string;
|
5
|
-
}
|
1
|
+
import { MailRequest } from "./mailRequest.model";
|
2
|
+
export declare class ReportDateMailRequest extends MailRequest {
|
3
|
+
pm_Number?: string;
|
4
|
+
date?: string;
|
5
|
+
}
|
package/lib/models/role.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export declare enum Role {
|
2
|
-
User = "BasicUser",
|
3
|
-
Admin = "Admin",
|
4
|
-
RGPDUser = "RGPDUser"
|
5
|
-
}
|
1
|
+
export declare enum Role {
|
2
|
+
User = "BasicUser",
|
3
|
+
Admin = "Admin",
|
4
|
+
RGPDUser = "RGPDUser"
|
5
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
export declare class Service {
|
2
|
-
id?: string;
|
3
|
-
label: string;
|
4
|
-
name: string;
|
5
|
-
routerLink: string;
|
6
|
-
description: string;
|
7
|
-
display: boolean;
|
8
|
-
}
|
1
|
+
export declare class Service {
|
2
|
+
id?: string;
|
3
|
+
label: string;
|
4
|
+
name: string;
|
5
|
+
routerLink: string;
|
6
|
+
description: string;
|
7
|
+
display: boolean;
|
8
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
export declare enum ServiceName {
|
2
|
-
Repairer = "repairer",
|
3
|
-
WarrantyContract = "warrantyContract",
|
4
|
-
Devices = "devices",
|
5
|
-
TrackRepairs = "trackRepairs",
|
6
|
-
ExtendedWarranty = "extendedWarranty",
|
7
|
-
ScheduleAppointment = "scheduleAppointment",
|
8
|
-
Documentation = "documentation",
|
9
|
-
RepairabilityIndex = "repairabilityIndex"
|
10
|
-
}
|
1
|
+
export declare enum ServiceName {
|
2
|
+
Repairer = "repairer",
|
3
|
+
WarrantyContract = "warrantyContract",
|
4
|
+
Devices = "devices",
|
5
|
+
TrackRepairs = "trackRepairs",
|
6
|
+
ExtendedWarranty = "extendedWarranty",
|
7
|
+
ScheduleAppointment = "scheduleAppointment",
|
8
|
+
Documentation = "documentation",
|
9
|
+
RepairabilityIndex = "repairabilityIndex"
|
10
|
+
}
|