@osdk/client.unstable 2.7.0-beta.8 → 2.7.0-beta.9
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/browser/index.js.map +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +634 -29
- package/build/esm/index.js.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts +12 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +523 -23
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +33 -3
- 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 +27 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts +10 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +62 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +153 -11
- 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/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +1 -5
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts +100 -10
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +40 -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/validation/__components.d.ts +487 -9
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +138 -33
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.d.cts
CHANGED
|
@@ -2270,6 +2270,10 @@ interface BaseParameterType_objectTypeReference {
|
|
|
2270
2270
|
type: "objectTypeReference";
|
|
2271
2271
|
objectTypeReference: ObjectTypeReferenceType;
|
|
2272
2272
|
}
|
|
2273
|
+
interface BaseParameterType_scenarioReference {
|
|
2274
|
+
type: "scenarioReference";
|
|
2275
|
+
scenarioReference: ScenarioReferenceType;
|
|
2276
|
+
}
|
|
2273
2277
|
interface BaseParameterType_attachment {
|
|
2274
2278
|
type: "attachment";
|
|
2275
2279
|
attachment: AttachmentType;
|
|
@@ -2313,7 +2317,7 @@ interface BaseParameterType_structList {
|
|
|
2313
2317
|
/**
|
|
2314
2318
|
* All of the possible types for Parameters.
|
|
2315
2319
|
*/
|
|
2316
|
-
type BaseParameterType = BaseParameterType_boolean | BaseParameterType_booleanList | BaseParameterType_integer | BaseParameterType_integerList | BaseParameterType_long | BaseParameterType_longList | BaseParameterType_double | BaseParameterType_doubleList | BaseParameterType_string | BaseParameterType_stringList | BaseParameterType_decimal | BaseParameterType_decimalList | BaseParameterType_geohash | BaseParameterType_geohashList | BaseParameterType_geoshape | BaseParameterType_geoshapeList | BaseParameterType_timeSeriesReference | BaseParameterType_timestamp | BaseParameterType_timestampList | BaseParameterType_date | BaseParameterType_dateList | BaseParameterType_objectReference | BaseParameterType_objectReferenceList | BaseParameterType_objectSetRid | BaseParameterType_interfaceReference | BaseParameterType_interfaceReferenceList | BaseParameterType_interfaceObjectSetRid | BaseParameterType_objectTypeReference | BaseParameterType_attachment | BaseParameterType_attachmentList | BaseParameterType_marking | BaseParameterType_markingList | BaseParameterType_mediaReference | BaseParameterType_mediaReferenceList | BaseParameterType_geotimeSeriesReference | BaseParameterType_geotimeSeriesReferenceList | BaseParameterType_struct | BaseParameterType_structList;
|
|
2320
|
+
type BaseParameterType = BaseParameterType_boolean | BaseParameterType_booleanList | BaseParameterType_integer | BaseParameterType_integerList | BaseParameterType_long | BaseParameterType_longList | BaseParameterType_double | BaseParameterType_doubleList | BaseParameterType_string | BaseParameterType_stringList | BaseParameterType_decimal | BaseParameterType_decimalList | BaseParameterType_geohash | BaseParameterType_geohashList | BaseParameterType_geoshape | BaseParameterType_geoshapeList | BaseParameterType_timeSeriesReference | BaseParameterType_timestamp | BaseParameterType_timestampList | BaseParameterType_date | BaseParameterType_dateList | BaseParameterType_objectReference | BaseParameterType_objectReferenceList | BaseParameterType_objectSetRid | BaseParameterType_interfaceReference | BaseParameterType_interfaceReferenceList | BaseParameterType_interfaceObjectSetRid | BaseParameterType_objectTypeReference | BaseParameterType_scenarioReference | BaseParameterType_attachment | BaseParameterType_attachmentList | BaseParameterType_marking | BaseParameterType_markingList | BaseParameterType_mediaReference | BaseParameterType_mediaReferenceList | BaseParameterType_geotimeSeriesReference | BaseParameterType_geotimeSeriesReferenceList | BaseParameterType_struct | BaseParameterType_structList;
|
|
2317
2321
|
interface BaseParameterTypeModification_boolean {
|
|
2318
2322
|
type: "boolean";
|
|
2319
2323
|
boolean: BooleanType$1;
|
|
@@ -2426,6 +2430,10 @@ interface BaseParameterTypeModification_objectTypeReference {
|
|
|
2426
2430
|
type: "objectTypeReference";
|
|
2427
2431
|
objectTypeReference: ObjectTypeReferenceType;
|
|
2428
2432
|
}
|
|
2433
|
+
interface BaseParameterTypeModification_scenarioReference {
|
|
2434
|
+
type: "scenarioReference";
|
|
2435
|
+
scenarioReference: ScenarioReferenceType;
|
|
2436
|
+
}
|
|
2429
2437
|
interface BaseParameterTypeModification_attachment {
|
|
2430
2438
|
type: "attachment";
|
|
2431
2439
|
attachment: AttachmentType;
|
|
@@ -2469,7 +2477,7 @@ interface BaseParameterTypeModification_structList {
|
|
|
2469
2477
|
/**
|
|
2470
2478
|
* All of the possible types for Parameters.
|
|
2471
2479
|
*/
|
|
2472
|
-
type BaseParameterTypeModification = BaseParameterTypeModification_boolean | BaseParameterTypeModification_booleanList | BaseParameterTypeModification_integer | BaseParameterTypeModification_integerList | BaseParameterTypeModification_long | BaseParameterTypeModification_longList | BaseParameterTypeModification_double | BaseParameterTypeModification_doubleList | BaseParameterTypeModification_string | BaseParameterTypeModification_stringList | BaseParameterTypeModification_decimal | BaseParameterTypeModification_decimalList | BaseParameterTypeModification_geohash | BaseParameterTypeModification_geohashList | BaseParameterTypeModification_geoshape | BaseParameterTypeModification_geoshapeList | BaseParameterTypeModification_timeSeriesReference | BaseParameterTypeModification_timestamp | BaseParameterTypeModification_timestampList | BaseParameterTypeModification_date | BaseParameterTypeModification_dateList | BaseParameterTypeModification_objectReference | BaseParameterTypeModification_objectReferenceList | BaseParameterTypeModification_objectSetRid | BaseParameterTypeModification_interfaceReference | BaseParameterTypeModification_interfaceReferenceList | BaseParameterTypeModification_interfaceObjectSetRid | BaseParameterTypeModification_objectTypeReference | BaseParameterTypeModification_attachment | BaseParameterTypeModification_attachmentList | BaseParameterTypeModification_marking | BaseParameterTypeModification_markingList | BaseParameterTypeModification_mediaReference | BaseParameterTypeModification_mediaReferenceList | BaseParameterTypeModification_geotimeSeriesReference | BaseParameterTypeModification_geotimeSeriesReferenceList | BaseParameterTypeModification_struct | BaseParameterTypeModification_structList;
|
|
2480
|
+
type BaseParameterTypeModification = BaseParameterTypeModification_boolean | BaseParameterTypeModification_booleanList | BaseParameterTypeModification_integer | BaseParameterTypeModification_integerList | BaseParameterTypeModification_long | BaseParameterTypeModification_longList | BaseParameterTypeModification_double | BaseParameterTypeModification_doubleList | BaseParameterTypeModification_string | BaseParameterTypeModification_stringList | BaseParameterTypeModification_decimal | BaseParameterTypeModification_decimalList | BaseParameterTypeModification_geohash | BaseParameterTypeModification_geohashList | BaseParameterTypeModification_geoshape | BaseParameterTypeModification_geoshapeList | BaseParameterTypeModification_timeSeriesReference | BaseParameterTypeModification_timestamp | BaseParameterTypeModification_timestampList | BaseParameterTypeModification_date | BaseParameterTypeModification_dateList | BaseParameterTypeModification_objectReference | BaseParameterTypeModification_objectReferenceList | BaseParameterTypeModification_objectSetRid | BaseParameterTypeModification_interfaceReference | BaseParameterTypeModification_interfaceReferenceList | BaseParameterTypeModification_interfaceObjectSetRid | BaseParameterTypeModification_objectTypeReference | BaseParameterTypeModification_scenarioReference | BaseParameterTypeModification_attachment | BaseParameterTypeModification_attachmentList | BaseParameterTypeModification_marking | BaseParameterTypeModification_markingList | BaseParameterTypeModification_mediaReference | BaseParameterTypeModification_mediaReferenceList | BaseParameterTypeModification_geotimeSeriesReference | BaseParameterTypeModification_geotimeSeriesReferenceList | BaseParameterTypeModification_struct | BaseParameterTypeModification_structList;
|
|
2473
2481
|
/**
|
|
2474
2482
|
* BooleanListType specifies that this parameter must be a list of Booleans.
|
|
2475
2483
|
*/
|
|
@@ -2648,7 +2656,11 @@ interface DataValue_structList {
|
|
|
2648
2656
|
type: "structList";
|
|
2649
2657
|
structList: StructListValue;
|
|
2650
2658
|
}
|
|
2651
|
-
|
|
2659
|
+
interface DataValue_scenarioReference {
|
|
2660
|
+
type: "scenarioReference";
|
|
2661
|
+
scenarioReference: ScenarioReferenceValue;
|
|
2662
|
+
}
|
|
2663
|
+
type DataValue = DataValue_boolean | DataValue_booleanList | DataValue_integer | DataValue_integerList | DataValue_long | DataValue_longList | DataValue_double | DataValue_doubleList | DataValue_string | DataValue_stringList | DataValue_decimal | DataValue_decimalList | DataValue_date | DataValue_dateList | DataValue_geohash | DataValue_geohashList | DataValue_geoshape | DataValue_geoshapeList | DataValue_timeSeriesReference | DataValue_timestamp | DataValue_timestampList | DataValue_null | DataValue_objectLocator | DataValue_objectLocatorList | DataValue_objectType | DataValue_attachment | DataValue_attachmentList | DataValue_marking | DataValue_markingList | DataValue_mediaReference | DataValue_mediaReferenceList | DataValue_geotimeSeriesReference | DataValue_geotimeSeriesReferenceList | DataValue_struct | DataValue_structList | DataValue_scenarioReference;
|
|
2652
2664
|
/**
|
|
2653
2665
|
* DateListType specifies that this parameter must be a list of Dates.
|
|
2654
2666
|
*/
|
|
@@ -3143,6 +3155,10 @@ interface OntologyIrBaseParameterType_objectTypeReference {
|
|
|
3143
3155
|
type: "objectTypeReference";
|
|
3144
3156
|
objectTypeReference: ObjectTypeReferenceType;
|
|
3145
3157
|
}
|
|
3158
|
+
interface OntologyIrBaseParameterType_scenarioReference {
|
|
3159
|
+
type: "scenarioReference";
|
|
3160
|
+
scenarioReference: ScenarioReferenceType;
|
|
3161
|
+
}
|
|
3146
3162
|
interface OntologyIrBaseParameterType_attachment {
|
|
3147
3163
|
type: "attachment";
|
|
3148
3164
|
attachment: AttachmentType;
|
|
@@ -3186,7 +3202,7 @@ interface OntologyIrBaseParameterType_structList {
|
|
|
3186
3202
|
/**
|
|
3187
3203
|
* All of the possible types for Parameters.
|
|
3188
3204
|
*/
|
|
3189
|
-
type OntologyIrBaseParameterType = OntologyIrBaseParameterType_boolean | OntologyIrBaseParameterType_booleanList | OntologyIrBaseParameterType_integer | OntologyIrBaseParameterType_integerList | OntologyIrBaseParameterType_long | OntologyIrBaseParameterType_longList | OntologyIrBaseParameterType_double | OntologyIrBaseParameterType_doubleList | OntologyIrBaseParameterType_string | OntologyIrBaseParameterType_stringList | OntologyIrBaseParameterType_decimal | OntologyIrBaseParameterType_decimalList | OntologyIrBaseParameterType_geohash | OntologyIrBaseParameterType_geohashList | OntologyIrBaseParameterType_geoshape | OntologyIrBaseParameterType_geoshapeList | OntologyIrBaseParameterType_timeSeriesReference | OntologyIrBaseParameterType_timestamp | OntologyIrBaseParameterType_timestampList | OntologyIrBaseParameterType_date | OntologyIrBaseParameterType_dateList | OntologyIrBaseParameterType_objectReference | OntologyIrBaseParameterType_objectReferenceList | OntologyIrBaseParameterType_objectSetRid | OntologyIrBaseParameterType_interfaceReference | OntologyIrBaseParameterType_interfaceReferenceList | OntologyIrBaseParameterType_interfaceObjectSetRid | OntologyIrBaseParameterType_objectTypeReference | OntologyIrBaseParameterType_attachment | OntologyIrBaseParameterType_attachmentList | OntologyIrBaseParameterType_marking | OntologyIrBaseParameterType_markingList | OntologyIrBaseParameterType_mediaReference | OntologyIrBaseParameterType_mediaReferenceList | OntologyIrBaseParameterType_geotimeSeriesReference | OntologyIrBaseParameterType_geotimeSeriesReferenceList | OntologyIrBaseParameterType_struct | OntologyIrBaseParameterType_structList;
|
|
3205
|
+
type OntologyIrBaseParameterType = OntologyIrBaseParameterType_boolean | OntologyIrBaseParameterType_booleanList | OntologyIrBaseParameterType_integer | OntologyIrBaseParameterType_integerList | OntologyIrBaseParameterType_long | OntologyIrBaseParameterType_longList | OntologyIrBaseParameterType_double | OntologyIrBaseParameterType_doubleList | OntologyIrBaseParameterType_string | OntologyIrBaseParameterType_stringList | OntologyIrBaseParameterType_decimal | OntologyIrBaseParameterType_decimalList | OntologyIrBaseParameterType_geohash | OntologyIrBaseParameterType_geohashList | OntologyIrBaseParameterType_geoshape | OntologyIrBaseParameterType_geoshapeList | OntologyIrBaseParameterType_timeSeriesReference | OntologyIrBaseParameterType_timestamp | OntologyIrBaseParameterType_timestampList | OntologyIrBaseParameterType_date | OntologyIrBaseParameterType_dateList | OntologyIrBaseParameterType_objectReference | OntologyIrBaseParameterType_objectReferenceList | OntologyIrBaseParameterType_objectSetRid | OntologyIrBaseParameterType_interfaceReference | OntologyIrBaseParameterType_interfaceReferenceList | OntologyIrBaseParameterType_interfaceObjectSetRid | OntologyIrBaseParameterType_objectTypeReference | OntologyIrBaseParameterType_scenarioReference | OntologyIrBaseParameterType_attachment | OntologyIrBaseParameterType_attachmentList | OntologyIrBaseParameterType_marking | OntologyIrBaseParameterType_markingList | OntologyIrBaseParameterType_mediaReference | OntologyIrBaseParameterType_mediaReferenceList | OntologyIrBaseParameterType_geotimeSeriesReference | OntologyIrBaseParameterType_geotimeSeriesReferenceList | OntologyIrBaseParameterType_struct | OntologyIrBaseParameterType_structList;
|
|
3190
3206
|
interface OntologyIrDataValue_boolean {
|
|
3191
3207
|
type: "boolean";
|
|
3192
3208
|
boolean: BooleanValue;
|
|
@@ -3327,7 +3343,11 @@ interface OntologyIrDataValue_structList {
|
|
|
3327
3343
|
type: "structList";
|
|
3328
3344
|
structList: OntologyIrStructListValue;
|
|
3329
3345
|
}
|
|
3330
|
-
|
|
3346
|
+
interface OntologyIrDataValue_scenarioReference {
|
|
3347
|
+
type: "scenarioReference";
|
|
3348
|
+
scenarioReference: ScenarioReferenceValue;
|
|
3349
|
+
}
|
|
3350
|
+
type OntologyIrDataValue = OntologyIrDataValue_boolean | OntologyIrDataValue_booleanList | OntologyIrDataValue_integer | OntologyIrDataValue_integerList | OntologyIrDataValue_long | OntologyIrDataValue_longList | OntologyIrDataValue_double | OntologyIrDataValue_doubleList | OntologyIrDataValue_string | OntologyIrDataValue_stringList | OntologyIrDataValue_decimal | OntologyIrDataValue_decimalList | OntologyIrDataValue_date | OntologyIrDataValue_dateList | OntologyIrDataValue_geohash | OntologyIrDataValue_geohashList | OntologyIrDataValue_geoshape | OntologyIrDataValue_geoshapeList | OntologyIrDataValue_timeSeriesReference | OntologyIrDataValue_timestamp | OntologyIrDataValue_timestampList | OntologyIrDataValue_null | OntologyIrDataValue_objectLocator | OntologyIrDataValue_objectLocatorList | OntologyIrDataValue_objectType | OntologyIrDataValue_attachment | OntologyIrDataValue_attachmentList | OntologyIrDataValue_marking | OntologyIrDataValue_markingList | OntologyIrDataValue_mediaReference | OntologyIrDataValue_mediaReferenceList | OntologyIrDataValue_geotimeSeriesReference | OntologyIrDataValue_geotimeSeriesReferenceList | OntologyIrDataValue_struct | OntologyIrDataValue_structList | OntologyIrDataValue_scenarioReference;
|
|
3331
3351
|
/**
|
|
3332
3352
|
* InterfaceObjectSetRidType specifies that this parameter must be an ObjectSetRid of an object set consisting of
|
|
3333
3353
|
* object types which all implement the specified interface type.
|
|
@@ -3537,6 +3557,7 @@ interface ParameterDisabled {
|
|
|
3537
3557
|
interface ParameterEditable {
|
|
3538
3558
|
}
|
|
3539
3559
|
interface ParameterHidden {
|
|
3560
|
+
ignoreValue?: boolean | null | undefined;
|
|
3540
3561
|
}
|
|
3541
3562
|
interface ParameterNotRequired {
|
|
3542
3563
|
}
|
|
@@ -3665,6 +3686,18 @@ interface Radio {
|
|
|
3665
3686
|
type RelationSide = "SOURCE" | "TARGET" | "EITHER";
|
|
3666
3687
|
interface ResourcePicker {
|
|
3667
3688
|
}
|
|
3689
|
+
/**
|
|
3690
|
+
* A ScenarioReferenceType can be used to supply a scenario instance to an action. This is used by the
|
|
3691
|
+
* ScenarioRule where you need to specify which scenario's edits should be applied when executing an Action.
|
|
3692
|
+
*/
|
|
3693
|
+
interface ScenarioReferenceType {
|
|
3694
|
+
}
|
|
3695
|
+
/**
|
|
3696
|
+
* A parameter type that consists of a ScenarioReference.
|
|
3697
|
+
*/
|
|
3698
|
+
interface ScenarioReferenceValue {
|
|
3699
|
+
scenarioRid: ScenarioRid;
|
|
3700
|
+
}
|
|
3668
3701
|
interface SectionHidden {
|
|
3669
3702
|
}
|
|
3670
3703
|
interface SectionVisibility_visible {
|
|
@@ -5127,6 +5160,27 @@ interface ActionLogRequirednessSetting_actionLogRequiredForObjectType {
|
|
|
5127
5160
|
*/
|
|
5128
5161
|
type ActionLogRequirednessSetting = ActionLogRequirednessSetting_actionLogNotRequired | ActionLogRequirednessSetting_actionLogRequiredForObjectType;
|
|
5129
5162
|
type Alias = string;
|
|
5163
|
+
/**
|
|
5164
|
+
* Indicates the that given object type is archived.
|
|
5165
|
+
*/
|
|
5166
|
+
interface ArchivedState {
|
|
5167
|
+
}
|
|
5168
|
+
interface ArchiveState_archivedState {
|
|
5169
|
+
type: "archivedState";
|
|
5170
|
+
archivedState: ArchivedState;
|
|
5171
|
+
}
|
|
5172
|
+
interface ArchiveState_pendingRestorationState {
|
|
5173
|
+
type: "pendingRestorationState";
|
|
5174
|
+
pendingRestorationState: RestorationState;
|
|
5175
|
+
}
|
|
5176
|
+
/**
|
|
5177
|
+
* Archive state for an OSv2 object type. It can be either Archived, or PendingRestoration. Archived means the
|
|
5178
|
+
* object type is archived and cannot be queried by OSS or modified by actions. PendingRestoration means that
|
|
5179
|
+
* restoration of the object type was requested, and Funnel is currently in the process of restoring it.
|
|
5180
|
+
* In the future, can have different archival modes, such as "light" archiving, where we deindex from Highbury,
|
|
5181
|
+
* but keep the pipelines active.
|
|
5182
|
+
*/
|
|
5183
|
+
type ArchiveState = ArchiveState_archivedState | ArchiveState_pendingRestorationState;
|
|
5130
5184
|
/**
|
|
5131
5185
|
* Delegates the selected transform profile to Funnel.
|
|
5132
5186
|
*/
|
|
@@ -5162,6 +5216,7 @@ type EditsHistory = EditsHistory_config | EditsHistory_none;
|
|
|
5162
5216
|
*/
|
|
5163
5217
|
interface EditsHistoryConfig {
|
|
5164
5218
|
store: ObjectTypeRid;
|
|
5219
|
+
storeAllPreviousProperties?: boolean | null | undefined;
|
|
5165
5220
|
}
|
|
5166
5221
|
/**
|
|
5167
5222
|
* Contains configuration to import edits history from Phonograph to Funnel/Highbury.
|
|
@@ -5279,6 +5334,7 @@ interface ObjectStorageV1 {
|
|
|
5279
5334
|
* endpoint can be used.
|
|
5280
5335
|
*/
|
|
5281
5336
|
interface ObjectStorageV2 {
|
|
5337
|
+
archiveState?: ArchiveState | null | undefined;
|
|
5282
5338
|
editsHistoryImportConfiguration?: EditsHistoryImportConfiguration | null | undefined;
|
|
5283
5339
|
migrationConfiguration?: MigrationConfiguration | null | undefined;
|
|
5284
5340
|
}
|
|
@@ -5306,6 +5362,8 @@ interface ObjectTypeEntityMetadata {
|
|
|
5306
5362
|
* Settings related to indexing object types in Funnel.
|
|
5307
5363
|
*/
|
|
5308
5364
|
interface ObjectTypeIndexingSettings {
|
|
5365
|
+
streamingConsistencyGuarantee?: StreamingConsistencyGuarantee | null | undefined;
|
|
5366
|
+
streamingProfileConfig?: StreamingProfileConfig | null | undefined;
|
|
5309
5367
|
transformProfileConfig?: TransformProfileConfig | null | undefined;
|
|
5310
5368
|
}
|
|
5311
5369
|
/**
|
|
@@ -5330,6 +5388,11 @@ type PatchApplicationStrategy = PatchApplicationStrategy_datasourceScopedLivenes
|
|
|
5330
5388
|
*/
|
|
5331
5389
|
interface ReadOnlyV1V2 {
|
|
5332
5390
|
}
|
|
5391
|
+
/**
|
|
5392
|
+
* Indicates that the given object type is in the process of being restored by funnel.
|
|
5393
|
+
*/
|
|
5394
|
+
interface RestorationState {
|
|
5395
|
+
}
|
|
5333
5396
|
type SharedPropertyTypeAlias = Alias;
|
|
5334
5397
|
interface StorageBackend_objectStorageV1 {
|
|
5335
5398
|
type: "objectStorageV1";
|
|
@@ -5348,6 +5411,18 @@ interface StorageBackend_objectStorageV2 {
|
|
|
5348
5411
|
* an entity can be stored in Phonograph or Highbury.
|
|
5349
5412
|
*/
|
|
5350
5413
|
type StorageBackend = StorageBackend_objectStorageV1 | StorageBackend_readOnlyV1V2 | StorageBackend_objectStorageV2;
|
|
5414
|
+
type StreamingConsistencyGuarantee = "AT_LEAST_ONCE" | "EXACTLY_ONCE";
|
|
5415
|
+
/**
|
|
5416
|
+
* A complete streaming profile configuration.
|
|
5417
|
+
*/
|
|
5418
|
+
interface StreamingProfileConfig {
|
|
5419
|
+
id: StreamingProfileConfigId;
|
|
5420
|
+
}
|
|
5421
|
+
/**
|
|
5422
|
+
* The ID of a preconfigured streaming profile configuration. Each corresponds to exactly one
|
|
5423
|
+
* `StreamingProfileConfigDetails`.
|
|
5424
|
+
*/
|
|
5425
|
+
type StreamingProfileConfigId = "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE";
|
|
5351
5426
|
/**
|
|
5352
5427
|
* For this strategy, the datasource value should be used when the time in the given timestamp property is
|
|
5353
5428
|
* more recent than the time the patch is applied.
|
|
@@ -5462,6 +5537,7 @@ interface KnownMarketplaceIdentifiers {
|
|
|
5462
5537
|
geotimeSeriesSyncs: Record<GeotimeSeriesIntegrationRid, BlockInternalId>;
|
|
5463
5538
|
groupIds: Record<GroupId, BlockInternalId>;
|
|
5464
5539
|
interfaceLinkTypes: Record<InterfaceLinkTypeRid, BlockInternalId>;
|
|
5540
|
+
interfacePropertyTypes: Record<InterfacePropertyTypeRid, BlockInternalId>;
|
|
5465
5541
|
interfaceTypes: Record<InterfaceTypeRid, BlockInternalId>;
|
|
5466
5542
|
linkTypeIds: Record<LinkTypeId, BlockInternalId>;
|
|
5467
5543
|
linkTypes: Record<LinkTypeRid, BlockInternalId>;
|
|
@@ -5502,6 +5578,7 @@ interface MarketplaceActionTypeDisplayMetadata {
|
|
|
5502
5578
|
icon?: Icon | null | undefined;
|
|
5503
5579
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
5504
5580
|
successMessage: Array<ActionTypeRichTextComponent>;
|
|
5581
|
+
toolDescription?: string | null | undefined;
|
|
5505
5582
|
typeClasses: Array<TypeClass>;
|
|
5506
5583
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
5507
5584
|
}
|
|
@@ -5547,6 +5624,7 @@ interface MarketplaceExperimentalInterfaceTypeStatus {
|
|
|
5547
5624
|
}
|
|
5548
5625
|
interface MarketplaceInterfaceDefinedPropertyType {
|
|
5549
5626
|
apiName: InterfacePropertyTypeApiName;
|
|
5627
|
+
baseFormatter?: BaseFormatter | null | undefined;
|
|
5550
5628
|
constraints: MarketplaceInterfaceDefinedPropertyTypeConstraints;
|
|
5551
5629
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
5552
5630
|
rid: InterfacePropertyTypeRid;
|
|
@@ -5660,6 +5738,7 @@ interface ObjectTypeBlockDataV2 {
|
|
|
5660
5738
|
datasources: Array<ObjectTypeDatasource>;
|
|
5661
5739
|
entityMetadata?: MarketplaceObjectTypeEntityMetadata | null | undefined;
|
|
5662
5740
|
objectType: ObjectType;
|
|
5741
|
+
propertySecurityGroupPackagingVersion?: PropertySecurityGroupPackagingVersion | null | undefined;
|
|
5663
5742
|
schemaMigrations?: SchemaMigrationBlockData | null | undefined;
|
|
5664
5743
|
writebackDatasets: Array<ObjectsWritebackDataset>;
|
|
5665
5744
|
}
|
|
@@ -5704,6 +5783,7 @@ interface OntologyIrKnownMarketplaceIdentifiers {
|
|
|
5704
5783
|
geotimeSeriesSyncs: Record<GeotimeSeriesIntegrationName, BlockInternalId>;
|
|
5705
5784
|
groupIds: Record<GroupId, BlockInternalId>;
|
|
5706
5785
|
interfaceLinkTypes: Record<InterfaceLinkTypeApiName, BlockInternalId>;
|
|
5786
|
+
interfacePropertyTypes: Record<InterfacePropertyTypeApiName, BlockInternalId>;
|
|
5707
5787
|
interfaceTypes: Record<InterfaceTypeApiName, BlockInternalId>;
|
|
5708
5788
|
linkTypeIds: Record<LinkTypeId, BlockInternalId>;
|
|
5709
5789
|
linkTypes: Record<LinkTypeId, BlockInternalId>;
|
|
@@ -5736,6 +5816,7 @@ interface OntologyIrMarketplaceActionTypeDisplayMetadata {
|
|
|
5736
5816
|
icon?: Icon | null | undefined;
|
|
5737
5817
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
5738
5818
|
successMessage: Array<OntologyIrActionTypeRichTextComponent>;
|
|
5819
|
+
toolDescription?: string | null | undefined;
|
|
5739
5820
|
typeClasses: Array<TypeClass>;
|
|
5740
5821
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
5741
5822
|
}
|
|
@@ -5764,6 +5845,7 @@ interface OntologyIrMarketplaceDeprecatedInterfaceTypeStatus {
|
|
|
5764
5845
|
}
|
|
5765
5846
|
interface OntologyIrMarketplaceInterfaceDefinedPropertyType {
|
|
5766
5847
|
apiName: InterfacePropertyTypeApiName;
|
|
5848
|
+
baseFormatter?: OntologyIrBaseFormatter | null | undefined;
|
|
5767
5849
|
constraints: OntologyIrMarketplaceInterfaceDefinedPropertyTypeConstraints;
|
|
5768
5850
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
5769
5851
|
type: OntologyIrInterfacePropertyTypeType;
|
|
@@ -5826,6 +5908,7 @@ type OntologyIrMarketplaceInterfaceTypeStatus = OntologyIrMarketplaceInterfaceTy
|
|
|
5826
5908
|
* runtime conversion with default value.
|
|
5827
5909
|
*/
|
|
5828
5910
|
interface OntologyIrMarketplaceObjectTypeEntityMetadata {
|
|
5911
|
+
aliases: Array<ObjectTypeAlias>;
|
|
5829
5912
|
arePatchesEnabled: boolean;
|
|
5830
5913
|
}
|
|
5831
5914
|
interface OntologyIrMarketplaceSharedPropertyBasedPropertyType {
|
|
@@ -5850,6 +5933,7 @@ interface OntologyIrObjectTypeBlockDataV2 {
|
|
|
5850
5933
|
datasources: Array<OntologyIrObjectTypeDatasource>;
|
|
5851
5934
|
entityMetadata?: OntologyIrMarketplaceObjectTypeEntityMetadata | null | undefined;
|
|
5852
5935
|
objectType: OntologyIrObjectType;
|
|
5936
|
+
propertySecurityGroupPackagingVersion?: PropertySecurityGroupPackagingVersion | null | undefined;
|
|
5853
5937
|
}
|
|
5854
5938
|
interface OntologyIrOntologyBlockDataV2 {
|
|
5855
5939
|
actionTypes: Record<ActionTypeApiName, OntologyIrActionTypeBlockDataV2>;
|
|
@@ -5921,6 +6005,25 @@ interface PropertyPredicate_hasRid {
|
|
|
5921
6005
|
}
|
|
5922
6006
|
type PropertyPredicate = PropertyPredicate_and | PropertyPredicate_or | PropertyPredicate_not | PropertyPredicate_hasId | PropertyPredicate_hasRid;
|
|
5923
6007
|
type PropertyRid = string;
|
|
6008
|
+
/**
|
|
6009
|
+
* This is the old approach to PSG packaging. It will still be kept around for existing installations.
|
|
6010
|
+
*/
|
|
6011
|
+
interface PropertySecurityGroupPackagingV1 {
|
|
6012
|
+
}
|
|
6013
|
+
/**
|
|
6014
|
+
* This is the new approach to PSG packaging. See this quip for more details - https://palantir.quip.com/Ros7ABfTeLSH
|
|
6015
|
+
*/
|
|
6016
|
+
interface PropertySecurityGroupPackagingV2 {
|
|
6017
|
+
}
|
|
6018
|
+
interface PropertySecurityGroupPackagingVersion_v1 {
|
|
6019
|
+
type: "v1";
|
|
6020
|
+
v1: PropertySecurityGroupPackagingV1;
|
|
6021
|
+
}
|
|
6022
|
+
interface PropertySecurityGroupPackagingVersion_v2 {
|
|
6023
|
+
type: "v2";
|
|
6024
|
+
v2: PropertySecurityGroupPackagingV2;
|
|
6025
|
+
}
|
|
6026
|
+
type PropertySecurityGroupPackagingVersion = PropertySecurityGroupPackagingVersion_v1 | PropertySecurityGroupPackagingVersion_v2;
|
|
5924
6027
|
/**
|
|
5925
6028
|
* Ontology as code uses this as a stable ID for the restricted view input
|
|
5926
6029
|
*/
|
|
@@ -6727,6 +6830,7 @@ interface ActionLogRule {
|
|
|
6727
6830
|
enabled: boolean;
|
|
6728
6831
|
propertyValues: Record<PropertyTypeId, ActionLogValue>;
|
|
6729
6832
|
reasonCodes: Array<PropertyTypeId>;
|
|
6833
|
+
structFieldValues: Record<PropertyTypeId, Record<StructFieldRid, ActionLogStructFieldValue>>;
|
|
6730
6834
|
}
|
|
6731
6835
|
/**
|
|
6732
6836
|
* Users can optionally configure an ActionLogicRule for their ActionType that defines how Action parameters and
|
|
@@ -6738,7 +6842,58 @@ interface ActionLogRuleModification {
|
|
|
6738
6842
|
enabled: boolean;
|
|
6739
6843
|
propertyValues: Record<PropertyTypeId, ActionLogValueModification>;
|
|
6740
6844
|
reasonCodes: Array<PropertyTypeId>;
|
|
6845
|
+
structFieldValues: Record<PropertyTypeId, Array<ActionLogStructFieldMapping>>;
|
|
6846
|
+
}
|
|
6847
|
+
/**
|
|
6848
|
+
* Maps a struct field (by RID or API name) to a value source for action log rules.
|
|
6849
|
+
* Used in lists instead of maps to support StructFieldApiNameOrRid as keys.
|
|
6850
|
+
*/
|
|
6851
|
+
interface ActionLogStructFieldMapping {
|
|
6852
|
+
structFieldApiNameOrRid: StructFieldApiNameOrRid;
|
|
6853
|
+
value: ActionLogStructFieldValueModification;
|
|
6854
|
+
}
|
|
6855
|
+
interface ActionLogStructFieldValue_structParameterFieldValue {
|
|
6856
|
+
type: "structParameterFieldValue";
|
|
6857
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
6858
|
+
}
|
|
6859
|
+
interface ActionLogStructFieldValue_structListParameterFieldValue {
|
|
6860
|
+
type: "structListParameterFieldValue";
|
|
6861
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
6862
|
+
}
|
|
6863
|
+
interface ActionLogStructFieldValue_objectParameterStructFieldValue {
|
|
6864
|
+
type: "objectParameterStructFieldValue";
|
|
6865
|
+
objectParameterStructFieldValue: ObjectParameterStructFieldValue;
|
|
6866
|
+
}
|
|
6867
|
+
interface ActionLogStructFieldValue_objectParameterStructListFieldValue {
|
|
6868
|
+
type: "objectParameterStructListFieldValue";
|
|
6869
|
+
objectParameterStructListFieldValue: ObjectParameterStructListFieldValue;
|
|
6870
|
+
}
|
|
6871
|
+
/**
|
|
6872
|
+
* Values that can be mapped to struct fields in action log rules.
|
|
6873
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
6874
|
+
*/
|
|
6875
|
+
type ActionLogStructFieldValue = ActionLogStructFieldValue_structParameterFieldValue | ActionLogStructFieldValue_structListParameterFieldValue | ActionLogStructFieldValue_objectParameterStructFieldValue | ActionLogStructFieldValue_objectParameterStructListFieldValue;
|
|
6876
|
+
interface ActionLogStructFieldValueModification_structParameterFieldValue {
|
|
6877
|
+
type: "structParameterFieldValue";
|
|
6878
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
6879
|
+
}
|
|
6880
|
+
interface ActionLogStructFieldValueModification_structListParameterFieldValue {
|
|
6881
|
+
type: "structListParameterFieldValue";
|
|
6882
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
6883
|
+
}
|
|
6884
|
+
interface ActionLogStructFieldValueModification_objectParameterStructFieldValue {
|
|
6885
|
+
type: "objectParameterStructFieldValue";
|
|
6886
|
+
objectParameterStructFieldValue: ObjectParameterStructFieldValueModification;
|
|
6887
|
+
}
|
|
6888
|
+
interface ActionLogStructFieldValueModification_objectParameterStructListFieldValue {
|
|
6889
|
+
type: "objectParameterStructListFieldValue";
|
|
6890
|
+
objectParameterStructListFieldValue: ObjectParameterStructListFieldValueModification;
|
|
6741
6891
|
}
|
|
6892
|
+
/**
|
|
6893
|
+
* Values that can be mapped to struct fields in action log rules for incoming requests.
|
|
6894
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
6895
|
+
*/
|
|
6896
|
+
type ActionLogStructFieldValueModification = ActionLogStructFieldValueModification_structParameterFieldValue | ActionLogStructFieldValueModification_structListParameterFieldValue | ActionLogStructFieldValueModification_objectParameterStructFieldValue | ActionLogStructFieldValueModification_objectParameterStructListFieldValue;
|
|
6742
6897
|
interface ActionLogSummaryPart_message {
|
|
6743
6898
|
type: "message";
|
|
6744
6899
|
message: ActionLogMessage;
|
|
@@ -7152,6 +7307,7 @@ interface ActionTypeDisplayMetadata {
|
|
|
7152
7307
|
icon?: Icon | null | undefined;
|
|
7153
7308
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
7154
7309
|
successMessage: Array<ActionTypeRichTextComponent>;
|
|
7310
|
+
toolDescription?: string | null | undefined;
|
|
7155
7311
|
typeClasses: Array<TypeClass>;
|
|
7156
7312
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
7157
7313
|
}
|
|
@@ -7173,6 +7329,7 @@ interface ActionTypeDisplayMetadataModification {
|
|
|
7173
7329
|
icon?: Icon | null | undefined;
|
|
7174
7330
|
submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
|
|
7175
7331
|
successMessage: Array<ActionTypeRichTextComponent>;
|
|
7332
|
+
toolDescription?: string | null | undefined;
|
|
7176
7333
|
typeClasses: Array<TypeClass>;
|
|
7177
7334
|
undoButtonConfiguration?: boolean | null | undefined;
|
|
7178
7335
|
}
|
|
@@ -7617,9 +7774,22 @@ interface AddInterfaceLinkRuleModification {
|
|
|
7617
7774
|
sourceObject: ParameterId;
|
|
7618
7775
|
targetObject: ParameterId;
|
|
7619
7776
|
}
|
|
7777
|
+
interface AddInterfaceLinkRuleModificationV2 {
|
|
7778
|
+
interfaceLinkTypeRidOrIdInRequest: InterfaceLinkTypeRidOrIdInRequest;
|
|
7779
|
+
interfaceTypeRidOrIdInRequest: InterfaceTypeRidOrIdInRequest;
|
|
7780
|
+
sourceObjects: Array<LinkedObjectReferenceModification>;
|
|
7781
|
+
targetObjects: Array<LinkedObjectReferenceModification>;
|
|
7782
|
+
}
|
|
7783
|
+
interface AddInterfaceLinkRuleV2 {
|
|
7784
|
+
interfaceLinkTypeRid: InterfaceLinkTypeRid;
|
|
7785
|
+
interfaceTypeRid: InterfaceTypeRid;
|
|
7786
|
+
sourceObjects: Array<LinkedObjectReference>;
|
|
7787
|
+
targetObjects: Array<LinkedObjectReference>;
|
|
7788
|
+
}
|
|
7620
7789
|
interface AddInterfaceRule {
|
|
7621
7790
|
interfacePropertyValues: Record<InterfacePropertyTypeRid, InterfacePropertyLogicRuleValue>;
|
|
7622
7791
|
interfaceTypeRid: InterfaceTypeRid;
|
|
7792
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
7623
7793
|
objectType: ParameterId;
|
|
7624
7794
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
7625
7795
|
structFieldValues: Record<SharedPropertyTypeRid, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
@@ -7627,6 +7797,7 @@ interface AddInterfaceRule {
|
|
|
7627
7797
|
interface AddInterfaceRuleModification {
|
|
7628
7798
|
interfacePropertyTypeLogicRuleValueModifications: Array<InterfacePropertyTypeLogicRuleValueModification>;
|
|
7629
7799
|
interfaceTypeRidOrIdInRequest: InterfaceTypeRidOrIdInRequest;
|
|
7800
|
+
logicRuleIdentifier?: LogicRuleIdentifier | null | undefined;
|
|
7630
7801
|
objectType: ParameterId;
|
|
7631
7802
|
sharedPropertyTypeLogicRuleValueModifications: Array<SharedPropertyTypeLogicRuleValueModification>;
|
|
7632
7803
|
sharedPropertyTypeStructFieldLogicRuleValueModifications: Array<SharedPropertyTypeStructFieldLogicRuleValueModification>;
|
|
@@ -7641,11 +7812,13 @@ interface AddLinkRule {
|
|
|
7641
7812
|
targetObject: ParameterId;
|
|
7642
7813
|
}
|
|
7643
7814
|
interface AddObjectRule {
|
|
7815
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
7644
7816
|
objectTypeId: ObjectTypeId;
|
|
7645
7817
|
propertyValues: Record<PropertyTypeId, LogicRuleValue>;
|
|
7646
7818
|
structFieldValues: Record<PropertyTypeId, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
7647
7819
|
}
|
|
7648
7820
|
interface AddObjectRuleModification {
|
|
7821
|
+
logicRuleIdentifier?: LogicRuleIdentifier | null | undefined;
|
|
7649
7822
|
objectTypeId: ObjectTypeId;
|
|
7650
7823
|
propertyValues: Record<PropertyTypeId, LogicRuleValueModification>;
|
|
7651
7824
|
structFieldValues: Record<PropertyTypeId, Record<ObjectTypeFieldApiName, StructFieldLogicRuleValueModification>>;
|
|
@@ -7801,7 +7974,11 @@ interface AllowedParameterValues_valueType {
|
|
|
7801
7974
|
type: "valueType";
|
|
7802
7975
|
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
7803
7976
|
}
|
|
7804
|
-
|
|
7977
|
+
interface AllowedParameterValues_scenarioReference {
|
|
7978
|
+
type: "scenarioReference";
|
|
7979
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
7980
|
+
}
|
|
7981
|
+
type AllowedParameterValues = AllowedParameterValues_oneOf | AllowedParameterValues_range | AllowedParameterValues_objectQuery | AllowedParameterValues_interfaceObjectQuery | AllowedParameterValues_objectPropertyValue | AllowedParameterValues_interfacePropertyValue | AllowedParameterValues_objectList | AllowedParameterValues_user | AllowedParameterValues_multipassGroup | AllowedParameterValues_text | AllowedParameterValues_datetime | AllowedParameterValues_boolean | AllowedParameterValues_objectSetRid | AllowedParameterValues_attachment | AllowedParameterValues_cbacMarking | AllowedParameterValues_mandatoryMarking | AllowedParameterValues_mediaReference | AllowedParameterValues_objectTypeReference | AllowedParameterValues_timeSeriesReference | AllowedParameterValues_geohash | AllowedParameterValues_geoshape | AllowedParameterValues_geotimeSeriesReference | AllowedParameterValues_redacted | AllowedParameterValues_struct | AllowedParameterValues_valueType | AllowedParameterValues_scenarioReference;
|
|
7805
7982
|
interface AllowedParameterValuesModification_oneOf {
|
|
7806
7983
|
type: "oneOf";
|
|
7807
7984
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -7902,7 +8079,11 @@ interface AllowedParameterValuesModification_valueType {
|
|
|
7902
8079
|
type: "valueType";
|
|
7903
8080
|
valueType: ParameterValueTypeOrEmpty;
|
|
7904
8081
|
}
|
|
7905
|
-
|
|
8082
|
+
interface AllowedParameterValuesModification_scenarioReference {
|
|
8083
|
+
type: "scenarioReference";
|
|
8084
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
8085
|
+
}
|
|
8086
|
+
type AllowedParameterValuesModification = AllowedParameterValuesModification_oneOf | AllowedParameterValuesModification_range | AllowedParameterValuesModification_objectQuery | AllowedParameterValuesModification_interfaceObjectQuery | AllowedParameterValuesModification_objectPropertyValue | AllowedParameterValuesModification_interfacePropertyValue | AllowedParameterValuesModification_objectList | AllowedParameterValuesModification_user | AllowedParameterValuesModification_multipassGroup | AllowedParameterValuesModification_text | AllowedParameterValuesModification_datetime | AllowedParameterValuesModification_boolean | AllowedParameterValuesModification_objectSetRid | AllowedParameterValuesModification_attachment | AllowedParameterValuesModification_cbacMarking | AllowedParameterValuesModification_mandatoryMarking | AllowedParameterValuesModification_mediaReference | AllowedParameterValuesModification_objectTypeReference | AllowedParameterValuesModification_timeSeriesReference | AllowedParameterValuesModification_geohash | AllowedParameterValuesModification_geoshape | AllowedParameterValuesModification_geotimeSeriesReference | AllowedParameterValuesModification_redacted | AllowedParameterValuesModification_struct | AllowedParameterValuesModification_valueType | AllowedParameterValuesModification_scenarioReference;
|
|
7906
8087
|
interface AllowedParameterValuesRequest_oneOf {
|
|
7907
8088
|
type: "oneOf";
|
|
7908
8089
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -8003,11 +8184,15 @@ interface AllowedParameterValuesRequest_valueType {
|
|
|
8003
8184
|
type: "valueType";
|
|
8004
8185
|
valueType: ParameterValueTypeOrEmpty;
|
|
8005
8186
|
}
|
|
8187
|
+
interface AllowedParameterValuesRequest_scenarioReference {
|
|
8188
|
+
type: "scenarioReference";
|
|
8189
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
8190
|
+
}
|
|
8006
8191
|
/**
|
|
8007
8192
|
* This type is used to decouple AllowParameterValues from the request type, should only be used within
|
|
8008
8193
|
* ActionTypeModificationRequest, PutParameterRequest, and EditParameterRequest object.
|
|
8009
8194
|
*/
|
|
8010
|
-
type AllowedParameterValuesRequest = AllowedParameterValuesRequest_oneOf | AllowedParameterValuesRequest_range | AllowedParameterValuesRequest_objectQuery | AllowedParameterValuesRequest_interfaceObjectQuery | AllowedParameterValuesRequest_objectPropertyValue | AllowedParameterValuesRequest_interfacePropertyValue | AllowedParameterValuesRequest_objectList | AllowedParameterValuesRequest_user | AllowedParameterValuesRequest_multipassGroup | AllowedParameterValuesRequest_text | AllowedParameterValuesRequest_datetime | AllowedParameterValuesRequest_boolean | AllowedParameterValuesRequest_objectSetRid | AllowedParameterValuesRequest_attachment | AllowedParameterValuesRequest_cbacMarking | AllowedParameterValuesRequest_mandatoryMarking | AllowedParameterValuesRequest_mediaReference | AllowedParameterValuesRequest_objectTypeReference | AllowedParameterValuesRequest_timeSeriesReference | AllowedParameterValuesRequest_geohash | AllowedParameterValuesRequest_geoshape | AllowedParameterValuesRequest_geotimeSeriesReference | AllowedParameterValuesRequest_redacted | AllowedParameterValuesRequest_struct | AllowedParameterValuesRequest_valueType;
|
|
8195
|
+
type AllowedParameterValuesRequest = AllowedParameterValuesRequest_oneOf | AllowedParameterValuesRequest_range | AllowedParameterValuesRequest_objectQuery | AllowedParameterValuesRequest_interfaceObjectQuery | AllowedParameterValuesRequest_objectPropertyValue | AllowedParameterValuesRequest_interfacePropertyValue | AllowedParameterValuesRequest_objectList | AllowedParameterValuesRequest_user | AllowedParameterValuesRequest_multipassGroup | AllowedParameterValuesRequest_text | AllowedParameterValuesRequest_datetime | AllowedParameterValuesRequest_boolean | AllowedParameterValuesRequest_objectSetRid | AllowedParameterValuesRequest_attachment | AllowedParameterValuesRequest_cbacMarking | AllowedParameterValuesRequest_mandatoryMarking | AllowedParameterValuesRequest_mediaReference | AllowedParameterValuesRequest_objectTypeReference | AllowedParameterValuesRequest_timeSeriesReference | AllowedParameterValuesRequest_geohash | AllowedParameterValuesRequest_geoshape | AllowedParameterValuesRequest_geotimeSeriesReference | AllowedParameterValuesRequest_redacted | AllowedParameterValuesRequest_struct | AllowedParameterValuesRequest_valueType | AllowedParameterValuesRequest_scenarioReference;
|
|
8011
8196
|
interface AllowedStructFieldValues_oneOf {
|
|
8012
8197
|
type: "oneOf";
|
|
8013
8198
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -8144,8 +8329,14 @@ interface AndConditionModification {
|
|
|
8144
8329
|
interface AnyNotificationRenderingCanFail {
|
|
8145
8330
|
}
|
|
8146
8331
|
interface ArrayPropertyType {
|
|
8332
|
+
reducers: Array<ArrayPropertyTypeReducer>;
|
|
8147
8333
|
subtype: Type;
|
|
8148
8334
|
}
|
|
8335
|
+
interface ArrayPropertyTypeReducer {
|
|
8336
|
+
direction: ArrayPropertyTypeReducerSortDirection;
|
|
8337
|
+
field?: StructFieldRid | null | undefined;
|
|
8338
|
+
}
|
|
8339
|
+
type ArrayPropertyTypeReducerSortDirection = "ASCENDING_NULLS_LAST" | "DESCENDING_NULLS_LAST";
|
|
8149
8340
|
interface ArrayTypeDataConstraints$1 {
|
|
8150
8341
|
elementsConstraint?: PropertyTypeDataConstraints | null | undefined;
|
|
8151
8342
|
elementsUnique?: ArrayTypeElementsUniqueConstraint$1 | null | undefined;
|
|
@@ -8263,6 +8454,7 @@ interface BatchedFunctionRuleModification {
|
|
|
8263
8454
|
interface BatchGetEnrichedActionTypeMetadataRequest {
|
|
8264
8455
|
actionTypes: Array<ActionTypeRid>;
|
|
8265
8456
|
ontologyBranchRid?: OntologyBranchRid | null | undefined;
|
|
8457
|
+
versionReference?: VersionReference | null | undefined;
|
|
8266
8458
|
}
|
|
8267
8459
|
interface BatchGetEnrichedActionTypeMetadataResponse {
|
|
8268
8460
|
enrichedMetadata: Record<ActionTypeRid, EnrichedActionTypeMetadata>;
|
|
@@ -8356,6 +8548,19 @@ interface BranchMergedEvent {
|
|
|
8356
8548
|
ontologyBranch: OntologyBranch;
|
|
8357
8549
|
ontologyRid: OntologyRid;
|
|
8358
8550
|
}
|
|
8551
|
+
/**
|
|
8552
|
+
* Event indicating that an object type index on a branch should be reset. Any service receiving this event
|
|
8553
|
+
* should "reset" the state of the object type, as if the service were receiving an object type indexing event
|
|
8554
|
+
* on this branched object type for the first time, at the ontology version specified in the event.
|
|
8555
|
+
* For example, in Funnel this would mean resetting the state of the index and pulling in edits from main if
|
|
8556
|
+
* copy edits on initial indexing is configured.
|
|
8557
|
+
*/
|
|
8558
|
+
interface BranchObjectTypeResetEvent {
|
|
8559
|
+
objectTypeRid: ObjectTypeRid;
|
|
8560
|
+
ontologyBranch: OntologyBranch;
|
|
8561
|
+
ontologyRid: OntologyRid;
|
|
8562
|
+
ontologyVersion: OntologyVersion;
|
|
8563
|
+
}
|
|
8359
8564
|
interface BranchRecipientsBranchOwner {
|
|
8360
8565
|
}
|
|
8361
8566
|
interface BranchRecipientsSameAsMain {
|
|
@@ -8609,6 +8814,24 @@ interface ConditionValueModification_parameterLength {
|
|
|
8609
8814
|
parameterLength: ParameterLength;
|
|
8610
8815
|
}
|
|
8611
8816
|
type ConditionValueModification = ConditionValueModification_parameterId | ConditionValueModification_staticValue | ConditionValueModification_objectParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValue | ConditionValueModification_interfaceParameterPropertyValueV2 | ConditionValueModification_userProperty | ConditionValueModification_parameterLength;
|
|
8817
|
+
/**
|
|
8818
|
+
* References a newly created object of interface by its type and primary key. Used to support creating
|
|
8819
|
+
* a new object and linking it to another object in the same action type for a parameter - primary key
|
|
8820
|
+
* mapping.
|
|
8821
|
+
*/
|
|
8822
|
+
interface CreatedInterfaceObjectReferenceByPk {
|
|
8823
|
+
objectType: ParameterId;
|
|
8824
|
+
primaryKey: ParameterId;
|
|
8825
|
+
}
|
|
8826
|
+
/**
|
|
8827
|
+
* References a newly created object of interface by its type and unique identifier. Used to support creating
|
|
8828
|
+
* a new object and linking it to another object in the same action type for a unique identifier - primary key
|
|
8829
|
+
* mapping.
|
|
8830
|
+
*/
|
|
8831
|
+
interface CreatedInterfaceObjectReferenceByUniqueIdentifier {
|
|
8832
|
+
objectType: ParameterId;
|
|
8833
|
+
uniqueIdentifier: UniqueIdentifier;
|
|
8834
|
+
}
|
|
8612
8835
|
/**
|
|
8613
8836
|
* The time that the user submits the Action will be used for this value.
|
|
8614
8837
|
*/
|
|
@@ -9841,6 +10064,7 @@ interface InterfaceCipherTextPropertyType {
|
|
|
9841
10064
|
}
|
|
9842
10065
|
interface InterfaceDefinedPropertyType {
|
|
9843
10066
|
apiName: InterfacePropertyTypeApiName;
|
|
10067
|
+
baseFormatter?: BaseFormatter | null | undefined;
|
|
9844
10068
|
constraints: InterfaceDefinedPropertyTypeConstraints;
|
|
9845
10069
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
9846
10070
|
rid: InterfacePropertyTypeRid;
|
|
@@ -9929,9 +10153,6 @@ interface InterfaceParameterPropertyValueModification {
|
|
|
9929
10153
|
parameterId: ParameterId;
|
|
9930
10154
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
9931
10155
|
}
|
|
9932
|
-
/**
|
|
9933
|
-
* Used to reference interface properties. Note, these are curently unsupported on the actions backend.
|
|
9934
|
-
*/
|
|
9935
10156
|
interface InterfaceParameterPropertyValueModificationV2 {
|
|
9936
10157
|
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
9937
10158
|
parameterId: ParameterId;
|
|
@@ -9976,7 +10197,19 @@ interface InterfacePropertyTypeImplementation_propertyTypeRid {
|
|
|
9976
10197
|
type: "propertyTypeRid";
|
|
9977
10198
|
propertyTypeRid: PropertyTypeRid;
|
|
9978
10199
|
}
|
|
9979
|
-
|
|
10200
|
+
interface InterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
10201
|
+
type: "structPropertyTypeMapping";
|
|
10202
|
+
structPropertyTypeMapping: StructPropertyTypeImplementation;
|
|
10203
|
+
}
|
|
10204
|
+
interface InterfacePropertyTypeImplementation_structField {
|
|
10205
|
+
type: "structField";
|
|
10206
|
+
structField: StructFieldImplementation;
|
|
10207
|
+
}
|
|
10208
|
+
interface InterfacePropertyTypeImplementation_reducedProperty {
|
|
10209
|
+
type: "reducedProperty";
|
|
10210
|
+
reducedProperty: ReducedPropertyTypeImplementation;
|
|
10211
|
+
}
|
|
10212
|
+
type InterfacePropertyTypeImplementation = InterfacePropertyTypeImplementation_propertyTypeRid | InterfacePropertyTypeImplementation_structPropertyTypeMapping | InterfacePropertyTypeImplementation_structField | InterfacePropertyTypeImplementation_reducedProperty;
|
|
9980
10213
|
interface InterfacePropertyTypeLogicRuleValueModification {
|
|
9981
10214
|
interfacePropertyLogicRuleModification: PrimitiveOrStructLogicRuleModification;
|
|
9982
10215
|
interfacePropertyTypeRidOrIdInRequest: InterfacePropertyTypeRidOrIdInRequest;
|
|
@@ -10266,6 +10499,10 @@ interface KnownFormatter_artifactGidFormatter {
|
|
|
10266
10499
|
type: "artifactGidFormatter";
|
|
10267
10500
|
artifactGidFormatter: ArtifactGidFormatter;
|
|
10268
10501
|
}
|
|
10502
|
+
interface KnownFormatter_sidcFormatter {
|
|
10503
|
+
type: "sidcFormatter";
|
|
10504
|
+
sidcFormatter: SidcFormatter;
|
|
10505
|
+
}
|
|
10269
10506
|
interface KnownFormatter_userId {
|
|
10270
10507
|
type: "userId";
|
|
10271
10508
|
userId: FormatterUserId;
|
|
@@ -10277,7 +10514,7 @@ interface KnownFormatter_ridFormatter {
|
|
|
10277
10514
|
/**
|
|
10278
10515
|
* Contains a known format that informs the Front-End consumer to use a specific formatter.
|
|
10279
10516
|
*/
|
|
10280
|
-
type KnownFormatter = KnownFormatter_artifactGidFormatter | KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
10517
|
+
type KnownFormatter = KnownFormatter_artifactGidFormatter | KnownFormatter_sidcFormatter | KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
10281
10518
|
interface LabelledValue {
|
|
10282
10519
|
label: string;
|
|
10283
10520
|
value: StaticValue;
|
|
@@ -10286,7 +10523,7 @@ interface LabelledValue {
|
|
|
10286
10523
|
* A language-specific analyzer. Since some aren't provided natively with Elasticsearch, ontology-metadata cannot
|
|
10287
10524
|
* guarantee that a given language-specific analyzer will be available for use.
|
|
10288
10525
|
*/
|
|
10289
|
-
type LanguageAnalyzer = "FRENCH" | "GERMAN" | "JAPANESE" | "KOREAN" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
10526
|
+
type LanguageAnalyzer = "ENGLISH" | "FRENCH" | "GERMAN" | "JAPANESE" | "KOREAN" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
10290
10527
|
/**
|
|
10291
10528
|
* ResourceIdentifier for lime indexes.
|
|
10292
10529
|
*/
|
|
@@ -10325,6 +10562,46 @@ interface LinkedEntityTypeRidOrIdInRequest_interfaceType {
|
|
|
10325
10562
|
interfaceType: InterfaceTypeRidOrIdInRequest;
|
|
10326
10563
|
}
|
|
10327
10564
|
type LinkedEntityTypeRidOrIdInRequest = LinkedEntityTypeRidOrIdInRequest_objectType | LinkedEntityTypeRidOrIdInRequest_interfaceType;
|
|
10565
|
+
interface LinkedObjectReference_existingObject {
|
|
10566
|
+
type: "existingObject";
|
|
10567
|
+
existingObject: ParameterId;
|
|
10568
|
+
}
|
|
10569
|
+
interface LinkedObjectReference_createdObjectReference {
|
|
10570
|
+
type: "createdObjectReference";
|
|
10571
|
+
createdObjectReference: LogicRuleRid;
|
|
10572
|
+
}
|
|
10573
|
+
interface LinkedObjectReference_createdInterfaceObjectReferenceByPk {
|
|
10574
|
+
type: "createdInterfaceObjectReferenceByPk";
|
|
10575
|
+
createdInterfaceObjectReferenceByPk: CreatedInterfaceObjectReferenceByPk;
|
|
10576
|
+
}
|
|
10577
|
+
interface LinkedObjectReference_createdInterfaceObjectReferenceByUniqueIdentifier {
|
|
10578
|
+
type: "createdInterfaceObjectReferenceByUniqueIdentifier";
|
|
10579
|
+
createdInterfaceObjectReferenceByUniqueIdentifier: CreatedInterfaceObjectReferenceByUniqueIdentifier;
|
|
10580
|
+
}
|
|
10581
|
+
/**
|
|
10582
|
+
* References to object(s) that will be linked.
|
|
10583
|
+
*/
|
|
10584
|
+
type LinkedObjectReference = LinkedObjectReference_existingObject | LinkedObjectReference_createdObjectReference | LinkedObjectReference_createdInterfaceObjectReferenceByPk | LinkedObjectReference_createdInterfaceObjectReferenceByUniqueIdentifier;
|
|
10585
|
+
interface LinkedObjectReferenceModification_existingObject {
|
|
10586
|
+
type: "existingObject";
|
|
10587
|
+
existingObject: ParameterId;
|
|
10588
|
+
}
|
|
10589
|
+
interface LinkedObjectReferenceModification_createdObjectReference {
|
|
10590
|
+
type: "createdObjectReference";
|
|
10591
|
+
createdObjectReference: LogicRuleIdentifier;
|
|
10592
|
+
}
|
|
10593
|
+
interface LinkedObjectReferenceModification_createdInterfaceObjectReferenceByPk {
|
|
10594
|
+
type: "createdInterfaceObjectReferenceByPk";
|
|
10595
|
+
createdInterfaceObjectReferenceByPk: CreatedInterfaceObjectReferenceByPk;
|
|
10596
|
+
}
|
|
10597
|
+
interface LinkedObjectReferenceModification_createdInterfaceObjectReferenceByUniqueIdentifier {
|
|
10598
|
+
type: "createdInterfaceObjectReferenceByUniqueIdentifier";
|
|
10599
|
+
createdInterfaceObjectReferenceByUniqueIdentifier: CreatedInterfaceObjectReferenceByUniqueIdentifier;
|
|
10600
|
+
}
|
|
10601
|
+
/**
|
|
10602
|
+
* References to object(s) that will be linked.
|
|
10603
|
+
*/
|
|
10604
|
+
type LinkedObjectReferenceModification = LinkedObjectReferenceModification_existingObject | LinkedObjectReferenceModification_createdObjectReference | LinkedObjectReferenceModification_createdInterfaceObjectReferenceByPk | LinkedObjectReferenceModification_createdInterfaceObjectReferenceByUniqueIdentifier;
|
|
10328
10605
|
interface LinkMetadata_linkType {
|
|
10329
10606
|
type: "linkType";
|
|
10330
10607
|
linkType: LinkType;
|
|
@@ -10542,7 +10819,7 @@ interface LinkTypeUpdatedEvent {
|
|
|
10542
10819
|
ontologyVersion: OntologyVersion;
|
|
10543
10820
|
}
|
|
10544
10821
|
type LiveDeploymentRid = string;
|
|
10545
|
-
type LmsEmbeddingModel = "OPENAI_TEXT_EMBEDDING_ADA_002" | "TEXT_EMBEDDING_3_SMALL" | "TEXT_EMBEDDING_3_LARGE" | "SNOWFLAKE_ARCTIC_EMBED_M" | "INSTRUCTOR_LARGE" | "BGE_BASE_EN_V1_5";
|
|
10822
|
+
type LmsEmbeddingModel = "OPENAI_TEXT_EMBEDDING_ADA_002" | "TEXT_EMBEDDING_3_SMALL" | "TEXT_EMBEDDING_3_LARGE" | "SNOWFLAKE_ARCTIC_EMBED_M" | "LLAMA_3_2_NV_EMBEDQA_1B_V2" | "INSTRUCTOR_LARGE" | "BGE_BASE_EN_V1_5";
|
|
10546
10823
|
interface LoadActionTypesFromOntologyRequest {
|
|
10547
10824
|
actionTypes: Array<OntologyActionTypeLoadRequest>;
|
|
10548
10825
|
}
|
|
@@ -10649,6 +10926,7 @@ type LoadAllObjectTypesPageToken = string;
|
|
|
10649
10926
|
*/
|
|
10650
10927
|
interface LoadAllOntologiesRequest {
|
|
10651
10928
|
includeEmptyDefaultOntology?: boolean | null | undefined;
|
|
10929
|
+
includeOntologiesWithDeletedProject?: boolean | null | undefined;
|
|
10652
10930
|
}
|
|
10653
10931
|
/**
|
|
10654
10932
|
* Response to LoadAllOntologiesRequest. This includes information
|
|
@@ -10746,6 +11024,10 @@ interface LogicRule_addInterfaceLinkRule {
|
|
|
10746
11024
|
type: "addInterfaceLinkRule";
|
|
10747
11025
|
addInterfaceLinkRule: AddInterfaceLinkRule;
|
|
10748
11026
|
}
|
|
11027
|
+
interface LogicRule_addInterfaceLinkRuleV2 {
|
|
11028
|
+
type: "addInterfaceLinkRuleV2";
|
|
11029
|
+
addInterfaceLinkRuleV2: AddInterfaceLinkRuleV2;
|
|
11030
|
+
}
|
|
10749
11031
|
interface LogicRule_deleteInterfaceLinkRule {
|
|
10750
11032
|
type: "deleteInterfaceLinkRule";
|
|
10751
11033
|
deleteInterfaceLinkRule: DeleteInterfaceLinkRule;
|
|
@@ -10758,7 +11040,27 @@ interface LogicRule_batchedFunctionRule {
|
|
|
10758
11040
|
type: "batchedFunctionRule";
|
|
10759
11041
|
batchedFunctionRule: BatchedFunctionRule;
|
|
10760
11042
|
}
|
|
10761
|
-
|
|
11043
|
+
interface LogicRule_scenarioRule {
|
|
11044
|
+
type: "scenarioRule";
|
|
11045
|
+
scenarioRule: ScenarioRule;
|
|
11046
|
+
}
|
|
11047
|
+
type LogicRule = LogicRule_addObjectRule | LogicRule_addOrModifyObjectRule | LogicRule_addOrModifyObjectRuleV2 | LogicRule_modifyObjectRule | LogicRule_deleteObjectRule | LogicRule_addInterfaceRule | LogicRule_modifyInterfaceRule | LogicRule_addLinkRule | LogicRule_deleteLinkRule | LogicRule_addInterfaceLinkRule | LogicRule_addInterfaceLinkRuleV2 | LogicRule_deleteInterfaceLinkRule | LogicRule_functionRule | LogicRule_batchedFunctionRule | LogicRule_scenarioRule;
|
|
11048
|
+
interface LogicRuleIdentifier_rid {
|
|
11049
|
+
type: "rid";
|
|
11050
|
+
rid: LogicRuleRid;
|
|
11051
|
+
}
|
|
11052
|
+
interface LogicRuleIdentifier_logicRuleIdInRequest {
|
|
11053
|
+
type: "logicRuleIdInRequest";
|
|
11054
|
+
logicRuleIdInRequest: LogicRuleIdInRequest;
|
|
11055
|
+
}
|
|
11056
|
+
/**
|
|
11057
|
+
* A type to uniquely identify a logic rule in an ActionType.
|
|
11058
|
+
*/
|
|
11059
|
+
type LogicRuleIdentifier = LogicRuleIdentifier_rid | LogicRuleIdentifier_logicRuleIdInRequest;
|
|
11060
|
+
/**
|
|
11061
|
+
* Reference to a LogicRule. Used when referencing a LogicRule in the same request it is created in.
|
|
11062
|
+
*/
|
|
11063
|
+
type LogicRuleIdInRequest = string;
|
|
10762
11064
|
interface LogicRuleModification_addObjectRule {
|
|
10763
11065
|
type: "addObjectRule";
|
|
10764
11066
|
addObjectRule: AddObjectRuleModification;
|
|
@@ -10799,10 +11101,18 @@ interface LogicRuleModification_addInterfaceLinkRule {
|
|
|
10799
11101
|
type: "addInterfaceLinkRule";
|
|
10800
11102
|
addInterfaceLinkRule: AddInterfaceLinkRuleModification;
|
|
10801
11103
|
}
|
|
11104
|
+
interface LogicRuleModification_addInterfaceLinkRuleV2 {
|
|
11105
|
+
type: "addInterfaceLinkRuleV2";
|
|
11106
|
+
addInterfaceLinkRuleV2: AddInterfaceLinkRuleModificationV2;
|
|
11107
|
+
}
|
|
10802
11108
|
interface LogicRuleModification_deleteInterfaceLinkRule {
|
|
10803
11109
|
type: "deleteInterfaceLinkRule";
|
|
10804
11110
|
deleteInterfaceLinkRule: DeleteInterfaceLinkRuleModification;
|
|
10805
11111
|
}
|
|
11112
|
+
interface LogicRuleModification_scenarioRule {
|
|
11113
|
+
type: "scenarioRule";
|
|
11114
|
+
scenarioRule: ScenarioRuleModification;
|
|
11115
|
+
}
|
|
10806
11116
|
interface LogicRuleModification_functionRule {
|
|
10807
11117
|
type: "functionRule";
|
|
10808
11118
|
functionRule: FunctionRuleModification;
|
|
@@ -10811,7 +11121,8 @@ interface LogicRuleModification_batchedFunctionRule {
|
|
|
10811
11121
|
type: "batchedFunctionRule";
|
|
10812
11122
|
batchedFunctionRule: BatchedFunctionRuleModification;
|
|
10813
11123
|
}
|
|
10814
|
-
type LogicRuleModification = LogicRuleModification_addObjectRule | LogicRuleModification_addOrModifyObjectRule | LogicRuleModification_addOrModifyObjectRuleV2 | LogicRuleModification_modifyObjectRule | LogicRuleModification_deleteObjectRule | LogicRuleModification_addInterfaceRule | LogicRuleModification_modifyInterfaceRule | LogicRuleModification_addLinkRule | LogicRuleModification_deleteLinkRule | LogicRuleModification_addInterfaceLinkRule | LogicRuleModification_deleteInterfaceLinkRule | LogicRuleModification_functionRule | LogicRuleModification_batchedFunctionRule;
|
|
11124
|
+
type LogicRuleModification = LogicRuleModification_addObjectRule | LogicRuleModification_addOrModifyObjectRule | LogicRuleModification_addOrModifyObjectRuleV2 | LogicRuleModification_modifyObjectRule | LogicRuleModification_deleteObjectRule | LogicRuleModification_addInterfaceRule | LogicRuleModification_modifyInterfaceRule | LogicRuleModification_addLinkRule | LogicRuleModification_deleteLinkRule | LogicRuleModification_addInterfaceLinkRule | LogicRuleModification_addInterfaceLinkRuleV2 | LogicRuleModification_deleteInterfaceLinkRule | LogicRuleModification_scenarioRule | LogicRuleModification_functionRule | LogicRuleModification_batchedFunctionRule;
|
|
11125
|
+
type LogicRuleRid = string;
|
|
10815
11126
|
interface LogicRuleValue_parameterId {
|
|
10816
11127
|
type: "parameterId";
|
|
10817
11128
|
parameterId: ParameterId;
|
|
@@ -10973,6 +11284,11 @@ interface ManyToManyLinkTypeStreamDatasource {
|
|
|
10973
11284
|
retentionPolicy: RetentionPolicy;
|
|
10974
11285
|
streamLocator: StreamLocator;
|
|
10975
11286
|
}
|
|
11287
|
+
/**
|
|
11288
|
+
* Display name for a marking. If present, this should be used for display purposes
|
|
11289
|
+
* instead of the MarkingId. If empty, fall back to using the MarkingId.
|
|
11290
|
+
*/
|
|
11291
|
+
type MarkingDisplayName = string | null | undefined;
|
|
10976
11292
|
interface MarkingFilter_markingTypes {
|
|
10977
11293
|
type: "markingTypes";
|
|
10978
11294
|
markingTypes: MarkingTypesFilter;
|
|
@@ -10985,6 +11301,13 @@ type MarkingFilter = MarkingFilter_markingTypes;
|
|
|
10985
11301
|
* A Cbac, Mandatory or Organization marking ID
|
|
10986
11302
|
*/
|
|
10987
11303
|
type MarkingId = string;
|
|
11304
|
+
/**
|
|
11305
|
+
* Combined information about a marking including its type and optional display name.
|
|
11306
|
+
*/
|
|
11307
|
+
interface MarkingInfo {
|
|
11308
|
+
displayName: MarkingDisplayName;
|
|
11309
|
+
markingType: MarkingType;
|
|
11310
|
+
}
|
|
10988
11311
|
interface MarkingPropertyType {
|
|
10989
11312
|
markingType: MarkingType;
|
|
10990
11313
|
}
|
|
@@ -11146,6 +11469,23 @@ interface MultiplicationOperation {
|
|
|
11146
11469
|
}
|
|
11147
11470
|
interface MustBeEmpty {
|
|
11148
11471
|
}
|
|
11472
|
+
interface NestedInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
11473
|
+
type: "propertyTypeRid";
|
|
11474
|
+
propertyTypeRid: PropertyTypeRid;
|
|
11475
|
+
}
|
|
11476
|
+
interface NestedInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
11477
|
+
type: "structPropertyTypeMapping";
|
|
11478
|
+
structPropertyTypeMapping: StructPropertyTypeImplementation;
|
|
11479
|
+
}
|
|
11480
|
+
interface NestedInterfacePropertyTypeImplementation_structField {
|
|
11481
|
+
type: "structField";
|
|
11482
|
+
structField: StructFieldImplementation;
|
|
11483
|
+
}
|
|
11484
|
+
/**
|
|
11485
|
+
* Copy of InterfacePropertyTypeImplementation without reducedProperty to avoid enabling nested reducer
|
|
11486
|
+
* implementations.
|
|
11487
|
+
*/
|
|
11488
|
+
type NestedInterfacePropertyTypeImplementation = NestedInterfacePropertyTypeImplementation_propertyTypeRid | NestedInterfacePropertyTypeImplementation_structPropertyTypeMapping | NestedInterfacePropertyTypeImplementation_structField;
|
|
11149
11489
|
interface NestedStructFieldApiNameMapping {
|
|
11150
11490
|
apiName: ObjectTypeFieldApiName;
|
|
11151
11491
|
mappings: Record<StructFieldName, NestedStructFieldApiNameMapping>;
|
|
@@ -11817,7 +12157,15 @@ interface ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExi
|
|
|
11817
12157
|
type: "patchBackupInitializationConfigurationSourceDoesNotExist";
|
|
11818
12158
|
patchBackupInitializationConfigurationSourceDoesNotExist: PatchBackupInitializationConfigurationSourceDoesNotExistError;
|
|
11819
12159
|
}
|
|
11820
|
-
|
|
12160
|
+
interface ObjectTypeError_reducerStructFieldApiNamesNotFound {
|
|
12161
|
+
type: "reducerStructFieldApiNamesNotFound";
|
|
12162
|
+
reducerStructFieldApiNamesNotFound: ObjectTypeReducerStructFieldApiNamesNotFoundError;
|
|
12163
|
+
}
|
|
12164
|
+
interface ObjectTypeError_mainValueStructFieldApiNamesNotFound {
|
|
12165
|
+
type: "mainValueStructFieldApiNamesNotFound";
|
|
12166
|
+
mainValueStructFieldApiNamesNotFound: ObjectTypeMainValueStructFieldApiNamesNotFoundError;
|
|
12167
|
+
}
|
|
12168
|
+
type ObjectTypeError = ObjectTypeError_objectTypesAlreadyExist | ObjectTypeError_objectTypesNotFound | ObjectTypeError_objectTypeRidsNotFound | ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist | ObjectTypeError_reducerStructFieldApiNamesNotFound | ObjectTypeError_mainValueStructFieldApiNamesNotFound;
|
|
11821
12169
|
/**
|
|
11822
12170
|
* A string indicating the API Name to use for the given entity that will be a field of an ObjectType.
|
|
11823
12171
|
* This API name will be used to access the entity in programming languages.
|
|
@@ -11868,6 +12216,7 @@ interface ObjectTypeIdsAndInterfaceTypeRids {
|
|
|
11868
12216
|
*/
|
|
11869
12217
|
interface ObjectTypeInputManagerProperties {
|
|
11870
12218
|
datasources: Array<DatasourceRid>;
|
|
12219
|
+
isUserCodeWorkflow?: boolean | null | undefined;
|
|
11871
12220
|
}
|
|
11872
12221
|
/**
|
|
11873
12222
|
* ResourceIdentifier for the object type input manager.
|
|
@@ -11909,6 +12258,15 @@ interface ObjectTypeLoadResponse {
|
|
|
11909
12258
|
ontologyVersion: OntologyVersion;
|
|
11910
12259
|
resolvedBranch: ResolvedBranch;
|
|
11911
12260
|
}
|
|
12261
|
+
/**
|
|
12262
|
+
* Struct property type main value references struct field API names that do not exist on the overall struct
|
|
12263
|
+
* property type.
|
|
12264
|
+
*/
|
|
12265
|
+
interface ObjectTypeMainValueStructFieldApiNamesNotFoundError {
|
|
12266
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
12267
|
+
objectTypeId?: ObjectTypeId | null | undefined;
|
|
12268
|
+
propertyTypeId?: PropertyTypeId | null | undefined;
|
|
12269
|
+
}
|
|
11912
12270
|
/**
|
|
11913
12271
|
* Object type datasource that is backed by media, uniquely identified by its rid.
|
|
11914
12272
|
*/
|
|
@@ -11925,6 +12283,7 @@ interface ObjectTypeMediaSetViewDatasource {
|
|
|
11925
12283
|
assumedMarkings: Array<MarkingId>;
|
|
11926
12284
|
mediaSetViewLocator: MediaSetViewLocator;
|
|
11927
12285
|
properties: Array<PropertyTypeRid>;
|
|
12286
|
+
uploadProperties: Array<PropertyTypeRid>;
|
|
11928
12287
|
}
|
|
11929
12288
|
/**
|
|
11930
12289
|
* ResourceIdentifier for the object type metadata input manager.
|
|
@@ -11950,6 +12309,15 @@ interface ObjectTypePeeringMetadataV1 {
|
|
|
11950
12309
|
* Marketplace has a ObjectTypePeeringRid.
|
|
11951
12310
|
*/
|
|
11952
12311
|
type ObjectTypePeeringRid = string;
|
|
12312
|
+
/**
|
|
12313
|
+
* Array property type reducers reference struct field API names that do not exist on the overall struct property
|
|
12314
|
+
* type.
|
|
12315
|
+
*/
|
|
12316
|
+
interface ObjectTypeReducerStructFieldApiNamesNotFoundError {
|
|
12317
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
12318
|
+
objectTypeId?: ObjectTypeId | null | undefined;
|
|
12319
|
+
propertyTypeId?: PropertyTypeId | null | undefined;
|
|
12320
|
+
}
|
|
11953
12321
|
/**
|
|
11954
12322
|
* Object type datasource representing a restricted view on top of a stream.
|
|
11955
12323
|
*/
|
|
@@ -12236,6 +12604,11 @@ interface OntologyEntitiesUsedInTypeGroup {
|
|
|
12236
12604
|
actionTypeRids: Array<ActionTypeRid>;
|
|
12237
12605
|
objectTypeRids: Array<ObjectTypeRid>;
|
|
12238
12606
|
}
|
|
12607
|
+
interface OntologyIndexingEvent_branchObjectTypeReset {
|
|
12608
|
+
type: "branchObjectTypeReset";
|
|
12609
|
+
branchObjectTypeReset: BranchObjectTypeResetEvent;
|
|
12610
|
+
}
|
|
12611
|
+
type OntologyIndexingEvent = OntologyIndexingEvent_branchObjectTypeReset;
|
|
12239
12612
|
/**
|
|
12240
12613
|
* Information about an Ontology.
|
|
12241
12614
|
*/
|
|
@@ -12272,7 +12645,29 @@ interface OntologyIrActionLogRule {
|
|
|
12272
12645
|
enabled: boolean;
|
|
12273
12646
|
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrActionLogValue>;
|
|
12274
12647
|
reasonCodes: Array<ObjectTypeFieldApiName>;
|
|
12648
|
+
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, OntologyIrActionLogStructFieldValue>>;
|
|
12649
|
+
}
|
|
12650
|
+
interface OntologyIrActionLogStructFieldValue_structParameterFieldValue {
|
|
12651
|
+
type: "structParameterFieldValue";
|
|
12652
|
+
structParameterFieldValue: StructParameterFieldValue;
|
|
12653
|
+
}
|
|
12654
|
+
interface OntologyIrActionLogStructFieldValue_structListParameterFieldValue {
|
|
12655
|
+
type: "structListParameterFieldValue";
|
|
12656
|
+
structListParameterFieldValue: StructListParameterFieldValue;
|
|
12657
|
+
}
|
|
12658
|
+
interface OntologyIrActionLogStructFieldValue_objectParameterStructFieldValue {
|
|
12659
|
+
type: "objectParameterStructFieldValue";
|
|
12660
|
+
objectParameterStructFieldValue: OntologyIrObjectParameterStructFieldValue;
|
|
12661
|
+
}
|
|
12662
|
+
interface OntologyIrActionLogStructFieldValue_objectParameterStructListFieldValue {
|
|
12663
|
+
type: "objectParameterStructListFieldValue";
|
|
12664
|
+
objectParameterStructListFieldValue: OntologyIrObjectParameterStructListFieldValue;
|
|
12275
12665
|
}
|
|
12666
|
+
/**
|
|
12667
|
+
* Values that can be mapped to struct fields in action log rules.
|
|
12668
|
+
* Supports mapping from both struct parameters and object parameter struct properties.
|
|
12669
|
+
*/
|
|
12670
|
+
type OntologyIrActionLogStructFieldValue = OntologyIrActionLogStructFieldValue_structParameterFieldValue | OntologyIrActionLogStructFieldValue_structListParameterFieldValue | OntologyIrActionLogStructFieldValue_objectParameterStructFieldValue | OntologyIrActionLogStructFieldValue_objectParameterStructListFieldValue;
|
|
12276
12671
|
interface OntologyIrActionLogValue_parameterValue {
|
|
12277
12672
|
type: "parameterValue";
|
|
12278
12673
|
parameterValue: ParameterId;
|
|
@@ -12473,8 +12868,16 @@ interface OntologyIrAddInterfaceLinkRule {
|
|
|
12473
12868
|
sourceObject: ParameterId;
|
|
12474
12869
|
targetObject: ParameterId;
|
|
12475
12870
|
}
|
|
12871
|
+
interface OntologyIrAddInterfaceLinkRuleV2 {
|
|
12872
|
+
interfaceLinkTypeRid: InterfaceLinkTypeApiName;
|
|
12873
|
+
interfaceTypeRid: InterfaceTypeApiName;
|
|
12874
|
+
sourceObjects: Array<LinkedObjectReference>;
|
|
12875
|
+
targetObjects: Array<LinkedObjectReference>;
|
|
12876
|
+
}
|
|
12476
12877
|
interface OntologyIrAddInterfaceRule {
|
|
12477
12878
|
interfaceApiName: InterfaceTypeApiName;
|
|
12879
|
+
interfacePropertyValues: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyLogicRuleValue>;
|
|
12880
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
12478
12881
|
objectTypeParameter: ParameterId;
|
|
12479
12882
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
12480
12883
|
}
|
|
@@ -12483,6 +12886,7 @@ interface OntologyIrAdditionOperation {
|
|
|
12483
12886
|
rightOperand: OntologyIrParameterTransformPrefillValue;
|
|
12484
12887
|
}
|
|
12485
12888
|
interface OntologyIrAddObjectRule {
|
|
12889
|
+
logicRuleRid?: LogicRuleRid | null | undefined;
|
|
12486
12890
|
objectTypeId: ObjectTypeApiName;
|
|
12487
12891
|
propertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
12488
12892
|
structFieldValues: Record<ObjectTypeFieldApiName, Record<StructFieldRid, StructFieldLogicRuleValue>>;
|
|
@@ -12601,7 +13005,11 @@ interface OntologyIrAllowedParameterValues_valueType {
|
|
|
12601
13005
|
type: "valueType";
|
|
12602
13006
|
valueType: ParameterValueTypeWithVersionIdOrEmpty;
|
|
12603
13007
|
}
|
|
12604
|
-
|
|
13008
|
+
interface OntologyIrAllowedParameterValues_scenarioReference {
|
|
13009
|
+
type: "scenarioReference";
|
|
13010
|
+
scenarioReference: ParameterScenarioReferenceOrEmpty;
|
|
13011
|
+
}
|
|
13012
|
+
type OntologyIrAllowedParameterValues = OntologyIrAllowedParameterValues_oneOf | OntologyIrAllowedParameterValues_range | OntologyIrAllowedParameterValues_objectQuery | OntologyIrAllowedParameterValues_interfaceObjectQuery | OntologyIrAllowedParameterValues_objectPropertyValue | OntologyIrAllowedParameterValues_interfacePropertyValue | OntologyIrAllowedParameterValues_objectList | OntologyIrAllowedParameterValues_user | OntologyIrAllowedParameterValues_multipassGroup | OntologyIrAllowedParameterValues_text | OntologyIrAllowedParameterValues_datetime | OntologyIrAllowedParameterValues_boolean | OntologyIrAllowedParameterValues_objectSetRid | OntologyIrAllowedParameterValues_attachment | OntologyIrAllowedParameterValues_cbacMarking | OntologyIrAllowedParameterValues_mandatoryMarking | OntologyIrAllowedParameterValues_mediaReference | OntologyIrAllowedParameterValues_objectTypeReference | OntologyIrAllowedParameterValues_timeSeriesReference | OntologyIrAllowedParameterValues_geohash | OntologyIrAllowedParameterValues_geoshape | OntologyIrAllowedParameterValues_geotimeSeriesReference | OntologyIrAllowedParameterValues_redacted | OntologyIrAllowedParameterValues_valueType | OntologyIrAllowedParameterValues_scenarioReference;
|
|
12605
13013
|
interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
12606
13014
|
type: "oneOf";
|
|
12607
13015
|
oneOf: OntologyIrParameterValueOneOfOrEmpty;
|
|
@@ -12646,8 +13054,13 @@ interface OntologyIrAndCondition {
|
|
|
12646
13054
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
12647
13055
|
}
|
|
12648
13056
|
interface OntologyIrArrayPropertyType {
|
|
13057
|
+
reducers: Array<OntologyIrArrayPropertyTypeReducer>;
|
|
12649
13058
|
subtype: OntologyIrType;
|
|
12650
13059
|
}
|
|
13060
|
+
interface OntologyIrArrayPropertyTypeReducer {
|
|
13061
|
+
direction: ArrayPropertyTypeReducerSortDirection;
|
|
13062
|
+
field?: StructFieldRid | null | undefined;
|
|
13063
|
+
}
|
|
12651
13064
|
interface OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput {
|
|
12652
13065
|
type: "staticDirectInput";
|
|
12653
13066
|
staticDirectInput: OntologyIrStaticWebhookWithDirectInput;
|
|
@@ -13048,7 +13461,19 @@ interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
|
13048
13461
|
type: "propertyTypeRid";
|
|
13049
13462
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
13050
13463
|
}
|
|
13051
|
-
|
|
13464
|
+
interface OntologyIrInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
13465
|
+
type: "structPropertyTypeMapping";
|
|
13466
|
+
structPropertyTypeMapping: OntologyIrStructPropertyTypeImplementation;
|
|
13467
|
+
}
|
|
13468
|
+
interface OntologyIrInterfacePropertyTypeImplementation_structField {
|
|
13469
|
+
type: "structField";
|
|
13470
|
+
structField: OntologyIrStructFieldImplementation;
|
|
13471
|
+
}
|
|
13472
|
+
interface OntologyIrInterfacePropertyTypeImplementation_reducedProperty {
|
|
13473
|
+
type: "reducedProperty";
|
|
13474
|
+
reducedProperty: OntologyIrReducedPropertyTypeImplementation;
|
|
13475
|
+
}
|
|
13476
|
+
type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid | OntologyIrInterfacePropertyTypeImplementation_structPropertyTypeMapping | OntologyIrInterfacePropertyTypeImplementation_structField | OntologyIrInterfacePropertyTypeImplementation_reducedProperty;
|
|
13052
13477
|
interface OntologyIrInterfacePropertyTypeType_array {
|
|
13053
13478
|
type: "array";
|
|
13054
13479
|
array: OntologyIrInterfaceArrayPropertyType;
|
|
@@ -13270,7 +13695,15 @@ interface OntologyIrLogicRule_deleteLinkRule {
|
|
|
13270
13695
|
type: "deleteLinkRule";
|
|
13271
13696
|
deleteLinkRule: DeleteLinkRule;
|
|
13272
13697
|
}
|
|
13273
|
-
|
|
13698
|
+
interface OntologyIrLogicRule_addInterfaceLinkRuleV2 {
|
|
13699
|
+
type: "addInterfaceLinkRuleV2";
|
|
13700
|
+
addInterfaceLinkRuleV2: OntologyIrAddInterfaceLinkRuleV2;
|
|
13701
|
+
}
|
|
13702
|
+
interface OntologyIrLogicRule_scenarioRule {
|
|
13703
|
+
type: "scenarioRule";
|
|
13704
|
+
scenarioRule: OntologyIrScenarioRule;
|
|
13705
|
+
}
|
|
13706
|
+
type OntologyIrLogicRule = OntologyIrLogicRule_addObjectRule | OntologyIrLogicRule_addOrModifyObjectRuleV2 | OntologyIrLogicRule_modifyObjectRule | OntologyIrLogicRule_deleteObjectRule | OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule | OntologyIrLogicRule_addLinkRule | OntologyIrLogicRule_deleteLinkRule | OntologyIrLogicRule_addInterfaceLinkRuleV2 | OntologyIrLogicRule_scenarioRule;
|
|
13274
13707
|
interface OntologyIrLogicRuleValue_parameterId {
|
|
13275
13708
|
type: "parameterId";
|
|
13276
13709
|
parameterId: ParameterId;
|
|
@@ -13379,7 +13812,9 @@ interface OntologyIrMediaSourceRid_datasetRid {
|
|
|
13379
13812
|
*/
|
|
13380
13813
|
type OntologyIrMediaSourceRid = OntologyIrMediaSourceRid_mediaSetRid | OntologyIrMediaSourceRid_datasetRid;
|
|
13381
13814
|
interface OntologyIrModifyInterfaceRule {
|
|
13815
|
+
interfaceApiName: InterfaceTypeApiName;
|
|
13382
13816
|
interfaceObjectToModifyParameter: ParameterId;
|
|
13817
|
+
interfacePropertyValues: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyLogicRuleValue>;
|
|
13383
13818
|
sharedPropertyValues: Record<ObjectTypeFieldApiName, OntologyIrLogicRuleValue>;
|
|
13384
13819
|
}
|
|
13385
13820
|
interface OntologyIrModifyObjectRule {
|
|
@@ -13399,6 +13834,23 @@ interface OntologyIrMultiplicationOperation {
|
|
|
13399
13834
|
leftOperand: OntologyIrParameterTransformPrefillValue;
|
|
13400
13835
|
rightOperand: OntologyIrParameterTransformPrefillValue;
|
|
13401
13836
|
}
|
|
13837
|
+
interface OntologyIrNestedInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
13838
|
+
type: "propertyTypeRid";
|
|
13839
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
13840
|
+
}
|
|
13841
|
+
interface OntologyIrNestedInterfacePropertyTypeImplementation_structPropertyTypeMapping {
|
|
13842
|
+
type: "structPropertyTypeMapping";
|
|
13843
|
+
structPropertyTypeMapping: OntologyIrStructPropertyTypeImplementation;
|
|
13844
|
+
}
|
|
13845
|
+
interface OntologyIrNestedInterfacePropertyTypeImplementation_structField {
|
|
13846
|
+
type: "structField";
|
|
13847
|
+
structField: OntologyIrStructFieldImplementation;
|
|
13848
|
+
}
|
|
13849
|
+
/**
|
|
13850
|
+
* Copy of InterfacePropertyTypeImplementation without reducedProperty to avoid enabling nested reducer
|
|
13851
|
+
* implementations.
|
|
13852
|
+
*/
|
|
13853
|
+
type OntologyIrNestedInterfacePropertyTypeImplementation = OntologyIrNestedInterfacePropertyTypeImplementation_propertyTypeRid | OntologyIrNestedInterfacePropertyTypeImplementation_structPropertyTypeMapping | OntologyIrNestedInterfacePropertyTypeImplementation_structField;
|
|
13402
13854
|
/**
|
|
13403
13855
|
* A URL target for a newly created object.
|
|
13404
13856
|
*/
|
|
@@ -13796,6 +14248,7 @@ interface OntologyIrObjectTypeMediaSetViewDatasource {
|
|
|
13796
14248
|
assumedMarkings: Array<MarkingId>;
|
|
13797
14249
|
mediaSetViewLocator: MediaSetViewName;
|
|
13798
14250
|
properties: Array<ObjectTypeFieldApiName>;
|
|
14251
|
+
uploadProperties: Array<ObjectTypeFieldApiName>;
|
|
13799
14252
|
}
|
|
13800
14253
|
/**
|
|
13801
14254
|
* Object type datasource representing a restricted view on top of a stream.
|
|
@@ -14215,7 +14668,7 @@ interface OntologyIrPrePostFix {
|
|
|
14215
14668
|
*/
|
|
14216
14669
|
interface OntologyIrPropertySecurityGroup {
|
|
14217
14670
|
properties: Array<ObjectTypeFieldApiName>;
|
|
14218
|
-
rid:
|
|
14671
|
+
rid: PropertySecurityGroupName;
|
|
14219
14672
|
security: OntologyIrSecurityGroupSecurityDefinition;
|
|
14220
14673
|
type?: PropertySecurityGroupType | null | undefined;
|
|
14221
14674
|
}
|
|
@@ -14298,6 +14751,12 @@ interface OntologyIrQualifiedSeriesIdPropertyValue {
|
|
|
14298
14751
|
seriesId: SeriesIdPropertyValue;
|
|
14299
14752
|
syncRid: TimeSeriesSyncName;
|
|
14300
14753
|
}
|
|
14754
|
+
/**
|
|
14755
|
+
* Denotes that that the reduced value of the implementation is used to implement the interface property.
|
|
14756
|
+
*/
|
|
14757
|
+
interface OntologyIrReducedPropertyTypeImplementation {
|
|
14758
|
+
implementation: OntologyIrNestedInterfacePropertyTypeImplementation;
|
|
14759
|
+
}
|
|
14301
14760
|
interface OntologyIrRegexCondition {
|
|
14302
14761
|
displayMetadata?: ConditionDisplayMetadata | null | undefined;
|
|
14303
14762
|
regex: string;
|
|
@@ -14319,6 +14778,22 @@ interface OntologyIrRuleSetBinding {
|
|
|
14319
14778
|
bindings: Record<ValueReferenceId, OntologyIrValueReferenceSource>;
|
|
14320
14779
|
ruleSetRid: RuleSetRid;
|
|
14321
14780
|
}
|
|
14781
|
+
/**
|
|
14782
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
14783
|
+
*/
|
|
14784
|
+
interface OntologyIrScenarioRule {
|
|
14785
|
+
scenario: ParameterId;
|
|
14786
|
+
scope: OntologyIrScenarioScope;
|
|
14787
|
+
}
|
|
14788
|
+
/**
|
|
14789
|
+
* We can't automatically determine the scope, and statically determine the affected action type entities. We
|
|
14790
|
+
* therefore require the user to explicitly specify the scope of the scenario edits to be applied, and use it
|
|
14791
|
+
* to populate the affected entities in the ActionTypeEntities field.
|
|
14792
|
+
*/
|
|
14793
|
+
interface OntologyIrScenarioScope {
|
|
14794
|
+
linkTypes: Array<LinkTypeId>;
|
|
14795
|
+
objectTypes: Array<ObjectTypeApiName>;
|
|
14796
|
+
}
|
|
14322
14797
|
/**
|
|
14323
14798
|
* A physical and logical grouping of parameters on the action form.
|
|
14324
14799
|
*/
|
|
@@ -14552,6 +15027,13 @@ interface OntologyIrStructFieldConditionalValidationBlock {
|
|
|
14552
15027
|
conditionalOverrides: Array<OntologyIrStructFieldConditionalOverride>;
|
|
14553
15028
|
defaultValidation: OntologyIrStructFieldValidationBlock;
|
|
14554
15029
|
}
|
|
15030
|
+
/**
|
|
15031
|
+
* Used to implement an interface non-struct property with an object struct property field.
|
|
15032
|
+
*/
|
|
15033
|
+
interface OntologyIrStructFieldImplementation {
|
|
15034
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
15035
|
+
structFieldRid: StructFieldRid;
|
|
15036
|
+
}
|
|
14555
15037
|
interface OntologyIrStructFieldPrefill_objectParameterStructFieldValue {
|
|
14556
15038
|
type: "objectParameterStructFieldValue";
|
|
14557
15039
|
objectParameterStructFieldValue: OntologyIrObjectParameterStructFieldValue;
|
|
@@ -14618,9 +15100,24 @@ interface OntologyIrStructFieldValidationDisplayMetadata {
|
|
|
14618
15100
|
renderHint: ParameterRenderHint;
|
|
14619
15101
|
visibility: ParameterVisibility;
|
|
14620
15102
|
}
|
|
15103
|
+
interface OntologyIrStructMainValue {
|
|
15104
|
+
fields: Array<StructFieldRid>;
|
|
15105
|
+
type: OntologyIrType;
|
|
15106
|
+
}
|
|
14621
15107
|
interface OntologyIrStructPropertyType {
|
|
15108
|
+
mainValue?: OntologyIrStructMainValue | null | undefined;
|
|
14622
15109
|
structFields: Array<OntologyIrStructFieldType>;
|
|
14623
15110
|
}
|
|
15111
|
+
/**
|
|
15112
|
+
* Used to implement an interface struct property with an object struct property type AND specify an explicit
|
|
15113
|
+
* mapping from interface property struct fields to object property struct fields. This is useful when
|
|
15114
|
+
* implementing an interface struct property with a subset of the fields on the object struct property type–
|
|
15115
|
+
* for example, its main value fields.
|
|
15116
|
+
*/
|
|
15117
|
+
interface OntologyIrStructPropertyTypeImplementation {
|
|
15118
|
+
propertyTypeRid: ObjectTypeFieldApiName;
|
|
15119
|
+
structFieldRidMapping: Record<StructFieldRid, StructFieldRid>;
|
|
15120
|
+
}
|
|
14624
15121
|
/**
|
|
14625
15122
|
* An action notification's structured short body.
|
|
14626
15123
|
*/
|
|
@@ -15755,6 +16252,17 @@ interface ParameterRequiredOverride {
|
|
|
15755
16252
|
* The rid for a Parameter, autogenerated by Ontology-Metadata-Service and used for permissioning and logging.
|
|
15756
16253
|
*/
|
|
15757
16254
|
type ParameterRid = string;
|
|
16255
|
+
interface ParameterScenarioReference {
|
|
16256
|
+
}
|
|
16257
|
+
interface ParameterScenarioReferenceOrEmpty_empty {
|
|
16258
|
+
type: "empty";
|
|
16259
|
+
empty: MustBeEmpty;
|
|
16260
|
+
}
|
|
16261
|
+
interface ParameterScenarioReferenceOrEmpty_scenarioReference {
|
|
16262
|
+
type: "scenarioReference";
|
|
16263
|
+
scenarioReference: ParameterScenarioReference;
|
|
16264
|
+
}
|
|
16265
|
+
type ParameterScenarioReferenceOrEmpty = ParameterScenarioReferenceOrEmpty_empty | ParameterScenarioReferenceOrEmpty_scenarioReference;
|
|
15758
16266
|
/**
|
|
15759
16267
|
* Some ParameterIds are not matching between ActionType and ParameterOrdering
|
|
15760
16268
|
*/
|
|
@@ -16103,11 +16611,7 @@ interface ProjectEntityRid_interfaceTypeRid {
|
|
|
16103
16611
|
type: "interfaceTypeRid";
|
|
16104
16612
|
interfaceTypeRid: InterfaceTypeRid;
|
|
16105
16613
|
}
|
|
16106
|
-
|
|
16107
|
-
type: "typeGroupRid";
|
|
16108
|
-
typeGroupRid: TypeGroupRid;
|
|
16109
|
-
}
|
|
16110
|
-
type ProjectEntityRid = ProjectEntityRid_objectTypeRid | ProjectEntityRid_linkTypeRid | ProjectEntityRid_actionTypeRid | ProjectEntityRid_sharedPropertyTypeRid | ProjectEntityRid_interfaceTypeRid | ProjectEntityRid_typeGroupRid;
|
|
16614
|
+
type ProjectEntityRid = ProjectEntityRid_objectTypeRid | ProjectEntityRid_linkTypeRid | ProjectEntityRid_actionTypeRid | ProjectEntityRid_sharedPropertyTypeRid | ProjectEntityRid_interfaceTypeRid;
|
|
16111
16615
|
interface PropertiesReferenceDuplicateColumnNameWrapper {
|
|
16112
16616
|
columnName: string;
|
|
16113
16617
|
datasourceAuthorizationRid: Array<string>;
|
|
@@ -16496,6 +17000,7 @@ interface QualifiedSeriesIdPropertyValue {
|
|
|
16496
17000
|
seriesId: SeriesIdPropertyValue;
|
|
16497
17001
|
syncRid: TimeSeriesSyncRid;
|
|
16498
17002
|
}
|
|
17003
|
+
type Quantization = "NO_QUANTIZATION" | "BYTE" | "HALF_BYTE" | "BINARY";
|
|
16499
17004
|
interface QuiverDashboardReference {
|
|
16500
17005
|
quiverDashboardRid: QuiverDashboardRid;
|
|
16501
17006
|
quiverDashboardVersion: QuiverDashboardVersion;
|
|
@@ -16522,6 +17027,12 @@ interface RedactionOverrideOptions_everyoneTrusted {
|
|
|
16522
17027
|
everyoneTrusted: EveryoneTrustedRedactionOverride;
|
|
16523
17028
|
}
|
|
16524
17029
|
type RedactionOverrideOptions = RedactionOverrideOptions_everyoneTrusted;
|
|
17030
|
+
/**
|
|
17031
|
+
* Denotes that that the reduced value of the implementation is used to implement the interface property.
|
|
17032
|
+
*/
|
|
17033
|
+
interface ReducedPropertyTypeImplementation {
|
|
17034
|
+
implementation: NestedInterfacePropertyTypeImplementation;
|
|
17035
|
+
}
|
|
16525
17036
|
/**
|
|
16526
17037
|
* Some of the referenced linkTypes in the Workflow do not exist.
|
|
16527
17038
|
*/
|
|
@@ -16624,6 +17135,7 @@ interface ResolvedDefaultBranch {
|
|
|
16624
17135
|
*/
|
|
16625
17136
|
interface ResolvedInterfacePropertyType {
|
|
16626
17137
|
apiName: InterfacePropertyTypeApiName;
|
|
17138
|
+
baseFormatter?: BaseFormatter | null | undefined;
|
|
16627
17139
|
constraints: ResolvedInterfacePropertyTypeConstraints;
|
|
16628
17140
|
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
16629
17141
|
rid: InterfacePropertyTypeRid;
|
|
@@ -16787,6 +17299,33 @@ interface SafeDatasourceIdentifier_tableRid {
|
|
|
16787
17299
|
* Union type representing safe parts of different datasource identifiers
|
|
16788
17300
|
*/
|
|
16789
17301
|
type SafeDatasourceIdentifier = SafeDatasourceIdentifier_datasetRid | SafeDatasourceIdentifier_streamLocatorRid | SafeDatasourceIdentifier_restrictedViewRid | SafeDatasourceIdentifier_timeSeriesSyncRid | SafeDatasourceIdentifier_restrictedStream | SafeDatasourceIdentifier_mediaSourceRids | SafeDatasourceIdentifier_mediaSetView | SafeDatasourceIdentifier_geotimeSeriesIntegrationRid | SafeDatasourceIdentifier_editsOnly | SafeDatasourceIdentifier_directSourceRid | SafeDatasourceIdentifier_derivedPropertiesSourceRid | SafeDatasourceIdentifier_tableRid;
|
|
17302
|
+
/**
|
|
17303
|
+
* The rid for a Scenario V2 instance defined in actions.
|
|
17304
|
+
*/
|
|
17305
|
+
type ScenarioRid = string;
|
|
17306
|
+
/**
|
|
17307
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
17308
|
+
*/
|
|
17309
|
+
interface ScenarioRule {
|
|
17310
|
+
scenario: ParameterId;
|
|
17311
|
+
scope: ScenarioScope;
|
|
17312
|
+
}
|
|
17313
|
+
/**
|
|
17314
|
+
* Applies the edits from a specified Scenario instance to the main branch
|
|
17315
|
+
*/
|
|
17316
|
+
interface ScenarioRuleModification {
|
|
17317
|
+
scenario: ParameterId;
|
|
17318
|
+
scope: ScenarioScope;
|
|
17319
|
+
}
|
|
17320
|
+
/**
|
|
17321
|
+
* We can't automatically determine the scope, and statically determine the affected action type entities. We
|
|
17322
|
+
* therefore require the user to explicitly specify the scope of the scenario edits to be applied, and use it
|
|
17323
|
+
* to populate the affected entities in the ActionTypeEntities field.
|
|
17324
|
+
*/
|
|
17325
|
+
interface ScenarioScope {
|
|
17326
|
+
linkTypes: Array<LinkTypeId>;
|
|
17327
|
+
objectTypes: Array<ObjectTypeId>;
|
|
17328
|
+
}
|
|
16790
17329
|
/**
|
|
16791
17330
|
* Identifier for a schema migration.
|
|
16792
17331
|
*/
|
|
@@ -17237,7 +17776,15 @@ interface SharedPropertyTypeError_sharedPropertyTypesAlreadyExist {
|
|
|
17237
17776
|
type: "sharedPropertyTypesAlreadyExist";
|
|
17238
17777
|
sharedPropertyTypesAlreadyExist: SharedPropertyTypesAlreadyExistError;
|
|
17239
17778
|
}
|
|
17240
|
-
|
|
17779
|
+
interface SharedPropertyTypeError_reducerStructFieldApiNamesNotFound {
|
|
17780
|
+
type: "reducerStructFieldApiNamesNotFound";
|
|
17781
|
+
reducerStructFieldApiNamesNotFound: SharedPropertyTypeReducerStructFieldApiNamesNotFoundError;
|
|
17782
|
+
}
|
|
17783
|
+
interface SharedPropertyTypeError_mainValueStructFieldApiNamesNotFound {
|
|
17784
|
+
type: "mainValueStructFieldApiNamesNotFound";
|
|
17785
|
+
mainValueStructFieldApiNamesNotFound: SharedPropertyTypeMainValueStructFieldApiNamesNotFoundError;
|
|
17786
|
+
}
|
|
17787
|
+
type SharedPropertyTypeError = SharedPropertyTypeError_sharedPropertyTypesNotFound | SharedPropertyTypeError_sharedPropertyTypesAlreadyExist | SharedPropertyTypeError_reducerStructFieldApiNamesNotFound | SharedPropertyTypeError_mainValueStructFieldApiNamesNotFound;
|
|
17241
17788
|
/**
|
|
17242
17789
|
* Reference to a SharedPropertyType. Used when referencing an SharedPropertyType in the same request it is
|
|
17243
17790
|
* created in.
|
|
@@ -17266,6 +17813,22 @@ interface SharedPropertyTypeLogicRuleValueModification {
|
|
|
17266
17813
|
logicRuleValueModification: LogicRuleValueModification;
|
|
17267
17814
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
17268
17815
|
}
|
|
17816
|
+
/**
|
|
17817
|
+
* Struct shared property type main value references struct field API names that do not exist in the overall
|
|
17818
|
+
* struct property type.
|
|
17819
|
+
*/
|
|
17820
|
+
interface SharedPropertyTypeMainValueStructFieldApiNamesNotFoundError {
|
|
17821
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
17822
|
+
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
17823
|
+
}
|
|
17824
|
+
/**
|
|
17825
|
+
* Array property type reducers on shared property type reference struct field API names that do not exist in the
|
|
17826
|
+
* overall struct property type.
|
|
17827
|
+
*/
|
|
17828
|
+
interface SharedPropertyTypeReducerStructFieldApiNamesNotFoundError {
|
|
17829
|
+
missingStructFieldApiNames: Array<ObjectTypeFieldApiName>;
|
|
17830
|
+
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
17831
|
+
}
|
|
17269
17832
|
/**
|
|
17270
17833
|
* A rid identifying the SharedPropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
17271
17834
|
* The SharedPropertyTypeRid for a SharedPropertyType is immutable.
|
|
@@ -17348,6 +17911,13 @@ interface ShortTypeRangeConstraint$1 {
|
|
|
17348
17911
|
max?: ShortTypeDataValue$1 | null | undefined;
|
|
17349
17912
|
min?: ShortTypeDataValue$1 | null | undefined;
|
|
17350
17913
|
}
|
|
17914
|
+
/**
|
|
17915
|
+
* Convert SIDC (Symbol Identification Code) strings into military symbol icons using the symbology service.
|
|
17916
|
+
* A SIDC is a standardized way to encode military symbols, representing information about a
|
|
17917
|
+
* symbol through a series of characters.
|
|
17918
|
+
*/
|
|
17919
|
+
interface SidcFormatter {
|
|
17920
|
+
}
|
|
17351
17921
|
/**
|
|
17352
17922
|
* The simple analyzer breaks text into terms whenever it encounters a character which is not a letter
|
|
17353
17923
|
* and also lower cases it.
|
|
@@ -17553,6 +18123,13 @@ interface StructFieldDisplayMetadata {
|
|
|
17553
18123
|
description?: string | null | undefined;
|
|
17554
18124
|
displayName: string;
|
|
17555
18125
|
}
|
|
18126
|
+
/**
|
|
18127
|
+
* Used to implement an interface non-struct property with an object struct property field.
|
|
18128
|
+
*/
|
|
18129
|
+
interface StructFieldImplementation {
|
|
18130
|
+
propertyTypeRid: PropertyTypeRid;
|
|
18131
|
+
structFieldRid: StructFieldRid;
|
|
18132
|
+
}
|
|
17556
18133
|
interface StructFieldLogicRuleValue_structParameterFieldValue {
|
|
17557
18134
|
type: "structParameterFieldValue";
|
|
17558
18135
|
structParameterFieldValue: StructParameterFieldValue;
|
|
@@ -17713,6 +18290,10 @@ interface StructListParameterFieldValue {
|
|
|
17713
18290
|
parameterId: ParameterId;
|
|
17714
18291
|
structFieldApiName: StructParameterFieldApiName;
|
|
17715
18292
|
}
|
|
18293
|
+
interface StructMainValue {
|
|
18294
|
+
fields: Array<StructFieldRid>;
|
|
18295
|
+
type: Type;
|
|
18296
|
+
}
|
|
17716
18297
|
interface StructParameterFieldDisplayMetadata {
|
|
17717
18298
|
displayName: string;
|
|
17718
18299
|
}
|
|
@@ -17767,8 +18348,19 @@ interface StructPropertyFieldType_timestamp {
|
|
|
17767
18348
|
*/
|
|
17768
18349
|
type StructPropertyFieldType = StructPropertyFieldType_boolean | StructPropertyFieldType_date | StructPropertyFieldType_double | StructPropertyFieldType_geohash | StructPropertyFieldType_geoshape | StructPropertyFieldType_integer | StructPropertyFieldType_long | StructPropertyFieldType_string | StructPropertyFieldType_timestamp;
|
|
17769
18350
|
interface StructPropertyType {
|
|
18351
|
+
mainValue?: StructMainValue | null | undefined;
|
|
17770
18352
|
structFields: Array<StructFieldType>;
|
|
17771
18353
|
}
|
|
18354
|
+
/**
|
|
18355
|
+
* Used to implement an interface struct property with an object struct property type AND specify an explicit
|
|
18356
|
+
* mapping from interface property struct fields to object property struct fields. This is useful when
|
|
18357
|
+
* implementing an interface struct property with a subset of the fields on the object struct property type–
|
|
18358
|
+
* for example, its main value fields.
|
|
18359
|
+
*/
|
|
18360
|
+
interface StructPropertyTypeImplementation {
|
|
18361
|
+
propertyTypeRid: PropertyTypeRid;
|
|
18362
|
+
structFieldRidMapping: Record<StructFieldRid, StructFieldRid>;
|
|
18363
|
+
}
|
|
17772
18364
|
interface StructTypeDataConstraints$1 {
|
|
17773
18365
|
elementConstraints: StructTypeElementsConstraint$1;
|
|
17774
18366
|
}
|
|
@@ -18132,6 +18724,18 @@ interface TypeGroupDisplayMetadata {
|
|
|
18132
18724
|
displayName: string;
|
|
18133
18725
|
iconColors: TypeGroupIconColors;
|
|
18134
18726
|
}
|
|
18727
|
+
interface TypeGroupEntityRid_objectTypeRid {
|
|
18728
|
+
type: "objectTypeRid";
|
|
18729
|
+
objectTypeRid: ObjectTypeRid;
|
|
18730
|
+
}
|
|
18731
|
+
interface TypeGroupEntityRid_actionTypeRid {
|
|
18732
|
+
type: "actionTypeRid";
|
|
18733
|
+
actionTypeRid: ActionTypeRid;
|
|
18734
|
+
}
|
|
18735
|
+
/**
|
|
18736
|
+
* The set of entities supported in type groups.
|
|
18737
|
+
*/
|
|
18738
|
+
type TypeGroupEntityRid = TypeGroupEntityRid_objectTypeRid | TypeGroupEntityRid_actionTypeRid;
|
|
18135
18739
|
interface TypeGroupError_typeGroupsNotFound {
|
|
18136
18740
|
type: "typeGroupsNotFound";
|
|
18137
18741
|
typeGroupsNotFound: TypeGroupsNotFoundError;
|
|
@@ -18416,6 +19020,7 @@ type ValueTypeVersionId$1 = string;
|
|
|
18416
19020
|
interface VectorPropertyType {
|
|
18417
19021
|
dimension: number;
|
|
18418
19022
|
embeddingModel?: EmbeddingModel | null | undefined;
|
|
19023
|
+
quantization?: Quantization | null | undefined;
|
|
18419
19024
|
supportsSearchWith: Array<VectorSimilarityFunction>;
|
|
18420
19025
|
}
|
|
18421
19026
|
type VectorSimilarityFunction = "COSINE_SIMILARITY" | "DOT_PRODUCT" | "EUCLIDEAN_DISTANCE";
|
|
@@ -19367,4 +19972,4 @@ type OntologyIrValueTypeBlockData = {
|
|
|
19367
19972
|
valueTypes: OntologyIrValueTypeBlockDataEntry[];
|
|
19368
19973
|
};
|
|
19369
19974
|
|
|
19370
|
-
export { type AccessRequestRid, type AccessRequestVersion, type AccessSubRequestRid, type AccessSubRequestVersion, type ActionApplierRevertConfig, type ActionApplyClientPreferences, type ActionApplyClientPreferences_disallowedClients, type ActionApplyDisallowedClients, type ActionLogConfiguration, type ActionLogMessage, type ActionLogMetadata, type ActionLogParameterReference, type ActionLogRule, type ActionLogRuleModification, type ActionLogSummaryPart, type ActionLogSummaryPart_message, type ActionLogSummaryPart_parameter, type ActionLogValue, type ActionLogValueModification, type ActionLogValueModification_actionRid, type ActionLogValueModification_actionTimestamp, type ActionLogValueModification_actionTypeRid, type ActionLogValueModification_actionTypeVersion, type ActionLogValueModification_actionUser, type ActionLogValueModification_allEditedObjects, type ActionLogValueModification_asynchronousWebhookInstanceIds, type ActionLogValueModification_editedObjects, type ActionLogValueModification_interfaceParameterPropertyValue, type ActionLogValueModification_interfaceParameterPropertyValueV2, type ActionLogValueModification_isReverted, type ActionLogValueModification_notificationIds, type ActionLogValueModification_notifiedUsers, type ActionLogValueModification_objectParameterPropertyValue, type ActionLogValueModification_parameterValue, type ActionLogValueModification_revertTimestamp, type ActionLogValueModification_revertUser, type ActionLogValueModification_scenarioRid, type ActionLogValueModification_summary, type ActionLogValueModification_synchronousWebhookInstanceId, type ActionLogValue_actionRid, type ActionLogValue_actionTimestamp, type ActionLogValue_actionTypeRid, type ActionLogValue_actionTypeVersion, type ActionLogValue_actionUser, type ActionLogValue_allEditedObjects, type ActionLogValue_asynchronousWebhookInstanceIds, type ActionLogValue_editedObjects, type ActionLogValue_interfaceParameterPropertyValue, type ActionLogValue_interfaceParameterPropertyValueV2, type ActionLogValue_isReverted, type ActionLogValue_notificationIds, type ActionLogValue_notifiedUsers, type ActionLogValue_objectParameterPropertyValue, type ActionLogValue_parameterValue, type ActionLogValue_revertTimestamp, type ActionLogValue_revertUser, type ActionLogValue_scenarioRid, type ActionLogValue_summary, type ActionLogValue_synchronousWebhookInstanceId, type ActionLogic, type ActionLogicModification, type ActionNotification, type ActionNotificationBody, type ActionNotificationBodyFunctionExecution, type ActionNotificationBodyFunctionExecutionModification, type ActionNotificationBodyModification, type ActionNotificationBodyModification_functionGenerated, type ActionNotificationBodyModification_templateNotification, type ActionNotificationBody_functionGenerated, type ActionNotificationBody_templateNotification, type ActionNotificationModification, type ActionNotificationRecipients, type ActionNotificationRecipientsModification, type ActionNotificationRecipientsModification_functionGenerated, type ActionNotificationRecipientsModification_parameter, type ActionNotificationRecipients_functionGenerated, type ActionNotificationRecipients_parameter, type ActionNotificationSettings, type ActionParameterShapeId, type ActionRevert, type ActionRevertEnabledFor, type ActionRevertEnabledFor_actionApplier, type ActionSubmissionConfiguration, type ActionTableSubmissionMode, type ActionTableSubmissionModeConfiguration, type ActionTableSubmissionMode_submitAllValidOrNothingThrowing, type ActionTableSubmissionMode_submitValidEntriesInOrderUntilFirstFailure, type ActionType, type ActionTypeApiName, type ActionTypeBlockDataV2, type ActionTypeBranchFunctionsWithExternalCallsMode, type ActionTypeBranchFunctionsWithExternalCallsMode_allowFunctionsWithExternalCallsOnBranches, type ActionTypeBranchFunctionsWithExternalCallsMode_disableFunctionsWithExternalCallsOnBranches, type ActionTypeBranchNotificationsMode, type ActionTypeBranchNotificationsMode_allowNotificationsOnBranches, type ActionTypeBranchNotificationsMode_disableNotificationsOnBranches, type ActionTypeBranchSettings, type ActionTypeBranchSettingsModification, type ActionTypeBranchWebhooksMode, type ActionTypeBranchWebhooksMode_allowWebhooksOnBranches, type ActionTypeBranchWebhooksMode_disableWebhooksOnBranches, type ActionTypeCreate, type ActionTypeCreatedEvent, type ActionTypeDeletedEvent, type ActionTypeDisplayMetadata, type ActionTypeDisplayMetadataConfiguration, type ActionTypeDisplayMetadataModification, type ActionTypeDoesNotHaveActionTypeLevelValidationError, type ActionTypeEditingNonEditablePropertyTypeError, type ActionTypeEntities, type ActionTypeError, type ActionTypeError_actionTypeDoesNotHaveActionTypeLevelValidation, type ActionTypeError_actionTypeEditingNonEditablePropertyType, type ActionTypeError_actionTypesAlreadyExist, type ActionTypeError_actionTypesNotFound, type ActionTypeError_deletingAndEditingTheSameActionType, type ActionTypeError_inlineActionTypeCannotBeReferencedByMultipleObjectTypes, type ActionTypeError_nonExistentParametersUsedInParameterPrefill, type ActionTypeError_parameterValidationNotFound, type ActionTypeError_parameterValidationReferencesLaterParameters, type ActionTypeError_parametersDoNotMatchParameterOrdering, type ActionTypeError_versionedActionTypesNotFound, type ActionTypeFrontendConsumer, type ActionTypeFrontendConsumer_objectMonitoring, type ActionTypeGetOrganizationsRequest, type ActionTypeGetOrganizationsResponse, type ActionTypeIdInRequest, type ActionTypeIdentifier, type ActionTypeIdentifier_actionTypeIdInRequest, type ActionTypeIdentifier_rid, type ActionTypeInputManagerRid, type ActionTypeLevelValidation, type ActionTypeLoadAllRequest, type ActionTypeLoadRequest, type ActionTypeLoadRequestV2, type ActionTypeLoadResponse, type ActionTypeLoadResponseV2, type ActionTypeLoadVersionedRequest, type ActionTypeLoadVersionedResponse, type ActionTypeLogic, type ActionTypeLogicRequest, type ActionTypeMetadata, type ActionTypeMetadataModification, type ActionTypeModificationRequest, type ActionTypeModifyRequest, type ActionTypeModifyResponse, type ActionTypeParameterIdentifier, type ActionTypeParameterIdentifier_id, type ActionTypeParameterIdentifier_rid, type ActionTypePermissionInformation, type ActionTypeProvenanceModification, type ActionTypeProvenanceSourceModification, type ActionTypeProvenanceSourceModification_marketplace, type ActionTypeProvenanceSourceModification_none, type ActionTypeRestrictionStatus, type ActionTypeRichTextComponent, type ActionTypeRichTextComponent_message, type ActionTypeRichTextComponent_parameter, type ActionTypeRichTextComponent_parameterProperty, type ActionTypeRichTextMessage, type ActionTypeRichTextParameterPropertyReference, type ActionTypeRichTextParameterReference, type ActionTypeRid, type ActionTypeSetOrganizationsRequest, type ActionTypeStatus, type ActionTypeStatus_active, type ActionTypeStatus_deprecated, type ActionTypeStatus_example, type ActionTypeStatus_experimental, type ActionTypeUpdate, type ActionTypeUpdatedEvent, type ActionTypeVersion, type ActionTypesAlreadyExistError, type ActionTypesNotFoundError, type ActionTypesSummary, type ActionValidation, type ActionValidationRequest, type ActionWebhooks, type ActionWebhooksModification, type ActionsObjectSet, type ActionsObjectSetModification, type ActionsVersion, type ActiveActionTypeStatus, type ActiveInterfaceTypeStatus, type ActiveLinkTypeStatus, type ActiveObjectTypeStatus, type ActivePropertyTypeStatus, type AddInterfaceLinkRule, type AddInterfaceLinkRuleModification, type AddInterfaceRule, type AddInterfaceRuleModification, type AddLinkRule, type AddObjectRule, type AddObjectRuleModification, type AddOrModifyObjectRule, type AddOrModifyObjectRuleModification, type AddOrModifyObjectRuleModificationV2, type AddOrModifyObjectRuleV2, type AdditionOperation, type AliasEntityIdentifier, type AliasEntityIdentifier_objectTypeRid, type AliasEntityIdentifier_sharedPropertyTypeRid, type AllEditedObjectsFieldMapping, type AllFoundryRids, type AllNotificationRenderingMustSucceed, type AllowFunctionsWithExternalCallsOnBranches, type AllowNotificationsOnBranches, type AllowNotificationsOnBranchesBranchRecipients, type AllowNotificationsOnBranchesBranchRecipients_branchRecipientsBranchOwner, type AllowNotificationsOnBranchesBranchRecipients_branchRecipientsSameAsMain, type AllowWebhooksOnBranches, type AllowedParameterValues, type AllowedParameterValuesModification, type AllowedParameterValuesModification_attachment, type AllowedParameterValuesModification_boolean, type AllowedParameterValuesModification_cbacMarking, type AllowedParameterValuesModification_datetime, type AllowedParameterValuesModification_geohash, type AllowedParameterValuesModification_geoshape, type AllowedParameterValuesModification_geotimeSeriesReference, type AllowedParameterValuesModification_interfaceObjectQuery, type AllowedParameterValuesModification_interfacePropertyValue, type AllowedParameterValuesModification_mandatoryMarking, type AllowedParameterValuesModification_mediaReference, type AllowedParameterValuesModification_multipassGroup, type AllowedParameterValuesModification_objectList, type AllowedParameterValuesModification_objectPropertyValue, type AllowedParameterValuesModification_objectQuery, type AllowedParameterValuesModification_objectSetRid, type AllowedParameterValuesModification_objectTypeReference, type AllowedParameterValuesModification_oneOf, type AllowedParameterValuesModification_range, type AllowedParameterValuesModification_redacted, type AllowedParameterValuesModification_struct, type AllowedParameterValuesModification_text, type AllowedParameterValuesModification_timeSeriesReference, type AllowedParameterValuesModification_user, type AllowedParameterValuesModification_valueType, type AllowedParameterValuesRequest, type AllowedParameterValuesRequest_attachment, type AllowedParameterValuesRequest_boolean, type AllowedParameterValuesRequest_cbacMarking, type AllowedParameterValuesRequest_datetime, type AllowedParameterValuesRequest_geohash, type AllowedParameterValuesRequest_geoshape, type AllowedParameterValuesRequest_geotimeSeriesReference, type AllowedParameterValuesRequest_interfaceObjectQuery, type AllowedParameterValuesRequest_interfacePropertyValue, type AllowedParameterValuesRequest_mandatoryMarking, type AllowedParameterValuesRequest_mediaReference, type AllowedParameterValuesRequest_multipassGroup, type AllowedParameterValuesRequest_objectList, type AllowedParameterValuesRequest_objectPropertyValue, type AllowedParameterValuesRequest_objectQuery, type AllowedParameterValuesRequest_objectSetRid, type AllowedParameterValuesRequest_objectTypeReference, type AllowedParameterValuesRequest_oneOf, type AllowedParameterValuesRequest_range, type AllowedParameterValuesRequest_redacted, type AllowedParameterValuesRequest_struct, type AllowedParameterValuesRequest_text, type AllowedParameterValuesRequest_timeSeriesReference, type AllowedParameterValuesRequest_user, type AllowedParameterValuesRequest_valueType, type AllowedParameterValues_attachment, type AllowedParameterValues_boolean, type AllowedParameterValues_cbacMarking, type AllowedParameterValues_datetime, type AllowedParameterValues_geohash, type AllowedParameterValues_geoshape, type AllowedParameterValues_geotimeSeriesReference, type AllowedParameterValues_interfaceObjectQuery, type AllowedParameterValues_interfacePropertyValue, type AllowedParameterValues_mandatoryMarking, type AllowedParameterValues_mediaReference, type AllowedParameterValues_multipassGroup, type AllowedParameterValues_objectList, type AllowedParameterValues_objectPropertyValue, type AllowedParameterValues_objectQuery, type AllowedParameterValues_objectSetRid, type AllowedParameterValues_objectTypeReference, type AllowedParameterValues_oneOf, type AllowedParameterValues_range, type AllowedParameterValues_redacted, type AllowedParameterValues_struct, type AllowedParameterValues_text, type AllowedParameterValues_timeSeriesReference, type AllowedParameterValues_user, type AllowedParameterValues_valueType, type AllowedStructFieldValues, type AllowedStructFieldValuesModification, type AllowedStructFieldValuesModification_boolean, type AllowedStructFieldValuesModification_datetime, type AllowedStructFieldValuesModification_geohash, type AllowedStructFieldValuesModification_geoshape, type AllowedStructFieldValuesModification_objectQuery, type AllowedStructFieldValuesModification_oneOf, type AllowedStructFieldValuesModification_range, type AllowedStructFieldValuesModification_text, type AllowedStructFieldValuesOverride, type AllowedStructFieldValuesOverrideModification, type AllowedStructFieldValues_boolean, type AllowedStructFieldValues_datetime, type AllowedStructFieldValues_geohash, type AllowedStructFieldValues_geoshape, type AllowedStructFieldValues_objectQuery, type AllowedStructFieldValues_oneOf, type AllowedStructFieldValues_range, type AllowedStructFieldValues_text, type AllowedValuesOverride, type AllowedValuesOverrideModification, type AllowedValuesOverrideRequest, type Analyzer, type Analyzer_languageAnalyzer, type Analyzer_notAnalyzed, type Analyzer_simpleAnalyzer, type Analyzer_standardAnalyzer, type Analyzer_whitespaceAnalyzer, type AndCondition, type AndConditionModification, type AnyNotificationRenderingCanFail, type ArrayPropertyType, type ArrayTypeDataConstraints$1 as ArrayTypeDataConstraints, type ArrayTypeDataValue$1 as ArrayTypeDataValue, type ArrayTypeElementsUniqueConstraint$1 as ArrayTypeElementsUniqueConstraint, type ArrayTypeSizeConstraint$1 as ArrayTypeSizeConstraint, type ArtifactGidFormatter, type AsynchronousPostWritebackWebhook, type AsynchronousPostWritebackWebhookModification, type AsynchronousPostWritebackWebhookModification_staticDirectInput, type AsynchronousPostWritebackWebhookModification_staticFunctionInput, type AsynchronousPostWritebackWebhook_staticDirectInput, type AsynchronousPostWritebackWebhook_staticFunctionInput, type AttachmentPropertyType, type Attribution, type BaseFormatter, type BaseFormatter_boolean, type BaseFormatter_date, type BaseFormatter_knownFormatter, type BaseFormatter_number, type BaseFormatter_string, type BaseFormatter_timeDependent, type BaseFormatter_timestamp, type BaseParameterSubtype, type BaseParameterSubtype_marking, type BasePropertyType, type BaseType, type BasicEmailBody, type BasicEmailBodyModification, type BatchGetEnrichedActionTypeMetadataRequest, type BatchGetEnrichedActionTypeMetadataResponse, type BatchedFunctionRule, type BatchedFunctionRuleModification, type BidirectionalRelation, type BidirectionalRelationCreateRequest, type BidirectionalRelationDeleteRequest, type BidirectionalRelationModifyRequest, type BidirectionalRelationModifyRequest_create, type BidirectionalRelationModifyRequest_delete, type BidirectionalRelationModifyRequest_update, type BidirectionalRelationUpdateRequest, type BidirectionalRelationWithoutRid, type BlockInternalId, type BlockPermissionInformation, type BlockShapeId, type BlueprintIcon, type BooleanFormatter, type BooleanPropertyType, type BooleanTypeDataConstraintValue$1 as BooleanTypeDataConstraintValue, type BooleanTypeDataConstraints$1 as BooleanTypeDataConstraints, type BooleanTypeDataValue$1 as BooleanTypeDataValue, type BranchClosedEvent, type BranchDeletedEvent, type BranchId, type BranchMergedEvent, type BranchRecipientsBranchOwner, type BranchRecipientsSameAsMain, type BuilderPipelineRid, type BulkExecutionModeConfig, type ButtonDisplayMetadata, type BytePropertyType, type ByteTypeDataValue$1 as ByteTypeDataValue, type CarbonWorkspaceComponentUrlTarget, type CarbonWorkspaceComponentUrlTargetModification, type CarbonWorkspaceComponentUrlTargetModification_rid, type CarbonWorkspaceComponentUrlTarget_rid, type CarbonWorkspaceUrlTarget, type CarbonWorkspaceUrlTargetModification, type CategoryId, type CipherTextPropertyType, type ClassificationConstraint, type ColumnLocator, type ColumnName, type ColumnNameType, type ComparisonCondition, type ComparisonConditionModification, type ComparisonOperator, type CompassFolderRid, type CompassProjectRid, type Condition, type ConditionDisplayMetadata, type ConditionIndex, type ConditionModification, type ConditionModification_and, type ConditionModification_comparison, type ConditionModification_markings, type ConditionModification_not, type ConditionModification_or, type ConditionModification_redacted, type ConditionModification_regex, type ConditionModification_true, type ConditionValue, type ConditionValueModification, type ConditionValueModification_interfaceParameterPropertyValue, type ConditionValueModification_interfaceParameterPropertyValueV2, type ConditionValueModification_objectParameterPropertyValue, type ConditionValueModification_parameterId, type ConditionValueModification_parameterLength, type ConditionValueModification_staticValue, type ConditionValueModification_userProperty, type ConditionValue_interfaceParameterPropertyValue, type ConditionValue_interfaceParameterPropertyValueV2, type ConditionValue_objectParameterPropertyValue, type ConditionValue_parameterId, type ConditionValue_parameterLength, type ConditionValue_staticValue, type ConditionValue_userProperty, type Condition_and, type Condition_comparison, type Condition_markings, type Condition_not, type Condition_or, type Condition_redacted, type Condition_regex, type Condition_true, type ConditionalOverride, type ConditionalOverrideModification, type ConditionalOverrideRequest, type ConditionalValidationBlock, type ConditionalValidationBlockModification, type ConditionalValidationBlockRequest, type CurrentTime, type CurrentUser, type DataConstraint, type DataConstraintWrapper, type DataConstraints, type DataFilter, type DataNullability, type DataNullabilityV2, type DataSecurity, type DataSetName, type DataType, type DataType_baseType, type DatasetRid, type DatasetRidAndBranchId, type DatasetTransactionRid, type DatasourceBackingRid, type DatasourceBackingRid_datasetRid, type DatasourceBackingRid_derivedPropertiesSourceRid, type DatasourceBackingRid_directSourceRid, type DatasourceBackingRid_editsOnlyRid, type DatasourceBackingRid_geotimeSeriesIntegrationRid, type DatasourceBackingRid_mediaSetRid, type DatasourceBackingRid_mediaSetViewRid, type DatasourceBackingRid_restrictedStreamRid, type DatasourceBackingRid_restrictedViewRid, type DatasourceBackingRid_streamLocatorRid, type DatasourceBackingRid_tableRid, type DatasourceBackingRid_timeSeriesSyncRid, type DatasourceIdentifier, type DatasourceIdentifier_datasetRidAndBranchId, type DatasourceIdentifier_derivedPropertiesSourceRid, type DatasourceIdentifier_directSourceRid, type DatasourceIdentifier_editsOnly, type DatasourceIdentifier_geotimeSeriesIntegrationRid, type DatasourceIdentifier_mediaSetView, type DatasourceIdentifier_mediaSourceRids, type DatasourceIdentifier_restrictedStream, type DatasourceIdentifier_restrictedViewRid, type DatasourceIdentifier_streamLocator, type DatasourceIdentifier_table, type DatasourceIdentifier_timeSeriesSyncRid, type DatasourceName, type DatasourcePredicate, type DatasourcePredicate_hasRid, type DatasourcePredicate_isOnlyDatasource, type DatasourcePredicate_or, type DatasourceRid, type DatasourceType, type DateBetweenOperation, type DateCurrentOperation, type DateFormatter, type DatePropertyType, type DateRangeValue, type DateRangeValueModification, type DateRangeValueModification_fixed, type DateRangeValueModification_now, type DateRangeValueModification_relative, type DateRangeValue_fixed, type DateRangeValue_now, type DateRangeValue_relative, type DateTimeUnit, type DateTimeUnitDays, type DateTimeUnitHours, type DateTimeUnitMinutes, type DateTimeUnitMonths, type DateTimeUnitSeconds, type DateTimeUnitWeeks, type DateTimeUnitYears, type DateTimeUnit_days, type DateTimeUnit_hours, type DateTimeUnit_minutes, type DateTimeUnit_months, type DateTimeUnit_seconds, type DateTimeUnit_weeks, type DateTimeUnit_years, type DateTypeDataConstraints$1 as DateTypeDataConstraints, type DateTypeDataValue$1 as DateTypeDataValue, type DateTypeRangeConstraint$1 as DateTypeRangeConstraint, type DateUnit, type DateUnit_days, type DateUnit_months, type DateUnit_weeks, type DateUnit_years, type DatetimeFormat, type DatetimeFormat_localizedFormat, type DatetimeFormat_stringFormat, type DatetimeLocalizedFormat, type DatetimeStringFormat, type DatetimeTimezone, type DatetimeTimezoneDefinition, type DatetimeTimezoneDefinition_zoneId, type DatetimeTimezone_static, type DatetimeTimezone_user, type DecimalPropertyType, type DecimalTypeDataConstraints$1 as DecimalTypeDataConstraints, type DecimalTypeDataConstraints_oneOf$1 as DecimalTypeDataConstraints_oneOf, type DecimalTypeDataConstraints_range$1 as DecimalTypeDataConstraints_range, type DecimalTypeDataValue$1 as DecimalTypeDataValue, type DecimalTypeRangeConstraint$1 as DecimalTypeRangeConstraint, type DelegateToAllowedStructFieldValues, type DeleteInterfaceLinkRule, type DeleteInterfaceLinkRuleModification, type DeleteLinkRule, type DeleteObjectRule, type DeletedLinkTypesStillInUseError, type DeletedLinkTypesStillInUseInWorkflowError, type DeletedObjectTypesStillInUseError, type DeletedObjectTypesStillInUseInWorkflowError, type DeletingAndEditingTheSameActionTypeError, type DeletionMetadata, type DeprecatedActionTypeGetOrganizationsResponse, type DeprecatedActionTypeSetOrganizationsRequest, type DeprecatedActionTypeStatus, type DeprecatedInterfaceTypeStatus, type DeprecatedLinkTypeStatus, type DeprecatedObjectTypeStatus, type DeprecatedPropertyTypeStatus, type DerivedPropertiesSourceRid, type DerivedPropertyLinkTypeSide, type DirectSourceRid, type DirectedLinkTypeRid, type DisableFunctionsWithExternalCallsOnBranches, type DisableNotificationsOnBranches, type DisableWebhooksOnBranches, type DisplayMetadataConfigurationDefaultLayout, type DisplayMetadataConfigurationDisplayAndFormat, type DivisionOperation, type DoublePropertyType, type DoubleTypeDataConstraints$1 as DoubleTypeDataConstraints, type DoubleTypeDataConstraints_oneOf$1 as DoubleTypeDataConstraints_oneOf, type DoubleTypeDataConstraints_range$1 as DoubleTypeDataConstraints_range, type DoubleTypeDataValue$1 as DoubleTypeDataValue, type DoubleTypeRangeConstraint$1 as DoubleTypeRangeConstraint, type Duration, type DurationBaseValue, type DurationFormatStyle, type DurationFormatStyle_humanReadable, type DurationFormatStyle_timecode, type DurationPrecision, type DynamicObjectSet, type DynamicObjectSetInput, type DynamicObjectSetInputBase, type DynamicObjectSetInputParameter, type DynamicObjectSetInputUnioned, type DynamicObjectSetInput_base, type DynamicObjectSetInput_parameter, type DynamicObjectSetInput_unioned, type EditActionTypeRequest, type EditOnlyPropertyType, type EditParameterRequest, type EditParameterRequestModification, type EditSectionRequest, type EditSectionRequestModification, type EditValidationRuleRequest, type EditsConfiguration, type EditsHistoryObjectTypeRid, type EditsOnlyRid, type EmailBody, type EmailBodyModification, type EmailBodyModification_basic, type EmailBody_basic, type EmbeddingModel, type EmbeddingModel_multimodal, type EmbeddingModel_text, type Empty, type EndorsedObjectTypeStatus, type EnrichedActionTypeEntities, type EnrichedActionTypeMetadata, type EnrollmentRid, type EntityLoadByDatasourceResponse, type EntityLoadByDatasourceResponse_linkType, type EntityLoadByDatasourceResponse_objectType, type EntityMetadataLoadRequest, type EntityStatus, type EventMetadata, type EventsTopicRid, type EveryoneTrustedRedactionOverride, type ExampleActionTypeStatus, type ExampleInterfaceTypeStatus, type ExampleLinkTypeStatus, type ExampleObjectTypeStatus, type ExamplePropertyTypeStatus, type ExampleValue, type ExperimentalActionTypeStatus, type ExperimentalDeclarativeEditInformation, type ExperimentalInterfaceTypeStatus, type ExperimentalLinkTypeStatus, type ExperimentalObjectTypeStatus, type ExperimentalPropertyTypeStatus, type ExperimentalTimeDependentPropertyTypeV1, type FailureMessage, type FieldDisplayMetadata, type FieldMetadata, type FloatPropertyType, type FloatTypeDataConstraints$1 as FloatTypeDataConstraints, type FloatTypeDataConstraints_oneOf$1 as FloatTypeDataConstraints_oneOf, type FloatTypeDataConstraints_range$1 as FloatTypeDataConstraints_range, type FloatTypeDataValue$1 as FloatTypeDataValue, type FloatTypeRangeConstraint$1 as FloatTypeRangeConstraint, type FormContent, type FormContent_parameterId, type FormContent_sectionId, type FormatterUserId, type FoundryFieldType, type FoundryLiveDeployment, type FoundryObjectReference, type FunctionApiName, type FunctionAtVersion, type FunctionExecutionWithRecipientInput, type FunctionExecutionWithRecipientInputModification, type FunctionExecutionWithRecipientInputModification_logicRuleValue, type FunctionExecutionWithRecipientInputModification_recipient, type FunctionExecutionWithRecipientInput_logicRuleValue, type FunctionExecutionWithRecipientInput_recipient, type FunctionGeneratedActionNotificationRecipients, type FunctionGeneratedActionNotificationRecipientsModification, type FunctionGeneratedNotificationBody, type FunctionGeneratedNotificationBodyModification, type FunctionInputName, type FunctionReference, type FunctionRid, type FunctionRule, type FunctionRuleCustomExecutionMode, type FunctionRuleCustomExecutionMode_bulkExecutionModeConfig, type FunctionRuleModification, type FunctionVersion, type GenericOntologyMetadataError, type GeohashPropertyType, type GeoshapePropertyType, type GeotimeSeriesIntegrationName, type GeotimeSeriesIntegrationRid, type GeotimeSeriesReferencePropertyType, type GetActionTypesForInterfaceTypePageToken, type GetActionTypesForInterfaceTypeRequest, type GetActionTypesForInterfaceTypeResponse, type GetActionTypesForObjectTypePageToken, type GetActionTypesForObjectTypeRequest, type GetActionTypesForObjectTypeResponse, type GetBulkLinksPageRequest, type GetEntityDelegateDatasetRequest, type GetEntityDelegateDatasetResponse, type GetEntityQueryableSourceRequest, type GetEntityQueryableSourceResponse, type GetFeatureConfigurationsResponse, type GetLinkMetadataForObjectTypesRequest, type GetLinkMetadataForObjectTypesResponse, type GetLinkTypesForObjectTypesRequest, type GetLinkTypesForObjectTypesResponse, type GetObjectTypesForInterfaceTypesRequest, type GetObjectTypesForInterfaceTypesResponse, type GetObjectTypesForSharedPropertyTypesRequest, type GetObjectTypesForSharedPropertyTypesResponse, type GetObjectTypesForTypeGroupsRequest, type GetObjectTypesForTypeGroupsResponse, type GetOntologyEntitiesForTypeGroupsRequest, type GetOntologyEntitiesForTypeGroupsResponse, type GetOntologySummaryRequest, type GetOntologySummaryResponse, type GetRelationsForObjectTypesRequest, type GetRelationsForObjectTypesResponse, type GlobalBranchRid, type GroupId, type HandlebarsInputName, type HumanReadableFormat, type Icon, type IconReference, type Icon_blueprint, type ImageModality, type ImplementingLinkType, type ImportedOntologyEntitiesForProjectSpanOntologies, type InlineActionDisplayOptions, type InlineActionType, type InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, type InstallLocationBlockShapeId, type IntegerPropertyType, type IntegerTypeDataConstraints$1 as IntegerTypeDataConstraints, type IntegerTypeDataConstraints_oneOf$1 as IntegerTypeDataConstraints_oneOf, type IntegerTypeDataConstraints_range$1 as IntegerTypeDataConstraints_range, type IntegerTypeDataValue$1 as IntegerTypeDataValue, type IntegerTypeRangeConstraint$1 as IntegerTypeRangeConstraint, type InterfaceArrayPropertyType, type InterfaceCipherTextPropertyType, type InterfaceDefinedPropertyType, type InterfaceDefinedPropertyTypeConstraints, type InterfaceLinkType, type InterfaceLinkTypeApiName, type InterfaceLinkTypeCardinality, type InterfaceLinkTypeIdInRequest, type InterfaceLinkTypeMetadata, type InterfaceLinkTypeRid, type InterfaceLinkTypeRidOrIdInRequest, type InterfaceLinkTypeRidOrIdInRequest_idInRequest, type InterfaceLinkTypeRidOrIdInRequest_rid, type InterfaceObjectParameterStructFieldValue, type InterfaceObjectParameterStructFieldValueModification, type InterfaceObjectParameterStructListFieldValue, type InterfaceObjectParameterStructListFieldValueModification, type InterfaceParameterPropertyValue, type InterfaceParameterPropertyValueModification, type InterfaceParameterPropertyValueModificationV2, type InterfaceParameterPropertyValueV2, type InterfacePropertyImplementation, type InterfacePropertyLogicRuleValue, type InterfacePropertyLogicRuleValue_logicRuleValue, type InterfacePropertyLogicRuleValue_structLogicRuleValue, type InterfacePropertyType, type InterfacePropertyTypeApiName, type InterfacePropertyTypeDisplayMetadata, type InterfacePropertyTypeIdInRequest, type InterfacePropertyTypeImplementation, type InterfacePropertyTypeImplementation_propertyTypeRid, type InterfacePropertyTypeLogicRuleValueModification, type InterfacePropertyTypeRid, type InterfacePropertyTypeRidOrIdInRequest, type InterfacePropertyTypeRidOrIdInRequest_idInRequest, type InterfacePropertyTypeRidOrIdInRequest_rid, type InterfacePropertyTypeType, type InterfacePropertyTypeType_array, type InterfacePropertyTypeType_attachment, type InterfacePropertyTypeType_boolean, type InterfacePropertyTypeType_byte, type InterfacePropertyTypeType_cipherText, type InterfacePropertyTypeType_date, type InterfacePropertyTypeType_decimal, type InterfacePropertyTypeType_double, type InterfacePropertyTypeType_experimentalTimeDependentV1, type InterfacePropertyTypeType_float, type InterfacePropertyTypeType_geohash, type InterfacePropertyTypeType_geoshape, type InterfacePropertyTypeType_geotimeSeriesReference, type InterfacePropertyTypeType_integer, type InterfacePropertyTypeType_long, type InterfacePropertyTypeType_marking, type InterfacePropertyTypeType_mediaReference, type InterfacePropertyTypeType_short, type InterfacePropertyTypeType_string, type InterfacePropertyTypeType_struct, type InterfacePropertyTypeType_timestamp, type InterfacePropertyTypeType_vector, type InterfacePropertyType_interfaceDefinedPropertyType, type InterfacePropertyType_sharedPropertyBasedPropertyType, type InterfaceSharedPropertyType, type InterfaceStructFieldType, type InterfaceStructPropertyType, type InterfaceType, type InterfaceTypeApiName, type InterfaceTypeBlockDataV2, type InterfaceTypeCreatedEvent, type InterfaceTypeDeletedEvent, type InterfaceTypeDisplayMetadata, type InterfaceTypeError, type InterfaceTypeError_interfaceTypesAlreadyExist, type InterfaceTypeError_interfaceTypesNotFound, type InterfaceTypeIdInRequest, type InterfaceTypeLoadRequest, type InterfaceTypeLoadResponse, type InterfaceTypeRid, type InterfaceTypeRidOrIdInRequest, type InterfaceTypeRidOrIdInRequest_idInRequest, type InterfaceTypeRidOrIdInRequest_rid, type InterfaceTypeStatus, type InterfaceTypeStatus_active, type InterfaceTypeStatus_deprecated, type InterfaceTypeStatus_example, type InterfaceTypeStatus_experimental, type InterfaceTypeUpdatedEvent, type InterfaceTypesAlreadyExistError, type InterfaceTypesNotFoundError, type InterfacesSummary, type IntermediaryLinkDefinition, type InvalidCompassNameReason, type IsOnlyDatasource, type JoinDefinition, type JoinDefinition_joinTable, type JoinDefinition_singleKey, type KnownFormatter, type KnownFormatter_artifactGidFormatter, type KnownFormatter_ridFormatter, type KnownFormatter_userId, type KnownMarketplaceIdentifiers, type LabelledValue, type LanguageAnalyzer, type LimeIndexRid, type LinkDefinition, type LinkDefinition_intermediary, type LinkDefinition_manyToMany, type LinkDefinition_oneToMany, type LinkMetadata, type LinkMetadata_linkType, type LinkMetadata_softLink, type LinkType, type LinkTypeBlockDataV2, type LinkTypeCreatedEvent, type LinkTypeDeletedEvent, type LinkTypeDisplayMetadata, type LinkTypeError, type LinkTypeError_deletedLinkTypesStillInUse, type LinkTypeError_deletedObjectsStillInUse, type LinkTypeError_linkTypeRidsNotFound, type LinkTypeError_linkTypesAlreadyExist, type LinkTypeError_linkTypesNotFound, type LinkTypeError_referencedLinkTypesNotFound, type LinkTypeError_referencedObjectTypesNotFound, type LinkTypeId, type LinkTypeIdentifier, type LinkTypeIdentifier_linkTypeId, type LinkTypeIdentifier_linkTypeRid, type LinkTypeInputManagerRid, type LinkTypeInputSpec, type LinkTypeLoadRequest, type LinkTypeLoadResponse, type LinkTypeMetadata, type LinkTypeMetadataInputManagerRid, type LinkTypePeeringMetadata, type LinkTypePeeringMetadataV1, type LinkTypePeeringMetadata_v1, type LinkTypePeeringRid, type LinkTypePermissionInformation, type LinkTypeRestrictionStatus, type LinkTypeRid, type LinkTypeRidOrId, type LinkTypeRidOrId_id, type LinkTypeRidOrId_rid, type LinkTypeRidsNotFoundError, type LinkTypeStatus, type LinkTypeStatus_active, type LinkTypeStatus_deprecated, type LinkTypeStatus_example, type LinkTypeStatus_experimental, type LinkTypeUpdatedEvent, type LinkTypesAlreadyExistError, type LinkTypesNotFoundError, type LinkTypesSummary, type LinkedEntityTypeId, type LinkedEntityTypeId_interfaceType, type LinkedEntityTypeId_objectType, type LinkedEntityTypeRidOrIdInRequest, type LinkedEntityTypeRidOrIdInRequest_interfaceType, type LinkedEntityTypeRidOrIdInRequest_objectType, type LiveDeploymentRid, type LmsEmbeddingModel, type LoadActionTypesFromOntologyRequest, type LoadActionTypesFromOntologyResponse, type LoadAllActionTypesFromOntologyRequest, type LoadAllActionTypesPageItem, type LoadAllActionTypesPageRequest, type LoadAllActionTypesPageResponse, type LoadAllActionTypesPageToken, type LoadAllInterfaceTypesPageItem, type LoadAllInterfaceTypesPageRequest, type LoadAllInterfaceTypesPageResponse, type LoadAllInterfaceTypesPageToken, type LoadAllObjectTypesFromOntologyPageRequest, type LoadAllObjectTypesFromOntologyPageResponse, type LoadAllObjectTypesPageItem, type LoadAllObjectTypesPageRequest, type LoadAllObjectTypesPageResponse, type LoadAllObjectTypesPageToken, type LoadAllOntologiesRequest, type LoadAllOntologiesResponse, type LoadAllSharedPropertyTypesPageItem, type LoadAllSharedPropertyTypesPageRequest, type LoadAllSharedPropertyTypesPageResponse, type LoadAllSharedPropertyTypesPageToken, type LoadAllTypeGroupsPageItem, type LoadAllTypeGroupsPageRequest, type LoadAllTypeGroupsPageResponse, type LoadAllTypeGroupsPageToken, type LogicRule, type LogicRuleModification, type LogicRuleModification_addInterfaceLinkRule, type LogicRuleModification_addInterfaceRule, type LogicRuleModification_addLinkRule, type LogicRuleModification_addObjectRule, type LogicRuleModification_addOrModifyObjectRule, type LogicRuleModification_addOrModifyObjectRuleV2, type LogicRuleModification_batchedFunctionRule, type LogicRuleModification_deleteInterfaceLinkRule, type LogicRuleModification_deleteLinkRule, type LogicRuleModification_deleteObjectRule, type LogicRuleModification_functionRule, type LogicRuleModification_modifyInterfaceRule, type LogicRuleModification_modifyObjectRule, type LogicRuleValue, type LogicRuleValueModification, type LogicRuleValueModification_currentTime, type LogicRuleValueModification_currentUser, type LogicRuleValueModification_interfaceParameterPropertyValue, type LogicRuleValueModification_interfaceParameterPropertyValueV2, type LogicRuleValueModification_objectParameterPropertyValue, type LogicRuleValueModification_parameterId, type LogicRuleValueModification_staticValue, type LogicRuleValueModification_synchronousWebhookOutput, type LogicRuleValueModification_uniqueIdentifier, type LogicRuleValue_currentTime, type LogicRuleValue_currentUser, type LogicRuleValue_interfaceParameterPropertyValue, type LogicRuleValue_interfaceParameterPropertyValueV2, type LogicRuleValue_objectParameterPropertyValue, type LogicRuleValue_parameterId, type LogicRuleValue_staticValue, type LogicRuleValue_synchronousWebhookOutput, type LogicRuleValue_uniqueIdentifier, type LogicRule_addInterfaceLinkRule, type LogicRule_addInterfaceRule, type LogicRule_addLinkRule, type LogicRule_addObjectRule, type LogicRule_addOrModifyObjectRule, type LogicRule_addOrModifyObjectRuleV2, type LogicRule_batchedFunctionRule, type LogicRule_deleteInterfaceLinkRule, type LogicRule_deleteLinkRule, type LogicRule_deleteObjectRule, type LogicRule_functionRule, type LogicRule_modifyInterfaceRule, type LogicRule_modifyObjectRule, type LongPropertyType, type LongTypeDataConstraints$1 as LongTypeDataConstraints, type LongTypeDataConstraints_oneOf$1 as LongTypeDataConstraints_oneOf, type LongTypeDataConstraints_range$1 as LongTypeDataConstraints_range, type LongTypeDataValue$1 as LongTypeDataValue, type LongTypeRangeConstraint$1 as LongTypeRangeConstraint, type MandatoryMarkingConstraint, type ManyToManyJoinDefinition, type ManyToManyLinkDefinition, type ManyToManyLinkTypeDatasetDatasource, type ManyToManyLinkTypeDatasource, type ManyToManyLinkTypeDatasourceDefinition, type ManyToManyLinkTypeDatasourceDefinition_dataset, type ManyToManyLinkTypeDatasourceDefinition_stream, type ManyToManyLinkTypeStreamDatasource, type MarketplaceActionType, type MarketplaceActionTypeDisplayMetadata, type MarketplaceActionTypeMetadata, type MarketplaceActiveInterfaceTypeStatus, type MarketplaceDataConstraints, type MarketplaceDeprecatedInterfaceTypeStatus, type MarketplaceExampleInterfaceTypeStatus, type MarketplaceExperimentalInterfaceTypeStatus, type MarketplaceInterfaceDefinedPropertyType, type MarketplaceInterfaceDefinedPropertyTypeConstraints, type MarketplaceInterfaceLinkType, type MarketplaceInterfaceLinkTypeCardinality, type MarketplaceInterfaceLinkTypeMetadata, type MarketplaceInterfacePropertyType, type MarketplaceInterfacePropertyType_interfaceDefinedPropertyType, type MarketplaceInterfacePropertyType_sharedPropertyBasedPropertyType, type MarketplaceInterfaceType, type MarketplaceInterfaceTypeDisplayMetadata, type MarketplaceInterfaceTypeStatus, type MarketplaceInterfaceTypeStatus_active, type MarketplaceInterfaceTypeStatus_deprecated, type MarketplaceInterfaceTypeStatus_example, type MarketplaceInterfaceTypeStatus_experimental, type MarketplaceObjectTypeEntityMetadata, type MarketplaceSharedPropertyBasedPropertyType, type MarkingFilter, type MarkingFilter_markingTypes, type MarkingGroupName, type MarkingId, type MarkingPropertyType, type MarkingSubtype, type MarkingType, type MarkingTypesFilter, type MarkingsCondition, type MarkingsConditionModification, type MediaItemRid, type MediaReferencePropertyType, type MediaSetBranchRid, type MediaSetRid, type MediaSetViewLocator, type MediaSetViewName, type MediaSetViewRid, type MediaSourceRid, type MediaSourceRid_datasetRid, type MediaSourceRid_mediaSetRid, type MioEmbeddingModel, type MissingAffectedObjectTypesForFunctionRule, type MissingParameterValueType, type Modality, type Modality_image, type Modality_text, type ModelWithSource, type ModelWithSource_mio, type ModifyInterfaceRule, type ModifyInterfaceRuleModification, type ModifyObjectRule, type ModifyObjectRuleModification, type ModuleRid, type MultimodalEmbeddingModel, type MultipassUserFilter, type MultipassUserFilterModification, type MultipassUserFilterModification_groupFilter, type MultipassUserFilter_groupFilter, type MultipassUserInGroupFilter, type MultipassUserInGroupFilterModification, type MultiplicationOperation, type MustBeEmpty, type NestedStructFieldApiNameMapping, type NewObjectUrlTarget, type NewObjectUrlTargetModification, type NoRetentionPolicy, type NonExistentParametersUsedInParameterPrefillError, type NonNumericInternalInterpolation, type NonNumericSeriesValueMetadata, type NonNumericSeriesValueUnit, type NoneEntityProvenance, type NotAnalyzedAnalyzer, type NotCondition, type NotConditionModification, type NotepadReference, type NotepadRid, type NotificationRecipient, type NotificationResultTypeLink, type NotificationResultTypeLinkModification, type NotificationTemplateInputValue, type NotificationTemplateInputValueModification, type NotificationTemplateInputValueModification_actionTriggererValue, type NotificationTemplateInputValueModification_logicRuleValue, type NotificationTemplateInputValueModification_recipientValue, type NotificationTemplateInputValue_actionTriggererValue, type NotificationTemplateInputValue_logicRuleValue, type NotificationTemplateInputValue_recipientValue, type NumberFormatBase, type NumberFormatBasisPoint, type NumberFormatBillions, type NumberFormatCurrency, type NumberFormatCurrencyStyle, type NumberFormatCustomUnit, type NumberFormatDuration, type NumberFormatMillions, type NumberFormatNotation, type NumberFormatOrdinal, type NumberFormatPerMille, type NumberFormatPercentage, type NumberFormatPrePostFix, type NumberFormatThousands, type NumberFormatUnit, type NumberFormatter, type NumberFormatter_base, type NumberFormatter_basisPoint, type NumberFormatter_billions, type NumberFormatter_currency, type NumberFormatter_customUnit, type NumberFormatter_duration, type NumberFormatter_millions, type NumberFormatter_ordinal, type NumberFormatter_perMille, type NumberFormatter_percentage, type NumberFormatter_prePost, type NumberFormatter_thousands, type NumberFormatter_unit, type NumberRoundingMode, type NumericInternalInterpolation, type NumericOrNonNumericSeriesValueMetadata, type NumericOrNonNumericSeriesValueMetadataV2, type NumericSeriesValueMetadata, type NumericSeriesValueUnit, type NumericSeriesValueUnit_customUnit, type NumericSeriesValueUnit_standardUnit, type ObjectDbRid, type ObjectDbSyncRid, type ObjectDisplayMetadata, type ObjectIdentifier, type ObjectMonitoringFrontendConsumer, type ObjectOrLinkTypeRid, type ObjectParameterPropertyValue, type ObjectParameterStructFieldValue, type ObjectParameterStructFieldValueModification, type ObjectParameterStructListFieldValue, type ObjectParameterStructListFieldValueModification, type ObjectQueryPrefill, type ObjectQueryPrefillModification, type ObjectQueryPropertyValue, type ObjectQueryPropertyValueModification, type ObjectRid, type ObjectSet, type ObjectSetFilter$1 as ObjectSetFilter, type ObjectSetRidPrefill, type ObjectSetRidPrefillModification, type ObjectSetSearchAround, type ObjectSetTransform, type ObjectSetTransform_propertyFilter, type ObjectSetTransform_searchAround, type ObjectType, type ObjectTypeApiName, type ObjectTypeBlockDataV2, type ObjectTypeCreatedEvent, type ObjectTypeDatasetDatasource, type ObjectTypeDatasetDatasourceV2, type ObjectTypeDatasetDatasourceV3, type ObjectTypeDatasource, type ObjectTypeDatasourceDefinition, type ObjectTypeDatasourceDefinition_dataset, type ObjectTypeDatasourceDefinition_datasetV2, type ObjectTypeDatasourceDefinition_datasetV3, type ObjectTypeDatasourceDefinition_derived, type ObjectTypeDatasourceDefinition_direct, type ObjectTypeDatasourceDefinition_editsOnly, type ObjectTypeDatasourceDefinition_geotimeSeries, type ObjectTypeDatasourceDefinition_media, type ObjectTypeDatasourceDefinition_mediaSetView, type ObjectTypeDatasourceDefinition_restrictedStream, type ObjectTypeDatasourceDefinition_restrictedView, type ObjectTypeDatasourceDefinition_restrictedViewV2, type ObjectTypeDatasourceDefinition_stream, type ObjectTypeDatasourceDefinition_streamV2, type ObjectTypeDatasourceDefinition_streamV3, type ObjectTypeDatasourceDefinition_table, type ObjectTypeDatasourceDefinition_timeSeries, type ObjectTypeDeletedEvent, type ObjectTypeDerivedPropertiesDatasource, type ObjectTypeDirectDatasource, type ObjectTypeDisplayMetadata, type ObjectTypeEditsOnlyDatasource, type ObjectTypeEmbeddingInput, type ObjectTypeError, type ObjectTypeError_objectTypeRidsNotFound, type ObjectTypeError_objectTypesAlreadyExist, type ObjectTypeError_objectTypesNotFound, type ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist, type ObjectTypeFieldApiName, type ObjectTypeGeotimeSeriesDatasource, type ObjectTypeId, type ObjectTypeIdentifier, type ObjectTypeIdentifier_objectTypeId, type ObjectTypeIdentifier_objectTypeRid, type ObjectTypeIdsAndInterfaceTypeRids, type ObjectTypeInputManagerProperties, type ObjectTypeInputManagerRid, type ObjectTypeInputSpec, type ObjectTypeInterfaceImplementation, type ObjectTypeLoadRequest, type ObjectTypeLoadResponse, type ObjectTypeMediaDatasource, type ObjectTypeMediaSetViewDatasource, type ObjectTypeMetadataInputManagerRid, type ObjectTypePeeringMetadata, type ObjectTypePeeringMetadataV1, type ObjectTypePeeringMetadata_v1, type ObjectTypePeeringRid, type ObjectTypePermissionInformation, type ObjectTypeRestrictedStreamDatasource, type ObjectTypeRestrictedViewDatasource, type ObjectTypeRestrictedViewDatasourceV2, type ObjectTypeRestrictionStatus, type ObjectTypeRid, type ObjectTypeRidsAndInterfaceTypeRids, type ObjectTypeRidsNotFoundError, type ObjectTypeStatus, type ObjectTypeStatus_active, type ObjectTypeStatus_deprecated, type ObjectTypeStatus_endorsed, type ObjectTypeStatus_example, type ObjectTypeStatus_experimental, type ObjectTypeStreamDatasource, type ObjectTypeStreamDatasourceV2, type ObjectTypeStreamDatasourceV3, type ObjectTypeTableDatasource, type ObjectTypeTimeSeriesDatasource, type ObjectTypeTraitPropertySpecification, type ObjectTypeTraits, type ObjectTypeUpdatedEvent, type ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, type ObjectTypesAlreadyExistError, type ObjectTypesNotFoundError, type ObjectTypesSummary, type ObjectsPlatformRids, type ObjectsWritebackDataset, type OneOfDecimalTypeConstraint$1 as OneOfDecimalTypeConstraint, type OneOfDoubleTypeConstraint$1 as OneOfDoubleTypeConstraint, type OneOfFloatTypeConstraint$1 as OneOfFloatTypeConstraint, type OneOfIntegerTypeConstraint$1 as OneOfIntegerTypeConstraint, type OneOfLongTypeConstraint$1 as OneOfLongTypeConstraint, type OneOfShortTypeConstraint$1 as OneOfShortTypeConstraint, type OneOfStringTypeConstraint$1 as OneOfStringTypeConstraint, type OneToManyLinkCardinalityHint, type OneToManyLinkDefinition, type OntologyActionTypeLoadRequest, type OntologyApiName, type OntologyBlockDataV2, type OntologyBranch, type OntologyBranchRid, type OntologyBulkLoadEntitiesByDatasourcesRequest, type OntologyBulkLoadEntitiesByDatasourcesResponse, type OntologyBulkLoadEntitiesRequest, type OntologyBulkLoadEntitiesResponse, type OntologyDatasetType, type OntologyEntitiesUsedInTypeGroup, type OntologyInformation, type OntologyIr, type OntologyIrActionLogMetadata, type OntologyIrActionLogRule, type OntologyIrActionLogValue, type OntologyIrActionLogValue_actionRid, type OntologyIrActionLogValue_actionTimestamp, type OntologyIrActionLogValue_actionTypeRid, type OntologyIrActionLogValue_actionTypeVersion, type OntologyIrActionLogValue_actionUser, type OntologyIrActionLogValue_allEditedObjects, type OntologyIrActionLogValue_asynchronousWebhookInstanceIds, type OntologyIrActionLogValue_editedObjects, type OntologyIrActionLogValue_interfaceParameterPropertyValue, type OntologyIrActionLogValue_interfaceParameterPropertyValueV2, type OntologyIrActionLogValue_isReverted, type OntologyIrActionLogValue_notificationIds, type OntologyIrActionLogValue_notifiedUsers, type OntologyIrActionLogValue_objectParameterPropertyValue, type OntologyIrActionLogValue_parameterValue, type OntologyIrActionLogValue_revertTimestamp, type OntologyIrActionLogValue_revertUser, type OntologyIrActionLogValue_scenarioRid, type OntologyIrActionLogValue_summary, type OntologyIrActionLogValue_synchronousWebhookInstanceId, type OntologyIrActionLogic, type OntologyIrActionNotification, type OntologyIrActionNotificationBody, type OntologyIrActionNotificationBodyFunctionExecution, type OntologyIrActionNotificationBody_functionGenerated, type OntologyIrActionNotificationBody_templateNotification, type OntologyIrActionNotificationRecipients, type OntologyIrActionNotificationRecipients_functionGenerated, type OntologyIrActionNotificationRecipients_parameter, type OntologyIrActionTypeBlockDataV2, type OntologyIrActionTypeEntities, type OntologyIrActionTypeLevelValidation, type OntologyIrActionTypeLogic, type OntologyIrActionTypeRichTextComponent, type OntologyIrActionTypeRichTextComponent_message, type OntologyIrActionTypeRichTextComponent_parameter, type OntologyIrActionTypeRichTextComponent_parameterProperty, type OntologyIrActionTypeRichTextParameterPropertyReference, type OntologyIrActionTypeStatus, type OntologyIrActionTypeStatus_active, type OntologyIrActionTypeStatus_deprecated, type OntologyIrActionTypeStatus_example, type OntologyIrActionTypeStatus_experimental, type OntologyIrActionValidation, type OntologyIrActionWebhooks, type OntologyIrActionsObjectSet, type OntologyIrAddInterfaceLinkRule, type OntologyIrAddInterfaceRule, type OntologyIrAddObjectRule, type OntologyIrAddOrModifyObjectRule, type OntologyIrAddOrModifyObjectRuleV2, type OntologyIrAdditionOperation, type OntologyIrAllEditedObjectsFieldMapping, type OntologyIrAllowedParameterValues, type OntologyIrAllowedParameterValues_attachment, type OntologyIrAllowedParameterValues_boolean, type OntologyIrAllowedParameterValues_cbacMarking, type OntologyIrAllowedParameterValues_datetime, type OntologyIrAllowedParameterValues_geohash, type OntologyIrAllowedParameterValues_geoshape, type OntologyIrAllowedParameterValues_geotimeSeriesReference, type OntologyIrAllowedParameterValues_interfaceObjectQuery, type OntologyIrAllowedParameterValues_interfacePropertyValue, type OntologyIrAllowedParameterValues_mandatoryMarking, type OntologyIrAllowedParameterValues_mediaReference, type OntologyIrAllowedParameterValues_multipassGroup, type OntologyIrAllowedParameterValues_objectList, type OntologyIrAllowedParameterValues_objectPropertyValue, type OntologyIrAllowedParameterValues_objectQuery, type OntologyIrAllowedParameterValues_objectSetRid, type OntologyIrAllowedParameterValues_objectTypeReference, type OntologyIrAllowedParameterValues_oneOf, type OntologyIrAllowedParameterValues_range, type OntologyIrAllowedParameterValues_redacted, type OntologyIrAllowedParameterValues_text, type OntologyIrAllowedParameterValues_timeSeriesReference, type OntologyIrAllowedParameterValues_user, type OntologyIrAllowedParameterValues_valueType, type OntologyIrAllowedStructFieldValues, type OntologyIrAllowedStructFieldValuesOverride, type OntologyIrAllowedStructFieldValues_boolean, type OntologyIrAllowedStructFieldValues_datetime, type OntologyIrAllowedStructFieldValues_geohash, type OntologyIrAllowedStructFieldValues_geoshape, type OntologyIrAllowedStructFieldValues_objectQuery, type OntologyIrAllowedStructFieldValues_oneOf, type OntologyIrAllowedStructFieldValues_range, type OntologyIrAllowedStructFieldValues_text, type OntologyIrAllowedValuesOverride, type OntologyIrAndCondition, type OntologyIrArrayPropertyType, type OntologyIrAsynchronousPostWritebackWebhook, type OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput, type OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput, type OntologyIrBaseFormatter, type OntologyIrBaseFormatter_boolean, type OntologyIrBaseFormatter_date, type OntologyIrBaseFormatter_knownFormatter, type OntologyIrBaseFormatter_number, type OntologyIrBaseFormatter_string, type OntologyIrBaseFormatter_timeDependent, type OntologyIrBaseFormatter_timestamp, type OntologyIrBaseParameterType, type OntologyIrBaseParameterType_decimal, type OntologyIrBaseParameterType_decimalList, type OntologyIrBaseParameterType_interfaceReference, type OntologyIrBaseParameterType_interfaceReferenceList, type OntologyIrBaseParameterType_objectReference, type OntologyIrBaseParameterType_objectReferenceList, type OntologyIrBaseParameterType_objectSetRid, type OntologyIrBaseParameterType_objectTypeReference, type OntologyIrBaseParameterType_struct, type OntologyIrBaseParameterType_structList, type OntologyIrBaseParameterType_timestamp, type OntologyIrBaseParameterType_timestampList, type OntologyIrBasicEmailBody, type OntologyIrBatchedFunctionRule, type OntologyIrBlockPermissionInformation, type OntologyIrCarbonWorkspaceComponentUrlTarget, type OntologyIrCarbonWorkspaceComponentUrlTarget_rid, type OntologyIrCarbonWorkspaceUrlTarget, type OntologyIrCipherTextPropertyType, type OntologyIrClassificationConstraint, type OntologyIrComparisonCondition, type OntologyIrCondition, type OntologyIrConditionValue, type OntologyIrConditionValue_interfaceParameterPropertyValue, type OntologyIrConditionValue_objectParameterPropertyValue, type OntologyIrConditionValue_parameterId, type OntologyIrConditionValue_parameterLength, type OntologyIrConditionValue_staticValue, type OntologyIrConditionValue_userProperty, type OntologyIrCondition_and, type OntologyIrCondition_comparison, type OntologyIrCondition_markings, type OntologyIrCondition_not, type OntologyIrCondition_or, type OntologyIrCondition_redacted, type OntologyIrCondition_regex, type OntologyIrCondition_true, type OntologyIrConditionalOverride, type OntologyIrConditionalValidationBlock, type OntologyIrDataSecurity, type OntologyIrDateBetweenOperation, type OntologyIrDateRangeValue, type OntologyIrDateRangeValue_fixed, type OntologyIrDateRangeValue_now, type OntologyIrDateRangeValue_relative, type OntologyIrDatetimeTimezone, type OntologyIrDatetimeTimezoneDefinition, type OntologyIrDatetimeTimezoneDefinition_zoneId, type OntologyIrDatetimeTimezone_static, type OntologyIrDatetimeTimezone_user, type OntologyIrDeleteInterfaceLinkRule, type OntologyIrDeprecatedActionTypeStatus, type OntologyIrDeprecatedLinkTypeStatus, type OntologyIrDeprecatedObjectTypeStatus, type OntologyIrDeprecatedPropertyTypeStatus, type OntologyIrDerivedPropertiesDefinition, type OntologyIrDerivedPropertyAggregation, type OntologyIrDivisionOperation, type OntologyIrDynamicObjectSet, type OntologyIrDynamicObjectSetInput, type OntologyIrDynamicObjectSetInputBase, type OntologyIrDynamicObjectSetInputUnioned, type OntologyIrDynamicObjectSetInput_base, type OntologyIrDynamicObjectSetInput_parameter, type OntologyIrDynamicObjectSetInput_unioned, type OntologyIrEmailBody, type OntologyIrEmailBody_basic, type OntologyIrEventMetadata, type OntologyIrExperimentalTimeDependentPropertyTypeV1, type OntologyIrFormContent, type OntologyIrFormContent_parameterId, type OntologyIrFormContent_sectionId, type OntologyIrFunctionExecutionWithRecipientInput, type OntologyIrFunctionExecutionWithRecipientInput_logicRuleValue, type OntologyIrFunctionExecutionWithRecipientInput_recipient, type OntologyIrFunctionGeneratedActionNotificationRecipients, type OntologyIrFunctionGeneratedNotificationBody, type OntologyIrFunctionRule, type OntologyIrImplementingLinkType, type OntologyIrInlineActionType, type OntologyIrInterfaceArrayPropertyType, type OntologyIrInterfaceCipherTextPropertyType, type OntologyIrInterfaceObjectParameterStructFieldValue, type OntologyIrInterfaceObjectParameterStructListFieldValue, type OntologyIrInterfaceParameterPropertyValue, type OntologyIrInterfaceParameterPropertyValueV2, type OntologyIrInterfacePropertyImplementation, type OntologyIrInterfacePropertyLogicRuleValue, type OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue, type OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue, type OntologyIrInterfacePropertyTypeImplementation, type OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid, type OntologyIrInterfacePropertyTypeType, type OntologyIrInterfacePropertyTypeType_array, type OntologyIrInterfacePropertyTypeType_attachment, type OntologyIrInterfacePropertyTypeType_boolean, type OntologyIrInterfacePropertyTypeType_byte, type OntologyIrInterfacePropertyTypeType_cipherText, type OntologyIrInterfacePropertyTypeType_date, type OntologyIrInterfacePropertyTypeType_decimal, type OntologyIrInterfacePropertyTypeType_double, type OntologyIrInterfacePropertyTypeType_experimentalTimeDependentV1, type OntologyIrInterfacePropertyTypeType_float, type OntologyIrInterfacePropertyTypeType_geohash, type OntologyIrInterfacePropertyTypeType_geoshape, type OntologyIrInterfacePropertyTypeType_geotimeSeriesReference, type OntologyIrInterfacePropertyTypeType_integer, type OntologyIrInterfacePropertyTypeType_long, type OntologyIrInterfacePropertyTypeType_marking, type OntologyIrInterfacePropertyTypeType_mediaReference, type OntologyIrInterfacePropertyTypeType_short, type OntologyIrInterfacePropertyTypeType_string, type OntologyIrInterfacePropertyTypeType_struct, type OntologyIrInterfacePropertyTypeType_timestamp, type OntologyIrInterfacePropertyTypeType_vector, type OntologyIrInterfaceSharedPropertyType, type OntologyIrInterfaceStructFieldType, type OntologyIrInterfaceStructPropertyType, type OntologyIrInterfaceTypeBlockDataV2, type OntologyIrIntermediaryLinkDefinition, type OntologyIrKnownMarketplaceIdentifiers, type OntologyIrLabelledValue, type OntologyIrLinkDefinition, type OntologyIrLinkDefinition_intermediary, type OntologyIrLinkDefinition_manyToMany, type OntologyIrLinkDefinition_oneToMany, type OntologyIrLinkType, type OntologyIrLinkTypeBlockDataV2, type OntologyIrLinkTypeStatus, type OntologyIrLinkTypeStatus_active, type OntologyIrLinkTypeStatus_deprecated, type OntologyIrLinkTypeStatus_example, type OntologyIrLinkTypeStatus_experimental, type OntologyIrLinkedEntityTypeId, type OntologyIrLinkedEntityTypeId_interfaceType, type OntologyIrLinkedEntityTypeId_objectType, type OntologyIrLogicRule, type OntologyIrLogicRuleValue, type OntologyIrLogicRuleValue_currentTime, type OntologyIrLogicRuleValue_currentUser, type OntologyIrLogicRuleValue_interfaceParameterPropertyValue, type OntologyIrLogicRuleValue_objectParameterPropertyValue, type OntologyIrLogicRuleValue_parameterId, type OntologyIrLogicRuleValue_staticValue, type OntologyIrLogicRuleValue_synchronousWebhookOutput, type OntologyIrLogicRuleValue_uniqueIdentifier, type OntologyIrLogicRule_addInterfaceRule, type OntologyIrLogicRule_addLinkRule, type OntologyIrLogicRule_addObjectRule, type OntologyIrLogicRule_addOrModifyObjectRuleV2, type OntologyIrLogicRule_deleteLinkRule, type OntologyIrLogicRule_deleteObjectRule, type OntologyIrLogicRule_modifyInterfaceRule, type OntologyIrLogicRule_modifyObjectRule, type OntologyIrMandatoryMarkingConstraint, type OntologyIrManyToManyLinkDefinition, type OntologyIrManyToManyLinkTypeDatasetDatasource, type OntologyIrManyToManyLinkTypeDatasource, type OntologyIrManyToManyLinkTypeDatasourceDefinition, type OntologyIrManyToManyLinkTypeDatasourceDefinition_dataset, type OntologyIrManyToManyLinkTypeStreamDatasource, type OntologyIrMarketplaceActionType, type OntologyIrMarketplaceActionTypeDisplayMetadata, type OntologyIrMarketplaceActionTypeMetadata, type OntologyIrMarketplaceDeprecatedInterfaceTypeStatus, type OntologyIrMarketplaceInterfaceDefinedPropertyType, type OntologyIrMarketplaceInterfaceDefinedPropertyTypeConstraints, type OntologyIrMarketplaceInterfaceLinkType, type OntologyIrMarketplaceInterfacePropertyType, type OntologyIrMarketplaceInterfacePropertyType_interfaceDefinedPropertyType, type OntologyIrMarketplaceInterfacePropertyType_sharedPropertyBasedPropertyType, type OntologyIrMarketplaceInterfaceType, type OntologyIrMarketplaceInterfaceTypeStatus, type OntologyIrMarketplaceInterfaceTypeStatus_active, type OntologyIrMarketplaceInterfaceTypeStatus_deprecated, type OntologyIrMarketplaceInterfaceTypeStatus_example, type OntologyIrMarketplaceInterfaceTypeStatus_experimental, type OntologyIrMarketplaceObjectTypeEntityMetadata, type OntologyIrMarketplaceSharedPropertyBasedPropertyType, type OntologyIrMarkingsCondition, type OntologyIrMediaSourceRid, type OntologyIrMediaSourceRid_datasetRid, type OntologyIrMediaSourceRid_mediaSetRid, type OntologyIrModifyInterfaceRule, type OntologyIrModifyObjectRule, type OntologyIrMultipassUserFilter, type OntologyIrMultipassUserFilter_groupFilter, type OntologyIrMultipassUserInGroupFilter, type OntologyIrMultiplicationOperation, type OntologyIrNewObjectUrlTarget, type OntologyIrNonNumericSeriesValueMetadata, type OntologyIrNonNumericSeriesValueUnit, type OntologyIrNotCondition, type OntologyIrNotificationResultTypeLink, type OntologyIrNotificationTemplateInputValue, type OntologyIrNotificationTemplateInputValue_actionTriggererValue, type OntologyIrNotificationTemplateInputValue_logicRuleValue, type OntologyIrNotificationTemplateInputValue_recipientValue, type OntologyIrNumberFormatCurrency, type OntologyIrNumberFormatCustomUnit, type OntologyIrNumberFormatPrePostFix, type OntologyIrNumberFormatUnit, type OntologyIrNumberFormatter, type OntologyIrNumberFormatter_base, type OntologyIrNumberFormatter_basisPoint, type OntologyIrNumberFormatter_billions, type OntologyIrNumberFormatter_currency, type OntologyIrNumberFormatter_customUnit, type OntologyIrNumberFormatter_duration, type OntologyIrNumberFormatter_millions, type OntologyIrNumberFormatter_ordinal, type OntologyIrNumberFormatter_perMille, type OntologyIrNumberFormatter_percentage, type OntologyIrNumberFormatter_prePost, type OntologyIrNumberFormatter_thousands, type OntologyIrNumberFormatter_unit, type OntologyIrNumericOrNonNumericSeriesValueMetadataV2, type OntologyIrNumericSeriesValueMetadata, type OntologyIrNumericSeriesValueUnit, type OntologyIrNumericSeriesValueUnit_customUnit, type OntologyIrNumericSeriesValueUnit_standardUnit, type OntologyIrObjectParameterPropertyValue, type OntologyIrObjectParameterStructFieldValue, type OntologyIrObjectParameterStructListFieldValue, type OntologyIrObjectPropertyReference, type OntologyIrObjectQueryPrefill, type OntologyIrObjectQueryPropertyValue, type OntologyIrObjectSetRidPrefill, type OntologyIrObjectSetSearchAround, type OntologyIrObjectSetTransform, type OntologyIrObjectSetTransform_propertyFilter, type OntologyIrObjectSetTransform_searchAround, type OntologyIrObjectType, type OntologyIrObjectTypeBlockDataV2, type OntologyIrObjectTypeDatasetDatasource, type OntologyIrObjectTypeDatasetDatasourceV2, type OntologyIrObjectTypeDatasetDatasourceV3, type OntologyIrObjectTypeDatasource, type OntologyIrObjectTypeDatasourceDefinition, type OntologyIrObjectTypeDatasourceDefinition_datasetV2, type OntologyIrObjectTypeDatasourceDefinition_datasetV3, type OntologyIrObjectTypeDatasourceDefinition_derived, type OntologyIrObjectTypeDatasourceDefinition_direct, type OntologyIrObjectTypeDatasourceDefinition_editsOnly, type OntologyIrObjectTypeDatasourceDefinition_geotimeSeries, type OntologyIrObjectTypeDatasourceDefinition_mediaSetView, type OntologyIrObjectTypeDatasourceDefinition_restrictedStream, type OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2, type OntologyIrObjectTypeDatasourceDefinition_streamV2, type OntologyIrObjectTypeDatasourceDefinition_streamV3, type OntologyIrObjectTypeDatasourceDefinition_table, type OntologyIrObjectTypeDatasourceDefinition_timeSeries, type OntologyIrObjectTypeDerivedPropertiesDatasource, type OntologyIrObjectTypeDirectDatasource, type OntologyIrObjectTypeEditsOnlyDatasource, type OntologyIrObjectTypeGeotimeSeriesDatasource, type OntologyIrObjectTypeInterfaceImplementation, type OntologyIrObjectTypeMediaDatasource, type OntologyIrObjectTypeMediaSetViewDatasource, type OntologyIrObjectTypeRestrictedStreamDatasource, type OntologyIrObjectTypeRestrictedViewDatasource, type OntologyIrObjectTypeRestrictedViewDatasourceV2, type OntologyIrObjectTypeStatus, type OntologyIrObjectTypeStatus_active, type OntologyIrObjectTypeStatus_deprecated, type OntologyIrObjectTypeStatus_endorsed, type OntologyIrObjectTypeStatus_example, type OntologyIrObjectTypeStatus_experimental, type OntologyIrObjectTypeStreamDatasource, type OntologyIrObjectTypeStreamDatasourceV2, type OntologyIrObjectTypeStreamDatasourceV3, type OntologyIrObjectTypeTableDatasource, type OntologyIrObjectTypeTimeSeriesDatasource, type OntologyIrObjectTypeTraits, type OntologyIrObjectsWritebackDataset, type OntologyIrOneToManyLinkDefinition, type OntologyIrOntologyBlockDataV2, type OntologyIrOrCondition, type OntologyIrParameter, type OntologyIrParameterActionNotificationRecipients, type OntologyIrParameterCbacConstraint, type OntologyIrParameterCbacMarking, type OntologyIrParameterCbacMarkingOrEmpty, type OntologyIrParameterCbacMarkingOrEmpty_cbacMarking, type OntologyIrParameterCbacMarkingOrEmpty_empty, type OntologyIrParameterDateRangeValue, type OntologyIrParameterDateTimeRange, type OntologyIrParameterDateTimeRangeOrEmpty, type OntologyIrParameterDateTimeRangeOrEmpty_datetime, type OntologyIrParameterDateTimeRangeOrEmpty_empty, type OntologyIrParameterDisplayMetadata, type OntologyIrParameterMultipassUser, type OntologyIrParameterMultipassUserOrEmpty, type OntologyIrParameterMultipassUserOrEmpty_empty, type OntologyIrParameterMultipassUserOrEmpty_user, type OntologyIrParameterObjectPropertyValue, type OntologyIrParameterObjectPropertyValueOrEmpty, type OntologyIrParameterObjectPropertyValueOrEmpty_empty, type OntologyIrParameterObjectPropertyValueOrEmpty_objectPropertyValue, type OntologyIrParameterObjectQuery, type OntologyIrParameterObjectQueryOrEmpty, type OntologyIrParameterObjectQueryOrEmpty_empty, type OntologyIrParameterObjectQueryOrEmpty_objectQuery, type OntologyIrParameterObjectTypeReference, type OntologyIrParameterObjectTypeReferenceOrEmpty, type OntologyIrParameterObjectTypeReferenceOrEmpty_empty, type OntologyIrParameterObjectTypeReferenceOrEmpty_objectTypeReference, type OntologyIrParameterPrefill, type OntologyIrParameterPrefillOverride, type OntologyIrParameterPrefill_interfaceParameterPropertyValue, type OntologyIrParameterPrefill_objectParameterPropertyValue, type OntologyIrParameterPrefill_objectQueryPrefill, type OntologyIrParameterPrefill_objectQueryPropertyValue, type OntologyIrParameterPrefill_objectSetRidPrefill, type OntologyIrParameterPrefill_parameterTransformPrefill, type OntologyIrParameterPrefill_redacted, type OntologyIrParameterPrefill_staticObject, type OntologyIrParameterPrefill_staticObjectV2, type OntologyIrParameterPrefill_staticValue, type OntologyIrParameterRange, type OntologyIrParameterRangeOrEmpty, type OntologyIrParameterRangeOrEmpty_empty, type OntologyIrParameterRangeOrEmpty_range, type OntologyIrParameterRangeValue, type OntologyIrParameterTransformPrefill, type OntologyIrParameterTransformPrefillValue, type OntologyIrParameterTransformPrefillValue_objectParameterPropertyValue, type OntologyIrParameterTransformPrefillValue_parameterValue, type OntologyIrParameterTransformPrefillValue_staticValue, type OntologyIrParameterTransformPrefill_addition, type OntologyIrParameterTransformPrefill_dateBetween, type OntologyIrParameterTransformPrefill_dateCurrent, type OntologyIrParameterTransformPrefill_division, type OntologyIrParameterTransformPrefill_multiplication, type OntologyIrParameterTransformPrefill_stringConcat, type OntologyIrParameterTransformPrefill_subtraction, type OntologyIrParameterTransformPrefill_timeBetween, type OntologyIrParameterTransformPrefill_timeCurrent, type OntologyIrParameterValidation, type OntologyIrParameterValidationBlock, type OntologyIrParameterValidationBlockOverride, type OntologyIrParameterValidationBlockOverride_allowedValues, type OntologyIrParameterValidationBlockOverride_parameterRequired, type OntologyIrParameterValidationBlockOverride_prefill, type OntologyIrParameterValidationBlockOverride_visibility, type OntologyIrParameterValidationDisplayMetadata, type OntologyIrParameterValueOneOf, type OntologyIrParameterValueOneOfOrEmpty, type OntologyIrParameterValueOneOfOrEmpty_empty, type OntologyIrParameterValueOneOfOrEmpty_oneOf, type OntologyIrPrePostFix, type OntologyIrPropertySecurityGroup, type OntologyIrPropertySecurityGroups, type OntologyIrPropertyToColumnMapping, type OntologyIrPropertyToPropertyMapping, type OntologyIrPropertyType, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrStringConstant, type OntologyIrPropertyTypeReferenceOrStringConstant_constant, type OntologyIrPropertyTypeReferenceOrStringConstant_propertyType, type OntologyIrPropertyTypeStatus, type OntologyIrPropertyTypeStatus_active, type OntologyIrPropertyTypeStatus_deprecated, type OntologyIrPropertyTypeStatus_example, type OntologyIrPropertyTypeStatus_experimental, type OntologyIrQualifiedSeriesIdPropertyValue, type OntologyIrRegexCondition, type OntologyIrRidUrlTarget, type OntologyIrRuleSetBinding, type OntologyIrSchemaMigrationBlockData, type OntologyIrSchemaTransitionsWithSchemaVersion, type OntologyIrSection, type OntologyIrSectionConditionalOverride, type OntologyIrSectionDisplayBlock, type OntologyIrSecurityGroupAndCondition, type OntologyIrSecurityGroupComparisonCondition, type OntologyIrSecurityGroupComparisonValue, type OntologyIrSecurityGroupComparisonValue_constant, type OntologyIrSecurityGroupComparisonValue_property, type OntologyIrSecurityGroupComparisonValue_userProperty, type OntologyIrSecurityGroupGranularCondition, type OntologyIrSecurityGroupGranularCondition_and, type OntologyIrSecurityGroupGranularCondition_comparison, type OntologyIrSecurityGroupGranularCondition_markings, type OntologyIrSecurityGroupGranularCondition_not, type OntologyIrSecurityGroupGranularCondition_or, type OntologyIrSecurityGroupGranularCondition_true, type OntologyIrSecurityGroupGranularPolicy, type OntologyIrSecurityGroupGranularSecurityDefinition, type OntologyIrSecurityGroupMandatoryOnlySecurityDefinition, type OntologyIrSecurityGroupMandatoryPolicy, type OntologyIrSecurityGroupMarkingsCondition, type OntologyIrSecurityGroupNotCondition, type OntologyIrSecurityGroupOrCondition, type OntologyIrSecurityGroupSecurityDefinition, type OntologyIrSecurityGroupSecurityDefinition_granular, type OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly, type OntologyIrSensorTrait, type OntologyIrSeriesValueMetadata, type OntologyIrSeriesValueMetadata_enum, type OntologyIrSeriesValueMetadata_numeric, type OntologyIrSeriesValueMetadata_numericOrNonNumeric, type OntologyIrSeriesValueMetadata_numericOrNonNumericV2, type OntologyIrSharedPropertyType, type OntologyIrSharedPropertyTypeBlockDataV2, type OntologyIrShortBody, type OntologyIrShortBody_basic, type OntologyIrStaticObjectPrefillV2, type OntologyIrStaticValue, type OntologyIrStaticWebhookWithDirectInput, type OntologyIrStaticWebhookWithFunctionResultInput, type OntologyIrStringConcatOperation, type OntologyIrStructFieldConditionalOverride, type OntologyIrStructFieldConditionalValidationBlock, type OntologyIrStructFieldPrefill, type OntologyIrStructFieldPrefillOverride, type OntologyIrStructFieldPrefill_interfaceObjectParameterStructFieldValue, type OntologyIrStructFieldPrefill_interfaceObjectParameterStructListFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructListFieldValue, type OntologyIrStructFieldType, type OntologyIrStructFieldValidation, type OntologyIrStructFieldValidationBlock, type OntologyIrStructFieldValidationBlockOverride, type OntologyIrStructFieldValidationBlockOverride_allowedValues, type OntologyIrStructFieldValidationBlockOverride_parameterRequired, type OntologyIrStructFieldValidationBlockOverride_prefill, type OntologyIrStructFieldValidationBlockOverride_visibility, type OntologyIrStructFieldValidationDisplayMetadata, type OntologyIrStructPropertyType, type OntologyIrStructuredShortBody, type OntologyIrSubtractionOperation, type OntologyIrSynchronousPreWritebackWebhook, type OntologyIrSynchronousPreWritebackWebhook_staticDirectInput, type OntologyIrSynchronousPreWritebackWebhook_staticFunctionInput, type OntologyIrTemplateNotificationBody, type OntologyIrTimeBetweenOperation, type OntologyIrTimeDependentFormatter, type OntologyIrTimeDependentNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, type OntologyIrTimeDependentNumericSeriesFormat, type OntologyIrTimeDependentSeriesFormat, type OntologyIrTimeDependentSeriesFormat_nonNumeric, type OntologyIrTimeDependentSeriesFormat_numeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2, type OntologyIrTimeSeriesMetadata, type OntologyIrTimestampFormatter, type OntologyIrType, type OntologyIrType_array, type OntologyIrType_attachment, type OntologyIrType_boolean, type OntologyIrType_byte, type OntologyIrType_cipherText, type OntologyIrType_date, type OntologyIrType_decimal, type OntologyIrType_double, type OntologyIrType_experimentalTimeDependentV1, type OntologyIrType_float, type OntologyIrType_geohash, type OntologyIrType_geoshape, type OntologyIrType_geotimeSeriesReference, type OntologyIrType_integer, type OntologyIrType_long, type OntologyIrType_marking, type OntologyIrType_mediaReference, type OntologyIrType_short, type OntologyIrType_string, type OntologyIrType_struct, type OntologyIrType_timestamp, type OntologyIrType_vector, type OntologyIrUrlTarget, type OntologyIrUrlTarget_carbonWorkspace, type OntologyIrUrlTarget_logicRuleValue, type OntologyIrUrlTarget_newObject, type OntologyIrUrlTarget_relativeUrlString, type OntologyIrUrlTarget_rid, type OntologyIrValidationRule, type OntologyIrValueReferenceSource, type OntologyIrValueReferenceSource_propertyTypeRid, type OntologyIrValueTypeBlockData, type OntologyIrValueTypeBlockDataEntry, type OntologyIrValueTypeReferenceWithMetadata, type OntologyIrWorkflowObjectTypeTraitImpl, type OntologyLoadAllEntitiesRequest, type OntologyLoadAllRequest, type OntologyLoadDatasourcesRequest, type OntologyLoadDatasourcesResponse, type OntologyLoadEntitiesRequest, type OntologyLoadEntitiesResponse, type OntologyLoadRequest, type OntologyLoadResponse, type OntologyMetadataValidationError, type OntologyMetadataValidationError_actionType, type OntologyMetadataValidationError_interfaceType, type OntologyMetadataValidationError_linkType, type OntologyMetadataValidationError_objectType, type OntologyMetadataValidationError_ruleSet, type OntologyMetadataValidationError_sharedPropertyType, type OntologyMetadataValidationError_typeGroup, type OntologyMetadataValidationError_workflow, type OntologyModificationEvent, type OntologyModificationEvent_actionTypeCreated, type OntologyModificationEvent_actionTypeDeleted, type OntologyModificationEvent_actionTypeUpdated, type OntologyModificationEvent_branchClosed, type OntologyModificationEvent_branchDeleted, type OntologyModificationEvent_branchMerged, type OntologyModificationEvent_interfaceTypeCreated, type OntologyModificationEvent_interfaceTypeDeleted, type OntologyModificationEvent_interfaceTypeUpdated, type OntologyModificationEvent_linkTypeCreated, type OntologyModificationEvent_linkTypeDeleted, type OntologyModificationEvent_linkTypeUpdated, type OntologyModificationEvent_objectTypeCreated, type OntologyModificationEvent_objectTypeDeleted, type OntologyModificationEvent_objectTypeUpdated, type OntologyModificationEvent_sharedPropertyTypeCreated, type OntologyModificationEvent_sharedPropertyTypeDeleted, type OntologyModificationEvent_sharedPropertyTypeUpdated, type OntologyModifyRequest, type OntologyModifyResponse, type OntologyPackageRid, type OntologyProposalIdentifier, type OntologyProposalIdentifier_ontologyVersion, type OntologyProposalRid, type OntologyRid, type OntologyRidAndBranch, type OntologyRidsForEntitiesRequest, type OntologyRidsForEntitiesResponse, type OntologySourceType, type OntologySparkDelegateDataset, type OntologySparkInputManagerRid, type OntologySparkInputProperties, type OntologySparkQueryableSource, type OntologyVersion, type OrCondition, type OrConditionModification, type OrganizationMarkingId, type OrganizationRid, type OrganizationRidsAndEntityResourceIdentifiers, type OrganizationRidsForOntologyResponse, type OtherValueAllowed, type OutputMode, type PackagedEntityRid, type PackagedEntityRid_actionTypeRid, type PackagedEntityRid_interfaceTypeRid, type PackagedEntityRid_linkTypeRid, type PackagedEntityRid_objectTypeRid, type PackagedEntityRid_sharedPropertyTypeRid, type Parameter, type ParameterActionNotificationRecipients, type ParameterActionNotificationRecipientsModification, type ParameterAttachment, type ParameterAttachmentOrEmpty, type ParameterAttachmentOrEmpty_attachment, type ParameterAttachmentOrEmpty_empty, type ParameterBoolean, type ParameterBooleanOrEmpty, type ParameterBooleanOrEmpty_boolean, type ParameterBooleanOrEmpty_empty, type ParameterCbacConstraint, type ParameterCbacConstraintModification, type ParameterCbacMarking, type ParameterCbacMarkingModification, type ParameterCbacMarkingOrEmpty, type ParameterCbacMarkingOrEmptyModification, type ParameterCbacMarkingOrEmptyModification_cbacMarking, type ParameterCbacMarkingOrEmptyModification_empty, type ParameterCbacMarkingOrEmpty_cbacMarking, type ParameterCbacMarkingOrEmpty_empty, type ParameterDateRangeValue, type ParameterDateRangeValueModification, type ParameterDateTimeRange, type ParameterDateTimeRangeModification, type ParameterDateTimeRangeOrEmpty, type ParameterDateTimeRangeOrEmptyModification, type ParameterDateTimeRangeOrEmptyModification_datetime, type ParameterDateTimeRangeOrEmptyModification_empty, type ParameterDateTimeRangeOrEmpty_datetime, type ParameterDateTimeRangeOrEmpty_empty, type ParameterDisplayMetadata, type ParameterFreeText, type ParameterFreeTextOrEmpty, type ParameterFreeTextOrEmpty_empty, type ParameterFreeTextOrEmpty_text, type ParameterGeohash, type ParameterGeohashOrEmpty, type ParameterGeohashOrEmpty_empty, type ParameterGeohashOrEmpty_geohash, type ParameterGeoshape, type ParameterGeoshapeOrEmpty, type ParameterGeoshapeOrEmpty_empty, type ParameterGeoshapeOrEmpty_geoshape, type ParameterGeotimeSeriesReference, type ParameterGeotimeSeriesReferenceOrEmpty, type ParameterGeotimeSeriesReferenceOrEmpty_empty, type ParameterGeotimeSeriesReferenceOrEmpty_geotimeSeries, type ParameterId, type ParameterInterfaceObjectQuery, type ParameterInterfaceObjectQueryModification, type ParameterInterfaceObjectQueryOrEmpty, type ParameterInterfaceObjectQueryOrEmptyModification, type ParameterInterfaceObjectQueryOrEmptyModification_empty, type ParameterInterfaceObjectQueryOrEmptyModification_interfaceObjectQuery, type ParameterInterfaceObjectQueryOrEmpty_empty, type ParameterInterfaceObjectQueryOrEmpty_interfaceObjectQuery, type ParameterInterfacePropertyValueOrEmpty, type ParameterInterfacePropertyValueOrEmptyModification, type ParameterInterfacePropertyValueOrEmptyModification_empty, type ParameterInterfacePropertyValueOrEmptyModification_unrestricted, type ParameterInterfacePropertyValueOrEmpty_empty, type ParameterInterfacePropertyValueOrEmpty_unrestricted, type ParameterLength, type ParameterLength_parameterId, type ParameterMandatoryMarking, type ParameterMandatoryMarkingOrEmpty, type ParameterMandatoryMarkingOrEmpty_empty, type ParameterMandatoryMarkingOrEmpty_mandatoryMarking, type ParameterMediaReference, type ParameterMediaReferenceOrEmpty, type ParameterMediaReferenceOrEmpty_empty, type ParameterMediaReferenceOrEmpty_mediaReference, type ParameterMultipassGroup, type ParameterMultipassGroupOrEmpty, type ParameterMultipassGroupOrEmpty_empty, type ParameterMultipassGroupOrEmpty_group, type ParameterMultipassUser, type ParameterMultipassUserModification, type ParameterMultipassUserOrEmpty, type ParameterMultipassUserOrEmptyModification, type ParameterMultipassUserOrEmptyModification_empty, type ParameterMultipassUserOrEmptyModification_user, type ParameterMultipassUserOrEmpty_empty, type ParameterMultipassUserOrEmpty_user, type ParameterObjectList, type ParameterObjectListOrEmpty, type ParameterObjectListOrEmpty_empty, type ParameterObjectListOrEmpty_objectList, type ParameterObjectPropertyValue, type ParameterObjectPropertyValueModification, type ParameterObjectPropertyValueOrEmpty, type ParameterObjectPropertyValueOrEmptyModification, type ParameterObjectPropertyValueOrEmptyModification_empty, type ParameterObjectPropertyValueOrEmptyModification_objectPropertyValue, type ParameterObjectPropertyValueOrEmpty_empty, type ParameterObjectPropertyValueOrEmpty_objectPropertyValue, type ParameterObjectQuery, type ParameterObjectQueryModification, type ParameterObjectQueryOrEmpty, type ParameterObjectQueryOrEmptyModification, type ParameterObjectQueryOrEmptyModification_empty, type ParameterObjectQueryOrEmptyModification_objectQuery, type ParameterObjectQueryOrEmpty_empty, type ParameterObjectQueryOrEmpty_objectQuery, type ParameterObjectSetRid, type ParameterObjectSetRidOrEmpty, type ParameterObjectSetRidOrEmpty_empty, type ParameterObjectSetRidOrEmpty_objectSetRid, type ParameterObjectTypeReference, type ParameterObjectTypeReferenceModification, type ParameterObjectTypeReferenceOrEmpty, type ParameterObjectTypeReferenceOrEmptyModification, type ParameterObjectTypeReferenceOrEmptyModification_empty, type ParameterObjectTypeReferenceOrEmptyModification_objectTypeReference, type ParameterObjectTypeReferenceOrEmpty_empty, type ParameterObjectTypeReferenceOrEmpty_objectTypeReference, type ParameterPrefill, type ParameterPrefillModification, type ParameterPrefillModification_interfaceParameterPropertyValue, type ParameterPrefillModification_interfaceParameterPropertyValueV2, type ParameterPrefillModification_objectParameterPropertyValue, type ParameterPrefillModification_objectQueryPrefill, type ParameterPrefillModification_objectQueryPropertyValue, type ParameterPrefillModification_objectSetRidPrefill, type ParameterPrefillModification_parameterTransformPrefill, type ParameterPrefillModification_redacted, type ParameterPrefillModification_staticObject, type ParameterPrefillModification_staticObjectV2, type ParameterPrefillModification_staticValue, type ParameterPrefillOverride, type ParameterPrefillOverrideModification, type ParameterPrefill_interfaceParameterPropertyValue, type ParameterPrefill_interfaceParameterPropertyValueV2, type ParameterPrefill_objectParameterPropertyValue, type ParameterPrefill_objectQueryPrefill, type ParameterPrefill_objectQueryPropertyValue, type ParameterPrefill_objectSetRidPrefill, type ParameterPrefill_parameterTransformPrefill, type ParameterPrefill_redacted, type ParameterPrefill_staticObject, type ParameterPrefill_staticObjectV2, type ParameterPrefill_staticValue, type ParameterRange, type ParameterRangeModification, type ParameterRangeOrEmpty, type ParameterRangeOrEmptyModification, type ParameterRangeOrEmptyModification_empty, type ParameterRangeOrEmptyModification_range, type ParameterRangeOrEmpty_empty, type ParameterRangeOrEmpty_range, type ParameterRangeValue, type ParameterRangeValueModification, type ParameterRenderHint, type ParameterRequiredConfiguration, type ParameterRequiredOverride, type ParameterRid, type ParameterStructOrEmpty, type ParameterStructOrEmpty_delegateToAllowedStructFieldValues, type ParameterStructOrEmpty_empty, type ParameterTextRegex, type ParameterTimeSeriesReference, type ParameterTimeSeriesReferenceOrEmpty, type ParameterTimeSeriesReferenceOrEmpty_empty, type ParameterTimeSeriesReferenceOrEmpty_timeSeriesReference, type ParameterTransformPrefill, type ParameterTransformPrefillValue, type ParameterTransformPrefillValue_objectParameterPropertyValue, type ParameterTransformPrefillValue_parameterValue, type ParameterTransformPrefillValue_staticValue, type ParameterTransformPrefill_addition, type ParameterTransformPrefill_dateBetween, type ParameterTransformPrefill_dateCurrent, type ParameterTransformPrefill_division, type ParameterTransformPrefill_multiplication, type ParameterTransformPrefill_stringConcat, type ParameterTransformPrefill_subtraction, type ParameterTransformPrefill_timeBetween, type ParameterTransformPrefill_timeCurrent, type ParameterValidation, type ParameterValidationBlock, type ParameterValidationBlockModification, type ParameterValidationBlockOverride, type ParameterValidationBlockOverrideModification, type ParameterValidationBlockOverrideModification_allowedValues, type ParameterValidationBlockOverrideModification_parameterRequired, type ParameterValidationBlockOverrideModification_prefill, type ParameterValidationBlockOverrideModification_visibility, type ParameterValidationBlockOverrideRequest, type ParameterValidationBlockOverrideRequest_allowedValues, type ParameterValidationBlockOverrideRequest_parameterRequired, type ParameterValidationBlockOverrideRequest_prefill, type ParameterValidationBlockOverrideRequest_visibility, type ParameterValidationBlockOverride_allowedValues, type ParameterValidationBlockOverride_parameterRequired, type ParameterValidationBlockOverride_prefill, type ParameterValidationBlockOverride_visibility, type ParameterValidationBlockRequest, type ParameterValidationDisplayMetadata, type ParameterValidationDisplayMetadataModification, type ParameterValidationModification, type ParameterValidationNotFoundError, type ParameterValidationReferencesLaterParametersError, type ParameterValidationRequest, type ParameterValueOneOf, type ParameterValueOneOfOrEmpty, type ParameterValueOneOfOrEmpty_empty, type ParameterValueOneOfOrEmpty_oneOf, type ParameterValueType, type ParameterValueTypeOrEmpty, type ParameterValueTypeOrEmpty_missingParameterValueType, type ParameterValueTypeOrEmpty_valueType, type ParameterValueTypeReference, type ParameterValueTypeReferenceWithVersionId, type ParameterValueTypeWithVersionId, type ParameterValueTypeWithVersionIdOrEmpty, type ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType, type ParameterValueTypeWithVersionIdOrEmpty_valueType, type ParameterVisibility, type ParametersDoNotMatchParameterOrderingError, type PartialObjectType, type PartialObjectTypeCreateRequest, type PartialObjectTypeDeleteRequest, type PartialObjectTypeModifyRequest, type PartialObjectTypeModifyRequest_create, type PartialObjectTypeModifyRequest_delete, type PartialObjectTypeModifyRequest_update, type PartialObjectTypeUpdateRequest, type PartialObjectTypeWithoutRids, type PatchBackupInitializationConfigurationSourceDoesNotExistError, type PatchesConfiguration, type PolicyVersion, type PostOntologyBlockDataRequest, type PostOntologyBlockDataResponse, type PrePostFix, type PrimaryKeyConstraint, type PrimaryKeyPropertySecurityGroupType, type PrimitiveOrStructLogicRuleModification, type PrimitiveOrStructLogicRuleModification_logicRuleValueModification, type PrimitiveOrStructLogicRuleModification_structLogicRuleValueModification, type PrincipalId, type ProjectEntityRid, type ProjectEntityRid_actionTypeRid, type ProjectEntityRid_interfaceTypeRid, type ProjectEntityRid_linkTypeRid, type ProjectEntityRid_objectTypeRid, type ProjectEntityRid_sharedPropertyTypeRid, type ProjectEntityRid_typeGroupRid, type PropertiesReferenceDuplicateColumnNameWrapper, type Property, type PropertyId, type PropertyPredicate, type PropertyPredicate_and, type PropertyPredicate_hasId, type PropertyPredicate_hasRid, type PropertyPredicate_not, type PropertyPredicate_or, type PropertyPropertySecurityGroupType, type PropertyRenderHint, type PropertyRid, type PropertySecurityGroup, type PropertySecurityGroupModification, type PropertySecurityGroupName, type PropertySecurityGroupRid, type PropertySecurityGroupType, type PropertySecurityGroupType_primaryKey, type PropertySecurityGroupType_property, type PropertySecurityGroups, type PropertySecurityGroupsModification, type PropertyType, type PropertyTypeDataConstraints, type PropertyTypeDataConstraintsWrapper, type PropertyTypeDataConstraints_array, type PropertyTypeDataConstraints_boolean, type PropertyTypeDataConstraints_date, type PropertyTypeDataConstraints_decimal, type PropertyTypeDataConstraints_double, type PropertyTypeDataConstraints_float, type PropertyTypeDataConstraints_integer, type PropertyTypeDataConstraints_long, type PropertyTypeDataConstraints_short, type PropertyTypeDataConstraints_string, type PropertyTypeDataConstraints_struct, type PropertyTypeDataConstraints_timestamp, type PropertyTypeDataValue, type PropertyTypeDataValue_array, type PropertyTypeDataValue_boolean, type PropertyTypeDataValue_byte, type PropertyTypeDataValue_date, type PropertyTypeDataValue_decimal, type PropertyTypeDataValue_double, type PropertyTypeDataValue_float, type PropertyTypeDataValue_integer, type PropertyTypeDataValue_long, type PropertyTypeDataValue_short, type PropertyTypeDataValue_string, type PropertyTypeDataValue_timestamp, type PropertyTypeDisplayMetadata, type PropertyTypeId, type PropertyTypeIdentifier, type PropertyTypeIdentifier_id, type PropertyTypeIdentifier_rid, type PropertyTypeLocator, type PropertyTypeMappingInfo, type PropertyTypeMappingInfo_column, type PropertyTypeMappingInfo_editOnly, type PropertyTypeMappingInfo_struct, type PropertyTypeReference, type PropertyTypeReferenceOrNonNumericInternalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrNumericInternalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrStringConstant, type PropertyTypeReferenceOrStringConstant_constant, type PropertyTypeReferenceOrStringConstant_propertyType, type PropertyTypeReference_baseType, type PropertyTypeRid, type PropertyTypeStatus, type PropertyTypeStatus_active, type PropertyTypeStatus_deprecated, type PropertyTypeStatus_example, type PropertyTypeStatus_experimental, type PropertyWithoutRid, type PutActionTypeRequest, type PutParameterRequest, type PutParameterRequestModification, type PutSectionRequest, type PutSectionRequestModification, type QualifiedSeriesIdPropertyValue, type QuiverDashboardReference, type QuiverDashboardRid, type QuiverDashboardVersion, type RangeSizeConstraint$1 as RangeSizeConstraint, type Redacted, type RedactionOverrideOptions, type RedactionOverrideOptions_everyoneTrusted, type ReferencedLinkTypesInWorkflowNotFoundError, type ReferencedLinkTypesNotFoundError, type ReferencedObjectTypesChange, type ReferencedObjectTypesInWorkflowNotFoundError, type ReferencedObjectTypesNotFoundError, type RegexCondition, type RegexConditionModification, type RegexConstraint$1 as RegexConstraint, type RelationCardinality, type RelationDisplayMetadata, type RelationId, type RelationRid, type RelativeDateRangeTense, type RelativeDateRangeValue, type RenderingSettings, type RenderingSettings_allNotificationRenderingMustSucceed, type RenderingSettings_anyNotificationRenderingCanFail, type ResolvedBranch, type ResolvedBranch_default, type ResolvedBranch_nonDefault, type ResolvedDefaultBranch, type ResolvedInterfacePropertyType, type ResolvedInterfacePropertyTypeConstraints, type ResolvedNonDefaultBranch, type RestrictedViewName, type RestrictedViewRid, type RestrictedViewTransactionRid, type RetentionConfig, type RetentionPolicy, type RetentionPolicy_none, type RetentionPolicy_time, type RidFormatter, type RidFormatter_allFoundryRids, type RidFormatter_objectsPlatformRids, type RidUrlTarget, type RidUrlTargetModification, type RoleId, type RoleSetId, type RuleSetBinding, type RuleSetError, type RuleSetError_ruleSetsAlreadyExist, type RuleSetError_ruleSetsNotFound, type RuleSetRid, type RuleSetsAlreadyExistError, type RuleSetsNotFoundError, type SafeArg, type SafeDatasourceIdentifier, type SafeDatasourceIdentifier_datasetRid, type SafeDatasourceIdentifier_derivedPropertiesSourceRid, type SafeDatasourceIdentifier_directSourceRid, type SafeDatasourceIdentifier_editsOnly, type SafeDatasourceIdentifier_geotimeSeriesIntegrationRid, type SafeDatasourceIdentifier_mediaSetView, type SafeDatasourceIdentifier_mediaSourceRids, type SafeDatasourceIdentifier_restrictedStream, type SafeDatasourceIdentifier_restrictedViewRid, type SafeDatasourceIdentifier_streamLocatorRid, type SafeDatasourceIdentifier_tableRid, type SafeDatasourceIdentifier_timeSeriesSyncRid, type SchemaConfiguration, type SchemaMigrationBlockData, type SchemaMigrationRid, type SchemaTransitionsWithSchemaVersion, type SchemaVersion, type Section, type SectionConditionalOverride, type SectionConditionalOverrideModification, type SectionContent, type SectionContent_parameterId, type SectionDisplayBlock, type SectionDisplayBlockModification, type SectionDisplayBlockOverride, type SectionDisplayBlockOverride_visibility, type SectionDisplayMetadata, type SectionId, type SectionRid, type SectionStyle, type SectionStyle_box, type SectionStyle_minimal, type SectionValidationDisplayMetadata, type SectionVisibilityOverride, type SecurityGroupAndCondition, type SecurityGroupAndConditionModification, type SecurityGroupComparisonCondition, type SecurityGroupComparisonConditionModification, type SecurityGroupComparisonConstant, type SecurityGroupComparisonConstant_boolean, type SecurityGroupComparisonConstant_string, type SecurityGroupComparisonConstant_strings, type SecurityGroupComparisonOperator, type SecurityGroupComparisonUserProperty, type SecurityGroupComparisonUserProperty_groupIds, type SecurityGroupComparisonUserProperty_groupNames, type SecurityGroupComparisonUserProperty_userAttributes, type SecurityGroupComparisonUserProperty_userId, type SecurityGroupComparisonUserProperty_username, type SecurityGroupComparisonValue, type SecurityGroupComparisonValueModification, type SecurityGroupComparisonValueModification_constant, type SecurityGroupComparisonValueModification_property, type SecurityGroupComparisonValueModification_userProperty, type SecurityGroupComparisonValue_constant, type SecurityGroupComparisonValue_property, type SecurityGroupComparisonValue_userProperty, type SecurityGroupGranularCondition, type SecurityGroupGranularConditionModification, type SecurityGroupGranularConditionModification_and, type SecurityGroupGranularConditionModification_comparison, type SecurityGroupGranularConditionModification_markings, type SecurityGroupGranularConditionModification_not, type SecurityGroupGranularConditionModification_or, type SecurityGroupGranularConditionModification_true, type SecurityGroupGranularCondition_and, type SecurityGroupGranularCondition_comparison, type SecurityGroupGranularCondition_markings, type SecurityGroupGranularCondition_not, type SecurityGroupGranularCondition_or, type SecurityGroupGranularCondition_true, type SecurityGroupGranularPolicy, type SecurityGroupGranularPolicyModification, type SecurityGroupGranularSecurityDefinition, type SecurityGroupGranularSecurityDefinitionModification, type SecurityGroupGroupIdsUserProperty, type SecurityGroupGroupNamesUserProperty, type SecurityGroupMandatoryOnlySecurityDefinition, type SecurityGroupMandatoryOnlySecurityDefinitionModification, type SecurityGroupMandatoryPolicy, type SecurityGroupMarkingsCondition, type SecurityGroupMarkingsConditionModification, type SecurityGroupNotCondition, type SecurityGroupNotConditionModification, type SecurityGroupOrCondition, type SecurityGroupOrConditionModification, type SecurityGroupSecurityDefinition, type SecurityGroupSecurityDefinitionModification, type SecurityGroupSecurityDefinitionModification_granular, type SecurityGroupSecurityDefinitionModification_mandatoryOnly, type SecurityGroupSecurityDefinition_granular, type SecurityGroupSecurityDefinition_mandatoryOnly, type SecurityGroupTrueCondition, type SecurityGroupTrueConditionModification, type SecurityGroupUserAttributesUserProperty, type SecurityGroupUserIdUserProperty, type SecurityGroupUsernameUserProperty, type SemanticFunctionVersion, type SensorTrait, type SeriesIdPropertyValue, type SeriesValueMetadata, type SeriesValueMetadata_enum, type SeriesValueMetadata_numeric, type SeriesValueMetadata_numericOrNonNumeric, type SeriesValueMetadata_numericOrNonNumericV2, type SharedPropertiesSummary, type SharedPropertyBasedPropertyType, type SharedPropertyType, type SharedPropertyTypeBlockDataV2, type SharedPropertyTypeCreatedEvent, type SharedPropertyTypeDeletedEvent, type SharedPropertyTypeDisplayMetadata, type SharedPropertyTypeError, type SharedPropertyTypeError_sharedPropertyTypesAlreadyExist, type SharedPropertyTypeError_sharedPropertyTypesNotFound, type SharedPropertyTypeGothamMapping, type SharedPropertyTypeIdInRequest, type SharedPropertyTypeLoadRequest, type SharedPropertyTypeLoadResponse, type SharedPropertyTypeLogicRuleValueModification, type SharedPropertyTypeRid, type SharedPropertyTypeRidOrIdInRequest, type SharedPropertyTypeRidOrIdInRequest_idInRequest, type SharedPropertyTypeRidOrIdInRequest_rid, type SharedPropertyTypeSoftLinkType, type SharedPropertyTypeStructFieldLogicRuleValueModification, type SharedPropertyTypeUpdatedEvent, type SharedPropertyTypesAlreadyExistError, type SharedPropertyTypesNotFoundError, type ShortBody, type ShortBodyModification, type ShortBodyModification_basic, type ShortBody_basic, type ShortPropertyType, type ShortTypeDataConstraints$1 as ShortTypeDataConstraints, type ShortTypeDataConstraints_oneOf$1 as ShortTypeDataConstraints_oneOf, type ShortTypeDataConstraints_range$1 as ShortTypeDataConstraints_range, type ShortTypeDataValue$1 as ShortTypeDataValue, type ShortTypeRangeConstraint$1 as ShortTypeRangeConstraint, type SimpleAnalyzer, type SingleKeyJoinDefinition, type SoftLink, type SoftLinkType, type SoftLinkType_sharedPropertyType, type StandardAnalyzer, type StaticObjectPrefill, type StaticObjectPrefillV2, type StaticValue, type StaticWebhookWithDirectInput, type StaticWebhookWithDirectInputModification, type StaticWebhookWithFunctionResultInput, type StaticWebhookWithFunctionResultInputModification, type StreamLocator, type StreamLocatorRid, type StreamName, type StreamViewRid, type StringConcatOperation, type StringFormatter, type StringPropertyType, type StringTypeDataConstraints$1 as StringTypeDataConstraints, type StringTypeDataConstraints_isRid$1 as StringTypeDataConstraints_isRid, type StringTypeDataConstraints_isUuid$1 as StringTypeDataConstraints_isUuid, type StringTypeDataConstraints_length$1 as StringTypeDataConstraints_length, type StringTypeDataConstraints_oneOf$1 as StringTypeDataConstraints_oneOf, type StringTypeDataConstraints_regex$1 as StringTypeDataConstraints_regex, type StringTypeDataValue$1 as StringTypeDataValue, type StringTypeIsRidConstraint$1 as StringTypeIsRidConstraint, type StringTypeIsUuidConstraint$1 as StringTypeIsUuidConstraint, type StringTypeLengthConstraint$1 as StringTypeLengthConstraint, type StructFieldAlias, type StructFieldApiNameMapping, type StructFieldApiNameOrRid, type StructFieldApiNameOrRid_apiName, type StructFieldApiNameOrRid_rid, type StructFieldConditionalOverride, type StructFieldConditionalOverrideModification, type StructFieldConditionalValidationBlock, type StructFieldConditionalValidationBlockModification, type StructFieldDisplayMetadata, type StructFieldLogicRuleValue, type StructFieldLogicRuleValueMappingModification, type StructFieldLogicRuleValueModification, type StructFieldLogicRuleValueModification_structListParameterFieldValue, type StructFieldLogicRuleValueModification_structParameterFieldValue, type StructFieldLogicRuleValue_structListParameterFieldValue, type StructFieldLogicRuleValue_structParameterFieldValue, type StructFieldName, type StructFieldPrefill, type StructFieldPrefillModification, type StructFieldPrefillModification_interfaceObjectParameterStructFieldValue, type StructFieldPrefillModification_interfaceObjectParameterStructListFieldValue, type StructFieldPrefillModification_objectParameterStructFieldValue, type StructFieldPrefillModification_objectParameterStructListFieldValue, type StructFieldPrefillOverride, type StructFieldPrefillOverrideModification, type StructFieldPrefill_interfaceObjectParameterStructFieldValue, type StructFieldPrefill_interfaceObjectParameterStructListFieldValue, type StructFieldPrefill_objectParameterStructFieldValue, type StructFieldPrefill_objectParameterStructListFieldValue, type StructFieldRid, type StructFieldType, type StructFieldValidation, type StructFieldValidationBlock, type StructFieldValidationBlockModification, type StructFieldValidationBlockOverride, type StructFieldValidationBlockOverrideModification, type StructFieldValidationBlockOverrideModification_allowedValues, type StructFieldValidationBlockOverrideModification_parameterRequired, type StructFieldValidationBlockOverrideModification_prefill, type StructFieldValidationBlockOverrideModification_visibility, type StructFieldValidationBlockOverride_allowedValues, type StructFieldValidationBlockOverride_parameterRequired, type StructFieldValidationBlockOverride_prefill, type StructFieldValidationBlockOverride_visibility, type StructFieldValidationDisplayMetadata, type StructFieldValidationDisplayMetadataModification, type StructFieldValidationModification, type StructListParameterFieldValue, type StructParameterFieldDisplayMetadata, type StructParameterFieldDisplayMetadataV2, type StructParameterFieldValue, type StructPropertyFieldType, type StructPropertyFieldType_boolean, type StructPropertyFieldType_date, type StructPropertyFieldType_double, type StructPropertyFieldType_geohash, type StructPropertyFieldType_geoshape, type StructPropertyFieldType_integer, type StructPropertyFieldType_long, type StructPropertyFieldType_string, type StructPropertyFieldType_timestamp, type StructPropertyType, type StructTypeDataConstraints$1 as StructTypeDataConstraints, type StructTypeElementsConstraint$1 as StructTypeElementsConstraint, type StructuredShortBody, type StructuredShortBodyModification, type SubmitAllValidOrNothingThrowingMode, type SubmitValidEntriesInOrderUntilFirstFailureMode, type SubtractionOperation, type SynchronousPreWritebackWebhook, type SynchronousPreWritebackWebhookModification, type SynchronousPreWritebackWebhookModification_staticDirectInput, type SynchronousPreWritebackWebhookModification_staticFunctionInput, type SynchronousPreWritebackWebhook_staticDirectInput, type SynchronousPreWritebackWebhook_staticFunctionInput, type TableDisplayAndFormat, type TableLocator, type TableRid, type TemplateNotificationBody, type TemplateNotificationBodyModification, type TemplateRidPropertyValue, type TextEmbeddingModel, type TextEmbeddingModel_foundryLiveDeployment, type TextEmbeddingModel_lms, type TextModality, type TimeBasedRetentionPolicy, type TimeBetweenOperation, type TimeCodeFormat, type TimeCurrentOperation, type TimeDependentFormatter, type TimeDependentNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormatV2, type TimeDependentNumericSeriesFormat, type TimeDependentSeriesFormat, type TimeDependentSeriesFormat_nonNumeric, type TimeDependentSeriesFormat_numeric, type TimeDependentSeriesFormat_numericOrNonNumeric, type TimeDependentSeriesFormat_numericOrNonNumericV2, type TimeSeriesMetadata, type TimeSeriesSyncName, type TimeSeriesSyncRid, type TimeSeriesSyncViewRid, type TimestampFormatter, type TimestampPropertyType, type TimestampTypeDataConstraints$1 as TimestampTypeDataConstraints, type TimestampTypeDataValue$1 as TimestampTypeDataValue, type TimestampTypeRangeConstraint$1 as TimestampTypeRangeConstraint, type TrueCondition, type Type, type TypeClass, type TypeClassEntityIdentifier, type TypeClassEntityIdentifier_actionTypeRid, type TypeClassEntityIdentifier_linkTypeRid, type TypeClassEntityIdentifier_objectTypeRid, type TypeClassEntityIdentifier_sharedPropertyTypeRid, type TypeGroup, type TypeGroupDisplayMetadata, type TypeGroupError, type TypeGroupError_typeGroupsAlreadyExist, type TypeGroupError_typeGroupsNotFound, type TypeGroupGetOrganizationsRequest, type TypeGroupGetOrganizationsResponse, type TypeGroupIconColors, type TypeGroupIdInRequest, type TypeGroupLoadRequest, type TypeGroupLoadResponse, type TypeGroupRid, type TypeGroupRidOrIdInRequest, type TypeGroupRidOrIdInRequest_idInRequest, type TypeGroupRidOrIdInRequest_rid, type TypeGroupSetOrganizationsRequest, type TypeGroupsAlreadyExistError, type TypeGroupsNotFoundError, type TypeGroupsSummary, type Type_array, type Type_attachment, type Type_boolean, type Type_byte, type Type_cipherText, type Type_date, type Type_decimal, type Type_double, type Type_experimentalTimeDependentV1, type Type_float, type Type_geohash, type Type_geoshape, type Type_geotimeSeriesReference, type Type_integer, type Type_long, type Type_marking, type Type_mediaReference, type Type_short, type Type_string, type Type_struct, type Type_timestamp, type Type_vector, type UniqueIdentifier, type UnresolvedOntologySparkInputProperties, type UnrestrictedParameterInterfacePropertyValue, type UnsafeArg, type UrlTarget, type UrlTargetModification, type UrlTargetModification_carbonWorkspace, type UrlTargetModification_logicRuleValue, type UrlTargetModification_newObject, type UrlTargetModification_relativeUrlString, type UrlTargetModification_rid, type UrlTarget_carbonWorkspace, type UrlTarget_logicRuleValue, type UrlTarget_newObject, type UrlTarget_relativeUrlString, type UrlTarget_rid, type UseCaseRid, type UserAttributes, type UserId, type UserOrGroupId, type UserOrGroupId_groupId, type UserOrGroupId_userId, type UserProperty, type UserPropertyId, type UserPropertyId_currentUser, type UserPropertyValue, type UserPropertyValue_groupIds, type UserPropertyValue_groupNames, type UserPropertyValue_organizationMarkingIds, type UserPropertyValue_userAttributes, type UserPropertyValue_userId, type UserPropertyValue_userName, type UserTimezone, type UserValue, type ValidationRule, type ValidationRuleDisplayMetadata, type ValidationRuleIdInRequest, type ValidationRuleIdentifier, type ValidationRuleIdentifier_rid, type ValidationRuleIdentifier_validationRuleIdInRequest, type ValidationRuleIndex, type ValidationRuleModification, type ValidationRuleRid, type ValueReferenceId, type ValueReferenceSource, type ValueReferenceSource_propertyTypeRid, type ValueTypeApiName, type ValueTypeApiNameReference, type ValueTypeDataConstraint, type ValueTypeDisplayMetadata, type ValueTypeIdInRequest, type ValueTypeInputManagerRid, type ValueTypeLabel, type ValueTypeReference$1 as ValueTypeReference, type ValueTypeRid$1 as ValueTypeRid, type ValueTypeStatus, type ValueTypeVersion, type ValueTypeVersionId$1 as ValueTypeVersionId, type VectorPropertyType, type VectorSimilarityFunction, type VersionReference, type VersionReference_ontologyBranch, type VersionReference_ontologyVersion, type VersionedActionTypeRid, type VersionedActionTypesNotFoundError, type VersionedLinkTypeRid, type VersionedObjectTypeRid, type Visibility, type VisibilityOverride, type WebhookInputParamName, type WebhookOutputParamName, type WebhookRid, type WebhookVersion, type WhitespaceAnalyzer, type WorkflowError, type WorkflowError_deletedLinkTypesStillInUseInWorkflow, type WorkflowError_deletedObjectTypesStillInUseInWorkflow, type WorkflowError_referencedLinkTypesInWorkflowNotFound, type WorkflowError_referencedObjectTypesInWorkflowNotFound, type WorkflowError_workflowsAlreadyExist, type WorkflowError_workflowsNotFound, type WorkflowObjectTypeTrait, type WorkflowObjectTypeTraitDescription, type WorkflowObjectTypeTraitDisplayName, type WorkflowObjectTypeTraitId, type WorkflowObjectTypeTraitImpl, type WorkflowObjectTypeTraitProperty, type WorkflowObjectTypeTraitPropertyDescription, type WorkflowObjectTypeTraitPropertyDisplayName, type WorkflowObjectTypeTraitPropertyId, type WorkflowObjectTypeTraitReference, type WorkflowObjectTypeTraitVersion, type WorkflowsAlreadyExistError, type WorkflowsNotFoundError, type WorkshopModuleRid, type WorkshopReference, type WritebackDatasetRid, type WritebackDatasetSpec, bulkLoadOntologyEntities, createTemporaryObjectSet, getBulkLinksPage, getLinkTypesForObjectTypes, loadAllOntologies };
|
|
19975
|
+
export { type AccessRequestRid, type AccessRequestVersion, type AccessSubRequestRid, type AccessSubRequestVersion, type ActionApplierRevertConfig, type ActionApplyClientPreferences, type ActionApplyClientPreferences_disallowedClients, type ActionApplyDisallowedClients, type ActionLogConfiguration, type ActionLogMessage, type ActionLogMetadata, type ActionLogParameterReference, type ActionLogRule, type ActionLogRuleModification, type ActionLogStructFieldMapping, type ActionLogStructFieldValue, type ActionLogStructFieldValueModification, type ActionLogStructFieldValueModification_objectParameterStructFieldValue, type ActionLogStructFieldValueModification_objectParameterStructListFieldValue, type ActionLogStructFieldValueModification_structListParameterFieldValue, type ActionLogStructFieldValueModification_structParameterFieldValue, type ActionLogStructFieldValue_objectParameterStructFieldValue, type ActionLogStructFieldValue_objectParameterStructListFieldValue, type ActionLogStructFieldValue_structListParameterFieldValue, type ActionLogStructFieldValue_structParameterFieldValue, type ActionLogSummaryPart, type ActionLogSummaryPart_message, type ActionLogSummaryPart_parameter, type ActionLogValue, type ActionLogValueModification, type ActionLogValueModification_actionRid, type ActionLogValueModification_actionTimestamp, type ActionLogValueModification_actionTypeRid, type ActionLogValueModification_actionTypeVersion, type ActionLogValueModification_actionUser, type ActionLogValueModification_allEditedObjects, type ActionLogValueModification_asynchronousWebhookInstanceIds, type ActionLogValueModification_editedObjects, type ActionLogValueModification_interfaceParameterPropertyValue, type ActionLogValueModification_interfaceParameterPropertyValueV2, type ActionLogValueModification_isReverted, type ActionLogValueModification_notificationIds, type ActionLogValueModification_notifiedUsers, type ActionLogValueModification_objectParameterPropertyValue, type ActionLogValueModification_parameterValue, type ActionLogValueModification_revertTimestamp, type ActionLogValueModification_revertUser, type ActionLogValueModification_scenarioRid, type ActionLogValueModification_summary, type ActionLogValueModification_synchronousWebhookInstanceId, type ActionLogValue_actionRid, type ActionLogValue_actionTimestamp, type ActionLogValue_actionTypeRid, type ActionLogValue_actionTypeVersion, type ActionLogValue_actionUser, type ActionLogValue_allEditedObjects, type ActionLogValue_asynchronousWebhookInstanceIds, type ActionLogValue_editedObjects, type ActionLogValue_interfaceParameterPropertyValue, type ActionLogValue_interfaceParameterPropertyValueV2, type ActionLogValue_isReverted, type ActionLogValue_notificationIds, type ActionLogValue_notifiedUsers, type ActionLogValue_objectParameterPropertyValue, type ActionLogValue_parameterValue, type ActionLogValue_revertTimestamp, type ActionLogValue_revertUser, type ActionLogValue_scenarioRid, type ActionLogValue_summary, type ActionLogValue_synchronousWebhookInstanceId, type ActionLogic, type ActionLogicModification, type ActionNotification, type ActionNotificationBody, type ActionNotificationBodyFunctionExecution, type ActionNotificationBodyFunctionExecutionModification, type ActionNotificationBodyModification, type ActionNotificationBodyModification_functionGenerated, type ActionNotificationBodyModification_templateNotification, type ActionNotificationBody_functionGenerated, type ActionNotificationBody_templateNotification, type ActionNotificationModification, type ActionNotificationRecipients, type ActionNotificationRecipientsModification, type ActionNotificationRecipientsModification_functionGenerated, type ActionNotificationRecipientsModification_parameter, type ActionNotificationRecipients_functionGenerated, type ActionNotificationRecipients_parameter, type ActionNotificationSettings, type ActionParameterShapeId, type ActionRevert, type ActionRevertEnabledFor, type ActionRevertEnabledFor_actionApplier, type ActionSubmissionConfiguration, type ActionTableSubmissionMode, type ActionTableSubmissionModeConfiguration, type ActionTableSubmissionMode_submitAllValidOrNothingThrowing, type ActionTableSubmissionMode_submitValidEntriesInOrderUntilFirstFailure, type ActionType, type ActionTypeApiName, type ActionTypeBlockDataV2, type ActionTypeBranchFunctionsWithExternalCallsMode, type ActionTypeBranchFunctionsWithExternalCallsMode_allowFunctionsWithExternalCallsOnBranches, type ActionTypeBranchFunctionsWithExternalCallsMode_disableFunctionsWithExternalCallsOnBranches, type ActionTypeBranchNotificationsMode, type ActionTypeBranchNotificationsMode_allowNotificationsOnBranches, type ActionTypeBranchNotificationsMode_disableNotificationsOnBranches, type ActionTypeBranchSettings, type ActionTypeBranchSettingsModification, type ActionTypeBranchWebhooksMode, type ActionTypeBranchWebhooksMode_allowWebhooksOnBranches, type ActionTypeBranchWebhooksMode_disableWebhooksOnBranches, type ActionTypeCreate, type ActionTypeCreatedEvent, type ActionTypeDeletedEvent, type ActionTypeDisplayMetadata, type ActionTypeDisplayMetadataConfiguration, type ActionTypeDisplayMetadataModification, type ActionTypeDoesNotHaveActionTypeLevelValidationError, type ActionTypeEditingNonEditablePropertyTypeError, type ActionTypeEntities, type ActionTypeError, type ActionTypeError_actionTypeDoesNotHaveActionTypeLevelValidation, type ActionTypeError_actionTypeEditingNonEditablePropertyType, type ActionTypeError_actionTypesAlreadyExist, type ActionTypeError_actionTypesNotFound, type ActionTypeError_deletingAndEditingTheSameActionType, type ActionTypeError_inlineActionTypeCannotBeReferencedByMultipleObjectTypes, type ActionTypeError_nonExistentParametersUsedInParameterPrefill, type ActionTypeError_parameterValidationNotFound, type ActionTypeError_parameterValidationReferencesLaterParameters, type ActionTypeError_parametersDoNotMatchParameterOrdering, type ActionTypeError_versionedActionTypesNotFound, type ActionTypeFrontendConsumer, type ActionTypeFrontendConsumer_objectMonitoring, type ActionTypeGetOrganizationsRequest, type ActionTypeGetOrganizationsResponse, type ActionTypeIdInRequest, type ActionTypeIdentifier, type ActionTypeIdentifier_actionTypeIdInRequest, type ActionTypeIdentifier_rid, type ActionTypeInputManagerRid, type ActionTypeLevelValidation, type ActionTypeLoadAllRequest, type ActionTypeLoadRequest, type ActionTypeLoadRequestV2, type ActionTypeLoadResponse, type ActionTypeLoadResponseV2, type ActionTypeLoadVersionedRequest, type ActionTypeLoadVersionedResponse, type ActionTypeLogic, type ActionTypeLogicRequest, type ActionTypeMetadata, type ActionTypeMetadataModification, type ActionTypeModificationRequest, type ActionTypeModifyRequest, type ActionTypeModifyResponse, type ActionTypeParameterIdentifier, type ActionTypeParameterIdentifier_id, type ActionTypeParameterIdentifier_rid, type ActionTypePermissionInformation, type ActionTypeProvenanceModification, type ActionTypeProvenanceSourceModification, type ActionTypeProvenanceSourceModification_marketplace, type ActionTypeProvenanceSourceModification_none, type ActionTypeRestrictionStatus, type ActionTypeRichTextComponent, type ActionTypeRichTextComponent_message, type ActionTypeRichTextComponent_parameter, type ActionTypeRichTextComponent_parameterProperty, type ActionTypeRichTextMessage, type ActionTypeRichTextParameterPropertyReference, type ActionTypeRichTextParameterReference, type ActionTypeRid, type ActionTypeSetOrganizationsRequest, type ActionTypeStatus, type ActionTypeStatus_active, type ActionTypeStatus_deprecated, type ActionTypeStatus_example, type ActionTypeStatus_experimental, type ActionTypeUpdate, type ActionTypeUpdatedEvent, type ActionTypeVersion, type ActionTypesAlreadyExistError, type ActionTypesNotFoundError, type ActionTypesSummary, type ActionValidation, type ActionValidationRequest, type ActionWebhooks, type ActionWebhooksModification, type ActionsObjectSet, type ActionsObjectSetModification, type ActionsVersion, type ActiveActionTypeStatus, type ActiveInterfaceTypeStatus, type ActiveLinkTypeStatus, type ActiveObjectTypeStatus, type ActivePropertyTypeStatus, type AddInterfaceLinkRule, type AddInterfaceLinkRuleModification, type AddInterfaceLinkRuleModificationV2, type AddInterfaceLinkRuleV2, type AddInterfaceRule, type AddInterfaceRuleModification, type AddLinkRule, type AddObjectRule, type AddObjectRuleModification, type AddOrModifyObjectRule, type AddOrModifyObjectRuleModification, type AddOrModifyObjectRuleModificationV2, type AddOrModifyObjectRuleV2, type AdditionOperation, type AliasEntityIdentifier, type AliasEntityIdentifier_objectTypeRid, type AliasEntityIdentifier_sharedPropertyTypeRid, type AllEditedObjectsFieldMapping, type AllFoundryRids, type AllNotificationRenderingMustSucceed, type AllowFunctionsWithExternalCallsOnBranches, type AllowNotificationsOnBranches, type AllowNotificationsOnBranchesBranchRecipients, type AllowNotificationsOnBranchesBranchRecipients_branchRecipientsBranchOwner, type AllowNotificationsOnBranchesBranchRecipients_branchRecipientsSameAsMain, type AllowWebhooksOnBranches, type AllowedParameterValues, type AllowedParameterValuesModification, type AllowedParameterValuesModification_attachment, type AllowedParameterValuesModification_boolean, type AllowedParameterValuesModification_cbacMarking, type AllowedParameterValuesModification_datetime, type AllowedParameterValuesModification_geohash, type AllowedParameterValuesModification_geoshape, type AllowedParameterValuesModification_geotimeSeriesReference, type AllowedParameterValuesModification_interfaceObjectQuery, type AllowedParameterValuesModification_interfacePropertyValue, type AllowedParameterValuesModification_mandatoryMarking, type AllowedParameterValuesModification_mediaReference, type AllowedParameterValuesModification_multipassGroup, type AllowedParameterValuesModification_objectList, type AllowedParameterValuesModification_objectPropertyValue, type AllowedParameterValuesModification_objectQuery, type AllowedParameterValuesModification_objectSetRid, type AllowedParameterValuesModification_objectTypeReference, type AllowedParameterValuesModification_oneOf, type AllowedParameterValuesModification_range, type AllowedParameterValuesModification_redacted, type AllowedParameterValuesModification_scenarioReference, type AllowedParameterValuesModification_struct, type AllowedParameterValuesModification_text, type AllowedParameterValuesModification_timeSeriesReference, type AllowedParameterValuesModification_user, type AllowedParameterValuesModification_valueType, type AllowedParameterValuesRequest, type AllowedParameterValuesRequest_attachment, type AllowedParameterValuesRequest_boolean, type AllowedParameterValuesRequest_cbacMarking, type AllowedParameterValuesRequest_datetime, type AllowedParameterValuesRequest_geohash, type AllowedParameterValuesRequest_geoshape, type AllowedParameterValuesRequest_geotimeSeriesReference, type AllowedParameterValuesRequest_interfaceObjectQuery, type AllowedParameterValuesRequest_interfacePropertyValue, type AllowedParameterValuesRequest_mandatoryMarking, type AllowedParameterValuesRequest_mediaReference, type AllowedParameterValuesRequest_multipassGroup, type AllowedParameterValuesRequest_objectList, type AllowedParameterValuesRequest_objectPropertyValue, type AllowedParameterValuesRequest_objectQuery, type AllowedParameterValuesRequest_objectSetRid, type AllowedParameterValuesRequest_objectTypeReference, type AllowedParameterValuesRequest_oneOf, type AllowedParameterValuesRequest_range, type AllowedParameterValuesRequest_redacted, type AllowedParameterValuesRequest_scenarioReference, type AllowedParameterValuesRequest_struct, type AllowedParameterValuesRequest_text, type AllowedParameterValuesRequest_timeSeriesReference, type AllowedParameterValuesRequest_user, type AllowedParameterValuesRequest_valueType, type AllowedParameterValues_attachment, type AllowedParameterValues_boolean, type AllowedParameterValues_cbacMarking, type AllowedParameterValues_datetime, type AllowedParameterValues_geohash, type AllowedParameterValues_geoshape, type AllowedParameterValues_geotimeSeriesReference, type AllowedParameterValues_interfaceObjectQuery, type AllowedParameterValues_interfacePropertyValue, type AllowedParameterValues_mandatoryMarking, type AllowedParameterValues_mediaReference, type AllowedParameterValues_multipassGroup, type AllowedParameterValues_objectList, type AllowedParameterValues_objectPropertyValue, type AllowedParameterValues_objectQuery, type AllowedParameterValues_objectSetRid, type AllowedParameterValues_objectTypeReference, type AllowedParameterValues_oneOf, type AllowedParameterValues_range, type AllowedParameterValues_redacted, type AllowedParameterValues_scenarioReference, type AllowedParameterValues_struct, type AllowedParameterValues_text, type AllowedParameterValues_timeSeriesReference, type AllowedParameterValues_user, type AllowedParameterValues_valueType, type AllowedStructFieldValues, type AllowedStructFieldValuesModification, type AllowedStructFieldValuesModification_boolean, type AllowedStructFieldValuesModification_datetime, type AllowedStructFieldValuesModification_geohash, type AllowedStructFieldValuesModification_geoshape, type AllowedStructFieldValuesModification_objectQuery, type AllowedStructFieldValuesModification_oneOf, type AllowedStructFieldValuesModification_range, type AllowedStructFieldValuesModification_text, type AllowedStructFieldValuesOverride, type AllowedStructFieldValuesOverrideModification, type AllowedStructFieldValues_boolean, type AllowedStructFieldValues_datetime, type AllowedStructFieldValues_geohash, type AllowedStructFieldValues_geoshape, type AllowedStructFieldValues_objectQuery, type AllowedStructFieldValues_oneOf, type AllowedStructFieldValues_range, type AllowedStructFieldValues_text, type AllowedValuesOverride, type AllowedValuesOverrideModification, type AllowedValuesOverrideRequest, type Analyzer, type Analyzer_languageAnalyzer, type Analyzer_notAnalyzed, type Analyzer_simpleAnalyzer, type Analyzer_standardAnalyzer, type Analyzer_whitespaceAnalyzer, type AndCondition, type AndConditionModification, type AnyNotificationRenderingCanFail, type ArrayPropertyType, type ArrayPropertyTypeReducer, type ArrayPropertyTypeReducerSortDirection, type ArrayTypeDataConstraints$1 as ArrayTypeDataConstraints, type ArrayTypeDataValue$1 as ArrayTypeDataValue, type ArrayTypeElementsUniqueConstraint$1 as ArrayTypeElementsUniqueConstraint, type ArrayTypeSizeConstraint$1 as ArrayTypeSizeConstraint, type ArtifactGidFormatter, type AsynchronousPostWritebackWebhook, type AsynchronousPostWritebackWebhookModification, type AsynchronousPostWritebackWebhookModification_staticDirectInput, type AsynchronousPostWritebackWebhookModification_staticFunctionInput, type AsynchronousPostWritebackWebhook_staticDirectInput, type AsynchronousPostWritebackWebhook_staticFunctionInput, type AttachmentPropertyType, type Attribution, type BaseFormatter, type BaseFormatter_boolean, type BaseFormatter_date, type BaseFormatter_knownFormatter, type BaseFormatter_number, type BaseFormatter_string, type BaseFormatter_timeDependent, type BaseFormatter_timestamp, type BaseParameterSubtype, type BaseParameterSubtype_marking, type BasePropertyType, type BaseType, type BasicEmailBody, type BasicEmailBodyModification, type BatchGetEnrichedActionTypeMetadataRequest, type BatchGetEnrichedActionTypeMetadataResponse, type BatchedFunctionRule, type BatchedFunctionRuleModification, type BidirectionalRelation, type BidirectionalRelationCreateRequest, type BidirectionalRelationDeleteRequest, type BidirectionalRelationModifyRequest, type BidirectionalRelationModifyRequest_create, type BidirectionalRelationModifyRequest_delete, type BidirectionalRelationModifyRequest_update, type BidirectionalRelationUpdateRequest, type BidirectionalRelationWithoutRid, type BlockInternalId, type BlockPermissionInformation, type BlockShapeId, type BlueprintIcon, type BooleanFormatter, type BooleanPropertyType, type BooleanTypeDataConstraintValue$1 as BooleanTypeDataConstraintValue, type BooleanTypeDataConstraints$1 as BooleanTypeDataConstraints, type BooleanTypeDataValue$1 as BooleanTypeDataValue, type BranchClosedEvent, type BranchDeletedEvent, type BranchId, type BranchMergedEvent, type BranchObjectTypeResetEvent, type BranchRecipientsBranchOwner, type BranchRecipientsSameAsMain, type BuilderPipelineRid, type BulkExecutionModeConfig, type ButtonDisplayMetadata, type BytePropertyType, type ByteTypeDataValue$1 as ByteTypeDataValue, type CarbonWorkspaceComponentUrlTarget, type CarbonWorkspaceComponentUrlTargetModification, type CarbonWorkspaceComponentUrlTargetModification_rid, type CarbonWorkspaceComponentUrlTarget_rid, type CarbonWorkspaceUrlTarget, type CarbonWorkspaceUrlTargetModification, type CategoryId, type CipherTextPropertyType, type ClassificationConstraint, type ColumnLocator, type ColumnName, type ColumnNameType, type ComparisonCondition, type ComparisonConditionModification, type ComparisonOperator, type CompassFolderRid, type CompassProjectRid, type Condition, type ConditionDisplayMetadata, type ConditionIndex, type ConditionModification, type ConditionModification_and, type ConditionModification_comparison, type ConditionModification_markings, type ConditionModification_not, type ConditionModification_or, type ConditionModification_redacted, type ConditionModification_regex, type ConditionModification_true, type ConditionValue, type ConditionValueModification, type ConditionValueModification_interfaceParameterPropertyValue, type ConditionValueModification_interfaceParameterPropertyValueV2, type ConditionValueModification_objectParameterPropertyValue, type ConditionValueModification_parameterId, type ConditionValueModification_parameterLength, type ConditionValueModification_staticValue, type ConditionValueModification_userProperty, type ConditionValue_interfaceParameterPropertyValue, type ConditionValue_interfaceParameterPropertyValueV2, type ConditionValue_objectParameterPropertyValue, type ConditionValue_parameterId, type ConditionValue_parameterLength, type ConditionValue_staticValue, type ConditionValue_userProperty, type Condition_and, type Condition_comparison, type Condition_markings, type Condition_not, type Condition_or, type Condition_redacted, type Condition_regex, type Condition_true, type ConditionalOverride, type ConditionalOverrideModification, type ConditionalOverrideRequest, type ConditionalValidationBlock, type ConditionalValidationBlockModification, type ConditionalValidationBlockRequest, type CreatedInterfaceObjectReferenceByPk, type CreatedInterfaceObjectReferenceByUniqueIdentifier, type CurrentTime, type CurrentUser, type DataConstraint, type DataConstraintWrapper, type DataConstraints, type DataFilter, type DataNullability, type DataNullabilityV2, type DataSecurity, type DataSetName, type DataType, type DataType_baseType, type DatasetRid, type DatasetRidAndBranchId, type DatasetTransactionRid, type DatasourceBackingRid, type DatasourceBackingRid_datasetRid, type DatasourceBackingRid_derivedPropertiesSourceRid, type DatasourceBackingRid_directSourceRid, type DatasourceBackingRid_editsOnlyRid, type DatasourceBackingRid_geotimeSeriesIntegrationRid, type DatasourceBackingRid_mediaSetRid, type DatasourceBackingRid_mediaSetViewRid, type DatasourceBackingRid_restrictedStreamRid, type DatasourceBackingRid_restrictedViewRid, type DatasourceBackingRid_streamLocatorRid, type DatasourceBackingRid_tableRid, type DatasourceBackingRid_timeSeriesSyncRid, type DatasourceIdentifier, type DatasourceIdentifier_datasetRidAndBranchId, type DatasourceIdentifier_derivedPropertiesSourceRid, type DatasourceIdentifier_directSourceRid, type DatasourceIdentifier_editsOnly, type DatasourceIdentifier_geotimeSeriesIntegrationRid, type DatasourceIdentifier_mediaSetView, type DatasourceIdentifier_mediaSourceRids, type DatasourceIdentifier_restrictedStream, type DatasourceIdentifier_restrictedViewRid, type DatasourceIdentifier_streamLocator, type DatasourceIdentifier_table, type DatasourceIdentifier_timeSeriesSyncRid, type DatasourceName, type DatasourcePredicate, type DatasourcePredicate_hasRid, type DatasourcePredicate_isOnlyDatasource, type DatasourcePredicate_or, type DatasourceRid, type DatasourceType, type DateBetweenOperation, type DateCurrentOperation, type DateFormatter, type DatePropertyType, type DateRangeValue, type DateRangeValueModification, type DateRangeValueModification_fixed, type DateRangeValueModification_now, type DateRangeValueModification_relative, type DateRangeValue_fixed, type DateRangeValue_now, type DateRangeValue_relative, type DateTimeUnit, type DateTimeUnitDays, type DateTimeUnitHours, type DateTimeUnitMinutes, type DateTimeUnitMonths, type DateTimeUnitSeconds, type DateTimeUnitWeeks, type DateTimeUnitYears, type DateTimeUnit_days, type DateTimeUnit_hours, type DateTimeUnit_minutes, type DateTimeUnit_months, type DateTimeUnit_seconds, type DateTimeUnit_weeks, type DateTimeUnit_years, type DateTypeDataConstraints$1 as DateTypeDataConstraints, type DateTypeDataValue$1 as DateTypeDataValue, type DateTypeRangeConstraint$1 as DateTypeRangeConstraint, type DateUnit, type DateUnit_days, type DateUnit_months, type DateUnit_weeks, type DateUnit_years, type DatetimeFormat, type DatetimeFormat_localizedFormat, type DatetimeFormat_stringFormat, type DatetimeLocalizedFormat, type DatetimeStringFormat, type DatetimeTimezone, type DatetimeTimezoneDefinition, type DatetimeTimezoneDefinition_zoneId, type DatetimeTimezone_static, type DatetimeTimezone_user, type DecimalPropertyType, type DecimalTypeDataConstraints$1 as DecimalTypeDataConstraints, type DecimalTypeDataConstraints_oneOf$1 as DecimalTypeDataConstraints_oneOf, type DecimalTypeDataConstraints_range$1 as DecimalTypeDataConstraints_range, type DecimalTypeDataValue$1 as DecimalTypeDataValue, type DecimalTypeRangeConstraint$1 as DecimalTypeRangeConstraint, type DelegateToAllowedStructFieldValues, type DeleteInterfaceLinkRule, type DeleteInterfaceLinkRuleModification, type DeleteLinkRule, type DeleteObjectRule, type DeletedLinkTypesStillInUseError, type DeletedLinkTypesStillInUseInWorkflowError, type DeletedObjectTypesStillInUseError, type DeletedObjectTypesStillInUseInWorkflowError, type DeletingAndEditingTheSameActionTypeError, type DeletionMetadata, type DeprecatedActionTypeGetOrganizationsResponse, type DeprecatedActionTypeSetOrganizationsRequest, type DeprecatedActionTypeStatus, type DeprecatedInterfaceTypeStatus, type DeprecatedLinkTypeStatus, type DeprecatedObjectTypeStatus, type DeprecatedPropertyTypeStatus, type DerivedPropertiesSourceRid, type DerivedPropertyLinkTypeSide, type DirectSourceRid, type DirectedLinkTypeRid, type DisableFunctionsWithExternalCallsOnBranches, type DisableNotificationsOnBranches, type DisableWebhooksOnBranches, type DisplayMetadataConfigurationDefaultLayout, type DisplayMetadataConfigurationDisplayAndFormat, type DivisionOperation, type DoublePropertyType, type DoubleTypeDataConstraints$1 as DoubleTypeDataConstraints, type DoubleTypeDataConstraints_oneOf$1 as DoubleTypeDataConstraints_oneOf, type DoubleTypeDataConstraints_range$1 as DoubleTypeDataConstraints_range, type DoubleTypeDataValue$1 as DoubleTypeDataValue, type DoubleTypeRangeConstraint$1 as DoubleTypeRangeConstraint, type Duration, type DurationBaseValue, type DurationFormatStyle, type DurationFormatStyle_humanReadable, type DurationFormatStyle_timecode, type DurationPrecision, type DynamicObjectSet, type DynamicObjectSetInput, type DynamicObjectSetInputBase, type DynamicObjectSetInputParameter, type DynamicObjectSetInputUnioned, type DynamicObjectSetInput_base, type DynamicObjectSetInput_parameter, type DynamicObjectSetInput_unioned, type EditActionTypeRequest, type EditOnlyPropertyType, type EditParameterRequest, type EditParameterRequestModification, type EditSectionRequest, type EditSectionRequestModification, type EditValidationRuleRequest, type EditsConfiguration, type EditsHistoryObjectTypeRid, type EditsOnlyRid, type EmailBody, type EmailBodyModification, type EmailBodyModification_basic, type EmailBody_basic, type EmbeddingModel, type EmbeddingModel_multimodal, type EmbeddingModel_text, type Empty, type EndorsedObjectTypeStatus, type EnrichedActionTypeEntities, type EnrichedActionTypeMetadata, type EnrollmentRid, type EntityLoadByDatasourceResponse, type EntityLoadByDatasourceResponse_linkType, type EntityLoadByDatasourceResponse_objectType, type EntityMetadataLoadRequest, type EntityStatus, type EventMetadata, type EventsTopicRid, type EveryoneTrustedRedactionOverride, type ExampleActionTypeStatus, type ExampleInterfaceTypeStatus, type ExampleLinkTypeStatus, type ExampleObjectTypeStatus, type ExamplePropertyTypeStatus, type ExampleValue, type ExperimentalActionTypeStatus, type ExperimentalDeclarativeEditInformation, type ExperimentalInterfaceTypeStatus, type ExperimentalLinkTypeStatus, type ExperimentalObjectTypeStatus, type ExperimentalPropertyTypeStatus, type ExperimentalTimeDependentPropertyTypeV1, type FailureMessage, type FieldDisplayMetadata, type FieldMetadata, type FloatPropertyType, type FloatTypeDataConstraints$1 as FloatTypeDataConstraints, type FloatTypeDataConstraints_oneOf$1 as FloatTypeDataConstraints_oneOf, type FloatTypeDataConstraints_range$1 as FloatTypeDataConstraints_range, type FloatTypeDataValue$1 as FloatTypeDataValue, type FloatTypeRangeConstraint$1 as FloatTypeRangeConstraint, type FormContent, type FormContent_parameterId, type FormContent_sectionId, type FormatterUserId, type FoundryFieldType, type FoundryLiveDeployment, type FoundryObjectReference, type FunctionApiName, type FunctionAtVersion, type FunctionExecutionWithRecipientInput, type FunctionExecutionWithRecipientInputModification, type FunctionExecutionWithRecipientInputModification_logicRuleValue, type FunctionExecutionWithRecipientInputModification_recipient, type FunctionExecutionWithRecipientInput_logicRuleValue, type FunctionExecutionWithRecipientInput_recipient, type FunctionGeneratedActionNotificationRecipients, type FunctionGeneratedActionNotificationRecipientsModification, type FunctionGeneratedNotificationBody, type FunctionGeneratedNotificationBodyModification, type FunctionInputName, type FunctionReference, type FunctionRid, type FunctionRule, type FunctionRuleCustomExecutionMode, type FunctionRuleCustomExecutionMode_bulkExecutionModeConfig, type FunctionRuleModification, type FunctionVersion, type GenericOntologyMetadataError, type GeohashPropertyType, type GeoshapePropertyType, type GeotimeSeriesIntegrationName, type GeotimeSeriesIntegrationRid, type GeotimeSeriesReferencePropertyType, type GetActionTypesForInterfaceTypePageToken, type GetActionTypesForInterfaceTypeRequest, type GetActionTypesForInterfaceTypeResponse, type GetActionTypesForObjectTypePageToken, type GetActionTypesForObjectTypeRequest, type GetActionTypesForObjectTypeResponse, type GetBulkLinksPageRequest, type GetEntityDelegateDatasetRequest, type GetEntityDelegateDatasetResponse, type GetEntityQueryableSourceRequest, type GetEntityQueryableSourceResponse, type GetFeatureConfigurationsResponse, type GetLinkMetadataForObjectTypesRequest, type GetLinkMetadataForObjectTypesResponse, type GetLinkTypesForObjectTypesRequest, type GetLinkTypesForObjectTypesResponse, type GetObjectTypesForInterfaceTypesRequest, type GetObjectTypesForInterfaceTypesResponse, type GetObjectTypesForSharedPropertyTypesRequest, type GetObjectTypesForSharedPropertyTypesResponse, type GetObjectTypesForTypeGroupsRequest, type GetObjectTypesForTypeGroupsResponse, type GetOntologyEntitiesForTypeGroupsRequest, type GetOntologyEntitiesForTypeGroupsResponse, type GetOntologySummaryRequest, type GetOntologySummaryResponse, type GetRelationsForObjectTypesRequest, type GetRelationsForObjectTypesResponse, type GlobalBranchRid, type GroupId, type HandlebarsInputName, type HumanReadableFormat, type Icon, type IconReference, type Icon_blueprint, type ImageModality, type ImplementingLinkType, type ImportedOntologyEntitiesForProjectSpanOntologies, type InlineActionDisplayOptions, type InlineActionType, type InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, type InstallLocationBlockShapeId, type IntegerPropertyType, type IntegerTypeDataConstraints$1 as IntegerTypeDataConstraints, type IntegerTypeDataConstraints_oneOf$1 as IntegerTypeDataConstraints_oneOf, type IntegerTypeDataConstraints_range$1 as IntegerTypeDataConstraints_range, type IntegerTypeDataValue$1 as IntegerTypeDataValue, type IntegerTypeRangeConstraint$1 as IntegerTypeRangeConstraint, type InterfaceArrayPropertyType, type InterfaceCipherTextPropertyType, type InterfaceDefinedPropertyType, type InterfaceDefinedPropertyTypeConstraints, type InterfaceLinkType, type InterfaceLinkTypeApiName, type InterfaceLinkTypeCardinality, type InterfaceLinkTypeIdInRequest, type InterfaceLinkTypeMetadata, type InterfaceLinkTypeRid, type InterfaceLinkTypeRidOrIdInRequest, type InterfaceLinkTypeRidOrIdInRequest_idInRequest, type InterfaceLinkTypeRidOrIdInRequest_rid, type InterfaceObjectParameterStructFieldValue, type InterfaceObjectParameterStructFieldValueModification, type InterfaceObjectParameterStructListFieldValue, type InterfaceObjectParameterStructListFieldValueModification, type InterfaceParameterPropertyValue, type InterfaceParameterPropertyValueModification, type InterfaceParameterPropertyValueModificationV2, type InterfaceParameterPropertyValueV2, type InterfacePropertyImplementation, type InterfacePropertyLogicRuleValue, type InterfacePropertyLogicRuleValue_logicRuleValue, type InterfacePropertyLogicRuleValue_structLogicRuleValue, type InterfacePropertyType, type InterfacePropertyTypeApiName, type InterfacePropertyTypeDisplayMetadata, type InterfacePropertyTypeIdInRequest, type InterfacePropertyTypeImplementation, type InterfacePropertyTypeImplementation_propertyTypeRid, type InterfacePropertyTypeImplementation_reducedProperty, type InterfacePropertyTypeImplementation_structField, type InterfacePropertyTypeImplementation_structPropertyTypeMapping, type InterfacePropertyTypeLogicRuleValueModification, type InterfacePropertyTypeRid, type InterfacePropertyTypeRidOrIdInRequest, type InterfacePropertyTypeRidOrIdInRequest_idInRequest, type InterfacePropertyTypeRidOrIdInRequest_rid, type InterfacePropertyTypeType, type InterfacePropertyTypeType_array, type InterfacePropertyTypeType_attachment, type InterfacePropertyTypeType_boolean, type InterfacePropertyTypeType_byte, type InterfacePropertyTypeType_cipherText, type InterfacePropertyTypeType_date, type InterfacePropertyTypeType_decimal, type InterfacePropertyTypeType_double, type InterfacePropertyTypeType_experimentalTimeDependentV1, type InterfacePropertyTypeType_float, type InterfacePropertyTypeType_geohash, type InterfacePropertyTypeType_geoshape, type InterfacePropertyTypeType_geotimeSeriesReference, type InterfacePropertyTypeType_integer, type InterfacePropertyTypeType_long, type InterfacePropertyTypeType_marking, type InterfacePropertyTypeType_mediaReference, type InterfacePropertyTypeType_short, type InterfacePropertyTypeType_string, type InterfacePropertyTypeType_struct, type InterfacePropertyTypeType_timestamp, type InterfacePropertyTypeType_vector, type InterfacePropertyType_interfaceDefinedPropertyType, type InterfacePropertyType_sharedPropertyBasedPropertyType, type InterfaceSharedPropertyType, type InterfaceStructFieldType, type InterfaceStructPropertyType, type InterfaceType, type InterfaceTypeApiName, type InterfaceTypeBlockDataV2, type InterfaceTypeCreatedEvent, type InterfaceTypeDeletedEvent, type InterfaceTypeDisplayMetadata, type InterfaceTypeError, type InterfaceTypeError_interfaceTypesAlreadyExist, type InterfaceTypeError_interfaceTypesNotFound, type InterfaceTypeIdInRequest, type InterfaceTypeLoadRequest, type InterfaceTypeLoadResponse, type InterfaceTypeRid, type InterfaceTypeRidOrIdInRequest, type InterfaceTypeRidOrIdInRequest_idInRequest, type InterfaceTypeRidOrIdInRequest_rid, type InterfaceTypeStatus, type InterfaceTypeStatus_active, type InterfaceTypeStatus_deprecated, type InterfaceTypeStatus_example, type InterfaceTypeStatus_experimental, type InterfaceTypeUpdatedEvent, type InterfaceTypesAlreadyExistError, type InterfaceTypesNotFoundError, type InterfacesSummary, type IntermediaryLinkDefinition, type InvalidCompassNameReason, type IsOnlyDatasource, type JoinDefinition, type JoinDefinition_joinTable, type JoinDefinition_singleKey, type KnownFormatter, type KnownFormatter_artifactGidFormatter, type KnownFormatter_ridFormatter, type KnownFormatter_sidcFormatter, type KnownFormatter_userId, type KnownMarketplaceIdentifiers, type LabelledValue, type LanguageAnalyzer, type LimeIndexRid, type LinkDefinition, type LinkDefinition_intermediary, type LinkDefinition_manyToMany, type LinkDefinition_oneToMany, type LinkMetadata, type LinkMetadata_linkType, type LinkMetadata_softLink, type LinkType, type LinkTypeBlockDataV2, type LinkTypeCreatedEvent, type LinkTypeDeletedEvent, type LinkTypeDisplayMetadata, type LinkTypeError, type LinkTypeError_deletedLinkTypesStillInUse, type LinkTypeError_deletedObjectsStillInUse, type LinkTypeError_linkTypeRidsNotFound, type LinkTypeError_linkTypesAlreadyExist, type LinkTypeError_linkTypesNotFound, type LinkTypeError_referencedLinkTypesNotFound, type LinkTypeError_referencedObjectTypesNotFound, type LinkTypeId, type LinkTypeIdentifier, type LinkTypeIdentifier_linkTypeId, type LinkTypeIdentifier_linkTypeRid, type LinkTypeInputManagerRid, type LinkTypeInputSpec, type LinkTypeLoadRequest, type LinkTypeLoadResponse, type LinkTypeMetadata, type LinkTypeMetadataInputManagerRid, type LinkTypePeeringMetadata, type LinkTypePeeringMetadataV1, type LinkTypePeeringMetadata_v1, type LinkTypePeeringRid, type LinkTypePermissionInformation, type LinkTypeRestrictionStatus, type LinkTypeRid, type LinkTypeRidOrId, type LinkTypeRidOrId_id, type LinkTypeRidOrId_rid, type LinkTypeRidsNotFoundError, type LinkTypeStatus, type LinkTypeStatus_active, type LinkTypeStatus_deprecated, type LinkTypeStatus_example, type LinkTypeStatus_experimental, type LinkTypeUpdatedEvent, type LinkTypesAlreadyExistError, type LinkTypesNotFoundError, type LinkTypesSummary, type LinkedEntityTypeId, type LinkedEntityTypeId_interfaceType, type LinkedEntityTypeId_objectType, type LinkedEntityTypeRidOrIdInRequest, type LinkedEntityTypeRidOrIdInRequest_interfaceType, type LinkedEntityTypeRidOrIdInRequest_objectType, type LinkedObjectReference, type LinkedObjectReferenceModification, type LinkedObjectReferenceModification_createdInterfaceObjectReferenceByPk, type LinkedObjectReferenceModification_createdInterfaceObjectReferenceByUniqueIdentifier, type LinkedObjectReferenceModification_createdObjectReference, type LinkedObjectReferenceModification_existingObject, type LinkedObjectReference_createdInterfaceObjectReferenceByPk, type LinkedObjectReference_createdInterfaceObjectReferenceByUniqueIdentifier, type LinkedObjectReference_createdObjectReference, type LinkedObjectReference_existingObject, type LiveDeploymentRid, type LmsEmbeddingModel, type LoadActionTypesFromOntologyRequest, type LoadActionTypesFromOntologyResponse, type LoadAllActionTypesFromOntologyRequest, type LoadAllActionTypesPageItem, type LoadAllActionTypesPageRequest, type LoadAllActionTypesPageResponse, type LoadAllActionTypesPageToken, type LoadAllInterfaceTypesPageItem, type LoadAllInterfaceTypesPageRequest, type LoadAllInterfaceTypesPageResponse, type LoadAllInterfaceTypesPageToken, type LoadAllObjectTypesFromOntologyPageRequest, type LoadAllObjectTypesFromOntologyPageResponse, type LoadAllObjectTypesPageItem, type LoadAllObjectTypesPageRequest, type LoadAllObjectTypesPageResponse, type LoadAllObjectTypesPageToken, type LoadAllOntologiesRequest, type LoadAllOntologiesResponse, type LoadAllSharedPropertyTypesPageItem, type LoadAllSharedPropertyTypesPageRequest, type LoadAllSharedPropertyTypesPageResponse, type LoadAllSharedPropertyTypesPageToken, type LoadAllTypeGroupsPageItem, type LoadAllTypeGroupsPageRequest, type LoadAllTypeGroupsPageResponse, type LoadAllTypeGroupsPageToken, type LogicRule, type LogicRuleIdInRequest, type LogicRuleIdentifier, type LogicRuleIdentifier_logicRuleIdInRequest, type LogicRuleIdentifier_rid, type LogicRuleModification, type LogicRuleModification_addInterfaceLinkRule, type LogicRuleModification_addInterfaceLinkRuleV2, type LogicRuleModification_addInterfaceRule, type LogicRuleModification_addLinkRule, type LogicRuleModification_addObjectRule, type LogicRuleModification_addOrModifyObjectRule, type LogicRuleModification_addOrModifyObjectRuleV2, type LogicRuleModification_batchedFunctionRule, type LogicRuleModification_deleteInterfaceLinkRule, type LogicRuleModification_deleteLinkRule, type LogicRuleModification_deleteObjectRule, type LogicRuleModification_functionRule, type LogicRuleModification_modifyInterfaceRule, type LogicRuleModification_modifyObjectRule, type LogicRuleModification_scenarioRule, type LogicRuleRid, type LogicRuleValue, type LogicRuleValueModification, type LogicRuleValueModification_currentTime, type LogicRuleValueModification_currentUser, type LogicRuleValueModification_interfaceParameterPropertyValue, type LogicRuleValueModification_interfaceParameterPropertyValueV2, type LogicRuleValueModification_objectParameterPropertyValue, type LogicRuleValueModification_parameterId, type LogicRuleValueModification_staticValue, type LogicRuleValueModification_synchronousWebhookOutput, type LogicRuleValueModification_uniqueIdentifier, type LogicRuleValue_currentTime, type LogicRuleValue_currentUser, type LogicRuleValue_interfaceParameterPropertyValue, type LogicRuleValue_interfaceParameterPropertyValueV2, type LogicRuleValue_objectParameterPropertyValue, type LogicRuleValue_parameterId, type LogicRuleValue_staticValue, type LogicRuleValue_synchronousWebhookOutput, type LogicRuleValue_uniqueIdentifier, type LogicRule_addInterfaceLinkRule, type LogicRule_addInterfaceLinkRuleV2, type LogicRule_addInterfaceRule, type LogicRule_addLinkRule, type LogicRule_addObjectRule, type LogicRule_addOrModifyObjectRule, type LogicRule_addOrModifyObjectRuleV2, type LogicRule_batchedFunctionRule, type LogicRule_deleteInterfaceLinkRule, type LogicRule_deleteLinkRule, type LogicRule_deleteObjectRule, type LogicRule_functionRule, type LogicRule_modifyInterfaceRule, type LogicRule_modifyObjectRule, type LogicRule_scenarioRule, type LongPropertyType, type LongTypeDataConstraints$1 as LongTypeDataConstraints, type LongTypeDataConstraints_oneOf$1 as LongTypeDataConstraints_oneOf, type LongTypeDataConstraints_range$1 as LongTypeDataConstraints_range, type LongTypeDataValue$1 as LongTypeDataValue, type LongTypeRangeConstraint$1 as LongTypeRangeConstraint, type MandatoryMarkingConstraint, type ManyToManyJoinDefinition, type ManyToManyLinkDefinition, type ManyToManyLinkTypeDatasetDatasource, type ManyToManyLinkTypeDatasource, type ManyToManyLinkTypeDatasourceDefinition, type ManyToManyLinkTypeDatasourceDefinition_dataset, type ManyToManyLinkTypeDatasourceDefinition_stream, type ManyToManyLinkTypeStreamDatasource, type MarketplaceActionType, type MarketplaceActionTypeDisplayMetadata, type MarketplaceActionTypeMetadata, type MarketplaceActiveInterfaceTypeStatus, type MarketplaceDataConstraints, type MarketplaceDeprecatedInterfaceTypeStatus, type MarketplaceExampleInterfaceTypeStatus, type MarketplaceExperimentalInterfaceTypeStatus, type MarketplaceInterfaceDefinedPropertyType, type MarketplaceInterfaceDefinedPropertyTypeConstraints, type MarketplaceInterfaceLinkType, type MarketplaceInterfaceLinkTypeCardinality, type MarketplaceInterfaceLinkTypeMetadata, type MarketplaceInterfacePropertyType, type MarketplaceInterfacePropertyType_interfaceDefinedPropertyType, type MarketplaceInterfacePropertyType_sharedPropertyBasedPropertyType, type MarketplaceInterfaceType, type MarketplaceInterfaceTypeDisplayMetadata, type MarketplaceInterfaceTypeStatus, type MarketplaceInterfaceTypeStatus_active, type MarketplaceInterfaceTypeStatus_deprecated, type MarketplaceInterfaceTypeStatus_example, type MarketplaceInterfaceTypeStatus_experimental, type MarketplaceObjectTypeEntityMetadata, type MarketplaceSharedPropertyBasedPropertyType, type MarkingDisplayName, type MarkingFilter, type MarkingFilter_markingTypes, type MarkingGroupName, type MarkingId, type MarkingInfo, type MarkingPropertyType, type MarkingSubtype, type MarkingType, type MarkingTypesFilter, type MarkingsCondition, type MarkingsConditionModification, type MediaItemRid, type MediaReferencePropertyType, type MediaSetBranchRid, type MediaSetRid, type MediaSetViewLocator, type MediaSetViewName, type MediaSetViewRid, type MediaSourceRid, type MediaSourceRid_datasetRid, type MediaSourceRid_mediaSetRid, type MioEmbeddingModel, type MissingAffectedObjectTypesForFunctionRule, type MissingParameterValueType, type Modality, type Modality_image, type Modality_text, type ModelWithSource, type ModelWithSource_mio, type ModifyInterfaceRule, type ModifyInterfaceRuleModification, type ModifyObjectRule, type ModifyObjectRuleModification, type ModuleRid, type MultimodalEmbeddingModel, type MultipassUserFilter, type MultipassUserFilterModification, type MultipassUserFilterModification_groupFilter, type MultipassUserFilter_groupFilter, type MultipassUserInGroupFilter, type MultipassUserInGroupFilterModification, type MultiplicationOperation, type MustBeEmpty, type NestedInterfacePropertyTypeImplementation, type NestedInterfacePropertyTypeImplementation_propertyTypeRid, type NestedInterfacePropertyTypeImplementation_structField, type NestedInterfacePropertyTypeImplementation_structPropertyTypeMapping, type NestedStructFieldApiNameMapping, type NewObjectUrlTarget, type NewObjectUrlTargetModification, type NoRetentionPolicy, type NonExistentParametersUsedInParameterPrefillError, type NonNumericInternalInterpolation, type NonNumericSeriesValueMetadata, type NonNumericSeriesValueUnit, type NoneEntityProvenance, type NotAnalyzedAnalyzer, type NotCondition, type NotConditionModification, type NotepadReference, type NotepadRid, type NotificationRecipient, type NotificationResultTypeLink, type NotificationResultTypeLinkModification, type NotificationTemplateInputValue, type NotificationTemplateInputValueModification, type NotificationTemplateInputValueModification_actionTriggererValue, type NotificationTemplateInputValueModification_logicRuleValue, type NotificationTemplateInputValueModification_recipientValue, type NotificationTemplateInputValue_actionTriggererValue, type NotificationTemplateInputValue_logicRuleValue, type NotificationTemplateInputValue_recipientValue, type NumberFormatBase, type NumberFormatBasisPoint, type NumberFormatBillions, type NumberFormatCurrency, type NumberFormatCurrencyStyle, type NumberFormatCustomUnit, type NumberFormatDuration, type NumberFormatMillions, type NumberFormatNotation, type NumberFormatOrdinal, type NumberFormatPerMille, type NumberFormatPercentage, type NumberFormatPrePostFix, type NumberFormatThousands, type NumberFormatUnit, type NumberFormatter, type NumberFormatter_base, type NumberFormatter_basisPoint, type NumberFormatter_billions, type NumberFormatter_currency, type NumberFormatter_customUnit, type NumberFormatter_duration, type NumberFormatter_millions, type NumberFormatter_ordinal, type NumberFormatter_perMille, type NumberFormatter_percentage, type NumberFormatter_prePost, type NumberFormatter_thousands, type NumberFormatter_unit, type NumberRoundingMode, type NumericInternalInterpolation, type NumericOrNonNumericSeriesValueMetadata, type NumericOrNonNumericSeriesValueMetadataV2, type NumericSeriesValueMetadata, type NumericSeriesValueUnit, type NumericSeriesValueUnit_customUnit, type NumericSeriesValueUnit_standardUnit, type ObjectDbRid, type ObjectDbSyncRid, type ObjectDisplayMetadata, type ObjectIdentifier, type ObjectMonitoringFrontendConsumer, type ObjectOrLinkTypeRid, type ObjectParameterPropertyValue, type ObjectParameterStructFieldValue, type ObjectParameterStructFieldValueModification, type ObjectParameterStructListFieldValue, type ObjectParameterStructListFieldValueModification, type ObjectQueryPrefill, type ObjectQueryPrefillModification, type ObjectQueryPropertyValue, type ObjectQueryPropertyValueModification, type ObjectRid, type ObjectSet, type ObjectSetFilter$1 as ObjectSetFilter, type ObjectSetRidPrefill, type ObjectSetRidPrefillModification, type ObjectSetSearchAround, type ObjectSetTransform, type ObjectSetTransform_propertyFilter, type ObjectSetTransform_searchAround, type ObjectType, type ObjectTypeApiName, type ObjectTypeBlockDataV2, type ObjectTypeCreatedEvent, type ObjectTypeDatasetDatasource, type ObjectTypeDatasetDatasourceV2, type ObjectTypeDatasetDatasourceV3, type ObjectTypeDatasource, type ObjectTypeDatasourceDefinition, type ObjectTypeDatasourceDefinition_dataset, type ObjectTypeDatasourceDefinition_datasetV2, type ObjectTypeDatasourceDefinition_datasetV3, type ObjectTypeDatasourceDefinition_derived, type ObjectTypeDatasourceDefinition_direct, type ObjectTypeDatasourceDefinition_editsOnly, type ObjectTypeDatasourceDefinition_geotimeSeries, type ObjectTypeDatasourceDefinition_media, type ObjectTypeDatasourceDefinition_mediaSetView, type ObjectTypeDatasourceDefinition_restrictedStream, type ObjectTypeDatasourceDefinition_restrictedView, type ObjectTypeDatasourceDefinition_restrictedViewV2, type ObjectTypeDatasourceDefinition_stream, type ObjectTypeDatasourceDefinition_streamV2, type ObjectTypeDatasourceDefinition_streamV3, type ObjectTypeDatasourceDefinition_table, type ObjectTypeDatasourceDefinition_timeSeries, type ObjectTypeDeletedEvent, type ObjectTypeDerivedPropertiesDatasource, type ObjectTypeDirectDatasource, type ObjectTypeDisplayMetadata, type ObjectTypeEditsOnlyDatasource, type ObjectTypeEmbeddingInput, type ObjectTypeError, type ObjectTypeError_mainValueStructFieldApiNamesNotFound, type ObjectTypeError_objectTypeRidsNotFound, type ObjectTypeError_objectTypesAlreadyExist, type ObjectTypeError_objectTypesNotFound, type ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist, type ObjectTypeError_reducerStructFieldApiNamesNotFound, type ObjectTypeFieldApiName, type ObjectTypeGeotimeSeriesDatasource, type ObjectTypeId, type ObjectTypeIdentifier, type ObjectTypeIdentifier_objectTypeId, type ObjectTypeIdentifier_objectTypeRid, type ObjectTypeIdsAndInterfaceTypeRids, type ObjectTypeInputManagerProperties, type ObjectTypeInputManagerRid, type ObjectTypeInputSpec, type ObjectTypeInterfaceImplementation, type ObjectTypeLoadRequest, type ObjectTypeLoadResponse, type ObjectTypeMainValueStructFieldApiNamesNotFoundError, type ObjectTypeMediaDatasource, type ObjectTypeMediaSetViewDatasource, type ObjectTypeMetadataInputManagerRid, type ObjectTypePeeringMetadata, type ObjectTypePeeringMetadataV1, type ObjectTypePeeringMetadata_v1, type ObjectTypePeeringRid, type ObjectTypePermissionInformation, type ObjectTypeReducerStructFieldApiNamesNotFoundError, type ObjectTypeRestrictedStreamDatasource, type ObjectTypeRestrictedViewDatasource, type ObjectTypeRestrictedViewDatasourceV2, type ObjectTypeRestrictionStatus, type ObjectTypeRid, type ObjectTypeRidsAndInterfaceTypeRids, type ObjectTypeRidsNotFoundError, type ObjectTypeStatus, type ObjectTypeStatus_active, type ObjectTypeStatus_deprecated, type ObjectTypeStatus_endorsed, type ObjectTypeStatus_example, type ObjectTypeStatus_experimental, type ObjectTypeStreamDatasource, type ObjectTypeStreamDatasourceV2, type ObjectTypeStreamDatasourceV3, type ObjectTypeTableDatasource, type ObjectTypeTimeSeriesDatasource, type ObjectTypeTraitPropertySpecification, type ObjectTypeTraits, type ObjectTypeUpdatedEvent, type ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, type ObjectTypesAlreadyExistError, type ObjectTypesNotFoundError, type ObjectTypesSummary, type ObjectsPlatformRids, type ObjectsWritebackDataset, type OneOfDecimalTypeConstraint$1 as OneOfDecimalTypeConstraint, type OneOfDoubleTypeConstraint$1 as OneOfDoubleTypeConstraint, type OneOfFloatTypeConstraint$1 as OneOfFloatTypeConstraint, type OneOfIntegerTypeConstraint$1 as OneOfIntegerTypeConstraint, type OneOfLongTypeConstraint$1 as OneOfLongTypeConstraint, type OneOfShortTypeConstraint$1 as OneOfShortTypeConstraint, type OneOfStringTypeConstraint$1 as OneOfStringTypeConstraint, type OneToManyLinkCardinalityHint, type OneToManyLinkDefinition, type OntologyActionTypeLoadRequest, type OntologyApiName, type OntologyBlockDataV2, type OntologyBranch, type OntologyBranchRid, type OntologyBulkLoadEntitiesByDatasourcesRequest, type OntologyBulkLoadEntitiesByDatasourcesResponse, type OntologyBulkLoadEntitiesRequest, type OntologyBulkLoadEntitiesResponse, type OntologyDatasetType, type OntologyEntitiesUsedInTypeGroup, type OntologyIndexingEvent, type OntologyIndexingEvent_branchObjectTypeReset, type OntologyInformation, type OntologyIr, type OntologyIrActionLogMetadata, type OntologyIrActionLogRule, type OntologyIrActionLogStructFieldValue, type OntologyIrActionLogStructFieldValue_objectParameterStructFieldValue, type OntologyIrActionLogStructFieldValue_objectParameterStructListFieldValue, type OntologyIrActionLogStructFieldValue_structListParameterFieldValue, type OntologyIrActionLogStructFieldValue_structParameterFieldValue, type OntologyIrActionLogValue, type OntologyIrActionLogValue_actionRid, type OntologyIrActionLogValue_actionTimestamp, type OntologyIrActionLogValue_actionTypeRid, type OntologyIrActionLogValue_actionTypeVersion, type OntologyIrActionLogValue_actionUser, type OntologyIrActionLogValue_allEditedObjects, type OntologyIrActionLogValue_asynchronousWebhookInstanceIds, type OntologyIrActionLogValue_editedObjects, type OntologyIrActionLogValue_interfaceParameterPropertyValue, type OntologyIrActionLogValue_interfaceParameterPropertyValueV2, type OntologyIrActionLogValue_isReverted, type OntologyIrActionLogValue_notificationIds, type OntologyIrActionLogValue_notifiedUsers, type OntologyIrActionLogValue_objectParameterPropertyValue, type OntologyIrActionLogValue_parameterValue, type OntologyIrActionLogValue_revertTimestamp, type OntologyIrActionLogValue_revertUser, type OntologyIrActionLogValue_scenarioRid, type OntologyIrActionLogValue_summary, type OntologyIrActionLogValue_synchronousWebhookInstanceId, type OntologyIrActionLogic, type OntologyIrActionNotification, type OntologyIrActionNotificationBody, type OntologyIrActionNotificationBodyFunctionExecution, type OntologyIrActionNotificationBody_functionGenerated, type OntologyIrActionNotificationBody_templateNotification, type OntologyIrActionNotificationRecipients, type OntologyIrActionNotificationRecipients_functionGenerated, type OntologyIrActionNotificationRecipients_parameter, type OntologyIrActionTypeBlockDataV2, type OntologyIrActionTypeEntities, type OntologyIrActionTypeLevelValidation, type OntologyIrActionTypeLogic, type OntologyIrActionTypeRichTextComponent, type OntologyIrActionTypeRichTextComponent_message, type OntologyIrActionTypeRichTextComponent_parameter, type OntologyIrActionTypeRichTextComponent_parameterProperty, type OntologyIrActionTypeRichTextParameterPropertyReference, type OntologyIrActionTypeStatus, type OntologyIrActionTypeStatus_active, type OntologyIrActionTypeStatus_deprecated, type OntologyIrActionTypeStatus_example, type OntologyIrActionTypeStatus_experimental, type OntologyIrActionValidation, type OntologyIrActionWebhooks, type OntologyIrActionsObjectSet, type OntologyIrAddInterfaceLinkRule, type OntologyIrAddInterfaceLinkRuleV2, type OntologyIrAddInterfaceRule, type OntologyIrAddObjectRule, type OntologyIrAddOrModifyObjectRule, type OntologyIrAddOrModifyObjectRuleV2, type OntologyIrAdditionOperation, type OntologyIrAllEditedObjectsFieldMapping, type OntologyIrAllowedParameterValues, type OntologyIrAllowedParameterValues_attachment, type OntologyIrAllowedParameterValues_boolean, type OntologyIrAllowedParameterValues_cbacMarking, type OntologyIrAllowedParameterValues_datetime, type OntologyIrAllowedParameterValues_geohash, type OntologyIrAllowedParameterValues_geoshape, type OntologyIrAllowedParameterValues_geotimeSeriesReference, type OntologyIrAllowedParameterValues_interfaceObjectQuery, type OntologyIrAllowedParameterValues_interfacePropertyValue, type OntologyIrAllowedParameterValues_mandatoryMarking, type OntologyIrAllowedParameterValues_mediaReference, type OntologyIrAllowedParameterValues_multipassGroup, type OntologyIrAllowedParameterValues_objectList, type OntologyIrAllowedParameterValues_objectPropertyValue, type OntologyIrAllowedParameterValues_objectQuery, type OntologyIrAllowedParameterValues_objectSetRid, type OntologyIrAllowedParameterValues_objectTypeReference, type OntologyIrAllowedParameterValues_oneOf, type OntologyIrAllowedParameterValues_range, type OntologyIrAllowedParameterValues_redacted, type OntologyIrAllowedParameterValues_scenarioReference, type OntologyIrAllowedParameterValues_text, type OntologyIrAllowedParameterValues_timeSeriesReference, type OntologyIrAllowedParameterValues_user, type OntologyIrAllowedParameterValues_valueType, type OntologyIrAllowedStructFieldValues, type OntologyIrAllowedStructFieldValuesOverride, type OntologyIrAllowedStructFieldValues_boolean, type OntologyIrAllowedStructFieldValues_datetime, type OntologyIrAllowedStructFieldValues_geohash, type OntologyIrAllowedStructFieldValues_geoshape, type OntologyIrAllowedStructFieldValues_objectQuery, type OntologyIrAllowedStructFieldValues_oneOf, type OntologyIrAllowedStructFieldValues_range, type OntologyIrAllowedStructFieldValues_text, type OntologyIrAllowedValuesOverride, type OntologyIrAndCondition, type OntologyIrArrayPropertyType, type OntologyIrArrayPropertyTypeReducer, type OntologyIrAsynchronousPostWritebackWebhook, type OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput, type OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput, type OntologyIrBaseFormatter, type OntologyIrBaseFormatter_boolean, type OntologyIrBaseFormatter_date, type OntologyIrBaseFormatter_knownFormatter, type OntologyIrBaseFormatter_number, type OntologyIrBaseFormatter_string, type OntologyIrBaseFormatter_timeDependent, type OntologyIrBaseFormatter_timestamp, type OntologyIrBaseParameterType, type OntologyIrBaseParameterType_decimal, type OntologyIrBaseParameterType_decimalList, type OntologyIrBaseParameterType_interfaceReference, type OntologyIrBaseParameterType_interfaceReferenceList, type OntologyIrBaseParameterType_objectReference, type OntologyIrBaseParameterType_objectReferenceList, type OntologyIrBaseParameterType_objectSetRid, type OntologyIrBaseParameterType_objectTypeReference, type OntologyIrBaseParameterType_struct, type OntologyIrBaseParameterType_structList, type OntologyIrBaseParameterType_timestamp, type OntologyIrBaseParameterType_timestampList, type OntologyIrBasicEmailBody, type OntologyIrBatchedFunctionRule, type OntologyIrBlockPermissionInformation, type OntologyIrCarbonWorkspaceComponentUrlTarget, type OntologyIrCarbonWorkspaceComponentUrlTarget_rid, type OntologyIrCarbonWorkspaceUrlTarget, type OntologyIrCipherTextPropertyType, type OntologyIrClassificationConstraint, type OntologyIrComparisonCondition, type OntologyIrCondition, type OntologyIrConditionValue, type OntologyIrConditionValue_interfaceParameterPropertyValue, type OntologyIrConditionValue_objectParameterPropertyValue, type OntologyIrConditionValue_parameterId, type OntologyIrConditionValue_parameterLength, type OntologyIrConditionValue_staticValue, type OntologyIrConditionValue_userProperty, type OntologyIrCondition_and, type OntologyIrCondition_comparison, type OntologyIrCondition_markings, type OntologyIrCondition_not, type OntologyIrCondition_or, type OntologyIrCondition_redacted, type OntologyIrCondition_regex, type OntologyIrCondition_true, type OntologyIrConditionalOverride, type OntologyIrConditionalValidationBlock, type OntologyIrDataSecurity, type OntologyIrDateBetweenOperation, type OntologyIrDateRangeValue, type OntologyIrDateRangeValue_fixed, type OntologyIrDateRangeValue_now, type OntologyIrDateRangeValue_relative, type OntologyIrDatetimeTimezone, type OntologyIrDatetimeTimezoneDefinition, type OntologyIrDatetimeTimezoneDefinition_zoneId, type OntologyIrDatetimeTimezone_static, type OntologyIrDatetimeTimezone_user, type OntologyIrDeleteInterfaceLinkRule, type OntologyIrDeprecatedActionTypeStatus, type OntologyIrDeprecatedLinkTypeStatus, type OntologyIrDeprecatedObjectTypeStatus, type OntologyIrDeprecatedPropertyTypeStatus, type OntologyIrDerivedPropertiesDefinition, type OntologyIrDerivedPropertyAggregation, type OntologyIrDivisionOperation, type OntologyIrDynamicObjectSet, type OntologyIrDynamicObjectSetInput, type OntologyIrDynamicObjectSetInputBase, type OntologyIrDynamicObjectSetInputUnioned, type OntologyIrDynamicObjectSetInput_base, type OntologyIrDynamicObjectSetInput_parameter, type OntologyIrDynamicObjectSetInput_unioned, type OntologyIrEmailBody, type OntologyIrEmailBody_basic, type OntologyIrEventMetadata, type OntologyIrExperimentalTimeDependentPropertyTypeV1, type OntologyIrFormContent, type OntologyIrFormContent_parameterId, type OntologyIrFormContent_sectionId, type OntologyIrFunctionExecutionWithRecipientInput, type OntologyIrFunctionExecutionWithRecipientInput_logicRuleValue, type OntologyIrFunctionExecutionWithRecipientInput_recipient, type OntologyIrFunctionGeneratedActionNotificationRecipients, type OntologyIrFunctionGeneratedNotificationBody, type OntologyIrFunctionRule, type OntologyIrImplementingLinkType, type OntologyIrInlineActionType, type OntologyIrInterfaceArrayPropertyType, type OntologyIrInterfaceCipherTextPropertyType, type OntologyIrInterfaceObjectParameterStructFieldValue, type OntologyIrInterfaceObjectParameterStructListFieldValue, type OntologyIrInterfaceParameterPropertyValue, type OntologyIrInterfaceParameterPropertyValueV2, type OntologyIrInterfacePropertyImplementation, type OntologyIrInterfacePropertyLogicRuleValue, type OntologyIrInterfacePropertyLogicRuleValue_logicRuleValue, type OntologyIrInterfacePropertyLogicRuleValue_structLogicRuleValue, type OntologyIrInterfacePropertyTypeImplementation, type OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid, type OntologyIrInterfacePropertyTypeImplementation_reducedProperty, type OntologyIrInterfacePropertyTypeImplementation_structField, type OntologyIrInterfacePropertyTypeImplementation_structPropertyTypeMapping, type OntologyIrInterfacePropertyTypeType, type OntologyIrInterfacePropertyTypeType_array, type OntologyIrInterfacePropertyTypeType_attachment, type OntologyIrInterfacePropertyTypeType_boolean, type OntologyIrInterfacePropertyTypeType_byte, type OntologyIrInterfacePropertyTypeType_cipherText, type OntologyIrInterfacePropertyTypeType_date, type OntologyIrInterfacePropertyTypeType_decimal, type OntologyIrInterfacePropertyTypeType_double, type OntologyIrInterfacePropertyTypeType_experimentalTimeDependentV1, type OntologyIrInterfacePropertyTypeType_float, type OntologyIrInterfacePropertyTypeType_geohash, type OntologyIrInterfacePropertyTypeType_geoshape, type OntologyIrInterfacePropertyTypeType_geotimeSeriesReference, type OntologyIrInterfacePropertyTypeType_integer, type OntologyIrInterfacePropertyTypeType_long, type OntologyIrInterfacePropertyTypeType_marking, type OntologyIrInterfacePropertyTypeType_mediaReference, type OntologyIrInterfacePropertyTypeType_short, type OntologyIrInterfacePropertyTypeType_string, type OntologyIrInterfacePropertyTypeType_struct, type OntologyIrInterfacePropertyTypeType_timestamp, type OntologyIrInterfacePropertyTypeType_vector, type OntologyIrInterfaceSharedPropertyType, type OntologyIrInterfaceStructFieldType, type OntologyIrInterfaceStructPropertyType, type OntologyIrInterfaceTypeBlockDataV2, type OntologyIrIntermediaryLinkDefinition, type OntologyIrKnownMarketplaceIdentifiers, type OntologyIrLabelledValue, type OntologyIrLinkDefinition, type OntologyIrLinkDefinition_intermediary, type OntologyIrLinkDefinition_manyToMany, type OntologyIrLinkDefinition_oneToMany, type OntologyIrLinkType, type OntologyIrLinkTypeBlockDataV2, type OntologyIrLinkTypeStatus, type OntologyIrLinkTypeStatus_active, type OntologyIrLinkTypeStatus_deprecated, type OntologyIrLinkTypeStatus_example, type OntologyIrLinkTypeStatus_experimental, type OntologyIrLinkedEntityTypeId, type OntologyIrLinkedEntityTypeId_interfaceType, type OntologyIrLinkedEntityTypeId_objectType, type OntologyIrLogicRule, type OntologyIrLogicRuleValue, type OntologyIrLogicRuleValue_currentTime, type OntologyIrLogicRuleValue_currentUser, type OntologyIrLogicRuleValue_interfaceParameterPropertyValue, type OntologyIrLogicRuleValue_objectParameterPropertyValue, type OntologyIrLogicRuleValue_parameterId, type OntologyIrLogicRuleValue_staticValue, type OntologyIrLogicRuleValue_synchronousWebhookOutput, type OntologyIrLogicRuleValue_uniqueIdentifier, type OntologyIrLogicRule_addInterfaceLinkRuleV2, type OntologyIrLogicRule_addInterfaceRule, type OntologyIrLogicRule_addLinkRule, type OntologyIrLogicRule_addObjectRule, type OntologyIrLogicRule_addOrModifyObjectRuleV2, type OntologyIrLogicRule_deleteLinkRule, type OntologyIrLogicRule_deleteObjectRule, type OntologyIrLogicRule_modifyInterfaceRule, type OntologyIrLogicRule_modifyObjectRule, type OntologyIrLogicRule_scenarioRule, type OntologyIrMandatoryMarkingConstraint, type OntologyIrManyToManyLinkDefinition, type OntologyIrManyToManyLinkTypeDatasetDatasource, type OntologyIrManyToManyLinkTypeDatasource, type OntologyIrManyToManyLinkTypeDatasourceDefinition, type OntologyIrManyToManyLinkTypeDatasourceDefinition_dataset, type OntologyIrManyToManyLinkTypeStreamDatasource, type OntologyIrMarketplaceActionType, type OntologyIrMarketplaceActionTypeDisplayMetadata, type OntologyIrMarketplaceActionTypeMetadata, type OntologyIrMarketplaceDeprecatedInterfaceTypeStatus, type OntologyIrMarketplaceInterfaceDefinedPropertyType, type OntologyIrMarketplaceInterfaceDefinedPropertyTypeConstraints, type OntologyIrMarketplaceInterfaceLinkType, type OntologyIrMarketplaceInterfacePropertyType, type OntologyIrMarketplaceInterfacePropertyType_interfaceDefinedPropertyType, type OntologyIrMarketplaceInterfacePropertyType_sharedPropertyBasedPropertyType, type OntologyIrMarketplaceInterfaceType, type OntologyIrMarketplaceInterfaceTypeStatus, type OntologyIrMarketplaceInterfaceTypeStatus_active, type OntologyIrMarketplaceInterfaceTypeStatus_deprecated, type OntologyIrMarketplaceInterfaceTypeStatus_example, type OntologyIrMarketplaceInterfaceTypeStatus_experimental, type OntologyIrMarketplaceObjectTypeEntityMetadata, type OntologyIrMarketplaceSharedPropertyBasedPropertyType, type OntologyIrMarkingsCondition, type OntologyIrMediaSourceRid, type OntologyIrMediaSourceRid_datasetRid, type OntologyIrMediaSourceRid_mediaSetRid, type OntologyIrModifyInterfaceRule, type OntologyIrModifyObjectRule, type OntologyIrMultipassUserFilter, type OntologyIrMultipassUserFilter_groupFilter, type OntologyIrMultipassUserInGroupFilter, type OntologyIrMultiplicationOperation, type OntologyIrNestedInterfacePropertyTypeImplementation, type OntologyIrNestedInterfacePropertyTypeImplementation_propertyTypeRid, type OntologyIrNestedInterfacePropertyTypeImplementation_structField, type OntologyIrNestedInterfacePropertyTypeImplementation_structPropertyTypeMapping, type OntologyIrNewObjectUrlTarget, type OntologyIrNonNumericSeriesValueMetadata, type OntologyIrNonNumericSeriesValueUnit, type OntologyIrNotCondition, type OntologyIrNotificationResultTypeLink, type OntologyIrNotificationTemplateInputValue, type OntologyIrNotificationTemplateInputValue_actionTriggererValue, type OntologyIrNotificationTemplateInputValue_logicRuleValue, type OntologyIrNotificationTemplateInputValue_recipientValue, type OntologyIrNumberFormatCurrency, type OntologyIrNumberFormatCustomUnit, type OntologyIrNumberFormatPrePostFix, type OntologyIrNumberFormatUnit, type OntologyIrNumberFormatter, type OntologyIrNumberFormatter_base, type OntologyIrNumberFormatter_basisPoint, type OntologyIrNumberFormatter_billions, type OntologyIrNumberFormatter_currency, type OntologyIrNumberFormatter_customUnit, type OntologyIrNumberFormatter_duration, type OntologyIrNumberFormatter_millions, type OntologyIrNumberFormatter_ordinal, type OntologyIrNumberFormatter_perMille, type OntologyIrNumberFormatter_percentage, type OntologyIrNumberFormatter_prePost, type OntologyIrNumberFormatter_thousands, type OntologyIrNumberFormatter_unit, type OntologyIrNumericOrNonNumericSeriesValueMetadataV2, type OntologyIrNumericSeriesValueMetadata, type OntologyIrNumericSeriesValueUnit, type OntologyIrNumericSeriesValueUnit_customUnit, type OntologyIrNumericSeriesValueUnit_standardUnit, type OntologyIrObjectParameterPropertyValue, type OntologyIrObjectParameterStructFieldValue, type OntologyIrObjectParameterStructListFieldValue, type OntologyIrObjectPropertyReference, type OntologyIrObjectQueryPrefill, type OntologyIrObjectQueryPropertyValue, type OntologyIrObjectSetRidPrefill, type OntologyIrObjectSetSearchAround, type OntologyIrObjectSetTransform, type OntologyIrObjectSetTransform_propertyFilter, type OntologyIrObjectSetTransform_searchAround, type OntologyIrObjectType, type OntologyIrObjectTypeBlockDataV2, type OntologyIrObjectTypeDatasetDatasource, type OntologyIrObjectTypeDatasetDatasourceV2, type OntologyIrObjectTypeDatasetDatasourceV3, type OntologyIrObjectTypeDatasource, type OntologyIrObjectTypeDatasourceDefinition, type OntologyIrObjectTypeDatasourceDefinition_datasetV2, type OntologyIrObjectTypeDatasourceDefinition_datasetV3, type OntologyIrObjectTypeDatasourceDefinition_derived, type OntologyIrObjectTypeDatasourceDefinition_direct, type OntologyIrObjectTypeDatasourceDefinition_editsOnly, type OntologyIrObjectTypeDatasourceDefinition_geotimeSeries, type OntologyIrObjectTypeDatasourceDefinition_mediaSetView, type OntologyIrObjectTypeDatasourceDefinition_restrictedStream, type OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2, type OntologyIrObjectTypeDatasourceDefinition_streamV2, type OntologyIrObjectTypeDatasourceDefinition_streamV3, type OntologyIrObjectTypeDatasourceDefinition_table, type OntologyIrObjectTypeDatasourceDefinition_timeSeries, type OntologyIrObjectTypeDerivedPropertiesDatasource, type OntologyIrObjectTypeDirectDatasource, type OntologyIrObjectTypeEditsOnlyDatasource, type OntologyIrObjectTypeGeotimeSeriesDatasource, type OntologyIrObjectTypeInterfaceImplementation, type OntologyIrObjectTypeMediaDatasource, type OntologyIrObjectTypeMediaSetViewDatasource, type OntologyIrObjectTypeRestrictedStreamDatasource, type OntologyIrObjectTypeRestrictedViewDatasource, type OntologyIrObjectTypeRestrictedViewDatasourceV2, type OntologyIrObjectTypeStatus, type OntologyIrObjectTypeStatus_active, type OntologyIrObjectTypeStatus_deprecated, type OntologyIrObjectTypeStatus_endorsed, type OntologyIrObjectTypeStatus_example, type OntologyIrObjectTypeStatus_experimental, type OntologyIrObjectTypeStreamDatasource, type OntologyIrObjectTypeStreamDatasourceV2, type OntologyIrObjectTypeStreamDatasourceV3, type OntologyIrObjectTypeTableDatasource, type OntologyIrObjectTypeTimeSeriesDatasource, type OntologyIrObjectTypeTraits, type OntologyIrObjectsWritebackDataset, type OntologyIrOneToManyLinkDefinition, type OntologyIrOntologyBlockDataV2, type OntologyIrOrCondition, type OntologyIrParameter, type OntologyIrParameterActionNotificationRecipients, type OntologyIrParameterCbacConstraint, type OntologyIrParameterCbacMarking, type OntologyIrParameterCbacMarkingOrEmpty, type OntologyIrParameterCbacMarkingOrEmpty_cbacMarking, type OntologyIrParameterCbacMarkingOrEmpty_empty, type OntologyIrParameterDateRangeValue, type OntologyIrParameterDateTimeRange, type OntologyIrParameterDateTimeRangeOrEmpty, type OntologyIrParameterDateTimeRangeOrEmpty_datetime, type OntologyIrParameterDateTimeRangeOrEmpty_empty, type OntologyIrParameterDisplayMetadata, type OntologyIrParameterMultipassUser, type OntologyIrParameterMultipassUserOrEmpty, type OntologyIrParameterMultipassUserOrEmpty_empty, type OntologyIrParameterMultipassUserOrEmpty_user, type OntologyIrParameterObjectPropertyValue, type OntologyIrParameterObjectPropertyValueOrEmpty, type OntologyIrParameterObjectPropertyValueOrEmpty_empty, type OntologyIrParameterObjectPropertyValueOrEmpty_objectPropertyValue, type OntologyIrParameterObjectQuery, type OntologyIrParameterObjectQueryOrEmpty, type OntologyIrParameterObjectQueryOrEmpty_empty, type OntologyIrParameterObjectQueryOrEmpty_objectQuery, type OntologyIrParameterObjectTypeReference, type OntologyIrParameterObjectTypeReferenceOrEmpty, type OntologyIrParameterObjectTypeReferenceOrEmpty_empty, type OntologyIrParameterObjectTypeReferenceOrEmpty_objectTypeReference, type OntologyIrParameterPrefill, type OntologyIrParameterPrefillOverride, type OntologyIrParameterPrefill_interfaceParameterPropertyValue, type OntologyIrParameterPrefill_objectParameterPropertyValue, type OntologyIrParameterPrefill_objectQueryPrefill, type OntologyIrParameterPrefill_objectQueryPropertyValue, type OntologyIrParameterPrefill_objectSetRidPrefill, type OntologyIrParameterPrefill_parameterTransformPrefill, type OntologyIrParameterPrefill_redacted, type OntologyIrParameterPrefill_staticObject, type OntologyIrParameterPrefill_staticObjectV2, type OntologyIrParameterPrefill_staticValue, type OntologyIrParameterRange, type OntologyIrParameterRangeOrEmpty, type OntologyIrParameterRangeOrEmpty_empty, type OntologyIrParameterRangeOrEmpty_range, type OntologyIrParameterRangeValue, type OntologyIrParameterTransformPrefill, type OntologyIrParameterTransformPrefillValue, type OntologyIrParameterTransformPrefillValue_objectParameterPropertyValue, type OntologyIrParameterTransformPrefillValue_parameterValue, type OntologyIrParameterTransformPrefillValue_staticValue, type OntologyIrParameterTransformPrefill_addition, type OntologyIrParameterTransformPrefill_dateBetween, type OntologyIrParameterTransformPrefill_dateCurrent, type OntologyIrParameterTransformPrefill_division, type OntologyIrParameterTransformPrefill_multiplication, type OntologyIrParameterTransformPrefill_stringConcat, type OntologyIrParameterTransformPrefill_subtraction, type OntologyIrParameterTransformPrefill_timeBetween, type OntologyIrParameterTransformPrefill_timeCurrent, type OntologyIrParameterValidation, type OntologyIrParameterValidationBlock, type OntologyIrParameterValidationBlockOverride, type OntologyIrParameterValidationBlockOverride_allowedValues, type OntologyIrParameterValidationBlockOverride_parameterRequired, type OntologyIrParameterValidationBlockOverride_prefill, type OntologyIrParameterValidationBlockOverride_visibility, type OntologyIrParameterValidationDisplayMetadata, type OntologyIrParameterValueOneOf, type OntologyIrParameterValueOneOfOrEmpty, type OntologyIrParameterValueOneOfOrEmpty_empty, type OntologyIrParameterValueOneOfOrEmpty_oneOf, type OntologyIrPrePostFix, type OntologyIrPropertySecurityGroup, type OntologyIrPropertySecurityGroups, type OntologyIrPropertyToColumnMapping, type OntologyIrPropertyToPropertyMapping, type OntologyIrPropertyType, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrStringConstant, type OntologyIrPropertyTypeReferenceOrStringConstant_constant, type OntologyIrPropertyTypeReferenceOrStringConstant_propertyType, type OntologyIrPropertyTypeStatus, type OntologyIrPropertyTypeStatus_active, type OntologyIrPropertyTypeStatus_deprecated, type OntologyIrPropertyTypeStatus_example, type OntologyIrPropertyTypeStatus_experimental, type OntologyIrQualifiedSeriesIdPropertyValue, type OntologyIrReducedPropertyTypeImplementation, type OntologyIrRegexCondition, type OntologyIrRidUrlTarget, type OntologyIrRuleSetBinding, type OntologyIrScenarioRule, type OntologyIrScenarioScope, type OntologyIrSchemaMigrationBlockData, type OntologyIrSchemaTransitionsWithSchemaVersion, type OntologyIrSection, type OntologyIrSectionConditionalOverride, type OntologyIrSectionDisplayBlock, type OntologyIrSecurityGroupAndCondition, type OntologyIrSecurityGroupComparisonCondition, type OntologyIrSecurityGroupComparisonValue, type OntologyIrSecurityGroupComparisonValue_constant, type OntologyIrSecurityGroupComparisonValue_property, type OntologyIrSecurityGroupComparisonValue_userProperty, type OntologyIrSecurityGroupGranularCondition, type OntologyIrSecurityGroupGranularCondition_and, type OntologyIrSecurityGroupGranularCondition_comparison, type OntologyIrSecurityGroupGranularCondition_markings, type OntologyIrSecurityGroupGranularCondition_not, type OntologyIrSecurityGroupGranularCondition_or, type OntologyIrSecurityGroupGranularCondition_true, type OntologyIrSecurityGroupGranularPolicy, type OntologyIrSecurityGroupGranularSecurityDefinition, type OntologyIrSecurityGroupMandatoryOnlySecurityDefinition, type OntologyIrSecurityGroupMandatoryPolicy, type OntologyIrSecurityGroupMarkingsCondition, type OntologyIrSecurityGroupNotCondition, type OntologyIrSecurityGroupOrCondition, type OntologyIrSecurityGroupSecurityDefinition, type OntologyIrSecurityGroupSecurityDefinition_granular, type OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly, type OntologyIrSensorTrait, type OntologyIrSeriesValueMetadata, type OntologyIrSeriesValueMetadata_enum, type OntologyIrSeriesValueMetadata_numeric, type OntologyIrSeriesValueMetadata_numericOrNonNumeric, type OntologyIrSeriesValueMetadata_numericOrNonNumericV2, type OntologyIrSharedPropertyType, type OntologyIrSharedPropertyTypeBlockDataV2, type OntologyIrShortBody, type OntologyIrShortBody_basic, type OntologyIrStaticObjectPrefillV2, type OntologyIrStaticValue, type OntologyIrStaticWebhookWithDirectInput, type OntologyIrStaticWebhookWithFunctionResultInput, type OntologyIrStringConcatOperation, type OntologyIrStructFieldConditionalOverride, type OntologyIrStructFieldConditionalValidationBlock, type OntologyIrStructFieldImplementation, type OntologyIrStructFieldPrefill, type OntologyIrStructFieldPrefillOverride, type OntologyIrStructFieldPrefill_interfaceObjectParameterStructFieldValue, type OntologyIrStructFieldPrefill_interfaceObjectParameterStructListFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructListFieldValue, type OntologyIrStructFieldType, type OntologyIrStructFieldValidation, type OntologyIrStructFieldValidationBlock, type OntologyIrStructFieldValidationBlockOverride, type OntologyIrStructFieldValidationBlockOverride_allowedValues, type OntologyIrStructFieldValidationBlockOverride_parameterRequired, type OntologyIrStructFieldValidationBlockOverride_prefill, type OntologyIrStructFieldValidationBlockOverride_visibility, type OntologyIrStructFieldValidationDisplayMetadata, type OntologyIrStructMainValue, type OntologyIrStructPropertyType, type OntologyIrStructPropertyTypeImplementation, type OntologyIrStructuredShortBody, type OntologyIrSubtractionOperation, type OntologyIrSynchronousPreWritebackWebhook, type OntologyIrSynchronousPreWritebackWebhook_staticDirectInput, type OntologyIrSynchronousPreWritebackWebhook_staticFunctionInput, type OntologyIrTemplateNotificationBody, type OntologyIrTimeBetweenOperation, type OntologyIrTimeDependentFormatter, type OntologyIrTimeDependentNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, type OntologyIrTimeDependentNumericSeriesFormat, type OntologyIrTimeDependentSeriesFormat, type OntologyIrTimeDependentSeriesFormat_nonNumeric, type OntologyIrTimeDependentSeriesFormat_numeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2, type OntologyIrTimeSeriesMetadata, type OntologyIrTimestampFormatter, type OntologyIrType, type OntologyIrType_array, type OntologyIrType_attachment, type OntologyIrType_boolean, type OntologyIrType_byte, type OntologyIrType_cipherText, type OntologyIrType_date, type OntologyIrType_decimal, type OntologyIrType_double, type OntologyIrType_experimentalTimeDependentV1, type OntologyIrType_float, type OntologyIrType_geohash, type OntologyIrType_geoshape, type OntologyIrType_geotimeSeriesReference, type OntologyIrType_integer, type OntologyIrType_long, type OntologyIrType_marking, type OntologyIrType_mediaReference, type OntologyIrType_short, type OntologyIrType_string, type OntologyIrType_struct, type OntologyIrType_timestamp, type OntologyIrType_vector, type OntologyIrUrlTarget, type OntologyIrUrlTarget_carbonWorkspace, type OntologyIrUrlTarget_logicRuleValue, type OntologyIrUrlTarget_newObject, type OntologyIrUrlTarget_relativeUrlString, type OntologyIrUrlTarget_rid, type OntologyIrValidationRule, type OntologyIrValueReferenceSource, type OntologyIrValueReferenceSource_propertyTypeRid, type OntologyIrValueTypeBlockData, type OntologyIrValueTypeBlockDataEntry, type OntologyIrValueTypeReferenceWithMetadata, type OntologyIrWorkflowObjectTypeTraitImpl, type OntologyLoadAllEntitiesRequest, type OntologyLoadAllRequest, type OntologyLoadDatasourcesRequest, type OntologyLoadDatasourcesResponse, type OntologyLoadEntitiesRequest, type OntologyLoadEntitiesResponse, type OntologyLoadRequest, type OntologyLoadResponse, type OntologyMetadataValidationError, type OntologyMetadataValidationError_actionType, type OntologyMetadataValidationError_interfaceType, type OntologyMetadataValidationError_linkType, type OntologyMetadataValidationError_objectType, type OntologyMetadataValidationError_ruleSet, type OntologyMetadataValidationError_sharedPropertyType, type OntologyMetadataValidationError_typeGroup, type OntologyMetadataValidationError_workflow, type OntologyModificationEvent, type OntologyModificationEvent_actionTypeCreated, type OntologyModificationEvent_actionTypeDeleted, type OntologyModificationEvent_actionTypeUpdated, type OntologyModificationEvent_branchClosed, type OntologyModificationEvent_branchDeleted, type OntologyModificationEvent_branchMerged, type OntologyModificationEvent_interfaceTypeCreated, type OntologyModificationEvent_interfaceTypeDeleted, type OntologyModificationEvent_interfaceTypeUpdated, type OntologyModificationEvent_linkTypeCreated, type OntologyModificationEvent_linkTypeDeleted, type OntologyModificationEvent_linkTypeUpdated, type OntologyModificationEvent_objectTypeCreated, type OntologyModificationEvent_objectTypeDeleted, type OntologyModificationEvent_objectTypeUpdated, type OntologyModificationEvent_sharedPropertyTypeCreated, type OntologyModificationEvent_sharedPropertyTypeDeleted, type OntologyModificationEvent_sharedPropertyTypeUpdated, type OntologyModifyRequest, type OntologyModifyResponse, type OntologyPackageRid, type OntologyProposalIdentifier, type OntologyProposalIdentifier_ontologyVersion, type OntologyProposalRid, type OntologyRid, type OntologyRidAndBranch, type OntologyRidsForEntitiesRequest, type OntologyRidsForEntitiesResponse, type OntologySourceType, type OntologySparkDelegateDataset, type OntologySparkInputManagerRid, type OntologySparkInputProperties, type OntologySparkQueryableSource, type OntologyVersion, type OrCondition, type OrConditionModification, type OrganizationMarkingId, type OrganizationRid, type OrganizationRidsAndEntityResourceIdentifiers, type OrganizationRidsForOntologyResponse, type OtherValueAllowed, type OutputMode, type PackagedEntityRid, type PackagedEntityRid_actionTypeRid, type PackagedEntityRid_interfaceTypeRid, type PackagedEntityRid_linkTypeRid, type PackagedEntityRid_objectTypeRid, type PackagedEntityRid_sharedPropertyTypeRid, type Parameter, type ParameterActionNotificationRecipients, type ParameterActionNotificationRecipientsModification, type ParameterAttachment, type ParameterAttachmentOrEmpty, type ParameterAttachmentOrEmpty_attachment, type ParameterAttachmentOrEmpty_empty, type ParameterBoolean, type ParameterBooleanOrEmpty, type ParameterBooleanOrEmpty_boolean, type ParameterBooleanOrEmpty_empty, type ParameterCbacConstraint, type ParameterCbacConstraintModification, type ParameterCbacMarking, type ParameterCbacMarkingModification, type ParameterCbacMarkingOrEmpty, type ParameterCbacMarkingOrEmptyModification, type ParameterCbacMarkingOrEmptyModification_cbacMarking, type ParameterCbacMarkingOrEmptyModification_empty, type ParameterCbacMarkingOrEmpty_cbacMarking, type ParameterCbacMarkingOrEmpty_empty, type ParameterDateRangeValue, type ParameterDateRangeValueModification, type ParameterDateTimeRange, type ParameterDateTimeRangeModification, type ParameterDateTimeRangeOrEmpty, type ParameterDateTimeRangeOrEmptyModification, type ParameterDateTimeRangeOrEmptyModification_datetime, type ParameterDateTimeRangeOrEmptyModification_empty, type ParameterDateTimeRangeOrEmpty_datetime, type ParameterDateTimeRangeOrEmpty_empty, type ParameterDisplayMetadata, type ParameterFreeText, type ParameterFreeTextOrEmpty, type ParameterFreeTextOrEmpty_empty, type ParameterFreeTextOrEmpty_text, type ParameterGeohash, type ParameterGeohashOrEmpty, type ParameterGeohashOrEmpty_empty, type ParameterGeohashOrEmpty_geohash, type ParameterGeoshape, type ParameterGeoshapeOrEmpty, type ParameterGeoshapeOrEmpty_empty, type ParameterGeoshapeOrEmpty_geoshape, type ParameterGeotimeSeriesReference, type ParameterGeotimeSeriesReferenceOrEmpty, type ParameterGeotimeSeriesReferenceOrEmpty_empty, type ParameterGeotimeSeriesReferenceOrEmpty_geotimeSeries, type ParameterId, type ParameterInterfaceObjectQuery, type ParameterInterfaceObjectQueryModification, type ParameterInterfaceObjectQueryOrEmpty, type ParameterInterfaceObjectQueryOrEmptyModification, type ParameterInterfaceObjectQueryOrEmptyModification_empty, type ParameterInterfaceObjectQueryOrEmptyModification_interfaceObjectQuery, type ParameterInterfaceObjectQueryOrEmpty_empty, type ParameterInterfaceObjectQueryOrEmpty_interfaceObjectQuery, type ParameterInterfacePropertyValueOrEmpty, type ParameterInterfacePropertyValueOrEmptyModification, type ParameterInterfacePropertyValueOrEmptyModification_empty, type ParameterInterfacePropertyValueOrEmptyModification_unrestricted, type ParameterInterfacePropertyValueOrEmpty_empty, type ParameterInterfacePropertyValueOrEmpty_unrestricted, type ParameterLength, type ParameterLength_parameterId, type ParameterMandatoryMarking, type ParameterMandatoryMarkingOrEmpty, type ParameterMandatoryMarkingOrEmpty_empty, type ParameterMandatoryMarkingOrEmpty_mandatoryMarking, type ParameterMediaReference, type ParameterMediaReferenceOrEmpty, type ParameterMediaReferenceOrEmpty_empty, type ParameterMediaReferenceOrEmpty_mediaReference, type ParameterMultipassGroup, type ParameterMultipassGroupOrEmpty, type ParameterMultipassGroupOrEmpty_empty, type ParameterMultipassGroupOrEmpty_group, type ParameterMultipassUser, type ParameterMultipassUserModification, type ParameterMultipassUserOrEmpty, type ParameterMultipassUserOrEmptyModification, type ParameterMultipassUserOrEmptyModification_empty, type ParameterMultipassUserOrEmptyModification_user, type ParameterMultipassUserOrEmpty_empty, type ParameterMultipassUserOrEmpty_user, type ParameterObjectList, type ParameterObjectListOrEmpty, type ParameterObjectListOrEmpty_empty, type ParameterObjectListOrEmpty_objectList, type ParameterObjectPropertyValue, type ParameterObjectPropertyValueModification, type ParameterObjectPropertyValueOrEmpty, type ParameterObjectPropertyValueOrEmptyModification, type ParameterObjectPropertyValueOrEmptyModification_empty, type ParameterObjectPropertyValueOrEmptyModification_objectPropertyValue, type ParameterObjectPropertyValueOrEmpty_empty, type ParameterObjectPropertyValueOrEmpty_objectPropertyValue, type ParameterObjectQuery, type ParameterObjectQueryModification, type ParameterObjectQueryOrEmpty, type ParameterObjectQueryOrEmptyModification, type ParameterObjectQueryOrEmptyModification_empty, type ParameterObjectQueryOrEmptyModification_objectQuery, type ParameterObjectQueryOrEmpty_empty, type ParameterObjectQueryOrEmpty_objectQuery, type ParameterObjectSetRid, type ParameterObjectSetRidOrEmpty, type ParameterObjectSetRidOrEmpty_empty, type ParameterObjectSetRidOrEmpty_objectSetRid, type ParameterObjectTypeReference, type ParameterObjectTypeReferenceModification, type ParameterObjectTypeReferenceOrEmpty, type ParameterObjectTypeReferenceOrEmptyModification, type ParameterObjectTypeReferenceOrEmptyModification_empty, type ParameterObjectTypeReferenceOrEmptyModification_objectTypeReference, type ParameterObjectTypeReferenceOrEmpty_empty, type ParameterObjectTypeReferenceOrEmpty_objectTypeReference, type ParameterPrefill, type ParameterPrefillModification, type ParameterPrefillModification_interfaceParameterPropertyValue, type ParameterPrefillModification_interfaceParameterPropertyValueV2, type ParameterPrefillModification_objectParameterPropertyValue, type ParameterPrefillModification_objectQueryPrefill, type ParameterPrefillModification_objectQueryPropertyValue, type ParameterPrefillModification_objectSetRidPrefill, type ParameterPrefillModification_parameterTransformPrefill, type ParameterPrefillModification_redacted, type ParameterPrefillModification_staticObject, type ParameterPrefillModification_staticObjectV2, type ParameterPrefillModification_staticValue, type ParameterPrefillOverride, type ParameterPrefillOverrideModification, type ParameterPrefill_interfaceParameterPropertyValue, type ParameterPrefill_interfaceParameterPropertyValueV2, type ParameterPrefill_objectParameterPropertyValue, type ParameterPrefill_objectQueryPrefill, type ParameterPrefill_objectQueryPropertyValue, type ParameterPrefill_objectSetRidPrefill, type ParameterPrefill_parameterTransformPrefill, type ParameterPrefill_redacted, type ParameterPrefill_staticObject, type ParameterPrefill_staticObjectV2, type ParameterPrefill_staticValue, type ParameterRange, type ParameterRangeModification, type ParameterRangeOrEmpty, type ParameterRangeOrEmptyModification, type ParameterRangeOrEmptyModification_empty, type ParameterRangeOrEmptyModification_range, type ParameterRangeOrEmpty_empty, type ParameterRangeOrEmpty_range, type ParameterRangeValue, type ParameterRangeValueModification, type ParameterRenderHint, type ParameterRequiredConfiguration, type ParameterRequiredOverride, type ParameterRid, type ParameterScenarioReference, type ParameterScenarioReferenceOrEmpty, type ParameterScenarioReferenceOrEmpty_empty, type ParameterScenarioReferenceOrEmpty_scenarioReference, type ParameterStructOrEmpty, type ParameterStructOrEmpty_delegateToAllowedStructFieldValues, type ParameterStructOrEmpty_empty, type ParameterTextRegex, type ParameterTimeSeriesReference, type ParameterTimeSeriesReferenceOrEmpty, type ParameterTimeSeriesReferenceOrEmpty_empty, type ParameterTimeSeriesReferenceOrEmpty_timeSeriesReference, type ParameterTransformPrefill, type ParameterTransformPrefillValue, type ParameterTransformPrefillValue_objectParameterPropertyValue, type ParameterTransformPrefillValue_parameterValue, type ParameterTransformPrefillValue_staticValue, type ParameterTransformPrefill_addition, type ParameterTransformPrefill_dateBetween, type ParameterTransformPrefill_dateCurrent, type ParameterTransformPrefill_division, type ParameterTransformPrefill_multiplication, type ParameterTransformPrefill_stringConcat, type ParameterTransformPrefill_subtraction, type ParameterTransformPrefill_timeBetween, type ParameterTransformPrefill_timeCurrent, type ParameterValidation, type ParameterValidationBlock, type ParameterValidationBlockModification, type ParameterValidationBlockOverride, type ParameterValidationBlockOverrideModification, type ParameterValidationBlockOverrideModification_allowedValues, type ParameterValidationBlockOverrideModification_parameterRequired, type ParameterValidationBlockOverrideModification_prefill, type ParameterValidationBlockOverrideModification_visibility, type ParameterValidationBlockOverrideRequest, type ParameterValidationBlockOverrideRequest_allowedValues, type ParameterValidationBlockOverrideRequest_parameterRequired, type ParameterValidationBlockOverrideRequest_prefill, type ParameterValidationBlockOverrideRequest_visibility, type ParameterValidationBlockOverride_allowedValues, type ParameterValidationBlockOverride_parameterRequired, type ParameterValidationBlockOverride_prefill, type ParameterValidationBlockOverride_visibility, type ParameterValidationBlockRequest, type ParameterValidationDisplayMetadata, type ParameterValidationDisplayMetadataModification, type ParameterValidationModification, type ParameterValidationNotFoundError, type ParameterValidationReferencesLaterParametersError, type ParameterValidationRequest, type ParameterValueOneOf, type ParameterValueOneOfOrEmpty, type ParameterValueOneOfOrEmpty_empty, type ParameterValueOneOfOrEmpty_oneOf, type ParameterValueType, type ParameterValueTypeOrEmpty, type ParameterValueTypeOrEmpty_missingParameterValueType, type ParameterValueTypeOrEmpty_valueType, type ParameterValueTypeReference, type ParameterValueTypeReferenceWithVersionId, type ParameterValueTypeWithVersionId, type ParameterValueTypeWithVersionIdOrEmpty, type ParameterValueTypeWithVersionIdOrEmpty_missingParameterValueType, type ParameterValueTypeWithVersionIdOrEmpty_valueType, type ParameterVisibility, type ParametersDoNotMatchParameterOrderingError, type PartialObjectType, type PartialObjectTypeCreateRequest, type PartialObjectTypeDeleteRequest, type PartialObjectTypeModifyRequest, type PartialObjectTypeModifyRequest_create, type PartialObjectTypeModifyRequest_delete, type PartialObjectTypeModifyRequest_update, type PartialObjectTypeUpdateRequest, type PartialObjectTypeWithoutRids, type PatchBackupInitializationConfigurationSourceDoesNotExistError, type PatchesConfiguration, type PolicyVersion, type PostOntologyBlockDataRequest, type PostOntologyBlockDataResponse, type PrePostFix, type PrimaryKeyConstraint, type PrimaryKeyPropertySecurityGroupType, type PrimitiveOrStructLogicRuleModification, type PrimitiveOrStructLogicRuleModification_logicRuleValueModification, type PrimitiveOrStructLogicRuleModification_structLogicRuleValueModification, type PrincipalId, type ProjectEntityRid, type ProjectEntityRid_actionTypeRid, type ProjectEntityRid_interfaceTypeRid, type ProjectEntityRid_linkTypeRid, type ProjectEntityRid_objectTypeRid, type ProjectEntityRid_sharedPropertyTypeRid, type PropertiesReferenceDuplicateColumnNameWrapper, type Property, type PropertyId, type PropertyPredicate, type PropertyPredicate_and, type PropertyPredicate_hasId, type PropertyPredicate_hasRid, type PropertyPredicate_not, type PropertyPredicate_or, type PropertyPropertySecurityGroupType, type PropertyRenderHint, type PropertyRid, type PropertySecurityGroup, type PropertySecurityGroupModification, type PropertySecurityGroupName, type PropertySecurityGroupPackagingV1, type PropertySecurityGroupPackagingV2, type PropertySecurityGroupPackagingVersion, type PropertySecurityGroupPackagingVersion_v1, type PropertySecurityGroupPackagingVersion_v2, type PropertySecurityGroupRid, type PropertySecurityGroupType, type PropertySecurityGroupType_primaryKey, type PropertySecurityGroupType_property, type PropertySecurityGroups, type PropertySecurityGroupsModification, type PropertyType, type PropertyTypeDataConstraints, type PropertyTypeDataConstraintsWrapper, type PropertyTypeDataConstraints_array, type PropertyTypeDataConstraints_boolean, type PropertyTypeDataConstraints_date, type PropertyTypeDataConstraints_decimal, type PropertyTypeDataConstraints_double, type PropertyTypeDataConstraints_float, type PropertyTypeDataConstraints_integer, type PropertyTypeDataConstraints_long, type PropertyTypeDataConstraints_short, type PropertyTypeDataConstraints_string, type PropertyTypeDataConstraints_struct, type PropertyTypeDataConstraints_timestamp, type PropertyTypeDataValue, type PropertyTypeDataValue_array, type PropertyTypeDataValue_boolean, type PropertyTypeDataValue_byte, type PropertyTypeDataValue_date, type PropertyTypeDataValue_decimal, type PropertyTypeDataValue_double, type PropertyTypeDataValue_float, type PropertyTypeDataValue_integer, type PropertyTypeDataValue_long, type PropertyTypeDataValue_short, type PropertyTypeDataValue_string, type PropertyTypeDataValue_timestamp, type PropertyTypeDisplayMetadata, type PropertyTypeId, type PropertyTypeIdentifier, type PropertyTypeIdentifier_id, type PropertyTypeIdentifier_rid, type PropertyTypeLocator, type PropertyTypeMappingInfo, type PropertyTypeMappingInfo_column, type PropertyTypeMappingInfo_editOnly, type PropertyTypeMappingInfo_struct, type PropertyTypeReference, type PropertyTypeReferenceOrNonNumericInternalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrNumericInternalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrStringConstant, type PropertyTypeReferenceOrStringConstant_constant, type PropertyTypeReferenceOrStringConstant_propertyType, type PropertyTypeReference_baseType, type PropertyTypeRid, type PropertyTypeStatus, type PropertyTypeStatus_active, type PropertyTypeStatus_deprecated, type PropertyTypeStatus_example, type PropertyTypeStatus_experimental, type PropertyWithoutRid, type PutActionTypeRequest, type PutParameterRequest, type PutParameterRequestModification, type PutSectionRequest, type PutSectionRequestModification, type QualifiedSeriesIdPropertyValue, type Quantization, type QuiverDashboardReference, type QuiverDashboardRid, type QuiverDashboardVersion, type RangeSizeConstraint$1 as RangeSizeConstraint, type Redacted, type RedactionOverrideOptions, type RedactionOverrideOptions_everyoneTrusted, type ReducedPropertyTypeImplementation, type ReferencedLinkTypesInWorkflowNotFoundError, type ReferencedLinkTypesNotFoundError, type ReferencedObjectTypesChange, type ReferencedObjectTypesInWorkflowNotFoundError, type ReferencedObjectTypesNotFoundError, type RegexCondition, type RegexConditionModification, type RegexConstraint$1 as RegexConstraint, type RelationCardinality, type RelationDisplayMetadata, type RelationId, type RelationRid, type RelativeDateRangeTense, type RelativeDateRangeValue, type RenderingSettings, type RenderingSettings_allNotificationRenderingMustSucceed, type RenderingSettings_anyNotificationRenderingCanFail, type ResolvedBranch, type ResolvedBranch_default, type ResolvedBranch_nonDefault, type ResolvedDefaultBranch, type ResolvedInterfacePropertyType, type ResolvedInterfacePropertyTypeConstraints, type ResolvedNonDefaultBranch, type RestrictedViewName, type RestrictedViewRid, type RestrictedViewTransactionRid, type RetentionConfig, type RetentionPolicy, type RetentionPolicy_none, type RetentionPolicy_time, type RidFormatter, type RidFormatter_allFoundryRids, type RidFormatter_objectsPlatformRids, type RidUrlTarget, type RidUrlTargetModification, type RoleId, type RoleSetId, type RuleSetBinding, type RuleSetError, type RuleSetError_ruleSetsAlreadyExist, type RuleSetError_ruleSetsNotFound, type RuleSetRid, type RuleSetsAlreadyExistError, type RuleSetsNotFoundError, type SafeArg, type SafeDatasourceIdentifier, type SafeDatasourceIdentifier_datasetRid, type SafeDatasourceIdentifier_derivedPropertiesSourceRid, type SafeDatasourceIdentifier_directSourceRid, type SafeDatasourceIdentifier_editsOnly, type SafeDatasourceIdentifier_geotimeSeriesIntegrationRid, type SafeDatasourceIdentifier_mediaSetView, type SafeDatasourceIdentifier_mediaSourceRids, type SafeDatasourceIdentifier_restrictedStream, type SafeDatasourceIdentifier_restrictedViewRid, type SafeDatasourceIdentifier_streamLocatorRid, type SafeDatasourceIdentifier_tableRid, type SafeDatasourceIdentifier_timeSeriesSyncRid, type ScenarioRid, type ScenarioRule, type ScenarioRuleModification, type ScenarioScope, type SchemaConfiguration, type SchemaMigrationBlockData, type SchemaMigrationRid, type SchemaTransitionsWithSchemaVersion, type SchemaVersion, type Section, type SectionConditionalOverride, type SectionConditionalOverrideModification, type SectionContent, type SectionContent_parameterId, type SectionDisplayBlock, type SectionDisplayBlockModification, type SectionDisplayBlockOverride, type SectionDisplayBlockOverride_visibility, type SectionDisplayMetadata, type SectionId, type SectionRid, type SectionStyle, type SectionStyle_box, type SectionStyle_minimal, type SectionValidationDisplayMetadata, type SectionVisibilityOverride, type SecurityGroupAndCondition, type SecurityGroupAndConditionModification, type SecurityGroupComparisonCondition, type SecurityGroupComparisonConditionModification, type SecurityGroupComparisonConstant, type SecurityGroupComparisonConstant_boolean, type SecurityGroupComparisonConstant_string, type SecurityGroupComparisonConstant_strings, type SecurityGroupComparisonOperator, type SecurityGroupComparisonUserProperty, type SecurityGroupComparisonUserProperty_groupIds, type SecurityGroupComparisonUserProperty_groupNames, type SecurityGroupComparisonUserProperty_userAttributes, type SecurityGroupComparisonUserProperty_userId, type SecurityGroupComparisonUserProperty_username, type SecurityGroupComparisonValue, type SecurityGroupComparisonValueModification, type SecurityGroupComparisonValueModification_constant, type SecurityGroupComparisonValueModification_property, type SecurityGroupComparisonValueModification_userProperty, type SecurityGroupComparisonValue_constant, type SecurityGroupComparisonValue_property, type SecurityGroupComparisonValue_userProperty, type SecurityGroupGranularCondition, type SecurityGroupGranularConditionModification, type SecurityGroupGranularConditionModification_and, type SecurityGroupGranularConditionModification_comparison, type SecurityGroupGranularConditionModification_markings, type SecurityGroupGranularConditionModification_not, type SecurityGroupGranularConditionModification_or, type SecurityGroupGranularConditionModification_true, type SecurityGroupGranularCondition_and, type SecurityGroupGranularCondition_comparison, type SecurityGroupGranularCondition_markings, type SecurityGroupGranularCondition_not, type SecurityGroupGranularCondition_or, type SecurityGroupGranularCondition_true, type SecurityGroupGranularPolicy, type SecurityGroupGranularPolicyModification, type SecurityGroupGranularSecurityDefinition, type SecurityGroupGranularSecurityDefinitionModification, type SecurityGroupGroupIdsUserProperty, type SecurityGroupGroupNamesUserProperty, type SecurityGroupMandatoryOnlySecurityDefinition, type SecurityGroupMandatoryOnlySecurityDefinitionModification, type SecurityGroupMandatoryPolicy, type SecurityGroupMarkingsCondition, type SecurityGroupMarkingsConditionModification, type SecurityGroupNotCondition, type SecurityGroupNotConditionModification, type SecurityGroupOrCondition, type SecurityGroupOrConditionModification, type SecurityGroupSecurityDefinition, type SecurityGroupSecurityDefinitionModification, type SecurityGroupSecurityDefinitionModification_granular, type SecurityGroupSecurityDefinitionModification_mandatoryOnly, type SecurityGroupSecurityDefinition_granular, type SecurityGroupSecurityDefinition_mandatoryOnly, type SecurityGroupTrueCondition, type SecurityGroupTrueConditionModification, type SecurityGroupUserAttributesUserProperty, type SecurityGroupUserIdUserProperty, type SecurityGroupUsernameUserProperty, type SemanticFunctionVersion, type SensorTrait, type SeriesIdPropertyValue, type SeriesValueMetadata, type SeriesValueMetadata_enum, type SeriesValueMetadata_numeric, type SeriesValueMetadata_numericOrNonNumeric, type SeriesValueMetadata_numericOrNonNumericV2, type SharedPropertiesSummary, type SharedPropertyBasedPropertyType, type SharedPropertyType, type SharedPropertyTypeBlockDataV2, type SharedPropertyTypeCreatedEvent, type SharedPropertyTypeDeletedEvent, type SharedPropertyTypeDisplayMetadata, type SharedPropertyTypeError, type SharedPropertyTypeError_mainValueStructFieldApiNamesNotFound, type SharedPropertyTypeError_reducerStructFieldApiNamesNotFound, type SharedPropertyTypeError_sharedPropertyTypesAlreadyExist, type SharedPropertyTypeError_sharedPropertyTypesNotFound, type SharedPropertyTypeGothamMapping, type SharedPropertyTypeIdInRequest, type SharedPropertyTypeLoadRequest, type SharedPropertyTypeLoadResponse, type SharedPropertyTypeLogicRuleValueModification, type SharedPropertyTypeMainValueStructFieldApiNamesNotFoundError, type SharedPropertyTypeReducerStructFieldApiNamesNotFoundError, type SharedPropertyTypeRid, type SharedPropertyTypeRidOrIdInRequest, type SharedPropertyTypeRidOrIdInRequest_idInRequest, type SharedPropertyTypeRidOrIdInRequest_rid, type SharedPropertyTypeSoftLinkType, type SharedPropertyTypeStructFieldLogicRuleValueModification, type SharedPropertyTypeUpdatedEvent, type SharedPropertyTypesAlreadyExistError, type SharedPropertyTypesNotFoundError, type ShortBody, type ShortBodyModification, type ShortBodyModification_basic, type ShortBody_basic, type ShortPropertyType, type ShortTypeDataConstraints$1 as ShortTypeDataConstraints, type ShortTypeDataConstraints_oneOf$1 as ShortTypeDataConstraints_oneOf, type ShortTypeDataConstraints_range$1 as ShortTypeDataConstraints_range, type ShortTypeDataValue$1 as ShortTypeDataValue, type ShortTypeRangeConstraint$1 as ShortTypeRangeConstraint, type SidcFormatter, type SimpleAnalyzer, type SingleKeyJoinDefinition, type SoftLink, type SoftLinkType, type SoftLinkType_sharedPropertyType, type StandardAnalyzer, type StaticObjectPrefill, type StaticObjectPrefillV2, type StaticValue, type StaticWebhookWithDirectInput, type StaticWebhookWithDirectInputModification, type StaticWebhookWithFunctionResultInput, type StaticWebhookWithFunctionResultInputModification, type StreamLocator, type StreamLocatorRid, type StreamName, type StreamViewRid, type StringConcatOperation, type StringFormatter, type StringPropertyType, type StringTypeDataConstraints$1 as StringTypeDataConstraints, type StringTypeDataConstraints_isRid$1 as StringTypeDataConstraints_isRid, type StringTypeDataConstraints_isUuid$1 as StringTypeDataConstraints_isUuid, type StringTypeDataConstraints_length$1 as StringTypeDataConstraints_length, type StringTypeDataConstraints_oneOf$1 as StringTypeDataConstraints_oneOf, type StringTypeDataConstraints_regex$1 as StringTypeDataConstraints_regex, type StringTypeDataValue$1 as StringTypeDataValue, type StringTypeIsRidConstraint$1 as StringTypeIsRidConstraint, type StringTypeIsUuidConstraint$1 as StringTypeIsUuidConstraint, type StringTypeLengthConstraint$1 as StringTypeLengthConstraint, type StructFieldAlias, type StructFieldApiNameMapping, type StructFieldApiNameOrRid, type StructFieldApiNameOrRid_apiName, type StructFieldApiNameOrRid_rid, type StructFieldConditionalOverride, type StructFieldConditionalOverrideModification, type StructFieldConditionalValidationBlock, type StructFieldConditionalValidationBlockModification, type StructFieldDisplayMetadata, type StructFieldImplementation, type StructFieldLogicRuleValue, type StructFieldLogicRuleValueMappingModification, type StructFieldLogicRuleValueModification, type StructFieldLogicRuleValueModification_structListParameterFieldValue, type StructFieldLogicRuleValueModification_structParameterFieldValue, type StructFieldLogicRuleValue_structListParameterFieldValue, type StructFieldLogicRuleValue_structParameterFieldValue, type StructFieldName, type StructFieldPrefill, type StructFieldPrefillModification, type StructFieldPrefillModification_interfaceObjectParameterStructFieldValue, type StructFieldPrefillModification_interfaceObjectParameterStructListFieldValue, type StructFieldPrefillModification_objectParameterStructFieldValue, type StructFieldPrefillModification_objectParameterStructListFieldValue, type StructFieldPrefillOverride, type StructFieldPrefillOverrideModification, type StructFieldPrefill_interfaceObjectParameterStructFieldValue, type StructFieldPrefill_interfaceObjectParameterStructListFieldValue, type StructFieldPrefill_objectParameterStructFieldValue, type StructFieldPrefill_objectParameterStructListFieldValue, type StructFieldRid, type StructFieldType, type StructFieldValidation, type StructFieldValidationBlock, type StructFieldValidationBlockModification, type StructFieldValidationBlockOverride, type StructFieldValidationBlockOverrideModification, type StructFieldValidationBlockOverrideModification_allowedValues, type StructFieldValidationBlockOverrideModification_parameterRequired, type StructFieldValidationBlockOverrideModification_prefill, type StructFieldValidationBlockOverrideModification_visibility, type StructFieldValidationBlockOverride_allowedValues, type StructFieldValidationBlockOverride_parameterRequired, type StructFieldValidationBlockOverride_prefill, type StructFieldValidationBlockOverride_visibility, type StructFieldValidationDisplayMetadata, type StructFieldValidationDisplayMetadataModification, type StructFieldValidationModification, type StructListParameterFieldValue, type StructMainValue, type StructParameterFieldDisplayMetadata, type StructParameterFieldDisplayMetadataV2, type StructParameterFieldValue, type StructPropertyFieldType, type StructPropertyFieldType_boolean, type StructPropertyFieldType_date, type StructPropertyFieldType_double, type StructPropertyFieldType_geohash, type StructPropertyFieldType_geoshape, type StructPropertyFieldType_integer, type StructPropertyFieldType_long, type StructPropertyFieldType_string, type StructPropertyFieldType_timestamp, type StructPropertyType, type StructPropertyTypeImplementation, type StructTypeDataConstraints$1 as StructTypeDataConstraints, type StructTypeElementsConstraint$1 as StructTypeElementsConstraint, type StructuredShortBody, type StructuredShortBodyModification, type SubmitAllValidOrNothingThrowingMode, type SubmitValidEntriesInOrderUntilFirstFailureMode, type SubtractionOperation, type SynchronousPreWritebackWebhook, type SynchronousPreWritebackWebhookModification, type SynchronousPreWritebackWebhookModification_staticDirectInput, type SynchronousPreWritebackWebhookModification_staticFunctionInput, type SynchronousPreWritebackWebhook_staticDirectInput, type SynchronousPreWritebackWebhook_staticFunctionInput, type TableDisplayAndFormat, type TableLocator, type TableRid, type TemplateNotificationBody, type TemplateNotificationBodyModification, type TemplateRidPropertyValue, type TextEmbeddingModel, type TextEmbeddingModel_foundryLiveDeployment, type TextEmbeddingModel_lms, type TextModality, type TimeBasedRetentionPolicy, type TimeBetweenOperation, type TimeCodeFormat, type TimeCurrentOperation, type TimeDependentFormatter, type TimeDependentNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormatV2, type TimeDependentNumericSeriesFormat, type TimeDependentSeriesFormat, type TimeDependentSeriesFormat_nonNumeric, type TimeDependentSeriesFormat_numeric, type TimeDependentSeriesFormat_numericOrNonNumeric, type TimeDependentSeriesFormat_numericOrNonNumericV2, type TimeSeriesMetadata, type TimeSeriesSyncName, type TimeSeriesSyncRid, type TimeSeriesSyncViewRid, type TimestampFormatter, type TimestampPropertyType, type TimestampTypeDataConstraints$1 as TimestampTypeDataConstraints, type TimestampTypeDataValue$1 as TimestampTypeDataValue, type TimestampTypeRangeConstraint$1 as TimestampTypeRangeConstraint, type TrueCondition, type Type, type TypeClass, type TypeClassEntityIdentifier, type TypeClassEntityIdentifier_actionTypeRid, type TypeClassEntityIdentifier_linkTypeRid, type TypeClassEntityIdentifier_objectTypeRid, type TypeClassEntityIdentifier_sharedPropertyTypeRid, type TypeGroup, type TypeGroupDisplayMetadata, type TypeGroupEntityRid, type TypeGroupEntityRid_actionTypeRid, type TypeGroupEntityRid_objectTypeRid, type TypeGroupError, type TypeGroupError_typeGroupsAlreadyExist, type TypeGroupError_typeGroupsNotFound, type TypeGroupGetOrganizationsRequest, type TypeGroupGetOrganizationsResponse, type TypeGroupIconColors, type TypeGroupIdInRequest, type TypeGroupLoadRequest, type TypeGroupLoadResponse, type TypeGroupRid, type TypeGroupRidOrIdInRequest, type TypeGroupRidOrIdInRequest_idInRequest, type TypeGroupRidOrIdInRequest_rid, type TypeGroupSetOrganizationsRequest, type TypeGroupsAlreadyExistError, type TypeGroupsNotFoundError, type TypeGroupsSummary, type Type_array, type Type_attachment, type Type_boolean, type Type_byte, type Type_cipherText, type Type_date, type Type_decimal, type Type_double, type Type_experimentalTimeDependentV1, type Type_float, type Type_geohash, type Type_geoshape, type Type_geotimeSeriesReference, type Type_integer, type Type_long, type Type_marking, type Type_mediaReference, type Type_short, type Type_string, type Type_struct, type Type_timestamp, type Type_vector, type UniqueIdentifier, type UnresolvedOntologySparkInputProperties, type UnrestrictedParameterInterfacePropertyValue, type UnsafeArg, type UrlTarget, type UrlTargetModification, type UrlTargetModification_carbonWorkspace, type UrlTargetModification_logicRuleValue, type UrlTargetModification_newObject, type UrlTargetModification_relativeUrlString, type UrlTargetModification_rid, type UrlTarget_carbonWorkspace, type UrlTarget_logicRuleValue, type UrlTarget_newObject, type UrlTarget_relativeUrlString, type UrlTarget_rid, type UseCaseRid, type UserAttributes, type UserId, type UserOrGroupId, type UserOrGroupId_groupId, type UserOrGroupId_userId, type UserProperty, type UserPropertyId, type UserPropertyId_currentUser, type UserPropertyValue, type UserPropertyValue_groupIds, type UserPropertyValue_groupNames, type UserPropertyValue_organizationMarkingIds, type UserPropertyValue_userAttributes, type UserPropertyValue_userId, type UserPropertyValue_userName, type UserTimezone, type UserValue, type ValidationRule, type ValidationRuleDisplayMetadata, type ValidationRuleIdInRequest, type ValidationRuleIdentifier, type ValidationRuleIdentifier_rid, type ValidationRuleIdentifier_validationRuleIdInRequest, type ValidationRuleIndex, type ValidationRuleModification, type ValidationRuleRid, type ValueReferenceId, type ValueReferenceSource, type ValueReferenceSource_propertyTypeRid, type ValueTypeApiName, type ValueTypeApiNameReference, type ValueTypeDataConstraint, type ValueTypeDisplayMetadata, type ValueTypeIdInRequest, type ValueTypeInputManagerRid, type ValueTypeLabel, type ValueTypeReference$1 as ValueTypeReference, type ValueTypeRid$1 as ValueTypeRid, type ValueTypeStatus, type ValueTypeVersion, type ValueTypeVersionId$1 as ValueTypeVersionId, type VectorPropertyType, type VectorSimilarityFunction, type VersionReference, type VersionReference_ontologyBranch, type VersionReference_ontologyVersion, type VersionedActionTypeRid, type VersionedActionTypesNotFoundError, type VersionedLinkTypeRid, type VersionedObjectTypeRid, type Visibility, type VisibilityOverride, type WebhookInputParamName, type WebhookOutputParamName, type WebhookRid, type WebhookVersion, type WhitespaceAnalyzer, type WorkflowError, type WorkflowError_deletedLinkTypesStillInUseInWorkflow, type WorkflowError_deletedObjectTypesStillInUseInWorkflow, type WorkflowError_referencedLinkTypesInWorkflowNotFound, type WorkflowError_referencedObjectTypesInWorkflowNotFound, type WorkflowError_workflowsAlreadyExist, type WorkflowError_workflowsNotFound, type WorkflowObjectTypeTrait, type WorkflowObjectTypeTraitDescription, type WorkflowObjectTypeTraitDisplayName, type WorkflowObjectTypeTraitId, type WorkflowObjectTypeTraitImpl, type WorkflowObjectTypeTraitProperty, type WorkflowObjectTypeTraitPropertyDescription, type WorkflowObjectTypeTraitPropertyDisplayName, type WorkflowObjectTypeTraitPropertyId, type WorkflowObjectTypeTraitReference, type WorkflowObjectTypeTraitVersion, type WorkflowsAlreadyExistError, type WorkflowsNotFoundError, type WorkshopModuleRid, type WorkshopReference, type WritebackDatasetRid, type WritebackDatasetSpec, bulkLoadOntologyEntities, createTemporaryObjectSet, getBulkLinksPage, getLinkTypesForObjectTypes, loadAllOntologies };
|