@osdk/client.unstable 2.4.0-beta.5 → 2.4.0-beta.7
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 +8 -0
- package/build/cjs/index.d.cts +267 -54
- package/build/types/generated/ontology-metadata/api/__components.d.ts +190 -53
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +56 -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 +1 -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/modification/__components.d.ts +20 -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 +17 -1
- 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 +15 -2
- 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/package.json +1 -1
|
@@ -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;
|
|
@@ -617,6 +621,7 @@ export interface ActionTypeLoadResponseV2 {
|
|
|
617
621
|
actionType: ActionType;
|
|
618
622
|
ontologyRid: OntologyRid;
|
|
619
623
|
ontologyVersion: OntologyVersion;
|
|
624
|
+
resolvedBranch: ResolvedBranch;
|
|
620
625
|
}
|
|
621
626
|
/**
|
|
622
627
|
* Request to batch load ActionTypes at specified version. No more than 100 should be requested.
|
|
@@ -913,6 +918,7 @@ export interface AddInterfaceLinkRuleModification {
|
|
|
913
918
|
targetObject: ParameterId;
|
|
914
919
|
}
|
|
915
920
|
export interface AddInterfaceRule {
|
|
921
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
916
922
|
interfaceTypeRid: InterfaceTypeRid;
|
|
917
923
|
objectType: ParameterId;
|
|
918
924
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
@@ -1086,7 +1092,7 @@ export interface AllowedParameterValues_struct {
|
|
|
1086
1092
|
}
|
|
1087
1093
|
export interface AllowedParameterValues_valueType {
|
|
1088
1094
|
type: "valueType";
|
|
1089
|
-
valueType:
|
|
1095
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
1090
1096
|
}
|
|
1091
1097
|
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
1098
|
export interface AllowedParameterValuesModification_oneOf {
|
|
@@ -1801,6 +1807,10 @@ export interface ConditionValue_interfaceParameterPropertyValue {
|
|
|
1801
1807
|
type: "interfaceParameterPropertyValue";
|
|
1802
1808
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
1803
1809
|
}
|
|
1810
|
+
export interface ConditionValue_interfaceParameterPropertyValueV2 {
|
|
1811
|
+
type: "interfaceParameterPropertyValueV2";
|
|
1812
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
1813
|
+
}
|
|
1804
1814
|
export interface ConditionValue_userProperty {
|
|
1805
1815
|
type: "userProperty";
|
|
1806
1816
|
userProperty: UserProperty;
|
|
@@ -1809,7 +1819,7 @@ export interface ConditionValue_parameterLength {
|
|
|
1809
1819
|
type: "parameterLength";
|
|
1810
1820
|
parameterLength: ParameterLength;
|
|
1811
1821
|
}
|
|
1812
|
-
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1822
|
+
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_interfaceParameterPropertyValueV2 | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1813
1823
|
export interface ConditionValueModification_parameterId {
|
|
1814
1824
|
type: "parameterId";
|
|
1815
1825
|
parameterId: ParameterId;
|
|
@@ -2897,6 +2907,10 @@ export interface IconReference {
|
|
|
2897
2907
|
locator: string;
|
|
2898
2908
|
source: string;
|
|
2899
2909
|
}
|
|
2910
|
+
export interface ImplementingLinkType {
|
|
2911
|
+
linkTypeRid: LinkTypeRid;
|
|
2912
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
2913
|
+
}
|
|
2900
2914
|
export interface ImportedOntologyEntitiesForProjectSpanOntologies {
|
|
2901
2915
|
sourceOntologyEntities: Array<string>;
|
|
2902
2916
|
targetOntologyEntities: Array<string>;
|
|
@@ -2980,9 +2994,22 @@ export interface InterfaceParameterPropertyValueModification {
|
|
|
2980
2994
|
parameterId: ParameterId;
|
|
2981
2995
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
2982
2996
|
}
|
|
2997
|
+
export interface InterfaceParameterPropertyValueV2 {
|
|
2998
|
+
interfacePropertyTypeRid: InterfacePropertyTypeRid;
|
|
2999
|
+
parameterId: ParameterId;
|
|
3000
|
+
}
|
|
2983
3001
|
export interface InterfacePropertyImplementation {
|
|
2984
3002
|
propertyTypeRid: PropertyTypeRid;
|
|
2985
3003
|
}
|
|
3004
|
+
export interface InterfacePropertyLogicRuleValue_logicRuleValue {
|
|
3005
|
+
type: "logicRuleValue";
|
|
3006
|
+
logicRuleValue: LogicRuleValue;
|
|
3007
|
+
}
|
|
3008
|
+
export interface InterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
3009
|
+
type: "structLogicRuleValue";
|
|
3010
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
3011
|
+
}
|
|
3012
|
+
export type InterfacePropertyLogicRuleValue = InterfacePropertyLogicRuleValue_logicRuleValue | InterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
2986
3013
|
export interface InterfacePropertyType_sharedPropertyBasedPropertyType {
|
|
2987
3014
|
type: "sharedPropertyBasedPropertyType";
|
|
2988
3015
|
sharedPropertyBasedPropertyType: SharedPropertyBasedPropertyType;
|
|
@@ -2999,6 +3026,11 @@ export interface InterfacePropertyTypeDisplayMetadata {
|
|
|
2999
3026
|
* created in.
|
|
3000
3027
|
*/
|
|
3001
3028
|
export type InterfacePropertyTypeIdInRequest = string;
|
|
3029
|
+
export interface InterfacePropertyTypeImplementation_propertyTypeRid {
|
|
3030
|
+
type: "propertyTypeRid";
|
|
3031
|
+
propertyTypeRid: PropertyTypeRid;
|
|
3032
|
+
}
|
|
3033
|
+
export type InterfacePropertyTypeImplementation = InterfacePropertyTypeImplementation_propertyTypeRid;
|
|
3002
3034
|
/**
|
|
3003
3035
|
* A rid identifying an InterfacePropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
3004
3036
|
* The InterfacePropertyTypeRid for an InterfacePropertyType is immutable.
|
|
@@ -3066,7 +3098,7 @@ export interface InterfaceTypeDeletedEvent {
|
|
|
3066
3098
|
export interface InterfaceTypeDisplayMetadata {
|
|
3067
3099
|
description?: string | null | undefined;
|
|
3068
3100
|
displayName: string;
|
|
3069
|
-
icon
|
|
3101
|
+
icon: Icon;
|
|
3070
3102
|
}
|
|
3071
3103
|
export interface InterfaceTypeError_interfaceTypesNotFound {
|
|
3072
3104
|
type: "interfaceTypesNotFound";
|
|
@@ -3089,6 +3121,7 @@ export interface InterfaceTypeLoadResponse {
|
|
|
3089
3121
|
interfaceType: InterfaceType;
|
|
3090
3122
|
ontologyRid: OntologyRid;
|
|
3091
3123
|
ontologyVersion: OntologyVersion;
|
|
3124
|
+
resolvedBranch: ResolvedBranch;
|
|
3092
3125
|
}
|
|
3093
3126
|
/**
|
|
3094
3127
|
* An immutable rid identifying the interface. This rid is generated randomly and is safe for logging purposes.
|
|
@@ -3351,6 +3384,7 @@ export interface LinkTypeLoadResponse {
|
|
|
3351
3384
|
linkType: LinkType;
|
|
3352
3385
|
ontologyRid: OntologyRid;
|
|
3353
3386
|
ontologyVersion: OntologyVersion;
|
|
3387
|
+
resolvedBranch: ResolvedBranch;
|
|
3354
3388
|
}
|
|
3355
3389
|
export interface LinkTypeMetadata {
|
|
3356
3390
|
apiName?: ObjectTypeFieldApiName | null | undefined;
|
|
@@ -3387,6 +3421,15 @@ export type LinkTypePeeringRid = string;
|
|
|
3387
3421
|
* the LinkTypeRid will be different.
|
|
3388
3422
|
*/
|
|
3389
3423
|
export type LinkTypeRid = string;
|
|
3424
|
+
export interface LinkTypeRidOrId_rid {
|
|
3425
|
+
type: "rid";
|
|
3426
|
+
rid: LinkTypeRid;
|
|
3427
|
+
}
|
|
3428
|
+
export interface LinkTypeRidOrId_id {
|
|
3429
|
+
type: "id";
|
|
3430
|
+
id: LinkTypeId;
|
|
3431
|
+
}
|
|
3432
|
+
export type LinkTypeRidOrId = LinkTypeRidOrId_rid | LinkTypeRidOrId_id;
|
|
3390
3433
|
/**
|
|
3391
3434
|
* The LinkTypesRids were not found in the current ontology.
|
|
3392
3435
|
*/
|
|
@@ -3723,6 +3766,10 @@ export interface LogicRuleValue_interfaceParameterPropertyValue {
|
|
|
3723
3766
|
type: "interfaceParameterPropertyValue";
|
|
3724
3767
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
3725
3768
|
}
|
|
3769
|
+
export interface LogicRuleValue_interfaceParameterPropertyValueV2 {
|
|
3770
|
+
type: "interfaceParameterPropertyValueV2";
|
|
3771
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
3772
|
+
}
|
|
3726
3773
|
export interface LogicRuleValue_currentUser {
|
|
3727
3774
|
type: "currentUser";
|
|
3728
3775
|
currentUser: CurrentUser;
|
|
@@ -3743,7 +3790,7 @@ export interface LogicRuleValue_synchronousWebhookOutput {
|
|
|
3743
3790
|
* These are the possible values that can be passed into LogicRules as well as Notification and Webhook side
|
|
3744
3791
|
* effects.
|
|
3745
3792
|
*/
|
|
3746
|
-
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3793
|
+
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValueV2 | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3747
3794
|
export interface LogicRuleValueModification_parameterId {
|
|
3748
3795
|
type: "parameterId";
|
|
3749
3796
|
parameterId: ParameterId;
|
|
@@ -3958,6 +4005,7 @@ export interface MissingAffectedObjectTypesForFunctionRule {
|
|
|
3958
4005
|
export interface MissingParameterValueType {}
|
|
3959
4006
|
export interface ModifyInterfaceRule {
|
|
3960
4007
|
interfaceObjectToModify: ParameterId;
|
|
4008
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
3961
4009
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
3962
4010
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
3963
4011
|
}
|
|
@@ -4731,7 +4779,9 @@ export interface ObjectTypeInterfaceImplementation {
|
|
|
4731
4779
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
4732
4780
|
interfaceTypeRid: InterfaceTypeRid;
|
|
4733
4781
|
links: Record<InterfaceLinkTypeRid, Array<LinkTypeId>>;
|
|
4782
|
+
linksV2: Record<InterfaceLinkTypeRid, Array<ImplementingLinkType>>;
|
|
4734
4783
|
properties: Record<SharedPropertyTypeRid, InterfacePropertyImplementation>;
|
|
4784
|
+
propertiesV2: Record<InterfacePropertyTypeRid, InterfacePropertyTypeImplementation>;
|
|
4735
4785
|
}
|
|
4736
4786
|
/**
|
|
4737
4787
|
* Request to load an ObjectType.
|
|
@@ -4749,6 +4799,7 @@ export interface ObjectTypeLoadResponse {
|
|
|
4749
4799
|
objectType: ObjectType;
|
|
4750
4800
|
ontologyRid: OntologyRid;
|
|
4751
4801
|
ontologyVersion: OntologyVersion;
|
|
4802
|
+
resolvedBranch: ResolvedBranch;
|
|
4752
4803
|
}
|
|
4753
4804
|
/**
|
|
4754
4805
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
@@ -5124,6 +5175,10 @@ export interface OntologyIrActionLogValue_interfaceParameterPropertyValue {
|
|
|
5124
5175
|
type: "interfaceParameterPropertyValue";
|
|
5125
5176
|
interfaceParameterPropertyValue: OntologyIrInterfaceParameterPropertyValue;
|
|
5126
5177
|
}
|
|
5178
|
+
export interface OntologyIrActionLogValue_interfaceParameterPropertyValueV2 {
|
|
5179
|
+
type: "interfaceParameterPropertyValueV2";
|
|
5180
|
+
interfaceParameterPropertyValueV2: OntologyIrInterfaceParameterPropertyValueV2;
|
|
5181
|
+
}
|
|
5127
5182
|
export interface OntologyIrActionLogValue_editedObjects {
|
|
5128
5183
|
type: "editedObjects";
|
|
5129
5184
|
editedObjects: ObjectTypeApiName;
|
|
@@ -5188,7 +5243,7 @@ export interface OntologyIrActionLogValue_summary {
|
|
|
5188
5243
|
type: "summary";
|
|
5189
5244
|
summary: Array<OntologyIrActionTypeRichTextComponent>;
|
|
5190
5245
|
}
|
|
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;
|
|
5246
|
+
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
5247
|
/**
|
|
5193
5248
|
* A notification that will be triggered on successful completion of an action.
|
|
5194
5249
|
*/
|
|
@@ -5460,7 +5515,7 @@ export interface OntologyIrAllowedParameterValues_redacted {
|
|
|
5460
5515
|
}
|
|
5461
5516
|
export interface OntologyIrAllowedParameterValues_valueType {
|
|
5462
5517
|
type: "valueType";
|
|
5463
|
-
valueType:
|
|
5518
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
5464
5519
|
}
|
|
5465
5520
|
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
5521
|
export interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
@@ -5576,6 +5631,13 @@ export interface OntologyIrCipherTextPropertyType {
|
|
|
5576
5631
|
defaultCipherChannelRid?: string | null | undefined;
|
|
5577
5632
|
plainTextType: OntologyIrType;
|
|
5578
5633
|
}
|
|
5634
|
+
/**
|
|
5635
|
+
* Contains a set of markings that represents the max classification of this datasource.
|
|
5636
|
+
*/
|
|
5637
|
+
export interface OntologyIrClassificationConstraint {
|
|
5638
|
+
allowEmptyMarkings?: boolean | null | undefined;
|
|
5639
|
+
markingGroupName: _api_blockdata_MarkingGroupName;
|
|
5640
|
+
}
|
|
5579
5641
|
export interface OntologyIrComparisonCondition {
|
|
5580
5642
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
5581
5643
|
left: OntologyIrConditionValue;
|
|
@@ -5648,6 +5710,14 @@ export interface OntologyIrConditionValue_parameterLength {
|
|
|
5648
5710
|
parameterLength: ParameterLength;
|
|
5649
5711
|
}
|
|
5650
5712
|
export type OntologyIrConditionValue = OntologyIrConditionValue_parameterId | OntologyIrConditionValue_staticValue | OntologyIrConditionValue_objectParameterPropertyValue | OntologyIrConditionValue_interfaceParameterPropertyValue | OntologyIrConditionValue_userProperty | OntologyIrConditionValue_parameterLength;
|
|
5713
|
+
/**
|
|
5714
|
+
* Contains information about the different security controls applied on data in this datasource. Note that
|
|
5715
|
+
* currently this is only allowed on Restricted View-like datasources.
|
|
5716
|
+
*/
|
|
5717
|
+
export interface OntologyIrDataSecurity {
|
|
5718
|
+
classificationConstraint?: OntologyIrClassificationConstraint | null | undefined;
|
|
5719
|
+
markingConstraint?: OntologyIrMandatoryMarkingConstraint | null | undefined;
|
|
5720
|
+
}
|
|
5651
5721
|
export interface OntologyIrDateRangeValue_fixed {
|
|
5652
5722
|
type: "fixed";
|
|
5653
5723
|
fixed: OntologyIrConditionValue;
|
|
@@ -5830,6 +5900,10 @@ export interface OntologyIrFunctionRule {
|
|
|
5830
5900
|
functionRid: FunctionRid;
|
|
5831
5901
|
functionVersion: SemanticFunctionVersion;
|
|
5832
5902
|
}
|
|
5903
|
+
export interface OntologyIrImplementingLinkType {
|
|
5904
|
+
linkTypeRid: LinkTypeId;
|
|
5905
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
5906
|
+
}
|
|
5833
5907
|
export interface OntologyIrInlineActionType {
|
|
5834
5908
|
displayOptions: InlineActionDisplayOptions;
|
|
5835
5909
|
parameterId?: ParameterId | null | undefined;
|
|
@@ -5845,38 +5919,31 @@ export interface OntologyIrInterfaceParameterPropertyValue {
|
|
|
5845
5919
|
parameterId: ParameterId;
|
|
5846
5920
|
sharedPropertyTypeRid: ObjectTypeFieldApiName;
|
|
5847
5921
|
}
|
|
5922
|
+
export interface OntologyIrInterfaceParameterPropertyValueV2 {
|
|
5923
|
+
interfacePropertyTypeRid: InterfacePropertyTypeApiName;
|
|
5924
|
+
parameterId: ParameterId;
|
|
5925
|
+
}
|
|
5848
5926
|
export interface OntologyIrInterfacePropertyImplementation {
|
|
5849
5927
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5850
5928
|
}
|
|
5851
|
-
export interface
|
|
5852
|
-
type: "
|
|
5853
|
-
|
|
5929
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue {
|
|
5930
|
+
type: "logicRuleValue";
|
|
5931
|
+
logicRuleValue: OntologyIrLogicRuleValue;
|
|
5854
5932
|
}
|
|
5855
|
-
export
|
|
5933
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
5934
|
+
type: "structLogicRuleValue";
|
|
5935
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
5936
|
+
}
|
|
5937
|
+
export type OntologyIrInterfacePropertyLogicRuleValue = OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue | OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
5938
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
5939
|
+
type: "propertyTypeRid";
|
|
5940
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5941
|
+
}
|
|
5942
|
+
export type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid;
|
|
5856
5943
|
export interface OntologyIrInterfaceSharedPropertyType {
|
|
5857
5944
|
required: boolean;
|
|
5858
5945
|
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
5859
5946
|
}
|
|
5860
|
-
/**
|
|
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
5947
|
export interface OntologyIrInterfaceTypeStatus_experimental {
|
|
5881
5948
|
type: "experimental";
|
|
5882
5949
|
experimental: ExperimentalInterfaceTypeStatus;
|
|
@@ -6037,6 +6104,13 @@ export interface OntologyIrLogicRuleValue_synchronousWebhookOutput {
|
|
|
6037
6104
|
* effects.
|
|
6038
6105
|
*/
|
|
6039
6106
|
export type OntologyIrLogicRuleValue = OntologyIrLogicRuleValue_parameterId | OntologyIrLogicRuleValue_staticValue | OntologyIrLogicRuleValue_objectParameterPropertyValue | OntologyIrLogicRuleValue_interfaceParameterPropertyValue | OntologyIrLogicRuleValue_currentUser | OntologyIrLogicRuleValue_currentTime | OntologyIrLogicRuleValue_uniqueIdentifier | OntologyIrLogicRuleValue_synchronousWebhookOutput;
|
|
6107
|
+
/**
|
|
6108
|
+
* Contains a set of markings that represent the mandatory security of this datasource.
|
|
6109
|
+
*/
|
|
6110
|
+
export interface OntologyIrMandatoryMarkingConstraint {
|
|
6111
|
+
allowEmptyMarkings?: boolean | null | undefined;
|
|
6112
|
+
markingGroupName: _api_blockdata_MarkingGroupName;
|
|
6113
|
+
}
|
|
6040
6114
|
export interface OntologyIrManyToManyLinkDefinition {
|
|
6041
6115
|
objectTypeAPrimaryKeyPropertyMapping: Array<_api_blockdata_OntologyIrPropertyToPropertyMapping>;
|
|
6042
6116
|
objectTypeAToBLinkMetadata: LinkTypeMetadata;
|
|
@@ -6383,6 +6457,7 @@ export interface OntologyIrObjectTypeDatasetDatasourceV3 {
|
|
|
6383
6457
|
propertySecurityGroups?: OntologyIrPropertySecurityGroups | null | undefined;
|
|
6384
6458
|
}
|
|
6385
6459
|
export interface OntologyIrObjectTypeDatasource {
|
|
6460
|
+
dataSecurity?: OntologyIrDataSecurity | null | undefined;
|
|
6386
6461
|
datasource: OntologyIrObjectTypeDatasourceDefinition;
|
|
6387
6462
|
editsConfiguration?: EditsConfiguration | null | undefined;
|
|
6388
6463
|
redacted?: boolean | null | undefined;
|
|
@@ -6492,7 +6567,9 @@ export interface OntologyIrObjectTypeGeotimeSeriesDatasource {
|
|
|
6492
6567
|
*/
|
|
6493
6568
|
export interface OntologyIrObjectTypeInterfaceImplementation {
|
|
6494
6569
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
6570
|
+
linksV2: Record<InterfaceLinkTypeApiName, Array<OntologyIrImplementingLinkType>>;
|
|
6495
6571
|
properties: Record<ObjectTypeFieldApiName, OntologyIrInterfacePropertyImplementation>;
|
|
6572
|
+
propertiesV2: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyTypeImplementation>;
|
|
6496
6573
|
}
|
|
6497
6574
|
/**
|
|
6498
6575
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
@@ -6959,16 +7036,6 @@ export interface OntologyIrRegexCondition {
|
|
|
6959
7036
|
value: OntologyIrConditionValue;
|
|
6960
7037
|
}
|
|
6961
7038
|
/**
|
|
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
7039
|
* A URL target for a Foundry rid with query params.
|
|
6973
7040
|
*/
|
|
6974
7041
|
export interface OntologyIrRidUrlTarget {
|
|
@@ -7067,7 +7134,7 @@ export type OntologyIrSecurityGroupGranularCondition = OntologyIrSecurityGroupGr
|
|
|
7067
7134
|
* every "row" (object or relation).
|
|
7068
7135
|
*/
|
|
7069
7136
|
export interface OntologyIrSecurityGroupGranularPolicy {
|
|
7070
|
-
additionalMandatory:
|
|
7137
|
+
additionalMandatory: OntologyIrSecurityGroupMandatoryPolicy;
|
|
7071
7138
|
granularPolicyCondition: OntologyIrSecurityGroupGranularCondition;
|
|
7072
7139
|
}
|
|
7073
7140
|
/**
|
|
@@ -7077,6 +7144,16 @@ export interface OntologyIrSecurityGroupGranularSecurityDefinition {
|
|
|
7077
7144
|
viewPolicy: OntologyIrSecurityGroupGranularPolicy;
|
|
7078
7145
|
}
|
|
7079
7146
|
/**
|
|
7147
|
+
* Ontology-managed mandatory security applied to the properties in the security group.
|
|
7148
|
+
*/
|
|
7149
|
+
export interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
|
|
7150
|
+
policy: OntologyIrSecurityGroupMandatoryPolicy;
|
|
7151
|
+
}
|
|
7152
|
+
export interface OntologyIrSecurityGroupMandatoryPolicy {
|
|
7153
|
+
assumedMarkings: Array<MarkingId>;
|
|
7154
|
+
markings: Array<MarkingId>;
|
|
7155
|
+
}
|
|
7156
|
+
/**
|
|
7080
7157
|
* Condition that specifies that user's markings must be evaluated against the marking(s) contained on each
|
|
7081
7158
|
* object's 'property'.
|
|
7082
7159
|
*
|
|
@@ -7097,7 +7174,7 @@ export interface OntologyIrSecurityGroupOrCondition {
|
|
|
7097
7174
|
}
|
|
7098
7175
|
export interface OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly {
|
|
7099
7176
|
type: "mandatoryOnly";
|
|
7100
|
-
mandatoryOnly:
|
|
7177
|
+
mandatoryOnly: OntologyIrSecurityGroupMandatoryOnlySecurityDefinition;
|
|
7101
7178
|
}
|
|
7102
7179
|
export interface OntologyIrSecurityGroupSecurityDefinition_granular {
|
|
7103
7180
|
type: "granular";
|
|
@@ -7124,10 +7201,6 @@ export interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
|
7124
7201
|
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
7125
7202
|
}
|
|
7126
7203
|
export type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
7127
|
-
export interface OntologyIrSharedPropertyBasedPropertyType {
|
|
7128
|
-
requireImplementation: boolean;
|
|
7129
|
-
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
7130
|
-
}
|
|
7131
7204
|
/**
|
|
7132
7205
|
* A property type that can be shared across object types.
|
|
7133
7206
|
*/
|
|
@@ -8236,6 +8309,10 @@ export interface ParameterPrefill_interfaceParameterPropertyValue {
|
|
|
8236
8309
|
type: "interfaceParameterPropertyValue";
|
|
8237
8310
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
8238
8311
|
}
|
|
8312
|
+
export interface ParameterPrefill_interfaceParameterPropertyValueV2 {
|
|
8313
|
+
type: "interfaceParameterPropertyValueV2";
|
|
8314
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
8315
|
+
}
|
|
8239
8316
|
export interface ParameterPrefill_objectQueryPrefill {
|
|
8240
8317
|
type: "objectQueryPrefill";
|
|
8241
8318
|
objectQueryPrefill: ObjectQueryPrefill;
|
|
@@ -8255,7 +8332,7 @@ export interface ParameterPrefill_redacted {
|
|
|
8255
8332
|
/**
|
|
8256
8333
|
* ParameterPrefill specifies what should initially suggested to users for this Parameter.
|
|
8257
8334
|
*/
|
|
8258
|
-
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8335
|
+
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValueV2 | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8259
8336
|
export interface ParameterPrefillModification_staticValue {
|
|
8260
8337
|
type: "staticValue";
|
|
8261
8338
|
staticValue: StaticValue;
|
|
@@ -8504,9 +8581,28 @@ export interface ParameterValueTypeOrEmpty_missingParameterValueType {
|
|
|
8504
8581
|
/**
|
|
8505
8582
|
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8506
8583
|
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8507
|
-
* will
|
|
8584
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8585
|
+
* validations.
|
|
8508
8586
|
*/
|
|
8509
8587
|
export type ParameterValueTypeOrEmpty = ParameterValueTypeOrEmpty_valueType | ParameterValueTypeOrEmpty_missingParameterValueType;
|
|
8588
|
+
export interface ParameterValueTypeWithVersionId {
|
|
8589
|
+
valueType: ValueTypeWithVersionId;
|
|
8590
|
+
}
|
|
8591
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_valueType {
|
|
8592
|
+
type: "valueType";
|
|
8593
|
+
valueType: ParameterValueTypeWithVersionId;
|
|
8594
|
+
}
|
|
8595
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType {
|
|
8596
|
+
type: "missingParameterValueType";
|
|
8597
|
+
missingParameterValueType: MissingParameterValueType;
|
|
8598
|
+
}
|
|
8599
|
+
/**
|
|
8600
|
+
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8601
|
+
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8602
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8603
|
+
* validations.
|
|
8604
|
+
*/
|
|
8605
|
+
export type ParameterValueTypeWithVersionIdOrEmpty = ParameterValueTypeWithVersionIdOrEmpty_valueType | ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType;
|
|
8510
8606
|
export interface PartialObjectType {
|
|
8511
8607
|
authorizationRidColumnLocator?: ColumnLocator | null | undefined;
|
|
8512
8608
|
description?: string | null | undefined;
|
|
@@ -9090,16 +9186,35 @@ export interface RenderingSettings_anyNotificationRenderingCanFail {
|
|
|
9090
9186
|
* Settings that determine the rendering behaviour for notifications in current ActionType
|
|
9091
9187
|
*/
|
|
9092
9188
|
export type RenderingSettings = RenderingSettings_allNotificationRenderingMustSucceed | RenderingSettings_anyNotificationRenderingCanFail;
|
|
9189
|
+
export interface ResolvedBranch_default {
|
|
9190
|
+
type: "default";
|
|
9191
|
+
default: ResolvedDefaultBranch;
|
|
9192
|
+
}
|
|
9193
|
+
export interface ResolvedBranch_nonDefault {
|
|
9194
|
+
type: "nonDefault";
|
|
9195
|
+
nonDefault: ResolvedNonDefaultBranch;
|
|
9196
|
+
}
|
|
9197
|
+
export type ResolvedBranch = ResolvedBranch_default | ResolvedBranch_nonDefault;
|
|
9198
|
+
export interface ResolvedDefaultBranch {
|
|
9199
|
+
rid: OntologyBranchRid;
|
|
9200
|
+
}
|
|
9093
9201
|
/**
|
|
9094
9202
|
* All information about the shape of the interface property. For now this all comes from shared properties, but
|
|
9095
9203
|
* in the future it can also come from property constraints defined on the interface.
|
|
9096
9204
|
*/
|
|
9097
9205
|
export interface ResolvedInterfacePropertyType {
|
|
9098
9206
|
apiName: InterfacePropertyTypeApiName;
|
|
9207
|
+
constraints: ResolvedInterfacePropertyTypeConstraints;
|
|
9099
9208
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
9100
9209
|
rid: InterfacePropertyTypeRid;
|
|
9101
9210
|
type: Type;
|
|
9102
9211
|
}
|
|
9212
|
+
export interface ResolvedInterfacePropertyTypeConstraints {
|
|
9213
|
+
requireImplementation: boolean;
|
|
9214
|
+
}
|
|
9215
|
+
export interface ResolvedNonDefaultBranch {
|
|
9216
|
+
rid: OntologyBranchRid;
|
|
9217
|
+
}
|
|
9103
9218
|
/**
|
|
9104
9219
|
* An rid identifying a Foundry restricted view. This rid is a randomly generated identifier and is safe to log.
|
|
9105
9220
|
*/
|
|
@@ -9709,6 +9824,7 @@ export interface SharedPropertyTypeLoadRequest {
|
|
|
9709
9824
|
export interface SharedPropertyTypeLoadResponse {
|
|
9710
9825
|
ontologyRid: OntologyRid;
|
|
9711
9826
|
ontologyVersion: OntologyVersion;
|
|
9827
|
+
resolvedBranch: ResolvedBranch;
|
|
9712
9828
|
sharedPropertyType: SharedPropertyType;
|
|
9713
9829
|
}
|
|
9714
9830
|
/**
|
|
@@ -10158,6 +10274,10 @@ export interface StructPropertyFieldType_geohash {
|
|
|
10158
10274
|
type: "geohash";
|
|
10159
10275
|
geohash: GeohashPropertyType;
|
|
10160
10276
|
}
|
|
10277
|
+
export interface StructPropertyFieldType_geoshape {
|
|
10278
|
+
type: "geoshape";
|
|
10279
|
+
geoshape: GeoshapePropertyType;
|
|
10280
|
+
}
|
|
10161
10281
|
export interface StructPropertyFieldType_integer {
|
|
10162
10282
|
type: "integer";
|
|
10163
10283
|
integer: IntegerPropertyType;
|
|
@@ -10175,9 +10295,11 @@ export interface StructPropertyFieldType_timestamp {
|
|
|
10175
10295
|
timestamp: TimestampPropertyType;
|
|
10176
10296
|
}
|
|
10177
10297
|
/**
|
|
10178
|
-
* Wrapper type for the various
|
|
10298
|
+
* Wrapper type for the various struct property field types supported in schema migrations. The ontology API
|
|
10299
|
+
* reuses Type, which is a superset of the types here, even though certain base types are unsupported. See
|
|
10300
|
+
* StructPropertyType.fieldType documentation for more information.
|
|
10179
10301
|
*/
|
|
10180
|
-
export type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
10302
|
+
export type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_geoshape | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
10181
10303
|
export interface StructPropertyType {
|
|
10182
10304
|
structFields: Array<StructFieldType>;
|
|
10183
10305
|
}
|
|
@@ -10571,6 +10693,7 @@ export interface TypeGroupLoadResponse {
|
|
|
10571
10693
|
numberOfObjectTypes?: number | null | undefined;
|
|
10572
10694
|
ontologyRid: OntologyRid;
|
|
10573
10695
|
ontologyVersion: OntologyVersion;
|
|
10696
|
+
resolvedBranch: ResolvedBranch;
|
|
10574
10697
|
typeGroup: TypeGroup;
|
|
10575
10698
|
}
|
|
10576
10699
|
/**
|
|
@@ -10778,8 +10901,15 @@ export interface ValueReferenceSource_propertyTypeRid {
|
|
|
10778
10901
|
propertyTypeRid: PropertyTypeRid;
|
|
10779
10902
|
}
|
|
10780
10903
|
export type ValueReferenceSource = ValueReferenceSource_propertyTypeRid;
|
|
10904
|
+
/**
|
|
10905
|
+
* When a user adds a value type to a parameter, the versionId will be empty, and the backend
|
|
10906
|
+
* will default to the latest version. When the user then updates the action type again, the
|
|
10907
|
+
* backend expects that the frontend will provide the current version of the value type that's in
|
|
10908
|
+
* use by the parameter.
|
|
10909
|
+
*/
|
|
10781
10910
|
export interface ValueType {
|
|
10782
10911
|
valueTypeRid: ValueTypeRid;
|
|
10912
|
+
valueTypeVersionId?: ValueTypeVersionId | null | undefined;
|
|
10783
10913
|
}
|
|
10784
10914
|
export interface ValueTypeApiNameReference {
|
|
10785
10915
|
apiName: string;
|
|
@@ -10806,6 +10936,13 @@ export interface ValueTypeReference {
|
|
|
10806
10936
|
export type ValueTypeRid = string;
|
|
10807
10937
|
export type ValueTypeVersionId = string;
|
|
10808
10938
|
/**
|
|
10939
|
+
* Used in response with versionId of a value type always included.
|
|
10940
|
+
*/
|
|
10941
|
+
export interface ValueTypeWithVersionId {
|
|
10942
|
+
valueTypeRid: ValueTypeRid;
|
|
10943
|
+
valueTypeVersionId: ValueTypeVersionId;
|
|
10944
|
+
}
|
|
10945
|
+
/**
|
|
10809
10946
|
* Represents a fixed size vector of floats. These can be used for vector similarity searches.
|
|
10810
10947
|
*/
|
|
10811
10948
|
export interface VectorPropertyType {
|