@osdk/client.unstable 2.3.1 → 2.4.0-beta.10
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 +23 -16
- package/build/cjs/index.d.cts +492 -93
- package/build/types/generated/ontology-metadata/api/__components.d.ts +340 -92
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/OntologyBlockDataDummyService/postOntologyBlockData.d.ts +3 -0
- package/build/types/generated/ontology-metadata/api/blockdata/OntologyBlockDataDummyService/postOntologyBlockData.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/blockdata/OntologyBlockDataDummyService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/blockdata/OntologyBlockDataDummyService.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +125 -3
- 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 +2 -1
- package/build/types/generated/ontology-metadata/api/blockdata/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/llm/__components.d.ts +2 -5
- package/build/types/generated/ontology-metadata/api/llm/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/llm/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/llm/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +24 -2
- 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/types/__components.d.ts +29 -3
- 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 +122 -2
- 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 +119 -5
- 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/build/types/generated/ontology-metadata/diff/api/OntologyDiffService/loadOntologyDiff.d.ts +8 -0
- package/build/types/generated/ontology-metadata/diff/api/OntologyDiffService/loadOntologyDiff.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/diff/api/OntologyDiffService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/diff/api/OntologyDiffService.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/diff/api/__components.d.ts +38 -0
- package/build/types/generated/ontology-metadata/diff/api/__components.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/diff/api/index.d.ts +2 -0
- package/build/types/generated/ontology-metadata/diff/api/index.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/diff/index.d.ts +1 -0
- package/build/types/generated/ontology-metadata/diff/index.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/index.d.ts +1 -0
- package/build/types/generated/ontology-metadata/index.d.ts.map +1 -1
- package/build/types/index.d.ts +1 -1
- package/build/types/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { WorkflowRid as _workflow_api_WorkflowRid } from "../workflow/api/__components.js";
|
|
2
|
-
import type { DataSetName as _api_blockdata_DataSetName, GeotimeSeriesIntegrationName as _api_blockdata_GeotimeSeriesIntegrationName, MediaSetViewName as _api_blockdata_MediaSetViewName, OntologyIrPropertyToColumnMapping as _api_blockdata_OntologyIrPropertyToColumnMapping, OntologyIrPropertyToPropertyMapping as _api_blockdata_OntologyIrPropertyToPropertyMapping, RestrictedViewName as _api_blockdata_RestrictedViewName, StreamName as _api_blockdata_StreamName, TimeSeriesSyncName as _api_blockdata_TimeSeriesSyncName, ValidationRuleIndex as _api_blockdata_ValidationRuleIndex } from "./blockdata/__components.js";
|
|
2
|
+
import type { DataSetName as _api_blockdata_DataSetName, GeotimeSeriesIntegrationName as _api_blockdata_GeotimeSeriesIntegrationName, MarkingGroupName as _api_blockdata_MarkingGroupName, MediaSetViewName as _api_blockdata_MediaSetViewName, OntologyIrPropertyToColumnMapping as _api_blockdata_OntologyIrPropertyToColumnMapping, OntologyIrPropertyToPropertyMapping as _api_blockdata_OntologyIrPropertyToPropertyMapping, RestrictedViewName as _api_blockdata_RestrictedViewName, StreamName as _api_blockdata_StreamName, TimeSeriesSyncName as _api_blockdata_TimeSeriesSyncName, ValidationRuleIndex as _api_blockdata_ValidationRuleIndex } from "./blockdata/__components.js";
|
|
3
3
|
import type { DerivedPropertiesDefinition as _api_derivedproperties_DerivedPropertiesDefinition, OntologyIrDerivedPropertiesDefinition as _api_derivedproperties_OntologyIrDerivedPropertiesDefinition } from "./derivedproperties/__components.js";
|
|
4
4
|
import type { Alias as _api_entitymetadata_Alias, LinkTypeEntityMetadata as _api_entitymetadata_LinkTypeEntityMetadata, ObjectTypeEntityMetadata as _api_entitymetadata_ObjectTypeEntityMetadata, SharedPropertyTypeAlias as _api_entitymetadata_SharedPropertyTypeAlias } from "./entitymetadata/__components.js";
|
|
5
5
|
import type { ActionTypeProvenance as _api_entitymetadata_provenance_ActionTypeProvenance, EntityProvenance as _api_entitymetadata_provenance_EntityProvenance, MarketplaceEntityProvenance as _api_entitymetadata_provenance_MarketplaceEntityProvenance } from "./entitymetadata/provenance/__components.js";
|
|
6
6
|
import type { ObjectSetFilter as _api_objectset_ObjectSetFilter, OntologyIrObjectSetFilter as _api_objectset_OntologyIrObjectSetFilter } from "./objectset/__components.js";
|
|
7
7
|
import type { SharedPropertyTypeGothamMapping as _api_typemapping_SharedPropertyTypeGothamMapping } from "./typemapping/__components.js";
|
|
8
|
-
import type { BaseParameterType as _api_types_BaseParameterType, BaseParameterTypeModification as _api_types_BaseParameterTypeModification, ConditionValueId as _api_types_ConditionValueId, DataValue as _api_types_DataValue, Intent as _api_types_Intent, NowValue as _api_types_NowValue, OntologyIrBaseParameterType as _api_types_OntologyIrBaseParameterType, OntologyIrDataValue as _api_types_OntologyIrDataValue, ParameterRenderHint as _api_types_ParameterRenderHint, ParameterRequiredConfiguration as _api_types_ParameterRequiredConfiguration, ParameterVisibility as _api_types_ParameterVisibility, RelationSide as _api_types_RelationSide, SectionVisibility as _api_types_SectionVisibility, StructFieldIdentifier as _api_types_StructFieldIdentifier, StructParameterFieldApiName as _api_types_StructParameterFieldApiName, TemporalUnit as _api_types_TemporalUnit } from "./types/__components.js";
|
|
8
|
+
import type { BaseParameterType as _api_types_BaseParameterType, BaseParameterTypeModification as _api_types_BaseParameterTypeModification, ConditionValueId as _api_types_ConditionValueId, DataValue as _api_types_DataValue, Intent as _api_types_Intent, LinkTypeSide as _api_types_LinkTypeSide, NowValue as _api_types_NowValue, OntologyIrBaseParameterType as _api_types_OntologyIrBaseParameterType, OntologyIrDataValue as _api_types_OntologyIrDataValue, ParameterRenderHint as _api_types_ParameterRenderHint, ParameterRequiredConfiguration as _api_types_ParameterRequiredConfiguration, ParameterVisibility as _api_types_ParameterVisibility, RelationSide as _api_types_RelationSide, SectionVisibility as _api_types_SectionVisibility, StructFieldIdentifier as _api_types_StructFieldIdentifier, StructParameterFieldApiName as _api_types_StructParameterFieldApiName, TemporalUnit as _api_types_TemporalUnit } from "./types/__components.js";
|
|
9
9
|
/**
|
|
10
10
|
* Identifies a request for access to an ontology entity.
|
|
11
11
|
*/
|
|
@@ -111,6 +111,10 @@ export interface ActionLogValue_interfaceParameterPropertyValue {
|
|
|
111
111
|
type: "interfaceParameterPropertyValue";
|
|
112
112
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
113
113
|
}
|
|
114
|
+
export interface ActionLogValue_interfaceParameterPropertyValueV2 {
|
|
115
|
+
type: "interfaceParameterPropertyValueV2";
|
|
116
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
117
|
+
}
|
|
114
118
|
export interface ActionLogValue_editedObjects {
|
|
115
119
|
type: "editedObjects";
|
|
116
120
|
editedObjects: ObjectTypeId;
|
|
@@ -175,7 +179,7 @@ export interface ActionLogValue_summary {
|
|
|
175
179
|
type: "summary";
|
|
176
180
|
summary: Array<ActionTypeRichTextComponent>;
|
|
177
181
|
}
|
|
178
|
-
export type ActionLogValue = ActionLogValue_parameterValue | ActionLogValue_objectParameterPropertyValue | ActionLogValue_interfaceParameterPropertyValue | ActionLogValue_editedObjects | ActionLogValue_allEditedObjects | ActionLogValue_actionTypeRid | ActionLogValue_actionRid | ActionLogValue_actionTypeVersion | ActionLogValue_actionTimestamp | ActionLogValue_actionUser | ActionLogValue_isReverted | ActionLogValue_revertUser | ActionLogValue_revertTimestamp | ActionLogValue_synchronousWebhookInstanceId | ActionLogValue_asynchronousWebhookInstanceIds | ActionLogValue_notifiedUsers | ActionLogValue_notificationIds | ActionLogValue_scenarioRid | ActionLogValue_summary;
|
|
182
|
+
export type ActionLogValue = ActionLogValue_parameterValue | ActionLogValue_objectParameterPropertyValue | ActionLogValue_interfaceParameterPropertyValue | ActionLogValue_interfaceParameterPropertyValueV2 | ActionLogValue_editedObjects | ActionLogValue_allEditedObjects | ActionLogValue_actionTypeRid | ActionLogValue_actionRid | ActionLogValue_actionTypeVersion | ActionLogValue_actionTimestamp | ActionLogValue_actionUser | ActionLogValue_isReverted | ActionLogValue_revertUser | ActionLogValue_revertTimestamp | ActionLogValue_synchronousWebhookInstanceId | ActionLogValue_asynchronousWebhookInstanceIds | ActionLogValue_notifiedUsers | ActionLogValue_notificationIds | ActionLogValue_scenarioRid | ActionLogValue_summary;
|
|
179
183
|
export interface ActionLogValueModification_parameterValue {
|
|
180
184
|
type: "parameterValue";
|
|
181
185
|
parameterValue: ParameterId;
|
|
@@ -188,6 +192,10 @@ export interface ActionLogValueModification_interfaceParameterPropertyValue {
|
|
|
188
192
|
type: "interfaceParameterPropertyValue";
|
|
189
193
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValueModification;
|
|
190
194
|
}
|
|
195
|
+
export interface ActionLogValueModification_interfaceParameterPropertyValueV2 {
|
|
196
|
+
type: "interfaceParameterPropertyValueV2";
|
|
197
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueModificationV2;
|
|
198
|
+
}
|
|
191
199
|
export interface ActionLogValueModification_editedObjects {
|
|
192
200
|
type: "editedObjects";
|
|
193
201
|
editedObjects: ObjectTypeId;
|
|
@@ -252,7 +260,7 @@ export interface ActionLogValueModification_summary {
|
|
|
252
260
|
type: "summary";
|
|
253
261
|
summary: Array<ActionTypeRichTextComponent>;
|
|
254
262
|
}
|
|
255
|
-
export type ActionLogValueModification = ActionLogValueModification_parameterValue | ActionLogValueModification_objectParameterPropertyValue | ActionLogValueModification_interfaceParameterPropertyValue | ActionLogValueModification_editedObjects | ActionLogValueModification_allEditedObjects | ActionLogValueModification_actionTypeRid | ActionLogValueModification_actionRid | ActionLogValueModification_actionTypeVersion | ActionLogValueModification_actionTimestamp | ActionLogValueModification_actionUser | ActionLogValueModification_isReverted | ActionLogValueModification_revertUser | ActionLogValueModification_revertTimestamp | ActionLogValueModification_synchronousWebhookInstanceId | ActionLogValueModification_asynchronousWebhookInstanceIds | ActionLogValueModification_notifiedUsers | ActionLogValueModification_notificationIds | ActionLogValueModification_scenarioRid | ActionLogValueModification_summary;
|
|
263
|
+
export type ActionLogValueModification = ActionLogValueModification_parameterValue | ActionLogValueModification_objectParameterPropertyValue | ActionLogValueModification_interfaceParameterPropertyValue | ActionLogValueModification_interfaceParameterPropertyValueV2 | ActionLogValueModification_editedObjects | ActionLogValueModification_allEditedObjects | ActionLogValueModification_actionTypeRid | ActionLogValueModification_actionRid | ActionLogValueModification_actionTypeVersion | ActionLogValueModification_actionTimestamp | ActionLogValueModification_actionUser | ActionLogValueModification_isReverted | ActionLogValueModification_revertUser | ActionLogValueModification_revertTimestamp | ActionLogValueModification_synchronousWebhookInstanceId | ActionLogValueModification_asynchronousWebhookInstanceIds | ActionLogValueModification_notifiedUsers | ActionLogValueModification_notificationIds | ActionLogValueModification_scenarioRid | ActionLogValueModification_summary;
|
|
256
264
|
/**
|
|
257
265
|
* A notification that will be triggered on successful completion of an action.
|
|
258
266
|
*/
|
|
@@ -617,6 +625,7 @@ export interface ActionTypeLoadResponseV2 {
|
|
|
617
625
|
actionType: ActionType;
|
|
618
626
|
ontologyRid: OntologyRid;
|
|
619
627
|
ontologyVersion: OntologyVersion;
|
|
628
|
+
resolvedBranch: ResolvedBranch;
|
|
620
629
|
}
|
|
621
630
|
/**
|
|
622
631
|
* Request to batch load ActionTypes at specified version. No more than 100 should be requested.
|
|
@@ -913,12 +922,14 @@ export interface AddInterfaceLinkRuleModification {
|
|
|
913
922
|
targetObject: ParameterId;
|
|
914
923
|
}
|
|
915
924
|
export interface AddInterfaceRule {
|
|
925
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
916
926
|
interfaceTypeRid: InterfaceTypeRid;
|
|
917
927
|
objectType: ParameterId;
|
|
918
928
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
919
929
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
920
930
|
}
|
|
921
931
|
export interface AddInterfaceRuleModification {
|
|
932
|
+
interfacePropertyTypeLogicRuleValueModifications: Array<InterfacePropertyTypeLogicRuleValueModification>;
|
|
922
933
|
interfaceTypeRidOrIdInRequest: InterfaceTypeRidOrIdInRequest;
|
|
923
934
|
objectType: ParameterId;
|
|
924
935
|
sharedPropertyTypeLogicRuleValueModifications: Array<SharedPropertyTypeLogicRuleValueModification>;
|
|
@@ -1086,7 +1097,7 @@ export interface AllowedParameterValues_struct {
|
|
|
1086
1097
|
}
|
|
1087
1098
|
export interface AllowedParameterValues_valueType {
|
|
1088
1099
|
type: "valueType";
|
|
1089
|
-
valueType:
|
|
1100
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
1090
1101
|
}
|
|
1091
1102
|
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;
|
|
1092
1103
|
export interface AllowedParameterValuesModification_oneOf {
|
|
@@ -1801,6 +1812,10 @@ export interface ConditionValue_interfaceParameterPropertyValue {
|
|
|
1801
1812
|
type: "interfaceParameterPropertyValue";
|
|
1802
1813
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
1803
1814
|
}
|
|
1815
|
+
export interface ConditionValue_interfaceParameterPropertyValueV2 {
|
|
1816
|
+
type: "interfaceParameterPropertyValueV2";
|
|
1817
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
1818
|
+
}
|
|
1804
1819
|
export interface ConditionValue_userProperty {
|
|
1805
1820
|
type: "userProperty";
|
|
1806
1821
|
userProperty: UserProperty;
|
|
@@ -1809,7 +1824,7 @@ export interface ConditionValue_parameterLength {
|
|
|
1809
1824
|
type: "parameterLength";
|
|
1810
1825
|
parameterLength: ParameterLength;
|
|
1811
1826
|
}
|
|
1812
|
-
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1827
|
+
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_interfaceParameterPropertyValueV2 | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1813
1828
|
export interface ConditionValueModification_parameterId {
|
|
1814
1829
|
type: "parameterId";
|
|
1815
1830
|
parameterId: ParameterId;
|
|
@@ -1826,6 +1841,10 @@ export interface ConditionValueModification_interfaceParameterPropertyValue {
|
|
|
1826
1841
|
type: "interfaceParameterPropertyValue";
|
|
1827
1842
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValueModification;
|
|
1828
1843
|
}
|
|
1844
|
+
export interface ConditionValueModification_interfaceParameterPropertyValueV2 {
|
|
1845
|
+
type: "interfaceParameterPropertyValueV2";
|
|
1846
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueModificationV2;
|
|
1847
|
+
}
|
|
1829
1848
|
export interface ConditionValueModification_userProperty {
|
|
1830
1849
|
type: "userProperty";
|
|
1831
1850
|
userProperty: UserProperty;
|
|
@@ -1834,7 +1853,7 @@ export interface ConditionValueModification_parameterLength {
|
|
|
1834
1853
|
type: "parameterLength";
|
|
1835
1854
|
parameterLength: ParameterLength;
|
|
1836
1855
|
}
|
|
1837
|
-
export type ConditionValueModification = ConditionValueModification_parameterId | ConditionValueModification_staticValue | ConditionValueModification_objectParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValue | ConditionValueModification_userProperty | ConditionValueModification_parameterLength;
|
|
1856
|
+
export type ConditionValueModification = ConditionValueModification_parameterId | ConditionValueModification_staticValue | ConditionValueModification_objectParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValueV2 | ConditionValueModification_userProperty | ConditionValueModification_parameterLength;
|
|
1838
1857
|
/**
|
|
1839
1858
|
* The time that the user submits the Action will be used for this value.
|
|
1840
1859
|
*/
|
|
@@ -2419,7 +2438,11 @@ export interface EmbeddingModel_text {
|
|
|
2419
2438
|
type: "text";
|
|
2420
2439
|
text: TextEmbeddingModel;
|
|
2421
2440
|
}
|
|
2422
|
-
export
|
|
2441
|
+
export interface EmbeddingModel_multimodal {
|
|
2442
|
+
type: "multimodal";
|
|
2443
|
+
multimodal: MultimodalEmbeddingModel;
|
|
2444
|
+
}
|
|
2445
|
+
export type EmbeddingModel = EmbeddingModel_text | EmbeddingModel_multimodal;
|
|
2423
2446
|
export interface Empty {}
|
|
2424
2447
|
/**
|
|
2425
2448
|
* This status indicates that the ObjectType is endorsed as a part of "core" ontology by ontology-level owners and provides even better guarantees than the Active status.
|
|
@@ -2747,6 +2770,7 @@ export interface GetActionTypesForObjectTypeRequest {
|
|
|
2747
2770
|
export interface GetActionTypesForObjectTypeResponse {
|
|
2748
2771
|
actionTypes: Array<ActionType>;
|
|
2749
2772
|
nextPageToken?: GetActionTypesForObjectTypePageToken | null | undefined;
|
|
2773
|
+
resolvedBranch: ResolvedBranch;
|
|
2750
2774
|
}
|
|
2751
2775
|
export interface GetEntityDelegateDatasetRequest {
|
|
2752
2776
|
ontologyEntityRid: ObjectOrLinkTypeRid;
|
|
@@ -2897,6 +2921,11 @@ export interface IconReference {
|
|
|
2897
2921
|
locator: string;
|
|
2898
2922
|
source: string;
|
|
2899
2923
|
}
|
|
2924
|
+
export interface ImageModality {}
|
|
2925
|
+
export interface ImplementingLinkType {
|
|
2926
|
+
linkTypeRid: LinkTypeRid;
|
|
2927
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
2928
|
+
}
|
|
2900
2929
|
export interface ImportedOntologyEntitiesForProjectSpanOntologies {
|
|
2901
2930
|
sourceOntologyEntities: Array<string>;
|
|
2902
2931
|
targetOntologyEntities: Array<string>;
|
|
@@ -2972,6 +3001,32 @@ export interface InterfaceLinkTypeRidOrIdInRequest_idInRequest {
|
|
|
2972
3001
|
idInRequest: InterfaceLinkTypeIdInRequest;
|
|
2973
3002
|
}
|
|
2974
3003
|
export type InterfaceLinkTypeRidOrIdInRequest = InterfaceLinkTypeRidOrIdInRequest_rid | InterfaceLinkTypeRidOrIdInRequest_idInRequest;
|
|
3004
|
+
/**
|
|
3005
|
+
* Reference to a struct field of a struct property.
|
|
3006
|
+
*/
|
|
3007
|
+
export interface InterfaceObjectParameterStructFieldValue {
|
|
3008
|
+
interfacePropertyTypeRid: InterfacePropertyTypeRid;
|
|
3009
|
+
parameterId: ParameterId;
|
|
3010
|
+
structFieldRid: StructFieldRid;
|
|
3011
|
+
}
|
|
3012
|
+
export interface InterfaceObjectParameterStructFieldValueModification {
|
|
3013
|
+
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
3014
|
+
parameterId: ParameterId;
|
|
3015
|
+
structFieldApiNameOrRid: StructFieldApiNameOrRid;
|
|
3016
|
+
}
|
|
3017
|
+
/**
|
|
3018
|
+
* Reference to a struct field of a struct list property.
|
|
3019
|
+
*/
|
|
3020
|
+
export interface InterfaceObjectParameterStructListFieldValue {
|
|
3021
|
+
interfacePropertyTypeRid: InterfacePropertyTypeRid;
|
|
3022
|
+
parameterId: ParameterId;
|
|
3023
|
+
structFieldRid: StructFieldRid;
|
|
3024
|
+
}
|
|
3025
|
+
export interface InterfaceObjectParameterStructListFieldValueModification {
|
|
3026
|
+
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
3027
|
+
parameterId: ParameterId;
|
|
3028
|
+
structFieldApiNameOrRid: StructFieldApiNameOrRid;
|
|
3029
|
+
}
|
|
2975
3030
|
export interface InterfaceParameterPropertyValue {
|
|
2976
3031
|
parameterId: ParameterId;
|
|
2977
3032
|
sharedPropertyTypeRid: SharedPropertyTypeRid;
|
|
@@ -2980,9 +3035,29 @@ export interface InterfaceParameterPropertyValueModification {
|
|
|
2980
3035
|
parameterId: ParameterId;
|
|
2981
3036
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
2982
3037
|
}
|
|
3038
|
+
/**
|
|
3039
|
+
* Used to reference interface properties. Note, these are curently unsupported on the actions backend.
|
|
3040
|
+
*/
|
|
3041
|
+
export interface InterfaceParameterPropertyValueModificationV2 {
|
|
3042
|
+
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
3043
|
+
parameterId: ParameterId;
|
|
3044
|
+
}
|
|
3045
|
+
export interface InterfaceParameterPropertyValueV2 {
|
|
3046
|
+
interfacePropertyTypeRid: InterfacePropertyTypeRid;
|
|
3047
|
+
parameterId: ParameterId;
|
|
3048
|
+
}
|
|
2983
3049
|
export interface InterfacePropertyImplementation {
|
|
2984
3050
|
propertyTypeRid: PropertyTypeRid;
|
|
2985
3051
|
}
|
|
3052
|
+
export interface InterfacePropertyLogicRuleValue_logicRuleValue {
|
|
3053
|
+
type: "logicRuleValue";
|
|
3054
|
+
logicRuleValue: LogicRuleValue;
|
|
3055
|
+
}
|
|
3056
|
+
export interface InterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
3057
|
+
type: "structLogicRuleValue";
|
|
3058
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
3059
|
+
}
|
|
3060
|
+
export type InterfacePropertyLogicRuleValue = InterfacePropertyLogicRuleValue_logicRuleValue | InterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
2986
3061
|
export interface InterfacePropertyType_sharedPropertyBasedPropertyType {
|
|
2987
3062
|
type: "sharedPropertyBasedPropertyType";
|
|
2988
3063
|
sharedPropertyBasedPropertyType: SharedPropertyBasedPropertyType;
|
|
@@ -2999,6 +3074,15 @@ export interface InterfacePropertyTypeDisplayMetadata {
|
|
|
2999
3074
|
* created in.
|
|
3000
3075
|
*/
|
|
3001
3076
|
export type InterfacePropertyTypeIdInRequest = string;
|
|
3077
|
+
export interface InterfacePropertyTypeImplementation_propertyTypeRid {
|
|
3078
|
+
type: "propertyTypeRid";
|
|
3079
|
+
propertyTypeRid: PropertyTypeRid;
|
|
3080
|
+
}
|
|
3081
|
+
export type InterfacePropertyTypeImplementation = InterfacePropertyTypeImplementation_propertyTypeRid;
|
|
3082
|
+
export interface InterfacePropertyTypeLogicRuleValueModification {
|
|
3083
|
+
interfacePropertyLogicRuleModification: PrimitiveOrStructLogicRuleModification;
|
|
3084
|
+
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
3085
|
+
}
|
|
3002
3086
|
/**
|
|
3003
3087
|
* A rid identifying an InterfacePropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
3004
3088
|
* The InterfacePropertyTypeRid for an InterfacePropertyType is immutable.
|
|
@@ -3066,7 +3150,7 @@ export interface InterfaceTypeDeletedEvent {
|
|
|
3066
3150
|
export interface InterfaceTypeDisplayMetadata {
|
|
3067
3151
|
description?: string | null | undefined;
|
|
3068
3152
|
displayName: string;
|
|
3069
|
-
icon
|
|
3153
|
+
icon: Icon;
|
|
3070
3154
|
}
|
|
3071
3155
|
export interface InterfaceTypeError_interfaceTypesNotFound {
|
|
3072
3156
|
type: "interfaceTypesNotFound";
|
|
@@ -3089,6 +3173,7 @@ export interface InterfaceTypeLoadResponse {
|
|
|
3089
3173
|
interfaceType: InterfaceType;
|
|
3090
3174
|
ontologyRid: OntologyRid;
|
|
3091
3175
|
ontologyVersion: OntologyVersion;
|
|
3176
|
+
resolvedBranch: ResolvedBranch;
|
|
3092
3177
|
}
|
|
3093
3178
|
/**
|
|
3094
3179
|
* An immutable rid identifying the interface. This rid is generated randomly and is safe for logging purposes.
|
|
@@ -3351,6 +3436,7 @@ export interface LinkTypeLoadResponse {
|
|
|
3351
3436
|
linkType: LinkType;
|
|
3352
3437
|
ontologyRid: OntologyRid;
|
|
3353
3438
|
ontologyVersion: OntologyVersion;
|
|
3439
|
+
resolvedBranch: ResolvedBranch;
|
|
3354
3440
|
}
|
|
3355
3441
|
export interface LinkTypeMetadata {
|
|
3356
3442
|
apiName?: ObjectTypeFieldApiName | null | undefined;
|
|
@@ -3387,6 +3473,15 @@ export type LinkTypePeeringRid = string;
|
|
|
3387
3473
|
* the LinkTypeRid will be different.
|
|
3388
3474
|
*/
|
|
3389
3475
|
export type LinkTypeRid = string;
|
|
3476
|
+
export interface LinkTypeRidOrId_rid {
|
|
3477
|
+
type: "rid";
|
|
3478
|
+
rid: LinkTypeRid;
|
|
3479
|
+
}
|
|
3480
|
+
export interface LinkTypeRidOrId_id {
|
|
3481
|
+
type: "id";
|
|
3482
|
+
id: LinkTypeId;
|
|
3483
|
+
}
|
|
3484
|
+
export type LinkTypeRidOrId = LinkTypeRidOrId_rid | LinkTypeRidOrId_id;
|
|
3390
3485
|
/**
|
|
3391
3486
|
* The LinkTypesRids were not found in the current ontology.
|
|
3392
3487
|
*/
|
|
@@ -3723,6 +3818,10 @@ export interface LogicRuleValue_interfaceParameterPropertyValue {
|
|
|
3723
3818
|
type: "interfaceParameterPropertyValue";
|
|
3724
3819
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
3725
3820
|
}
|
|
3821
|
+
export interface LogicRuleValue_interfaceParameterPropertyValueV2 {
|
|
3822
|
+
type: "interfaceParameterPropertyValueV2";
|
|
3823
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
3824
|
+
}
|
|
3726
3825
|
export interface LogicRuleValue_currentUser {
|
|
3727
3826
|
type: "currentUser";
|
|
3728
3827
|
currentUser: CurrentUser;
|
|
@@ -3743,7 +3842,7 @@ export interface LogicRuleValue_synchronousWebhookOutput {
|
|
|
3743
3842
|
* These are the possible values that can be passed into LogicRules as well as Notification and Webhook side
|
|
3744
3843
|
* effects.
|
|
3745
3844
|
*/
|
|
3746
|
-
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3845
|
+
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValueV2 | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3747
3846
|
export interface LogicRuleValueModification_parameterId {
|
|
3748
3847
|
type: "parameterId";
|
|
3749
3848
|
parameterId: ParameterId;
|
|
@@ -3760,6 +3859,10 @@ export interface LogicRuleValueModification_interfaceParameterPropertyValue {
|
|
|
3760
3859
|
type: "interfaceParameterPropertyValue";
|
|
3761
3860
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValueModification;
|
|
3762
3861
|
}
|
|
3862
|
+
export interface LogicRuleValueModification_interfaceParameterPropertyValueV2 {
|
|
3863
|
+
type: "interfaceParameterPropertyValueV2";
|
|
3864
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueModificationV2;
|
|
3865
|
+
}
|
|
3763
3866
|
export interface LogicRuleValueModification_currentUser {
|
|
3764
3867
|
type: "currentUser";
|
|
3765
3868
|
currentUser: CurrentUser;
|
|
@@ -3780,7 +3883,7 @@ export interface LogicRuleValueModification_synchronousWebhookOutput {
|
|
|
3780
3883
|
* These are the possible values that can be passed into LogicRules as well as Notification and Webhook side
|
|
3781
3884
|
* effects.
|
|
3782
3885
|
*/
|
|
3783
|
-
export type LogicRuleValueModification = LogicRuleValueModification_parameterId | LogicRuleValueModification_staticValue | LogicRuleValueModification_objectParameterPropertyValue | LogicRuleValueModification_interfaceParameterPropertyValue | LogicRuleValueModification_currentUser | LogicRuleValueModification_currentTime | LogicRuleValueModification_uniqueIdentifier | LogicRuleValueModification_synchronousWebhookOutput;
|
|
3886
|
+
export type LogicRuleValueModification = LogicRuleValueModification_parameterId | LogicRuleValueModification_staticValue | LogicRuleValueModification_objectParameterPropertyValue | LogicRuleValueModification_interfaceParameterPropertyValue | LogicRuleValueModification_interfaceParameterPropertyValueV2 | LogicRuleValueModification_currentUser | LogicRuleValueModification_currentTime | LogicRuleValueModification_uniqueIdentifier | LogicRuleValueModification_synchronousWebhookOutput;
|
|
3784
3887
|
export interface LongPropertyType {}
|
|
3785
3888
|
export interface LongTypeDataConstraints_range {
|
|
3786
3889
|
type: "range";
|
|
@@ -3950,19 +4053,39 @@ export interface MediaSourceRid_datasetRid {
|
|
|
3950
4053
|
* A rid identifying the resource backing a media reference.
|
|
3951
4054
|
*/
|
|
3952
4055
|
export type MediaSourceRid = MediaSourceRid_mediaSetRid | MediaSourceRid_datasetRid;
|
|
4056
|
+
export type MioEmbeddingModel = "GOOGLE_SIGLIP_2";
|
|
3953
4057
|
export interface MissingAffectedObjectTypesForFunctionRule {
|
|
3954
4058
|
functionRid: FunctionRid;
|
|
3955
4059
|
functionVersion: SemanticFunctionVersion;
|
|
3956
4060
|
missingAffectedObjectTypes: Array<ObjectTypeRid>;
|
|
3957
4061
|
}
|
|
3958
4062
|
export interface MissingParameterValueType {}
|
|
4063
|
+
export interface Modality_text {
|
|
4064
|
+
type: "text";
|
|
4065
|
+
text: TextModality;
|
|
4066
|
+
}
|
|
4067
|
+
export interface Modality_image {
|
|
4068
|
+
type: "image";
|
|
4069
|
+
image: ImageModality;
|
|
4070
|
+
}
|
|
4071
|
+
/**
|
|
4072
|
+
* Represents the type of input data that can be embedded.
|
|
4073
|
+
*/
|
|
4074
|
+
export type Modality = Modality_text | Modality_image;
|
|
4075
|
+
export interface ModelWithSource_mio {
|
|
4076
|
+
type: "mio";
|
|
4077
|
+
mio: MioEmbeddingModel;
|
|
4078
|
+
}
|
|
4079
|
+
export type ModelWithSource = ModelWithSource_mio;
|
|
3959
4080
|
export interface ModifyInterfaceRule {
|
|
3960
4081
|
interfaceObjectToModify: ParameterId;
|
|
4082
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
3961
4083
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
3962
4084
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
3963
4085
|
}
|
|
3964
4086
|
export interface ModifyInterfaceRuleModification {
|
|
3965
4087
|
interfaceObjectToModify: ParameterId;
|
|
4088
|
+
interfacePropertyTypeLogicRuleValueModifications: Array<InterfacePropertyTypeLogicRuleValueModification>;
|
|
3966
4089
|
sharedPropertyTypeLogicRuleValueModifications: Array<SharedPropertyTypeLogicRuleValueModification>;
|
|
3967
4090
|
sharedPropertyTypeStructFieldLogicRuleValueModifications: Array<SharedPropertyTypeStructFieldLogicRuleValueModification>;
|
|
3968
4091
|
}
|
|
@@ -3981,6 +4104,13 @@ export interface ModifyObjectRuleModification {
|
|
|
3981
4104
|
* ResourceIdentifier for a Workshop Module.
|
|
3982
4105
|
*/
|
|
3983
4106
|
export type ModuleRid = string;
|
|
4107
|
+
/**
|
|
4108
|
+
* Represents an embedding model that can support different input types
|
|
4109
|
+
*/
|
|
4110
|
+
export interface MultimodalEmbeddingModel {
|
|
4111
|
+
modelWithSource: ModelWithSource;
|
|
4112
|
+
supportedModalities: Array<Modality>;
|
|
4113
|
+
}
|
|
3984
4114
|
export interface MultipassUserFilter_groupFilter {
|
|
3985
4115
|
type: "groupFilter";
|
|
3986
4116
|
groupFilter: MultipassUserInGroupFilter;
|
|
@@ -4731,7 +4861,9 @@ export interface ObjectTypeInterfaceImplementation {
|
|
|
4731
4861
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
4732
4862
|
interfaceTypeRid: InterfaceTypeRid;
|
|
4733
4863
|
links: Record<InterfaceLinkTypeRid, Array<LinkTypeId>>;
|
|
4864
|
+
linksV2: Record<InterfaceLinkTypeRid, Array<ImplementingLinkType>>;
|
|
4734
4865
|
properties: Record<SharedPropertyTypeRid, InterfacePropertyImplementation>;
|
|
4866
|
+
propertiesV2: Record<InterfacePropertyTypeRid, InterfacePropertyTypeImplementation>;
|
|
4735
4867
|
}
|
|
4736
4868
|
/**
|
|
4737
4869
|
* Request to load an ObjectType.
|
|
@@ -4749,6 +4881,7 @@ export interface ObjectTypeLoadResponse {
|
|
|
4749
4881
|
objectType: ObjectType;
|
|
4750
4882
|
ontologyRid: OntologyRid;
|
|
4751
4883
|
ontologyVersion: OntologyVersion;
|
|
4884
|
+
resolvedBranch: ResolvedBranch;
|
|
4752
4885
|
}
|
|
4753
4886
|
/**
|
|
4754
4887
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
@@ -5042,6 +5175,7 @@ export interface OntologyBulkLoadEntitiesRequest {
|
|
|
5042
5175
|
actionTypes: Array<ActionTypeLoadRequestV2>;
|
|
5043
5176
|
datasourceTypes: Array<DatasourceType>;
|
|
5044
5177
|
entityMetadata?: EntityMetadataLoadRequest | null | undefined;
|
|
5178
|
+
fallBackToOwningBranch?: boolean | null | undefined;
|
|
5045
5179
|
includeEntityMetadata?: boolean | null | undefined;
|
|
5046
5180
|
includeObjectTypeCount?: boolean | null | undefined;
|
|
5047
5181
|
includeObjectTypesWithoutSearchableDatasources?: boolean | null | undefined;
|
|
@@ -5124,6 +5258,10 @@ export interface OntologyIrActionLogValue_interfaceParameterPropertyValue {
|
|
|
5124
5258
|
type: "interfaceParameterPropertyValue";
|
|
5125
5259
|
interfaceParameterPropertyValue: OntologyIrInterfaceParameterPropertyValue;
|
|
5126
5260
|
}
|
|
5261
|
+
export interface OntologyIrActionLogValue_interfaceParameterPropertyValueV2 {
|
|
5262
|
+
type: "interfaceParameterPropertyValueV2";
|
|
5263
|
+
interfaceParameterPropertyValueV2: OntologyIrInterfaceParameterPropertyValueV2;
|
|
5264
|
+
}
|
|
5127
5265
|
export interface OntologyIrActionLogValue_editedObjects {
|
|
5128
5266
|
type: "editedObjects";
|
|
5129
5267
|
editedObjects: ObjectTypeApiName;
|
|
@@ -5188,7 +5326,7 @@ export interface OntologyIrActionLogValue_summary {
|
|
|
5188
5326
|
type: "summary";
|
|
5189
5327
|
summary: Array<OntologyIrActionTypeRichTextComponent>;
|
|
5190
5328
|
}
|
|
5191
|
-
export type OntologyIrActionLogValue = OntologyIrActionLogValue_parameterValue | OntologyIrActionLogValue_objectParameterPropertyValue | OntologyIrActionLogValue_interfaceParameterPropertyValue | OntologyIrActionLogValue_editedObjects | OntologyIrActionLogValue_allEditedObjects | OntologyIrActionLogValue_actionTypeRid | OntologyIrActionLogValue_actionRid | OntologyIrActionLogValue_actionTypeVersion | OntologyIrActionLogValue_actionTimestamp | OntologyIrActionLogValue_actionUser | OntologyIrActionLogValue_isReverted | OntologyIrActionLogValue_revertUser | OntologyIrActionLogValue_revertTimestamp | OntologyIrActionLogValue_synchronousWebhookInstanceId | OntologyIrActionLogValue_asynchronousWebhookInstanceIds | OntologyIrActionLogValue_notifiedUsers | OntologyIrActionLogValue_notificationIds | OntologyIrActionLogValue_scenarioRid | OntologyIrActionLogValue_summary;
|
|
5329
|
+
export type OntologyIrActionLogValue = OntologyIrActionLogValue_parameterValue | OntologyIrActionLogValue_objectParameterPropertyValue | OntologyIrActionLogValue_interfaceParameterPropertyValue | OntologyIrActionLogValue_interfaceParameterPropertyValueV2 | OntologyIrActionLogValue_editedObjects | OntologyIrActionLogValue_allEditedObjects | OntologyIrActionLogValue_actionTypeRid | OntologyIrActionLogValue_actionRid | OntologyIrActionLogValue_actionTypeVersion | OntologyIrActionLogValue_actionTimestamp | OntologyIrActionLogValue_actionUser | OntologyIrActionLogValue_isReverted | OntologyIrActionLogValue_revertUser | OntologyIrActionLogValue_revertTimestamp | OntologyIrActionLogValue_synchronousWebhookInstanceId | OntologyIrActionLogValue_asynchronousWebhookInstanceIds | OntologyIrActionLogValue_notifiedUsers | OntologyIrActionLogValue_notificationIds | OntologyIrActionLogValue_scenarioRid | OntologyIrActionLogValue_summary;
|
|
5192
5330
|
/**
|
|
5193
5331
|
* A notification that will be triggered on successful completion of an action.
|
|
5194
5332
|
*/
|
|
@@ -5460,7 +5598,7 @@ export interface OntologyIrAllowedParameterValues_redacted {
|
|
|
5460
5598
|
}
|
|
5461
5599
|
export interface OntologyIrAllowedParameterValues_valueType {
|
|
5462
5600
|
type: "valueType";
|
|
5463
|
-
valueType:
|
|
5601
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
5464
5602
|
}
|
|
5465
5603
|
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;
|
|
5466
5604
|
export interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
@@ -5576,6 +5714,13 @@ export interface OntologyIrCipherTextPropertyType {
|
|
|
5576
5714
|
defaultCipherChannelRid?: string | null | undefined;
|
|
5577
5715
|
plainTextType: OntologyIrType;
|
|
5578
5716
|
}
|
|
5717
|
+
/**
|
|
5718
|
+
* Contains a set of markings that represents the max classification of this datasource.
|
|
5719
|
+
*/
|
|
5720
|
+
export interface OntologyIrClassificationConstraint {
|
|
5721
|
+
allowEmptyMarkings?: boolean | null | undefined;
|
|
5722
|
+
markingGroupName: _api_blockdata_MarkingGroupName;
|
|
5723
|
+
}
|
|
5579
5724
|
export interface OntologyIrComparisonCondition {
|
|
5580
5725
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
5581
5726
|
left: OntologyIrConditionValue;
|
|
@@ -5648,6 +5793,14 @@ export interface OntologyIrConditionValue_parameterLength {
|
|
|
5648
5793
|
parameterLength: ParameterLength;
|
|
5649
5794
|
}
|
|
5650
5795
|
export type OntologyIrConditionValue = OntologyIrConditionValue_parameterId | OntologyIrConditionValue_staticValue | OntologyIrConditionValue_objectParameterPropertyValue | OntologyIrConditionValue_interfaceParameterPropertyValue | OntologyIrConditionValue_userProperty | OntologyIrConditionValue_parameterLength;
|
|
5796
|
+
/**
|
|
5797
|
+
* Contains information about the different security controls applied on data in this datasource. Note that
|
|
5798
|
+
* currently this is only allowed on Restricted View-like datasources.
|
|
5799
|
+
*/
|
|
5800
|
+
export interface OntologyIrDataSecurity {
|
|
5801
|
+
classificationConstraint?: OntologyIrClassificationConstraint | null | undefined;
|
|
5802
|
+
markingConstraint?: OntologyIrMandatoryMarkingConstraint | null | undefined;
|
|
5803
|
+
}
|
|
5651
5804
|
export interface OntologyIrDateRangeValue_fixed {
|
|
5652
5805
|
type: "fixed";
|
|
5653
5806
|
fixed: OntologyIrConditionValue;
|
|
@@ -5690,15 +5843,6 @@ export interface OntologyIrDeprecatedActionTypeStatus {
|
|
|
5690
5843
|
replacedBy?: ActionTypeApiName | null | undefined;
|
|
5691
5844
|
}
|
|
5692
5845
|
/**
|
|
5693
|
-
* This status indicates that the interface is reaching the end of its life and will be removed as per the
|
|
5694
|
-
* deadline specified.
|
|
5695
|
-
*/
|
|
5696
|
-
export interface OntologyIrDeprecatedInterfaceTypeStatus {
|
|
5697
|
-
deadline: string;
|
|
5698
|
-
message: string;
|
|
5699
|
-
replacedBy?: InterfaceTypeApiName | null | undefined;
|
|
5700
|
-
}
|
|
5701
|
-
/**
|
|
5702
5846
|
* This status indicates that the LinkType is reaching the end of its life and will be removed as per the deadline specified.
|
|
5703
5847
|
*/
|
|
5704
5848
|
export interface OntologyIrDeprecatedLinkTypeStatus {
|
|
@@ -5830,71 +5974,61 @@ export interface OntologyIrFunctionRule {
|
|
|
5830
5974
|
functionRid: FunctionRid;
|
|
5831
5975
|
functionVersion: SemanticFunctionVersion;
|
|
5832
5976
|
}
|
|
5977
|
+
export interface OntologyIrImplementingLinkType {
|
|
5978
|
+
linkTypeRid: LinkTypeId;
|
|
5979
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
5980
|
+
}
|
|
5833
5981
|
export interface OntologyIrInlineActionType {
|
|
5834
5982
|
displayOptions: InlineActionDisplayOptions;
|
|
5835
5983
|
parameterId?: ParameterId | null | undefined;
|
|
5836
5984
|
rid: ActionTypeApiName;
|
|
5837
5985
|
}
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5986
|
+
/**
|
|
5987
|
+
* Reference to a struct field of a struct property.
|
|
5988
|
+
*/
|
|
5989
|
+
export interface OntologyIrInterfaceObjectParameterStructFieldValue {
|
|
5990
|
+
interfacePropertyTypeRid: InterfacePropertyTypeApiName;
|
|
5991
|
+
parameterId: ParameterId;
|
|
5992
|
+
structFieldRid: StructFieldRid;
|
|
5993
|
+
}
|
|
5994
|
+
/**
|
|
5995
|
+
* Reference to a struct field of a struct list property.
|
|
5996
|
+
*/
|
|
5997
|
+
export interface OntologyIrInterfaceObjectParameterStructListFieldValue {
|
|
5998
|
+
interfacePropertyTypeRid: InterfacePropertyTypeApiName;
|
|
5999
|
+
parameterId: ParameterId;
|
|
6000
|
+
structFieldRid: StructFieldRid;
|
|
5843
6001
|
}
|
|
5844
6002
|
export interface OntologyIrInterfaceParameterPropertyValue {
|
|
5845
6003
|
parameterId: ParameterId;
|
|
5846
6004
|
sharedPropertyTypeRid: ObjectTypeFieldApiName;
|
|
5847
6005
|
}
|
|
6006
|
+
export interface OntologyIrInterfaceParameterPropertyValueV2 {
|
|
6007
|
+
interfacePropertyTypeRid: InterfacePropertyTypeApiName;
|
|
6008
|
+
parameterId: ParameterId;
|
|
6009
|
+
}
|
|
5848
6010
|
export interface OntologyIrInterfacePropertyImplementation {
|
|
5849
6011
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5850
6012
|
}
|
|
5851
|
-
export interface
|
|
5852
|
-
type: "
|
|
5853
|
-
|
|
6013
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue {
|
|
6014
|
+
type: "logicRuleValue";
|
|
6015
|
+
logicRuleValue: OntologyIrLogicRuleValue;
|
|
6016
|
+
}
|
|
6017
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
6018
|
+
type: "structLogicRuleValue";
|
|
6019
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
6020
|
+
}
|
|
6021
|
+
export type OntologyIrInterfacePropertyLogicRuleValue = OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue | OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
6022
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
6023
|
+
type: "propertyTypeRid";
|
|
6024
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5854
6025
|
}
|
|
5855
|
-
export type
|
|
6026
|
+
export type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid;
|
|
5856
6027
|
export interface OntologyIrInterfaceSharedPropertyType {
|
|
5857
6028
|
required: boolean;
|
|
5858
6029
|
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
5859
6030
|
}
|
|
5860
6031
|
/**
|
|
5861
|
-
* Represents a collection of properties that object types can implement. If an object type implements an
|
|
5862
|
-
* interface, it is guaranteed to have the conform to the interface shape.
|
|
5863
|
-
*/
|
|
5864
|
-
export interface OntologyIrInterfaceType {
|
|
5865
|
-
allExtendsInterfaces: Array<InterfaceTypeApiName>;
|
|
5866
|
-
allLinks: Array<OntologyIrInterfaceLinkType>;
|
|
5867
|
-
allProperties: Array<OntologyIrSharedPropertyType>;
|
|
5868
|
-
allPropertiesV2: Record<ObjectTypeFieldApiName, OntologyIrInterfaceSharedPropertyType>;
|
|
5869
|
-
allPropertiesV3: Record<InterfacePropertyTypeApiName, OntologyIrResolvedInterfacePropertyType>;
|
|
5870
|
-
apiName: InterfaceTypeApiName;
|
|
5871
|
-
displayMetadata: InterfaceTypeDisplayMetadata;
|
|
5872
|
-
extendsInterfaces: Array<InterfaceTypeApiName>;
|
|
5873
|
-
links: Array<OntologyIrInterfaceLinkType>;
|
|
5874
|
-
properties: Array<OntologyIrSharedPropertyType>;
|
|
5875
|
-
propertiesV2: Record<ObjectTypeFieldApiName, OntologyIrInterfaceSharedPropertyType>;
|
|
5876
|
-
propertiesV3: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyType>;
|
|
5877
|
-
searchable?: boolean | null | undefined;
|
|
5878
|
-
status: OntologyIrInterfaceTypeStatus;
|
|
5879
|
-
}
|
|
5880
|
-
export interface OntologyIrInterfaceTypeStatus_experimental {
|
|
5881
|
-
type: "experimental";
|
|
5882
|
-
experimental: ExperimentalInterfaceTypeStatus;
|
|
5883
|
-
}
|
|
5884
|
-
export interface OntologyIrInterfaceTypeStatus_active {
|
|
5885
|
-
type: "active";
|
|
5886
|
-
active: ActiveInterfaceTypeStatus;
|
|
5887
|
-
}
|
|
5888
|
-
export interface OntologyIrInterfaceTypeStatus_deprecated {
|
|
5889
|
-
type: "deprecated";
|
|
5890
|
-
deprecated: OntologyIrDeprecatedInterfaceTypeStatus;
|
|
5891
|
-
}
|
|
5892
|
-
export interface OntologyIrInterfaceTypeStatus_example {
|
|
5893
|
-
type: "example";
|
|
5894
|
-
example: ExampleInterfaceTypeStatus;
|
|
5895
|
-
}
|
|
5896
|
-
export type OntologyIrInterfaceTypeStatus = OntologyIrInterfaceTypeStatus_experimental | OntologyIrInterfaceTypeStatus_active | OntologyIrInterfaceTypeStatus_deprecated | OntologyIrInterfaceTypeStatus_example;
|
|
5897
|
-
/**
|
|
5898
6032
|
* Represents a link between two ObjectTypes with an intermediary ObjectType acting as a bridge.
|
|
5899
6033
|
* This LinkType can be used to jump from ObjectType A to B without specifying two separate search-arounds.
|
|
5900
6034
|
* This LinkType can also be used to simulate a ManyToMany LinkType backed by an RV, or a ManyToMany LinkType
|
|
@@ -6037,6 +6171,13 @@ export interface OntologyIrLogicRuleValue_synchronousWebhookOutput {
|
|
|
6037
6171
|
* effects.
|
|
6038
6172
|
*/
|
|
6039
6173
|
export type OntologyIrLogicRuleValue = OntologyIrLogicRuleValue_parameterId | OntologyIrLogicRuleValue_staticValue | OntologyIrLogicRuleValue_objectParameterPropertyValue | OntologyIrLogicRuleValue_interfaceParameterPropertyValue | OntologyIrLogicRuleValue_currentUser | OntologyIrLogicRuleValue_currentTime | OntologyIrLogicRuleValue_uniqueIdentifier | OntologyIrLogicRuleValue_synchronousWebhookOutput;
|
|
6174
|
+
/**
|
|
6175
|
+
* Contains a set of markings that represent the mandatory security of this datasource.
|
|
6176
|
+
*/
|
|
6177
|
+
export interface OntologyIrMandatoryMarkingConstraint {
|
|
6178
|
+
allowEmptyMarkings?: boolean | null | undefined;
|
|
6179
|
+
markingGroupName: _api_blockdata_MarkingGroupName;
|
|
6180
|
+
}
|
|
6040
6181
|
export interface OntologyIrManyToManyLinkDefinition {
|
|
6041
6182
|
objectTypeAPrimaryKeyPropertyMapping: Array<_api_blockdata_OntologyIrPropertyToPropertyMapping>;
|
|
6042
6183
|
objectTypeAToBLinkMetadata: LinkTypeMetadata;
|
|
@@ -6383,6 +6524,7 @@ export interface OntologyIrObjectTypeDatasetDatasourceV3 {
|
|
|
6383
6524
|
propertySecurityGroups?: OntologyIrPropertySecurityGroups | null | undefined;
|
|
6384
6525
|
}
|
|
6385
6526
|
export interface OntologyIrObjectTypeDatasource {
|
|
6527
|
+
dataSecurity?: OntologyIrDataSecurity | null | undefined;
|
|
6386
6528
|
datasource: OntologyIrObjectTypeDatasourceDefinition;
|
|
6387
6529
|
editsConfiguration?: EditsConfiguration | null | undefined;
|
|
6388
6530
|
redacted?: boolean | null | undefined;
|
|
@@ -6492,7 +6634,9 @@ export interface OntologyIrObjectTypeGeotimeSeriesDatasource {
|
|
|
6492
6634
|
*/
|
|
6493
6635
|
export interface OntologyIrObjectTypeInterfaceImplementation {
|
|
6494
6636
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
6637
|
+
linksV2: Record<InterfaceLinkTypeApiName, Array<OntologyIrImplementingLinkType>>;
|
|
6495
6638
|
properties: Record<ObjectTypeFieldApiName, OntologyIrInterfacePropertyImplementation>;
|
|
6639
|
+
propertiesV2: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyTypeImplementation>;
|
|
6496
6640
|
}
|
|
6497
6641
|
/**
|
|
6498
6642
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
@@ -6839,6 +6983,7 @@ export type OntologyIrParameterValidationBlockOverride = OntologyIrParameterVali
|
|
|
6839
6983
|
* evaluate correctness of submitted parameters.
|
|
6840
6984
|
*/
|
|
6841
6985
|
export interface OntologyIrParameterValidationDisplayMetadata {
|
|
6986
|
+
prefill?: OntologyIrParameterPrefill | null | undefined;
|
|
6842
6987
|
renderHint: _api_types_ParameterRenderHint;
|
|
6843
6988
|
visibility: _api_types_ParameterVisibility;
|
|
6844
6989
|
}
|
|
@@ -6959,16 +7104,6 @@ export interface OntologyIrRegexCondition {
|
|
|
6959
7104
|
value: OntologyIrConditionValue;
|
|
6960
7105
|
}
|
|
6961
7106
|
/**
|
|
6962
|
-
* All information about the shape of the interface property. For now this all comes from shared properties, but
|
|
6963
|
-
* in the future it can also come from property constraints defined on the interface.
|
|
6964
|
-
*/
|
|
6965
|
-
export interface OntologyIrResolvedInterfacePropertyType {
|
|
6966
|
-
apiName: InterfacePropertyTypeApiName;
|
|
6967
|
-
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
6968
|
-
rid: InterfacePropertyTypeApiName;
|
|
6969
|
-
type: OntologyIrType;
|
|
6970
|
-
}
|
|
6971
|
-
/**
|
|
6972
7107
|
* A URL target for a Foundry rid with query params.
|
|
6973
7108
|
*/
|
|
6974
7109
|
export interface OntologyIrRidUrlTarget {
|
|
@@ -7067,7 +7202,7 @@ export type OntologyIrSecurityGroupGranularCondition = OntologyIrSecurityGroupGr
|
|
|
7067
7202
|
* every "row" (object or relation).
|
|
7068
7203
|
*/
|
|
7069
7204
|
export interface OntologyIrSecurityGroupGranularPolicy {
|
|
7070
|
-
additionalMandatory:
|
|
7205
|
+
additionalMandatory: OntologyIrSecurityGroupMandatoryPolicy;
|
|
7071
7206
|
granularPolicyCondition: OntologyIrSecurityGroupGranularCondition;
|
|
7072
7207
|
}
|
|
7073
7208
|
/**
|
|
@@ -7077,6 +7212,16 @@ export interface OntologyIrSecurityGroupGranularSecurityDefinition {
|
|
|
7077
7212
|
viewPolicy: OntologyIrSecurityGroupGranularPolicy;
|
|
7078
7213
|
}
|
|
7079
7214
|
/**
|
|
7215
|
+
* Ontology-managed mandatory security applied to the properties in the security group.
|
|
7216
|
+
*/
|
|
7217
|
+
export interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
|
|
7218
|
+
policy: OntologyIrSecurityGroupMandatoryPolicy;
|
|
7219
|
+
}
|
|
7220
|
+
export interface OntologyIrSecurityGroupMandatoryPolicy {
|
|
7221
|
+
assumedMarkings: Array<MarkingId>;
|
|
7222
|
+
markings: Array<MarkingId>;
|
|
7223
|
+
}
|
|
7224
|
+
/**
|
|
7080
7225
|
* Condition that specifies that user's markings must be evaluated against the marking(s) contained on each
|
|
7081
7226
|
* object's 'property'.
|
|
7082
7227
|
*
|
|
@@ -7097,7 +7242,7 @@ export interface OntologyIrSecurityGroupOrCondition {
|
|
|
7097
7242
|
}
|
|
7098
7243
|
export interface OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly {
|
|
7099
7244
|
type: "mandatoryOnly";
|
|
7100
|
-
mandatoryOnly:
|
|
7245
|
+
mandatoryOnly: OntologyIrSecurityGroupMandatoryOnlySecurityDefinition;
|
|
7101
7246
|
}
|
|
7102
7247
|
export interface OntologyIrSecurityGroupSecurityDefinition_granular {
|
|
7103
7248
|
type: "granular";
|
|
@@ -7124,10 +7269,6 @@ export interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
|
7124
7269
|
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
7125
7270
|
}
|
|
7126
7271
|
export type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
7127
|
-
export interface OntologyIrSharedPropertyBasedPropertyType {
|
|
7128
|
-
requireImplementation: boolean;
|
|
7129
|
-
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
7130
|
-
}
|
|
7131
7272
|
/**
|
|
7132
7273
|
* A property type that can be shared across object types.
|
|
7133
7274
|
*/
|
|
@@ -7207,10 +7348,18 @@ export interface OntologyIrStructFieldPrefill_objectParameterStructListFieldValu
|
|
|
7207
7348
|
type: "objectParameterStructListFieldValue";
|
|
7208
7349
|
objectParameterStructListFieldValue: OntologyIrObjectParameterStructListFieldValue;
|
|
7209
7350
|
}
|
|
7351
|
+
export interface OntologyIrStructFieldPrefill_interfaceObjectParameterStructFieldValue {
|
|
7352
|
+
type: "interfaceObjectParameterStructFieldValue";
|
|
7353
|
+
interfaceObjectParameterStructFieldValue: OntologyIrInterfaceObjectParameterStructFieldValue;
|
|
7354
|
+
}
|
|
7355
|
+
export interface OntologyIrStructFieldPrefill_interfaceObjectParameterStructListFieldValue {
|
|
7356
|
+
type: "interfaceObjectParameterStructListFieldValue";
|
|
7357
|
+
interfaceObjectParameterStructListFieldValue: OntologyIrInterfaceObjectParameterStructListFieldValue;
|
|
7358
|
+
}
|
|
7210
7359
|
/**
|
|
7211
7360
|
* StructFieldPrefill specifies what should initially suggested to users for a struct parameter's field.
|
|
7212
7361
|
*/
|
|
7213
|
-
export type OntologyIrStructFieldPrefill = OntologyIrStructFieldPrefill_objectParameterStructFieldValue | OntologyIrStructFieldPrefill_objectParameterStructListFieldValue;
|
|
7362
|
+
export type OntologyIrStructFieldPrefill = OntologyIrStructFieldPrefill_objectParameterStructFieldValue | OntologyIrStructFieldPrefill_objectParameterStructListFieldValue | OntologyIrStructFieldPrefill_interfaceObjectParameterStructFieldValue | OntologyIrStructFieldPrefill_interfaceObjectParameterStructListFieldValue;
|
|
7214
7363
|
export interface OntologyIrStructFieldPrefillOverride {
|
|
7215
7364
|
prefill: OntologyIrStructFieldPrefill;
|
|
7216
7365
|
}
|
|
@@ -8236,6 +8385,10 @@ export interface ParameterPrefill_interfaceParameterPropertyValue {
|
|
|
8236
8385
|
type: "interfaceParameterPropertyValue";
|
|
8237
8386
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
8238
8387
|
}
|
|
8388
|
+
export interface ParameterPrefill_interfaceParameterPropertyValueV2 {
|
|
8389
|
+
type: "interfaceParameterPropertyValueV2";
|
|
8390
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
8391
|
+
}
|
|
8239
8392
|
export interface ParameterPrefill_objectQueryPrefill {
|
|
8240
8393
|
type: "objectQueryPrefill";
|
|
8241
8394
|
objectQueryPrefill: ObjectQueryPrefill;
|
|
@@ -8255,7 +8408,7 @@ export interface ParameterPrefill_redacted {
|
|
|
8255
8408
|
/**
|
|
8256
8409
|
* ParameterPrefill specifies what should initially suggested to users for this Parameter.
|
|
8257
8410
|
*/
|
|
8258
|
-
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8411
|
+
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValueV2 | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8259
8412
|
export interface ParameterPrefillModification_staticValue {
|
|
8260
8413
|
type: "staticValue";
|
|
8261
8414
|
staticValue: StaticValue;
|
|
@@ -8272,6 +8425,10 @@ export interface ParameterPrefillModification_interfaceParameterPropertyValue {
|
|
|
8272
8425
|
type: "interfaceParameterPropertyValue";
|
|
8273
8426
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValueModification;
|
|
8274
8427
|
}
|
|
8428
|
+
export interface ParameterPrefillModification_interfaceParameterPropertyValueV2 {
|
|
8429
|
+
type: "interfaceParameterPropertyValueV2";
|
|
8430
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueModificationV2;
|
|
8431
|
+
}
|
|
8275
8432
|
export interface ParameterPrefillModification_objectQueryPrefill {
|
|
8276
8433
|
type: "objectQueryPrefill";
|
|
8277
8434
|
objectQueryPrefill: ObjectQueryPrefillModification;
|
|
@@ -8291,7 +8448,7 @@ export interface ParameterPrefillModification_redacted {
|
|
|
8291
8448
|
/**
|
|
8292
8449
|
* ParameterPrefillModification specifies what should initially suggested to users for this Parameter.
|
|
8293
8450
|
*/
|
|
8294
|
-
export type ParameterPrefillModification = ParameterPrefillModification_staticValue | ParameterPrefillModification_staticObject | ParameterPrefillModification_objectParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValue | ParameterPrefillModification_objectQueryPrefill | ParameterPrefillModification_objectQueryPropertyValue | ParameterPrefillModification_objectSetRidPrefill | ParameterPrefillModification_redacted;
|
|
8451
|
+
export type ParameterPrefillModification = ParameterPrefillModification_staticValue | ParameterPrefillModification_staticObject | ParameterPrefillModification_objectParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValueV2 | ParameterPrefillModification_objectQueryPrefill | ParameterPrefillModification_objectQueryPropertyValue | ParameterPrefillModification_objectSetRidPrefill | ParameterPrefillModification_redacted;
|
|
8295
8452
|
export interface ParameterPrefillOverride {
|
|
8296
8453
|
prefill: ParameterPrefill;
|
|
8297
8454
|
}
|
|
@@ -8504,9 +8661,28 @@ export interface ParameterValueTypeOrEmpty_missingParameterValueType {
|
|
|
8504
8661
|
/**
|
|
8505
8662
|
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8506
8663
|
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8507
|
-
* will
|
|
8664
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8665
|
+
* validations.
|
|
8508
8666
|
*/
|
|
8509
8667
|
export type ParameterValueTypeOrEmpty = ParameterValueTypeOrEmpty_valueType | ParameterValueTypeOrEmpty_missingParameterValueType;
|
|
8668
|
+
export interface ParameterValueTypeWithVersionId {
|
|
8669
|
+
valueType: ValueTypeWithVersionId;
|
|
8670
|
+
}
|
|
8671
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_valueType {
|
|
8672
|
+
type: "valueType";
|
|
8673
|
+
valueType: ParameterValueTypeWithVersionId;
|
|
8674
|
+
}
|
|
8675
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType {
|
|
8676
|
+
type: "missingParameterValueType";
|
|
8677
|
+
missingParameterValueType: MissingParameterValueType;
|
|
8678
|
+
}
|
|
8679
|
+
/**
|
|
8680
|
+
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8681
|
+
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8682
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8683
|
+
* validations.
|
|
8684
|
+
*/
|
|
8685
|
+
export type ParameterValueTypeWithVersionIdOrEmpty = ParameterValueTypeWithVersionIdOrEmpty_valueType | ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType;
|
|
8510
8686
|
export interface PartialObjectType {
|
|
8511
8687
|
authorizationRidColumnLocator?: ColumnLocator | null | undefined;
|
|
8512
8688
|
description?: string | null | undefined;
|
|
@@ -8565,6 +8741,15 @@ export interface PrePostFix {
|
|
|
8565
8741
|
prefix?: PropertyTypeReferenceOrStringConstant | null | undefined;
|
|
8566
8742
|
}
|
|
8567
8743
|
export interface PrimaryKeyPropertySecurityGroupType {}
|
|
8744
|
+
export interface PrimitiveOrStructLogicRuleModification_logicRuleValueModification {
|
|
8745
|
+
type: "logicRuleValueModification";
|
|
8746
|
+
logicRuleValueModification: LogicRuleValueModification;
|
|
8747
|
+
}
|
|
8748
|
+
export interface PrimitiveOrStructLogicRuleModification_structLogicRuleValueModification {
|
|
8749
|
+
type: "structLogicRuleValueModification";
|
|
8750
|
+
structLogicRuleValueModification: Array<StructFieldLogicRuleValueMappingModification>;
|
|
8751
|
+
}
|
|
8752
|
+
export type PrimitiveOrStructLogicRuleModification = PrimitiveOrStructLogicRuleModification_logicRuleValueModification | PrimitiveOrStructLogicRuleModification_structLogicRuleValueModification;
|
|
8568
8753
|
/**
|
|
8569
8754
|
* The id of a Multipass Principal(Everyone/User/Group)
|
|
8570
8755
|
*/
|
|
@@ -9090,16 +9275,39 @@ export interface RenderingSettings_anyNotificationRenderingCanFail {
|
|
|
9090
9275
|
* Settings that determine the rendering behaviour for notifications in current ActionType
|
|
9091
9276
|
*/
|
|
9092
9277
|
export type RenderingSettings = RenderingSettings_allNotificationRenderingMustSucceed | RenderingSettings_anyNotificationRenderingCanFail;
|
|
9278
|
+
export interface ResolvedBranch_default {
|
|
9279
|
+
type: "default";
|
|
9280
|
+
default: ResolvedDefaultBranch;
|
|
9281
|
+
}
|
|
9282
|
+
export interface ResolvedBranch_nonDefault {
|
|
9283
|
+
type: "nonDefault";
|
|
9284
|
+
nonDefault: ResolvedNonDefaultBranch;
|
|
9285
|
+
}
|
|
9286
|
+
export type ResolvedBranch = ResolvedBranch_default | ResolvedBranch_nonDefault;
|
|
9287
|
+
export interface ResolvedDefaultBranch {
|
|
9288
|
+
rid: OntologyBranchRid;
|
|
9289
|
+
}
|
|
9093
9290
|
/**
|
|
9094
9291
|
* All information about the shape of the interface property. For now this all comes from shared properties, but
|
|
9095
9292
|
* in the future it can also come from property constraints defined on the interface.
|
|
9096
9293
|
*/
|
|
9097
9294
|
export interface ResolvedInterfacePropertyType {
|
|
9098
9295
|
apiName: InterfacePropertyTypeApiName;
|
|
9296
|
+
constraints: ResolvedInterfacePropertyTypeConstraints;
|
|
9099
9297
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
9100
9298
|
rid: InterfacePropertyTypeRid;
|
|
9101
9299
|
type: Type;
|
|
9102
9300
|
}
|
|
9301
|
+
export interface ResolvedInterfacePropertyTypeConstraints {
|
|
9302
|
+
dataConstraints?: DataConstraints | null | undefined;
|
|
9303
|
+
indexedForSearch: boolean;
|
|
9304
|
+
requireImplementation: boolean;
|
|
9305
|
+
typeClasses: Array<TypeClass>;
|
|
9306
|
+
valueType?: ValueTypeReference | null | undefined;
|
|
9307
|
+
}
|
|
9308
|
+
export interface ResolvedNonDefaultBranch {
|
|
9309
|
+
rid: OntologyBranchRid;
|
|
9310
|
+
}
|
|
9103
9311
|
/**
|
|
9104
9312
|
* An rid identifying a Foundry restricted view. This rid is a randomly generated identifier and is safe to log.
|
|
9105
9313
|
*/
|
|
@@ -9709,6 +9917,7 @@ export interface SharedPropertyTypeLoadRequest {
|
|
|
9709
9917
|
export interface SharedPropertyTypeLoadResponse {
|
|
9710
9918
|
ontologyRid: OntologyRid;
|
|
9711
9919
|
ontologyVersion: OntologyVersion;
|
|
9920
|
+
resolvedBranch: ResolvedBranch;
|
|
9712
9921
|
sharedPropertyType: SharedPropertyType;
|
|
9713
9922
|
}
|
|
9714
9923
|
/**
|
|
@@ -9919,6 +10128,7 @@ export interface StringPropertyType {
|
|
|
9919
10128
|
isLongText: boolean;
|
|
9920
10129
|
supportsEfficientLeadingWildcard?: boolean | null | undefined;
|
|
9921
10130
|
supportsExactMatching: boolean;
|
|
10131
|
+
supportsFullTextRegex?: boolean | null | undefined;
|
|
9922
10132
|
}
|
|
9923
10133
|
export interface StringTypeDataConstraints_regex {
|
|
9924
10134
|
type: "regex";
|
|
@@ -10024,10 +10234,18 @@ export interface StructFieldPrefill_objectParameterStructListFieldValue {
|
|
|
10024
10234
|
type: "objectParameterStructListFieldValue";
|
|
10025
10235
|
objectParameterStructListFieldValue: ObjectParameterStructListFieldValue;
|
|
10026
10236
|
}
|
|
10237
|
+
export interface StructFieldPrefill_interfaceObjectParameterStructFieldValue {
|
|
10238
|
+
type: "interfaceObjectParameterStructFieldValue";
|
|
10239
|
+
interfaceObjectParameterStructFieldValue: InterfaceObjectParameterStructFieldValue;
|
|
10240
|
+
}
|
|
10241
|
+
export interface StructFieldPrefill_interfaceObjectParameterStructListFieldValue {
|
|
10242
|
+
type: "interfaceObjectParameterStructListFieldValue";
|
|
10243
|
+
interfaceObjectParameterStructListFieldValue: InterfaceObjectParameterStructListFieldValue;
|
|
10244
|
+
}
|
|
10027
10245
|
/**
|
|
10028
10246
|
* StructFieldPrefill specifies what should initially suggested to users for a struct parameter's field.
|
|
10029
10247
|
*/
|
|
10030
|
-
export type StructFieldPrefill = StructFieldPrefill_objectParameterStructFieldValue | StructFieldPrefill_objectParameterStructListFieldValue;
|
|
10248
|
+
export type StructFieldPrefill = StructFieldPrefill_objectParameterStructFieldValue | StructFieldPrefill_objectParameterStructListFieldValue | StructFieldPrefill_interfaceObjectParameterStructFieldValue | StructFieldPrefill_interfaceObjectParameterStructListFieldValue;
|
|
10031
10249
|
export interface StructFieldPrefillModification_objectParameterStructFieldValue {
|
|
10032
10250
|
type: "objectParameterStructFieldValue";
|
|
10033
10251
|
objectParameterStructFieldValue: ObjectParameterStructFieldValueModification;
|
|
@@ -10036,10 +10254,18 @@ export interface StructFieldPrefillModification_objectParameterStructListFieldVa
|
|
|
10036
10254
|
type: "objectParameterStructListFieldValue";
|
|
10037
10255
|
objectParameterStructListFieldValue: ObjectParameterStructListFieldValueModification;
|
|
10038
10256
|
}
|
|
10257
|
+
export interface StructFieldPrefillModification_interfaceObjectParameterStructFieldValue {
|
|
10258
|
+
type: "interfaceObjectParameterStructFieldValue";
|
|
10259
|
+
interfaceObjectParameterStructFieldValue: InterfaceObjectParameterStructFieldValueModification;
|
|
10260
|
+
}
|
|
10261
|
+
export interface StructFieldPrefillModification_interfaceObjectParameterStructListFieldValue {
|
|
10262
|
+
type: "interfaceObjectParameterStructListFieldValue";
|
|
10263
|
+
interfaceObjectParameterStructListFieldValue: InterfaceObjectParameterStructListFieldValueModification;
|
|
10264
|
+
}
|
|
10039
10265
|
/**
|
|
10040
10266
|
* StructFieldPrefillModification specifies what should initially suggested to users for a struct parameter's field.
|
|
10041
10267
|
*/
|
|
10042
|
-
export type StructFieldPrefillModification = StructFieldPrefillModification_objectParameterStructFieldValue | StructFieldPrefillModification_objectParameterStructListFieldValue;
|
|
10268
|
+
export type StructFieldPrefillModification = StructFieldPrefillModification_objectParameterStructFieldValue | StructFieldPrefillModification_objectParameterStructListFieldValue | StructFieldPrefillModification_interfaceObjectParameterStructFieldValue | StructFieldPrefillModification_interfaceObjectParameterStructListFieldValue;
|
|
10043
10269
|
export interface StructFieldPrefillOverride {
|
|
10044
10270
|
prefill: StructFieldPrefill;
|
|
10045
10271
|
}
|
|
@@ -10158,6 +10384,10 @@ export interface StructPropertyFieldType_geohash {
|
|
|
10158
10384
|
type: "geohash";
|
|
10159
10385
|
geohash: GeohashPropertyType;
|
|
10160
10386
|
}
|
|
10387
|
+
export interface StructPropertyFieldType_geoshape {
|
|
10388
|
+
type: "geoshape";
|
|
10389
|
+
geoshape: GeoshapePropertyType;
|
|
10390
|
+
}
|
|
10161
10391
|
export interface StructPropertyFieldType_integer {
|
|
10162
10392
|
type: "integer";
|
|
10163
10393
|
integer: IntegerPropertyType;
|
|
@@ -10175,9 +10405,11 @@ export interface StructPropertyFieldType_timestamp {
|
|
|
10175
10405
|
timestamp: TimestampPropertyType;
|
|
10176
10406
|
}
|
|
10177
10407
|
/**
|
|
10178
|
-
* Wrapper type for the various
|
|
10408
|
+
* Wrapper type for the various struct property field types supported in schema migrations. The ontology API
|
|
10409
|
+
* reuses Type, which is a superset of the types here, even though certain base types are unsupported. See
|
|
10410
|
+
* StructPropertyType.fieldType documentation for more information.
|
|
10179
10411
|
*/
|
|
10180
|
-
export type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
10412
|
+
export type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_geoshape | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
10181
10413
|
export interface StructPropertyType {
|
|
10182
10414
|
structFields: Array<StructFieldType>;
|
|
10183
10415
|
}
|
|
@@ -10298,6 +10530,7 @@ export interface TextEmbeddingModel_foundryLiveDeployment {
|
|
|
10298
10530
|
foundryLiveDeployment: FoundryLiveDeployment;
|
|
10299
10531
|
}
|
|
10300
10532
|
export type TextEmbeddingModel = TextEmbeddingModel_lms | TextEmbeddingModel_foundryLiveDeployment;
|
|
10533
|
+
export interface TextModality {}
|
|
10301
10534
|
/**
|
|
10302
10535
|
* A retention policy where the datasource will contain at least data from the specified time window.
|
|
10303
10536
|
*/
|
|
@@ -10571,6 +10804,7 @@ export interface TypeGroupLoadResponse {
|
|
|
10571
10804
|
numberOfObjectTypes?: number | null | undefined;
|
|
10572
10805
|
ontologyRid: OntologyRid;
|
|
10573
10806
|
ontologyVersion: OntologyVersion;
|
|
10807
|
+
resolvedBranch: ResolvedBranch;
|
|
10574
10808
|
typeGroup: TypeGroup;
|
|
10575
10809
|
}
|
|
10576
10810
|
/**
|
|
@@ -10778,8 +11012,15 @@ export interface ValueReferenceSource_propertyTypeRid {
|
|
|
10778
11012
|
propertyTypeRid: PropertyTypeRid;
|
|
10779
11013
|
}
|
|
10780
11014
|
export type ValueReferenceSource = ValueReferenceSource_propertyTypeRid;
|
|
11015
|
+
/**
|
|
11016
|
+
* When a user adds a value type to a parameter, the versionId will be empty, and the backend
|
|
11017
|
+
* will default to the latest version. When the user then updates the action type again, the
|
|
11018
|
+
* backend expects that the frontend will provide the current version of the value type that's in
|
|
11019
|
+
* use by the parameter.
|
|
11020
|
+
*/
|
|
10781
11021
|
export interface ValueType {
|
|
10782
11022
|
valueTypeRid: ValueTypeRid;
|
|
11023
|
+
valueTypeVersionId?: ValueTypeVersionId | null | undefined;
|
|
10783
11024
|
}
|
|
10784
11025
|
export interface ValueTypeApiNameReference {
|
|
10785
11026
|
apiName: string;
|
|
@@ -10806,6 +11047,13 @@ export interface ValueTypeReference {
|
|
|
10806
11047
|
export type ValueTypeRid = string;
|
|
10807
11048
|
export type ValueTypeVersionId = string;
|
|
10808
11049
|
/**
|
|
11050
|
+
* Used in response with versionId of a value type always included.
|
|
11051
|
+
*/
|
|
11052
|
+
export interface ValueTypeWithVersionId {
|
|
11053
|
+
valueTypeRid: ValueTypeRid;
|
|
11054
|
+
valueTypeVersionId: ValueTypeVersionId;
|
|
11055
|
+
}
|
|
11056
|
+
/**
|
|
10809
11057
|
* Represents a fixed size vector of floats. These can be used for vector similarity searches.
|
|
10810
11058
|
*/
|
|
10811
11059
|
export interface VectorPropertyType {
|