@osdk/client.unstable 2.2.0-beta.15 → 2.2.0-beta.16

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/cjs/index.d.cts +5793 -277
  3. package/build/types/blockDataIr.d.ts +3 -2
  4. package/build/types/blockDataIr.d.ts.map +1 -1
  5. package/build/types/generated/ontology-metadata/api/__components.d.ts +113 -78
  6. package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
  7. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +11 -6
  8. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
  9. package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
  10. package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
  11. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +23 -0
  12. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
  13. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
  14. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
  15. package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
  16. package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
  17. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +5 -1
  18. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
  19. package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
  20. package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
  21. package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts +104 -4
  22. package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts.map +1 -1
  23. package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts +1 -1
  24. package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts.map +1 -1
  25. package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +2 -1
  26. package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
  27. package/build/types/index.d.ts +4 -29
  28. package/build/types/index.d.ts.map +1 -1
  29. package/package.json +1 -1
@@ -61,6 +61,14 @@ export interface CombinedOntologyHistoryPageItemSummary {
61
61
  * about the content of the paging token and it should not be parsed/modified.
62
62
  */
63
63
  export type CombinedOntologyHistoryPageToken = string;
64
+ /**
65
+ * With this strategy, whether a datasource is alive for a given object is evaluated on a
66
+ * datasource-by-datasource basis. This can have unintuitive consequences if properties are moved between
67
+ * different datasources, as the MarkAlive instructions within the patch will not be adjusted to reflect the new
68
+ * datasources containing the edited properties. In such cases, if the new datasource were not otherwise marked
69
+ * as alive, the values of the migrated properties would become nulls.
70
+ */
71
+ export interface DatasourceScopedLivenessStrategy {}
64
72
  export type DayOfWeek = "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
65
73
  export interface DayTime {
66
74
  day: DayOfWeek;
@@ -355,6 +363,11 @@ export interface ObjectDbTypeSyncConfig {
355
363
  syncConfig: Record<_api_ObjectDbSyncRid, SyncConfig>;
356
364
  }
357
365
  /**
366
+ * With this strategy, liveness is no longer evaluated on a datasource-by-datasource level, and is evaluated at
367
+ * the object level. This provides improved UX for MDOs, and has no effect for non-MDOs.
368
+ */
369
+ export interface ObjectScopedLivenessStrategy {}
370
+ /**
358
371
  * Entity can be stored in Phonograph. Note that it is not guaranteed that the object type or link type is
359
372
  * currently registered with Phonograph. There is no guarantee the object type or link type has finished
360
373
  * syncing and is queryable via Phonograph.
@@ -389,6 +402,7 @@ export interface ObjectTypeEntityMetadata {
389
402
  entityConfig: EntityConfig;
390
403
  gothamMapping?: _api_typemapping_ObjectTypeGothamMapping | null | undefined;
391
404
  objectTypeIndexingSettings?: ObjectTypeIndexingSettings | null | undefined;
405
+ patchApplicationStrategy: PatchApplicationStrategy;
392
406
  provenance?: _api_entitymetadata_provenance_EntityProvenance | null | undefined;
393
407
  redacted?: boolean | null | undefined;
394
408
  targetStorageBackend: StorageBackend;
@@ -483,6 +497,15 @@ export interface OntologyIrLinkTypeEntityMetadata {
483
497
  export interface OntologyIrTimestampPropertyStrategy {
484
498
  timestampPropertyRid: _api_ObjectTypeFieldApiName;
485
499
  }
500
+ export interface PatchApplicationStrategy_datasourceScopedLiveness {
501
+ type: "datasourceScopedLiveness";
502
+ datasourceScopedLiveness: DatasourceScopedLivenessStrategy;
503
+ }
504
+ export interface PatchApplicationStrategy_objectScopedLiveness {
505
+ type: "objectScopedLiveness";
506
+ objectScopedLiveness: ObjectScopedLivenessStrategy;
507
+ }
508
+ export type PatchApplicationStrategy = PatchApplicationStrategy_datasourceScopedLiveness | PatchApplicationStrategy_objectScopedLiveness;
486
509
  /**
487
510
  * Entity can be stored in Phonograph and Highbury though the data is read-only. Edits are disabled.
488
511
  * This is a legacy state which should not be used anymore. OMS guarantees that the latest version of each
@@ -1 +1 @@
1
- {"mappings":"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","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/entitymetadata/__components.ts"],"version":3,"file":"__components.d.ts"}
1
+ {"mappings":"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","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/entitymetadata/__components.ts"],"version":3,"file":"__components.d.ts"}
@@ -1,3 +1,3 @@
1
1
  export * as OntologyEntityMetadataService from "./OntologyEntityMetadataService.js";
2
- export type { ActionLogNotRequired, ActionLogRequiredForObjectType, ActionLogRequirednessMetadata, ActionLogRequirednessSetting, ActiveStorageBackend, Alias, AutomaticTransformProfile, CombinedModificationType, CombinedOntologyHistoryPageItem, CombinedOntologyHistoryPageItemSummary, CombinedOntologyHistoryPageToken, DayOfWeek, DayTime, EditsHistory, EditsHistoryConfig, EditsHistoryImportConfiguration, EditsResolutionStrategies, EditsResolutionStrategy, EntityConfig, EntityMigrationAborted, EntityMigrationCategory, EntityMigrationFailed, EntityMigrationFinished, EntityMigrationInProgress, EntityMigrationNotAttempted, EntityMigrationStage, EntityMigrationStatus, EntityMigrationStatusModification, ExtraLargeTransformProfile, GetCombinedOntologyHistoryRequest, GetCombinedOntologyHistoryResponse, LinkTypeEntityMetadata, LinkTypeEntityMetadataLoadRequest, LinkTypeEntityMetadataLoadResponse, LinkTypeSystemEntityMetadata, LinkTypeSystemEntityMetadataModification, LoadEntityMetadataRequest, LoadEntityMetadataResponse, MigrationConfiguration, NoEditsHistory, ObjectDbConfig, ObjectDbType, ObjectDbTypeConfig, ObjectDbTypeSyncConfig, ObjectStorageV1, ObjectStorageV2, ObjectTypeAlias, ObjectTypeEntityMetadata, ObjectTypeEntityMetadataLoadRequest, ObjectTypeEntityMetadataLoadResponse, ObjectTypeIndexingSettings, ObjectTypeSystemEntityMetadata, ObjectTypeSystemEntityMetadataModification, OntologyIrEditsHistory, OntologyIrEditsHistoryConfig, OntologyIrEditsResolutionStrategies, OntologyIrEditsResolutionStrategy, OntologyIrLinkTypeEntityMetadata, OntologyIrTimestampPropertyStrategy, ReadOnlyV1V2, SharedPropertyTypeAlias, SoakPeriodInformation, StorageBackend, SyncConfig, SyncMetadata, SyncMetadataModification, SystemEntityMetadataModificationRequest, SystemEntityMetadataModificationResponse, TimestampPropertyStrategy, TimeWindow, TransformProfileConfig, TransitionWindow, TransitionWindows } from "./__components.js";
2
+ export type { ActionLogNotRequired, ActionLogRequiredForObjectType, ActionLogRequirednessMetadata, ActionLogRequirednessSetting, ActiveStorageBackend, Alias, AutomaticTransformProfile, CombinedModificationType, CombinedOntologyHistoryPageItem, CombinedOntologyHistoryPageItemSummary, CombinedOntologyHistoryPageToken, DatasourceScopedLivenessStrategy, DayOfWeek, DayTime, EditsHistory, EditsHistoryConfig, EditsHistoryImportConfiguration, EditsResolutionStrategies, EditsResolutionStrategy, EntityConfig, EntityMigrationAborted, EntityMigrationCategory, EntityMigrationFailed, EntityMigrationFinished, EntityMigrationInProgress, EntityMigrationNotAttempted, EntityMigrationStage, EntityMigrationStatus, EntityMigrationStatusModification, ExtraLargeTransformProfile, GetCombinedOntologyHistoryRequest, GetCombinedOntologyHistoryResponse, LinkTypeEntityMetadata, LinkTypeEntityMetadataLoadRequest, LinkTypeEntityMetadataLoadResponse, LinkTypeSystemEntityMetadata, LinkTypeSystemEntityMetadataModification, LoadEntityMetadataRequest, LoadEntityMetadataResponse, MigrationConfiguration, NoEditsHistory, ObjectDbConfig, ObjectDbType, ObjectDbTypeConfig, ObjectDbTypeSyncConfig, ObjectScopedLivenessStrategy, ObjectStorageV1, ObjectStorageV2, ObjectTypeAlias, ObjectTypeEntityMetadata, ObjectTypeEntityMetadataLoadRequest, ObjectTypeEntityMetadataLoadResponse, ObjectTypeIndexingSettings, ObjectTypeSystemEntityMetadata, ObjectTypeSystemEntityMetadataModification, OntologyIrEditsHistory, OntologyIrEditsHistoryConfig, OntologyIrEditsResolutionStrategies, OntologyIrEditsResolutionStrategy, OntologyIrLinkTypeEntityMetadata, OntologyIrTimestampPropertyStrategy, PatchApplicationStrategy, ReadOnlyV1V2, SharedPropertyTypeAlias, SoakPeriodInformation, StorageBackend, SyncConfig, SyncMetadata, SyncMetadataModification, SystemEntityMetadataModificationRequest, SystemEntityMetadataModificationResponse, TimestampPropertyStrategy, TimeWindow, TransformProfileConfig, TransitionWindow, TransitionWindows } from "./__components.js";
3
3
  export * as provenance from "./provenance/index.js";
@@ -1 +1 @@
1
- {"mappings":"AAgBA,YAAY,mCAAmC;AAE/C,eACE,sBACA,gCACA,+BACA,8BACA,sBACA,OACA,2BACA,0BACA,iCACA,wCACA,kCACA,WACA,SACA,cACA,oBACA,iCACA,2BACA,yBACA,cACA,wBACA,yBACA,uBACA,yBACA,2BACA,6BACA,sBACA,uBACA,mCACA,4BACA,mCACA,oCACA,wBACA,mCACA,oCACA,8BACA,0CACA,2BACA,4BACA,wBACA,gBACA,gBACA,cACA,oBACA,wBACA,iBACA,iBACA,iBACA,0BACA,qCACA,sCACA,4BACA,gCACA,4CACA,wBACA,8BACA,qCACA,mCACA,kCACA,qCACA,cACA,yBACA,uBACA,gBACA,YACA,cACA,0BACA,yCACA,0CACA,2BACA,YACA,wBACA,kBACA,yBACK;AAEP,YAAY,gBAAgB","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/entitymetadata/index.ts"],"version":3,"file":"index.d.ts"}
1
+ {"mappings":"AAgBA,YAAY,mCAAmC;AAE/C,eACE,sBACA,gCACA,+BACA,8BACA,sBACA,OACA,2BACA,0BACA,iCACA,wCACA,kCACA,kCACA,WACA,SACA,cACA,oBACA,iCACA,2BACA,yBACA,cACA,wBACA,yBACA,uBACA,yBACA,2BACA,6BACA,sBACA,uBACA,mCACA,4BACA,mCACA,oCACA,wBACA,mCACA,oCACA,8BACA,0CACA,2BACA,4BACA,wBACA,gBACA,gBACA,cACA,oBACA,wBACA,8BACA,iBACA,iBACA,iBACA,0BACA,qCACA,sCACA,4BACA,gCACA,4CACA,wBACA,8BACA,qCACA,mCACA,kCACA,qCACA,0BACA,cACA,yBACA,uBACA,gBACA,YACA,cACA,0BACA,yCACA,0CACA,2BACA,YACA,wBACA,kBACA,yBACK;AAEP,YAAY,gBAAgB","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/entitymetadata/index.ts"],"version":3,"file":"index.d.ts"}
@@ -6,7 +6,7 @@ export * as OntologyMetadataSearchService from "./OntologyMetadataSearchService.
6
6
  export * as OntologyMetadataSemanticSearchService from "./OntologyMetadataSemanticSearchService.js";
7
7
  export * as OntologyMetadataService from "./OntologyMetadataService.js";
8
8
  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, 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, ActionTypeMetadata, ActionTypeMetadataModification, ActionTypeModificationRequest, ActionTypeModifyRequest, ActionTypeModifyResponse, ActionTypeParameterIdentifier, ActionTypeProvenanceModification, ActionTypeProvenanceSourceModification, ActionTypeRichTextComponent, ActionTypeRichTextMessage, ActionTypeRichTextParameterPropertyReference, ActionTypeRichTextParameterReference, ActionTypeRid, ActionTypesAlreadyExistError, ActionTypeSetOrganizationsRequest, ActionTypesNotFoundError, ActionTypesSummary, ActionTypeStatus, ActionTypeUpdate, ActionTypeUpdatedEvent, ActionTypeVersion, ActionValidation, ActionWebhooks, ActionWebhooksModification, ActiveActionTypeStatus, ActiveInterfaceTypeStatus, ActiveLinkTypeStatus, ActiveObjectTypeStatus, ActivePropertyTypeStatus, AddInterfaceLinkRule, AddInterfaceLinkRuleModification, AddInterfaceRule, AddInterfaceRuleModification, AddLinkRule, AddObjectRule, AddObjectRuleModification, AddOrModifyObjectRule, AddOrModifyObjectRuleModification, AddOrModifyObjectRuleModificationV2, AddOrModifyObjectRuleV2, AliasEntityIdentifier, AllEditedObjectsFieldMapping, AllFoundryRids, AllNotificationRenderingMustSucceed, AllowedParameterValues, AllowedParameterValuesModification, AllowedStructFieldValues, AllowedStructFieldValuesModification, AllowedStructFieldValuesOverride, AllowedStructFieldValuesOverrideModification, AllowedValuesOverride, AllowedValuesOverrideModification, Analyzer, AndCondition, AndConditionModification, AnyNotificationRenderingCanFail, ArrayPropertyType, ArrayTypeDataConstraints, ArrayTypeDataValue, ArrayTypeElementsUniqueConstraint, ArrayTypeSizeConstraint, AsynchronousPostWritebackWebhook, AsynchronousPostWritebackWebhookModification, AttachmentPropertyType, Attribution, BaseFormatter, BaseParameterSubtype, BasePropertyType, BasicEmailBody, BasicEmailBodyModification, BatchedFunctionRule, BatchedFunctionRuleModification, BidirectionalRelation, BidirectionalRelationCreateRequest, BidirectionalRelationDeleteRequest, BidirectionalRelationModifyRequest, BidirectionalRelationUpdateRequest, BidirectionalRelationWithoutRid, BlueprintIcon, BooleanFormatter, BooleanPropertyType, BooleanTypeDataConstraints, BooleanTypeDataConstraintValue, BooleanTypeDataValue, BranchClosedEvent, BranchDeletedEvent, BranchId, BranchMergedEvent, BuilderPipelineRid, BulkExecutionModeConfig, ButtonDisplayMetadata, BytePropertyType, ByteTypeDataValue, CarbonWorkspaceComponentUrlTarget, CarbonWorkspaceComponentUrlTargetModification, CarbonWorkspaceUrlTarget, CarbonWorkspaceUrlTargetModification, CategoryId, CipherTextPropertyType, ClassificationConstraint, ColumnLocator, ColumnName, ComparisonCondition, ComparisonConditionModification, ComparisonOperator, CompassProjectRid, Condition, ConditionalOverride, ConditionalOverrideModification, ConditionalValidationBlock, ConditionalValidationBlockModification, ConditionDisplayMetadata, ConditionIndex, ConditionModification, ConditionValue, ConditionValueModification, CurrentTime, CurrentUser, DataConstraints, DataNullability, DataNullabilityV2, DataSecurity, DatasetRid, DatasetRidAndBranchId, DatasetTransactionRid, DatasourceBackingRid, DatasourceIdentifier, DatasourceRid, DatasourceType, DataType, DateFormatter, DatePropertyType, DateRangeValue, DateRangeValueModification, DatetimeFormat, DatetimeLocalizedFormat, DatetimeStringFormat, DatetimeTimezone, DatetimeTimezoneDefinition, DateTypeDataConstraints, DateTypeDataValue, DateTypeRangeConstraint, DecimalPropertyType, DecimalTypeDataConstraints, DecimalTypeDataValue, DecimalTypeRangeConstraint, DelegateToAllowedStructFieldValues, DeletedLinkTypesStillInUseError, DeletedLinkTypesStillInUseInWorkflowError, DeletedObjectTypesStillInUseError, DeletedObjectTypesStillInUseInWorkflowError, DeleteInterfaceLinkRule, DeleteInterfaceLinkRuleModification, DeleteLinkRule, DeleteObjectRule, DeletingAndEditingTheSameActionTypeError, DeletionMetadata, DeprecatedActionTypeGetOrganizationsResponse, DeprecatedActionTypeSetOrganizationsRequest, DeprecatedActionTypeStatus, DeprecatedInterfaceTypeStatus, DeprecatedLinkTypeStatus, DeprecatedObjectTypeStatus, DeprecatedPropertyTypeStatus, DerivedPropertiesSourceRid, DirectSourceRid, DisplayMetadataConfigurationDefaultLayout, DisplayMetadataConfigurationDisplayAndFormat, 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, 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, GetFeatureConfigurationsResponse, GetLinkMetadataForObjectTypesRequest, GetLinkMetadataForObjectTypesResponse, GetLinkTypesForObjectTypesRequest, GetLinkTypesForObjectTypesResponse, GetObjectTypesForInterfaceTypesRequest, GetObjectTypesForInterfaceTypesResponse, GetObjectTypesForSharedPropertyTypesRequest, GetObjectTypesForSharedPropertyTypesResponse, GetObjectTypesForTypeGroupsRequest, GetObjectTypesForTypeGroupsResponse, GetOntologyEntitiesForTypeGroupsRequest, GetOntologyEntitiesForTypeGroupsResponse, GetOntologySummaryRequest, GetOntologySummaryResponse, GetRelationsForObjectTypesRequest, GetRelationsForObjectTypesResponse, GlobalBranchRid, GroupId, HandlebarsInputName, HumanReadableFormat, Icon, IconReference, ImportedOntologyEntitiesForProjectSpanOntologies, InlineActionDisplayOptions, InlineActionType, InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, IntegerPropertyType, IntegerTypeDataConstraints, IntegerTypeDataValue, IntegerTypeRangeConstraint, InterfaceLinkType, InterfaceLinkTypeApiName, InterfaceLinkTypeCardinality, InterfaceLinkTypeIdInRequest, InterfaceLinkTypeMetadata, InterfaceLinkTypeRid, InterfaceLinkTypeRidOrIdInRequest, InterfaceParameterPropertyValue, InterfaceParameterPropertyValueModification, InterfacePropertyImplementation, InterfaceSharedPropertyType, InterfacesSummary, 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, 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, MissingAffectedObjectTypesForFunctionRule, ModifyInterfaceRule, ModifyInterfaceRuleModification, ModifyObjectRule, ModifyObjectRuleModification, ModuleRid, MultipassUserFilter, MultipassUserFilterModification, MultipassUserInGroupFilter, MultipassUserInGroupFilterModification, 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, 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, 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, OntologyIrActionLogRule, OntologyIrActionLogValue, OntologyIrActionNotification, OntologyIrActionNotificationBody, OntologyIrActionNotificationBodyFunctionExecution, OntologyIrActionNotificationRecipients, OntologyIrActionsObjectSet, OntologyIrActionType, OntologyIrActionTypeEntities, OntologyIrActionTypeLevelValidation, OntologyIrActionTypeLogic, OntologyIrActionTypeMetadata, OntologyIrActionValidation, OntologyIrActionWebhooks, OntologyIrAddInterfaceLinkRule, OntologyIrAddInterfaceRule, OntologyIrAddObjectRule, OntologyIrAddOrModifyObjectRule, OntologyIrAddOrModifyObjectRuleV2, OntologyIrAllEditedObjectsFieldMapping, OntologyIrAllowedParameterValues, OntologyIrAllowedStructFieldValues, OntologyIrAllowedStructFieldValuesOverride, OntologyIrAllowedValuesOverride, OntologyIrAndCondition, OntologyIrArrayPropertyType, OntologyIrAsynchronousPostWritebackWebhook, OntologyIrBasicEmailBody, OntologyIrBatchedFunctionRule, OntologyIrCarbonWorkspaceComponentUrlTarget, OntologyIrCarbonWorkspaceUrlTarget, OntologyIrCipherTextPropertyType, OntologyIrComparisonCondition, OntologyIrCondition, OntologyIrConditionalOverride, OntologyIrConditionalValidationBlock, OntologyIrConditionValue, OntologyIrDateRangeValue, OntologyIrDeleteInterfaceLinkRule, OntologyIrDeprecatedInterfaceTypeStatus, OntologyIrDeprecatedLinkTypeStatus, OntologyIrDeprecatedObjectTypeStatus, OntologyIrDeprecatedPropertyTypeStatus, OntologyIrEmailBody, OntologyIrEventMetadata, OntologyIrFunctionExecutionWithRecipientInput, OntologyIrFunctionGeneratedActionNotificationRecipients, OntologyIrFunctionGeneratedNotificationBody, OntologyIrFunctionRule, OntologyIrInterfaceLinkType, OntologyIrInterfaceParameterPropertyValue, OntologyIrInterfacePropertyImplementation, OntologyIrInterfaceSharedPropertyType, OntologyIrInterfaceType, OntologyIrInterfaceTypeStatus, OntologyIrIntermediaryLinkDefinition, OntologyIrLabelledValue, OntologyIrLinkDefinition, OntologyIrLinkedEntityTypeId, OntologyIrLinkType, OntologyIrLinkTypeStatus, OntologyIrLogicRule, OntologyIrLogicRuleValue, OntologyIrManyToManyLinkDefinition, OntologyIrManyToManyLinkTypeDatasetDatasource, OntologyIrManyToManyLinkTypeDatasource, OntologyIrManyToManyLinkTypeDatasourceDefinition, OntologyIrManyToManyLinkTypeStreamDatasource, OntologyIrMarkingsCondition, OntologyIrMediaSourceRid, OntologyIrModifyInterfaceRule, OntologyIrModifyObjectRule, OntologyIrMultipassUserFilter, OntologyIrMultipassUserInGroupFilter, OntologyIrNewObjectUrlTarget, OntologyIrNotCondition, OntologyIrNotificationResultTypeLink, OntologyIrNotificationTemplateInputValue, OntologyIrObjectParameterStructFieldValue, OntologyIrObjectParameterStructListFieldValue, OntologyIrObjectQueryPrefill, OntologyIrObjectQueryPropertyValue, OntologyIrObjectSetRidPrefill, OntologyIrObjectType, OntologyIrObjectTypeDatasetDatasource, OntologyIrObjectTypeDatasetDatasourceV2, OntologyIrObjectTypeDatasetDatasourceV3, OntologyIrObjectTypeDatasource, OntologyIrObjectTypeDatasourceDefinition, OntologyIrObjectTypeDerivedPropertiesDatasource, OntologyIrObjectTypeDirectDatasource, OntologyIrObjectTypeEditsOnlyDatasource, OntologyIrObjectTypeGeotimeSeriesDatasource, OntologyIrObjectTypeInterfaceImplementation, OntologyIrObjectTypeMediaDatasource, OntologyIrObjectTypeMediaSetViewDatasource, OntologyIrObjectTypeRestrictedStreamDatasource, OntologyIrObjectTypeRestrictedViewDatasource, OntologyIrObjectTypeRestrictedViewDatasourceV2, OntologyIrObjectTypeStatus, OntologyIrObjectTypeStreamDatasource, OntologyIrObjectTypeStreamDatasourceV2, OntologyIrObjectTypeTableDatasource, OntologyIrObjectTypeTimeSeriesDatasource, OntologyIrObjectTypeTraits, OntologyIrOneToManyLinkDefinition, OntologyIrOrCondition, OntologyIrParameter, OntologyIrParameterActionNotificationRecipients, OntologyIrParameterCbacConstraint, OntologyIrParameterCbacMarking, OntologyIrParameterCbacMarkingOrEmpty, OntologyIrParameterDateRangeValue, OntologyIrParameterDateTimeRange, OntologyIrParameterDateTimeRangeOrEmpty, OntologyIrParameterMultipassUser, OntologyIrParameterMultipassUserOrEmpty, OntologyIrParameterObjectPropertyValue, OntologyIrParameterObjectPropertyValueOrEmpty, OntologyIrParameterObjectQuery, OntologyIrParameterObjectQueryOrEmpty, OntologyIrParameterObjectTypeReference, OntologyIrParameterObjectTypeReferenceOrEmpty, OntologyIrParameterPrefill, OntologyIrParameterPrefillOverride, OntologyIrParameterRange, OntologyIrParameterRangeOrEmpty, OntologyIrParameterRangeValue, OntologyIrParameterValidation, OntologyIrParameterValidationBlock, OntologyIrParameterValidationBlockOverride, OntologyIrParameterValidationDisplayMetadata, OntologyIrParameterValueOneOf, OntologyIrParameterValueOneOfOrEmpty, OntologyIrPropertySecurityGroup, OntologyIrPropertySecurityGroups, OntologyIrPropertyType, OntologyIrPropertyTypeStatus, OntologyIrQualifiedSeriesIdPropertyValue, OntologyIrRegexCondition, OntologyIrRidUrlTarget, OntologyIrRuleSetBinding, OntologyIrSectionConditionalOverride, OntologyIrSectionDisplayBlock, OntologyIrSecurityGroupAndCondition, OntologyIrSecurityGroupComparisonCondition, OntologyIrSecurityGroupComparisonValue, OntologyIrSecurityGroupGranularCondition, OntologyIrSecurityGroupGranularPolicy, OntologyIrSecurityGroupGranularSecurityDefinition, OntologyIrSecurityGroupMarkingsCondition, OntologyIrSecurityGroupNotCondition, OntologyIrSecurityGroupOrCondition, OntologyIrSecurityGroupSecurityDefinition, OntologyIrSensorTrait, OntologyIrSharedPropertyType, OntologyIrShortBody, OntologyIrStaticValue, OntologyIrStaticWebhookWithDirectInput, OntologyIrStaticWebhookWithFunctionResultInput, OntologyIrStructFieldConditionalOverride, OntologyIrStructFieldConditionalValidationBlock, OntologyIrStructFieldPrefill, OntologyIrStructFieldPrefillOverride, OntologyIrStructFieldType, OntologyIrStructFieldValidation, OntologyIrStructFieldValidationBlock, OntologyIrStructFieldValidationBlockOverride, OntologyIrStructFieldValidationDisplayMetadata, OntologyIrStructPropertyType, OntologyIrStructuredShortBody, OntologyIrSynchronousPreWritebackWebhook, OntologyIrTemplateNotificationBody, OntologyIrTimeSeriesMetadata, OntologyIrType, OntologyIrUrlTarget, OntologyIrValidationRule, OntologyIrValueReferenceSource, OntologyIrWorkflowObjectTypeTraitImpl, OntologyLoadAllEntitiesRequest, OntologyLoadAllRequest, OntologyLoadDatasourcesRequest, OntologyLoadDatasourcesResponse, OntologyLoadEntitiesRequest, OntologyLoadEntitiesResponse, OntologyLoadRequest, OntologyLoadResponse, OntologyMetadataValidationError, OntologyModificationEvent, OntologyModifyRequest, OntologyModifyResponse, OntologyPackageRid, OntologyProposalIdentifier, OntologyProposalRid, OntologyRid, OntologyRidAndBranch, OntologyRidsForEntitiesRequest, OntologyRidsForEntitiesResponse, OntologySparkInputManagerRid, OntologySparkInputProperties, OntologyVersion, OrCondition, OrConditionModification, OrganizationMarkingId, OrganizationRid, 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, ParameterValidation, ParameterValidationBlock, ParameterValidationBlockModification, ParameterValidationBlockOverride, ParameterValidationBlockOverrideModification, ParameterValidationDisplayMetadata, ParameterValidationDisplayMetadataModification, ParameterValidationModification, ParameterValidationNotFoundError, ParameterValidationReferencesLaterParametersError, ParameterValueOneOf, ParameterValueOneOfOrEmpty, PartialObjectType, PartialObjectTypeCreateRequest, PartialObjectTypeDeleteRequest, PartialObjectTypeModifyRequest, PartialObjectTypeUpdateRequest, PartialObjectTypeWithoutRids, PatchBackupInitializationConfigurationSourceDoesNotExistError, PolicyVersion, PrePostFix, PrincipalId, PropertiesReferenceDuplicateColumnNameWrapper, Property, PropertyId, PropertyRenderHint, PropertySecurityGroup, PropertySecurityGroupModification, PropertySecurityGroupRid, PropertySecurityGroups, PropertySecurityGroupsModification, 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, RestrictedViewRid, RestrictedViewTransactionRid, 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, 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, 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, StructPropertyType, StructTypeDataConstraints, StructTypeElementsConstraint, StructuredShortBody, StructuredShortBodyModification, SubmitAllValidOrNothingThrowingMode, SubmitValidEntriesInOrderUntilFirstFailureMode, SynchronousPreWritebackWebhook, SynchronousPreWritebackWebhookModification, TableDisplayAndFormat, TableLocator, TableRid, TemplateNotificationBody, TemplateNotificationBodyModification, TemplateRidPropertyValue, TextEmbeddingModel, TimeBasedRetentionPolicy, TimeCodeFormat, 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";
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, 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, ActionTypeMetadata, ActionTypeMetadataModification, ActionTypeModificationRequest, ActionTypeModifyRequest, ActionTypeModifyResponse, ActionTypeParameterIdentifier, ActionTypeProvenanceModification, ActionTypeProvenanceSourceModification, ActionTypeRichTextComponent, ActionTypeRichTextMessage, ActionTypeRichTextParameterPropertyReference, ActionTypeRichTextParameterReference, ActionTypeRid, ActionTypesAlreadyExistError, ActionTypeSetOrganizationsRequest, ActionTypesNotFoundError, ActionTypesSummary, ActionTypeStatus, ActionTypeUpdate, ActionTypeUpdatedEvent, ActionTypeVersion, ActionValidation, ActionWebhooks, ActionWebhooksModification, ActiveActionTypeStatus, ActiveInterfaceTypeStatus, ActiveLinkTypeStatus, ActiveObjectTypeStatus, ActivePropertyTypeStatus, AddInterfaceLinkRule, AddInterfaceLinkRuleModification, AddInterfaceRule, AddInterfaceRuleModification, AddLinkRule, AddObjectRule, AddObjectRuleModification, AddOrModifyObjectRule, AddOrModifyObjectRuleModification, AddOrModifyObjectRuleModificationV2, AddOrModifyObjectRuleV2, AliasEntityIdentifier, AllEditedObjectsFieldMapping, AllFoundryRids, AllNotificationRenderingMustSucceed, AllowedParameterValues, AllowedParameterValuesModification, AllowedStructFieldValues, AllowedStructFieldValuesModification, AllowedStructFieldValuesOverride, AllowedStructFieldValuesOverrideModification, AllowedValuesOverride, AllowedValuesOverrideModification, Analyzer, AndCondition, AndConditionModification, AnyNotificationRenderingCanFail, ArrayPropertyType, ArrayTypeDataConstraints, ArrayTypeDataValue, ArrayTypeElementsUniqueConstraint, ArrayTypeSizeConstraint, AsynchronousPostWritebackWebhook, AsynchronousPostWritebackWebhookModification, AttachmentPropertyType, Attribution, BaseFormatter, BaseParameterSubtype, BasePropertyType, BasicEmailBody, BasicEmailBodyModification, BatchedFunctionRule, BatchedFunctionRuleModification, BidirectionalRelation, BidirectionalRelationCreateRequest, BidirectionalRelationDeleteRequest, BidirectionalRelationModifyRequest, BidirectionalRelationUpdateRequest, BidirectionalRelationWithoutRid, BlueprintIcon, BooleanFormatter, BooleanPropertyType, BooleanTypeDataConstraints, BooleanTypeDataConstraintValue, BooleanTypeDataValue, BranchClosedEvent, BranchDeletedEvent, BranchId, BranchMergedEvent, BuilderPipelineRid, BulkExecutionModeConfig, ButtonDisplayMetadata, BytePropertyType, ByteTypeDataValue, CarbonWorkspaceComponentUrlTarget, CarbonWorkspaceComponentUrlTargetModification, CarbonWorkspaceUrlTarget, CarbonWorkspaceUrlTargetModification, CategoryId, CipherTextPropertyType, ClassificationConstraint, ColumnLocator, ColumnName, ComparisonCondition, ComparisonConditionModification, ComparisonOperator, CompassProjectRid, Condition, ConditionalOverride, ConditionalOverrideModification, ConditionalValidationBlock, ConditionalValidationBlockModification, ConditionDisplayMetadata, ConditionIndex, ConditionModification, ConditionValue, ConditionValueModification, CurrentTime, CurrentUser, DataConstraints, DataNullability, DataNullabilityV2, DataSecurity, DatasetRid, DatasetRidAndBranchId, DatasetTransactionRid, DatasourceBackingRid, DatasourceIdentifier, DatasourceRid, DatasourceType, DataType, DateFormatter, DatePropertyType, DateRangeValue, DateRangeValueModification, DatetimeFormat, DatetimeLocalizedFormat, DatetimeStringFormat, DatetimeTimezone, DatetimeTimezoneDefinition, DateTypeDataConstraints, DateTypeDataValue, DateTypeRangeConstraint, DecimalPropertyType, DecimalTypeDataConstraints, DecimalTypeDataValue, DecimalTypeRangeConstraint, DelegateToAllowedStructFieldValues, DeletedLinkTypesStillInUseError, DeletedLinkTypesStillInUseInWorkflowError, DeletedObjectTypesStillInUseError, DeletedObjectTypesStillInUseInWorkflowError, DeleteInterfaceLinkRule, DeleteInterfaceLinkRuleModification, DeleteLinkRule, DeleteObjectRule, DeletingAndEditingTheSameActionTypeError, DeletionMetadata, DeprecatedActionTypeGetOrganizationsResponse, DeprecatedActionTypeSetOrganizationsRequest, DeprecatedActionTypeStatus, DeprecatedInterfaceTypeStatus, DeprecatedLinkTypeStatus, DeprecatedObjectTypeStatus, DeprecatedPropertyTypeStatus, DerivedPropertiesSourceRid, DirectSourceRid, DisplayMetadataConfigurationDefaultLayout, DisplayMetadataConfigurationDisplayAndFormat, 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, 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, GetFeatureConfigurationsResponse, GetLinkMetadataForObjectTypesRequest, GetLinkMetadataForObjectTypesResponse, GetLinkTypesForObjectTypesRequest, GetLinkTypesForObjectTypesResponse, GetObjectTypesForInterfaceTypesRequest, GetObjectTypesForInterfaceTypesResponse, GetObjectTypesForSharedPropertyTypesRequest, GetObjectTypesForSharedPropertyTypesResponse, GetObjectTypesForTypeGroupsRequest, GetObjectTypesForTypeGroupsResponse, GetOntologyEntitiesForTypeGroupsRequest, GetOntologyEntitiesForTypeGroupsResponse, GetOntologySummaryRequest, GetOntologySummaryResponse, GetRelationsForObjectTypesRequest, GetRelationsForObjectTypesResponse, GlobalBranchRid, GroupId, HandlebarsInputName, HumanReadableFormat, Icon, IconReference, ImportedOntologyEntitiesForProjectSpanOntologies, InlineActionDisplayOptions, InlineActionType, InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, IntegerPropertyType, IntegerTypeDataConstraints, IntegerTypeDataValue, IntegerTypeRangeConstraint, InterfaceLinkType, InterfaceLinkTypeApiName, InterfaceLinkTypeCardinality, InterfaceLinkTypeIdInRequest, InterfaceLinkTypeMetadata, InterfaceLinkTypeRid, InterfaceLinkTypeRidOrIdInRequest, InterfaceParameterPropertyValue, InterfaceParameterPropertyValueModification, InterfacePropertyImplementation, InterfaceSharedPropertyType, InterfacesSummary, 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, 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, MissingAffectedObjectTypesForFunctionRule, ModifyInterfaceRule, ModifyInterfaceRuleModification, ModifyObjectRule, ModifyObjectRuleModification, ModuleRid, MultipassUserFilter, MultipassUserFilterModification, MultipassUserInGroupFilter, MultipassUserInGroupFilterModification, 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, 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, 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, OntologyIrActionType, OntologyIrActionTypeEntities, OntologyIrActionTypeLevelValidation, OntologyIrActionTypeLogic, OntologyIrActionTypeMetadata, OntologyIrActionTypeStatus, OntologyIrActionValidation, OntologyIrActionWebhooks, OntologyIrAddInterfaceLinkRule, OntologyIrAddInterfaceRule, OntologyIrAddObjectRule, OntologyIrAddOrModifyObjectRule, OntologyIrAddOrModifyObjectRuleV2, OntologyIrAllEditedObjectsFieldMapping, OntologyIrAllowedParameterValues, OntologyIrAllowedStructFieldValues, OntologyIrAllowedStructFieldValuesOverride, OntologyIrAllowedValuesOverride, OntologyIrAndCondition, OntologyIrArrayPropertyType, OntologyIrAsynchronousPostWritebackWebhook, OntologyIrBasicEmailBody, OntologyIrBatchedFunctionRule, OntologyIrCarbonWorkspaceComponentUrlTarget, OntologyIrCarbonWorkspaceUrlTarget, OntologyIrCipherTextPropertyType, OntologyIrComparisonCondition, OntologyIrCondition, OntologyIrConditionalOverride, OntologyIrConditionalValidationBlock, OntologyIrConditionValue, OntologyIrDateRangeValue, OntologyIrDeleteInterfaceLinkRule, OntologyIrDeprecatedActionTypeStatus, OntologyIrDeprecatedInterfaceTypeStatus, OntologyIrDeprecatedLinkTypeStatus, OntologyIrDeprecatedObjectTypeStatus, OntologyIrDeprecatedPropertyTypeStatus, OntologyIrEmailBody, OntologyIrEventMetadata, OntologyIrFormContent, OntologyIrFunctionExecutionWithRecipientInput, OntologyIrFunctionGeneratedActionNotificationRecipients, OntologyIrFunctionGeneratedNotificationBody, OntologyIrFunctionRule, OntologyIrInlineActionType, OntologyIrInterfaceLinkType, OntologyIrInterfaceParameterPropertyValue, OntologyIrInterfacePropertyImplementation, OntologyIrInterfaceSharedPropertyType, OntologyIrInterfaceType, OntologyIrInterfaceTypeStatus, OntologyIrIntermediaryLinkDefinition, OntologyIrLabelledValue, OntologyIrLinkDefinition, OntologyIrLinkedEntityTypeId, OntologyIrLinkType, OntologyIrLinkTypeStatus, OntologyIrLogicRule, OntologyIrLogicRuleValue, OntologyIrManyToManyLinkDefinition, OntologyIrManyToManyLinkTypeDatasetDatasource, OntologyIrManyToManyLinkTypeDatasource, OntologyIrManyToManyLinkTypeDatasourceDefinition, OntologyIrManyToManyLinkTypeStreamDatasource, OntologyIrMarkingsCondition, OntologyIrMediaSourceRid, OntologyIrModifyInterfaceRule, OntologyIrModifyObjectRule, OntologyIrMultipassUserFilter, OntologyIrMultipassUserInGroupFilter, OntologyIrNewObjectUrlTarget, OntologyIrNotCondition, OntologyIrNotificationResultTypeLink, OntologyIrNotificationTemplateInputValue, OntologyIrObjectParameterStructFieldValue, OntologyIrObjectParameterStructListFieldValue, OntologyIrObjectQueryPrefill, OntologyIrObjectQueryPropertyValue, OntologyIrObjectSetRidPrefill, OntologyIrObjectType, OntologyIrObjectTypeDatasetDatasource, OntologyIrObjectTypeDatasetDatasourceV2, OntologyIrObjectTypeDatasetDatasourceV3, OntologyIrObjectTypeDatasource, OntologyIrObjectTypeDatasourceDefinition, OntologyIrObjectTypeDerivedPropertiesDatasource, OntologyIrObjectTypeDirectDatasource, OntologyIrObjectTypeEditsOnlyDatasource, OntologyIrObjectTypeGeotimeSeriesDatasource, OntologyIrObjectTypeInterfaceImplementation, OntologyIrObjectTypeMediaDatasource, OntologyIrObjectTypeMediaSetViewDatasource, OntologyIrObjectTypeRestrictedStreamDatasource, OntologyIrObjectTypeRestrictedViewDatasource, OntologyIrObjectTypeRestrictedViewDatasourceV2, OntologyIrObjectTypeStatus, OntologyIrObjectTypeStreamDatasource, OntologyIrObjectTypeStreamDatasourceV2, 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, OntologyIrParameterValidation, OntologyIrParameterValidationBlock, OntologyIrParameterValidationBlockOverride, OntologyIrParameterValidationDisplayMetadata, OntologyIrParameterValueOneOf, OntologyIrParameterValueOneOfOrEmpty, OntologyIrPropertySecurityGroup, OntologyIrPropertySecurityGroups, OntologyIrPropertyType, OntologyIrPropertyTypeStatus, OntologyIrQualifiedSeriesIdPropertyValue, OntologyIrRegexCondition, OntologyIrRidUrlTarget, OntologyIrRuleSetBinding, OntologyIrSection, OntologyIrSectionConditionalOverride, OntologyIrSectionDisplayBlock, OntologyIrSecurityGroupAndCondition, OntologyIrSecurityGroupComparisonCondition, OntologyIrSecurityGroupComparisonValue, OntologyIrSecurityGroupGranularCondition, OntologyIrSecurityGroupGranularPolicy, OntologyIrSecurityGroupGranularSecurityDefinition, OntologyIrSecurityGroupMarkingsCondition, OntologyIrSecurityGroupNotCondition, OntologyIrSecurityGroupOrCondition, OntologyIrSecurityGroupSecurityDefinition, OntologyIrSensorTrait, OntologyIrSharedPropertyType, OntologyIrShortBody, OntologyIrStaticValue, OntologyIrStaticWebhookWithDirectInput, OntologyIrStaticWebhookWithFunctionResultInput, OntologyIrStructFieldConditionalOverride, OntologyIrStructFieldConditionalValidationBlock, OntologyIrStructFieldPrefill, OntologyIrStructFieldPrefillOverride, OntologyIrStructFieldType, OntologyIrStructFieldValidation, OntologyIrStructFieldValidationBlock, OntologyIrStructFieldValidationBlockOverride, OntologyIrStructFieldValidationDisplayMetadata, OntologyIrStructPropertyType, OntologyIrStructuredShortBody, OntologyIrSynchronousPreWritebackWebhook, OntologyIrTemplateNotificationBody, OntologyIrTimeSeriesMetadata, OntologyIrType, OntologyIrUrlTarget, OntologyIrValidationRule, OntologyIrValueReferenceSource, OntologyIrWorkflowObjectTypeTraitImpl, OntologyLoadAllEntitiesRequest, OntologyLoadAllRequest, OntologyLoadDatasourcesRequest, OntologyLoadDatasourcesResponse, OntologyLoadEntitiesRequest, OntologyLoadEntitiesResponse, OntologyLoadRequest, OntologyLoadResponse, OntologyMetadataValidationError, OntologyModificationEvent, OntologyModifyRequest, OntologyModifyResponse, OntologyPackageRid, OntologyProposalIdentifier, OntologyProposalRid, OntologyRid, OntologyRidAndBranch, OntologyRidsForEntitiesRequest, OntologyRidsForEntitiesResponse, OntologySparkInputManagerRid, OntologySparkInputProperties, OntologyVersion, OrCondition, OrConditionModification, OrganizationMarkingId, OrganizationRid, 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, ParameterValidation, ParameterValidationBlock, ParameterValidationBlockModification, ParameterValidationBlockOverride, ParameterValidationBlockOverrideModification, ParameterValidationDisplayMetadata, ParameterValidationDisplayMetadataModification, ParameterValidationModification, ParameterValidationNotFoundError, ParameterValidationReferencesLaterParametersError, ParameterValueOneOf, ParameterValueOneOfOrEmpty, PartialObjectType, PartialObjectTypeCreateRequest, PartialObjectTypeDeleteRequest, PartialObjectTypeModifyRequest, PartialObjectTypeUpdateRequest, PartialObjectTypeWithoutRids, PatchBackupInitializationConfigurationSourceDoesNotExistError, PolicyVersion, PrePostFix, PrincipalId, PropertiesReferenceDuplicateColumnNameWrapper, Property, PropertyId, PropertyRenderHint, PropertySecurityGroup, PropertySecurityGroupModification, PropertySecurityGroupRid, PropertySecurityGroups, PropertySecurityGroupsModification, 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, RestrictedViewRid, RestrictedViewTransactionRid, 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, 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, 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, SynchronousPreWritebackWebhook, SynchronousPreWritebackWebhookModification, TableDisplayAndFormat, TableLocator, TableRid, TemplateNotificationBody, TemplateNotificationBodyModification, TemplateRidPropertyValue, TextEmbeddingModel, TimeBasedRetentionPolicy, TimeCodeFormat, 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
10
  export * as accessrequest from "./accessrequest/index.js";
11
11
  export * as association from "./association/index.js";
12
12
  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,2CAA2C;AACvD,YAAY,6BAA6B;AACzC,YAAY,0BAA0B;AAEtC,eACE,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,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,oBACA,gCACA,+BACA,yBACA,0BACA,+BACA,kCACA,wCACA,6BACA,2BACA,8CACA,sCACA,eACA,8BACA,mCACA,0BACA,oBACA,kBACA,kBACA,wBACA,mBACA,kBACA,gBACA,4BACA,wBACA,2BACA,sBACA,wBACA,0BACA,sBACA,kCACA,kBACA,8BACA,aACA,eACA,2BACA,uBACA,mCACA,qCACA,yBACA,uBACA,8BACA,gBACA,qCACA,wBACA,oCACA,0BACA,sCACA,kCACA,8CACA,uBACA,mCACA,UACA,cACA,0BACA,iCACA,mBACA,0BACA,oBACA,mCACA,yBACA,kCACA,8CACA,wBACA,aACA,eACA,sBACA,kBACA,gBACA,4BACA,qBACA,iCACA,uBACA,oCACA,oCACA,oCACA,oCACA,iCACA,eACA,kBACA,qBACA,4BACA,gCACA,sBACA,mBACA,oBACA,UACA,mBACA,oBACA,yBACA,uBACA,kBACA,mBACA,mCACA,+CACA,0BACA,sCACA,YACA,wBACA,0BACA,eACA,YACA,qBACA,iCACA,oBACA,mBACA,WACA,qBACA,iCACA,4BACA,wCACA,0BACA,gBACA,uBACA,gBACA,4BACA,aACA,aACA,iBACA,iBACA,mBACA,cACA,YACA,uBACA,uBACA,sBACA,sBACA,eACA,gBACA,UACA,eACA,kBACA,gBACA,4BACA,gBACA,yBACA,sBACA,kBACA,4BACA,yBACA,mBACA,yBACA,qBACA,4BACA,sBACA,4BACA,oCACA,iCACA,2CACA,mCACA,6CACA,yBACA,qCACA,gBACA,kBACA,0CACA,kBACA,8CACA,6CACA,4BACA,+BACA,0BACA,4BACA,8BACA,4BACA,iBACA,2CACA,8CACA,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,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,kCACA,sCACA,uCACA,mCACA,oCACA,wCACA,yCACA,6CACA,8CACA,oCACA,qCACA,yCACA,0CACA,2BACA,4BACA,mCACA,oCACA,iBACA,SACA,qBACA,qBACA,MACA,eACA,kDACA,4BACA,kBACA,8DACA,qBACA,4BACA,sBACA,4BACA,mBACA,0BACA,8BACA,8BACA,2BACA,sBACA,mCACA,iCACA,6CACA,iCACA,6BACA,mBACA,eACA,sBACA,2BACA,2BACA,8BACA,oBACA,0BACA,0BACA,2BACA,kBACA,+BACA,iCACA,6BACA,qBACA,2BACA,4BACA,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,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,2CACA,qBACA,iCACA,kBACA,8BACA,WACA,qBACA,iCACA,4BACA,wCACA,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,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,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,yBACA,0BACA,8BACA,kCACA,mDACA,wCACA,4BACA,sBACA,8BACA,qCACA,2BACA,8BACA,4BACA,0BACA,gCACA,4BACA,yBACA,iCACA,mCACA,wCACA,kCACA,oCACA,4CACA,iCACA,wBACA,6BACA,4CACA,0BACA,+BACA,6CACA,oCACA,kCACA,+BACA,qBACA,+BACA,sCACA,0BACA,0BACA,mCACA,yCACA,oCACA,sCACA,wCACA,qBACA,yBACA,+CACA,yDACA,6CACA,wBACA,6BACA,2CACA,2CACA,uCACA,yBACA,+BACA,sCACA,yBACA,0BACA,8BACA,oBACA,0BACA,qBACA,0BACA,oCACA,+CACA,wCACA,kDACA,8CACA,6BACA,0BACA,+BACA,4BACA,+BACA,sCACA,8BACA,wBACA,sCACA,0CACA,2CACA,+CACA,8BACA,oCACA,+BACA,sBACA,uCACA,yCACA,yCACA,gCACA,0CACA,iDACA,sCACA,yCACA,6CACA,6CACA,qCACA,4CACA,gDACA,8CACA,gDACA,4BACA,sCACA,wCACA,qCACA,0CACA,4BACA,mCACA,uBACA,qBACA,iDACA,mCACA,gCACA,uCACA,mCACA,kCACA,yCACA,kCACA,yCACA,wCACA,+CACA,gCACA,uCACA,wCACA,+CACA,4BACA,oCACA,0BACA,iCACA,+BACA,+BACA,oCACA,4CACA,8CACA,+BACA,sCACA,iCACA,kCACA,wBACA,8BACA,0CACA,0BACA,wBACA,0BACA,sCACA,+BACA,qCACA,4CACA,wCACA,0CACA,uCACA,mDACA,0CACA,qCACA,oCACA,2CACA,uBACA,8BACA,qBACA,uBACA,wCACA,gDACA,0CACA,iDACA,8BACA,sCACA,2BACA,iCACA,sCACA,8CACA,gDACA,8BACA,+BACA,0CACA,oCACA,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,8BACA,8BACA,iBACA,aACA,yBACA,uBACA,iBACA,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,qBACA,0BACA,sCACA,kCACA,8CACA,oCACA,gDACA,iCACA,kCACA,mDACA,qBACA,4BACA,mBACA,gCACA,gCACA,gCACA,gCACA,8BACA,+DACA,eACA,YACA,aACA,+CACA,UACA,YACA,oBACA,uBACA,mCACA,0BACA,wBACA,oCACA,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,mBACA,8BACA,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,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,aACA,8BACA,0CACA,sCACA,kDACA,eACA,kBACA,eACA,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,oBACA,2BACA,8BACA,qBACA,iCACA,qCACA,gDACA,gCACA,4CACA,uBACA,cACA,UACA,0BACA,sCACA,0BACA,oBACA,0BACA,gBACA,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
+ {"mappings":"AAgBA,YAAY,4CAA4C;AACxD,YAAY,wCAAwC;AACpD,YAAY,wBAAwB;AACpC,YAAY,8CAA8C;AAC1D,YAAY,mCAAmC;AAC/C,YAAY,2CAA2C;AACvD,YAAY,6BAA6B;AACzC,YAAY,0BAA0B;AAEtC,eACE,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,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,oBACA,gCACA,+BACA,yBACA,0BACA,+BACA,kCACA,wCACA,6BACA,2BACA,8CACA,sCACA,eACA,8BACA,mCACA,0BACA,oBACA,kBACA,kBACA,wBACA,mBACA,kBACA,gBACA,4BACA,wBACA,2BACA,sBACA,wBACA,0BACA,sBACA,kCACA,kBACA,8BACA,aACA,eACA,2BACA,uBACA,mCACA,qCACA,yBACA,uBACA,8BACA,gBACA,qCACA,wBACA,oCACA,0BACA,sCACA,kCACA,8CACA,uBACA,mCACA,UACA,cACA,0BACA,iCACA,mBACA,0BACA,oBACA,mCACA,yBACA,kCACA,8CACA,wBACA,aACA,eACA,sBACA,kBACA,gBACA,4BACA,qBACA,iCACA,uBACA,oCACA,oCACA,oCACA,oCACA,iCACA,eACA,kBACA,qBACA,4BACA,gCACA,sBACA,mBACA,oBACA,UACA,mBACA,oBACA,yBACA,uBACA,kBACA,mBACA,mCACA,+CACA,0BACA,sCACA,YACA,wBACA,0BACA,eACA,YACA,qBACA,iCACA,oBACA,mBACA,WACA,qBACA,iCACA,4BACA,wCACA,0BACA,gBACA,uBACA,gBACA,4BACA,aACA,aACA,iBACA,iBACA,mBACA,cACA,YACA,uBACA,uBACA,sBACA,sBACA,eACA,gBACA,UACA,eACA,kBACA,gBACA,4BACA,gBACA,yBACA,sBACA,kBACA,4BACA,yBACA,mBACA,yBACA,qBACA,4BACA,sBACA,4BACA,oCACA,iCACA,2CACA,mCACA,6CACA,yBACA,qCACA,gBACA,kBACA,0CACA,kBACA,8CACA,6CACA,4BACA,+BACA,0BACA,4BACA,8BACA,4BACA,iBACA,2CACA,8CACA,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,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,kCACA,sCACA,uCACA,mCACA,oCACA,wCACA,yCACA,6CACA,8CACA,oCACA,qCACA,yCACA,0CACA,2BACA,4BACA,mCACA,oCACA,iBACA,SACA,qBACA,qBACA,MACA,eACA,kDACA,4BACA,kBACA,8DACA,qBACA,4BACA,sBACA,4BACA,mBACA,0BACA,8BACA,8BACA,2BACA,sBACA,mCACA,iCACA,6CACA,iCACA,6BACA,mBACA,eACA,sBACA,2BACA,2BACA,8BACA,oBACA,0BACA,0BACA,2BACA,kBACA,+BACA,iCACA,6BACA,qBACA,2BACA,4BACA,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,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,2CACA,qBACA,iCACA,kBACA,8BACA,WACA,qBACA,iCACA,4BACA,wCACA,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,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,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,sBACA,8BACA,qCACA,2BACA,8BACA,4BACA,4BACA,0BACA,gCACA,4BACA,yBACA,iCACA,mCACA,wCACA,kCACA,oCACA,4CACA,iCACA,wBACA,6BACA,4CACA,0BACA,+BACA,6CACA,oCACA,kCACA,+BACA,qBACA,+BACA,sCACA,0BACA,0BACA,mCACA,sCACA,yCACA,oCACA,sCACA,wCACA,qBACA,yBACA,uBACA,+CACA,yDACA,6CACA,wBACA,4BACA,6BACA,2CACA,2CACA,uCACA,yBACA,+BACA,sCACA,yBACA,0BACA,8BACA,oBACA,0BACA,qBACA,0BACA,oCACA,+CACA,wCACA,kDACA,8CACA,6BACA,0BACA,+BACA,4BACA,+BACA,sCACA,8BACA,wBACA,sCACA,0CACA,2CACA,+CACA,8BACA,oCACA,+BACA,sBACA,uCACA,yCACA,yCACA,gCACA,0CACA,iDACA,sCACA,yCACA,6CACA,6CACA,qCACA,4CACA,gDACA,8CACA,gDACA,4BACA,sCACA,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,+BACA,oCACA,4CACA,8CACA,+BACA,sCACA,iCACA,kCACA,wBACA,8BACA,0CACA,0BACA,wBACA,0BACA,mBACA,sCACA,+BACA,qCACA,4CACA,wCACA,0CACA,uCACA,mDACA,0CACA,qCACA,oCACA,2CACA,uBACA,8BACA,qBACA,uBACA,wCACA,gDACA,0CACA,iDACA,8BACA,sCACA,2BACA,iCACA,sCACA,8CACA,gDACA,8BACA,+BACA,0CACA,oCACA,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,8BACA,8BACA,iBACA,aACA,yBACA,uBACA,iBACA,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,qBACA,0BACA,sCACA,kCACA,8CACA,oCACA,gDACA,iCACA,kCACA,mDACA,qBACA,4BACA,mBACA,gCACA,gCACA,gCACA,gCACA,8BACA,+DACA,eACA,YACA,aACA,+CACA,UACA,YACA,oBACA,uBACA,mCACA,0BACA,wBACA,oCACA,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,mBACA,8BACA,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,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,aACA,8BACA,0CACA,sCACA,kDACA,eACA,kBACA,eACA,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,gCACA,4CACA,uBACA,cACA,UACA,0BACA,sCACA,0BACA,oBACA,0BACA,gBACA,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,7 +1,7 @@
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
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, 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, CipherTextPropertyType as _api_CipherTextPropertyType, ColumnName as _api_ColumnName, CompassProjectRid as _api_CompassProjectRid, 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, InlineActionDisplayOptions as _api_InlineActionDisplayOptions, IntegerPropertyType as _api_IntegerPropertyType, InterfaceLinkTypeCardinality as _api_InterfaceLinkTypeCardinality, InterfaceLinkTypeMetadata as _api_InterfaceLinkTypeMetadata, InterfaceLinkTypeRidOrIdInRequest as _api_InterfaceLinkTypeRidOrIdInRequest, InterfaceTypeApiName as _api_InterfaceTypeApiName, InterfaceTypeDisplayMetadata as _api_InterfaceTypeDisplayMetadata, 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, LinkTypeStatus as _api_LinkTypeStatus, LongPropertyType as _api_LongPropertyType, MarkingId as _api_MarkingId, MarkingPropertyType as _api_MarkingPropertyType, MediaReferencePropertyType as _api_MediaReferencePropertyType, 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, 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, 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, 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
- import type { EditsResolutionStrategy as _api_entitymetadata_EditsResolutionStrategy, ObjectDbType as _api_entitymetadata_ObjectDbType, ObjectDbTypeConfig as _api_entitymetadata_ObjectDbTypeConfig, ObjectTypeAlias as _api_entitymetadata_ObjectTypeAlias, SharedPropertyTypeAlias as _api_entitymetadata_SharedPropertyTypeAlias, TransformProfileConfig as _api_entitymetadata_TransformProfileConfig, TransitionWindows as _api_entitymetadata_TransitionWindows } from "../entitymetadata/__components.js";
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";
@@ -638,6 +638,7 @@ export interface ObjectTypeEntityMetadataModifyRequest {
638
638
  entityConfig: EntityConfigModification;
639
639
  gothamMapping?: _api_typemapping_ObjectTypeGothamMappingModification | null | undefined;
640
640
  objectTypeIndexingSettings?: ObjectTypeIndexingSettingsModification | null | undefined;
641
+ patchApplicationStrategy?: PatchApplicationStrategyModification | null | undefined;
641
642
  provenance?: EntityProvenanceModification | null | undefined;
642
643
  targetStorageBackend?: StorageBackendModification | null | undefined;
643
644
  }
@@ -947,6 +948,9 @@ export interface PartialPropertyTypeModification {
947
948
  status?: PropertyTypeStatusModification | null | undefined;
948
949
  typeClasses: Array<_api_TypeClass>;
949
950
  }
951
+ export interface PatchApplicationStrategyModification {
952
+ patchApplicationStrategy: _api_entitymetadata_PatchApplicationStrategy;
953
+ }
950
954
  export interface PerOntologyUniqueIdentifier_objectTypeId {
951
955
  type: "objectTypeId";
952
956
  objectTypeId: _api_ObjectTypeId;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cACE,kBAAkB,8BAClB,uBAAuB,mCACvB,eAAe,2BACf,kBAAkB,oCACb,oCAAqC;AAC5C,cACE,gCAAgC,mCAChC,0BAA0B,6BAC1B,2BAA2B,8BAC3B,kCAAkC,qCAClC,8BAA8B,iCAC9B,gBAAgB,mBAChB,iCAAiC,oCACjC,cAAc,iBACd,qBAAqB,wBACrB,oBAAoB,uBACpB,yCACK,4CACL,sBAAsB,yBACtB,wBAAwB,2BACxB,yBAAyB,4BACzB,oCAAoC,uCACpC,iBAAiB,oBACjB,oBAAoB,uBACpB,oBAAoB,uBACpB,8BAA8B,iCAC9B,0BAA0B,6BAC1B,eAAe,kBACf,iBAAiB,oBACjB,uBAAuB,0BACvB,oBAAoB,uBACpB,0BAA0B,6BAC1B,cAAc,iBACd,qBAAqB,wBACrB,mBAAmB,sBACnB,qBAAqB,wBACrB,gBAAgB,mBAChB,cAAc,iBACd,iBAAiB,oBACjB,oBAAoB,uBACpB,uBAAuB,0BACvB,mBAAmB,sBACnB,sBAAsB,yBACtB,oCAAoC,uCACpC,sBAAsB,yBACtB,sBAAsB,yBACtB,gBAAgB,mBAChB,2CACK,8CACL,qBAAqB,wBACrB,eAAe,kBACf,uBAAuB,0BACvB,wBAAwB,2BACxB,+BAA+B,kCAC/B,sCAAsC,yCACtC,WAAW,cACX,8BAA8B,iCAC9B,uBAAuB,0BACvB,gCAAgC,mCAChC,6BAA6B,gCAC7B,qCAAqC,wCACrC,wBAAwB,2BACxB,gCAAgC,mCAChC,4BAA4B,+BAC5B,oBAAoB,uBACpB,iCAAiC,oCACjC,uBAAuB,0BACvB,oCAAoC,uCACpC,cAAc,iBACd,oBAAoB,uBACpB,6BAA6B,gCAC7B,eAAe,kBACf,kBAAkB,qBAClB,oBAAoB,uBACpB,aAAa,gBACb,uBAAuB,0BACvB,8BAA8B,iCAC9B,uBAAuB,0BACvB,kBAAkB,qBAClB,qBAAqB,wBACrB,6BAA6B,gCAC7B,0BAA0B,6BAC1B,gBAAgB,mBAChB,+BAA+B,kCAC/B,iBAAiB,oBACjB,oBAAoB,uBACpB,gCAAgC,mCAChC,mBAAmB,sBACnB,qBAAqB,wBACrB,sBAAsB,yBACtB,eAAe,kBACf,mBAAmB,sBACnB,yBAAyB,4BACzB,eAAe,kBACf,gBAAgB,mBAChB,iBAAiB,oBACjB,sCAAsC,yCACtC,+BAA+B,kCAC/B,kBAAkB,qBAClB,2BAA2B,8BAC3B,mBAAmB,sBACnB,uBAAuB,0BACvB,mCAAmC,sCACnC,qBAAqB,wBACrB,qBAAqB,wBACrB,mBAAmB,sBACnB,cAAc,iBACd,aAAa,gBACb,cAAc,iBACd,qCAAqC,wCACrC,iCAAiC,oCACjC,yBAAyB,4BACzB,sCAAsC,yCACtC,qBAAqB,wBACrB,iBAAiB,oBACjB,sBAAsB,yBACtB,oBAAoB,uBACpB,8BAA8B,iCAC9B,YAAY,eACZ,qBAAqB,wBACrB,yBAAyB,4BACzB,aAAa,gBACb,4BAA4B,+BAC5B,wBAAwB,2BACxB,gBAAgB,mBAChB,6BAA6B,gCAC7B,6BAA6B,gCAC7B,8BAA8B,iCAC9B,qBAAqB,wBACrB,gBAAgB,mBAChB,sBAAsB,yBACtB,sBAAsB,yBACtB,6BAA6B,gCAC7B,qCAAqC,wCACrC,oCAAoC,uCACpC,kCAAkC,2CAC7B,oBAAqB;AAC5B,cAAc,2CAA2C,sEAAsE,sCAAuC;AACtK,cACE,2BAA2B,6CAC3B,gBAAgB,kCAChB,sBAAsB,wCACtB,mBAAmB,qCACnB,2BAA2B,6CAC3B,0BAA0B,4CAC1B,qBAAqB,6CAChB,mCAAoC;AAC3C,cACE,2BACK,wDACL,0BACK,uDACL,+BACK,kEACA,8CAA+C;AACtD,cACE,WAAW,yBACX,8BAA8B,4CAC9B,iBAAiB,+BACjB,sBAAsB,0CACjB,+BAAgC;AACvC,cACE,mBAAmB,kCACnB,aAAa,4BACb,kBAAkB,uCACb,gCAAiC;AACxC,cACE,iCACK,qDACL,+BACK,yDACA,qCAAsC;AAC7C,cAAc,0CAA0C,mEAAmE,oCAAqC;AAChK,cACE,gCAAgC,+CAChC,sCACK,qDACL,8BAA8B,6CAC9B,uCACK,sDACL,+CACK,oEACA,gCAAiC;;;;;;AAOxC,iBAAiB,8BAA8B;CAC7C,uBAAuB,MAAM;AAC9B;;;;AAID,iBAAiB,iCAAiC,CACjD;;;;AAID,iBAAiB,8BAA8B,CAC9C;AACD,iBAAiB,uDAAuD;CACtE,MAAM;CACN,sBAAsB;AACvB;AAED,iBAAiB,oDAAoD;CACnE,MAAM;CACN,mBAAmB;AACpB;;;;;AAKD,YAAY,oCACR,yDACA;;;;AAKJ,iBAAiB,uBAAuB;CACtC,4BACI;CAGJ,yBAAyB;CACzB,SAAS;CACT,iBAAiB;CACjB,WAAW;CACX,sBAAsB,MAAM;CAC5B,OAAO;CACP,eAAe,MAAM;CACrB,uBAAuB;CACvB,mBAAmB,MAAM;CACzB,oBAAoB,OAClB,mBACA;CAEF,oBAAoB,MAAM;CAC1B,oBAAoB,OAClB,mBACA;CAEF,aAAa;CACb,SAAS;CACT,kBAAkB,OAAO,iBAAiB;CAC1C,kBAAkB,MAAM;CACxB,kBAAkB,OAAO,iBAAiB;CAC1C,SAAS;CACT,0BACI;CAGJ,YAAY,MAAM;CAClB,qBAAqB,MAAM;CAC3B,qBAAqB,OACnB,wBACA;CAEF,qBAAqB,MAAM;CAC3B,qBAAqB,OACnB,wBACA;CAEF,WAAW;AACZ;;;;AAID,iBAAiB,qCAAqC,CACrD;;;;;AAKD,iBAAiB,8BAA8B;CAC7C,SAAS;AACV;;;;;AAKD,iBAAiB,sCAAsC;CACrD,8BAA8B,MAAM;AACrC;;;;AAID,iBAAiB,uCAAuC;CACtD,sCAAsC,MAAM;AAC7C;;;;AAID,YAAY;;;;AAKZ,YAAY;;;;;;AAOZ,iBAAiB,4BAA4B;CAC3C,cAAc;CACd,gBAAgB;AACjB;;;;AAID,iBAAiB,yCAAyC;CACxD;CACA;CACA,aAAa;CACb,eAAe;AAChB;AACD,iBAAiB,4BAA4B,CAC5C;AACD,iBAAiB,8BAA8B,CAC9C;;;;AAID,iBAAiB,+BAA+B,CAC/C;AACD,iBAAiB,gCAAgC;CAC/C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,8BAA8B;CAC7C,MAAM;CACN,MAAM;AACP;AACD,YAAY,2BACR,kCACA;;;;;;AAOJ,iBAAiB,oCAAoC;CACnD,2BAA2B,OACzB,oBACA;AAEH;AACD,YAAY,8BACR,kBACA,mCACA;;;;AAKJ,iBAAiB,yBAAyB;CACxC,qBAAqB,OACnB,kCACA;AAEH;AACD,iBAAiB,kCAAkC;CACjD,aAAa;CACb,cAAc;CACd,kBAAkB;CAClB,iBAAiB;AAClB;;;;AAID,iBAAiB,6BAA6B;CAC5C,QAAQ;AACT;AACD,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,+CAA+C;CAC9D,MAAM;CACN,aAAa;AACd;AAED,iBAAiB,gDAAgD;CAC/D,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,wCAAwC;CACvD,MAAM;CACN,MAAM;AACP;AACD,YAAY,qCACR,6CACA,iDACA,kDACA;AAEJ,iBAAiB,wBAAwB;CACvC,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,sBAAsB;CACrC,MAAM;CACN,aAAa;AACd;AAED,iBAAiB,wBAAwB;CACvC,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,2BAA2B;CAC1C,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,gCAAgC;CAC/C,MAAM;CACN,uBAAuB;AACxB;;;;AAID,YAAY,YACR,0BACA,wBACA,0BACA,6BACA;;;;AAKJ,iBAAiB,0BAA0B;CACzC,4BAA4B;CAC5B,uBAAuB;CACvB,uBAAuB;CACvB,yBAAyB;AAC1B;;;;AAID,iBAAiB,sCAAsC,CACtD;;;;AAID,iBAAiB,2CAA2C,CAC3D;AACD,iBAAiB,oCAAoC;CACnD,WAAW;CACX;CACA,oBAAoB;CACpB,YAAY;AACb;AACD,iBAAiB,qCAAqC;CACpD,6BAA6B,MAAM;CACnC,gBAAgB;AACjB;AACD,iBAAiB,8BAA8B;CAC7C;CACA,oBAAoB;CACpB,YAAY;AACb;AACD,iBAAiB,+BAA+B;CAC9C,uBAAuB,MAAM;CAC7B,gBAAgB;AACjB;;;;AAID,iBAAiB,2BAA2B;CAC1C,qBAAqB;CACrB,qBAAqB;AACtB;;;;;AAKD,iBAAiB,4BAA4B;CAC3C,qBAAqB;CACrB,MAAM;CACN,mBAAmB;AACpB;;;;AAID,iBAAiB,iCAAiC;CAChD,qBAAqB,MAAM;AAC5B;;;;AAID,iBAAiB,kCAAkC,CAClD;AACD,iBAAiB,6BAA6B;CAC5C,sBAAsB;CACtB,gBAAgB;CAChB,cAAc;AACf;AACD,iBAAiB,4CAA4C;CAC3D,mCAAmC;CACnC,aAAa,MAAM;AACpB;AACD,iBAAiB,8BAA8B;CAC7C,aAAa;CACb,IAAI;CACJ,kCAAkC;CAClC,UAAU;CACV;AACD;AACD,iBAAiB,4CAA4C;CAC3D,gBAAgB;CAChB,oCAAoC;AACrC;AACD,iBAAiB,wCAAwC;CACvD;CACA,oCAAoC;AACrC;AACD,iBAAiB,0BAA0B;CACzC,SAAS;CACT,iBAAiB;CACjB,mBAAmB,MAAM;CACzB,OAAO,MAAM;CACb,YAAY,MAAM;CAClB,cAAc,MAAM;CACpB,QAAQ;AACT;;;;;;;AAOD,iBAAiB,uCAAuC;CACtD,2BAA2B;CAC3B,0BAA0B;CAC1B,2BAA2B;CAC3B,4BAA4B;CAC5B,4BAA4B;CAC5B,eAAe;CACf,eAAe;AAChB;AACD,iBAAiB,sCAAsC;CACrD,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,qCAAqC;CACpD,MAAM;CACN,WAAW;AACZ;AAED,iBAAiB,wCAAwC;CACvD,MAAM;CACN,cAAc;AACf;AACD,YAAY,6BACR,wCACA,uCACA;AAEJ,iBAAiB,eAAe;CAC9B,UAAU;CACV,aAAa;CACb,aAAa;AACd;AACD,iBAAiB,eAAe,CAC/B;AACD,iBAAiB,oCAAoC;CACnD;CACA,cAAc;CACd,aAAa;CACb,uBAAuB;AACxB;AACD,iBAAiB,qBAAqB;CACpC,YAAY;CACZ,YAAY;CACZ,SAAS;AACV;AACD,iBAAiB,6BAA6B;CAC5C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,6BAA6B;CAC5C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,6BAA6B;CAC5C,MAAM;CACN,QAAQ;AACT;AACD,YAAY,wBACR,+BACA,+BACA;AAEJ,iBAAiB,yCAAyC;CACxD,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,uCAAuC;CACtD,MAAM;CACN,IAAI;AACL;AACD,YAAY,sCACR,2CACA;AAEJ,iBAAiB,eAAe;CAC9B,UAAU;AACX;;;;AAID,iBAAiB,iCAAiC;CAChD,qCAAqC,MACnC;CAEF;AACD;;;;;;;AAOD,iBAAiB,kCAAkC;CACjD,YAAY,OAAO,kBAAkB;AACtC;AACD,iBAAiB,qCAAqC;CACpD,4BAA4B;CAC5B,4BAA4B;CAC5B,eAAe;CACf,eAAe;CACf,kBAAkB;AACnB;AACD,iBAAiB,gDAAgD;CAC/D,YAAY;CACZ,8BAA8B,OAAO,qBAAqB;CAC1D,8BAA8B,OAAO,qBAAqB;CAC1D,sBAAsB;AACvB;AACD,iBAAiB,mCAAmC;CAClD,qBAAqB;CACrB,wCACE;AACH;AACD,iBAAiB,mCAAmC;CAClD,eAAe;AAChB;AACD,iBAAiB,2DAA2D;CAC1E,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,0DAA0D;CACzE,MAAM;CACN,QAAQ;AACT;;;;AAID,YAAY,qDACR,6DACA;AAEJ,iBAAiB,iDAAiD;CAChE,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,iDAAiD;CAChE,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,iDAAiD;CAChE,MAAM;CACN,QAAQ;AACT;AACD,YAAY,4CACR,mDACA,mDACA;AAEJ,iBAAiB,mCAAmC;CAClD,qBAAqB;CACrB,wCACE;CACF,KAAK;AACN;AACD,iBAAiB,+CAA+C;CAC9D,8BAA8B,OAAO,qBAAqB;CAC1D,8BAA8B,OAAO,qBAAqB;CAC1D,iBAAiB;CACjB,eAAe;AAChB;;;;AAID,iBAAiB,mCAAmC;CAClD;CACA;CACA,mBAAmB;AACpB;AACD,iBAAiB,4BAA4B;CAC3C,aAAa;CACb,cAAc;CACd,iBAAiB;CACjB,0BAA0B;CAC1B,0BAA0B;CAC1B,SAAS;AACV;AACD,iBAAiB,mCAAmC;CAClD,qBAAqB,OAAO,oBAAoB;CAChD,wBAAwB,OAAO,uBAAuB;CACtD,iCAAiC,OAAO,kBAAkB;CAC1D,mBAAmB,OAAO,kBAAkB;CAC5C,mCAAmC,OACjC,oBACA;CAEF,qBAAqB,OAAO,oBAAoB;CAChD,oCAAoC,OAClC,oBACA;CAEF,kBAAkB,OAAO,iBAAiB;CAC1C,6BAA6B,OAC3B,4BACA;CAEF,oBAAoB,OAAO,mBAAmB;AAC/C;;;;;AAKD,YAAY;AACZ,YAAY,mBAAmB,YAAY,YAAY;;;;AAKvD,iBAAiB,2BAA2B,CAC3C;AACD,iBAAiB,qBAAqB,CACrC;;;;;;AAMD,iBAAiB,4BAA4B,CAC5C;;;;;;;;;;;;AAYD,iBAAiB,4BAA4B;CAC3C,yBACI;AAGL;AACD,iBAAiB,iBAAiB;CAChC,YAAY;CACZ,aAAa;CACb,aAAa;AACd;;;;AAID,iBAAiB,wCAAwC;CACvD,YAAY;CACZ,iBAAiB,OAAO,qBAAqB;CAC7C,sBAAsB;AACvB;AACD,iBAAiB,0CAA0C;CACzD,YAAY;CACZ,iBAAiB,OAAO,qBAAqB;AAC9C;AACD,iBAAiB,0CAA0C;CACzD,YAAY;CACZ,iBAAiB,OAAO,qBAAqB;CAC7C,yBACI;AAGL;AACD,iBAAiB,2BAA2B;CAC1C,eAAe;CACf,qBAAqB;CACrB,gCAAgC;AACjC;AACD,iBAAiB,2BAA2B;CAC1C,eAAe;AAChB;AACD,iBAAiB,mDAAmD;CAClE,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,kDAAkD;CACjE,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,oDAAoD;CACnE,MAAM;CACN,UAAU;AACX;AAED,iBAAiB,4DAA4D;CAC3E,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,0DAA0D;CACzE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,sDAAsD;CACrE,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,WAAW;AACZ;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,WAAW;AACZ;AAED,iBAAiB,4DAA4D;CAC3E,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,iDAAiD;CAChE,MAAM;CACN,OAAO;AACR;AAED,iBAAiB,wDAAwD;CACvE,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,yDAAyD;CACxE,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,iDAAiD;CAChE,MAAM;CACN,OAAO;AACR;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,WAAW;AACZ;AAED,iBAAiB,kDAAkD;CACjE,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,mDAAmD;CAClE,MAAM;CACN,SAAS;AACV;;;;AAID,YAAY,6CACR,qDACA,oDACA,sDACA,8DACA,4DACA,wDACA,uDACA,uDACA,8DACA,mDACA,0DACA,2DACA,mDACA,uDACA,oDACA;AAEJ,iBAAiB,yCAAyC;CACxD,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,yCAAyC;CACxD,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,yCAAyC;CACxD,MAAM;CACN,QAAQ;AACT;AACD,YAAY,oCACR,2CACA,2CACA;AAEJ,iBAAiB,2BAA2B;CAC1C,eAAe;CACf,qBAAqB;CACrB,gCAAgC;CAChC,KAAK;AACN;AACD,iBAAiB,iBAAiB,CACjC;AACD,iBAAiB,kDAAkD;CACjE,YAAY;AACb;AACD,iBAAiB,uCAAuC;CACtD,iBAAiB;CACjB,iBAAiB,OAAO,qBAAqB;CAC7C,wBAAwB;AACzB;AACD,iBAAiB,0CAA0C;CACzD,eAAe;CACf,YAAY,MAAM;CAClB,wBAAwB;AACzB;AACD,iBAAiB,sCAAsC;CACrD,wBAAwB;CACxB,UAAU,MAAM;CAChB;CACA;CACA,eAAe;CACf,4BACI;CAGJ,cAAc;CACd,gBACI;CAGJ,6BACI;CAGJ,aAAa;CACb,uBAAuB;AACxB;;;;AAID,iBAAiB,8CAA8C;CAC7D,6BAA6B;CAC7B,YAAY,MAAM;AACnB;AACD,iBAAiB,uCAAuC;CACtD,yBACI;AAGL;AACD,iBAAiB,8CAA8C;CAC7D,+BAA+B;CAC/B,OAAO,MAAM;CACb,YAAY,MAAM;AACnB;;;;AAID,iBAAiB,sCAAsC;CACrD,iBAAiB,MAAM;CACvB,YAAY,MAAM;AACnB;;;;;;AAMD,iBAAiB,6CAA6C;CAC5D,iBAAiB,MAAM;CACvB,qBAAqB;CACrB,YAAY,MAAM;AACnB;AACD,iBAAiB,uBAAuB;CACtC,UAAU;CACV,iBAAiB;CACjB,IAAI;CACJ,sBAAsB,MAAM;CAC5B,uBAAuB,MAAM;CAC7B,aAAa,MAAM;CACnB,eAAe,OAAO,qBAAqB;CAC3C,qBAAqB,OACnB,qBACA;CAEF,SAAS;CACT,qBAAqB;CACrB,QAAQ;CACR,YAAY,MAAM;AACnB;AACD,iBAAiB,+BAA+B;CAC9C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,+BAA+B;CAC9C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,+BAA+B;CAC9C,MAAM;CACN,QAAQ;AACT;AACD,YAAY,0BACR,iCACA,iCACA;AAEJ,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,yCAAyC;CACxD,MAAM;CACN,IAAI;AACL;AACD,YAAY,wCACR,6CACA;AAEJ,iBAAiB,iDAAiD;CAChE,eAAe;CACf,iBAAiB,OAAO,qBAAqB;CAC7C,mBAAmB;CACnB,iBAAiB;CACjB,eAAe;AAChB;;;;AAID,iBAAiB,+CAA+C;CAC9D,iBAAiB,OAAO,qBAAqB;CAC7C,mBAAmB;CACnB,sBAAsB;AACvB;AACD,iBAAiB,iDAAiD;CAChE,iBAAiB,OAAO,qBAAqB;CAC7C,mBAAmB;AACpB;AACD,iBAAiB,uCAAuC;CACtD,iBAAiB,OAAO,qBAAqB;CAC7C,kBAAkB;CAClB,eAAe;AAChB;AACD,iBAAiB,yCAAyC;CACxD,iBAAiB,OAAO,qBAAqB;CAC7C,yBACI;CAGJ,kBAAkB;CAClB,eAAe;AAChB;;;;AAID,iBAAiB,sCAAsC;CACrD,iBAAiB,OAAO,qBAAqB;CAC7C,UAAU;AACX;AACD,iBAAiB,2CAA2C;CAC1D,iBAAiB,MAAM;CACvB,YAAY,MAAM;CAClB,mBAAmB;AACpB;AACD,iBAAiB,6BAA6B;CAC5C,oBAAoB;CACpB,gBAAgB;CAChB,kBAAkB;CAClB,cAAc;CACd,qBAAqB;CACrB,0BAA0B,OACxB,gCACA,OACE,qCACA;AAGL;AACD,iBAAiB,iBAAiB;CAChC,YAAY;AACb;AACD,iBAAiB,oCAAoC;CACnD,iBAAiB;CACjB,uBAAuB;CACvB,sBAAsB;CACtB,qBAAqB;CACrB,4CAA4C,OAC1C,qBACA;CAEF,uBAAuB;AACxB;;;;;AAKD,iBAAiB,oBAAoB;CACnC;AACD;AACD,YAAY;;;;;;;AAQZ,iBAAiB,sBAAsB;CACrC,SAAS;CACT,qBAAqB;CACrB;CACA;CACA,uBAAuB;CACvB,wBAAwB,MAAM;AAC/B;;;;AAID,iBAAiB,uBAAuB;CACtC,aAAa;AACd;;;;;;AAMD,iBAAiB,sBAAsB;CACrC;AACD;;;;AAID,iBAAiB,uBAAuB,CACvC;AACD,iBAAiB,aAAa;CAC5B,qBAAqB,OAAO,oBAAoB;CAChD,wBAAwB,OAAO,uBAAuB;CACtD,iCAAiC,OAAO,kBAAkB;CAC1D,mBAAmB,OAAO,kBAAkB;CAC5C,mCAAmC,OACjC,oBACA;CAEF,qBAAqB,OAAO,oBAAoB;CAChD,oCAAoC,OAClC,oBACA;CAEF,kBAAkB,OAAO,iBAAiB;CAC1C,6BAA6B,OAC3B,4BACA;CAEF,oBAAoB,OAAO,mBAAmB;AAC/C;;;;AAID,iBAAiB,4BAA4B;CAC3C,SAAS;CACT;CACA;CACA,sBAAsB;CACtB,wBAAwB;CACxB,8BAA8B;CAC9B,kBAAkB;CAClB;CACA;CACA,6BAA6B;CAC7B,+BAA+B,MAC7B;CAEF,yBAAyB;CACzB;CACA;CACA,WAAW;CACX,qBAAqB;CACrB,iCACI;CAGJ,uBAAuB;CACvB,wBAAwB,MAAM;CAC9B,qBAAqB;CACrB,wBAAwB,MAAM;CAC9B,iBAAiB;CACjB,sBAAsB,MAAM;CAC5B,YAAY,MAAM;CAClB,8BACE;AACH;;;;;AAKD,YAAY;AACZ,iBAAiB,4BAA4B;CAC3C,qBAAqB,OACnB,4BACA;CAEF,qBAAqB,MAAM;CAC3B,qBAAqB,OAAO,oBAAoB;CAChD;CACA,qCAAqC;CACrC,0BAA0B;CAC1B,wBAAwB,OACtB,+BACA;CAEF,iCAAiC,OAC/B,+BACA;CAEF,iCAAiC,OAC/B,+BACA;CAEF,wBAAwB,MAAM;CAC9B,wBAAwB,OACtB,uBACA;CAEF,wBAAwB,OACtB,iBACA;CAEF,WAAW,OAAO,iBAAiB;CACnC,+BAA+B,OAC7B,iBACA,MAAM;CAER,uBAAuB,OACrB,mBACA,MAAM;CAER,0BAA0B,OACxB,mBACA;CAEF,aAAa,OAAO,mBAAmB;CACvC,0CAA0C,OACxC,mBACA;CAEF,4BAA4B,OAC1B,oBACA;CAEF,oBAAoB;CACpB,yBAAyB;CACzB,kBAAkB,OAChB,oCACA;CAEF,kBAAkB,MAAM;CACxB,kBAAkB,OAAO,iBAAiB;CAC1C,6BAA6B,OAC3B,oCACA;CAEF,sCAAsC,OACpC,oCACA;CAEF,sCAAsC,OACpC,oCACA;CAEF,6BAA6B,MAAM;CACnC,6BAA6B,OAC3B,4BACA;CAEF,oBAAoB,OAAO,2BAA2B;CACtD,6BAA6B,OAC3B,2BACA;CAEF,oBAAoB,MAAM;CAC1B,oBAAoB,OAAO,mBAAmB;CAC9C;CACA;CACA,mBAAmB,OACjB,mCACA;CAEF,mBAAmB,MAAM;CACzB,mBAAmB,OACjB,2BACA;AAEH;AACD,iBAAiB,6BAA6B;CAC5C,uBAAuB,OAAO,4BAA4B;CAC1D,oBAAoB,MAAM;CAC1B,uBAAuB,OACrB,+BACA;CAEF,kBAAkB,OAAO,iBAAiB;CAC1C,oBAAoB,OAAO,mBAAmB;CAC9C,iBAAiB,OAAO,oCAAoC;CAC5D,4BAA4B,OAC1B,oCACA;CAEF,mBAAmB,OAAO,2BAA2B;CACrD,kBAAkB,OAChB,mCACA;CAEF,iBAAiB;CACjB,oBAAoB,OAAO,oBAAoB;AAChD;;;;;;AAMD,YAAY;;;;AAKZ,YAAY;;;;;AAMZ,iBAAiB,sBAAsB;CACrC;CACA,UAAU;CACV;CACA;CACA,6BACI;CAGJ,sBAAsB;CACtB,wBAAwB,MAAM;CAC9B,kBAAkB,MAAM;AACzB;;;;AAID,iBAAiB,uBAAuB,CACvC;AACD,iBAAiB,gCAAgC;CAC/C,UAAU;CACV,eAAe;CACf,gBAAgB;CAChB,iBACI;CAGJ,sBAAsB;CACtB,SAAS;CACT,aAAa,MAAM;AACpB;AACD,iBAAiB,yCAAyC;CACxD,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,8CAA8C;CAC7D,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,uCAAuC;CACtD,MAAM;CACN,YAAY;AACb;;;;;AAKD,YAAY,8BACR,2CACA,gDACA;AAEJ,iBAAiB,yBAAyB;CACxC,UAAU;CACV,gBAAgB;CAChB,kBAAkB;CAClB,iBAAiB;CACjB,IAAI;CACJ;CACA,eAAe;CACf,iBACI;CAGJ,SAAS;CACT,MAAM;CACN,aAAa,MAAM;CACnB,YAAY;AACb;AACD,iBAAiB,4CAA4C;CAC3D,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,sCAAsC;CACrD,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,0CAA0C;CACzD,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,uCAAuC;CACtD,MAAM;CACN,SAAS;AACV;;;;AAID,YAAY,iCACR,8CACA,wCACA,4CACA;;;;AAKJ,iBAAiB,sCAAsC;CACrD,IAAI;CACJ,qBAAqB;AACtB;;;;AAID,iBAAiB,0BAA0B;CACzC,IAAI;CACJ,qBAAqB;AACtB;;;;AAID,iBAAiB,wBAAwB;CACvC,IAAI;CACJ,mBAAmB;AACpB;;;;;;;;;;AAUD,iBAAiB,yBAAyB,CACzC;AACD,iBAAiB,wBAAwB;CACvC,uBAAuB;AACxB;AACD,iBAAiB,+BAA+B;CAC9C,UACI,MAAM;CAGV,UAAU;CACV,gBAAgB;CAChB,kBAAkB;CAClB,iBAAiB;CACjB,gBACI;CAGJ;CACA,aAAa;CACb,MAAM;CACN,aAAa,MAAM;CACnB,YAAY;AACb;AACD,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,wCAAwC;CACvD,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,iBAAiB;AAClB;;;;AAID,YAAY,6BACR,6CACA,0CACA;AAEJ,iBAAiB,4BAA4B;CAC3C,SAAS,MAAM;CACf,SAAS;CACT,iBAAiB;CACjB,WAAW;CACX,aAAa,MAAM;AACpB;AACD,iBAAiB,+BAA+B;CAC9C,cAAc,MAAM;AACrB;;;;AAID,iBAAiB,+BAA+B;CAC9C,wBAAwB;CACxB,4BAA4B;CAC5B,2BAA2B;AAC5B;AACD,iBAAiB,0BAA0B;CACzC,MAAM;CACN,OAAO;AACR;AAED,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,yBAAyB;CACxC,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,yBAAyB;CACxC,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,2BAA2B;CAC1C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,0BAA0B;CACzC,MAAM;CACN,OAAO;AACR;AAED,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,6BAA6B;CAC5C,MAAM;CACN,UAAU;AACX;AAED,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,yBAAyB;CACxC,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,0BAA0B;CACzC,MAAM;CACN,OAAO;AACR;AAED,iBAAiB,2BAA2B;CAC1C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,gDAAgD;CAC/D,MAAM;CACN,6BAA6B;AAC9B;AAED,iBAAiB,8BAA8B;CAC7C,MAAM;CACN,WAAW;AACZ;AAED,iBAAiB,+BAA+B;CAC9C,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,SAAS;AACV;AAED,iBAAiB,+BAA+B;CAC9C,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,mCAAmC;CAClD,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,2BAA2B;CAC1C,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,wBAAwB;AACzB;AAED,iBAAiB,2BAA2B;CAC1C,MAAM;CACN,QAAQ;AACT;;;;;;AAMD,YAAY,sBACR,4BACA,8BACA,2BACA,2BACA,8BACA,6BACA,4BACA,8BACA,+BACA,8BACA,2BACA,4BACA,6BACA,kDACA,gCACA,iCACA,8BACA,iCACA,qCACA,6BACA,6CACA;AAEJ,iBAAiB,sBAAsB;CACrC,iBAAiB;AAClB;;;;AAID,iBAAiB,0CAA0C;CACzD,aAAa;CACb,4BAA4B;AAC7B;AACD,iBAAiB,+BAA+B;CAC9C,KAAK;CACL,YAAY;AACb;;;;AAID,iBAAiB,wCAAwC;CACvD,SAAS,OAAO,wCAAwC;CACxD,WAAW;AACZ","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, CheckExistingUniqueIdentifiersRequest, CheckExistingUniqueIdentifiersResponse, CompassFolderRid, CompassNamespaceRid, DataConstraintsModification, DeprecatedPropertyTypeStatusModification, DropLinkTypePeeringMetadata, DropObjectTypePeeringMetadata, EditsHistoryConfigModification, EditsHistoryModification, EditsResolutionStrategyModification, EnabledObjectStoragesStatus, EntityConfigModification, EntityModificationHistoryPageItem, EntityProvenanceModification, EntityProvenanceSourceModification, EntityRid, EventMetadataModification, ExamplePropertyTypeStatusModification, ExperimentalPropertyTypeStatusModification, GetEntityModificationHistoryRequest, GetEntityModificationHistoryResponse, GetModificationHistoryRequest, GetModificationHistoryResponse, GetModifiedEntitiesRequest, GetModifiedEntitiesResponse, ImportSharedPropertyTypesRequest, ImportSharedPropertyTypesResponse, InlineActionTypeModification, InterfaceLinkTypeImplementationModification, InterfaceLinkTypeModification, InterfacePropertyImplementationModification, InterfaceSharedPropertyTypeModification, InterfaceTypeModification, IntermediaryLinkDefinitionModification, LinkDefinitionModification, LinkTypeCreate, LinkTypeDelete, LinkTypeEntityMetadataModifyRequest, LinkTypeModification, LinkTypeModifyRequest, LinkTypePeeringMetadataModification, LinkTypeUpdate, LoadAllOntologiesInternalRequest, LoadAllOntologiesInternalResponse, ManyToManyLinkDefinitionModification, ManyToManyLinkTypeDatasetDatasourceModification, ManyToManyLinkTypeDatasourceCreate, ManyToManyLinkTypeDatasourceDelete, ManyToManyLinkTypeDatasourceModificationDefinition, ManyToManyLinkTypeDatasourceModifyRequest, ManyToManyLinkTypeDatasourceUpdate, ManyToManyLinkTypeStreamDatasourceModification, MigrationConfigurationModification, ModificationHistoryPageItem, ModificationHistoryPageItemSummary, ModificationHistoryPageToken, ModificationType, NoEditsHistoryModification, NoneEntityProvenance, ObjectStorageV1Modification, ObjectStorageV2Modification, 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, ObjectTypeTableDatasourceModification, ObjectTypeTimeSeriesDatasourceModification, ObjectTypeTraitsModification, ObjectTypeUpdate, OneToManyLinkDefinitionModification, OntologyAdminConfig, OntologyApiNamespaceIdentifier, OntologyCreateRequest, OntologyCreateResponse, OntologyDeleteRequest, OntologyDeleteResponse, OntologyDiff, OntologyInformationInternal, OntologyModificationDescription, OntologyModificationRequest, OntologyModificationResponse, OntologyNamespace, OntologyProjectRid, OntologyUpdateRequest, OntologyUpdateResponse, PartialPropertyTypeModification, PerOntologyUniqueIdentifier, PropertyTypeModification, PropertyTypeStatusModification, PutParameterRequestModificationWithId, PutParameterRequestWithId, PutSectionRequestWithId, ReadOnlyV1V2Modification, SensorTraitModification, SharedPropertyTypeModification, StorageBackendModification, StructFieldTypeModification, StructPropertyTypeModification, TimeSeriesMetadataModification, TypeForModification, TypeGroupModification, ValidationRuleModificationWithIdInRequest, ValueTypeReferenceModification, WorkflowObjectTypeTraitImplModification } from "./__components.js";
1
+ export type { ActionLogMetadataModification, ActionLogNotRequiredModification, ActionLogRequiredModification, ActionLogRequirednessModification, ActionTypeModification, ActivePropertyTypeStatusModification, ArrayPropertyTypeModification, CheckExistingUniqueIdentifiersRequest, CheckExistingUniqueIdentifiersResponse, CompassFolderRid, CompassNamespaceRid, DataConstraintsModification, DeprecatedPropertyTypeStatusModification, DropLinkTypePeeringMetadata, DropObjectTypePeeringMetadata, EditsHistoryConfigModification, EditsHistoryModification, EditsResolutionStrategyModification, EnabledObjectStoragesStatus, EntityConfigModification, EntityModificationHistoryPageItem, EntityProvenanceModification, EntityProvenanceSourceModification, EntityRid, EventMetadataModification, ExamplePropertyTypeStatusModification, ExperimentalPropertyTypeStatusModification, GetEntityModificationHistoryRequest, GetEntityModificationHistoryResponse, GetModificationHistoryRequest, GetModificationHistoryResponse, GetModifiedEntitiesRequest, GetModifiedEntitiesResponse, ImportSharedPropertyTypesRequest, ImportSharedPropertyTypesResponse, InlineActionTypeModification, InterfaceLinkTypeImplementationModification, InterfaceLinkTypeModification, InterfacePropertyImplementationModification, InterfaceSharedPropertyTypeModification, InterfaceTypeModification, IntermediaryLinkDefinitionModification, LinkDefinitionModification, LinkTypeCreate, LinkTypeDelete, LinkTypeEntityMetadataModifyRequest, LinkTypeModification, LinkTypeModifyRequest, LinkTypePeeringMetadataModification, LinkTypeUpdate, LoadAllOntologiesInternalRequest, LoadAllOntologiesInternalResponse, ManyToManyLinkDefinitionModification, ManyToManyLinkTypeDatasetDatasourceModification, ManyToManyLinkTypeDatasourceCreate, ManyToManyLinkTypeDatasourceDelete, ManyToManyLinkTypeDatasourceModificationDefinition, ManyToManyLinkTypeDatasourceModifyRequest, ManyToManyLinkTypeDatasourceUpdate, ManyToManyLinkTypeStreamDatasourceModification, MigrationConfigurationModification, ModificationHistoryPageItem, ModificationHistoryPageItemSummary, ModificationHistoryPageToken, ModificationType, NoEditsHistoryModification, NoneEntityProvenance, ObjectStorageV1Modification, ObjectStorageV2Modification, 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, ObjectTypeTableDatasourceModification, ObjectTypeTimeSeriesDatasourceModification, ObjectTypeTraitsModification, ObjectTypeUpdate, OneToManyLinkDefinitionModification, OntologyAdminConfig, OntologyApiNamespaceIdentifier, OntologyCreateRequest, OntologyCreateResponse, OntologyDeleteRequest, OntologyDeleteResponse, OntologyDiff, OntologyInformationInternal, OntologyModificationDescription, OntologyModificationRequest, OntologyModificationResponse, OntologyNamespace, OntologyProjectRid, OntologyUpdateRequest, OntologyUpdateResponse, PartialPropertyTypeModification, PatchApplicationStrategyModification, PerOntologyUniqueIdentifier, PropertyTypeModification, PropertyTypeStatusModification, PutParameterRequestModificationWithId, PutParameterRequestWithId, PutSectionRequestWithId, ReadOnlyV1V2Modification, SensorTraitModification, SharedPropertyTypeModification, StorageBackendModification, StructFieldTypeModification, StructPropertyTypeModification, TimeSeriesMetadataModification, TypeForModification, TypeGroupModification, ValidationRuleModificationWithIdInRequest, ValueTypeReferenceModification, WorkflowObjectTypeTraitImplModification } from "./__components.js";
@@ -1 +1 @@
1
- {"mappings":"AAgBA,eACE,+BACA,kCACA,+BACA,mCACA,wBACA,sCACA,+BACA,uCACA,wCACA,kBACA,qBACA,6BACA,0CACA,6BACA,+BACA,gCACA,0BACA,qCACA,6BACA,0BACA,mCACA,8BACA,oCACA,WACA,2BACA,uCACA,4CACA,qCACA,sCACA,+BACA,gCACA,4BACA,6BACA,kCACA,mCACA,8BACA,6CACA,+BACA,6CACA,yCACA,2BACA,wCACA,4BACA,gBACA,gBACA,qCACA,sBACA,uBACA,qCACA,gBACA,kCACA,mCACA,sCACA,iDACA,oCACA,oCACA,oDACA,2CACA,oCACA,gDACA,oCACA,6BACA,oCACA,8BACA,kBACA,4BACA,sBACA,6BACA,6BACA,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,uCACA,4CACA,8BACA,kBACA,qCACA,qBACA,gCACA,uBACA,wBACA,uBACA,wBACA,cACA,6BACA,iCACA,6BACA,8BACA,mBACA,oBACA,uBACA,wBACA,iCACA,6BACA,0BACA,gCACA,uCACA,2BACA,yBACA,0BACA,yBACA,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
+ {"mappings":"AAgBA,eACE,+BACA,kCACA,+BACA,mCACA,wBACA,sCACA,+BACA,uCACA,wCACA,kBACA,qBACA,6BACA,0CACA,6BACA,+BACA,gCACA,0BACA,qCACA,6BACA,0BACA,mCACA,8BACA,oCACA,WACA,2BACA,uCACA,4CACA,qCACA,sCACA,+BACA,gCACA,4BACA,6BACA,kCACA,mCACA,8BACA,6CACA,+BACA,6CACA,yCACA,2BACA,wCACA,4BACA,gBACA,gBACA,qCACA,sBACA,uBACA,qCACA,gBACA,kCACA,mCACA,sCACA,iDACA,oCACA,oCACA,oDACA,2CACA,oCACA,gDACA,oCACA,6BACA,oCACA,8BACA,kBACA,4BACA,sBACA,6BACA,6BACA,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,uCACA,4CACA,8BACA,kBACA,qCACA,qBACA,gCACA,uBACA,wBACA,uBACA,wBACA,cACA,6BACA,iCACA,6BACA,8BACA,mBACA,oBACA,uBACA,wBACA,iCACA,sCACA,6BACA,0BACA,gCACA,uCACA,2BACA,yBACA,0BACA,yBACA,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"}