@compass-labs/api-sdk 1.5.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,21 +2,8 @@
2
2
 
3
3
  Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@compass-labs/api-sdk* API.
4
4
 
5
- <div align="left" style="margin-bottom: 0;">
6
- <a href="https://www.speakeasy.com/?utm_source=@compass-labs/api-sdk&utm_campaign=typescript" class="badge-link">
7
- <span class="badge-container">
8
- <span class="badge-icon-section">
9
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 30 30" fill="none" style="vertical-align: middle;"><title>Speakeasy Logo</title><path fill="currentColor" d="m20.639 27.548-19.17-2.724L0 26.1l20.639 2.931 8.456-7.336-1.468-.208-6.988 6.062Z"></path><path fill="currentColor" d="m20.639 23.1 8.456-7.336-1.468-.207-6.988 6.06-6.84-.972-9.394-1.333-2.936-.417L0 20.169l2.937.416L0 23.132l20.639 2.931 8.456-7.334-1.468-.208-6.986 6.062-9.78-1.39 1.468-1.273 8.31 1.18Z"></path><path fill="currentColor" d="m20.639 18.65-19.17-2.724L0 17.201l20.639 2.931 8.456-7.334-1.468-.208-6.988 6.06Z"></path><path fill="currentColor" d="M27.627 6.658 24.69 9.205 20.64 12.72l-7.923-1.126L1.469 9.996 0 11.271l11.246 1.596-1.467 1.275-8.311-1.181L0 14.235l20.639 2.932 8.456-7.334-2.937-.418 2.937-2.549-1.468-.208Z"></path><path fill="currentColor" d="M29.095 3.902 8.456.971 0 8.305l20.639 2.934 8.456-7.337Z"></path></svg>
10
- </span>
11
- <span class="badge-text badge-text-section">BUILT BY SPEAKEASY</span>
12
- </span>
13
- </a>
14
- <a href="https://opensource.org/licenses/MIT" class="badge-link">
15
- <span class="badge-container blue">
16
- <span class="badge-text badge-text-section">LICENSE // MIT</span>
17
- </span>
18
- </a>
19
- </div>
5
+ [![Built by Speakeasy](https://img.shields.io/badge/Built_by-SPEAKEASY-374151?style=for-the-badge&labelColor=f3f4f6)](https://www.speakeasy.com/?utm_source=@compass-labs/api-sdk&utm_campaign=typescript)
6
+ [![License: MIT](https://img.shields.io/badge/LICENSE_//_MIT-3b5bdb?style=for-the-badge&labelColor=eff6ff)](https://opensource.org/licenses/MIT)
20
7
 
21
8
 
22
9
  <br /><br />
@@ -735,96 +722,3 @@ While we value open-source contributions to this SDK, this library is generated
735
722
  We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
736
723
 
737
724
  ### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@compass-labs/api-sdk&utm_campaign=typescript)
738
-
739
- <style>
740
- :root {
741
- --badge-gray-bg: #f3f4f6;
742
- --badge-gray-border: #d1d5db;
743
- --badge-gray-text: #374151;
744
- --badge-blue-bg: #eff6ff;
745
- --badge-blue-border: #3b82f6;
746
- --badge-blue-text: #3b82f6;
747
- }
748
-
749
- @media (prefers-color-scheme: dark) {
750
- :root {
751
- --badge-gray-bg: #374151;
752
- --badge-gray-border: #4b5563;
753
- --badge-gray-text: #f3f4f6;
754
- --badge-blue-bg: #1e3a8a;
755
- --badge-blue-border: #3b82f6;
756
- --badge-blue-text: #93c5fd;
757
- }
758
- }
759
-
760
- h1 {
761
- border-bottom: none !important;
762
- margin-bottom: 4px;
763
- margin-top: 0;
764
- letter-spacing: 0.5px;
765
- font-weight: 600;
766
- }
767
-
768
- .badge-text {
769
- letter-spacing: 1px;
770
- font-weight: 300;
771
- }
772
-
773
- .badge-container {
774
- display: inline-flex;
775
- align-items: center;
776
- background: var(--badge-gray-bg);
777
- border: 1px solid var(--badge-gray-border);
778
- border-radius: 6px;
779
- overflow: hidden;
780
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
781
- font-size: 11px;
782
- text-decoration: none;
783
- vertical-align: middle;
784
- }
785
-
786
- .badge-container.blue {
787
- background: var(--badge-blue-bg);
788
- border-color: var(--badge-blue-border);
789
- }
790
-
791
- .badge-icon-section {
792
- padding: 4px 8px;
793
- border-right: 1px solid var(--badge-gray-border);
794
- display: flex;
795
- align-items: center;
796
- }
797
-
798
- .badge-text-section {
799
- padding: 4px 10px;
800
- color: var(--badge-gray-text);
801
- font-weight: 400;
802
- }
803
-
804
- .badge-container.blue .badge-text-section {
805
- color: var(--badge-blue-text);
806
- }
807
-
808
- .badge-link {
809
- text-decoration: none;
810
- margin-left: 8px;
811
- display: inline-flex;
812
- vertical-align: middle;
813
- }
814
-
815
- .badge-link:hover {
816
- text-decoration: none;
817
- }
818
-
819
- .badge-link:first-child {
820
- margin-left: 0;
821
- }
822
-
823
- .badge-icon-section svg {
824
- color: var(--badge-gray-text);
825
- }
826
-
827
- .badge-container.blue .badge-icon-section svg {
828
- color: var(--badge-blue-text);
829
- }
830
- </style>
package/bin/mcp-server.js CHANGED
@@ -34414,9 +34414,9 @@ var init_config = __esm(() => {
34414
34414
  SDK_METADATA = {
34415
34415
  language: "typescript",
34416
34416
  openapiDocVersion: "0.0.1",
34417
- sdkVersion: "1.1.2",
34418
- genVersion: "2.753.7",
34419
- userAgent: "speakeasy-sdk/typescript 1.1.2 2.753.7 0.0.1 @compass-labs/api-sdk"
34417
+ sdkVersion: "2.0.0",
34418
+ genVersion: "2.755.6",
34419
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.755.6 0.0.1 @compass-labs/api-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -54933,7 +54933,7 @@ The user position is only included if 'user_address' parameter is included.`,
54933
54933
  function createMCPServer(deps) {
54934
54934
  const server = new McpServer({
54935
54935
  name: "CompassApiSDK",
54936
- version: "1.1.2"
54936
+ version: "2.0.0"
54937
54937
  });
54938
54938
  const client = new CompassApiSDKCore({
54939
54939
  apiKeyAuth: deps.apiKeyAuth,
@@ -56323,7 +56323,7 @@ var routes = ln({
56323
56323
  var app = _e(routes, {
56324
56324
  name: "mcp",
56325
56325
  versionInfo: {
56326
- currentVersion: "1.1.2"
56326
+ currentVersion: "2.0.0"
56327
56327
  }
56328
56328
  });
56329
56329
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -56331,5 +56331,5 @@ export {
56331
56331
  app
56332
56332
  };
56333
56333
 
56334
- //# debugId=6645536E5BE93A5464756E2164756E21
56334
+ //# debugId=347B4F3C6B7B667464756E2164756E21
56335
56335
  //# sourceMappingURL=mcp-server.js.map