Skip to content

Commit e938231

Browse files
Merge pull request #31 from CASParser/release-please--branches--main--changes--next--components--cas-parser-node
release: 1.16.0
2 parents 3e235e2 + 3de36e6 commit e938231

10 files changed

Lines changed: 26 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.0"
2+
".": "1.16.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml
3-
openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml
3+
openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39
44
config_hash: 5509bb7a961ae2e79114b24c381606d4

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.16.0 (2026-08-02)
4+
5+
Full Changelog: [v1.15.0...v1.16.0](https://github.com/CASParser/cas-parser-node/compare/v1.15.0...v1.16.0)
6+
7+
### Features
8+
9+
* **api:** api update ([114b8f7](https://github.com/CASParser/cas-parser-node/commit/114b8f71fee4299efa0ecc73de6c269537a3747c))
10+
311
## 1.15.0 (2026-07-26)
412

513
Full Changelog: [v1.14.0...v1.15.0](https://github.com/CASParser/cas-parser-node/compare/v1.14.0...v1.15.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cas-parser-node",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "The official TypeScript library for the Cas Parser API",
55
"author": "Cas Parser <sameer@casparser.in>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "cas-parser-node-mcp",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"description": "The official MCP Server for the Cas Parser API",
66
"author": {
77
"name": "Cas Parser",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cas-parser-node-mcp",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "The official MCP Server for the Cas Parser API",
55
"author": "Cas Parser <sameer@casparser.in>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/local-docs-search.ts

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'cas_parser_node_api',
31-
version: '1.15.0',
31+
version: '1.16.0',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/resources/cams-kfintech.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,12 @@ export namespace UnifiedResponse {
761761
*/
762762
close_units?: number | null;
763763

764+
/**
765+
* Whether the scheme is held in demat form (CAMS/KFintech). true = Demat, false =
766+
* Non-Demat, null = not specified.
767+
*/
768+
is_demat?: boolean | null;
769+
764770
/**
765771
* Opening balance units for the statement period
766772
*/

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.15.0'; // x-release-please-version
1+
export const VERSION = '1.16.0'; // x-release-please-version

0 commit comments

Comments
 (0)