@osdk/maker 0.12.0-beta.2 → 0.12.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/build/browser/api/defineOntology.js +11 -91
- package/build/browser/api/defineOntology.js.map +1 -1
- package/build/browser/api/overall.test.js +321 -377
- package/build/browser/api/overall.test.js.map +1 -1
- package/build/browser/api/types.js.map +1 -1
- package/build/browser/cli/main.js +1 -1
- package/build/cjs/index.cjs +12 -92
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +2 -2
- package/build/esm/api/defineOntology.js +11 -91
- package/build/esm/api/defineOntology.js.map +1 -1
- package/build/esm/api/overall.test.js +321 -377
- package/build/esm/api/overall.test.js.map +1 -1
- package/build/esm/api/types.js.map +1 -1
- package/build/esm/cli/main.js +1 -1
- package/build/types/api/defineOntology.d.ts.map +1 -1
- package/build/types/api/types.d.ts +2 -12
- package/build/types/api/types.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -213,16 +213,10 @@ describe("Ontology Defining", () => {
|
|
|
213
213
|
"interfaceTypes": {
|
|
214
214
|
"com.palantir.Foo": {
|
|
215
215
|
"interfaceType": {
|
|
216
|
-
"allExtendsInterfaces": [],
|
|
217
|
-
"allLinks": [],
|
|
218
|
-
"allProperties": [],
|
|
219
|
-
"allPropertiesV2": {},
|
|
220
|
-
"allPropertiesV3": {},
|
|
221
216
|
"apiName": "com.palantir.Foo",
|
|
222
217
|
"displayMetadata": {
|
|
223
218
|
"description": "Foo",
|
|
224
219
|
"displayName": "Foo",
|
|
225
|
-
"icon": undefined,
|
|
226
220
|
},
|
|
227
221
|
"extendsInterfaces": [],
|
|
228
222
|
"links": [],
|
|
@@ -409,16 +403,10 @@ describe("Ontology Defining", () => {
|
|
|
409
403
|
"interfaceTypes": {
|
|
410
404
|
"com.palantir.childInterface": {
|
|
411
405
|
"interfaceType": {
|
|
412
|
-
"allExtendsInterfaces": [],
|
|
413
|
-
"allLinks": [],
|
|
414
|
-
"allProperties": [],
|
|
415
|
-
"allPropertiesV2": {},
|
|
416
|
-
"allPropertiesV3": {},
|
|
417
406
|
"apiName": "com.palantir.childInterface",
|
|
418
407
|
"displayMetadata": {
|
|
419
408
|
"description": "childInterface",
|
|
420
409
|
"displayName": "childInterface",
|
|
421
|
-
"icon": undefined,
|
|
422
410
|
},
|
|
423
411
|
"extendsInterfaces": [
|
|
424
412
|
"com.palantir.parentInterface",
|
|
@@ -474,16 +462,10 @@ describe("Ontology Defining", () => {
|
|
|
474
462
|
},
|
|
475
463
|
"com.palantir.parentInterface": {
|
|
476
464
|
"interfaceType": {
|
|
477
|
-
"allExtendsInterfaces": [],
|
|
478
|
-
"allLinks": [],
|
|
479
|
-
"allProperties": [],
|
|
480
|
-
"allPropertiesV2": {},
|
|
481
|
-
"allPropertiesV3": {},
|
|
482
465
|
"apiName": "com.palantir.parentInterface",
|
|
483
466
|
"displayMetadata": {
|
|
484
467
|
"description": "parentInterface",
|
|
485
468
|
"displayName": "parentInterface",
|
|
486
|
-
"icon": undefined,
|
|
487
469
|
},
|
|
488
470
|
"extendsInterfaces": [],
|
|
489
471
|
"links": [],
|
|
@@ -626,120 +608,114 @@ describe("Ontology Defining", () => {
|
|
|
626
608
|
}
|
|
627
609
|
});
|
|
628
610
|
expect(dumpOntologyFullMetadata().blockData).toMatchInlineSnapshot(`
|
|
629
|
-
|
|
611
|
+
{
|
|
612
|
+
"actionTypes": {},
|
|
613
|
+
"blockPermissionInformation": {
|
|
630
614
|
"actionTypes": {},
|
|
631
|
-
"
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
"indexedForSearch": true,
|
|
668
|
-
"type": {
|
|
669
|
-
"string": {
|
|
670
|
-
"analyzerOverride": undefined,
|
|
671
|
-
"enableAsciiFolding": undefined,
|
|
672
|
-
"isLongText": false,
|
|
673
|
-
"supportsEfficientLeadingWildcard": false,
|
|
674
|
-
"supportsExactMatching": true,
|
|
675
|
-
},
|
|
676
|
-
"type": "string",
|
|
615
|
+
"linkTypes": {},
|
|
616
|
+
"objectTypes": {},
|
|
617
|
+
},
|
|
618
|
+
"interfaceTypes": {
|
|
619
|
+
"com.palantir.parentInterface": {
|
|
620
|
+
"interfaceType": {
|
|
621
|
+
"apiName": "com.palantir.parentInterface",
|
|
622
|
+
"displayMetadata": {
|
|
623
|
+
"description": "parentInterface",
|
|
624
|
+
"displayName": "parentInterface",
|
|
625
|
+
},
|
|
626
|
+
"extendsInterfaces": [],
|
|
627
|
+
"links": [],
|
|
628
|
+
"properties": [],
|
|
629
|
+
"propertiesV2": {
|
|
630
|
+
"com.palantir.property1": {
|
|
631
|
+
"required": false,
|
|
632
|
+
"sharedPropertyType": {
|
|
633
|
+
"aliases": [],
|
|
634
|
+
"apiName": "com.palantir.property1",
|
|
635
|
+
"baseFormatter": undefined,
|
|
636
|
+
"dataConstraints": undefined,
|
|
637
|
+
"displayMetadata": {
|
|
638
|
+
"description": undefined,
|
|
639
|
+
"displayName": "property1",
|
|
640
|
+
"visibility": "NORMAL",
|
|
641
|
+
},
|
|
642
|
+
"gothamMapping": undefined,
|
|
643
|
+
"indexedForSearch": true,
|
|
644
|
+
"type": {
|
|
645
|
+
"string": {
|
|
646
|
+
"analyzerOverride": undefined,
|
|
647
|
+
"enableAsciiFolding": undefined,
|
|
648
|
+
"isLongText": false,
|
|
649
|
+
"supportsEfficientLeadingWildcard": false,
|
|
650
|
+
"supportsExactMatching": true,
|
|
677
651
|
},
|
|
678
|
-
"
|
|
679
|
-
{
|
|
680
|
-
"kind": "render_hint",
|
|
681
|
-
"name": "SELECTABLE",
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "render_hint",
|
|
685
|
-
"name": "SORTABLE",
|
|
686
|
-
},
|
|
687
|
-
],
|
|
688
|
-
"valueType": undefined,
|
|
652
|
+
"type": "string",
|
|
689
653
|
},
|
|
654
|
+
"typeClasses": [
|
|
655
|
+
{
|
|
656
|
+
"kind": "render_hint",
|
|
657
|
+
"name": "SELECTABLE",
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"kind": "render_hint",
|
|
661
|
+
"name": "SORTABLE",
|
|
662
|
+
},
|
|
663
|
+
],
|
|
664
|
+
"valueType": undefined,
|
|
690
665
|
},
|
|
691
666
|
},
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
667
|
+
},
|
|
668
|
+
"propertiesV3": {},
|
|
669
|
+
"searchable": true,
|
|
670
|
+
"status": {
|
|
671
|
+
"active": {},
|
|
672
|
+
"type": "active",
|
|
698
673
|
},
|
|
699
674
|
},
|
|
700
675
|
},
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
"type": "string",
|
|
676
|
+
},
|
|
677
|
+
"linkTypes": {},
|
|
678
|
+
"objectTypes": {},
|
|
679
|
+
"sharedPropertyTypes": {
|
|
680
|
+
"com.palantir.property1": {
|
|
681
|
+
"sharedPropertyType": {
|
|
682
|
+
"aliases": [],
|
|
683
|
+
"apiName": "com.palantir.property1",
|
|
684
|
+
"baseFormatter": undefined,
|
|
685
|
+
"dataConstraints": undefined,
|
|
686
|
+
"displayMetadata": {
|
|
687
|
+
"description": undefined,
|
|
688
|
+
"displayName": "property1",
|
|
689
|
+
"visibility": "NORMAL",
|
|
690
|
+
},
|
|
691
|
+
"gothamMapping": undefined,
|
|
692
|
+
"indexedForSearch": true,
|
|
693
|
+
"type": {
|
|
694
|
+
"string": {
|
|
695
|
+
"analyzerOverride": undefined,
|
|
696
|
+
"enableAsciiFolding": undefined,
|
|
697
|
+
"isLongText": false,
|
|
698
|
+
"supportsEfficientLeadingWildcard": false,
|
|
699
|
+
"supportsExactMatching": true,
|
|
726
700
|
},
|
|
727
|
-
"
|
|
728
|
-
{
|
|
729
|
-
"kind": "render_hint",
|
|
730
|
-
"name": "SELECTABLE",
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"kind": "render_hint",
|
|
734
|
-
"name": "SORTABLE",
|
|
735
|
-
},
|
|
736
|
-
],
|
|
737
|
-
"valueType": undefined,
|
|
701
|
+
"type": "string",
|
|
738
702
|
},
|
|
703
|
+
"typeClasses": [
|
|
704
|
+
{
|
|
705
|
+
"kind": "render_hint",
|
|
706
|
+
"name": "SELECTABLE",
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "render_hint",
|
|
710
|
+
"name": "SORTABLE",
|
|
711
|
+
},
|
|
712
|
+
],
|
|
713
|
+
"valueType": undefined,
|
|
739
714
|
},
|
|
740
715
|
},
|
|
741
|
-
}
|
|
742
|
-
|
|
716
|
+
},
|
|
717
|
+
}
|
|
718
|
+
`);
|
|
743
719
|
});
|
|
744
720
|
it("allows extends interfaces with apiName provided", () => {
|
|
745
721
|
const parentInterface = defineInterface({
|
|
@@ -766,16 +742,10 @@ describe("Ontology Defining", () => {
|
|
|
766
742
|
"interfaceTypes": {
|
|
767
743
|
"com.palantir.childInterface": {
|
|
768
744
|
"interfaceType": {
|
|
769
|
-
"allExtendsInterfaces": [],
|
|
770
|
-
"allLinks": [],
|
|
771
|
-
"allProperties": [],
|
|
772
|
-
"allPropertiesV2": {},
|
|
773
|
-
"allPropertiesV3": {},
|
|
774
745
|
"apiName": "com.palantir.childInterface",
|
|
775
746
|
"displayMetadata": {
|
|
776
747
|
"description": "childInterface",
|
|
777
748
|
"displayName": "childInterface",
|
|
778
|
-
"icon": undefined,
|
|
779
749
|
},
|
|
780
750
|
"extendsInterfaces": [
|
|
781
751
|
"com.palantir.parentInterface",
|
|
@@ -831,16 +801,10 @@ describe("Ontology Defining", () => {
|
|
|
831
801
|
},
|
|
832
802
|
"com.palantir.parentInterface": {
|
|
833
803
|
"interfaceType": {
|
|
834
|
-
"allExtendsInterfaces": [],
|
|
835
|
-
"allLinks": [],
|
|
836
|
-
"allProperties": [],
|
|
837
|
-
"allPropertiesV2": {},
|
|
838
|
-
"allPropertiesV3": {},
|
|
839
804
|
"apiName": "com.palantir.parentInterface",
|
|
840
805
|
"displayMetadata": {
|
|
841
806
|
"description": "parentInterface",
|
|
842
807
|
"displayName": "parentInterface",
|
|
843
|
-
"icon": undefined,
|
|
844
808
|
},
|
|
845
809
|
"extendsInterfaces": [],
|
|
846
810
|
"links": [],
|
|
@@ -978,45 +942,39 @@ describe("Ontology Defining", () => {
|
|
|
978
942
|
searchable: false
|
|
979
943
|
});
|
|
980
944
|
expect(dumpOntologyFullMetadata().blockData).toMatchInlineSnapshot(`
|
|
981
|
-
|
|
945
|
+
{
|
|
946
|
+
"actionTypes": {},
|
|
947
|
+
"blockPermissionInformation": {
|
|
982
948
|
"actionTypes": {},
|
|
983
|
-
"
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
},
|
|
1002
|
-
"
|
|
1003
|
-
"links": [],
|
|
1004
|
-
"properties": [],
|
|
1005
|
-
"propertiesV2": {},
|
|
1006
|
-
"propertiesV3": {},
|
|
1007
|
-
"searchable": false,
|
|
1008
|
-
"status": {
|
|
1009
|
-
"active": {},
|
|
1010
|
-
"type": "active",
|
|
1011
|
-
},
|
|
949
|
+
"linkTypes": {},
|
|
950
|
+
"objectTypes": {},
|
|
951
|
+
},
|
|
952
|
+
"interfaceTypes": {
|
|
953
|
+
"com.palantir.parentInterface": {
|
|
954
|
+
"interfaceType": {
|
|
955
|
+
"apiName": "com.palantir.parentInterface",
|
|
956
|
+
"displayMetadata": {
|
|
957
|
+
"description": "parentInterface",
|
|
958
|
+
"displayName": "parentInterface",
|
|
959
|
+
},
|
|
960
|
+
"extendsInterfaces": [],
|
|
961
|
+
"links": [],
|
|
962
|
+
"properties": [],
|
|
963
|
+
"propertiesV2": {},
|
|
964
|
+
"propertiesV3": {},
|
|
965
|
+
"searchable": false,
|
|
966
|
+
"status": {
|
|
967
|
+
"active": {},
|
|
968
|
+
"type": "active",
|
|
1012
969
|
},
|
|
1013
970
|
},
|
|
1014
971
|
},
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
}
|
|
1019
|
-
|
|
972
|
+
},
|
|
973
|
+
"linkTypes": {},
|
|
974
|
+
"objectTypes": {},
|
|
975
|
+
"sharedPropertyTypes": {},
|
|
976
|
+
}
|
|
977
|
+
`);
|
|
1020
978
|
});
|
|
1021
979
|
});
|
|
1022
980
|
describe("ILTs", () => {
|
|
@@ -1048,33 +1006,13 @@ describe("Ontology Defining", () => {
|
|
|
1048
1006
|
"interfaceTypes": {
|
|
1049
1007
|
"com.palantir.A": {
|
|
1050
1008
|
"interfaceType": {
|
|
1051
|
-
"allExtendsInterfaces": [],
|
|
1052
|
-
"allLinks": [],
|
|
1053
|
-
"allProperties": [],
|
|
1054
|
-
"allPropertiesV2": {},
|
|
1055
|
-
"allPropertiesV3": {},
|
|
1056
1009
|
"apiName": "com.palantir.A",
|
|
1057
1010
|
"displayMetadata": {
|
|
1058
1011
|
"description": "A",
|
|
1059
1012
|
"displayName": "A",
|
|
1060
|
-
"icon": undefined,
|
|
1061
1013
|
},
|
|
1062
1014
|
"extendsInterfaces": [],
|
|
1063
|
-
"links": [
|
|
1064
|
-
{
|
|
1065
|
-
"cardinality": "SINGLE",
|
|
1066
|
-
"linkedEntityTypeId": {
|
|
1067
|
-
"interfaceType": "com.palantir.B",
|
|
1068
|
-
"type": "interfaceType",
|
|
1069
|
-
},
|
|
1070
|
-
"metadata": {
|
|
1071
|
-
"apiName": "com.palantir.singleLink",
|
|
1072
|
-
"description": "singleLink",
|
|
1073
|
-
"displayName": "singleLink",
|
|
1074
|
-
},
|
|
1075
|
-
"required": true,
|
|
1076
|
-
},
|
|
1077
|
-
],
|
|
1015
|
+
"links": [],
|
|
1078
1016
|
"properties": [],
|
|
1079
1017
|
"propertiesV2": {},
|
|
1080
1018
|
"propertiesV3": {},
|
|
@@ -1087,16 +1025,10 @@ describe("Ontology Defining", () => {
|
|
|
1087
1025
|
},
|
|
1088
1026
|
"com.palantir.B": {
|
|
1089
1027
|
"interfaceType": {
|
|
1090
|
-
"allExtendsInterfaces": [],
|
|
1091
|
-
"allLinks": [],
|
|
1092
|
-
"allProperties": [],
|
|
1093
|
-
"allPropertiesV2": {},
|
|
1094
|
-
"allPropertiesV3": {},
|
|
1095
1028
|
"apiName": "com.palantir.B",
|
|
1096
1029
|
"displayMetadata": {
|
|
1097
1030
|
"description": "B",
|
|
1098
1031
|
"displayName": "B",
|
|
1099
|
-
"icon": undefined,
|
|
1100
1032
|
},
|
|
1101
1033
|
"extendsInterfaces": [],
|
|
1102
1034
|
"links": [],
|
|
@@ -1134,33 +1066,13 @@ describe("Ontology Defining", () => {
|
|
|
1134
1066
|
"interfaceTypes": {
|
|
1135
1067
|
"com.palantir.A": {
|
|
1136
1068
|
"interfaceType": {
|
|
1137
|
-
"allExtendsInterfaces": [],
|
|
1138
|
-
"allLinks": [],
|
|
1139
|
-
"allProperties": [],
|
|
1140
|
-
"allPropertiesV2": {},
|
|
1141
|
-
"allPropertiesV3": {},
|
|
1142
1069
|
"apiName": "com.palantir.A",
|
|
1143
1070
|
"displayMetadata": {
|
|
1144
1071
|
"description": "A",
|
|
1145
1072
|
"displayName": "A",
|
|
1146
|
-
"icon": undefined,
|
|
1147
1073
|
},
|
|
1148
1074
|
"extendsInterfaces": [],
|
|
1149
|
-
"links": [
|
|
1150
|
-
{
|
|
1151
|
-
"cardinality": "MANY",
|
|
1152
|
-
"linkedEntityTypeId": {
|
|
1153
|
-
"interfaceType": "com.palantir.B",
|
|
1154
|
-
"type": "interfaceType",
|
|
1155
|
-
},
|
|
1156
|
-
"metadata": {
|
|
1157
|
-
"apiName": "com.palantir.manyLink",
|
|
1158
|
-
"description": "manyLink",
|
|
1159
|
-
"displayName": "manyLink",
|
|
1160
|
-
},
|
|
1161
|
-
"required": true,
|
|
1162
|
-
},
|
|
1163
|
-
],
|
|
1075
|
+
"links": [],
|
|
1164
1076
|
"properties": [],
|
|
1165
1077
|
"propertiesV2": {},
|
|
1166
1078
|
"propertiesV3": {},
|
|
@@ -1173,16 +1085,10 @@ describe("Ontology Defining", () => {
|
|
|
1173
1085
|
},
|
|
1174
1086
|
"com.palantir.B": {
|
|
1175
1087
|
"interfaceType": {
|
|
1176
|
-
"allExtendsInterfaces": [],
|
|
1177
|
-
"allLinks": [],
|
|
1178
|
-
"allProperties": [],
|
|
1179
|
-
"allPropertiesV2": {},
|
|
1180
|
-
"allPropertiesV3": {},
|
|
1181
1088
|
"apiName": "com.palantir.B",
|
|
1182
1089
|
"displayMetadata": {
|
|
1183
1090
|
"description": "B",
|
|
1184
1091
|
"displayName": "B",
|
|
1185
|
-
"icon": undefined,
|
|
1186
1092
|
},
|
|
1187
1093
|
"extendsInterfaces": [],
|
|
1188
1094
|
"links": [],
|
|
@@ -1245,22 +1151,10 @@ describe("Ontology Defining", () => {
|
|
|
1245
1151
|
"interfaceTypes": {
|
|
1246
1152
|
"com.palantir.FooInterface": {
|
|
1247
1153
|
"interfaceType": {
|
|
1248
|
-
"allExtendsInterfaces": [],
|
|
1249
|
-
"allLinks": [],
|
|
1250
|
-
"allProperties": [],
|
|
1251
|
-
"allPropertiesV2": {},
|
|
1252
|
-
"allPropertiesV3": {},
|
|
1253
1154
|
"apiName": "com.palantir.FooInterface",
|
|
1254
1155
|
"displayMetadata": {
|
|
1255
1156
|
"description": "Foo Interface",
|
|
1256
1157
|
"displayName": "Foo Interface",
|
|
1257
|
-
"icon": {
|
|
1258
|
-
"blueprint": {
|
|
1259
|
-
"color": "#00000",
|
|
1260
|
-
"locator": "airplane",
|
|
1261
|
-
},
|
|
1262
|
-
"type": "blueprint",
|
|
1263
|
-
},
|
|
1264
1158
|
},
|
|
1265
1159
|
"extendsInterfaces": [],
|
|
1266
1160
|
"links": [],
|
|
@@ -1466,16 +1360,10 @@ describe("Ontology Defining", () => {
|
|
|
1466
1360
|
"interfaceTypes": {
|
|
1467
1361
|
"com.palantir.interface": {
|
|
1468
1362
|
"interfaceType": {
|
|
1469
|
-
"allExtendsInterfaces": [],
|
|
1470
|
-
"allLinks": [],
|
|
1471
|
-
"allProperties": [],
|
|
1472
|
-
"allPropertiesV2": {},
|
|
1473
|
-
"allPropertiesV3": {},
|
|
1474
1363
|
"apiName": "com.palantir.interface",
|
|
1475
1364
|
"displayMetadata": {
|
|
1476
1365
|
"description": "interface",
|
|
1477
1366
|
"displayName": "interface",
|
|
1478
|
-
"icon": undefined,
|
|
1479
1367
|
},
|
|
1480
1368
|
"extendsInterfaces": [],
|
|
1481
1369
|
"links": [],
|
|
@@ -1752,16 +1640,10 @@ describe("Ontology Defining", () => {
|
|
|
1752
1640
|
"interfaceTypes": {
|
|
1753
1641
|
"com.palantir.interface": {
|
|
1754
1642
|
"interfaceType": {
|
|
1755
|
-
"allExtendsInterfaces": [],
|
|
1756
|
-
"allLinks": [],
|
|
1757
|
-
"allProperties": [],
|
|
1758
|
-
"allPropertiesV2": {},
|
|
1759
|
-
"allPropertiesV3": {},
|
|
1760
1643
|
"apiName": "com.palantir.interface",
|
|
1761
1644
|
"displayMetadata": {
|
|
1762
1645
|
"description": "interface",
|
|
1763
1646
|
"displayName": "interface",
|
|
1764
|
-
"icon": undefined,
|
|
1765
1647
|
},
|
|
1766
1648
|
"extendsInterfaces": [],
|
|
1767
1649
|
"links": [],
|
|
@@ -1881,11 +1763,13 @@ describe("Ontology Defining", () => {
|
|
|
1881
1763
|
"implementsInterfaces2": [
|
|
1882
1764
|
{
|
|
1883
1765
|
"interfaceTypeApiName": "com.palantir.interface",
|
|
1766
|
+
"linksV2": {},
|
|
1884
1767
|
"properties": {
|
|
1885
1768
|
"com.palantir.foo": {
|
|
1886
1769
|
"propertyTypeRid": "bar",
|
|
1887
1770
|
},
|
|
1888
1771
|
},
|
|
1772
|
+
"propertiesV2": {},
|
|
1889
1773
|
},
|
|
1890
1774
|
],
|
|
1891
1775
|
"primaryKeys": [
|
|
@@ -3716,11 +3600,16 @@ describe("Ontology Defining", () => {
|
|
|
3716
3600
|
"sharedPropertyTypes": {},
|
|
3717
3601
|
},
|
|
3718
3602
|
"importedTypes": {
|
|
3719
|
-
"actionTypes":
|
|
3720
|
-
"
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3603
|
+
"actionTypes": {},
|
|
3604
|
+
"blockPermissionInformation": {
|
|
3605
|
+
"actionTypes": {},
|
|
3606
|
+
"linkTypes": {},
|
|
3607
|
+
"objectTypes": {},
|
|
3608
|
+
},
|
|
3609
|
+
"interfaceTypes": {},
|
|
3610
|
+
"linkTypes": {},
|
|
3611
|
+
"objectTypes": {},
|
|
3612
|
+
"sharedPropertyTypes": {},
|
|
3724
3613
|
},
|
|
3725
3614
|
}
|
|
3726
3615
|
`);
|
|
@@ -3898,11 +3787,16 @@ describe("Ontology Defining", () => {
|
|
|
3898
3787
|
"sharedPropertyTypes": {},
|
|
3899
3788
|
},
|
|
3900
3789
|
"importedTypes": {
|
|
3901
|
-
"actionTypes":
|
|
3902
|
-
"
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3790
|
+
"actionTypes": {},
|
|
3791
|
+
"blockPermissionInformation": {
|
|
3792
|
+
"actionTypes": {},
|
|
3793
|
+
"linkTypes": {},
|
|
3794
|
+
"objectTypes": {},
|
|
3795
|
+
},
|
|
3796
|
+
"interfaceTypes": {},
|
|
3797
|
+
"linkTypes": {},
|
|
3798
|
+
"objectTypes": {},
|
|
3799
|
+
"sharedPropertyTypes": {},
|
|
3906
3800
|
},
|
|
3907
3801
|
}
|
|
3908
3802
|
`);
|
|
@@ -4118,11 +4012,16 @@ describe("Ontology Defining", () => {
|
|
|
4118
4012
|
"sharedPropertyTypes": {},
|
|
4119
4013
|
},
|
|
4120
4014
|
"importedTypes": {
|
|
4121
|
-
"actionTypes":
|
|
4122
|
-
"
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4015
|
+
"actionTypes": {},
|
|
4016
|
+
"blockPermissionInformation": {
|
|
4017
|
+
"actionTypes": {},
|
|
4018
|
+
"linkTypes": {},
|
|
4019
|
+
"objectTypes": {},
|
|
4020
|
+
},
|
|
4021
|
+
"interfaceTypes": {},
|
|
4022
|
+
"linkTypes": {},
|
|
4023
|
+
"objectTypes": {},
|
|
4024
|
+
"sharedPropertyTypes": {},
|
|
4126
4025
|
},
|
|
4127
4026
|
}
|
|
4128
4027
|
`);
|
|
@@ -4292,11 +4191,16 @@ describe("Ontology Defining", () => {
|
|
|
4292
4191
|
"sharedPropertyTypes": {},
|
|
4293
4192
|
},
|
|
4294
4193
|
"importedTypes": {
|
|
4295
|
-
"actionTypes":
|
|
4296
|
-
"
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4194
|
+
"actionTypes": {},
|
|
4195
|
+
"blockPermissionInformation": {
|
|
4196
|
+
"actionTypes": {},
|
|
4197
|
+
"linkTypes": {},
|
|
4198
|
+
"objectTypes": {},
|
|
4199
|
+
},
|
|
4200
|
+
"interfaceTypes": {},
|
|
4201
|
+
"linkTypes": {},
|
|
4202
|
+
"objectTypes": {},
|
|
4203
|
+
"sharedPropertyTypes": {},
|
|
4300
4204
|
},
|
|
4301
4205
|
}
|
|
4302
4206
|
`);
|
|
@@ -4720,16 +4624,10 @@ describe("Ontology Defining", () => {
|
|
|
4720
4624
|
"interfaceTypes": {
|
|
4721
4625
|
"com.palantir.exampleInterface": {
|
|
4722
4626
|
"interfaceType": {
|
|
4723
|
-
"allExtendsInterfaces": [],
|
|
4724
|
-
"allLinks": [],
|
|
4725
|
-
"allProperties": [],
|
|
4726
|
-
"allPropertiesV2": {},
|
|
4727
|
-
"allPropertiesV3": {},
|
|
4728
4627
|
"apiName": "com.palantir.exampleInterface",
|
|
4729
4628
|
"displayMetadata": {
|
|
4730
4629
|
"description": "exampleInterface",
|
|
4731
4630
|
"displayName": "exampleInterface",
|
|
4732
|
-
"icon": undefined,
|
|
4733
4631
|
},
|
|
4734
4632
|
"extendsInterfaces": [],
|
|
4735
4633
|
"links": [],
|
|
@@ -5008,11 +4906,16 @@ describe("Ontology Defining", () => {
|
|
|
5008
4906
|
},
|
|
5009
4907
|
},
|
|
5010
4908
|
"importedTypes": {
|
|
5011
|
-
"actionTypes":
|
|
5012
|
-
"
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
4909
|
+
"actionTypes": {},
|
|
4910
|
+
"blockPermissionInformation": {
|
|
4911
|
+
"actionTypes": {},
|
|
4912
|
+
"linkTypes": {},
|
|
4913
|
+
"objectTypes": {},
|
|
4914
|
+
},
|
|
4915
|
+
"interfaceTypes": {},
|
|
4916
|
+
"linkTypes": {},
|
|
4917
|
+
"objectTypes": {},
|
|
4918
|
+
"sharedPropertyTypes": {},
|
|
5016
4919
|
},
|
|
5017
4920
|
}
|
|
5018
4921
|
`);
|
|
@@ -5190,11 +5093,16 @@ describe("Ontology Defining", () => {
|
|
|
5190
5093
|
"sharedPropertyTypes": {},
|
|
5191
5094
|
},
|
|
5192
5095
|
"importedTypes": {
|
|
5193
|
-
"actionTypes":
|
|
5194
|
-
"
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5096
|
+
"actionTypes": {},
|
|
5097
|
+
"blockPermissionInformation": {
|
|
5098
|
+
"actionTypes": {},
|
|
5099
|
+
"linkTypes": {},
|
|
5100
|
+
"objectTypes": {},
|
|
5101
|
+
},
|
|
5102
|
+
"interfaceTypes": {},
|
|
5103
|
+
"linkTypes": {},
|
|
5104
|
+
"objectTypes": {},
|
|
5105
|
+
"sharedPropertyTypes": {},
|
|
5198
5106
|
},
|
|
5199
5107
|
}
|
|
5200
5108
|
`);
|
|
@@ -5576,11 +5484,16 @@ describe("Ontology Defining", () => {
|
|
|
5576
5484
|
"sharedPropertyTypes": {},
|
|
5577
5485
|
},
|
|
5578
5486
|
"importedTypes": {
|
|
5579
|
-
"actionTypes":
|
|
5580
|
-
"
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5487
|
+
"actionTypes": {},
|
|
5488
|
+
"blockPermissionInformation": {
|
|
5489
|
+
"actionTypes": {},
|
|
5490
|
+
"linkTypes": {},
|
|
5491
|
+
"objectTypes": {},
|
|
5492
|
+
},
|
|
5493
|
+
"interfaceTypes": {},
|
|
5494
|
+
"linkTypes": {},
|
|
5495
|
+
"objectTypes": {},
|
|
5496
|
+
"sharedPropertyTypes": {},
|
|
5584
5497
|
},
|
|
5585
5498
|
}
|
|
5586
5499
|
`);
|
|
@@ -6372,11 +6285,16 @@ describe("Ontology Defining", () => {
|
|
|
6372
6285
|
"sharedPropertyTypes": {},
|
|
6373
6286
|
},
|
|
6374
6287
|
"importedTypes": {
|
|
6375
|
-
"actionTypes":
|
|
6376
|
-
"
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
|
|
6288
|
+
"actionTypes": {},
|
|
6289
|
+
"blockPermissionInformation": {
|
|
6290
|
+
"actionTypes": {},
|
|
6291
|
+
"linkTypes": {},
|
|
6292
|
+
"objectTypes": {},
|
|
6293
|
+
},
|
|
6294
|
+
"interfaceTypes": {},
|
|
6295
|
+
"linkTypes": {},
|
|
6296
|
+
"objectTypes": {},
|
|
6297
|
+
"sharedPropertyTypes": {},
|
|
6380
6298
|
},
|
|
6381
6299
|
}
|
|
6382
6300
|
`);
|
|
@@ -6801,16 +6719,10 @@ describe("Ontology Defining", () => {
|
|
|
6801
6719
|
"interfaceTypes": {
|
|
6802
6720
|
"com.palantir.exampleInterface": {
|
|
6803
6721
|
"interfaceType": {
|
|
6804
|
-
"allExtendsInterfaces": [],
|
|
6805
|
-
"allLinks": [],
|
|
6806
|
-
"allProperties": [],
|
|
6807
|
-
"allPropertiesV2": {},
|
|
6808
|
-
"allPropertiesV3": {},
|
|
6809
6722
|
"apiName": "com.palantir.exampleInterface",
|
|
6810
6723
|
"displayMetadata": {
|
|
6811
6724
|
"description": "exampleInterface",
|
|
6812
6725
|
"displayName": "exampleInterface",
|
|
6813
|
-
"icon": undefined,
|
|
6814
6726
|
},
|
|
6815
6727
|
"extendsInterfaces": [],
|
|
6816
6728
|
"links": [],
|
|
@@ -6905,11 +6817,16 @@ describe("Ontology Defining", () => {
|
|
|
6905
6817
|
},
|
|
6906
6818
|
},
|
|
6907
6819
|
"importedTypes": {
|
|
6908
|
-
"actionTypes":
|
|
6909
|
-
"
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6820
|
+
"actionTypes": {},
|
|
6821
|
+
"blockPermissionInformation": {
|
|
6822
|
+
"actionTypes": {},
|
|
6823
|
+
"linkTypes": {},
|
|
6824
|
+
"objectTypes": {},
|
|
6825
|
+
},
|
|
6826
|
+
"interfaceTypes": {},
|
|
6827
|
+
"linkTypes": {},
|
|
6828
|
+
"objectTypes": {},
|
|
6829
|
+
"sharedPropertyTypes": {},
|
|
6913
6830
|
},
|
|
6914
6831
|
}
|
|
6915
6832
|
`);
|
|
@@ -7305,11 +7222,16 @@ describe("Ontology Defining", () => {
|
|
|
7305
7222
|
"sharedPropertyTypes": {},
|
|
7306
7223
|
},
|
|
7307
7224
|
"importedTypes": {
|
|
7308
|
-
"actionTypes":
|
|
7309
|
-
"
|
|
7310
|
-
|
|
7311
|
-
|
|
7312
|
-
|
|
7225
|
+
"actionTypes": {},
|
|
7226
|
+
"blockPermissionInformation": {
|
|
7227
|
+
"actionTypes": {},
|
|
7228
|
+
"linkTypes": {},
|
|
7229
|
+
"objectTypes": {},
|
|
7230
|
+
},
|
|
7231
|
+
"interfaceTypes": {},
|
|
7232
|
+
"linkTypes": {},
|
|
7233
|
+
"objectTypes": {},
|
|
7234
|
+
"sharedPropertyTypes": {},
|
|
7313
7235
|
},
|
|
7314
7236
|
}
|
|
7315
7237
|
`);
|
|
@@ -7733,11 +7655,16 @@ describe("Ontology Defining", () => {
|
|
|
7733
7655
|
"sharedPropertyTypes": {},
|
|
7734
7656
|
},
|
|
7735
7657
|
"importedTypes": {
|
|
7736
|
-
"actionTypes":
|
|
7737
|
-
"
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7658
|
+
"actionTypes": {},
|
|
7659
|
+
"blockPermissionInformation": {
|
|
7660
|
+
"actionTypes": {},
|
|
7661
|
+
"linkTypes": {},
|
|
7662
|
+
"objectTypes": {},
|
|
7663
|
+
},
|
|
7664
|
+
"interfaceTypes": {},
|
|
7665
|
+
"linkTypes": {},
|
|
7666
|
+
"objectTypes": {},
|
|
7667
|
+
"sharedPropertyTypes": {},
|
|
7741
7668
|
},
|
|
7742
7669
|
}
|
|
7743
7670
|
`);
|
|
@@ -7768,16 +7695,10 @@ describe("Ontology Defining", () => {
|
|
|
7768
7695
|
"interfaceTypes": {
|
|
7769
7696
|
"com.palantir.myInterface": {
|
|
7770
7697
|
"interfaceType": {
|
|
7771
|
-
"allExtendsInterfaces": [],
|
|
7772
|
-
"allLinks": [],
|
|
7773
|
-
"allProperties": [],
|
|
7774
|
-
"allPropertiesV2": {},
|
|
7775
|
-
"allPropertiesV3": {},
|
|
7776
7698
|
"apiName": "com.palantir.myInterface",
|
|
7777
7699
|
"displayMetadata": {
|
|
7778
7700
|
"description": "myInterface",
|
|
7779
7701
|
"displayName": "myInterface",
|
|
7780
|
-
"icon": undefined,
|
|
7781
7702
|
},
|
|
7782
7703
|
"extendsInterfaces": [],
|
|
7783
7704
|
"links": [],
|
|
@@ -7826,27 +7747,44 @@ describe("Ontology Defining", () => {
|
|
|
7826
7747
|
"sharedPropertyTypes": {},
|
|
7827
7748
|
},
|
|
7828
7749
|
"importedTypes": {
|
|
7829
|
-
"actionTypes":
|
|
7830
|
-
"
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7750
|
+
"actionTypes": {},
|
|
7751
|
+
"blockPermissionInformation": {
|
|
7752
|
+
"actionTypes": {},
|
|
7753
|
+
"linkTypes": {},
|
|
7754
|
+
"objectTypes": {},
|
|
7755
|
+
},
|
|
7756
|
+
"interfaceTypes": {},
|
|
7757
|
+
"linkTypes": {},
|
|
7758
|
+
"objectTypes": {},
|
|
7759
|
+
"sharedPropertyTypes": {
|
|
7760
|
+
"com.palantir.core.ontology.types.id": {
|
|
7761
|
+
"sharedPropertyType": {
|
|
7762
|
+
"aliases": [],
|
|
7763
|
+
"apiName": "com.palantir.core.ontology.types.id",
|
|
7764
|
+
"baseFormatter": undefined,
|
|
7765
|
+
"dataConstraints": undefined,
|
|
7766
|
+
"displayMetadata": {
|
|
7767
|
+
"description": undefined,
|
|
7768
|
+
"displayName": "com.palantir.core.ontology.types.id",
|
|
7769
|
+
"visibility": "NORMAL",
|
|
7845
7770
|
},
|
|
7846
|
-
"
|
|
7771
|
+
"gothamMapping": undefined,
|
|
7772
|
+
"indexedForSearch": true,
|
|
7773
|
+
"type": {
|
|
7774
|
+
"string": {
|
|
7775
|
+
"analyzerOverride": undefined,
|
|
7776
|
+
"enableAsciiFolding": undefined,
|
|
7777
|
+
"isLongText": false,
|
|
7778
|
+
"supportsEfficientLeadingWildcard": false,
|
|
7779
|
+
"supportsExactMatching": true,
|
|
7780
|
+
},
|
|
7781
|
+
"type": "string",
|
|
7782
|
+
},
|
|
7783
|
+
"typeClasses": [],
|
|
7784
|
+
"valueType": undefined,
|
|
7847
7785
|
},
|
|
7848
7786
|
},
|
|
7849
|
-
|
|
7787
|
+
},
|
|
7850
7788
|
},
|
|
7851
7789
|
}
|
|
7852
7790
|
`);
|
|
@@ -7878,16 +7816,10 @@ describe("Ontology Defining", () => {
|
|
|
7878
7816
|
"interfaceTypes": {
|
|
7879
7817
|
"com.palantir.myInterface": {
|
|
7880
7818
|
"interfaceType": {
|
|
7881
|
-
"allExtendsInterfaces": [],
|
|
7882
|
-
"allLinks": [],
|
|
7883
|
-
"allProperties": [],
|
|
7884
|
-
"allPropertiesV2": {},
|
|
7885
|
-
"allPropertiesV3": {},
|
|
7886
7819
|
"apiName": "com.palantir.myInterface",
|
|
7887
7820
|
"displayMetadata": {
|
|
7888
7821
|
"description": "myInterface",
|
|
7889
7822
|
"displayName": "myInterface",
|
|
7890
|
-
"icon": undefined,
|
|
7891
7823
|
},
|
|
7892
7824
|
"extendsInterfaces": [],
|
|
7893
7825
|
"links": [],
|
|
@@ -7936,27 +7868,44 @@ describe("Ontology Defining", () => {
|
|
|
7936
7868
|
"sharedPropertyTypes": {},
|
|
7937
7869
|
},
|
|
7938
7870
|
"importedTypes": {
|
|
7939
|
-
"actionTypes":
|
|
7940
|
-
"
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7946
|
-
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7953
|
-
|
|
7954
|
-
|
|
7871
|
+
"actionTypes": {},
|
|
7872
|
+
"blockPermissionInformation": {
|
|
7873
|
+
"actionTypes": {},
|
|
7874
|
+
"linkTypes": {},
|
|
7875
|
+
"objectTypes": {},
|
|
7876
|
+
},
|
|
7877
|
+
"interfaceTypes": {},
|
|
7878
|
+
"linkTypes": {},
|
|
7879
|
+
"objectTypes": {},
|
|
7880
|
+
"sharedPropertyTypes": {
|
|
7881
|
+
"com.other.package.spt": {
|
|
7882
|
+
"sharedPropertyType": {
|
|
7883
|
+
"aliases": [],
|
|
7884
|
+
"apiName": "com.other.package.spt",
|
|
7885
|
+
"baseFormatter": undefined,
|
|
7886
|
+
"dataConstraints": undefined,
|
|
7887
|
+
"displayMetadata": {
|
|
7888
|
+
"description": undefined,
|
|
7889
|
+
"displayName": "com.other.package.spt",
|
|
7890
|
+
"visibility": "NORMAL",
|
|
7955
7891
|
},
|
|
7956
|
-
"
|
|
7892
|
+
"gothamMapping": undefined,
|
|
7893
|
+
"indexedForSearch": true,
|
|
7894
|
+
"type": {
|
|
7895
|
+
"string": {
|
|
7896
|
+
"analyzerOverride": undefined,
|
|
7897
|
+
"enableAsciiFolding": undefined,
|
|
7898
|
+
"isLongText": false,
|
|
7899
|
+
"supportsEfficientLeadingWildcard": false,
|
|
7900
|
+
"supportsExactMatching": true,
|
|
7901
|
+
},
|
|
7902
|
+
"type": "string",
|
|
7903
|
+
},
|
|
7904
|
+
"typeClasses": [],
|
|
7905
|
+
"valueType": undefined,
|
|
7957
7906
|
},
|
|
7958
7907
|
},
|
|
7959
|
-
|
|
7908
|
+
},
|
|
7960
7909
|
},
|
|
7961
7910
|
}
|
|
7962
7911
|
`);
|
|
@@ -8303,16 +8252,10 @@ describe("Ontology Defining", () => {
|
|
|
8303
8252
|
"interfaceTypes": {
|
|
8304
8253
|
"com.palantir.childInterface": {
|
|
8305
8254
|
"interfaceType": {
|
|
8306
|
-
"allExtendsInterfaces": [],
|
|
8307
|
-
"allLinks": [],
|
|
8308
|
-
"allProperties": [],
|
|
8309
|
-
"allPropertiesV2": {},
|
|
8310
|
-
"allPropertiesV3": {},
|
|
8311
8255
|
"apiName": "com.palantir.childInterface",
|
|
8312
8256
|
"displayMetadata": {
|
|
8313
8257
|
"description": "childInterface",
|
|
8314
8258
|
"displayName": "childInterface",
|
|
8315
|
-
"icon": undefined,
|
|
8316
8259
|
},
|
|
8317
8260
|
"extendsInterfaces": [
|
|
8318
8261
|
"com.palantir.parentInterface",
|
|
@@ -8368,16 +8311,10 @@ describe("Ontology Defining", () => {
|
|
|
8368
8311
|
},
|
|
8369
8312
|
"com.palantir.parentInterface": {
|
|
8370
8313
|
"interfaceType": {
|
|
8371
|
-
"allExtendsInterfaces": [],
|
|
8372
|
-
"allLinks": [],
|
|
8373
|
-
"allProperties": [],
|
|
8374
|
-
"allPropertiesV2": {},
|
|
8375
|
-
"allPropertiesV3": {},
|
|
8376
8314
|
"apiName": "com.palantir.parentInterface",
|
|
8377
8315
|
"displayMetadata": {
|
|
8378
8316
|
"description": "parentInterface",
|
|
8379
8317
|
"displayName": "parentInterface",
|
|
8380
|
-
"icon": undefined,
|
|
8381
8318
|
},
|
|
8382
8319
|
"extendsInterfaces": [],
|
|
8383
8320
|
"links": [],
|
|
@@ -8481,6 +8418,7 @@ describe("Ontology Defining", () => {
|
|
|
8481
8418
|
"implementsInterfaces2": [
|
|
8482
8419
|
{
|
|
8483
8420
|
"interfaceTypeApiName": "com.palantir.childInterface",
|
|
8421
|
+
"linksV2": {},
|
|
8484
8422
|
"properties": {
|
|
8485
8423
|
"com.palantir.iProperty1": {
|
|
8486
8424
|
"propertyTypeRid": "property1",
|
|
@@ -8489,6 +8427,7 @@ describe("Ontology Defining", () => {
|
|
|
8489
8427
|
"propertyTypeRid": "property2",
|
|
8490
8428
|
},
|
|
8491
8429
|
},
|
|
8430
|
+
"propertiesV2": {},
|
|
8492
8431
|
},
|
|
8493
8432
|
],
|
|
8494
8433
|
"primaryKeys": [
|
|
@@ -8661,11 +8600,16 @@ describe("Ontology Defining", () => {
|
|
|
8661
8600
|
},
|
|
8662
8601
|
},
|
|
8663
8602
|
"importedTypes": {
|
|
8664
|
-
"actionTypes":
|
|
8665
|
-
"
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8603
|
+
"actionTypes": {},
|
|
8604
|
+
"blockPermissionInformation": {
|
|
8605
|
+
"actionTypes": {},
|
|
8606
|
+
"linkTypes": {},
|
|
8607
|
+
"objectTypes": {},
|
|
8608
|
+
},
|
|
8609
|
+
"interfaceTypes": {},
|
|
8610
|
+
"linkTypes": {},
|
|
8611
|
+
"objectTypes": {},
|
|
8612
|
+
"sharedPropertyTypes": {},
|
|
8669
8613
|
},
|
|
8670
8614
|
}
|
|
8671
8615
|
`);
|