@veeroute/lss-routing-angular 3.15.183137 → 4.7.1601
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/api/matrixService.d.ts +15 -12
- package/api/matrixServiceInterface.d.ts +8 -8
- package/api/routeService.d.ts +15 -12
- package/api/routeServiceInterface.d.ts +8 -8
- package/api/systemService.d.ts +15 -9
- package/api/systemServiceInterface.d.ts +6 -6
- package/bundles/veeroute-lss-routing-angular.umd.js +149 -123
- package/bundles/veeroute-lss-routing-angular.umd.js.map +1 -1
- package/cfg/method_groups.json +28 -0
- package/esm2015/api/api.js +1 -1
- package/esm2015/api/matrixService.js +38 -24
- package/esm2015/api/matrixServiceInterface.js +1 -1
- package/esm2015/api/routeService.js +38 -24
- package/esm2015/api/routeServiceInterface.js +1 -1
- package/esm2015/api/systemService.js +54 -27
- package/esm2015/api/systemServiceInterface.js +1 -1
- package/esm2015/model/checkResult.js +5 -5
- package/esm2015/model/geoSettings.js +13 -0
- package/esm2015/model/geopoint.js +13 -0
- package/esm2015/model/inlineResponse400.js +1 -1
- package/esm2015/model/inlineResponse401.js +1 -1
- package/esm2015/model/inlineResponse402.js +2 -0
- package/esm2015/model/inlineResponse404.js +1 -1
- package/esm2015/model/inlineResponse404Detail.js +2 -0
- package/esm2015/model/inlineResponse429.js +1 -1
- package/esm2015/model/inlineResponse500.js +1 -1
- package/esm2015/model/matrixResult.js +1 -1
- package/esm2015/model/matrixTask.js +1 -1
- package/esm2015/model/models.js +8 -11
- package/esm2015/model/route.js +1 -1
- package/esm2015/model/routeLeg.js +1 -1
- package/esm2015/model/routePolyline.js +1 -1
- package/esm2015/model/routeResult.js +1 -1
- package/esm2015/model/routeStatistics.js +1 -1
- package/esm2015/model/routeStep.js +1 -1
- package/esm2015/model/routeTask.js +1 -1
- package/esm2015/model/routingMatrix.js +1 -1
- package/esm2015/model/serviceName.js +29 -0
- package/esm2015/model/timeWindow.js +13 -0
- package/esm2015/model/tracedata.js +2 -0
- package/esm2015/model/transportType.js +11 -8
- package/esm2015/model/versionResult.js +5 -5
- package/esm2015/model/waypoint.js +1 -12
- package/fesm2015/veeroute-lss-routing-angular.js +181 -143
- package/fesm2015/veeroute-lss-routing-angular.js.map +1 -1
- package/model/checkResult.d.ts +4 -4
- package/model/geoSettings.d.ts +36 -0
- package/model/geopoint.d.ts +24 -0
- package/model/inlineResponse400.d.ts +7 -16
- package/model/inlineResponse401.d.ts +8 -12
- package/model/inlineResponse402.d.ts +22 -0
- package/model/inlineResponse404.d.ts +8 -12
- package/model/inlineResponse404Detail.d.ts +18 -0
- package/model/inlineResponse429.d.ts +8 -12
- package/model/inlineResponse500.d.ts +7 -11
- package/model/matrixResult.d.ts +7 -7
- package/model/matrixTask.d.ts +8 -18
- package/model/models.d.ts +7 -10
- package/model/route.d.ts +6 -6
- package/model/routeLeg.d.ts +6 -6
- package/model/routePolyline.d.ts +5 -5
- package/model/routeResult.d.ts +6 -6
- package/model/routeStatistics.d.ts +11 -11
- package/model/routeStep.d.ts +7 -7
- package/model/routeTask.d.ts +8 -18
- package/model/routingMatrix.d.ts +7 -7
- package/model/serviceName.d.ts +26 -0
- package/model/timeWindow.d.ts +24 -0
- package/model/tracedata.d.ts +38 -0
- package/model/transportType.d.ts +10 -7
- package/model/versionResult.d.ts +8 -8
- package/model/waypoint.d.ts +10 -16
- package/package.json +8 -9
- package/veeroute-lss-routing-angular.metadata.json +1 -1
- package/bundles/veeroute-lss-routing-angular.umd.min.js +0 -2
- package/bundles/veeroute-lss-routing-angular.umd.min.js.map +0 -1
- package/esm2015/model/inlineResponse400Validations.js +0 -19
- package/esm2015/model/inlineResponse406.js +0 -2
- package/esm2015/model/inlineResponse415.js +0 -2
- package/esm2015/model/inlineResponse501.js +0 -2
- package/esm2015/model/inlineResponse502.js +0 -2
- package/esm2015/model/inlineResponse503.js +0 -2
- package/esm2015/model/inlineResponse504.js +0 -2
- package/esm2015/model/inlineResponseDefault.js +0 -2
- package/esm2015/model/routeStatisticsTimeWindow.js +0 -13
- package/esm2015/model/traceData.js +0 -39
- package/model/inlineResponse400Validations.d.ts +0 -37
- package/model/inlineResponse406.d.ts +0 -26
- package/model/inlineResponse415.d.ts +0 -26
- package/model/inlineResponse501.d.ts +0 -26
- package/model/inlineResponse502.d.ts +0 -26
- package/model/inlineResponse503.d.ts +0 -26
- package/model/inlineResponse504.d.ts +0 -26
- package/model/inlineResponseDefault.d.ts +0 -26
- package/model/routeStatisticsTimeWindow.d.ts +0 -24
- package/model/traceData.d.ts +0 -63
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @veeroute/lss-routing-angular@
|
|
1
|
+
## @veeroute/lss-routing-angular@4.7.1601
|
|
2
2
|
|
|
3
3
|
## General usage
|
|
4
4
|
|
|
@@ -105,7 +105,7 @@ export class AppModule {
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
### Set service base path
|
|
108
|
-
If different than the generated base path, during app bootstrap, you can provide the base path to your service.
|
|
108
|
+
If different than the generated base path, during app bootstrap, you can provide the base path to your service.
|
|
109
109
|
|
|
110
110
|
```
|
|
111
111
|
import { BASE_PATH } from '@veeroute/lss-routing-angular';
|
|
@@ -153,4 +153,4 @@ import { environment } from '../environments/environment';
|
|
|
153
153
|
bootstrap: [ AppComponent ]
|
|
154
154
|
})
|
|
155
155
|
export class AppModule { }
|
|
156
|
-
```
|
|
156
|
+
```
|
package/api/matrixService.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
|
|
12
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { MatrixResultRouting } from '../model/
|
|
14
|
+
import { MatrixResultRouting } from '../model/matrixResult';
|
|
15
15
|
import { Configuration } from '../configuration';
|
|
16
|
-
import { MatrixServiceInterface,
|
|
16
|
+
import { MatrixServiceInterface, RunMatrixCalculationRequestParams } from './matrixServiceInterface';
|
|
17
17
|
export declare class MatrixService implements MatrixServiceInterface {
|
|
18
18
|
protected httpClient: HttpClient;
|
|
19
19
|
protected basePath: string;
|
|
@@ -24,19 +24,22 @@ export declare class MatrixService implements MatrixServiceInterface {
|
|
|
24
24
|
private addToHttpParams;
|
|
25
25
|
private addToHttpParamsRecursive;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
28
|
-
* Creating time-distance matrices between each pair of locations.
|
|
27
|
+
* Time-distance matrix
|
|
28
|
+
* Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.
|
|
29
29
|
* @param requestParameters
|
|
30
30
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
31
31
|
* @param reportProgress flag to report request and response progress.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: 'application/json';
|
|
35
|
+
context?: HttpContext;
|
|
35
36
|
}): Observable<MatrixResultRouting>;
|
|
36
|
-
|
|
37
|
+
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
37
38
|
httpHeaderAccept?: 'application/json';
|
|
39
|
+
context?: HttpContext;
|
|
38
40
|
}): Observable<HttpResponse<MatrixResultRouting>>;
|
|
39
|
-
|
|
41
|
+
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
40
42
|
httpHeaderAccept?: 'application/json';
|
|
43
|
+
context?: HttpContext;
|
|
41
44
|
}): Observable<HttpEvent<MatrixResultRouting>>;
|
|
42
45
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -14,16 +14,16 @@ import { Observable } from 'rxjs';
|
|
|
14
14
|
import { MatrixResultRouting } from '../model/models';
|
|
15
15
|
import { MatrixTaskRouting } from '../model/models';
|
|
16
16
|
import { Configuration } from '../configuration';
|
|
17
|
-
export interface
|
|
17
|
+
export interface RunMatrixCalculationRequestParams {
|
|
18
18
|
matrixTaskRouting: MatrixTaskRouting;
|
|
19
19
|
}
|
|
20
20
|
export interface MatrixServiceInterface {
|
|
21
21
|
defaultHeaders: HttpHeaders;
|
|
22
22
|
configuration: Configuration;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* Creating time-distance matrices between each pair of locations.
|
|
24
|
+
* Time-distance matrix
|
|
25
|
+
* Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.
|
|
26
26
|
* @param requestParameters
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, extraHttpRequestParams?: any): Observable<MatrixResultRouting>;
|
|
29
29
|
}
|
package/api/routeService.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
|
|
12
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { RouteResultRouting } from '../model/
|
|
14
|
+
import { RouteResultRouting } from '../model/routeResult';
|
|
15
15
|
import { Configuration } from '../configuration';
|
|
16
|
-
import { RouteServiceInterface,
|
|
16
|
+
import { RouteServiceInterface, RunRouteCalculationRequestParams } from './routeServiceInterface';
|
|
17
17
|
export declare class RouteService implements RouteServiceInterface {
|
|
18
18
|
protected httpClient: HttpClient;
|
|
19
19
|
protected basePath: string;
|
|
@@ -24,19 +24,22 @@ export declare class RouteService implements RouteServiceInterface {
|
|
|
24
24
|
private addToHttpParams;
|
|
25
25
|
private addToHttpParamsRecursive;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* Route between points
|
|
28
|
+
* Building a route between locations considering taking traffic jams.
|
|
29
29
|
* @param requestParameters
|
|
30
30
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
31
31
|
* @param reportProgress flag to report request and response progress.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: 'application/json';
|
|
35
|
+
context?: HttpContext;
|
|
35
36
|
}): Observable<RouteResultRouting>;
|
|
36
|
-
|
|
37
|
+
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
37
38
|
httpHeaderAccept?: 'application/json';
|
|
39
|
+
context?: HttpContext;
|
|
38
40
|
}): Observable<HttpResponse<RouteResultRouting>>;
|
|
39
|
-
|
|
41
|
+
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
40
42
|
httpHeaderAccept?: 'application/json';
|
|
43
|
+
context?: HttpContext;
|
|
41
44
|
}): Observable<HttpEvent<RouteResultRouting>>;
|
|
42
45
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -14,16 +14,16 @@ import { Observable } from 'rxjs';
|
|
|
14
14
|
import { RouteResultRouting } from '../model/models';
|
|
15
15
|
import { RouteTaskRouting } from '../model/models';
|
|
16
16
|
import { Configuration } from '../configuration';
|
|
17
|
-
export interface
|
|
17
|
+
export interface RunRouteCalculationRequestParams {
|
|
18
18
|
routeTaskRouting: RouteTaskRouting;
|
|
19
19
|
}
|
|
20
20
|
export interface RouteServiceInterface {
|
|
21
21
|
defaultHeaders: HttpHeaders;
|
|
22
22
|
configuration: Configuration;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
*
|
|
24
|
+
* Route between points
|
|
25
|
+
* Building a route between locations considering taking traffic jams.
|
|
26
26
|
* @param requestParameters
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, extraHttpRequestParams?: any): Observable<RouteResultRouting>;
|
|
29
29
|
}
|
package/api/systemService.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
|
|
12
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { CheckResultRouting } from '../model/
|
|
15
|
-
import { VersionResultRouting } from '../model/
|
|
14
|
+
import { CheckResultRouting } from '../model/checkResult';
|
|
15
|
+
import { VersionResultRouting } from '../model/versionResult';
|
|
16
16
|
import { Configuration } from '../configuration';
|
|
17
17
|
import { SystemServiceInterface } from './systemServiceInterface';
|
|
18
18
|
export declare class SystemService implements SystemServiceInterface {
|
|
@@ -25,33 +25,39 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
25
25
|
private addToHttpParams;
|
|
26
26
|
private addToHttpParamsRecursive;
|
|
27
27
|
/**
|
|
28
|
-
* Checking the
|
|
28
|
+
* Checking the availability
|
|
29
29
|
* Checking the service availability.
|
|
30
30
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
31
31
|
* @param reportProgress flag to report request and response progress.
|
|
32
32
|
*/
|
|
33
33
|
check(observe?: 'body', reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: 'application/json';
|
|
35
|
+
context?: HttpContext;
|
|
35
36
|
}): Observable<CheckResultRouting>;
|
|
36
37
|
check(observe?: 'response', reportProgress?: boolean, options?: {
|
|
37
38
|
httpHeaderAccept?: 'application/json';
|
|
39
|
+
context?: HttpContext;
|
|
38
40
|
}): Observable<HttpResponse<CheckResultRouting>>;
|
|
39
41
|
check(observe?: 'events', reportProgress?: boolean, options?: {
|
|
40
42
|
httpHeaderAccept?: 'application/json';
|
|
43
|
+
context?: HttpContext;
|
|
41
44
|
}): Observable<HttpEvent<CheckResultRouting>>;
|
|
42
45
|
/**
|
|
43
|
-
* Getting the service version
|
|
46
|
+
* Getting the service version
|
|
44
47
|
* Getting the service version.
|
|
45
48
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
46
49
|
* @param reportProgress flag to report request and response progress.
|
|
47
50
|
*/
|
|
48
51
|
version(observe?: 'body', reportProgress?: boolean, options?: {
|
|
49
52
|
httpHeaderAccept?: 'application/json';
|
|
53
|
+
context?: HttpContext;
|
|
50
54
|
}): Observable<VersionResultRouting>;
|
|
51
55
|
version(observe?: 'response', reportProgress?: boolean, options?: {
|
|
52
56
|
httpHeaderAccept?: 'application/json';
|
|
57
|
+
context?: HttpContext;
|
|
53
58
|
}): Observable<HttpResponse<VersionResultRouting>>;
|
|
54
59
|
version(observe?: 'events', reportProgress?: boolean, options?: {
|
|
55
60
|
httpHeaderAccept?: 'application/json';
|
|
61
|
+
context?: HttpContext;
|
|
56
62
|
}): Observable<HttpEvent<VersionResultRouting>>;
|
|
57
63
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* VRt.Routing [RO]
|
|
3
|
+
* # Description **VRt.Routing** is designed to find a route between locations and build time-distance matrices. ## Features * Getting the distance and time between two locations, including traffic jams * Finding a route between specified locations * Creating a time-distance matrix ## Entity relationship diagram 
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
6
|
-
* Contact:
|
|
5
|
+
* The version of the OpenAPI document: 4.7.1601
|
|
6
|
+
* Contact: servicedesk@veeroute.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -18,12 +18,12 @@ export interface SystemServiceInterface {
|
|
|
18
18
|
defaultHeaders: HttpHeaders;
|
|
19
19
|
configuration: Configuration;
|
|
20
20
|
/**
|
|
21
|
-
* Checking the
|
|
21
|
+
* Checking the availability
|
|
22
22
|
* Checking the service availability.
|
|
23
23
|
*/
|
|
24
24
|
check(extraHttpRequestParams?: any): Observable<CheckResultRouting>;
|
|
25
25
|
/**
|
|
26
|
-
* Getting the service version
|
|
26
|
+
* Getting the service version
|
|
27
27
|
* Getting the service version.
|
|
28
28
|
*/
|
|
29
29
|
version(extraHttpRequestParams?: any): Observable<VersionResultRouting>;
|