autotouch-cli 0.2.42__tar.gz → 0.2.43__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.42 → autotouch_cli-0.2.43}/PKG-INFO +5 -5
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/README.md +4 -4
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/PKG-INFO +5 -5
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_shared/provider_registry.py +5 -1
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/pyproject.toml +1 -1
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.42 → autotouch_cli-0.2.43}/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.43
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -137,7 +137,7 @@ Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instea
|
|
|
137
137
|
|
|
138
138
|
## Docs
|
|
139
139
|
|
|
140
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
141
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
142
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
143
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
140
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/autotouch-cli.md
|
|
141
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
142
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/tables-api.md
|
|
143
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/platform/authentication.md
|
|
@@ -128,7 +128,7 @@ Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instea
|
|
|
128
128
|
|
|
129
129
|
## Docs
|
|
130
130
|
|
|
131
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
132
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
133
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
134
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
131
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/autotouch-cli.md
|
|
132
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
133
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/tables-api.md
|
|
134
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/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.43
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -137,7 +137,7 @@ Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instea
|
|
|
137
137
|
|
|
138
138
|
## Docs
|
|
139
139
|
|
|
140
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
141
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
142
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
143
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
140
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/autotouch-cli.md
|
|
141
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
142
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/research-table/reference/tables-api.md
|
|
143
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.43/docs/platform/authentication.md
|
|
@@ -823,7 +823,11 @@ _PROVIDER_CONTRACTS: Tuple[ResearchTableProviderContract, ...] = (
|
|
|
823
823
|
"Use destinationTableId + columnMappings for single-destination sync.",
|
|
824
824
|
"Set config.syncBehavior to link or copy; link is the default.",
|
|
825
825
|
"Router mode is supported via config.routes[] (first matching route wins).",
|
|
826
|
-
"List mode uses syncMode=list with listSourceColumnId and
|
|
826
|
+
"List mode uses syncMode=list with listSourceColumnId and listPath (default items).",
|
|
827
|
+
"List mode column mappings use sourceScope and itemKey, NOT sourceKey with scope.",
|
|
828
|
+
'Item mapping shape: {"sourceScope": "item", "itemKey": "field_name", "destKey": "dest_column_key"}.',
|
|
829
|
+
'Row mapping shape: {"sourceScope": "row", "sourceKey": "source_column_key", "destKey": "dest_column_key"}.',
|
|
830
|
+
"Nested API responses are auto-flattened: use dot-path itemKey values like author.name, author.headline.",
|
|
827
831
|
"Mapped destination columns are auto-created on first run when they do not exist yet.",
|
|
828
832
|
),
|
|
829
833
|
column_type={
|
|
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
|