Skip to content

Commit 93b7326

Browse files
Merge pull request #106 from theopenlane/chore/docs-generate-1772216462
chore: generated api docs update
2 parents 5b1f3ee + bd47327 commit 93b7326

6 files changed

Lines changed: 6765 additions & 1116 deletions

File tree

docs/docs/api/graph-api/enums.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,48 @@ Properties by which ControlCategory connections can be ordered.
11051105
</tbody>
11061106
</table>
11071107

1108+
## ControlControlImplementationStatus
1109+
1110+
ControlControlImplementationStatus is enum for the field implementation_status
1111+
1112+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
1113+
1114+
<table>
1115+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
1116+
<tbody>
1117+
<tr>
1118+
<td>PLANNED</td>
1119+
<td>
1120+
1121+
</td>
1122+
</tr>
1123+
<tr>
1124+
<td>IMPLEMENTED</td>
1125+
<td>
1126+
1127+
</td>
1128+
</tr>
1129+
<tr>
1130+
<td>PARTIALLY_IMPLEMENTED</td>
1131+
<td>
1132+
1133+
</td>
1134+
</tr>
1135+
<tr>
1136+
<td>INHERITED</td>
1137+
<td>
1138+
1139+
</td>
1140+
</tr>
1141+
<tr>
1142+
<td>NOT_APPLICABLE</td>
1143+
<td>
1144+
1145+
</td>
1146+
</tr>
1147+
</tbody>
1148+
</table>
1149+
11081150
## ControlControlSource
11091151

11101152
ControlControlSource is enum for the field source
@@ -3128,6 +3170,12 @@ ExportExportType is enum for the field export_type
31283170
<td>SUBSCRIBER</td>
31293171
<td>
31303172

3173+
</td>
3174+
</tr>
3175+
<tr>
3176+
<td>SYSTEM_DETAIL</td>
3177+
<td>
3178+
31313179
</td>
31323180
</tr>
31333181
<tr>
@@ -6337,6 +6385,48 @@ StandardStandardStatus is enum for the field status
63376385
</tbody>
63386386
</table>
63396387

6388+
## SubcontrolControlImplementationStatus
6389+
6390+
SubcontrolControlImplementationStatus is enum for the field implementation_status
6391+
6392+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
6393+
6394+
<table>
6395+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
6396+
<tbody>
6397+
<tr>
6398+
<td>PLANNED</td>
6399+
<td>
6400+
6401+
</td>
6402+
</tr>
6403+
<tr>
6404+
<td>IMPLEMENTED</td>
6405+
<td>
6406+
6407+
</td>
6408+
</tr>
6409+
<tr>
6410+
<td>PARTIALLY_IMPLEMENTED</td>
6411+
<td>
6412+
6413+
</td>
6414+
</tr>
6415+
<tr>
6416+
<td>INHERITED</td>
6417+
<td>
6418+
6419+
</td>
6420+
</tr>
6421+
<tr>
6422+
<td>NOT_APPLICABLE</td>
6423+
<td>
6424+
6425+
</td>
6426+
</tr>
6427+
</tbody>
6428+
</table>
6429+
63406430
## SubcontrolControlSource
63416431

63426432
SubcontrolControlSource is enum for the field source
@@ -6589,6 +6679,72 @@ Properties by which Subscriber connections can be ordered.
65896679
</tbody>
65906680
</table>
65916681

6682+
## SystemDetailOrderField
6683+
6684+
Properties by which SystemDetail connections can be ordered.
6685+
6686+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
6687+
6688+
<table>
6689+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
6690+
<tbody>
6691+
<tr>
6692+
<td>created_at</td>
6693+
<td>
6694+
6695+
</td>
6696+
</tr>
6697+
<tr>
6698+
<td>updated_at</td>
6699+
<td>
6700+
6701+
</td>
6702+
</tr>
6703+
<tr>
6704+
<td>system_name</td>
6705+
<td>
6706+
6707+
</td>
6708+
</tr>
6709+
</tbody>
6710+
</table>
6711+
6712+
## SystemDetailSystemSensitivityLevel
6713+
6714+
SystemDetailSystemSensitivityLevel is enum for the field sensitivity_level
6715+
6716+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
6717+
6718+
<table>
6719+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
6720+
<tbody>
6721+
<tr>
6722+
<td>LOW</td>
6723+
<td>
6724+
6725+
</td>
6726+
</tr>
6727+
<tr>
6728+
<td>MODERATE</td>
6729+
<td>
6730+
6731+
</td>
6732+
</tr>
6733+
<tr>
6734+
<td>HIGH</td>
6735+
<td>
6736+
6737+
</td>
6738+
</tr>
6739+
<tr>
6740+
<td>UNKNOWN</td>
6741+
<td>
6742+
6743+
</td>
6744+
</tr>
6745+
</tbody>
6746+
</table>
6747+
65926748
## TagDefinitionOrderField
65936749

65946750
Properties by which TagDefinition connections can be ordered.

0 commit comments

Comments
 (0)