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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cybertron-spark
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: Automação do Zendesk com Selenium, Zenpy e integração Cybertron
5
5
  Author: Gustavo Sartorio
6
6
  Author-email: strov3rl@gmail.com
@@ -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, pedido):
172
- endpoint = f'/transformers/bots-liberarfrete/{pedido}/'
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,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cybertron-spark
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: Automação do Zendesk com Selenium, Zenpy e integração Cybertron
5
5
  Author: Gustavo Sartorio
6
6
  Author-email: strov3rl@gmail.com
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as arq:
5
5
 
6
6
  setup(
7
7
  name='cybertron-spark',
8
- version='0.1.4',
8
+ version='0.1.6',
9
9
  license='MIT',
10
10
  author='Gustavo Sartorio',
11
11
  author_email='strov3rl@gmail.com',
File without changes