@supermodeltools/openapi-spec 0.9.5 → 0.10.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/openapi.yaml +3 -3
- 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.
|
|
5
|
+
version: 0.10.0
|
|
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:
|
|
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
|
-
|
|
822
|
+
contains: 1
|
|
823
823
|
domainCount: 2
|
|
824
824
|
subdomainCount: 1
|
|
825
825
|
assignedFileCount: 1
|