@supermodeltools/openapi-spec 0.10.0 → 0.11.2
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 +10 -0
- package/openapi.yaml +1 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
OpenAPI 3.0 specification for the [Supermodel API](https://docs.supermodeltools.com) - code graphing and static analysis.
|
|
8
8
|
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## ⭐ Star the Supermodel Ecosystem
|
|
12
|
+
|
|
13
|
+
If this is useful, please star our tools — it helps us grow:
|
|
14
|
+
|
|
15
|
+
[](https://github.com/supermodeltools/mcp) [](https://github.com/supermodeltools/mcpbr) [](https://github.com/supermodeltools/typescript-sdk) [](https://github.com/supermodeltools/arch-docs) [](https://github.com/supermodeltools/dead-code-hunter) [](https://github.com/supermodeltools/Uncompact) [](https://github.com/supermodeltools/narsil-mcp)
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
9
19
|
## Install
|
|
10
20
|
|
|
11
21
|
```bash
|
package/openapi.yaml
CHANGED
|
@@ -2,7 +2,7 @@ openapi: 3.0.0
|
|
|
2
2
|
info:
|
|
3
3
|
title: Supermodel
|
|
4
4
|
description: Code Graphing & Analysis API
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.11.2
|
|
6
6
|
license:
|
|
7
7
|
name: Supermodel API Terms of Service
|
|
8
8
|
url: https://supermodeltools.com/legal/api-terms
|
|
@@ -2083,15 +2083,6 @@ components:
|
|
|
2083
2083
|
in: header
|
|
2084
2084
|
name: X-Api-Key
|
|
2085
2085
|
description: API key issued by the control plane for accessing data plane resources.
|
|
2086
|
-
BearerAuth:
|
|
2087
|
-
type: http
|
|
2088
|
-
scheme: bearer
|
|
2089
|
-
description: HTTP Bearer authentication using an OAuth provider-issued access token presented via the Authorization header.
|
|
2090
|
-
StripeSecret:
|
|
2091
|
-
type: apiKey
|
|
2092
|
-
in: header
|
|
2093
|
-
name: Stripe-Secret
|
|
2094
|
-
description: Shared secret used to authorize Stripe webhook callbacks.
|
|
2095
2086
|
parameters:
|
|
2096
2087
|
IdempotencyKey:
|
|
2097
2088
|
name: Idempotency-Key
|