@stndrds/schema 1.0.0-alpha.230 → 1.0.0-alpha.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/{attributes-DZIol94T.d.ts → attributes-B4847Nul.d.ts} +14 -2
  2. package/dist/{attributes-C6pCxr5P.d.mts → attributes-BpMes5H_.d.mts} +14 -2
  3. package/dist/{chunk-MUGKKCY3.js → chunk-6SPNZSXS.js} +11 -3
  4. package/dist/{chunk-6CTUPVHH.mjs → chunk-FRWPIJDK.mjs} +10 -2
  5. package/dist/chunk-Q44QKLN4.mjs +43 -0
  6. package/dist/chunk-SI34M4IC.js +45 -0
  7. package/dist/{helpers-B3EPtA8t.d.ts → helpers-DsJff5r-.d.ts} +2 -2
  8. package/dist/{helpers-Ca3PIt9O.d.mts → helpers-ow7sORSi.d.mts} +2 -2
  9. package/dist/index.d.mts +153 -14
  10. package/dist/index.d.ts +153 -14
  11. package/dist/index.js +203 -95
  12. package/dist/index.mjs +129 -29
  13. package/dist/{types-CBV2_ikK.d.ts → types-C8nztuFF.d.ts} +1 -1
  14. package/dist/{types-DjGoodOL.d.mts → types-CyxVuV_d.d.mts} +1 -1
  15. package/dist/validation/all.d.mts +3 -3
  16. package/dist/validation/all.d.ts +3 -3
  17. package/dist/validation/all.js +9 -9
  18. package/dist/validation/all.mjs +2 -2
  19. package/dist/validation/complex/currency.d.mts +2 -2
  20. package/dist/validation/complex/currency.d.ts +2 -2
  21. package/dist/validation/complex/file.d.mts +2 -2
  22. package/dist/validation/complex/file.d.ts +2 -2
  23. package/dist/validation/complex/location.d.mts +2 -2
  24. package/dist/validation/complex/location.d.ts +2 -2
  25. package/dist/validation/complex/phone.d.mts +2 -2
  26. package/dist/validation/complex/phone.d.ts +2 -2
  27. package/dist/validation/complex/relation.d.mts +2 -2
  28. package/dist/validation/complex/relation.d.ts +2 -2
  29. package/dist/validation/complex/richtext.d.mts +2 -2
  30. package/dist/validation/complex/richtext.d.ts +2 -2
  31. package/dist/validation/complex/select.d.mts +2 -2
  32. package/dist/validation/complex/select.d.ts +2 -2
  33. package/dist/validation/complex/user.d.mts +2 -2
  34. package/dist/validation/complex/user.d.ts +2 -2
  35. package/dist/validation/computed/formula.d.mts +2 -2
  36. package/dist/validation/computed/formula.d.ts +2 -2
  37. package/dist/validation/computed/rollup.d.mts +2 -2
  38. package/dist/validation/computed/rollup.d.ts +2 -2
  39. package/dist/validation/config/index.d.mts +1 -1
  40. package/dist/validation/config/index.d.ts +1 -1
  41. package/dist/validation/core/index.d.mts +3 -3
  42. package/dist/validation/core/index.d.ts +3 -3
  43. package/dist/validation/object/index.d.mts +3 -3
  44. package/dist/validation/object/index.d.ts +3 -3
  45. package/dist/validation/object/index.js +15 -15
  46. package/dist/validation/object/index.mjs +2 -2
  47. package/dist/validation/primitives/checkbox.d.mts +2 -2
  48. package/dist/validation/primitives/checkbox.d.ts +2 -2
  49. package/dist/validation/primitives/date.d.mts +16 -3
  50. package/dist/validation/primitives/date.d.ts +16 -3
  51. package/dist/validation/primitives/date.js +2 -2
  52. package/dist/validation/primitives/date.mjs +1 -1
  53. package/dist/validation/primitives/number.d.mts +2 -2
  54. package/dist/validation/primitives/number.d.ts +2 -2
  55. package/dist/validation/primitives/text.d.mts +2 -2
  56. package/dist/validation/primitives/text.d.ts +2 -2
  57. package/package.json +2 -2
  58. package/dist/chunk-6I2R22CX.mjs +0 -8
  59. package/dist/chunk-O44XVGHE.js +0 -10
package/dist/index.mjs CHANGED
@@ -3,10 +3,10 @@ export { asTenantId, asUserId, deepEqual, generateId, indexBy } from './chunk-QY
3
3
  import './chunk-SP3PNHYF.mjs';
4
4
  import { parseComputedFormula } from './chunk-AAXJJNY6.mjs';
5
5
  export { ComputedFormulaParseError, parseAttributeConfig, parseComputedFormula } from './chunk-AAXJJNY6.mjs';
6
- import { createObjectValidator, SchemaError, SchemaErrorCode, createAttributeValidator, ValidationError } from './chunk-6CTUPVHH.mjs';
7
- export { AccessDeniedError, AttributeInUseError, AttributeNotFoundError, ChangeTypeNotSupportedError, ConcurrentModificationError, DestructiveSyncNotAllowedError, DuplicateError, ForbiddenError, MemoryNotFoundError, MigrationTimeoutError, NotFoundError, NotImplementedError, ObjectNotFoundError, ObjectReferencedError, OrphanSystemAttributeError, ProtectedResourceError, ProtectedRoleError, RecordNotFoundError, RecordReferencedError, RepositoryError, RoleNotFoundError, SchemaError, SchemaErrorCode, SearchBackendError, StorageError, SyncCascadeError, SyncConflictError, SyncError, SystemEntityImmutableError, ValidationError, computeRecordStatus, createFormAttributeValidator, isAttributeInUseError, isNotFoundError, isObjectReferencedError, isProtectedResourceError, isRecordReferencedError, isSchemaError, isValidationError, rejectUnknownAttributesOrThrow, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from './chunk-6CTUPVHH.mjs';
6
+ import { createObjectValidator, SchemaError, SchemaErrorCode, createAttributeValidator, ValidationError } from './chunk-FRWPIJDK.mjs';
7
+ export { AccessDeniedError, AttributeInUseError, AttributeNotFoundError, ChangeTypeNotSupportedError, ConcurrentModificationError, DestructiveSyncNotAllowedError, DuplicateError, ForbiddenError, MemoryNotFoundError, MigrationTimeoutError, NotFoundError, NotImplementedError, ObjectNotFoundError, ObjectReferencedError, OrphanSystemAttributeError, ProtectedResourceError, ProtectedRoleError, RecordNotFoundError, RecordReferencedError, RepositoryError, RoleNotFoundError, SchemaError, SchemaErrorCode, SearchBackendError, StorageError, SyncCascadeError, SyncConflictError, SyncError, SystemEntityImmutableError, ValidationError, computeRecordStatus, createFormAttributeValidator, isAttributeInUseError, isNotFoundError, isObjectReferencedError, isProtectedResourceError, isRecordReferencedError, isSchemaError, isValidationError, rejectUnknownAttributesOrThrow, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from './chunk-FRWPIJDK.mjs';
8
8
  import './chunk-OSSGN43B.mjs';
9
- import './chunk-6I2R22CX.mjs';
9
+ import './chunk-Q44QKLN4.mjs';
10
10
  import './chunk-UANQJ2GH.mjs';
11
11
  import './chunk-NOMHDOVE.mjs';
12
12
  import './chunk-QVLQPW3O.mjs';
@@ -521,6 +521,9 @@ function isFormSlotFieldRef(f) {
521
521
  function isFormFreeFieldRef(f) {
522
522
  return f.type === "free";
523
523
  }
524
+ function getSlotFieldTargets(field) {
525
+ return field.additionalSlotIds?.length ? [field.slotId, ...field.additionalSlotIds] : [field.slotId];
526
+ }
524
527
 
525
528
  // src/types/forms/rows.ts
526
529
  function isFormFieldsRow(row) {
@@ -803,6 +806,28 @@ function parseQualifiedAttribute(name) {
803
806
  function buildQualifiedAttribute(root, property) {
804
807
  return `${root}${QUALIFIED_SEPARATOR}${property}`;
805
808
  }
809
+
810
+ // src/lib/date-value.ts
811
+ function isDateRangeValue(value) {
812
+ return typeof value === "object" && value !== null && typeof value.start === "string";
813
+ }
814
+ function normalizeDateValue(value, attr) {
815
+ if (value == null || value === "") return null;
816
+ if (isDateRangeValue(value)) {
817
+ return attr.endDate ? { start: value.start, end: value.end ?? null } : value.start;
818
+ }
819
+ if (typeof value === "string") {
820
+ return attr.endDate ? { start: value, end: null } : value;
821
+ }
822
+ return null;
823
+ }
824
+ function dateValueStart(value) {
825
+ if (typeof value === "string" && value !== "") return value;
826
+ if (isDateRangeValue(value) && value.start !== "") return value.start;
827
+ return null;
828
+ }
829
+
830
+ // src/format.ts
806
831
  var EMPTY_VALUE_PLACEHOLDER = "\u2014";
807
832
  function formatText(value) {
808
833
  return String(value);
@@ -845,6 +870,10 @@ function formatCurrency(value, _attribute) {
845
870
  return `${formattedValue} ${currency2.code}`;
846
871
  }
847
872
  function formatDate(value) {
873
+ if (isDateRangeValue(value)) {
874
+ const start = formatDate(value.start);
875
+ return value.end ? `${start} \u2192 ${formatDate(value.end)}` : start;
876
+ }
848
877
  if (value instanceof Date) {
849
878
  return value.toISOString().split("T")[0];
850
879
  }
@@ -1105,6 +1134,46 @@ function extractAttributeNames(template) {
1105
1134
  return names;
1106
1135
  }
1107
1136
 
1137
+ // src/lib/relation-label.ts
1138
+ var PROPS_TOKEN_RE = /\{\{\s*props\./;
1139
+ function applyRelationProps(label, props, propertyDefs) {
1140
+ if (!PROPS_TOKEN_RE.test(label)) return label;
1141
+ const formattedProps = {};
1142
+ const defMap = new Map(propertyDefs?.map((d) => [d.name, d]));
1143
+ if (props) {
1144
+ for (const [key, value] of Object.entries(props)) {
1145
+ if (value == null) continue;
1146
+ const def = defMap.get(key);
1147
+ if (def) {
1148
+ const formatted = formatAttributeValue(value, def);
1149
+ formattedProps[key] = formatted === EMPTY_VALUE_PLACEHOLDER ? "" : formatted;
1150
+ } else {
1151
+ formattedProps[key] = value;
1152
+ }
1153
+ }
1154
+ }
1155
+ const result = renderLabelExpression(label, { props: formattedProps }, "");
1156
+ return result.replace(/\(\s*\)/g, "").replace(/\[\s*\]/g, "").replace(/\s*[-—|:]\s*$/g, "").replace(/\s{2,}/g, " ").trim();
1157
+ }
1158
+ function extractValueRefs(value) {
1159
+ if (value === null || value === void 0 || value === "") return [];
1160
+ if (typeof value === "string") return [{ id: value }];
1161
+ if (Array.isArray(value)) return value.flatMap((item) => extractValueRefs(item));
1162
+ if (typeof value === "object" && "id" in value) {
1163
+ const obj = value;
1164
+ if (typeof obj.id === "string") return [{ id: obj.id, props: obj.props }];
1165
+ }
1166
+ return [];
1167
+ }
1168
+
1169
+ // src/lib/user-display.ts
1170
+ function getUserDisplayName(user2) {
1171
+ if (user2.firstName || user2.lastName) {
1172
+ return [user2.firstName, user2.lastName].filter(Boolean).join(" ");
1173
+ }
1174
+ return user2.email?.split("@")[0] ?? "";
1175
+ }
1176
+
1108
1177
  // src/constants/attribute-columns.ts
1109
1178
  var DB_COLUMN_FIELDS = /* @__PURE__ */ new Set([
1110
1179
  "id",
@@ -1205,7 +1274,10 @@ var DEFAULT_ROLE_PERMISSIONS = {
1205
1274
  system: [
1206
1275
  { target: "people", actions: ["read"] },
1207
1276
  { target: "workspace", actions: ["read"] },
1208
- { target: "connectors", actions: MEMBER_CONNECTOR_ACTIONS }
1277
+ { target: "connectors", actions: MEMBER_CONNECTOR_ACTIONS },
1278
+ // Everyday file usage; delete stays with owner/custom roles. Boot-time
1279
+ // additive merge back-fills existing tenants when this list grows.
1280
+ { target: "files", actions: ["read", "create", "update"] }
1209
1281
  ],
1210
1282
  object: [{ target: "*", actions: ALL_ACTIONS2 }]
1211
1283
  },
@@ -1602,6 +1674,20 @@ var DateAttributeBuilder = class extends BaseAttributeBuilder {
1602
1674
  this.attr.maxDate = value;
1603
1675
  return this;
1604
1676
  }
1677
+ /** Values become { start, end } ranges; flips the inferred value type. */
1678
+ endDate() {
1679
+ this.attr.endDate = true;
1680
+ return this.asPhantomState();
1681
+ }
1682
+ /** Values carry a time component (stored as full ISO UTC datetimes). */
1683
+ includeTime() {
1684
+ this.attr.includeTime = true;
1685
+ return this;
1686
+ }
1687
+ timeFormat(value) {
1688
+ this.attr.timeFormat = value;
1689
+ return this;
1690
+ }
1605
1691
  required() {
1606
1692
  this.setRequired(true);
1607
1693
  return this.asRequiredState();
@@ -2185,22 +2271,27 @@ var DocumentAttributeBuilder = class extends BaseAttributeBuilder {
2185
2271
  function document(config) {
2186
2272
  return new DocumentAttributeBuilder(config.name, config.label);
2187
2273
  }
2274
+ function buildSlotFieldRef(slotIdOrIds, attribute, options) {
2275
+ const ids = Array.isArray(slotIdOrIds) ? slotIdOrIds : [slotIdOrIds];
2276
+ const [slotId, ...additional] = ids;
2277
+ return {
2278
+ type: "slot",
2279
+ slotId,
2280
+ additionalSlotIds: additional.length > 0 ? additional : void 0,
2281
+ attribute,
2282
+ label: options?.label,
2283
+ required: options?.required,
2284
+ tooltip: options?.tooltip
2285
+ };
2286
+ }
2188
2287
  var FormRowBuilder = class {
2189
2288
  constructor(stepBuilder, rowId, order) {
2190
2289
  this._finalized = false;
2191
2290
  this.stepBuilder = stepBuilder;
2192
2291
  this.rowData = { id: rowId, order, type: "fields", fields: [] };
2193
2292
  }
2194
- field(slotId, attribute, options) {
2195
- const ref = {
2196
- type: "slot",
2197
- slotId,
2198
- attribute,
2199
- label: options?.label,
2200
- required: options?.required,
2201
- tooltip: options?.tooltip
2202
- };
2203
- this.rowData.fields.push(ref);
2293
+ field(slotIdOrIds, attribute, options) {
2294
+ this.rowData.fields.push(buildSlotFieldRef(slotIdOrIds, attribute, options));
2204
2295
  return this;
2205
2296
  }
2206
2297
  freeField(builder, options) {
@@ -2247,17 +2338,10 @@ var FormStepBuilder = class {
2247
2338
  this.stepData.description = text2;
2248
2339
  return this;
2249
2340
  }
2250
- field(slotId, attribute, options) {
2341
+ field(slotIdOrIds, attribute, options) {
2251
2342
  this.rowOrder++;
2252
2343
  const rowId = `row-${this.stepData.id}-${this.rowOrder}`;
2253
- const ref = {
2254
- type: "slot",
2255
- slotId,
2256
- attribute,
2257
- label: options?.label,
2258
- required: options?.required,
2259
- tooltip: options?.tooltip
2260
- };
2344
+ const ref = buildSlotFieldRef(slotIdOrIds, attribute, options);
2261
2345
  const row = { id: rowId, order: this.rowOrder, type: "fields", fields: [ref] };
2262
2346
  this.stepData.rows.push(row);
2263
2347
  return this;
@@ -2412,17 +2496,26 @@ var FormBuilder = class {
2412
2496
  }
2413
2497
  }
2414
2498
  validateSlotReferences() {
2415
- const slotIds = new Set(this.data.slots.map((s) => s.id));
2499
+ const objectBySlot = new Map(this.data.slots.map((s) => [s.id, s.objectName]));
2416
2500
  for (const step of this.data.steps) {
2417
2501
  for (const row of step.rows) {
2418
- if (isFormFieldsRow(row)) {
2419
- for (const field of row.fields) {
2420
- if (field.type === "slot" && !slotIds.has(field.slotId)) {
2502
+ if (!isFormFieldsRow(row)) continue;
2503
+ for (const field of row.fields) {
2504
+ if (field.type !== "slot") continue;
2505
+ const targets = getSlotFieldTargets(field);
2506
+ for (const slotId of targets) {
2507
+ if (!objectBySlot.has(slotId)) {
2421
2508
  throw new Error(
2422
- `[FormBuilder] Step "${step.id}" references unknown slot "${field.slotId}". Declare it with .slot("${field.slotId}", ...) first.`
2509
+ `[FormBuilder] Step "${step.id}" references unknown slot "${slotId}". Declare it with .slot("${slotId}", ...) first.`
2423
2510
  );
2424
2511
  }
2425
2512
  }
2513
+ const objects = new Set(targets.map((id) => objectBySlot.get(id)));
2514
+ if (objects.size > 1) {
2515
+ throw new Error(
2516
+ `[FormBuilder] Step "${step.id}" field on attribute "${field.attribute}" targets slots of different objects (${[...objects].join(", ")}). A multi-slot field must target slots of the same object.`
2517
+ );
2518
+ }
2426
2519
  }
2427
2520
  }
2428
2521
  }
@@ -6987,4 +7080,11 @@ function validateQualifiedRule(rule, context) {
6987
7080
  assertRelativeDateValue(rule);
6988
7081
  }
6989
7082
 
6990
- export { ALLOWED_PROPERTY_TYPES, ALL_ACTIONS, ALL_SYSTEM_RESOURCES, ATTRIBUTE_FILTER_OPERATORS, AUDIT_ACTIONS, AUDIT_RESOURCE_TYPES, AUTOFILL_ELIGIBLE_TYPES, ActivityTabConfig, BEHAVIOR_PROPERTIES, COMPUTED_FUNCTIONS, COMPUTED_FUNCTION_METADATA, COMPUTED_FUNCTION_NAMES, ComputedFormulaCompileError, CustomTabConfig, DB_COLUMN_FIELDS, DEFAULT_DOCUMENT_SLOT, DEFAULT_ROLES, DEFAULT_ROLE_DESCRIPTIONS, DEFAULT_ROLE_LABELS, DEFAULT_ROLE_PERMISSIONS, DOCUMENT_SYSTEM_ATTRIBUTES, DetailViewBuilder, DocumentSlotValidationError, DocumentsTabConfig, EMPTY_VALUE_PLACEHOLDER, EmailsTabConfig, FORM_FORBIDDEN_ATTRIBUTE_TYPES, FlagRegistry, FlagService, FormBuilder, FormRegistry, FormRowBuilder, FormStepBuilder, GroupBuilder, IDENTITY_PROPERTIES, LIVE_EVENT_TYPES, LIVE_STREAM_START_CURSOR, ListViewBuilder, ListViewTabConfigBuilder, MAX_PRESET_DEPTH, NOTIFICATION_INBOX_STATES, NOTIFICATION_KINDS, NOTIFICATION_PRIORITIES, NOTIFICATION_SENSITIVITIES, NOTIFICATION_TYPES_V1, NOTIFICATION_TYPE_AGENT_QUESTION_REQUESTED, NOTIFICATION_TYPE_AGENT_SESSION_COMPLETED, NOTIFICATION_TYPE_AGENT_SESSION_FAILED, NOTIFICATION_TYPE_AGENT_SESSION_TIMEOUT, NOTIFICATION_TYPE_AGENT_SESSION_WAITING_HUMAN, NOTIFICATION_TYPE_AGENT_TASK_ASSIGNED, NOTIFICATION_WORK_STATES, NO_VALUE_OPERATORS, NoopGeocodingAdapter, OPERATORS_BY_TYPE, OPERATOR_SPECS, ObjectBuilder, PRESENTATION_PROPERTIES, QUALIFIED_SEPARATOR, RELATION_TARGET_ANY, RESERVED_ATTRIBUTE_NAMES, RESERVED_OBJECT_NAMES, RelationGroupBuilder, RichtextTabConfig, SKILL_LIST_VIEW, SKILL_OBJECT, SKILL_VIEW, STANDARD_SCHEMA_VENDOR, SYSTEM_ATTRIBUTES, SYSTEM_ATTRIBUTE_I18N_KEYS, SYSTEM_FIELD_NAMES, SYSTEM_RESOURCES, SYSTEM_RESOURCE_LABELS, TabBuilder, TableTabConfig, USER_STATUSES, accessLevelToActions, actionsToAccessLevel, applyPipes, assertAcyclicComputedDependencies, assertLiveStreamCursor, booleanFlag, buildPropertySchema, buildQualifiedAttribute, checkbox, compareLiveStreamCursors, compileComputedFormula, compileRollupAttribute, createFlagRegistry, createFlagService, createStandardSchemaProps, currency, currentActor, date, detailView, document, evaluateComputedAst, evaluateComputedFormula, evaluateComputedFormulaWithResult, evaluateFilterState, extractAttributeNames, file, flagRegistry, form, formRegistry, formatAttributeValue, formatComputedResult, formatLocationValue, formula, generateDefaultDetailView, generateDefaultListView, getActiveTab, getAttributeCapabilities, getAttributeFilterOperators, getErrorMessage, getLiveProtocolPayloadChannel, getOperatorPolarity, getRollupFilterOperators2 as getRollupFilterOperators, getSystemAttributeI18nKey, getSystemAttributeList, group, hasOptions, inferInverseCardinality, inferRollupReturnType, isAttributeFilterable, isAttributeGroupable, isAttributeKanbanGroupable, isAttributeSearchable, isAttributeSortable2 as isAttributeSortable, isBilateralRelation, isComputedFunctionName, isDefaultRole, isDetailView, isDocumentAttribute, isDynamicValue, isEmptyObject, isFieldGroup, isFormDefinition, isFormFieldsRow, isFormFreeFieldRef, isFormHeadingRow, isFormSeparatorRow, isFormSlotFieldRef, isFormTextRow, isLabelExpression, isListView, isLiveErrorPayload, isLiveEventEnvelope, isLiveEventPayload, isLiveEventPayloadForType, isLiveEventType, isLiveGapPayload, isLiveReplayCompletePayload, isLiveStreamCursor, isNoValueOperator, isNotEmpty, isPlainRecord, isRelationGroup, isStandardSchema, isUniversalRelation, jsonFlag, listView, liveChannelKey, location, matchesMime, multiselect, normaliseDocumentSlots, normalizeForEdgeRpc, now, number, numberFlag, object, parseLiveChannelKey, parseLiveSubscribePayload, parseLiveUnsubscribePayload, parseQualifiedAttribute, phone, registry, relation, relationGroup, renderLabelExpression, resetViewToDefault, resolvePropertyDefinitions, richtext, rollup, rollupToFormulaExpression, select, status, stringFlag, text, toUndefinedIfEmpty, today, user, validateAttributeName, validateQualifiedRule, validateSlotAgainstConfig, viewRegistry };
7083
+ // src/connectors/types.ts
7084
+ var CONNECTOR_CALLBACK_PARAM = {
7085
+ status: "connector_status",
7086
+ error: "connector_error",
7087
+ provider: "connector_provider"
7088
+ };
7089
+
7090
+ export { ALLOWED_PROPERTY_TYPES, ALL_ACTIONS, ALL_SYSTEM_RESOURCES, ATTRIBUTE_FILTER_OPERATORS, AUDIT_ACTIONS, AUDIT_RESOURCE_TYPES, AUTOFILL_ELIGIBLE_TYPES, ActivityTabConfig, BEHAVIOR_PROPERTIES, COMPUTED_FUNCTIONS, COMPUTED_FUNCTION_METADATA, COMPUTED_FUNCTION_NAMES, CONNECTOR_CALLBACK_PARAM, ComputedFormulaCompileError, CustomTabConfig, DB_COLUMN_FIELDS, DEFAULT_DOCUMENT_SLOT, DEFAULT_ROLES, DEFAULT_ROLE_DESCRIPTIONS, DEFAULT_ROLE_LABELS, DEFAULT_ROLE_PERMISSIONS, DOCUMENT_SYSTEM_ATTRIBUTES, DetailViewBuilder, DocumentSlotValidationError, DocumentsTabConfig, EMPTY_VALUE_PLACEHOLDER, EmailsTabConfig, FORM_FORBIDDEN_ATTRIBUTE_TYPES, FlagRegistry, FlagService, FormBuilder, FormRegistry, FormRowBuilder, FormStepBuilder, GroupBuilder, IDENTITY_PROPERTIES, LIVE_EVENT_TYPES, LIVE_STREAM_START_CURSOR, ListViewBuilder, ListViewTabConfigBuilder, MAX_PRESET_DEPTH, NOTIFICATION_INBOX_STATES, NOTIFICATION_KINDS, NOTIFICATION_PRIORITIES, NOTIFICATION_SENSITIVITIES, NOTIFICATION_TYPES_V1, NOTIFICATION_TYPE_AGENT_QUESTION_REQUESTED, NOTIFICATION_TYPE_AGENT_SESSION_COMPLETED, NOTIFICATION_TYPE_AGENT_SESSION_FAILED, NOTIFICATION_TYPE_AGENT_SESSION_TIMEOUT, NOTIFICATION_TYPE_AGENT_SESSION_WAITING_HUMAN, NOTIFICATION_TYPE_AGENT_TASK_ASSIGNED, NOTIFICATION_WORK_STATES, NO_VALUE_OPERATORS, NoopGeocodingAdapter, OPERATORS_BY_TYPE, OPERATOR_SPECS, ObjectBuilder, PRESENTATION_PROPERTIES, QUALIFIED_SEPARATOR, RELATION_TARGET_ANY, RESERVED_ATTRIBUTE_NAMES, RESERVED_OBJECT_NAMES, RelationGroupBuilder, RichtextTabConfig, SKILL_LIST_VIEW, SKILL_OBJECT, SKILL_VIEW, STANDARD_SCHEMA_VENDOR, SYSTEM_ATTRIBUTES, SYSTEM_ATTRIBUTE_I18N_KEYS, SYSTEM_FIELD_NAMES, SYSTEM_RESOURCES, SYSTEM_RESOURCE_LABELS, TabBuilder, TableTabConfig, USER_STATUSES, accessLevelToActions, actionsToAccessLevel, applyPipes, applyRelationProps, assertAcyclicComputedDependencies, assertLiveStreamCursor, booleanFlag, buildPropertySchema, buildQualifiedAttribute, checkbox, compareLiveStreamCursors, compileComputedFormula, compileRollupAttribute, createFlagRegistry, createFlagService, createStandardSchemaProps, currency, currentActor, date, dateValueStart, detailView, document, evaluateComputedAst, evaluateComputedFormula, evaluateComputedFormulaWithResult, evaluateFilterState, extractAttributeNames, extractValueRefs, file, flagRegistry, form, formRegistry, formatAttributeValue, formatComputedResult, formatLocationValue, formula, generateDefaultDetailView, generateDefaultListView, getActiveTab, getAttributeCapabilities, getAttributeFilterOperators, getErrorMessage, getLiveProtocolPayloadChannel, getOperatorPolarity, getRollupFilterOperators2 as getRollupFilterOperators, getSlotFieldTargets, getSystemAttributeI18nKey, getSystemAttributeList, getUserDisplayName, group, hasOptions, inferInverseCardinality, inferRollupReturnType, isAttributeFilterable, isAttributeGroupable, isAttributeKanbanGroupable, isAttributeSearchable, isAttributeSortable2 as isAttributeSortable, isBilateralRelation, isComputedFunctionName, isDateRangeValue, isDefaultRole, isDetailView, isDocumentAttribute, isDynamicValue, isEmptyObject, isFieldGroup, isFormDefinition, isFormFieldsRow, isFormFreeFieldRef, isFormHeadingRow, isFormSeparatorRow, isFormSlotFieldRef, isFormTextRow, isLabelExpression, isListView, isLiveErrorPayload, isLiveEventEnvelope, isLiveEventPayload, isLiveEventPayloadForType, isLiveEventType, isLiveGapPayload, isLiveReplayCompletePayload, isLiveStreamCursor, isNoValueOperator, isNotEmpty, isPlainRecord, isRelationGroup, isStandardSchema, isUniversalRelation, jsonFlag, listView, liveChannelKey, location, matchesMime, multiselect, normaliseDocumentSlots, normalizeDateValue, normalizeForEdgeRpc, now, number, numberFlag, object, parseLiveChannelKey, parseLiveSubscribePayload, parseLiveUnsubscribePayload, parseQualifiedAttribute, phone, registry, relation, relationGroup, renderLabelExpression, resetViewToDefault, resolvePropertyDefinitions, richtext, rollup, rollupToFormulaExpression, select, status, stringFlag, text, toUndefinedIfEmpty, today, user, validateAttributeName, validateQualifiedRule, validateSlotAgainstConfig, viewRegistry };
@@ -1,4 +1,4 @@
1
- import { A as Attribute } from './attributes-DZIol94T.js';
1
+ import { A as Attribute } from './attributes-B4847Nul.js';
2
2
 
3
3
  /**
4
4
  * Validation messages for Zod validators.
@@ -1,4 +1,4 @@
1
- import { A as Attribute } from './attributes-C6pCxr5P.mjs';
1
+ import { A as Attribute } from './attributes-BpMes5H_.mjs';
2
2
 
3
3
  /**
4
4
  * Validation messages for Zod validators.
@@ -1,8 +1,8 @@
1
- export { V as ValidationMessages } from '../types-DjGoodOL.mjs';
1
+ export { V as ValidationMessages } from '../types-CyxVuV_d.mjs';
2
2
  export { DEFAULT_VALIDATION_MESSAGES, formatZodErrors } from './core/index.mjs';
3
3
  export { parseAttributeConfig } from './config/index.mjs';
4
- export { c as computeRecordStatus, a as createFormAttributeValidator, r as rejectUnknownAttributesOrThrow, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../helpers-Ca3PIt9O.mjs';
5
- import '../attributes-C6pCxr5P.mjs';
4
+ export { c as computeRecordStatus, a as createFormAttributeValidator, r as rejectUnknownAttributesOrThrow, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../helpers-ow7sORSi.mjs';
5
+ import '../attributes-BpMes5H_.mjs';
6
6
  import '@stndrds/constants';
7
7
  import '../utils.mjs';
8
8
  import 'zod';
@@ -1,8 +1,8 @@
1
- export { V as ValidationMessages } from '../types-CBV2_ikK.js';
1
+ export { V as ValidationMessages } from '../types-C8nztuFF.js';
2
2
  export { DEFAULT_VALIDATION_MESSAGES, formatZodErrors } from './core/index.js';
3
3
  export { parseAttributeConfig } from './config/index.js';
4
- export { c as computeRecordStatus, a as createFormAttributeValidator, r as rejectUnknownAttributesOrThrow, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../helpers-B3EPtA8t.js';
5
- import '../attributes-DZIol94T.js';
4
+ export { c as computeRecordStatus, a as createFormAttributeValidator, r as rejectUnknownAttributesOrThrow, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../helpers-DsJff5r-.js';
5
+ import '../attributes-B4847Nul.js';
6
6
  import '@stndrds/constants';
7
7
  import '../utils.js';
8
8
  import 'zod';
@@ -2,9 +2,9 @@
2
2
 
3
3
  require('../chunk-PGERPYDR.js');
4
4
  var chunkNSM2JPC3_js = require('../chunk-NSM2JPC3.js');
5
- var chunkMUGKKCY3_js = require('../chunk-MUGKKCY3.js');
5
+ var chunk6SPNZSXS_js = require('../chunk-6SPNZSXS.js');
6
6
  require('../chunk-5WATIVCA.js');
7
- require('../chunk-O44XVGHE.js');
7
+ require('../chunk-SI34M4IC.js');
8
8
  require('../chunk-YIP5FJ5H.js');
9
9
  require('../chunk-SGSGREPG.js');
10
10
  require('../chunk-EW5XR2X3.js');
@@ -27,31 +27,31 @@ Object.defineProperty(exports, "parseAttributeConfig", {
27
27
  });
28
28
  Object.defineProperty(exports, "computeRecordStatus", {
29
29
  enumerable: true,
30
- get: function () { return chunkMUGKKCY3_js.computeRecordStatus; }
30
+ get: function () { return chunk6SPNZSXS_js.computeRecordStatus; }
31
31
  });
32
32
  Object.defineProperty(exports, "createFormAttributeValidator", {
33
33
  enumerable: true,
34
- get: function () { return chunkMUGKKCY3_js.createFormAttributeValidator; }
34
+ get: function () { return chunk6SPNZSXS_js.createFormAttributeValidator; }
35
35
  });
36
36
  Object.defineProperty(exports, "rejectUnknownAttributesOrThrow", {
37
37
  enumerable: true,
38
- get: function () { return chunkMUGKKCY3_js.rejectUnknownAttributesOrThrow; }
38
+ get: function () { return chunk6SPNZSXS_js.rejectUnknownAttributesOrThrow; }
39
39
  });
40
40
  Object.defineProperty(exports, "validateDraft", {
41
41
  enumerable: true,
42
- get: function () { return chunkMUGKKCY3_js.validateDraft; }
42
+ get: function () { return chunk6SPNZSXS_js.validateDraft; }
43
43
  });
44
44
  Object.defineProperty(exports, "validateDraftOrThrow", {
45
45
  enumerable: true,
46
- get: function () { return chunkMUGKKCY3_js.validateDraftOrThrow; }
46
+ get: function () { return chunk6SPNZSXS_js.validateDraftOrThrow; }
47
47
  });
48
48
  Object.defineProperty(exports, "validateObject", {
49
49
  enumerable: true,
50
- get: function () { return chunkMUGKKCY3_js.validateObject; }
50
+ get: function () { return chunk6SPNZSXS_js.validateObject; }
51
51
  });
52
52
  Object.defineProperty(exports, "validateObjectOrThrow", {
53
53
  enumerable: true,
54
- get: function () { return chunkMUGKKCY3_js.validateObjectOrThrow; }
54
+ get: function () { return chunk6SPNZSXS_js.validateObjectOrThrow; }
55
55
  });
56
56
  Object.defineProperty(exports, "DEFAULT_VALIDATION_MESSAGES", {
57
57
  enumerable: true,
@@ -1,8 +1,8 @@
1
1
  import '../chunk-SP3PNHYF.mjs';
2
2
  export { parseAttributeConfig } from '../chunk-AAXJJNY6.mjs';
3
- export { computeRecordStatus, createFormAttributeValidator, rejectUnknownAttributesOrThrow, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from '../chunk-6CTUPVHH.mjs';
3
+ export { computeRecordStatus, createFormAttributeValidator, rejectUnknownAttributesOrThrow, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from '../chunk-FRWPIJDK.mjs';
4
4
  import '../chunk-OSSGN43B.mjs';
5
- import '../chunk-6I2R22CX.mjs';
5
+ import '../chunk-Q44QKLN4.mjs';
6
6
  import '../chunk-UANQJ2GH.mjs';
7
7
  import '../chunk-NOMHDOVE.mjs';
8
8
  import '../chunk-QVLQPW3O.mjs';
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { C as CurrencyAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { C as CurrencyAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { C as CurrencyAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { C as CurrencyAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { F as FileAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { F as FileAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { F as FileAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { F as FileAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { L as LocationAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { L as LocationAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { L as LocationAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { L as LocationAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { P as PhoneAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { P as PhoneAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { P as PhoneAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { P as PhoneAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { M as MultiRelationAttribute, R as RelationAttribute, S as SingleRelationAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { M as MultiRelationAttribute, R as RelationAttribute, S as SingleRelationAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { M as MultiRelationAttribute, R as RelationAttribute, S as SingleRelationAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { M as MultiRelationAttribute, R as RelationAttribute, S as SingleRelationAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { a as RichtextAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { a as RichtextAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { a as RichtextAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { a as RichtextAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { b as MultiselectAttribute, c as SelectAttribute, d as StatusAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { b as MultiselectAttribute, c as SelectAttribute, d as StatusAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { b as MultiselectAttribute, c as SelectAttribute, d as StatusAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { b as MultiselectAttribute, c as SelectAttribute, d as StatusAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { U as UserAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { U as UserAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { U as UserAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { U as UserAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { e as FormulaAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { e as FormulaAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { e as FormulaAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { e as FormulaAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { f as RollupAttribute } from '../../attributes-C6pCxr5P.mjs';
3
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
+ import { f as RollupAttribute } from '../../attributes-BpMes5H_.mjs';
3
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.mjs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { f as RollupAttribute } from '../../attributes-DZIol94T.js';
3
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
+ import { f as RollupAttribute } from '../../attributes-B4847Nul.js';
3
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
4
4
  import '@stndrds/constants';
5
5
  import '../../utils.js';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { k as AttributeType } from '../../attributes-C6pCxr5P.mjs';
2
+ import { k as AttributeType } from '../../attributes-BpMes5H_.mjs';
3
3
  import '@stndrds/constants';
4
4
  import '../../utils.mjs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { k as AttributeType } from '../../attributes-DZIol94T.js';
2
+ import { k as AttributeType } from '../../attributes-B4847Nul.js';
3
3
  import '@stndrds/constants';
4
4
  import '../../utils.js';
5
5
 
@@ -1,7 +1,7 @@
1
- import { V as ValidationMessages } from '../../types-DjGoodOL.mjs';
2
- export { a as ValidationResult } from '../../types-DjGoodOL.mjs';
1
+ import { V as ValidationMessages } from '../../types-CyxVuV_d.mjs';
2
+ export { a as ValidationResult } from '../../types-CyxVuV_d.mjs';
3
3
  import { z } from 'zod';
4
- import '../../attributes-C6pCxr5P.mjs';
4
+ import '../../attributes-BpMes5H_.mjs';
5
5
  import '@stndrds/constants';
6
6
  import '../../utils.mjs';
7
7
 
@@ -1,7 +1,7 @@
1
- import { V as ValidationMessages } from '../../types-CBV2_ikK.js';
2
- export { a as ValidationResult } from '../../types-CBV2_ikK.js';
1
+ import { V as ValidationMessages } from '../../types-C8nztuFF.js';
2
+ export { a as ValidationResult } from '../../types-C8nztuFF.js';
3
3
  import { z } from 'zod';
4
- import '../../attributes-DZIol94T.js';
4
+ import '../../attributes-B4847Nul.js';
5
5
  import '@stndrds/constants';
6
6
  import '../../utils.js';
7
7
 
@@ -1,7 +1,7 @@
1
- export { c as computeRecordStatus, f as createAttributeValidator, a as createFormAttributeValidator, g as getMissingRequiredAttributes, i as isRecordComplete, r as rejectUnknownAttributesOrThrow, h as validateAttribute, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../../helpers-Ca3PIt9O.mjs';
1
+ export { c as computeRecordStatus, f as createAttributeValidator, a as createFormAttributeValidator, g as getMissingRequiredAttributes, i as isRecordComplete, r as rejectUnknownAttributesOrThrow, h as validateAttribute, v as validateDraft, b as validateDraftOrThrow, d as validateObject, e as validateObjectOrThrow } from '../../helpers-ow7sORSi.mjs';
2
2
  import { z } from 'zod';
3
- import { O as ObjectDefinition } from '../../attributes-C6pCxr5P.mjs';
4
- import '../../types-DjGoodOL.mjs';
3
+ import { O as ObjectDefinition } from '../../attributes-BpMes5H_.mjs';
4
+ import '../../types-CyxVuV_d.mjs';
5
5
  import '@stndrds/constants';
6
6
  import '../../utils.mjs';
7
7