summaryrefslogtreecommitdiffstats
path: root/pyload/remote/thriftbackend/thriftgen
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/remote/thriftbackend/thriftgen')
-rw-r--r--pyload/remote/thriftbackend/thriftgen/pyload/Pyload.py1
-rw-r--r--pyload/remote/thriftbackend/thriftgen/pyload/ttypes.py4
2 files changed, 5 insertions, 0 deletions
diff --git a/pyload/remote/thriftbackend/thriftgen/pyload/Pyload.py b/pyload/remote/thriftbackend/thriftgen/pyload/Pyload.py
index 350fe4bc7..1ba11dbb6 100644
--- a/pyload/remote/thriftbackend/thriftgen/pyload/Pyload.py
+++ b/pyload/remote/thriftbackend/thriftgen/pyload/Pyload.py
@@ -3652,6 +3652,7 @@ class Processor(Iface, TProcessor):
# HELPER FUNCTIONS AND STRUCTURES
+
class getConfigValue_args(TBase):
"""
Attributes:
diff --git a/pyload/remote/thriftbackend/thriftgen/pyload/ttypes.py b/pyload/remote/thriftbackend/thriftgen/pyload/ttypes.py
index 1c18f6421..8abd775a9 100644
--- a/pyload/remote/thriftbackend/thriftgen/pyload/ttypes.py
+++ b/pyload/remote/thriftbackend/thriftgen/pyload/ttypes.py
@@ -64,6 +64,7 @@ class DownloadStatus(TBase):
"Unknown": 14,
}
+
class Destination(TBase):
Collector = 0
Queue = 1
@@ -78,6 +79,7 @@ class Destination(TBase):
"Queue": 1,
}
+
class ElementType(TBase):
Package = 0
File = 1
@@ -92,6 +94,7 @@ class ElementType(TBase):
"File": 1,
}
+
class Input(TBase):
NONE = 0
TEXT = 1
@@ -130,6 +133,7 @@ class Input(TBase):
"TABLE": 9,
}
+
class Output(TBase):
CAPTCHA = 1
QUESTION = 2