Skip to content

Commit 048b729

Browse files
author
openMINDS pipeline
committed
Build triggered by workflow dispatch
1 parent 2c697be commit 048b729

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

code/types/latest/+openminds/+controlledterms/CommunicationInterfaceType.m

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232

3333
properties (Constant, Hidden)
3434
CONTROLLED_INSTANCES = [ ...
35+
"OSAPI", ...
36+
"RESTAPI", ...
37+
"RPCAPI", ...
38+
"SOAPAPI", ...
39+
"commandLineInterface", ...
40+
"desktopGUI", ...
41+
"emailCommunication", ...
42+
"libraryAPI", ...
43+
"messageQueue", ...
44+
"mobileGUI", ...
45+
"webGUI", ...
46+
"webSocketAPI" ...
3547
]
3648
end
3749

code/types/latest/+openminds/+controlledterms/SovereignState.m

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,34 @@
3232

3333
properties (Constant, Hidden)
3434
CONTROLLED_INSTANCES = [ ...
35+
"Afghanistan", ...
36+
"Albania", ...
37+
"Algeria", ...
38+
"Andorra", ...
39+
"Angola", ...
40+
"AntiguaAndBarbuda", ...
41+
"Argentina", ...
42+
"Armenia", ...
43+
"Australia", ...
44+
"Austria", ...
45+
"Azerbaijan", ...
46+
"Bahrain", ...
47+
"Bangladesh", ...
48+
"Barbados", ...
49+
"Belarus", ...
50+
"Belgium", ...
51+
"Belize", ...
52+
"Benin", ...
53+
"Bhutan", ...
54+
"Bolivia", ...
55+
"BosniaAndHerzegovina", ...
56+
"Botswana", ...
57+
"Brazil", ...
58+
"Brunei", ...
59+
"Bulgaria", ...
60+
"BurkinaFaso", ...
61+
"Burundi", ...
62+
"Cambodia" ...
3563
]
3664
end
3765

0 commit comments

Comments
 (0)