From 17b3504673b9f3df9e09e34e0cac8887821fa950 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:57:48 +0000 Subject: [PATCH] feat(api): update via SDK Studio (#3) --- README.md | 2 +- SECURITY.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac2934e..2d87af6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides convenient access to the Studio SDK REST API from server-side TypeScript or JavaScript. -The REST API documentation can be found [on docs.studio-sdk.com](https://docs.studio-sdk.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found [on docs.clearstreet.io](https://docs.clearstreet.io). The full API of this library can be found in [api.md](api.md). It is generated with [Stainless](https://www.stainlessapi.com/). diff --git a/SECURITY.md b/SECURITY.md index 8348dfd..955c2d6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,7 +20,7 @@ or products provided by Studio SDK please follow the respective company's securi ### Studio SDK Terms and Policies -Please contact dev-feedback@studio-sdk.com for any questions or concerns regarding security of our services. +Please contact studiosupport@clearstreet.io for any questions or concerns regarding security of our services. --- diff --git a/package.json b/package.json index 78d5770..01af631 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "studio-sdk", "version": "0.0.1-alpha.1", "description": "The official TypeScript library for the Studio SDK API", - "author": "Studio SDK ", + "author": "Studio SDK ", "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs",