Skip to content

Commit b4e7e05

Browse files
yejiyanggithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent e4f0e12 commit b4e7e05

File tree

5 files changed

+141
-16
lines changed

5 files changed

+141
-16
lines changed

field-manager-python-client/field_manager_python_client/api/locations/export_projects_project_id_locations_location_id_export_get.py

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ def sync_detailed(
7777
7878
Supported **export_type** (MethodExportType):
7979
80-
- **SND**: Download SND file.
81-
For now only CPT, RP, SS and TOT methods are supported.
82-
You will get a single SND file containing all methods for this location.
80+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
8381
8482
Args:
8583
project_id (str):
@@ -123,9 +121,7 @@ def sync(
123121
124122
Supported **export_type** (MethodExportType):
125123
126-
- **SND**: Download SND file.
127-
For now only CPT, RP, SS and TOT methods are supported.
128-
You will get a single SND file containing all methods for this location.
124+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
129125
130126
Args:
131127
project_id (str):
@@ -164,9 +160,7 @@ async def asyncio_detailed(
164160
165161
Supported **export_type** (MethodExportType):
166162
167-
- **SND**: Download SND file.
168-
For now only CPT, RP, SS and TOT methods are supported.
169-
You will get a single SND file containing all methods for this location.
163+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
170164
171165
Args:
172166
project_id (str):
@@ -208,9 +202,7 @@ async def asyncio(
208202
209203
Supported **export_type** (MethodExportType):
210204
211-
- **SND**: Download SND file.
212-
For now only CPT, RP, SS and TOT methods are supported.
213-
You will get a single SND file containing all methods for this location.
205+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
214206
215207
Args:
216208
project_id (str):

field-manager-python-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "field-manager-python-client"
3-
version = "4.6.11"
3+
version = "4.6.16"
44
description = "A client library for accessing Field Manager Data API"
55
authors = ["Jiyang Ye <[email protected]>"]
66
maintainers = ["Jiyang Ye <[email protected]>"]

0 commit comments

Comments
 (0)