@stndrds/schema 0.1.0-alpha.48 → 0.1.0-alpha.49

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.
@@ -323,7 +323,14 @@ function initializePinCodeService(salt) {
323
323
  }
324
324
 
325
325
  // src/runtime/cache.ts
326
- import { createHash } from "crypto";
326
+ function fnv1aHash(str) {
327
+ let hash = 2166136261;
328
+ for (let i = 0; i < str.length; i++) {
329
+ hash ^= str.charCodeAt(i);
330
+ hash = hash * 16777619 >>> 0;
331
+ }
332
+ return hash.toString(16).padStart(8, "0");
333
+ }
327
334
  function hashOptions(options) {
328
335
  if (options === null || options === void 0 || typeof options === "object" && Object.keys(options).length === 0) {
329
336
  return "default";
@@ -340,7 +347,7 @@ function hashOptions(options) {
340
347
  }
341
348
  return value;
342
349
  });
343
- return createHash("md5").update(sortedJson).digest("hex").slice(0, 8);
350
+ return fnv1aHash(sortedJson);
344
351
  }
345
352
  var cacheKeys = {
346
353
  // -------------------------------------------------------------------------
@@ -323,7 +323,14 @@ function initializePinCodeService(salt) {
323
323
  }
324
324
 
325
325
  // src/runtime/cache.ts
326
- var _crypto = require('crypto');
326
+ function fnv1aHash(str) {
327
+ let hash = 2166136261;
328
+ for (let i = 0; i < str.length; i++) {
329
+ hash ^= str.charCodeAt(i);
330
+ hash = hash * 16777619 >>> 0;
331
+ }
332
+ return hash.toString(16).padStart(8, "0");
333
+ }
327
334
  function hashOptions(options) {
328
335
  if (options === null || options === void 0 || typeof options === "object" && Object.keys(options).length === 0) {
329
336
  return "default";
@@ -340,7 +347,7 @@ function hashOptions(options) {
340
347
  }
341
348
  return value;
342
349
  });
343
- return _crypto.createHash.call(void 0, "md5").update(sortedJson).digest("hex").slice(0, 8);
350
+ return fnv1aHash(sortedJson);
344
351
  }
345
352
  var cacheKeys = {
346
353
  // -------------------------------------------------------------------------
package/dist/index.js CHANGED
@@ -328,7 +328,7 @@
328
328
 
329
329
 
330
330
 
331
- var _chunkJSSSRT57js = require('./chunk-JSSSRT57.js');
331
+ var _chunkLPCQM5VGjs = require('./chunk-LPCQM5VG.js');
332
332
 
333
333
 
334
334
 
@@ -481,13 +481,13 @@ function isFlowsTab(tab) {
481
481
  }
482
482
 
483
483
  // src/native/notes.ts
484
- var NOTES = _chunkJSSSRT57js.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(_chunkJSSSRT57js.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkJSSSRT57js.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
485
- _chunkJSSSRT57js.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
484
+ var NOTES = _chunkLPCQM5VGjs.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(_chunkLPCQM5VGjs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkLPCQM5VGjs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
485
+ _chunkLPCQM5VGjs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
486
486
  { id: "private", label: "Private", value: "private", icon: "lock" },
487
487
  { id: "shared", label: "Shared", value: "shared", icon: "users" }
488
488
  ]).defaultValue("private").required()
489
- ).attribute(_chunkJSSSRT57js.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
490
- _chunkJSSSRT57js.registry.register(NOTES);
489
+ ).attribute(_chunkLPCQM5VGjs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
490
+ _chunkLPCQM5VGjs.registry.register(NOTES);
491
491
 
492
492
  // src/views/registry.ts
493
493
  var ViewRegistry = class {
@@ -983,4 +983,4 @@ var viewRegistry = new ViewRegistry();
983
983
 
984
984
 
985
985
 
986
- exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkJSSSRT57js.ActivityTabConfig; exports.AttributeInUseError = _chunkJSSSRT57js.AttributeInUseError; exports.AttributeNotFoundError = _chunkJSSSRT57js.AttributeNotFoundError; exports.AuditService = _chunkJSSSRT57js.AuditService; exports.BaseRepository = _chunkJSSSRT57js.BaseRepository; exports.BaseService = _chunkJSSSRT57js.BaseService; exports.ConditionExecutor = _chunkJSSSRT57js.ConditionExecutor; exports.ConditionGroupSchema = _chunkJSSSRT57js.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkJSSSRT57js.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkJSSSRT57js.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkJSSSRT57js.ConditionRuleSchema; exports.CustomTabConfig = _chunkJSSSRT57js.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkJSSSRT57js.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 = _chunkJSSSRT57js.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkJSSSRT57js.DEFAULT_VALIDATION_MESSAGES; exports.DirectTableTabConfig = _chunkJSSSRT57js.DirectTableTabConfig; exports.DuplicateError = _chunkJSSSRT57js.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkJSSSRT57js.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkJSSSRT57js.EndExecutor; exports.EndNodeSchema = _chunkJSSSRT57js.EndNodeSchema; exports.ExecutorRegistry = _chunkJSSSRT57js.ExecutorRegistry; exports.FileNotFoundError = _chunkJSSSRT57js.FileNotFoundError; exports.FileService = _chunkJSSSRT57js.FileService; exports.FlowRowFieldSchema = _chunkJSSSRT57js.FlowRowFieldSchema; exports.FlowRowSchema = _chunkJSSSRT57js.FlowRowSchema; exports.FlowsTabConfig = _chunkJSSSRT57js.FlowsTabConfig; exports.ForbiddenError = _chunkJSSSRT57js.ForbiddenError; exports.FormExecutor = _chunkJSSSRT57js.FormExecutor; exports.FormFieldRefSchema = _chunkJSSSRT57js.FormFieldRefSchema; exports.FormNodeSchema = _chunkJSSSRT57js.FormNodeSchema; exports.GeocodingService = _chunkJSSSRT57js.GeocodingService; exports.GlobalSearchService = _chunkJSSSRT57js.GlobalSearchService; exports.GroupBuilder = _chunkJSSSRT57js.GroupBuilder; exports.InvalidPathError = _chunkJSSSRT57js.InvalidPathError; exports.InverseTableTabConfig = _chunkJSSSRT57js.InverseTableTabConfig; exports.MaxDepthExceededError = _chunkJSSSRT57js.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkJSSSRT57js.NodePositionSchema; exports.NoopCacheAdapter = _chunkJSSSRT57js.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkJSSSRT57js.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkJSSSRT57js.NoopHookRegistry; exports.NotFoundError = _chunkJSSSRT57js.NotFoundError; exports.NotSystemObjectError = _chunkJSSSRT57js.NotSystemObjectError; exports.NotesTabConfig = _chunkJSSSRT57js.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkJSSSRT57js.ObjectBuilder; exports.ObjectNotFoundError = _chunkJSSSRT57js.ObjectNotFoundError; exports.ObjectReferencedError = _chunkJSSSRT57js.ObjectReferencedError; exports.ObjectSchemaService = _chunkJSSSRT57js.ObjectSchemaService; exports.ParticipantAuthConfigSchema = _chunkJSSSRT57js.ParticipantAuthConfigSchema; exports.ParticipantTemplateSchema = _chunkJSSSRT57js.ParticipantTemplateSchema; exports.ParticipationTokenService = _chunkJSSSRT57js.ParticipationTokenService; exports.PermissionService = _chunkJSSSRT57js.PermissionService; exports.PinCodeService = _chunkJSSSRT57js.PinCodeService; exports.PolicyRegistry = _chunkJSSSRT57js.PolicyRegistry; exports.PolicyViolationError = _chunkJSSSRT57js.PolicyViolationError; exports.ProtectedResourceError = _chunkJSSSRT57js.ProtectedResourceError; exports.ProtectedRoleError = _chunkJSSSRT57js.ProtectedRoleError; exports.QueryBuilder = _chunkJSSSRT57js.QueryBuilder; exports.QueryMultipleResultsError = _chunkJSSSRT57js.QueryMultipleResultsError; exports.QueryNoResultError = _chunkJSSSRT57js.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkJSSSRT57js.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkJSSSRT57js.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkJSSSRT57js.RecordNotFoundError; exports.RecordQueryService = _chunkJSSSRT57js.RecordQueryService; exports.RecordReferencedError = _chunkJSSSRT57js.RecordReferencedError; exports.RecordService = _chunkJSSSRT57js.RecordService; exports.RelationResolverService = _chunkJSSSRT57js.RelationResolverService; exports.RelationService = _chunkJSSSRT57js.RelationService; exports.RoleNotFoundError = _chunkJSSSRT57js.RoleNotFoundError; exports.RollupScheduler = _chunkJSSSRT57js.RollupScheduler; exports.RollupService = _chunkJSSSRT57js.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkJSSSRT57js.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunkJSSSRT57js.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkJSSSRT57js.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaContextAwareRepository = _chunkJSSSRT57js.SchemaContextAwareRepository; exports.SchemaError = _chunkJSSSRT57js.SchemaError; exports.SchemaErrorCode = _chunkJSSSRT57js.SchemaErrorCode; exports.SlotModeSchema = _chunkJSSSRT57js.SlotModeSchema; exports.StartExecutor = _chunkJSSSRT57js.StartExecutor; exports.StartNodeSchema = _chunkJSSSRT57js.StartNodeSchema; exports.SyncError = _chunkJSSSRT57js.SyncError; exports.TabBuilder = _chunkJSSSRT57js.TabBuilder; exports.TenantAwareRepository = _chunkJSSSRT57js.TenantAwareRepository; exports.TenantAwareService = _chunkJSSSRT57js.TenantAwareService; exports.TenantContextError = _chunkJSSSRT57js.TenantContextError; exports.ThemeColorsSchema = _chunkJSSSRT57js.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkJSSSRT57js.ThemeLogoSchema; exports.UserProfileNotFoundError = _chunkJSSSRT57js.UserProfileNotFoundError; exports.UserProfileService = _chunkJSSSRT57js.UserProfileService; exports.UserService = _chunkJSSSRT57js.UserService; exports.ValidationError = _chunkJSSSRT57js.ValidationError; exports.ViewBuilder = _chunkJSSSRT57js.ViewBuilder; exports.ViewService = _chunkJSSSRT57js.ViewService; exports.ViewportSchema = _chunkJSSSRT57js.ViewportSchema; exports.WorkflowBuilder = _chunkJSSSRT57js.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkJSSSRT57js.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkJSSSRT57js.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkJSSSRT57js.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkJSSSRT57js.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkJSSSRT57js.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkJSSSRT57js.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkJSSSRT57js.WorkflowInstanceService; exports.WorkflowLayoutSchema = _chunkJSSSRT57js.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkJSSSRT57js.WorkflowNodeSchema; exports.WorkflowParticipantBuilder = _chunkJSSSRT57js.WorkflowParticipantBuilder; exports.WorkflowParticipationService = _chunkJSSSRT57js.WorkflowParticipationService; exports.WorkflowRelationService = _chunkJSSSRT57js.WorkflowRelationService; exports.WorkflowService = _chunkJSSSRT57js.WorkflowService; exports.WorkflowSimpleFormBuilder = _chunkJSSSRT57js.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkJSSSRT57js.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkJSSSRT57js.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkJSSSRT57js.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkJSSSRT57js.WorkflowThemeSchema; exports.addSchemaToContext = _chunkJSSSRT57js.addSchemaToContext; exports.and = _chunkJSSSRT57js.and; exports.applyDefaultValues = _chunkJSSSRT57js.applyDefaultValues; exports.asTenantId = _chunkJSSSRT57js.asTenantId; exports.asUserId = _chunkJSSSRT57js.asUserId; exports.attributeConfigSchemas = _chunkJSSSRT57js.attributeConfigSchemas; exports.buildAuditChanges = _chunkJSSSRT57js.buildAuditChanges; exports.buildPolicyContext = _chunkJSSSRT57js.buildPolicyContext; exports.cacheKeys = _chunkJSSSRT57js.cacheKeys; exports.cacheTtl = _chunkJSSSRT57js.cacheTtl; exports.canAuthenticate = _chunkJSSSRT57js.canAuthenticate; exports.canExecuteNode = _chunkJSSSRT57js.canExecuteNode; exports.canParticipate = _chunkJSSSRT57js.canParticipate; exports.canResumeInstance = _chunkJSSSRT57js.canResumeInstance; exports.checkPermission = _chunkJSSSRT57js.checkPermission; exports.checkRecordAccess = _chunkJSSSRT57js.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkJSSSRT57js.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkJSSSRT57js.checkRecordModifyOrThrow; exports.checkbox = _chunkJSSSRT57js.checkbox; exports.checkboxConfigSchema = _chunkJSSSRT57js.checkboxConfigSchema; exports.complete = _chunkJSSSRT57js.complete; exports.computeLabel = _chunkJSSSRT57js.computeLabel; exports.computeLabelWithRelations = _chunkJSSSRT57js.computeLabelWithRelations; exports.computeRecordStatus = _chunkJSSSRT57js.computeRecordStatus; exports.createAttributeValidator = _chunkJSSSRT57js.createAttributeValidator; exports.createCheckboxValidator = _chunkJSSSRT57js.createCheckboxValidator; exports.createContextForCreate = _chunkJSSSRT57js.createContextForCreate; exports.createContextForDelete = _chunkJSSSRT57js.createContextForDelete; exports.createContextForRestore = _chunkJSSSRT57js.createContextForRestore; exports.createContextForUpdate = _chunkJSSSRT57js.createContextForUpdate; exports.createCurrencyValidator = _chunkJSSSRT57js.createCurrencyValidator; exports.createDateValidator = _chunkJSSSRT57js.createDateValidator; exports.createDefaultExecutorRegistry = _chunkJSSSRT57js.createDefaultExecutorRegistry; exports.createDefaultState = _chunkJSSSRT57js.createDefaultState; exports.createDraftValidator = _chunkJSSSRT57js.createDraftValidator; exports.createEmptyContext = _chunkJSSSRT57js.createEmptyContext; exports.createFileValidator = _chunkJSSSRT57js.createFileValidator; exports.createFormAttributeValidator = _chunkJSSSRT57js.createFormAttributeValidator; exports.createFormulaValidator = _chunkJSSSRT57js.createFormulaValidator; exports.createLocationValidator = _chunkJSSSRT57js.createLocationValidator; exports.createMockAdapter = _chunkJSSSRT57js.createMockAdapter; exports.createMultiRelationValidator = _chunkJSSSRT57js.createMultiRelationValidator; exports.createMultiselectValidator = _chunkJSSSRT57js.createMultiselectValidator; exports.createNumberValidator = _chunkJSSSRT57js.createNumberValidator; exports.createObjectValidator = _chunkJSSSRT57js.createObjectValidator; exports.createPhoneValidator = _chunkJSSSRT57js.createPhoneValidator; exports.createQueryBuilder = _chunkJSSSRT57js.createQueryBuilder; exports.createRatingValidator = _chunkJSSSRT57js.createRatingValidator; exports.createRelationValidator = _chunkJSSSRT57js.createRelationValidator; exports.createRichtextValidator = _chunkJSSSRT57js.createRichtextValidator; exports.createRollupValidator = _chunkJSSSRT57js.createRollupValidator; exports.createSelectValidator = _chunkJSSSRT57js.createSelectValidator; exports.createSingleRelationValidator = _chunkJSSSRT57js.createSingleRelationValidator; exports.createStartTransition = _chunkJSSSRT57js.createStartTransition; exports.createStatusValidator = _chunkJSSSRT57js.createStatusValidator; exports.createTextAreaValidator = _chunkJSSSRT57js.createTextAreaValidator; exports.createTextValidator = _chunkJSSSRT57js.createTextValidator; exports.createUserValidator = _chunkJSSSRT57js.createUserValidator; exports.currency = _chunkJSSSRT57js.currency; exports.currencyConfigSchema = _chunkJSSSRT57js.currencyConfigSchema; exports.date = _chunkJSSSRT57js.date; exports.dateConfigSchema = _chunkJSSSRT57js.dateConfigSchema; exports.defaultPolicyRegistry = _chunkJSSSRT57js.defaultPolicyRegistry; exports.defaultTtl = _chunkJSSSRT57js.defaultTtl; exports.enrichRecordsWithFormulas = _chunkJSSSRT57js.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkJSSSRT57js.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkJSSSRT57js.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkJSSSRT57js.enrichWithFormulas; exports.eq = _chunkJSSSRT57js.eq; exports.error = _chunkJSSSRT57js.error; exports.evaluate = _chunkJSSSRT57js.evaluate; exports.evaluateCondition = _chunkJSSSRT57js.evaluateCondition; exports.evaluateFormula = _chunkJSSSRT57js.evaluateFormula; exports.evaluateFormulaAttribute = _chunkJSSSRT57js.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkJSSSRT57js.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkJSSSRT57js.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkJSSSRT57js.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkJSSSRT57js.evaluateWithTrace; exports.extractAttributeNames = _chunkJSSSRT57js.extractAttributeNames; exports.extractFormulaVariables = _chunkJSSSRT57js.extractFormulaVariables; exports.extractRelationIds = _chunkJSSSRT57js.extractRelationIds; exports.extractRelationNames = _chunkJSSSRT57js.extractRelationNames; exports.extractRelationReferences = _chunkJSSSRT57js.extractRelationReferences; exports.file = _chunkJSSSRT57js.file; exports.fileConfigSchema = _chunkJSSSRT57js.fileConfigSchema; exports.flattenRelationsForEval = _chunkJSSSRT57js.flattenRelationsForEval; exports.formatAttributeValue = _chunkJSSSRT57js.formatAttributeValue; exports.formatFormulaResult = _chunkJSSSRT57js.formatFormulaResult; exports.formatRecord = _chunkJSSSRT57js.formatRecord; exports.formatRecords = _chunkJSSSRT57js.formatRecords; exports.formula = _chunkJSSSRT57js.formula; exports.formulaConfigSchema = _chunkJSSSRT57js.formulaConfigSchema; exports.generateCssVariables = _chunkJSSSRT57js.generateCssVariables; exports.generateId = _chunkJSSSRT57js.generateId; exports.generatePrefixedId = _chunkJSSSRT57js.generatePrefixedId; exports.getAttributeConfigSchema = _chunkJSSSRT57js.getAttributeConfigSchema; exports.getContext = _chunkJSSSRT57js.getContext; exports.getContextValue = _chunkJSSSRT57js.getContextValue; exports.getDefaultExecutorRegistry = _chunkJSSSRT57js.getDefaultExecutorRegistry; exports.getDefaultPinCodeService = _chunkJSSSRT57js.getDefaultPinCodeService; exports.getDefaultTokenService = _chunkJSSSRT57js.getDefaultTokenService; exports.getMissingRequiredAttributes = _chunkJSSSRT57js.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkJSSSRT57js.getNodeOutputs; exports.getPathDepth = _chunkJSSSRT57js.getPathDepth; exports.getPolicy = _chunkJSSSRT57js.getPolicy; exports.getRelationPath = _chunkJSSSRT57js.getRelationPath; exports.getSchemaByNameFromContext = _chunkJSSSRT57js.getSchemaByNameFromContext; exports.getSchemaContext = _chunkJSSSRT57js.getSchemaContext; exports.getSchemaFromContext = _chunkJSSSRT57js.getSchemaFromContext; exports.getSyncPreview = _chunkJSSSRT57js.getSyncPreview; exports.getSystemAttributeList = _chunkJSSSRT57js.getSystemAttributeList; exports.getTargetAttributeName = _chunkJSSSRT57js.getTargetAttributeName; exports.getTenantId = _chunkJSSSRT57js.getTenantId; exports.getUserId = _chunkJSSSRT57js.getUserId; exports.getViewSyncPreview = _chunkJSSSRT57js.getViewSyncPreview; exports.group = _chunkJSSSRT57js.group; exports.hasContext = _chunkJSSSRT57js.hasContext; exports.hasRelationReferences = _chunkJSSSRT57js.hasRelationReferences; exports.hasSchemaContext = _chunkJSSSRT57js.hasSchemaContext; exports.hashOptions = _chunkJSSSRT57js.hashOptions; exports.inValues = _chunkJSSSRT57js.inValues; exports.initializePinCodeService = _chunkJSSSRT57js.initializePinCodeService; exports.initializeTokenService = _chunkJSSSRT57js.initializeTokenService; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isAdvancedFormNode = _chunkJSSSRT57js.isAdvancedFormNode; exports.isConditionGroup = _chunkJSSSRT57js.isConditionGroup; exports.isConditionNode = _chunkJSSSRT57js.isConditionNode; exports.isConditionRule = _chunkJSSSRT57js.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDirectTableTab = isDirectTableTab; exports.isEmpty = _chunkJSSSRT57js.isEmpty; exports.isEndNode = _chunkJSSSRT57js.isEndNode; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkJSSSRT57js.isForbiddenError; exports.isFormNode = _chunkJSSSRT57js.isFormNode; exports.isFormTab = isFormTab; exports.isInstanceEvent = _chunkJSSSRT57js.isInstanceEvent; exports.isInstanceTerminal = _chunkJSSSRT57js.isInstanceTerminal; exports.isInstanceWaiting = _chunkJSSSRT57js.isInstanceWaiting; exports.isInverseTableTab = isInverseTableTab; exports.isLabelExpression = _chunkJSSSRT57js.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkJSSSRT57js.isNodeEvent; exports.isNotEmpty = _chunkJSSSRT57js.isNotEmpty; exports.isNotFoundError = _chunkJSSSRT57js.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isParticipationEvent = _chunkJSSSRT57js.isParticipationEvent; exports.isPinCodeAuth = _chunkJSSSRT57js.isPinCodeAuth; exports.isProtectedResourceError = _chunkJSSSRT57js.isProtectedResourceError; exports.isRecordComplete = _chunkJSSSRT57js.isRecordComplete; exports.isSchemaError = _chunkJSSSRT57js.isSchemaError; exports.isSignedLinkAuth = _chunkJSSSRT57js.isSignedLinkAuth; exports.isSimpleFormNode = _chunkJSSSRT57js.isSimpleFormNode; exports.isStartNode = _chunkJSSSRT57js.isStartNode; exports.isSystemAttribute = _chunkJSSSRT57js.isSystemAttribute; exports.isSystemAttributeObject = _chunkJSSSRT57js.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isSystemWorkflow = _chunkJSSSRT57js.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunkJSSSRT57js.isUniversalRelation; exports.isValidationError = _chunkJSSSRT57js.isValidationError; exports.isWorkflowDefinition = _chunkJSSSRT57js.isWorkflowDefinition; exports.isWorkflowPublished = _chunkJSSSRT57js.isWorkflowPublished; exports.location = _chunkJSSSRT57js.location; exports.locationConfigSchema = _chunkJSSSRT57js.locationConfigSchema; exports.mergeFormToSlot = _chunkJSSSRT57js.mergeFormToSlot; exports.mergeWithDefaults = _chunkJSSSRT57js.mergeWithDefaults; exports.multiselect = _chunkJSSSRT57js.multiselect; exports.multiselectConfigSchema = _chunkJSSSRT57js.multiselectConfigSchema; exports.neq = _chunkJSSSRT57js.neq; exports.notesPolicy = _chunkJSSSRT57js.notesPolicy; exports.number = _chunkJSSSRT57js.number; exports.numberConfigSchema = _chunkJSSSRT57js.numberConfigSchema; exports.object = _chunkJSSSRT57js.object; exports.or = _chunkJSSSRT57js.or; exports.parseAttributeConfig = _chunkJSSSRT57js.parseAttributeConfig; exports.parsePath = _chunkJSSSRT57js.parsePath; exports.pathHasManyCardinality = _chunkJSSSRT57js.pathHasManyCardinality; exports.phone = _chunkJSSSRT57js.phone; exports.phoneConfigSchema = _chunkJSSSRT57js.phoneConfigSchema; exports.rating = _chunkJSSSRT57js.rating; exports.ratingConfigSchema = _chunkJSSSRT57js.ratingConfigSchema; exports.recalculateParentRollups = _chunkJSSSRT57js.recalculateParentRollups; exports.registry = _chunkJSSSRT57js.registry; exports.relation = _chunkJSSSRT57js.relation; exports.relationConfigSchema = _chunkJSSSRT57js.relationConfigSchema; exports.renderLabelExpression = _chunkJSSSRT57js.renderLabelExpression; exports.resolveMultiplePaths = _chunkJSSSRT57js.resolveMultiplePaths; exports.resolveSingleValue = _chunkJSSSRT57js.resolveSingleValue; exports.richtext = _chunkJSSSRT57js.richtext; exports.richtextConfigSchema = _chunkJSSSRT57js.richtextConfigSchema; exports.rollup = _chunkJSSSRT57js.rollup; exports.rollupConfigSchema = _chunkJSSSRT57js.rollupConfigSchema; exports.runWithContext = _chunkJSSSRT57js.runWithContext; exports.runWithMergedSchemaContext = _chunkJSSSRT57js.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkJSSSRT57js.runWithSchemaContext; exports.safeParseAttributeConfig = _chunkJSSSRT57js.safeParseAttributeConfig; exports.select = _chunkJSSSRT57js.select; exports.selectConfigSchema = _chunkJSSSRT57js.selectConfigSchema; exports.setContextValue = _chunkJSSSRT57js.setContextValue; exports.status = _chunkJSSSRT57js.status; exports.statusConfigSchema = _chunkJSSSRT57js.statusConfigSchema; exports.success = _chunkJSSSRT57js.success; exports.syncAll = _chunkJSSSRT57js.syncAll; exports.syncNativeObjects = _chunkJSSSRT57js.syncNativeObjects; exports.syncNativeViews = _chunkJSSSRT57js.syncNativeViews; exports.text = _chunkJSSSRT57js.text; exports.textConfigSchema = _chunkJSSSRT57js.textConfigSchema; exports.textarea = _chunkJSSSRT57js.textarea; exports.textareaConfigSchema = _chunkJSSSRT57js.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunkJSSSRT57js.traversePath; exports.user = _chunkJSSSRT57js.user; exports.userConfigSchema = _chunkJSSSRT57js.userConfigSchema; exports.validateAttribute = _chunkJSSSRT57js.validateAttribute; exports.validateAttributeConfig = _chunkJSSSRT57js.validateAttributeConfig; exports.validateDraft = _chunkJSSSRT57js.validateDraft; exports.validateDraftOrThrow = _chunkJSSSRT57js.validateDraftOrThrow; exports.validateFormulaExpression = _chunkJSSSRT57js.validateFormulaExpression; exports.validateObject = _chunkJSSSRT57js.validateObject; exports.validateObjectOrThrow = _chunkJSSSRT57js.validateObjectOrThrow; exports.validatePath = _chunkJSSSRT57js.validatePath; exports.verifyNativeObjectsSync = _chunkJSSSRT57js.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkJSSSRT57js.verifyNativeViewsSync; exports.view = _chunkJSSSRT57js.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkJSSSRT57js.wait; exports.withTenantContext = _chunkJSSSRT57js.withTenantContext; exports.workflow = _chunkJSSSRT57js.workflow;
986
+ exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkLPCQM5VGjs.ActivityTabConfig; exports.AttributeInUseError = _chunkLPCQM5VGjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkLPCQM5VGjs.AttributeNotFoundError; exports.AuditService = _chunkLPCQM5VGjs.AuditService; exports.BaseRepository = _chunkLPCQM5VGjs.BaseRepository; exports.BaseService = _chunkLPCQM5VGjs.BaseService; exports.ConditionExecutor = _chunkLPCQM5VGjs.ConditionExecutor; exports.ConditionGroupSchema = _chunkLPCQM5VGjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkLPCQM5VGjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkLPCQM5VGjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkLPCQM5VGjs.ConditionRuleSchema; exports.CustomTabConfig = _chunkLPCQM5VGjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkLPCQM5VGjs.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 = _chunkLPCQM5VGjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkLPCQM5VGjs.DEFAULT_VALIDATION_MESSAGES; exports.DirectTableTabConfig = _chunkLPCQM5VGjs.DirectTableTabConfig; exports.DuplicateError = _chunkLPCQM5VGjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkLPCQM5VGjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkLPCQM5VGjs.EndExecutor; exports.EndNodeSchema = _chunkLPCQM5VGjs.EndNodeSchema; exports.ExecutorRegistry = _chunkLPCQM5VGjs.ExecutorRegistry; exports.FileNotFoundError = _chunkLPCQM5VGjs.FileNotFoundError; exports.FileService = _chunkLPCQM5VGjs.FileService; exports.FlowRowFieldSchema = _chunkLPCQM5VGjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunkLPCQM5VGjs.FlowRowSchema; exports.FlowsTabConfig = _chunkLPCQM5VGjs.FlowsTabConfig; exports.ForbiddenError = _chunkLPCQM5VGjs.ForbiddenError; exports.FormExecutor = _chunkLPCQM5VGjs.FormExecutor; exports.FormFieldRefSchema = _chunkLPCQM5VGjs.FormFieldRefSchema; exports.FormNodeSchema = _chunkLPCQM5VGjs.FormNodeSchema; exports.GeocodingService = _chunkLPCQM5VGjs.GeocodingService; exports.GlobalSearchService = _chunkLPCQM5VGjs.GlobalSearchService; exports.GroupBuilder = _chunkLPCQM5VGjs.GroupBuilder; exports.InvalidPathError = _chunkLPCQM5VGjs.InvalidPathError; exports.InverseTableTabConfig = _chunkLPCQM5VGjs.InverseTableTabConfig; exports.MaxDepthExceededError = _chunkLPCQM5VGjs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkLPCQM5VGjs.NodePositionSchema; exports.NoopCacheAdapter = _chunkLPCQM5VGjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkLPCQM5VGjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkLPCQM5VGjs.NoopHookRegistry; exports.NotFoundError = _chunkLPCQM5VGjs.NotFoundError; exports.NotSystemObjectError = _chunkLPCQM5VGjs.NotSystemObjectError; exports.NotesTabConfig = _chunkLPCQM5VGjs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkLPCQM5VGjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkLPCQM5VGjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkLPCQM5VGjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkLPCQM5VGjs.ObjectSchemaService; exports.ParticipantAuthConfigSchema = _chunkLPCQM5VGjs.ParticipantAuthConfigSchema; exports.ParticipantTemplateSchema = _chunkLPCQM5VGjs.ParticipantTemplateSchema; exports.ParticipationTokenService = _chunkLPCQM5VGjs.ParticipationTokenService; exports.PermissionService = _chunkLPCQM5VGjs.PermissionService; exports.PinCodeService = _chunkLPCQM5VGjs.PinCodeService; exports.PolicyRegistry = _chunkLPCQM5VGjs.PolicyRegistry; exports.PolicyViolationError = _chunkLPCQM5VGjs.PolicyViolationError; exports.ProtectedResourceError = _chunkLPCQM5VGjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkLPCQM5VGjs.ProtectedRoleError; exports.QueryBuilder = _chunkLPCQM5VGjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkLPCQM5VGjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkLPCQM5VGjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkLPCQM5VGjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkLPCQM5VGjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkLPCQM5VGjs.RecordNotFoundError; exports.RecordQueryService = _chunkLPCQM5VGjs.RecordQueryService; exports.RecordReferencedError = _chunkLPCQM5VGjs.RecordReferencedError; exports.RecordService = _chunkLPCQM5VGjs.RecordService; exports.RelationResolverService = _chunkLPCQM5VGjs.RelationResolverService; exports.RelationService = _chunkLPCQM5VGjs.RelationService; exports.RoleNotFoundError = _chunkLPCQM5VGjs.RoleNotFoundError; exports.RollupScheduler = _chunkLPCQM5VGjs.RollupScheduler; exports.RollupService = _chunkLPCQM5VGjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkLPCQM5VGjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunkLPCQM5VGjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkLPCQM5VGjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaContextAwareRepository = _chunkLPCQM5VGjs.SchemaContextAwareRepository; exports.SchemaError = _chunkLPCQM5VGjs.SchemaError; exports.SchemaErrorCode = _chunkLPCQM5VGjs.SchemaErrorCode; exports.SlotModeSchema = _chunkLPCQM5VGjs.SlotModeSchema; exports.StartExecutor = _chunkLPCQM5VGjs.StartExecutor; exports.StartNodeSchema = _chunkLPCQM5VGjs.StartNodeSchema; exports.SyncError = _chunkLPCQM5VGjs.SyncError; exports.TabBuilder = _chunkLPCQM5VGjs.TabBuilder; exports.TenantAwareRepository = _chunkLPCQM5VGjs.TenantAwareRepository; exports.TenantAwareService = _chunkLPCQM5VGjs.TenantAwareService; exports.TenantContextError = _chunkLPCQM5VGjs.TenantContextError; exports.ThemeColorsSchema = _chunkLPCQM5VGjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkLPCQM5VGjs.ThemeLogoSchema; exports.UserProfileNotFoundError = _chunkLPCQM5VGjs.UserProfileNotFoundError; exports.UserProfileService = _chunkLPCQM5VGjs.UserProfileService; exports.UserService = _chunkLPCQM5VGjs.UserService; exports.ValidationError = _chunkLPCQM5VGjs.ValidationError; exports.ViewBuilder = _chunkLPCQM5VGjs.ViewBuilder; exports.ViewService = _chunkLPCQM5VGjs.ViewService; exports.ViewportSchema = _chunkLPCQM5VGjs.ViewportSchema; exports.WorkflowBuilder = _chunkLPCQM5VGjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkLPCQM5VGjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkLPCQM5VGjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkLPCQM5VGjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkLPCQM5VGjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkLPCQM5VGjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkLPCQM5VGjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkLPCQM5VGjs.WorkflowInstanceService; exports.WorkflowLayoutSchema = _chunkLPCQM5VGjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkLPCQM5VGjs.WorkflowNodeSchema; exports.WorkflowParticipantBuilder = _chunkLPCQM5VGjs.WorkflowParticipantBuilder; exports.WorkflowParticipationService = _chunkLPCQM5VGjs.WorkflowParticipationService; exports.WorkflowRelationService = _chunkLPCQM5VGjs.WorkflowRelationService; exports.WorkflowService = _chunkLPCQM5VGjs.WorkflowService; exports.WorkflowSimpleFormBuilder = _chunkLPCQM5VGjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkLPCQM5VGjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkLPCQM5VGjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkLPCQM5VGjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkLPCQM5VGjs.WorkflowThemeSchema; exports.addSchemaToContext = _chunkLPCQM5VGjs.addSchemaToContext; exports.and = _chunkLPCQM5VGjs.and; exports.applyDefaultValues = _chunkLPCQM5VGjs.applyDefaultValues; exports.asTenantId = _chunkLPCQM5VGjs.asTenantId; exports.asUserId = _chunkLPCQM5VGjs.asUserId; exports.attributeConfigSchemas = _chunkLPCQM5VGjs.attributeConfigSchemas; exports.buildAuditChanges = _chunkLPCQM5VGjs.buildAuditChanges; exports.buildPolicyContext = _chunkLPCQM5VGjs.buildPolicyContext; exports.cacheKeys = _chunkLPCQM5VGjs.cacheKeys; exports.cacheTtl = _chunkLPCQM5VGjs.cacheTtl; exports.canAuthenticate = _chunkLPCQM5VGjs.canAuthenticate; exports.canExecuteNode = _chunkLPCQM5VGjs.canExecuteNode; exports.canParticipate = _chunkLPCQM5VGjs.canParticipate; exports.canResumeInstance = _chunkLPCQM5VGjs.canResumeInstance; exports.checkPermission = _chunkLPCQM5VGjs.checkPermission; exports.checkRecordAccess = _chunkLPCQM5VGjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkLPCQM5VGjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkLPCQM5VGjs.checkRecordModifyOrThrow; exports.checkbox = _chunkLPCQM5VGjs.checkbox; exports.checkboxConfigSchema = _chunkLPCQM5VGjs.checkboxConfigSchema; exports.complete = _chunkLPCQM5VGjs.complete; exports.computeLabel = _chunkLPCQM5VGjs.computeLabel; exports.computeLabelWithRelations = _chunkLPCQM5VGjs.computeLabelWithRelations; exports.computeRecordStatus = _chunkLPCQM5VGjs.computeRecordStatus; exports.createAttributeValidator = _chunkLPCQM5VGjs.createAttributeValidator; exports.createCheckboxValidator = _chunkLPCQM5VGjs.createCheckboxValidator; exports.createContextForCreate = _chunkLPCQM5VGjs.createContextForCreate; exports.createContextForDelete = _chunkLPCQM5VGjs.createContextForDelete; exports.createContextForRestore = _chunkLPCQM5VGjs.createContextForRestore; exports.createContextForUpdate = _chunkLPCQM5VGjs.createContextForUpdate; exports.createCurrencyValidator = _chunkLPCQM5VGjs.createCurrencyValidator; exports.createDateValidator = _chunkLPCQM5VGjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunkLPCQM5VGjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkLPCQM5VGjs.createDefaultState; exports.createDraftValidator = _chunkLPCQM5VGjs.createDraftValidator; exports.createEmptyContext = _chunkLPCQM5VGjs.createEmptyContext; exports.createFileValidator = _chunkLPCQM5VGjs.createFileValidator; exports.createFormAttributeValidator = _chunkLPCQM5VGjs.createFormAttributeValidator; exports.createFormulaValidator = _chunkLPCQM5VGjs.createFormulaValidator; exports.createLocationValidator = _chunkLPCQM5VGjs.createLocationValidator; exports.createMockAdapter = _chunkLPCQM5VGjs.createMockAdapter; exports.createMultiRelationValidator = _chunkLPCQM5VGjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkLPCQM5VGjs.createMultiselectValidator; exports.createNumberValidator = _chunkLPCQM5VGjs.createNumberValidator; exports.createObjectValidator = _chunkLPCQM5VGjs.createObjectValidator; exports.createPhoneValidator = _chunkLPCQM5VGjs.createPhoneValidator; exports.createQueryBuilder = _chunkLPCQM5VGjs.createQueryBuilder; exports.createRatingValidator = _chunkLPCQM5VGjs.createRatingValidator; exports.createRelationValidator = _chunkLPCQM5VGjs.createRelationValidator; exports.createRichtextValidator = _chunkLPCQM5VGjs.createRichtextValidator; exports.createRollupValidator = _chunkLPCQM5VGjs.createRollupValidator; exports.createSelectValidator = _chunkLPCQM5VGjs.createSelectValidator; exports.createSingleRelationValidator = _chunkLPCQM5VGjs.createSingleRelationValidator; exports.createStartTransition = _chunkLPCQM5VGjs.createStartTransition; exports.createStatusValidator = _chunkLPCQM5VGjs.createStatusValidator; exports.createTextAreaValidator = _chunkLPCQM5VGjs.createTextAreaValidator; exports.createTextValidator = _chunkLPCQM5VGjs.createTextValidator; exports.createUserValidator = _chunkLPCQM5VGjs.createUserValidator; exports.currency = _chunkLPCQM5VGjs.currency; exports.currencyConfigSchema = _chunkLPCQM5VGjs.currencyConfigSchema; exports.date = _chunkLPCQM5VGjs.date; exports.dateConfigSchema = _chunkLPCQM5VGjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkLPCQM5VGjs.defaultPolicyRegistry; exports.defaultTtl = _chunkLPCQM5VGjs.defaultTtl; exports.enrichRecordsWithFormulas = _chunkLPCQM5VGjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkLPCQM5VGjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkLPCQM5VGjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkLPCQM5VGjs.enrichWithFormulas; exports.eq = _chunkLPCQM5VGjs.eq; exports.error = _chunkLPCQM5VGjs.error; exports.evaluate = _chunkLPCQM5VGjs.evaluate; exports.evaluateCondition = _chunkLPCQM5VGjs.evaluateCondition; exports.evaluateFormula = _chunkLPCQM5VGjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkLPCQM5VGjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkLPCQM5VGjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkLPCQM5VGjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkLPCQM5VGjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkLPCQM5VGjs.evaluateWithTrace; exports.extractAttributeNames = _chunkLPCQM5VGjs.extractAttributeNames; exports.extractFormulaVariables = _chunkLPCQM5VGjs.extractFormulaVariables; exports.extractRelationIds = _chunkLPCQM5VGjs.extractRelationIds; exports.extractRelationNames = _chunkLPCQM5VGjs.extractRelationNames; exports.extractRelationReferences = _chunkLPCQM5VGjs.extractRelationReferences; exports.file = _chunkLPCQM5VGjs.file; exports.fileConfigSchema = _chunkLPCQM5VGjs.fileConfigSchema; exports.flattenRelationsForEval = _chunkLPCQM5VGjs.flattenRelationsForEval; exports.formatAttributeValue = _chunkLPCQM5VGjs.formatAttributeValue; exports.formatFormulaResult = _chunkLPCQM5VGjs.formatFormulaResult; exports.formatRecord = _chunkLPCQM5VGjs.formatRecord; exports.formatRecords = _chunkLPCQM5VGjs.formatRecords; exports.formula = _chunkLPCQM5VGjs.formula; exports.formulaConfigSchema = _chunkLPCQM5VGjs.formulaConfigSchema; exports.generateCssVariables = _chunkLPCQM5VGjs.generateCssVariables; exports.generateId = _chunkLPCQM5VGjs.generateId; exports.generatePrefixedId = _chunkLPCQM5VGjs.generatePrefixedId; exports.getAttributeConfigSchema = _chunkLPCQM5VGjs.getAttributeConfigSchema; exports.getContext = _chunkLPCQM5VGjs.getContext; exports.getContextValue = _chunkLPCQM5VGjs.getContextValue; exports.getDefaultExecutorRegistry = _chunkLPCQM5VGjs.getDefaultExecutorRegistry; exports.getDefaultPinCodeService = _chunkLPCQM5VGjs.getDefaultPinCodeService; exports.getDefaultTokenService = _chunkLPCQM5VGjs.getDefaultTokenService; exports.getMissingRequiredAttributes = _chunkLPCQM5VGjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkLPCQM5VGjs.getNodeOutputs; exports.getPathDepth = _chunkLPCQM5VGjs.getPathDepth; exports.getPolicy = _chunkLPCQM5VGjs.getPolicy; exports.getRelationPath = _chunkLPCQM5VGjs.getRelationPath; exports.getSchemaByNameFromContext = _chunkLPCQM5VGjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunkLPCQM5VGjs.getSchemaContext; exports.getSchemaFromContext = _chunkLPCQM5VGjs.getSchemaFromContext; exports.getSyncPreview = _chunkLPCQM5VGjs.getSyncPreview; exports.getSystemAttributeList = _chunkLPCQM5VGjs.getSystemAttributeList; exports.getTargetAttributeName = _chunkLPCQM5VGjs.getTargetAttributeName; exports.getTenantId = _chunkLPCQM5VGjs.getTenantId; exports.getUserId = _chunkLPCQM5VGjs.getUserId; exports.getViewSyncPreview = _chunkLPCQM5VGjs.getViewSyncPreview; exports.group = _chunkLPCQM5VGjs.group; exports.hasContext = _chunkLPCQM5VGjs.hasContext; exports.hasRelationReferences = _chunkLPCQM5VGjs.hasRelationReferences; exports.hasSchemaContext = _chunkLPCQM5VGjs.hasSchemaContext; exports.hashOptions = _chunkLPCQM5VGjs.hashOptions; exports.inValues = _chunkLPCQM5VGjs.inValues; exports.initializePinCodeService = _chunkLPCQM5VGjs.initializePinCodeService; exports.initializeTokenService = _chunkLPCQM5VGjs.initializeTokenService; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isAdvancedFormNode = _chunkLPCQM5VGjs.isAdvancedFormNode; exports.isConditionGroup = _chunkLPCQM5VGjs.isConditionGroup; exports.isConditionNode = _chunkLPCQM5VGjs.isConditionNode; exports.isConditionRule = _chunkLPCQM5VGjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDirectTableTab = isDirectTableTab; exports.isEmpty = _chunkLPCQM5VGjs.isEmpty; exports.isEndNode = _chunkLPCQM5VGjs.isEndNode; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkLPCQM5VGjs.isForbiddenError; exports.isFormNode = _chunkLPCQM5VGjs.isFormNode; exports.isFormTab = isFormTab; exports.isInstanceEvent = _chunkLPCQM5VGjs.isInstanceEvent; exports.isInstanceTerminal = _chunkLPCQM5VGjs.isInstanceTerminal; exports.isInstanceWaiting = _chunkLPCQM5VGjs.isInstanceWaiting; exports.isInverseTableTab = isInverseTableTab; exports.isLabelExpression = _chunkLPCQM5VGjs.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkLPCQM5VGjs.isNodeEvent; exports.isNotEmpty = _chunkLPCQM5VGjs.isNotEmpty; exports.isNotFoundError = _chunkLPCQM5VGjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isParticipationEvent = _chunkLPCQM5VGjs.isParticipationEvent; exports.isPinCodeAuth = _chunkLPCQM5VGjs.isPinCodeAuth; exports.isProtectedResourceError = _chunkLPCQM5VGjs.isProtectedResourceError; exports.isRecordComplete = _chunkLPCQM5VGjs.isRecordComplete; exports.isSchemaError = _chunkLPCQM5VGjs.isSchemaError; exports.isSignedLinkAuth = _chunkLPCQM5VGjs.isSignedLinkAuth; exports.isSimpleFormNode = _chunkLPCQM5VGjs.isSimpleFormNode; exports.isStartNode = _chunkLPCQM5VGjs.isStartNode; exports.isSystemAttribute = _chunkLPCQM5VGjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkLPCQM5VGjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isSystemWorkflow = _chunkLPCQM5VGjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunkLPCQM5VGjs.isUniversalRelation; exports.isValidationError = _chunkLPCQM5VGjs.isValidationError; exports.isWorkflowDefinition = _chunkLPCQM5VGjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunkLPCQM5VGjs.isWorkflowPublished; exports.location = _chunkLPCQM5VGjs.location; exports.locationConfigSchema = _chunkLPCQM5VGjs.locationConfigSchema; exports.mergeFormToSlot = _chunkLPCQM5VGjs.mergeFormToSlot; exports.mergeWithDefaults = _chunkLPCQM5VGjs.mergeWithDefaults; exports.multiselect = _chunkLPCQM5VGjs.multiselect; exports.multiselectConfigSchema = _chunkLPCQM5VGjs.multiselectConfigSchema; exports.neq = _chunkLPCQM5VGjs.neq; exports.notesPolicy = _chunkLPCQM5VGjs.notesPolicy; exports.number = _chunkLPCQM5VGjs.number; exports.numberConfigSchema = _chunkLPCQM5VGjs.numberConfigSchema; exports.object = _chunkLPCQM5VGjs.object; exports.or = _chunkLPCQM5VGjs.or; exports.parseAttributeConfig = _chunkLPCQM5VGjs.parseAttributeConfig; exports.parsePath = _chunkLPCQM5VGjs.parsePath; exports.pathHasManyCardinality = _chunkLPCQM5VGjs.pathHasManyCardinality; exports.phone = _chunkLPCQM5VGjs.phone; exports.phoneConfigSchema = _chunkLPCQM5VGjs.phoneConfigSchema; exports.rating = _chunkLPCQM5VGjs.rating; exports.ratingConfigSchema = _chunkLPCQM5VGjs.ratingConfigSchema; exports.recalculateParentRollups = _chunkLPCQM5VGjs.recalculateParentRollups; exports.registry = _chunkLPCQM5VGjs.registry; exports.relation = _chunkLPCQM5VGjs.relation; exports.relationConfigSchema = _chunkLPCQM5VGjs.relationConfigSchema; exports.renderLabelExpression = _chunkLPCQM5VGjs.renderLabelExpression; exports.resolveMultiplePaths = _chunkLPCQM5VGjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkLPCQM5VGjs.resolveSingleValue; exports.richtext = _chunkLPCQM5VGjs.richtext; exports.richtextConfigSchema = _chunkLPCQM5VGjs.richtextConfigSchema; exports.rollup = _chunkLPCQM5VGjs.rollup; exports.rollupConfigSchema = _chunkLPCQM5VGjs.rollupConfigSchema; exports.runWithContext = _chunkLPCQM5VGjs.runWithContext; exports.runWithMergedSchemaContext = _chunkLPCQM5VGjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkLPCQM5VGjs.runWithSchemaContext; exports.safeParseAttributeConfig = _chunkLPCQM5VGjs.safeParseAttributeConfig; exports.select = _chunkLPCQM5VGjs.select; exports.selectConfigSchema = _chunkLPCQM5VGjs.selectConfigSchema; exports.setContextValue = _chunkLPCQM5VGjs.setContextValue; exports.status = _chunkLPCQM5VGjs.status; exports.statusConfigSchema = _chunkLPCQM5VGjs.statusConfigSchema; exports.success = _chunkLPCQM5VGjs.success; exports.syncAll = _chunkLPCQM5VGjs.syncAll; exports.syncNativeObjects = _chunkLPCQM5VGjs.syncNativeObjects; exports.syncNativeViews = _chunkLPCQM5VGjs.syncNativeViews; exports.text = _chunkLPCQM5VGjs.text; exports.textConfigSchema = _chunkLPCQM5VGjs.textConfigSchema; exports.textarea = _chunkLPCQM5VGjs.textarea; exports.textareaConfigSchema = _chunkLPCQM5VGjs.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunkLPCQM5VGjs.traversePath; exports.user = _chunkLPCQM5VGjs.user; exports.userConfigSchema = _chunkLPCQM5VGjs.userConfigSchema; exports.validateAttribute = _chunkLPCQM5VGjs.validateAttribute; exports.validateAttributeConfig = _chunkLPCQM5VGjs.validateAttributeConfig; exports.validateDraft = _chunkLPCQM5VGjs.validateDraft; exports.validateDraftOrThrow = _chunkLPCQM5VGjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkLPCQM5VGjs.validateFormulaExpression; exports.validateObject = _chunkLPCQM5VGjs.validateObject; exports.validateObjectOrThrow = _chunkLPCQM5VGjs.validateObjectOrThrow; exports.validatePath = _chunkLPCQM5VGjs.validatePath; exports.verifyNativeObjectsSync = _chunkLPCQM5VGjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkLPCQM5VGjs.verifyNativeViewsSync; exports.view = _chunkLPCQM5VGjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkLPCQM5VGjs.wait; exports.withTenantContext = _chunkLPCQM5VGjs.withTenantContext; exports.workflow = _chunkLPCQM5VGjs.workflow;
package/dist/index.mjs CHANGED
@@ -328,7 +328,7 @@ import {
328
328
  wait,
329
329
  withTenantContext,
330
330
  workflow
331
- } from "./chunk-RDRE7FOY.mjs";
331
+ } from "./chunk-FDWX5X6L.mjs";
332
332
  import {
333
333
  ALL_SYSTEM_RESOURCES,
334
334
  DEFAULT_ROLES,
package/dist/runtime.js CHANGED
@@ -131,7 +131,7 @@
131
131
 
132
132
 
133
133
 
134
- var _chunkJSSSRT57js = require('./chunk-JSSSRT57.js');
134
+ var _chunkLPCQM5VGjs = require('./chunk-LPCQM5VG.js');
135
135
  require('./chunk-3RG5ZIWI.js');
136
136
 
137
137
 
@@ -266,4 +266,4 @@ require('./chunk-3RG5ZIWI.js');
266
266
 
267
267
 
268
268
 
269
- exports.AuditService = _chunkJSSSRT57js.AuditService; exports.BaseRepository = _chunkJSSSRT57js.BaseRepository; exports.BaseService = _chunkJSSSRT57js.BaseService; exports.ConditionExecutor = _chunkJSSSRT57js.ConditionExecutor; exports.DEFAULT_LABEL_FALLBACK = _chunkJSSSRT57js.DEFAULT_LABEL_FALLBACK; exports.EndExecutor = _chunkJSSSRT57js.EndExecutor; exports.ExecutorRegistry = _chunkJSSSRT57js.ExecutorRegistry; exports.FileService = _chunkJSSSRT57js.FileService; exports.FormExecutor = _chunkJSSSRT57js.FormExecutor; exports.GeocodingService = _chunkJSSSRT57js.GeocodingService; exports.GlobalSearchService = _chunkJSSSRT57js.GlobalSearchService; exports.InvalidPathError = _chunkJSSSRT57js.InvalidPathError; exports.MaxDepthExceededError = _chunkJSSSRT57js.MaxDepthExceededError; exports.NoopCacheAdapter = _chunkJSSSRT57js.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkJSSSRT57js.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkJSSSRT57js.NoopHookRegistry; exports.ObjectSchemaService = _chunkJSSSRT57js.ObjectSchemaService; exports.ParticipationTokenService = _chunkJSSSRT57js.ParticipationTokenService; exports.PermissionService = _chunkJSSSRT57js.PermissionService; exports.PinCodeService = _chunkJSSSRT57js.PinCodeService; exports.PolicyRegistry = _chunkJSSSRT57js.PolicyRegistry; exports.PolicyViolationError = _chunkJSSSRT57js.PolicyViolationError; exports.QueryBuilder = _chunkJSSSRT57js.QueryBuilder; exports.QueryMultipleResultsError = _chunkJSSSRT57js.QueryMultipleResultsError; exports.QueryNoResultError = _chunkJSSSRT57js.QueryNoResultError; exports.RecordQueryService = _chunkJSSSRT57js.RecordQueryService; exports.RecordService = _chunkJSSSRT57js.RecordService; exports.RelationResolverService = _chunkJSSSRT57js.RelationResolverService; exports.RelationService = _chunkJSSSRT57js.RelationService; exports.RollupScheduler = _chunkJSSSRT57js.RollupScheduler; exports.RollupService = _chunkJSSSRT57js.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkJSSSRT57js.SHORTCUT_TO_FILTER_OPERATOR; exports.SchemaContextAwareRepository = _chunkJSSSRT57js.SchemaContextAwareRepository; exports.StartExecutor = _chunkJSSSRT57js.StartExecutor; exports.TenantAwareRepository = _chunkJSSSRT57js.TenantAwareRepository; exports.TenantAwareService = _chunkJSSSRT57js.TenantAwareService; exports.TenantContextError = _chunkJSSSRT57js.TenantContextError; exports.UserProfileService = _chunkJSSSRT57js.UserProfileService; exports.UserService = _chunkJSSSRT57js.UserService; exports.ViewService = _chunkJSSSRT57js.ViewService; exports.WorkflowInstanceService = _chunkJSSSRT57js.WorkflowInstanceService; exports.WorkflowParticipationService = _chunkJSSSRT57js.WorkflowParticipationService; exports.WorkflowRelationService = _chunkJSSSRT57js.WorkflowRelationService; exports.WorkflowService = _chunkJSSSRT57js.WorkflowService; exports.addSchemaToContext = _chunkJSSSRT57js.addSchemaToContext; exports.applyDefaultValues = _chunkJSSSRT57js.applyDefaultValues; exports.buildAuditChanges = _chunkJSSSRT57js.buildAuditChanges; exports.buildPolicyContext = _chunkJSSSRT57js.buildPolicyContext; exports.cacheKeys = _chunkJSSSRT57js.cacheKeys; exports.cacheTtl = _chunkJSSSRT57js.cacheTtl; exports.checkPermission = _chunkJSSSRT57js.checkPermission; exports.checkRecordAccess = _chunkJSSSRT57js.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkJSSSRT57js.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkJSSSRT57js.checkRecordModifyOrThrow; exports.complete = _chunkJSSSRT57js.complete; exports.computeLabel = _chunkJSSSRT57js.computeLabel; exports.computeLabelWithRelations = _chunkJSSSRT57js.computeLabelWithRelations; exports.createContextForCreate = _chunkJSSSRT57js.createContextForCreate; exports.createContextForDelete = _chunkJSSSRT57js.createContextForDelete; exports.createContextForRestore = _chunkJSSSRT57js.createContextForRestore; exports.createContextForUpdate = _chunkJSSSRT57js.createContextForUpdate; exports.createDefaultExecutorRegistry = _chunkJSSSRT57js.createDefaultExecutorRegistry; exports.createDefaultState = _chunkJSSSRT57js.createDefaultState; exports.createMockAdapter = _chunkJSSSRT57js.createMockAdapter; exports.createQueryBuilder = _chunkJSSSRT57js.createQueryBuilder; exports.defaultPolicyRegistry = _chunkJSSSRT57js.defaultPolicyRegistry; exports.defaultTtl = _chunkJSSSRT57js.defaultTtl; exports.enrichRecordsWithFormulas = _chunkJSSSRT57js.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkJSSSRT57js.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkJSSSRT57js.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkJSSSRT57js.enrichWithFormulas; exports.error = _chunkJSSSRT57js.error; exports.evaluate = _chunkJSSSRT57js.evaluate; exports.evaluateCondition = _chunkJSSSRT57js.evaluateCondition; exports.evaluateFormula = _chunkJSSSRT57js.evaluateFormula; exports.evaluateFormulaAttribute = _chunkJSSSRT57js.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkJSSSRT57js.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkJSSSRT57js.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkJSSSRT57js.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkJSSSRT57js.evaluateWithTrace; exports.extractAttributeNames = _chunkJSSSRT57js.extractAttributeNames; exports.extractFormulaVariables = _chunkJSSSRT57js.extractFormulaVariables; exports.extractRelationIds = _chunkJSSSRT57js.extractRelationIds; exports.extractRelationNames = _chunkJSSSRT57js.extractRelationNames; exports.extractRelationReferences = _chunkJSSSRT57js.extractRelationReferences; exports.flattenRelationsForEval = _chunkJSSSRT57js.flattenRelationsForEval; exports.formatFormulaResult = _chunkJSSSRT57js.formatFormulaResult; exports.formatRecord = _chunkJSSSRT57js.formatRecord; exports.formatRecords = _chunkJSSSRT57js.formatRecords; exports.getContext = _chunkJSSSRT57js.getContext; exports.getDefaultExecutorRegistry = _chunkJSSSRT57js.getDefaultExecutorRegistry; exports.getDefaultPinCodeService = _chunkJSSSRT57js.getDefaultPinCodeService; exports.getDefaultTokenService = _chunkJSSSRT57js.getDefaultTokenService; exports.getPathDepth = _chunkJSSSRT57js.getPathDepth; exports.getPolicy = _chunkJSSSRT57js.getPolicy; exports.getRelationPath = _chunkJSSSRT57js.getRelationPath; exports.getSchemaByNameFromContext = _chunkJSSSRT57js.getSchemaByNameFromContext; exports.getSchemaContext = _chunkJSSSRT57js.getSchemaContext; exports.getSchemaFromContext = _chunkJSSSRT57js.getSchemaFromContext; exports.getSyncPreview = _chunkJSSSRT57js.getSyncPreview; exports.getTargetAttributeName = _chunkJSSSRT57js.getTargetAttributeName; exports.getTenantId = _chunkJSSSRT57js.getTenantId; exports.getUserId = _chunkJSSSRT57js.getUserId; exports.getViewSyncPreview = _chunkJSSSRT57js.getViewSyncPreview; exports.hasContext = _chunkJSSSRT57js.hasContext; exports.hasRelationReferences = _chunkJSSSRT57js.hasRelationReferences; exports.hasSchemaContext = _chunkJSSSRT57js.hasSchemaContext; exports.hashOptions = _chunkJSSSRT57js.hashOptions; exports.initializePinCodeService = _chunkJSSSRT57js.initializePinCodeService; exports.initializeTokenService = _chunkJSSSRT57js.initializeTokenService; exports.isLabelExpression = _chunkJSSSRT57js.isLabelExpression; exports.notesPolicy = _chunkJSSSRT57js.notesPolicy; exports.parsePath = _chunkJSSSRT57js.parsePath; exports.pathHasManyCardinality = _chunkJSSSRT57js.pathHasManyCardinality; exports.recalculateParentRollups = _chunkJSSSRT57js.recalculateParentRollups; exports.renderLabelExpression = _chunkJSSSRT57js.renderLabelExpression; exports.resolveMultiplePaths = _chunkJSSSRT57js.resolveMultiplePaths; exports.resolveSingleValue = _chunkJSSSRT57js.resolveSingleValue; exports.runWithContext = _chunkJSSSRT57js.runWithContext; exports.runWithMergedSchemaContext = _chunkJSSSRT57js.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkJSSSRT57js.runWithSchemaContext; exports.success = _chunkJSSSRT57js.success; exports.syncAll = _chunkJSSSRT57js.syncAll; exports.syncNativeObjects = _chunkJSSSRT57js.syncNativeObjects; exports.syncNativeViews = _chunkJSSSRT57js.syncNativeViews; exports.traversePath = _chunkJSSSRT57js.traversePath; exports.validateFormulaExpression = _chunkJSSSRT57js.validateFormulaExpression; exports.validatePath = _chunkJSSSRT57js.validatePath; exports.verifyNativeObjectsSync = _chunkJSSSRT57js.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkJSSSRT57js.verifyNativeViewsSync; exports.wait = _chunkJSSSRT57js.wait; exports.withTenantContext = _chunkJSSSRT57js.withTenantContext;
269
+ exports.AuditService = _chunkLPCQM5VGjs.AuditService; exports.BaseRepository = _chunkLPCQM5VGjs.BaseRepository; exports.BaseService = _chunkLPCQM5VGjs.BaseService; exports.ConditionExecutor = _chunkLPCQM5VGjs.ConditionExecutor; exports.DEFAULT_LABEL_FALLBACK = _chunkLPCQM5VGjs.DEFAULT_LABEL_FALLBACK; exports.EndExecutor = _chunkLPCQM5VGjs.EndExecutor; exports.ExecutorRegistry = _chunkLPCQM5VGjs.ExecutorRegistry; exports.FileService = _chunkLPCQM5VGjs.FileService; exports.FormExecutor = _chunkLPCQM5VGjs.FormExecutor; exports.GeocodingService = _chunkLPCQM5VGjs.GeocodingService; exports.GlobalSearchService = _chunkLPCQM5VGjs.GlobalSearchService; exports.InvalidPathError = _chunkLPCQM5VGjs.InvalidPathError; exports.MaxDepthExceededError = _chunkLPCQM5VGjs.MaxDepthExceededError; exports.NoopCacheAdapter = _chunkLPCQM5VGjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkLPCQM5VGjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkLPCQM5VGjs.NoopHookRegistry; exports.ObjectSchemaService = _chunkLPCQM5VGjs.ObjectSchemaService; exports.ParticipationTokenService = _chunkLPCQM5VGjs.ParticipationTokenService; exports.PermissionService = _chunkLPCQM5VGjs.PermissionService; exports.PinCodeService = _chunkLPCQM5VGjs.PinCodeService; exports.PolicyRegistry = _chunkLPCQM5VGjs.PolicyRegistry; exports.PolicyViolationError = _chunkLPCQM5VGjs.PolicyViolationError; exports.QueryBuilder = _chunkLPCQM5VGjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkLPCQM5VGjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkLPCQM5VGjs.QueryNoResultError; exports.RecordQueryService = _chunkLPCQM5VGjs.RecordQueryService; exports.RecordService = _chunkLPCQM5VGjs.RecordService; exports.RelationResolverService = _chunkLPCQM5VGjs.RelationResolverService; exports.RelationService = _chunkLPCQM5VGjs.RelationService; exports.RollupScheduler = _chunkLPCQM5VGjs.RollupScheduler; exports.RollupService = _chunkLPCQM5VGjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkLPCQM5VGjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SchemaContextAwareRepository = _chunkLPCQM5VGjs.SchemaContextAwareRepository; exports.StartExecutor = _chunkLPCQM5VGjs.StartExecutor; exports.TenantAwareRepository = _chunkLPCQM5VGjs.TenantAwareRepository; exports.TenantAwareService = _chunkLPCQM5VGjs.TenantAwareService; exports.TenantContextError = _chunkLPCQM5VGjs.TenantContextError; exports.UserProfileService = _chunkLPCQM5VGjs.UserProfileService; exports.UserService = _chunkLPCQM5VGjs.UserService; exports.ViewService = _chunkLPCQM5VGjs.ViewService; exports.WorkflowInstanceService = _chunkLPCQM5VGjs.WorkflowInstanceService; exports.WorkflowParticipationService = _chunkLPCQM5VGjs.WorkflowParticipationService; exports.WorkflowRelationService = _chunkLPCQM5VGjs.WorkflowRelationService; exports.WorkflowService = _chunkLPCQM5VGjs.WorkflowService; exports.addSchemaToContext = _chunkLPCQM5VGjs.addSchemaToContext; exports.applyDefaultValues = _chunkLPCQM5VGjs.applyDefaultValues; exports.buildAuditChanges = _chunkLPCQM5VGjs.buildAuditChanges; exports.buildPolicyContext = _chunkLPCQM5VGjs.buildPolicyContext; exports.cacheKeys = _chunkLPCQM5VGjs.cacheKeys; exports.cacheTtl = _chunkLPCQM5VGjs.cacheTtl; exports.checkPermission = _chunkLPCQM5VGjs.checkPermission; exports.checkRecordAccess = _chunkLPCQM5VGjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkLPCQM5VGjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkLPCQM5VGjs.checkRecordModifyOrThrow; exports.complete = _chunkLPCQM5VGjs.complete; exports.computeLabel = _chunkLPCQM5VGjs.computeLabel; exports.computeLabelWithRelations = _chunkLPCQM5VGjs.computeLabelWithRelations; exports.createContextForCreate = _chunkLPCQM5VGjs.createContextForCreate; exports.createContextForDelete = _chunkLPCQM5VGjs.createContextForDelete; exports.createContextForRestore = _chunkLPCQM5VGjs.createContextForRestore; exports.createContextForUpdate = _chunkLPCQM5VGjs.createContextForUpdate; exports.createDefaultExecutorRegistry = _chunkLPCQM5VGjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkLPCQM5VGjs.createDefaultState; exports.createMockAdapter = _chunkLPCQM5VGjs.createMockAdapter; exports.createQueryBuilder = _chunkLPCQM5VGjs.createQueryBuilder; exports.defaultPolicyRegistry = _chunkLPCQM5VGjs.defaultPolicyRegistry; exports.defaultTtl = _chunkLPCQM5VGjs.defaultTtl; exports.enrichRecordsWithFormulas = _chunkLPCQM5VGjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkLPCQM5VGjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkLPCQM5VGjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkLPCQM5VGjs.enrichWithFormulas; exports.error = _chunkLPCQM5VGjs.error; exports.evaluate = _chunkLPCQM5VGjs.evaluate; exports.evaluateCondition = _chunkLPCQM5VGjs.evaluateCondition; exports.evaluateFormula = _chunkLPCQM5VGjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkLPCQM5VGjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkLPCQM5VGjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkLPCQM5VGjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkLPCQM5VGjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkLPCQM5VGjs.evaluateWithTrace; exports.extractAttributeNames = _chunkLPCQM5VGjs.extractAttributeNames; exports.extractFormulaVariables = _chunkLPCQM5VGjs.extractFormulaVariables; exports.extractRelationIds = _chunkLPCQM5VGjs.extractRelationIds; exports.extractRelationNames = _chunkLPCQM5VGjs.extractRelationNames; exports.extractRelationReferences = _chunkLPCQM5VGjs.extractRelationReferences; exports.flattenRelationsForEval = _chunkLPCQM5VGjs.flattenRelationsForEval; exports.formatFormulaResult = _chunkLPCQM5VGjs.formatFormulaResult; exports.formatRecord = _chunkLPCQM5VGjs.formatRecord; exports.formatRecords = _chunkLPCQM5VGjs.formatRecords; exports.getContext = _chunkLPCQM5VGjs.getContext; exports.getDefaultExecutorRegistry = _chunkLPCQM5VGjs.getDefaultExecutorRegistry; exports.getDefaultPinCodeService = _chunkLPCQM5VGjs.getDefaultPinCodeService; exports.getDefaultTokenService = _chunkLPCQM5VGjs.getDefaultTokenService; exports.getPathDepth = _chunkLPCQM5VGjs.getPathDepth; exports.getPolicy = _chunkLPCQM5VGjs.getPolicy; exports.getRelationPath = _chunkLPCQM5VGjs.getRelationPath; exports.getSchemaByNameFromContext = _chunkLPCQM5VGjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunkLPCQM5VGjs.getSchemaContext; exports.getSchemaFromContext = _chunkLPCQM5VGjs.getSchemaFromContext; exports.getSyncPreview = _chunkLPCQM5VGjs.getSyncPreview; exports.getTargetAttributeName = _chunkLPCQM5VGjs.getTargetAttributeName; exports.getTenantId = _chunkLPCQM5VGjs.getTenantId; exports.getUserId = _chunkLPCQM5VGjs.getUserId; exports.getViewSyncPreview = _chunkLPCQM5VGjs.getViewSyncPreview; exports.hasContext = _chunkLPCQM5VGjs.hasContext; exports.hasRelationReferences = _chunkLPCQM5VGjs.hasRelationReferences; exports.hasSchemaContext = _chunkLPCQM5VGjs.hasSchemaContext; exports.hashOptions = _chunkLPCQM5VGjs.hashOptions; exports.initializePinCodeService = _chunkLPCQM5VGjs.initializePinCodeService; exports.initializeTokenService = _chunkLPCQM5VGjs.initializeTokenService; exports.isLabelExpression = _chunkLPCQM5VGjs.isLabelExpression; exports.notesPolicy = _chunkLPCQM5VGjs.notesPolicy; exports.parsePath = _chunkLPCQM5VGjs.parsePath; exports.pathHasManyCardinality = _chunkLPCQM5VGjs.pathHasManyCardinality; exports.recalculateParentRollups = _chunkLPCQM5VGjs.recalculateParentRollups; exports.renderLabelExpression = _chunkLPCQM5VGjs.renderLabelExpression; exports.resolveMultiplePaths = _chunkLPCQM5VGjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkLPCQM5VGjs.resolveSingleValue; exports.runWithContext = _chunkLPCQM5VGjs.runWithContext; exports.runWithMergedSchemaContext = _chunkLPCQM5VGjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkLPCQM5VGjs.runWithSchemaContext; exports.success = _chunkLPCQM5VGjs.success; exports.syncAll = _chunkLPCQM5VGjs.syncAll; exports.syncNativeObjects = _chunkLPCQM5VGjs.syncNativeObjects; exports.syncNativeViews = _chunkLPCQM5VGjs.syncNativeViews; exports.traversePath = _chunkLPCQM5VGjs.traversePath; exports.validateFormulaExpression = _chunkLPCQM5VGjs.validateFormulaExpression; exports.validatePath = _chunkLPCQM5VGjs.validatePath; exports.verifyNativeObjectsSync = _chunkLPCQM5VGjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkLPCQM5VGjs.verifyNativeViewsSync; exports.wait = _chunkLPCQM5VGjs.wait; exports.withTenantContext = _chunkLPCQM5VGjs.withTenantContext;
package/dist/runtime.mjs CHANGED
@@ -131,7 +131,7 @@ import {
131
131
  verifyNativeViewsSync,
132
132
  wait,
133
133
  withTenantContext
134
- } from "./chunk-RDRE7FOY.mjs";
134
+ } from "./chunk-FDWX5X6L.mjs";
135
135
  import "./chunk-Y6FXYEAI.mjs";
136
136
  export {
137
137
  AuditService,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "0.1.0-alpha.48",
3
+ "version": "0.1.0-alpha.49",
4
4
  "description": "Standard schema definitions and utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "expr-eval": "^2.0.2",
25
25
  "zod": "^4.2.1",
26
- "@stndrds/constants": "0.1.0-alpha.48"
26
+ "@stndrds/constants": "0.1.0-alpha.49"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^25.0.3",