@supermodeltools/openapi-spec 0.9.5 → 0.9.6

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 (2) hide show
  1. package/openapi.yaml +3 -3
  2. package/package.json +1 -1
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.5
5
+ version: 0.9.6
6
6
  license:
7
7
  name: Supermodel API Terms of Service
8
8
  url: https://supermodeltools.com/legal/api-terms
@@ -750,7 +750,7 @@ paths:
750
750
  description: Processes payment transactions
751
751
  relationships:
752
752
  - id: domain:BillingAccount->contains->subdomain:BillingAccount:PaymentProcessing
753
- type: CONTAINS
753
+ type: contains
754
754
  startNode: domain:BillingAccount
755
755
  endNode: subdomain:BillingAccount:PaymentProcessing
756
756
  properties: {}
@@ -819,7 +819,7 @@ paths:
819
819
  Domain: 2
820
820
  Subdomain: 1
821
821
  relationshipTypes:
822
- CONTAINS: 1
822
+ contains: 1
823
823
  domainCount: 2
824
824
  subdomainCount: 1
825
825
  assignedFileCount: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supermodeltools/openapi-spec",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "Supermodel Public OpenAPI Specification",
5
5
  "main": "openapi.yaml",
6
6
  "files": [