@osdk/client.unstable 2.2.0-beta.16 → 2.2.0-beta.18
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 +13 -0
- package/build/cjs/index.d.cts +795 -42
- package/build/types/generated/ontology-metadata/api/__components.d.ts +441 -36
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +8 -2
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +3 -3
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.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 +40 -0
- 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/objectset/__components.d.ts +308 -1
- package/build/types/generated/ontology-metadata/api/objectset/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/objectset/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/objectset/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/objectstorage/__components.d.ts +2 -1
- package/build/types/generated/ontology-metadata/api/objectstorage/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +2 -0
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +47 -7
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/v2/OntologyModificationService/dryRunModifyOntology.d.ts +4 -0
- package/build/types/generated/ontology-metadata/api/v2/OntologyModificationService/dryRunModifyOntology.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/v2/OntologyModificationService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/v2/OntologyModificationService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +3899 -174
- 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/OntologyBranchService/dryRunMergeOntologyBranch.d.ts +10 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/dryRunMergeOntologyBranch.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +28 -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/index.d.ts +1 -1
- package/build/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import type { DataSetName as _api_blockdata_DataSetName, GeotimeSeriesIntegratio
|
|
|
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
|
-
import type { ObjectSetFilter as _api_objectset_ObjectSetFilter } from "./objectset/__components.js";
|
|
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
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";
|
|
9
9
|
/**
|
|
@@ -4649,6 +4649,7 @@ export interface ObjectTypesNotFoundError {
|
|
|
4649
4649
|
}
|
|
4650
4650
|
export interface ObjectTypesSummary {
|
|
4651
4651
|
maximumNumberOfObjectTypes: number;
|
|
4652
|
+
maxVectorDimensionality: number;
|
|
4652
4653
|
visibleObjectTypes: number;
|
|
4653
4654
|
}
|
|
4654
4655
|
export interface ObjectTypeStatus_experimental {
|
|
@@ -4889,11 +4890,11 @@ export interface OntologyIrActionLogMetadata {
|
|
|
4889
4890
|
* their properties should be mapped to properties of their Action Log Object Type.
|
|
4890
4891
|
*/
|
|
4891
4892
|
export interface OntologyIrActionLogRule {
|
|
4892
|
-
actionLogObjectTypeId:
|
|
4893
|
-
editedObjectRelations: Record<
|
|
4893
|
+
actionLogObjectTypeId: ObjectTypeApiName;
|
|
4894
|
+
editedObjectRelations: Record<ObjectTypeApiName, LinkTypeId>;
|
|
4894
4895
|
enabled: boolean;
|
|
4895
|
-
propertyValues: Record<
|
|
4896
|
-
reasonCodes: Array<
|
|
4896
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrActionLogValue>;
|
|
4897
|
+
reasonCodes: Array<ObjectTypeFieldApiName>;
|
|
4897
4898
|
}
|
|
4898
4899
|
export interface OntologyIrActionLogValue_parameterValue {
|
|
4899
4900
|
type: "parameterValue";
|
|
@@ -4901,7 +4902,7 @@ export interface OntologyIrActionLogValue_parameterValue {
|
|
|
4901
4902
|
}
|
|
4902
4903
|
export interface OntologyIrActionLogValue_objectParameterPropertyValue {
|
|
4903
4904
|
type: "objectParameterPropertyValue";
|
|
4904
|
-
objectParameterPropertyValue:
|
|
4905
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
4905
4906
|
}
|
|
4906
4907
|
export interface OntologyIrActionLogValue_interfaceParameterPropertyValue {
|
|
4907
4908
|
type: "interfaceParameterPropertyValue";
|
|
@@ -4909,7 +4910,7 @@ export interface OntologyIrActionLogValue_interfaceParameterPropertyValue {
|
|
|
4909
4910
|
}
|
|
4910
4911
|
export interface OntologyIrActionLogValue_editedObjects {
|
|
4911
4912
|
type: "editedObjects";
|
|
4912
|
-
editedObjects:
|
|
4913
|
+
editedObjects: ObjectTypeApiName;
|
|
4913
4914
|
}
|
|
4914
4915
|
export interface OntologyIrActionLogValue_allEditedObjects {
|
|
4915
4916
|
type: "allEditedObjects";
|
|
@@ -4969,7 +4970,7 @@ export interface OntologyIrActionLogValue_scenarioRid {
|
|
|
4969
4970
|
}
|
|
4970
4971
|
export interface OntologyIrActionLogValue_summary {
|
|
4971
4972
|
type: "summary";
|
|
4972
|
-
summary: Array<
|
|
4973
|
+
summary: Array<OntologyIrActionTypeRichTextComponent>;
|
|
4973
4974
|
}
|
|
4974
4975
|
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;
|
|
4975
4976
|
/**
|
|
@@ -5016,16 +5017,29 @@ export type OntologyIrActionNotificationRecipients = OntologyIrActionNotificatio
|
|
|
5016
5017
|
*/
|
|
5017
5018
|
export interface OntologyIrActionsObjectSet {
|
|
5018
5019
|
conditionValues: Record<_api_types_ConditionValueId, OntologyIrConditionValue>;
|
|
5019
|
-
objectSet:
|
|
5020
|
+
objectSet: OntologyIrDynamicObjectSet;
|
|
5020
5021
|
}
|
|
5021
5022
|
export interface OntologyIrActionType {
|
|
5022
5023
|
actionTypeLogic: OntologyIrActionTypeLogic;
|
|
5023
5024
|
metadata: OntologyIrActionTypeMetadata;
|
|
5024
5025
|
}
|
|
5026
|
+
/**
|
|
5027
|
+
* DisplayMetadata shape used in responses
|
|
5028
|
+
*/
|
|
5029
|
+
export interface OntologyIrActionTypeDisplayMetadata {
|
|
5030
|
+
configuration: ActionTypeDisplayMetadataConfiguration;
|
|
5031
|
+
description: string;
|
|
5032
|
+
displayName: string;
|
|
5033
|
+
icon?: Icon | null | undefined;
|
|
5034
|
+
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
5035
|
+
successMessage: Array<OntologyIrActionTypeRichTextComponent>;
|
|
5036
|
+
typeClasses: Array<TypeClass>;
|
|
5037
|
+
undoButtonConfiguration?: boolean | null | undefined;
|
|
5038
|
+
}
|
|
5025
5039
|
export interface OntologyIrActionTypeEntities {
|
|
5026
5040
|
affectedInterfaceTypes: Array<InterfaceTypeApiName>;
|
|
5027
5041
|
affectedLinkTypes: Array<LinkTypeId>;
|
|
5028
|
-
affectedObjectTypes: Array<
|
|
5042
|
+
affectedObjectTypes: Array<ObjectTypeApiName>;
|
|
5029
5043
|
typeGroups: Array<TypeGroupRid>;
|
|
5030
5044
|
}
|
|
5031
5045
|
export interface OntologyIrActionTypeLevelValidation {
|
|
@@ -5040,7 +5054,7 @@ export interface OntologyIrActionTypeLogic {
|
|
|
5040
5054
|
*/
|
|
5041
5055
|
export interface OntologyIrActionTypeMetadata {
|
|
5042
5056
|
apiName: ActionTypeApiName;
|
|
5043
|
-
displayMetadata:
|
|
5057
|
+
displayMetadata: OntologyIrActionTypeDisplayMetadata;
|
|
5044
5058
|
entities?: OntologyIrActionTypeEntities | null | undefined;
|
|
5045
5059
|
formContentOrdering: Array<OntologyIrFormContent>;
|
|
5046
5060
|
parameterOrdering: Array<ParameterId>;
|
|
@@ -5048,6 +5062,28 @@ export interface OntologyIrActionTypeMetadata {
|
|
|
5048
5062
|
sections: Record<SectionId, OntologyIrSection>;
|
|
5049
5063
|
status: OntologyIrActionTypeStatus;
|
|
5050
5064
|
}
|
|
5065
|
+
export interface OntologyIrActionTypeRichTextComponent_message {
|
|
5066
|
+
type: "message";
|
|
5067
|
+
message: ActionTypeRichTextMessage;
|
|
5068
|
+
}
|
|
5069
|
+
export interface OntologyIrActionTypeRichTextComponent_parameter {
|
|
5070
|
+
type: "parameter";
|
|
5071
|
+
parameter: ActionTypeRichTextParameterReference;
|
|
5072
|
+
}
|
|
5073
|
+
export interface OntologyIrActionTypeRichTextComponent_parameterProperty {
|
|
5074
|
+
type: "parameterProperty";
|
|
5075
|
+
parameterProperty: OntologyIrActionTypeRichTextParameterPropertyReference;
|
|
5076
|
+
}
|
|
5077
|
+
/**
|
|
5078
|
+
* Generic type that can used to define a string that should have Action execution details injected into it when
|
|
5079
|
+
* it is rendered.
|
|
5080
|
+
*/
|
|
5081
|
+
export type OntologyIrActionTypeRichTextComponent = OntologyIrActionTypeRichTextComponent_message | OntologyIrActionTypeRichTextComponent_parameter | OntologyIrActionTypeRichTextComponent_parameterProperty;
|
|
5082
|
+
/**
|
|
5083
|
+
* Indicates that this value in the rendered string should be replaced with the specified Object Parameter's
|
|
5084
|
+
* property value.
|
|
5085
|
+
*/
|
|
5086
|
+
export type OntologyIrActionTypeRichTextParameterPropertyReference = OntologyIrObjectParameterPropertyValue;
|
|
5051
5087
|
export interface OntologyIrActionTypeStatus_experimental {
|
|
5052
5088
|
type: "experimental";
|
|
5053
5089
|
experimental: ExperimentalActionTypeStatus;
|
|
@@ -5087,23 +5123,23 @@ export interface OntologyIrAddInterfaceLinkRule {
|
|
|
5087
5123
|
}
|
|
5088
5124
|
export interface OntologyIrAddInterfaceRule {
|
|
5089
5125
|
interfaceApiName: InterfaceTypeApiName;
|
|
5090
|
-
|
|
5126
|
+
objectTypeParameter: ParameterId;
|
|
5091
5127
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5092
5128
|
}
|
|
5093
5129
|
export interface OntologyIrAddObjectRule {
|
|
5094
|
-
objectTypeId:
|
|
5095
|
-
propertyValues: Record<
|
|
5096
|
-
structFieldValues: Record<
|
|
5130
|
+
objectTypeId: ObjectTypeApiName;
|
|
5131
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5132
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5097
5133
|
}
|
|
5098
5134
|
export interface OntologyIrAddOrModifyObjectRule {
|
|
5099
|
-
objectTypeId:
|
|
5100
|
-
propertyValues: Record<
|
|
5101
|
-
structFieldValues: Record<
|
|
5135
|
+
objectTypeId: ObjectTypeApiName;
|
|
5136
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5137
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5102
5138
|
}
|
|
5103
5139
|
export interface OntologyIrAddOrModifyObjectRuleV2 {
|
|
5104
5140
|
objectToModify: ParameterId;
|
|
5105
|
-
propertyValues: Record<
|
|
5106
|
-
structFieldValues: Record<
|
|
5141
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5142
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5107
5143
|
}
|
|
5108
5144
|
/**
|
|
5109
5145
|
* The mapping which designated what struct fields will get which values in the all edited properties log.
|
|
@@ -5257,6 +5293,38 @@ export interface OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput
|
|
|
5257
5293
|
* post writeback. If any fail, this is not surfaced during the apply Action call.
|
|
5258
5294
|
*/
|
|
5259
5295
|
export type OntologyIrAsynchronousPostWritebackWebhook = OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput | OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput;
|
|
5296
|
+
export interface OntologyIrBaseFormatter_knownFormatter {
|
|
5297
|
+
type: "knownFormatter";
|
|
5298
|
+
knownFormatter: KnownFormatter;
|
|
5299
|
+
}
|
|
5300
|
+
export interface OntologyIrBaseFormatter_number {
|
|
5301
|
+
type: "number";
|
|
5302
|
+
number: OntologyIrNumberFormatter;
|
|
5303
|
+
}
|
|
5304
|
+
export interface OntologyIrBaseFormatter_timestamp {
|
|
5305
|
+
type: "timestamp";
|
|
5306
|
+
timestamp: OntologyIrTimestampFormatter;
|
|
5307
|
+
}
|
|
5308
|
+
export interface OntologyIrBaseFormatter_date {
|
|
5309
|
+
type: "date";
|
|
5310
|
+
date: DateFormatter;
|
|
5311
|
+
}
|
|
5312
|
+
export interface OntologyIrBaseFormatter_string {
|
|
5313
|
+
type: "string";
|
|
5314
|
+
string: StringFormatter;
|
|
5315
|
+
}
|
|
5316
|
+
export interface OntologyIrBaseFormatter_timeDependent {
|
|
5317
|
+
type: "timeDependent";
|
|
5318
|
+
timeDependent: OntologyIrTimeDependentFormatter;
|
|
5319
|
+
}
|
|
5320
|
+
export interface OntologyIrBaseFormatter_boolean {
|
|
5321
|
+
type: "boolean";
|
|
5322
|
+
boolean: BooleanFormatter;
|
|
5323
|
+
}
|
|
5324
|
+
/**
|
|
5325
|
+
* The basic formatting behavior.
|
|
5326
|
+
*/
|
|
5327
|
+
export type OntologyIrBaseFormatter = OntologyIrBaseFormatter_knownFormatter | OntologyIrBaseFormatter_number | OntologyIrBaseFormatter_timestamp | OntologyIrBaseFormatter_date | OntologyIrBaseFormatter_string | OntologyIrBaseFormatter_timeDependent | OntologyIrBaseFormatter_boolean;
|
|
5260
5328
|
/**
|
|
5261
5329
|
* A basic action notification's email body. Uses Handlebars templating.
|
|
5262
5330
|
*/
|
|
@@ -5343,7 +5411,7 @@ export interface OntologyIrConditionValue_staticValue {
|
|
|
5343
5411
|
}
|
|
5344
5412
|
export interface OntologyIrConditionValue_objectParameterPropertyValue {
|
|
5345
5413
|
type: "objectParameterPropertyValue";
|
|
5346
|
-
objectParameterPropertyValue:
|
|
5414
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
5347
5415
|
}
|
|
5348
5416
|
export interface OntologyIrConditionValue_interfaceParameterPropertyValue {
|
|
5349
5417
|
type: "interfaceParameterPropertyValue";
|
|
@@ -5371,6 +5439,20 @@ export interface OntologyIrDateRangeValue_now {
|
|
|
5371
5439
|
now: _api_types_NowValue;
|
|
5372
5440
|
}
|
|
5373
5441
|
export type OntologyIrDateRangeValue = OntologyIrDateRangeValue_fixed | OntologyIrDateRangeValue_relative | OntologyIrDateRangeValue_now;
|
|
5442
|
+
export interface OntologyIrDatetimeTimezone_static {
|
|
5443
|
+
type: "static";
|
|
5444
|
+
static: OntologyIrDatetimeTimezoneDefinition;
|
|
5445
|
+
}
|
|
5446
|
+
export interface OntologyIrDatetimeTimezone_user {
|
|
5447
|
+
type: "user";
|
|
5448
|
+
user: UserTimezone;
|
|
5449
|
+
}
|
|
5450
|
+
export type OntologyIrDatetimeTimezone = OntologyIrDatetimeTimezone_static | OntologyIrDatetimeTimezone_user;
|
|
5451
|
+
export interface OntologyIrDatetimeTimezoneDefinition_zoneId {
|
|
5452
|
+
type: "zoneId";
|
|
5453
|
+
zoneId: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5454
|
+
}
|
|
5455
|
+
export type OntologyIrDatetimeTimezoneDefinition = OntologyIrDatetimeTimezoneDefinition_zoneId;
|
|
5374
5456
|
export interface OntologyIrDeleteInterfaceLinkRule {
|
|
5375
5457
|
interfaceLinkTypeRid: InterfaceLinkTypeApiName;
|
|
5376
5458
|
interfaceTypeRid: InterfaceTypeApiName;
|
|
@@ -5418,6 +5500,43 @@ export interface OntologyIrDeprecatedPropertyTypeStatus {
|
|
|
5418
5500
|
message: string;
|
|
5419
5501
|
replacedBy?: ObjectTypeFieldApiName | null | undefined;
|
|
5420
5502
|
}
|
|
5503
|
+
/**
|
|
5504
|
+
* An ObjectSet gotten as a result of performing a sequence of Transforms on a base ObjectSet.
|
|
5505
|
+
* Each transforms is either a PropertyFilter or a SearchAround.
|
|
5506
|
+
* There is a limit of 3 SearchArounds.
|
|
5507
|
+
*/
|
|
5508
|
+
export interface OntologyIrDynamicObjectSet {
|
|
5509
|
+
startingObjectSet: OntologyIrDynamicObjectSetInput;
|
|
5510
|
+
transforms: Array<OntologyIrObjectSetTransform>;
|
|
5511
|
+
}
|
|
5512
|
+
export interface OntologyIrDynamicObjectSetInput_base {
|
|
5513
|
+
type: "base";
|
|
5514
|
+
base: OntologyIrDynamicObjectSetInputBase;
|
|
5515
|
+
}
|
|
5516
|
+
export interface OntologyIrDynamicObjectSetInput_parameter {
|
|
5517
|
+
type: "parameter";
|
|
5518
|
+
parameter: DynamicObjectSetInputParameter;
|
|
5519
|
+
}
|
|
5520
|
+
export interface OntologyIrDynamicObjectSetInput_unioned {
|
|
5521
|
+
type: "unioned";
|
|
5522
|
+
unioned: OntologyIrDynamicObjectSetInputUnioned;
|
|
5523
|
+
}
|
|
5524
|
+
/**
|
|
5525
|
+
* A wrapper used to reference an ObjectSet
|
|
5526
|
+
*/
|
|
5527
|
+
export type OntologyIrDynamicObjectSetInput = OntologyIrDynamicObjectSetInput_base | OntologyIrDynamicObjectSetInput_parameter | OntologyIrDynamicObjectSetInput_unioned;
|
|
5528
|
+
/**
|
|
5529
|
+
* Depicts an ObjectSet with all objects of this ObjectType
|
|
5530
|
+
*/
|
|
5531
|
+
export interface OntologyIrDynamicObjectSetInputBase {
|
|
5532
|
+
objectTypeId: ObjectTypeApiName;
|
|
5533
|
+
}
|
|
5534
|
+
/**
|
|
5535
|
+
* Depicts an ObjectSet which is a union of all ObjectSets provided.
|
|
5536
|
+
*/
|
|
5537
|
+
export interface OntologyIrDynamicObjectSetInputUnioned {
|
|
5538
|
+
dynamicObjectSets: Array<OntologyIrDynamicObjectSet>;
|
|
5539
|
+
}
|
|
5421
5540
|
export interface OntologyIrEmailBody_basic {
|
|
5422
5541
|
type: "basic";
|
|
5423
5542
|
basic: OntologyIrBasicEmailBody;
|
|
@@ -5435,6 +5554,14 @@ export interface OntologyIrEventMetadata {
|
|
|
5435
5554
|
eventIdPropertyTypeRid: ObjectTypeFieldApiName;
|
|
5436
5555
|
startTimePropertyTypeRid: ObjectTypeFieldApiName;
|
|
5437
5556
|
}
|
|
5557
|
+
/**
|
|
5558
|
+
* Note this is experimental, should not be used without consulting the product team and format can
|
|
5559
|
+
* change/break without notice.
|
|
5560
|
+
*/
|
|
5561
|
+
export interface OntologyIrExperimentalTimeDependentPropertyTypeV1 {
|
|
5562
|
+
sensorLinkTypeId?: LinkTypeId | null | undefined;
|
|
5563
|
+
seriesValueMetadata: OntologyIrSeriesValueMetadata;
|
|
5564
|
+
}
|
|
5438
5565
|
export interface OntologyIrFormContent_parameterId {
|
|
5439
5566
|
type: "parameterId";
|
|
5440
5567
|
parameterId: ParameterId;
|
|
@@ -5570,7 +5697,7 @@ export interface OntologyIrLinkDefinition_oneToMany {
|
|
|
5570
5697
|
export type OntologyIrLinkDefinition = OntologyIrLinkDefinition_manyToMany | OntologyIrLinkDefinition_oneToMany;
|
|
5571
5698
|
export interface OntologyIrLinkedEntityTypeId_objectType {
|
|
5572
5699
|
type: "objectType";
|
|
5573
|
-
objectType:
|
|
5700
|
+
objectType: ObjectTypeApiName;
|
|
5574
5701
|
}
|
|
5575
5702
|
export interface OntologyIrLinkedEntityTypeId_interfaceType {
|
|
5576
5703
|
type: "interfaceType";
|
|
@@ -5609,6 +5736,22 @@ export interface OntologyIrLinkTypeStatus_example {
|
|
|
5609
5736
|
* The status to indicate whether the LinkType is either Experimental, Active, Deprecated, or Example.
|
|
5610
5737
|
*/
|
|
5611
5738
|
export type OntologyIrLinkTypeStatus = OntologyIrLinkTypeStatus_experimental | OntologyIrLinkTypeStatus_active | OntologyIrLinkTypeStatus_deprecated | OntologyIrLinkTypeStatus_example;
|
|
5739
|
+
export interface OntologyIrLogicRule_addObjectRule {
|
|
5740
|
+
type: "addObjectRule";
|
|
5741
|
+
addObjectRule: OntologyIrAddObjectRule;
|
|
5742
|
+
}
|
|
5743
|
+
export interface OntologyIrLogicRule_addOrModifyObjectRuleV2 {
|
|
5744
|
+
type: "addOrModifyObjectRuleV2";
|
|
5745
|
+
addOrModifyObjectRuleV2: OntologyIrAddOrModifyObjectRuleV2;
|
|
5746
|
+
}
|
|
5747
|
+
export interface OntologyIrLogicRule_modifyObjectRule {
|
|
5748
|
+
type: "modifyObjectRule";
|
|
5749
|
+
modifyObjectRule: OntologyIrModifyObjectRule;
|
|
5750
|
+
}
|
|
5751
|
+
export interface OntologyIrLogicRule_deleteObjectRule {
|
|
5752
|
+
type: "deleteObjectRule";
|
|
5753
|
+
deleteObjectRule: DeleteObjectRule;
|
|
5754
|
+
}
|
|
5612
5755
|
export interface OntologyIrLogicRule_addInterfaceRule {
|
|
5613
5756
|
type: "addInterfaceRule";
|
|
5614
5757
|
addInterfaceRule: OntologyIrAddInterfaceRule;
|
|
@@ -5617,7 +5760,7 @@ export interface OntologyIrLogicRule_modifyInterfaceRule {
|
|
|
5617
5760
|
type: "modifyInterfaceRule";
|
|
5618
5761
|
modifyInterfaceRule: OntologyIrModifyInterfaceRule;
|
|
5619
5762
|
}
|
|
5620
|
-
export type OntologyIrLogicRule = OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule;
|
|
5763
|
+
export type OntologyIrLogicRule = OntologyIrLogicRule_addObjectRule | OntologyIrLogicRule_addOrModifyObjectRuleV2 | OntologyIrLogicRule_modifyObjectRule | OntologyIrLogicRule_deleteObjectRule | OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule;
|
|
5621
5764
|
export interface OntologyIrLogicRuleValue_parameterId {
|
|
5622
5765
|
type: "parameterId";
|
|
5623
5766
|
parameterId: ParameterId;
|
|
@@ -5628,7 +5771,7 @@ export interface OntologyIrLogicRuleValue_staticValue {
|
|
|
5628
5771
|
}
|
|
5629
5772
|
export interface OntologyIrLogicRuleValue_objectParameterPropertyValue {
|
|
5630
5773
|
type: "objectParameterPropertyValue";
|
|
5631
|
-
objectParameterPropertyValue:
|
|
5774
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
5632
5775
|
}
|
|
5633
5776
|
export interface OntologyIrLogicRuleValue_interfaceParameterPropertyValue {
|
|
5634
5777
|
type: "interfaceParameterPropertyValue";
|
|
@@ -5719,13 +5862,13 @@ export interface OntologyIrMediaSourceRid_datasetRid {
|
|
|
5719
5862
|
*/
|
|
5720
5863
|
export type OntologyIrMediaSourceRid = OntologyIrMediaSourceRid_mediaSetRid | OntologyIrMediaSourceRid_datasetRid;
|
|
5721
5864
|
export interface OntologyIrModifyInterfaceRule {
|
|
5722
|
-
|
|
5865
|
+
interfaceObjectToModifyParameter: ParameterId;
|
|
5723
5866
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5724
5867
|
}
|
|
5725
5868
|
export interface OntologyIrModifyObjectRule {
|
|
5726
5869
|
objectToModify: ParameterId;
|
|
5727
|
-
propertyValues: Record<
|
|
5728
|
-
structFieldValues: Record<
|
|
5870
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5871
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5729
5872
|
}
|
|
5730
5873
|
export interface OntologyIrMultipassUserFilter_groupFilter {
|
|
5731
5874
|
type: "groupFilter";
|
|
@@ -5740,7 +5883,20 @@ export interface OntologyIrMultipassUserInGroupFilter {
|
|
|
5740
5883
|
*/
|
|
5741
5884
|
export interface OntologyIrNewObjectUrlTarget {
|
|
5742
5885
|
keys: Record<PropertyId, OntologyIrLogicRuleValue>;
|
|
5743
|
-
objectTypeId:
|
|
5886
|
+
objectTypeId: ObjectTypeApiName;
|
|
5887
|
+
}
|
|
5888
|
+
/**
|
|
5889
|
+
* Configuration for non-numeric series.
|
|
5890
|
+
*/
|
|
5891
|
+
export interface OntologyIrNonNumericSeriesValueMetadata {
|
|
5892
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation;
|
|
5893
|
+
}
|
|
5894
|
+
/**
|
|
5895
|
+
* The unit to accompany the non-numeric value of a Time Dependent property. Can be provided by a property or a
|
|
5896
|
+
* user-inputted constant.
|
|
5897
|
+
*/
|
|
5898
|
+
export interface OntologyIrNonNumericSeriesValueUnit {
|
|
5899
|
+
customUnit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5744
5900
|
}
|
|
5745
5901
|
export interface OntologyIrNotCondition {
|
|
5746
5902
|
condition: OntologyIrCondition;
|
|
@@ -5767,11 +5923,129 @@ export interface OntologyIrNotificationTemplateInputValue_actionTriggererValue {
|
|
|
5767
5923
|
*/
|
|
5768
5924
|
export type OntologyIrNotificationTemplateInputValue = OntologyIrNotificationTemplateInputValue_logicRuleValue | OntologyIrNotificationTemplateInputValue_recipientValue | OntologyIrNotificationTemplateInputValue_actionTriggererValue;
|
|
5769
5925
|
/**
|
|
5926
|
+
* Note that non-visual features e.g. sorting & histograms, are not guaranteed to be currency-aware. They can
|
|
5927
|
+
* group the same number together even if they have different currencies.
|
|
5928
|
+
*/
|
|
5929
|
+
export interface OntologyIrNumberFormatCurrency {
|
|
5930
|
+
base: NumberFormatBase;
|
|
5931
|
+
currencyCode: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5932
|
+
style: NumberFormatCurrencyStyle;
|
|
5933
|
+
}
|
|
5934
|
+
/**
|
|
5935
|
+
* For units that aren't accepted by NumberFormatUnit.
|
|
5936
|
+
* No auto-conversion will ever be attempted.
|
|
5937
|
+
* This is mostly a label providing instruction on which values can share an axis.
|
|
5938
|
+
*/
|
|
5939
|
+
export interface OntologyIrNumberFormatCustomUnit {
|
|
5940
|
+
base: NumberFormatBase;
|
|
5941
|
+
unit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5942
|
+
}
|
|
5943
|
+
/**
|
|
5944
|
+
* Consider using currency/unit instead of this formatter.
|
|
5945
|
+
*
|
|
5946
|
+
* Attach an arbitrary constant pre/post-fix.
|
|
5947
|
+
*/
|
|
5948
|
+
export interface OntologyIrNumberFormatPrePostFix {
|
|
5949
|
+
base: NumberFormatBase;
|
|
5950
|
+
prePostFix: OntologyIrPrePostFix;
|
|
5951
|
+
}
|
|
5952
|
+
export interface OntologyIrNumberFormatter_base {
|
|
5953
|
+
type: "base";
|
|
5954
|
+
base: NumberFormatBase;
|
|
5955
|
+
}
|
|
5956
|
+
export interface OntologyIrNumberFormatter_percentage {
|
|
5957
|
+
type: "percentage";
|
|
5958
|
+
percentage: NumberFormatPercentage;
|
|
5959
|
+
}
|
|
5960
|
+
export interface OntologyIrNumberFormatter_perMille {
|
|
5961
|
+
type: "perMille";
|
|
5962
|
+
perMille: NumberFormatPerMille;
|
|
5963
|
+
}
|
|
5964
|
+
export interface OntologyIrNumberFormatter_ordinal {
|
|
5965
|
+
type: "ordinal";
|
|
5966
|
+
ordinal: NumberFormatOrdinal;
|
|
5967
|
+
}
|
|
5968
|
+
export interface OntologyIrNumberFormatter_currency {
|
|
5969
|
+
type: "currency";
|
|
5970
|
+
currency: OntologyIrNumberFormatCurrency;
|
|
5971
|
+
}
|
|
5972
|
+
export interface OntologyIrNumberFormatter_unit {
|
|
5973
|
+
type: "unit";
|
|
5974
|
+
unit: OntologyIrNumberFormatUnit;
|
|
5975
|
+
}
|
|
5976
|
+
export interface OntologyIrNumberFormatter_customUnit {
|
|
5977
|
+
type: "customUnit";
|
|
5978
|
+
customUnit: OntologyIrNumberFormatCustomUnit;
|
|
5979
|
+
}
|
|
5980
|
+
export interface OntologyIrNumberFormatter_prePost {
|
|
5981
|
+
type: "prePost";
|
|
5982
|
+
prePost: OntologyIrNumberFormatPrePostFix;
|
|
5983
|
+
}
|
|
5984
|
+
export interface OntologyIrNumberFormatter_duration {
|
|
5985
|
+
type: "duration";
|
|
5986
|
+
duration: NumberFormatDuration;
|
|
5987
|
+
}
|
|
5988
|
+
export interface OntologyIrNumberFormatter_thousands {
|
|
5989
|
+
type: "thousands";
|
|
5990
|
+
thousands: NumberFormatThousands;
|
|
5991
|
+
}
|
|
5992
|
+
export interface OntologyIrNumberFormatter_millions {
|
|
5993
|
+
type: "millions";
|
|
5994
|
+
millions: NumberFormatMillions;
|
|
5995
|
+
}
|
|
5996
|
+
export interface OntologyIrNumberFormatter_billions {
|
|
5997
|
+
type: "billions";
|
|
5998
|
+
billions: NumberFormatBillions;
|
|
5999
|
+
}
|
|
6000
|
+
export interface OntologyIrNumberFormatter_basisPoint {
|
|
6001
|
+
type: "basisPoint";
|
|
6002
|
+
basisPoint: NumberFormatBasisPoint;
|
|
6003
|
+
}
|
|
6004
|
+
export type OntologyIrNumberFormatter = OntologyIrNumberFormatter_base | OntologyIrNumberFormatter_percentage | OntologyIrNumberFormatter_perMille | OntologyIrNumberFormatter_ordinal | OntologyIrNumberFormatter_currency | OntologyIrNumberFormatter_unit | OntologyIrNumberFormatter_customUnit | OntologyIrNumberFormatter_prePost | OntologyIrNumberFormatter_duration | OntologyIrNumberFormatter_thousands | OntologyIrNumberFormatter_millions | OntologyIrNumberFormatter_billions | OntologyIrNumberFormatter_basisPoint;
|
|
6005
|
+
/**
|
|
6006
|
+
* Note that this formatter breaks e.g. sorting features if used in combination with auto-conversion.
|
|
6007
|
+
*/
|
|
6008
|
+
export interface OntologyIrNumberFormatUnit {
|
|
6009
|
+
base: NumberFormatBase;
|
|
6010
|
+
unit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
6011
|
+
}
|
|
6012
|
+
/**
|
|
6013
|
+
* Configuration for a time series property that can contain either numeric or non-numeric data. A boolean property
|
|
6014
|
+
* reference is required to determine if the series is numeric or non-numeric.
|
|
6015
|
+
*/
|
|
6016
|
+
export interface OntologyIrNumericOrNonNumericSeriesValueMetadataV2 {
|
|
6017
|
+
isNonNumericPropertyTypeId: ObjectTypeFieldApiName;
|
|
6018
|
+
}
|
|
6019
|
+
/**
|
|
6020
|
+
* Configuration for numeric series.
|
|
6021
|
+
*/
|
|
6022
|
+
export interface OntologyIrNumericSeriesValueMetadata {
|
|
6023
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation;
|
|
6024
|
+
}
|
|
6025
|
+
export interface OntologyIrNumericSeriesValueUnit_standardUnit {
|
|
6026
|
+
type: "standardUnit";
|
|
6027
|
+
standardUnit: OntologyIrNumberFormatUnit;
|
|
6028
|
+
}
|
|
6029
|
+
export interface OntologyIrNumericSeriesValueUnit_customUnit {
|
|
6030
|
+
type: "customUnit";
|
|
6031
|
+
customUnit: OntologyIrNumberFormatCustomUnit;
|
|
6032
|
+
}
|
|
6033
|
+
/**
|
|
6034
|
+
* The unit to accompany the numeric value of a Time Dependent property. Can be a standardized NumberFormatUnit
|
|
6035
|
+
* or a user-inputted NumberFormatCustomUnit for Numeric series. Either can be provided by a property or a
|
|
6036
|
+
* user-inputted constant.
|
|
6037
|
+
*/
|
|
6038
|
+
export type OntologyIrNumericSeriesValueUnit = OntologyIrNumericSeriesValueUnit_standardUnit | OntologyIrNumericSeriesValueUnit_customUnit;
|
|
6039
|
+
export interface OntologyIrObjectParameterPropertyValue {
|
|
6040
|
+
parameterId: ParameterId;
|
|
6041
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
6042
|
+
}
|
|
6043
|
+
/**
|
|
5770
6044
|
* Reference to a struct field of a struct property.
|
|
5771
6045
|
*/
|
|
5772
6046
|
export interface OntologyIrObjectParameterStructFieldValue {
|
|
5773
6047
|
parameterId: ParameterId;
|
|
5774
|
-
propertyTypeId:
|
|
6048
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5775
6049
|
structFieldRid: StructFieldRid;
|
|
5776
6050
|
}
|
|
5777
6051
|
/**
|
|
@@ -5779,7 +6053,7 @@ export interface OntologyIrObjectParameterStructFieldValue {
|
|
|
5779
6053
|
*/
|
|
5780
6054
|
export interface OntologyIrObjectParameterStructListFieldValue {
|
|
5781
6055
|
parameterId: ParameterId;
|
|
5782
|
-
propertyTypeId:
|
|
6056
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5783
6057
|
structFieldRid: StructFieldRid;
|
|
5784
6058
|
}
|
|
5785
6059
|
/**
|
|
@@ -5793,7 +6067,7 @@ export interface OntologyIrObjectQueryPrefill {
|
|
|
5793
6067
|
*/
|
|
5794
6068
|
export interface OntologyIrObjectQueryPropertyValue {
|
|
5795
6069
|
objectSet: OntologyIrActionsObjectSet;
|
|
5796
|
-
propertyTypeId:
|
|
6070
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5797
6071
|
}
|
|
5798
6072
|
/**
|
|
5799
6073
|
* Generates an ObjectSetRid, from the provided ObjectSet definition, that would be used as the default value
|
|
@@ -5803,6 +6077,26 @@ export interface OntologyIrObjectSetRidPrefill {
|
|
|
5803
6077
|
objectSet: OntologyIrActionsObjectSet;
|
|
5804
6078
|
}
|
|
5805
6079
|
/**
|
|
6080
|
+
* Transforms objects in the ObjectSet to all objects on the other end of the specified Relation.
|
|
6081
|
+
*/
|
|
6082
|
+
export interface OntologyIrObjectSetSearchAround {
|
|
6083
|
+
objectTypeId: ObjectTypeApiName;
|
|
6084
|
+
relationId: LinkTypeId;
|
|
6085
|
+
relationSide: _api_types_RelationSide;
|
|
6086
|
+
}
|
|
6087
|
+
export interface OntologyIrObjectSetTransform_propertyFilter {
|
|
6088
|
+
type: "propertyFilter";
|
|
6089
|
+
propertyFilter: _api_objectset_OntologyIrObjectSetFilter;
|
|
6090
|
+
}
|
|
6091
|
+
export interface OntologyIrObjectSetTransform_searchAround {
|
|
6092
|
+
type: "searchAround";
|
|
6093
|
+
searchAround: OntologyIrObjectSetSearchAround;
|
|
6094
|
+
}
|
|
6095
|
+
/**
|
|
6096
|
+
* Transforms an ObjectSet by Filtering or performing a SearchAround.
|
|
6097
|
+
*/
|
|
6098
|
+
export type OntologyIrObjectSetTransform = OntologyIrObjectSetTransform_propertyFilter | OntologyIrObjectSetTransform_searchAround;
|
|
6099
|
+
/**
|
|
5806
6100
|
* An ObjectType is a model that represents a real world concept. For example, there could be
|
|
5807
6101
|
* an Employees ObjectType to represent the employees in a business organization.
|
|
5808
6102
|
*/
|
|
@@ -6158,7 +6452,7 @@ export type OntologyIrParameterMultipassUserOrEmpty = OntologyIrParameterMultipa
|
|
|
6158
6452
|
export interface OntologyIrParameterObjectPropertyValue {
|
|
6159
6453
|
objectSet: OntologyIrActionsObjectSet;
|
|
6160
6454
|
otherValueAllowed?: OtherValueAllowed | null | undefined;
|
|
6161
|
-
propertyTypeId:
|
|
6455
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
6162
6456
|
}
|
|
6163
6457
|
export interface OntologyIrParameterObjectPropertyValueOrEmpty_empty {
|
|
6164
6458
|
type: "empty";
|
|
@@ -6215,7 +6509,7 @@ export interface OntologyIrParameterPrefill_staticObject {
|
|
|
6215
6509
|
}
|
|
6216
6510
|
export interface OntologyIrParameterPrefill_objectParameterPropertyValue {
|
|
6217
6511
|
type: "objectParameterPropertyValue";
|
|
6218
|
-
objectParameterPropertyValue:
|
|
6512
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
6219
6513
|
}
|
|
6220
6514
|
export interface OntologyIrParameterPrefill_interfaceParameterPropertyValue {
|
|
6221
6515
|
type: "interfaceParameterPropertyValue";
|
|
@@ -6307,6 +6601,10 @@ export interface OntologyIrParameterValueOneOfOrEmpty_oneOf {
|
|
|
6307
6601
|
oneOf: OntologyIrParameterValueOneOf;
|
|
6308
6602
|
}
|
|
6309
6603
|
export type OntologyIrParameterValueOneOfOrEmpty = OntologyIrParameterValueOneOfOrEmpty_empty | OntologyIrParameterValueOneOfOrEmpty_oneOf;
|
|
6604
|
+
export interface OntologyIrPrePostFix {
|
|
6605
|
+
postfix?: OntologyIrPropertyTypeReferenceOrStringConstant | null | undefined;
|
|
6606
|
+
prefix?: OntologyIrPropertyTypeReferenceOrStringConstant | null | undefined;
|
|
6607
|
+
}
|
|
6310
6608
|
/**
|
|
6311
6609
|
* Defines a grouping of properties sharing the same security.
|
|
6312
6610
|
*
|
|
@@ -6333,7 +6631,7 @@ export interface OntologyIrPropertySecurityGroups {
|
|
|
6333
6631
|
*/
|
|
6334
6632
|
export interface OntologyIrPropertyType {
|
|
6335
6633
|
apiName: ObjectTypeFieldApiName;
|
|
6336
|
-
baseFormatter?:
|
|
6634
|
+
baseFormatter?: OntologyIrBaseFormatter | null | undefined;
|
|
6337
6635
|
dataConstraints?: DataConstraints | null | undefined;
|
|
6338
6636
|
displayMetadata: PropertyTypeDisplayMetadata;
|
|
6339
6637
|
indexedForSearch: boolean;
|
|
@@ -6346,6 +6644,33 @@ export interface OntologyIrPropertyType {
|
|
|
6346
6644
|
typeClasses: Array<TypeClass>;
|
|
6347
6645
|
valueType?: ValueTypeApiNameReference | null | undefined;
|
|
6348
6646
|
}
|
|
6647
|
+
export interface OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType {
|
|
6648
|
+
type: "propertyType";
|
|
6649
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6650
|
+
}
|
|
6651
|
+
export interface OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation {
|
|
6652
|
+
type: "internalInterpolation";
|
|
6653
|
+
internalInterpolation: NonNumericInternalInterpolation;
|
|
6654
|
+
}
|
|
6655
|
+
export type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation = OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType | OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation;
|
|
6656
|
+
export interface OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType {
|
|
6657
|
+
type: "propertyType";
|
|
6658
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6659
|
+
}
|
|
6660
|
+
export interface OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation {
|
|
6661
|
+
type: "internalInterpolation";
|
|
6662
|
+
internalInterpolation: NumericInternalInterpolation;
|
|
6663
|
+
}
|
|
6664
|
+
export type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation = OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType | OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation;
|
|
6665
|
+
export interface OntologyIrPropertyTypeReferenceOrStringConstant_constant {
|
|
6666
|
+
type: "constant";
|
|
6667
|
+
constant: string;
|
|
6668
|
+
}
|
|
6669
|
+
export interface OntologyIrPropertyTypeReferenceOrStringConstant_propertyType {
|
|
6670
|
+
type: "propertyType";
|
|
6671
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6672
|
+
}
|
|
6673
|
+
export type OntologyIrPropertyTypeReferenceOrStringConstant = OntologyIrPropertyTypeReferenceOrStringConstant_constant | OntologyIrPropertyTypeReferenceOrStringConstant_propertyType;
|
|
6349
6674
|
export interface OntologyIrPropertyTypeStatus_experimental {
|
|
6350
6675
|
type: "experimental";
|
|
6351
6676
|
experimental: ExperimentalPropertyTypeStatus;
|
|
@@ -6517,13 +6842,30 @@ export type OntologyIrSecurityGroupSecurityDefinition = OntologyIrSecurityGroupS
|
|
|
6517
6842
|
export interface OntologyIrSensorTrait {
|
|
6518
6843
|
readingPropertyTypeRid: ObjectTypeFieldApiName;
|
|
6519
6844
|
}
|
|
6845
|
+
export interface OntologyIrSeriesValueMetadata_numeric {
|
|
6846
|
+
type: "numeric";
|
|
6847
|
+
numeric: OntologyIrNumericSeriesValueMetadata;
|
|
6848
|
+
}
|
|
6849
|
+
export interface OntologyIrSeriesValueMetadata_enum {
|
|
6850
|
+
type: "enum";
|
|
6851
|
+
enum: OntologyIrNonNumericSeriesValueMetadata;
|
|
6852
|
+
}
|
|
6853
|
+
export interface OntologyIrSeriesValueMetadata_numericOrNonNumeric {
|
|
6854
|
+
type: "numericOrNonNumeric";
|
|
6855
|
+
numericOrNonNumeric: NumericOrNonNumericSeriesValueMetadata;
|
|
6856
|
+
}
|
|
6857
|
+
export interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
6858
|
+
type: "numericOrNonNumericV2";
|
|
6859
|
+
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
6860
|
+
}
|
|
6861
|
+
export type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
6520
6862
|
/**
|
|
6521
6863
|
* A property type that can be shared across object types.
|
|
6522
6864
|
*/
|
|
6523
6865
|
export interface OntologyIrSharedPropertyType {
|
|
6524
6866
|
aliases: Array<_api_entitymetadata_SharedPropertyTypeAlias>;
|
|
6525
6867
|
apiName: ObjectTypeFieldApiName;
|
|
6526
|
-
baseFormatter?:
|
|
6868
|
+
baseFormatter?: OntologyIrBaseFormatter | null | undefined;
|
|
6527
6869
|
dataConstraints?: DataConstraints | null | undefined;
|
|
6528
6870
|
displayMetadata: SharedPropertyTypeDisplayMetadata;
|
|
6529
6871
|
gothamMapping?: _api_typemapping_SharedPropertyTypeGothamMapping | null | undefined;
|
|
@@ -6680,6 +7022,58 @@ export interface OntologyIrTemplateNotificationBody {
|
|
|
6680
7022
|
shortBody: OntologyIrShortBody;
|
|
6681
7023
|
}
|
|
6682
7024
|
/**
|
|
7025
|
+
* Formatter applied to TIME DEPENDENT properties.
|
|
7026
|
+
*/
|
|
7027
|
+
export interface OntologyIrTimeDependentFormatter {
|
|
7028
|
+
timeDependentSeriesFormat: OntologyIrTimeDependentSeriesFormat;
|
|
7029
|
+
}
|
|
7030
|
+
/**
|
|
7031
|
+
* Configuration for non-numeric series.
|
|
7032
|
+
*/
|
|
7033
|
+
export interface OntologyIrTimeDependentNonNumericSeriesFormat {
|
|
7034
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation;
|
|
7035
|
+
unit?: OntologyIrNonNumericSeriesValueUnit | null | undefined;
|
|
7036
|
+
}
|
|
7037
|
+
/**
|
|
7038
|
+
* Configuration for either numeric or non-numeric series.
|
|
7039
|
+
*/
|
|
7040
|
+
export interface OntologyIrTimeDependentNumericOrNonNumericSeriesFormat {
|
|
7041
|
+
defaultInternalInterpolationPropertyTypeId: ObjectTypeFieldApiName;
|
|
7042
|
+
isNonNumericPropertyTypeId: ObjectTypeFieldApiName;
|
|
7043
|
+
unitPropertyTypeId: ObjectTypeFieldApiName;
|
|
7044
|
+
}
|
|
7045
|
+
/**
|
|
7046
|
+
* Configuration for either numeric or non-numeric series.
|
|
7047
|
+
*/
|
|
7048
|
+
export interface OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2 {
|
|
7049
|
+
defaultInternalInterpolationPropertyTypeId?: ObjectTypeFieldApiName | null | undefined;
|
|
7050
|
+
unitPropertyTypeId?: ObjectTypeFieldApiName | null | undefined;
|
|
7051
|
+
}
|
|
7052
|
+
/**
|
|
7053
|
+
* Configuration for numeric series.
|
|
7054
|
+
*/
|
|
7055
|
+
export interface OntologyIrTimeDependentNumericSeriesFormat {
|
|
7056
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation;
|
|
7057
|
+
unit?: OntologyIrNumericSeriesValueUnit | null | undefined;
|
|
7058
|
+
}
|
|
7059
|
+
export interface OntologyIrTimeDependentSeriesFormat_numeric {
|
|
7060
|
+
type: "numeric";
|
|
7061
|
+
numeric: OntologyIrTimeDependentNumericSeriesFormat;
|
|
7062
|
+
}
|
|
7063
|
+
export interface OntologyIrTimeDependentSeriesFormat_nonNumeric {
|
|
7064
|
+
type: "nonNumeric";
|
|
7065
|
+
nonNumeric: OntologyIrTimeDependentNonNumericSeriesFormat;
|
|
7066
|
+
}
|
|
7067
|
+
export interface OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric {
|
|
7068
|
+
type: "numericOrNonNumeric";
|
|
7069
|
+
numericOrNonNumeric: OntologyIrTimeDependentNumericOrNonNumericSeriesFormat;
|
|
7070
|
+
}
|
|
7071
|
+
export interface OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2 {
|
|
7072
|
+
type: "numericOrNonNumericV2";
|
|
7073
|
+
numericOrNonNumericV2: OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2;
|
|
7074
|
+
}
|
|
7075
|
+
export type OntologyIrTimeDependentSeriesFormat = OntologyIrTimeDependentSeriesFormat_numeric | OntologyIrTimeDependentSeriesFormat_nonNumeric | OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric | OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2;
|
|
7076
|
+
/**
|
|
6683
7077
|
* Describes how to treat an object of this type as a time series.
|
|
6684
7078
|
*/
|
|
6685
7079
|
export interface OntologyIrTimeSeriesMetadata {
|
|
@@ -6687,6 +7081,10 @@ export interface OntologyIrTimeSeriesMetadata {
|
|
|
6687
7081
|
timeSeriesIdPropertyTypeRid: ObjectTypeFieldApiName;
|
|
6688
7082
|
valueUnitsPropertyTypeRid?: ObjectTypeFieldApiName | null | undefined;
|
|
6689
7083
|
}
|
|
7084
|
+
export interface OntologyIrTimestampFormatter {
|
|
7085
|
+
displayTimezone: OntologyIrDatetimeTimezone;
|
|
7086
|
+
format: DatetimeFormat;
|
|
7087
|
+
}
|
|
6690
7088
|
export interface OntologyIrType_array {
|
|
6691
7089
|
type: "array";
|
|
6692
7090
|
array: OntologyIrArrayPropertyType;
|
|
@@ -6741,7 +7139,7 @@ export interface OntologyIrType_string {
|
|
|
6741
7139
|
}
|
|
6742
7140
|
export interface OntologyIrType_experimentalTimeDependentV1 {
|
|
6743
7141
|
type: "experimentalTimeDependentV1";
|
|
6744
|
-
experimentalTimeDependentV1:
|
|
7142
|
+
experimentalTimeDependentV1: OntologyIrExperimentalTimeDependentPropertyTypeV1;
|
|
6745
7143
|
}
|
|
6746
7144
|
export interface OntologyIrType_timestamp {
|
|
6747
7145
|
type: "timestamp";
|
|
@@ -7079,6 +7477,13 @@ export type OrganizationMarkingId = string;
|
|
|
7079
7477
|
* The rid for a Multipass Organization.
|
|
7080
7478
|
*/
|
|
7081
7479
|
export type OrganizationRid = string;
|
|
7480
|
+
/**
|
|
7481
|
+
* A set of organization rids and the corresponding ontology entities that have those organization markings.
|
|
7482
|
+
*/
|
|
7483
|
+
export interface OrganizationRidsAndEntityResourceIdentifiers {
|
|
7484
|
+
entityResourceIdentifiers: Array<string>;
|
|
7485
|
+
organizationRids: Array<OrganizationRid>;
|
|
7486
|
+
}
|
|
7082
7487
|
export interface OrganizationRidsForOntologyResponse {
|
|
7083
7488
|
organizationRids: Array<OrganizationRid>;
|
|
7084
7489
|
}
|