@osdk/client.unstable 2.5.0-beta.8 → 2.6.0-beta.1
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 +19 -0
- package/build/cjs/index.d.cts +409 -41
- package/build/types/blockDataIr.d.ts +1 -0
- package/build/types/blockDataIr.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityQueryableSource.d.ts +6 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityQueryableSource.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +218 -33
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +8 -2
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +49 -3
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -2
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +48 -16
- 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 +4 -3
- 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 +42 -12
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +141 -6
- 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 +95 -7
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/getOntologyBranchRid.d.ts +5 -1
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/getOntologyBranchRid.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +64 -43
- 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/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService/semanticSearchObjectTypes.d.ts +0 -3
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService/semanticSearchObjectTypes.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/__components.d.ts +0 -19
- package/build/types/generated/ontology-metadata/api/search/semantic/__components.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/index.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/index.d.ts.map +0 -1
|
@@ -3,10 +3,9 @@ export * as OntologyAssociationMetadataService from "./OntologyAssociationMetada
|
|
|
3
3
|
export * as OntologyLlmService from "./OntologyLlmService.js";
|
|
4
4
|
export * as OntologyMetadataGothamTypeMappingService from "./OntologyMetadataGothamTypeMappingService.js";
|
|
5
5
|
export * as OntologyMetadataSearchService from "./OntologyMetadataSearchService.js";
|
|
6
|
-
export * as OntologyMetadataSemanticSearchService from "./OntologyMetadataSemanticSearchService.js";
|
|
7
6
|
export * as OntologyMetadataService from "./OntologyMetadataService.js";
|
|
8
7
|
export * as TypeGroupOrgsService from "./TypeGroupOrgsService.js";
|
|
9
|
-
export type { AccessRequestRid, AccessRequestVersion, AccessSubRequestRid, AccessSubRequestVersion, ActionApplierRevertConfig, ActionApplyClientPreferences, ActionApplyDisallowedClients, ActionLogConfiguration, ActionLogic, ActionLogicModification, ActionLogMessage, ActionLogMetadata, ActionLogParameterReference, ActionLogRule, ActionLogRuleModification, ActionLogSummaryPart, ActionLogValue, ActionLogValueModification, ActionNotification, ActionNotificationBody, ActionNotificationBodyFunctionExecution, ActionNotificationBodyFunctionExecutionModification, ActionNotificationBodyModification, ActionNotificationModification, ActionNotificationRecipients, ActionNotificationRecipientsModification, ActionNotificationSettings, ActionRevert, ActionRevertEnabledFor, ActionsObjectSet, ActionsObjectSetModification, ActionSubmissionConfiguration, ActionsVersion, ActionTableSubmissionMode, ActionTableSubmissionModeConfiguration, ActionType, ActionTypeApiName, ActionTypeBranchFunctionsWithExternalCallsMode, ActionTypeBranchNotificationsMode, ActionTypeBranchSettings, ActionTypeBranchSettingsModification, ActionTypeBranchWebhooksMode, ActionTypeCreate, ActionTypeCreatedEvent, ActionTypeDeletedEvent, ActionTypeDisplayMetadata, ActionTypeDisplayMetadataConfiguration, ActionTypeDisplayMetadataModification, ActionTypeDoesNotHaveActionTypeLevelValidationError, ActionTypeEditingNonEditablePropertyTypeError, ActionTypeEntities, ActionTypeError, ActionTypeFrontendConsumer, ActionTypeGetOrganizationsRequest, ActionTypeGetOrganizationsResponse, ActionTypeIdentifier, ActionTypeIdInRequest, ActionTypeInputManagerRid, ActionTypeLevelValidation, ActionTypeLoadAllRequest, ActionTypeLoadRequest, ActionTypeLoadRequestV2, ActionTypeLoadResponse, ActionTypeLoadResponseV2, ActionTypeLoadVersionedRequest, ActionTypeLoadVersionedResponse, ActionTypeLogic, ActionTypeLogicRequest, ActionTypeMetadata, ActionTypeMetadataModification, ActionTypeModificationRequest, ActionTypeModifyRequest, ActionTypeModifyResponse, ActionTypeParameterIdentifier, ActionTypeProvenanceModification, ActionTypeProvenanceSourceModification, ActionTypeRichTextComponent, ActionTypeRichTextMessage, ActionTypeRichTextParameterPropertyReference, ActionTypeRichTextParameterReference, ActionTypeRid, ActionTypesAlreadyExistError, ActionTypeSetOrganizationsRequest, ActionTypesNotFoundError, ActionTypesSummary, ActionTypeStatus, ActionTypeUpdate, ActionTypeUpdatedEvent, ActionTypeVersion, ActionValidation, ActionValidationRequest, ActionWebhooks, ActionWebhooksModification, ActiveActionTypeStatus, ActiveInterfaceTypeStatus, ActiveLinkTypeStatus, ActiveObjectTypeStatus, ActivePropertyTypeStatus, AddInterfaceLinkRule, AddInterfaceLinkRuleModification, AddInterfaceRule, AddInterfaceRuleModification, AdditionOperation, AddLinkRule, AddObjectRule, AddObjectRuleModification, AddOrModifyObjectRule, AddOrModifyObjectRuleModification, AddOrModifyObjectRuleModificationV2, AddOrModifyObjectRuleV2, AliasEntityIdentifier, AllEditedObjectsFieldMapping, AllFoundryRids, AllNotificationRenderingMustSucceed, AllowedParameterValues, AllowedParameterValuesModification, AllowedParameterValuesRequest, AllowedStructFieldValues, AllowedStructFieldValuesModification, AllowedStructFieldValuesOverride, AllowedStructFieldValuesOverrideModification, AllowedValuesOverride, AllowedValuesOverrideModification, AllowedValuesOverrideRequest, AllowFunctionsWithExternalCallsOnBranches, AllowNotificationsOnBranches, AllowNotificationsOnBranchesBranchRecipients, AllowWebhooksOnBranches, Analyzer, AndCondition, AndConditionModification, AnyNotificationRenderingCanFail, ArrayPropertyType, ArrayTypeDataConstraints, ArrayTypeDataValue, ArrayTypeElementsUniqueConstraint, ArrayTypeSizeConstraint, ArtifactGidFormatter, AsynchronousPostWritebackWebhook, AsynchronousPostWritebackWebhookModification, AttachmentPropertyType, Attribution, BaseFormatter, BaseParameterSubtype, BasePropertyType, BasicEmailBody, BasicEmailBodyModification, BatchedFunctionRule, BatchedFunctionRuleModification, BatchGetEnrichedActionTypeMetadataRequest, BatchGetEnrichedActionTypeMetadataResponse, BidirectionalRelation, BidirectionalRelationCreateRequest, BidirectionalRelationDeleteRequest, BidirectionalRelationModifyRequest, BidirectionalRelationUpdateRequest, BidirectionalRelationWithoutRid, BlueprintIcon, BooleanFormatter, BooleanPropertyType, BooleanTypeDataConstraints, BooleanTypeDataConstraintValue, BooleanTypeDataValue, BranchClosedEvent, BranchDeletedEvent, BranchId, BranchMergedEvent, BranchRecipientsBranchOwner, BranchRecipientsSameAsMain, BuilderPipelineRid, BulkExecutionModeConfig, ButtonDisplayMetadata, BytePropertyType, ByteTypeDataValue, CarbonWorkspaceComponentUrlTarget, CarbonWorkspaceComponentUrlTargetModification, CarbonWorkspaceUrlTarget, CarbonWorkspaceUrlTargetModification, CategoryId, CipherTextPropertyType, ClassificationConstraint, ColumnLocator, ColumnName, ComparisonCondition, ComparisonConditionModification, ComparisonOperator, CompassProjectRid, Condition, ConditionalOverride, ConditionalOverrideModification, ConditionalOverrideRequest, ConditionalValidationBlock, ConditionalValidationBlockModification, ConditionalValidationBlockRequest, ConditionDisplayMetadata, ConditionIndex, ConditionModification, ConditionValue, ConditionValueModification, CurrentTime, CurrentUser, DataConstraints, DataNullability, DataNullabilityV2, DataSecurity, DatasetRid, DatasetRidAndBranchId, DatasetTransactionRid, DatasourceBackingRid, DatasourceIdentifier, DatasourceRid, DatasourceType, DataType, DateBetweenOperation, DateCurrentOperation, DateFormatter, DatePropertyType, DateRangeValue, DateRangeValueModification, DatetimeFormat, DatetimeLocalizedFormat, DatetimeStringFormat, DatetimeTimezone, DatetimeTimezoneDefinition, DateTimeUnit, DateTimeUnitDays, DateTimeUnitHours, DateTimeUnitMinutes, DateTimeUnitMonths, DateTimeUnitSeconds, DateTimeUnitWeeks, DateTimeUnitYears, DateTypeDataConstraints, DateTypeDataValue, DateTypeRangeConstraint, DateUnit, DecimalPropertyType, DecimalTypeDataConstraints, DecimalTypeDataValue, DecimalTypeRangeConstraint, DelegateToAllowedStructFieldValues, DeletedLinkTypesStillInUseError, DeletedLinkTypesStillInUseInWorkflowError, DeletedObjectTypesStillInUseError, DeletedObjectTypesStillInUseInWorkflowError, DeleteInterfaceLinkRule, DeleteInterfaceLinkRuleModification, DeleteLinkRule, DeleteObjectRule, DeletingAndEditingTheSameActionTypeError, DeletionMetadata, DeprecatedActionTypeGetOrganizationsResponse, DeprecatedActionTypeSetOrganizationsRequest, DeprecatedActionTypeStatus, DeprecatedInterfaceTypeStatus, DeprecatedLinkTypeStatus, DeprecatedObjectTypeStatus, DeprecatedPropertyTypeStatus, DerivedPropertiesSourceRid, DirectSourceRid, DisableFunctionsWithExternalCallsOnBranches, DisableNotificationsOnBranches, DisableWebhooksOnBranches, DisplayMetadataConfigurationDefaultLayout, DisplayMetadataConfigurationDisplayAndFormat, DivisionOperation, DoublePropertyType, DoubleTypeDataConstraints, DoubleTypeDataValue, DoubleTypeRangeConstraint, Duration, DurationBaseValue, DurationFormatStyle, DurationPrecision, DynamicObjectSet, DynamicObjectSetInput, DynamicObjectSetInputBase, DynamicObjectSetInputParameter, DynamicObjectSetInputUnioned, EditActionTypeRequest, EditOnlyPropertyType, EditParameterRequest, EditParameterRequestModification, EditsConfiguration, EditSectionRequest, EditSectionRequestModification, EditsHistoryObjectTypeRid, EditsOnlyRid, EditValidationRuleRequest, EmailBody, EmailBodyModification, EmbeddingModel, Empty, EndorsedObjectTypeStatus, EnrichedActionTypeEntities, EnrichedActionTypeMetadata, EnrollmentRid, EntityLoadByDatasourceResponse, EntityMetadataLoadRequest, EntityStatus, EventMetadata, EventsTopicRid, EveryoneTrustedRedactionOverride, ExampleActionTypeStatus, ExampleInterfaceTypeStatus, ExampleLinkTypeStatus, ExampleObjectTypeStatus, ExamplePropertyTypeStatus, ExperimentalActionTypeStatus, ExperimentalDeclarativeEditInformation, ExperimentalInterfaceTypeStatus, ExperimentalLinkTypeStatus, ExperimentalObjectTypeStatus, ExperimentalPropertyTypeStatus, ExperimentalTimeDependentPropertyTypeV1, FailureMessage, FieldDisplayMetadata, FieldMetadata, FloatPropertyType, FloatTypeDataConstraints, FloatTypeDataValue, FloatTypeRangeConstraint, FormatterUserId, FormContent, FoundryFieldType, FoundryLiveDeployment, FunctionApiName, FunctionAtVersion, FunctionExecutionWithRecipientInput, FunctionExecutionWithRecipientInputModification, FunctionGeneratedActionNotificationRecipients, FunctionGeneratedActionNotificationRecipientsModification, FunctionGeneratedNotificationBody, FunctionGeneratedNotificationBodyModification, FunctionInputName, FunctionReference, FunctionRid, FunctionRule, FunctionRuleCustomExecutionMode, FunctionRuleModification, FunctionVersion, GenericOntologyMetadataError, GeohashPropertyType, GeoshapePropertyType, GeotimeSeriesIntegrationRid, GeotimeSeriesReferencePropertyType, GetActionTypesForInterfaceTypePageToken, GetActionTypesForInterfaceTypeRequest, GetActionTypesForInterfaceTypeResponse, GetActionTypesForObjectTypePageToken, GetActionTypesForObjectTypeRequest, GetActionTypesForObjectTypeResponse, GetEntityDelegateDatasetRequest, GetEntityDelegateDatasetResponse, GetFeatureConfigurationsResponse, GetLinkMetadataForObjectTypesRequest, GetLinkMetadataForObjectTypesResponse, GetLinkTypesForObjectTypesRequest, GetLinkTypesForObjectTypesResponse, GetObjectTypesForInterfaceTypesRequest, GetObjectTypesForInterfaceTypesResponse, GetObjectTypesForSharedPropertyTypesRequest, GetObjectTypesForSharedPropertyTypesResponse, GetObjectTypesForTypeGroupsRequest, GetObjectTypesForTypeGroupsResponse, GetOntologyEntitiesForTypeGroupsRequest, GetOntologyEntitiesForTypeGroupsResponse, GetOntologySummaryRequest, GetOntologySummaryResponse, GetRelationsForObjectTypesRequest, GetRelationsForObjectTypesResponse, GlobalBranchRid, GroupId, HandlebarsInputName, HumanReadableFormat, Icon, IconReference, ImageModality, ImplementingLinkType, ImportedOntologyEntitiesForProjectSpanOntologies, InlineActionDisplayOptions, InlineActionType, InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, IntegerPropertyType, IntegerTypeDataConstraints, IntegerTypeDataValue, IntegerTypeRangeConstraint, InterfaceArrayPropertyType, InterfaceDefinedPropertyType, InterfaceDefinedPropertyTypeConstraints, InterfaceLinkType, InterfaceLinkTypeApiName, InterfaceLinkTypeCardinality, InterfaceLinkTypeIdInRequest, InterfaceLinkTypeMetadata, InterfaceLinkTypeRid, InterfaceLinkTypeRidOrIdInRequest, InterfaceObjectParameterStructFieldValue, InterfaceObjectParameterStructFieldValueModification, InterfaceObjectParameterStructListFieldValue, InterfaceObjectParameterStructListFieldValueModification, InterfaceParameterPropertyValue, InterfaceParameterPropertyValueModification, InterfaceParameterPropertyValueModificationV2, InterfaceParameterPropertyValueV2, InterfacePropertyImplementation, InterfacePropertyLogicRuleValue, InterfacePropertyType, InterfacePropertyTypeApiName, InterfacePropertyTypeDisplayMetadata, InterfacePropertyTypeIdInRequest, InterfacePropertyTypeImplementation, InterfacePropertyTypeLogicRuleValueModification, InterfacePropertyTypeRid, InterfacePropertyTypeRidOrIdInRequest, InterfacePropertyTypeType, InterfaceSharedPropertyType, InterfacesSummary, InterfaceStructFieldType, InterfaceStructPropertyType, InterfaceType, InterfaceTypeApiName, InterfaceTypeCreatedEvent, InterfaceTypeDeletedEvent, InterfaceTypeDisplayMetadata, InterfaceTypeError, InterfaceTypeIdInRequest, InterfaceTypeLoadRequest, InterfaceTypeLoadResponse, InterfaceTypeRid, InterfaceTypeRidOrIdInRequest, InterfaceTypesAlreadyExistError, InterfaceTypesNotFoundError, InterfaceTypeStatus, InterfaceTypeUpdatedEvent, IntermediaryLinkDefinition, JoinDefinition, KnownFormatter, LabelledValue, LanguageAnalyzer, LimeIndexRid, LinkDefinition, LinkedEntityTypeId, LinkedEntityTypeRidOrIdInRequest, LinkMetadata, LinkType, LinkTypeCreatedEvent, LinkTypeDeletedEvent, LinkTypeDisplayMetadata, LinkTypeError, LinkTypeId, LinkTypeIdentifier, LinkTypeInputManagerRid, LinkTypeInputSpec, LinkTypeLoadRequest, LinkTypeLoadResponse, LinkTypeMetadata, LinkTypeMetadataInputManagerRid, LinkTypePeeringMetadata, LinkTypePeeringMetadataV1, LinkTypePeeringRid, LinkTypeRid, LinkTypeRidOrId, LinkTypeRidsNotFoundError, LinkTypesAlreadyExistError, LinkTypesNotFoundError, LinkTypesSummary, LinkTypeStatus, LinkTypeUpdatedEvent, LiveDeploymentRid, LmsEmbeddingModel, LoadActionTypesFromOntologyRequest, LoadActionTypesFromOntologyResponse, LoadAllActionTypesFromOntologyRequest, LoadAllActionTypesPageItem, LoadAllActionTypesPageRequest, LoadAllActionTypesPageResponse, LoadAllActionTypesPageToken, LoadAllInterfaceTypesPageItem, LoadAllInterfaceTypesPageRequest, LoadAllInterfaceTypesPageResponse, LoadAllInterfaceTypesPageToken, LoadAllObjectTypesFromOntologyPageRequest, LoadAllObjectTypesFromOntologyPageResponse, LoadAllObjectTypesPageItem, LoadAllObjectTypesPageRequest, LoadAllObjectTypesPageResponse, LoadAllObjectTypesPageToken, LoadAllOntologiesRequest, LoadAllOntologiesResponse, LoadAllSharedPropertyTypesPageItem, LoadAllSharedPropertyTypesPageRequest, LoadAllSharedPropertyTypesPageResponse, LoadAllSharedPropertyTypesPageToken, LoadAllTypeGroupsPageItem, LoadAllTypeGroupsPageRequest, LoadAllTypeGroupsPageResponse, LoadAllTypeGroupsPageToken, LogicRule, LogicRuleModification, LogicRuleValue, LogicRuleValueModification, LongPropertyType, LongTypeDataConstraints, LongTypeDataValue, LongTypeRangeConstraint, MandatoryMarkingConstraint, ManyToManyJoinDefinition, ManyToManyLinkDefinition, ManyToManyLinkTypeDatasetDatasource, ManyToManyLinkTypeDatasource, ManyToManyLinkTypeDatasourceDefinition, ManyToManyLinkTypeStreamDatasource, MarkingFilter, MarkingId, MarkingPropertyType, MarkingsCondition, MarkingsConditionModification, MarkingSubtype, MarkingType, MarkingTypesFilter, MediaItemRid, MediaReferencePropertyType, MediaSetBranchRid, MediaSetRid, MediaSetViewLocator, MediaSetViewRid, MediaSourceRid, MioEmbeddingModel, MissingAffectedObjectTypesForFunctionRule, MissingParameterValueType, Modality, ModelWithSource, ModifyInterfaceRule, ModifyInterfaceRuleModification, ModifyObjectRule, ModifyObjectRuleModification, ModuleRid, MultimodalEmbeddingModel, MultipassUserFilter, MultipassUserFilterModification, MultipassUserInGroupFilter, MultipassUserInGroupFilterModification, MultiplicationOperation, MustBeEmpty, NestedStructFieldApiNameMapping, NewObjectUrlTarget, NewObjectUrlTargetModification, NoneEntityProvenance, NonExistentParametersUsedInParameterPrefillError, NonNumericInternalInterpolation, NonNumericSeriesValueMetadata, NonNumericSeriesValueUnit, NoRetentionPolicy, NotAnalyzedAnalyzer, NotCondition, NotConditionModification, NotepadReference, NotepadRid, NotificationRecipient, NotificationResultTypeLink, NotificationResultTypeLinkModification, NotificationTemplateInputValue, NotificationTemplateInputValueModification, NumberFormatBase, NumberFormatBasisPoint, NumberFormatBillions, NumberFormatCurrency, NumberFormatCurrencyStyle, NumberFormatCustomUnit, NumberFormatDuration, NumberFormatMillions, NumberFormatNotation, NumberFormatOrdinal, NumberFormatPercentage, NumberFormatPerMille, NumberFormatPrePostFix, NumberFormatter, NumberFormatThousands, NumberFormatUnit, NumberRoundingMode, NumericInternalInterpolation, NumericOrNonNumericSeriesValueMetadata, NumericOrNonNumericSeriesValueMetadataV2, NumericSeriesValueMetadata, NumericSeriesValueUnit, ObjectDbRid, ObjectDbSyncRid, ObjectDisplayMetadata, ObjectMonitoringFrontendConsumer, ObjectOrLinkTypeRid, ObjectParameterPropertyValue, ObjectParameterStructFieldValue, ObjectParameterStructFieldValueModification, ObjectParameterStructListFieldValue, ObjectParameterStructListFieldValueModification, ObjectQueryPrefill, ObjectQueryPrefillModification, ObjectQueryPropertyValue, ObjectQueryPropertyValueModification, ObjectRid, ObjectSetRidPrefill, ObjectSetRidPrefillModification, ObjectSetSearchAround, ObjectSetTransform, ObjectsPlatformRids, ObjectType, ObjectTypeApiName, ObjectTypeCreatedEvent, ObjectTypeDatasetDatasource, ObjectTypeDatasetDatasourceV2, ObjectTypeDatasetDatasourceV3, ObjectTypeDatasource, ObjectTypeDatasourceDefinition, ObjectTypeDeletedEvent, ObjectTypeDerivedPropertiesDatasource, ObjectTypeDirectDatasource, ObjectTypeDisplayMetadata, ObjectTypeEditsOnlyDatasource, ObjectTypeEmbeddingInput, ObjectTypeError, ObjectTypeFieldApiName, ObjectTypeGeotimeSeriesDatasource, ObjectTypeId, ObjectTypeIdentifier, ObjectTypeIdsAndInterfaceTypeRids, ObjectTypeInputManagerProperties, ObjectTypeInputManagerRid, ObjectTypeInputSpec, ObjectTypeInterfaceImplementation, ObjectTypeLoadRequest, ObjectTypeLoadResponse, ObjectTypeMediaDatasource, ObjectTypeMediaSetViewDatasource, ObjectTypeMetadataInputManagerRid, ObjectTypePeeringMetadata, ObjectTypePeeringMetadataV1, ObjectTypePeeringRid, ObjectTypeRestrictedStreamDatasource, ObjectTypeRestrictedViewDatasource, ObjectTypeRestrictedViewDatasourceV2, ObjectTypeRid, ObjectTypeRidsAndInterfaceTypeRids, ObjectTypeRidsNotFoundError, ObjectTypesAlreadyExistError, ObjectTypesNotFoundError, ObjectTypesSummary, ObjectTypeStatus, ObjectTypeStreamDatasource, ObjectTypeStreamDatasourceV2, ObjectTypeStreamDatasourceV3, ObjectTypeTableDatasource, ObjectTypeTimeSeriesDatasource, ObjectTypeTraitPropertySpecification, ObjectTypeTraits, ObjectTypeUpdatedEvent, ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, OneOfDecimalTypeConstraint, OneOfDoubleTypeConstraint, OneOfFloatTypeConstraint, OneOfIntegerTypeConstraint, OneOfLongTypeConstraint, OneOfShortTypeConstraint, OneOfStringTypeConstraint, OneToManyLinkCardinalityHint, OneToManyLinkDefinition, OntologyActionTypeLoadRequest, OntologyApiName, OntologyBranch, OntologyBranchRid, OntologyBulkLoadEntitiesByDatasourcesRequest, OntologyBulkLoadEntitiesByDatasourcesResponse, OntologyBulkLoadEntitiesRequest, OntologyBulkLoadEntitiesResponse, OntologyDatasetType, OntologyEntitiesUsedInTypeGroup, OntologyInformation, OntologyIrActionLogic, OntologyIrActionLogMetadata, OntologyIrActionLogRule, OntologyIrActionLogValue, OntologyIrActionNotification, OntologyIrActionNotificationBody, OntologyIrActionNotificationBodyFunctionExecution, OntologyIrActionNotificationRecipients, OntologyIrActionsObjectSet, OntologyIrActionTypeEntities, OntologyIrActionTypeLevelValidation, OntologyIrActionTypeLogic, OntologyIrActionTypeRichTextComponent, OntologyIrActionTypeRichTextParameterPropertyReference, OntologyIrActionTypeStatus, OntologyIrActionValidation, OntologyIrActionWebhooks, OntologyIrAddInterfaceLinkRule, OntologyIrAddInterfaceRule, OntologyIrAdditionOperation, OntologyIrAddObjectRule, OntologyIrAddOrModifyObjectRule, OntologyIrAddOrModifyObjectRuleV2, OntologyIrAllEditedObjectsFieldMapping, OntologyIrAllowedParameterValues, OntologyIrAllowedStructFieldValues, OntologyIrAllowedStructFieldValuesOverride, OntologyIrAllowedValuesOverride, OntologyIrAndCondition, OntologyIrArrayPropertyType, OntologyIrAsynchronousPostWritebackWebhook, OntologyIrBaseFormatter, OntologyIrBasicEmailBody, OntologyIrBatchedFunctionRule, OntologyIrCarbonWorkspaceComponentUrlTarget, OntologyIrCarbonWorkspaceUrlTarget, OntologyIrCipherTextPropertyType, OntologyIrClassificationConstraint, OntologyIrComparisonCondition, OntologyIrCondition, OntologyIrConditionalOverride, OntologyIrConditionalValidationBlock, OntologyIrConditionValue, OntologyIrDataSecurity, OntologyIrDateBetweenOperation, OntologyIrDateRangeValue, OntologyIrDatetimeTimezone, OntologyIrDatetimeTimezoneDefinition, OntologyIrDeleteInterfaceLinkRule, OntologyIrDeprecatedActionTypeStatus, OntologyIrDeprecatedLinkTypeStatus, OntologyIrDeprecatedObjectTypeStatus, OntologyIrDeprecatedPropertyTypeStatus, OntologyIrDivisionOperation, OntologyIrDynamicObjectSet, OntologyIrDynamicObjectSetInput, OntologyIrDynamicObjectSetInputBase, OntologyIrDynamicObjectSetInputUnioned, OntologyIrEmailBody, OntologyIrEventMetadata, OntologyIrExperimentalTimeDependentPropertyTypeV1, OntologyIrFormContent, OntologyIrFunctionExecutionWithRecipientInput, OntologyIrFunctionGeneratedActionNotificationRecipients, OntologyIrFunctionGeneratedNotificationBody, OntologyIrFunctionRule, OntologyIrImplementingLinkType, OntologyIrInlineActionType, OntologyIrInterfaceObjectParameterStructFieldValue, OntologyIrInterfaceObjectParameterStructListFieldValue, OntologyIrInterfaceParameterPropertyValue, OntologyIrInterfaceParameterPropertyValueV2, OntologyIrInterfacePropertyImplementation, OntologyIrInterfacePropertyLogicRuleValue, OntologyIrInterfacePropertyTypeImplementation, OntologyIrInterfaceSharedPropertyType, OntologyIrIntermediaryLinkDefinition, OntologyIrLabelledValue, OntologyIrLinkDefinition, OntologyIrLinkedEntityTypeId, OntologyIrLinkType, OntologyIrLinkTypeStatus, OntologyIrLogicRule, OntologyIrLogicRuleValue, OntologyIrMandatoryMarkingConstraint, OntologyIrManyToManyLinkDefinition, OntologyIrManyToManyLinkTypeDatasetDatasource, OntologyIrManyToManyLinkTypeDatasource, OntologyIrManyToManyLinkTypeDatasourceDefinition, OntologyIrManyToManyLinkTypeStreamDatasource, OntologyIrMarkingsCondition, OntologyIrMediaSourceRid, OntologyIrModifyInterfaceRule, OntologyIrModifyObjectRule, OntologyIrMultipassUserFilter, OntologyIrMultipassUserInGroupFilter, OntologyIrMultiplicationOperation, OntologyIrNewObjectUrlTarget, OntologyIrNonNumericSeriesValueMetadata, OntologyIrNonNumericSeriesValueUnit, OntologyIrNotCondition, OntologyIrNotificationResultTypeLink, OntologyIrNotificationTemplateInputValue, OntologyIrNumberFormatCurrency, OntologyIrNumberFormatCustomUnit, OntologyIrNumberFormatPrePostFix, OntologyIrNumberFormatter, OntologyIrNumberFormatUnit, OntologyIrNumericOrNonNumericSeriesValueMetadataV2, OntologyIrNumericSeriesValueMetadata, OntologyIrNumericSeriesValueUnit, OntologyIrObjectParameterPropertyValue, OntologyIrObjectParameterStructFieldValue, OntologyIrObjectParameterStructListFieldValue, OntologyIrObjectQueryPrefill, OntologyIrObjectQueryPropertyValue, OntologyIrObjectSetRidPrefill, OntologyIrObjectSetSearchAround, OntologyIrObjectSetTransform, OntologyIrObjectType, OntologyIrObjectTypeDatasetDatasource, OntologyIrObjectTypeDatasetDatasourceV2, OntologyIrObjectTypeDatasetDatasourceV3, OntologyIrObjectTypeDatasource, OntologyIrObjectTypeDatasourceDefinition, OntologyIrObjectTypeDerivedPropertiesDatasource, OntologyIrObjectTypeDirectDatasource, OntologyIrObjectTypeEditsOnlyDatasource, OntologyIrObjectTypeGeotimeSeriesDatasource, OntologyIrObjectTypeInterfaceImplementation, OntologyIrObjectTypeMediaDatasource, OntologyIrObjectTypeMediaSetViewDatasource, OntologyIrObjectTypeRestrictedStreamDatasource, OntologyIrObjectTypeRestrictedViewDatasource, OntologyIrObjectTypeRestrictedViewDatasourceV2, OntologyIrObjectTypeStatus, OntologyIrObjectTypeStreamDatasource, OntologyIrObjectTypeStreamDatasourceV2, OntologyIrObjectTypeStreamDatasourceV3, OntologyIrObjectTypeTableDatasource, OntologyIrObjectTypeTimeSeriesDatasource, OntologyIrObjectTypeTraits, OntologyIrOneToManyLinkDefinition, OntologyIrOrCondition, OntologyIrParameter, OntologyIrParameterActionNotificationRecipients, OntologyIrParameterCbacConstraint, OntologyIrParameterCbacMarking, OntologyIrParameterCbacMarkingOrEmpty, OntologyIrParameterDateRangeValue, OntologyIrParameterDateTimeRange, OntologyIrParameterDateTimeRangeOrEmpty, OntologyIrParameterDisplayMetadata, OntologyIrParameterMultipassUser, OntologyIrParameterMultipassUserOrEmpty, OntologyIrParameterObjectPropertyValue, OntologyIrParameterObjectPropertyValueOrEmpty, OntologyIrParameterObjectQuery, OntologyIrParameterObjectQueryOrEmpty, OntologyIrParameterObjectTypeReference, OntologyIrParameterObjectTypeReferenceOrEmpty, OntologyIrParameterPrefill, OntologyIrParameterPrefillOverride, OntologyIrParameterRange, OntologyIrParameterRangeOrEmpty, OntologyIrParameterRangeValue, OntologyIrParameterTransformPrefill, OntologyIrParameterTransformPrefillValue, OntologyIrParameterValidation, OntologyIrParameterValidationBlock, OntologyIrParameterValidationBlockOverride, OntologyIrParameterValidationDisplayMetadata, OntologyIrParameterValueOneOf, OntologyIrParameterValueOneOfOrEmpty, OntologyIrPrePostFix, OntologyIrPropertySecurityGroup, OntologyIrPropertySecurityGroups, OntologyIrPropertyType, OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, OntologyIrPropertyTypeReferenceOrStringConstant, OntologyIrPropertyTypeStatus, OntologyIrQualifiedSeriesIdPropertyValue, OntologyIrRegexCondition, OntologyIrRidUrlTarget, OntologyIrRuleSetBinding, OntologyIrSection, OntologyIrSectionConditionalOverride, OntologyIrSectionDisplayBlock, OntologyIrSecurityGroupAndCondition, OntologyIrSecurityGroupComparisonCondition, OntologyIrSecurityGroupComparisonValue, OntologyIrSecurityGroupGranularCondition, OntologyIrSecurityGroupGranularPolicy, OntologyIrSecurityGroupGranularSecurityDefinition, OntologyIrSecurityGroupMandatoryOnlySecurityDefinition, OntologyIrSecurityGroupMandatoryPolicy, OntologyIrSecurityGroupMarkingsCondition, OntologyIrSecurityGroupNotCondition, OntologyIrSecurityGroupOrCondition, OntologyIrSecurityGroupSecurityDefinition, OntologyIrSensorTrait, OntologyIrSeriesValueMetadata, OntologyIrSharedPropertyType, OntologyIrShortBody, OntologyIrStaticValue, OntologyIrStaticWebhookWithDirectInput, OntologyIrStaticWebhookWithFunctionResultInput, OntologyIrStringConcatOperation, OntologyIrStructFieldConditionalOverride, OntologyIrStructFieldConditionalValidationBlock, OntologyIrStructFieldPrefill, OntologyIrStructFieldPrefillOverride, OntologyIrStructFieldType, OntologyIrStructFieldValidation, OntologyIrStructFieldValidationBlock, OntologyIrStructFieldValidationBlockOverride, OntologyIrStructFieldValidationDisplayMetadata, OntologyIrStructPropertyType, OntologyIrStructuredShortBody, OntologyIrSubtractionOperation, OntologyIrSynchronousPreWritebackWebhook, OntologyIrTemplateNotificationBody, OntologyIrTimeBetweenOperation, OntologyIrTimeDependentFormatter, OntologyIrTimeDependentNonNumericSeriesFormat, OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, OntologyIrTimeDependentNumericSeriesFormat, OntologyIrTimeDependentSeriesFormat, OntologyIrTimeSeriesMetadata, OntologyIrTimestampFormatter, OntologyIrType, OntologyIrUrlTarget, OntologyIrValidationRule, OntologyIrValueReferenceSource, OntologyIrWorkflowObjectTypeTraitImpl, OntologyLoadAllEntitiesRequest, OntologyLoadAllRequest, OntologyLoadDatasourcesRequest, OntologyLoadDatasourcesResponse, OntologyLoadEntitiesRequest, OntologyLoadEntitiesResponse, OntologyLoadRequest, OntologyLoadResponse, OntologyMetadataValidationError, OntologyModificationEvent, OntologyModifyRequest, OntologyModifyResponse, OntologyPackageRid, OntologyProposalIdentifier, OntologyProposalRid, OntologyRid, OntologyRidAndBranch, OntologyRidsForEntitiesRequest, OntologyRidsForEntitiesResponse, OntologySparkDelegateDataset, OntologySparkInputManagerRid, OntologySparkInputProperties, OntologyVersion, OrCondition, OrConditionModification, OrganizationMarkingId, OrganizationRid, OrganizationRidsAndEntityResourceIdentifiers, OrganizationRidsForOntologyResponse, OtherValueAllowed, PackagedEntityRid, Parameter, ParameterActionNotificationRecipients, ParameterActionNotificationRecipientsModification, ParameterAttachment, ParameterAttachmentOrEmpty, ParameterBoolean, ParameterBooleanOrEmpty, ParameterCbacConstraint, ParameterCbacConstraintModification, ParameterCbacMarking, ParameterCbacMarkingModification, ParameterCbacMarkingOrEmpty, ParameterCbacMarkingOrEmptyModification, ParameterDateRangeValue, ParameterDateRangeValueModification, ParameterDateTimeRange, ParameterDateTimeRangeModification, ParameterDateTimeRangeOrEmpty, ParameterDateTimeRangeOrEmptyModification, ParameterDisplayMetadata, ParameterFreeText, ParameterFreeTextOrEmpty, ParameterGeohash, ParameterGeohashOrEmpty, ParameterGeoshape, ParameterGeoshapeOrEmpty, ParameterGeotimeSeriesReference, ParameterGeotimeSeriesReferenceOrEmpty, ParameterId, ParameterInterfaceObjectQuery, ParameterInterfaceObjectQueryModification, ParameterInterfaceObjectQueryOrEmpty, ParameterInterfaceObjectQueryOrEmptyModification, ParameterInterfacePropertyValueOrEmpty, ParameterInterfacePropertyValueOrEmptyModification, ParameterLength, ParameterMandatoryMarking, ParameterMandatoryMarkingOrEmpty, ParameterMediaReference, ParameterMediaReferenceOrEmpty, ParameterMultipassGroup, ParameterMultipassGroupOrEmpty, ParameterMultipassUser, ParameterMultipassUserModification, ParameterMultipassUserOrEmpty, ParameterMultipassUserOrEmptyModification, ParameterObjectList, ParameterObjectListOrEmpty, ParameterObjectPropertyValue, ParameterObjectPropertyValueModification, ParameterObjectPropertyValueOrEmpty, ParameterObjectPropertyValueOrEmptyModification, ParameterObjectQuery, ParameterObjectQueryModification, ParameterObjectQueryOrEmpty, ParameterObjectQueryOrEmptyModification, ParameterObjectSetRid, ParameterObjectSetRidOrEmpty, ParameterObjectTypeReference, ParameterObjectTypeReferenceModification, ParameterObjectTypeReferenceOrEmpty, ParameterObjectTypeReferenceOrEmptyModification, ParameterPrefill, ParameterPrefillModification, ParameterPrefillOverride, ParameterPrefillOverrideModification, ParameterRange, ParameterRangeModification, ParameterRangeOrEmpty, ParameterRangeOrEmptyModification, ParameterRangeValue, ParameterRangeValueModification, ParameterRequiredOverride, ParameterRid, ParametersDoNotMatchParameterOrderingError, ParameterStructOrEmpty, ParameterTextRegex, ParameterTimeSeriesReference, ParameterTimeSeriesReferenceOrEmpty, ParameterTransformPrefill, ParameterTransformPrefillValue, ParameterValidation, ParameterValidationBlock, ParameterValidationBlockModification, ParameterValidationBlockOverride, ParameterValidationBlockOverrideModification, ParameterValidationBlockOverrideRequest, ParameterValidationBlockRequest, ParameterValidationDisplayMetadata, ParameterValidationDisplayMetadataModification, ParameterValidationModification, ParameterValidationNotFoundError, ParameterValidationReferencesLaterParametersError, ParameterValidationRequest, ParameterValueOneOf, ParameterValueOneOfOrEmpty, ParameterValueType, ParameterValueTypeOrEmpty, ParameterValueTypeWithVersionId, ParameterValueTypeWithVersionIdOrEmpty, PartialObjectType, PartialObjectTypeCreateRequest, PartialObjectTypeDeleteRequest, PartialObjectTypeModifyRequest, PartialObjectTypeUpdateRequest, PartialObjectTypeWithoutRids, PatchBackupInitializationConfigurationSourceDoesNotExistError, PolicyVersion, PrePostFix, PrimaryKeyConstraint, PrimaryKeyPropertySecurityGroupType, PrimitiveOrStructLogicRuleModification, PrincipalId, ProjectEntityRid, PropertiesReferenceDuplicateColumnNameWrapper, Property, PropertyId, PropertyPropertySecurityGroupType, PropertyRenderHint, PropertySecurityGroup, PropertySecurityGroupModification, PropertySecurityGroupName, PropertySecurityGroupRid, PropertySecurityGroups, PropertySecurityGroupsModification, PropertySecurityGroupType, PropertyType, PropertyTypeDataConstraints, PropertyTypeDataConstraintsWrapper, PropertyTypeDataValue, PropertyTypeDisplayMetadata, PropertyTypeId, PropertyTypeIdentifier, PropertyTypeLocator, PropertyTypeMappingInfo, PropertyTypeReference, PropertyTypeReferenceOrNonNumericInternalInterpolation, PropertyTypeReferenceOrNumericInternalInterpolation, PropertyTypeReferenceOrStringConstant, PropertyTypeRid, PropertyTypeStatus, PropertyWithoutRid, PutActionTypeRequest, PutParameterRequest, PutParameterRequestModification, PutSectionRequest, PutSectionRequestModification, QualifiedSeriesIdPropertyValue, QuiverDashboardReference, QuiverDashboardRid, QuiverDashboardVersion, RangeSizeConstraint, Redacted, RedactionOverrideOptions, ReferencedLinkTypesInWorkflowNotFoundError, ReferencedLinkTypesNotFoundError, ReferencedObjectTypesChange, ReferencedObjectTypesInWorkflowNotFoundError, ReferencedObjectTypesNotFoundError, RegexCondition, RegexConditionModification, RegexConstraint, RelationCardinality, RelationDisplayMetadata, RelationId, RelationRid, RelativeDateRangeTense, RelativeDateRangeValue, RenderingSettings, ResolvedBranch, ResolvedDefaultBranch, ResolvedInterfacePropertyType, ResolvedInterfacePropertyTypeConstraints, ResolvedNonDefaultBranch, RestrictedViewRid, RestrictedViewTransactionRid, RetentionConfig, RetentionPolicy, RidFormatter, RidUrlTarget, RidUrlTargetModification, RoleId, RoleSetId, RuleSetBinding, RuleSetError, RuleSetRid, RuleSetsAlreadyExistError, RuleSetsNotFoundError, SafeArg, SafeDatasourceIdentifier, SchemaMigrationRid, SchemaVersion, Section, SectionConditionalOverride, SectionConditionalOverrideModification, SectionContent, SectionDisplayBlock, SectionDisplayBlockModification, SectionDisplayBlockOverride, SectionDisplayMetadata, SectionId, SectionRid, SectionStyle, SectionValidationDisplayMetadata, SectionVisibilityOverride, SecurityGroupAndCondition, SecurityGroupAndConditionModification, SecurityGroupComparisonCondition, SecurityGroupComparisonConditionModification, SecurityGroupComparisonConstant, SecurityGroupComparisonOperator, SecurityGroupComparisonUserProperty, SecurityGroupComparisonValue, SecurityGroupComparisonValueModification, SecurityGroupGranularCondition, SecurityGroupGranularConditionModification, SecurityGroupGranularPolicy, SecurityGroupGranularPolicyModification, SecurityGroupGranularSecurityDefinition, SecurityGroupGranularSecurityDefinitionModification, SecurityGroupGroupIdsUserProperty, SecurityGroupGroupNamesUserProperty, SecurityGroupMandatoryOnlySecurityDefinition, SecurityGroupMandatoryOnlySecurityDefinitionModification, SecurityGroupMandatoryPolicy, SecurityGroupMarkingsCondition, SecurityGroupMarkingsConditionModification, SecurityGroupNotCondition, SecurityGroupNotConditionModification, SecurityGroupOrCondition, SecurityGroupOrConditionModification, SecurityGroupSecurityDefinition, SecurityGroupSecurityDefinitionModification, SecurityGroupTrueCondition, SecurityGroupTrueConditionModification, SecurityGroupUserAttributesUserProperty, SecurityGroupUserIdUserProperty, SecurityGroupUsernameUserProperty, SemanticFunctionVersion, SensorTrait, SeriesIdPropertyValue, SeriesValueMetadata, SharedPropertiesSummary, SharedPropertyBasedPropertyType, SharedPropertyType, SharedPropertyTypeCreatedEvent, SharedPropertyTypeDeletedEvent, SharedPropertyTypeDisplayMetadata, SharedPropertyTypeError, SharedPropertyTypeIdInRequest, SharedPropertyTypeLoadRequest, SharedPropertyTypeLoadResponse, SharedPropertyTypeLogicRuleValueModification, SharedPropertyTypeRid, SharedPropertyTypeRidOrIdInRequest, SharedPropertyTypesAlreadyExistError, SharedPropertyTypesNotFoundError, SharedPropertyTypeSoftLinkType, SharedPropertyTypeStructFieldLogicRuleValueModification, SharedPropertyTypeUpdatedEvent, ShortBody, ShortBodyModification, ShortPropertyType, ShortTypeDataConstraints, ShortTypeDataValue, ShortTypeRangeConstraint, SimpleAnalyzer, SingleKeyJoinDefinition, SoftLink, SoftLinkType, StandardAnalyzer, StaticObjectPrefill, StaticValue, StaticWebhookWithDirectInput, StaticWebhookWithDirectInputModification, StaticWebhookWithFunctionResultInput, StaticWebhookWithFunctionResultInputModification, StreamLocator, StreamLocatorRid, StreamViewRid, StringConcatOperation, StringFormatter, StringPropertyType, StringTypeDataConstraints, StringTypeDataValue, StringTypeIsRidConstraint, StringTypeIsUuidConstraint, StringTypeLengthConstraint, StructFieldAlias, StructFieldApiNameMapping, StructFieldApiNameOrRid, StructFieldConditionalOverride, StructFieldConditionalOverrideModification, StructFieldConditionalValidationBlock, StructFieldConditionalValidationBlockModification, StructFieldDisplayMetadata, StructFieldLogicRuleValue, StructFieldLogicRuleValueMappingModification, StructFieldLogicRuleValueModification, StructFieldName, StructFieldPrefill, StructFieldPrefillModification, StructFieldPrefillOverride, StructFieldPrefillOverrideModification, StructFieldRid, StructFieldType, StructFieldValidation, StructFieldValidationBlock, StructFieldValidationBlockModification, StructFieldValidationBlockOverride, StructFieldValidationBlockOverrideModification, StructFieldValidationDisplayMetadata, StructFieldValidationDisplayMetadataModification, StructFieldValidationModification, StructListParameterFieldValue, StructParameterFieldDisplayMetadata, StructParameterFieldDisplayMetadataV2, StructParameterFieldValue, StructPropertyFieldType, StructPropertyType, StructTypeDataConstraints, StructTypeElementsConstraint, StructuredShortBody, StructuredShortBodyModification, SubmitAllValidOrNothingThrowingMode, SubmitValidEntriesInOrderUntilFirstFailureMode, SubtractionOperation, SynchronousPreWritebackWebhook, SynchronousPreWritebackWebhookModification, TableDisplayAndFormat, TableLocator, TableRid, TemplateNotificationBody, TemplateNotificationBodyModification, TemplateRidPropertyValue, TextEmbeddingModel, TextModality, TimeBasedRetentionPolicy, TimeBetweenOperation, TimeCodeFormat, TimeCurrentOperation, TimeDependentFormatter, TimeDependentNonNumericSeriesFormat, TimeDependentNumericOrNonNumericSeriesFormat, TimeDependentNumericOrNonNumericSeriesFormatV2, TimeDependentNumericSeriesFormat, TimeDependentSeriesFormat, TimeSeriesMetadata, TimeSeriesSyncRid, TimeSeriesSyncViewRid, TimestampFormatter, TimestampPropertyType, TimestampTypeDataConstraints, TimestampTypeDataValue, TimestampTypeRangeConstraint, TrueCondition, Type, TypeClass, TypeClassEntityIdentifier, TypeGroup, TypeGroupDisplayMetadata, TypeGroupError, TypeGroupGetOrganizationsRequest, TypeGroupGetOrganizationsResponse, TypeGroupIconColors, TypeGroupIdInRequest, TypeGroupLoadRequest, TypeGroupLoadResponse, TypeGroupRid, TypeGroupRidOrIdInRequest, TypeGroupsAlreadyExistError, TypeGroupSetOrganizationsRequest, TypeGroupsNotFoundError, TypeGroupsSummary, UniqueIdentifier, UnresolvedOntologySparkInputProperties, UnrestrictedParameterInterfacePropertyValue, UnsafeArg, UrlTarget, UrlTargetModification, UseCaseRid, UserAttributes, UserId, UserOrGroupId, UserProperty, UserPropertyId, UserPropertyValue, UserTimezone, UserValue, ValidationRule, ValidationRuleDisplayMetadata, ValidationRuleIdentifier, ValidationRuleIdInRequest, ValidationRuleModification, ValidationRuleRid, ValueReferenceId, ValueReferenceSource, ValueType, ValueTypeApiNameReference, ValueTypeIdInRequest, ValueTypeInputManagerRid, ValueTypeLabel, ValueTypeReference, ValueTypeRid, ValueTypeVersionId, ValueTypeWithVersionId, VectorPropertyType, VectorSimilarityFunction, VersionedActionTypeRid, VersionedActionTypesNotFoundError, VersionedLinkTypeRid, VersionedObjectTypeRid, VersionReference, Visibility, VisibilityOverride, WebhookInputParamName, WebhookOutputParamName, WebhookRid, WebhookVersion, WhitespaceAnalyzer, WorkflowError, WorkflowObjectTypeTrait, WorkflowObjectTypeTraitDescription, WorkflowObjectTypeTraitDisplayName, WorkflowObjectTypeTraitId, WorkflowObjectTypeTraitImpl, WorkflowObjectTypeTraitProperty, WorkflowObjectTypeTraitPropertyDescription, WorkflowObjectTypeTraitPropertyDisplayName, WorkflowObjectTypeTraitPropertyId, WorkflowObjectTypeTraitReference, WorkflowObjectTypeTraitVersion, WorkflowsAlreadyExistError, WorkflowsNotFoundError, WorkshopModuleRid, WorkshopReference } from "./__components.js";
|
|
8
|
+
export type { AccessRequestRid, AccessRequestVersion, AccessSubRequestRid, AccessSubRequestVersion, ActionApplierRevertConfig, ActionApplyClientPreferences, ActionApplyDisallowedClients, ActionLogConfiguration, ActionLogic, ActionLogicModification, ActionLogMessage, ActionLogMetadata, ActionLogParameterReference, ActionLogRule, ActionLogRuleModification, ActionLogSummaryPart, ActionLogValue, ActionLogValueModification, ActionNotification, ActionNotificationBody, ActionNotificationBodyFunctionExecution, ActionNotificationBodyFunctionExecutionModification, ActionNotificationBodyModification, ActionNotificationModification, ActionNotificationRecipients, ActionNotificationRecipientsModification, ActionNotificationSettings, ActionRevert, ActionRevertEnabledFor, ActionsObjectSet, ActionsObjectSetModification, ActionSubmissionConfiguration, ActionsVersion, ActionTableSubmissionMode, ActionTableSubmissionModeConfiguration, ActionType, ActionTypeApiName, ActionTypeBranchFunctionsWithExternalCallsMode, ActionTypeBranchNotificationsMode, ActionTypeBranchSettings, ActionTypeBranchSettingsModification, ActionTypeBranchWebhooksMode, ActionTypeCreate, ActionTypeCreatedEvent, ActionTypeDeletedEvent, ActionTypeDisplayMetadata, ActionTypeDisplayMetadataConfiguration, ActionTypeDisplayMetadataModification, ActionTypeDoesNotHaveActionTypeLevelValidationError, ActionTypeEditingNonEditablePropertyTypeError, ActionTypeEntities, ActionTypeError, ActionTypeFrontendConsumer, ActionTypeGetOrganizationsRequest, ActionTypeGetOrganizationsResponse, ActionTypeIdentifier, ActionTypeIdInRequest, ActionTypeInputManagerRid, ActionTypeLevelValidation, ActionTypeLoadAllRequest, ActionTypeLoadRequest, ActionTypeLoadRequestV2, ActionTypeLoadResponse, ActionTypeLoadResponseV2, ActionTypeLoadVersionedRequest, ActionTypeLoadVersionedResponse, ActionTypeLogic, ActionTypeLogicRequest, ActionTypeMetadata, ActionTypeMetadataModification, ActionTypeModificationRequest, ActionTypeModifyRequest, ActionTypeModifyResponse, ActionTypeParameterIdentifier, ActionTypeProvenanceModification, ActionTypeProvenanceSourceModification, ActionTypeRichTextComponent, ActionTypeRichTextMessage, ActionTypeRichTextParameterPropertyReference, ActionTypeRichTextParameterReference, ActionTypeRid, ActionTypesAlreadyExistError, ActionTypeSetOrganizationsRequest, ActionTypesNotFoundError, ActionTypesSummary, ActionTypeStatus, ActionTypeUpdate, ActionTypeUpdatedEvent, ActionTypeVersion, ActionValidation, ActionValidationRequest, ActionWebhooks, ActionWebhooksModification, ActiveActionTypeStatus, ActiveInterfaceTypeStatus, ActiveLinkTypeStatus, ActiveObjectTypeStatus, ActivePropertyTypeStatus, AddInterfaceLinkRule, AddInterfaceLinkRuleModification, AddInterfaceRule, AddInterfaceRuleModification, AdditionOperation, AddLinkRule, AddObjectRule, AddObjectRuleModification, AddOrModifyObjectRule, AddOrModifyObjectRuleModification, AddOrModifyObjectRuleModificationV2, AddOrModifyObjectRuleV2, AliasEntityIdentifier, AllEditedObjectsFieldMapping, AllFoundryRids, AllNotificationRenderingMustSucceed, AllowedParameterValues, AllowedParameterValuesModification, AllowedParameterValuesRequest, AllowedStructFieldValues, AllowedStructFieldValuesModification, AllowedStructFieldValuesOverride, AllowedStructFieldValuesOverrideModification, AllowedValuesOverride, AllowedValuesOverrideModification, AllowedValuesOverrideRequest, AllowFunctionsWithExternalCallsOnBranches, AllowNotificationsOnBranches, AllowNotificationsOnBranchesBranchRecipients, AllowWebhooksOnBranches, Analyzer, AndCondition, AndConditionModification, AnyNotificationRenderingCanFail, ArrayPropertyType, ArrayTypeDataConstraints, ArrayTypeDataValue, ArrayTypeElementsUniqueConstraint, ArrayTypeSizeConstraint, ArtifactGidFormatter, AsynchronousPostWritebackWebhook, AsynchronousPostWritebackWebhookModification, AttachmentPropertyType, Attribution, BaseFormatter, BaseParameterSubtype, BasePropertyType, BasicEmailBody, BasicEmailBodyModification, BatchedFunctionRule, BatchedFunctionRuleModification, BatchGetEnrichedActionTypeMetadataRequest, BatchGetEnrichedActionTypeMetadataResponse, BidirectionalRelation, BidirectionalRelationCreateRequest, BidirectionalRelationDeleteRequest, BidirectionalRelationModifyRequest, BidirectionalRelationUpdateRequest, BidirectionalRelationWithoutRid, BlueprintIcon, BooleanFormatter, BooleanPropertyType, BooleanTypeDataConstraints, BooleanTypeDataConstraintValue, BooleanTypeDataValue, BranchClosedEvent, BranchDeletedEvent, BranchId, BranchMergedEvent, BranchRecipientsBranchOwner, BranchRecipientsSameAsMain, BuilderPipelineRid, BulkExecutionModeConfig, ButtonDisplayMetadata, BytePropertyType, ByteTypeDataValue, CarbonWorkspaceComponentUrlTarget, CarbonWorkspaceComponentUrlTargetModification, CarbonWorkspaceUrlTarget, CarbonWorkspaceUrlTargetModification, CategoryId, CipherTextPropertyType, ClassificationConstraint, ColumnLocator, ColumnName, ComparisonCondition, ComparisonConditionModification, ComparisonOperator, CompassFolderRid, CompassProjectRid, Condition, ConditionalOverride, ConditionalOverrideModification, ConditionalOverrideRequest, ConditionalValidationBlock, ConditionalValidationBlockModification, ConditionalValidationBlockRequest, ConditionDisplayMetadata, ConditionIndex, ConditionModification, ConditionValue, ConditionValueModification, CurrentTime, CurrentUser, DataConstraints, DataNullability, DataNullabilityV2, DataSecurity, DatasetRid, DatasetRidAndBranchId, DatasetTransactionRid, DatasourceBackingRid, DatasourceIdentifier, DatasourceRid, DatasourceType, DataType, DateBetweenOperation, DateCurrentOperation, DateFormatter, DatePropertyType, DateRangeValue, DateRangeValueModification, DatetimeFormat, DatetimeLocalizedFormat, DatetimeStringFormat, DatetimeTimezone, DatetimeTimezoneDefinition, DateTimeUnit, DateTimeUnitDays, DateTimeUnitHours, DateTimeUnitMinutes, DateTimeUnitMonths, DateTimeUnitSeconds, DateTimeUnitWeeks, DateTimeUnitYears, DateTypeDataConstraints, DateTypeDataValue, DateTypeRangeConstraint, DateUnit, DecimalPropertyType, DecimalTypeDataConstraints, DecimalTypeDataValue, DecimalTypeRangeConstraint, DelegateToAllowedStructFieldValues, DeletedLinkTypesStillInUseError, DeletedLinkTypesStillInUseInWorkflowError, DeletedObjectTypesStillInUseError, DeletedObjectTypesStillInUseInWorkflowError, DeleteInterfaceLinkRule, DeleteInterfaceLinkRuleModification, DeleteLinkRule, DeleteObjectRule, DeletingAndEditingTheSameActionTypeError, DeletionMetadata, DeprecatedActionTypeGetOrganizationsResponse, DeprecatedActionTypeSetOrganizationsRequest, DeprecatedActionTypeStatus, DeprecatedInterfaceTypeStatus, DeprecatedLinkTypeStatus, DeprecatedObjectTypeStatus, DeprecatedPropertyTypeStatus, DerivedPropertiesSourceRid, DirectSourceRid, DisableFunctionsWithExternalCallsOnBranches, DisableNotificationsOnBranches, DisableWebhooksOnBranches, DisplayMetadataConfigurationDefaultLayout, DisplayMetadataConfigurationDisplayAndFormat, DivisionOperation, DoublePropertyType, DoubleTypeDataConstraints, DoubleTypeDataValue, DoubleTypeRangeConstraint, Duration, DurationBaseValue, DurationFormatStyle, DurationPrecision, DynamicObjectSet, DynamicObjectSetInput, DynamicObjectSetInputBase, DynamicObjectSetInputParameter, DynamicObjectSetInputUnioned, EditActionTypeRequest, EditOnlyPropertyType, EditParameterRequest, EditParameterRequestModification, EditsConfiguration, EditSectionRequest, EditSectionRequestModification, EditsHistoryObjectTypeRid, EditsOnlyRid, EditValidationRuleRequest, EmailBody, EmailBodyModification, EmbeddingModel, Empty, EndorsedObjectTypeStatus, EnrichedActionTypeEntities, EnrichedActionTypeMetadata, EnrollmentRid, EntityLoadByDatasourceResponse, EntityMetadataLoadRequest, EntityStatus, EventMetadata, EventsTopicRid, EveryoneTrustedRedactionOverride, ExampleActionTypeStatus, ExampleInterfaceTypeStatus, ExampleLinkTypeStatus, ExampleObjectTypeStatus, ExamplePropertyTypeStatus, ExperimentalActionTypeStatus, ExperimentalDeclarativeEditInformation, ExperimentalInterfaceTypeStatus, ExperimentalLinkTypeStatus, ExperimentalObjectTypeStatus, ExperimentalPropertyTypeStatus, ExperimentalTimeDependentPropertyTypeV1, FailureMessage, FieldDisplayMetadata, FieldMetadata, FloatPropertyType, FloatTypeDataConstraints, FloatTypeDataValue, FloatTypeRangeConstraint, FormatterUserId, FormContent, FoundryFieldType, FoundryLiveDeployment, FunctionApiName, FunctionAtVersion, FunctionExecutionWithRecipientInput, FunctionExecutionWithRecipientInputModification, FunctionGeneratedActionNotificationRecipients, FunctionGeneratedActionNotificationRecipientsModification, FunctionGeneratedNotificationBody, FunctionGeneratedNotificationBodyModification, FunctionInputName, FunctionReference, FunctionRid, FunctionRule, FunctionRuleCustomExecutionMode, FunctionRuleModification, FunctionVersion, GenericOntologyMetadataError, GeohashPropertyType, GeoshapePropertyType, GeotimeSeriesIntegrationRid, GeotimeSeriesReferencePropertyType, GetActionTypesForInterfaceTypePageToken, GetActionTypesForInterfaceTypeRequest, GetActionTypesForInterfaceTypeResponse, GetActionTypesForObjectTypePageToken, GetActionTypesForObjectTypeRequest, GetActionTypesForObjectTypeResponse, GetEntityDelegateDatasetRequest, GetEntityDelegateDatasetResponse, GetEntityQueryableSourceRequest, GetEntityQueryableSourceResponse, GetFeatureConfigurationsResponse, GetLinkMetadataForObjectTypesRequest, GetLinkMetadataForObjectTypesResponse, GetLinkTypesForObjectTypesRequest, GetLinkTypesForObjectTypesResponse, GetObjectTypesForInterfaceTypesRequest, GetObjectTypesForInterfaceTypesResponse, GetObjectTypesForSharedPropertyTypesRequest, GetObjectTypesForSharedPropertyTypesResponse, GetObjectTypesForTypeGroupsRequest, GetObjectTypesForTypeGroupsResponse, GetOntologyEntitiesForTypeGroupsRequest, GetOntologyEntitiesForTypeGroupsResponse, GetOntologySummaryRequest, GetOntologySummaryResponse, GetRelationsForObjectTypesRequest, GetRelationsForObjectTypesResponse, GlobalBranchRid, GroupId, HandlebarsInputName, HumanReadableFormat, Icon, IconReference, ImageModality, ImplementingLinkType, ImportedOntologyEntitiesForProjectSpanOntologies, InlineActionDisplayOptions, InlineActionType, InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, IntegerPropertyType, IntegerTypeDataConstraints, IntegerTypeDataValue, IntegerTypeRangeConstraint, InterfaceArrayPropertyType, InterfaceCipherTextPropertyType, InterfaceDefinedPropertyType, InterfaceDefinedPropertyTypeConstraints, InterfaceLinkType, InterfaceLinkTypeApiName, InterfaceLinkTypeCardinality, InterfaceLinkTypeIdInRequest, InterfaceLinkTypeMetadata, InterfaceLinkTypeRid, InterfaceLinkTypeRidOrIdInRequest, InterfaceObjectParameterStructFieldValue, InterfaceObjectParameterStructFieldValueModification, InterfaceObjectParameterStructListFieldValue, InterfaceObjectParameterStructListFieldValueModification, InterfaceParameterPropertyValue, InterfaceParameterPropertyValueModification, InterfaceParameterPropertyValueModificationV2, InterfaceParameterPropertyValueV2, InterfacePropertyImplementation, InterfacePropertyLogicRuleValue, InterfacePropertyType, InterfacePropertyTypeApiName, InterfacePropertyTypeDisplayMetadata, InterfacePropertyTypeIdInRequest, InterfacePropertyTypeImplementation, InterfacePropertyTypeLogicRuleValueModification, InterfacePropertyTypeRid, InterfacePropertyTypeRidOrIdInRequest, InterfacePropertyTypeType, InterfaceSharedPropertyType, InterfacesSummary, InterfaceStructFieldType, InterfaceStructPropertyType, InterfaceType, InterfaceTypeApiName, InterfaceTypeCreatedEvent, InterfaceTypeDeletedEvent, InterfaceTypeDisplayMetadata, InterfaceTypeError, InterfaceTypeIdInRequest, InterfaceTypeLoadRequest, InterfaceTypeLoadResponse, InterfaceTypeRid, InterfaceTypeRidOrIdInRequest, InterfaceTypesAlreadyExistError, InterfaceTypesNotFoundError, InterfaceTypeStatus, InterfaceTypeUpdatedEvent, IntermediaryLinkDefinition, InvalidCompassNameReason, JoinDefinition, KnownFormatter, LabelledValue, LanguageAnalyzer, LimeIndexRid, LinkDefinition, LinkedEntityTypeId, LinkedEntityTypeRidOrIdInRequest, LinkMetadata, LinkType, LinkTypeCreatedEvent, LinkTypeDeletedEvent, LinkTypeDisplayMetadata, LinkTypeError, LinkTypeId, LinkTypeIdentifier, LinkTypeInputManagerRid, LinkTypeInputSpec, LinkTypeLoadRequest, LinkTypeLoadResponse, LinkTypeMetadata, LinkTypeMetadataInputManagerRid, LinkTypePeeringMetadata, LinkTypePeeringMetadataV1, LinkTypePeeringRid, LinkTypeRid, LinkTypeRidOrId, LinkTypeRidsNotFoundError, LinkTypesAlreadyExistError, LinkTypesNotFoundError, LinkTypesSummary, LinkTypeStatus, LinkTypeUpdatedEvent, LiveDeploymentRid, LmsEmbeddingModel, LoadActionTypesFromOntologyRequest, LoadActionTypesFromOntologyResponse, LoadAllActionTypesFromOntologyRequest, LoadAllActionTypesPageItem, LoadAllActionTypesPageRequest, LoadAllActionTypesPageResponse, LoadAllActionTypesPageToken, LoadAllInterfaceTypesPageItem, LoadAllInterfaceTypesPageRequest, LoadAllInterfaceTypesPageResponse, LoadAllInterfaceTypesPageToken, LoadAllObjectTypesFromOntologyPageRequest, LoadAllObjectTypesFromOntologyPageResponse, LoadAllObjectTypesPageItem, LoadAllObjectTypesPageRequest, LoadAllObjectTypesPageResponse, LoadAllObjectTypesPageToken, LoadAllOntologiesRequest, LoadAllOntologiesResponse, LoadAllSharedPropertyTypesPageItem, LoadAllSharedPropertyTypesPageRequest, LoadAllSharedPropertyTypesPageResponse, LoadAllSharedPropertyTypesPageToken, LoadAllTypeGroupsPageItem, LoadAllTypeGroupsPageRequest, LoadAllTypeGroupsPageResponse, LoadAllTypeGroupsPageToken, LogicRule, LogicRuleModification, LogicRuleValue, LogicRuleValueModification, LongPropertyType, LongTypeDataConstraints, LongTypeDataValue, LongTypeRangeConstraint, MandatoryMarkingConstraint, ManyToManyJoinDefinition, ManyToManyLinkDefinition, ManyToManyLinkTypeDatasetDatasource, ManyToManyLinkTypeDatasource, ManyToManyLinkTypeDatasourceDefinition, ManyToManyLinkTypeStreamDatasource, MarkingFilter, MarkingId, MarkingPropertyType, MarkingsCondition, MarkingsConditionModification, MarkingSubtype, MarkingType, MarkingTypesFilter, MediaItemRid, MediaReferencePropertyType, MediaSetBranchRid, MediaSetRid, MediaSetViewLocator, MediaSetViewRid, MediaSourceRid, MioEmbeddingModel, MissingAffectedObjectTypesForFunctionRule, MissingParameterValueType, Modality, ModelWithSource, ModifyInterfaceRule, ModifyInterfaceRuleModification, ModifyObjectRule, ModifyObjectRuleModification, ModuleRid, MultimodalEmbeddingModel, MultipassUserFilter, MultipassUserFilterModification, MultipassUserInGroupFilter, MultipassUserInGroupFilterModification, MultiplicationOperation, MustBeEmpty, NestedStructFieldApiNameMapping, NewObjectUrlTarget, NewObjectUrlTargetModification, NoneEntityProvenance, NonExistentParametersUsedInParameterPrefillError, NonNumericInternalInterpolation, NonNumericSeriesValueMetadata, NonNumericSeriesValueUnit, NoRetentionPolicy, NotAnalyzedAnalyzer, NotCondition, NotConditionModification, NotepadReference, NotepadRid, NotificationRecipient, NotificationResultTypeLink, NotificationResultTypeLinkModification, NotificationTemplateInputValue, NotificationTemplateInputValueModification, NumberFormatBase, NumberFormatBasisPoint, NumberFormatBillions, NumberFormatCurrency, NumberFormatCurrencyStyle, NumberFormatCustomUnit, NumberFormatDuration, NumberFormatMillions, NumberFormatNotation, NumberFormatOrdinal, NumberFormatPercentage, NumberFormatPerMille, NumberFormatPrePostFix, NumberFormatter, NumberFormatThousands, NumberFormatUnit, NumberRoundingMode, NumericInternalInterpolation, NumericOrNonNumericSeriesValueMetadata, NumericOrNonNumericSeriesValueMetadataV2, NumericSeriesValueMetadata, NumericSeriesValueUnit, ObjectDbRid, ObjectDbSyncRid, ObjectDisplayMetadata, ObjectMonitoringFrontendConsumer, ObjectOrLinkTypeRid, ObjectParameterPropertyValue, ObjectParameterStructFieldValue, ObjectParameterStructFieldValueModification, ObjectParameterStructListFieldValue, ObjectParameterStructListFieldValueModification, ObjectQueryPrefill, ObjectQueryPrefillModification, ObjectQueryPropertyValue, ObjectQueryPropertyValueModification, ObjectRid, ObjectSetRidPrefill, ObjectSetRidPrefillModification, ObjectSetSearchAround, ObjectSetTransform, ObjectsPlatformRids, ObjectType, ObjectTypeApiName, ObjectTypeCreatedEvent, ObjectTypeDatasetDatasource, ObjectTypeDatasetDatasourceV2, ObjectTypeDatasetDatasourceV3, ObjectTypeDatasource, ObjectTypeDatasourceDefinition, ObjectTypeDeletedEvent, ObjectTypeDerivedPropertiesDatasource, ObjectTypeDirectDatasource, ObjectTypeDisplayMetadata, ObjectTypeEditsOnlyDatasource, ObjectTypeEmbeddingInput, ObjectTypeError, ObjectTypeFieldApiName, ObjectTypeGeotimeSeriesDatasource, ObjectTypeId, ObjectTypeIdentifier, ObjectTypeIdsAndInterfaceTypeRids, ObjectTypeInputManagerProperties, ObjectTypeInputManagerRid, ObjectTypeInputSpec, ObjectTypeInterfaceImplementation, ObjectTypeLoadRequest, ObjectTypeLoadResponse, ObjectTypeMediaDatasource, ObjectTypeMediaSetViewDatasource, ObjectTypeMetadataInputManagerRid, ObjectTypePeeringMetadata, ObjectTypePeeringMetadataV1, ObjectTypePeeringRid, ObjectTypeRestrictedStreamDatasource, ObjectTypeRestrictedViewDatasource, ObjectTypeRestrictedViewDatasourceV2, ObjectTypeRid, ObjectTypeRidsAndInterfaceTypeRids, ObjectTypeRidsNotFoundError, ObjectTypesAlreadyExistError, ObjectTypesNotFoundError, ObjectTypesSummary, ObjectTypeStatus, ObjectTypeStreamDatasource, ObjectTypeStreamDatasourceV2, ObjectTypeStreamDatasourceV3, ObjectTypeTableDatasource, ObjectTypeTimeSeriesDatasource, ObjectTypeTraitPropertySpecification, ObjectTypeTraits, ObjectTypeUpdatedEvent, ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, OneOfDecimalTypeConstraint, OneOfDoubleTypeConstraint, OneOfFloatTypeConstraint, OneOfIntegerTypeConstraint, OneOfLongTypeConstraint, OneOfShortTypeConstraint, OneOfStringTypeConstraint, OneToManyLinkCardinalityHint, OneToManyLinkDefinition, OntologyActionTypeLoadRequest, OntologyApiName, OntologyBranch, OntologyBranchRid, OntologyBulkLoadEntitiesByDatasourcesRequest, OntologyBulkLoadEntitiesByDatasourcesResponse, OntologyBulkLoadEntitiesRequest, OntologyBulkLoadEntitiesResponse, OntologyDatasetType, OntologyEntitiesUsedInTypeGroup, OntologyInformation, OntologyIrActionLogic, OntologyIrActionLogMetadata, OntologyIrActionLogRule, OntologyIrActionLogValue, OntologyIrActionNotification, OntologyIrActionNotificationBody, OntologyIrActionNotificationBodyFunctionExecution, OntologyIrActionNotificationRecipients, OntologyIrActionsObjectSet, OntologyIrActionTypeEntities, OntologyIrActionTypeLevelValidation, OntologyIrActionTypeLogic, OntologyIrActionTypeRichTextComponent, OntologyIrActionTypeRichTextParameterPropertyReference, OntologyIrActionTypeStatus, OntologyIrActionValidation, OntologyIrActionWebhooks, OntologyIrAddInterfaceLinkRule, OntologyIrAddInterfaceRule, OntologyIrAdditionOperation, OntologyIrAddObjectRule, OntologyIrAddOrModifyObjectRule, OntologyIrAddOrModifyObjectRuleV2, OntologyIrAllEditedObjectsFieldMapping, OntologyIrAllowedParameterValues, OntologyIrAllowedStructFieldValues, OntologyIrAllowedStructFieldValuesOverride, OntologyIrAllowedValuesOverride, OntologyIrAndCondition, OntologyIrArrayPropertyType, OntologyIrAsynchronousPostWritebackWebhook, OntologyIrBaseFormatter, OntologyIrBasicEmailBody, OntologyIrBatchedFunctionRule, OntologyIrCarbonWorkspaceComponentUrlTarget, OntologyIrCarbonWorkspaceUrlTarget, OntologyIrCipherTextPropertyType, OntologyIrClassificationConstraint, OntologyIrComparisonCondition, OntologyIrCondition, OntologyIrConditionalOverride, OntologyIrConditionalValidationBlock, OntologyIrConditionValue, OntologyIrDataSecurity, OntologyIrDateBetweenOperation, OntologyIrDateRangeValue, OntologyIrDatetimeTimezone, OntologyIrDatetimeTimezoneDefinition, OntologyIrDeleteInterfaceLinkRule, OntologyIrDeprecatedActionTypeStatus, OntologyIrDeprecatedLinkTypeStatus, OntologyIrDeprecatedObjectTypeStatus, OntologyIrDeprecatedPropertyTypeStatus, OntologyIrDivisionOperation, OntologyIrDynamicObjectSet, OntologyIrDynamicObjectSetInput, OntologyIrDynamicObjectSetInputBase, OntologyIrDynamicObjectSetInputUnioned, OntologyIrEmailBody, OntologyIrEventMetadata, OntologyIrExperimentalTimeDependentPropertyTypeV1, OntologyIrFormContent, OntologyIrFunctionExecutionWithRecipientInput, OntologyIrFunctionGeneratedActionNotificationRecipients, OntologyIrFunctionGeneratedNotificationBody, OntologyIrFunctionRule, OntologyIrImplementingLinkType, OntologyIrInlineActionType, OntologyIrInterfaceArrayPropertyType, OntologyIrInterfaceCipherTextPropertyType, OntologyIrInterfaceObjectParameterStructFieldValue, OntologyIrInterfaceObjectParameterStructListFieldValue, OntologyIrInterfaceParameterPropertyValue, OntologyIrInterfaceParameterPropertyValueV2, OntologyIrInterfacePropertyImplementation, OntologyIrInterfacePropertyLogicRuleValue, OntologyIrInterfacePropertyTypeImplementation, OntologyIrInterfacePropertyTypeType, OntologyIrInterfaceSharedPropertyType, OntologyIrInterfaceStructFieldType, OntologyIrInterfaceStructPropertyType, OntologyIrIntermediaryLinkDefinition, OntologyIrLabelledValue, OntologyIrLinkDefinition, OntologyIrLinkedEntityTypeId, OntologyIrLinkType, OntologyIrLinkTypeStatus, OntologyIrLogicRule, OntologyIrLogicRuleValue, OntologyIrMandatoryMarkingConstraint, OntologyIrManyToManyLinkDefinition, OntologyIrManyToManyLinkTypeDatasetDatasource, OntologyIrManyToManyLinkTypeDatasource, OntologyIrManyToManyLinkTypeDatasourceDefinition, OntologyIrManyToManyLinkTypeStreamDatasource, OntologyIrMarkingsCondition, OntologyIrMediaSourceRid, OntologyIrModifyInterfaceRule, OntologyIrModifyObjectRule, OntologyIrMultipassUserFilter, OntologyIrMultipassUserInGroupFilter, OntologyIrMultiplicationOperation, OntologyIrNewObjectUrlTarget, OntologyIrNonNumericSeriesValueMetadata, OntologyIrNonNumericSeriesValueUnit, OntologyIrNotCondition, OntologyIrNotificationResultTypeLink, OntologyIrNotificationTemplateInputValue, OntologyIrNumberFormatCurrency, OntologyIrNumberFormatCustomUnit, OntologyIrNumberFormatPrePostFix, OntologyIrNumberFormatter, OntologyIrNumberFormatUnit, OntologyIrNumericOrNonNumericSeriesValueMetadataV2, OntologyIrNumericSeriesValueMetadata, OntologyIrNumericSeriesValueUnit, OntologyIrObjectParameterPropertyValue, OntologyIrObjectParameterStructFieldValue, OntologyIrObjectParameterStructListFieldValue, OntologyIrObjectQueryPrefill, OntologyIrObjectQueryPropertyValue, OntologyIrObjectSetRidPrefill, OntologyIrObjectSetSearchAround, OntologyIrObjectSetTransform, OntologyIrObjectType, OntologyIrObjectTypeDatasetDatasource, OntologyIrObjectTypeDatasetDatasourceV2, OntologyIrObjectTypeDatasetDatasourceV3, OntologyIrObjectTypeDatasource, OntologyIrObjectTypeDatasourceDefinition, OntologyIrObjectTypeDerivedPropertiesDatasource, OntologyIrObjectTypeDirectDatasource, OntologyIrObjectTypeEditsOnlyDatasource, OntologyIrObjectTypeGeotimeSeriesDatasource, OntologyIrObjectTypeInterfaceImplementation, OntologyIrObjectTypeMediaDatasource, OntologyIrObjectTypeMediaSetViewDatasource, OntologyIrObjectTypeRestrictedStreamDatasource, OntologyIrObjectTypeRestrictedViewDatasource, OntologyIrObjectTypeRestrictedViewDatasourceV2, OntologyIrObjectTypeStatus, OntologyIrObjectTypeStreamDatasource, OntologyIrObjectTypeStreamDatasourceV2, OntologyIrObjectTypeStreamDatasourceV3, OntologyIrObjectTypeTableDatasource, OntologyIrObjectTypeTimeSeriesDatasource, OntologyIrObjectTypeTraits, OntologyIrOneToManyLinkDefinition, OntologyIrOrCondition, OntologyIrParameter, OntologyIrParameterActionNotificationRecipients, OntologyIrParameterCbacConstraint, OntologyIrParameterCbacMarking, OntologyIrParameterCbacMarkingOrEmpty, OntologyIrParameterDateRangeValue, OntologyIrParameterDateTimeRange, OntologyIrParameterDateTimeRangeOrEmpty, OntologyIrParameterDisplayMetadata, OntologyIrParameterMultipassUser, OntologyIrParameterMultipassUserOrEmpty, OntologyIrParameterObjectPropertyValue, OntologyIrParameterObjectPropertyValueOrEmpty, OntologyIrParameterObjectQuery, OntologyIrParameterObjectQueryOrEmpty, OntologyIrParameterObjectTypeReference, OntologyIrParameterObjectTypeReferenceOrEmpty, OntologyIrParameterPrefill, OntologyIrParameterPrefillOverride, OntologyIrParameterRange, OntologyIrParameterRangeOrEmpty, OntologyIrParameterRangeValue, OntologyIrParameterTransformPrefill, OntologyIrParameterTransformPrefillValue, OntologyIrParameterValidation, OntologyIrParameterValidationBlock, OntologyIrParameterValidationBlockOverride, OntologyIrParameterValidationDisplayMetadata, OntologyIrParameterValueOneOf, OntologyIrParameterValueOneOfOrEmpty, OntologyIrPrePostFix, OntologyIrPropertySecurityGroup, OntologyIrPropertySecurityGroups, OntologyIrPropertyType, OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, OntologyIrPropertyTypeReferenceOrStringConstant, OntologyIrPropertyTypeStatus, OntologyIrQualifiedSeriesIdPropertyValue, OntologyIrRegexCondition, OntologyIrRidUrlTarget, OntologyIrRuleSetBinding, OntologyIrSection, OntologyIrSectionConditionalOverride, OntologyIrSectionDisplayBlock, OntologyIrSecurityGroupAndCondition, OntologyIrSecurityGroupComparisonCondition, OntologyIrSecurityGroupComparisonValue, OntologyIrSecurityGroupGranularCondition, OntologyIrSecurityGroupGranularPolicy, OntologyIrSecurityGroupGranularSecurityDefinition, OntologyIrSecurityGroupMandatoryOnlySecurityDefinition, OntologyIrSecurityGroupMandatoryPolicy, OntologyIrSecurityGroupMarkingsCondition, OntologyIrSecurityGroupNotCondition, OntologyIrSecurityGroupOrCondition, OntologyIrSecurityGroupSecurityDefinition, OntologyIrSensorTrait, OntologyIrSeriesValueMetadata, OntologyIrSharedPropertyType, OntologyIrShortBody, OntologyIrStaticObjectPrefillV2, OntologyIrStaticValue, OntologyIrStaticWebhookWithDirectInput, OntologyIrStaticWebhookWithFunctionResultInput, OntologyIrStringConcatOperation, OntologyIrStructFieldConditionalOverride, OntologyIrStructFieldConditionalValidationBlock, OntologyIrStructFieldPrefill, OntologyIrStructFieldPrefillOverride, OntologyIrStructFieldType, OntologyIrStructFieldValidation, OntologyIrStructFieldValidationBlock, OntologyIrStructFieldValidationBlockOverride, OntologyIrStructFieldValidationDisplayMetadata, OntologyIrStructPropertyType, OntologyIrStructuredShortBody, OntologyIrSubtractionOperation, OntologyIrSynchronousPreWritebackWebhook, OntologyIrTemplateNotificationBody, OntologyIrTimeBetweenOperation, OntologyIrTimeDependentFormatter, OntologyIrTimeDependentNonNumericSeriesFormat, OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, OntologyIrTimeDependentNumericSeriesFormat, OntologyIrTimeDependentSeriesFormat, OntologyIrTimeSeriesMetadata, OntologyIrTimestampFormatter, OntologyIrType, OntologyIrUrlTarget, OntologyIrValidationRule, OntologyIrValueReferenceSource, OntologyIrWorkflowObjectTypeTraitImpl, OntologyLoadAllEntitiesRequest, OntologyLoadAllRequest, OntologyLoadDatasourcesRequest, OntologyLoadDatasourcesResponse, OntologyLoadEntitiesRequest, OntologyLoadEntitiesResponse, OntologyLoadRequest, OntologyLoadResponse, OntologyMetadataValidationError, OntologyModificationEvent, OntologyModifyRequest, OntologyModifyResponse, OntologyPackageRid, OntologyProposalIdentifier, OntologyProposalRid, OntologyRid, OntologyRidAndBranch, OntologyRidsForEntitiesRequest, OntologyRidsForEntitiesResponse, OntologySourceType, OntologySparkDelegateDataset, OntologySparkInputManagerRid, OntologySparkInputProperties, OntologySparkQueryableSource, OntologyVersion, OrCondition, OrConditionModification, OrganizationMarkingId, OrganizationRid, OrganizationRidsAndEntityResourceIdentifiers, OrganizationRidsForOntologyResponse, OtherValueAllowed, PackagedEntityRid, Parameter, ParameterActionNotificationRecipients, ParameterActionNotificationRecipientsModification, ParameterAttachment, ParameterAttachmentOrEmpty, ParameterBoolean, ParameterBooleanOrEmpty, ParameterCbacConstraint, ParameterCbacConstraintModification, ParameterCbacMarking, ParameterCbacMarkingModification, ParameterCbacMarkingOrEmpty, ParameterCbacMarkingOrEmptyModification, ParameterDateRangeValue, ParameterDateRangeValueModification, ParameterDateTimeRange, ParameterDateTimeRangeModification, ParameterDateTimeRangeOrEmpty, ParameterDateTimeRangeOrEmptyModification, ParameterDisplayMetadata, ParameterFreeText, ParameterFreeTextOrEmpty, ParameterGeohash, ParameterGeohashOrEmpty, ParameterGeoshape, ParameterGeoshapeOrEmpty, ParameterGeotimeSeriesReference, ParameterGeotimeSeriesReferenceOrEmpty, ParameterId, ParameterInterfaceObjectQuery, ParameterInterfaceObjectQueryModification, ParameterInterfaceObjectQueryOrEmpty, ParameterInterfaceObjectQueryOrEmptyModification, ParameterInterfacePropertyValueOrEmpty, ParameterInterfacePropertyValueOrEmptyModification, ParameterLength, ParameterMandatoryMarking, ParameterMandatoryMarkingOrEmpty, ParameterMediaReference, ParameterMediaReferenceOrEmpty, ParameterMultipassGroup, ParameterMultipassGroupOrEmpty, ParameterMultipassUser, ParameterMultipassUserModification, ParameterMultipassUserOrEmpty, ParameterMultipassUserOrEmptyModification, ParameterObjectList, ParameterObjectListOrEmpty, ParameterObjectPropertyValue, ParameterObjectPropertyValueModification, ParameterObjectPropertyValueOrEmpty, ParameterObjectPropertyValueOrEmptyModification, ParameterObjectQuery, ParameterObjectQueryModification, ParameterObjectQueryOrEmpty, ParameterObjectQueryOrEmptyModification, ParameterObjectSetRid, ParameterObjectSetRidOrEmpty, ParameterObjectTypeReference, ParameterObjectTypeReferenceModification, ParameterObjectTypeReferenceOrEmpty, ParameterObjectTypeReferenceOrEmptyModification, ParameterPrefill, ParameterPrefillModification, ParameterPrefillOverride, ParameterPrefillOverrideModification, ParameterRange, ParameterRangeModification, ParameterRangeOrEmpty, ParameterRangeOrEmptyModification, ParameterRangeValue, ParameterRangeValueModification, ParameterRequiredOverride, ParameterRid, ParametersDoNotMatchParameterOrderingError, ParameterStructOrEmpty, ParameterTextRegex, ParameterTimeSeriesReference, ParameterTimeSeriesReferenceOrEmpty, ParameterTransformPrefill, ParameterTransformPrefillValue, ParameterValidation, ParameterValidationBlock, ParameterValidationBlockModification, ParameterValidationBlockOverride, ParameterValidationBlockOverrideModification, ParameterValidationBlockOverrideRequest, ParameterValidationBlockRequest, ParameterValidationDisplayMetadata, ParameterValidationDisplayMetadataModification, ParameterValidationModification, ParameterValidationNotFoundError, ParameterValidationReferencesLaterParametersError, ParameterValidationRequest, ParameterValueOneOf, ParameterValueOneOfOrEmpty, ParameterValueType, ParameterValueTypeOrEmpty, ParameterValueTypeReference, ParameterValueTypeReferenceWithVersionId, ParameterValueTypeWithVersionId, ParameterValueTypeWithVersionIdOrEmpty, PartialObjectType, PartialObjectTypeCreateRequest, PartialObjectTypeDeleteRequest, PartialObjectTypeModifyRequest, PartialObjectTypeUpdateRequest, PartialObjectTypeWithoutRids, PatchBackupInitializationConfigurationSourceDoesNotExistError, PolicyVersion, PrePostFix, PrimaryKeyConstraint, PrimaryKeyPropertySecurityGroupType, PrimitiveOrStructLogicRuleModification, PrincipalId, ProjectEntityRid, PropertiesReferenceDuplicateColumnNameWrapper, Property, PropertyId, PropertyPropertySecurityGroupType, PropertyRenderHint, PropertySecurityGroup, PropertySecurityGroupModification, PropertySecurityGroupName, PropertySecurityGroupRid, PropertySecurityGroups, PropertySecurityGroupsModification, PropertySecurityGroupType, PropertyType, PropertyTypeDataConstraints, PropertyTypeDataConstraintsWrapper, PropertyTypeDataValue, PropertyTypeDisplayMetadata, PropertyTypeId, PropertyTypeIdentifier, PropertyTypeLocator, PropertyTypeMappingInfo, PropertyTypeReference, PropertyTypeReferenceOrNonNumericInternalInterpolation, PropertyTypeReferenceOrNumericInternalInterpolation, PropertyTypeReferenceOrStringConstant, PropertyTypeRid, PropertyTypeStatus, PropertyWithoutRid, PutActionTypeRequest, PutParameterRequest, PutParameterRequestModification, PutSectionRequest, PutSectionRequestModification, QualifiedSeriesIdPropertyValue, QuiverDashboardReference, QuiverDashboardRid, QuiverDashboardVersion, RangeSizeConstraint, Redacted, RedactionOverrideOptions, ReferencedLinkTypesInWorkflowNotFoundError, ReferencedLinkTypesNotFoundError, ReferencedObjectTypesChange, ReferencedObjectTypesInWorkflowNotFoundError, ReferencedObjectTypesNotFoundError, RegexCondition, RegexConditionModification, RegexConstraint, RelationCardinality, RelationDisplayMetadata, RelationId, RelationRid, RelativeDateRangeTense, RelativeDateRangeValue, RenderingSettings, ResolvedBranch, ResolvedDefaultBranch, ResolvedInterfacePropertyType, ResolvedInterfacePropertyTypeConstraints, ResolvedNonDefaultBranch, RestrictedViewRid, RestrictedViewTransactionRid, RetentionConfig, RetentionPolicy, RidFormatter, RidUrlTarget, RidUrlTargetModification, RoleId, RoleSetId, RuleSetBinding, RuleSetError, RuleSetRid, RuleSetsAlreadyExistError, RuleSetsNotFoundError, SafeArg, SafeDatasourceIdentifier, SchemaMigrationRid, SchemaVersion, Section, SectionConditionalOverride, SectionConditionalOverrideModification, SectionContent, SectionDisplayBlock, SectionDisplayBlockModification, SectionDisplayBlockOverride, SectionDisplayMetadata, SectionId, SectionRid, SectionStyle, SectionValidationDisplayMetadata, SectionVisibilityOverride, SecurityGroupAndCondition, SecurityGroupAndConditionModification, SecurityGroupComparisonCondition, SecurityGroupComparisonConditionModification, SecurityGroupComparisonConstant, SecurityGroupComparisonOperator, SecurityGroupComparisonUserProperty, SecurityGroupComparisonValue, SecurityGroupComparisonValueModification, SecurityGroupGranularCondition, SecurityGroupGranularConditionModification, SecurityGroupGranularPolicy, SecurityGroupGranularPolicyModification, SecurityGroupGranularSecurityDefinition, SecurityGroupGranularSecurityDefinitionModification, SecurityGroupGroupIdsUserProperty, SecurityGroupGroupNamesUserProperty, SecurityGroupMandatoryOnlySecurityDefinition, SecurityGroupMandatoryOnlySecurityDefinitionModification, SecurityGroupMandatoryPolicy, SecurityGroupMarkingsCondition, SecurityGroupMarkingsConditionModification, SecurityGroupNotCondition, SecurityGroupNotConditionModification, SecurityGroupOrCondition, SecurityGroupOrConditionModification, SecurityGroupSecurityDefinition, SecurityGroupSecurityDefinitionModification, SecurityGroupTrueCondition, SecurityGroupTrueConditionModification, SecurityGroupUserAttributesUserProperty, SecurityGroupUserIdUserProperty, SecurityGroupUsernameUserProperty, SemanticFunctionVersion, SensorTrait, SeriesIdPropertyValue, SeriesValueMetadata, SharedPropertiesSummary, SharedPropertyBasedPropertyType, SharedPropertyType, SharedPropertyTypeCreatedEvent, SharedPropertyTypeDeletedEvent, SharedPropertyTypeDisplayMetadata, SharedPropertyTypeError, SharedPropertyTypeIdInRequest, SharedPropertyTypeLoadRequest, SharedPropertyTypeLoadResponse, SharedPropertyTypeLogicRuleValueModification, SharedPropertyTypeRid, SharedPropertyTypeRidOrIdInRequest, SharedPropertyTypesAlreadyExistError, SharedPropertyTypesNotFoundError, SharedPropertyTypeSoftLinkType, SharedPropertyTypeStructFieldLogicRuleValueModification, SharedPropertyTypeUpdatedEvent, ShortBody, ShortBodyModification, ShortPropertyType, ShortTypeDataConstraints, ShortTypeDataValue, ShortTypeRangeConstraint, SimpleAnalyzer, SingleKeyJoinDefinition, SoftLink, SoftLinkType, StandardAnalyzer, StaticObjectPrefill, StaticObjectPrefillV2, StaticValue, StaticWebhookWithDirectInput, StaticWebhookWithDirectInputModification, StaticWebhookWithFunctionResultInput, StaticWebhookWithFunctionResultInputModification, StreamLocator, StreamLocatorRid, StreamViewRid, StringConcatOperation, StringFormatter, StringPropertyType, StringTypeDataConstraints, StringTypeDataValue, StringTypeIsRidConstraint, StringTypeIsUuidConstraint, StringTypeLengthConstraint, StructFieldAlias, StructFieldApiNameMapping, StructFieldApiNameOrRid, StructFieldConditionalOverride, StructFieldConditionalOverrideModification, StructFieldConditionalValidationBlock, StructFieldConditionalValidationBlockModification, StructFieldDisplayMetadata, StructFieldLogicRuleValue, StructFieldLogicRuleValueMappingModification, StructFieldLogicRuleValueModification, StructFieldName, StructFieldPrefill, StructFieldPrefillModification, StructFieldPrefillOverride, StructFieldPrefillOverrideModification, StructFieldRid, StructFieldType, StructFieldValidation, StructFieldValidationBlock, StructFieldValidationBlockModification, StructFieldValidationBlockOverride, StructFieldValidationBlockOverrideModification, StructFieldValidationDisplayMetadata, StructFieldValidationDisplayMetadataModification, StructFieldValidationModification, StructListParameterFieldValue, StructParameterFieldDisplayMetadata, StructParameterFieldDisplayMetadataV2, StructParameterFieldValue, StructPropertyFieldType, StructPropertyType, StructTypeDataConstraints, StructTypeElementsConstraint, StructuredShortBody, StructuredShortBodyModification, SubmitAllValidOrNothingThrowingMode, SubmitValidEntriesInOrderUntilFirstFailureMode, SubtractionOperation, SynchronousPreWritebackWebhook, SynchronousPreWritebackWebhookModification, TableDisplayAndFormat, TableLocator, TableRid, TemplateNotificationBody, TemplateNotificationBodyModification, TemplateRidPropertyValue, TextEmbeddingModel, TextModality, TimeBasedRetentionPolicy, TimeBetweenOperation, TimeCodeFormat, TimeCurrentOperation, TimeDependentFormatter, TimeDependentNonNumericSeriesFormat, TimeDependentNumericOrNonNumericSeriesFormat, TimeDependentNumericOrNonNumericSeriesFormatV2, TimeDependentNumericSeriesFormat, TimeDependentSeriesFormat, TimeSeriesMetadata, TimeSeriesSyncRid, TimeSeriesSyncViewRid, TimestampFormatter, TimestampPropertyType, TimestampTypeDataConstraints, TimestampTypeDataValue, TimestampTypeRangeConstraint, TrueCondition, Type, TypeClass, TypeClassEntityIdentifier, TypeGroup, TypeGroupDisplayMetadata, TypeGroupError, TypeGroupGetOrganizationsRequest, TypeGroupGetOrganizationsResponse, TypeGroupIconColors, TypeGroupIdInRequest, TypeGroupLoadRequest, TypeGroupLoadResponse, TypeGroupRid, TypeGroupRidOrIdInRequest, TypeGroupsAlreadyExistError, TypeGroupSetOrganizationsRequest, TypeGroupsNotFoundError, TypeGroupsSummary, UniqueIdentifier, UnresolvedOntologySparkInputProperties, UnrestrictedParameterInterfacePropertyValue, UnsafeArg, UrlTarget, UrlTargetModification, UseCaseRid, UserAttributes, UserId, UserOrGroupId, UserProperty, UserPropertyId, UserPropertyValue, UserTimezone, UserValue, ValidationRule, ValidationRuleDisplayMetadata, ValidationRuleIdentifier, ValidationRuleIdInRequest, ValidationRuleModification, ValidationRuleRid, ValueReferenceId, ValueReferenceSource, ValueTypeApiNameReference, ValueTypeIdInRequest, ValueTypeInputManagerRid, ValueTypeLabel, ValueTypeReference, ValueTypeRid, ValueTypeVersionId, VectorPropertyType, VectorSimilarityFunction, VersionedActionTypeRid, VersionedActionTypesNotFoundError, VersionedLinkTypeRid, VersionedObjectTypeRid, VersionReference, Visibility, VisibilityOverride, WebhookInputParamName, WebhookOutputParamName, WebhookRid, WebhookVersion, WhitespaceAnalyzer, WorkflowError, WorkflowObjectTypeTrait, WorkflowObjectTypeTraitDescription, WorkflowObjectTypeTraitDisplayName, WorkflowObjectTypeTraitId, WorkflowObjectTypeTraitImpl, WorkflowObjectTypeTraitProperty, WorkflowObjectTypeTraitPropertyDescription, WorkflowObjectTypeTraitPropertyDisplayName, WorkflowObjectTypeTraitPropertyId, WorkflowObjectTypeTraitReference, WorkflowObjectTypeTraitVersion, WorkflowsAlreadyExistError, WorkflowsNotFoundError, WorkshopModuleRid, WorkshopReference } from "./__components.js";
|
|
10
9
|
export * as accessrequest from "./accessrequest/index.js";
|
|
11
10
|
export * as association from "./association/index.js";
|
|
12
11
|
export * as audit from "./audit/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,YAAY,4CAA4C;AACxD,YAAY,wCAAwC;AACpD,YAAY,wBAAwB;AACpC,YAAY,8CAA8C;AAC1D,YAAY,mCAAmC;AAC/C,YAAY,
|
|
1
|
+
{"mappings":"AAgBA,YAAY,4CAA4C;AACxD,YAAY,wCAAwC;AACpD,YAAY,wBAAwB;AACpC,YAAY,8CAA8C;AAC1D,YAAY,mCAAmC;AAC/C,YAAY,6BAA6B;AACzC,YAAY,0BAA0B;AAEtC,cACE,kBACA,sBACA,qBACA,yBACA,2BACA,8BACA,8BACA,wBACA,aACA,yBACA,kBACA,mBACA,6BACA,eACA,2BACA,sBACA,gBACA,4BACA,oBACA,wBACA,yCACA,qDACA,oCACA,gCACA,8BACA,0CACA,4BACA,cACA,wBACA,kBACA,8BACA,+BACA,gBACA,2BACA,wCACA,YACA,mBACA,gDACA,mCACA,0BACA,sCACA,8BACA,kBACA,wBACA,wBACA,2BACA,wCACA,uCACA,qDACA,+CACA,oBACA,iBACA,4BACA,mCACA,oCACA,sBACA,uBACA,2BACA,2BACA,0BACA,uBACA,yBACA,wBACA,0BACA,gCACA,iCACA,iBACA,wBACA,oBACA,gCACA,+BACA,yBACA,0BACA,+BACA,kCACA,wCACA,6BACA,2BACA,8CACA,sCACA,eACA,8BACA,mCACA,0BACA,oBACA,kBACA,kBACA,wBACA,mBACA,kBACA,yBACA,gBACA,4BACA,wBACA,2BACA,sBACA,wBACA,0BACA,sBACA,kCACA,kBACA,8BACA,mBACA,aACA,eACA,2BACA,uBACA,mCACA,qCACA,yBACA,uBACA,8BACA,gBACA,qCACA,wBACA,oCACA,+BACA,0BACA,sCACA,kCACA,8CACA,uBACA,mCACA,8BACA,2CACA,8BACA,8CACA,yBACA,UACA,cACA,0BACA,iCACA,mBACA,0BACA,oBACA,mCACA,yBACA,sBACA,kCACA,8CACA,wBACA,aACA,eACA,sBACA,kBACA,gBACA,4BACA,qBACA,iCACA,2CACA,4CACA,uBACA,oCACA,oCACA,oCACA,oCACA,iCACA,eACA,kBACA,qBACA,4BACA,gCACA,sBACA,mBACA,oBACA,UACA,mBACA,6BACA,4BACA,oBACA,yBACA,uBACA,kBACA,mBACA,mCACA,+CACA,0BACA,sCACA,YACA,wBACA,0BACA,eACA,YACA,qBACA,iCACA,oBACA,kBACA,mBACA,WACA,qBACA,iCACA,4BACA,4BACA,wCACA,mCACA,0BACA,gBACA,uBACA,gBACA,4BACA,aACA,aACA,iBACA,iBACA,mBACA,cACA,YACA,uBACA,uBACA,sBACA,sBACA,eACA,gBACA,UACA,sBACA,sBACA,eACA,kBACA,gBACA,4BACA,gBACA,yBACA,sBACA,kBACA,4BACA,cACA,kBACA,mBACA,qBACA,oBACA,qBACA,mBACA,mBACA,yBACA,mBACA,yBACA,UACA,qBACA,4BACA,sBACA,4BACA,oCACA,iCACA,2CACA,mCACA,6CACA,yBACA,qCACA,gBACA,kBACA,0CACA,kBACA,8CACA,6CACA,4BACA,+BACA,0BACA,4BACA,8BACA,4BACA,iBACA,6CACA,gCACA,2BACA,2CACA,8CACA,mBACA,oBACA,2BACA,qBACA,2BACA,UACA,mBACA,qBACA,mBACA,kBACA,uBACA,2BACA,gCACA,8BACA,uBACA,sBACA,sBACA,kCACA,oBACA,oBACA,gCACA,2BACA,cACA,2BACA,WACA,uBACA,gBACA,OACA,0BACA,4BACA,4BACA,eACA,gCACA,2BACA,cACA,eACA,gBACA,kCACA,yBACA,4BACA,uBACA,yBACA,2BACA,8BACA,wCACA,iCACA,4BACA,8BACA,gCACA,yCACA,gBACA,sBACA,eACA,mBACA,0BACA,oBACA,0BACA,iBACA,aACA,kBACA,uBACA,iBACA,mBACA,qCACA,iDACA,+CACA,2DACA,mCACA,+CACA,mBACA,mBACA,aACA,cACA,iCACA,0BACA,iBACA,8BACA,qBACA,sBACA,6BACA,oCACA,yCACA,uCACA,wCACA,sCACA,oCACA,qCACA,iCACA,kCACA,iCACA,kCACA,kCACA,sCACA,uCACA,mCACA,oCACA,wCACA,yCACA,6CACA,8CACA,oCACA,qCACA,yCACA,0CACA,2BACA,4BACA,mCACA,oCACA,iBACA,SACA,qBACA,qBACA,MACA,eACA,eACA,sBACA,kDACA,4BACA,kBACA,8DACA,qBACA,4BACA,sBACA,4BACA,4BACA,iCACA,8BACA,yCACA,mBACA,0BACA,8BACA,8BACA,2BACA,sBACA,mCACA,0CACA,sDACA,8CACA,0DACA,iCACA,6CACA,+CACA,mCACA,iCACA,iCACA,uBACA,8BACA,sCACA,kCACA,qCACA,iDACA,0BACA,uCACA,2BACA,6BACA,mBACA,0BACA,6BACA,eACA,sBACA,2BACA,2BACA,8BACA,oBACA,0BACA,0BACA,2BACA,kBACA,+BACA,iCACA,6BACA,qBACA,2BACA,4BACA,0BACA,gBACA,gBACA,eACA,kBACA,cACA,gBACA,oBACA,kCACA,cACA,UACA,sBACA,sBACA,yBACA,eACA,YACA,oBACA,yBACA,mBACA,qBACA,sBACA,kBACA,iCACA,yBACA,2BACA,oBACA,aACA,iBACA,2BACA,4BACA,wBACA,kBACA,gBACA,sBACA,mBACA,mBACA,oCACA,qCACA,uCACA,4BACA,+BACA,gCACA,6BACA,+BACA,kCACA,mCACA,gCACA,2CACA,4CACA,4BACA,+BACA,gCACA,6BACA,0BACA,2BACA,oCACA,uCACA,wCACA,qCACA,2BACA,8BACA,+BACA,4BACA,WACA,uBACA,gBACA,4BACA,kBACA,yBACA,mBACA,yBACA,4BACA,0BACA,0BACA,qCACA,8BACA,wCACA,oCACA,eACA,WACA,qBACA,mBACA,+BACA,gBACA,aACA,oBACA,cACA,4BACA,mBACA,aACA,qBACA,iBACA,gBACA,mBACA,2CACA,2BACA,UACA,iBACA,qBACA,iCACA,kBACA,8BACA,WACA,0BACA,qBACA,iCACA,4BACA,wCACA,yBACA,aACA,iCACA,oBACA,gCACA,sBACA,kDACA,iCACA,+BACA,2BACA,mBACA,qBACA,cACA,0BACA,kBACA,YACA,uBACA,4BACA,wCACA,gCACA,4CACA,kBACA,wBACA,sBACA,sBACA,2BACA,wBACA,sBACA,sBACA,sBACA,qBACA,wBACA,sBACA,wBACA,iBACA,uBACA,kBACA,oBACA,8BACA,wCACA,0CACA,4BACA,wBACA,aACA,iBACA,uBACA,kCACA,qBACA,8BACA,iCACA,6CACA,qCACA,iDACA,oBACA,gCACA,0BACA,sCACA,WACA,qBACA,iCACA,uBACA,oBACA,qBACA,YACA,mBACA,wBACA,6BACA,+BACA,+BACA,sBACA,gCACA,wBACA,uCACA,4BACA,2BACA,+BACA,0BACA,iBACA,wBACA,mCACA,cACA,sBACA,mCACA,kCACA,2BACA,qBACA,mCACA,uBACA,wBACA,2BACA,kCACA,mCACA,2BACA,6BACA,sBACA,sCACA,oCACA,sCACA,eACA,oCACA,6BACA,8BACA,0BACA,oBACA,kBACA,4BACA,8BACA,8BACA,2BACA,gCACA,sCACA,kBACA,wBACA,0EACA,4BACA,2BACA,0BACA,4BACA,yBACA,0BACA,2BACA,8BACA,yBACA,+BACA,iBACA,gBACA,mBACA,8CACA,+CACA,iCACA,kCACA,qBACA,iCACA,qBACA,uBACA,6BACA,yBACA,0BACA,8BACA,kCACA,mDACA,wCACA,4BACA,8BACA,qCACA,2BACA,uCACA,wDACA,4BACA,4BACA,0BACA,gCACA,4BACA,6BACA,yBACA,iCACA,mCACA,wCACA,kCACA,oCACA,4CACA,iCACA,wBACA,6BACA,4CACA,yBACA,0BACA,+BACA,6CACA,oCACA,kCACA,oCACA,+BACA,qBACA,+BACA,sCACA,0BACA,wBACA,gCACA,0BACA,4BACA,sCACA,mCACA,sCACA,oCACA,sCACA,wCACA,6BACA,4BACA,iCACA,qCACA,wCACA,qBACA,yBACA,mDACA,uBACA,+CACA,yDACA,6CACA,wBACA,gCACA,4BACA,sCACA,2CACA,oDACA,wDACA,2CACA,6CACA,2CACA,2CACA,+CACA,qCACA,uCACA,oCACA,uCACA,sCACA,yBACA,0BACA,8BACA,oBACA,0BACA,qBACA,0BACA,sCACA,oCACA,+CACA,wCACA,kDACA,8CACA,6BACA,0BACA,+BACA,4BACA,+BACA,sCACA,mCACA,8BACA,yCACA,qCACA,wBACA,sCACA,0CACA,gCACA,kCACA,kCACA,2BACA,4BACA,oDACA,sCACA,kCACA,wCACA,2CACA,+CACA,8BACA,oCACA,+BACA,iCACA,8BACA,sBACA,uCACA,yCACA,yCACA,gCACA,0CACA,iDACA,sCACA,yCACA,6CACA,6CACA,qCACA,4CACA,gDACA,8CACA,gDACA,4BACA,sCACA,wCACA,wCACA,qCACA,0CACA,4BACA,mCACA,uBACA,qBACA,iDACA,mCACA,gCACA,uCACA,mCACA,kCACA,yCACA,oCACA,kCACA,yCACA,wCACA,+CACA,gCACA,uCACA,wCACA,+CACA,4BACA,oCACA,0BACA,iCACA,+BACA,qCACA,0CACA,+BACA,oCACA,4CACA,8CACA,+BACA,sCACA,sBACA,iCACA,kCACA,wBACA,kEACA,+DACA,iDACA,8BACA,0CACA,0BACA,wBACA,0BACA,mBACA,sCACA,+BACA,qCACA,4CACA,wCACA,0CACA,uCACA,mDACA,wDACA,wCACA,0CACA,qCACA,oCACA,2CACA,uBACA,+BACA,8BACA,qBACA,iCACA,uBACA,wCACA,gDACA,iCACA,0CACA,iDACA,8BACA,sCACA,2BACA,iCACA,sCACA,8CACA,gDACA,8BACA,+BACA,gCACA,0CACA,oCACA,gCACA,kCACA,+CACA,wDACA,0DACA,4CACA,qCACA,8BACA,8BACA,gBACA,qBACA,0BACA,gCACA,uCACA,gCACA,wBACA,gCACA,iCACA,6BACA,8BACA,qBACA,sBACA,iCACA,2BACA,uBACA,wBACA,oBACA,4BACA,qBACA,aACA,sBACA,gCACA,iCACA,oBACA,8BACA,8BACA,8BACA,8BACA,iBACA,aACA,yBACA,uBACA,iBACA,8CACA,qCACA,mBACA,mBACA,WACA,uCACA,mDACA,qBACA,4BACA,kBACA,yBACA,yBACA,qCACA,sBACA,kCACA,6BACA,yCACA,yBACA,qCACA,wBACA,oCACA,+BACA,2CACA,0BACA,mBACA,0BACA,kBACA,yBACA,mBACA,0BACA,iCACA,wCACA,aACA,+BACA,2CACA,sCACA,kDACA,wCACA,oDACA,iBACA,2BACA,kCACA,yBACA,gCACA,yBACA,gCACA,wBACA,oCACA,+BACA,2CACA,qBACA,4BACA,8BACA,0CACA,qCACA,iDACA,sBACA,kCACA,6BACA,yCACA,uBACA,8BACA,8BACA,0CACA,qCACA,iDACA,kBACA,8BACA,0BACA,sCACA,gBACA,4BACA,uBACA,mCACA,qBACA,iCACA,2BACA,cACA,4CACA,wBACA,oBACA,8BACA,qCACA,2BACA,gCACA,qBACA,0BACA,sCACA,kCACA,8CACA,yCACA,iCACA,oCACA,gDACA,iCACA,kCACA,mDACA,4BACA,qBACA,4BACA,oBACA,2BACA,6BACA,0CACA,iCACA,wCACA,mBACA,gCACA,gCACA,gCACA,gCACA,8BACA,+DACA,eACA,YACA,sBACA,qCACA,wCACA,aACA,kBACA,+CACA,UACA,YACA,mCACA,oBACA,uBACA,mCACA,2BACA,0BACA,wBACA,oCACA,2BACA,cACA,6BACA,oCACA,uBACA,6BACA,gBACA,wBACA,qBACA,yBACA,uBACA,wDACA,qDACA,uCACA,iBACA,oBACA,oBACA,sBACA,qBACA,iCACA,mBACA,+BACA,gCACA,0BACA,oBACA,wBACA,qBACA,UACA,0BACA,4CACA,kCACA,6BACA,8CACA,oCACA,gBACA,4BACA,iBACA,qBACA,yBACA,YACA,aACA,wBACA,wBACA,mBACA,gBACA,uBACA,+BACA,0CACA,0BACA,mBACA,8BACA,iBACA,iBACA,cACA,cACA,0BACA,QACA,WACA,gBACA,cACA,YACA,2BACA,uBACA,SACA,0BACA,oBACA,eACA,SACA,4BACA,wCACA,gBACA,qBACA,iCACA,6BACA,wBACA,WACA,YACA,cACA,kCACA,2BACA,2BACA,uCACA,kCACA,8CACA,iCACA,iCACA,qCACA,8BACA,0CACA,gCACA,4CACA,6BACA,yCACA,yCACA,qDACA,mCACA,qCACA,8CACA,0DACA,8BACA,gCACA,4CACA,2BACA,uCACA,0BACA,sCACA,iCACA,6CACA,4BACA,wCACA,yCACA,iCACA,mCACA,yBACA,aACA,uBACA,qBACA,yBACA,iCACA,oBACA,gCACA,gCACA,mCACA,yBACA,+BACA,+BACA,gCACA,8CACA,uBACA,oCACA,sCACA,kCACA,gCACA,yDACA,gCACA,WACA,uBACA,mBACA,0BACA,oBACA,0BACA,gBACA,yBACA,UACA,cACA,kBACA,qBACA,uBACA,aACA,8BACA,0CACA,sCACA,kDACA,eACA,kBACA,eACA,uBACA,iBACA,oBACA,2BACA,qBACA,2BACA,4BACA,4BACA,kBACA,2BACA,yBACA,gCACA,4CACA,uCACA,mDACA,4BACA,2BACA,8CACA,uCACA,iBACA,oBACA,gCACA,4BACA,wCACA,gBACA,iBACA,uBACA,4BACA,wCACA,oCACA,gDACA,sCACA,kDACA,mCACA,+BACA,qCACA,uCACA,2BACA,yBACA,oBACA,2BACA,8BACA,qBACA,iCACA,qCACA,gDACA,sBACA,gCACA,4CACA,uBACA,cACA,UACA,0BACA,sCACA,0BACA,oBACA,cACA,0BACA,sBACA,gBACA,sBACA,wBACA,qCACA,8CACA,gDACA,kCACA,2BACA,oBACA,mBACA,uBACA,oBACA,uBACA,8BACA,wBACA,8BACA,eACA,MACA,WACA,2BACA,WACA,0BACA,gBACA,kCACA,mCACA,qBACA,sBACA,sBACA,uBACA,cACA,2BACA,6BACA,kCACA,yBACA,mBACA,kBACA,wCACA,6CACA,WACA,WACA,uBACA,YACA,gBACA,QACA,eACA,cACA,gBACA,mBACA,cACA,WACA,gBACA,+BACA,0BACA,2BACA,4BACA,mBACA,kBACA,sBACA,2BACA,sBACA,0BACA,gBACA,oBACA,cACA,oBACA,oBACA,0BACA,wBACA,mCACA,sBACA,wBACA,kBACA,YACA,oBACA,uBACA,wBACA,YACA,gBACA,oBACA,eACA,yBACA,oCACA,oCACA,2BACA,6BACA,iCACA,4CACA,4CACA,mCACA,kCACA,gCACA,4BACA,wBACA,mBACA,yBACK;AAEP,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,gBAAgB;AAC5B,YAAY,SAAS;AACrB,YAAY,kBAAkB;AAC9B,YAAY,eAAe;AAC3B,YAAY,mBAAmB;AAC/B,YAAY,kBAAkB;AAC9B,YAAY,cAAc;AAC1B,YAAY,iBAAiB;AAC7B,YAAY,gBAAgB;AAC5B,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,iBAAiB;AAC7B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,gBAAgB","names":[],"sources":["../../../../../src/generated/ontology-metadata/api/index.ts"],"version":3,"file":"index.d.ts"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { WorkflowCreate as _workflow_api_WorkflowCreate, WorkflowIdInRequest as _workflow_api_WorkflowIdInRequest, WorkflowRid as _workflow_api_WorkflowRid, WorkflowUpdate as _workflow_api_WorkflowUpdate } from "../../workflow/api/__components.js";
|
|
2
|
-
import type { ActionApplyClientPreferences as _api_ActionApplyClientPreferences, ActionLogConfiguration as _api_ActionLogConfiguration, ActionLogicModification as _api_ActionLogicModification, ActionNotificationModification as _api_ActionNotificationModification, ActionNotificationSettings as _api_ActionNotificationSettings, ActionRevert as _api_ActionRevert, ActionSubmissionConfiguration as _api_ActionSubmissionConfiguration, ActionType as _api_ActionType, ActionTypeApiName as _api_ActionTypeApiName, ActionTypeBranchSettingsModification as _api_ActionTypeBranchSettingsModification, ActionTypeCreate as _api_ActionTypeCreate, ActionTypeDisplayMetadataModification as _api_ActionTypeDisplayMetadataModification, ActionTypeEntities as _api_ActionTypeEntities, ActionTypeIdentifier as _api_ActionTypeIdentifier, ActionTypeIdInRequest as _api_ActionTypeIdInRequest, ActionTypeProvenanceModification as _api_ActionTypeProvenanceModification, ActionTypeRid as _api_ActionTypeRid, ActionTypeStatus as _api_ActionTypeStatus, ActionTypeUpdate as _api_ActionTypeUpdate, ActionWebhooksModification as _api_ActionWebhooksModification, AttachmentPropertyType as _api_AttachmentPropertyType, Attribution as _api_Attribution, BaseFormatter as _api_BaseFormatter, BooleanPropertyType as _api_BooleanPropertyType, BytePropertyType as _api_BytePropertyType,
|
|
2
|
+
import type { ActionApplyClientPreferences as _api_ActionApplyClientPreferences, ActionLogConfiguration as _api_ActionLogConfiguration, ActionLogicModification as _api_ActionLogicModification, ActionNotificationModification as _api_ActionNotificationModification, ActionNotificationSettings as _api_ActionNotificationSettings, ActionRevert as _api_ActionRevert, ActionSubmissionConfiguration as _api_ActionSubmissionConfiguration, ActionType as _api_ActionType, ActionTypeApiName as _api_ActionTypeApiName, ActionTypeBranchSettingsModification as _api_ActionTypeBranchSettingsModification, ActionTypeCreate as _api_ActionTypeCreate, ActionTypeDisplayMetadataModification as _api_ActionTypeDisplayMetadataModification, ActionTypeEntities as _api_ActionTypeEntities, ActionTypeIdentifier as _api_ActionTypeIdentifier, ActionTypeIdInRequest as _api_ActionTypeIdInRequest, ActionTypeProvenanceModification as _api_ActionTypeProvenanceModification, ActionTypeRid as _api_ActionTypeRid, ActionTypeStatus as _api_ActionTypeStatus, ActionTypeUpdate as _api_ActionTypeUpdate, ActionWebhooksModification as _api_ActionWebhooksModification, AttachmentPropertyType as _api_AttachmentPropertyType, Attribution as _api_Attribution, BaseFormatter as _api_BaseFormatter, BooleanPropertyType as _api_BooleanPropertyType, BytePropertyType as _api_BytePropertyType, ColumnName as _api_ColumnName, CompassFolderRid as _api_CompassFolderRid, DataNullability as _api_DataNullability, DataNullabilityV2 as _api_DataNullabilityV2, DataSecurity as _api_DataSecurity, DatasetRid as _api_DatasetRid, DatasourceRid as _api_DatasourceRid, DatePropertyType as _api_DatePropertyType, DecimalPropertyType as _api_DecimalPropertyType, DirectSourceRid as _api_DirectSourceRid, DoublePropertyType as _api_DoublePropertyType, EditParameterRequestModification as _api_EditParameterRequestModification, EditsConfiguration as _api_EditsConfiguration, EditSectionRequest as _api_EditSectionRequest, EditsOnlyRid as _api_EditsOnlyRid, ExperimentalTimeDependentPropertyTypeV1 as _api_ExperimentalTimeDependentPropertyTypeV1, FloatPropertyType as _api_FloatPropertyType, FormContent as _api_FormContent, GeohashPropertyType as _api_GeohashPropertyType, GeoshapePropertyType as _api_GeoshapePropertyType, GeotimeSeriesIntegrationRid as _api_GeotimeSeriesIntegrationRid, GeotimeSeriesReferencePropertyType as _api_GeotimeSeriesReferencePropertyType, GroupId as _api_GroupId, Icon as _api_Icon, InlineActionDisplayOptions as _api_InlineActionDisplayOptions, IntegerPropertyType as _api_IntegerPropertyType, InterfaceLinkTypeCardinality as _api_InterfaceLinkTypeCardinality, InterfaceLinkTypeMetadata as _api_InterfaceLinkTypeMetadata, InterfaceLinkTypeRidOrIdInRequest as _api_InterfaceLinkTypeRidOrIdInRequest, InterfacePropertyTypeApiName as _api_InterfacePropertyTypeApiName, InterfacePropertyTypeDisplayMetadata as _api_InterfacePropertyTypeDisplayMetadata, InterfacePropertyTypeRidOrIdInRequest as _api_InterfacePropertyTypeRidOrIdInRequest, InterfaceTypeApiName as _api_InterfaceTypeApiName, InterfaceTypeIdInRequest as _api_InterfaceTypeIdInRequest, InterfaceTypeRid as _api_InterfaceTypeRid, InterfaceTypeRidOrIdInRequest as _api_InterfaceTypeRidOrIdInRequest, InterfaceTypeStatus as _api_InterfaceTypeStatus, LinkedEntityTypeRidOrIdInRequest as _api_LinkedEntityTypeRidOrIdInRequest, LinkTypeId as _api_LinkTypeId, LinkTypeMetadata as _api_LinkTypeMetadata, LinkTypePeeringMetadataV1 as _api_LinkTypePeeringMetadataV1, LinkTypeRid as _api_LinkTypeRid, LinkTypeRidOrId as _api_LinkTypeRidOrId, LinkTypeStatus as _api_LinkTypeStatus, LongPropertyType as _api_LongPropertyType, MarkingId as _api_MarkingId, MarkingPropertyType as _api_MarkingPropertyType, MediaReferencePropertyType as _api_MediaReferencePropertyType, MediaSetRid as _api_MediaSetRid, MediaSetViewLocator as _api_MediaSetViewLocator, MediaSourceRid as _api_MediaSourceRid, ObjectTypeApiName as _api_ObjectTypeApiName, ObjectTypeDisplayMetadata as _api_ObjectTypeDisplayMetadata, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, ObjectTypeId as _api_ObjectTypeId, ObjectTypePeeringMetadataV1 as _api_ObjectTypePeeringMetadataV1, ObjectTypeRid as _api_ObjectTypeRid, ObjectTypeStatus as _api_ObjectTypeStatus, OneToManyLinkCardinalityHint as _api_OneToManyLinkCardinalityHint, OntologyApiName as _api_OntologyApiName, OntologyBranchRid as _api_OntologyBranchRid, OntologyPackageRid as _api_OntologyPackageRid, OntologyRid as _api_OntologyRid, OntologyVersion as _api_OntologyVersion, OrganizationMarkingId as _api_OrganizationMarkingId, ParameterId as _api_ParameterId, ParameterRid as _api_ParameterRid, PolicyVersion as _api_PolicyVersion, PrimaryKeyConstraint as _api_PrimaryKeyConstraint, PropertySecurityGroupsModification as _api_PropertySecurityGroupsModification, PropertyTypeDisplayMetadata as _api_PropertyTypeDisplayMetadata, PropertyTypeId as _api_PropertyTypeId, PropertyTypeMappingInfo as _api_PropertyTypeMappingInfo, PropertyTypeRid as _api_PropertyTypeRid, PutParameterRequest as _api_PutParameterRequest, PutParameterRequestModification as _api_PutParameterRequestModification, PutSectionRequest as _api_PutSectionRequest, RestrictedViewRid as _api_RestrictedViewRid, RetentionConfig as _api_RetentionConfig, RetentionPolicy as _api_RetentionPolicy, RuleSetRid as _api_RuleSetRid, SectionId as _api_SectionId, SectionRid as _api_SectionRid, SharedPropertyTypeDisplayMetadata as _api_SharedPropertyTypeDisplayMetadata, SharedPropertyTypeIdInRequest as _api_SharedPropertyTypeIdInRequest, SharedPropertyTypeRid as _api_SharedPropertyTypeRid, SharedPropertyTypeRidOrIdInRequest as _api_SharedPropertyTypeRidOrIdInRequest, ShortPropertyType as _api_ShortPropertyType, StreamLocator as _api_StreamLocator, StringPropertyType as _api_StringPropertyType, StructFieldAlias as _api_StructFieldAlias, StructFieldDisplayMetadata as _api_StructFieldDisplayMetadata, StructFieldRid as _api_StructFieldRid, TableRid as _api_TableRid, TimeSeriesSyncRid as _api_TimeSeriesSyncRid, TimestampPropertyType as _api_TimestampPropertyType, TypeClass as _api_TypeClass, TypeGroupDisplayMetadata as _api_TypeGroupDisplayMetadata, TypeGroupIdInRequest as _api_TypeGroupIdInRequest, TypeGroupRid as _api_TypeGroupRid, TypeGroupRidOrIdInRequest as _api_TypeGroupRidOrIdInRequest, ValidationRuleIdInRequest as _api_ValidationRuleIdInRequest, ValidationRuleModification as _api_ValidationRuleModification, ValidationRuleRid as _api_ValidationRuleRid, ValueTypeRid as _api_ValueTypeRid, ValueTypeVersionId as _api_ValueTypeVersionId, VectorPropertyType as _api_VectorPropertyType, WorkflowObjectTypeTraitId as _api_WorkflowObjectTypeTraitId, WorkflowObjectTypeTraitPropertyId as _api_WorkflowObjectTypeTraitPropertyId, WorkflowObjectTypeTraitReference as _api_WorkflowObjectTypeTraitReference, WorkflowObjectTypeTraitVersion as _api_WorkflowObjectTypeTraitVersion } from "../__components.js";
|
|
3
3
|
import type { DerivedPropertiesDefinitionModification as _api_derivedproperties_DerivedPropertiesDefinitionModification } from "../derivedproperties/__components.js";
|
|
4
4
|
import type { EditsResolutionStrategy as _api_entitymetadata_EditsResolutionStrategy, ObjectDbType as _api_entitymetadata_ObjectDbType, ObjectDbTypeConfig as _api_entitymetadata_ObjectDbTypeConfig, ObjectTypeAlias as _api_entitymetadata_ObjectTypeAlias, PatchApplicationStrategy as _api_entitymetadata_PatchApplicationStrategy, SharedPropertyTypeAlias as _api_entitymetadata_SharedPropertyTypeAlias, TransformProfileConfig as _api_entitymetadata_TransformProfileConfig, TransitionWindows as _api_entitymetadata_TransitionWindows } from "../entitymetadata/__components.js";
|
|
5
5
|
import type { BuilderEntityProvenance as _api_entitymetadata_provenance_BuilderEntityProvenance, EditsHistoryProvenance as _api_entitymetadata_provenance_EditsHistoryProvenance, MarketplaceEntityProvenance as _api_entitymetadata_provenance_MarketplaceEntityProvenance } from "../entitymetadata/provenance/__components.js";
|
|
6
6
|
import type { RuleSet as _api_formatting_RuleSet, RuleSetBindingModification as _api_formatting_RuleSetBindingModification, RuleSetCreate as _api_formatting_RuleSetCreate, RuleSetIdInRequest as _api_formatting_RuleSetIdInRequest } from "../formatting/__components.js";
|
|
7
7
|
import type { PermissionModel as _api_permissions_PermissionModel, RoleGrant as _api_permissions_RoleGrant, RoleGrantPatch as _api_permissions_RoleGrantPatch } from "../permissions/__components.js";
|
|
8
8
|
import type { SchemaMigrationInitialization as _api_schemamigrations_SchemaMigrationInitialization, SchemaMigrationModification as _api_schemamigrations_SchemaMigrationModification } from "../schemamigrations/__components.js";
|
|
9
|
-
import type { OntologyObjectTypeSemanticSearchStatus as _api_search_semantic_OntologyObjectTypeSemanticSearchStatus } from "../search/semantic/__components.js";
|
|
10
9
|
import type { ExternalMappingConfiguration as _api_typemapping_ExternalMappingConfiguration, ExternalMappingConfigurationFilter as _api_typemapping_ExternalMappingConfigurationFilter, GothamMappingConfiguration as _api_typemapping_GothamMappingConfiguration, ObjectTypeGothamMappingModification as _api_typemapping_ObjectTypeGothamMappingModification, SharedPropertyTypeGothamMappingModification as _api_typemapping_SharedPropertyTypeGothamMappingModification } from "../typemapping/__components.js";
|
|
11
10
|
import type { LinkTypeSide as _api_types_LinkTypeSide } from "../types/__components.js";
|
|
12
11
|
import type { OntologyValidationError as _api_validation_OntologyValidationError } from "../validation/__components.js";
|
|
@@ -101,9 +100,13 @@ export interface CheckExistingUniqueIdentifiersResponse {
|
|
|
101
100
|
existingPerOntologyUniqueIdentifiers: Array<PerOntologyUniqueIdentifier>;
|
|
102
101
|
}
|
|
103
102
|
/**
|
|
104
|
-
*
|
|
103
|
+
* Duplicate of CipherTextPropertyType in ontology-metadata-api, with the exception that the plainTextType is a
|
|
104
|
+
* TypeForModification.
|
|
105
105
|
*/
|
|
106
|
-
export
|
|
106
|
+
export interface CipherTextPropertyTypeModification {
|
|
107
|
+
defaultCipherChannelRid?: string | null | undefined;
|
|
108
|
+
plainTextType: TypeForModification;
|
|
109
|
+
}
|
|
107
110
|
/**
|
|
108
111
|
* An rid identifying a Compass namespace. This rid is generated randomly and is safe for logging purposes.
|
|
109
112
|
*/
|
|
@@ -297,6 +300,10 @@ export interface InlineActionTypeModification {
|
|
|
297
300
|
export interface InterfaceArrayPropertyTypeModification {
|
|
298
301
|
subtype: InterfacePropertyTypeTypeForModification;
|
|
299
302
|
}
|
|
303
|
+
export interface InterfaceCipherTextPropertyTypeModification {
|
|
304
|
+
defaultCipherChannelRid?: string | null | undefined;
|
|
305
|
+
plainTextType: InterfacePropertyTypeTypeForModification;
|
|
306
|
+
}
|
|
300
307
|
export interface InterfaceDefinedPropertyTypeConstraintsModification {
|
|
301
308
|
dataConstraints?: DataConstraintsModification | null | undefined;
|
|
302
309
|
indexedForSearch: boolean;
|
|
@@ -422,7 +429,7 @@ export interface InterfacePropertyTypeTypeForModification_marking {
|
|
|
422
429
|
}
|
|
423
430
|
export interface InterfacePropertyTypeTypeForModification_cipherText {
|
|
424
431
|
type: "cipherText";
|
|
425
|
-
cipherText:
|
|
432
|
+
cipherText: InterfaceCipherTextPropertyTypeModification;
|
|
426
433
|
}
|
|
427
434
|
export interface InterfacePropertyTypeTypeForModification_mediaReference {
|
|
428
435
|
type: "mediaReference";
|
|
@@ -436,16 +443,32 @@ export interface InterfacePropertyTypeTypeForModification_geotimeSeriesReference
|
|
|
436
443
|
type: "geotimeSeriesReference";
|
|
437
444
|
geotimeSeriesReference: _api_GeotimeSeriesReferencePropertyType;
|
|
438
445
|
}
|
|
446
|
+
export interface InterfacePropertyTypeTypeForModification_struct {
|
|
447
|
+
type: "struct";
|
|
448
|
+
struct: InterfaceStructPropertyTypeModification;
|
|
449
|
+
}
|
|
439
450
|
/**
|
|
440
|
-
* Duplicate of
|
|
441
|
-
* InterfaceArrayPropertyTypeModification.
|
|
442
|
-
* to allow for optional struct fields on interface property types.
|
|
451
|
+
* Duplicate of TypeForModification, with the exception of InterfaceStructPropertyTypeModification and
|
|
452
|
+
* InterfaceArrayPropertyTypeModification. InterfaceStructPropertyTypeModification has an added
|
|
453
|
+
* requireImplementation field to allow for optional struct fields on interface property types.
|
|
443
454
|
*/
|
|
444
|
-
export type InterfacePropertyTypeTypeForModification = InterfacePropertyTypeTypeForModification_array | InterfacePropertyTypeTypeForModification_boolean | InterfacePropertyTypeTypeForModification_byte | InterfacePropertyTypeTypeForModification_date | InterfacePropertyTypeTypeForModification_decimal | InterfacePropertyTypeTypeForModification_double | InterfacePropertyTypeTypeForModification_float | InterfacePropertyTypeTypeForModification_geohash | InterfacePropertyTypeTypeForModification_geoshape | InterfacePropertyTypeTypeForModification_integer | InterfacePropertyTypeTypeForModification_long | InterfacePropertyTypeTypeForModification_short | InterfacePropertyTypeTypeForModification_string | InterfacePropertyTypeTypeForModification_experimentalTimeDependentV1 | InterfacePropertyTypeTypeForModification_timestamp | InterfacePropertyTypeTypeForModification_attachment | InterfacePropertyTypeTypeForModification_marking | InterfacePropertyTypeTypeForModification_cipherText | InterfacePropertyTypeTypeForModification_mediaReference | InterfacePropertyTypeTypeForModification_vector | InterfacePropertyTypeTypeForModification_geotimeSeriesReference;
|
|
455
|
+
export type InterfacePropertyTypeTypeForModification = InterfacePropertyTypeTypeForModification_array | InterfacePropertyTypeTypeForModification_boolean | InterfacePropertyTypeTypeForModification_byte | InterfacePropertyTypeTypeForModification_date | InterfacePropertyTypeTypeForModification_decimal | InterfacePropertyTypeTypeForModification_double | InterfacePropertyTypeTypeForModification_float | InterfacePropertyTypeTypeForModification_geohash | InterfacePropertyTypeTypeForModification_geoshape | InterfacePropertyTypeTypeForModification_integer | InterfacePropertyTypeTypeForModification_long | InterfacePropertyTypeTypeForModification_short | InterfacePropertyTypeTypeForModification_string | InterfacePropertyTypeTypeForModification_experimentalTimeDependentV1 | InterfacePropertyTypeTypeForModification_timestamp | InterfacePropertyTypeTypeForModification_attachment | InterfacePropertyTypeTypeForModification_marking | InterfacePropertyTypeTypeForModification_cipherText | InterfacePropertyTypeTypeForModification_mediaReference | InterfacePropertyTypeTypeForModification_vector | InterfacePropertyTypeTypeForModification_geotimeSeriesReference | InterfacePropertyTypeTypeForModification_struct;
|
|
445
456
|
export interface InterfaceSharedPropertyTypeModification {
|
|
446
457
|
required: boolean;
|
|
447
458
|
sharedPropertyTypeRidOrIdInRequest: _api_SharedPropertyTypeRidOrIdInRequest;
|
|
448
459
|
}
|
|
460
|
+
export interface InterfaceStructFieldTypeModification {
|
|
461
|
+
aliases: Array<_api_StructFieldAlias>;
|
|
462
|
+
apiName: _api_ObjectTypeFieldApiName;
|
|
463
|
+
displayMetadata: _api_StructFieldDisplayMetadata;
|
|
464
|
+
fieldType: InterfacePropertyTypeTypeForModification;
|
|
465
|
+
requireImplementation: boolean;
|
|
466
|
+
rid?: _api_StructFieldRid | null | undefined;
|
|
467
|
+
typeClasses: Array<_api_TypeClass>;
|
|
468
|
+
}
|
|
469
|
+
export interface InterfaceStructPropertyTypeModification {
|
|
470
|
+
structFields: Array<InterfaceStructFieldTypeModification>;
|
|
471
|
+
}
|
|
449
472
|
/**
|
|
450
473
|
* This includes metadata which can be used by front-ends when displaying an interface.
|
|
451
474
|
*/
|
|
@@ -497,7 +520,7 @@ export type LinkDefinitionModification = LinkDefinitionModification_manyToMany |
|
|
|
497
520
|
export interface LinkTypeCreate {
|
|
498
521
|
linkType: LinkTypeModification;
|
|
499
522
|
packageRid?: _api_OntologyPackageRid | null | undefined;
|
|
500
|
-
projectRid?:
|
|
523
|
+
projectRid?: _api_CompassFolderRid | null | undefined;
|
|
501
524
|
}
|
|
502
525
|
export interface LinkTypeDelete {}
|
|
503
526
|
export interface LinkTypeEntityMetadataModifyRequest {
|
|
@@ -679,7 +702,7 @@ export interface ObjectTypeBranchIndexingConfiguration {
|
|
|
679
702
|
export interface ObjectTypeCreate {
|
|
680
703
|
objectType: ObjectTypeModification;
|
|
681
704
|
packageRid?: _api_OntologyPackageRid | null | undefined;
|
|
682
|
-
projectRid?:
|
|
705
|
+
projectRid?: _api_CompassFolderRid | null | undefined;
|
|
683
706
|
}
|
|
684
707
|
/**
|
|
685
708
|
* Deprecated in favor of ObjectTypeDatasetDatasourceV2Modification
|
|
@@ -826,6 +849,7 @@ export interface ObjectTypeEntityMetadataModifyRequest {
|
|
|
826
849
|
patchApplicationStrategy?: PatchApplicationStrategyModification | null | undefined;
|
|
827
850
|
provenance?: EntityProvenanceModification | null | undefined;
|
|
828
851
|
targetStorageBackend?: StorageBackendModification | null | undefined;
|
|
852
|
+
usesOnlyOsv2ObjectRids?: boolean | null | undefined;
|
|
829
853
|
}
|
|
830
854
|
/**
|
|
831
855
|
* Object type datasource that is backed by Geotime, uniquely identified by its rid.
|
|
@@ -955,6 +979,7 @@ export interface ObjectTypeTraitsModification {
|
|
|
955
979
|
}
|
|
956
980
|
export interface ObjectTypeUpdate {
|
|
957
981
|
objectType: ObjectTypeModification;
|
|
982
|
+
propertyTypeIdMappings?: PropertyTypeIdMappings | null | undefined;
|
|
958
983
|
}
|
|
959
984
|
export interface OneToManyLinkDefinitionModification {
|
|
960
985
|
cardinalityHint: _api_OneToManyLinkCardinalityHint;
|
|
@@ -1044,7 +1069,7 @@ export interface OntologyInformationInternal {
|
|
|
1044
1069
|
permissionModel: _api_permissions_PermissionModel;
|
|
1045
1070
|
restrictedRoleGrants: Array<_api_permissions_RoleGrant>;
|
|
1046
1071
|
roleGrants: Array<_api_permissions_RoleGrant>;
|
|
1047
|
-
semanticSearchIndexingStatus:
|
|
1072
|
+
semanticSearchIndexingStatus: OntologyObjectTypeSemanticSearchStatus;
|
|
1048
1073
|
}
|
|
1049
1074
|
/**
|
|
1050
1075
|
* A short summary of the changes made, and the reason for those changes. Currently this is only used for modifications
|
|
@@ -1077,7 +1102,7 @@ export interface OntologyModificationRequest {
|
|
|
1077
1102
|
expectedOntologyVersion?: _api_OntologyVersion | null | undefined;
|
|
1078
1103
|
interfaceTypesToCreate: Record<_api_InterfaceTypeIdInRequest, InterfaceTypeModification>;
|
|
1079
1104
|
interfaceTypesToCreateInPackage: Record<_api_InterfaceTypeIdInRequest, _api_OntologyPackageRid>;
|
|
1080
|
-
interfaceTypesToCreateInProject: Record<_api_InterfaceTypeIdInRequest,
|
|
1105
|
+
interfaceTypesToCreateInProject: Record<_api_InterfaceTypeIdInRequest, _api_CompassFolderRid>;
|
|
1081
1106
|
interfaceTypesToDelete: Array<_api_InterfaceTypeRid>;
|
|
1082
1107
|
interfaceTypesToUpdate: Record<_api_InterfaceTypeRid, InterfaceTypeModification>;
|
|
1083
1108
|
linkTypeEntityMetadata: Record<_api_LinkTypeId, LinkTypeEntityMetadataModifyRequest>;
|
|
@@ -1095,12 +1120,12 @@ export interface OntologyModificationRequest {
|
|
|
1095
1120
|
ruleSetsToUpdate: Record<_api_RuleSetRid, _api_formatting_RuleSet>;
|
|
1096
1121
|
sharedPropertyTypesToCreate: Record<_api_SharedPropertyTypeIdInRequest, SharedPropertyTypeModification>;
|
|
1097
1122
|
sharedPropertyTypesToCreateInPackage: Record<_api_SharedPropertyTypeIdInRequest, _api_OntologyPackageRid>;
|
|
1098
|
-
sharedPropertyTypesToCreateInProject: Record<_api_SharedPropertyTypeIdInRequest,
|
|
1123
|
+
sharedPropertyTypesToCreateInProject: Record<_api_SharedPropertyTypeIdInRequest, _api_CompassFolderRid>;
|
|
1099
1124
|
sharedPropertyTypesToDelete: Array<_api_SharedPropertyTypeRid>;
|
|
1100
1125
|
sharedPropertyTypesToUpdate: Record<_api_SharedPropertyTypeRid, SharedPropertyTypeModification>;
|
|
1101
1126
|
shouldDeploy?: boolean | null | undefined;
|
|
1102
1127
|
typeGroupsToCreate: Record<_api_TypeGroupIdInRequest, TypeGroupModification>;
|
|
1103
|
-
typeGroupsToCreateInProject: Record<_api_TypeGroupIdInRequest,
|
|
1128
|
+
typeGroupsToCreateInProject: Record<_api_TypeGroupIdInRequest, _api_CompassFolderRid>;
|
|
1104
1129
|
typeGroupsToDelete: Array<_api_TypeGroupRid>;
|
|
1105
1130
|
typeGroupsToUpdate: Record<_api_TypeGroupRid, TypeGroupModification>;
|
|
1106
1131
|
useRoles?: boolean | null | undefined;
|
|
@@ -1128,6 +1153,7 @@ export interface OntologyModificationResponse {
|
|
|
1128
1153
|
* in the corresponding Ontology.
|
|
1129
1154
|
*/
|
|
1130
1155
|
export type OntologyNamespace = string;
|
|
1156
|
+
export type OntologyObjectTypeSemanticSearchStatus = "AVAILABLE" | "INDEXING" | "AIP_DISABLED" | "NOT_READY";
|
|
1131
1157
|
/**
|
|
1132
1158
|
* The rid for an Ontology project. This rid is generated randomly and is safe for logging purposes.
|
|
1133
1159
|
*/
|
|
@@ -1179,6 +1205,12 @@ export interface PerOntologyUniqueIdentifier_linkTypeId {
|
|
|
1179
1205
|
* single Ontology.
|
|
1180
1206
|
*/
|
|
1181
1207
|
export type PerOntologyUniqueIdentifier = PerOntologyUniqueIdentifier_objectTypeId | PerOntologyUniqueIdentifier_objectTypeApiName | PerOntologyUniqueIdentifier_linkTypeId;
|
|
1208
|
+
/**
|
|
1209
|
+
* Request to change the ids of the given PropertyTypeRid(s) to the given PropertyTypeId(s).
|
|
1210
|
+
*/
|
|
1211
|
+
export interface PropertyTypeIdMappings {
|
|
1212
|
+
existingPropertyTypeRenames: Record<_api_PropertyTypeRid, _api_PropertyTypeId>;
|
|
1213
|
+
}
|
|
1182
1214
|
export interface PropertyTypeModification {
|
|
1183
1215
|
apiName?: _api_ObjectTypeFieldApiName | null | undefined;
|
|
1184
1216
|
baseFormatter?: _api_BaseFormatter | null | undefined;
|
|
@@ -1373,7 +1405,7 @@ export interface TypeForModification_marking {
|
|
|
1373
1405
|
}
|
|
1374
1406
|
export interface TypeForModification_cipherText {
|
|
1375
1407
|
type: "cipherText";
|
|
1376
|
-
cipherText:
|
|
1408
|
+
cipherText: CipherTextPropertyTypeModification;
|
|
1377
1409
|
}
|
|
1378
1410
|
export interface TypeForModification_mediaReference {
|
|
1379
1411
|
type: "mediaReference";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"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","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/modification/__components.ts"],"version":3,"file":"__components.d.ts"}
|
|
1
|
+
{"mappings":"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","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/modification/__components.ts"],"version":3,"file":"__components.d.ts"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { ActionLogMetadataModification, ActionLogNotRequiredModification, ActionLogRequiredModification, ActionLogRequirednessModification, ActionTypeModification, ActivePropertyTypeStatusModification, ArrayPropertyTypeModification, BranchEntityIndexingConfigurationModification, CheckExistingUniqueIdentifiersRequest, CheckExistingUniqueIdentifiersResponse,
|
|
1
|
+
export type { ActionLogMetadataModification, ActionLogNotRequiredModification, ActionLogRequiredModification, ActionLogRequirednessModification, ActionTypeModification, ActivePropertyTypeStatusModification, ArrayPropertyTypeModification, BranchEntityIndexingConfigurationModification, CheckExistingUniqueIdentifiersRequest, CheckExistingUniqueIdentifiersResponse, CipherTextPropertyTypeModification, CompassNamespaceRid, CopyEditsFromParentBranchOnInitialIndexingMode, CopyEditsMode, DataConstraintsModification, DeprecatedPropertyTypeStatusModification, DropLinkTypePeeringMetadata, DropObjectTypePeeringMetadata, EditsHistoryConfigModification, EditsHistoryImportConfigurationModification, EditsHistoryModification, EditsResolutionStrategyModification, EnabledObjectStoragesStatus, EntityConfigModification, EntityModificationHistoryPageItem, EntityProvenanceModification, EntityProvenanceSourceModification, EntityRid, EventMetadataModification, ExamplePropertyTypeStatusModification, ExperimentalPropertyTypeStatusModification, GetEntityModificationHistoryRequest, GetEntityModificationHistoryResponse, GetModificationHistoryRequest, GetModificationHistoryResponse, GetModifiedEntitiesRequest, GetModifiedEntitiesResponse, ImplementingLinkTypeModification, ImportSharedPropertyTypesRequest, ImportSharedPropertyTypesResponse, InlineActionTypeModification, InterfaceArrayPropertyTypeModification, InterfaceCipherTextPropertyTypeModification, InterfaceDefinedPropertyTypeConstraintsModification, InterfaceDefinedPropertyTypeModification, InterfaceLinkTypeImplementationModification, InterfaceLinkTypeImplementationModificationV2, InterfaceLinkTypeModification, InterfacePropertyImplementationModification, InterfacePropertyImplementationModificationV2, InterfacePropertyTypeImplementationModification, InterfacePropertyTypeModification, InterfacePropertyTypeModificationWithRidOrIdInRequest, InterfacePropertyTypeTypeForModification, InterfaceSharedPropertyTypeModification, InterfaceStructFieldTypeModification, InterfaceStructPropertyTypeModification, InterfaceTypeDisplayMetadataModification, InterfaceTypeModification, IntermediaryLinkDefinitionModification, LinkDefinitionModification, LinkTypeCreate, LinkTypeDelete, LinkTypeEntityMetadataModifyRequest, LinkTypeModification, LinkTypeModifyRequest, LinkTypePeeringMetadataModification, LinkTypeUpdate, LoadAllOntologiesInternalRequest, LoadAllOntologiesInternalResponse, ManyToManyLinkDefinitionModification, ManyToManyLinkTypeBranchIndexingConfiguration, ManyToManyLinkTypeDatasetDatasourceModification, ManyToManyLinkTypeDatasourceCreate, ManyToManyLinkTypeDatasourceDelete, ManyToManyLinkTypeDatasourceModificationDefinition, ManyToManyLinkTypeDatasourceModifyRequest, ManyToManyLinkTypeDatasourceUpdate, ManyToManyLinkTypeStreamDatasourceModification, MigrationConfigurationModification, ModificationHistoryPageItem, ModificationHistoryPageItemSummary, ModificationHistoryPageToken, ModificationType, NoEditsHistoryModification, NoneEntityProvenance, ObjectStorageV1Modification, ObjectStorageV2Modification, ObjectTypeBranchIndexingConfiguration, ObjectTypeCreate, ObjectTypeDatasetDatasourceModification, ObjectTypeDatasetDatasourceV2Modification, ObjectTypeDatasetDatasourceV3Modification, ObjectTypeDatasourceCreate, ObjectTypeDatasourceDelete, ObjectTypeDatasourceModificationDefinition, ObjectTypeDatasourceModifyRequest, ObjectTypeDatasourceUpdate, ObjectTypeDelete, ObjectTypeDerivedPropertiesDatasourceModification, ObjectTypeDirectDatasourceModification, ObjectTypeEditsOnlyDatasourceModification, ObjectTypeEntityMetadataModifyRequest, ObjectTypeGeotimeSeriesDatasourceModification, ObjectTypeIndexingSettingsModification, ObjectTypeInterfaceImplementationModification, ObjectTypeMediaDatasourceModification, ObjectTypeMediaSetViewDatasourceModification, ObjectTypeModification, ObjectTypeModifyRequest, ObjectTypePeeringMetadataModification, ObjectTypeRestrictedStreamDatasourceModification, ObjectTypeRestrictedViewDatasourceModification, ObjectTypeRestrictedViewDatasourceV2Modification, ObjectTypeStreamDatasourceModification, ObjectTypeStreamDatasourceV2Modification, ObjectTypeStreamDatasourceV3Modification, ObjectTypeTableDatasourceModification, ObjectTypeTimeSeriesDatasourceModification, ObjectTypeTraitsModification, ObjectTypeUpdate, OneToManyLinkDefinitionModification, OntologyAdminConfig, OntologyApiNamespaceIdentifier, OntologyCreateRequest, OntologyCreateResponse, OntologyDeleteRequest, OntologyDeleteResponse, OntologyDiff, OntologyInformationInternal, OntologyModificationDescription, OntologyModificationDryRunErrorStatus, OntologyModificationDryRunRequest, OntologyModificationDryRunResponse, OntologyModificationDryRunSuccessStatus, OntologyModificationRequest, OntologyModificationResponse, OntologyNamespace, OntologyObjectTypeSemanticSearchStatus, OntologyProjectRid, OntologyUpdateRequest, OntologyUpdateResponse, PartialPropertyTypeModification, PatchApplicationStrategyModification, PerOntologyUniqueIdentifier, PropertyTypeIdMappings, PropertyTypeModification, PropertyTypeStatusModification, PutParameterRequestModificationWithId, PutParameterRequestWithId, PutSectionRequestWithId, ReadOnlyV1V2Modification, RetentionConfigModification, SensorTraitModification, SharedPropertyBasedPropertyTypeModification, SharedPropertyTypeModification, StorageBackendModification, StructFieldTypeModification, StructPropertyTypeModification, TimeSeriesMetadataModification, TypeForModification, TypeGroupModification, ValidationRuleModificationWithIdInRequest, ValueTypeReferenceModification, WorkflowObjectTypeTraitImplModification } from "./__components.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,+BACA,kCACA,+BACA,mCACA,wBACA,sCACA,+BACA,+CACA,uCACA,wCACA,
|
|
1
|
+
{"mappings":"AAgBA,cACE,+BACA,kCACA,+BACA,mCACA,wBACA,sCACA,+BACA,+CACA,uCACA,wCACA,oCACA,qBACA,gDACA,eACA,6BACA,0CACA,6BACA,+BACA,gCACA,6CACA,0BACA,qCACA,6BACA,0BACA,mCACA,8BACA,oCACA,WACA,2BACA,uCACA,4CACA,qCACA,sCACA,+BACA,gCACA,4BACA,6BACA,kCACA,kCACA,mCACA,8BACA,wCACA,6CACA,qDACA,0CACA,6CACA,+CACA,+BACA,6CACA,+CACA,iDACA,mCACA,uDACA,0CACA,yCACA,sCACA,yCACA,0CACA,2BACA,wCACA,4BACA,gBACA,gBACA,qCACA,sBACA,uBACA,qCACA,gBACA,kCACA,mCACA,sCACA,+CACA,iDACA,oCACA,oCACA,oDACA,2CACA,oCACA,gDACA,oCACA,6BACA,oCACA,8BACA,kBACA,4BACA,sBACA,6BACA,6BACA,uCACA,kBACA,yCACA,2CACA,2CACA,4BACA,4BACA,4CACA,mCACA,4BACA,kBACA,mDACA,wCACA,2CACA,uCACA,+CACA,wCACA,+CACA,uCACA,8CACA,wBACA,yBACA,uCACA,kDACA,gDACA,kDACA,wCACA,0CACA,0CACA,uCACA,4CACA,8BACA,kBACA,qCACA,qBACA,gCACA,uBACA,wBACA,uBACA,wBACA,cACA,6BACA,iCACA,uCACA,mCACA,oCACA,yCACA,6BACA,8BACA,mBACA,wCACA,oBACA,uBACA,wBACA,iCACA,sCACA,6BACA,wBACA,0BACA,gCACA,uCACA,2BACA,yBACA,0BACA,6BACA,yBACA,6CACA,gCACA,4BACA,6BACA,gCACA,gCACA,qBACA,uBACA,2CACA,gCACA,+CACK","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/modification/index.ts"],"version":3,"file":"index.d.ts"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type ConjureContext } from "conjure-lite";
|
|
2
2
|
import type { MigrateEntitiesToProjectsRequest as _api_permissions_MigrateEntitiesToProjectsRequest, MigrateEntitiesToProjectsResponse as _api_permissions_MigrateEntitiesToProjectsResponse } from "../__components.js";
|
|
3
3
|
/**
|
|
4
|
-
* Moves the specified entities to the target
|
|
5
|
-
* - The
|
|
6
|
-
* - The user must be owner of the requested entities and have write permissions on the
|
|
4
|
+
* Moves the specified entities to the target folder.
|
|
5
|
+
* - The folder must exist in the same namespace as the ontology.
|
|
6
|
+
* - The user must be owner of the requested entities and have write permissions on the folder.
|
|
7
7
|
* - At most 50 projects per request
|
|
8
8
|
* - At most 2000 entities per project
|
|
9
|
+
* - TypeGroups are not allowed. OMS will throw if any TypeGroups are attempted to be migrated.
|
|
9
10
|
*/
|
|
10
11
|
export declare function migrateEntitiesToProjects(ctx: ConjureContext, request: _api_permissions_MigrateEntitiesToProjectsRequest): Promise<_api_permissions_MigrateEntitiesToProjectsResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cAAc,sBAAoC,cAAe;AACjE,cACE,oCACK,mDACL,qCACK,0DACA,oBAAqB
|
|
1
|
+
{"mappings":"AAgBA,cAAc,sBAAoC,cAAe;AACjE,cACE,oCACK,mDACL,qCACK,0DACA,oBAAqB;;;;;;;;;AAU5B,OAAO,iBAAe,0BACpBA,KAAK,gBACLC,SAAS,oDACR,QAAQ","names":["ctx: ConjureContext","request: _api_permissions_MigrateEntitiesToProjectsRequest"],"sources":["../../../../../../../src/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.ts"],"version":3,"file":"migrateEntitiesToProjects.d.ts"}
|