cybertron-spark 0.1.4__tar.gz → 0.1.6__tar.gz
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.
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/PKG-INFO +1 -1
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark/heartbeat.py +3 -3
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/PKG-INFO +1 -1
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/setup.py +1 -1
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/LICENCE +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/README.md +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark/__init__.py +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark/selenium.py +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark/zenpy.py +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/SOURCES.txt +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/dependency_links.txt +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/requires.txt +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/top_level.txt +0 -0
- {cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/setup.cfg +0 -0
|
@@ -100,7 +100,7 @@ class Heartbeat():
|
|
|
100
100
|
'traceback': codigo_quebrou
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
def registrar_ticket(self, ticket_id, pedido=None, protocolo=None, output_data=None):
|
|
103
|
+
def registrar_ticket(self, ticket_id=None, pedido=None, protocolo=None, output_data=None):
|
|
104
104
|
endpoint = '/transformers/bots-tickets/'
|
|
105
105
|
|
|
106
106
|
payload = {
|
|
@@ -168,8 +168,8 @@ class Heartbeat():
|
|
|
168
168
|
|
|
169
169
|
return self._post(endpoint, payload)
|
|
170
170
|
|
|
171
|
-
def atualizar_liberarfrete(self,
|
|
172
|
-
endpoint = f'/transformers/bots-liberarfrete/{
|
|
171
|
+
def atualizar_liberarfrete(self, id_banco):
|
|
172
|
+
endpoint = f'/transformers/bots-liberarfrete/{id_banco}/'
|
|
173
173
|
|
|
174
174
|
payload = {
|
|
175
175
|
'bot_realizado': True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cybertron_spark-0.1.4 → cybertron_spark-0.1.6}/cybertron_spark.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|