Member Junction
Preparing search index...
@memberjunction/db-auto-doc
SanityCheckRecord
Interface SanityCheckRecord
interface
SanityCheckRecord
{
checkType
:
"dependency_level"
|
"schema_level"
|
"cross_schema"
;
hasMaterialIssues
:
boolean
;
issuesFound
:
number
;
promptInput
?:
string
;
promptOutput
?:
string
;
result
:
"no_issues"
|
"issues_corrected"
|
"issues_flagged"
;
scope
:
string
;
tablesAffected
:
string
[]
;
timestamp
:
string
;
tokensUsed
:
number
;
}
Index
Properties
check
Type
has
Material
Issues
issues
Found
prompt
Input?
prompt
Output?
result
scope
tables
Affected
timestamp
tokens
Used
Properties
check
Type
checkType
:
"dependency_level"
|
"schema_level"
|
"cross_schema"
has
Material
Issues
hasMaterialIssues
:
boolean
issues
Found
issuesFound
:
number
Optional
prompt
Input
promptInput
?:
string
Optional
prompt
Output
promptOutput
?:
string
result
result
:
"no_issues"
|
"issues_corrected"
|
"issues_flagged"
scope
scope
:
string
tables
Affected
tablesAffected
:
string
[]
timestamp
timestamp
:
string
tokens
Used
tokensUsed
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
Type
has
Material
Issues
issues
Found
prompt
Input
prompt
Output
result
scope
tables
Affected
timestamp
tokens
Used
Member Junction
Loading...