File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
dynamic/testdata/TestPrimitiveTypes Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"changes": "DIFF_SOME",
3
+ "detailedDiff": {
4
+ "attrBoolRequired": {
5
+ "kind": "UPDATE"
6
+ },
7
+ "attrIntRequired": {
8
+ "kind": "UPDATE"
9
+ },
10
+ "attrNumberComputed": {},
11
+ "attrNumberRequired": {
12
+ "kind": "UPDATE"
13
+ },
14
+ "attrStringDefault": {},
15
+ "attrStringDefaultOverridden": {},
16
+ "attrStringRequired": {
17
+ "kind": "UPDATE"
18
+ }
19
+ },
3
20
"diffs": [
4
21
"attrBoolRequired",
5
22
"attrIntRequired",
8
25
"attrStringDefault",
9
26
"attrStringDefaultOverridden",
10
27
"attrStringRequired"
11
- ]
28
+ ],
29
+ "hasDetailedDiff": true
12
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"changes": "DIFF_SOME",
3
+ "detailedDiff": {
4
+ "attrNumberComputed": {},
5
+ "attrNumberRequired": {
6
+ "kind": "DELETE"
7
+ },
8
+ "attrStringDefault": {},
9
+ "attrStringDefaultOverridden": {},
10
+ "attrStringRequired": {
11
+ "kind": "UPDATE"
12
+ }
13
+ },
3
14
"diffs": [
4
15
"attrNumberComputed",
5
16
"attrNumberRequired",
6
17
"attrStringDefault",
7
18
"attrStringDefaultOverridden",
8
19
"attrStringRequired"
9
- ]
20
+ ],
21
+ "hasDetailedDiff": true
10
22
}
You can’t perform that action at this time.
0 commit comments