feat(weclapp): add quotations, recurring invoices and opportunities tools#342
Merged
Merged
Conversation
…ools Expands the weclapp adapter (6 -> 11 tools) with the entities a trial customer asked for, with endpoint paths verified live against a real weclapp v2 tenant (read-only probe) — not guessed: - weclapp_list_quotations / weclapp_get_quotation -> /quotation (note: weclapp v2 uses /quotation, NOT /salesQuotation which 404s) - weclapp_list_recurring_invoices / weclapp_get_recurring_invoice -> /recurringInvoice (Abo-/wiederkehrende Rechnungen) - weclapp_list_opportunities -> /opportunity (CRM Verkaufschancen) Same corrected parameter conventions as the rest of the adapter (-notnull= empty-value filter syntax, generic 'properties' description that warns against requesting non-existent fields, epoch-ms dates).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expands the weclapp adapter (6 → 11 tools) with entities a trial customer needs (Angebote, wiederkehrende Rechnungen, Verkaufschancen). Endpoint paths were verified live against a real weclapp v2 tenant with a read-only probe — which corrected a wrong assumption: weclapp v2 uses
/quotation, not/salesQuotation(404).weclapp_list_quotations/weclapp_get_quotation/quotationweclapp_list_recurring_invoices/weclapp_get_recurring_invoice/recurringInvoiceweclapp_list_opportunities/opportunityUses the same corrected conventions as the rest of the adapter (
-notnull=empty-value filter syntax, a genericpropertiesdescription warning against non-existent fields, epoch-ms dates).Note: existing installed weclapp connectors get these via the catalog re-sync feature (PR #339) — adding tools is a structural update, surfaced as 'update available' / applied via
POST :id/resync-catalog.Test plan