autotouch-cli 0.2.51__tar.gz → 0.2.52__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.
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/PKG-INFO +5 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/README.md +4 -4
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/PKG-INFO +5 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_shared/provider_registry.py +1 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/pyproject.toml +1 -1
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.52}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.52
|
|
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
|
|
@@ -157,7 +157,7 @@ Only send `user_schema` / `response_schema` when you intentionally want to overr
|
|
|
157
157
|
|
|
158
158
|
## Docs
|
|
159
159
|
|
|
160
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
161
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
162
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
163
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
160
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/autotouch-cli.md
|
|
161
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
162
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/tables-api.md
|
|
163
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/platform/authentication.md
|
|
@@ -132,7 +132,7 @@ Only send `user_schema` / `response_schema` when you intentionally want to overr
|
|
|
132
132
|
|
|
133
133
|
## Docs
|
|
134
134
|
|
|
135
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
136
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
137
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
138
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
135
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/autotouch-cli.md
|
|
136
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
137
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/tables-api.md
|
|
138
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/platform/authentication.md
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.52
|
|
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
|
|
@@ -157,7 +157,7 @@ Only send `user_schema` / `response_schema` when you intentionally want to overr
|
|
|
157
157
|
|
|
158
158
|
## Docs
|
|
159
159
|
|
|
160
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
161
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
162
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
163
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
160
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/autotouch-cli.md
|
|
161
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
162
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/research-table/reference/tables-api.md
|
|
163
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.52/docs/platform/authentication.md
|
|
@@ -788,6 +788,7 @@ _PROVIDER_CONTRACTS: Tuple[ResearchTableProviderContract, ...] = (
|
|
|
788
788
|
"Include at least one usable hard-identity mapping such as LinkedIn, email, or phone.",
|
|
789
789
|
"If companyDomain is missing in the table, derive or enrich that domain column first.",
|
|
790
790
|
"Primitive source columns map directly. If a mapped source column stores structured JSON, send an object with column + path, for example {\"column\": \"work_email\", \"path\": \"response\"} or {\"column\": \"mobile_phone\", \"path\": \"mobile_number\"}.",
|
|
791
|
+
"For firstName and lastName, prefer authoritative structured source fields when available, for example {\"column\": \"linkedin_profile_lookup_raw\", \"path\": \"first_name\"} and {\"column\": \"linkedin_profile_lookup_raw\", \"path\": \"last_name\"}. Avoid mapping a combined full-name column directly unless that is an intentional fallback and you accept imperfect CRM data.",
|
|
791
792
|
"Add to CRM is optional and non-billable.",
|
|
792
793
|
"Creating add_to_crm after upstream email/phone/lead columns already finished does not replay those older source updates; run add_to_crm explicitly or rerun the upstream source column.",
|
|
793
794
|
),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|