Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.30.0"
".": "0.31.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-67e4ffa39d74649a6ae6b21e9f86cffa83c8a02d640ca6b4d4a3e619b54fbd38.yml
openapi_spec_hash: 762e7ea7ae23297cc6b01f600a485410
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5fa88d5279ee91162b7b446f7612fd1e49b5c14e958aeef151e6e942af699286.yml
openapi_spec_hash: b2746128fd1c16d64946e99b2b0137b9
config_hash: 4cd3173ea1cce7183640aae49cfbb374
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.31.0 (2026-03-18)

Full Changelog: [v0.30.0...v0.31.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.30.0...v0.31.0)

### Features

* **api:** api update ([c9407d3](https://github.com/brand-dot-dev/typescript-sdk/commit/c9407d37f3ec77088864397488aad4d95de72452))

## 0.30.0 (2026-03-18)

Full Changelog: [v0.29.3...v0.30.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.29.3...v0.30.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brand.dev",
"version": "0.30.0",
"version": "0.31.0",
"description": "The official TypeScript library for the Brand Dev API",
"author": "Brand Dev <hello@brand.dev>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "brand.dev-mcp",
"version": "0.30.0",
"version": "0.31.0",
"description": "The official MCP Server for the Brand Dev API",
"author": {
"name": "Brand Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brand.dev-mcp",
"version": "0.30.0",
"version": "0.31.0",
"description": "The official MCP Server for the Brand Dev API",
"author": "Brand Dev <hello@brand.dev>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
new McpServer(
{
name: 'brand_dev_api',
version: '0.30.0',
version: '0.31.0',
},
{
instructions: await getInstructions(stainlessApiKey),
Expand Down
18 changes: 18 additions & 0 deletions src/resources/brand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4875,6 +4875,7 @@ export interface BrandRetrieveParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -4894,6 +4895,7 @@ export interface BrandRetrieveParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -4916,6 +4918,7 @@ export interface BrandRetrieveParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down Expand Up @@ -5382,6 +5385,7 @@ export interface BrandIdentifyFromTransactionParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -5401,6 +5405,7 @@ export interface BrandIdentifyFromTransactionParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -5423,6 +5428,7 @@ export interface BrandIdentifyFromTransactionParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down Expand Up @@ -5510,6 +5516,7 @@ export interface BrandRetrieveByEmailParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -5529,6 +5536,7 @@ export interface BrandRetrieveByEmailParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -5551,6 +5559,7 @@ export interface BrandRetrieveByEmailParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down Expand Up @@ -5590,6 +5599,7 @@ export interface BrandRetrieveByIsinParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -5609,6 +5619,7 @@ export interface BrandRetrieveByIsinParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -5631,6 +5642,7 @@ export interface BrandRetrieveByIsinParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down Expand Up @@ -5914,6 +5926,7 @@ export interface BrandRetrieveByNameParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -5933,6 +5946,7 @@ export interface BrandRetrieveByNameParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -5955,6 +5969,7 @@ export interface BrandRetrieveByNameParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down Expand Up @@ -5993,6 +6008,7 @@ export interface BrandRetrieveByTickerParams {
| 'azeri'
| 'bengali'
| 'bulgarian'
| 'cantonese'
| 'cebuano'
| 'croatian'
| 'czech'
Expand All @@ -6012,6 +6028,7 @@ export interface BrandRetrieveByTickerParams {
| 'indonesian'
| 'italian'
| 'kazakh'
| 'korean'
| 'kyrgyz'
| 'latin'
| 'latvian'
Expand All @@ -6034,6 +6051,7 @@ export interface BrandRetrieveByTickerParams {
| 'swahili'
| 'swedish'
| 'tagalog'
| 'thai'
| 'turkish'
| 'ukrainian'
| 'urdu'
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.30.0'; // x-release-please-version
export const VERSION = '0.31.0'; // x-release-please-version
Loading