awf-test-lib 0.1.23 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. package/{esm2020 → esm2022}/awf-test-lib.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/core/core-routing.module.mjs +18 -18
  3. package/{esm2020 → esm2022}/lib/core/core.module.mjs +51 -51
  4. package/esm2022/lib/core/menu/menu.component.mjs +44 -0
  5. package/esm2022/lib/core/menu-consomer/menu-consomer.component.mjs +28 -0
  6. package/esm2022/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +108 -0
  7. package/esm2022/lib/core/menu-warranty/menu-warranty.component.mjs +37 -0
  8. package/esm2022/lib/core/not-found/not-found.component.mjs +21 -0
  9. package/{esm2020 → esm2022}/lib/core/top-bar/top-bar.component.mjs +43 -41
  10. package/esm2022/lib/models/account.model.mjs +15 -0
  11. package/esm2022/lib/models/alternativeDate.model.mjs +7 -0
  12. package/{esm2020 → esm2022}/lib/models/applicationName.mjs +6 -6
  13. package/{esm2020 → esm2022}/lib/models/cancelPMMailRequest.model.mjs +6 -4
  14. package/{esm2020 → esm2022}/lib/models/customObject.model.mjs +4 -3
  15. package/esm2022/lib/models/detailedPmJob.model.mjs +23 -0
  16. package/{esm2020 → esm2022}/lib/models/emailStatus.mjs +5 -5
  17. package/{esm2020 → esm2022}/lib/models/emailType.mjs +16 -16
  18. package/{esm2020 → esm2022}/lib/models/eventStatus.mjs +8 -8
  19. package/{esm2020 → esm2022}/lib/models/field.mjs +8 -8
  20. package/{esm2020 → esm2022}/lib/models/language.mjs +5 -5
  21. package/esm2022/lib/models/mailRequest.model.mjs +17 -0
  22. package/{esm2020 → esm2022}/lib/models/pMGroupedJob.model.mjs +4 -3
  23. package/esm2022/lib/models/pmJob.model.mjs +23 -0
  24. package/esm2022/lib/models/pmJobRequest.model.mjs +5 -0
  25. package/{esm2020 → esm2022}/lib/models/pmJobStatus.mjs +16 -16
  26. package/{esm2020 → esm2022}/lib/models/reason.model.mjs +5 -3
  27. package/{esm2020 → esm2022}/lib/models/reasonCode.mjs +8 -8
  28. package/{esm2020 → esm2022}/lib/models/reasonContact.mjs +7 -7
  29. package/{esm2020 → esm2022}/lib/models/reportDateMailRequest.model.mjs +6 -4
  30. package/{esm2020 → esm2022}/lib/models/role.mjs +6 -6
  31. package/esm2022/lib/models/service.model.mjs +9 -0
  32. package/{esm2020 → esm2022}/lib/models/serviceName.mjs +11 -11
  33. package/esm2022/lib/models/socialLoginRequest.model.mjs +7 -0
  34. package/{esm2020 → esm2022}/lib/models/socialMadia.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/models/stingBoolean.mjs +5 -5
  36. package/esm2022/lib/models/system.mjs +14 -0
  37. package/{esm2020 → esm2022}/lib/models/theme.model.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/models/tokenStatus.mjs +6 -6
  39. package/esm2022/lib/models/warranty.mjs +18 -0
  40. package/{esm2020 → esm2022}/lib/pipes/pipes/pipes.module.mjs +21 -21
  41. package/esm2022/lib/pipes/subrtring-w.pipe.mjs +20 -0
  42. package/{esm2020 → esm2022}/lib/pipes/substring.pipe.mjs +16 -16
  43. package/esm2022/lib/shared/choose-another-date/choose-another-date.component.mjs +117 -0
  44. package/esm2022/lib/shared/confirm-dialog/confirm-dialog.component.mjs +52 -0
  45. package/esm2022/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +48 -0
  46. package/esm2022/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +44 -0
  47. package/esm2022/lib/shared/contact/contact.component.mjs +170 -0
  48. package/esm2022/lib/shared/contact-support/contact-support.component.mjs +186 -0
  49. package/esm2022/lib/shared/dashboard/dashboard.component.mjs +39 -0
  50. package/esm2022/lib/shared/maintenance-list/maintenance-list.component.mjs +372 -0
  51. package/{esm2020 → esm2022}/lib/shared/shared-routing.module.mjs +18 -18
  52. package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +144 -144
  53. package/esm2022/lib/shared/show-links/show-links.component.mjs +86 -0
  54. package/{esm2020 → esm2022}/lib/shared/system-list/system-list.component.mjs +35 -33
  55. package/{esm2020 → esm2022}/public-api.mjs +47 -47
  56. package/{fesm2020 → fesm2022}/awf-test-lib.mjs +1709 -1499
  57. package/fesm2022/awf-test-lib.mjs.map +1 -0
  58. package/index.d.ts +5 -5
  59. package/lib/core/core-routing.module.d.ts +7 -7
  60. package/lib/core/core.module.d.ts +15 -15
  61. package/lib/core/menu/menu.component.d.ts +17 -17
  62. package/lib/core/menu-consomer/menu-consomer.component.d.ts +12 -12
  63. package/lib/core/menu-ge-portal/menu-ge-portal.component.d.ts +20 -20
  64. package/lib/core/menu-warranty/menu-warranty.component.d.ts +15 -15
  65. package/lib/core/not-found/not-found.component.d.ts +10 -10
  66. package/lib/core/top-bar/top-bar.component.d.ts +13 -13
  67. package/lib/models/account.model.d.ts +14 -14
  68. package/lib/models/alternativeDate.model.d.ts +6 -6
  69. package/lib/models/applicationName.d.ts +5 -5
  70. package/lib/models/cancelPMMailRequest.model.d.ts +5 -5
  71. package/lib/models/customObject.model.d.ts +3 -3
  72. package/lib/models/detailedPmJob.model.d.ts +23 -23
  73. package/lib/models/emailStatus.d.ts +4 -4
  74. package/lib/models/emailType.d.ts +15 -15
  75. package/lib/models/eventStatus.d.ts +7 -7
  76. package/lib/models/field.d.ts +7 -7
  77. package/lib/models/language.d.ts +4 -4
  78. package/lib/models/mailRequest.model.d.ts +16 -16
  79. package/lib/models/pMGroupedJob.model.d.ts +3 -3
  80. package/lib/models/pmJob.model.d.ts +25 -25
  81. package/lib/models/pmJobRequest.model.d.ts +5 -5
  82. package/lib/models/pmJobStatus.d.ts +14 -14
  83. package/lib/models/reason.model.d.ts +4 -4
  84. package/lib/models/reasonCode.d.ts +7 -7
  85. package/lib/models/reasonContact.d.ts +6 -6
  86. package/lib/models/reportDateMailRequest.model.d.ts +5 -5
  87. package/lib/models/role.d.ts +5 -5
  88. package/lib/models/service.model.d.ts +8 -8
  89. package/lib/models/serviceName.d.ts +10 -10
  90. package/lib/models/socialLoginRequest.model.d.ts +6 -6
  91. package/lib/models/socialMadia.d.ts +3 -3
  92. package/lib/models/stingBoolean.d.ts +4 -4
  93. package/lib/models/system.d.ts +14 -14
  94. package/lib/models/theme.model.d.ts +38 -38
  95. package/lib/models/tokenStatus.d.ts +5 -5
  96. package/lib/models/warranty.d.ts +17 -17
  97. package/lib/pipes/pipes/pipes.module.d.ts +9 -9
  98. package/lib/pipes/subrtring-w.pipe.d.ts +7 -7
  99. package/lib/pipes/substring.pipe.d.ts +7 -7
  100. package/lib/shared/choose-another-date/choose-another-date.component.d.ts +33 -33
  101. package/lib/shared/confirm-dialog/confirm-dialog.component.d.ts +21 -21
  102. package/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.d.ts +19 -19
  103. package/lib/shared/confirmed-date-information/confirmed-date-information.component.d.ts +17 -17
  104. package/lib/shared/contact/contact.component.d.ts +39 -39
  105. package/lib/shared/contact-support/contact-support.component.d.ts +50 -50
  106. package/lib/shared/dashboard/dashboard.component.d.ts +18 -18
  107. package/lib/shared/maintenance-list/maintenance-list.component.d.ts +81 -81
  108. package/lib/shared/shared-routing.module.d.ts +7 -7
  109. package/lib/shared/shared.module.d.ts +40 -40
  110. package/lib/shared/show-links/show-links.component.d.ts +24 -24
  111. package/lib/shared/system-list/system-list.component.d.ts +16 -16
  112. package/package.json +5 -11
  113. package/public-api.d.ts +42 -42
  114. package/esm2020/lib/core/menu/menu.component.mjs +0 -40
  115. package/esm2020/lib/core/menu-consomer/menu-consomer.component.mjs +0 -27
  116. package/esm2020/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +0 -105
  117. package/esm2020/lib/core/menu-warranty/menu-warranty.component.mjs +0 -35
  118. package/esm2020/lib/core/not-found/not-found.component.mjs +0 -19
  119. package/esm2020/lib/models/account.model.mjs +0 -3
  120. package/esm2020/lib/models/alternativeDate.model.mjs +0 -3
  121. package/esm2020/lib/models/detailedPmJob.model.mjs +0 -3
  122. package/esm2020/lib/models/mailRequest.model.mjs +0 -3
  123. package/esm2020/lib/models/pmJob.model.mjs +0 -3
  124. package/esm2020/lib/models/pmJobRequest.model.mjs +0 -3
  125. package/esm2020/lib/models/service.model.mjs +0 -3
  126. package/esm2020/lib/models/socialLoginRequest.model.mjs +0 -3
  127. package/esm2020/lib/models/system.mjs +0 -3
  128. package/esm2020/lib/models/warranty.mjs +0 -3
  129. package/esm2020/lib/pipes/subrtring-w.pipe.mjs +0 -20
  130. package/esm2020/lib/shared/choose-another-date/choose-another-date.component.mjs +0 -110
  131. package/esm2020/lib/shared/confirm-dialog/confirm-dialog.component.mjs +0 -45
  132. package/esm2020/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +0 -42
  133. package/esm2020/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +0 -39
  134. package/esm2020/lib/shared/contact/contact.component.mjs +0 -160
  135. package/esm2020/lib/shared/contact-support/contact-support.component.mjs +0 -172
  136. package/esm2020/lib/shared/dashboard/dashboard.component.mjs +0 -35
  137. package/esm2020/lib/shared/maintenance-list/maintenance-list.component.mjs +0 -352
  138. package/esm2020/lib/shared/show-links/show-links.component.mjs +0 -80
  139. package/fesm2015/awf-test-lib.mjs +0 -1654
  140. package/fesm2015/awf-test-lib.mjs.map +0 -1
  141. package/fesm2020/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": "active"; "isAdmin": "isAdmin"; "translate": "translate"; "applicationName": "applicationName"; "haveConsumerDataId": "haveConsumerDataId"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
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": { "alias": "active"; "required": false; }; "isAdmin": { "alias": "isAdmin"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "haveConsumerDataId": { "alias": "haveConsumerDataId"; "required": false; }; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false, never>;
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": "translate"; "isAdmin": "isAdmin"; }, { "logOutClick": "logOutClick"; }, never, never, false>;
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": { "alias": "translate"; "required": false; }; "isAdmin": { "alias": "isAdmin"; "required": false; }; }, { "logOutClick": "logOutClick"; }, never, never, false, never>;
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": "translate"; "isAdmin": "isAdmin"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
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": { "alias": "translate"; "required": false; }; "isAdmin": { "alias": "isAdmin"; "required": false; }; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false, never>;
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": "isAdmin"; "translate": "translate"; "haveConsumerDataId": "haveConsumerDataId"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
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": { "alias": "isAdmin"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "haveConsumerDataId": { "alias": "haveConsumerDataId"; "required": false; }; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false, never>;
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": "translate"; "applicationName": "applicationName"; }, {}, never, never, false>;
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": { "alias": "translate"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; }, {}, never, never, false, never>;
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": "translate"; "applicationName": "applicationName"; }, { "logOutClick": "logOutClick"; }, never, never, false>;
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": { "alias": "translate"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; }, { "logOutClick": "logOutClick"; }, never, never, false, never>;
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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }