@osdk/client.unstable 2.2.0-beta.16 → 2.2.0-beta.17
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 +7 -0
- package/build/cjs/index.d.cts +738 -30
- package/build/types/generated/ontology-metadata/api/__components.d.ts +419 -28
- 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 +2 -2
- 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 +24 -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 +302 -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 +18 -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/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 +3856 -175
- 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 +19 -0
- 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 {
|
|
@@ -4892,8 +4893,8 @@ export interface OntologyIrActionLogRule {
|
|
|
4892
4893
|
actionLogObjectTypeId: ObjectTypeId;
|
|
4893
4894
|
editedObjectRelations: Record<ObjectTypeId, 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";
|
|
@@ -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,12 +5017,25 @@ 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>;
|
|
@@ -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
5130
|
objectTypeId: ObjectTypeId;
|
|
5095
|
-
propertyValues: Record<
|
|
5096
|
-
structFieldValues: Record<
|
|
5131
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5132
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5097
5133
|
}
|
|
5098
5134
|
export interface OntologyIrAddOrModifyObjectRule {
|
|
5099
5135
|
objectTypeId: ObjectTypeId;
|
|
5100
|
-
propertyValues: Record<
|
|
5101
|
-
structFieldValues: Record<
|
|
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,37 @@ 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: DynamicObjectSetInputBase;
|
|
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 which is a union of all ObjectSets provided.
|
|
5530
|
+
*/
|
|
5531
|
+
export interface OntologyIrDynamicObjectSetInputUnioned {
|
|
5532
|
+
dynamicObjectSets: Array<OntologyIrDynamicObjectSet>;
|
|
5533
|
+
}
|
|
5421
5534
|
export interface OntologyIrEmailBody_basic {
|
|
5422
5535
|
type: "basic";
|
|
5423
5536
|
basic: OntologyIrBasicEmailBody;
|
|
@@ -5435,6 +5548,14 @@ export interface OntologyIrEventMetadata {
|
|
|
5435
5548
|
eventIdPropertyTypeRid: ObjectTypeFieldApiName;
|
|
5436
5549
|
startTimePropertyTypeRid: ObjectTypeFieldApiName;
|
|
5437
5550
|
}
|
|
5551
|
+
/**
|
|
5552
|
+
* Note this is experimental, should not be used without consulting the product team and format can
|
|
5553
|
+
* change/break without notice.
|
|
5554
|
+
*/
|
|
5555
|
+
export interface OntologyIrExperimentalTimeDependentPropertyTypeV1 {
|
|
5556
|
+
sensorLinkTypeId?: LinkTypeId | null | undefined;
|
|
5557
|
+
seriesValueMetadata: OntologyIrSeriesValueMetadata;
|
|
5558
|
+
}
|
|
5438
5559
|
export interface OntologyIrFormContent_parameterId {
|
|
5439
5560
|
type: "parameterId";
|
|
5440
5561
|
parameterId: ParameterId;
|
|
@@ -5609,6 +5730,22 @@ export interface OntologyIrLinkTypeStatus_example {
|
|
|
5609
5730
|
* The status to indicate whether the LinkType is either Experimental, Active, Deprecated, or Example.
|
|
5610
5731
|
*/
|
|
5611
5732
|
export type OntologyIrLinkTypeStatus = OntologyIrLinkTypeStatus_experimental | OntologyIrLinkTypeStatus_active | OntologyIrLinkTypeStatus_deprecated | OntologyIrLinkTypeStatus_example;
|
|
5733
|
+
export interface OntologyIrLogicRule_addObjectRule {
|
|
5734
|
+
type: "addObjectRule";
|
|
5735
|
+
addObjectRule: OntologyIrAddObjectRule;
|
|
5736
|
+
}
|
|
5737
|
+
export interface OntologyIrLogicRule_addOrModifyObjectRuleV2 {
|
|
5738
|
+
type: "addOrModifyObjectRuleV2";
|
|
5739
|
+
addOrModifyObjectRuleV2: OntologyIrAddOrModifyObjectRuleV2;
|
|
5740
|
+
}
|
|
5741
|
+
export interface OntologyIrLogicRule_modifyObjectRule {
|
|
5742
|
+
type: "modifyObjectRule";
|
|
5743
|
+
modifyObjectRule: OntologyIrModifyObjectRule;
|
|
5744
|
+
}
|
|
5745
|
+
export interface OntologyIrLogicRule_deleteObjectRule {
|
|
5746
|
+
type: "deleteObjectRule";
|
|
5747
|
+
deleteObjectRule: DeleteObjectRule;
|
|
5748
|
+
}
|
|
5612
5749
|
export interface OntologyIrLogicRule_addInterfaceRule {
|
|
5613
5750
|
type: "addInterfaceRule";
|
|
5614
5751
|
addInterfaceRule: OntologyIrAddInterfaceRule;
|
|
@@ -5617,7 +5754,7 @@ export interface OntologyIrLogicRule_modifyInterfaceRule {
|
|
|
5617
5754
|
type: "modifyInterfaceRule";
|
|
5618
5755
|
modifyInterfaceRule: OntologyIrModifyInterfaceRule;
|
|
5619
5756
|
}
|
|
5620
|
-
export type OntologyIrLogicRule = OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule;
|
|
5757
|
+
export type OntologyIrLogicRule = OntologyIrLogicRule_addObjectRule | OntologyIrLogicRule_addOrModifyObjectRuleV2 | OntologyIrLogicRule_modifyObjectRule | OntologyIrLogicRule_deleteObjectRule | OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule;
|
|
5621
5758
|
export interface OntologyIrLogicRuleValue_parameterId {
|
|
5622
5759
|
type: "parameterId";
|
|
5623
5760
|
parameterId: ParameterId;
|
|
@@ -5628,7 +5765,7 @@ export interface OntologyIrLogicRuleValue_staticValue {
|
|
|
5628
5765
|
}
|
|
5629
5766
|
export interface OntologyIrLogicRuleValue_objectParameterPropertyValue {
|
|
5630
5767
|
type: "objectParameterPropertyValue";
|
|
5631
|
-
objectParameterPropertyValue:
|
|
5768
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
5632
5769
|
}
|
|
5633
5770
|
export interface OntologyIrLogicRuleValue_interfaceParameterPropertyValue {
|
|
5634
5771
|
type: "interfaceParameterPropertyValue";
|
|
@@ -5719,13 +5856,13 @@ export interface OntologyIrMediaSourceRid_datasetRid {
|
|
|
5719
5856
|
*/
|
|
5720
5857
|
export type OntologyIrMediaSourceRid = OntologyIrMediaSourceRid_mediaSetRid | OntologyIrMediaSourceRid_datasetRid;
|
|
5721
5858
|
export interface OntologyIrModifyInterfaceRule {
|
|
5722
|
-
|
|
5859
|
+
interfaceObjectToModifyParameter: ParameterId;
|
|
5723
5860
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5724
5861
|
}
|
|
5725
5862
|
export interface OntologyIrModifyObjectRule {
|
|
5726
5863
|
objectToModify: ParameterId;
|
|
5727
|
-
propertyValues: Record<
|
|
5728
|
-
structFieldValues: Record<
|
|
5864
|
+
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
5865
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
5729
5866
|
}
|
|
5730
5867
|
export interface OntologyIrMultipassUserFilter_groupFilter {
|
|
5731
5868
|
type: "groupFilter";
|
|
@@ -5742,6 +5879,19 @@ export interface OntologyIrNewObjectUrlTarget {
|
|
|
5742
5879
|
keys: Record<PropertyId, OntologyIrLogicRuleValue>;
|
|
5743
5880
|
objectTypeId: ObjectTypeId;
|
|
5744
5881
|
}
|
|
5882
|
+
/**
|
|
5883
|
+
* Configuration for non-numeric series.
|
|
5884
|
+
*/
|
|
5885
|
+
export interface OntologyIrNonNumericSeriesValueMetadata {
|
|
5886
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation;
|
|
5887
|
+
}
|
|
5888
|
+
/**
|
|
5889
|
+
* The unit to accompany the non-numeric value of a Time Dependent property. Can be provided by a property or a
|
|
5890
|
+
* user-inputted constant.
|
|
5891
|
+
*/
|
|
5892
|
+
export interface OntologyIrNonNumericSeriesValueUnit {
|
|
5893
|
+
customUnit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5894
|
+
}
|
|
5745
5895
|
export interface OntologyIrNotCondition {
|
|
5746
5896
|
condition: OntologyIrCondition;
|
|
5747
5897
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
@@ -5767,11 +5917,129 @@ export interface OntologyIrNotificationTemplateInputValue_actionTriggererValue {
|
|
|
5767
5917
|
*/
|
|
5768
5918
|
export type OntologyIrNotificationTemplateInputValue = OntologyIrNotificationTemplateInputValue_logicRuleValue | OntologyIrNotificationTemplateInputValue_recipientValue | OntologyIrNotificationTemplateInputValue_actionTriggererValue;
|
|
5769
5919
|
/**
|
|
5920
|
+
* Note that non-visual features e.g. sorting & histograms, are not guaranteed to be currency-aware. They can
|
|
5921
|
+
* group the same number together even if they have different currencies.
|
|
5922
|
+
*/
|
|
5923
|
+
export interface OntologyIrNumberFormatCurrency {
|
|
5924
|
+
base: NumberFormatBase;
|
|
5925
|
+
currencyCode: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5926
|
+
style: NumberFormatCurrencyStyle;
|
|
5927
|
+
}
|
|
5928
|
+
/**
|
|
5929
|
+
* For units that aren't accepted by NumberFormatUnit.
|
|
5930
|
+
* No auto-conversion will ever be attempted.
|
|
5931
|
+
* This is mostly a label providing instruction on which values can share an axis.
|
|
5932
|
+
*/
|
|
5933
|
+
export interface OntologyIrNumberFormatCustomUnit {
|
|
5934
|
+
base: NumberFormatBase;
|
|
5935
|
+
unit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
5936
|
+
}
|
|
5937
|
+
/**
|
|
5938
|
+
* Consider using currency/unit instead of this formatter.
|
|
5939
|
+
*
|
|
5940
|
+
* Attach an arbitrary constant pre/post-fix.
|
|
5941
|
+
*/
|
|
5942
|
+
export interface OntologyIrNumberFormatPrePostFix {
|
|
5943
|
+
base: NumberFormatBase;
|
|
5944
|
+
prePostFix: OntologyIrPrePostFix;
|
|
5945
|
+
}
|
|
5946
|
+
export interface OntologyIrNumberFormatter_base {
|
|
5947
|
+
type: "base";
|
|
5948
|
+
base: NumberFormatBase;
|
|
5949
|
+
}
|
|
5950
|
+
export interface OntologyIrNumberFormatter_percentage {
|
|
5951
|
+
type: "percentage";
|
|
5952
|
+
percentage: NumberFormatPercentage;
|
|
5953
|
+
}
|
|
5954
|
+
export interface OntologyIrNumberFormatter_perMille {
|
|
5955
|
+
type: "perMille";
|
|
5956
|
+
perMille: NumberFormatPerMille;
|
|
5957
|
+
}
|
|
5958
|
+
export interface OntologyIrNumberFormatter_ordinal {
|
|
5959
|
+
type: "ordinal";
|
|
5960
|
+
ordinal: NumberFormatOrdinal;
|
|
5961
|
+
}
|
|
5962
|
+
export interface OntologyIrNumberFormatter_currency {
|
|
5963
|
+
type: "currency";
|
|
5964
|
+
currency: OntologyIrNumberFormatCurrency;
|
|
5965
|
+
}
|
|
5966
|
+
export interface OntologyIrNumberFormatter_unit {
|
|
5967
|
+
type: "unit";
|
|
5968
|
+
unit: OntologyIrNumberFormatUnit;
|
|
5969
|
+
}
|
|
5970
|
+
export interface OntologyIrNumberFormatter_customUnit {
|
|
5971
|
+
type: "customUnit";
|
|
5972
|
+
customUnit: OntologyIrNumberFormatCustomUnit;
|
|
5973
|
+
}
|
|
5974
|
+
export interface OntologyIrNumberFormatter_prePost {
|
|
5975
|
+
type: "prePost";
|
|
5976
|
+
prePost: OntologyIrNumberFormatPrePostFix;
|
|
5977
|
+
}
|
|
5978
|
+
export interface OntologyIrNumberFormatter_duration {
|
|
5979
|
+
type: "duration";
|
|
5980
|
+
duration: NumberFormatDuration;
|
|
5981
|
+
}
|
|
5982
|
+
export interface OntologyIrNumberFormatter_thousands {
|
|
5983
|
+
type: "thousands";
|
|
5984
|
+
thousands: NumberFormatThousands;
|
|
5985
|
+
}
|
|
5986
|
+
export interface OntologyIrNumberFormatter_millions {
|
|
5987
|
+
type: "millions";
|
|
5988
|
+
millions: NumberFormatMillions;
|
|
5989
|
+
}
|
|
5990
|
+
export interface OntologyIrNumberFormatter_billions {
|
|
5991
|
+
type: "billions";
|
|
5992
|
+
billions: NumberFormatBillions;
|
|
5993
|
+
}
|
|
5994
|
+
export interface OntologyIrNumberFormatter_basisPoint {
|
|
5995
|
+
type: "basisPoint";
|
|
5996
|
+
basisPoint: NumberFormatBasisPoint;
|
|
5997
|
+
}
|
|
5998
|
+
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;
|
|
5999
|
+
/**
|
|
6000
|
+
* Note that this formatter breaks e.g. sorting features if used in combination with auto-conversion.
|
|
6001
|
+
*/
|
|
6002
|
+
export interface OntologyIrNumberFormatUnit {
|
|
6003
|
+
base: NumberFormatBase;
|
|
6004
|
+
unit: OntologyIrPropertyTypeReferenceOrStringConstant;
|
|
6005
|
+
}
|
|
6006
|
+
/**
|
|
6007
|
+
* Configuration for a time series property that can contain either numeric or non-numeric data. A boolean property
|
|
6008
|
+
* reference is required to determine if the series is numeric or non-numeric.
|
|
6009
|
+
*/
|
|
6010
|
+
export interface OntologyIrNumericOrNonNumericSeriesValueMetadataV2 {
|
|
6011
|
+
isNonNumericPropertyTypeId: ObjectTypeFieldApiName;
|
|
6012
|
+
}
|
|
6013
|
+
/**
|
|
6014
|
+
* Configuration for numeric series.
|
|
6015
|
+
*/
|
|
6016
|
+
export interface OntologyIrNumericSeriesValueMetadata {
|
|
6017
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation;
|
|
6018
|
+
}
|
|
6019
|
+
export interface OntologyIrNumericSeriesValueUnit_standardUnit {
|
|
6020
|
+
type: "standardUnit";
|
|
6021
|
+
standardUnit: OntologyIrNumberFormatUnit;
|
|
6022
|
+
}
|
|
6023
|
+
export interface OntologyIrNumericSeriesValueUnit_customUnit {
|
|
6024
|
+
type: "customUnit";
|
|
6025
|
+
customUnit: OntologyIrNumberFormatCustomUnit;
|
|
6026
|
+
}
|
|
6027
|
+
/**
|
|
6028
|
+
* The unit to accompany the numeric value of a Time Dependent property. Can be a standardized NumberFormatUnit
|
|
6029
|
+
* or a user-inputted NumberFormatCustomUnit for Numeric series. Either can be provided by a property or a
|
|
6030
|
+
* user-inputted constant.
|
|
6031
|
+
*/
|
|
6032
|
+
export type OntologyIrNumericSeriesValueUnit = OntologyIrNumericSeriesValueUnit_standardUnit | OntologyIrNumericSeriesValueUnit_customUnit;
|
|
6033
|
+
export interface OntologyIrObjectParameterPropertyValue {
|
|
6034
|
+
parameterId: ParameterId;
|
|
6035
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
6036
|
+
}
|
|
6037
|
+
/**
|
|
5770
6038
|
* Reference to a struct field of a struct property.
|
|
5771
6039
|
*/
|
|
5772
6040
|
export interface OntologyIrObjectParameterStructFieldValue {
|
|
5773
6041
|
parameterId: ParameterId;
|
|
5774
|
-
propertyTypeId:
|
|
6042
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5775
6043
|
structFieldRid: StructFieldRid;
|
|
5776
6044
|
}
|
|
5777
6045
|
/**
|
|
@@ -5779,7 +6047,7 @@ export interface OntologyIrObjectParameterStructFieldValue {
|
|
|
5779
6047
|
*/
|
|
5780
6048
|
export interface OntologyIrObjectParameterStructListFieldValue {
|
|
5781
6049
|
parameterId: ParameterId;
|
|
5782
|
-
propertyTypeId:
|
|
6050
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5783
6051
|
structFieldRid: StructFieldRid;
|
|
5784
6052
|
}
|
|
5785
6053
|
/**
|
|
@@ -5793,7 +6061,7 @@ export interface OntologyIrObjectQueryPrefill {
|
|
|
5793
6061
|
*/
|
|
5794
6062
|
export interface OntologyIrObjectQueryPropertyValue {
|
|
5795
6063
|
objectSet: OntologyIrActionsObjectSet;
|
|
5796
|
-
propertyTypeId:
|
|
6064
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
5797
6065
|
}
|
|
5798
6066
|
/**
|
|
5799
6067
|
* Generates an ObjectSetRid, from the provided ObjectSet definition, that would be used as the default value
|
|
@@ -5802,6 +6070,18 @@ export interface OntologyIrObjectQueryPropertyValue {
|
|
|
5802
6070
|
export interface OntologyIrObjectSetRidPrefill {
|
|
5803
6071
|
objectSet: OntologyIrActionsObjectSet;
|
|
5804
6072
|
}
|
|
6073
|
+
export interface OntologyIrObjectSetTransform_propertyFilter {
|
|
6074
|
+
type: "propertyFilter";
|
|
6075
|
+
propertyFilter: _api_objectset_OntologyIrObjectSetFilter;
|
|
6076
|
+
}
|
|
6077
|
+
export interface OntologyIrObjectSetTransform_searchAround {
|
|
6078
|
+
type: "searchAround";
|
|
6079
|
+
searchAround: ObjectSetSearchAround;
|
|
6080
|
+
}
|
|
6081
|
+
/**
|
|
6082
|
+
* Transforms an ObjectSet by Filtering or performing a SearchAround.
|
|
6083
|
+
*/
|
|
6084
|
+
export type OntologyIrObjectSetTransform = OntologyIrObjectSetTransform_propertyFilter | OntologyIrObjectSetTransform_searchAround;
|
|
5805
6085
|
/**
|
|
5806
6086
|
* An ObjectType is a model that represents a real world concept. For example, there could be
|
|
5807
6087
|
* an Employees ObjectType to represent the employees in a business organization.
|
|
@@ -6158,7 +6438,7 @@ export type OntologyIrParameterMultipassUserOrEmpty = OntologyIrParameterMultipa
|
|
|
6158
6438
|
export interface OntologyIrParameterObjectPropertyValue {
|
|
6159
6439
|
objectSet: OntologyIrActionsObjectSet;
|
|
6160
6440
|
otherValueAllowed?: OtherValueAllowed | null | undefined;
|
|
6161
|
-
propertyTypeId:
|
|
6441
|
+
propertyTypeId: ObjectTypeFieldApiName;
|
|
6162
6442
|
}
|
|
6163
6443
|
export interface OntologyIrParameterObjectPropertyValueOrEmpty_empty {
|
|
6164
6444
|
type: "empty";
|
|
@@ -6215,7 +6495,7 @@ export interface OntologyIrParameterPrefill_staticObject {
|
|
|
6215
6495
|
}
|
|
6216
6496
|
export interface OntologyIrParameterPrefill_objectParameterPropertyValue {
|
|
6217
6497
|
type: "objectParameterPropertyValue";
|
|
6218
|
-
objectParameterPropertyValue:
|
|
6498
|
+
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
6219
6499
|
}
|
|
6220
6500
|
export interface OntologyIrParameterPrefill_interfaceParameterPropertyValue {
|
|
6221
6501
|
type: "interfaceParameterPropertyValue";
|
|
@@ -6307,6 +6587,10 @@ export interface OntologyIrParameterValueOneOfOrEmpty_oneOf {
|
|
|
6307
6587
|
oneOf: OntologyIrParameterValueOneOf;
|
|
6308
6588
|
}
|
|
6309
6589
|
export type OntologyIrParameterValueOneOfOrEmpty = OntologyIrParameterValueOneOfOrEmpty_empty | OntologyIrParameterValueOneOfOrEmpty_oneOf;
|
|
6590
|
+
export interface OntologyIrPrePostFix {
|
|
6591
|
+
postfix?: OntologyIrPropertyTypeReferenceOrStringConstant | null | undefined;
|
|
6592
|
+
prefix?: OntologyIrPropertyTypeReferenceOrStringConstant | null | undefined;
|
|
6593
|
+
}
|
|
6310
6594
|
/**
|
|
6311
6595
|
* Defines a grouping of properties sharing the same security.
|
|
6312
6596
|
*
|
|
@@ -6333,7 +6617,7 @@ export interface OntologyIrPropertySecurityGroups {
|
|
|
6333
6617
|
*/
|
|
6334
6618
|
export interface OntologyIrPropertyType {
|
|
6335
6619
|
apiName: ObjectTypeFieldApiName;
|
|
6336
|
-
baseFormatter?:
|
|
6620
|
+
baseFormatter?: OntologyIrBaseFormatter | null | undefined;
|
|
6337
6621
|
dataConstraints?: DataConstraints | null | undefined;
|
|
6338
6622
|
displayMetadata: PropertyTypeDisplayMetadata;
|
|
6339
6623
|
indexedForSearch: boolean;
|
|
@@ -6346,6 +6630,33 @@ export interface OntologyIrPropertyType {
|
|
|
6346
6630
|
typeClasses: Array<TypeClass>;
|
|
6347
6631
|
valueType?: ValueTypeApiNameReference | null | undefined;
|
|
6348
6632
|
}
|
|
6633
|
+
export interface OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType {
|
|
6634
|
+
type: "propertyType";
|
|
6635
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6636
|
+
}
|
|
6637
|
+
export interface OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation {
|
|
6638
|
+
type: "internalInterpolation";
|
|
6639
|
+
internalInterpolation: NonNumericInternalInterpolation;
|
|
6640
|
+
}
|
|
6641
|
+
export type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation = OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType | OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation;
|
|
6642
|
+
export interface OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType {
|
|
6643
|
+
type: "propertyType";
|
|
6644
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6645
|
+
}
|
|
6646
|
+
export interface OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation {
|
|
6647
|
+
type: "internalInterpolation";
|
|
6648
|
+
internalInterpolation: NumericInternalInterpolation;
|
|
6649
|
+
}
|
|
6650
|
+
export type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation = OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType | OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation;
|
|
6651
|
+
export interface OntologyIrPropertyTypeReferenceOrStringConstant_constant {
|
|
6652
|
+
type: "constant";
|
|
6653
|
+
constant: string;
|
|
6654
|
+
}
|
|
6655
|
+
export interface OntologyIrPropertyTypeReferenceOrStringConstant_propertyType {
|
|
6656
|
+
type: "propertyType";
|
|
6657
|
+
propertyType: ObjectTypeFieldApiName;
|
|
6658
|
+
}
|
|
6659
|
+
export type OntologyIrPropertyTypeReferenceOrStringConstant = OntologyIrPropertyTypeReferenceOrStringConstant_constant | OntologyIrPropertyTypeReferenceOrStringConstant_propertyType;
|
|
6349
6660
|
export interface OntologyIrPropertyTypeStatus_experimental {
|
|
6350
6661
|
type: "experimental";
|
|
6351
6662
|
experimental: ExperimentalPropertyTypeStatus;
|
|
@@ -6517,13 +6828,30 @@ export type OntologyIrSecurityGroupSecurityDefinition = OntologyIrSecurityGroupS
|
|
|
6517
6828
|
export interface OntologyIrSensorTrait {
|
|
6518
6829
|
readingPropertyTypeRid: ObjectTypeFieldApiName;
|
|
6519
6830
|
}
|
|
6831
|
+
export interface OntologyIrSeriesValueMetadata_numeric {
|
|
6832
|
+
type: "numeric";
|
|
6833
|
+
numeric: OntologyIrNumericSeriesValueMetadata;
|
|
6834
|
+
}
|
|
6835
|
+
export interface OntologyIrSeriesValueMetadata_enum {
|
|
6836
|
+
type: "enum";
|
|
6837
|
+
enum: OntologyIrNonNumericSeriesValueMetadata;
|
|
6838
|
+
}
|
|
6839
|
+
export interface OntologyIrSeriesValueMetadata_numericOrNonNumeric {
|
|
6840
|
+
type: "numericOrNonNumeric";
|
|
6841
|
+
numericOrNonNumeric: NumericOrNonNumericSeriesValueMetadata;
|
|
6842
|
+
}
|
|
6843
|
+
export interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
6844
|
+
type: "numericOrNonNumericV2";
|
|
6845
|
+
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
6846
|
+
}
|
|
6847
|
+
export type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
6520
6848
|
/**
|
|
6521
6849
|
* A property type that can be shared across object types.
|
|
6522
6850
|
*/
|
|
6523
6851
|
export interface OntologyIrSharedPropertyType {
|
|
6524
6852
|
aliases: Array<_api_entitymetadata_SharedPropertyTypeAlias>;
|
|
6525
6853
|
apiName: ObjectTypeFieldApiName;
|
|
6526
|
-
baseFormatter?:
|
|
6854
|
+
baseFormatter?: OntologyIrBaseFormatter | null | undefined;
|
|
6527
6855
|
dataConstraints?: DataConstraints | null | undefined;
|
|
6528
6856
|
displayMetadata: SharedPropertyTypeDisplayMetadata;
|
|
6529
6857
|
gothamMapping?: _api_typemapping_SharedPropertyTypeGothamMapping | null | undefined;
|
|
@@ -6680,6 +7008,58 @@ export interface OntologyIrTemplateNotificationBody {
|
|
|
6680
7008
|
shortBody: OntologyIrShortBody;
|
|
6681
7009
|
}
|
|
6682
7010
|
/**
|
|
7011
|
+
* Formatter applied to TIME DEPENDENT properties.
|
|
7012
|
+
*/
|
|
7013
|
+
export interface OntologyIrTimeDependentFormatter {
|
|
7014
|
+
timeDependentSeriesFormat: OntologyIrTimeDependentSeriesFormat;
|
|
7015
|
+
}
|
|
7016
|
+
/**
|
|
7017
|
+
* Configuration for non-numeric series.
|
|
7018
|
+
*/
|
|
7019
|
+
export interface OntologyIrTimeDependentNonNumericSeriesFormat {
|
|
7020
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation;
|
|
7021
|
+
unit?: OntologyIrNonNumericSeriesValueUnit | null | undefined;
|
|
7022
|
+
}
|
|
7023
|
+
/**
|
|
7024
|
+
* Configuration for either numeric or non-numeric series.
|
|
7025
|
+
*/
|
|
7026
|
+
export interface OntologyIrTimeDependentNumericOrNonNumericSeriesFormat {
|
|
7027
|
+
defaultInternalInterpolationPropertyTypeId: ObjectTypeFieldApiName;
|
|
7028
|
+
isNonNumericPropertyTypeId: ObjectTypeFieldApiName;
|
|
7029
|
+
unitPropertyTypeId: ObjectTypeFieldApiName;
|
|
7030
|
+
}
|
|
7031
|
+
/**
|
|
7032
|
+
* Configuration for either numeric or non-numeric series.
|
|
7033
|
+
*/
|
|
7034
|
+
export interface OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2 {
|
|
7035
|
+
defaultInternalInterpolationPropertyTypeId?: ObjectTypeFieldApiName | null | undefined;
|
|
7036
|
+
unitPropertyTypeId?: ObjectTypeFieldApiName | null | undefined;
|
|
7037
|
+
}
|
|
7038
|
+
/**
|
|
7039
|
+
* Configuration for numeric series.
|
|
7040
|
+
*/
|
|
7041
|
+
export interface OntologyIrTimeDependentNumericSeriesFormat {
|
|
7042
|
+
defaultInternalInterpolation: OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation;
|
|
7043
|
+
unit?: OntologyIrNumericSeriesValueUnit | null | undefined;
|
|
7044
|
+
}
|
|
7045
|
+
export interface OntologyIrTimeDependentSeriesFormat_numeric {
|
|
7046
|
+
type: "numeric";
|
|
7047
|
+
numeric: OntologyIrTimeDependentNumericSeriesFormat;
|
|
7048
|
+
}
|
|
7049
|
+
export interface OntologyIrTimeDependentSeriesFormat_nonNumeric {
|
|
7050
|
+
type: "nonNumeric";
|
|
7051
|
+
nonNumeric: OntologyIrTimeDependentNonNumericSeriesFormat;
|
|
7052
|
+
}
|
|
7053
|
+
export interface OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric {
|
|
7054
|
+
type: "numericOrNonNumeric";
|
|
7055
|
+
numericOrNonNumeric: OntologyIrTimeDependentNumericOrNonNumericSeriesFormat;
|
|
7056
|
+
}
|
|
7057
|
+
export interface OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2 {
|
|
7058
|
+
type: "numericOrNonNumericV2";
|
|
7059
|
+
numericOrNonNumericV2: OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2;
|
|
7060
|
+
}
|
|
7061
|
+
export type OntologyIrTimeDependentSeriesFormat = OntologyIrTimeDependentSeriesFormat_numeric | OntologyIrTimeDependentSeriesFormat_nonNumeric | OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric | OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2;
|
|
7062
|
+
/**
|
|
6683
7063
|
* Describes how to treat an object of this type as a time series.
|
|
6684
7064
|
*/
|
|
6685
7065
|
export interface OntologyIrTimeSeriesMetadata {
|
|
@@ -6687,6 +7067,10 @@ export interface OntologyIrTimeSeriesMetadata {
|
|
|
6687
7067
|
timeSeriesIdPropertyTypeRid: ObjectTypeFieldApiName;
|
|
6688
7068
|
valueUnitsPropertyTypeRid?: ObjectTypeFieldApiName | null | undefined;
|
|
6689
7069
|
}
|
|
7070
|
+
export interface OntologyIrTimestampFormatter {
|
|
7071
|
+
displayTimezone: OntologyIrDatetimeTimezone;
|
|
7072
|
+
format: DatetimeFormat;
|
|
7073
|
+
}
|
|
6690
7074
|
export interface OntologyIrType_array {
|
|
6691
7075
|
type: "array";
|
|
6692
7076
|
array: OntologyIrArrayPropertyType;
|
|
@@ -6741,7 +7125,7 @@ export interface OntologyIrType_string {
|
|
|
6741
7125
|
}
|
|
6742
7126
|
export interface OntologyIrType_experimentalTimeDependentV1 {
|
|
6743
7127
|
type: "experimentalTimeDependentV1";
|
|
6744
|
-
experimentalTimeDependentV1:
|
|
7128
|
+
experimentalTimeDependentV1: OntologyIrExperimentalTimeDependentPropertyTypeV1;
|
|
6745
7129
|
}
|
|
6746
7130
|
export interface OntologyIrType_timestamp {
|
|
6747
7131
|
type: "timestamp";
|
|
@@ -7079,6 +7463,13 @@ export type OrganizationMarkingId = string;
|
|
|
7079
7463
|
* The rid for a Multipass Organization.
|
|
7080
7464
|
*/
|
|
7081
7465
|
export type OrganizationRid = string;
|
|
7466
|
+
/**
|
|
7467
|
+
* A set of organization rids and the corresponding ontology entities that have those organization markings.
|
|
7468
|
+
*/
|
|
7469
|
+
export interface OrganizationRidsAndEntityResourceIdentifiers {
|
|
7470
|
+
entityResourceIdentifiers: Array<string>;
|
|
7471
|
+
organizationRids: Array<OrganizationRid>;
|
|
7472
|
+
}
|
|
7082
7473
|
export interface OrganizationRidsForOntologyResponse {
|
|
7083
7474
|
organizationRids: Array<OrganizationRid>;
|
|
7084
7475
|
}
|