Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
MigrationGuide
Interface MigrationGuide
interface
MigrationGuide
{
estimatedEffort
:
"small"
|
"medium"
|
"trivial"
|
"large"
;
fromVersion
:
string
;
steps
:
{
breaking
:
boolean
;
codeChange
?:
string
;
description
:
string
;
stepNumber
:
number
;
}
[]
;
toVersion
:
string
;
}
Index
Properties
estimated
Effort
from
Version
steps
to
Version
Properties
estimated
Effort
estimatedEffort
:
"small"
|
"medium"
|
"trivial"
|
"large"
from
Version
fromVersion
:
string
steps
steps
:
{
breaking
:
boolean
;
codeChange
?:
string
;
description
:
string
;
stepNumber
:
number
;
}
[]
to
Version
toVersion
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
estimated
Effort
from
Version
steps
to
Version
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...