@supermodeltools/openapi-spec 0.9.6 → 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.
Files changed (3) hide show
  1. package/README.md +10 -0
  2. package/openapi.yaml +1 -10
  3. 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
+ [![mcp](https://img.shields.io/github/stars/supermodeltools/mcp?style=social)](https://github.com/supermodeltools/mcp)  [![mcpbr](https://img.shields.io/github/stars/supermodeltools/mcpbr?style=social)](https://github.com/supermodeltools/mcpbr)  [![typescript-sdk](https://img.shields.io/github/stars/supermodeltools/typescript-sdk?style=social)](https://github.com/supermodeltools/typescript-sdk)  [![arch-docs](https://img.shields.io/github/stars/supermodeltools/arch-docs?style=social)](https://github.com/supermodeltools/arch-docs)  [![dead-code-hunter](https://img.shields.io/github/stars/supermodeltools/dead-code-hunter?style=social)](https://github.com/supermodeltools/dead-code-hunter)  [![Uncompact](https://img.shields.io/github/stars/supermodeltools/Uncompact?style=social)](https://github.com/supermodeltools/Uncompact)  [![narsil-mcp](https://img.shields.io/github/stars/supermodeltools/narsil-mcp?style=social)](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.9.6
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supermodeltools/openapi-spec",
3
- "version": "0.9.6",
3
+ "version": "0.11.2",
4
4
  "description": "Supermodel Public OpenAPI Specification",
5
5
  "main": "openapi.yaml",
6
6
  "files": [