@osdk/client.unstable 2.7.0-beta.8 → 2.7.0-rc.15
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 +35 -0
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +635 -30
- package/build/esm/index.js.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts +12 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +524 -24
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +33 -3
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +27 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts +10 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +62 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +153 -11
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +1 -5
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts +105 -11
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +40 -7
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +569 -9
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +138 -33
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -78,6 +78,7 @@ export interface ActionLogRule {
|
|
|
78
78
|
enabled: boolean;
|
|
79
79
|
propertyValues: Record<PropertyTypeId, ActionLogValue>;
|
|
80
80
|
reasonCodes: Array<PropertyTypeId>;
|
|
81
|
+
structFieldValues: Record<PropertyTypeId, Record<StructFieldRid, ActionLogStructFieldValue>>;
|
|
81
82
|
}
|
|
82
83
|
/**
|
|
83
84
|
* Users can optionally configure an ActionLogicRule for their ActionType that defines how Action parameters and
|
|
@@ -89,7 +90,58 @@ export interface ActionLogRuleModification {
|
|
|
89
90
|
enabled: boolean;
|
|
90
91
|
propertyValues: Record<PropertyTypeId, ActionLogValueModification>;
|
|
91
92
|
reasonCodes: Array<PropertyTypeId>;
|
|
93
|
+
structFieldValues: Record<PropertyTypeId, Array<ActionLogStructFieldMapping>>;
|
|
92
94
|
}
|
|
95
|
+
/**
|
|
96
|
+
* Maps a struct field (by RID or API name) to a value source for action log rules.
|
|
97
|
+
* Used in lists instead of maps to support StructFieldApiNameOrRid as keys.
|
|
98
|
+
*/
|
|
99
|
+
export interface ActionLogStructFieldMapping {
|
|
100
|
+
structFieldApiNameOrRid: StructFieldApiNameOrRid;
|
|
101
|
+
value: ActionLogStructFieldValueModification;
|
|
102
|
+
}
|
|
103
|
+
export interface ActionLogStructFieldValue_structParameterFieldValue {
|
|
104
|
+
type: "structParameterFieldValue";
|
|
105
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
106
|
+
}
|
|
107
|
+
export interface ActionLogStructFieldValue_structListParameterFieldValue {
|
|
108
|
+
type: "structListParameterFieldValue";
|
|
109
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
110
|
+
}
|
|
111
|
+
export interface ActionLogStructFieldValue_objectParameterStructFieldValue {
|
|
112
|
+
type: "objectParameterStructFieldValue";
|
|
113
|
+
objectParameterStructFieldValue: ObjectParameterStructFieldValue;
|
|
114
|
+
}
|
|
115
|
+
export interface ActionLogStructFieldValue_objectParameterStructListFieldValue {
|
|
116
|
+
type: "objectParameterStructListFieldValue";
|
|
117
|
+
objectParameterStructListFieldValue: ObjectParameterStructListFieldValue;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Values that can be mapped to struct fields in action log rules.
|
|
121
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
122
|
+
*/
|
|
123
|
+
export type ActionLogStructFieldValue = ActionLogStructFieldValue_structParameterFieldValue | ActionLogStructFieldValue_structListParameterFieldValue | ActionLogStructFieldValue_objectParameterStructFieldValue | ActionLogStructFieldValue_objectParameterStructListFieldValue;
|
|
124
|
+
export interface ActionLogStructFieldValueModification_structParameterFieldValue {
|
|
125
|
+
type: "structParameterFieldValue";
|
|
126
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
127
|
+
}
|
|
128
|
+
export interface ActionLogStructFieldValueModification_structListParameterFieldValue {
|
|
129
|
+
type: "structListParameterFieldValue";
|
|
130
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
131
|
+
}
|
|
132
|
+
export interface ActionLogStructFieldValueModification_objectParameterStructFieldValue {
|
|
133
|
+
type: "objectParameterStructFieldValue";
|
|
134
|
+
objectParameterStructFieldValue: ObjectParameterStructFieldValueModification;
|
|
135
|
+
}
|
|
136
|
+
export interface ActionLogStructFieldValueModification_objectParameterStructListFieldValue {
|
|
137
|
+
type: "objectParameterStructListFieldValue";
|
|
138
|
+
objectParameterStructListFieldValue: ObjectParameterStructListFieldValueModification;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Values that can be mapped to struct fields in action log rules for incoming requests.
|
|
142
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
143
|
+
*/
|
|
144
|
+
export type ActionLogStructFieldValueModification = ActionLogStructFieldValueModification_structParameterFieldValue | ActionLogStructFieldValueModification_structListParameterFieldValue | ActionLogStructFieldValueModification_objectParameterStructFieldValue | ActionLogStructFieldValueModification_objectParameterStructListFieldValue;
|
|
93
145
|
export interface ActionLogSummaryPart_message {
|
|
94
146
|
type: "message";
|
|
95
147
|
message: ActionLogMessage;
|
|
@@ -503,6 +555,7 @@ export interface ActionTypeDisplayMetadata {
|
|
|
503
555
|
icon?: Icon | null | undefined;
|
|
504
556
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
505
557
|
successMessage: Array<ActionTypeRichTextComponent>;
|
|
558
|
+
toolDescription?: string | null | undefined;
|
|
506
559
|
typeClasses: Array<TypeClass>;
|
|
507
560
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
508
561
|
}
|
|
@@ -524,6 +577,7 @@ export interface ActionTypeDisplayMetadataModification {
|
|
|
524
577
|
icon?: Icon | null | undefined;
|
|
525
578
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
526
579
|
successMessage: Array<ActionTypeRichTextComponent>;
|
|
580
|
+
toolDescription?: string | null | undefined;
|
|
527
581
|
typeClasses: Array<TypeClass>;
|
|
528
582
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
529
583
|
}
|
|
@@ -962,9 +1016,22 @@ export interface AddInterfaceLinkRuleModification {
|
|
|
962
1016
|
sourceObject: ParameterId;
|
|
963
1017
|
targetObject: ParameterId;
|
|
964
1018
|
}
|
|
1019
|
+
export interface AddInterfaceLinkRuleModificationV2 {
|
|
1020
|
+
interfaceLinkTypeRidOrIdInRequest: InterfaceLinkTypeRidOrIdInRequest;
|
|
1021
|
+
interfaceTypeRidOrIdInRequest: InterfaceTypeRidOrIdInRequest;
|
|
1022
|
+
sourceObjects: Array<LinkedObjectReferenceModification>;
|
|
1023
|
+
targetObjects: Array<LinkedObjectReferenceModification>;
|
|
1024
|
+
}
|
|
1025
|
+
export interface AddInterfaceLinkRuleV2 {
|
|
1026
|
+
interfaceLinkTypeRid: InterfaceLinkTypeRid;
|
|
1027
|
+
interfaceTypeRid: InterfaceTypeRid;
|
|
1028
|
+
sourceObjects: Array<LinkedObjectReference>;
|
|
1029
|
+
targetObjects: Array<LinkedObjectReference>;
|
|
1030
|
+
}
|
|
965
1031
|
export interface AddInterfaceRule {
|
|
966
1032
|
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
967
1033
|
interfaceTypeRid: InterfaceTypeRid;
|
|
1034
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
968
1035
|
objectType: ParameterId;
|
|
969
1036
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
970
1037
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
@@ -972,6 +1039,7 @@ export interface AddInterfaceRule {
|
|
|
972
1039
|
export interface AddInterfaceRuleModification {
|
|
973
1040
|
interfacePropertyTypeLogicRuleValueModifications: Array<InterfacePropertyTypeLogicRuleValueModification>;
|
|
974
1041
|
interfaceTypeRidOrIdInRequest: InterfaceTypeRidOrIdInRequest;
|
|
1042
|
+
logicRuleIdentifier?: LogicRuleIdentifier | null | undefined;
|
|
975
1043
|
objectType: ParameterId;
|
|
976
1044
|
sharedPropertyTypeLogicRuleValueModifications: Array<SharedPropertyTypeLogicRuleValueModification>;
|
|
977
1045
|
sharedPropertyTypeStructFieldLogicRuleValueModifications: Array<SharedPropertyTypeStructFieldLogicRuleValueModification>;
|
|
@@ -986,11 +1054,13 @@ export interface AddLinkRule {
|
|
|
986
1054
|
targetObject: ParameterId;
|
|
987
1055
|
}
|
|
988
1056
|
export interface AddObjectRule {
|
|
1057
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
989
1058
|
objectTypeId: ObjectTypeId;
|
|
990
1059
|
propertyValues: Record<PropertyTypeId, LogicRuleValue>;
|
|
991
1060
|
structFieldValues: Record<PropertyTypeId, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
992
1061
|
}
|
|
993
1062
|
export interface AddObjectRuleModification {
|
|
1063
|
+
logicRuleIdentifier?: LogicRuleIdentifier | null | undefined;
|
|
994
1064
|
objectTypeId: ObjectTypeId;
|
|
995
1065
|
propertyValues: Record<PropertyTypeId, LogicRuleValueModification>;
|
|
996
1066
|
structFieldValues: Record<PropertyTypeId, Record<ObjectTypeFieldApiName, StructFieldLogicRuleValueModification>>;
|
|
@@ -1144,7 +1214,11 @@ export interface AllowedParameterValues_valueType {
|
|
|
1144
1214
|
type: "valueType";
|
|
1145
1215
|
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
1146
1216
|
}
|
|
1147
|
-
export
|
|
1217
|
+
export interface AllowedParameterValues_scenarioReference {
|
|
1218
|
+
type: "scenarioReference";
|
|
1219
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
1220
|
+
}
|
|
1221
|
+
export type AllowedParameterValues = AllowedParameterValues_oneOf | AllowedParameterValues_range | AllowedParameterValues_objectQuery | AllowedParameterValues_interfaceObjectQuery | AllowedParameterValues_objectPropertyValue | AllowedParameterValues_interfacePropertyValue | AllowedParameterValues_objectList | AllowedParameterValues_user | AllowedParameterValues_multipassGroup | AllowedParameterValues_text | AllowedParameterValues_datetime | AllowedParameterValues_boolean | AllowedParameterValues_objectSetRid | AllowedParameterValues_attachment | AllowedParameterValues_cbacMarking | AllowedParameterValues_mandatoryMarking | AllowedParameterValues_mediaReference | AllowedParameterValues_objectTypeReference | AllowedParameterValues_timeSeriesReference | AllowedParameterValues_geohash | AllowedParameterValues_geoshape | AllowedParameterValues_geotimeSeriesReference | AllowedParameterValues_redacted | AllowedParameterValues_struct | AllowedParameterValues_valueType | AllowedParameterValues_scenarioReference;
|
|
1148
1222
|
export interface AllowedParameterValuesModification_oneOf {
|
|
1149
1223
|
type: "oneOf";
|
|
1150
1224
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -1245,7 +1319,11 @@ export interface AllowedParameterValuesModification_valueType {
|
|
|
1245
1319
|
type: "valueType";
|
|
1246
1320
|
valueType: ParameterValueTypeOrEmpty;
|
|
1247
1321
|
}
|
|
1248
|
-
export
|
|
1322
|
+
export interface AllowedParameterValuesModification_scenarioReference {
|
|
1323
|
+
type: "scenarioReference";
|
|
1324
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
1325
|
+
}
|
|
1326
|
+
export type AllowedParameterValuesModification = AllowedParameterValuesModification_oneOf | AllowedParameterValuesModification_range | AllowedParameterValuesModification_objectQuery | AllowedParameterValuesModification_interfaceObjectQuery | AllowedParameterValuesModification_objectPropertyValue | AllowedParameterValuesModification_interfacePropertyValue | AllowedParameterValuesModification_objectList | AllowedParameterValuesModification_user | AllowedParameterValuesModification_multipassGroup | AllowedParameterValuesModification_text | AllowedParameterValuesModification_datetime | AllowedParameterValuesModification_boolean | AllowedParameterValuesModification_objectSetRid | AllowedParameterValuesModification_attachment | AllowedParameterValuesModification_cbacMarking | AllowedParameterValuesModification_mandatoryMarking | AllowedParameterValuesModification_mediaReference | AllowedParameterValuesModification_objectTypeReference | AllowedParameterValuesModification_timeSeriesReference | AllowedParameterValuesModification_geohash | AllowedParameterValuesModification_geoshape | AllowedParameterValuesModification_geotimeSeriesReference | AllowedParameterValuesModification_redacted | AllowedParameterValuesModification_struct | AllowedParameterValuesModification_valueType | AllowedParameterValuesModification_scenarioReference;
|
|
1249
1327
|
export interface AllowedParameterValuesRequest_oneOf {
|
|
1250
1328
|
type: "oneOf";
|
|
1251
1329
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -1346,11 +1424,15 @@ export interface AllowedParameterValuesRequest_valueType {
|
|
|
1346
1424
|
type: "valueType";
|
|
1347
1425
|
valueType: ParameterValueTypeOrEmpty;
|
|
1348
1426
|
}
|
|
1427
|
+
export interface AllowedParameterValuesRequest_scenarioReference {
|
|
1428
|
+
type: "scenarioReference";
|
|
1429
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
1430
|
+
}
|
|
1349
1431
|
/**
|
|
1350
1432
|
* This type is used to decouple AllowParameterValues from the request type, should only be used within
|
|
1351
1433
|
* ActionTypeModificationRequest, PutParameterRequest, and EditParameterRequest object.
|
|
1352
1434
|
*/
|
|
1353
|
-
export type AllowedParameterValuesRequest = AllowedParameterValuesRequest_oneOf | AllowedParameterValuesRequest_range | AllowedParameterValuesRequest_objectQuery | AllowedParameterValuesRequest_interfaceObjectQuery | AllowedParameterValuesRequest_objectPropertyValue | AllowedParameterValuesRequest_interfacePropertyValue | AllowedParameterValuesRequest_objectList | AllowedParameterValuesRequest_user | AllowedParameterValuesRequest_multipassGroup | AllowedParameterValuesRequest_text | AllowedParameterValuesRequest_datetime | AllowedParameterValuesRequest_boolean | AllowedParameterValuesRequest_objectSetRid | AllowedParameterValuesRequest_attachment | AllowedParameterValuesRequest_cbacMarking | AllowedParameterValuesRequest_mandatoryMarking | AllowedParameterValuesRequest_mediaReference | AllowedParameterValuesRequest_objectTypeReference | AllowedParameterValuesRequest_timeSeriesReference | AllowedParameterValuesRequest_geohash | AllowedParameterValuesRequest_geoshape | AllowedParameterValuesRequest_geotimeSeriesReference | AllowedParameterValuesRequest_redacted | AllowedParameterValuesRequest_struct | AllowedParameterValuesRequest_valueType;
|
|
1435
|
+
export type AllowedParameterValuesRequest = AllowedParameterValuesRequest_oneOf | AllowedParameterValuesRequest_range | AllowedParameterValuesRequest_objectQuery | AllowedParameterValuesRequest_interfaceObjectQuery | AllowedParameterValuesRequest_objectPropertyValue | AllowedParameterValuesRequest_interfacePropertyValue | AllowedParameterValuesRequest_objectList | AllowedParameterValuesRequest_user | AllowedParameterValuesRequest_multipassGroup | AllowedParameterValuesRequest_text | AllowedParameterValuesRequest_datetime | AllowedParameterValuesRequest_boolean | AllowedParameterValuesRequest_objectSetRid | AllowedParameterValuesRequest_attachment | AllowedParameterValuesRequest_cbacMarking | AllowedParameterValuesRequest_mandatoryMarking | AllowedParameterValuesRequest_mediaReference | AllowedParameterValuesRequest_objectTypeReference | AllowedParameterValuesRequest_timeSeriesReference | AllowedParameterValuesRequest_geohash | AllowedParameterValuesRequest_geoshape | AllowedParameterValuesRequest_geotimeSeriesReference | AllowedParameterValuesRequest_redacted | AllowedParameterValuesRequest_struct | AllowedParameterValuesRequest_valueType | AllowedParameterValuesRequest_scenarioReference;
|
|
1354
1436
|
export interface AllowedStructFieldValues_oneOf {
|
|
1355
1437
|
type: "oneOf";
|
|
1356
1438
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -1484,8 +1566,14 @@ export interface AndConditionModification {
|
|
|
1484
1566
|
*/
|
|
1485
1567
|
export interface AnyNotificationRenderingCanFail {}
|
|
1486
1568
|
export interface ArrayPropertyType {
|
|
1569
|
+
reducers: Array<ArrayPropertyTypeReducer>;
|
|
1487
1570
|
subtype: Type;
|
|
1488
1571
|
}
|
|
1572
|
+
export interface ArrayPropertyTypeReducer {
|
|
1573
|
+
direction: ArrayPropertyTypeReducerSortDirection;
|
|
1574
|
+
field?: StructFieldRid | null | undefined;
|
|
1575
|
+
}
|
|
1576
|
+
export type ArrayPropertyTypeReducerSortDirection = "ASCENDING_NULLS_LAST" | "DESCENDING_NULLS_LAST";
|
|
1489
1577
|
export interface ArrayTypeDataConstraints {
|
|
1490
1578
|
elementsConstraint?: PropertyTypeDataConstraints | null | undefined;
|
|
1491
1579
|
elementsUnique?: ArrayTypeElementsUniqueConstraint | null | undefined;
|
|
@@ -1601,6 +1689,7 @@ export interface BatchedFunctionRuleModification {
|
|
|
1601
1689
|
export interface BatchGetEnrichedActionTypeMetadataRequest {
|
|
1602
1690
|
actionTypes: Array<ActionTypeRid>;
|
|
1603
1691
|
ontologyBranchRid?: OntologyBranchRid | null | undefined;
|
|
1692
|
+
versionReference?: VersionReference | null | undefined;
|
|
1604
1693
|
}
|
|
1605
1694
|
export interface BatchGetEnrichedActionTypeMetadataResponse {
|
|
1606
1695
|
enrichedMetadata: Record<ActionTypeRid, EnrichedActionTypeMetadata>;
|
|
@@ -1692,6 +1781,19 @@ export interface BranchMergedEvent {
|
|
|
1692
1781
|
ontologyBranch: OntologyBranch;
|
|
1693
1782
|
ontologyRid: OntologyRid;
|
|
1694
1783
|
}
|
|
1784
|
+
/**
|
|
1785
|
+
* Event indicating that an object type index on a branch should be reset. Any service receiving this event
|
|
1786
|
+
* should "reset" the state of the object type, as if the service were receiving an object type indexing event
|
|
1787
|
+
* on this branched object type for the first time, at the ontology version specified in the event.
|
|
1788
|
+
* For example, in Funnel this would mean resetting the state of the index and pulling in edits from main if
|
|
1789
|
+
* copy edits on initial indexing is configured.
|
|
1790
|
+
*/
|
|
1791
|
+
export interface BranchObjectTypeResetEvent {
|
|
1792
|
+
objectTypeRid: ObjectTypeRid;
|
|
1793
|
+
ontologyBranch: OntologyBranch;
|
|
1794
|
+
ontologyRid: OntologyRid;
|
|
1795
|
+
ontologyVersion: OntologyVersion;
|
|
1796
|
+
}
|
|
1695
1797
|
export interface BranchRecipientsBranchOwner {}
|
|
1696
1798
|
export interface BranchRecipientsSameAsMain {}
|
|
1697
1799
|
export type BuilderPipelineRid = string;
|
|
@@ -1943,6 +2045,24 @@ export interface ConditionValueModification_parameterLength {
|
|
|
1943
2045
|
}
|
|
1944
2046
|
export type ConditionValueModification = ConditionValueModification_parameterId | ConditionValueModification_staticValue | ConditionValueModification_objectParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValueV2 | ConditionValueModification_userProperty | ConditionValueModification_parameterLength;
|
|
1945
2047
|
/**
|
|
2048
|
+
* References a newly created object of interface by its type and primary key. Used to support creating
|
|
2049
|
+
* a new object and linking it to another object in the same action type for a parameter - primary key
|
|
2050
|
+
* mapping.
|
|
2051
|
+
*/
|
|
2052
|
+
export interface CreatedInterfaceObjectReferenceByPk {
|
|
2053
|
+
objectType: ParameterId;
|
|
2054
|
+
primaryKey: ParameterId;
|
|
2055
|
+
}
|
|
2056
|
+
/**
|
|
2057
|
+
* References a newly created object of interface by its type and unique identifier. Used to support creating
|
|
2058
|
+
* a new object and linking it to another object in the same action type for a unique identifier - primary key
|
|
2059
|
+
* mapping.
|
|
2060
|
+
*/
|
|
2061
|
+
export interface CreatedInterfaceObjectReferenceByUniqueIdentifier {
|
|
2062
|
+
objectType: ParameterId;
|
|
2063
|
+
uniqueIdentifier: UniqueIdentifier;
|
|
2064
|
+
}
|
|
2065
|
+
/**
|
|
1946
2066
|
* The time that the user submits the Action will be used for this value.
|
|
1947
2067
|
*/
|
|
1948
2068
|
export interface CurrentTime {}
|
|
@@ -3137,6 +3257,7 @@ export interface InterfaceCipherTextPropertyType {
|
|
|
3137
3257
|
}
|
|
3138
3258
|
export interface InterfaceDefinedPropertyType {
|
|
3139
3259
|
apiName: InterfacePropertyTypeApiName;
|
|
3260
|
+
baseFormatter?: BaseFormatter | null | undefined;
|
|
3140
3261
|
constraints: InterfaceDefinedPropertyTypeConstraints;
|
|
3141
3262
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
3142
3263
|
rid: InterfacePropertyTypeRid;
|
|
@@ -3225,9 +3346,6 @@ export interface InterfaceParameterPropertyValueModification {
|
|
|
3225
3346
|
parameterId: ParameterId;
|
|
3226
3347
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
3227
3348
|
}
|
|
3228
|
-
/**
|
|
3229
|
-
* Used to reference interface properties. Note, these are curently unsupported on the actions backend.
|
|
3230
|
-
*/
|
|
3231
3349
|
export interface InterfaceParameterPropertyValueModificationV2 {
|
|
3232
3350
|
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
3233
3351
|
parameterId: ParameterId;
|
|
@@ -3272,7 +3390,19 @@ export interface InterfacePropertyTypeImplementation_propertyTypeRid {
|
|
|
3272
3390
|
type: "propertyTypeRid";
|
|
3273
3391
|
propertyTypeRid: PropertyTypeRid;
|
|
3274
3392
|
}
|
|
3275
|
-
export
|
|
3393
|
+
export interface InterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
3394
|
+
type: "structPropertyTypeMapping";
|
|
3395
|
+
structPropertyTypeMapping: StructPropertyTypeImplementation;
|
|
3396
|
+
}
|
|
3397
|
+
export interface InterfacePropertyTypeImplementation_structField {
|
|
3398
|
+
type: "structField";
|
|
3399
|
+
structField: StructFieldImplementation;
|
|
3400
|
+
}
|
|
3401
|
+
export interface InterfacePropertyTypeImplementation_reducedProperty {
|
|
3402
|
+
type: "reducedProperty";
|
|
3403
|
+
reducedProperty: ReducedPropertyTypeImplementation;
|
|
3404
|
+
}
|
|
3405
|
+
export type InterfacePropertyTypeImplementation = InterfacePropertyTypeImplementation_propertyTypeRid | InterfacePropertyTypeImplementation_structPropertyTypeMapping | InterfacePropertyTypeImplementation_structField | InterfacePropertyTypeImplementation_reducedProperty;
|
|
3276
3406
|
export interface InterfacePropertyTypeLogicRuleValueModification {
|
|
3277
3407
|
interfacePropertyLogicRuleModification: PrimitiveOrStructLogicRuleModification;
|
|
3278
3408
|
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
@@ -3562,6 +3692,10 @@ export interface KnownFormatter_artifactGidFormatter {
|
|
|
3562
3692
|
type: "artifactGidFormatter";
|
|
3563
3693
|
artifactGidFormatter: ArtifactGidFormatter;
|
|
3564
3694
|
}
|
|
3695
|
+
export interface KnownFormatter_sidcFormatter {
|
|
3696
|
+
type: "sidcFormatter";
|
|
3697
|
+
sidcFormatter: SidcFormatter;
|
|
3698
|
+
}
|
|
3565
3699
|
export interface KnownFormatter_userId {
|
|
3566
3700
|
type: "userId";
|
|
3567
3701
|
userId: FormatterUserId;
|
|
@@ -3573,7 +3707,7 @@ export interface KnownFormatter_ridFormatter {
|
|
|
3573
3707
|
/**
|
|
3574
3708
|
* Contains a known format that informs the Front-End consumer to use a specific formatter.
|
|
3575
3709
|
*/
|
|
3576
|
-
export type KnownFormatter = KnownFormatter_artifactGidFormatter | KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
3710
|
+
export type KnownFormatter = KnownFormatter_artifactGidFormatter | KnownFormatter_sidcFormatter | KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
3577
3711
|
export interface LabelledValue {
|
|
3578
3712
|
label: string;
|
|
3579
3713
|
value: StaticValue;
|
|
@@ -3582,7 +3716,7 @@ export interface LabelledValue {
|
|
|
3582
3716
|
* A language-specific analyzer. Since some aren't provided natively with Elasticsearch, ontology-metadata cannot
|
|
3583
3717
|
* guarantee that a given language-specific analyzer will be available for use.
|
|
3584
3718
|
*/
|
|
3585
|
-
export type LanguageAnalyzer = "FRENCH" | "GERMAN" | "JAPANESE" | "KOREAN" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
3719
|
+
export type LanguageAnalyzer = "ENGLISH" | "FRENCH" | "GERMAN" | "JAPANESE" | "KOREAN" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
3586
3720
|
/**
|
|
3587
3721
|
* ResourceIdentifier for lime indexes.
|
|
3588
3722
|
*/
|
|
@@ -3621,6 +3755,46 @@ export interface LinkedEntityTypeRidOrIdInRequest_interfaceType {
|
|
|
3621
3755
|
interfaceType: InterfaceTypeRidOrIdInRequest;
|
|
3622
3756
|
}
|
|
3623
3757
|
export type LinkedEntityTypeRidOrIdInRequest = LinkedEntityTypeRidOrIdInRequest_objectType | LinkedEntityTypeRidOrIdInRequest_interfaceType;
|
|
3758
|
+
export interface LinkedObjectReference_existingObject {
|
|
3759
|
+
type: "existingObject";
|
|
3760
|
+
existingObject: ParameterId;
|
|
3761
|
+
}
|
|
3762
|
+
export interface LinkedObjectReference_createdObjectReference {
|
|
3763
|
+
type: "createdObjectReference";
|
|
3764
|
+
createdObjectReference: LogicRuleRid;
|
|
3765
|
+
}
|
|
3766
|
+
export interface LinkedObjectReference_createdInterfaceObjectReferenceByPk {
|
|
3767
|
+
type: "createdInterfaceObjectReferenceByPk";
|
|
3768
|
+
createdInterfaceObjectReferenceByPk: CreatedInterfaceObjectReferenceByPk;
|
|
3769
|
+
}
|
|
3770
|
+
export interface LinkedObjectReference_createdInterfaceObjectReferenceByUniqueIdentifier {
|
|
3771
|
+
type: "createdInterfaceObjectReferenceByUniqueIdentifier";
|
|
3772
|
+
createdInterfaceObjectReferenceByUniqueIdentifier: CreatedInterfaceObjectReferenceByUniqueIdentifier;
|
|
3773
|
+
}
|
|
3774
|
+
/**
|
|
3775
|
+
* References to object(s) that will be linked.
|
|
3776
|
+
*/
|
|
3777
|
+
export type LinkedObjectReference = LinkedObjectReference_existingObject | LinkedObjectReference_createdObjectReference | LinkedObjectReference_createdInterfaceObjectReferenceByPk | LinkedObjectReference_createdInterfaceObjectReferenceByUniqueIdentifier;
|
|
3778
|
+
export interface LinkedObjectReferenceModification_existingObject {
|
|
3779
|
+
type: "existingObject";
|
|
3780
|
+
existingObject: ParameterId;
|
|
3781
|
+
}
|
|
3782
|
+
export interface LinkedObjectReferenceModification_createdObjectReference {
|
|
3783
|
+
type: "createdObjectReference";
|
|
3784
|
+
createdObjectReference: LogicRuleIdentifier;
|
|
3785
|
+
}
|
|
3786
|
+
export interface LinkedObjectReferenceModification_createdInterfaceObjectReferenceByPk {
|
|
3787
|
+
type: "createdInterfaceObjectReferenceByPk";
|
|
3788
|
+
createdInterfaceObjectReferenceByPk: CreatedInterfaceObjectReferenceByPk;
|
|
3789
|
+
}
|
|
3790
|
+
export interface LinkedObjectReferenceModification_createdInterfaceObjectReferenceByUniqueIdentifier {
|
|
3791
|
+
type: "createdInterfaceObjectReferenceByUniqueIdentifier";
|
|
3792
|
+
createdInterfaceObjectReferenceByUniqueIdentifier: CreatedInterfaceObjectReferenceByUniqueIdentifier;
|
|
3793
|
+
}
|
|
3794
|
+
/**
|
|
3795
|
+
* References to object(s) that will be linked.
|
|
3796
|
+
*/
|
|
3797
|
+
export type LinkedObjectReferenceModification = LinkedObjectReferenceModification_existingObject | LinkedObjectReferenceModification_createdObjectReference | LinkedObjectReferenceModification_createdInterfaceObjectReferenceByPk | LinkedObjectReferenceModification_createdInterfaceObjectReferenceByUniqueIdentifier;
|
|
3624
3798
|
export interface LinkMetadata_linkType {
|
|
3625
3799
|
type: "linkType";
|
|
3626
3800
|
linkType: LinkType;
|
|
@@ -3838,7 +4012,7 @@ export interface LinkTypeUpdatedEvent {
|
|
|
3838
4012
|
ontologyVersion: OntologyVersion;
|
|
3839
4013
|
}
|
|
3840
4014
|
export type LiveDeploymentRid = string;
|
|
3841
|
-
export type LmsEmbeddingModel = "OPENAI_TEXT_EMBEDDING_ADA_002" | "TEXT_EMBEDDING_3_SMALL" | "TEXT_EMBEDDING_3_LARGE" | "SNOWFLAKE_ARCTIC_EMBED_M" | "INSTRUCTOR_LARGE" | "BGE_BASE_EN_V1_5";
|
|
4015
|
+
export type LmsEmbeddingModel = "OPENAI_TEXT_EMBEDDING_ADA_002" | "TEXT_EMBEDDING_3_SMALL" | "TEXT_EMBEDDING_3_LARGE" | "SNOWFLAKE_ARCTIC_EMBED_M" | "LLAMA_3_2_NV_EMBEDQA_1B_V2" | "INSTRUCTOR_LARGE" | "BGE_BASE_EN_V1_5";
|
|
3842
4016
|
export interface LoadActionTypesFromOntologyRequest {
|
|
3843
4017
|
actionTypes: Array<OntologyActionTypeLoadRequest>;
|
|
3844
4018
|
}
|
|
@@ -3945,6 +4119,7 @@ export type LoadAllObjectTypesPageToken = string;
|
|
|
3945
4119
|
*/
|
|
3946
4120
|
export interface LoadAllOntologiesRequest {
|
|
3947
4121
|
includeEmptyDefaultOntology?: boolean | null | undefined;
|
|
4122
|
+
includeOntologiesWithDeletedProject?: boolean | null | undefined;
|
|
3948
4123
|
}
|
|
3949
4124
|
/**
|
|
3950
4125
|
* Response to LoadAllOntologiesRequest. This includes information
|
|
@@ -4042,6 +4217,10 @@ export interface LogicRule_addInterfaceLinkRule {
|
|
|
4042
4217
|
type: "addInterfaceLinkRule";
|
|
4043
4218
|
addInterfaceLinkRule: AddInterfaceLinkRule;
|
|
4044
4219
|
}
|
|
4220
|
+
export interface LogicRule_addInterfaceLinkRuleV2 {
|
|
4221
|
+
type: "addInterfaceLinkRuleV2";
|
|
4222
|
+
addInterfaceLinkRuleV2: AddInterfaceLinkRuleV2;
|
|
4223
|
+
}
|
|
4045
4224
|
export interface LogicRule_deleteInterfaceLinkRule {
|
|
4046
4225
|
type: "deleteInterfaceLinkRule";
|
|
4047
4226
|
deleteInterfaceLinkRule: DeleteInterfaceLinkRule;
|
|
@@ -4054,7 +4233,27 @@ export interface LogicRule_batchedFunctionRule {
|
|
|
4054
4233
|
type: "batchedFunctionRule";
|
|
4055
4234
|
batchedFunctionRule: BatchedFunctionRule;
|
|
4056
4235
|
}
|
|
4057
|
-
export
|
|
4236
|
+
export interface LogicRule_scenarioRule {
|
|
4237
|
+
type: "scenarioRule";
|
|
4238
|
+
scenarioRule: ScenarioRule;
|
|
4239
|
+
}
|
|
4240
|
+
export type LogicRule = LogicRule_addObjectRule | LogicRule_addOrModifyObjectRule | LogicRule_addOrModifyObjectRuleV2 | LogicRule_modifyObjectRule | LogicRule_deleteObjectRule | LogicRule_addInterfaceRule | LogicRule_modifyInterfaceRule | LogicRule_addLinkRule | LogicRule_deleteLinkRule | LogicRule_addInterfaceLinkRule | LogicRule_addInterfaceLinkRuleV2 | LogicRule_deleteInterfaceLinkRule | LogicRule_functionRule | LogicRule_batchedFunctionRule | LogicRule_scenarioRule;
|
|
4241
|
+
export interface LogicRuleIdentifier_rid {
|
|
4242
|
+
type: "rid";
|
|
4243
|
+
rid: LogicRuleRid;
|
|
4244
|
+
}
|
|
4245
|
+
export interface LogicRuleIdentifier_logicRuleIdInRequest {
|
|
4246
|
+
type: "logicRuleIdInRequest";
|
|
4247
|
+
logicRuleIdInRequest: LogicRuleIdInRequest;
|
|
4248
|
+
}
|
|
4249
|
+
/**
|
|
4250
|
+
* A type to uniquely identify a logic rule in an ActionType.
|
|
4251
|
+
*/
|
|
4252
|
+
export type LogicRuleIdentifier = LogicRuleIdentifier_rid | LogicRuleIdentifier_logicRuleIdInRequest;
|
|
4253
|
+
/**
|
|
4254
|
+
* Reference to a LogicRule. Used when referencing a LogicRule in the same request it is created in.
|
|
4255
|
+
*/
|
|
4256
|
+
export type LogicRuleIdInRequest = string;
|
|
4058
4257
|
export interface LogicRuleModification_addObjectRule {
|
|
4059
4258
|
type: "addObjectRule";
|
|
4060
4259
|
addObjectRule: AddObjectRuleModification;
|
|
@@ -4095,10 +4294,18 @@ export interface LogicRuleModification_addInterfaceLinkRule {
|
|
|
4095
4294
|
type: "addInterfaceLinkRule";
|
|
4096
4295
|
addInterfaceLinkRule: AddInterfaceLinkRuleModification;
|
|
4097
4296
|
}
|
|
4297
|
+
export interface LogicRuleModification_addInterfaceLinkRuleV2 {
|
|
4298
|
+
type: "addInterfaceLinkRuleV2";
|
|
4299
|
+
addInterfaceLinkRuleV2: AddInterfaceLinkRuleModificationV2;
|
|
4300
|
+
}
|
|
4098
4301
|
export interface LogicRuleModification_deleteInterfaceLinkRule {
|
|
4099
4302
|
type: "deleteInterfaceLinkRule";
|
|
4100
4303
|
deleteInterfaceLinkRule: DeleteInterfaceLinkRuleModification;
|
|
4101
4304
|
}
|
|
4305
|
+
export interface LogicRuleModification_scenarioRule {
|
|
4306
|
+
type: "scenarioRule";
|
|
4307
|
+
scenarioRule: ScenarioRuleModification;
|
|
4308
|
+
}
|
|
4102
4309
|
export interface LogicRuleModification_functionRule {
|
|
4103
4310
|
type: "functionRule";
|
|
4104
4311
|
functionRule: FunctionRuleModification;
|
|
@@ -4107,7 +4314,8 @@ export interface LogicRuleModification_batchedFunctionRule {
|
|
|
4107
4314
|
type: "batchedFunctionRule";
|
|
4108
4315
|
batchedFunctionRule: BatchedFunctionRuleModification;
|
|
4109
4316
|
}
|
|
4110
|
-
export type LogicRuleModification = LogicRuleModification_addObjectRule | LogicRuleModification_addOrModifyObjectRule | LogicRuleModification_addOrModifyObjectRuleV2 | LogicRuleModification_modifyObjectRule | LogicRuleModification_deleteObjectRule | LogicRuleModification_addInterfaceRule | LogicRuleModification_modifyInterfaceRule | LogicRuleModification_addLinkRule | LogicRuleModification_deleteLinkRule | LogicRuleModification_addInterfaceLinkRule | LogicRuleModification_deleteInterfaceLinkRule | LogicRuleModification_functionRule | LogicRuleModification_batchedFunctionRule;
|
|
4317
|
+
export type LogicRuleModification = LogicRuleModification_addObjectRule | LogicRuleModification_addOrModifyObjectRule | LogicRuleModification_addOrModifyObjectRuleV2 | LogicRuleModification_modifyObjectRule | LogicRuleModification_deleteObjectRule | LogicRuleModification_addInterfaceRule | LogicRuleModification_modifyInterfaceRule | LogicRuleModification_addLinkRule | LogicRuleModification_deleteLinkRule | LogicRuleModification_addInterfaceLinkRule | LogicRuleModification_addInterfaceLinkRuleV2 | LogicRuleModification_deleteInterfaceLinkRule | LogicRuleModification_scenarioRule | LogicRuleModification_functionRule | LogicRuleModification_batchedFunctionRule;
|
|
4318
|
+
export type LogicRuleRid = string;
|
|
4111
4319
|
export interface LogicRuleValue_parameterId {
|
|
4112
4320
|
type: "parameterId";
|
|
4113
4321
|
parameterId: ParameterId;
|
|
@@ -4268,6 +4476,11 @@ export interface ManyToManyLinkTypeStreamDatasource {
|
|
|
4268
4476
|
retentionPolicy: RetentionPolicy;
|
|
4269
4477
|
streamLocator: StreamLocator;
|
|
4270
4478
|
}
|
|
4479
|
+
/**
|
|
4480
|
+
* Display name for a marking. If present, this should be used for display purposes
|
|
4481
|
+
* instead of the MarkingId. If empty, fall back to using the MarkingId.
|
|
4482
|
+
*/
|
|
4483
|
+
export type MarkingDisplayName = string | null | undefined;
|
|
4271
4484
|
export interface MarkingFilter_markingTypes {
|
|
4272
4485
|
type: "markingTypes";
|
|
4273
4486
|
markingTypes: MarkingTypesFilter;
|
|
@@ -4280,6 +4493,13 @@ export type MarkingFilter = MarkingFilter_markingTypes;
|
|
|
4280
4493
|
* A Cbac, Mandatory or Organization marking ID
|
|
4281
4494
|
*/
|
|
4282
4495
|
export type MarkingId = string;
|
|
4496
|
+
/**
|
|
4497
|
+
* Combined information about a marking including its type and optional display name.
|
|
4498
|
+
*/
|
|
4499
|
+
export interface MarkingInfo {
|
|
4500
|
+
displayName: MarkingDisplayName;
|
|
4501
|
+
markingType: MarkingType;
|
|
4502
|
+
}
|
|
4283
4503
|
export interface MarkingPropertyType {
|
|
4284
4504
|
markingType: MarkingType;
|
|
4285
4505
|
}
|
|
@@ -4438,6 +4658,23 @@ export interface MultiplicationOperation {
|
|
|
4438
4658
|
rightOperand: ParameterTransformPrefillValue;
|
|
4439
4659
|
}
|
|
4440
4660
|
export interface MustBeEmpty {}
|
|
4661
|
+
export interface NestedInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
4662
|
+
type: "propertyTypeRid";
|
|
4663
|
+
propertyTypeRid: PropertyTypeRid;
|
|
4664
|
+
}
|
|
4665
|
+
export interface NestedInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
4666
|
+
type: "structPropertyTypeMapping";
|
|
4667
|
+
structPropertyTypeMapping: StructPropertyTypeImplementation;
|
|
4668
|
+
}
|
|
4669
|
+
export interface NestedInterfacePropertyTypeImplementation_structField {
|
|
4670
|
+
type: "structField";
|
|
4671
|
+
structField: StructFieldImplementation;
|
|
4672
|
+
}
|
|
4673
|
+
/**
|
|
4674
|
+
* Copy of InterfacePropertyTypeImplementation without reducedProperty to avoid enabling nested reducer
|
|
4675
|
+
* implementations.
|
|
4676
|
+
*/
|
|
4677
|
+
export type NestedInterfacePropertyTypeImplementation = NestedInterfacePropertyTypeImplementation_propertyTypeRid | NestedInterfacePropertyTypeImplementation_structPropertyTypeMapping | NestedInterfacePropertyTypeImplementation_structField;
|
|
4441
4678
|
export interface NestedStructFieldApiNameMapping {
|
|
4442
4679
|
apiName: ObjectTypeFieldApiName;
|
|
4443
4680
|
mappings: Record<StructFieldName, NestedStructFieldApiNameMapping>;
|
|
@@ -5102,7 +5339,15 @@ export interface ObjectTypeError_patchBackupInitializationConfigurationSourceDoe
|
|
|
5102
5339
|
type: "patchBackupInitializationConfigurationSourceDoesNotExist";
|
|
5103
5340
|
patchBackupInitializationConfigurationSourceDoesNotExist: PatchBackupInitializationConfigurationSourceDoesNotExistError;
|
|
5104
5341
|
}
|
|
5105
|
-
export
|
|
5342
|
+
export interface ObjectTypeError_reducerStructFieldApiNamesNotFound {
|
|
5343
|
+
type: "reducerStructFieldApiNamesNotFound";
|
|
5344
|
+
reducerStructFieldApiNamesNotFound: ObjectTypeReducerStructFieldApiNamesNotFoundError;
|
|
5345
|
+
}
|
|
5346
|
+
export interface ObjectTypeError_mainValueStructFieldApiNamesNotFound {
|
|
5347
|
+
type: "mainValueStructFieldApiNamesNotFound";
|
|
5348
|
+
mainValueStructFieldApiNamesNotFound: ObjectTypeMainValueStructFieldApiNamesNotFoundError;
|
|
5349
|
+
}
|
|
5350
|
+
export type ObjectTypeError = ObjectTypeError_objectTypesAlreadyExist | ObjectTypeError_objectTypesNotFound | ObjectTypeError_objectTypeRidsNotFound | ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist | ObjectTypeError_reducerStructFieldApiNamesNotFound | ObjectTypeError_mainValueStructFieldApiNamesNotFound;
|
|
5106
5351
|
/**
|
|
5107
5352
|
* A string indicating the API Name to use for the given entity that will be a field of an ObjectType.
|
|
5108
5353
|
* This API name will be used to access the entity in programming languages.
|
|
@@ -5153,6 +5398,7 @@ export interface ObjectTypeIdsAndInterfaceTypeRids {
|
|
|
5153
5398
|
*/
|
|
5154
5399
|
export interface ObjectTypeInputManagerProperties {
|
|
5155
5400
|
datasources: Array<DatasourceRid>;
|
|
5401
|
+
isUserCodeWorkflow?: boolean | null | undefined;
|
|
5156
5402
|
}
|
|
5157
5403
|
/**
|
|
5158
5404
|
* ResourceIdentifier for the object type input manager.
|
|
@@ -5195,6 +5441,15 @@ export interface ObjectTypeLoadResponse {
|
|
|
5195
5441
|
resolvedBranch: ResolvedBranch;
|
|
5196
5442
|
}
|
|
5197
5443
|
/**
|
|
5444
|
+
* Struct property type main value references struct field API names that do not exist on the overall struct
|
|
5445
|
+
* property type.
|
|
5446
|
+
*/
|
|
5447
|
+
export interface ObjectTypeMainValueStructFieldApiNamesNotFoundError {
|
|
5448
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
5449
|
+
objectTypeId?: ObjectTypeId | null | undefined;
|
|
5450
|
+
propertyTypeId?: PropertyTypeId | null | undefined;
|
|
5451
|
+
}
|
|
5452
|
+
/**
|
|
5198
5453
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
5199
5454
|
*/
|
|
5200
5455
|
export interface ObjectTypeMediaDatasource {
|
|
@@ -5210,6 +5465,7 @@ export interface ObjectTypeMediaSetViewDatasource {
|
|
|
5210
5465
|
assumedMarkings: Array<MarkingId>;
|
|
5211
5466
|
mediaSetViewLocator: MediaSetViewLocator;
|
|
5212
5467
|
properties: Array<PropertyTypeRid>;
|
|
5468
|
+
uploadProperties: Array<PropertyTypeRid>;
|
|
5213
5469
|
}
|
|
5214
5470
|
/**
|
|
5215
5471
|
* ResourceIdentifier for the object type metadata input manager.
|
|
@@ -5236,6 +5492,15 @@ export interface ObjectTypePeeringMetadataV1 {
|
|
|
5236
5492
|
*/
|
|
5237
5493
|
export type ObjectTypePeeringRid = string;
|
|
5238
5494
|
/**
|
|
5495
|
+
* Array property type reducers reference struct field API names that do not exist on the overall struct property
|
|
5496
|
+
* type.
|
|
5497
|
+
*/
|
|
5498
|
+
export interface ObjectTypeReducerStructFieldApiNamesNotFoundError {
|
|
5499
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
5500
|
+
objectTypeId?: ObjectTypeId | null | undefined;
|
|
5501
|
+
propertyTypeId?: PropertyTypeId | null | undefined;
|
|
5502
|
+
}
|
|
5503
|
+
/**
|
|
5239
5504
|
* Object type datasource representing a restricted view on top of a stream.
|
|
5240
5505
|
*/
|
|
5241
5506
|
export interface ObjectTypeRestrictedStreamDatasource {
|
|
@@ -5521,6 +5786,11 @@ export interface OntologyEntitiesUsedInTypeGroup {
|
|
|
5521
5786
|
actionTypeRids: Array<ActionTypeRid>;
|
|
5522
5787
|
objectTypeRids: Array<ObjectTypeRid>;
|
|
5523
5788
|
}
|
|
5789
|
+
export interface OntologyIndexingEvent_branchObjectTypeReset {
|
|
5790
|
+
type: "branchObjectTypeReset";
|
|
5791
|
+
branchObjectTypeReset: BranchObjectTypeResetEvent;
|
|
5792
|
+
}
|
|
5793
|
+
export type OntologyIndexingEvent = OntologyIndexingEvent_branchObjectTypeReset;
|
|
5524
5794
|
/**
|
|
5525
5795
|
* Information about an Ontology.
|
|
5526
5796
|
*/
|
|
@@ -5557,7 +5827,29 @@ export interface OntologyIrActionLogRule {
|
|
|
5557
5827
|
enabled: boolean;
|
|
5558
5828
|
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrActionLogValue>;
|
|
5559
5829
|
reasonCodes: Array<ObjectTypeFieldApiName>;
|
|
5830
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, OntologyIrActionLogStructFieldValue>>;
|
|
5831
|
+
}
|
|
5832
|
+
export interface OntologyIrActionLogStructFieldValue_structParameterFieldValue {
|
|
5833
|
+
type: "structParameterFieldValue";
|
|
5834
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
5835
|
+
}
|
|
5836
|
+
export interface OntologyIrActionLogStructFieldValue_structListParameterFieldValue {
|
|
5837
|
+
type: "structListParameterFieldValue";
|
|
5838
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
5560
5839
|
}
|
|
5840
|
+
export interface OntologyIrActionLogStructFieldValue_objectParameterStructFieldValue {
|
|
5841
|
+
type: "objectParameterStructFieldValue";
|
|
5842
|
+
objectParameterStructFieldValue: OntologyIrObjectParameterStructFieldValue;
|
|
5843
|
+
}
|
|
5844
|
+
export interface OntologyIrActionLogStructFieldValue_objectParameterStructListFieldValue {
|
|
5845
|
+
type: "objectParameterStructListFieldValue";
|
|
5846
|
+
objectParameterStructListFieldValue: OntologyIrObjectParameterStructListFieldValue;
|
|
5847
|
+
}
|
|
5848
|
+
/**
|
|
5849
|
+
* Values that can be mapped to struct fields in action log rules.
|
|
5850
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
5851
|
+
*/
|
|
5852
|
+
export type OntologyIrActionLogStructFieldValue = OntologyIrActionLogStructFieldValue_structParameterFieldValue | OntologyIrActionLogStructFieldValue_structListParameterFieldValue | OntologyIrActionLogStructFieldValue_objectParameterStructFieldValue | OntologyIrActionLogStructFieldValue_objectParameterStructListFieldValue;
|
|
5561
5853
|
export interface OntologyIrActionLogValue_parameterValue {
|
|
5562
5854
|
type: "parameterValue";
|
|
5563
5855
|
parameterValue: ParameterId;
|
|
@@ -5758,8 +6050,16 @@ export interface OntologyIrAddInterfaceLinkRule {
|
|
|
5758
6050
|
sourceObject: ParameterId;
|
|
5759
6051
|
targetObject: ParameterId;
|
|
5760
6052
|
}
|
|
6053
|
+
export interface OntologyIrAddInterfaceLinkRuleV2 {
|
|
6054
|
+
interfaceLinkTypeRid: InterfaceLinkTypeApiName;
|
|
6055
|
+
interfaceTypeRid: InterfaceTypeApiName;
|
|
6056
|
+
sourceObjects: Array<LinkedObjectReference>;
|
|
6057
|
+
targetObjects: Array<LinkedObjectReference>;
|
|
6058
|
+
}
|
|
5761
6059
|
export interface OntologyIrAddInterfaceRule {
|
|
5762
6060
|
interfaceApiName: InterfaceTypeApiName;
|
|
6061
|
+
interfacePropertyValues: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyLogicRuleValue>;
|
|
6062
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
5763
6063
|
objectTypeParameter: ParameterId;
|
|
5764
6064
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5765
6065
|
}
|
|
@@ -5768,6 +6068,7 @@ export interface OntologyIrAdditionOperation {
|
|
|
5768
6068
|
rightOperand: OntologyIrParameterTransformPrefillValue;
|
|
5769
6069
|
}
|
|
5770
6070
|
export interface OntologyIrAddObjectRule {
|
|
6071
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
5771
6072
|
objectTypeId: ObjectTypeApiName;
|
|
5772
6073
|
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5773
6074
|
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
@@ -5886,7 +6187,11 @@ export interface OntologyIrAllowedParameterValues_valueType {
|
|
|
5886
6187
|
type: "valueType";
|
|
5887
6188
|
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
5888
6189
|
}
|
|
5889
|
-
export
|
|
6190
|
+
export interface OntologyIrAllowedParameterValues_scenarioReference {
|
|
6191
|
+
type: "scenarioReference";
|
|
6192
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
6193
|
+
}
|
|
6194
|
+
export type OntologyIrAllowedParameterValues = OntologyIrAllowedParameterValues_oneOf | OntologyIrAllowedParameterValues_range | OntologyIrAllowedParameterValues_objectQuery | OntologyIrAllowedParameterValues_interfaceObjectQuery | OntologyIrAllowedParameterValues_objectPropertyValue | OntologyIrAllowedParameterValues_interfacePropertyValue | OntologyIrAllowedParameterValues_objectList | OntologyIrAllowedParameterValues_user | OntologyIrAllowedParameterValues_multipassGroup | OntologyIrAllowedParameterValues_text | OntologyIrAllowedParameterValues_datetime | OntologyIrAllowedParameterValues_boolean | OntologyIrAllowedParameterValues_objectSetRid | OntologyIrAllowedParameterValues_attachment | OntologyIrAllowedParameterValues_cbacMarking | OntologyIrAllowedParameterValues_mandatoryMarking | OntologyIrAllowedParameterValues_mediaReference | OntologyIrAllowedParameterValues_objectTypeReference | OntologyIrAllowedParameterValues_timeSeriesReference | OntologyIrAllowedParameterValues_geohash | OntologyIrAllowedParameterValues_geoshape | OntologyIrAllowedParameterValues_geotimeSeriesReference | OntologyIrAllowedParameterValues_redacted | OntologyIrAllowedParameterValues_valueType | OntologyIrAllowedParameterValues_scenarioReference;
|
|
5890
6195
|
export interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
5891
6196
|
type: "oneOf";
|
|
5892
6197
|
oneOf: OntologyIrParameterValueOneOfOrEmpty;
|
|
@@ -5931,8 +6236,13 @@ export interface OntologyIrAndCondition {
|
|
|
5931
6236
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
5932
6237
|
}
|
|
5933
6238
|
export interface OntologyIrArrayPropertyType {
|
|
6239
|
+
reducers: Array<OntologyIrArrayPropertyTypeReducer>;
|
|
5934
6240
|
subtype: OntologyIrType;
|
|
5935
6241
|
}
|
|
6242
|
+
export interface OntologyIrArrayPropertyTypeReducer {
|
|
6243
|
+
direction: ArrayPropertyTypeReducerSortDirection;
|
|
6244
|
+
field?: StructFieldRid | null | undefined;
|
|
6245
|
+
}
|
|
5936
6246
|
export interface OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput {
|
|
5937
6247
|
type: "staticDirectInput";
|
|
5938
6248
|
staticDirectInput: OntologyIrStaticWebhookWithDirectInput;
|
|
@@ -6333,7 +6643,19 @@ export interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
|
6333
6643
|
type: "propertyTypeRid";
|
|
6334
6644
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
6335
6645
|
}
|
|
6336
|
-
export
|
|
6646
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
6647
|
+
type: "structPropertyTypeMapping";
|
|
6648
|
+
structPropertyTypeMapping: OntologyIrStructPropertyTypeImplementation;
|
|
6649
|
+
}
|
|
6650
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_structField {
|
|
6651
|
+
type: "structField";
|
|
6652
|
+
structField: OntologyIrStructFieldImplementation;
|
|
6653
|
+
}
|
|
6654
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_reducedProperty {
|
|
6655
|
+
type: "reducedProperty";
|
|
6656
|
+
reducedProperty: OntologyIrReducedPropertyTypeImplementation;
|
|
6657
|
+
}
|
|
6658
|
+
export type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid | OntologyIrInterfacePropertyTypeImplementation_structPropertyTypeMapping | OntologyIrInterfacePropertyTypeImplementation_structField | OntologyIrInterfacePropertyTypeImplementation_reducedProperty;
|
|
6337
6659
|
export interface OntologyIrInterfacePropertyTypeType_array {
|
|
6338
6660
|
type: "array";
|
|
6339
6661
|
array: OntologyIrInterfaceArrayPropertyType;
|
|
@@ -6555,7 +6877,15 @@ export interface OntologyIrLogicRule_deleteLinkRule {
|
|
|
6555
6877
|
type: "deleteLinkRule";
|
|
6556
6878
|
deleteLinkRule: DeleteLinkRule;
|
|
6557
6879
|
}
|
|
6558
|
-
export
|
|
6880
|
+
export interface OntologyIrLogicRule_addInterfaceLinkRuleV2 {
|
|
6881
|
+
type: "addInterfaceLinkRuleV2";
|
|
6882
|
+
addInterfaceLinkRuleV2: OntologyIrAddInterfaceLinkRuleV2;
|
|
6883
|
+
}
|
|
6884
|
+
export interface OntologyIrLogicRule_scenarioRule {
|
|
6885
|
+
type: "scenarioRule";
|
|
6886
|
+
scenarioRule: OntologyIrScenarioRule;
|
|
6887
|
+
}
|
|
6888
|
+
export type OntologyIrLogicRule = OntologyIrLogicRule_addObjectRule | OntologyIrLogicRule_addOrModifyObjectRuleV2 | OntologyIrLogicRule_modifyObjectRule | OntologyIrLogicRule_deleteObjectRule | OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule | OntologyIrLogicRule_addLinkRule | OntologyIrLogicRule_deleteLinkRule | OntologyIrLogicRule_addInterfaceLinkRuleV2 | OntologyIrLogicRule_scenarioRule;
|
|
6559
6889
|
export interface OntologyIrLogicRuleValue_parameterId {
|
|
6560
6890
|
type: "parameterId";
|
|
6561
6891
|
parameterId: ParameterId;
|
|
@@ -6664,7 +6994,9 @@ export interface OntologyIrMediaSourceRid_datasetRid {
|
|
|
6664
6994
|
*/
|
|
6665
6995
|
export type OntologyIrMediaSourceRid = OntologyIrMediaSourceRid_mediaSetRid | OntologyIrMediaSourceRid_datasetRid;
|
|
6666
6996
|
export interface OntologyIrModifyInterfaceRule {
|
|
6997
|
+
interfaceApiName: InterfaceTypeApiName;
|
|
6667
6998
|
interfaceObjectToModifyParameter: ParameterId;
|
|
6999
|
+
interfacePropertyValues: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyLogicRuleValue>;
|
|
6668
7000
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
6669
7001
|
}
|
|
6670
7002
|
export interface OntologyIrModifyObjectRule {
|
|
@@ -6684,6 +7016,23 @@ export interface OntologyIrMultiplicationOperation {
|
|
|
6684
7016
|
leftOperand: OntologyIrParameterTransformPrefillValue;
|
|
6685
7017
|
rightOperand: OntologyIrParameterTransformPrefillValue;
|
|
6686
7018
|
}
|
|
7019
|
+
export interface OntologyIrNestedInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
7020
|
+
type: "propertyTypeRid";
|
|
7021
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
7022
|
+
}
|
|
7023
|
+
export interface OntologyIrNestedInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
7024
|
+
type: "structPropertyTypeMapping";
|
|
7025
|
+
structPropertyTypeMapping: OntologyIrStructPropertyTypeImplementation;
|
|
7026
|
+
}
|
|
7027
|
+
export interface OntologyIrNestedInterfacePropertyTypeImplementation_structField {
|
|
7028
|
+
type: "structField";
|
|
7029
|
+
structField: OntologyIrStructFieldImplementation;
|
|
7030
|
+
}
|
|
7031
|
+
/**
|
|
7032
|
+
* Copy of InterfacePropertyTypeImplementation without reducedProperty to avoid enabling nested reducer
|
|
7033
|
+
* implementations.
|
|
7034
|
+
*/
|
|
7035
|
+
export type OntologyIrNestedInterfacePropertyTypeImplementation = OntologyIrNestedInterfacePropertyTypeImplementation_propertyTypeRid | OntologyIrNestedInterfacePropertyTypeImplementation_structPropertyTypeMapping | OntologyIrNestedInterfacePropertyTypeImplementation_structField;
|
|
6687
7036
|
/**
|
|
6688
7037
|
* A URL target for a newly created object.
|
|
6689
7038
|
*/
|
|
@@ -7081,6 +7430,7 @@ export interface OntologyIrObjectTypeMediaSetViewDatasource {
|
|
|
7081
7430
|
assumedMarkings: Array<MarkingId>;
|
|
7082
7431
|
mediaSetViewLocator: _api_blockdata_MediaSetViewName;
|
|
7083
7432
|
properties: Array<ObjectTypeFieldApiName>;
|
|
7433
|
+
uploadProperties: Array<ObjectTypeFieldApiName>;
|
|
7084
7434
|
}
|
|
7085
7435
|
/**
|
|
7086
7436
|
* Object type datasource representing a restricted view on top of a stream.
|
|
@@ -7500,7 +7850,7 @@ export interface OntologyIrPrePostFix {
|
|
|
7500
7850
|
*/
|
|
7501
7851
|
export interface OntologyIrPropertySecurityGroup {
|
|
7502
7852
|
properties: Array<ObjectTypeFieldApiName>;
|
|
7503
|
-
rid:
|
|
7853
|
+
rid: PropertySecurityGroupName;
|
|
7504
7854
|
security: OntologyIrSecurityGroupSecurityDefinition;
|
|
7505
7855
|
type?: PropertySecurityGroupType | null | undefined;
|
|
7506
7856
|
}
|
|
@@ -7583,6 +7933,12 @@ export interface OntologyIrQualifiedSeriesIdPropertyValue {
|
|
|
7583
7933
|
seriesId: SeriesIdPropertyValue;
|
|
7584
7934
|
syncRid: _api_blockdata_TimeSeriesSyncName;
|
|
7585
7935
|
}
|
|
7936
|
+
/**
|
|
7937
|
+
* Denotes that that the reduced value of the implementation is used to implement the interface property.
|
|
7938
|
+
*/
|
|
7939
|
+
export interface OntologyIrReducedPropertyTypeImplementation {
|
|
7940
|
+
implementation: OntologyIrNestedInterfacePropertyTypeImplementation;
|
|
7941
|
+
}
|
|
7586
7942
|
export interface OntologyIrRegexCondition {
|
|
7587
7943
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
7588
7944
|
regex: string;
|
|
@@ -7605,6 +7961,22 @@ export interface OntologyIrRuleSetBinding {
|
|
|
7605
7961
|
ruleSetRid: RuleSetRid;
|
|
7606
7962
|
}
|
|
7607
7963
|
/**
|
|
7964
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
7965
|
+
*/
|
|
7966
|
+
export interface OntologyIrScenarioRule {
|
|
7967
|
+
scenario: ParameterId;
|
|
7968
|
+
scope: OntologyIrScenarioScope;
|
|
7969
|
+
}
|
|
7970
|
+
/**
|
|
7971
|
+
* We can't automatically determine the scope, and statically determine the affected action type entities. We
|
|
7972
|
+
* therefore require the user to explicitly specify the scope of the scenario edits to be applied, and use it
|
|
7973
|
+
* to populate the affected entities in the ActionTypeEntities field.
|
|
7974
|
+
*/
|
|
7975
|
+
export interface OntologyIrScenarioScope {
|
|
7976
|
+
linkTypes: Array<LinkTypeId>;
|
|
7977
|
+
objectTypes: Array<ObjectTypeApiName>;
|
|
7978
|
+
}
|
|
7979
|
+
/**
|
|
7608
7980
|
* A physical and logical grouping of parameters on the action form.
|
|
7609
7981
|
*/
|
|
7610
7982
|
export interface OntologyIrSection {
|
|
@@ -7704,7 +8076,7 @@ export interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
|
|
|
7704
8076
|
}
|
|
7705
8077
|
export interface OntologyIrSecurityGroupMandatoryPolicy {
|
|
7706
8078
|
assumedMarkings: Array<MarkingId>;
|
|
7707
|
-
markings:
|
|
8079
|
+
markings: Record<MarkingId, MarkingType>;
|
|
7708
8080
|
}
|
|
7709
8081
|
/**
|
|
7710
8082
|
* Condition that specifies that user's markings must be evaluated against the marking(s) contained on each
|
|
@@ -7837,6 +8209,13 @@ export interface OntologyIrStructFieldConditionalValidationBlock {
|
|
|
7837
8209
|
conditionalOverrides: Array<OntologyIrStructFieldConditionalOverride>;
|
|
7838
8210
|
defaultValidation: OntologyIrStructFieldValidationBlock;
|
|
7839
8211
|
}
|
|
8212
|
+
/**
|
|
8213
|
+
* Used to implement an interface non-struct property with an object struct property field.
|
|
8214
|
+
*/
|
|
8215
|
+
export interface OntologyIrStructFieldImplementation {
|
|
8216
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
8217
|
+
structFieldRid: StructFieldRid;
|
|
8218
|
+
}
|
|
7840
8219
|
export interface OntologyIrStructFieldPrefill_objectParameterStructFieldValue {
|
|
7841
8220
|
type: "objectParameterStructFieldValue";
|
|
7842
8221
|
objectParameterStructFieldValue: OntologyIrObjectParameterStructFieldValue;
|
|
@@ -7903,10 +8282,25 @@ export interface OntologyIrStructFieldValidationDisplayMetadata {
|
|
|
7903
8282
|
renderHint: _api_types_ParameterRenderHint;
|
|
7904
8283
|
visibility: _api_types_ParameterVisibility;
|
|
7905
8284
|
}
|
|
8285
|
+
export interface OntologyIrStructMainValue {
|
|
8286
|
+
fields: Array<StructFieldRid>;
|
|
8287
|
+
type: OntologyIrType;
|
|
8288
|
+
}
|
|
7906
8289
|
export interface OntologyIrStructPropertyType {
|
|
8290
|
+
mainValue?: OntologyIrStructMainValue | null | undefined;
|
|
7907
8291
|
structFields: Array<OntologyIrStructFieldType>;
|
|
7908
8292
|
}
|
|
7909
8293
|
/**
|
|
8294
|
+
* Used to implement an interface struct property with an object struct property type AND specify an explicit
|
|
8295
|
+
* mapping from interface property struct fields to object property struct fields. This is useful when
|
|
8296
|
+
* implementing an interface struct property with a subset of the fields on the object struct property type–
|
|
8297
|
+
* for example, its main value fields.
|
|
8298
|
+
*/
|
|
8299
|
+
export interface OntologyIrStructPropertyTypeImplementation {
|
|
8300
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
8301
|
+
structFieldRidMapping: Record<StructFieldRid, StructFieldRid>;
|
|
8302
|
+
}
|
|
8303
|
+
/**
|
|
7910
8304
|
* An action notification's structured short body.
|
|
7911
8305
|
*/
|
|
7912
8306
|
export interface OntologyIrStructuredShortBody {
|
|
@@ -9028,6 +9422,16 @@ export interface ParameterRequiredOverride {
|
|
|
9028
9422
|
* The rid for a Parameter, autogenerated by Ontology-Metadata-Service and used for permissioning and logging.
|
|
9029
9423
|
*/
|
|
9030
9424
|
export type ParameterRid = string;
|
|
9425
|
+
export interface ParameterScenarioReference {}
|
|
9426
|
+
export interface ParameterScenarioReferenceOrEmpty_empty {
|
|
9427
|
+
type: "empty";
|
|
9428
|
+
empty: MustBeEmpty;
|
|
9429
|
+
}
|
|
9430
|
+
export interface ParameterScenarioReferenceOrEmpty_scenarioReference {
|
|
9431
|
+
type: "scenarioReference";
|
|
9432
|
+
scenarioReference: ParameterScenarioReference;
|
|
9433
|
+
}
|
|
9434
|
+
export type ParameterScenarioReferenceOrEmpty = ParameterScenarioReferenceOrEmpty_empty | ParameterScenarioReferenceOrEmpty_scenarioReference;
|
|
9031
9435
|
/**
|
|
9032
9436
|
* Some ParameterIds are not matching between ActionType and ParameterOrdering
|
|
9033
9437
|
*/
|
|
@@ -9373,11 +9777,7 @@ export interface ProjectEntityRid_interfaceTypeRid {
|
|
|
9373
9777
|
type: "interfaceTypeRid";
|
|
9374
9778
|
interfaceTypeRid: InterfaceTypeRid;
|
|
9375
9779
|
}
|
|
9376
|
-
export
|
|
9377
|
-
type: "typeGroupRid";
|
|
9378
|
-
typeGroupRid: TypeGroupRid;
|
|
9379
|
-
}
|
|
9380
|
-
export type ProjectEntityRid = ProjectEntityRid_objectTypeRid | ProjectEntityRid_linkTypeRid | ProjectEntityRid_actionTypeRid | ProjectEntityRid_sharedPropertyTypeRid | ProjectEntityRid_interfaceTypeRid | ProjectEntityRid_typeGroupRid;
|
|
9780
|
+
export type ProjectEntityRid = ProjectEntityRid_objectTypeRid | ProjectEntityRid_linkTypeRid | ProjectEntityRid_actionTypeRid | ProjectEntityRid_sharedPropertyTypeRid | ProjectEntityRid_interfaceTypeRid;
|
|
9381
9781
|
export interface PropertiesReferenceDuplicateColumnNameWrapper {
|
|
9382
9782
|
columnName: string;
|
|
9383
9783
|
datasourceAuthorizationRid: Array<string>;
|
|
@@ -9766,6 +10166,7 @@ export interface QualifiedSeriesIdPropertyValue {
|
|
|
9766
10166
|
seriesId: SeriesIdPropertyValue;
|
|
9767
10167
|
syncRid: TimeSeriesSyncRid;
|
|
9768
10168
|
}
|
|
10169
|
+
export type Quantization = "NO_QUANTIZATION" | "BYTE" | "HALF_BYTE" | "BINARY";
|
|
9769
10170
|
export interface QuiverDashboardReference {
|
|
9770
10171
|
quiverDashboardRid: QuiverDashboardRid;
|
|
9771
10172
|
quiverDashboardVersion: QuiverDashboardVersion;
|
|
@@ -9792,6 +10193,12 @@ export interface RedactionOverrideOptions_everyoneTrusted {
|
|
|
9792
10193
|
}
|
|
9793
10194
|
export type RedactionOverrideOptions = RedactionOverrideOptions_everyoneTrusted;
|
|
9794
10195
|
/**
|
|
10196
|
+
* Denotes that that the reduced value of the implementation is used to implement the interface property.
|
|
10197
|
+
*/
|
|
10198
|
+
export interface ReducedPropertyTypeImplementation {
|
|
10199
|
+
implementation: NestedInterfacePropertyTypeImplementation;
|
|
10200
|
+
}
|
|
10201
|
+
/**
|
|
9795
10202
|
* Some of the referenced linkTypes in the Workflow do not exist.
|
|
9796
10203
|
*/
|
|
9797
10204
|
export interface ReferencedLinkTypesInWorkflowNotFoundError {
|
|
@@ -9893,6 +10300,7 @@ export interface ResolvedDefaultBranch {
|
|
|
9893
10300
|
*/
|
|
9894
10301
|
export interface ResolvedInterfacePropertyType {
|
|
9895
10302
|
apiName: InterfacePropertyTypeApiName;
|
|
10303
|
+
baseFormatter?: BaseFormatter | null | undefined;
|
|
9896
10304
|
constraints: ResolvedInterfacePropertyTypeConstraints;
|
|
9897
10305
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
9898
10306
|
rid: InterfacePropertyTypeRid;
|
|
@@ -10057,6 +10465,33 @@ export interface SafeDatasourceIdentifier_tableRid {
|
|
|
10057
10465
|
*/
|
|
10058
10466
|
export type SafeDatasourceIdentifier = SafeDatasourceIdentifier_datasetRid | SafeDatasourceIdentifier_streamLocatorRid | SafeDatasourceIdentifier_restrictedViewRid | SafeDatasourceIdentifier_timeSeriesSyncRid | SafeDatasourceIdentifier_restrictedStream | SafeDatasourceIdentifier_mediaSourceRids | SafeDatasourceIdentifier_mediaSetView | SafeDatasourceIdentifier_geotimeSeriesIntegrationRid | SafeDatasourceIdentifier_editsOnly | SafeDatasourceIdentifier_directSourceRid | SafeDatasourceIdentifier_derivedPropertiesSourceRid | SafeDatasourceIdentifier_tableRid;
|
|
10059
10467
|
/**
|
|
10468
|
+
* The rid for a Scenario V2 instance defined in actions.
|
|
10469
|
+
*/
|
|
10470
|
+
export type ScenarioRid = string;
|
|
10471
|
+
/**
|
|
10472
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
10473
|
+
*/
|
|
10474
|
+
export interface ScenarioRule {
|
|
10475
|
+
scenario: ParameterId;
|
|
10476
|
+
scope: ScenarioScope;
|
|
10477
|
+
}
|
|
10478
|
+
/**
|
|
10479
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
10480
|
+
*/
|
|
10481
|
+
export interface ScenarioRuleModification {
|
|
10482
|
+
scenario: ParameterId;
|
|
10483
|
+
scope: ScenarioScope;
|
|
10484
|
+
}
|
|
10485
|
+
/**
|
|
10486
|
+
* We can't automatically determine the scope, and statically determine the affected action type entities. We
|
|
10487
|
+
* therefore require the user to explicitly specify the scope of the scenario edits to be applied, and use it
|
|
10488
|
+
* to populate the affected entities in the ActionTypeEntities field.
|
|
10489
|
+
*/
|
|
10490
|
+
export interface ScenarioScope {
|
|
10491
|
+
linkTypes: Array<LinkTypeId>;
|
|
10492
|
+
objectTypes: Array<ObjectTypeId>;
|
|
10493
|
+
}
|
|
10494
|
+
/**
|
|
10060
10495
|
* Identifier for a schema migration.
|
|
10061
10496
|
*/
|
|
10062
10497
|
export type SchemaMigrationRid = string;
|
|
@@ -10503,7 +10938,15 @@ export interface SharedPropertyTypeError_sharedPropertyTypesAlreadyExist {
|
|
|
10503
10938
|
type: "sharedPropertyTypesAlreadyExist";
|
|
10504
10939
|
sharedPropertyTypesAlreadyExist: SharedPropertyTypesAlreadyExistError;
|
|
10505
10940
|
}
|
|
10506
|
-
export
|
|
10941
|
+
export interface SharedPropertyTypeError_reducerStructFieldApiNamesNotFound {
|
|
10942
|
+
type: "reducerStructFieldApiNamesNotFound";
|
|
10943
|
+
reducerStructFieldApiNamesNotFound: SharedPropertyTypeReducerStructFieldApiNamesNotFoundError;
|
|
10944
|
+
}
|
|
10945
|
+
export interface SharedPropertyTypeError_mainValueStructFieldApiNamesNotFound {
|
|
10946
|
+
type: "mainValueStructFieldApiNamesNotFound";
|
|
10947
|
+
mainValueStructFieldApiNamesNotFound: SharedPropertyTypeMainValueStructFieldApiNamesNotFoundError;
|
|
10948
|
+
}
|
|
10949
|
+
export type SharedPropertyTypeError = SharedPropertyTypeError_sharedPropertyTypesNotFound | SharedPropertyTypeError_sharedPropertyTypesAlreadyExist | SharedPropertyTypeError_reducerStructFieldApiNamesNotFound | SharedPropertyTypeError_mainValueStructFieldApiNamesNotFound;
|
|
10507
10950
|
/**
|
|
10508
10951
|
* Reference to a SharedPropertyType. Used when referencing an SharedPropertyType in the same request it is
|
|
10509
10952
|
* created in.
|
|
@@ -10533,6 +10976,22 @@ export interface SharedPropertyTypeLogicRuleValueModification {
|
|
|
10533
10976
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
10534
10977
|
}
|
|
10535
10978
|
/**
|
|
10979
|
+
* Struct shared property type main value references struct field API names that do not exist in the overall
|
|
10980
|
+
* struct property type.
|
|
10981
|
+
*/
|
|
10982
|
+
export interface SharedPropertyTypeMainValueStructFieldApiNamesNotFoundError {
|
|
10983
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
10984
|
+
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
10985
|
+
}
|
|
10986
|
+
/**
|
|
10987
|
+
* Array property type reducers on shared property type reference struct field API names that do not exist in the
|
|
10988
|
+
* overall struct property type.
|
|
10989
|
+
*/
|
|
10990
|
+
export interface SharedPropertyTypeReducerStructFieldApiNamesNotFoundError {
|
|
10991
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
10992
|
+
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
10993
|
+
}
|
|
10994
|
+
/**
|
|
10536
10995
|
* A rid identifying the SharedPropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
10537
10996
|
* The SharedPropertyTypeRid for a SharedPropertyType is immutable.
|
|
10538
10997
|
*/
|
|
@@ -10614,6 +11073,12 @@ export interface ShortTypeRangeConstraint {
|
|
|
10614
11073
|
min?: ShortTypeDataValue | null | undefined;
|
|
10615
11074
|
}
|
|
10616
11075
|
/**
|
|
11076
|
+
* Convert SIDC (Symbol Identification Code) strings into military symbol icons using the symbology service.
|
|
11077
|
+
* A SIDC is a standardized way to encode military symbols, representing information about a
|
|
11078
|
+
* symbol through a series of characters.
|
|
11079
|
+
*/
|
|
11080
|
+
export interface SidcFormatter {}
|
|
11081
|
+
/**
|
|
10617
11082
|
* The simple analyzer breaks text into terms whenever it encounters a character which is not a letter
|
|
10618
11083
|
* and also lower cases it.
|
|
10619
11084
|
*/
|
|
@@ -10814,6 +11279,13 @@ export interface StructFieldDisplayMetadata {
|
|
|
10814
11279
|
description?: string | null | undefined;
|
|
10815
11280
|
displayName: string;
|
|
10816
11281
|
}
|
|
11282
|
+
/**
|
|
11283
|
+
* Used to implement an interface non-struct property with an object struct property field.
|
|
11284
|
+
*/
|
|
11285
|
+
export interface StructFieldImplementation {
|
|
11286
|
+
propertyTypeRid: PropertyTypeRid;
|
|
11287
|
+
structFieldRid: StructFieldRid;
|
|
11288
|
+
}
|
|
10817
11289
|
export interface StructFieldLogicRuleValue_structParameterFieldValue {
|
|
10818
11290
|
type: "structParameterFieldValue";
|
|
10819
11291
|
structParameterFieldValue: StructParameterFieldValue;
|
|
@@ -10974,6 +11446,10 @@ export interface StructListParameterFieldValue {
|
|
|
10974
11446
|
parameterId: ParameterId;
|
|
10975
11447
|
structFieldApiName: _api_types_StructParameterFieldApiName;
|
|
10976
11448
|
}
|
|
11449
|
+
export interface StructMainValue {
|
|
11450
|
+
fields: Array<StructFieldRid>;
|
|
11451
|
+
type: Type;
|
|
11452
|
+
}
|
|
10977
11453
|
export interface StructParameterFieldDisplayMetadata {
|
|
10978
11454
|
displayName: string;
|
|
10979
11455
|
}
|
|
@@ -11028,8 +11504,19 @@ export interface StructPropertyFieldType_timestamp {
|
|
|
11028
11504
|
*/
|
|
11029
11505
|
export type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_geoshape | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
11030
11506
|
export interface StructPropertyType {
|
|
11507
|
+
mainValue?: StructMainValue | null | undefined;
|
|
11031
11508
|
structFields: Array<StructFieldType>;
|
|
11032
11509
|
}
|
|
11510
|
+
/**
|
|
11511
|
+
* Used to implement an interface struct property with an object struct property type AND specify an explicit
|
|
11512
|
+
* mapping from interface property struct fields to object property struct fields. This is useful when
|
|
11513
|
+
* implementing an interface struct property with a subset of the fields on the object struct property type–
|
|
11514
|
+
* for example, its main value fields.
|
|
11515
|
+
*/
|
|
11516
|
+
export interface StructPropertyTypeImplementation {
|
|
11517
|
+
propertyTypeRid: PropertyTypeRid;
|
|
11518
|
+
structFieldRidMapping: Record<StructFieldRid, StructFieldRid>;
|
|
11519
|
+
}
|
|
11033
11520
|
export interface StructTypeDataConstraints {
|
|
11034
11521
|
elementConstraints: StructTypeElementsConstraint;
|
|
11035
11522
|
}
|
|
@@ -11387,6 +11874,18 @@ export interface TypeGroupDisplayMetadata {
|
|
|
11387
11874
|
displayName: string;
|
|
11388
11875
|
iconColors: TypeGroupIconColors;
|
|
11389
11876
|
}
|
|
11877
|
+
export interface TypeGroupEntityRid_objectTypeRid {
|
|
11878
|
+
type: "objectTypeRid";
|
|
11879
|
+
objectTypeRid: ObjectTypeRid;
|
|
11880
|
+
}
|
|
11881
|
+
export interface TypeGroupEntityRid_actionTypeRid {
|
|
11882
|
+
type: "actionTypeRid";
|
|
11883
|
+
actionTypeRid: ActionTypeRid;
|
|
11884
|
+
}
|
|
11885
|
+
/**
|
|
11886
|
+
* The set of entities supported in type groups.
|
|
11887
|
+
*/
|
|
11888
|
+
export type TypeGroupEntityRid = TypeGroupEntityRid_objectTypeRid | TypeGroupEntityRid_actionTypeRid;
|
|
11390
11889
|
export interface TypeGroupError_typeGroupsNotFound {
|
|
11391
11890
|
type: "typeGroupsNotFound";
|
|
11392
11891
|
typeGroupsNotFound: TypeGroupsNotFoundError;
|
|
@@ -11669,6 +12168,7 @@ export type ValueTypeVersionId = string;
|
|
|
11669
12168
|
export interface VectorPropertyType {
|
|
11670
12169
|
dimension: number;
|
|
11671
12170
|
embeddingModel?: EmbeddingModel | null | undefined;
|
|
12171
|
+
quantization?: Quantization | null | undefined;
|
|
11672
12172
|
supportsSearchWith: Array<VectorSimilarityFunction>;
|
|
11673
12173
|
}
|
|
11674
12174
|
export type VectorSimilarityFunction = "COSINE_SIMILARITY" | "DOT_PRODUCT" | "EUCLIDEAN_DISTANCE";
|