Skip to content

Commit 429b8a8

Browse files
authored
Merge pull request #24 from sentdm/release-please--branches--main--changes--next--components--sentdm
release: 0.13.0
2 parents bb1a717 + c46e8a1 commit 429b8a8

26 files changed

Lines changed: 223 additions & 224 deletions

.release-please-manifest.json

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

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 40
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-38aaadafbb2bf0c5d5bb9330a0a5e7a89052fe3e791569c8a12051e040193edf.yml
3-
openapi_spec_hash: 2d35c1223beebaf2c1b8d8a474cbf7c2
4-
config_hash: ad652575976c2c8db09e4575778f0e77
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-294831f61f7890b2cdb89d181f26297732387d5e1288f446c0138e46fb1a4608.yml
3+
openapi_spec_hash: a7f20451621ee678fbe09ff7a297b3ea
4+
config_hash: 497506d9e2e66cd0573bd9c1f1242462

CHANGELOG.md

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

3+
## 0.13.0 (2026-03-12)
4+
5+
Full Changelog: [v0.12.0...v0.13.0](https://github.com/sentdm/sent-dm-typescript/compare/v0.12.0...v0.13.0)
6+
7+
### Features
8+
9+
* **api:** api update ([ef4e9a1](https://github.com/sentdm/sent-dm-typescript/commit/ef4e9a1c7a7337b476b7914420d3172093a1bb6e))
10+
* **api:** api update ([6fb0dd3](https://github.com/sentdm/sent-dm-typescript/commit/6fb0dd3c440c26ad9c05812a84e57b0ae123ae54))
11+
* **api:** api update ([a04f52c](https://github.com/sentdm/sent-dm-typescript/commit/a04f52c87dc9fccd6c8c2ecba9c0b8944c41f218))
12+
* **api:** api update ([239c385](https://github.com/sentdm/sent-dm-typescript/commit/239c38532511dc57c29f8796f1e641fb6267dc6d))
13+
* **api:** manual updates ([ae44913](https://github.com/sentdm/sent-dm-typescript/commit/ae449134418fee998751bb5dfc2976df069749e0))
14+
* **api:** manual updates ([8abf3df](https://github.com/sentdm/sent-dm-typescript/commit/8abf3df62ef06a454b3e892840a1d73aa404380e))
15+
316
## 0.12.0 (2026-03-11)
417

518
Full Changelog: [v0.11.0...v0.12.0](https://github.com/sentdm/sent-dm-typescript/compare/v0.11.0...v0.12.0)

api.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# Shared
2-
3-
Types:
4-
5-
- <code><a href="./src/resources/shared.ts">BaseDto</a></code>
6-
71
# Webhooks
82

93
Types:
104

115
- <code><a href="./src/resources/webhooks.ts">APIError</a></code>
126
- <code><a href="./src/resources/webhooks.ts">APIMeta</a></code>
137
- <code><a href="./src/resources/webhooks.ts">APIResponseWebhook</a></code>
14-
- <code><a href="./src/resources/webhooks.ts">MutationRequestBase</a></code>
8+
- <code><a href="./src/resources/webhooks.ts">MutationRequest</a></code>
159
- <code><a href="./src/resources/webhooks.ts">PaginationMeta</a></code>
1610
- <code><a href="./src/resources/webhooks.ts">WebhookResponse</a></code>
1711
- <code><a href="./src/resources/webhooks.ts">WebhookListResponse</a></code>
@@ -90,7 +84,7 @@ Types:
9084
- <code><a href="./src/resources/profiles/profiles.ts">TcrBrandRelationship</a></code>
9185
- <code><a href="./src/resources/profiles/profiles.ts">TcrVertical</a></code>
9286
- <code><a href="./src/resources/profiles/profiles.ts">ProfileListResponse</a></code>
93-
- <code><a href="./src/resources/profiles/profiles.ts">ProfileCompleteSetupResponse</a></code>
87+
- <code><a href="./src/resources/profiles/profiles.ts">ProfileCompleteResponse</a></code>
9488

9589
Methods:
9690

@@ -99,13 +93,14 @@ Methods:
9993
- <code title="patch /v3/profiles/{profileId}">client.profiles.<a href="./src/resources/profiles/profiles.ts">update</a>(profileID, { ...params }) -> APIResponseOfProfileDetail</code>
10094
- <code title="get /v3/profiles">client.profiles.<a href="./src/resources/profiles/profiles.ts">list</a>({ ...params }) -> ProfileListResponse</code>
10195
- <code title="delete /v3/profiles/{profileId}">client.profiles.<a href="./src/resources/profiles/profiles.ts">delete</a>(profileID, { ...params }) -> void</code>
102-
- <code title="post /v3/profiles/{profileId}/complete">client.profiles.<a href="./src/resources/profiles/profiles.ts">completeSetup</a>(profileID, { ...params }) -> unknown</code>
96+
- <code title="post /v3/profiles/{profileId}/complete">client.profiles.<a href="./src/resources/profiles/profiles.ts">complete</a>(profileID, { ...params }) -> unknown</code>
10397

10498
## Campaigns
10599

106100
Types:
107101

108102
- <code><a href="./src/resources/profiles/campaigns.ts">APIResponseOfTcrCampaignWithUseCases</a></code>
103+
- <code><a href="./src/resources/profiles/campaigns.ts">BaseDto</a></code>
109104
- <code><a href="./src/resources/profiles/campaigns.ts">CampaignData</a></code>
110105
- <code><a href="./src/resources/profiles/campaigns.ts">MessagingUseCaseUs</a></code>
111106
- <code><a href="./src/resources/profiles/campaigns.ts">SentDmServicesEndpointsCustomerApIv3ContractsRequestsCampaignsCampaignUseCaseData</a></code>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentdm/sentdm",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "The official TypeScript library for the Sent Dm API",
55
"author": "Sent Dm <support@sent.dm>",
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": "@sentdm/sentdm-mcp",
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"description": "The official MCP Server for the Sent Dm API",
66
"author": {
77
"name": "Sent Dm",

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": "@sentdm/sentdm-mcp",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "The official MCP Server for the Sent Dm API",
55
"author": "Sent Dm <support@sent.dm>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/code-tool-worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const fuse = new Fuse(
124124
'client.templates.list',
125125
'client.templates.retrieve',
126126
'client.templates.update',
127-
'client.profiles.completeSetup',
127+
'client.profiles.complete',
128128
'client.profiles.create',
129129
'client.profiles.delete',
130130
'client.profiles.list',

packages/mcp-server/src/methods.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export const sdkMethods: SdkMethod[] = [
161161
httpPath: '/v3/profiles/{profileId}',
162162
},
163163
{
164-
clientCallName: 'client.profiles.completeSetup',
165-
fullyQualifiedName: 'profiles.completeSetup',
164+
clientCallName: 'client.profiles.complete',
165+
fullyQualifiedName: 'profiles.complete',
166166
httpMethod: 'post',
167167
httpPath: '/v3/profiles/{profileId}/complete',
168168
},

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020
new McpServer(
2121
{
2222
name: 'sentdm_sentdm_api',
23-
version: '0.12.0',
23+
version: '0.13.0',
2424
},
2525
{
2626
instructions: await getInstructions(stainlessApiKey),

0 commit comments

Comments
 (0)