export declare const ComponentTypeDataTypeType: { readonly Relationship: "RELATIONSHIP"; readonly String: "STRING"; readonly Long: "LONG"; readonly Boolean: "BOOLEAN"; readonly Integer: "INTEGER"; readonly Double: "DOUBLE"; readonly List: "LIST"; readonly Map: "MAP"; }; /** * The underlying type of the data type. */ export type ComponentTypeDataTypeType = (typeof ComponentTypeDataTypeType)[keyof typeof ComponentTypeDataTypeType]; export declare const ComponentTypeFunctionScope: { readonly Entity: "ENTITY"; readonly Workspace: "WORKSPACE"; }; /** * The scope of the function. */ export type ComponentTypeFunctionScope = (typeof ComponentTypeFunctionScope)[keyof typeof ComponentTypeFunctionScope]; export declare const ComponentTypePropertyGroupGroupType: { readonly Tabular: "TABULAR"; }; /** * The type of property group. */ export type ComponentTypePropertyGroupGroupType = (typeof ComponentTypePropertyGroupGroupType)[keyof typeof ComponentTypePropertyGroupGroupType]; export declare const ComponentTypeStatusError1PropertiesCode: { readonly ValidationError: "VALIDATION_ERROR"; readonly InternalFailure: "INTERNAL_FAILURE"; }; export type ComponentTypeStatusError1PropertiesCode = (typeof ComponentTypeStatusError1PropertiesCode)[keyof typeof ComponentTypeStatusError1PropertiesCode]; export declare const ComponentTypeStatusErrorPropertiesCode: { readonly ValidationError: "VALIDATION_ERROR"; readonly InternalFailure: "INTERNAL_FAILURE"; }; export type ComponentTypeStatusErrorPropertiesCode = (typeof ComponentTypeStatusErrorPropertiesCode)[keyof typeof ComponentTypeStatusErrorPropertiesCode]; export declare const ComponentTypeStatusState: { readonly Creating: "CREATING"; readonly Updating: "UPDATING"; readonly Deleting: "DELETING"; readonly Active: "ACTIVE"; readonly Error: "ERROR"; }; /** * The component type status state. */ export type ComponentTypeStatusState = (typeof ComponentTypeStatusState)[keyof typeof ComponentTypeStatusState]; export declare const EntityDataTypeType: { readonly Relationship: "RELATIONSHIP"; readonly String: "STRING"; readonly Long: "LONG"; readonly Boolean: "BOOLEAN"; readonly Integer: "INTEGER"; readonly Double: "DOUBLE"; readonly List: "LIST"; readonly Map: "MAP"; }; /** * The underlying type of the data type. */ export type EntityDataTypeType = (typeof EntityDataTypeType)[keyof typeof EntityDataTypeType]; export declare const EntityPropertyGroupGroupType: { readonly Tabular: "TABULAR"; }; /** * The type of property group. */ export type EntityPropertyGroupGroupType = (typeof EntityPropertyGroupGroupType)[keyof typeof EntityPropertyGroupGroupType]; export declare const EntityStatusError1PropertiesCode: { readonly ValidationError: "VALIDATION_ERROR"; readonly InternalFailure: "INTERNAL_FAILURE"; }; export type EntityStatusError1PropertiesCode = (typeof EntityStatusError1PropertiesCode)[keyof typeof EntityStatusError1PropertiesCode]; export declare const EntityStatusErrorPropertiesCode: { readonly ValidationError: "VALIDATION_ERROR"; readonly InternalFailure: "INTERNAL_FAILURE"; }; export type EntityStatusErrorPropertiesCode = (typeof EntityStatusErrorPropertiesCode)[keyof typeof EntityStatusErrorPropertiesCode]; export declare const EntityStatusState: { readonly Creating: "CREATING"; readonly Updating: "UPDATING"; readonly Deleting: "DELETING"; readonly Active: "ACTIVE"; readonly Error: "ERROR"; }; export type EntityStatusState = (typeof EntityStatusState)[keyof typeof EntityStatusState];