Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pnpm dlx mintlify dev

## Changelog

See `changelog.mdx` for versioned documentation updates. The current documentation version is `v0.24.2`.
See `changelog.mdx` for versioned documentation updates. The current documentation version is `v0.24.3`.

---

Expand Down
2 changes: 1 addition & 1 deletion api-reference-backup/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Lensmor API",
"version": "0.24.2",
"version": "0.24.3",
"description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.",
"license": {
"name": "Lensmor Terms of Service",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Lensmor API",
"version": "0.24.2",
"version": "0.24.3",
"description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.",
"license": {
"name": "Lensmor Terms of Service",
Expand Down
10 changes: 10 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ description: "Versioned Lensmor API documentation updates, newly documented endp

Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations.

## v0.24.3

Released August 6, 2026.

### Changed

- Refreshed the current documentation version after the July attendee-source and visitor-availability documentation update.
- Regenerated machine-readable documentation resources so `openapi.json` and `llms-full.txt` report the current documentation version.
- Updated OpenAPI metadata to version `0.24.3`.

## v0.24.2

Released July 30, 2026.
Expand Down
2 changes: 1 addition & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build event and attendee intelligence workflows with the Lensmor API. Use it to

Use this documentation to authenticate, make your first request, and integrate Lensmor event, exhibitor, personnel, contact, and recommendation resources into your own workflows.

Current documentation version: `v0.24.2`
Current documentation version: `v0.24.3`

## Base URL
`https://platform.lensmor.com`
Expand Down
12 changes: 11 additions & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build event and attendee intelligence workflows with the Lensmor API. Use it to

Use this documentation to authenticate, make your first request, and integrate Lensmor event, exhibitor, personnel, contact, and recommendation resources into your own workflows.

Current documentation version: `v0.24.2`
Current documentation version: `v0.24.3`

## Base URL
`https://platform.lensmor.com`
Expand Down Expand Up @@ -209,6 +209,16 @@ Source: /changelog

Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations.

## v0.24.3

Released August 6, 2026.

### Changed

- Refreshed the current documentation version after the July attendee-source and visitor-availability documentation update.
- Regenerated machine-readable documentation resources so `openapi.json` and `llms-full.txt` report the current documentation version.
- Updated OpenAPI metadata to version `0.24.3`.

## v0.24.2

Released July 30, 2026.
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Lensmor API",
"version": "0.24.2",
"version": "0.24.3",
"description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.",
"license": {
"name": "Lensmor Terms of Service",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_sync_public_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_public_openapi_has_descriptions_and_examples(self) -> None:

def test_company_search_contract_matches_current_credit_rule(self) -> None:
spec = json.loads(self.sync.OPENAPI_SOURCE.read_text(encoding="utf-8"))
self.assertEqual(spec["info"]["version"], "0.24.2")
self.assertEqual(spec["info"]["version"], "0.24.3")

company_search = spec["paths"]["/external/exhibitors/search-by-company-name"]["post"]
self.assertIn("non-empty", company_search["description"])
Expand Down
2 changes: 1 addition & 1 deletion zh-Hans/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "使用 Lensmor API 构建展会与参会人员洞察、参展商

使用 Lensmor API 构建展会与参会人员洞察工作流。你可以发现展会、评估展会匹配度、查看参展商和参会人员来源,在数据可用时访问注册 Visitor,并在需要行动时解锁联系方式。

当前文档版本:`v0.24.2`
当前文档版本:`v0.24.3`

## Base URL

Expand Down
Loading