File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- version =4.0.12
1
+ version =4.0.13
2
2
group =org.openmbee.mms
3
3
4
- mmsVersion =4.0.12
4
+ mmsVersion =4.0.13
5
5
springBootVersion =2.6.7
Original file line number Diff line number Diff line change 5
5
license :
6
6
name : Apache 2.0
7
7
url : http://www.apache.org/licenses/LICENSE-2.0.txt
8
- version : 4.0.12
8
+ version : 4.0.13
9
9
contact :
10
10
name : OpenMBEE
11
11
url : http://openmbee.org
@@ -1529,6 +1529,11 @@ components:
1529
1529
type : array
1530
1530
items :
1531
1531
$ref : ' #/components/schemas/Element'
1532
+ deleted :
1533
+ type : array
1534
+ nullable : true
1535
+ items :
1536
+ $ref : ' #/components/schemas/Element'
1532
1537
commitId :
1533
1538
type : string
1534
1539
nullable : true
@@ -1628,6 +1633,11 @@ components:
1628
1633
type : array
1629
1634
items :
1630
1635
$ref : ' #/components/schemas/Element'
1636
+ deletes :
1637
+ type : array
1638
+ nullable : true
1639
+ items :
1640
+ $ref : ' #/components/schemas/Element'
1631
1641
ViewGroupsResponse :
1632
1642
type : object
1633
1643
properties :
You can’t perform that action at this time.
0 commit comments