@veeroute/lss-routing-angular 7.32.3215 → 7.34.3275
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/README.md +3 -3
- package/fesm2022/veeroute-lss-routing-angular.mjs +26 -26
- package/fesm2022/veeroute-lss-routing-angular.mjs.map +1 -1
- package/package.json +5 -6
- package/types/veeroute-lss-routing-angular.d.ts +1161 -0
- package/api/api.d.ts +0 -10
- package/api/matrixService.d.ts +0 -35
- package/api/matrixServiceInterface.d.ts +0 -27
- package/api/routeService.d.ts +0 -35
- package/api/routeServiceInterface.d.ts +0 -27
- package/api/systemService.d.ts +0 -78
- package/api/systemServiceInterface.d.ts +0 -37
- package/api.base.service.d.ts +0 -21
- package/api.module.d.ts +0 -11
- package/configuration.d.ts +0 -106
- package/encoder.d.ts +0 -11
- package/esm2022/api/api.mjs +0 -11
- package/esm2022/api/matrixService.mjs +0 -90
- package/esm2022/api/matrixServiceInterface.mjs +0 -2
- package/esm2022/api/routeService.mjs +0 -90
- package/esm2022/api/routeServiceInterface.mjs +0 -2
- package/esm2022/api/systemService.mjs +0 -149
- package/esm2022/api/systemServiceInterface.mjs +0 -2
- package/esm2022/api.base.service.mjs +0 -79
- package/esm2022/api.module.mjs +0 -40
- package/esm2022/configuration.mjs +0 -145
- package/esm2022/encoder.mjs +0 -19
- package/esm2022/index.mjs +0 -8
- package/esm2022/model/attribute.mjs +0 -11
- package/esm2022/model/checkResult.mjs +0 -11
- package/esm2022/model/general400.mjs +0 -2
- package/esm2022/model/general402.mjs +0 -2
- package/esm2022/model/general404.mjs +0 -2
- package/esm2022/model/general404Detail.mjs +0 -2
- package/esm2022/model/general429.mjs +0 -2
- package/esm2022/model/general500.mjs +0 -2
- package/esm2022/model/geoSettings.mjs +0 -2
- package/esm2022/model/geopoint.mjs +0 -11
- package/esm2022/model/matrixResult.mjs +0 -2
- package/esm2022/model/matrixTask.mjs +0 -2
- package/esm2022/model/models.mjs +0 -29
- package/esm2022/model/route.mjs +0 -2
- package/esm2022/model/routeLeg.mjs +0 -2
- package/esm2022/model/routeResult.mjs +0 -2
- package/esm2022/model/routeStatistics.mjs +0 -2
- package/esm2022/model/routeStep.mjs +0 -2
- package/esm2022/model/routeTask.mjs +0 -2
- package/esm2022/model/routeWaypoint.mjs +0 -2
- package/esm2022/model/routingMatrix.mjs +0 -2
- package/esm2022/model/routingMatrixWaypoint.mjs +0 -2
- package/esm2022/model/schemaError.mjs +0 -11
- package/esm2022/model/service.mjs +0 -26
- package/esm2022/model/timeWindow.mjs +0 -11
- package/esm2022/model/tracedata.mjs +0 -2
- package/esm2022/model/trackpoint.mjs +0 -11
- package/esm2022/model/transportType.mjs +0 -32
- package/esm2022/model/versionResult.mjs +0 -11
- package/esm2022/param.mjs +0 -2
- package/esm2022/provide-api.mjs +0 -15
- package/esm2022/variables.mjs +0 -9
- package/esm2022/veeroute-lss-routing-angular.mjs +0 -5
- package/index.d.ts +0 -7
- package/model/attribute.d.ts +0 -23
- package/model/checkResult.d.ts +0 -19
- package/model/general400.d.ts +0 -26
- package/model/general402.d.ts +0 -21
- package/model/general404.d.ts +0 -21
- package/model/general404Detail.d.ts +0 -17
- package/model/general429.d.ts +0 -21
- package/model/general500.d.ts +0 -21
- package/model/geoSettings.d.ts +0 -40
- package/model/geopoint.d.ts +0 -23
- package/model/matrixResult.d.ts +0 -19
- package/model/matrixTask.d.ts +0 -32
- package/model/models.d.ts +0 -28
- package/model/route.d.ts +0 -22
- package/model/routeLeg.d.ts +0 -30
- package/model/routeResult.d.ts +0 -19
- package/model/routeStatistics.d.ts +0 -32
- package/model/routeStep.d.ts +0 -22
- package/model/routeTask.d.ts +0 -52
- package/model/routeWaypoint.d.ts +0 -29
- package/model/routingMatrix.d.ts +0 -28
- package/model/routingMatrixWaypoint.d.ts +0 -21
- package/model/schemaError.d.ts +0 -23
- package/model/service.d.ts +0 -24
- package/model/timeWindow.d.ts +0 -23
- package/model/tracedata.d.ts +0 -49
- package/model/trackpoint.d.ts +0 -27
- package/model/transportType.d.ts +0 -30
- package/model/versionResult.d.ts +0 -27
- package/param.d.ts +0 -37
- package/provide-api.d.ts +0 -3
- package/variables.d.ts +0 -8
package/api/api.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './matrixService';
|
|
2
|
-
import { MatrixService } from './matrixService';
|
|
3
|
-
export * from './matrixServiceInterface';
|
|
4
|
-
export * from './routeService';
|
|
5
|
-
import { RouteService } from './routeService';
|
|
6
|
-
export * from './routeServiceInterface';
|
|
7
|
-
export * from './systemService';
|
|
8
|
-
import { SystemService } from './systemService';
|
|
9
|
-
export * from './systemServiceInterface';
|
|
10
|
-
export declare const APIS: (typeof MatrixService | typeof RouteService | typeof SystemService)[];
|
package/api/matrixService.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { MatrixResultRouting } from '../model/matrixResult';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import { BaseService } from '../api.base.service';
|
|
6
|
-
import { MatrixServiceInterface, RunMatrixCalculationRequestParams } from './matrixServiceInterface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MatrixService extends BaseService implements MatrixServiceInterface {
|
|
9
|
-
protected httpClient: HttpClient;
|
|
10
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
|
-
/**
|
|
12
|
-
* Time-distance matrix
|
|
13
|
-
* Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.
|
|
14
|
-
* @param requestParameters
|
|
15
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
|
-
* @param reportProgress flag to report request and response progress.
|
|
17
|
-
*/
|
|
18
|
-
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
19
|
-
httpHeaderAccept?: 'application/json';
|
|
20
|
-
context?: HttpContext;
|
|
21
|
-
transferCache?: boolean;
|
|
22
|
-
}): Observable<MatrixResultRouting>;
|
|
23
|
-
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
24
|
-
httpHeaderAccept?: 'application/json';
|
|
25
|
-
context?: HttpContext;
|
|
26
|
-
transferCache?: boolean;
|
|
27
|
-
}): Observable<HttpResponse<MatrixResultRouting>>;
|
|
28
|
-
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
29
|
-
httpHeaderAccept?: 'application/json';
|
|
30
|
-
context?: HttpContext;
|
|
31
|
-
transferCache?: boolean;
|
|
32
|
-
}): Observable<HttpEvent<MatrixResultRouting>>;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixService, [null, { optional: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MatrixService>;
|
|
35
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* VRt.Routing [RT]
|
|
3
|
-
*
|
|
4
|
-
* The version of the OpenAPI document: 7.32.3215
|
|
5
|
-
* Contact: support@veeroute.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
import { HttpHeaders } from '@angular/common/http';
|
|
11
|
-
import { Observable } from 'rxjs';
|
|
12
|
-
import { MatrixResultRouting } from '../model/models';
|
|
13
|
-
import { MatrixTaskRouting } from '../model/models';
|
|
14
|
-
import { Configuration } from '../configuration';
|
|
15
|
-
export interface RunMatrixCalculationRequestParams {
|
|
16
|
-
matrixTaskRouting: MatrixTaskRouting;
|
|
17
|
-
}
|
|
18
|
-
export interface MatrixServiceInterface {
|
|
19
|
-
defaultHeaders: HttpHeaders;
|
|
20
|
-
configuration: Configuration;
|
|
21
|
-
/**
|
|
22
|
-
* Time-distance matrix
|
|
23
|
-
* Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.
|
|
24
|
-
* @param requestParameters
|
|
25
|
-
*/
|
|
26
|
-
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, extraHttpRequestParams?: any): Observable<MatrixResultRouting>;
|
|
27
|
-
}
|
package/api/routeService.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { RouteResultRouting } from '../model/routeResult';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import { BaseService } from '../api.base.service';
|
|
6
|
-
import { RouteServiceInterface, RunRouteCalculationRequestParams } from './routeServiceInterface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class RouteService extends BaseService implements RouteServiceInterface {
|
|
9
|
-
protected httpClient: HttpClient;
|
|
10
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
|
-
/**
|
|
12
|
-
* Route between points
|
|
13
|
-
* Constructing a route between points, taking into account the specified order and time at each stop. When specifying the departure time `departure_time`, traffic jams are taken into account.
|
|
14
|
-
* @param requestParameters
|
|
15
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
|
-
* @param reportProgress flag to report request and response progress.
|
|
17
|
-
*/
|
|
18
|
-
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
19
|
-
httpHeaderAccept?: 'application/json';
|
|
20
|
-
context?: HttpContext;
|
|
21
|
-
transferCache?: boolean;
|
|
22
|
-
}): Observable<RouteResultRouting>;
|
|
23
|
-
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
24
|
-
httpHeaderAccept?: 'application/json';
|
|
25
|
-
context?: HttpContext;
|
|
26
|
-
transferCache?: boolean;
|
|
27
|
-
}): Observable<HttpResponse<RouteResultRouting>>;
|
|
28
|
-
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
29
|
-
httpHeaderAccept?: 'application/json';
|
|
30
|
-
context?: HttpContext;
|
|
31
|
-
transferCache?: boolean;
|
|
32
|
-
}): Observable<HttpEvent<RouteResultRouting>>;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouteService, [null, { optional: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RouteService>;
|
|
35
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* VRt.Routing [RT]
|
|
3
|
-
*
|
|
4
|
-
* The version of the OpenAPI document: 7.32.3215
|
|
5
|
-
* Contact: support@veeroute.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
import { HttpHeaders } from '@angular/common/http';
|
|
11
|
-
import { Observable } from 'rxjs';
|
|
12
|
-
import { RouteResultRouting } from '../model/models';
|
|
13
|
-
import { RouteTaskRouting } from '../model/models';
|
|
14
|
-
import { Configuration } from '../configuration';
|
|
15
|
-
export interface RunRouteCalculationRequestParams {
|
|
16
|
-
routeTaskRouting: RouteTaskRouting;
|
|
17
|
-
}
|
|
18
|
-
export interface RouteServiceInterface {
|
|
19
|
-
defaultHeaders: HttpHeaders;
|
|
20
|
-
configuration: Configuration;
|
|
21
|
-
/**
|
|
22
|
-
* Route between points
|
|
23
|
-
* Constructing a route between points, taking into account the specified order and time at each stop. When specifying the departure time `departure_time`, traffic jams are taken into account.
|
|
24
|
-
* @param requestParameters
|
|
25
|
-
*/
|
|
26
|
-
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, extraHttpRequestParams?: any): Observable<RouteResultRouting>;
|
|
27
|
-
}
|
package/api/systemService.d.ts
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CheckResultRouting } from '../model/checkResult';
|
|
4
|
-
import { VersionResultRouting } from '../model/versionResult';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import { BaseService } from '../api.base.service';
|
|
7
|
-
import { SystemServiceInterface, FileRequestParams } from './systemServiceInterface';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class SystemService extends BaseService implements SystemServiceInterface {
|
|
10
|
-
protected httpClient: HttpClient;
|
|
11
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
|
-
/**
|
|
13
|
-
* Checking the availability
|
|
14
|
-
* Checking the service availability.
|
|
15
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
|
-
* @param reportProgress flag to report request and response progress.
|
|
17
|
-
*/
|
|
18
|
-
check(observe?: 'body', reportProgress?: boolean, options?: {
|
|
19
|
-
httpHeaderAccept?: 'application/json';
|
|
20
|
-
context?: HttpContext;
|
|
21
|
-
transferCache?: boolean;
|
|
22
|
-
}): Observable<CheckResultRouting>;
|
|
23
|
-
check(observe?: 'response', reportProgress?: boolean, options?: {
|
|
24
|
-
httpHeaderAccept?: 'application/json';
|
|
25
|
-
context?: HttpContext;
|
|
26
|
-
transferCache?: boolean;
|
|
27
|
-
}): Observable<HttpResponse<CheckResultRouting>>;
|
|
28
|
-
check(observe?: 'events', reportProgress?: boolean, options?: {
|
|
29
|
-
httpHeaderAccept?: 'application/json';
|
|
30
|
-
context?: HttpContext;
|
|
31
|
-
transferCache?: boolean;
|
|
32
|
-
}): Observable<HttpEvent<CheckResultRouting>>;
|
|
33
|
-
/**
|
|
34
|
-
* Getting the documentation
|
|
35
|
-
* Getting the file with this service documentation.
|
|
36
|
-
* @param requestParameters
|
|
37
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
38
|
-
* @param reportProgress flag to report request and response progress.
|
|
39
|
-
*/
|
|
40
|
-
file(requestParameters: FileRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
41
|
-
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
42
|
-
context?: HttpContext;
|
|
43
|
-
transferCache?: boolean;
|
|
44
|
-
}): Observable<string>;
|
|
45
|
-
file(requestParameters: FileRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
46
|
-
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
47
|
-
context?: HttpContext;
|
|
48
|
-
transferCache?: boolean;
|
|
49
|
-
}): Observable<HttpResponse<string>>;
|
|
50
|
-
file(requestParameters: FileRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
51
|
-
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
52
|
-
context?: HttpContext;
|
|
53
|
-
transferCache?: boolean;
|
|
54
|
-
}): Observable<HttpEvent<string>>;
|
|
55
|
-
/**
|
|
56
|
-
* Getting the service version
|
|
57
|
-
* Getting the service version.
|
|
58
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
59
|
-
* @param reportProgress flag to report request and response progress.
|
|
60
|
-
*/
|
|
61
|
-
version(observe?: 'body', reportProgress?: boolean, options?: {
|
|
62
|
-
httpHeaderAccept?: 'application/json';
|
|
63
|
-
context?: HttpContext;
|
|
64
|
-
transferCache?: boolean;
|
|
65
|
-
}): Observable<VersionResultRouting>;
|
|
66
|
-
version(observe?: 'response', reportProgress?: boolean, options?: {
|
|
67
|
-
httpHeaderAccept?: 'application/json';
|
|
68
|
-
context?: HttpContext;
|
|
69
|
-
transferCache?: boolean;
|
|
70
|
-
}): Observable<HttpResponse<VersionResultRouting>>;
|
|
71
|
-
version(observe?: 'events', reportProgress?: boolean, options?: {
|
|
72
|
-
httpHeaderAccept?: 'application/json';
|
|
73
|
-
context?: HttpContext;
|
|
74
|
-
transferCache?: boolean;
|
|
75
|
-
}): Observable<HttpEvent<VersionResultRouting>>;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, [null, { optional: true; }, { optional: true; }]>;
|
|
77
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
|
|
78
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* VRt.Routing [RT]
|
|
3
|
-
*
|
|
4
|
-
* The version of the OpenAPI document: 7.32.3215
|
|
5
|
-
* Contact: support@veeroute.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
import { HttpHeaders } from '@angular/common/http';
|
|
11
|
-
import { Observable } from 'rxjs';
|
|
12
|
-
import { CheckResultRouting } from '../model/models';
|
|
13
|
-
import { VersionResultRouting } from '../model/models';
|
|
14
|
-
import { Configuration } from '../configuration';
|
|
15
|
-
export interface FileRequestParams {
|
|
16
|
-
filename: string;
|
|
17
|
-
}
|
|
18
|
-
export interface SystemServiceInterface {
|
|
19
|
-
defaultHeaders: HttpHeaders;
|
|
20
|
-
configuration: Configuration;
|
|
21
|
-
/**
|
|
22
|
-
* Checking the availability
|
|
23
|
-
* Checking the service availability.
|
|
24
|
-
*/
|
|
25
|
-
check(extraHttpRequestParams?: any): Observable<CheckResultRouting>;
|
|
26
|
-
/**
|
|
27
|
-
* Getting the documentation
|
|
28
|
-
* Getting the file with this service documentation.
|
|
29
|
-
* @param requestParameters
|
|
30
|
-
*/
|
|
31
|
-
file(requestParameters: FileRequestParams, extraHttpRequestParams?: any): Observable<string>;
|
|
32
|
-
/**
|
|
33
|
-
* Getting the service version
|
|
34
|
-
* Getting the service version.
|
|
35
|
-
*/
|
|
36
|
-
version(extraHttpRequestParams?: any): Observable<VersionResultRouting>;
|
|
37
|
-
}
|
package/api.base.service.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* VRt.Routing [RT]
|
|
3
|
-
*
|
|
4
|
-
* The version of the OpenAPI document: 7.32.3215
|
|
5
|
-
* Contact: support@veeroute.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
import { HttpHeaders, HttpParams, HttpParameterCodec } from '@angular/common/http';
|
|
11
|
-
import { Configuration } from './configuration';
|
|
12
|
-
export declare class BaseService {
|
|
13
|
-
protected basePath: string;
|
|
14
|
-
defaultHeaders: HttpHeaders;
|
|
15
|
-
configuration: Configuration;
|
|
16
|
-
encoder: HttpParameterCodec;
|
|
17
|
-
constructor(basePath?: string | string[], configuration?: Configuration);
|
|
18
|
-
protected canConsumeForm(consumes: string[]): boolean;
|
|
19
|
-
protected addToHttpParams(httpParams: HttpParams, value: any, key?: string, isDeep?: boolean): HttpParams;
|
|
20
|
-
protected addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string, isDeep?: boolean): HttpParams;
|
|
21
|
-
}
|
package/api.module.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { Configuration } from './configuration';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LssRoutingApiModule {
|
|
6
|
-
static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<LssRoutingApiModule>;
|
|
7
|
-
constructor(parentModule: LssRoutingApiModule, http: HttpClient);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LssRoutingApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LssRoutingApiModule, never, never, never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LssRoutingApiModule>;
|
|
11
|
-
}
|
package/configuration.d.ts
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { HttpHeaders, HttpParams, HttpParameterCodec } from '@angular/common/http';
|
|
2
|
-
import { Param } from './param';
|
|
3
|
-
export interface ConfigurationParameters {
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated Since 5.0. Use credentials instead
|
|
6
|
-
*/
|
|
7
|
-
apiKeys?: {
|
|
8
|
-
[key: string]: string;
|
|
9
|
-
};
|
|
10
|
-
username?: string;
|
|
11
|
-
password?: string;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Since 5.0. Use credentials instead
|
|
14
|
-
*/
|
|
15
|
-
accessToken?: string | (() => string);
|
|
16
|
-
basePath?: string;
|
|
17
|
-
withCredentials?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Takes care of encoding query- and form-parameters.
|
|
20
|
-
*/
|
|
21
|
-
encoder?: HttpParameterCodec;
|
|
22
|
-
/**
|
|
23
|
-
* Override the default method for encoding path parameters in various
|
|
24
|
-
* <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
|
|
25
|
-
* <p>
|
|
26
|
-
* See {@link README.md} for more details
|
|
27
|
-
* </p>
|
|
28
|
-
*/
|
|
29
|
-
encodeParam?: (param: Param) => string;
|
|
30
|
-
/**
|
|
31
|
-
* The keys are the names in the securitySchemes section of the OpenAPI
|
|
32
|
-
* document. They should map to the value used for authentication
|
|
33
|
-
* minus any standard prefixes such as 'Basic' or 'Bearer'.
|
|
34
|
-
*/
|
|
35
|
-
credentials?: {
|
|
36
|
-
[key: string]: string | (() => string | undefined);
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export declare class Configuration {
|
|
40
|
-
/**
|
|
41
|
-
* @deprecated Since 5.0. Use credentials instead
|
|
42
|
-
*/
|
|
43
|
-
apiKeys?: {
|
|
44
|
-
[key: string]: string;
|
|
45
|
-
};
|
|
46
|
-
username?: string;
|
|
47
|
-
password?: string;
|
|
48
|
-
/**
|
|
49
|
-
* @deprecated Since 5.0. Use credentials instead
|
|
50
|
-
*/
|
|
51
|
-
accessToken?: string | (() => string);
|
|
52
|
-
basePath?: string;
|
|
53
|
-
withCredentials?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Takes care of encoding query- and form-parameters.
|
|
56
|
-
*/
|
|
57
|
-
encoder?: HttpParameterCodec;
|
|
58
|
-
/**
|
|
59
|
-
* Encoding of various path parameter
|
|
60
|
-
* <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
|
|
61
|
-
* <p>
|
|
62
|
-
* See {@link README.md} for more details
|
|
63
|
-
* </p>
|
|
64
|
-
*/
|
|
65
|
-
encodeParam: (param: Param) => string;
|
|
66
|
-
/**
|
|
67
|
-
* The keys are the names in the securitySchemes section of the OpenAPI
|
|
68
|
-
* document. They should map to the value used for authentication
|
|
69
|
-
* minus any standard prefixes such as 'Basic' or 'Bearer'.
|
|
70
|
-
*/
|
|
71
|
-
credentials: {
|
|
72
|
-
[key: string]: string | (() => string | undefined);
|
|
73
|
-
};
|
|
74
|
-
constructor({ accessToken, apiKeys, basePath, credentials, encodeParam, encoder, password, username, withCredentials }?: ConfigurationParameters);
|
|
75
|
-
/**
|
|
76
|
-
* Select the correct content-type to use for a request.
|
|
77
|
-
* Uses {@link Configuration#isJsonMime} to determine the correct content-type.
|
|
78
|
-
* If no content type is found return the first found type if the contentTypes is not empty
|
|
79
|
-
* @param contentTypes - the array of content types that are available for selection
|
|
80
|
-
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
81
|
-
*/
|
|
82
|
-
selectHeaderContentType(contentTypes: string[]): string | undefined;
|
|
83
|
-
/**
|
|
84
|
-
* Select the correct accept content-type to use for a request.
|
|
85
|
-
* Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
|
|
86
|
-
* If no content type is found return the first found type if the contentTypes is not empty
|
|
87
|
-
* @param accepts - the array of content types that are available for selection.
|
|
88
|
-
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
89
|
-
*/
|
|
90
|
-
selectHeaderAccept(accepts: string[]): string | undefined;
|
|
91
|
-
/**
|
|
92
|
-
* Check if the given MIME is a JSON MIME.
|
|
93
|
-
* JSON MIME examples:
|
|
94
|
-
* application/json
|
|
95
|
-
* application/json; charset=UTF8
|
|
96
|
-
* APPLICATION/JSON
|
|
97
|
-
* application/vnd.company+json
|
|
98
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
99
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
100
|
-
*/
|
|
101
|
-
isJsonMime(mime: string): boolean;
|
|
102
|
-
lookupCredential(key: string): string | undefined;
|
|
103
|
-
addCredentialToHeaders(credentialKey: string, headerName: string, headers: HttpHeaders, prefix?: string): HttpHeaders;
|
|
104
|
-
addCredentialToQuery(credentialKey: string, paramName: string, query: HttpParams): HttpParams;
|
|
105
|
-
private defaultEncodeParam;
|
|
106
|
-
}
|
package/encoder.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HttpParameterCodec } from '@angular/common/http';
|
|
2
|
-
/**
|
|
3
|
-
* Custom HttpParameterCodec
|
|
4
|
-
* Workaround for https://github.com/angular/angular/issues/18261
|
|
5
|
-
*/
|
|
6
|
-
export declare class CustomHttpParameterCodec implements HttpParameterCodec {
|
|
7
|
-
encodeKey(k: string): string;
|
|
8
|
-
encodeValue(v: string): string;
|
|
9
|
-
decodeKey(k: string): string;
|
|
10
|
-
decodeValue(v: string): string;
|
|
11
|
-
}
|
package/esm2022/api/api.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './matrixService';
|
|
2
|
-
import { MatrixService } from './matrixService';
|
|
3
|
-
export * from './matrixServiceInterface';
|
|
4
|
-
export * from './routeService';
|
|
5
|
-
import { RouteService } from './routeService';
|
|
6
|
-
export * from './routeServiceInterface';
|
|
7
|
-
export * from './systemService';
|
|
8
|
-
import { SystemService } from './systemService';
|
|
9
|
-
export * from './systemServiceInterface';
|
|
10
|
-
export const APIS = [MatrixService, RouteService, SystemService];
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBpL2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRCxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDaEQsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxNQUFNLENBQUMsTUFBTSxJQUFJLEdBQUcsQ0FBQyxhQUFhLEVBQUUsWUFBWSxFQUFFLGFBQWEsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tYXRyaXhTZXJ2aWNlJztcbmltcG9ydCB7IE1hdHJpeFNlcnZpY2UgfSBmcm9tICcuL21hdHJpeFNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9tYXRyaXhTZXJ2aWNlSW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vcm91dGVTZXJ2aWNlJztcbmltcG9ydCB7IFJvdXRlU2VydmljZSB9IGZyb20gJy4vcm91dGVTZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vcm91dGVTZXJ2aWNlSW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc3lzdGVtU2VydmljZSc7XG5pbXBvcnQgeyBTeXN0ZW1TZXJ2aWNlIH0gZnJvbSAnLi9zeXN0ZW1TZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc3lzdGVtU2VydmljZUludGVyZmFjZSc7XG5leHBvcnQgY29uc3QgQVBJUyA9IFtNYXRyaXhTZXJ2aWNlLCBSb3V0ZVNlcnZpY2UsIFN5c3RlbVNlcnZpY2VdO1xuIl19
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* VRt.Routing [RT]
|
|
3
|
-
*
|
|
4
|
-
* The version of the OpenAPI document: 7.32.3215
|
|
5
|
-
* Contact: support@veeroute.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
11
|
-
import { Inject, Injectable, Optional } from '@angular/core';
|
|
12
|
-
import { HttpContext } from '@angular/common/http';
|
|
13
|
-
// @ts-ignore
|
|
14
|
-
import { BASE_PATH } from '../variables';
|
|
15
|
-
import { BaseService } from '../api.base.service';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
import * as i1 from "@angular/common/http";
|
|
18
|
-
import * as i2 from "../configuration";
|
|
19
|
-
export class MatrixService extends BaseService {
|
|
20
|
-
httpClient;
|
|
21
|
-
constructor(httpClient, basePath, configuration) {
|
|
22
|
-
super(basePath, configuration);
|
|
23
|
-
this.httpClient = httpClient;
|
|
24
|
-
}
|
|
25
|
-
runMatrixCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
26
|
-
const matrixTaskRouting = requestParameters?.matrixTaskRouting;
|
|
27
|
-
if (matrixTaskRouting === null || matrixTaskRouting === undefined) {
|
|
28
|
-
throw new Error('Required parameter matrixTaskRouting was null or undefined when calling runMatrixCalculation.');
|
|
29
|
-
}
|
|
30
|
-
let localVarHeaders = this.defaultHeaders;
|
|
31
|
-
// authentication (ApiKeyAuth) required
|
|
32
|
-
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
33
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
34
|
-
'application/json'
|
|
35
|
-
]);
|
|
36
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
37
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
38
|
-
}
|
|
39
|
-
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
40
|
-
const localVarTransferCache = options?.transferCache ?? true;
|
|
41
|
-
// to determine the Content-Type header
|
|
42
|
-
const consumes = [
|
|
43
|
-
'application/json'
|
|
44
|
-
];
|
|
45
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
46
|
-
if (httpContentTypeSelected !== undefined) {
|
|
47
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
48
|
-
}
|
|
49
|
-
let responseType_ = 'json';
|
|
50
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
51
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
52
|
-
responseType_ = 'text';
|
|
53
|
-
}
|
|
54
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
55
|
-
responseType_ = 'json';
|
|
56
|
-
}
|
|
57
|
-
else {
|
|
58
|
-
responseType_ = 'blob';
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
let localVarPath = `/routing/matrix/calculation`;
|
|
62
|
-
const { basePath, withCredentials } = this.configuration;
|
|
63
|
-
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
64
|
-
context: localVarHttpContext,
|
|
65
|
-
body: matrixTaskRouting,
|
|
66
|
-
responseType: responseType_,
|
|
67
|
-
...(withCredentials ? { withCredentials } : {}),
|
|
68
|
-
headers: localVarHeaders,
|
|
69
|
-
observe: observe,
|
|
70
|
-
transferCache: localVarTransferCache,
|
|
71
|
-
reportProgress: reportProgress
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MatrixService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: i2.Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
75
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MatrixService, providedIn: 'root' });
|
|
76
|
-
}
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MatrixService, decorators: [{
|
|
78
|
-
type: Injectable,
|
|
79
|
-
args: [{
|
|
80
|
-
providedIn: 'root'
|
|
81
|
-
}]
|
|
82
|
-
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
83
|
-
type: Optional
|
|
84
|
-
}, {
|
|
85
|
-
type: Inject,
|
|
86
|
-
args: [BASE_PATH]
|
|
87
|
-
}] }, { type: i2.Configuration, decorators: [{
|
|
88
|
-
type: Optional
|
|
89
|
-
}] }] });
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4U2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2FwaS9tYXRyaXhTZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBQ0gsdURBQXVEO0FBRXZELE9BQU8sRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUEyQixlQUFlLENBQUM7QUFDbEYsT0FBTyxFQUMrQyxXQUFXLEVBQ3hELE1BQVksc0JBQXNCLENBQUM7QUFtQjVDLGFBQWE7QUFDYixPQUFPLEVBQUUsU0FBUyxFQUFzQixNQUEwQixjQUFjLENBQUM7QUFFakYsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7O0FBV2xELE1BQU0sT0FBTyxhQUFjLFNBQVEsV0FBVztJQUVwQjtJQUF0QixZQUFzQixVQUFzQixFQUFpQyxRQUF5QixFQUFjLGFBQTZCO1FBQzdJLEtBQUssQ0FBQyxRQUFRLEVBQUUsYUFBYSxDQUFDLENBQUM7UUFEYixlQUFVLEdBQVYsVUFBVSxDQUFZO0lBRTVDLENBQUM7SUFZTSxvQkFBb0IsQ0FBQyxpQkFBb0QsRUFBRSxVQUFlLE1BQU0sRUFBRSxpQkFBMEIsS0FBSyxFQUFFLE9BQWlHO1FBQ3ZPLE1BQU0saUJBQWlCLEdBQUcsaUJBQWlCLEVBQUUsaUJBQWlCLENBQUM7UUFDL0QsSUFBSSxpQkFBaUIsS0FBSyxJQUFJLElBQUksaUJBQWlCLEtBQUssU0FBUyxFQUFFLENBQUM7WUFDaEUsTUFBTSxJQUFJLEtBQUssQ0FBQywrRkFBK0YsQ0FBQyxDQUFDO1FBQ3JILENBQUM7UUFFRCxJQUFJLGVBQWUsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDO1FBRTFDLHVDQUF1QztRQUN2QyxlQUFlLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxzQkFBc0IsQ0FBQyxZQUFZLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxTQUFTLENBQUMsQ0FBQztRQUV2SCxNQUFNLGdDQUFnQyxHQUF1QixPQUFPLEVBQUUsZ0JBQWdCLElBQUksSUFBSSxDQUFDLGFBQWEsQ0FBQyxrQkFBa0IsQ0FBQztZQUM1SCxrQkFBa0I7U0FDckIsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxnQ0FBZ0MsS0FBSyxTQUFTLEVBQUUsQ0FBQztZQUNqRCxlQUFlLEdBQUcsZUFBZSxDQUFDLEdBQUcsQ0FBQyxRQUFRLEVBQUUsZ0NBQWdDLENBQUMsQ0FBQztRQUN0RixDQUFDO1FBRUQsTUFBTSxtQkFBbUIsR0FBZ0IsT0FBTyxFQUFFLE9BQU8sSUFBSSxJQUFJLFdBQVcsRUFBRSxDQUFDO1FBRS9FLE1BQU0scUJBQXFCLEdBQVksT0FBTyxFQUFFLGFBQWEsSUFBSSxJQUFJLENBQUM7UUFHdEUsdUNBQXVDO1FBQ3ZDLE1BQU0sUUFBUSxHQUFhO1lBQ3ZCLGtCQUFrQjtTQUNyQixDQUFDO1FBQ0YsTUFBTSx1QkFBdUIsR0FBdUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyx1QkFBdUIsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN6RyxJQUFJLHVCQUF1QixLQUFLLFNBQVMsRUFBRSxDQUFDO1lBQ3hDLGVBQWUsR0FBRyxlQUFlLENBQUMsR0FBRyxDQUFDLGNBQWMsRUFBRSx1QkFBdUIsQ0FBQyxDQUFDO1FBQ25GLENBQUM7UUFFRCxJQUFJLGFBQWEsR0FBNkIsTUFBTSxDQUFDO1FBQ3JELElBQUksZ0NBQWdDLEVBQUUsQ0FBQztZQUNuQyxJQUFJLGdDQUFnQyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO2dCQUN0RCxhQUFhLEdBQUcsTUFBTSxDQUFDO1lBQzNCLENBQUM7aUJBQU0sSUFBSSxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxnQ0FBZ0MsQ0FBQyxFQUFFLENBQUM7Z0JBQ3pFLGFBQWEsR0FBRyxNQUFNLENBQUM7WUFDM0IsQ0FBQztpQkFBTSxDQUFDO2dCQUNKLGFBQWEsR0FBRyxNQUFNLENBQUM7WUFDM0IsQ0FBQztRQUNMLENBQUM7UUFFRCxJQUFJLFlBQVksR0FBRyw2QkFBNkIsQ0FBQztRQUNqRCxNQUFNLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUM7UUFDekQsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBc0IsTUFBTSxFQUFFLEdBQUcsUUFBUSxHQUFHLFlBQVksRUFBRSxFQUNwRjtZQUNJLE9BQU8sRUFBRSxtQkFBbUI7WUFDNUIsSUFBSSxFQUFFLGlCQUFpQjtZQUN2QixZQUFZLEVBQU8sYUFBYTtZQUNoQyxHQUFHLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDL0MsT0FBTyxFQUFFLGVBQWU7WUFDeEIsT0FBTyxFQUFFLE9BQU87WUFDaEIsYUFBYSxFQUFFLHFCQUFxQjtZQUNwQyxjQUFjLEVBQUUsY0FBYztTQUNqQyxDQUNKLENBQUM7SUFDTixDQUFDO3dHQXpFUSxhQUFhLDRDQUU0QyxTQUFTOzRHQUZsRSxhQUFhLGNBRlosTUFBTTs7NEZBRVAsYUFBYTtrQkFIekIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7OzBCQUdrRCxRQUFROzswQkFBSSxNQUFNOzJCQUFDLFNBQVM7OzBCQUE4QixRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuUm91dGluZyBbUlRdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDcuMzIuMzIxNVxuICogQ29udGFjdDogc3VwcG9ydEB2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG4vKiB0c2xpbnQ6ZGlzYWJsZTpuby11bnVzZWQtdmFyaWFibGUgbWVtYmVyLW9yZGVyaW5nICovXG5cbmltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSwgT3B0aW9uYWwgfSAgICAgICAgICAgICAgICAgICAgICBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEh0dHBDbGllbnQsIEh0dHBIZWFkZXJzLCBIdHRwUGFyYW1zLFxuICAgICAgICAgSHR0cFJlc3BvbnNlLCBIdHRwRXZlbnQsIEh0dHBQYXJhbWV0ZXJDb2RlYywgSHR0cENvbnRleHQgXG4gICAgICAgIH0gICAgICAgZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xuaW1wb3J0IHsgQ3VzdG9tSHR0cFBhcmFtZXRlckNvZGVjIH0gICAgICAgICAgICAgICAgICAgICAgICAgIGZyb20gJy4uL2VuY29kZXInO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZyb20gJ3J4anMnO1xuXG4vLyBAdHMtaWdub3JlXG5pbXBvcnQgeyBHZW5lcmFsNDAwUm91dGluZyB9IGZyb20gJy4uL21vZGVsL2dlbmVyYWw0MDAnO1xuLy8gQHRzLWlnbm9yZVxuaW1wb3J0IHsgR2VuZXJhbDQwMlJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9nZW5lcmFsNDAyJztcbi8vIEB0cy1pZ25vcmVcbmltcG9ydCB7IEdlbmVyYWw0MDRSb3V0aW5nIH0gZnJvbSAnLi4vbW9kZWwvZ2VuZXJhbDQwNCc7XG4vLyBAdHMtaWdub3JlXG5pbXBvcnQgeyBHZW5lcmFsNDI5Um91dGluZyB9IGZyb20gJy4uL21vZGVsL2dlbmVyYWw0MjknO1xuLy8gQHRzLWlnbm9yZVxuaW1wb3J0IHsgR2VuZXJhbDUwMFJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9nZW5lcmFsNTAwJztcbi8vIEB0cy1pZ25vcmVcbmltcG9ydCB7IE1hdHJpeFJlc3VsdFJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tYXRyaXhSZXN1bHQnO1xuLy8gQHRzLWlnbm9yZVxuaW1wb3J0IHsgTWF0cml4VGFza1JvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tYXRyaXhUYXNrJztcblxuLy8gQHRzLWlnbm9yZVxuaW1wb3J0IHsgQkFTRV9QQVRILCBDT0xMRUNUSU9OX0ZPUk1BVFMgfSAgICAgICAgICAgICAgICAgICAgIGZyb20gJy4uL3ZhcmlhYmxlcyc7XG5pbXBvcnQgeyBDb25maWd1cmF0aW9uIH0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZnJvbSAnLi4vY29uZmlndXJhdGlvbic7XG5pbXBvcnQgeyBCYXNlU2VydmljZSB9IGZyb20gJy4uL2FwaS5iYXNlLnNlcnZpY2UnO1xuaW1wb3J0IHtcbiAgICBNYXRyaXhTZXJ2aWNlSW50ZXJmYWNlLFxuICAgIFJ1bk1hdHJpeENhbGN1bGF0aW9uUmVxdWVzdFBhcmFtc1xufSBmcm9tICcuL21hdHJpeFNlcnZpY2VJbnRlcmZhY2UnO1xuXG5cblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgTWF0cml4U2VydmljZSBleHRlbmRzIEJhc2VTZXJ2aWNlIGltcGxlbWVudHMgTWF0cml4U2VydmljZUludGVyZmFjZSB7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgaHR0cENsaWVudDogSHR0cENsaWVudCwgQE9wdGlvbmFsKCkgQEluamVjdChCQVNFX1BBVEgpIGJhc2VQYXRoOiBzdHJpbmd8c3RyaW5nW10sIEBPcHRpb25hbCgpIGNvbmZpZ3VyYXRpb24/OiBDb25maWd1cmF0aW9uKSB7XG4gICAgICAgIHN1cGVyKGJhc2VQYXRoLCBjb25maWd1cmF0aW9uKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBUaW1lLWRpc3RhbmNlIG1hdHJpeFxuICAgICAqIENyZWF0aW5nIHRpbWUtZGlzdGFuY2UgbWF0cmljZXMgYmV0d2VlbiBlYWNoIHBhaXIgb2YgbG9jYXRpb25zLiBUaGUgcmVzdWx0IG9mIHRoaXMgbWV0aG9kIG1heSBzbGlnaHRseSBkaWZmZXIgZnJvbSB0aGUgJiN4NjA7cm91dGUmI3g2MDsgbWV0aG9kLiBcbiAgICAgKiBAcGFyYW0gcmVxdWVzdFBhcmFtZXRlcnNcbiAgICAgKiBAcGFyYW0gb2JzZXJ2ZSBzZXQgd2hldGhlciBvciBub3QgdG8gcmV0dXJuIHRoZSBkYXRhIE9ic2VydmFibGUgYXMgdGhlIGJvZHksIHJlc3BvbnNlIG9yIGV2ZW50cy4gZGVmYXVsdHMgdG8gcmV0dXJuaW5nIHRoZSBib2R5LlxuICAgICAqIEBwYXJhbSByZXBvcnRQcm9ncmVzcyBmbGFnIHRvIHJlcG9ydCByZXF1ZXN0IGFuZCByZXNwb25zZSBwcm9ncmVzcy5cbiAgICAgKi9cbiAgICBwdWJsaWMgcnVuTWF0cml4Q2FsY3VsYXRpb24ocmVxdWVzdFBhcmFtZXRlcnM6IFJ1bk1hdHJpeENhbGN1bGF0aW9uUmVxdWVzdFBhcmFtcywgb2JzZXJ2ZT86ICdib2R5JywgcmVwb3J0UHJvZ3Jlc3M/OiBib29sZWFuLCBvcHRpb25zPzoge2h0dHBIZWFkZXJBY2NlcHQ/OiAnYXBwbGljYXRpb24vanNvbicsIGNvbnRleHQ/OiBIdHRwQ29udGV4dCwgdHJhbnNmZXJDYWNoZT86IGJvb2xlYW59KTogT2JzZXJ2YWJsZTxNYXRyaXhSZXN1bHRSb3V0aW5nPjtcbiAgICBwdWJsaWMgcnVuTWF0cml4Q2FsY3VsYXRpb24ocmVxdWVzdFBhcmFtZXRlcnM6IFJ1bk1hdHJpeENhbGN1bGF0aW9uUmVxdWVzdFBhcmFtcywgb2JzZXJ2ZT86ICdyZXNwb25zZScsIHJlcG9ydFByb2dyZXNzPzogYm9vbGVhbiwgb3B0aW9ucz86IHtodHRwSGVhZGVyQWNjZXB0PzogJ2FwcGxpY2F0aW9uL2pzb24nLCBjb250ZXh0PzogSHR0cENvbnRleHQsIHRyYW5zZmVyQ2FjaGU/OiBib29sZWFufSk6IE9ic2VydmFibGU8SHR0cFJlc3BvbnNlPE1hdHJpeFJlc3VsdFJvdXRpbmc+PjtcbiAgICBwdWJsaWMgcnVuTWF0cml4Q2FsY3VsYXRpb24ocmVxdWVzdFBhcmFtZXRlcnM6IFJ1bk1hdHJpeENhbGN1bGF0aW9uUmVxdWVzdFBhcmFtcywgb2JzZXJ2ZT86ICdldmVudHMnLCByZXBvcnRQcm9ncmVzcz86IGJvb2xlYW4sIG9wdGlvbnM/OiB7aHR0cEhlYWRlckFjY2VwdD86ICdhcHBsaWNhdGlvbi9qc29uJywgY29udGV4dD86IEh0dHBDb250ZXh0LCB0cmFuc2ZlckNhY2hlPzogYm9vbGVhbn0pOiBPYnNlcnZhYmxlPEh0dHBFdmVudDxNYXRyaXhSZXN1bHRSb3V0aW5nPj47XG4gICAgcHVibGljIHJ1bk1hdHJpeENhbGN1bGF0aW9uKHJlcXVlc3RQYXJhbWV0ZXJzOiBSdW5NYXRyaXhDYWxjdWxhdGlvblJlcXVlc3RQYXJhbXMsIG9ic2VydmU6IGFueSA9ICdib2R5JywgcmVwb3J0UHJvZ3Jlc3M6IGJvb2xlYW4gPSBmYWxzZSwgb3B0aW9ucz86IHtodHRwSGVhZGVyQWNjZXB0PzogJ2FwcGxpY2F0aW9uL2pzb24nLCBjb250ZXh0PzogSHR0cENvbnRleHQsIHRyYW5zZmVyQ2FjaGU/OiBib29sZWFufSk6IE9ic2VydmFibGU8YW55PiB7XG4gICAgICAgIGNvbnN0IG1hdHJpeFRhc2tSb3V0aW5nID0gcmVxdWVzdFBhcmFtZXRlcnM/Lm1hdHJpeFRhc2tSb3V0aW5nO1xuICAgICAgICBpZiAobWF0cml4VGFza1JvdXRpbmcgPT09IG51bGwgfHwgbWF0cml4VGFza1JvdXRpbmcgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKCdSZXF1aXJlZCBwYXJhbWV0ZXIgbWF0cml4VGFza1JvdXRpbmcgd2FzIG51bGwgb3IgdW5kZWZpbmVkIHdoZW4gY2FsbGluZyBydW5NYXRyaXhDYWxjdWxhdGlvbi4nKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGxldCBsb2NhbFZhckhlYWRlcnMgPSB0aGlzLmRlZmF1bHRIZWFkZXJzO1xuXG4gICAgICAgIC8vIGF1dGhlbnRpY2F0aW9uIChBcGlLZXlBdXRoKSByZXF1aXJlZFxuICAgICAgICBsb2NhbFZhckhlYWRlcnMgPSB0aGlzLmNvbmZpZ3VyYXRpb24uYWRkQ3JlZGVudGlhbFRvSGVhZGVycygnQXBpS2V5QXV0aCcsICdBdXRob3JpemF0aW9uJywgbG9jYWxWYXJIZWFkZXJzLCAnQmVhcmVyICcpO1xuXG4gICAgICAgIGNvbnN0IGxvY2FsVmFySHR0cEhlYWRlckFjY2VwdFNlbGVjdGVkOiBzdHJpbmcgfCB1bmRlZmluZWQgPSBvcHRpb25zPy5odHRwSGVhZGVyQWNjZXB0ID8/IHRoaXMuY29uZmlndXJhdGlvbi5zZWxlY3RIZWFkZXJBY2NlcHQoW1xuICAgICAgICAgICAgJ2FwcGxpY2F0aW9uL2pzb24nXG4gICAgICAgIF0pO1xuICAgICAgICBpZiAobG9jYWxWYXJIdHRwSGVhZGVyQWNjZXB0U2VsZWN0ZWQgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgbG9jYWxWYXJIZWFkZXJzID0gbG9jYWxWYXJIZWFkZXJzLnNldCgnQWNjZXB0JywgbG9jYWxWYXJIdHRwSGVhZGVyQWNjZXB0U2VsZWN0ZWQpO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgbG9jYWxWYXJIdHRwQ29udGV4dDogSHR0cENvbnRleHQgPSBvcHRpb25zPy5jb250ZXh0ID8/IG5ldyBIdHRwQ29udGV4dCgpO1xuXG4gICAgICAgIGNvbnN0IGxvY2FsVmFyVHJhbnNmZXJDYWNoZTogYm9vbGVhbiA9IG9wdGlvbnM/LnRyYW5zZmVyQ2FjaGUgPz8gdHJ1ZTtcblxuXG4gICAgICAgIC8vIHRvIGRldGVybWluZSB0aGUgQ29udGVudC1UeXBlIGhlYWRlclxuICAgICAgICBjb25zdCBjb25zdW1lczogc3RyaW5nW10gPSBbXG4gICAgICAgICAgICAnYXBwbGljYXRpb24vanNvbidcbiAgICAgICAgXTtcbiAgICAgICAgY29uc3QgaHR0cENvbnRlbnRUeXBlU2VsZWN0ZWQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHRoaXMuY29uZmlndXJhdGlvbi5zZWxlY3RIZWFkZXJDb250ZW50VHlwZShjb25zdW1lcyk7XG4gICAgICAgIGlmIChodHRwQ29udGVudFR5cGVTZWxlY3RlZCAhPT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICBsb2NhbFZhckhlYWRlcnMgPSBsb2NhbFZhckhlYWRlcnMuc2V0KCdDb250ZW50LVR5cGUnLCBodHRwQ29udGVudFR5cGVTZWxlY3RlZCk7XG4gICAgICAgIH1cblxuICAgICAgICBsZXQgcmVzcG9uc2VUeXBlXzogJ3RleHQnIHwgJ2pzb24nIHwgJ2Jsb2InID0gJ2pzb24nO1xuICAgICAgICBpZiAobG9jYWxWYXJIdHRwSGVhZGVyQWNjZXB0U2VsZWN0ZWQpIHtcbiAgICAgICAgICAgIGlmIChsb2NhbFZhckh0dHBIZWFkZXJBY2NlcHRTZWxlY3RlZC5zdGFydHNXaXRoKCd0ZXh0JykpIHtcbiAgICAgICAgICAgICAgICByZXNwb25zZVR5cGVfID0gJ3RleHQnO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh0aGlzLmNvbmZpZ3VyYXRpb24uaXNKc29uTWltZShsb2NhbFZhckh0dHBIZWFkZXJBY2NlcHRTZWxlY3RlZCkpIHtcbiAgICAgICAgICAgICAgICByZXNwb25zZVR5cGVfID0gJ2pzb24nO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXNwb25zZVR5cGVfID0gJ2Jsb2InO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgbGV0IGxvY2FsVmFyUGF0aCA9IGAvcm91dGluZy9tYXRyaXgvY2FsY3VsYXRpb25gO1xuICAgICAgICBjb25zdCB7IGJhc2VQYXRoLCB3aXRoQ3JlZGVudGlhbHMgfSA9IHRoaXMuY29uZmlndXJhdGlvbjtcbiAgICAgICAgcmV0dXJuIHRoaXMuaHR0cENsaWVudC5yZXF1ZXN0PE1hdHJpeFJlc3VsdFJvdXRpbmc+KCdwb3N0JywgYCR7YmFzZVBhdGh9JHtsb2NhbFZhclBhdGh9YCxcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBjb250ZXh0OiBsb2NhbFZhckh0dHBDb250ZXh0LFxuICAgICAgICAgICAgICAgIGJvZHk6IG1hdHJpeFRhc2tSb3V0aW5nLFxuICAgICAgICAgICAgICAgIHJlc3BvbnNlVHlwZTogPGFueT5yZXNwb25zZVR5cGVfLFxuICAgICAgICAgICAgICAgIC4uLih3aXRoQ3JlZGVudGlhbHMgPyB7IHdpdGhDcmVkZW50aWFscyB9IDoge30pLFxuICAgICAgICAgICAgICAgIGhlYWRlcnM6IGxvY2FsVmFySGVhZGVycyxcbiAgICAgICAgICAgICAgICBvYnNlcnZlOiBvYnNlcnZlLFxuICAgICAgICAgICAgICAgIHRyYW5zZmVyQ2FjaGU6IGxvY2FsVmFyVHJhbnNmZXJDYWNoZSxcbiAgICAgICAgICAgICAgICByZXBvcnRQcm9ncmVzczogcmVwb3J0UHJvZ3Jlc3NcbiAgICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgICB9XG5cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4U2VydmljZUludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2FwaS9tYXRyaXhTZXJ2aWNlSW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5Sb3V0aW5nIFtSVF1cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNy4zMi4zMjE1XG4gKiBDb250YWN0OiBzdXBwb3J0QHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IuXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IEh0dHBIZWFkZXJzIH0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5cbmltcG9ydCB7IE9ic2VydmFibGUgfSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgR2VuZXJhbDQwMFJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tb2RlbHMnO1xuaW1wb3J0IHsgR2VuZXJhbDQwMlJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tb2RlbHMnO1xuaW1wb3J0IHsgR2VuZXJhbDQwNFJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tb2RlbHMnO1xuaW1wb3J0IHsgR2VuZXJhbDQyOVJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tb2RlbHMnO1xuaW1wb3J0IHsgR2VuZXJhbDUwMFJvdXRpbmcgfSBmcm9tICcuLi9tb2RlbC9tb2RlbHMnO1xuaW1wb3J0IHsgTWF0cml4UmVzdWx0Um91dGluZyB9IGZyb20gJy4uL21vZGVsL21vZGVscyc7XG5pbXBvcnQgeyBNYXRyaXhUYXNrUm91dGluZyB9IGZyb20gJy4uL21vZGVsL21vZGVscyc7XG5cblxuaW1wb3J0IHsgQ29uZmlndXJhdGlvbiB9ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZyb20gJy4uL2NvbmZpZ3VyYXRpb24nO1xuXG5cbmV4cG9ydCBpbnRlcmZhY2UgUnVuTWF0cml4Q2FsY3VsYXRpb25SZXF1ZXN0UGFyYW1zIHtcbiAgICBtYXRyaXhUYXNrUm91dGluZzogTWF0cml4VGFza1JvdXRpbmc7XG59XG5cblxuZXhwb3J0IGludGVyZmFjZSBNYXRyaXhTZXJ2aWNlSW50ZXJmYWNlIHtcbiAgICBkZWZhdWx0SGVhZGVyczogSHR0cEhlYWRlcnM7XG4gICAgY29uZmlndXJhdGlvbjogQ29uZmlndXJhdGlvbjtcblxuICAgIC8qKlxuICAgICAqIFRpbWUtZGlzdGFuY2UgbWF0cml4XG4gICAgICogQ3JlYXRpbmcgdGltZS1kaXN0YW5jZSBtYXRyaWNlcyBiZXR3ZWVuIGVhY2ggcGFpciBvZiBsb2NhdGlvbnMuIFRoZSByZXN1bHQgb2YgdGhpcyBtZXRob2QgbWF5IHNsaWdodGx5IGRpZmZlciBmcm9tIHRoZSAmI3g2MDtyb3V0ZSYjeDYwOyBtZXRob2QuIFxuKiBAcGFyYW0gcmVxdWVzdFBhcmFtZXRlcnNcbiAgICAgKi9cbiAgICBydW5NYXRyaXhDYWxjdWxhdGlvbihyZXF1ZXN0UGFyYW1ldGVyczogUnVuTWF0cml4Q2FsY3VsYXRpb25SZXF1ZXN0UGFyYW1zLCBleHRyYUh0dHBSZXF1ZXN0UGFyYW1zPzogYW55KTogT2JzZXJ2YWJsZTxNYXRyaXhSZXN1bHRSb3V0aW5nPjtcblxufVxuIl19
|