attio-mcp 0.1.0
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.
- package/CHANGELOG.md +62 -0
- package/LICENSE +236 -0
- package/README.md +105 -0
- package/dist/api/attio-client.d.ts +25 -0
- package/dist/api/attio-client.d.ts.map +1 -0
- package/dist/api/attio-client.js +64 -0
- package/dist/api/attio-client.js.map +1 -0
- package/dist/api/attribute-types.d.ts +119 -0
- package/dist/api/attribute-types.d.ts.map +1 -0
- package/dist/api/attribute-types.js +320 -0
- package/dist/api/attribute-types.js.map +1 -0
- package/dist/api/client.d.ts +3 -0
- package/dist/api/client.d.ts.map +1 -0
- package/dist/api/client.js +61 -0
- package/dist/api/client.js.map +1 -0
- package/dist/api/operations/batch.d.ts +55 -0
- package/dist/api/operations/batch.d.ts.map +1 -0
- package/dist/api/operations/batch.js +176 -0
- package/dist/api/operations/batch.js.map +1 -0
- package/dist/api/operations/crud.d.ts +61 -0
- package/dist/api/operations/crud.d.ts.map +1 -0
- package/dist/api/operations/crud.js +192 -0
- package/dist/api/operations/crud.js.map +1 -0
- package/dist/api/operations/index.d.ts +14 -0
- package/dist/api/operations/index.d.ts.map +1 -0
- package/dist/api/operations/index.js +18 -0
- package/dist/api/operations/index.js.map +1 -0
- package/dist/api/operations/lists.d.ts +66 -0
- package/dist/api/operations/lists.d.ts.map +1 -0
- package/dist/api/operations/lists.js +300 -0
- package/dist/api/operations/lists.js.map +1 -0
- package/dist/api/operations/notes.d.ts +29 -0
- package/dist/api/operations/notes.d.ts.map +1 -0
- package/dist/api/operations/notes.js +63 -0
- package/dist/api/operations/notes.js.map +1 -0
- package/dist/api/operations/retry.d.ts +48 -0
- package/dist/api/operations/retry.d.ts.map +1 -0
- package/dist/api/operations/retry.js +98 -0
- package/dist/api/operations/retry.js.map +1 -0
- package/dist/api/operations/search.d.ts +37 -0
- package/dist/api/operations/search.d.ts.map +1 -0
- package/dist/api/operations/search.js +186 -0
- package/dist/api/operations/search.js.map +1 -0
- package/dist/api/operations/tasks.d.ts +20 -0
- package/dist/api/operations/tasks.d.ts.map +1 -0
- package/dist/api/operations/tasks.js +87 -0
- package/dist/api/operations/tasks.js.map +1 -0
- package/dist/api/operations/types.d.ts +61 -0
- package/dist/api/operations/types.d.ts.map +1 -0
- package/dist/api/operations/types.js +10 -0
- package/dist/api/operations/types.js.map +1 -0
- package/dist/cli/commands/attributes.d.ts +34 -0
- package/dist/cli/commands/attributes.d.ts.map +1 -0
- package/dist/cli/commands/attributes.js +171 -0
- package/dist/cli/commands/attributes.js.map +1 -0
- package/dist/cli/discover.d.ts +3 -0
- package/dist/cli/discover.d.ts.map +1 -0
- package/dist/cli/discover.js +72 -0
- package/dist/cli/discover.js.map +1 -0
- package/dist/errors/api-errors.d.ts +191 -0
- package/dist/errors/api-errors.d.ts.map +1 -0
- package/dist/errors/api-errors.js +305 -0
- package/dist/errors/api-errors.js.map +1 -0
- package/dist/errors/company-errors.d.ts +40 -0
- package/dist/errors/company-errors.d.ts.map +1 -0
- package/dist/errors/company-errors.js +62 -0
- package/dist/errors/company-errors.js.map +1 -0
- package/dist/errors/value-match-error.d.ts +15 -0
- package/dist/errors/value-match-error.d.ts.map +1 -0
- package/dist/errors/value-match-error.js +40 -0
- package/dist/errors/value-match-error.js.map +1 -0
- package/dist/handlers/error-interceptor.d.ts +6 -0
- package/dist/handlers/error-interceptor.d.ts.map +1 -0
- package/dist/handlers/error-interceptor.js +17 -0
- package/dist/handlers/error-interceptor.js.map +1 -0
- package/dist/handlers/rate-limited-handler.d.ts +17 -0
- package/dist/handlers/rate-limited-handler.d.ts.map +1 -0
- package/dist/handlers/rate-limited-handler.js +126 -0
- package/dist/handlers/rate-limited-handler.js.map +1 -0
- package/dist/handlers/resources.d.ts +11 -0
- package/dist/handlers/resources.d.ts.map +1 -0
- package/dist/handlers/resources.js +109 -0
- package/dist/handlers/resources.js.map +1 -0
- package/dist/handlers/tool-configs/companies/attributes.d.ts +85 -0
- package/dist/handlers/tool-configs/companies/attributes.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/attributes.js +203 -0
- package/dist/handlers/tool-configs/companies/attributes.js.map +1 -0
- package/dist/handlers/tool-configs/companies/batch.d.ts +145 -0
- package/dist/handlers/tool-configs/companies/batch.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/batch.js +249 -0
- package/dist/handlers/tool-configs/companies/batch.js.map +1 -0
- package/dist/handlers/tool-configs/companies/crud.d.ts +103 -0
- package/dist/handlers/tool-configs/companies/crud.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/crud.js +157 -0
- package/dist/handlers/tool-configs/companies/crud.js.map +1 -0
- package/dist/handlers/tool-configs/companies/definitions.d.ts +5 -0
- package/dist/handlers/tool-configs/companies/definitions.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/definitions.js +9 -0
- package/dist/handlers/tool-configs/companies/definitions.js.map +1 -0
- package/dist/handlers/tool-configs/companies/formatters.d.ts +42 -0
- package/dist/handlers/tool-configs/companies/formatters.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/formatters.js +324 -0
- package/dist/handlers/tool-configs/companies/formatters.js.map +1 -0
- package/dist/handlers/tool-configs/companies/index.d.ts +642 -0
- package/dist/handlers/tool-configs/companies/index.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/index.js +86 -0
- package/dist/handlers/tool-configs/companies/index.js.map +1 -0
- package/dist/handlers/tool-configs/companies/notes.d.ts +61 -0
- package/dist/handlers/tool-configs/companies/notes.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/notes.js +109 -0
- package/dist/handlers/tool-configs/companies/notes.js.map +1 -0
- package/dist/handlers/tool-configs/companies/relationships.d.ts +137 -0
- package/dist/handlers/tool-configs/companies/relationships.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/relationships.js +163 -0
- package/dist/handlers/tool-configs/companies/relationships.js.map +1 -0
- package/dist/handlers/tool-configs/companies/search.d.ts +101 -0
- package/dist/handlers/tool-configs/companies/search.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/search.js +163 -0
- package/dist/handlers/tool-configs/companies/search.js.map +1 -0
- package/dist/handlers/tool-configs/companies/types.d.ts +6 -0
- package/dist/handlers/tool-configs/companies/types.d.ts.map +1 -0
- package/dist/handlers/tool-configs/companies/types.js +2 -0
- package/dist/handlers/tool-configs/companies/types.js.map +1 -0
- package/dist/handlers/tool-configs/index.d.ts +12 -0
- package/dist/handlers/tool-configs/index.d.ts.map +1 -0
- package/dist/handlers/tool-configs/index.js +12 -0
- package/dist/handlers/tool-configs/index.js.map +1 -0
- package/dist/handlers/tool-configs/lists.d.ts +459 -0
- package/dist/handlers/tool-configs/lists.d.ts.map +1 -0
- package/dist/handlers/tool-configs/lists.js +597 -0
- package/dist/handlers/tool-configs/lists.js.map +1 -0
- package/dist/handlers/tool-configs/paginated-people.d.ts +197 -0
- package/dist/handlers/tool-configs/paginated-people.d.ts.map +1 -0
- package/dist/handlers/tool-configs/paginated-people.js +256 -0
- package/dist/handlers/tool-configs/paginated-people.js.map +1 -0
- package/dist/handlers/tool-configs/people/activity-search.d.ts +98 -0
- package/dist/handlers/tool-configs/people/activity-search.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/activity-search.js +113 -0
- package/dist/handlers/tool-configs/people/activity-search.js.map +1 -0
- package/dist/handlers/tool-configs/people/advanced-search.d.ts +62 -0
- package/dist/handlers/tool-configs/people/advanced-search.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/advanced-search.js +74 -0
- package/dist/handlers/tool-configs/people/advanced-search.js.map +1 -0
- package/dist/handlers/tool-configs/people/crud.d.ts +63 -0
- package/dist/handlers/tool-configs/people/crud.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/crud.js +71 -0
- package/dist/handlers/tool-configs/people/crud.js.map +1 -0
- package/dist/handlers/tool-configs/people/date-search.d.ts +42 -0
- package/dist/handlers/tool-configs/people/date-search.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/date-search.js +93 -0
- package/dist/handlers/tool-configs/people/date-search.js.map +1 -0
- package/dist/handlers/tool-configs/people/formatters.d.ts +19 -0
- package/dist/handlers/tool-configs/people/formatters.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/formatters.js +98 -0
- package/dist/handlers/tool-configs/people/formatters.js.map +1 -0
- package/dist/handlers/tool-configs/people/index.d.ts +407 -0
- package/dist/handlers/tool-configs/people/index.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/index.js +30 -0
- package/dist/handlers/tool-configs/people/index.js.map +1 -0
- package/dist/handlers/tool-configs/people/notes.d.ts +38 -0
- package/dist/handlers/tool-configs/people/notes.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/notes.js +57 -0
- package/dist/handlers/tool-configs/people/notes.js.map +1 -0
- package/dist/handlers/tool-configs/people/relationships.d.ts +112 -0
- package/dist/handlers/tool-configs/people/relationships.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/relationships.js +173 -0
- package/dist/handlers/tool-configs/people/relationships.js.map +1 -0
- package/dist/handlers/tool-configs/people/search.d.ts +53 -0
- package/dist/handlers/tool-configs/people/search.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people/search.js +61 -0
- package/dist/handlers/tool-configs/people/search.js.map +1 -0
- package/dist/handlers/tool-configs/people-fix-complete.d.ts +6 -0
- package/dist/handlers/tool-configs/people-fix-complete.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people-fix-complete.js +76 -0
- package/dist/handlers/tool-configs/people-fix-complete.js.map +1 -0
- package/dist/handlers/tool-configs/people-fixed.d.ts +12 -0
- package/dist/handlers/tool-configs/people-fixed.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people-fixed.js +58 -0
- package/dist/handlers/tool-configs/people-fixed.js.map +1 -0
- package/dist/handlers/tool-configs/people-types.d.ts +32 -0
- package/dist/handlers/tool-configs/people-types.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people-types.js +5 -0
- package/dist/handlers/tool-configs/people-types.js.map +1 -0
- package/dist/handlers/tool-configs/people.d.ts +599 -0
- package/dist/handlers/tool-configs/people.d.ts.map +1 -0
- package/dist/handlers/tool-configs/people.js +817 -0
- package/dist/handlers/tool-configs/people.js.map +1 -0
- package/dist/handlers/tool-configs/prompts.d.ts +69 -0
- package/dist/handlers/tool-configs/prompts.d.ts.map +1 -0
- package/dist/handlers/tool-configs/prompts.js +90 -0
- package/dist/handlers/tool-configs/prompts.js.map +1 -0
- package/dist/handlers/tool-configs/rate-limited-people.d.ts +203 -0
- package/dist/handlers/tool-configs/rate-limited-people.d.ts.map +1 -0
- package/dist/handlers/tool-configs/rate-limited-people.js +44 -0
- package/dist/handlers/tool-configs/rate-limited-people.js.map +1 -0
- package/dist/handlers/tool-configs/records/index.d.ts +282 -0
- package/dist/handlers/tool-configs/records/index.d.ts.map +1 -0
- package/dist/handlers/tool-configs/records/index.js +277 -0
- package/dist/handlers/tool-configs/records/index.js.map +1 -0
- package/dist/handlers/tool-configs/records.d.ts +282 -0
- package/dist/handlers/tool-configs/records.d.ts.map +1 -0
- package/dist/handlers/tool-configs/records.js +277 -0
- package/dist/handlers/tool-configs/records.js.map +1 -0
- package/dist/handlers/tool-configs/resource-specific-tools.d.ts +15 -0
- package/dist/handlers/tool-configs/resource-specific-tools.d.ts.map +1 -0
- package/dist/handlers/tool-configs/resource-specific-tools.js +33 -0
- package/dist/handlers/tool-configs/resource-specific-tools.js.map +1 -0
- package/dist/handlers/tool-configs/tasks.d.ts +127 -0
- package/dist/handlers/tool-configs/tasks.d.ts.map +1 -0
- package/dist/handlers/tool-configs/tasks.js +95 -0
- package/dist/handlers/tool-configs/tasks.js.map +1 -0
- package/dist/handlers/tool-types.d.ts +47 -0
- package/dist/handlers/tool-types.d.ts.map +1 -0
- package/dist/handlers/tool-types.js +2 -0
- package/dist/handlers/tool-types.js.map +1 -0
- package/dist/handlers/tools/config-verifier.d.ts +27 -0
- package/dist/handlers/tools/config-verifier.d.ts.map +1 -0
- package/dist/handlers/tools/config-verifier.js +108 -0
- package/dist/handlers/tools/config-verifier.js.map +1 -0
- package/dist/handlers/tools/dispatcher/core.d.ts +12 -0
- package/dist/handlers/tools/dispatcher/core.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/core.js +276 -0
- package/dist/handlers/tools/dispatcher/core.js.map +1 -0
- package/dist/handlers/tools/dispatcher/formatting.d.ts +17 -0
- package/dist/handlers/tools/dispatcher/formatting.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/formatting.js +25 -0
- package/dist/handlers/tools/dispatcher/formatting.js.map +1 -0
- package/dist/handlers/tools/dispatcher/logging.d.ts +63 -0
- package/dist/handlers/tools/dispatcher/logging.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/logging.js +108 -0
- package/dist/handlers/tools/dispatcher/logging.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/batch.d.ts +29 -0
- package/dist/handlers/tools/dispatcher/operations/batch.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/batch.js +137 -0
- package/dist/handlers/tools/dispatcher/operations/batch.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/crud.d.ts +25 -0
- package/dist/handlers/tools/dispatcher/operations/crud.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/crud.js +110 -0
- package/dist/handlers/tools/dispatcher/operations/crud.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/details.d.ts +13 -0
- package/dist/handlers/tools/dispatcher/operations/details.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/details.js +52 -0
- package/dist/handlers/tools/dispatcher/operations/details.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/info.d.ts +25 -0
- package/dist/handlers/tools/dispatcher/operations/info.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/info.js +82 -0
- package/dist/handlers/tools/dispatcher/operations/info.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/lists.d.ts +62 -0
- package/dist/handlers/tools/dispatcher/operations/lists.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/lists.js +283 -0
- package/dist/handlers/tools/dispatcher/operations/lists.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/notes.d.ts +17 -0
- package/dist/handlers/tools/dispatcher/operations/notes.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/notes.js +102 -0
- package/dist/handlers/tools/dispatcher/operations/notes.js.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/search.d.ts +43 -0
- package/dist/handlers/tools/dispatcher/operations/search.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/operations/search.js +190 -0
- package/dist/handlers/tools/dispatcher/operations/search.js.map +1 -0
- package/dist/handlers/tools/dispatcher/validation.d.ts +27 -0
- package/dist/handlers/tools/dispatcher/validation.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher/validation.js +47 -0
- package/dist/handlers/tools/dispatcher/validation.js.map +1 -0
- package/dist/handlers/tools/dispatcher.d.ts +11 -0
- package/dist/handlers/tools/dispatcher.d.ts.map +1 -0
- package/dist/handlers/tools/dispatcher.js +15 -0
- package/dist/handlers/tools/dispatcher.js.map +1 -0
- package/dist/handlers/tools/error-types.d.ts +33 -0
- package/dist/handlers/tools/error-types.d.ts.map +1 -0
- package/dist/handlers/tools/error-types.js +21 -0
- package/dist/handlers/tools/error-types.js.map +1 -0
- package/dist/handlers/tools/formatters.d.ts +43 -0
- package/dist/handlers/tools/formatters.d.ts.map +1 -0
- package/dist/handlers/tools/formatters.js +170 -0
- package/dist/handlers/tools/formatters.js.map +1 -0
- package/dist/handlers/tools/index.d.ts +15 -0
- package/dist/handlers/tools/index.d.ts.map +1 -0
- package/dist/handlers/tools/index.js +34 -0
- package/dist/handlers/tools/index.js.map +1 -0
- package/dist/handlers/tools/registry.d.ts +1874 -0
- package/dist/handlers/tools/registry.d.ts.map +1 -0
- package/dist/handlers/tools/registry.js +103 -0
- package/dist/handlers/tools/registry.js.map +1 -0
- package/dist/health/http-server.d.ts +24 -0
- package/dist/health/http-server.d.ts.map +1 -0
- package/dist/health/http-server.js +106 -0
- package/dist/health/http-server.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +238 -0
- package/dist/index.js.map +1 -0
- package/dist/objects/base-operations.d.ts +41 -0
- package/dist/objects/base-operations.d.ts.map +1 -0
- package/dist/objects/base-operations.js +116 -0
- package/dist/objects/base-operations.js.map +1 -0
- package/dist/objects/batch-companies.d.ts +112 -0
- package/dist/objects/batch-companies.d.ts.map +1 -0
- package/dist/objects/batch-companies.js +347 -0
- package/dist/objects/batch-companies.js.map +1 -0
- package/dist/objects/companies/attributes.d.ts +83 -0
- package/dist/objects/companies/attributes.d.ts.map +1 -0
- package/dist/objects/companies/attributes.js +426 -0
- package/dist/objects/companies/attributes.js.map +1 -0
- package/dist/objects/companies/basic.d.ts +117 -0
- package/dist/objects/companies/basic.d.ts.map +1 -0
- package/dist/objects/companies/basic.js +367 -0
- package/dist/objects/companies/basic.js.map +1 -0
- package/dist/objects/companies/batch.d.ts +6 -0
- package/dist/objects/companies/batch.d.ts.map +1 -0
- package/dist/objects/companies/batch.js +6 -0
- package/dist/objects/companies/batch.js.map +1 -0
- package/dist/objects/companies/index.d.ts +13 -0
- package/dist/objects/companies/index.d.ts.map +1 -0
- package/dist/objects/companies/index.js +17 -0
- package/dist/objects/companies/index.js.map +1 -0
- package/dist/objects/companies/notes.d.ts +26 -0
- package/dist/objects/companies/notes.d.ts.map +1 -0
- package/dist/objects/companies/notes.js +199 -0
- package/dist/objects/companies/notes.js.map +1 -0
- package/dist/objects/companies/relationships.d.ts +41 -0
- package/dist/objects/companies/relationships.d.ts.map +1 -0
- package/dist/objects/companies/relationships.js +142 -0
- package/dist/objects/companies/relationships.js.map +1 -0
- package/dist/objects/companies/search.d.ts +158 -0
- package/dist/objects/companies/search.d.ts.map +1 -0
- package/dist/objects/companies/search.js +463 -0
- package/dist/objects/companies/search.js.map +1 -0
- package/dist/objects/companies/types.d.ts +27 -0
- package/dist/objects/companies/types.d.ts.map +1 -0
- package/dist/objects/companies/types.js +3 -0
- package/dist/objects/companies/types.js.map +1 -0
- package/dist/objects/lists.d.ts +148 -0
- package/dist/objects/lists.d.ts.map +1 -0
- package/dist/objects/lists.js +586 -0
- package/dist/objects/lists.js.map +1 -0
- package/dist/objects/paginated-people.d.ts +50 -0
- package/dist/objects/paginated-people.d.ts.map +1 -0
- package/dist/objects/paginated-people.js +171 -0
- package/dist/objects/paginated-people.js.map +1 -0
- package/dist/objects/people/basic.d.ts +90 -0
- package/dist/objects/people/basic.d.ts.map +1 -0
- package/dist/objects/people/basic.js +157 -0
- package/dist/objects/people/basic.js.map +1 -0
- package/dist/objects/people/batch.d.ts +24 -0
- package/dist/objects/people/batch.d.ts.map +1 -0
- package/dist/objects/people/batch.js +145 -0
- package/dist/objects/people/batch.js.map +1 -0
- package/dist/objects/people/index.d.ts +11 -0
- package/dist/objects/people/index.d.ts.map +1 -0
- package/dist/objects/people/index.js +17 -0
- package/dist/objects/people/index.js.map +1 -0
- package/dist/objects/people/notes.d.ts +20 -0
- package/dist/objects/people/notes.d.ts.map +1 -0
- package/dist/objects/people/notes.js +60 -0
- package/dist/objects/people/notes.js.map +1 -0
- package/dist/objects/people/relationships.d.ts +23 -0
- package/dist/objects/people/relationships.d.ts.map +1 -0
- package/dist/objects/people/relationships.js +116 -0
- package/dist/objects/people/relationships.js.map +1 -0
- package/dist/objects/people/search.d.ts +83 -0
- package/dist/objects/people/search.d.ts.map +1 -0
- package/dist/objects/people/search.js +286 -0
- package/dist/objects/people/search.js.map +1 -0
- package/dist/objects/people/types.d.ts +37 -0
- package/dist/objects/people/types.d.ts.map +1 -0
- package/dist/objects/people/types.js +71 -0
- package/dist/objects/people/types.js.map +1 -0
- package/dist/objects/people-write.d.ts +71 -0
- package/dist/objects/people-write.d.ts.map +1 -0
- package/dist/objects/people-write.js +261 -0
- package/dist/objects/people-write.js.map +1 -0
- package/dist/objects/records/formatters.d.ts +20 -0
- package/dist/objects/records/formatters.d.ts.map +1 -0
- package/dist/objects/records/formatters.js +47 -0
- package/dist/objects/records/formatters.js.map +1 -0
- package/dist/objects/records/index.d.ts +74 -0
- package/dist/objects/records/index.d.ts.map +1 -0
- package/dist/objects/records/index.js +374 -0
- package/dist/objects/records/index.js.map +1 -0
- package/dist/objects/records.d.ts +88 -0
- package/dist/objects/records.d.ts.map +1 -0
- package/dist/objects/records.js +432 -0
- package/dist/objects/records.js.map +1 -0
- package/dist/objects/tasks.d.ts +19 -0
- package/dist/objects/tasks.d.ts.map +1 -0
- package/dist/objects/tasks.js +23 -0
- package/dist/objects/tasks.js.map +1 -0
- package/dist/prompts/error-handler.d.ts +28 -0
- package/dist/prompts/error-handler.d.ts.map +1 -0
- package/dist/prompts/error-handler.js +47 -0
- package/dist/prompts/error-handler.js.map +1 -0
- package/dist/prompts/handlers.d.ts +49 -0
- package/dist/prompts/handlers.d.ts.map +1 -0
- package/dist/prompts/handlers.js +353 -0
- package/dist/prompts/handlers.js.map +1 -0
- package/dist/prompts/index.d.ts +11 -0
- package/dist/prompts/index.d.ts.map +1 -0
- package/dist/prompts/index.js +15 -0
- package/dist/prompts/index.js.map +1 -0
- package/dist/prompts/templates/companies.d.ts +10 -0
- package/dist/prompts/templates/companies.d.ts.map +1 -0
- package/dist/prompts/templates/companies.js +128 -0
- package/dist/prompts/templates/companies.js.map +1 -0
- package/dist/prompts/templates/index.d.ts +42 -0
- package/dist/prompts/templates/index.d.ts.map +1 -0
- package/dist/prompts/templates/index.js +58 -0
- package/dist/prompts/templates/index.js.map +1 -0
- package/dist/prompts/templates/lists.d.ts +10 -0
- package/dist/prompts/templates/lists.d.ts.map +1 -0
- package/dist/prompts/templates/lists.js +127 -0
- package/dist/prompts/templates/lists.js.map +1 -0
- package/dist/prompts/templates/notes.d.ts +10 -0
- package/dist/prompts/templates/notes.d.ts.map +1 -0
- package/dist/prompts/templates/notes.js +119 -0
- package/dist/prompts/templates/notes.js.map +1 -0
- package/dist/prompts/templates/people.d.ts +10 -0
- package/dist/prompts/templates/people.d.ts.map +1 -0
- package/dist/prompts/templates/people.js +127 -0
- package/dist/prompts/templates/people.js.map +1 -0
- package/dist/prompts/types.d.ts +52 -0
- package/dist/prompts/types.d.ts.map +1 -0
- package/dist/prompts/types.js +5 -0
- package/dist/prompts/types.js.map +1 -0
- package/dist/types/attio.d.ts +424 -0
- package/dist/types/attio.d.ts.map +1 -0
- package/dist/types/attio.js +116 -0
- package/dist/types/attio.js.map +1 -0
- package/dist/types/company-types.d.ts +52 -0
- package/dist/types/company-types.d.ts.map +1 -0
- package/dist/types/company-types.js +5 -0
- package/dist/types/company-types.js.map +1 -0
- package/dist/types/tool-types.d.ts +262 -0
- package/dist/types/tool-types.d.ts.map +1 -0
- package/dist/types/tool-types.js +6 -0
- package/dist/types/tool-types.js.map +1 -0
- package/dist/utils/api-fallback.d.ts +39 -0
- package/dist/utils/api-fallback.d.ts.map +1 -0
- package/dist/utils/api-fallback.js +94 -0
- package/dist/utils/api-fallback.js.map +1 -0
- package/dist/utils/attribute-mapping/attribute-mappers.d.ts +39 -0
- package/dist/utils/attribute-mapping/attribute-mappers.d.ts.map +1 -0
- package/dist/utils/attribute-mapping/attribute-mappers.js +394 -0
- package/dist/utils/attribute-mapping/attribute-mappers.js.map +1 -0
- package/dist/utils/attribute-mapping/filter-translator.d.ts +9 -0
- package/dist/utils/attribute-mapping/filter-translator.d.ts.map +1 -0
- package/dist/utils/attribute-mapping/filter-translator.js +104 -0
- package/dist/utils/attribute-mapping/filter-translator.js.map +1 -0
- package/dist/utils/attribute-mapping/index.d.ts +10 -0
- package/dist/utils/attribute-mapping/index.d.ts.map +1 -0
- package/dist/utils/attribute-mapping/index.js +12 -0
- package/dist/utils/attribute-mapping/index.js.map +1 -0
- package/dist/utils/attribute-mapping/legacy-maps.d.ts +11 -0
- package/dist/utils/attribute-mapping/legacy-maps.d.ts.map +1 -0
- package/dist/utils/attribute-mapping/legacy-maps.js +54 -0
- package/dist/utils/attribute-mapping/legacy-maps.js.map +1 -0
- package/dist/utils/attribute-mapping/mapping-utils.d.ts +90 -0
- package/dist/utils/attribute-mapping/mapping-utils.d.ts.map +1 -0
- package/dist/utils/attribute-mapping/mapping-utils.js +145 -0
- package/dist/utils/attribute-mapping/mapping-utils.js.map +1 -0
- package/dist/utils/auto-discovery.d.ts +22 -0
- package/dist/utils/auto-discovery.d.ts.map +1 -0
- package/dist/utils/auto-discovery.js +143 -0
- package/dist/utils/auto-discovery.js.map +1 -0
- package/dist/utils/cli-colors.d.ts +36 -0
- package/dist/utils/cli-colors.d.ts.map +1 -0
- package/dist/utils/cli-colors.js +35 -0
- package/dist/utils/cli-colors.js.map +1 -0
- package/dist/utils/config-loader.d.ts +41 -0
- package/dist/utils/config-loader.d.ts.map +1 -0
- package/dist/utils/config-loader.js +167 -0
- package/dist/utils/config-loader.js.map +1 -0
- package/dist/utils/config-migration.d.ts +140 -0
- package/dist/utils/config-migration.d.ts.map +1 -0
- package/dist/utils/config-migration.js +310 -0
- package/dist/utils/config-migration.js.map +1 -0
- package/dist/utils/date-utils.d.ts +63 -0
- package/dist/utils/date-utils.d.ts.map +1 -0
- package/dist/utils/date-utils.js +329 -0
- package/dist/utils/date-utils.js.map +1 -0
- package/dist/utils/debug-b2b-segment.d.ts +2 -0
- package/dist/utils/debug-b2b-segment.d.ts.map +1 -0
- package/dist/utils/debug-b2b-segment.js +67 -0
- package/dist/utils/debug-b2b-segment.js.map +1 -0
- package/dist/utils/domain-utils.d.ts +46 -0
- package/dist/utils/domain-utils.d.ts.map +1 -0
- package/dist/utils/domain-utils.js +143 -0
- package/dist/utils/domain-utils.js.map +1 -0
- package/dist/utils/dynamic-import.d.ts +33 -0
- package/dist/utils/dynamic-import.d.ts.map +1 -0
- package/dist/utils/dynamic-import.js +41 -0
- package/dist/utils/dynamic-import.js.map +1 -0
- package/dist/utils/error-enhancer.d.ts +23 -0
- package/dist/utils/error-enhancer.d.ts.map +1 -0
- package/dist/utils/error-enhancer.js +188 -0
- package/dist/utils/error-enhancer.js.map +1 -0
- package/dist/utils/error-handler.d.ts +89 -0
- package/dist/utils/error-handler.d.ts.map +1 -0
- package/dist/utils/error-handler.js +336 -0
- package/dist/utils/error-handler.js.map +1 -0
- package/dist/utils/filters/builders/activity.d.ts +13 -0
- package/dist/utils/filters/builders/activity.d.ts.map +1 -0
- package/dist/utils/filters/builders/activity.js +65 -0
- package/dist/utils/filters/builders/activity.js.map +1 -0
- package/dist/utils/filters/builders/basic.d.ts +13 -0
- package/dist/utils/filters/builders/basic.d.ts.map +1 -0
- package/dist/utils/filters/builders/basic.js +36 -0
- package/dist/utils/filters/builders/basic.js.map +1 -0
- package/dist/utils/filters/builders/complex.d.ts +31 -0
- package/dist/utils/filters/builders/complex.d.ts.map +1 -0
- package/dist/utils/filters/builders/complex.js +92 -0
- package/dist/utils/filters/builders/complex.js.map +1 -0
- package/dist/utils/filters/builders/date.d.ts +17 -0
- package/dist/utils/filters/builders/date.d.ts.map +1 -0
- package/dist/utils/filters/builders/date.js +51 -0
- package/dist/utils/filters/builders/date.js.map +1 -0
- package/dist/utils/filters/builders/index.d.ts +8 -0
- package/dist/utils/filters/builders/index.d.ts.map +1 -0
- package/dist/utils/filters/builders/index.js +8 -0
- package/dist/utils/filters/builders/index.js.map +1 -0
- package/dist/utils/filters/builders/numeric.d.ts +17 -0
- package/dist/utils/filters/builders/numeric.d.ts.map +1 -0
- package/dist/utils/filters/builders/numeric.js +61 -0
- package/dist/utils/filters/builders/numeric.js.map +1 -0
- package/dist/utils/filters/builders/text.d.ts +17 -0
- package/dist/utils/filters/builders/text.d.ts.map +1 -0
- package/dist/utils/filters/builders/text.js +47 -0
- package/dist/utils/filters/builders/text.js.map +1 -0
- package/dist/utils/filters/builders/types.d.ts +2 -0
- package/dist/utils/filters/builders/types.d.ts.map +1 -0
- package/dist/utils/filters/builders/types.js +2 -0
- package/dist/utils/filters/builders/types.js.map +1 -0
- package/dist/utils/filters/builders.d.ts +2 -0
- package/dist/utils/filters/builders.d.ts.map +1 -0
- package/dist/utils/filters/builders.js +2 -0
- package/dist/utils/filters/builders.js.map +1 -0
- package/dist/utils/filters/cache.d.ts +80 -0
- package/dist/utils/filters/cache.d.ts.map +1 -0
- package/dist/utils/filters/cache.js +212 -0
- package/dist/utils/filters/cache.js.map +1 -0
- package/dist/utils/filters/index.d.ts +51 -0
- package/dist/utils/filters/index.d.ts.map +1 -0
- package/dist/utils/filters/index.js +67 -0
- package/dist/utils/filters/index.js.map +1 -0
- package/dist/utils/filters/operators.d.ts +65 -0
- package/dist/utils/filters/operators.d.ts.map +1 -0
- package/dist/utils/filters/operators.js +214 -0
- package/dist/utils/filters/operators.js.map +1 -0
- package/dist/utils/filters/relationship.d.ts +81 -0
- package/dist/utils/filters/relationship.d.ts.map +1 -0
- package/dist/utils/filters/relationship.js +393 -0
- package/dist/utils/filters/relationship.js.map +1 -0
- package/dist/utils/filters/translators.d.ts +120 -0
- package/dist/utils/filters/translators.d.ts.map +1 -0
- package/dist/utils/filters/translators.js +397 -0
- package/dist/utils/filters/translators.js.map +1 -0
- package/dist/utils/filters/types.d.ts +77 -0
- package/dist/utils/filters/types.d.ts.map +1 -0
- package/dist/utils/filters/types.js +85 -0
- package/dist/utils/filters/types.js.map +1 -0
- package/dist/utils/filters/utils.d.ts +86 -0
- package/dist/utils/filters/utils.d.ts.map +1 -0
- package/dist/utils/filters/utils.js +142 -0
- package/dist/utils/filters/utils.js.map +1 -0
- package/dist/utils/filters/validation-utils.d.ts +123 -0
- package/dist/utils/filters/validation-utils.d.ts.map +1 -0
- package/dist/utils/filters/validation-utils.js +282 -0
- package/dist/utils/filters/validation-utils.js.map +1 -0
- package/dist/utils/filters/validators.d.ts +73 -0
- package/dist/utils/filters/validators.d.ts.map +1 -0
- package/dist/utils/filters/validators.js +311 -0
- package/dist/utils/filters/validators.js.map +1 -0
- package/dist/utils/json-serializer.d.ts +68 -0
- package/dist/utils/json-serializer.d.ts.map +1 -0
- package/dist/utils/json-serializer.js +235 -0
- package/dist/utils/json-serializer.js.map +1 -0
- package/dist/utils/logger.d.ts +226 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +323 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/numeric-utils.d.ts +27 -0
- package/dist/utils/numeric-utils.d.ts.map +1 -0
- package/dist/utils/numeric-utils.js +83 -0
- package/dist/utils/numeric-utils.js.map +1 -0
- package/dist/utils/pagination.d.ts +85 -0
- package/dist/utils/pagination.d.ts.map +1 -0
- package/dist/utils/pagination.js +169 -0
- package/dist/utils/pagination.js.map +1 -0
- package/dist/utils/person-lookup.d.ts +35 -0
- package/dist/utils/person-lookup.d.ts.map +1 -0
- package/dist/utils/person-lookup.js +67 -0
- package/dist/utils/person-lookup.js.map +1 -0
- package/dist/utils/rate-limiter.d.ts +82 -0
- package/dist/utils/rate-limiter.d.ts.map +1 -0
- package/dist/utils/rate-limiter.js +159 -0
- package/dist/utils/rate-limiter.js.map +1 -0
- package/dist/utils/record-utils.d.ts +74 -0
- package/dist/utils/record-utils.d.ts.map +1 -0
- package/dist/utils/record-utils.js +312 -0
- package/dist/utils/record-utils.js.map +1 -0
- package/dist/utils/relationship-utils.d.ts +61 -0
- package/dist/utils/relationship-utils.d.ts.map +1 -0
- package/dist/utils/relationship-utils.js +242 -0
- package/dist/utils/relationship-utils.js.map +1 -0
- package/dist/utils/response-formatter.d.ts +121 -0
- package/dist/utils/response-formatter.d.ts.map +1 -0
- package/dist/utils/response-formatter.js +188 -0
- package/dist/utils/response-formatter.js.map +1 -0
- package/dist/utils/uri-parser.d.ts +18 -0
- package/dist/utils/uri-parser.d.ts.map +1 -0
- package/dist/utils/uri-parser.js +31 -0
- package/dist/utils/uri-parser.js.map +1 -0
- package/dist/utils/validation.d.ts +59 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/dist/utils/validation.js +264 -0
- package/dist/utils/validation.js.map +1 -0
- package/dist/utils/value-matcher.d.ts +58 -0
- package/dist/utils/value-matcher.d.ts.map +1 -0
- package/dist/utils/value-matcher.js +131 -0
- package/dist/utils/value-matcher.js.map +1 -0
- package/dist/validators/attribute-validator.d.ts +59 -0
- package/dist/validators/attribute-validator.d.ts.map +1 -0
- package/dist/validators/attribute-validator.js +531 -0
- package/dist/validators/attribute-validator.js.map +1 -0
- package/dist/validators/company/field_detector.d.ts +5 -0
- package/dist/validators/company/field_detector.d.ts.map +1 -0
- package/dist/validators/company/field_detector.js +95 -0
- package/dist/validators/company/field_detector.js.map +1 -0
- package/dist/validators/company/index.d.ts +26 -0
- package/dist/validators/company/index.d.ts.map +1 -0
- package/dist/validators/company/index.js +433 -0
- package/dist/validators/company/index.js.map +1 -0
- package/dist/validators/company/type_cache.d.ts +14 -0
- package/dist/validators/company/type_cache.d.ts.map +1 -0
- package/dist/validators/company/type_cache.js +28 -0
- package/dist/validators/company/type_cache.js.map +1 -0
- package/dist/validators/company/types.d.ts +8 -0
- package/dist/validators/company/types.d.ts.map +1 -0
- package/dist/validators/company/types.js +2 -0
- package/dist/validators/company/types.js.map +1 -0
- package/dist/validators/company-validator.d.ts +2 -0
- package/dist/validators/company-validator.d.ts.map +1 -0
- package/dist/validators/company-validator.js +2 -0
- package/dist/validators/company-validator.js.map +1 -0
- package/package.json +167 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatters.js","sourceRoot":"","sources":["../../../../src/handlers/tool-configs/companies/formatters.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,642 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Company tool configurations module index
|
|
3
|
+
*
|
|
4
|
+
* This module provides tool configurations for company-related operations:
|
|
5
|
+
* - Search: Basic and advanced company searches
|
|
6
|
+
* - CRUD: Create, read, update, delete operations
|
|
7
|
+
* - Attributes: Field and attribute management
|
|
8
|
+
* - Notes: Note operations on companies
|
|
9
|
+
* - Relationships: Search by related entities
|
|
10
|
+
* - Batch: Bulk operations
|
|
11
|
+
* - Formatters: Result formatting utilities
|
|
12
|
+
*
|
|
13
|
+
* @module companies
|
|
14
|
+
*/
|
|
15
|
+
import { searchToolConfigs, searchToolDefinitions } from './search.js';
|
|
16
|
+
import { crudToolConfigs, crudToolDefinitions } from './crud.js';
|
|
17
|
+
import { attributeToolConfigs, attributeToolDefinitions } from './attributes.js';
|
|
18
|
+
import { notesToolConfigs, notesToolDefinitions } from './notes.js';
|
|
19
|
+
import { relationshipToolConfigs, relationshipToolDefinitions } from './relationships.js';
|
|
20
|
+
import { batchToolConfigs, batchToolDefinitions } from './batch.js';
|
|
21
|
+
import { formatterConfigs, formatterToolDefinitions } from './formatters.js';
|
|
22
|
+
export declare const companyToolConfigs: {
|
|
23
|
+
details: import("../../tool-types.js").DetailsToolConfig;
|
|
24
|
+
json: import("../../tool-types.js").DetailsToolConfig;
|
|
25
|
+
basicInfo: import("../../tool-types.js").DetailsToolConfig;
|
|
26
|
+
contactInfo: import("../../tool-types.js").DetailsToolConfig;
|
|
27
|
+
businessInfo: import("../../tool-types.js").DetailsToolConfig;
|
|
28
|
+
socialInfo: import("../../tool-types.js").DetailsToolConfig;
|
|
29
|
+
batchCreate: import("../../tool-types.js").ToolConfig;
|
|
30
|
+
batchUpdate: import("../../tool-types.js").ToolConfig;
|
|
31
|
+
batchDelete: import("../../tool-types.js").ToolConfig;
|
|
32
|
+
batchSearch: import("../../tool-types.js").ToolConfig;
|
|
33
|
+
batchGetDetails: import("../../tool-types.js").ToolConfig;
|
|
34
|
+
searchByPeople: import("../../tool-types.js").ToolConfig;
|
|
35
|
+
searchByPeopleList: import("../../tool-types.js").ToolConfig;
|
|
36
|
+
searchByNotes: import("../../tool-types.js").ToolConfig;
|
|
37
|
+
listsForCompany: import("../../tool-types.js").ToolConfig;
|
|
38
|
+
notes: import("../../tool-types.js").NotesToolConfig;
|
|
39
|
+
createNote: import("../../tool-types.js").CreateNoteToolConfig;
|
|
40
|
+
fields: import("../../tool-types.js").ToolConfig;
|
|
41
|
+
customFields: import("../../tool-types.js").ToolConfig;
|
|
42
|
+
discoverAttributes: import("../../tool-types.js").ToolConfig;
|
|
43
|
+
getAttributes: import("../../tool-types.js").ToolConfig;
|
|
44
|
+
create: import("../../tool-types.js").ToolConfig;
|
|
45
|
+
update: import("../../tool-types.js").ToolConfig;
|
|
46
|
+
updateAttribute: import("../../tool-types.js").ToolConfig;
|
|
47
|
+
delete: import("../../tool-types.js").ToolConfig;
|
|
48
|
+
search: import("../../tool-types.js").SearchToolConfig;
|
|
49
|
+
searchByDomain: import("../../tool-types.js").SearchToolConfig;
|
|
50
|
+
smartSearch: import("../../tool-types.js").SearchToolConfig;
|
|
51
|
+
advancedSearch: import("../../tool-types.js").AdvancedSearchToolConfig;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Aggregated company tool definitions
|
|
55
|
+
* Maintains backward compatibility by exporting all tool definitions in a single array
|
|
56
|
+
*/
|
|
57
|
+
export declare const companyToolDefinitions: ({
|
|
58
|
+
name: string;
|
|
59
|
+
description: string;
|
|
60
|
+
inputSchema: {
|
|
61
|
+
type: string;
|
|
62
|
+
properties: {
|
|
63
|
+
query: {
|
|
64
|
+
type: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
filters?: undefined;
|
|
68
|
+
limit?: undefined;
|
|
69
|
+
offset?: undefined;
|
|
70
|
+
domain?: undefined;
|
|
71
|
+
};
|
|
72
|
+
required: string[];
|
|
73
|
+
};
|
|
74
|
+
} | {
|
|
75
|
+
name: string;
|
|
76
|
+
description: string;
|
|
77
|
+
inputSchema: {
|
|
78
|
+
type: string;
|
|
79
|
+
properties: {
|
|
80
|
+
filters: {
|
|
81
|
+
type: string;
|
|
82
|
+
description: string;
|
|
83
|
+
properties: {
|
|
84
|
+
filters: {
|
|
85
|
+
type: string;
|
|
86
|
+
description: string;
|
|
87
|
+
items: {
|
|
88
|
+
type: string;
|
|
89
|
+
properties: {
|
|
90
|
+
attribute: {
|
|
91
|
+
type: string;
|
|
92
|
+
properties: {
|
|
93
|
+
slug: {
|
|
94
|
+
type: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
required: string[];
|
|
99
|
+
};
|
|
100
|
+
condition: {
|
|
101
|
+
type: string;
|
|
102
|
+
description: string;
|
|
103
|
+
};
|
|
104
|
+
value: {
|
|
105
|
+
type: string[];
|
|
106
|
+
description: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
required: string[];
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
matchAny: {
|
|
113
|
+
type: string;
|
|
114
|
+
description: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
required: string[];
|
|
118
|
+
};
|
|
119
|
+
limit: {
|
|
120
|
+
type: string;
|
|
121
|
+
description: string;
|
|
122
|
+
};
|
|
123
|
+
offset: {
|
|
124
|
+
type: string;
|
|
125
|
+
description: string;
|
|
126
|
+
};
|
|
127
|
+
query?: undefined;
|
|
128
|
+
domain?: undefined;
|
|
129
|
+
};
|
|
130
|
+
required: string[];
|
|
131
|
+
};
|
|
132
|
+
} | {
|
|
133
|
+
name: string;
|
|
134
|
+
description: string;
|
|
135
|
+
inputSchema: {
|
|
136
|
+
type: string;
|
|
137
|
+
properties: {
|
|
138
|
+
domain: {
|
|
139
|
+
type: string;
|
|
140
|
+
description: string;
|
|
141
|
+
};
|
|
142
|
+
query?: undefined;
|
|
143
|
+
filters?: undefined;
|
|
144
|
+
limit?: undefined;
|
|
145
|
+
offset?: undefined;
|
|
146
|
+
};
|
|
147
|
+
required: string[];
|
|
148
|
+
};
|
|
149
|
+
} | {
|
|
150
|
+
name: string;
|
|
151
|
+
description: string;
|
|
152
|
+
inputSchema: {
|
|
153
|
+
type: string;
|
|
154
|
+
properties: {
|
|
155
|
+
companyId: {
|
|
156
|
+
type: string;
|
|
157
|
+
description: string;
|
|
158
|
+
};
|
|
159
|
+
uri: {
|
|
160
|
+
type: string;
|
|
161
|
+
description: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
required?: undefined;
|
|
165
|
+
};
|
|
166
|
+
} | {
|
|
167
|
+
name: string;
|
|
168
|
+
description: string;
|
|
169
|
+
inputSchema: {
|
|
170
|
+
type: string;
|
|
171
|
+
properties: {
|
|
172
|
+
companyId: {
|
|
173
|
+
type: string;
|
|
174
|
+
description: string;
|
|
175
|
+
};
|
|
176
|
+
uri?: undefined;
|
|
177
|
+
};
|
|
178
|
+
required: string[];
|
|
179
|
+
};
|
|
180
|
+
} | {
|
|
181
|
+
name: string;
|
|
182
|
+
description: string;
|
|
183
|
+
inputSchema: {
|
|
184
|
+
type: string;
|
|
185
|
+
properties: {
|
|
186
|
+
attributes: {
|
|
187
|
+
type: string;
|
|
188
|
+
description: string;
|
|
189
|
+
properties: {
|
|
190
|
+
name: {
|
|
191
|
+
type: string;
|
|
192
|
+
description: string;
|
|
193
|
+
};
|
|
194
|
+
website: {
|
|
195
|
+
type: string;
|
|
196
|
+
description: string;
|
|
197
|
+
};
|
|
198
|
+
description: {
|
|
199
|
+
type: string;
|
|
200
|
+
description: string;
|
|
201
|
+
};
|
|
202
|
+
industry: {
|
|
203
|
+
type: string;
|
|
204
|
+
description: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
companyId?: undefined;
|
|
209
|
+
attributeName?: undefined;
|
|
210
|
+
value?: undefined;
|
|
211
|
+
};
|
|
212
|
+
required: string[];
|
|
213
|
+
};
|
|
214
|
+
} | {
|
|
215
|
+
name: string;
|
|
216
|
+
description: string;
|
|
217
|
+
inputSchema: {
|
|
218
|
+
type: string;
|
|
219
|
+
properties: {
|
|
220
|
+
companyId: {
|
|
221
|
+
type: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
attributes: {
|
|
225
|
+
type: string;
|
|
226
|
+
description: string;
|
|
227
|
+
properties?: undefined;
|
|
228
|
+
};
|
|
229
|
+
attributeName?: undefined;
|
|
230
|
+
value?: undefined;
|
|
231
|
+
};
|
|
232
|
+
required: string[];
|
|
233
|
+
};
|
|
234
|
+
} | {
|
|
235
|
+
name: string;
|
|
236
|
+
description: string;
|
|
237
|
+
inputSchema: {
|
|
238
|
+
type: string;
|
|
239
|
+
properties: {
|
|
240
|
+
companyId: {
|
|
241
|
+
type: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
attributeName: {
|
|
245
|
+
type: string;
|
|
246
|
+
description: string;
|
|
247
|
+
};
|
|
248
|
+
value: {
|
|
249
|
+
description: string;
|
|
250
|
+
oneOf: {
|
|
251
|
+
type: string;
|
|
252
|
+
}[];
|
|
253
|
+
};
|
|
254
|
+
attributes?: undefined;
|
|
255
|
+
};
|
|
256
|
+
required: string[];
|
|
257
|
+
};
|
|
258
|
+
} | {
|
|
259
|
+
name: string;
|
|
260
|
+
description: string;
|
|
261
|
+
inputSchema: {
|
|
262
|
+
type: string;
|
|
263
|
+
properties: {
|
|
264
|
+
companyId: {
|
|
265
|
+
type: string;
|
|
266
|
+
description: string;
|
|
267
|
+
};
|
|
268
|
+
attributes?: undefined;
|
|
269
|
+
attributeName?: undefined;
|
|
270
|
+
value?: undefined;
|
|
271
|
+
};
|
|
272
|
+
required: string[];
|
|
273
|
+
};
|
|
274
|
+
} | {
|
|
275
|
+
name: string;
|
|
276
|
+
description: string;
|
|
277
|
+
inputSchema: {
|
|
278
|
+
type: string;
|
|
279
|
+
properties: {
|
|
280
|
+
companyId: {
|
|
281
|
+
type: string;
|
|
282
|
+
description: string;
|
|
283
|
+
};
|
|
284
|
+
fields: {
|
|
285
|
+
type: string;
|
|
286
|
+
items: {
|
|
287
|
+
type: string;
|
|
288
|
+
};
|
|
289
|
+
description: string;
|
|
290
|
+
};
|
|
291
|
+
customFieldNames?: undefined;
|
|
292
|
+
attributeName?: undefined;
|
|
293
|
+
};
|
|
294
|
+
required: string[];
|
|
295
|
+
};
|
|
296
|
+
} | {
|
|
297
|
+
name: string;
|
|
298
|
+
description: string;
|
|
299
|
+
inputSchema: {
|
|
300
|
+
type: string;
|
|
301
|
+
properties: {
|
|
302
|
+
companyId: {
|
|
303
|
+
type: string;
|
|
304
|
+
description: string;
|
|
305
|
+
};
|
|
306
|
+
customFieldNames: {
|
|
307
|
+
type: string[];
|
|
308
|
+
items: {
|
|
309
|
+
type: string;
|
|
310
|
+
};
|
|
311
|
+
description: string;
|
|
312
|
+
};
|
|
313
|
+
fields?: undefined;
|
|
314
|
+
attributeName?: undefined;
|
|
315
|
+
};
|
|
316
|
+
required: string[];
|
|
317
|
+
};
|
|
318
|
+
} | {
|
|
319
|
+
name: string;
|
|
320
|
+
description: string;
|
|
321
|
+
inputSchema: {
|
|
322
|
+
type: string;
|
|
323
|
+
properties: {
|
|
324
|
+
companyId?: undefined;
|
|
325
|
+
fields?: undefined;
|
|
326
|
+
customFieldNames?: undefined;
|
|
327
|
+
attributeName?: undefined;
|
|
328
|
+
};
|
|
329
|
+
required?: undefined;
|
|
330
|
+
};
|
|
331
|
+
} | {
|
|
332
|
+
name: string;
|
|
333
|
+
description: string;
|
|
334
|
+
inputSchema: {
|
|
335
|
+
type: string;
|
|
336
|
+
properties: {
|
|
337
|
+
companyId: {
|
|
338
|
+
type: string;
|
|
339
|
+
description: string;
|
|
340
|
+
};
|
|
341
|
+
attributeName: {
|
|
342
|
+
type: string;
|
|
343
|
+
description: string;
|
|
344
|
+
};
|
|
345
|
+
fields?: undefined;
|
|
346
|
+
customFieldNames?: undefined;
|
|
347
|
+
};
|
|
348
|
+
required: string[];
|
|
349
|
+
};
|
|
350
|
+
} | {
|
|
351
|
+
name: string;
|
|
352
|
+
description: string;
|
|
353
|
+
inputSchema: {
|
|
354
|
+
type: string;
|
|
355
|
+
properties: {
|
|
356
|
+
companyId: {
|
|
357
|
+
type: string;
|
|
358
|
+
description: string;
|
|
359
|
+
};
|
|
360
|
+
uri: {
|
|
361
|
+
type: string;
|
|
362
|
+
description: string;
|
|
363
|
+
};
|
|
364
|
+
title: {
|
|
365
|
+
type: string;
|
|
366
|
+
description: string;
|
|
367
|
+
};
|
|
368
|
+
content: {
|
|
369
|
+
type: string;
|
|
370
|
+
description: string;
|
|
371
|
+
};
|
|
372
|
+
limit?: undefined;
|
|
373
|
+
offset?: undefined;
|
|
374
|
+
};
|
|
375
|
+
required: string[];
|
|
376
|
+
};
|
|
377
|
+
} | {
|
|
378
|
+
name: string;
|
|
379
|
+
description: string;
|
|
380
|
+
inputSchema: {
|
|
381
|
+
type: string;
|
|
382
|
+
properties: {
|
|
383
|
+
peopleFilter: {
|
|
384
|
+
type: string;
|
|
385
|
+
description: string;
|
|
386
|
+
properties: {
|
|
387
|
+
filters: {
|
|
388
|
+
type: string;
|
|
389
|
+
description: string;
|
|
390
|
+
items: {
|
|
391
|
+
type: string;
|
|
392
|
+
properties: {
|
|
393
|
+
attribute: {
|
|
394
|
+
type: string;
|
|
395
|
+
properties: {
|
|
396
|
+
slug: {
|
|
397
|
+
type: string;
|
|
398
|
+
description: string;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
required: string[];
|
|
402
|
+
};
|
|
403
|
+
condition: {
|
|
404
|
+
type: string;
|
|
405
|
+
description: string;
|
|
406
|
+
};
|
|
407
|
+
value: {
|
|
408
|
+
type: string[];
|
|
409
|
+
description: string;
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
required: string[];
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
matchAny: {
|
|
416
|
+
type: string;
|
|
417
|
+
description: string;
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
required: string[];
|
|
421
|
+
};
|
|
422
|
+
limit: {
|
|
423
|
+
type: string;
|
|
424
|
+
description: string;
|
|
425
|
+
};
|
|
426
|
+
offset: {
|
|
427
|
+
type: string;
|
|
428
|
+
description: string;
|
|
429
|
+
};
|
|
430
|
+
listId?: undefined;
|
|
431
|
+
searchText?: undefined;
|
|
432
|
+
companyId?: undefined;
|
|
433
|
+
};
|
|
434
|
+
required: string[];
|
|
435
|
+
};
|
|
436
|
+
} | {
|
|
437
|
+
name: string;
|
|
438
|
+
description: string;
|
|
439
|
+
inputSchema: {
|
|
440
|
+
type: string;
|
|
441
|
+
properties: {
|
|
442
|
+
listId: {
|
|
443
|
+
type: string;
|
|
444
|
+
description: string;
|
|
445
|
+
};
|
|
446
|
+
limit: {
|
|
447
|
+
type: string;
|
|
448
|
+
description: string;
|
|
449
|
+
};
|
|
450
|
+
offset: {
|
|
451
|
+
type: string;
|
|
452
|
+
description: string;
|
|
453
|
+
};
|
|
454
|
+
peopleFilter?: undefined;
|
|
455
|
+
searchText?: undefined;
|
|
456
|
+
companyId?: undefined;
|
|
457
|
+
};
|
|
458
|
+
required: string[];
|
|
459
|
+
};
|
|
460
|
+
} | {
|
|
461
|
+
name: string;
|
|
462
|
+
description: string;
|
|
463
|
+
inputSchema: {
|
|
464
|
+
type: string;
|
|
465
|
+
properties: {
|
|
466
|
+
searchText: {
|
|
467
|
+
type: string;
|
|
468
|
+
description: string;
|
|
469
|
+
};
|
|
470
|
+
limit: {
|
|
471
|
+
type: string;
|
|
472
|
+
description: string;
|
|
473
|
+
};
|
|
474
|
+
offset: {
|
|
475
|
+
type: string;
|
|
476
|
+
description: string;
|
|
477
|
+
};
|
|
478
|
+
peopleFilter?: undefined;
|
|
479
|
+
listId?: undefined;
|
|
480
|
+
companyId?: undefined;
|
|
481
|
+
};
|
|
482
|
+
required: string[];
|
|
483
|
+
};
|
|
484
|
+
} | {
|
|
485
|
+
name: string;
|
|
486
|
+
description: string;
|
|
487
|
+
inputSchema: {
|
|
488
|
+
type: string;
|
|
489
|
+
properties: {
|
|
490
|
+
companyId: {
|
|
491
|
+
type: string;
|
|
492
|
+
description: string;
|
|
493
|
+
};
|
|
494
|
+
limit: {
|
|
495
|
+
type: string;
|
|
496
|
+
description: string;
|
|
497
|
+
};
|
|
498
|
+
peopleFilter?: undefined;
|
|
499
|
+
offset?: undefined;
|
|
500
|
+
listId?: undefined;
|
|
501
|
+
searchText?: undefined;
|
|
502
|
+
};
|
|
503
|
+
required: string[];
|
|
504
|
+
};
|
|
505
|
+
} | {
|
|
506
|
+
name: string;
|
|
507
|
+
description: string;
|
|
508
|
+
inputSchema: {
|
|
509
|
+
type: string;
|
|
510
|
+
properties: {
|
|
511
|
+
companies: {
|
|
512
|
+
type: string;
|
|
513
|
+
description: string;
|
|
514
|
+
items: {
|
|
515
|
+
type: string;
|
|
516
|
+
properties: {
|
|
517
|
+
name: {
|
|
518
|
+
type: string;
|
|
519
|
+
description: string;
|
|
520
|
+
};
|
|
521
|
+
website: {
|
|
522
|
+
type: string;
|
|
523
|
+
description: string;
|
|
524
|
+
};
|
|
525
|
+
description: {
|
|
526
|
+
type: string;
|
|
527
|
+
description: string;
|
|
528
|
+
};
|
|
529
|
+
industry: {
|
|
530
|
+
type: string;
|
|
531
|
+
description: string;
|
|
532
|
+
};
|
|
533
|
+
};
|
|
534
|
+
required: string[];
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
config: {
|
|
538
|
+
type: string;
|
|
539
|
+
description: string;
|
|
540
|
+
properties: {
|
|
541
|
+
maxBatchSize: {
|
|
542
|
+
type: string;
|
|
543
|
+
description: string;
|
|
544
|
+
};
|
|
545
|
+
continueOnError: {
|
|
546
|
+
type: string;
|
|
547
|
+
description: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
updates?: undefined;
|
|
552
|
+
companyIds?: undefined;
|
|
553
|
+
queries?: undefined;
|
|
554
|
+
};
|
|
555
|
+
required: string[];
|
|
556
|
+
};
|
|
557
|
+
} | {
|
|
558
|
+
name: string;
|
|
559
|
+
description: string;
|
|
560
|
+
inputSchema: {
|
|
561
|
+
type: string;
|
|
562
|
+
properties: {
|
|
563
|
+
updates: {
|
|
564
|
+
type: string;
|
|
565
|
+
description: string;
|
|
566
|
+
items: {
|
|
567
|
+
type: string;
|
|
568
|
+
properties: {
|
|
569
|
+
id: {
|
|
570
|
+
type: string;
|
|
571
|
+
description: string;
|
|
572
|
+
};
|
|
573
|
+
attributes: {
|
|
574
|
+
type: string;
|
|
575
|
+
description: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
required: string[];
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
config: {
|
|
582
|
+
type: string;
|
|
583
|
+
description: string;
|
|
584
|
+
properties?: undefined;
|
|
585
|
+
};
|
|
586
|
+
companies?: undefined;
|
|
587
|
+
companyIds?: undefined;
|
|
588
|
+
queries?: undefined;
|
|
589
|
+
};
|
|
590
|
+
required: string[];
|
|
591
|
+
};
|
|
592
|
+
} | {
|
|
593
|
+
name: string;
|
|
594
|
+
description: string;
|
|
595
|
+
inputSchema: {
|
|
596
|
+
type: string;
|
|
597
|
+
properties: {
|
|
598
|
+
companyIds: {
|
|
599
|
+
type: string;
|
|
600
|
+
description: string;
|
|
601
|
+
items: {
|
|
602
|
+
type: string;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
config: {
|
|
606
|
+
type: string;
|
|
607
|
+
description: string;
|
|
608
|
+
properties?: undefined;
|
|
609
|
+
};
|
|
610
|
+
companies?: undefined;
|
|
611
|
+
updates?: undefined;
|
|
612
|
+
queries?: undefined;
|
|
613
|
+
};
|
|
614
|
+
required: string[];
|
|
615
|
+
};
|
|
616
|
+
} | {
|
|
617
|
+
name: string;
|
|
618
|
+
description: string;
|
|
619
|
+
inputSchema: {
|
|
620
|
+
type: string;
|
|
621
|
+
properties: {
|
|
622
|
+
queries: {
|
|
623
|
+
type: string;
|
|
624
|
+
description: string;
|
|
625
|
+
items: {
|
|
626
|
+
type: string;
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
config: {
|
|
630
|
+
type: string;
|
|
631
|
+
description: string;
|
|
632
|
+
properties?: undefined;
|
|
633
|
+
};
|
|
634
|
+
companies?: undefined;
|
|
635
|
+
updates?: undefined;
|
|
636
|
+
companyIds?: undefined;
|
|
637
|
+
};
|
|
638
|
+
required: string[];
|
|
639
|
+
};
|
|
640
|
+
})[];
|
|
641
|
+
export { searchToolConfigs, searchToolDefinitions, crudToolConfigs, crudToolDefinitions, attributeToolConfigs, attributeToolDefinitions, notesToolConfigs, notesToolDefinitions, relationshipToolConfigs, relationshipToolDefinitions, batchToolConfigs, batchToolDefinitions, formatterConfigs, formatterToolDefinitions, };
|
|
642
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/handlers/tool-configs/companies/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACjE,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EACL,uBAAuB,EACvB,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAkC7E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQlC,CAAC;AAGF,OAAO,EAEL,iBAAiB,EACjB,qBAAqB,EAGrB,eAAe,EACf,mBAAmB,EAGnB,oBAAoB,EACpB,wBAAwB,EAGxB,gBAAgB,EAChB,oBAAoB,EAGpB,uBAAuB,EACvB,2BAA2B,EAG3B,gBAAgB,EAChB,oBAAoB,EAGpB,gBAAgB,EAChB,wBAAwB,GACzB,CAAC"}
|