@stndrds/schema 0.1.0-alpha.58 → 0.1.0-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-2OS63USQ.js → chunk-KN6UXXVU.js} +1086 -268
- package/dist/{chunk-JRY236AO.mjs → chunk-RRCPZUSK.mjs} +906 -88
- package/dist/index.d.mts +177 -6
- package/dist/index.d.ts +177 -6
- package/dist/index.js +42 -6
- package/dist/index.mjs +37 -1
- package/dist/{runtime-C4vB_EcQ.d.ts → runtime-Cx6QJ4QV.d.ts} +297 -46
- package/dist/{runtime-SCsDOQi0.d.mts → runtime-D0XMDY1D.d.mts} +297 -46
- package/dist/runtime.d.mts +2 -2
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +4 -2
- package/dist/runtime.mjs +3 -1
- package/dist/validation/validators.d.mts +1 -1
- package/dist/validation/validators.d.ts +1 -1
- package/dist/{validators-BgmWgr-G.d.mts → validators-BIAmz0CD.d.mts} +145 -2
- package/dist/{validators-miARInAq.d.ts → validators-BPIB7Miq.d.ts} +145 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -325,7 +325,25 @@
|
|
|
325
325
|
|
|
326
326
|
|
|
327
327
|
|
|
328
|
-
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
var _chunkKN6UXXVUjs = require('./chunk-KN6UXXVU.js');
|
|
329
347
|
|
|
330
348
|
|
|
331
349
|
|
|
@@ -1056,13 +1074,13 @@ function createFlagService(options) {
|
|
|
1056
1074
|
}
|
|
1057
1075
|
|
|
1058
1076
|
// src/native/notes.ts
|
|
1059
|
-
var NOTES =
|
|
1060
|
-
|
|
1077
|
+
var NOTES = _chunkKN6UXXVUjs.object.call(void 0, { name: "notes", label: "Note" }).pluralLabel("Notes").icon("file-text").description("Notes that can be linked to any record or used globally").system().labelExpression("{{ title }}").attribute(_chunkKN6UXXVUjs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkKN6UXXVUjs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
|
|
1078
|
+
_chunkKN6UXXVUjs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
|
|
1061
1079
|
{ id: "private", label: "Private", value: "private", icon: "lock" },
|
|
1062
1080
|
{ id: "shared", label: "Shared", value: "shared", icon: "users" }
|
|
1063
1081
|
]).defaultValue("private").required()
|
|
1064
|
-
).attribute(
|
|
1065
|
-
|
|
1082
|
+
).attribute(_chunkKN6UXXVUjs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
|
|
1083
|
+
_chunkKN6UXXVUjs.registry.register(NOTES);
|
|
1066
1084
|
|
|
1067
1085
|
// src/views/registry.ts
|
|
1068
1086
|
var ViewRegistry = class {
|
|
@@ -1928,4 +1946,22 @@ function isViewCustomized(view2, object2) {
|
|
|
1928
1946
|
|
|
1929
1947
|
|
|
1930
1948
|
|
|
1931
|
-
exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunk2OS63USQjs.ActivityTabConfig; exports.AttributeInUseError = _chunk2OS63USQjs.AttributeInUseError; exports.AttributeNotFoundError = _chunk2OS63USQjs.AttributeNotFoundError; exports.AuditService = _chunk2OS63USQjs.AuditService; exports.AuthMethodSchema = _chunk2OS63USQjs.AuthMethodSchema; exports.BEHAVIOR_PROPERTIES = _chunk2OS63USQjs.BEHAVIOR_PROPERTIES; exports.BaseRepository = _chunk2OS63USQjs.BaseRepository; exports.BaseService = _chunk2OS63USQjs.BaseService; exports.ConcurrentModificationError = _chunk2OS63USQjs.ConcurrentModificationError; exports.ConditionExecutor = _chunk2OS63USQjs.ConditionExecutor; exports.ConditionGroupSchema = _chunk2OS63USQjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunk2OS63USQjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunk2OS63USQjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunk2OS63USQjs.ConditionRuleSchema; exports.CreateShareInputSchema = _chunk2OS63USQjs.CreateShareInputSchema; exports.CustomTabConfig = _chunk2OS63USQjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunk2OS63USQjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk36UBIXJNjs.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_LABELS = _chunk36UBIXJNjs.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_THEME = _chunk2OS63USQjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkU4AB53AMjs.DEFAULT_VALIDATION_MESSAGES; exports.DRIVING_LICENSE = _chunk2OS63USQjs.DRIVING_LICENSE; exports.DetailViewBuilder = _chunk2OS63USQjs.DetailViewBuilder; exports.DirectTableTabConfig = _chunk2OS63USQjs.DirectTableTabConfig; exports.DocumentExecutor = _chunk2OS63USQjs.DocumentExecutor; exports.DocumentGenerationNotConfiguredError = _chunk2OS63USQjs.DocumentGenerationNotConfiguredError; exports.DocumentGenerationService = _chunk2OS63USQjs.DocumentGenerationService; exports.DocumentGenerationTemplateNotFoundError = _chunk2OS63USQjs.DocumentGenerationTemplateNotFoundError; exports.DocumentNodeSchema = _chunk2OS63USQjs.DocumentNodeSchema; exports.DocumentProcessingHook = _chunk2OS63USQjs.DocumentProcessingHook; exports.DocumentProcessingService = _chunk2OS63USQjs.DocumentProcessingService; exports.DocumentRenderError = _chunk2OS63USQjs.DocumentRenderError; exports.DocumentRendererService = _chunk2OS63USQjs.DocumentRendererService; exports.DocumentService = _chunk2OS63USQjs.DocumentService; exports.DocumentTemplateService = _chunk2OS63USQjs.DocumentTemplateService; exports.DocumentsTabConfig = _chunk2OS63USQjs.DocumentsTabConfig; exports.DuplicateError = _chunk2OS63USQjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunk2OS63USQjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunk2OS63USQjs.EndExecutor; exports.EndNodeSchema = _chunk2OS63USQjs.EndNodeSchema; exports.ExecutorRegistry = _chunk2OS63USQjs.ExecutorRegistry; exports.FRENCH_ID_CARD = _chunk2OS63USQjs.FRENCH_ID_CARD; exports.FeatureFlagsContextError = _chunk2OS63USQjs.FeatureFlagsContextError; exports.FileNotFoundError = _chunk2OS63USQjs.FileNotFoundError; exports.FileService = _chunk2OS63USQjs.FileService; exports.FlagRegistry = FlagRegistry; exports.FlagService = FlagService; exports.FlowRowFieldSchema = _chunk2OS63USQjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunk2OS63USQjs.FlowRowSchema; exports.FlowsTabConfig = _chunk2OS63USQjs.FlowsTabConfig; exports.ForbiddenError = _chunk2OS63USQjs.ForbiddenError; exports.FormExecutor = _chunk2OS63USQjs.FormExecutor; exports.FormFieldRefSchema = _chunk2OS63USQjs.FormFieldRefSchema; exports.FormNodeSchema = _chunk2OS63USQjs.FormNodeSchema; exports.FormulaResolverService = _chunk2OS63USQjs.FormulaResolverService; exports.GENERIC_DOCUMENT = _chunk2OS63USQjs.GENERIC_DOCUMENT; exports.GeocodingService = _chunk2OS63USQjs.GeocodingService; exports.GlobalSearchService = _chunk2OS63USQjs.GlobalSearchService; exports.GrantExpiredError = _chunk2OS63USQjs.GrantExpiredError; exports.GrantNotFoundError = _chunk2OS63USQjs.GrantNotFoundError; exports.GrantRevokedError = _chunk2OS63USQjs.GrantRevokedError; exports.GroupBuilder = _chunk2OS63USQjs.GroupBuilder; exports.IDENTITY_PROPERTIES = _chunk2OS63USQjs.IDENTITY_PROPERTIES; exports.InvalidPathError = _chunk2OS63USQjs.InvalidPathError; exports.InverseTableTabConfig = _chunk2OS63USQjs.InverseTableTabConfig; exports.InvitationAlreadyAcceptedError = _chunk2OS63USQjs.InvitationAlreadyAcceptedError; exports.InvitationExpiredError = _chunk2OS63USQjs.InvitationExpiredError; exports.InvitationNotFoundError = _chunk2OS63USQjs.InvitationNotFoundError; exports.InvitationRevokedError = _chunk2OS63USQjs.InvitationRevokedError; exports.ListViewBuilder = _chunk2OS63USQjs.ListViewBuilder; exports.ListViewTabConfigBuilder = _chunk2OS63USQjs.ListViewTabConfigBuilder; exports.MaxDepthExceededError = _chunk2OS63USQjs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunk2OS63USQjs.NodePositionSchema; exports.NoopCacheAdapter = _chunk2OS63USQjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunk2OS63USQjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunk2OS63USQjs.NoopHookRegistry; exports.NotFoundError = _chunk2OS63USQjs.NotFoundError; exports.NotSystemObjectError = _chunk2OS63USQjs.NotSystemObjectError; exports.NotesTabConfig = _chunk2OS63USQjs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunk2OS63USQjs.ObjectBuilder; exports.ObjectNotFoundError = _chunk2OS63USQjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunk2OS63USQjs.ObjectReferencedError; exports.ObjectSchemaService = _chunk2OS63USQjs.ObjectSchemaService; exports.PASSPORT = _chunk2OS63USQjs.PASSPORT; exports.PRESENTATION_PROPERTIES = _chunk2OS63USQjs.PRESENTATION_PROPERTIES; exports.PROOF_OF_ADDRESS = _chunk2OS63USQjs.PROOF_OF_ADDRESS; exports.PermissionService = _chunk2OS63USQjs.PermissionService; exports.PolicyRegistry = _chunk2OS63USQjs.PolicyRegistry; exports.PolicyViolationError = _chunk2OS63USQjs.PolicyViolationError; exports.ProtectedResourceError = _chunk2OS63USQjs.ProtectedResourceError; exports.ProtectedRoleError = _chunk2OS63USQjs.ProtectedRoleError; exports.QueryBuilder = _chunk2OS63USQjs.QueryBuilder; exports.QueryMultipleResultsError = _chunk2OS63USQjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunk2OS63USQjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunk2OS63USQjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunk2OS63USQjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunk2OS63USQjs.RecordNotFoundError; exports.RecordQueryService = _chunk2OS63USQjs.RecordQueryService; exports.RecordReferencedError = _chunk2OS63USQjs.RecordReferencedError; exports.RecordResolverService = _chunk2OS63USQjs.RecordResolverService; exports.RecordService = _chunk2OS63USQjs.RecordService; exports.RelationService = _chunk2OS63USQjs.RelationService; exports.RoleNotFoundError = _chunk2OS63USQjs.RoleNotFoundError; exports.RollupScheduler = _chunk2OS63USQjs.RollupScheduler; exports.RollupService = _chunk2OS63USQjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunk2OS63USQjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SIGNABLE_CONTRACT = _chunk2OS63USQjs.SIGNABLE_CONTRACT; exports.SYSTEM_ATTRIBUTES = _chunk2OS63USQjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunk2OS63USQjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SYSTEM_TEMPLATES = _chunk2OS63USQjs.SYSTEM_TEMPLATES; exports.SYSTEM_TEMPLATE_IDS = _chunk2OS63USQjs.SYSTEM_TEMPLATE_IDS; exports.SchemaContextAwareRepository = _chunk2OS63USQjs.SchemaContextAwareRepository; exports.SchemaError = _chunk2OS63USQjs.SchemaError; exports.SchemaErrorCode = _chunk2OS63USQjs.SchemaErrorCode; exports.ShareStatusSchema = _chunk2OS63USQjs.ShareStatusSchema; exports.SlotModeSchema = _chunk2OS63USQjs.SlotModeSchema; exports.StartExecutor = _chunk2OS63USQjs.StartExecutor; exports.StartNodeSchema = _chunk2OS63USQjs.StartNodeSchema; exports.StorageDownloadNotSupportedError = _chunk2OS63USQjs.StorageDownloadNotSupportedError; exports.SyncError = _chunk2OS63USQjs.SyncError; exports.TabBuilder = _chunk2OS63USQjs.TabBuilder; exports.TenantContextError = _chunk2OS63USQjs.TenantContextError; exports.ThemeColorsSchema = _chunk2OS63USQjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunk2OS63USQjs.ThemeLogoSchema; exports.TokenRevokedError = _chunk2OS63USQjs.TokenRevokedError; exports.UserProfileNotFoundError = _chunk2OS63USQjs.UserProfileNotFoundError; exports.UserProfileService = _chunk2OS63USQjs.UserProfileService; exports.UserService = _chunk2OS63USQjs.UserService; exports.ValidationError = _chunk2OS63USQjs.ValidationError; exports.ViewBuilder = _chunk2OS63USQjs.ViewBuilder; exports.ViewService = _chunk2OS63USQjs.ViewService; exports.ViewportSchema = _chunk2OS63USQjs.ViewportSchema; exports.WorkflowAccessGrantService = _chunk2OS63USQjs.WorkflowAccessGrantService; exports.WorkflowBuilder = _chunk2OS63USQjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunk2OS63USQjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunk2OS63USQjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunk2OS63USQjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunk2OS63USQjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunk2OS63USQjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunk2OS63USQjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunk2OS63USQjs.WorkflowInstanceService; exports.WorkflowInvitationService = _chunk2OS63USQjs.WorkflowInvitationService; exports.WorkflowJwtService = _chunk2OS63USQjs.WorkflowJwtService; exports.WorkflowLayoutSchema = _chunk2OS63USQjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunk2OS63USQjs.WorkflowNodeSchema; exports.WorkflowRelationService = _chunk2OS63USQjs.WorkflowRelationService; exports.WorkflowService = _chunk2OS63USQjs.WorkflowService; exports.WorkflowShareSchema = _chunk2OS63USQjs.WorkflowShareSchema; exports.WorkflowSimpleFormBuilder = _chunk2OS63USQjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunk2OS63USQjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunk2OS63USQjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunk2OS63USQjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunk2OS63USQjs.WorkflowThemeSchema; exports.addSchemaToContext = _chunk2OS63USQjs.addSchemaToContext; exports.and = _chunk2OS63USQjs.and; exports.applyDefaultValues = _chunk2OS63USQjs.applyDefaultValues; exports.asTenantId = _chunkNEVERCM3js.asTenantId; exports.asUserId = _chunkNEVERCM3js.asUserId; exports.attributeConfigSchemas = _chunkU4AB53AMjs.attributeConfigSchemas; exports.booleanFlag = booleanFlag; exports.buildAuditChanges = _chunk2OS63USQjs.buildAuditChanges; exports.buildPolicyContext = _chunk2OS63USQjs.buildPolicyContext; exports.cacheKeys = _chunk2OS63USQjs.cacheKeys; exports.cacheTtl = _chunk2OS63USQjs.cacheTtl; exports.canAccessNode = _chunk2OS63USQjs.canAccessNode; exports.canResumeInstance = _chunk2OS63USQjs.canResumeInstance; exports.checkPermission = _chunk2OS63USQjs.checkPermission; exports.checkRecordAccess = _chunk2OS63USQjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunk2OS63USQjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunk2OS63USQjs.checkRecordModifyOrThrow; exports.checkSharedObjectWriteAccess = _chunk2OS63USQjs.checkSharedObjectWriteAccess; exports.checkbox = _chunk2OS63USQjs.checkbox; exports.checkboxConfigSchema = _chunkU4AB53AMjs.checkboxConfigSchema; exports.complete = _chunk2OS63USQjs.complete; exports.computeLabel = _chunk2OS63USQjs.computeLabel; exports.computeLabelWithRelations = _chunk2OS63USQjs.computeLabelWithRelations; exports.computeRecordStatus = _chunkU4AB53AMjs.computeRecordStatus; exports.createAttributeValidator = _chunkU4AB53AMjs.createAttributeValidator; exports.createCheckboxValidator = _chunkU4AB53AMjs.createCheckboxValidator; exports.createContextForCreate = _chunk2OS63USQjs.createContextForCreate; exports.createContextForDelete = _chunk2OS63USQjs.createContextForDelete; exports.createContextForRestore = _chunk2OS63USQjs.createContextForRestore; exports.createContextForUpdate = _chunk2OS63USQjs.createContextForUpdate; exports.createCurrencyValidator = _chunkU4AB53AMjs.createCurrencyValidator; exports.createDateValidator = _chunkU4AB53AMjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunk2OS63USQjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunk2OS63USQjs.createDefaultState; exports.createDraftValidator = _chunkU4AB53AMjs.createDraftValidator; exports.createEmptyContext = _chunk2OS63USQjs.createEmptyContext; exports.createFileValidator = _chunkU4AB53AMjs.createFileValidator; exports.createFlagRegistry = createFlagRegistry; exports.createFlagService = createFlagService; exports.createFormAttributeValidator = _chunkU4AB53AMjs.createFormAttributeValidator; exports.createFormulaValidator = _chunkU4AB53AMjs.createFormulaValidator; exports.createLocationValidator = _chunkU4AB53AMjs.createLocationValidator; exports.createMockAdapter = _chunk2OS63USQjs.createMockAdapter; exports.createMultiRelationValidator = _chunkU4AB53AMjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkU4AB53AMjs.createMultiselectValidator; exports.createNumberValidator = _chunkU4AB53AMjs.createNumberValidator; exports.createObjectValidator = _chunkU4AB53AMjs.createObjectValidator; exports.createPhoneValidator = _chunkU4AB53AMjs.createPhoneValidator; exports.createQueryBuilder = _chunk2OS63USQjs.createQueryBuilder; exports.createRatingValidator = _chunkU4AB53AMjs.createRatingValidator; exports.createRelationValidator = _chunkU4AB53AMjs.createRelationValidator; exports.createRichtextValidator = _chunkU4AB53AMjs.createRichtextValidator; exports.createRollupValidator = _chunkU4AB53AMjs.createRollupValidator; exports.createSelectValidator = _chunkU4AB53AMjs.createSelectValidator; exports.createSingleRelationValidator = _chunkU4AB53AMjs.createSingleRelationValidator; exports.createStartTransition = _chunk2OS63USQjs.createStartTransition; exports.createStatusValidator = _chunkU4AB53AMjs.createStatusValidator; exports.createTextAreaValidator = _chunkU4AB53AMjs.createTextAreaValidator; exports.createTextValidator = _chunkU4AB53AMjs.createTextValidator; exports.createUserValidator = _chunkU4AB53AMjs.createUserValidator; exports.currency = _chunk2OS63USQjs.currency; exports.currencyConfigSchema = _chunkU4AB53AMjs.currencyConfigSchema; exports.date = _chunk2OS63USQjs.date; exports.dateConfigSchema = _chunkU4AB53AMjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunk2OS63USQjs.defaultPolicyRegistry; exports.defaultTtl = _chunk2OS63USQjs.defaultTtl; exports.detailView = _chunk2OS63USQjs.detailView; exports.document = _chunk2OS63USQjs.document; exports.documentConfigSchema = _chunkU4AB53AMjs.documentConfigSchema; exports.enrichRecordsWithFormulas = _chunk2OS63USQjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunk2OS63USQjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunk2OS63USQjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunk2OS63USQjs.enrichWithFormulas; exports.eq = _chunk2OS63USQjs.eq; exports.error = _chunk2OS63USQjs.error; exports.evaluate = _chunk2OS63USQjs.evaluate; exports.evaluateCondition = _chunk2OS63USQjs.evaluateCondition; exports.evaluateFormula = _chunk2OS63USQjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunk2OS63USQjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunk2OS63USQjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunk2OS63USQjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunk2OS63USQjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunk2OS63USQjs.evaluateWithTrace; exports.extractAttributeNames = _chunk2OS63USQjs.extractAttributeNames; exports.extractFormulaVariables = _chunk2OS63USQjs.extractFormulaVariables; exports.extractRelationIds = _chunk2OS63USQjs.extractRelationIds; exports.extractRelationNames = _chunk2OS63USQjs.extractRelationNames; exports.extractRelationReferences = _chunk2OS63USQjs.extractRelationReferences; exports.file = _chunk2OS63USQjs.file; exports.fileConfigSchema = _chunkU4AB53AMjs.fileConfigSchema; exports.flagRegistry = flagRegistry; exports.flattenRelationsForEval = _chunk2OS63USQjs.flattenRelationsForEval; exports.formatAttributeValue = _chunk2OS63USQjs.formatAttributeValue; exports.formatFormulaResult = _chunk2OS63USQjs.formatFormulaResult; exports.formatRecord = _chunk2OS63USQjs.formatRecord; exports.formatRecords = _chunk2OS63USQjs.formatRecords; exports.formatZodErrors = _chunkU4AB53AMjs.formatZodErrors; exports.formula = _chunk2OS63USQjs.formula; exports.formulaConfigSchema = _chunkU4AB53AMjs.formulaConfigSchema; exports.generateCssVariables = _chunk2OS63USQjs.generateCssVariables; exports.generateDefaultDetailView = generateDefaultDetailView; exports.generateDefaultListView = generateDefaultListView; exports.generateFallbackView = generateFallbackView; exports.generateId = _chunkNEVERCM3js.generateId; exports.generatePrefixedId = _chunkNEVERCM3js.generatePrefixedId; exports.generateTemplateName = _chunkNEVERCM3js.generateTemplateName; exports.getAttributeConfigSchema = _chunkU4AB53AMjs.getAttributeConfigSchema; exports.getContext = _chunk2OS63USQjs.getContext; exports.getContextValue = _chunk2OS63USQjs.getContextValue; exports.getDefaultExecutorRegistry = _chunk2OS63USQjs.getDefaultExecutorRegistry; exports.getFeatureFlags = _chunk2OS63USQjs.getFeatureFlags; exports.getFeatureValue = _chunk2OS63USQjs.getFeatureValue; exports.getMissingRequiredAttributes = _chunkU4AB53AMjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunk2OS63USQjs.getNodeOutputs; exports.getPathDepth = _chunk2OS63USQjs.getPathDepth; exports.getPolicy = _chunk2OS63USQjs.getPolicy; exports.getRelationPath = _chunk2OS63USQjs.getRelationPath; exports.getSchemaByNameFromContext = _chunk2OS63USQjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunk2OS63USQjs.getSchemaContext; exports.getSchemaFromContext = _chunk2OS63USQjs.getSchemaFromContext; exports.getSyncPreview = _chunk2OS63USQjs.getSyncPreview; exports.getSystemAttributeList = _chunk2OS63USQjs.getSystemAttributeList; exports.getSystemTemplate = _chunk2OS63USQjs.getSystemTemplate; exports.getTargetAttributeName = _chunk2OS63USQjs.getTargetAttributeName; exports.getTenantId = _chunk2OS63USQjs.getTenantId; exports.getUserId = _chunk2OS63USQjs.getUserId; exports.getViewSeedPreview = _chunk2OS63USQjs.getViewSeedPreview; exports.getViewSyncPreview = _chunk2OS63USQjs.getViewSyncPreview; exports.group = _chunk2OS63USQjs.group; exports.hasContext = _chunk2OS63USQjs.hasContext; exports.hasFeatureFlagsContext = _chunk2OS63USQjs.hasFeatureFlagsContext; exports.hasProperties = _chunk2OS63USQjs.hasProperties; exports.hasRelationReferences = _chunk2OS63USQjs.hasRelationReferences; exports.hasSchemaContext = _chunk2OS63USQjs.hasSchemaContext; exports.hashOptions = _chunk2OS63USQjs.hashOptions; exports.inValues = _chunk2OS63USQjs.inValues; exports.indexBy = _chunkNEVERCM3js.indexBy; exports.isActivityTab = isActivityTab; exports.isAdvancedFormNode = _chunk2OS63USQjs.isAdvancedFormNode; exports.isBehaviorProperty = _chunk2OS63USQjs.isBehaviorProperty; exports.isCalendarView = isCalendarView; exports.isConditionGroup = _chunk2OS63USQjs.isConditionGroup; exports.isConditionNode = _chunk2OS63USQjs.isConditionNode; exports.isConditionRule = _chunk2OS63USQjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDetailView = isDetailView; exports.isDirectTableTab = isDirectTableTab; exports.isDocumentNode = _chunk2OS63USQjs.isDocumentNode; exports.isDocumentsTab = isDocumentsTab; exports.isEmpty = _chunk2OS63USQjs.isEmpty; exports.isEndNode = _chunk2OS63USQjs.isEndNode; exports.isFeatureEnabled = _chunk2OS63USQjs.isFeatureEnabled; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunk2OS63USQjs.isForbiddenError; exports.isFormNode = _chunk2OS63USQjs.isFormNode; exports.isFormTab = isFormTab; exports.isGalleryView = isGalleryView; exports.isGrantExpired = _chunk2OS63USQjs.isGrantExpired; exports.isGrantRevoked = _chunk2OS63USQjs.isGrantRevoked; exports.isGrantValid = _chunk2OS63USQjs.isGrantValid; exports.isIdentityProperty = _chunk2OS63USQjs.isIdentityProperty; exports.isInstanceEvent = _chunk2OS63USQjs.isInstanceEvent; exports.isInstanceTerminal = _chunk2OS63USQjs.isInstanceTerminal; exports.isInstanceWaiting = _chunk2OS63USQjs.isInstanceWaiting; exports.isInverseTableTab = isInverseTableTab; exports.isInvitationAccepted = _chunk2OS63USQjs.isInvitationAccepted; exports.isInvitationExpired = _chunk2OS63USQjs.isInvitationExpired; exports.isInvitationOrGrantEvent = _chunk2OS63USQjs.isInvitationOrGrantEvent; exports.isInvitationValid = _chunk2OS63USQjs.isInvitationValid; exports.isLabelExpression = _chunk2OS63USQjs.isLabelExpression; exports.isListView = isListView; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunk2OS63USQjs.isNodeEvent; exports.isNotEmpty = _chunk2OS63USQjs.isNotEmpty; exports.isNotFoundError = _chunk2OS63USQjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isPresentationProperty = _chunk2OS63USQjs.isPresentationProperty; exports.isProtectedResourceError = _chunk2OS63USQjs.isProtectedResourceError; exports.isRecordComplete = _chunkU4AB53AMjs.isRecordComplete; exports.isSchemaError = _chunk2OS63USQjs.isSchemaError; exports.isSimpleFormNode = _chunk2OS63USQjs.isSimpleFormNode; exports.isStartNode = _chunk2OS63USQjs.isStartNode; exports.isSystemAttribute = _chunk2OS63USQjs.isSystemAttribute; exports.isSystemAttributeObject = _chunk2OS63USQjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isSystemTemplate = _chunk2OS63USQjs.isSystemTemplate; exports.isSystemWorkflow = _chunk2OS63USQjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isTimelineView = isTimelineView; exports.isTokenRevoked = _chunk2OS63USQjs.isTokenRevoked; exports.isUniversalRelation = _chunk2OS63USQjs.isUniversalRelation; exports.isValidationError = _chunk2OS63USQjs.isValidationError; exports.isViewCustomized = isViewCustomized; exports.isWorkflowDefinition = _chunk2OS63USQjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunk2OS63USQjs.isWorkflowPublished; exports.jsonFlag = jsonFlag; exports.listView = _chunk2OS63USQjs.listView; exports.location = _chunk2OS63USQjs.location; exports.locationConfigSchema = _chunkU4AB53AMjs.locationConfigSchema; exports.mergeWithDefaults = _chunk2OS63USQjs.mergeWithDefaults; exports.multiselect = _chunk2OS63USQjs.multiselect; exports.multiselectConfigSchema = _chunkU4AB53AMjs.multiselectConfigSchema; exports.neq = _chunk2OS63USQjs.neq; exports.notesPolicy = _chunk2OS63USQjs.notesPolicy; exports.number = _chunk2OS63USQjs.number; exports.numberConfigSchema = _chunkU4AB53AMjs.numberConfigSchema; exports.numberFlag = numberFlag; exports.object = _chunk2OS63USQjs.object; exports.or = _chunk2OS63USQjs.or; exports.parseAttributeConfig = _chunkU4AB53AMjs.parseAttributeConfig; exports.parsePath = _chunk2OS63USQjs.parsePath; exports.pathHasManyCardinality = _chunk2OS63USQjs.pathHasManyCardinality; exports.phone = _chunk2OS63USQjs.phone; exports.phoneConfigSchema = _chunkU4AB53AMjs.phoneConfigSchema; exports.rating = _chunk2OS63USQjs.rating; exports.ratingConfigSchema = _chunkU4AB53AMjs.ratingConfigSchema; exports.recalculateParentRollups = _chunk2OS63USQjs.recalculateParentRollups; exports.registry = _chunk2OS63USQjs.registry; exports.relation = _chunk2OS63USQjs.relation; exports.relationConfigSchema = _chunkU4AB53AMjs.relationConfigSchema; exports.renderLabelExpression = _chunk2OS63USQjs.renderLabelExpression; exports.resetViewToDefault = resetViewToDefault; exports.resolveMultiplePaths = _chunk2OS63USQjs.resolveMultiplePaths; exports.resolveSingleValue = _chunk2OS63USQjs.resolveSingleValue; exports.richtext = _chunk2OS63USQjs.richtext; exports.richtextConfigSchema = _chunkU4AB53AMjs.richtextConfigSchema; exports.rollup = _chunk2OS63USQjs.rollup; exports.rollupConfigSchema = _chunkU4AB53AMjs.rollupConfigSchema; exports.runWithContext = _chunk2OS63USQjs.runWithContext; exports.runWithFeatureFlags = _chunk2OS63USQjs.runWithFeatureFlags; exports.runWithMergedSchemaContext = _chunk2OS63USQjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunk2OS63USQjs.runWithSchemaContext; exports.safeParseAttributeConfig = _chunkU4AB53AMjs.safeParseAttributeConfig; exports.seedRegistryViews = _chunk2OS63USQjs.seedRegistryViews; exports.select = _chunk2OS63USQjs.select; exports.selectConfigSchema = _chunkU4AB53AMjs.selectConfigSchema; exports.setContextValue = _chunk2OS63USQjs.setContextValue; exports.slugify = _chunkNEVERCM3js.slugify; exports.status = _chunk2OS63USQjs.status; exports.statusConfigSchema = _chunkU4AB53AMjs.statusConfigSchema; exports.stringFlag = stringFlag; exports.success = _chunk2OS63USQjs.success; exports.syncAll = _chunk2OS63USQjs.syncAll; exports.syncNativeObjects = _chunk2OS63USQjs.syncNativeObjects; exports.syncNativeViews = _chunk2OS63USQjs.syncNativeViews; exports.text = _chunk2OS63USQjs.text; exports.textConfigSchema = _chunkU4AB53AMjs.textConfigSchema; exports.textarea = _chunk2OS63USQjs.textarea; exports.textareaConfigSchema = _chunkU4AB53AMjs.textareaConfigSchema; exports.toUndefinedIfEmpty = _chunk2OS63USQjs.toUndefinedIfEmpty; exports.traversePath = _chunk2OS63USQjs.traversePath; exports.tryGetFeatureValue = _chunk2OS63USQjs.tryGetFeatureValue; exports.user = _chunk2OS63USQjs.user; exports.userConfigSchema = _chunkU4AB53AMjs.userConfigSchema; exports.validateAttribute = _chunkU4AB53AMjs.validateAttribute; exports.validateAttributeConfig = _chunkU4AB53AMjs.validateAttributeConfig; exports.validateDraft = _chunkU4AB53AMjs.validateDraft; exports.validateDraftOrThrow = _chunkU4AB53AMjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunk2OS63USQjs.validateFormulaExpression; exports.validateObject = _chunkU4AB53AMjs.validateObject; exports.validateObjectOrThrow = _chunkU4AB53AMjs.validateObjectOrThrow; exports.validatePath = _chunk2OS63USQjs.validatePath; exports.verifyNativeObjectsSync = _chunk2OS63USQjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunk2OS63USQjs.verifyNativeViewsSync; exports.verifyRegistryViewsSeeded = _chunk2OS63USQjs.verifyRegistryViewsSeeded; exports.view = _chunk2OS63USQjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunk2OS63USQjs.wait; exports.withFeatureFlags = _chunk2OS63USQjs.withFeatureFlags; exports.withTenantContext = _chunk2OS63USQjs.withTenantContext; exports.workflow = _chunk2OS63USQjs.workflow;
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkKN6UXXVUjs.ActivityTabConfig; exports.AttributeInUseError = _chunkKN6UXXVUjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkKN6UXXVUjs.AttributeNotFoundError; exports.AuditService = _chunkKN6UXXVUjs.AuditService; exports.AuthMethodSchema = _chunkKN6UXXVUjs.AuthMethodSchema; exports.BEHAVIOR_PROPERTIES = _chunkKN6UXXVUjs.BEHAVIOR_PROPERTIES; exports.BasePropertyBuilder = _chunkKN6UXXVUjs.BasePropertyBuilder; exports.BaseRepository = _chunkKN6UXXVUjs.BaseRepository; exports.BaseService = _chunkKN6UXXVUjs.BaseService; exports.CheckboxPropertyBuilder = _chunkKN6UXXVUjs.CheckboxPropertyBuilder; exports.ConcurrentModificationError = _chunkKN6UXXVUjs.ConcurrentModificationError; exports.ConditionExecutor = _chunkKN6UXXVUjs.ConditionExecutor; exports.ConditionGroupSchema = _chunkKN6UXXVUjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkKN6UXXVUjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkKN6UXXVUjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkKN6UXXVUjs.ConditionRuleSchema; exports.CreateShareInputSchema = _chunkKN6UXXVUjs.CreateShareInputSchema; exports.CurrencyPropertyBuilder = _chunkKN6UXXVUjs.CurrencyPropertyBuilder; exports.CustomTabConfig = _chunkKN6UXXVUjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkKN6UXXVUjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk36UBIXJNjs.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_LABELS = _chunk36UBIXJNjs.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_THEME = _chunkKN6UXXVUjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkU4AB53AMjs.DEFAULT_VALIDATION_MESSAGES; exports.DRIVING_LICENSE = _chunkKN6UXXVUjs.DRIVING_LICENSE; exports.DatePropertyBuilder = _chunkKN6UXXVUjs.DatePropertyBuilder; exports.DetailViewBuilder = _chunkKN6UXXVUjs.DetailViewBuilder; exports.DirectTableTabConfig = _chunkKN6UXXVUjs.DirectTableTabConfig; exports.DocumentExecutor = _chunkKN6UXXVUjs.DocumentExecutor; exports.DocumentGenerationNotConfiguredError = _chunkKN6UXXVUjs.DocumentGenerationNotConfiguredError; exports.DocumentGenerationService = _chunkKN6UXXVUjs.DocumentGenerationService; exports.DocumentGenerationTemplateNotFoundError = _chunkKN6UXXVUjs.DocumentGenerationTemplateNotFoundError; exports.DocumentNodeSchema = _chunkKN6UXXVUjs.DocumentNodeSchema; exports.DocumentProcessingHook = _chunkKN6UXXVUjs.DocumentProcessingHook; exports.DocumentProcessingService = _chunkKN6UXXVUjs.DocumentProcessingService; exports.DocumentRenderError = _chunkKN6UXXVUjs.DocumentRenderError; exports.DocumentRendererService = _chunkKN6UXXVUjs.DocumentRendererService; exports.DocumentService = _chunkKN6UXXVUjs.DocumentService; exports.DocumentTemplateService = _chunkKN6UXXVUjs.DocumentTemplateService; exports.DocumentsTabConfig = _chunkKN6UXXVUjs.DocumentsTabConfig; exports.DuplicateError = _chunkKN6UXXVUjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkKN6UXXVUjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkKN6UXXVUjs.EndExecutor; exports.EndNodeSchema = _chunkKN6UXXVUjs.EndNodeSchema; exports.ExecutorRegistry = _chunkKN6UXXVUjs.ExecutorRegistry; exports.FORBIDDEN_PROPERTY_TYPES = _chunkKN6UXXVUjs.FORBIDDEN_PROPERTY_TYPES; exports.FRENCH_ID_CARD = _chunkKN6UXXVUjs.FRENCH_ID_CARD; exports.FeatureFlagsContextError = _chunkKN6UXXVUjs.FeatureFlagsContextError; exports.FileNotFoundError = _chunkKN6UXXVUjs.FileNotFoundError; exports.FileService = _chunkKN6UXXVUjs.FileService; exports.FlagRegistry = FlagRegistry; exports.FlagService = FlagService; exports.FlowRowFieldSchema = _chunkKN6UXXVUjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunkKN6UXXVUjs.FlowRowSchema; exports.FlowsTabConfig = _chunkKN6UXXVUjs.FlowsTabConfig; exports.ForbiddenError = _chunkKN6UXXVUjs.ForbiddenError; exports.FormExecutor = _chunkKN6UXXVUjs.FormExecutor; exports.FormFieldRefSchema = _chunkKN6UXXVUjs.FormFieldRefSchema; exports.FormNodeSchema = _chunkKN6UXXVUjs.FormNodeSchema; exports.FormulaResolverService = _chunkKN6UXXVUjs.FormulaResolverService; exports.GENERIC_DOCUMENT = _chunkKN6UXXVUjs.GENERIC_DOCUMENT; exports.GeocodingService = _chunkKN6UXXVUjs.GeocodingService; exports.GlobalSearchService = _chunkKN6UXXVUjs.GlobalSearchService; exports.GrantExpiredError = _chunkKN6UXXVUjs.GrantExpiredError; exports.GrantNotFoundError = _chunkKN6UXXVUjs.GrantNotFoundError; exports.GrantRevokedError = _chunkKN6UXXVUjs.GrantRevokedError; exports.GroupBuilder = _chunkKN6UXXVUjs.GroupBuilder; exports.IDENTITY_PROPERTIES = _chunkKN6UXXVUjs.IDENTITY_PROPERTIES; exports.InvalidPathError = _chunkKN6UXXVUjs.InvalidPathError; exports.InverseTableTabConfig = _chunkKN6UXXVUjs.InverseTableTabConfig; exports.InvitationAlreadyAcceptedError = _chunkKN6UXXVUjs.InvitationAlreadyAcceptedError; exports.InvitationExpiredError = _chunkKN6UXXVUjs.InvitationExpiredError; exports.InvitationNotFoundError = _chunkKN6UXXVUjs.InvitationNotFoundError; exports.InvitationRevokedError = _chunkKN6UXXVUjs.InvitationRevokedError; exports.ListViewBuilder = _chunkKN6UXXVUjs.ListViewBuilder; exports.ListViewTabConfigBuilder = _chunkKN6UXXVUjs.ListViewTabConfigBuilder; exports.LocationPropertyBuilder = _chunkKN6UXXVUjs.LocationPropertyBuilder; exports.MaxDepthExceededError = _chunkKN6UXXVUjs.MaxDepthExceededError; exports.MultiselectPropertyBuilder = _chunkKN6UXXVUjs.MultiselectPropertyBuilder; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkKN6UXXVUjs.NodePositionSchema; exports.NoopCacheAdapter = _chunkKN6UXXVUjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkKN6UXXVUjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkKN6UXXVUjs.NoopHookRegistry; exports.NotFoundError = _chunkKN6UXXVUjs.NotFoundError; exports.NotSystemObjectError = _chunkKN6UXXVUjs.NotSystemObjectError; exports.NotesTabConfig = _chunkKN6UXXVUjs.NotesTabConfig; exports.NumberPropertyBuilder = _chunkKN6UXXVUjs.NumberPropertyBuilder; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkKN6UXXVUjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkKN6UXXVUjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkKN6UXXVUjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkKN6UXXVUjs.ObjectSchemaService; exports.PASSPORT = _chunkKN6UXXVUjs.PASSPORT; exports.PRESENTATION_PROPERTIES = _chunkKN6UXXVUjs.PRESENTATION_PROPERTIES; exports.PROOF_OF_ADDRESS = _chunkKN6UXXVUjs.PROOF_OF_ADDRESS; exports.PermissionService = _chunkKN6UXXVUjs.PermissionService; exports.PhonePropertyBuilder = _chunkKN6UXXVUjs.PhonePropertyBuilder; exports.PolicyRegistry = _chunkKN6UXXVUjs.PolicyRegistry; exports.PolicyViolationError = _chunkKN6UXXVUjs.PolicyViolationError; exports.PropertySchemaBuilder = _chunkKN6UXXVUjs.PropertySchemaBuilder; exports.PropertyTypeBuilder = _chunkKN6UXXVUjs.PropertyTypeBuilder; exports.ProtectedResourceError = _chunkKN6UXXVUjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkKN6UXXVUjs.ProtectedRoleError; exports.QueryBuilder = _chunkKN6UXXVUjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkKN6UXXVUjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkKN6UXXVUjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkKN6UXXVUjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkKN6UXXVUjs.RESERVED_ATTRIBUTE_NAMES; exports.RatingPropertyBuilder = _chunkKN6UXXVUjs.RatingPropertyBuilder; exports.RecordNotFoundError = _chunkKN6UXXVUjs.RecordNotFoundError; exports.RecordQueryService = _chunkKN6UXXVUjs.RecordQueryService; exports.RecordReferencedError = _chunkKN6UXXVUjs.RecordReferencedError; exports.RecordResolverService = _chunkKN6UXXVUjs.RecordResolverService; exports.RecordService = _chunkKN6UXXVUjs.RecordService; exports.RelationPropertiesService = _chunkKN6UXXVUjs.RelationPropertiesService; exports.RelationService = _chunkKN6UXXVUjs.RelationService; exports.RoleNotFoundError = _chunkKN6UXXVUjs.RoleNotFoundError; exports.RollupScheduler = _chunkKN6UXXVUjs.RollupScheduler; exports.RollupService = _chunkKN6UXXVUjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkKN6UXXVUjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SIGNABLE_CONTRACT = _chunkKN6UXXVUjs.SIGNABLE_CONTRACT; exports.SYSTEM_ATTRIBUTES = _chunkKN6UXXVUjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkKN6UXXVUjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SYSTEM_TEMPLATES = _chunkKN6UXXVUjs.SYSTEM_TEMPLATES; exports.SYSTEM_TEMPLATE_IDS = _chunkKN6UXXVUjs.SYSTEM_TEMPLATE_IDS; exports.SchemaContextAwareRepository = _chunkKN6UXXVUjs.SchemaContextAwareRepository; exports.SchemaError = _chunkKN6UXXVUjs.SchemaError; exports.SchemaErrorCode = _chunkKN6UXXVUjs.SchemaErrorCode; exports.SelectPropertyBuilder = _chunkKN6UXXVUjs.SelectPropertyBuilder; exports.ShareStatusSchema = _chunkKN6UXXVUjs.ShareStatusSchema; exports.SlotModeSchema = _chunkKN6UXXVUjs.SlotModeSchema; exports.StartExecutor = _chunkKN6UXXVUjs.StartExecutor; exports.StartNodeSchema = _chunkKN6UXXVUjs.StartNodeSchema; exports.StatusPropertyBuilder = _chunkKN6UXXVUjs.StatusPropertyBuilder; exports.StorageDownloadNotSupportedError = _chunkKN6UXXVUjs.StorageDownloadNotSupportedError; exports.SyncError = _chunkKN6UXXVUjs.SyncError; exports.TabBuilder = _chunkKN6UXXVUjs.TabBuilder; exports.TenantContextError = _chunkKN6UXXVUjs.TenantContextError; exports.TextPropertyBuilder = _chunkKN6UXXVUjs.TextPropertyBuilder; exports.TextareaPropertyBuilder = _chunkKN6UXXVUjs.TextareaPropertyBuilder; exports.ThemeColorsSchema = _chunkKN6UXXVUjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkKN6UXXVUjs.ThemeLogoSchema; exports.TokenRevokedError = _chunkKN6UXXVUjs.TokenRevokedError; exports.UserProfileNotFoundError = _chunkKN6UXXVUjs.UserProfileNotFoundError; exports.UserProfileService = _chunkKN6UXXVUjs.UserProfileService; exports.UserService = _chunkKN6UXXVUjs.UserService; exports.ValidationError = _chunkKN6UXXVUjs.ValidationError; exports.ViewBuilder = _chunkKN6UXXVUjs.ViewBuilder; exports.ViewService = _chunkKN6UXXVUjs.ViewService; exports.ViewportSchema = _chunkKN6UXXVUjs.ViewportSchema; exports.WorkflowAccessGrantService = _chunkKN6UXXVUjs.WorkflowAccessGrantService; exports.WorkflowBuilder = _chunkKN6UXXVUjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkKN6UXXVUjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkKN6UXXVUjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkKN6UXXVUjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkKN6UXXVUjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkKN6UXXVUjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkKN6UXXVUjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkKN6UXXVUjs.WorkflowInstanceService; exports.WorkflowInvitationService = _chunkKN6UXXVUjs.WorkflowInvitationService; exports.WorkflowJwtService = _chunkKN6UXXVUjs.WorkflowJwtService; exports.WorkflowLayoutSchema = _chunkKN6UXXVUjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkKN6UXXVUjs.WorkflowNodeSchema; exports.WorkflowRelationService = _chunkKN6UXXVUjs.WorkflowRelationService; exports.WorkflowService = _chunkKN6UXXVUjs.WorkflowService; exports.WorkflowShareSchema = _chunkKN6UXXVUjs.WorkflowShareSchema; exports.WorkflowSimpleFormBuilder = _chunkKN6UXXVUjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkKN6UXXVUjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkKN6UXXVUjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkKN6UXXVUjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkKN6UXXVUjs.WorkflowThemeSchema; exports.addSchemaToContext = _chunkKN6UXXVUjs.addSchemaToContext; exports.and = _chunkKN6UXXVUjs.and; exports.applyDefaultValues = _chunkKN6UXXVUjs.applyDefaultValues; exports.asTenantId = _chunkNEVERCM3js.asTenantId; exports.asUserId = _chunkNEVERCM3js.asUserId; exports.attributeConfigSchemas = _chunkU4AB53AMjs.attributeConfigSchemas; exports.booleanFlag = booleanFlag; exports.buildAuditChanges = _chunkKN6UXXVUjs.buildAuditChanges; exports.buildPolicyContext = _chunkKN6UXXVUjs.buildPolicyContext; exports.cacheKeys = _chunkKN6UXXVUjs.cacheKeys; exports.cacheTtl = _chunkKN6UXXVUjs.cacheTtl; exports.canAccessNode = _chunkKN6UXXVUjs.canAccessNode; exports.canResumeInstance = _chunkKN6UXXVUjs.canResumeInstance; exports.checkPermission = _chunkKN6UXXVUjs.checkPermission; exports.checkRecordAccess = _chunkKN6UXXVUjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkKN6UXXVUjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkKN6UXXVUjs.checkRecordModifyOrThrow; exports.checkSharedObjectWriteAccess = _chunkKN6UXXVUjs.checkSharedObjectWriteAccess; exports.checkbox = _chunkKN6UXXVUjs.checkbox; exports.checkboxConfigSchema = _chunkU4AB53AMjs.checkboxConfigSchema; exports.complete = _chunkKN6UXXVUjs.complete; exports.computeLabel = _chunkKN6UXXVUjs.computeLabel; exports.computeLabelWithRelations = _chunkKN6UXXVUjs.computeLabelWithRelations; exports.computeRecordStatus = _chunkU4AB53AMjs.computeRecordStatus; exports.createAttributeValidator = _chunkU4AB53AMjs.createAttributeValidator; exports.createCheckboxValidator = _chunkU4AB53AMjs.createCheckboxValidator; exports.createContextForCreate = _chunkKN6UXXVUjs.createContextForCreate; exports.createContextForDelete = _chunkKN6UXXVUjs.createContextForDelete; exports.createContextForRestore = _chunkKN6UXXVUjs.createContextForRestore; exports.createContextForUpdate = _chunkKN6UXXVUjs.createContextForUpdate; exports.createCurrencyValidator = _chunkU4AB53AMjs.createCurrencyValidator; exports.createDateValidator = _chunkU4AB53AMjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunkKN6UXXVUjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkKN6UXXVUjs.createDefaultState; exports.createDraftValidator = _chunkU4AB53AMjs.createDraftValidator; exports.createEmptyContext = _chunkKN6UXXVUjs.createEmptyContext; exports.createFileValidator = _chunkU4AB53AMjs.createFileValidator; exports.createFlagRegistry = createFlagRegistry; exports.createFlagService = createFlagService; exports.createFormAttributeValidator = _chunkU4AB53AMjs.createFormAttributeValidator; exports.createFormulaValidator = _chunkU4AB53AMjs.createFormulaValidator; exports.createLocationValidator = _chunkU4AB53AMjs.createLocationValidator; exports.createMockAdapter = _chunkKN6UXXVUjs.createMockAdapter; exports.createMultiRelationValidator = _chunkU4AB53AMjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkU4AB53AMjs.createMultiselectValidator; exports.createNumberValidator = _chunkU4AB53AMjs.createNumberValidator; exports.createObjectValidator = _chunkU4AB53AMjs.createObjectValidator; exports.createPhoneValidator = _chunkU4AB53AMjs.createPhoneValidator; exports.createQueryBuilder = _chunkKN6UXXVUjs.createQueryBuilder; exports.createRatingValidator = _chunkU4AB53AMjs.createRatingValidator; exports.createRelationValidator = _chunkU4AB53AMjs.createRelationValidator; exports.createRichtextValidator = _chunkU4AB53AMjs.createRichtextValidator; exports.createRollupValidator = _chunkU4AB53AMjs.createRollupValidator; exports.createSelectValidator = _chunkU4AB53AMjs.createSelectValidator; exports.createSingleRelationValidator = _chunkU4AB53AMjs.createSingleRelationValidator; exports.createStartTransition = _chunkKN6UXXVUjs.createStartTransition; exports.createStatusValidator = _chunkU4AB53AMjs.createStatusValidator; exports.createTextAreaValidator = _chunkU4AB53AMjs.createTextAreaValidator; exports.createTextValidator = _chunkU4AB53AMjs.createTextValidator; exports.createUserValidator = _chunkU4AB53AMjs.createUserValidator; exports.currency = _chunkKN6UXXVUjs.currency; exports.currencyConfigSchema = _chunkU4AB53AMjs.currencyConfigSchema; exports.date = _chunkKN6UXXVUjs.date; exports.dateConfigSchema = _chunkU4AB53AMjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkKN6UXXVUjs.defaultPolicyRegistry; exports.defaultTtl = _chunkKN6UXXVUjs.defaultTtl; exports.detailView = _chunkKN6UXXVUjs.detailView; exports.document = _chunkKN6UXXVUjs.document; exports.documentConfigSchema = _chunkU4AB53AMjs.documentConfigSchema; exports.enrichRecordsWithFormulas = _chunkKN6UXXVUjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkKN6UXXVUjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkKN6UXXVUjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkKN6UXXVUjs.enrichWithFormulas; exports.eq = _chunkKN6UXXVUjs.eq; exports.error = _chunkKN6UXXVUjs.error; exports.evaluate = _chunkKN6UXXVUjs.evaluate; exports.evaluateCondition = _chunkKN6UXXVUjs.evaluateCondition; exports.evaluateFormula = _chunkKN6UXXVUjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkKN6UXXVUjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkKN6UXXVUjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkKN6UXXVUjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkKN6UXXVUjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkKN6UXXVUjs.evaluateWithTrace; exports.extractAttributeNames = _chunkKN6UXXVUjs.extractAttributeNames; exports.extractFormulaVariables = _chunkKN6UXXVUjs.extractFormulaVariables; exports.extractRelationIds = _chunkKN6UXXVUjs.extractRelationIds; exports.extractRelationNames = _chunkKN6UXXVUjs.extractRelationNames; exports.extractRelationReferences = _chunkKN6UXXVUjs.extractRelationReferences; exports.file = _chunkKN6UXXVUjs.file; exports.fileConfigSchema = _chunkU4AB53AMjs.fileConfigSchema; exports.flagRegistry = flagRegistry; exports.flattenRelationsForEval = _chunkKN6UXXVUjs.flattenRelationsForEval; exports.formatAttributeValue = _chunkKN6UXXVUjs.formatAttributeValue; exports.formatFormulaResult = _chunkKN6UXXVUjs.formatFormulaResult; exports.formatRecord = _chunkKN6UXXVUjs.formatRecord; exports.formatRecords = _chunkKN6UXXVUjs.formatRecords; exports.formatZodErrors = _chunkU4AB53AMjs.formatZodErrors; exports.formula = _chunkKN6UXXVUjs.formula; exports.formulaConfigSchema = _chunkU4AB53AMjs.formulaConfigSchema; exports.generateCssVariables = _chunkKN6UXXVUjs.generateCssVariables; exports.generateDefaultDetailView = generateDefaultDetailView; exports.generateDefaultListView = generateDefaultListView; exports.generateFallbackView = generateFallbackView; exports.generateId = _chunkNEVERCM3js.generateId; exports.generatePrefixedId = _chunkNEVERCM3js.generatePrefixedId; exports.generateTemplateName = _chunkNEVERCM3js.generateTemplateName; exports.getAttributeConfigSchema = _chunkU4AB53AMjs.getAttributeConfigSchema; exports.getContext = _chunkKN6UXXVUjs.getContext; exports.getContextValue = _chunkKN6UXXVUjs.getContextValue; exports.getDefaultExecutorRegistry = _chunkKN6UXXVUjs.getDefaultExecutorRegistry; exports.getFeatureFlags = _chunkKN6UXXVUjs.getFeatureFlags; exports.getFeatureValue = _chunkKN6UXXVUjs.getFeatureValue; exports.getMissingRequiredAttributes = _chunkU4AB53AMjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkKN6UXXVUjs.getNodeOutputs; exports.getPathDepth = _chunkKN6UXXVUjs.getPathDepth; exports.getPolicy = _chunkKN6UXXVUjs.getPolicy; exports.getRelationPath = _chunkKN6UXXVUjs.getRelationPath; exports.getSchemaByNameFromContext = _chunkKN6UXXVUjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunkKN6UXXVUjs.getSchemaContext; exports.getSchemaFromContext = _chunkKN6UXXVUjs.getSchemaFromContext; exports.getSyncPreview = _chunkKN6UXXVUjs.getSyncPreview; exports.getSystemAttributeList = _chunkKN6UXXVUjs.getSystemAttributeList; exports.getSystemTemplate = _chunkKN6UXXVUjs.getSystemTemplate; exports.getTargetAttributeName = _chunkKN6UXXVUjs.getTargetAttributeName; exports.getTenantId = _chunkKN6UXXVUjs.getTenantId; exports.getUserId = _chunkKN6UXXVUjs.getUserId; exports.getViewSeedPreview = _chunkKN6UXXVUjs.getViewSeedPreview; exports.getViewSyncPreview = _chunkKN6UXXVUjs.getViewSyncPreview; exports.group = _chunkKN6UXXVUjs.group; exports.hasContext = _chunkKN6UXXVUjs.hasContext; exports.hasFeatureFlagsContext = _chunkKN6UXXVUjs.hasFeatureFlagsContext; exports.hasProperties = _chunkKN6UXXVUjs.hasProperties; exports.hasRelationReferences = _chunkKN6UXXVUjs.hasRelationReferences; exports.hasSchemaContext = _chunkKN6UXXVUjs.hasSchemaContext; exports.hashOptions = _chunkKN6UXXVUjs.hashOptions; exports.inValues = _chunkKN6UXXVUjs.inValues; exports.indexBy = _chunkNEVERCM3js.indexBy; exports.isActivityTab = isActivityTab; exports.isAdvancedFormNode = _chunkKN6UXXVUjs.isAdvancedFormNode; exports.isBehaviorProperty = _chunkKN6UXXVUjs.isBehaviorProperty; exports.isCalendarView = isCalendarView; exports.isConditionGroup = _chunkKN6UXXVUjs.isConditionGroup; exports.isConditionNode = _chunkKN6UXXVUjs.isConditionNode; exports.isConditionRule = _chunkKN6UXXVUjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDetailView = isDetailView; exports.isDirectTableTab = isDirectTableTab; exports.isDocumentNode = _chunkKN6UXXVUjs.isDocumentNode; exports.isDocumentsTab = isDocumentsTab; exports.isEmpty = _chunkKN6UXXVUjs.isEmpty; exports.isEndNode = _chunkKN6UXXVUjs.isEndNode; exports.isFeatureEnabled = _chunkKN6UXXVUjs.isFeatureEnabled; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkKN6UXXVUjs.isForbiddenError; exports.isFormNode = _chunkKN6UXXVUjs.isFormNode; exports.isFormTab = isFormTab; exports.isGalleryView = isGalleryView; exports.isGrantExpired = _chunkKN6UXXVUjs.isGrantExpired; exports.isGrantRevoked = _chunkKN6UXXVUjs.isGrantRevoked; exports.isGrantValid = _chunkKN6UXXVUjs.isGrantValid; exports.isIdentityProperty = _chunkKN6UXXVUjs.isIdentityProperty; exports.isInstanceEvent = _chunkKN6UXXVUjs.isInstanceEvent; exports.isInstanceTerminal = _chunkKN6UXXVUjs.isInstanceTerminal; exports.isInstanceWaiting = _chunkKN6UXXVUjs.isInstanceWaiting; exports.isInverseTableTab = isInverseTableTab; exports.isInvitationAccepted = _chunkKN6UXXVUjs.isInvitationAccepted; exports.isInvitationExpired = _chunkKN6UXXVUjs.isInvitationExpired; exports.isInvitationOrGrantEvent = _chunkKN6UXXVUjs.isInvitationOrGrantEvent; exports.isInvitationValid = _chunkKN6UXXVUjs.isInvitationValid; exports.isLabelExpression = _chunkKN6UXXVUjs.isLabelExpression; exports.isListView = isListView; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkKN6UXXVUjs.isNodeEvent; exports.isNotEmpty = _chunkKN6UXXVUjs.isNotEmpty; exports.isNotFoundError = _chunkKN6UXXVUjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isPresentationProperty = _chunkKN6UXXVUjs.isPresentationProperty; exports.isProtectedResourceError = _chunkKN6UXXVUjs.isProtectedResourceError; exports.isRecordComplete = _chunkU4AB53AMjs.isRecordComplete; exports.isSchemaError = _chunkKN6UXXVUjs.isSchemaError; exports.isSimpleFormNode = _chunkKN6UXXVUjs.isSimpleFormNode; exports.isStartNode = _chunkKN6UXXVUjs.isStartNode; exports.isSystemAttribute = _chunkKN6UXXVUjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkKN6UXXVUjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isSystemTemplate = _chunkKN6UXXVUjs.isSystemTemplate; exports.isSystemWorkflow = _chunkKN6UXXVUjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isTimelineView = isTimelineView; exports.isTokenRevoked = _chunkKN6UXXVUjs.isTokenRevoked; exports.isUniversalRelation = _chunkKN6UXXVUjs.isUniversalRelation; exports.isValidationError = _chunkKN6UXXVUjs.isValidationError; exports.isViewCustomized = isViewCustomized; exports.isWorkflowDefinition = _chunkKN6UXXVUjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunkKN6UXXVUjs.isWorkflowPublished; exports.jsonFlag = jsonFlag; exports.listView = _chunkKN6UXXVUjs.listView; exports.location = _chunkKN6UXXVUjs.location; exports.locationConfigSchema = _chunkU4AB53AMjs.locationConfigSchema; exports.mergeWithDefaults = _chunkKN6UXXVUjs.mergeWithDefaults; exports.multiselect = _chunkKN6UXXVUjs.multiselect; exports.multiselectConfigSchema = _chunkU4AB53AMjs.multiselectConfigSchema; exports.neq = _chunkKN6UXXVUjs.neq; exports.notesPolicy = _chunkKN6UXXVUjs.notesPolicy; exports.number = _chunkKN6UXXVUjs.number; exports.numberConfigSchema = _chunkU4AB53AMjs.numberConfigSchema; exports.numberFlag = numberFlag; exports.object = _chunkKN6UXXVUjs.object; exports.or = _chunkKN6UXXVUjs.or; exports.parseAttributeConfig = _chunkU4AB53AMjs.parseAttributeConfig; exports.parsePath = _chunkKN6UXXVUjs.parsePath; exports.pathHasManyCardinality = _chunkKN6UXXVUjs.pathHasManyCardinality; exports.phone = _chunkKN6UXXVUjs.phone; exports.phoneConfigSchema = _chunkU4AB53AMjs.phoneConfigSchema; exports.rating = _chunkKN6UXXVUjs.rating; exports.ratingConfigSchema = _chunkU4AB53AMjs.ratingConfigSchema; exports.recalculateParentRollups = _chunkKN6UXXVUjs.recalculateParentRollups; exports.registry = _chunkKN6UXXVUjs.registry; exports.relation = _chunkKN6UXXVUjs.relation; exports.relationConfigSchema = _chunkU4AB53AMjs.relationConfigSchema; exports.renderLabelExpression = _chunkKN6UXXVUjs.renderLabelExpression; exports.resetViewToDefault = resetViewToDefault; exports.resolveMultiplePaths = _chunkKN6UXXVUjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkKN6UXXVUjs.resolveSingleValue; exports.richtext = _chunkKN6UXXVUjs.richtext; exports.richtextConfigSchema = _chunkU4AB53AMjs.richtextConfigSchema; exports.rollup = _chunkKN6UXXVUjs.rollup; exports.rollupConfigSchema = _chunkU4AB53AMjs.rollupConfigSchema; exports.runWithContext = _chunkKN6UXXVUjs.runWithContext; exports.runWithFeatureFlags = _chunkKN6UXXVUjs.runWithFeatureFlags; exports.runWithMergedSchemaContext = _chunkKN6UXXVUjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkKN6UXXVUjs.runWithSchemaContext; exports.safeParseAttributeConfig = _chunkU4AB53AMjs.safeParseAttributeConfig; exports.seedRegistryViews = _chunkKN6UXXVUjs.seedRegistryViews; exports.select = _chunkKN6UXXVUjs.select; exports.selectConfigSchema = _chunkU4AB53AMjs.selectConfigSchema; exports.setContextValue = _chunkKN6UXXVUjs.setContextValue; exports.slugify = _chunkNEVERCM3js.slugify; exports.status = _chunkKN6UXXVUjs.status; exports.statusConfigSchema = _chunkU4AB53AMjs.statusConfigSchema; exports.stringFlag = stringFlag; exports.success = _chunkKN6UXXVUjs.success; exports.syncAll = _chunkKN6UXXVUjs.syncAll; exports.syncNativeObjects = _chunkKN6UXXVUjs.syncNativeObjects; exports.syncNativeViews = _chunkKN6UXXVUjs.syncNativeViews; exports.text = _chunkKN6UXXVUjs.text; exports.textConfigSchema = _chunkU4AB53AMjs.textConfigSchema; exports.textarea = _chunkKN6UXXVUjs.textarea; exports.textareaConfigSchema = _chunkU4AB53AMjs.textareaConfigSchema; exports.toUndefinedIfEmpty = _chunkKN6UXXVUjs.toUndefinedIfEmpty; exports.traversePath = _chunkKN6UXXVUjs.traversePath; exports.tryGetFeatureValue = _chunkKN6UXXVUjs.tryGetFeatureValue; exports.user = _chunkKN6UXXVUjs.user; exports.userConfigSchema = _chunkU4AB53AMjs.userConfigSchema; exports.validateAttribute = _chunkU4AB53AMjs.validateAttribute; exports.validateAttributeConfig = _chunkU4AB53AMjs.validateAttributeConfig; exports.validateDraft = _chunkU4AB53AMjs.validateDraft; exports.validateDraftOrThrow = _chunkU4AB53AMjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkKN6UXXVUjs.validateFormulaExpression; exports.validateObject = _chunkU4AB53AMjs.validateObject; exports.validateObjectOrThrow = _chunkU4AB53AMjs.validateObjectOrThrow; exports.validatePath = _chunkKN6UXXVUjs.validatePath; exports.validatePropertyType = _chunkKN6UXXVUjs.validatePropertyType; exports.verifyNativeObjectsSync = _chunkKN6UXXVUjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkKN6UXXVUjs.verifyNativeViewsSync; exports.verifyRegistryViewsSeeded = _chunkKN6UXXVUjs.verifyRegistryViewsSeeded; exports.view = _chunkKN6UXXVUjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkKN6UXXVUjs.wait; exports.withFeatureFlags = _chunkKN6UXXVUjs.withFeatureFlags; exports.withTenantContext = _chunkKN6UXXVUjs.withTenantContext; exports.workflow = _chunkKN6UXXVUjs.workflow;
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
AuditService,
|
|
6
6
|
AuthMethodSchema,
|
|
7
7
|
BEHAVIOR_PROPERTIES,
|
|
8
|
+
BasePropertyBuilder,
|
|
8
9
|
BaseRepository,
|
|
9
10
|
BaseService,
|
|
11
|
+
CheckboxPropertyBuilder,
|
|
10
12
|
ConcurrentModificationError,
|
|
11
13
|
ConditionExecutor,
|
|
12
14
|
ConditionGroupSchema,
|
|
@@ -14,10 +16,12 @@ import {
|
|
|
14
16
|
ConditionOperatorSchema,
|
|
15
17
|
ConditionRuleSchema,
|
|
16
18
|
CreateShareInputSchema,
|
|
19
|
+
CurrencyPropertyBuilder,
|
|
17
20
|
CustomTabConfig,
|
|
18
21
|
DEFAULT_LABEL_FALLBACK,
|
|
19
22
|
DEFAULT_THEME,
|
|
20
23
|
DRIVING_LICENSE,
|
|
24
|
+
DatePropertyBuilder,
|
|
21
25
|
DetailViewBuilder,
|
|
22
26
|
DirectTableTabConfig,
|
|
23
27
|
DocumentExecutor,
|
|
@@ -37,6 +41,7 @@ import {
|
|
|
37
41
|
EndExecutor,
|
|
38
42
|
EndNodeSchema,
|
|
39
43
|
ExecutorRegistry,
|
|
44
|
+
FORBIDDEN_PROPERTY_TYPES,
|
|
40
45
|
FRENCH_ID_CARD,
|
|
41
46
|
FeatureFlagsContextError,
|
|
42
47
|
FileNotFoundError,
|
|
@@ -65,7 +70,9 @@ import {
|
|
|
65
70
|
InvitationRevokedError,
|
|
66
71
|
ListViewBuilder,
|
|
67
72
|
ListViewTabConfigBuilder,
|
|
73
|
+
LocationPropertyBuilder,
|
|
68
74
|
MaxDepthExceededError,
|
|
75
|
+
MultiselectPropertyBuilder,
|
|
69
76
|
NodePositionSchema,
|
|
70
77
|
NoopCacheAdapter,
|
|
71
78
|
NoopGeocodingAdapter,
|
|
@@ -73,6 +80,7 @@ import {
|
|
|
73
80
|
NotFoundError,
|
|
74
81
|
NotSystemObjectError,
|
|
75
82
|
NotesTabConfig,
|
|
83
|
+
NumberPropertyBuilder,
|
|
76
84
|
ObjectBuilder,
|
|
77
85
|
ObjectNotFoundError,
|
|
78
86
|
ObjectReferencedError,
|
|
@@ -81,8 +89,11 @@ import {
|
|
|
81
89
|
PRESENTATION_PROPERTIES,
|
|
82
90
|
PROOF_OF_ADDRESS,
|
|
83
91
|
PermissionService,
|
|
92
|
+
PhonePropertyBuilder,
|
|
84
93
|
PolicyRegistry,
|
|
85
94
|
PolicyViolationError,
|
|
95
|
+
PropertySchemaBuilder,
|
|
96
|
+
PropertyTypeBuilder,
|
|
86
97
|
ProtectedResourceError,
|
|
87
98
|
ProtectedRoleError,
|
|
88
99
|
QueryBuilder,
|
|
@@ -90,11 +101,13 @@ import {
|
|
|
90
101
|
QueryNoResultError,
|
|
91
102
|
RELATION_TARGET_ANY,
|
|
92
103
|
RESERVED_ATTRIBUTE_NAMES,
|
|
104
|
+
RatingPropertyBuilder,
|
|
93
105
|
RecordNotFoundError,
|
|
94
106
|
RecordQueryService,
|
|
95
107
|
RecordReferencedError,
|
|
96
108
|
RecordResolverService,
|
|
97
109
|
RecordService,
|
|
110
|
+
RelationPropertiesService,
|
|
98
111
|
RelationService,
|
|
99
112
|
RoleNotFoundError,
|
|
100
113
|
RollupScheduler,
|
|
@@ -108,14 +121,18 @@ import {
|
|
|
108
121
|
SchemaContextAwareRepository,
|
|
109
122
|
SchemaError,
|
|
110
123
|
SchemaErrorCode,
|
|
124
|
+
SelectPropertyBuilder,
|
|
111
125
|
ShareStatusSchema,
|
|
112
126
|
SlotModeSchema,
|
|
113
127
|
StartExecutor,
|
|
114
128
|
StartNodeSchema,
|
|
129
|
+
StatusPropertyBuilder,
|
|
115
130
|
StorageDownloadNotSupportedError,
|
|
116
131
|
SyncError,
|
|
117
132
|
TabBuilder,
|
|
118
133
|
TenantContextError,
|
|
134
|
+
TextPropertyBuilder,
|
|
135
|
+
TextareaPropertyBuilder,
|
|
119
136
|
ThemeColorsSchema,
|
|
120
137
|
ThemeLogoSchema,
|
|
121
138
|
TokenRevokedError,
|
|
@@ -317,6 +334,7 @@ import {
|
|
|
317
334
|
user,
|
|
318
335
|
validateFormulaExpression,
|
|
319
336
|
validatePath,
|
|
337
|
+
validatePropertyType,
|
|
320
338
|
verifyNativeObjectsSync,
|
|
321
339
|
verifyNativeViewsSync,
|
|
322
340
|
verifyRegistryViewsSeeded,
|
|
@@ -325,7 +343,7 @@ import {
|
|
|
325
343
|
withFeatureFlags,
|
|
326
344
|
withTenantContext,
|
|
327
345
|
workflow
|
|
328
|
-
} from "./chunk-
|
|
346
|
+
} from "./chunk-RRCPZUSK.mjs";
|
|
329
347
|
import {
|
|
330
348
|
asTenantId,
|
|
331
349
|
asUserId,
|
|
@@ -1500,8 +1518,10 @@ export {
|
|
|
1500
1518
|
AuditService,
|
|
1501
1519
|
AuthMethodSchema,
|
|
1502
1520
|
BEHAVIOR_PROPERTIES,
|
|
1521
|
+
BasePropertyBuilder,
|
|
1503
1522
|
BaseRepository,
|
|
1504
1523
|
BaseService,
|
|
1524
|
+
CheckboxPropertyBuilder,
|
|
1505
1525
|
ConcurrentModificationError,
|
|
1506
1526
|
ConditionExecutor,
|
|
1507
1527
|
ConditionGroupSchema,
|
|
@@ -1509,6 +1529,7 @@ export {
|
|
|
1509
1529
|
ConditionOperatorSchema,
|
|
1510
1530
|
ConditionRuleSchema,
|
|
1511
1531
|
CreateShareInputSchema,
|
|
1532
|
+
CurrencyPropertyBuilder,
|
|
1512
1533
|
CustomTabConfig,
|
|
1513
1534
|
DEFAULT_LABEL_FALLBACK,
|
|
1514
1535
|
DEFAULT_ROLES,
|
|
@@ -1518,6 +1539,7 @@ export {
|
|
|
1518
1539
|
DEFAULT_THEME,
|
|
1519
1540
|
DEFAULT_VALIDATION_MESSAGES,
|
|
1520
1541
|
DRIVING_LICENSE,
|
|
1542
|
+
DatePropertyBuilder,
|
|
1521
1543
|
DetailViewBuilder,
|
|
1522
1544
|
DirectTableTabConfig,
|
|
1523
1545
|
DocumentExecutor,
|
|
@@ -1537,6 +1559,7 @@ export {
|
|
|
1537
1559
|
EndExecutor,
|
|
1538
1560
|
EndNodeSchema,
|
|
1539
1561
|
ExecutorRegistry,
|
|
1562
|
+
FORBIDDEN_PROPERTY_TYPES,
|
|
1540
1563
|
FRENCH_ID_CARD,
|
|
1541
1564
|
FeatureFlagsContextError,
|
|
1542
1565
|
FileNotFoundError,
|
|
@@ -1567,7 +1590,9 @@ export {
|
|
|
1567
1590
|
InvitationRevokedError,
|
|
1568
1591
|
ListViewBuilder,
|
|
1569
1592
|
ListViewTabConfigBuilder,
|
|
1593
|
+
LocationPropertyBuilder,
|
|
1570
1594
|
MaxDepthExceededError,
|
|
1595
|
+
MultiselectPropertyBuilder,
|
|
1571
1596
|
NOTES,
|
|
1572
1597
|
NO_VALUE_OPERATORS,
|
|
1573
1598
|
NodePositionSchema,
|
|
@@ -1577,6 +1602,7 @@ export {
|
|
|
1577
1602
|
NotFoundError,
|
|
1578
1603
|
NotSystemObjectError,
|
|
1579
1604
|
NotesTabConfig,
|
|
1605
|
+
NumberPropertyBuilder,
|
|
1580
1606
|
OPERATORS_BY_TYPE,
|
|
1581
1607
|
ObjectBuilder,
|
|
1582
1608
|
ObjectNotFoundError,
|
|
@@ -1586,8 +1612,11 @@ export {
|
|
|
1586
1612
|
PRESENTATION_PROPERTIES,
|
|
1587
1613
|
PROOF_OF_ADDRESS,
|
|
1588
1614
|
PermissionService,
|
|
1615
|
+
PhonePropertyBuilder,
|
|
1589
1616
|
PolicyRegistry,
|
|
1590
1617
|
PolicyViolationError,
|
|
1618
|
+
PropertySchemaBuilder,
|
|
1619
|
+
PropertyTypeBuilder,
|
|
1591
1620
|
ProtectedResourceError,
|
|
1592
1621
|
ProtectedRoleError,
|
|
1593
1622
|
QueryBuilder,
|
|
@@ -1595,11 +1624,13 @@ export {
|
|
|
1595
1624
|
QueryNoResultError,
|
|
1596
1625
|
RELATION_TARGET_ANY,
|
|
1597
1626
|
RESERVED_ATTRIBUTE_NAMES,
|
|
1627
|
+
RatingPropertyBuilder,
|
|
1598
1628
|
RecordNotFoundError,
|
|
1599
1629
|
RecordQueryService,
|
|
1600
1630
|
RecordReferencedError,
|
|
1601
1631
|
RecordResolverService,
|
|
1602
1632
|
RecordService,
|
|
1633
|
+
RelationPropertiesService,
|
|
1603
1634
|
RelationService,
|
|
1604
1635
|
RoleNotFoundError,
|
|
1605
1636
|
RollupScheduler,
|
|
@@ -1615,14 +1646,18 @@ export {
|
|
|
1615
1646
|
SchemaContextAwareRepository,
|
|
1616
1647
|
SchemaError,
|
|
1617
1648
|
SchemaErrorCode,
|
|
1649
|
+
SelectPropertyBuilder,
|
|
1618
1650
|
ShareStatusSchema,
|
|
1619
1651
|
SlotModeSchema,
|
|
1620
1652
|
StartExecutor,
|
|
1621
1653
|
StartNodeSchema,
|
|
1654
|
+
StatusPropertyBuilder,
|
|
1622
1655
|
StorageDownloadNotSupportedError,
|
|
1623
1656
|
SyncError,
|
|
1624
1657
|
TabBuilder,
|
|
1625
1658
|
TenantContextError,
|
|
1659
|
+
TextPropertyBuilder,
|
|
1660
|
+
TextareaPropertyBuilder,
|
|
1626
1661
|
ThemeColorsSchema,
|
|
1627
1662
|
ThemeLogoSchema,
|
|
1628
1663
|
TokenRevokedError,
|
|
@@ -1919,6 +1954,7 @@ export {
|
|
|
1919
1954
|
validateObject,
|
|
1920
1955
|
validateObjectOrThrow,
|
|
1921
1956
|
validatePath,
|
|
1957
|
+
validatePropertyType,
|
|
1922
1958
|
verifyNativeObjectsSync,
|
|
1923
1959
|
verifyNativeViewsSync,
|
|
1924
1960
|
verifyRegistryViewsSeeded,
|