@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.
Files changed (97) hide show
  1. package/README.md +3 -3
  2. package/api/matrixService.d.ts +15 -12
  3. package/api/matrixServiceInterface.d.ts +8 -8
  4. package/api/routeService.d.ts +15 -12
  5. package/api/routeServiceInterface.d.ts +8 -8
  6. package/api/systemService.d.ts +15 -9
  7. package/api/systemServiceInterface.d.ts +6 -6
  8. package/bundles/veeroute-lss-routing-angular.umd.js +149 -123
  9. package/bundles/veeroute-lss-routing-angular.umd.js.map +1 -1
  10. package/cfg/method_groups.json +28 -0
  11. package/esm2015/api/api.js +1 -1
  12. package/esm2015/api/matrixService.js +38 -24
  13. package/esm2015/api/matrixServiceInterface.js +1 -1
  14. package/esm2015/api/routeService.js +38 -24
  15. package/esm2015/api/routeServiceInterface.js +1 -1
  16. package/esm2015/api/systemService.js +54 -27
  17. package/esm2015/api/systemServiceInterface.js +1 -1
  18. package/esm2015/model/checkResult.js +5 -5
  19. package/esm2015/model/geoSettings.js +13 -0
  20. package/esm2015/model/geopoint.js +13 -0
  21. package/esm2015/model/inlineResponse400.js +1 -1
  22. package/esm2015/model/inlineResponse401.js +1 -1
  23. package/esm2015/model/inlineResponse402.js +2 -0
  24. package/esm2015/model/inlineResponse404.js +1 -1
  25. package/esm2015/model/inlineResponse404Detail.js +2 -0
  26. package/esm2015/model/inlineResponse429.js +1 -1
  27. package/esm2015/model/inlineResponse500.js +1 -1
  28. package/esm2015/model/matrixResult.js +1 -1
  29. package/esm2015/model/matrixTask.js +1 -1
  30. package/esm2015/model/models.js +8 -11
  31. package/esm2015/model/route.js +1 -1
  32. package/esm2015/model/routeLeg.js +1 -1
  33. package/esm2015/model/routePolyline.js +1 -1
  34. package/esm2015/model/routeResult.js +1 -1
  35. package/esm2015/model/routeStatistics.js +1 -1
  36. package/esm2015/model/routeStep.js +1 -1
  37. package/esm2015/model/routeTask.js +1 -1
  38. package/esm2015/model/routingMatrix.js +1 -1
  39. package/esm2015/model/serviceName.js +29 -0
  40. package/esm2015/model/timeWindow.js +13 -0
  41. package/esm2015/model/tracedata.js +2 -0
  42. package/esm2015/model/transportType.js +11 -8
  43. package/esm2015/model/versionResult.js +5 -5
  44. package/esm2015/model/waypoint.js +1 -12
  45. package/fesm2015/veeroute-lss-routing-angular.js +181 -143
  46. package/fesm2015/veeroute-lss-routing-angular.js.map +1 -1
  47. package/model/checkResult.d.ts +4 -4
  48. package/model/geoSettings.d.ts +36 -0
  49. package/model/geopoint.d.ts +24 -0
  50. package/model/inlineResponse400.d.ts +7 -16
  51. package/model/inlineResponse401.d.ts +8 -12
  52. package/model/inlineResponse402.d.ts +22 -0
  53. package/model/inlineResponse404.d.ts +8 -12
  54. package/model/inlineResponse404Detail.d.ts +18 -0
  55. package/model/inlineResponse429.d.ts +8 -12
  56. package/model/inlineResponse500.d.ts +7 -11
  57. package/model/matrixResult.d.ts +7 -7
  58. package/model/matrixTask.d.ts +8 -18
  59. package/model/models.d.ts +7 -10
  60. package/model/route.d.ts +6 -6
  61. package/model/routeLeg.d.ts +6 -6
  62. package/model/routePolyline.d.ts +5 -5
  63. package/model/routeResult.d.ts +6 -6
  64. package/model/routeStatistics.d.ts +11 -11
  65. package/model/routeStep.d.ts +7 -7
  66. package/model/routeTask.d.ts +8 -18
  67. package/model/routingMatrix.d.ts +7 -7
  68. package/model/serviceName.d.ts +26 -0
  69. package/model/timeWindow.d.ts +24 -0
  70. package/model/tracedata.d.ts +38 -0
  71. package/model/transportType.d.ts +10 -7
  72. package/model/versionResult.d.ts +8 -8
  73. package/model/waypoint.d.ts +10 -16
  74. package/package.json +8 -9
  75. package/veeroute-lss-routing-angular.metadata.json +1 -1
  76. package/bundles/veeroute-lss-routing-angular.umd.min.js +0 -2
  77. package/bundles/veeroute-lss-routing-angular.umd.min.js.map +0 -1
  78. package/esm2015/model/inlineResponse400Validations.js +0 -19
  79. package/esm2015/model/inlineResponse406.js +0 -2
  80. package/esm2015/model/inlineResponse415.js +0 -2
  81. package/esm2015/model/inlineResponse501.js +0 -2
  82. package/esm2015/model/inlineResponse502.js +0 -2
  83. package/esm2015/model/inlineResponse503.js +0 -2
  84. package/esm2015/model/inlineResponse504.js +0 -2
  85. package/esm2015/model/inlineResponseDefault.js +0 -2
  86. package/esm2015/model/routeStatisticsTimeWindow.js +0 -13
  87. package/esm2015/model/traceData.js +0 -39
  88. package/model/inlineResponse400Validations.d.ts +0 -37
  89. package/model/inlineResponse406.d.ts +0 -26
  90. package/model/inlineResponse415.d.ts +0 -26
  91. package/model/inlineResponse501.d.ts +0 -26
  92. package/model/inlineResponse502.d.ts +0 -26
  93. package/model/inlineResponse503.d.ts +0 -26
  94. package/model/inlineResponse504.d.ts +0 -26
  95. package/model/inlineResponseDefault.d.ts +0 -26
  96. package/model/routeStatisticsTimeWindow.d.ts +0 -24
  97. package/model/traceData.d.ts +0 -63
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @veeroute/lss-routing-angular@3.15.183137
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
+ ```
@@ -1,19 +1,19 @@
1
1
  /**
2
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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/models';
14
+ import { MatrixResultRouting } from '../model/matrixResult';
15
15
  import { Configuration } from '../configuration';
16
- import { MatrixServiceInterface, BuildMatrixRequestParams } from './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
- * Creating a time-distance matrix.
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
- buildMatrix(requestParameters: BuildMatrixRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
33
+ runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
34
34
  httpHeaderAccept?: 'application/json';
35
+ context?: HttpContext;
35
36
  }): Observable<MatrixResultRouting>;
36
- buildMatrix(requestParameters: BuildMatrixRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
37
+ runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
37
38
  httpHeaderAccept?: 'application/json';
39
+ context?: HttpContext;
38
40
  }): Observable<HttpResponse<MatrixResultRouting>>;
39
- buildMatrix(requestParameters: BuildMatrixRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
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
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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 BuildMatrixRequestParams {
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
- * Creating a time-distance matrix.
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 &#x60;route&#x60; method.
26
26
  * @param requestParameters
27
27
  */
28
- buildMatrix(requestParameters: BuildMatrixRequestParams, extraHttpRequestParams?: any): Observable<MatrixResultRouting>;
28
+ runMatrixCalculation(requestParameters: RunMatrixCalculationRequestParams, extraHttpRequestParams?: any): Observable<MatrixResultRouting>;
29
29
  }
@@ -1,19 +1,19 @@
1
1
  /**
2
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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/models';
14
+ import { RouteResultRouting } from '../model/routeResult';
15
15
  import { Configuration } from '../configuration';
16
- import { RouteServiceInterface, BuildRouteRequestParams } from './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
- * Planning a location-to-location route.
28
- * Planning a route between locations considering taking traffic jams.
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
- buildRoute(requestParameters: BuildRouteRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
33
+ runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
34
34
  httpHeaderAccept?: 'application/json';
35
+ context?: HttpContext;
35
36
  }): Observable<RouteResultRouting>;
36
- buildRoute(requestParameters: BuildRouteRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
37
+ runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
37
38
  httpHeaderAccept?: 'application/json';
39
+ context?: HttpContext;
38
40
  }): Observable<HttpResponse<RouteResultRouting>>;
39
- buildRoute(requestParameters: BuildRouteRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
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
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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 BuildRouteRequestParams {
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
- * Planning a location-to-location route.
25
- * Planning a route between locations considering taking traffic jams.
24
+ * Route between points
25
+ * Building a route between locations considering taking traffic jams.
26
26
  * @param requestParameters
27
27
  */
28
- buildRoute(requestParameters: BuildRouteRequestParams, extraHttpRequestParams?: any): Observable<RouteResultRouting>;
28
+ runRouteCalculation(requestParameters: RunRouteCalculationRequestParams, extraHttpRequestParams?: any): Observable<RouteResultRouting>;
29
29
  }
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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/models';
15
- import { VersionResultRouting } from '../model/models';
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 service availability.
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
- * Veeroute.Routing
3
- * Veeroute Routing API
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 ![erd](../uml/routing.svg)
4
4
  *
5
- * The version of the OpenAPI document: 3.15.183137
6
- * Contact: support@veeroute.com
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 service availability.
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>;