@veeroute/lss-studio-angular 7.34.3275 → 7.35.3290

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 CHANGED
@@ -1,8 +1,8 @@
1
- # @veeroute/lss-studio-angular@7.34.3275
1
+ # @veeroute/lss-studio-angular@7.35.3290
2
2
 
3
3
  Veeroute Studio API. # Description Server part of the Veeroute Studio. ## Reserved attributes These attribute keys are reserved for specific business logic: | Attribute key | Parent entity | Purpose | |:---------------------|:--------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `ICON_NAME` | location | The attribute value is written to the `web_location_geopoint.icon_name` field | | `FORCED_GEOPROVIDER` | geo_settings | The attribute value determines the geodata provider for rendering flights on the map, which will be used instead of the one specified in the `plan_settings.geo_settings.geo_provider` field | ## Entity relationship diagram ![erd](../uml/studio.svg)
4
4
 
5
- The version of the OpenAPI document: 7.34.3275
5
+ The version of the OpenAPI document: 7.35.3290
6
6
 
7
7
  ## Building
8
8
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @veeroute/lss-studio-angular@7.34.3275 --save
27
+ npm install @veeroute/lss-studio-angular@7.35.3290 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -1410,9 +1410,10 @@
1410
1410
  "field": "STATE",
1411
1411
  "type": "ENUM_LIST",
1412
1412
  "values": [
1413
+ "UNPLANNED",
1413
1414
  "PLANNED",
1414
1415
  "ASSIGNED",
1415
- "UNPLANNED",
1416
+ "COMPLETED",
1416
1417
  "ERROR"
1417
1418
  ]
1418
1419
  },