autotouch-cli 0.2.63__tar.gz → 0.2.64__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.
Files changed (52) hide show
  1. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/PKG-INFO +1 -1
  2. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/data/cli-manifest.json +2538 -1
  3. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/PKG-INFO +1 -1
  4. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/pyproject.toml +1 -1
  5. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/MANIFEST.in +0 -0
  6. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/README.md +0 -0
  7. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/__init__.py +0 -0
  8. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/cli.py +0 -0
  9. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/cli_contracts.py +0 -0
  10. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/__init__.py +0 -0
  11. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/agents.py +0 -0
  12. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/auth.py +0 -0
  13. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/cells.py +0 -0
  14. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/columns.py +0 -0
  15. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/jobs.py +0 -0
  16. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/leads.py +0 -0
  17. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/linkedin.py +0 -0
  18. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/prompts.py +0 -0
  19. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/rows.py +0 -0
  20. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/search.py +0 -0
  21. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/sequences.py +0 -0
  22. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/tables.py +0 -0
  23. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/tasks.py +0 -0
  24. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/webhooks.py +0 -0
  25. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/commands/workspace_secrets.py +0 -0
  26. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/__init__.py +0 -0
  27. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/auth.py +0 -0
  28. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/config.py +0 -0
  29. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/csv_import.py +0 -0
  30. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/http.py +0 -0
  31. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/io.py +0 -0
  32. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/output.py +0 -0
  33. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/polling.py +0 -0
  34. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/run.py +0 -0
  35. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/core/validation.py +0 -0
  36. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/data/CLI_REFERENCE.md +0 -0
  37. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/exceptions.py +0 -0
  38. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/mongo_status.py +0 -0
  39. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/parser.py +0 -0
  40. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/parser_groups.py +0 -0
  41. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/sequence_support.py +0 -0
  42. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli/templates.py +0 -0
  43. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/SOURCES.txt +0 -0
  44. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  45. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/entry_points.txt +0 -0
  46. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/requires.txt +0 -0
  47. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_cli.egg-info/top_level.txt +0 -0
  48. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_shared/__init__.py +0 -0
  49. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_shared/linkedin_contract.py +0 -0
  50. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_shared/provider_registry.py +0 -0
  51. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/autotouch_shared/search_contract.py +0 -0
  52. {autotouch_cli-0.2.63 → autotouch_cli-0.2.64}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.63
3
+ Version: 0.2.64
4
4
  Summary: Autotouch Smart Table CLI
5
5
  Project-URL: Homepage, https://app.autotouch.ai
6
6
  Project-URL: Documentation, https://github.com/nicolonic/autotouch_main/tree/main/docs/research-table/reference