@hitsoft/e-donusum 1.0.123-Test → 1.0.123-live

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.
Files changed (39) hide show
  1. package/esm2020/config/e-donusum-config.module.mjs +1 -3
  2. package/esm2020/lib/components/hit-despatches/hit-despatch.component.mjs +5 -32
  3. package/esm2020/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.mjs +13 -81
  4. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +16 -123
  5. package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +94 -23
  6. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +3 -14
  7. package/esm2020/lib/e-donusum-routing.module.mjs +1 -3
  8. package/esm2020/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.mjs +4 -29
  9. package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +1 -17
  10. package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +1 -5
  11. package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +1 -10
  12. package/esm2020/lib/hit-proxy/shared/hit-shared.service.mjs +9 -45
  13. package/fesm2015/hitsoft-e-donusum-config.mjs +83 -102
  14. package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -1
  15. package/fesm2015/hitsoft-e-donusum.mjs +170 -616
  16. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
  17. package/fesm2020/hitsoft-e-donusum-config.mjs +83 -102
  18. package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -1
  19. package/fesm2020/hitsoft-e-donusum.mjs +170 -613
  20. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
  21. package/lib/components/hit-despatches/hit-despatch.component.d.ts +0 -1
  22. package/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.d.ts +1 -12
  23. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +1 -13
  24. package/lib/components/hit-invoices/hit-invoice.component.d.ts +16 -1
  25. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +0 -1
  26. package/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.d.ts +1 -7
  27. package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +0 -3
  28. package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +0 -1
  29. package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +0 -4
  30. package/lib/hit-proxy/shared/hit-shared.service.d.ts +1 -1
  31. package/package.json +1 -1
  32. package/config/providers/hit-providers/invoice-sent-route.provider.d.ts +0 -9
  33. package/esm2020/config/providers/hit-providers/invoice-sent-route.provider.mjs +0 -20
  34. package/esm2020/lib/components/hit-invoices-sent/hit-invoice-sent.component.mjs +0 -142
  35. package/esm2020/lib/components/hit-invoices-sent/hit-invoice-sent.module.mjs +0 -81
  36. package/esm2020/lib/components/hit-invoices-sent/sanitize-html-sent.pipe.mjs +0 -19
  37. package/lib/components/hit-invoices-sent/hit-invoice-sent.component.d.ts +0 -40
  38. package/lib/components/hit-invoices-sent/hit-invoice-sent.module.d.ts +0 -17
  39. package/lib/components/hit-invoices-sent/sanitize-html-sent.pipe.d.ts +0 -10
@@ -58,7 +58,6 @@ export declare class HitDespatchComponent implements OnInit {
58
58
  showAllFiles(record: any): void;
59
59
  DownloadFile(record: any): void;
60
60
  downloadPDFMultiple(): void;
61
- viewPDFsMultiple(): void;
62
61
  getZipDate(): string;
63
62
  getReceiptAdvicePreview(record: any): void;
64
63
  static ɵfac: i0.ɵɵFactoryDeclaration<HitDespatchComponent, never>;
@@ -6,7 +6,6 @@ import { FormBuilder, FormGroup } from '@angular/forms';
6
6
  import { ToasterService } from '@abp/ng.theme.shared';
7
7
  import { HitInboundDespatchService } from '../../hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service';
8
8
  import { HitDespatchLineService } from '../../hit-proxy/hit-despatch-lines/hit-despatch-line.service';
9
- import { HitFileDocumentTypeService } from '../../hit-proxy/hit-file-document-type/hit-file-document-type.service';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class HitInboundDespatchComponent implements OnInit {
12
11
  readonly list: ListService;
@@ -15,7 +14,6 @@ export declare class HitInboundDespatchComponent implements OnInit {
15
14
  private readonly invoiceService;
16
15
  private readonly formBuilder;
17
16
  private readonly toasterService;
18
- private readonly fileDocumentTypeService;
19
17
  dxInboundDespatchInstance: DxDataGridComponent;
20
18
  dxDespatchRowsInstance: DxDataGridComponent;
21
19
  inboundDespatchDataSource: any;
@@ -26,11 +24,7 @@ export declare class HitInboundDespatchComponent implements OnInit {
26
24
  isModalOpenForResponse: boolean;
27
25
  faturaOnizleme: any;
28
26
  formResponse: FormGroup;
29
- despatchFilesDataSource: any;
30
- despatchFileNameLookup: any;
31
- isFileModalOpen: boolean;
32
- isFileModalBusy: boolean;
33
- constructor(list: ListService, despatchService: HitInboundDespatchService, despatchLineService: HitDespatchLineService, invoiceService: HitInvoiceService, formBuilder: FormBuilder, toasterService: ToasterService, fileDocumentTypeService: HitFileDocumentTypeService);
27
+ constructor(list: ListService, despatchService: HitInboundDespatchService, despatchLineService: HitDespatchLineService, invoiceService: HitInvoiceService, formBuilder: FormBuilder, toasterService: ToasterService);
34
28
  ngOnInit(): void;
35
29
  openResponseModal(record: any): void;
36
30
  buildForm(record: any): void;
@@ -39,11 +33,6 @@ export declare class HitInboundDespatchComponent implements OnInit {
39
33
  getReceiverResponseName(responseId: any): any;
40
34
  getIconClass(responseId: any): "" | "fas fa-clock" | "fas fa-check-circle" | "fas fa-times-circle" | "fas fa-minus-circle";
41
35
  getInboundDespatchPreview(record: any): void;
42
- downloadPDFMultiple(): void;
43
- getZipDate(): string;
44
- viewPDFsMultiple(): void;
45
- showAllFiles(record: any): void;
46
- DownloadFile(record: any): void;
47
36
  static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundDespatchComponent, never>;
48
37
  static ɵcmp: i0.ɵɵComponentDeclaration<HitInboundDespatchComponent, "lib-inbound-despatch", never, {}, {}, never, never, false>;
49
38
  }
@@ -10,7 +10,6 @@ import { OpenDocumentDto } from '../../hit-proxy/hit-inbound-invoices/models';
10
10
  import { HitBranchesService } from '../../hit-proxy/hit-branches/hit-branch.service';
11
11
  import { HitParamsGeneralsService } from '../../hit-proxy/hit-params-generals/hit-params-general.service';
12
12
  import { HitSharedService } from '../../hit-proxy/shared/hit-shared.service';
13
- import { HitFileDocumentTypeService } from '../../hit-proxy/hit-file-document-type/hit-file-document-type.service';
14
13
  import * as i0 from "@angular/core";
15
14
  export declare class HitInboundInvoiceComponent implements OnInit {
16
15
  readonly list: ListService;
@@ -26,7 +25,6 @@ export declare class HitInboundInvoiceComponent implements OnInit {
26
25
  private readonly ref;
27
26
  private readonly confirmation;
28
27
  private readonly hitSharedService;
29
- private readonly fileDocumentTypeService;
30
28
  dxInboundInvoiceInstance: DxDataGridComponent;
31
29
  dxPurchaseOrderDocuments: DxDataGridComponent;
32
30
  dxPurchaseDespatchDocuments: DxDataGridComponent;
@@ -90,11 +88,7 @@ export declare class HitInboundInvoiceComponent implements OnInit {
90
88
  hasValidSelection: boolean;
91
89
  branchPopupVisible: boolean;
92
90
  selectedBranchId: number;
93
- invoiceFilesDataSource: any;
94
- invoiceFileNameLookup: any;
95
- isFileModalOpen: boolean;
96
- isFileModalBusy: boolean;
97
- constructor(list: ListService, service: HitInboundInvoiceService, invoiceService: HitInvoiceService, hitBranchesService: HitBranchesService, hitParamsGeneralsService: HitParamsGeneralsService, formBuilder: FormBuilder, formBuilderForPartner: FormBuilder, formBuilderForDocument: FormBuilder, toasterService: ToasterService, businessPartnerGroupService: HitBusinessPartnerGroupService, ref: ChangeDetectorRef, confirmation: ConfirmationService, hitSharedService: HitSharedService, fileDocumentTypeService: HitFileDocumentTypeService);
91
+ constructor(list: ListService, service: HitInboundInvoiceService, invoiceService: HitInvoiceService, hitBranchesService: HitBranchesService, hitParamsGeneralsService: HitParamsGeneralsService, formBuilder: FormBuilder, formBuilderForPartner: FormBuilder, formBuilderForDocument: FormBuilder, toasterService: ToasterService, businessPartnerGroupService: HitBusinessPartnerGroupService, ref: ChangeDetectorRef, confirmation: ConfirmationService, hitSharedService: HitSharedService);
98
92
  countryGridBox_displayExpr(): string;
99
93
  stateGridBox_displayExpr(): string;
100
94
  serialGridBox_displayExpr(): string;
@@ -108,7 +102,6 @@ export declare class HitInboundInvoiceComponent implements OnInit {
108
102
  ngOnInit(): void;
109
103
  getInboundInvoice(): void;
110
104
  getInvoicePreview(record: any): void;
111
- viewPDFsMultiple(): void;
112
105
  openResponseModal(record: any): void;
113
106
  buildForm(record: any): void;
114
107
  sendInvoiceResponse(response: boolean): void;
@@ -137,13 +130,8 @@ export declare class HitInboundInvoiceComponent implements OnInit {
137
130
  createMultipleEmptyDrafts(): void;
138
131
  onResultPopupClosed: () => void;
139
132
  closeResultPopup: () => void;
140
- downloadIncomingPDFMultiple(): void;
141
- downloadPDFMultiple(): void;
142
- getZipDate(): string;
143
133
  openBranchPopup(): void;
144
134
  confirmBranchSelection: () => void;
145
- showAllFiles(record: any): void;
146
- DownloadFile(record: any): void;
147
135
  static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceComponent, never>;
148
136
  static ɵcmp: i0.ɵɵComponentDeclaration<HitInboundInvoiceComponent, "lib-inbound-invoice", never, {}, {}, never, never, false>;
149
137
  }
@@ -2,29 +2,38 @@ import { ListService } from '@abp/ng.core';
2
2
  import { OnInit } from '@angular/core';
3
3
  import { DxDataGridComponent } from 'devextreme-angular';
4
4
  import { HitInvoiceService } from '../../hit-proxy/hit-invoices/hit-invoice.service';
5
+ import { HitFileDocumentTypeService } from '../../hit-proxy/hit-file-document-type/hit-file-document-type.service';
5
6
  import { HitGibPartnerPkService } from '../../hit-proxy/hit-gib-partner-pks/hit-gib-partner-pk.service';
6
7
  import { ToasterService } from '@abp/ng.theme.shared';
7
8
  import { HitDocumentSerialService } from '../../hit-proxy/hit-document-serials/hit-document-serial.service';
8
9
  import { ConfirmationService } from '@abp/ng.theme.shared';
10
+ import { HitSharedService } from '../../hit-proxy/shared/hit-shared.service';
9
11
  import * as i0 from "@angular/core";
10
12
  export declare class HitInvoiceComponent implements OnInit {
11
13
  readonly list: ListService;
12
14
  private readonly invoiceService;
13
15
  private readonly gibPartnerPkService;
16
+ private readonly fileDocumentTypeService;
14
17
  private readonly hitDocumentSerialService;
15
18
  private readonly toasterService;
16
19
  private readonly confirmation;
20
+ private readonly hitSharedService;
17
21
  dxInvoiceInstance: DxDataGridComponent;
22
+ dxInvoiceFileInstance: DxDataGridComponent;
18
23
  dxReceiverPKSInstance: DxDataGridComponent;
19
24
  dxInvoiceSerialInstance: DxDataGridComponent;
20
25
  invoicesDataSource: any;
21
26
  invoiceStatusLookup: any;
27
+ invoiceFileNameLookup: any;
22
28
  invoiceReceiverResponseLookup: any;
23
29
  invoiceObjectsEnumLookup: any;
30
+ invoiceFilesDataSource: any;
24
31
  invoiceReceiverPKDataSource: any;
25
32
  invoiceSerialDataSource: any;
26
33
  isPreviewModalOpen: boolean;
27
34
  isPreviewModalBusy: boolean;
35
+ isFileModalOpen: boolean;
36
+ isFileModalBusy: boolean;
28
37
  isPKModalOpen: boolean;
29
38
  isPKModalBusy: boolean;
30
39
  pkModalSelectedInvoiceId: any;
@@ -37,7 +46,7 @@ export declare class HitInvoiceComponent implements OnInit {
37
46
  faturaOnizleme: any;
38
47
  isModalOpenForNotQueue: boolean;
39
48
  invoiceNotSendQueueDataSource: any;
40
- constructor(list: ListService, invoiceService: HitInvoiceService, gibPartnerPkService: HitGibPartnerPkService, hitDocumentSerialService: HitDocumentSerialService, toasterService: ToasterService, confirmation: ConfirmationService);
49
+ constructor(list: ListService, invoiceService: HitInvoiceService, gibPartnerPkService: HitGibPartnerPkService, fileDocumentTypeService: HitFileDocumentTypeService, hitDocumentSerialService: HitDocumentSerialService, toasterService: ToasterService, confirmation: ConfirmationService, hitSharedService: HitSharedService);
41
50
  ngOnInit(): void;
42
51
  sendInvoiceSingle(record: any): void;
43
52
  setInvoiceCancelWithOpen(record: any): void;
@@ -47,14 +56,20 @@ export declare class HitInvoiceComponent implements OnInit {
47
56
  listActiveSeriesForMultiple(): void;
48
57
  selectInvoiceSerial(record: any): void;
49
58
  selectPKAddress(record: any): void;
59
+ downloadPDFMultiple(): void;
60
+ getZipDate(): string;
50
61
  sendInvoiceMultiple(): void;
51
62
  sendInvoiceToEntegrator(): void;
52
63
  getInvoicesFromConnector(): void;
64
+ getInvoiceResponses(): void;
65
+ getInvoiceView(record: any): void;
66
+ showAllFiles(record: any): void;
53
67
  getInvoicePreview(record: any): void;
54
68
  getInvoiceXML(record: any): void;
55
69
  getReceiverResponseName(responseId: any): any;
56
70
  getDocObjectName(data: any): string;
57
71
  getIconClass(responseId: any): "" | "fas fa-clock" | "fas fa-check-circle" | "fas fa-times-circle";
72
+ DownloadFile(record: any): void;
58
73
  static ɵfac: i0.ɵɵFactoryDeclaration<HitInvoiceComponent, never>;
59
74
  static ɵcmp: i0.ɵɵComponentDeclaration<HitInvoiceComponent, "lib-invoice", never, {}, {}, never, never, false>;
60
75
  }
@@ -18,7 +18,6 @@ export declare class HitParamsGeneralPart2Component implements OnInit {
18
18
  valid: EventEmitter<boolean>;
19
19
  submitButtonDisabled: boolean;
20
20
  integratorDataSource: any;
21
- downloadTokenSecret: string;
22
21
  constructor(service: ParamsGeneralService, fb: FormBuilder, hitParamsGeneralsService: HitParamsGeneralsService, toasterService: ToasterService, hitEntegratorsService: HitEntegratorsService);
23
22
  ngOnInit(): void;
24
23
  buildForm(): void;
@@ -1,22 +1,16 @@
1
1
  import { RestService } from "@abp/ng.core";
2
2
  import { DevexpressRestService } from "../devexpress-query-builder/devexpress-query-builder";
3
3
  import { DespatchMainResponseDto } from "./models";
4
- import { HttpClient } from '@angular/common/http';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class HitInboundDespatchService {
7
6
  private restService;
8
7
  private devexService;
9
- private http;
10
8
  apiName: string;
11
9
  LoadInboundDespatches: import("devextreme-aspnet-data-nojquery").CustomStore;
12
10
  sendDespatchResponse: (mainResponse: DespatchMainResponseDto) => import("rxjs").Observable<any>;
13
11
  getInboundDespatch: (startDate: string, endDate: string) => import("rxjs").Observable<any>;
14
12
  getDespatchPreviewInbound: (despatchGUID: string) => import("rxjs").Observable<any>;
15
- getDespatchPdfsMultiple: (despatchIds: string[]) => import("rxjs").Observable<string>;
16
- getIncomingDespatchPdfsMultiple(ids: string[]): import("rxjs").Observable<Blob>;
17
- LoadInboundDespatchFiles: (despatchGUID: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
18
- downloadFileById: (blobID: string) => import("rxjs").Observable<any>;
19
- constructor(restService: RestService, devexService: DevexpressRestService, http: HttpClient);
13
+ constructor(restService: RestService, devexService: DevexpressRestService);
20
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundDespatchService, never>;
21
15
  static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundDespatchService>;
22
16
  }
@@ -22,9 +22,6 @@ export declare class HitInboundInvoiceService {
22
22
  createPurchaseInvoiceDocument: (requestDto: ConnectorPurchaseInvoiceDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
23
23
  processManual: (invoiceID: string) => import("rxjs").Observable<any>;
24
24
  createMultipleEmptyDrafts: (requestDto: ConnectorMultipleEmptyDraftDto[]) => import("rxjs").Observable<any>;
25
- getIncomingInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<Blob>;
26
- LoadInboundInvoiceFiles: (invoiceGUID: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
27
- downloadFileById: (blobID: string) => import("rxjs").Observable<any>;
28
25
  constructor(restService: RestService, devexService: DevexpressRestService);
29
26
  static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceService, never>;
30
27
  static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundInvoiceService>;
@@ -6,7 +6,6 @@ export declare class HitInvoiceService {
6
6
  private devexService;
7
7
  apiName: string;
8
8
  LoadInvoices: import("devextreme-aspnet-data-nojquery").CustomStore;
9
- LoadInvoicesSent: import("devextreme-aspnet-data-nojquery").CustomStore;
10
9
  LoadInvoiceFiles: (invoiceUUID: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
11
10
  sendInvoiceById: (input: string[]) => import("rxjs").Observable<number[]>;
12
11
  getInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<any>;
@@ -4,10 +4,6 @@ export declare class HitParamsGeneralsService {
4
4
  private restService;
5
5
  apiName: string;
6
6
  getParamsGeneral: () => import("rxjs").Observable<any>;
7
- getDownloadTokenSecret: () => import("rxjs").Observable<{
8
- value: string;
9
- }>;
10
- setDownloadTokenSecret: (value: string) => import("rxjs").Observable<void>;
11
7
  constructor(restService: RestService);
12
8
  static ɵfac: i0.ɵɵFactoryDeclaration<HitParamsGeneralsService, never>;
13
9
  static ɵprov: i0.ɵɵInjectableDeclaration<HitParamsGeneralsService>;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class HitSharedService {
3
3
  apiName: string;
4
- previewFile: (base64: any, fileName?: string) => void;
4
+ previewFile: (base64: any) => void;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<HitSharedService, never>;
6
6
  static ɵprov: i0.ɵɵInjectableDeclaration<HitSharedService>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitsoft/e-donusum",
3
- "version": "1.0.123-Test",
3
+ "version": "1.0.123-live",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=9",
6
6
  "@angular/core": ">=9",
@@ -1,9 +0,0 @@
1
- import { RoutesService } from '@abp/ng.core';
2
- export declare const HIT_INVOICES_INVOICE_SENT_ROUTE_PROVIDER: {
3
- provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
4
- useFactory: typeof configureRoutes;
5
- deps: (typeof RoutesService)[];
6
- multi: boolean;
7
- }[];
8
- declare function configureRoutes(routes: RoutesService): () => void;
9
- export {};
@@ -1,20 +0,0 @@
1
- import { RoutesService } from '@abp/ng.core';
2
- import { APP_INITIALIZER } from '@angular/core';
3
- export const HIT_INVOICES_INVOICE_SENT_ROUTE_PROVIDER = [
4
- { provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },
5
- ];
6
- function configureRoutes(routes) {
7
- return () => {
8
- routes.add([
9
- {
10
- path: '/e-donusum/invoices-sent',
11
- parentName: "eDonusum::Menu:eInvoiceeArchive" /* eDonusumRouteNames.eInvoiceeArchive */,
12
- name: 'eDonusum::Menu:SentInvoices',
13
- layout: "application" /* eLayoutType.application */,
14
- requiredPolicy: 'eDonusum.Invoices',
15
- order: 2
16
- },
17
- ]);
18
- };
19
- }
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW52b2ljZS1zZW50LXJvdXRlLnByb3ZpZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL2NvbmZpZy9zcmMvcHJvdmlkZXJzL2hpdC1wcm92aWRlcnMvaW52b2ljZS1zZW50LXJvdXRlLnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBZSxhQUFhLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDMUQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUdoRCxNQUFNLENBQUMsTUFBTSx3Q0FBd0MsR0FBRztJQUN0RCxFQUFFLE9BQU8sRUFBRSxlQUFlLEVBQUUsVUFBVSxFQUFFLGVBQWUsRUFBRSxJQUFJLEVBQUUsQ0FBQyxhQUFhLENBQUMsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0NBQzlGLENBQUM7QUFFRixTQUFTLGVBQWUsQ0FBQyxNQUFxQjtJQUM1QyxPQUFPLEdBQUcsRUFBRTtRQUNWLE1BQU0sQ0FBQyxHQUFHLENBQUM7WUFDVDtnQkFDRSxJQUFJLEVBQUUsMEJBQTBCO2dCQUNoQyxVQUFVLDZFQUFxQztnQkFDL0MsSUFBSSxFQUFFLDZCQUE2QjtnQkFDbkMsTUFBTSw2Q0FBeUI7Z0JBQy9CLGNBQWMsRUFBRSxtQkFBbUI7Z0JBQ25DLEtBQUssRUFBRSxDQUFDO2FBQ1Q7U0FDRixDQUFDLENBQUM7SUFDTCxDQUFDLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZUxheW91dFR5cGUsIFJvdXRlc1NlcnZpY2UgfSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBBUFBfSU5JVElBTElaRVIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgZURvbnVzdW1Sb3V0ZU5hbWVzIH0gZnJvbSAnLi4vLi4vZW51bXMvZURvbnVzdW0tcm91dGUtbmFtZXMnO1xyXG5cclxuZXhwb3J0IGNvbnN0IEhJVF9JTlZPSUNFU19JTlZPSUNFX1NFTlRfUk9VVEVfUFJPVklERVIgPSBbXHJcbiAgeyBwcm92aWRlOiBBUFBfSU5JVElBTElaRVIsIHVzZUZhY3Rvcnk6IGNvbmZpZ3VyZVJvdXRlcywgZGVwczogW1JvdXRlc1NlcnZpY2VdLCBtdWx0aTogdHJ1ZSB9LFxyXG5dO1xyXG5cclxuZnVuY3Rpb24gY29uZmlndXJlUm91dGVzKHJvdXRlczogUm91dGVzU2VydmljZSkge1xyXG4gIHJldHVybiAoKSA9PiB7XHJcbiAgICByb3V0ZXMuYWRkKFtcclxuICAgICAge1xyXG4gICAgICAgIHBhdGg6ICcvZS1kb251c3VtL2ludm9pY2VzLXNlbnQnLFxyXG4gICAgICAgIHBhcmVudE5hbWU6IGVEb251c3VtUm91dGVOYW1lcy5lSW52b2ljZWVBcmNoaXZlLFxyXG4gICAgICAgIG5hbWU6ICdlRG9udXN1bTo6TWVudTpTZW50SW52b2ljZXMnLFxyXG4gICAgICAgIGxheW91dDogZUxheW91dFR5cGUuYXBwbGljYXRpb24sXHJcbiAgICAgICAgcmVxdWlyZWRQb2xpY3k6ICdlRG9udXN1bS5JbnZvaWNlcycsXHJcbiAgICAgICAgb3JkZXI6IDJcclxuICAgICAgfSxcclxuICAgIF0pO1xyXG4gIH07XHJcbn1cclxuIl19