Skip to content

Commit

Permalink
Update qfieldcloud_sdk/sdk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Aug 30, 2024
1 parent eb82198 commit 15e5115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qfieldcloud_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ class FileTransferStatus(str, Enum):

class FileTransferType(Enum):
"""Represents the type of file transfer.
The PACKAGE transfer type is used only internally in QFieldCloud workers, so it should never be used by other API clients.
Attributes:
PROJECT (str): Refers to a project file.
PACKAGE (str): Refers to a package Type.
PACKAGE (str): Refers to a project file within the project package.
"""

PROJECT = "project"
Expand Down

0 comments on commit 15e5115

Please sign in to comment.