@osdk/client.unstable 2.4.0-beta.2 → 2.4.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/cjs/index.d.cts +183 -174
- package/build/types/blockDataIr.d.ts +2 -2
- package/build/types/blockDataIr.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +112 -48
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +52 -127
- 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 +10 -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 +19 -0
- 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/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/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { OntologyIrOntologyBlockDataV2 } from "./generated/ontology-metadata/api/blockdata/index.js";
|
|
2
2
|
import type { BaseType } from "./generated/type-registry/api/BaseType.js";
|
|
3
3
|
import type { ExampleValue } from "./generated/type-registry/api/ExampleValue.js";
|
|
4
4
|
import type { ValueTypeApiName } from "./generated/type-registry/api/ValueTypeApiName.js";
|
|
@@ -12,7 +12,7 @@ export type InterfaceLinkTypeApiName = string;
|
|
|
12
12
|
export type { OntologyIrOntologyBlockDataV2 } from "./generated/ontology-metadata/api/blockdata/index.js";
|
|
13
13
|
export interface OntologyIr {
|
|
14
14
|
blockData: OntologyIrOntologyBlockDataV2;
|
|
15
|
-
importedTypes:
|
|
15
|
+
importedTypes: OntologyIrOntologyBlockDataV2;
|
|
16
16
|
}
|
|
17
17
|
export type ApiNameValueTypeReference = {
|
|
18
18
|
apiName: ValueTypeApiName
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,
|
|
1
|
+
{"mappings":"AAgBA,cACE,qCACK,sDAAuD;AAC9D,cAAc,gBAAgB,2CAA4C;AAC1E,cAAc,oBAAoB,+CAAgD;AAClF,cAAc,wBAAwB,mDAAoD;AAC1F,cAAc,+BAA+B,0DAA2D;AACxG,cAAc,gCAAgC,2DAA4D;AAC1G,cAAc,uBAAuB,kDAAmD;AACxF,cAAc,wBAAwB,mDAAoD;AAE1F,YAAY;AACZ,YAAY;AACZ,YAAY;AACZ,cAAc,qCAAqC;AAEnD,iBAAiB,WAAW;CAC1B,WAAW;CACX,eAAe;AAChB;AAED,YAAY,4BAA4B;CACtC,SAAS;CACT,SAAS;AACV;AAED,YAAY,8BAA8B;CACxC,SAAS;CACT,UAAU;CACV,aAAa;CACb,eAAe;AAChB;AAED,YAAY,sCAAsC;CAChD,SAAS;CACT,iBAAiB;CACjB,QAAQ;AACT;AAED,YAAY,oCAAoC;CAC9C,UAAU;CACV,UAAU;AACX;AAED,YAAY,+BAA+B;CACzC,YAAY;AACb","names":[],"sources":["../../src/blockDataIr.ts"],"version":3,"file":"blockDataIr.d.ts"}
|
|
@@ -5,7 +5,7 @@ import type { Alias as _api_entitymetadata_Alias, LinkTypeEntityMetadata as _api
|
|
|
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;
|
|
@@ -913,6 +917,7 @@ export interface AddInterfaceLinkRuleModification {
|
|
|
913
917
|
targetObject: ParameterId;
|
|
914
918
|
}
|
|
915
919
|
export interface AddInterfaceRule {
|
|
920
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
916
921
|
interfaceTypeRid: InterfaceTypeRid;
|
|
917
922
|
objectType: ParameterId;
|
|
918
923
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
@@ -1086,7 +1091,7 @@ export interface AllowedParameterValues_struct {
|
|
|
1086
1091
|
}
|
|
1087
1092
|
export interface AllowedParameterValues_valueType {
|
|
1088
1093
|
type: "valueType";
|
|
1089
|
-
valueType:
|
|
1094
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
1090
1095
|
}
|
|
1091
1096
|
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
1097
|
export interface AllowedParameterValuesModification_oneOf {
|
|
@@ -1801,6 +1806,10 @@ export interface ConditionValue_interfaceParameterPropertyValue {
|
|
|
1801
1806
|
type: "interfaceParameterPropertyValue";
|
|
1802
1807
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
1803
1808
|
}
|
|
1809
|
+
export interface ConditionValue_interfaceParameterPropertyValueV2 {
|
|
1810
|
+
type: "interfaceParameterPropertyValueV2";
|
|
1811
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
1812
|
+
}
|
|
1804
1813
|
export interface ConditionValue_userProperty {
|
|
1805
1814
|
type: "userProperty";
|
|
1806
1815
|
userProperty: UserProperty;
|
|
@@ -1809,7 +1818,7 @@ export interface ConditionValue_parameterLength {
|
|
|
1809
1818
|
type: "parameterLength";
|
|
1810
1819
|
parameterLength: ParameterLength;
|
|
1811
1820
|
}
|
|
1812
|
-
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1821
|
+
export type ConditionValue = ConditionValue_parameterId | ConditionValue_staticValue | ConditionValue_objectParameterPropertyValue | ConditionValue_interfaceParameterPropertyValue | ConditionValue_interfaceParameterPropertyValueV2 | ConditionValue_userProperty | ConditionValue_parameterLength;
|
|
1813
1822
|
export interface ConditionValueModification_parameterId {
|
|
1814
1823
|
type: "parameterId";
|
|
1815
1824
|
parameterId: ParameterId;
|
|
@@ -2897,6 +2906,10 @@ export interface IconReference {
|
|
|
2897
2906
|
locator: string;
|
|
2898
2907
|
source: string;
|
|
2899
2908
|
}
|
|
2909
|
+
export interface ImplementingLinkType {
|
|
2910
|
+
linkTypeRid: LinkTypeRid;
|
|
2911
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
2912
|
+
}
|
|
2900
2913
|
export interface ImportedOntologyEntitiesForProjectSpanOntologies {
|
|
2901
2914
|
sourceOntologyEntities: Array<string>;
|
|
2902
2915
|
targetOntologyEntities: Array<string>;
|
|
@@ -2980,9 +2993,22 @@ export interface InterfaceParameterPropertyValueModification {
|
|
|
2980
2993
|
parameterId: ParameterId;
|
|
2981
2994
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
2982
2995
|
}
|
|
2996
|
+
export interface InterfaceParameterPropertyValueV2 {
|
|
2997
|
+
interfacePropertyTypeRid: InterfacePropertyTypeRid;
|
|
2998
|
+
parameterId: ParameterId;
|
|
2999
|
+
}
|
|
2983
3000
|
export interface InterfacePropertyImplementation {
|
|
2984
3001
|
propertyTypeRid: PropertyTypeRid;
|
|
2985
3002
|
}
|
|
3003
|
+
export interface InterfacePropertyLogicRuleValue_logicRuleValue {
|
|
3004
|
+
type: "logicRuleValue";
|
|
3005
|
+
logicRuleValue: LogicRuleValue;
|
|
3006
|
+
}
|
|
3007
|
+
export interface InterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
3008
|
+
type: "structLogicRuleValue";
|
|
3009
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
3010
|
+
}
|
|
3011
|
+
export type InterfacePropertyLogicRuleValue = InterfacePropertyLogicRuleValue_logicRuleValue | InterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
2986
3012
|
export interface InterfacePropertyType_sharedPropertyBasedPropertyType {
|
|
2987
3013
|
type: "sharedPropertyBasedPropertyType";
|
|
2988
3014
|
sharedPropertyBasedPropertyType: SharedPropertyBasedPropertyType;
|
|
@@ -2999,6 +3025,11 @@ export interface InterfacePropertyTypeDisplayMetadata {
|
|
|
2999
3025
|
* created in.
|
|
3000
3026
|
*/
|
|
3001
3027
|
export type InterfacePropertyTypeIdInRequest = string;
|
|
3028
|
+
export interface InterfacePropertyTypeImplementation_propertyTypeRid {
|
|
3029
|
+
type: "propertyTypeRid";
|
|
3030
|
+
propertyTypeRid: PropertyTypeRid;
|
|
3031
|
+
}
|
|
3032
|
+
export type InterfacePropertyTypeImplementation = InterfacePropertyTypeImplementation_propertyTypeRid;
|
|
3002
3033
|
/**
|
|
3003
3034
|
* A rid identifying an InterfacePropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
3004
3035
|
* The InterfacePropertyTypeRid for an InterfacePropertyType is immutable.
|
|
@@ -3066,7 +3097,7 @@ export interface InterfaceTypeDeletedEvent {
|
|
|
3066
3097
|
export interface InterfaceTypeDisplayMetadata {
|
|
3067
3098
|
description?: string | null | undefined;
|
|
3068
3099
|
displayName: string;
|
|
3069
|
-
icon
|
|
3100
|
+
icon: Icon;
|
|
3070
3101
|
}
|
|
3071
3102
|
export interface InterfaceTypeError_interfaceTypesNotFound {
|
|
3072
3103
|
type: "interfaceTypesNotFound";
|
|
@@ -3723,6 +3754,10 @@ export interface LogicRuleValue_interfaceParameterPropertyValue {
|
|
|
3723
3754
|
type: "interfaceParameterPropertyValue";
|
|
3724
3755
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
3725
3756
|
}
|
|
3757
|
+
export interface LogicRuleValue_interfaceParameterPropertyValueV2 {
|
|
3758
|
+
type: "interfaceParameterPropertyValueV2";
|
|
3759
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
3760
|
+
}
|
|
3726
3761
|
export interface LogicRuleValue_currentUser {
|
|
3727
3762
|
type: "currentUser";
|
|
3728
3763
|
currentUser: CurrentUser;
|
|
@@ -3743,7 +3778,7 @@ export interface LogicRuleValue_synchronousWebhookOutput {
|
|
|
3743
3778
|
* These are the possible values that can be passed into LogicRules as well as Notification and Webhook side
|
|
3744
3779
|
* effects.
|
|
3745
3780
|
*/
|
|
3746
|
-
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3781
|
+
export type LogicRuleValue = LogicRuleValue_parameterId | LogicRuleValue_staticValue | LogicRuleValue_objectParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValue | LogicRuleValue_interfaceParameterPropertyValueV2 | LogicRuleValue_currentUser | LogicRuleValue_currentTime | LogicRuleValue_uniqueIdentifier | LogicRuleValue_synchronousWebhookOutput;
|
|
3747
3782
|
export interface LogicRuleValueModification_parameterId {
|
|
3748
3783
|
type: "parameterId";
|
|
3749
3784
|
parameterId: ParameterId;
|
|
@@ -3958,6 +3993,7 @@ export interface MissingAffectedObjectTypesForFunctionRule {
|
|
|
3958
3993
|
export interface MissingParameterValueType {}
|
|
3959
3994
|
export interface ModifyInterfaceRule {
|
|
3960
3995
|
interfaceObjectToModify: ParameterId;
|
|
3996
|
+
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
3961
3997
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
3962
3998
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
3963
3999
|
}
|
|
@@ -4731,7 +4767,9 @@ export interface ObjectTypeInterfaceImplementation {
|
|
|
4731
4767
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
4732
4768
|
interfaceTypeRid: InterfaceTypeRid;
|
|
4733
4769
|
links: Record<InterfaceLinkTypeRid, Array<LinkTypeId>>;
|
|
4770
|
+
linksV2: Record<InterfaceLinkTypeRid, Array<ImplementingLinkType>>;
|
|
4734
4771
|
properties: Record<SharedPropertyTypeRid, InterfacePropertyImplementation>;
|
|
4772
|
+
propertiesV2: Record<InterfacePropertyTypeRid, InterfacePropertyTypeImplementation>;
|
|
4735
4773
|
}
|
|
4736
4774
|
/**
|
|
4737
4775
|
* Request to load an ObjectType.
|
|
@@ -5124,6 +5162,10 @@ export interface OntologyIrActionLogValue_interfaceParameterPropertyValue {
|
|
|
5124
5162
|
type: "interfaceParameterPropertyValue";
|
|
5125
5163
|
interfaceParameterPropertyValue: OntologyIrInterfaceParameterPropertyValue;
|
|
5126
5164
|
}
|
|
5165
|
+
export interface OntologyIrActionLogValue_interfaceParameterPropertyValueV2 {
|
|
5166
|
+
type: "interfaceParameterPropertyValueV2";
|
|
5167
|
+
interfaceParameterPropertyValueV2: OntologyIrInterfaceParameterPropertyValueV2;
|
|
5168
|
+
}
|
|
5127
5169
|
export interface OntologyIrActionLogValue_editedObjects {
|
|
5128
5170
|
type: "editedObjects";
|
|
5129
5171
|
editedObjects: ObjectTypeApiName;
|
|
@@ -5188,7 +5230,7 @@ export interface OntologyIrActionLogValue_summary {
|
|
|
5188
5230
|
type: "summary";
|
|
5189
5231
|
summary: Array<OntologyIrActionTypeRichTextComponent>;
|
|
5190
5232
|
}
|
|
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;
|
|
5233
|
+
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
5234
|
/**
|
|
5193
5235
|
* A notification that will be triggered on successful completion of an action.
|
|
5194
5236
|
*/
|
|
@@ -5460,7 +5502,7 @@ export interface OntologyIrAllowedParameterValues_redacted {
|
|
|
5460
5502
|
}
|
|
5461
5503
|
export interface OntologyIrAllowedParameterValues_valueType {
|
|
5462
5504
|
type: "valueType";
|
|
5463
|
-
valueType:
|
|
5505
|
+
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
5464
5506
|
}
|
|
5465
5507
|
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
5508
|
export interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
@@ -5830,6 +5872,10 @@ export interface OntologyIrFunctionRule {
|
|
|
5830
5872
|
functionRid: FunctionRid;
|
|
5831
5873
|
functionVersion: SemanticFunctionVersion;
|
|
5832
5874
|
}
|
|
5875
|
+
export interface OntologyIrImplementingLinkType {
|
|
5876
|
+
linkTypeRid: LinkTypeId;
|
|
5877
|
+
startingFromLinkTypeSide: _api_types_LinkTypeSide;
|
|
5878
|
+
}
|
|
5833
5879
|
export interface OntologyIrInlineActionType {
|
|
5834
5880
|
displayOptions: InlineActionDisplayOptions;
|
|
5835
5881
|
parameterId?: ParameterId | null | undefined;
|
|
@@ -5845,38 +5891,31 @@ export interface OntologyIrInterfaceParameterPropertyValue {
|
|
|
5845
5891
|
parameterId: ParameterId;
|
|
5846
5892
|
sharedPropertyTypeRid: ObjectTypeFieldApiName;
|
|
5847
5893
|
}
|
|
5894
|
+
export interface OntologyIrInterfaceParameterPropertyValueV2 {
|
|
5895
|
+
interfacePropertyTypeRid: InterfacePropertyTypeApiName;
|
|
5896
|
+
parameterId: ParameterId;
|
|
5897
|
+
}
|
|
5848
5898
|
export interface OntologyIrInterfacePropertyImplementation {
|
|
5849
5899
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5850
5900
|
}
|
|
5851
|
-
export interface
|
|
5852
|
-
type: "
|
|
5853
|
-
|
|
5901
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue {
|
|
5902
|
+
type: "logicRuleValue";
|
|
5903
|
+
logicRuleValue: OntologyIrLogicRuleValue;
|
|
5854
5904
|
}
|
|
5855
|
-
export
|
|
5905
|
+
export interface OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue {
|
|
5906
|
+
type: "structLogicRuleValue";
|
|
5907
|
+
structLogicRuleValue: Record<StructFieldRid, StructFieldLogicRuleValue>;
|
|
5908
|
+
}
|
|
5909
|
+
export type OntologyIrInterfacePropertyLogicRuleValue = OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue | OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue;
|
|
5910
|
+
export interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
5911
|
+
type: "propertyTypeRid";
|
|
5912
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
5913
|
+
}
|
|
5914
|
+
export type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid;
|
|
5856
5915
|
export interface OntologyIrInterfaceSharedPropertyType {
|
|
5857
5916
|
required: boolean;
|
|
5858
5917
|
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
5859
5918
|
}
|
|
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
5919
|
export interface OntologyIrInterfaceTypeStatus_experimental {
|
|
5881
5920
|
type: "experimental";
|
|
5882
5921
|
experimental: ExperimentalInterfaceTypeStatus;
|
|
@@ -6492,7 +6531,9 @@ export interface OntologyIrObjectTypeGeotimeSeriesDatasource {
|
|
|
6492
6531
|
*/
|
|
6493
6532
|
export interface OntologyIrObjectTypeInterfaceImplementation {
|
|
6494
6533
|
interfaceTypeApiName: InterfaceTypeApiName;
|
|
6534
|
+
linksV2: Record<InterfaceLinkTypeApiName, Array<OntologyIrImplementingLinkType>>;
|
|
6495
6535
|
properties: Record<ObjectTypeFieldApiName, OntologyIrInterfacePropertyImplementation>;
|
|
6536
|
+
propertiesV2: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyTypeImplementation>;
|
|
6496
6537
|
}
|
|
6497
6538
|
/**
|
|
6498
6539
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
@@ -6959,16 +7000,6 @@ export interface OntologyIrRegexCondition {
|
|
|
6959
7000
|
value: OntologyIrConditionValue;
|
|
6960
7001
|
}
|
|
6961
7002
|
/**
|
|
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
7003
|
* A URL target for a Foundry rid with query params.
|
|
6973
7004
|
*/
|
|
6974
7005
|
export interface OntologyIrRidUrlTarget {
|
|
@@ -7124,10 +7155,6 @@ export interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
|
7124
7155
|
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
7125
7156
|
}
|
|
7126
7157
|
export type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
7127
|
-
export interface OntologyIrSharedPropertyBasedPropertyType {
|
|
7128
|
-
requireImplementation: boolean;
|
|
7129
|
-
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
7130
|
-
}
|
|
7131
7158
|
/**
|
|
7132
7159
|
* A property type that can be shared across object types.
|
|
7133
7160
|
*/
|
|
@@ -8236,6 +8263,10 @@ export interface ParameterPrefill_interfaceParameterPropertyValue {
|
|
|
8236
8263
|
type: "interfaceParameterPropertyValue";
|
|
8237
8264
|
interfaceParameterPropertyValue: InterfaceParameterPropertyValue;
|
|
8238
8265
|
}
|
|
8266
|
+
export interface ParameterPrefill_interfaceParameterPropertyValueV2 {
|
|
8267
|
+
type: "interfaceParameterPropertyValueV2";
|
|
8268
|
+
interfaceParameterPropertyValueV2: InterfaceParameterPropertyValueV2;
|
|
8269
|
+
}
|
|
8239
8270
|
export interface ParameterPrefill_objectQueryPrefill {
|
|
8240
8271
|
type: "objectQueryPrefill";
|
|
8241
8272
|
objectQueryPrefill: ObjectQueryPrefill;
|
|
@@ -8255,7 +8286,7 @@ export interface ParameterPrefill_redacted {
|
|
|
8255
8286
|
/**
|
|
8256
8287
|
* ParameterPrefill specifies what should initially suggested to users for this Parameter.
|
|
8257
8288
|
*/
|
|
8258
|
-
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8289
|
+
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValueV2 | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_redacted;
|
|
8259
8290
|
export interface ParameterPrefillModification_staticValue {
|
|
8260
8291
|
type: "staticValue";
|
|
8261
8292
|
staticValue: StaticValue;
|
|
@@ -8504,9 +8535,28 @@ export interface ParameterValueTypeOrEmpty_missingParameterValueType {
|
|
|
8504
8535
|
/**
|
|
8505
8536
|
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8506
8537
|
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8507
|
-
* will
|
|
8538
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8539
|
+
* validations.
|
|
8508
8540
|
*/
|
|
8509
8541
|
export type ParameterValueTypeOrEmpty = ParameterValueTypeOrEmpty_valueType | ParameterValueTypeOrEmpty_missingParameterValueType;
|
|
8542
|
+
export interface ParameterValueTypeWithVersionId {
|
|
8543
|
+
valueType: ValueTypeWithVersionId;
|
|
8544
|
+
}
|
|
8545
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_valueType {
|
|
8546
|
+
type: "valueType";
|
|
8547
|
+
valueType: ParameterValueTypeWithVersionId;
|
|
8548
|
+
}
|
|
8549
|
+
export interface ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType {
|
|
8550
|
+
type: "missingParameterValueType";
|
|
8551
|
+
missingParameterValueType: MissingParameterValueType;
|
|
8552
|
+
}
|
|
8553
|
+
/**
|
|
8554
|
+
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
8555
|
+
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
8556
|
+
* will return an invalid validation response. However, if the parameter is not required, a null value will pass
|
|
8557
|
+
* validations.
|
|
8558
|
+
*/
|
|
8559
|
+
export type ParameterValueTypeWithVersionIdOrEmpty = ParameterValueTypeWithVersionIdOrEmpty_valueType | ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType;
|
|
8510
8560
|
export interface PartialObjectType {
|
|
8511
8561
|
authorizationRidColumnLocator?: ColumnLocator | null | undefined;
|
|
8512
8562
|
description?: string | null | undefined;
|
|
@@ -10778,8 +10828,15 @@ export interface ValueReferenceSource_propertyTypeRid {
|
|
|
10778
10828
|
propertyTypeRid: PropertyTypeRid;
|
|
10779
10829
|
}
|
|
10780
10830
|
export type ValueReferenceSource = ValueReferenceSource_propertyTypeRid;
|
|
10831
|
+
/**
|
|
10832
|
+
* When a user adds a value type to a parameter, the versionId will be empty, and the backend
|
|
10833
|
+
* will default to the latest version. When the user then updates the action type again, the
|
|
10834
|
+
* backend expects that the frontend will provide the current version of the value type that's in
|
|
10835
|
+
* use by the parameter.
|
|
10836
|
+
*/
|
|
10781
10837
|
export interface ValueType {
|
|
10782
10838
|
valueTypeRid: ValueTypeRid;
|
|
10839
|
+
valueTypeVersionId?: ValueTypeVersionId | null | undefined;
|
|
10783
10840
|
}
|
|
10784
10841
|
export interface ValueTypeApiNameReference {
|
|
10785
10842
|
apiName: string;
|
|
@@ -10806,6 +10863,13 @@ export interface ValueTypeReference {
|
|
|
10806
10863
|
export type ValueTypeRid = string;
|
|
10807
10864
|
export type ValueTypeVersionId = string;
|
|
10808
10865
|
/**
|
|
10866
|
+
* Used in response with versionId of a value type always included.
|
|
10867
|
+
*/
|
|
10868
|
+
export interface ValueTypeWithVersionId {
|
|
10869
|
+
valueTypeRid: ValueTypeRid;
|
|
10870
|
+
valueTypeVersionId: ValueTypeVersionId;
|
|
10871
|
+
}
|
|
10872
|
+
/**
|
|
10809
10873
|
* Represents a fixed size vector of floats. These can be used for vector similarity searches.
|
|
10810
10874
|
*/
|
|
10811
10875
|
export interface VectorPropertyType {
|