@stndrds/schema 0.1.0-alpha.28 → 0.1.0-alpha.29

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.
@@ -6092,7 +6092,7 @@ ${errorMessages}`);
6092
6092
  function createDraftValidator(objectDef) {
6093
6093
  const shape = {};
6094
6094
  for (const attr of objectDef.attributes) {
6095
- const validator = createAttributeValidator(attr).optional();
6095
+ const validator = createAttributeValidator(attr).nullish();
6096
6096
  shape[attr.name] = validator;
6097
6097
  }
6098
6098
  return z4.object(shape).strict();
@@ -6092,7 +6092,7 @@ ${errorMessages}`);
6092
6092
  function createDraftValidator(objectDef) {
6093
6093
  const shape = {};
6094
6094
  for (const attr of objectDef.attributes) {
6095
- const validator = createAttributeValidator(attr).optional();
6095
+ const validator = createAttributeValidator(attr).nullish();
6096
6096
  shape[attr.name] = validator;
6097
6097
  }
6098
6098
  return _zod.z.object(shape).strict();
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@
200
200
 
201
201
 
202
202
 
203
- var _chunkNSJ6MRRLjs = require('./chunk-NSJ6MRRL.js');
203
+ var _chunkCDWZ6X5Ujs = require('./chunk-CDWZ6X5U.js');
204
204
 
205
205
 
206
206
 
@@ -344,13 +344,13 @@ function isNotesTab(tab) {
344
344
  }
345
345
 
346
346
  // src/native/notes.ts
347
- var NOTES = _chunkNSJ6MRRLjs.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(_chunkNSJ6MRRLjs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkNSJ6MRRLjs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
348
- _chunkNSJ6MRRLjs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
347
+ var NOTES = _chunkCDWZ6X5Ujs.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(_chunkCDWZ6X5Ujs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkCDWZ6X5Ujs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
348
+ _chunkCDWZ6X5Ujs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
349
349
  { id: "private", label: "Private", value: "private", icon: "lock" },
350
350
  { id: "shared", label: "Shared", value: "shared", icon: "users" }
351
351
  ]).defaultValue("private").required()
352
- ).attribute(_chunkNSJ6MRRLjs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
353
- _chunkNSJ6MRRLjs.registry.register(NOTES);
352
+ ).attribute(_chunkCDWZ6X5Ujs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
353
+ _chunkCDWZ6X5Ujs.registry.register(NOTES);
354
354
 
355
355
  // src/views/registry.ts
356
356
  var ViewRegistry = class {
@@ -715,4 +715,4 @@ var viewRegistry = new ViewRegistry();
715
715
 
716
716
 
717
717
 
718
- exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkNSJ6MRRLjs.ActivityTabConfig; exports.AttributeInUseError = _chunkNSJ6MRRLjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkNSJ6MRRLjs.AttributeNotFoundError; exports.AuditService = _chunkNSJ6MRRLjs.AuditService; exports.CustomTabConfig = _chunkNSJ6MRRLjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkNSJ6MRRLjs.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.DuplicateError = _chunkNSJ6MRRLjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkNSJ6MRRLjs.EMPTY_VALUE_PLACEHOLDER; exports.FileNotFoundError = _chunkNSJ6MRRLjs.FileNotFoundError; exports.FileService = _chunkNSJ6MRRLjs.FileService; exports.FlowBuilder = _chunkNSJ6MRRLjs.FlowBuilder; exports.FlowPageBuilder = _chunkNSJ6MRRLjs.FlowPageBuilder; exports.FlowRowBuilder = _chunkNSJ6MRRLjs.FlowRowBuilder; exports.FlowService = _chunkNSJ6MRRLjs.FlowService; exports.ForbiddenError = _chunkNSJ6MRRLjs.ForbiddenError; exports.GeocodingService = _chunkNSJ6MRRLjs.GeocodingService; exports.GlobalSearchService = _chunkNSJ6MRRLjs.GlobalSearchService; exports.GroupBuilder = _chunkNSJ6MRRLjs.GroupBuilder; exports.InvalidPathError = _chunkNSJ6MRRLjs.InvalidPathError; exports.MaxDepthExceededError = _chunkNSJ6MRRLjs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NoopGeocodingAdapter = _chunkNSJ6MRRLjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkNSJ6MRRLjs.NoopHookRegistry; exports.NotFoundError = _chunkNSJ6MRRLjs.NotFoundError; exports.NotSystemObjectError = _chunkNSJ6MRRLjs.NotSystemObjectError; exports.NotesTabConfig = _chunkNSJ6MRRLjs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkNSJ6MRRLjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkNSJ6MRRLjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkNSJ6MRRLjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkNSJ6MRRLjs.ObjectSchemaService; exports.PermissionService = _chunkNSJ6MRRLjs.PermissionService; exports.PolicyRegistry = _chunkNSJ6MRRLjs.PolicyRegistry; exports.PolicyViolationError = _chunkNSJ6MRRLjs.PolicyViolationError; exports.ProtectedResourceError = _chunkNSJ6MRRLjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkNSJ6MRRLjs.ProtectedRoleError; exports.QueryBuilder = _chunkNSJ6MRRLjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkNSJ6MRRLjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkNSJ6MRRLjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkNSJ6MRRLjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkNSJ6MRRLjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkNSJ6MRRLjs.RecordNotFoundError; exports.RecordReferencedError = _chunkNSJ6MRRLjs.RecordReferencedError; exports.RecordService = _chunkNSJ6MRRLjs.RecordService; exports.RelationResolverService = _chunkNSJ6MRRLjs.RelationResolverService; exports.RelationService = _chunkNSJ6MRRLjs.RelationService; exports.RoleNotFoundError = _chunkNSJ6MRRLjs.RoleNotFoundError; exports.RollupScheduler = _chunkNSJ6MRRLjs.RollupScheduler; exports.RollupService = _chunkNSJ6MRRLjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkNSJ6MRRLjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunkNSJ6MRRLjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkNSJ6MRRLjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaError = _chunkNSJ6MRRLjs.SchemaError; exports.SchemaErrorCode = _chunkNSJ6MRRLjs.SchemaErrorCode; exports.SyncError = _chunkNSJ6MRRLjs.SyncError; exports.TabBuilder = _chunkNSJ6MRRLjs.TabBuilder; exports.TableTabConfig = _chunkNSJ6MRRLjs.TableTabConfig; exports.TenantAwareRepository = _chunkNSJ6MRRLjs.TenantAwareRepository; exports.TenantAwareService = _chunkNSJ6MRRLjs.TenantAwareService; exports.TenantContextError = _chunkNSJ6MRRLjs.TenantContextError; exports.UserProfileNotFoundError = _chunkNSJ6MRRLjs.UserProfileNotFoundError; exports.UserProfileService = _chunkNSJ6MRRLjs.UserProfileService; exports.UserService = _chunkNSJ6MRRLjs.UserService; exports.ValidationError = _chunkNSJ6MRRLjs.ValidationError; exports.ViewBuilder = _chunkNSJ6MRRLjs.ViewBuilder; exports.ViewService = _chunkNSJ6MRRLjs.ViewService; exports.asTenantId = _chunkNSJ6MRRLjs.asTenantId; exports.asUserId = _chunkNSJ6MRRLjs.asUserId; exports.attributeConfigSchemas = _chunkNSJ6MRRLjs.attributeConfigSchemas; exports.buildAuditChanges = _chunkNSJ6MRRLjs.buildAuditChanges; exports.checkbox = _chunkNSJ6MRRLjs.checkbox; exports.checkboxConfigSchema = _chunkNSJ6MRRLjs.checkboxConfigSchema; exports.computeRecordStatus = _chunkNSJ6MRRLjs.computeRecordStatus; exports.createAttributeValidator = _chunkNSJ6MRRLjs.createAttributeValidator; exports.createCheckboxValidator = _chunkNSJ6MRRLjs.createCheckboxValidator; exports.createCurrencyValidator = _chunkNSJ6MRRLjs.createCurrencyValidator; exports.createDateValidator = _chunkNSJ6MRRLjs.createDateValidator; exports.createDefaultState = _chunkNSJ6MRRLjs.createDefaultState; exports.createDraftValidator = _chunkNSJ6MRRLjs.createDraftValidator; exports.createFileValidator = _chunkNSJ6MRRLjs.createFileValidator; exports.createFormulaValidator = _chunkNSJ6MRRLjs.createFormulaValidator; exports.createLocationValidator = _chunkNSJ6MRRLjs.createLocationValidator; exports.createMockAdapter = _chunkNSJ6MRRLjs.createMockAdapter; exports.createMultiRelationValidator = _chunkNSJ6MRRLjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkNSJ6MRRLjs.createMultiselectValidator; exports.createNumberValidator = _chunkNSJ6MRRLjs.createNumberValidator; exports.createObjectValidator = _chunkNSJ6MRRLjs.createObjectValidator; exports.createPhoneValidator = _chunkNSJ6MRRLjs.createPhoneValidator; exports.createQueryBuilder = _chunkNSJ6MRRLjs.createQueryBuilder; exports.createRatingValidator = _chunkNSJ6MRRLjs.createRatingValidator; exports.createRelationValidator = _chunkNSJ6MRRLjs.createRelationValidator; exports.createRichtextValidator = _chunkNSJ6MRRLjs.createRichtextValidator; exports.createRollupValidator = _chunkNSJ6MRRLjs.createRollupValidator; exports.createSelectValidator = _chunkNSJ6MRRLjs.createSelectValidator; exports.createSingleRelationValidator = _chunkNSJ6MRRLjs.createSingleRelationValidator; exports.createStatusValidator = _chunkNSJ6MRRLjs.createStatusValidator; exports.createTextAreaValidator = _chunkNSJ6MRRLjs.createTextAreaValidator; exports.createTextValidator = _chunkNSJ6MRRLjs.createTextValidator; exports.createUserValidator = _chunkNSJ6MRRLjs.createUserValidator; exports.currency = _chunkNSJ6MRRLjs.currency; exports.currencyConfigSchema = _chunkNSJ6MRRLjs.currencyConfigSchema; exports.date = _chunkNSJ6MRRLjs.date; exports.dateConfigSchema = _chunkNSJ6MRRLjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkNSJ6MRRLjs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunkNSJ6MRRLjs.enrichValuesWithSelectLabels; exports.evaluateFormula = _chunkNSJ6MRRLjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkNSJ6MRRLjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkNSJ6MRRLjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkNSJ6MRRLjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkNSJ6MRRLjs.evaluateFormulaWithResult; exports.extractAttributeNames = _chunkNSJ6MRRLjs.extractAttributeNames; exports.extractFormulaVariables = _chunkNSJ6MRRLjs.extractFormulaVariables; exports.extractRelationNames = _chunkNSJ6MRRLjs.extractRelationNames; exports.extractRelationReferences = _chunkNSJ6MRRLjs.extractRelationReferences; exports.file = _chunkNSJ6MRRLjs.file; exports.fileConfigSchema = _chunkNSJ6MRRLjs.fileConfigSchema; exports.flattenRelationsForEval = _chunkNSJ6MRRLjs.flattenRelationsForEval; exports.flow = _chunkNSJ6MRRLjs.flow; exports.formatAttributeValue = _chunkNSJ6MRRLjs.formatAttributeValue; exports.formatFormulaResult = _chunkNSJ6MRRLjs.formatFormulaResult; exports.formatRecord = _chunkNSJ6MRRLjs.formatRecord; exports.formatRecords = _chunkNSJ6MRRLjs.formatRecords; exports.formula = _chunkNSJ6MRRLjs.formula; exports.formulaConfigSchema = _chunkNSJ6MRRLjs.formulaConfigSchema; exports.generateId = _chunkNSJ6MRRLjs.generateId; exports.generatePrefixedId = _chunkNSJ6MRRLjs.generatePrefixedId; exports.getAttributeConfigSchema = _chunkNSJ6MRRLjs.getAttributeConfigSchema; exports.getContext = _chunkNSJ6MRRLjs.getContext; exports.getMissingRequiredAttributes = _chunkNSJ6MRRLjs.getMissingRequiredAttributes; exports.getPathDepth = _chunkNSJ6MRRLjs.getPathDepth; exports.getRelationPath = _chunkNSJ6MRRLjs.getRelationPath; exports.getSyncPreview = _chunkNSJ6MRRLjs.getSyncPreview; exports.getSystemAttributeList = _chunkNSJ6MRRLjs.getSystemAttributeList; exports.getTargetAttributeName = _chunkNSJ6MRRLjs.getTargetAttributeName; exports.getTenantId = _chunkNSJ6MRRLjs.getTenantId; exports.getUserId = _chunkNSJ6MRRLjs.getUserId; exports.getViewSyncPreview = _chunkNSJ6MRRLjs.getViewSyncPreview; exports.group = _chunkNSJ6MRRLjs.group; exports.hasContext = _chunkNSJ6MRRLjs.hasContext; exports.hasRelationReferences = _chunkNSJ6MRRLjs.hasRelationReferences; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isForbiddenError = _chunkNSJ6MRRLjs.isForbiddenError; exports.isFormTab = isFormTab; exports.isLabelExpression = _chunkNSJ6MRRLjs.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNotFoundError = _chunkNSJ6MRRLjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isProtectedResourceError = _chunkNSJ6MRRLjs.isProtectedResourceError; exports.isRecordComplete = _chunkNSJ6MRRLjs.isRecordComplete; exports.isSchemaError = _chunkNSJ6MRRLjs.isSchemaError; exports.isSystemAttribute = _chunkNSJ6MRRLjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkNSJ6MRRLjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunkNSJ6MRRLjs.isUniversalRelation; exports.isValidationError = _chunkNSJ6MRRLjs.isValidationError; exports.location = _chunkNSJ6MRRLjs.location; exports.locationConfigSchema = _chunkNSJ6MRRLjs.locationConfigSchema; exports.multiselect = _chunkNSJ6MRRLjs.multiselect; exports.multiselectConfigSchema = _chunkNSJ6MRRLjs.multiselectConfigSchema; exports.notesPolicy = _chunkNSJ6MRRLjs.notesPolicy; exports.number = _chunkNSJ6MRRLjs.number; exports.numberConfigSchema = _chunkNSJ6MRRLjs.numberConfigSchema; exports.object = _chunkNSJ6MRRLjs.object; exports.parseAttributeConfig = _chunkNSJ6MRRLjs.parseAttributeConfig; exports.parsePath = _chunkNSJ6MRRLjs.parsePath; exports.pathHasManyCardinality = _chunkNSJ6MRRLjs.pathHasManyCardinality; exports.phone = _chunkNSJ6MRRLjs.phone; exports.phoneConfigSchema = _chunkNSJ6MRRLjs.phoneConfigSchema; exports.rating = _chunkNSJ6MRRLjs.rating; exports.ratingConfigSchema = _chunkNSJ6MRRLjs.ratingConfigSchema; exports.registry = _chunkNSJ6MRRLjs.registry; exports.relation = _chunkNSJ6MRRLjs.relation; exports.relationConfigSchema = _chunkNSJ6MRRLjs.relationConfigSchema; exports.renderLabelExpression = _chunkNSJ6MRRLjs.renderLabelExpression; exports.resolveMultiplePaths = _chunkNSJ6MRRLjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkNSJ6MRRLjs.resolveSingleValue; exports.richtext = _chunkNSJ6MRRLjs.richtext; exports.richtextConfigSchema = _chunkNSJ6MRRLjs.richtextConfigSchema; exports.rollup = _chunkNSJ6MRRLjs.rollup; exports.rollupConfigSchema = _chunkNSJ6MRRLjs.rollupConfigSchema; exports.runWithContext = _chunkNSJ6MRRLjs.runWithContext; exports.safeParseAttributeConfig = _chunkNSJ6MRRLjs.safeParseAttributeConfig; exports.select = _chunkNSJ6MRRLjs.select; exports.selectConfigSchema = _chunkNSJ6MRRLjs.selectConfigSchema; exports.status = _chunkNSJ6MRRLjs.status; exports.statusConfigSchema = _chunkNSJ6MRRLjs.statusConfigSchema; exports.syncAll = _chunkNSJ6MRRLjs.syncAll; exports.syncNativeObjects = _chunkNSJ6MRRLjs.syncNativeObjects; exports.syncNativeViews = _chunkNSJ6MRRLjs.syncNativeViews; exports.text = _chunkNSJ6MRRLjs.text; exports.textConfigSchema = _chunkNSJ6MRRLjs.textConfigSchema; exports.textarea = _chunkNSJ6MRRLjs.textarea; exports.textareaConfigSchema = _chunkNSJ6MRRLjs.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunkNSJ6MRRLjs.traversePath; exports.user = _chunkNSJ6MRRLjs.user; exports.userConfigSchema = _chunkNSJ6MRRLjs.userConfigSchema; exports.validateAttribute = _chunkNSJ6MRRLjs.validateAttribute; exports.validateAttributeConfig = _chunkNSJ6MRRLjs.validateAttributeConfig; exports.validateDraft = _chunkNSJ6MRRLjs.validateDraft; exports.validateDraftOrThrow = _chunkNSJ6MRRLjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkNSJ6MRRLjs.validateFormulaExpression; exports.validateObject = _chunkNSJ6MRRLjs.validateObject; exports.validateObjectOrThrow = _chunkNSJ6MRRLjs.validateObjectOrThrow; exports.validatePath = _chunkNSJ6MRRLjs.validatePath; exports.verifyNativeObjectsSync = _chunkNSJ6MRRLjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkNSJ6MRRLjs.verifyNativeViewsSync; exports.view = _chunkNSJ6MRRLjs.view; exports.viewRegistry = viewRegistry; exports.withTenantContext = _chunkNSJ6MRRLjs.withTenantContext;
718
+ exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkCDWZ6X5Ujs.ActivityTabConfig; exports.AttributeInUseError = _chunkCDWZ6X5Ujs.AttributeInUseError; exports.AttributeNotFoundError = _chunkCDWZ6X5Ujs.AttributeNotFoundError; exports.AuditService = _chunkCDWZ6X5Ujs.AuditService; exports.CustomTabConfig = _chunkCDWZ6X5Ujs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkCDWZ6X5Ujs.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.DuplicateError = _chunkCDWZ6X5Ujs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkCDWZ6X5Ujs.EMPTY_VALUE_PLACEHOLDER; exports.FileNotFoundError = _chunkCDWZ6X5Ujs.FileNotFoundError; exports.FileService = _chunkCDWZ6X5Ujs.FileService; exports.FlowBuilder = _chunkCDWZ6X5Ujs.FlowBuilder; exports.FlowPageBuilder = _chunkCDWZ6X5Ujs.FlowPageBuilder; exports.FlowRowBuilder = _chunkCDWZ6X5Ujs.FlowRowBuilder; exports.FlowService = _chunkCDWZ6X5Ujs.FlowService; exports.ForbiddenError = _chunkCDWZ6X5Ujs.ForbiddenError; exports.GeocodingService = _chunkCDWZ6X5Ujs.GeocodingService; exports.GlobalSearchService = _chunkCDWZ6X5Ujs.GlobalSearchService; exports.GroupBuilder = _chunkCDWZ6X5Ujs.GroupBuilder; exports.InvalidPathError = _chunkCDWZ6X5Ujs.InvalidPathError; exports.MaxDepthExceededError = _chunkCDWZ6X5Ujs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NoopGeocodingAdapter = _chunkCDWZ6X5Ujs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkCDWZ6X5Ujs.NoopHookRegistry; exports.NotFoundError = _chunkCDWZ6X5Ujs.NotFoundError; exports.NotSystemObjectError = _chunkCDWZ6X5Ujs.NotSystemObjectError; exports.NotesTabConfig = _chunkCDWZ6X5Ujs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkCDWZ6X5Ujs.ObjectBuilder; exports.ObjectNotFoundError = _chunkCDWZ6X5Ujs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkCDWZ6X5Ujs.ObjectReferencedError; exports.ObjectSchemaService = _chunkCDWZ6X5Ujs.ObjectSchemaService; exports.PermissionService = _chunkCDWZ6X5Ujs.PermissionService; exports.PolicyRegistry = _chunkCDWZ6X5Ujs.PolicyRegistry; exports.PolicyViolationError = _chunkCDWZ6X5Ujs.PolicyViolationError; exports.ProtectedResourceError = _chunkCDWZ6X5Ujs.ProtectedResourceError; exports.ProtectedRoleError = _chunkCDWZ6X5Ujs.ProtectedRoleError; exports.QueryBuilder = _chunkCDWZ6X5Ujs.QueryBuilder; exports.QueryMultipleResultsError = _chunkCDWZ6X5Ujs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkCDWZ6X5Ujs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkCDWZ6X5Ujs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkCDWZ6X5Ujs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkCDWZ6X5Ujs.RecordNotFoundError; exports.RecordReferencedError = _chunkCDWZ6X5Ujs.RecordReferencedError; exports.RecordService = _chunkCDWZ6X5Ujs.RecordService; exports.RelationResolverService = _chunkCDWZ6X5Ujs.RelationResolverService; exports.RelationService = _chunkCDWZ6X5Ujs.RelationService; exports.RoleNotFoundError = _chunkCDWZ6X5Ujs.RoleNotFoundError; exports.RollupScheduler = _chunkCDWZ6X5Ujs.RollupScheduler; exports.RollupService = _chunkCDWZ6X5Ujs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkCDWZ6X5Ujs.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunkCDWZ6X5Ujs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkCDWZ6X5Ujs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaError = _chunkCDWZ6X5Ujs.SchemaError; exports.SchemaErrorCode = _chunkCDWZ6X5Ujs.SchemaErrorCode; exports.SyncError = _chunkCDWZ6X5Ujs.SyncError; exports.TabBuilder = _chunkCDWZ6X5Ujs.TabBuilder; exports.TableTabConfig = _chunkCDWZ6X5Ujs.TableTabConfig; exports.TenantAwareRepository = _chunkCDWZ6X5Ujs.TenantAwareRepository; exports.TenantAwareService = _chunkCDWZ6X5Ujs.TenantAwareService; exports.TenantContextError = _chunkCDWZ6X5Ujs.TenantContextError; exports.UserProfileNotFoundError = _chunkCDWZ6X5Ujs.UserProfileNotFoundError; exports.UserProfileService = _chunkCDWZ6X5Ujs.UserProfileService; exports.UserService = _chunkCDWZ6X5Ujs.UserService; exports.ValidationError = _chunkCDWZ6X5Ujs.ValidationError; exports.ViewBuilder = _chunkCDWZ6X5Ujs.ViewBuilder; exports.ViewService = _chunkCDWZ6X5Ujs.ViewService; exports.asTenantId = _chunkCDWZ6X5Ujs.asTenantId; exports.asUserId = _chunkCDWZ6X5Ujs.asUserId; exports.attributeConfigSchemas = _chunkCDWZ6X5Ujs.attributeConfigSchemas; exports.buildAuditChanges = _chunkCDWZ6X5Ujs.buildAuditChanges; exports.checkbox = _chunkCDWZ6X5Ujs.checkbox; exports.checkboxConfigSchema = _chunkCDWZ6X5Ujs.checkboxConfigSchema; exports.computeRecordStatus = _chunkCDWZ6X5Ujs.computeRecordStatus; exports.createAttributeValidator = _chunkCDWZ6X5Ujs.createAttributeValidator; exports.createCheckboxValidator = _chunkCDWZ6X5Ujs.createCheckboxValidator; exports.createCurrencyValidator = _chunkCDWZ6X5Ujs.createCurrencyValidator; exports.createDateValidator = _chunkCDWZ6X5Ujs.createDateValidator; exports.createDefaultState = _chunkCDWZ6X5Ujs.createDefaultState; exports.createDraftValidator = _chunkCDWZ6X5Ujs.createDraftValidator; exports.createFileValidator = _chunkCDWZ6X5Ujs.createFileValidator; exports.createFormulaValidator = _chunkCDWZ6X5Ujs.createFormulaValidator; exports.createLocationValidator = _chunkCDWZ6X5Ujs.createLocationValidator; exports.createMockAdapter = _chunkCDWZ6X5Ujs.createMockAdapter; exports.createMultiRelationValidator = _chunkCDWZ6X5Ujs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkCDWZ6X5Ujs.createMultiselectValidator; exports.createNumberValidator = _chunkCDWZ6X5Ujs.createNumberValidator; exports.createObjectValidator = _chunkCDWZ6X5Ujs.createObjectValidator; exports.createPhoneValidator = _chunkCDWZ6X5Ujs.createPhoneValidator; exports.createQueryBuilder = _chunkCDWZ6X5Ujs.createQueryBuilder; exports.createRatingValidator = _chunkCDWZ6X5Ujs.createRatingValidator; exports.createRelationValidator = _chunkCDWZ6X5Ujs.createRelationValidator; exports.createRichtextValidator = _chunkCDWZ6X5Ujs.createRichtextValidator; exports.createRollupValidator = _chunkCDWZ6X5Ujs.createRollupValidator; exports.createSelectValidator = _chunkCDWZ6X5Ujs.createSelectValidator; exports.createSingleRelationValidator = _chunkCDWZ6X5Ujs.createSingleRelationValidator; exports.createStatusValidator = _chunkCDWZ6X5Ujs.createStatusValidator; exports.createTextAreaValidator = _chunkCDWZ6X5Ujs.createTextAreaValidator; exports.createTextValidator = _chunkCDWZ6X5Ujs.createTextValidator; exports.createUserValidator = _chunkCDWZ6X5Ujs.createUserValidator; exports.currency = _chunkCDWZ6X5Ujs.currency; exports.currencyConfigSchema = _chunkCDWZ6X5Ujs.currencyConfigSchema; exports.date = _chunkCDWZ6X5Ujs.date; exports.dateConfigSchema = _chunkCDWZ6X5Ujs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkCDWZ6X5Ujs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunkCDWZ6X5Ujs.enrichValuesWithSelectLabels; exports.evaluateFormula = _chunkCDWZ6X5Ujs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkCDWZ6X5Ujs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkCDWZ6X5Ujs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkCDWZ6X5Ujs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkCDWZ6X5Ujs.evaluateFormulaWithResult; exports.extractAttributeNames = _chunkCDWZ6X5Ujs.extractAttributeNames; exports.extractFormulaVariables = _chunkCDWZ6X5Ujs.extractFormulaVariables; exports.extractRelationNames = _chunkCDWZ6X5Ujs.extractRelationNames; exports.extractRelationReferences = _chunkCDWZ6X5Ujs.extractRelationReferences; exports.file = _chunkCDWZ6X5Ujs.file; exports.fileConfigSchema = _chunkCDWZ6X5Ujs.fileConfigSchema; exports.flattenRelationsForEval = _chunkCDWZ6X5Ujs.flattenRelationsForEval; exports.flow = _chunkCDWZ6X5Ujs.flow; exports.formatAttributeValue = _chunkCDWZ6X5Ujs.formatAttributeValue; exports.formatFormulaResult = _chunkCDWZ6X5Ujs.formatFormulaResult; exports.formatRecord = _chunkCDWZ6X5Ujs.formatRecord; exports.formatRecords = _chunkCDWZ6X5Ujs.formatRecords; exports.formula = _chunkCDWZ6X5Ujs.formula; exports.formulaConfigSchema = _chunkCDWZ6X5Ujs.formulaConfigSchema; exports.generateId = _chunkCDWZ6X5Ujs.generateId; exports.generatePrefixedId = _chunkCDWZ6X5Ujs.generatePrefixedId; exports.getAttributeConfigSchema = _chunkCDWZ6X5Ujs.getAttributeConfigSchema; exports.getContext = _chunkCDWZ6X5Ujs.getContext; exports.getMissingRequiredAttributes = _chunkCDWZ6X5Ujs.getMissingRequiredAttributes; exports.getPathDepth = _chunkCDWZ6X5Ujs.getPathDepth; exports.getRelationPath = _chunkCDWZ6X5Ujs.getRelationPath; exports.getSyncPreview = _chunkCDWZ6X5Ujs.getSyncPreview; exports.getSystemAttributeList = _chunkCDWZ6X5Ujs.getSystemAttributeList; exports.getTargetAttributeName = _chunkCDWZ6X5Ujs.getTargetAttributeName; exports.getTenantId = _chunkCDWZ6X5Ujs.getTenantId; exports.getUserId = _chunkCDWZ6X5Ujs.getUserId; exports.getViewSyncPreview = _chunkCDWZ6X5Ujs.getViewSyncPreview; exports.group = _chunkCDWZ6X5Ujs.group; exports.hasContext = _chunkCDWZ6X5Ujs.hasContext; exports.hasRelationReferences = _chunkCDWZ6X5Ujs.hasRelationReferences; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isForbiddenError = _chunkCDWZ6X5Ujs.isForbiddenError; exports.isFormTab = isFormTab; exports.isLabelExpression = _chunkCDWZ6X5Ujs.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNotFoundError = _chunkCDWZ6X5Ujs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isProtectedResourceError = _chunkCDWZ6X5Ujs.isProtectedResourceError; exports.isRecordComplete = _chunkCDWZ6X5Ujs.isRecordComplete; exports.isSchemaError = _chunkCDWZ6X5Ujs.isSchemaError; exports.isSystemAttribute = _chunkCDWZ6X5Ujs.isSystemAttribute; exports.isSystemAttributeObject = _chunkCDWZ6X5Ujs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunkCDWZ6X5Ujs.isUniversalRelation; exports.isValidationError = _chunkCDWZ6X5Ujs.isValidationError; exports.location = _chunkCDWZ6X5Ujs.location; exports.locationConfigSchema = _chunkCDWZ6X5Ujs.locationConfigSchema; exports.multiselect = _chunkCDWZ6X5Ujs.multiselect; exports.multiselectConfigSchema = _chunkCDWZ6X5Ujs.multiselectConfigSchema; exports.notesPolicy = _chunkCDWZ6X5Ujs.notesPolicy; exports.number = _chunkCDWZ6X5Ujs.number; exports.numberConfigSchema = _chunkCDWZ6X5Ujs.numberConfigSchema; exports.object = _chunkCDWZ6X5Ujs.object; exports.parseAttributeConfig = _chunkCDWZ6X5Ujs.parseAttributeConfig; exports.parsePath = _chunkCDWZ6X5Ujs.parsePath; exports.pathHasManyCardinality = _chunkCDWZ6X5Ujs.pathHasManyCardinality; exports.phone = _chunkCDWZ6X5Ujs.phone; exports.phoneConfigSchema = _chunkCDWZ6X5Ujs.phoneConfigSchema; exports.rating = _chunkCDWZ6X5Ujs.rating; exports.ratingConfigSchema = _chunkCDWZ6X5Ujs.ratingConfigSchema; exports.registry = _chunkCDWZ6X5Ujs.registry; exports.relation = _chunkCDWZ6X5Ujs.relation; exports.relationConfigSchema = _chunkCDWZ6X5Ujs.relationConfigSchema; exports.renderLabelExpression = _chunkCDWZ6X5Ujs.renderLabelExpression; exports.resolveMultiplePaths = _chunkCDWZ6X5Ujs.resolveMultiplePaths; exports.resolveSingleValue = _chunkCDWZ6X5Ujs.resolveSingleValue; exports.richtext = _chunkCDWZ6X5Ujs.richtext; exports.richtextConfigSchema = _chunkCDWZ6X5Ujs.richtextConfigSchema; exports.rollup = _chunkCDWZ6X5Ujs.rollup; exports.rollupConfigSchema = _chunkCDWZ6X5Ujs.rollupConfigSchema; exports.runWithContext = _chunkCDWZ6X5Ujs.runWithContext; exports.safeParseAttributeConfig = _chunkCDWZ6X5Ujs.safeParseAttributeConfig; exports.select = _chunkCDWZ6X5Ujs.select; exports.selectConfigSchema = _chunkCDWZ6X5Ujs.selectConfigSchema; exports.status = _chunkCDWZ6X5Ujs.status; exports.statusConfigSchema = _chunkCDWZ6X5Ujs.statusConfigSchema; exports.syncAll = _chunkCDWZ6X5Ujs.syncAll; exports.syncNativeObjects = _chunkCDWZ6X5Ujs.syncNativeObjects; exports.syncNativeViews = _chunkCDWZ6X5Ujs.syncNativeViews; exports.text = _chunkCDWZ6X5Ujs.text; exports.textConfigSchema = _chunkCDWZ6X5Ujs.textConfigSchema; exports.textarea = _chunkCDWZ6X5Ujs.textarea; exports.textareaConfigSchema = _chunkCDWZ6X5Ujs.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunkCDWZ6X5Ujs.traversePath; exports.user = _chunkCDWZ6X5Ujs.user; exports.userConfigSchema = _chunkCDWZ6X5Ujs.userConfigSchema; exports.validateAttribute = _chunkCDWZ6X5Ujs.validateAttribute; exports.validateAttributeConfig = _chunkCDWZ6X5Ujs.validateAttributeConfig; exports.validateDraft = _chunkCDWZ6X5Ujs.validateDraft; exports.validateDraftOrThrow = _chunkCDWZ6X5Ujs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkCDWZ6X5Ujs.validateFormulaExpression; exports.validateObject = _chunkCDWZ6X5Ujs.validateObject; exports.validateObjectOrThrow = _chunkCDWZ6X5Ujs.validateObjectOrThrow; exports.validatePath = _chunkCDWZ6X5Ujs.validatePath; exports.verifyNativeObjectsSync = _chunkCDWZ6X5Ujs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkCDWZ6X5Ujs.verifyNativeViewsSync; exports.view = _chunkCDWZ6X5Ujs.view; exports.viewRegistry = viewRegistry; exports.withTenantContext = _chunkCDWZ6X5Ujs.withTenantContext;
package/dist/index.mjs CHANGED
@@ -200,7 +200,7 @@ import {
200
200
  verifyNativeViewsSync,
201
201
  view,
202
202
  withTenantContext
203
- } from "./chunk-6GFSSJS6.mjs";
203
+ } from "./chunk-C4QEZGBF.mjs";
204
204
  import {
205
205
  ALL_SYSTEM_RESOURCES,
206
206
  DEFAULT_ROLES,
package/dist/runtime.js CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
 
76
76
 
77
- var _chunkNSJ6MRRLjs = require('./chunk-NSJ6MRRL.js');
77
+ var _chunkCDWZ6X5Ujs = require('./chunk-CDWZ6X5U.js');
78
78
  require('./chunk-3RG5ZIWI.js');
79
79
 
80
80
 
@@ -152,4 +152,4 @@ require('./chunk-3RG5ZIWI.js');
152
152
 
153
153
 
154
154
 
155
- exports.AuditService = _chunkNSJ6MRRLjs.AuditService; exports.DEFAULT_LABEL_FALLBACK = _chunkNSJ6MRRLjs.DEFAULT_LABEL_FALLBACK; exports.FileService = _chunkNSJ6MRRLjs.FileService; exports.FlowService = _chunkNSJ6MRRLjs.FlowService; exports.GeocodingService = _chunkNSJ6MRRLjs.GeocodingService; exports.GlobalSearchService = _chunkNSJ6MRRLjs.GlobalSearchService; exports.InvalidPathError = _chunkNSJ6MRRLjs.InvalidPathError; exports.MaxDepthExceededError = _chunkNSJ6MRRLjs.MaxDepthExceededError; exports.NoopGeocodingAdapter = _chunkNSJ6MRRLjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkNSJ6MRRLjs.NoopHookRegistry; exports.ObjectSchemaService = _chunkNSJ6MRRLjs.ObjectSchemaService; exports.PermissionService = _chunkNSJ6MRRLjs.PermissionService; exports.PolicyRegistry = _chunkNSJ6MRRLjs.PolicyRegistry; exports.PolicyViolationError = _chunkNSJ6MRRLjs.PolicyViolationError; exports.QueryBuilder = _chunkNSJ6MRRLjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkNSJ6MRRLjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkNSJ6MRRLjs.QueryNoResultError; exports.RecordService = _chunkNSJ6MRRLjs.RecordService; exports.RelationResolverService = _chunkNSJ6MRRLjs.RelationResolverService; exports.RelationService = _chunkNSJ6MRRLjs.RelationService; exports.RollupScheduler = _chunkNSJ6MRRLjs.RollupScheduler; exports.RollupService = _chunkNSJ6MRRLjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkNSJ6MRRLjs.SHORTCUT_TO_FILTER_OPERATOR; exports.TenantAwareRepository = _chunkNSJ6MRRLjs.TenantAwareRepository; exports.TenantAwareService = _chunkNSJ6MRRLjs.TenantAwareService; exports.TenantContextError = _chunkNSJ6MRRLjs.TenantContextError; exports.UserProfileService = _chunkNSJ6MRRLjs.UserProfileService; exports.UserService = _chunkNSJ6MRRLjs.UserService; exports.ViewService = _chunkNSJ6MRRLjs.ViewService; exports.buildAuditChanges = _chunkNSJ6MRRLjs.buildAuditChanges; exports.createDefaultState = _chunkNSJ6MRRLjs.createDefaultState; exports.createMockAdapter = _chunkNSJ6MRRLjs.createMockAdapter; exports.createQueryBuilder = _chunkNSJ6MRRLjs.createQueryBuilder; exports.defaultPolicyRegistry = _chunkNSJ6MRRLjs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunkNSJ6MRRLjs.enrichValuesWithSelectLabels; exports.evaluateFormula = _chunkNSJ6MRRLjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkNSJ6MRRLjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkNSJ6MRRLjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkNSJ6MRRLjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkNSJ6MRRLjs.evaluateFormulaWithResult; exports.extractAttributeNames = _chunkNSJ6MRRLjs.extractAttributeNames; exports.extractFormulaVariables = _chunkNSJ6MRRLjs.extractFormulaVariables; exports.extractRelationNames = _chunkNSJ6MRRLjs.extractRelationNames; exports.extractRelationReferences = _chunkNSJ6MRRLjs.extractRelationReferences; exports.flattenRelationsForEval = _chunkNSJ6MRRLjs.flattenRelationsForEval; exports.formatFormulaResult = _chunkNSJ6MRRLjs.formatFormulaResult; exports.formatRecord = _chunkNSJ6MRRLjs.formatRecord; exports.formatRecords = _chunkNSJ6MRRLjs.formatRecords; exports.getContext = _chunkNSJ6MRRLjs.getContext; exports.getPathDepth = _chunkNSJ6MRRLjs.getPathDepth; exports.getRelationPath = _chunkNSJ6MRRLjs.getRelationPath; exports.getSyncPreview = _chunkNSJ6MRRLjs.getSyncPreview; exports.getTargetAttributeName = _chunkNSJ6MRRLjs.getTargetAttributeName; exports.getTenantId = _chunkNSJ6MRRLjs.getTenantId; exports.getUserId = _chunkNSJ6MRRLjs.getUserId; exports.getViewSyncPreview = _chunkNSJ6MRRLjs.getViewSyncPreview; exports.hasContext = _chunkNSJ6MRRLjs.hasContext; exports.hasRelationReferences = _chunkNSJ6MRRLjs.hasRelationReferences; exports.isLabelExpression = _chunkNSJ6MRRLjs.isLabelExpression; exports.notesPolicy = _chunkNSJ6MRRLjs.notesPolicy; exports.parsePath = _chunkNSJ6MRRLjs.parsePath; exports.pathHasManyCardinality = _chunkNSJ6MRRLjs.pathHasManyCardinality; exports.renderLabelExpression = _chunkNSJ6MRRLjs.renderLabelExpression; exports.resolveMultiplePaths = _chunkNSJ6MRRLjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkNSJ6MRRLjs.resolveSingleValue; exports.runWithContext = _chunkNSJ6MRRLjs.runWithContext; exports.syncAll = _chunkNSJ6MRRLjs.syncAll; exports.syncNativeObjects = _chunkNSJ6MRRLjs.syncNativeObjects; exports.syncNativeViews = _chunkNSJ6MRRLjs.syncNativeViews; exports.traversePath = _chunkNSJ6MRRLjs.traversePath; exports.validateFormulaExpression = _chunkNSJ6MRRLjs.validateFormulaExpression; exports.validatePath = _chunkNSJ6MRRLjs.validatePath; exports.verifyNativeObjectsSync = _chunkNSJ6MRRLjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkNSJ6MRRLjs.verifyNativeViewsSync; exports.withTenantContext = _chunkNSJ6MRRLjs.withTenantContext;
155
+ exports.AuditService = _chunkCDWZ6X5Ujs.AuditService; exports.DEFAULT_LABEL_FALLBACK = _chunkCDWZ6X5Ujs.DEFAULT_LABEL_FALLBACK; exports.FileService = _chunkCDWZ6X5Ujs.FileService; exports.FlowService = _chunkCDWZ6X5Ujs.FlowService; exports.GeocodingService = _chunkCDWZ6X5Ujs.GeocodingService; exports.GlobalSearchService = _chunkCDWZ6X5Ujs.GlobalSearchService; exports.InvalidPathError = _chunkCDWZ6X5Ujs.InvalidPathError; exports.MaxDepthExceededError = _chunkCDWZ6X5Ujs.MaxDepthExceededError; exports.NoopGeocodingAdapter = _chunkCDWZ6X5Ujs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkCDWZ6X5Ujs.NoopHookRegistry; exports.ObjectSchemaService = _chunkCDWZ6X5Ujs.ObjectSchemaService; exports.PermissionService = _chunkCDWZ6X5Ujs.PermissionService; exports.PolicyRegistry = _chunkCDWZ6X5Ujs.PolicyRegistry; exports.PolicyViolationError = _chunkCDWZ6X5Ujs.PolicyViolationError; exports.QueryBuilder = _chunkCDWZ6X5Ujs.QueryBuilder; exports.QueryMultipleResultsError = _chunkCDWZ6X5Ujs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkCDWZ6X5Ujs.QueryNoResultError; exports.RecordService = _chunkCDWZ6X5Ujs.RecordService; exports.RelationResolverService = _chunkCDWZ6X5Ujs.RelationResolverService; exports.RelationService = _chunkCDWZ6X5Ujs.RelationService; exports.RollupScheduler = _chunkCDWZ6X5Ujs.RollupScheduler; exports.RollupService = _chunkCDWZ6X5Ujs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkCDWZ6X5Ujs.SHORTCUT_TO_FILTER_OPERATOR; exports.TenantAwareRepository = _chunkCDWZ6X5Ujs.TenantAwareRepository; exports.TenantAwareService = _chunkCDWZ6X5Ujs.TenantAwareService; exports.TenantContextError = _chunkCDWZ6X5Ujs.TenantContextError; exports.UserProfileService = _chunkCDWZ6X5Ujs.UserProfileService; exports.UserService = _chunkCDWZ6X5Ujs.UserService; exports.ViewService = _chunkCDWZ6X5Ujs.ViewService; exports.buildAuditChanges = _chunkCDWZ6X5Ujs.buildAuditChanges; exports.createDefaultState = _chunkCDWZ6X5Ujs.createDefaultState; exports.createMockAdapter = _chunkCDWZ6X5Ujs.createMockAdapter; exports.createQueryBuilder = _chunkCDWZ6X5Ujs.createQueryBuilder; exports.defaultPolicyRegistry = _chunkCDWZ6X5Ujs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunkCDWZ6X5Ujs.enrichValuesWithSelectLabels; exports.evaluateFormula = _chunkCDWZ6X5Ujs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkCDWZ6X5Ujs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkCDWZ6X5Ujs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkCDWZ6X5Ujs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkCDWZ6X5Ujs.evaluateFormulaWithResult; exports.extractAttributeNames = _chunkCDWZ6X5Ujs.extractAttributeNames; exports.extractFormulaVariables = _chunkCDWZ6X5Ujs.extractFormulaVariables; exports.extractRelationNames = _chunkCDWZ6X5Ujs.extractRelationNames; exports.extractRelationReferences = _chunkCDWZ6X5Ujs.extractRelationReferences; exports.flattenRelationsForEval = _chunkCDWZ6X5Ujs.flattenRelationsForEval; exports.formatFormulaResult = _chunkCDWZ6X5Ujs.formatFormulaResult; exports.formatRecord = _chunkCDWZ6X5Ujs.formatRecord; exports.formatRecords = _chunkCDWZ6X5Ujs.formatRecords; exports.getContext = _chunkCDWZ6X5Ujs.getContext; exports.getPathDepth = _chunkCDWZ6X5Ujs.getPathDepth; exports.getRelationPath = _chunkCDWZ6X5Ujs.getRelationPath; exports.getSyncPreview = _chunkCDWZ6X5Ujs.getSyncPreview; exports.getTargetAttributeName = _chunkCDWZ6X5Ujs.getTargetAttributeName; exports.getTenantId = _chunkCDWZ6X5Ujs.getTenantId; exports.getUserId = _chunkCDWZ6X5Ujs.getUserId; exports.getViewSyncPreview = _chunkCDWZ6X5Ujs.getViewSyncPreview; exports.hasContext = _chunkCDWZ6X5Ujs.hasContext; exports.hasRelationReferences = _chunkCDWZ6X5Ujs.hasRelationReferences; exports.isLabelExpression = _chunkCDWZ6X5Ujs.isLabelExpression; exports.notesPolicy = _chunkCDWZ6X5Ujs.notesPolicy; exports.parsePath = _chunkCDWZ6X5Ujs.parsePath; exports.pathHasManyCardinality = _chunkCDWZ6X5Ujs.pathHasManyCardinality; exports.renderLabelExpression = _chunkCDWZ6X5Ujs.renderLabelExpression; exports.resolveMultiplePaths = _chunkCDWZ6X5Ujs.resolveMultiplePaths; exports.resolveSingleValue = _chunkCDWZ6X5Ujs.resolveSingleValue; exports.runWithContext = _chunkCDWZ6X5Ujs.runWithContext; exports.syncAll = _chunkCDWZ6X5Ujs.syncAll; exports.syncNativeObjects = _chunkCDWZ6X5Ujs.syncNativeObjects; exports.syncNativeViews = _chunkCDWZ6X5Ujs.syncNativeViews; exports.traversePath = _chunkCDWZ6X5Ujs.traversePath; exports.validateFormulaExpression = _chunkCDWZ6X5Ujs.validateFormulaExpression; exports.validatePath = _chunkCDWZ6X5Ujs.validatePath; exports.verifyNativeObjectsSync = _chunkCDWZ6X5Ujs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkCDWZ6X5Ujs.verifyNativeViewsSync; exports.withTenantContext = _chunkCDWZ6X5Ujs.withTenantContext;
package/dist/runtime.mjs CHANGED
@@ -74,7 +74,7 @@ import {
74
74
  verifyNativeObjectsSync,
75
75
  verifyNativeViewsSync,
76
76
  withTenantContext
77
- } from "./chunk-6GFSSJS6.mjs";
77
+ } from "./chunk-C4QEZGBF.mjs";
78
78
  import "./chunk-Y6FXYEAI.mjs";
79
79
  export {
80
80
  AuditService,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "0.1.0-alpha.28",
3
+ "version": "0.1.0-alpha.29",
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.28"
26
+ "@stndrds/constants": "0.1.0-alpha.29"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^25.0.3",