@stndrds/schema 1.0.0-alpha.284 → 1.0.0-alpha.286

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 (35) hide show
  1. package/dist/all-BDG25wTM.d.mts +879 -0
  2. package/dist/all-CDYgKdXW.d.ts +879 -0
  3. package/dist/{chunk-V26R64A4.js → chunk-3YCZ5H3H.js} +1 -1
  4. package/dist/{chunk-BOICAZHR.js → chunk-5JMQNH2A.js} +4 -4
  5. package/dist/{chunk-RUO25ERR.mjs → chunk-7WEOBXXA.mjs} +1 -1
  6. package/dist/{chunk-R57T4UDX.mjs → chunk-JSQCTLV5.mjs} +1 -1
  7. package/dist/{chunk-YZ5RCMIQ.js → chunk-K7XGY34S.js} +36 -36
  8. package/dist/{chunk-PNOWKRH2.mjs → chunk-KLDZHAGX.mjs} +1 -1
  9. package/dist/{chunk-I3EYILYO.js → chunk-RDYTVHNN.js} +4 -4
  10. package/dist/{chunk-AGRAFDGU.mjs → chunk-RMJ75YLQ.mjs} +2 -2
  11. package/dist/{chunk-5OBQRDRM.mjs → chunk-UW3BOSB6.mjs} +1 -1
  12. package/dist/{chunk-K6ET4CXP.js → chunk-ZHB4VBCX.js} +3 -3
  13. package/dist/exceptions.js +39 -39
  14. package/dist/exceptions.mjs +1 -1
  15. package/dist/{index-Ns6KGfrZ.d.ts → index-Bxvq1S3B.d.ts} +6 -0
  16. package/dist/{index-Ca-MzQuU.d.mts → index-C7_ZT65X.d.mts} +6 -0
  17. package/dist/index.d.mts +69 -43
  18. package/dist/index.d.ts +69 -43
  19. package/dist/index.js +280 -302
  20. package/dist/index.mjs +11 -32
  21. package/dist/utils.js +8 -8
  22. package/dist/utils.mjs +2 -2
  23. package/dist/validation/all.d.mts +2 -2
  24. package/dist/validation/all.d.ts +2 -2
  25. package/dist/validation/all.js +29 -29
  26. package/dist/validation/all.mjs +4 -4
  27. package/dist/validation/config/index.d.mts +1 -1
  28. package/dist/validation/config/index.d.ts +1 -1
  29. package/dist/validation/config/index.js +12 -12
  30. package/dist/validation/config/index.mjs +2 -2
  31. package/dist/validation/object/index.js +14 -14
  32. package/dist/validation/object/index.mjs +2 -2
  33. package/package.json +2 -2
  34. package/dist/all-DanoPxKr.d.ts +0 -879
  35. package/dist/all-bG_ha0VV.d.mts +0 -879
package/dist/index.js CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkK6ET4CXP_js = require('./chunk-K6ET4CXP.js');
4
- var chunkYZ5RCMIQ_js = require('./chunk-YZ5RCMIQ.js');
5
- var chunkI3EYILYO_js = require('./chunk-I3EYILYO.js');
3
+ var chunkZHB4VBCX_js = require('./chunk-ZHB4VBCX.js');
4
+ var chunkK7XGY34S_js = require('./chunk-K7XGY34S.js');
5
+ var chunkRDYTVHNN_js = require('./chunk-RDYTVHNN.js');
6
6
  require('./chunk-EEH4XQ7W.js');
7
7
  require('./chunk-EW5XR2X3.js');
8
8
  require('./chunk-QWKLQRBX.js');
9
9
  require('./chunk-KNGWHQLR.js');
10
10
  require('./chunk-HTSTPTNZ.js');
11
11
  require('./chunk-V2UA2D4E.js');
12
- var chunkBOICAZHR_js = require('./chunk-BOICAZHR.js');
12
+ var chunk5JMQNH2A_js = require('./chunk-5JMQNH2A.js');
13
13
  var chunk5WATIVCA_js = require('./chunk-5WATIVCA.js');
14
14
  var chunkSI34M4IC_js = require('./chunk-SI34M4IC.js');
15
15
  var chunkYIP5FJ5H_js = require('./chunk-YIP5FJ5H.js');
16
16
  var chunkZPFOKBIN_js = require('./chunk-ZPFOKBIN.js');
17
- var chunkV26R64A4_js = require('./chunk-V26R64A4.js');
17
+ var chunk3YCZ5H3H_js = require('./chunk-3YCZ5H3H.js');
18
18
  require('./chunk-ACKMC6FL.js');
19
19
  require('./chunk-E6JUYGJX.js');
20
20
  var chunkQ4SZAMJT_js = require('./chunk-Q4SZAMJT.js');
@@ -99,7 +99,7 @@ function inferInverseCardinality(cardinality) {
99
99
  return cardinality === "one" ? "many" : "many";
100
100
  }
101
101
  function isAttributeSortable2(attr) {
102
- return chunkYZ5RCMIQ_js.isAttributeSortable(attr);
102
+ return chunkK7XGY34S_js.isAttributeSortable(attr);
103
103
  }
104
104
 
105
105
  // src/types/audit.ts
@@ -166,14 +166,14 @@ function sessionStateToLegacyStatus(state) {
166
166
  return "idle";
167
167
  case "parked":
168
168
  if (state.parkedOn === void 0) {
169
- throw new chunkV26R64A4_js.SchemaError("parked state without parkedOn", chunkV26R64A4_js.SchemaErrorCode.INVARIANT_VIOLATION);
169
+ throw new chunk3YCZ5H3H_js.SchemaError("parked state without parkedOn", chunk3YCZ5H3H_js.SchemaErrorCode.INVARIANT_VIOLATION);
170
170
  }
171
171
  return state.parkedOn === "agents" ? "waiting_agents" : "waiting_human";
172
172
  case "terminal":
173
173
  if (state.outcome === void 0) {
174
- throw new chunkV26R64A4_js.SchemaError(
174
+ throw new chunk3YCZ5H3H_js.SchemaError(
175
175
  "terminal state without outcome",
176
- chunkV26R64A4_js.SchemaErrorCode.INVARIANT_VIOLATION
176
+ chunk3YCZ5H3H_js.SchemaErrorCode.INVARIANT_VIOLATION
177
177
  );
178
178
  }
179
179
  return state.outcome;
@@ -254,7 +254,7 @@ var NATIVE_AGENT_UI_PART_IDS_METADATA_KEY = "__stndrdsNativeUiPartIds";
254
254
  var NATIVE_AGENT_UI_PART_IDS_METADATA_SCHEMA_VERSION = 1;
255
255
  var INVALID_NATIVE_PART_IDS = "Native agent UI part IDs metadata is invalid";
256
256
  function invalidNativePartIds() {
257
- throw new chunkV26R64A4_js.ValidationError(INVALID_NATIVE_PART_IDS, []);
257
+ throw new chunk3YCZ5H3H_js.ValidationError(INVALID_NATIVE_PART_IDS, []);
258
258
  }
259
259
  function isPlainRecord(value) {
260
260
  if (value === null || typeof value !== "object" || Array.isArray(value)) return false;
@@ -441,7 +441,7 @@ function parseCountMode(value) {
441
441
  if (typeof value === "string" && COUNT_MODES.includes(value)) {
442
442
  return value;
443
443
  }
444
- throw new chunkV26R64A4_js.ValidationError(
444
+ throw new chunk3YCZ5H3H_js.ValidationError(
445
445
  `countMode must be one of: ${COUNT_MODES.join(", ")} (received: ${String(value)})`,
446
446
  []
447
447
  );
@@ -547,7 +547,7 @@ function isDateRangeValue(value) {
547
547
  return typeof value === "object" && value !== null && typeof value.start === "string";
548
548
  }
549
549
  function normalizeDateValue(value, attr) {
550
- if (chunkI3EYILYO_js.isNullishOrEmptyString(value)) return null;
550
+ if (chunkRDYTVHNN_js.isNullishOrEmptyString(value)) return null;
551
551
  if (isDateRangeValue(value)) {
552
552
  return attr.endDate ? { start: value.start, end: value.end ?? null } : value.start;
553
553
  }
@@ -685,7 +685,7 @@ function formatMultiselect(value, attribute) {
685
685
  return value.join(", ");
686
686
  }
687
687
  function formatAttributeValue(value, attribute) {
688
- if (chunkI3EYILYO_js.isNullishOrEmptyString(value)) {
688
+ if (chunkRDYTVHNN_js.isNullishOrEmptyString(value)) {
689
689
  return EMPTY_VALUE_PLACEHOLDER;
690
690
  }
691
691
  switch (attribute.type) {
@@ -838,7 +838,7 @@ function renderLabelExpression(template, values, fallback = DEFAULT_LABEL_FALLBA
838
838
  break;
839
839
  }
840
840
  }
841
- const isEmpty2 = chunkI3EYILYO_js.isNullishOrEmptyString(value);
841
+ const isEmpty2 = chunkRDYTVHNN_js.isNullishOrEmptyString(value);
842
842
  if (isEmpty2 && pipes.length === 0) return "";
843
843
  for (const pipeExpr of pipes) {
844
844
  const { name: pipeName, args } = parsePipeExpression(pipeExpr);
@@ -921,7 +921,7 @@ function qualifiedPropertyDefs(attribute) {
921
921
  return void 0;
922
922
  }
923
923
  function extractValueRefs(value) {
924
- if (chunkI3EYILYO_js.isNullishOrEmptyString(value)) return [];
924
+ if (chunkRDYTVHNN_js.isNullishOrEmptyString(value)) return [];
925
925
  if (typeof value === "string") return [{ id: value }];
926
926
  if (Array.isArray(value)) return value.flatMap((item) => extractValueRefs(item));
927
927
  if (typeof value === "object" && "id" in value) {
@@ -1125,24 +1125,24 @@ function validateObjectName(name) {
1125
1125
  OBJECT_NAME_SCHEMA.parse(name);
1126
1126
  } catch (error) {
1127
1127
  if (error instanceof z2__default.default.ZodError) {
1128
- throw new chunkV26R64A4_js.SchemaError(error.issues[0].message, chunkV26R64A4_js.SchemaErrorCode.INVALID_OBJECT_NAME);
1128
+ throw new chunk3YCZ5H3H_js.SchemaError(error.issues[0].message, chunk3YCZ5H3H_js.SchemaErrorCode.INVALID_OBJECT_NAME);
1129
1129
  }
1130
1130
  throw error;
1131
1131
  }
1132
1132
  }
1133
1133
  function validateViewName(name) {
1134
1134
  if (!name || name.length === 0) {
1135
- throw new chunkV26R64A4_js.ValidationError("View name cannot be empty", [
1135
+ throw new chunk3YCZ5H3H_js.ValidationError("View name cannot be empty", [
1136
1136
  { path: ["name"], message: "View name cannot be empty" }
1137
1137
  ]);
1138
1138
  }
1139
1139
  if (name.length > MAX_NAME_LENGTH) {
1140
- throw new chunkV26R64A4_js.ValidationError("View name is too long", [
1140
+ throw new chunk3YCZ5H3H_js.ValidationError("View name is too long", [
1141
1141
  { path: ["name"], message: `View name is too long (max ${MAX_NAME_LENGTH} characters)` }
1142
1142
  ]);
1143
1143
  }
1144
1144
  if (!VIEW_NAME_REGEX.test(name)) {
1145
- throw new chunkV26R64A4_js.ValidationError("Invalid view name format", [
1145
+ throw new chunk3YCZ5H3H_js.ValidationError("Invalid view name format", [
1146
1146
  {
1147
1147
  path: ["name"],
1148
1148
  message: "View name must be in kebab-case (e.g., 'detail', 'list-view')"
@@ -1163,7 +1163,7 @@ function assertUniqueBy(items, getKey, buildError) {
1163
1163
  var ATTRIBUTE_NAME_SCHEMA = z2__default.default.string().min(1, "Attribute name cannot be empty").max(MAX_NAME_LENGTH, `Attribute name is too long (max ${MAX_NAME_LENGTH} characters)`).regex(ATTRIBUTE_NAME_REGEX, {
1164
1164
  message: "Invalid attribute name format.\nName must be a valid variable identifier:\n \u2705 Valid: 'firstName', 'first_name', 'FirstName', 'FIRST_NAME'\n \u274C Invalid: 'first-name', 'first name', '123name', 'first.name'"
1165
1165
  }).refine(
1166
- (name) => !chunkYZ5RCMIQ_js.RESERVED_ATTRIBUTE_NAMES.includes(name),
1166
+ (name) => !chunkK7XGY34S_js.RESERVED_ATTRIBUTE_NAMES.includes(name),
1167
1167
  { message: "This is a reserved attribute name" }
1168
1168
  );
1169
1169
  function validateAttributeName(name) {
@@ -1180,10 +1180,10 @@ function validateAttributeName(name) {
1180
1180
  "[AttributeBuilder] Invalid attribute name format.\nName must be a valid variable identifier:\n \u2705 Valid: 'firstName', 'first_name', 'FirstName', 'FIRST_NAME'\n \u274C Invalid: 'first-name', 'first name', '123name', 'first.name'"
1181
1181
  );
1182
1182
  }
1183
- if (chunkYZ5RCMIQ_js.RESERVED_ATTRIBUTE_NAMES.includes(name)) {
1183
+ if (chunkK7XGY34S_js.RESERVED_ATTRIBUTE_NAMES.includes(name)) {
1184
1184
  throw new Error(
1185
1185
  `[AttributeBuilder] "${name}" is a reserved name and cannot be used as an attribute name.
1186
- Reserved names: ${chunkYZ5RCMIQ_js.RESERVED_ATTRIBUTE_NAMES.join(", ")}`
1186
+ Reserved names: ${chunkK7XGY34S_js.RESERVED_ATTRIBUTE_NAMES.join(", ")}`
1187
1187
  );
1188
1188
  }
1189
1189
  }
@@ -1250,7 +1250,7 @@ var DEFAULT_AGENT_EXECUTION_CONFIG = {
1250
1250
  var AgentBuilder = class {
1251
1251
  constructor(config) {
1252
1252
  if (!config.name || config.name.trim().length === 0) {
1253
- throw new chunkV26R64A4_js.ValidationError("Agent name is required", []);
1253
+ throw new chunk3YCZ5H3H_js.ValidationError("Agent name is required", []);
1254
1254
  }
1255
1255
  this.bp = { name: config.name, system: true, visibility: "workspace", triggers: [] };
1256
1256
  }
@@ -1384,13 +1384,13 @@ var AgentBuilder = class {
1384
1384
  }
1385
1385
  build() {
1386
1386
  if (!this.bp.systemPrompt) {
1387
- throw new chunkV26R64A4_js.ValidationError(`Agent "${this.bp.name}": systemPrompt is required`, []);
1387
+ throw new chunk3YCZ5H3H_js.ValidationError(`Agent "${this.bp.name}": systemPrompt is required`, []);
1388
1388
  }
1389
1389
  if (!this.bp.model) {
1390
- throw new chunkV26R64A4_js.ValidationError(`Agent "${this.bp.name}": model is required`, []);
1390
+ throw new chunk3YCZ5H3H_js.ValidationError(`Agent "${this.bp.name}": model is required`, []);
1391
1391
  }
1392
1392
  if (this.bp.system && this.bp.visibility === "private") {
1393
- throw new chunkV26R64A4_js.ValidationError(
1393
+ throw new chunk3YCZ5H3H_js.ValidationError(
1394
1394
  `Agent "${this.bp.name}": system agents must use workspace visibility`,
1395
1395
  []
1396
1396
  );
@@ -1398,7 +1398,7 @@ var AgentBuilder = class {
1398
1398
  assertUniqueBy(
1399
1399
  this.bp.triggers,
1400
1400
  (t) => t.name,
1401
- (name) => new chunkV26R64A4_js.ValidationError(`Agent "${this.bp.name}": duplicate trigger name "${name}"`, [])
1401
+ (name) => new chunk3YCZ5H3H_js.ValidationError(`Agent "${this.bp.name}": duplicate trigger name "${name}"`, [])
1402
1402
  );
1403
1403
  return {
1404
1404
  ...this.bp,
@@ -1453,7 +1453,7 @@ var BaseAttributeBuilder = class {
1453
1453
  * @see https://standardschema.dev/
1454
1454
  */
1455
1455
  get "~standard"() {
1456
- const zodSchema = chunkI3EYILYO_js.createAttributeValidator(this.build());
1456
+ const zodSchema = chunkRDYTVHNN_js.createAttributeValidator(this.build());
1457
1457
  return createStandardSchemaProps(zodSchema);
1458
1458
  }
1459
1459
  constructor(type, name, label) {
@@ -2210,9 +2210,9 @@ var RollupAttributeBuilder = class extends BaseAttributeBuilder {
2210
2210
  if (fn === "original" && targetType !== void 0 && targetType !== "select" && targetType !== "status" && targetType !== "multiselect") {
2211
2211
  const relation2 = this.attr.relationAttribute ?? "relation";
2212
2212
  const target = this.attr.targetAttribute ?? "field";
2213
- throw new chunkV26R64A4_js.SchemaError(
2213
+ throw new chunk3YCZ5H3H_js.SchemaError(
2214
2214
  `Rollup "${this.attr.name}": .using("original") only supports a "select", "status", or "multiselect" target, but .targetType("${targetType}") was given. To surface a plain ${targetType} value from a related record, use a formula instead \u2014 e.g. formula({ name: "${this.attr.name}", label: "\u2026" }).expression("${relation2}.${target}").`,
2215
- chunkV26R64A4_js.SchemaErrorCode.VALIDATION_FAILED
2215
+ chunk3YCZ5H3H_js.SchemaErrorCode.VALIDATION_FAILED
2216
2216
  );
2217
2217
  }
2218
2218
  return super.build();
@@ -2722,7 +2722,7 @@ var ObjectBuilder = class {
2722
2722
  * @see https://standardschema.dev/
2723
2723
  */
2724
2724
  get "~standard"() {
2725
- const zodSchema = chunkI3EYILYO_js.createObjectValidator(this.build());
2725
+ const zodSchema = chunkRDYTVHNN_js.createObjectValidator(this.build());
2726
2726
  return createStandardSchemaProps(zodSchema);
2727
2727
  }
2728
2728
  /**
@@ -2850,7 +2850,7 @@ var ObjectBuilder = class {
2850
2850
  assertUniqueBy(
2851
2851
  [...this.obj.attributes, ...finalAttrs],
2852
2852
  (attribute) => attribute.name,
2853
- (name) => new chunkV26R64A4_js.DuplicateError(
2853
+ (name) => new chunk3YCZ5H3H_js.DuplicateError(
2854
2854
  "attribute",
2855
2855
  name,
2856
2856
  `Object "${this.obj.name}": duplicate attribute name "${name}"`
@@ -2979,26 +2979,26 @@ var ObjectBuilder = class {
2979
2979
  throw new Error("[ObjectBuilder] Missing required field: label");
2980
2980
  }
2981
2981
  if (!this._labelExpression) {
2982
- throw new chunkV26R64A4_js.SchemaError(
2982
+ throw new chunk3YCZ5H3H_js.SchemaError(
2983
2983
  `Object "${this.obj.name}" must have a labelExpression. The labelExpression defines how records are displayed in lists and relations (e.g. "{{ name }}").`,
2984
- chunkV26R64A4_js.SchemaErrorCode.VALIDATION_FAILED
2984
+ chunk3YCZ5H3H_js.SchemaErrorCode.VALIDATION_FAILED
2985
2985
  );
2986
2986
  }
2987
2987
  const labelResult = labelExpressionSchema.safeParse(this._labelExpression);
2988
2988
  if (!labelResult.success) {
2989
2989
  const errorMsg = labelResult.error.issues[0]?.message ?? "Invalid labelExpression";
2990
- throw new chunkV26R64A4_js.SchemaError(
2990
+ throw new chunk3YCZ5H3H_js.SchemaError(
2991
2991
  `Invalid labelExpression for "${this.obj.name}": ${errorMsg}`,
2992
- chunkV26R64A4_js.SchemaErrorCode.VALIDATION_FAILED
2992
+ chunk3YCZ5H3H_js.SchemaErrorCode.VALIDATION_FAILED
2993
2993
  );
2994
2994
  }
2995
2995
  if (this._embeddingExpression !== void 0) {
2996
2996
  const embeddingResult = labelExpressionSchema.safeParse(this._embeddingExpression);
2997
2997
  if (!embeddingResult.success) {
2998
2998
  const errorMsg = embeddingResult.error.issues[0]?.message ?? "Invalid embeddingExpression";
2999
- throw new chunkV26R64A4_js.SchemaError(
2999
+ throw new chunk3YCZ5H3H_js.SchemaError(
3000
3000
  `Invalid embeddingExpression for "${this.obj.name}": ${errorMsg}`,
3001
- chunkV26R64A4_js.SchemaErrorCode.VALIDATION_FAILED
3001
+ chunk3YCZ5H3H_js.SchemaErrorCode.VALIDATION_FAILED
3002
3002
  );
3003
3003
  }
3004
3004
  }
@@ -3040,7 +3040,7 @@ function object(config) {
3040
3040
  }
3041
3041
  function validatePresetStructure(presetId, nodes, depth) {
3042
3042
  const fail = (message, detail) => {
3043
- throw new chunkV26R64A4_js.ValidationError(message, [
3043
+ throw new chunk3YCZ5H3H_js.ValidationError(message, [
3044
3044
  { path: ["documentLayout", "presets", presetId], message: detail }
3045
3045
  ]);
3046
3046
  };
@@ -3811,7 +3811,7 @@ var ListViewBuilder = class {
3811
3811
  }
3812
3812
  const config = {
3813
3813
  defaultFilters: this.data.defaultFilters ? {
3814
- id: chunkK6ET4CXP_js.generateId(),
3814
+ id: chunkZHB4VBCX_js.generateId(),
3815
3815
  combinator: this.data.defaultFilters.combinator,
3816
3816
  rules: this.data.defaultFilters.rules
3817
3817
  } : void 0,
@@ -3826,7 +3826,7 @@ var ListViewBuilder = class {
3826
3826
  visibility: tab.visibility,
3827
3827
  columns: tab.columns,
3828
3828
  filters: tab.filters ? {
3829
- id: chunkK6ET4CXP_js.generateId(),
3829
+ id: chunkZHB4VBCX_js.generateId(),
3830
3830
  combinator: tab.filters.combinator,
3831
3831
  rules: tab.filters.rules
3832
3832
  } : void 0,
@@ -3992,7 +3992,7 @@ var ListViewTabConfigBuilder = class _ListViewTabConfigBuilder {
3992
3992
  const protectedAttribute = findProtectedTabFilterAttribute(filters);
3993
3993
  if (protectedAttribute) {
3994
3994
  const message = `Tab filters cannot target "${protectedAttribute}". Use .visibility("private")`;
3995
- throw new chunkV26R64A4_js.ValidationError(message, [{ path: ["filters"], message }]);
3995
+ throw new chunk3YCZ5H3H_js.ValidationError(message, [{ path: ["filters"], message }]);
3996
3996
  }
3997
3997
  this.tabData.filters = filters;
3998
3998
  return this;
@@ -4203,7 +4203,7 @@ function jsonFlag(name, defaultValue) {
4203
4203
 
4204
4204
  // src/feature-flags/flag-registry.ts
4205
4205
  function duplicateFlagError(name) {
4206
- return new chunkV26R64A4_js.DuplicateError(
4206
+ return new chunk3YCZ5H3H_js.DuplicateError(
4207
4207
  "feature flag",
4208
4208
  name,
4209
4209
  `Flag "${name}" is already registered. Each flag name must be unique.`
@@ -4281,7 +4281,7 @@ var FlagRegistry = class {
4281
4281
  getOrThrow(name) {
4282
4282
  const flag = this.get(name);
4283
4283
  if (!flag) {
4284
- throw new chunkV26R64A4_js.NotFoundError(
4284
+ throw new chunk3YCZ5H3H_js.NotFoundError(
4285
4285
  "Feature flag",
4286
4286
  name,
4287
4287
  void 0,
@@ -4458,19 +4458,19 @@ var FlagService = class {
4458
4458
  */
4459
4459
  async setOverride(flagName, level, value, options = {}) {
4460
4460
  if (!this.repository) {
4461
- throw new chunkV26R64A4_js.SchemaError(
4461
+ throw new chunk3YCZ5H3H_js.SchemaError(
4462
4462
  "Cannot set override: no FeatureFlagsRepository configured. Add featureFlags to your DatabaseAdapter to enable runtime overrides.",
4463
- chunkV26R64A4_js.SchemaErrorCode.CONFIGURATION_REQUIRED
4463
+ chunk3YCZ5H3H_js.SchemaErrorCode.CONFIGURATION_REQUIRED
4464
4464
  );
4465
4465
  }
4466
4466
  const flag = this.registry.get(flagName);
4467
4467
  if (flag && !flag.allowedLevels.includes(level)) {
4468
4468
  const message = `Flag "${flagName}" does not allow ${level}-level overrides. Allowed levels: ${flag.allowedLevels.join(", ")}`;
4469
- throw new chunkV26R64A4_js.ValidationError(message, [{ path: ["level"], message }]);
4469
+ throw new chunk3YCZ5H3H_js.ValidationError(message, [{ path: ["level"], message }]);
4470
4470
  }
4471
4471
  if (flag?.system) {
4472
4472
  const message = `Flag "${flagName}" is a system flag and cannot be overridden via API.`;
4473
- throw new chunkV26R64A4_js.ValidationError(message, [{ path: ["flagName"], message }]);
4473
+ throw new chunk3YCZ5H3H_js.ValidationError(message, [{ path: ["flagName"], message }]);
4474
4474
  }
4475
4475
  await this.repository.setOverride({
4476
4476
  flagName,
@@ -4490,9 +4490,9 @@ var FlagService = class {
4490
4490
  */
4491
4491
  async deleteOverride(flagName, level, targetId) {
4492
4492
  if (!this.repository) {
4493
- throw new chunkV26R64A4_js.SchemaError(
4493
+ throw new chunk3YCZ5H3H_js.SchemaError(
4494
4494
  "Cannot delete override: no FeatureFlagsRepository configured.",
4495
- chunkV26R64A4_js.SchemaErrorCode.CONFIGURATION_REQUIRED
4495
+ chunk3YCZ5H3H_js.SchemaErrorCode.CONFIGURATION_REQUIRED
4496
4496
  );
4497
4497
  }
4498
4498
  await this.repository.deleteOverride(flagName, level, targetId);
@@ -4629,7 +4629,7 @@ var NativeObjectRegistryClass = class {
4629
4629
  if (!object2.system) {
4630
4630
  const message = `[NativeObjectRegistry] Cannot register object "${object2.name}" (id: ${object2.id}): missing system flag.
4631
4631
  Native objects must have system=true. Did you call .runtime() on the builder? Remove that call \u2014 objects are system:true by default.`;
4632
- throw new chunkV26R64A4_js.ValidationError(message, []);
4632
+ throw new chunk3YCZ5H3H_js.ValidationError(message, []);
4633
4633
  }
4634
4634
  if (this.objects.has(object2.name)) {
4635
4635
  const existing = this.objects.get(object2.name);
@@ -4637,7 +4637,7 @@ Native objects must have system=true. Did you call .runtime() on the builder? Re
4637
4637
  - Existing: "${existing?.label}" (id: ${existing?.id})
4638
4638
  - New: "${object2.label}" (id: ${object2.id})
4639
4639
  Please use unique names for each native object.`;
4640
- throw new chunkV26R64A4_js.DuplicateError("object", object2.name, message);
4640
+ throw new chunk3YCZ5H3H_js.DuplicateError("object", object2.name, message);
4641
4641
  }
4642
4642
  this.objects.set(object2.name, cloneObjectDefinition(object2));
4643
4643
  }
@@ -4669,7 +4669,7 @@ Please use unique names for each native object.`;
4669
4669
  if (!object2) {
4670
4670
  const message = `[NativeObjectRegistry] Native object "${name}" not found.
4671
4671
  Available objects: ${this.listNames().join(", ")}`;
4672
- throw new chunkV26R64A4_js.NotFoundError("Native object", name, chunkV26R64A4_js.SchemaErrorCode.OBJECT_NOT_FOUND, message);
4672
+ throw new chunk3YCZ5H3H_js.NotFoundError("Native object", name, chunk3YCZ5H3H_js.SchemaErrorCode.OBJECT_NOT_FOUND, message);
4673
4673
  }
4674
4674
  return object2;
4675
4675
  }
@@ -4831,7 +4831,7 @@ var ViewRegistry = class {
4831
4831
  const key = this.makeKey(view.object, view.name, view.type);
4832
4832
  if (this.views.has(key)) {
4833
4833
  const message = `[ViewRegistry] Duplicate view: "${view.name}" (${view.type}) for object "${view.object}"`;
4834
- throw new chunkV26R64A4_js.DuplicateError("view", key, message);
4834
+ throw new chunk3YCZ5H3H_js.DuplicateError("view", key, message);
4835
4835
  }
4836
4836
  const storedView = cloneViewDefinition(view);
4837
4837
  this.views.set(key, storedView);
@@ -4876,7 +4876,7 @@ var ViewRegistry = class {
4876
4876
  const availableNames = available.map((v) => `${v.name} (${v.type})`).join(", ") || "(none)";
4877
4877
  const message = `[ViewRegistry] View "${viewName}" not found for object "${objectName}".
4878
4878
  Available views: ${availableNames}`;
4879
- throw new chunkV26R64A4_js.NotFoundError("View", `${objectName}:${viewName}`, void 0, message);
4879
+ throw new chunk3YCZ5H3H_js.NotFoundError("View", `${objectName}:${viewName}`, void 0, message);
4880
4880
  }
4881
4881
  return view;
4882
4882
  }
@@ -4964,7 +4964,7 @@ var viewRegistry = new ViewRegistry();
4964
4964
  // src/views/auto-generator.ts
4965
4965
  function getRuntimeAttributes(attributes, excludeNames = []) {
4966
4966
  return attributes.filter(
4967
- (attr) => !(!chunkYZ5RCMIQ_js.getAttributeCapabilities(attr).lifecycle.visibleInRuntime || attr.system || excludeNames.includes(attr.name))
4967
+ (attr) => !(!chunkK7XGY34S_js.getAttributeCapabilities(attr).lifecycle.visibleInRuntime || attr.system || excludeNames.includes(attr.name))
4968
4968
  );
4969
4969
  }
4970
4970
  function sortAttributes(attributes) {
@@ -4997,7 +4997,7 @@ function generateDefaultDetailView(object2, options = {}) {
4997
4997
  const { includeActivityTab = true, includeDocumentsTab = true, excludeAttributes = [] } = options;
4998
4998
  const runtimeAttrs = getRuntimeAttributes(object2.attributes, excludeAttributes);
4999
4999
  const sortedAttrs = sortAttributes(
5000
- runtimeAttrs.filter((attr) => chunkYZ5RCMIQ_js.getAttributeCapabilities(attr).presentation.formField)
5000
+ runtimeAttrs.filter((attr) => chunkK7XGY34S_js.getAttributeCapabilities(attr).presentation.formField)
5001
5001
  );
5002
5002
  const formTab = {
5003
5003
  id: "form",
@@ -5054,7 +5054,7 @@ function generateDefaultListView(object2, options = {}) {
5054
5054
  const { excludeAttributes = [], maxListColumns = 5 } = options;
5055
5055
  const runtimeAttrs = getRuntimeAttributes(object2.attributes, excludeAttributes);
5056
5056
  const sortedAttrs = sortAttributes(
5057
- runtimeAttrs.filter((attr) => chunkYZ5RCMIQ_js.getAttributeCapabilities(attr).presentation.defaultColumn)
5057
+ runtimeAttrs.filter((attr) => chunkK7XGY34S_js.getAttributeCapabilities(attr).presentation.defaultColumn)
5058
5058
  );
5059
5059
  const columns = sortedAttrs.slice(0, maxListColumns).map((attr) => attr.name);
5060
5060
  const config = {
@@ -5184,7 +5184,7 @@ var FormRegistry = class {
5184
5184
  const forms = Array.isArray(formOrForms) ? formOrForms : [formOrForms];
5185
5185
  for (const f of forms) {
5186
5186
  if (this.forms.has(f.name)) {
5187
- throw new chunkV26R64A4_js.DuplicateError("form", f.name, `[FormRegistry] Duplicate form: "${f.name}"`);
5187
+ throw new chunk3YCZ5H3H_js.DuplicateError("form", f.name, `[FormRegistry] Duplicate form: "${f.name}"`);
5188
5188
  }
5189
5189
  this.forms.set(f.name, cloneFormDefinition(f));
5190
5190
  }
@@ -5343,7 +5343,6 @@ function parseLiveChannelKey(key) {
5343
5343
  }
5344
5344
 
5345
5345
  // src/realtime/events.ts
5346
- var BROWSER_PREVIEW_STATUSES = ["live", "paused", "ended", "disconnected"];
5347
5346
  var LIVE_EVENT_TYPE_REGISTRY = {
5348
5347
  "record.patch": true,
5349
5348
  "record.deleted": true,
@@ -5357,7 +5356,6 @@ var LIVE_EVENT_TYPE_REGISTRY = {
5357
5356
  "notification.count.patch": true,
5358
5357
  "notification.inbox.archived": true,
5359
5358
  "conversation.renamed": true,
5360
- "browser.preview.updated": true,
5361
5359
  "reflex.state.changed": true,
5362
5360
  "reflex.run.completed": true,
5363
5361
  "reflex.authoring.progress": true,
@@ -5387,19 +5385,6 @@ var NOTIFICATION_RECIPIENT_PATCH_KEYS = [
5387
5385
  "dismissedAt",
5388
5386
  "updatedAt"
5389
5387
  ];
5390
- var BROWSER_PREVIEW_UPDATED_PAYLOAD_KEYS = [
5391
- "type",
5392
- "preview"
5393
- ];
5394
- var BROWSER_PREVIEW_DESCRIPTOR_KEYS = [
5395
- "previewId",
5396
- "rootSessionId",
5397
- "agentSessionId",
5398
- "browserSession",
5399
- "status",
5400
- "sequence",
5401
- "updatedAt"
5402
- ];
5403
5388
  var RECORD_REMOVED_PAYLOAD_KEYS = [
5404
5389
  "type",
5405
5390
  "objectId",
@@ -5472,8 +5457,6 @@ function isLiveEventPayloadForType(type, payload) {
5472
5457
  return isNotificationInboxArchivedPayload(payload);
5473
5458
  case "conversation.renamed":
5474
5459
  return isConversationRenamedPayload(payload);
5475
- case "browser.preview.updated":
5476
- return isBrowserPreviewUpdatedPayload(payload);
5477
5460
  case "reflex.state.changed":
5478
5461
  return isReflexStateChangedPayload(payload);
5479
5462
  case "reflex.run.completed":
@@ -5613,10 +5596,6 @@ function isNotificationInboxArchivedPayload(payload) {
5613
5596
  function isConversationRenamedPayload(payload) {
5614
5597
  return payload.type === "conversation.renamed" && hasString(payload, "sessionId") && hasString(payload, "title") && hasVersion(payload, "version") && hasString(payload, "updatedAt");
5615
5598
  }
5616
- function isBrowserPreviewUpdatedPayload(payload) {
5617
- const preview = payload.preview;
5618
- return payload.type === "browser.preview.updated" && hasOnlyKeys(payload, BROWSER_PREVIEW_UPDATED_PAYLOAD_KEYS) && isRecord2(preview) && hasOnlyKeys(preview, BROWSER_PREVIEW_DESCRIPTOR_KEYS) && hasNonEmptyString(preview, "previewId") && hasNonEmptyString(preview, "rootSessionId") && hasNonEmptyString(preview, "agentSessionId") && hasNonEmptyString(preview, "browserSession") && isOneOf(preview.status, BROWSER_PREVIEW_STATUSES) && hasVersion(preview, "sequence") && hasIsoDateString(preview, "updatedAt") && preview.previewId === `browser:${preview.agentSessionId}:${preview.browserSession}`;
5619
- }
5620
5599
  var REFLEX_STATES = ["armed", "disarmed"];
5621
5600
  var REFLEX_AUTHORING_STATUSES = [
5622
5601
  "authoring",
@@ -5813,7 +5792,7 @@ function assertAcyclicComputedDependencies(nodes) {
5813
5792
  }
5814
5793
  function parseCompileFormula(expression) {
5815
5794
  try {
5816
- return chunkBOICAZHR_js.parseComputedFormula(expression);
5795
+ return chunk5JMQNH2A_js.parseComputedFormula(expression);
5817
5796
  } catch (error) {
5818
5797
  if (error instanceof Error) {
5819
5798
  throw new ComputedFormulaCompileError(error.message);
@@ -6582,9 +6561,9 @@ function evaluateCall(functionName, args) {
6582
6561
  case "percent_not_empty":
6583
6562
  return percentByEmptyState(args[0], false);
6584
6563
  case "count_empty":
6585
- return collectionItems(args[0]).filter(chunkI3EYILYO_js.isNullishOrEmptyString).length;
6564
+ return collectionItems(args[0]).filter(chunkRDYTVHNN_js.isNullishOrEmptyString).length;
6586
6565
  case "count_not_empty":
6587
- return collectionItems(args[0]).filter((item) => !chunkI3EYILYO_js.isNullishOrEmptyString(item)).length;
6566
+ return collectionItems(args[0]).filter((item) => !chunkRDYTVHNN_js.isNullishOrEmptyString(item)).length;
6588
6567
  case "count_unique":
6589
6568
  return uniqueNonEmpty(collectionItems(args[0])).length;
6590
6569
  default:
@@ -6645,14 +6624,14 @@ function percentByEmptyState(value, countEmpty) {
6645
6624
  if (items.length === 0) {
6646
6625
  return 0;
6647
6626
  }
6648
- const count = items.filter((item) => chunkI3EYILYO_js.isNullishOrEmptyString(item) === countEmpty).length;
6627
+ const count = items.filter((item) => chunkRDYTVHNN_js.isNullishOrEmptyString(item) === countEmpty).length;
6649
6628
  return count / items.length;
6650
6629
  }
6651
6630
  function uniqueNonEmpty(values) {
6652
6631
  const seen = /* @__PURE__ */ new Set();
6653
6632
  const result = [];
6654
6633
  for (const value of values) {
6655
- if (chunkI3EYILYO_js.isNullishOrEmptyString(value)) {
6634
+ if (chunkRDYTVHNN_js.isNullishOrEmptyString(value)) {
6656
6635
  continue;
6657
6636
  }
6658
6637
  const key = uniqueKey(value);
@@ -6769,11 +6748,11 @@ function evaluateComputedAst(node, input) {
6769
6748
  return evaluateAst(node, input);
6770
6749
  }
6771
6750
  function evaluateComputedFormula(expression, input) {
6772
- return evaluateAst(chunkBOICAZHR_js.parseComputedFormula(expression), input);
6751
+ return evaluateAst(chunk5JMQNH2A_js.parseComputedFormula(expression), input);
6773
6752
  }
6774
6753
  function evaluateComputedFormulaWithResult(expression, input, returnType, decimals) {
6775
6754
  try {
6776
- const raw = evaluateAst(chunkBOICAZHR_js.parseComputedFormula(expression), input);
6755
+ const raw = evaluateAst(chunk5JMQNH2A_js.parseComputedFormula(expression), input);
6777
6756
  const value = returnType ? formatComputedResult(raw, returnType, decimals) : raw;
6778
6757
  return { value };
6779
6758
  } catch (error) {
@@ -6898,10 +6877,10 @@ var COMPUTED_FUNCTION_METADATA = [
6898
6877
  ];
6899
6878
 
6900
6879
  // src/filters/operators.ts
6901
- var isEmpty = (v) => chunkI3EYILYO_js.isNullishOrEmptyString(v) || Array.isArray(v) && v.length === 0;
6880
+ var isEmpty = (v) => chunkRDYTVHNN_js.isNullishOrEmptyString(v) || Array.isArray(v) && v.length === 0;
6902
6881
  var toStr = (v) => v == null ? "" : String(v);
6903
6882
  var toNum = (v) => {
6904
- if (chunkI3EYILYO_js.isNullishOrEmptyString(v)) return null;
6883
+ if (chunkRDYTVHNN_js.isNullishOrEmptyString(v)) return null;
6905
6884
  const n = typeof v === "number" ? v : Number(v);
6906
6885
  return Number.isFinite(n) ? n : null;
6907
6886
  };
@@ -7034,7 +7013,7 @@ var OPERATOR_SPECS = {
7034
7013
  appliesTo: ["date"],
7035
7014
  evaluateInMemory: (v, rv) => {
7036
7015
  const d = toDate2(v);
7037
- const bounds = chunkYZ5RCMIQ_js.resolveIsWithinBounds(rv);
7016
+ const bounds = chunkK7XGY34S_js.resolveIsWithinBounds(rv);
7038
7017
  if (!(d && bounds)) return false;
7039
7018
  return d.getTime() >= bounds.startMs && d.getTime() < bounds.endMs;
7040
7019
  }
@@ -7070,7 +7049,7 @@ var OPERATOR_SPECS = {
7070
7049
  // src/filters/evaluate.ts
7071
7050
  var systemAttribute = (name, type) => ({ id: `system:${name}`, name, label: name, type, system: true });
7072
7051
  var RECORD_SYSTEM_ATTRIBUTES = [
7073
- ...Object.entries(chunkYZ5RCMIQ_js.SYSTEM_FILTER_ATTRIBUTE_TYPES).map(
7052
+ ...Object.entries(chunkK7XGY34S_js.SYSTEM_FILTER_ATTRIBUTE_TYPES).map(
7074
7053
  ([name, type]) => systemAttribute(name, type)
7075
7054
  )
7076
7055
  ];
@@ -7111,7 +7090,7 @@ function evaluateRule(rule, values, attrByName) {
7111
7090
  (definition) => definition.name === rule.property
7112
7091
  );
7113
7092
  if (!property) return false;
7114
- const positiveOperator = chunkYZ5RCMIQ_js.normalizeForEdgeRpc(rule.operator);
7093
+ const positiveOperator = chunkK7XGY34S_js.normalizeForEdgeRpc(rule.operator);
7115
7094
  const propertySpec = OPERATOR_SPECS[positiveOperator];
7116
7095
  if (!propertySpec?.appliesTo.includes(property.type)) return false;
7117
7096
  const rootValue = values[rule.attribute];
@@ -7129,7 +7108,7 @@ function evaluateRule(rule, values, attrByName) {
7129
7108
  property
7130
7109
  );
7131
7110
  });
7132
- return (rule.quantifier ?? chunkYZ5RCMIQ_js.getOperatorPolarity(rule.operator)) === "none" ? !matches : matches;
7111
+ return (rule.quantifier ?? chunkK7XGY34S_js.getOperatorPolarity(rule.operator)) === "none" ? !matches : matches;
7133
7112
  }
7134
7113
  const spec = OPERATOR_SPECS[rule.operator];
7135
7114
  if (!spec) return false;
@@ -7178,7 +7157,7 @@ function normalizePhoneComparands(stored, rule) {
7178
7157
  return [normalizeOne(stored), normalizeOne(rule)];
7179
7158
  }
7180
7159
  function normalizeComparableValue(type, value) {
7181
- if (type === "currency") return chunkYZ5RCMIQ_js.extractCurrencyFilterValue(value);
7160
+ if (type === "currency") return chunkK7XGY34S_js.extractCurrencyFilterValue(value);
7182
7161
  if (type === "date") {
7183
7162
  if (isDateRangeValue(value)) return dateValueStart(value);
7184
7163
  if (value instanceof Date) return Number.isNaN(value.getTime()) ? null : value.toISOString();
@@ -7287,10 +7266,10 @@ var attributeNameSchema = z2.z.string().min(1).superRefine((name, ctx) => {
7287
7266
  'The attribute\'s machine name \u2014 the record\'s field key, and what `{{ name }}` refers to in a labelExpression. Must be a valid identifier: starts with a letter or underscore, then only letters/digits/underscores ("montantHt", "first_name", "FIRST_NAME" are valid; "first-name", "first name", "123name" are not). Max 63 characters. Cannot be a name reserved by the record shape itself (id, createdAt, updatedAt, createdBy, lastUpdatedBy, objectId, label, embeddingText, values, metadata, deletedAt, deletedBy, schemaVersion).'
7288
7267
  );
7289
7268
  var objectNameSchema = z2.z.string().min(1).superRefine((name, ctx) => {
7290
- if (chunkYZ5RCMIQ_js.RESERVED_OBJECT_NAMES.includes(name)) {
7269
+ if (chunkK7XGY34S_js.RESERVED_OBJECT_NAMES.includes(name)) {
7291
7270
  ctx.addIssue({
7292
7271
  code: z2.z.ZodIssueCode.custom,
7293
- message: `"${name}" is a reserved object name (${chunkYZ5RCMIQ_js.RESERVED_OBJECT_NAMES.join(", ")}) and cannot be used for a new object.`
7272
+ message: `"${name}" is a reserved object name (${chunkK7XGY34S_js.RESERVED_OBJECT_NAMES.join(", ")}) and cannot be used for a new object.`
7294
7273
  });
7295
7274
  }
7296
7275
  try {
@@ -7304,7 +7283,7 @@ var objectNameSchema = z2.z.string().min(1).superRefine((name, ctx) => {
7304
7283
  function withConfigCheck(schema) {
7305
7284
  return schema.superRefine((attribute, ctx) => {
7306
7285
  try {
7307
- const parsedConfig = chunkBOICAZHR_js.parseAttributeConfigForCreate(attribute.type, {
7286
+ const parsedConfig = chunk5JMQNH2A_js.parseAttributeConfigForCreate(attribute.type, {
7308
7287
  ...attribute.config ?? {},
7309
7288
  description: attribute.description
7310
7289
  });
@@ -7320,7 +7299,7 @@ function withConfigCheck(schema) {
7320
7299
  });
7321
7300
  }
7322
7301
  } catch (error) {
7323
- if (error instanceof chunkV26R64A4_js.ValidationError) {
7302
+ if (error instanceof chunk3YCZ5H3H_js.ValidationError) {
7324
7303
  for (const issue of error.errors) {
7325
7304
  ctx.addIssue({
7326
7305
  code: z2.z.ZodIssueCode.custom,
@@ -7367,7 +7346,7 @@ var plannedObjectSchema = z2.z.object({
7367
7346
  'Human-readable plural display label (e.g. "Devis"/"Invoices"). Defaults from `label` if omitted.'
7368
7347
  ),
7369
7348
  description: z2.z.string().optional().describe("Help text describing what this object represents."),
7370
- icon: chunkBOICAZHR_js.iconNameSchema.describe(
7349
+ icon: chunk5JMQNH2A_js.iconNameSchema.describe(
7371
7350
  "Required icon name for the object. Must be a catalogue value \u2014 call `search_icons` and use a name it returns verbatim. A name that is not in the catalogue is rejected without any hint as to what would have worked, so never guess one."
7372
7351
  ),
7373
7352
  labelExpression: labelExpressionSchema.describe(
@@ -7425,13 +7404,13 @@ var proposedDefaultViewTargetSchema = z2.z.discriminatedUnion("viewType", [
7425
7404
  z2.z.object({
7426
7405
  objectName: viewTargetObjectNameSchema,
7427
7406
  viewType: z2.z.literal("list").describe("Targets the object's default list view (the grid)."),
7428
- canonicalConfig: chunkYZ5RCMIQ_js.listViewConfigSchema.describe(CANONICAL_CONFIG_DESCRIPTION),
7407
+ canonicalConfig: chunkK7XGY34S_js.listViewConfigSchema.describe(CANONICAL_CONFIG_DESCRIPTION),
7429
7408
  baselineToken: z2.z.string().min(1).optional().describe(BASELINE_TOKEN_DESCRIPTION)
7430
7409
  }).strict(),
7431
7410
  z2.z.object({
7432
7411
  objectName: viewTargetObjectNameSchema,
7433
7412
  viewType: z2.z.literal("detail").describe("Targets the object's default detail view (the single-record view)."),
7434
- canonicalConfig: chunkYZ5RCMIQ_js.detailViewConfigSchema.describe(CANONICAL_CONFIG_DESCRIPTION),
7413
+ canonicalConfig: chunkK7XGY34S_js.detailViewConfigSchema.describe(CANONICAL_CONFIG_DESCRIPTION),
7435
7414
  baselineToken: z2.z.string().min(1).optional().describe(BASELINE_TOKEN_DESCRIPTION)
7436
7415
  }).strict()
7437
7416
  ]);
@@ -7445,13 +7424,13 @@ var persistedDefaultViewTargetSchema = z2.z.discriminatedUnion("viewType", [
7445
7424
  z2.z.object({
7446
7425
  objectName: z2.z.string().min(1),
7447
7426
  viewType: z2.z.literal("list"),
7448
- canonicalConfig: chunkYZ5RCMIQ_js.listViewConfigSchema,
7427
+ canonicalConfig: chunkK7XGY34S_js.listViewConfigSchema,
7449
7428
  ...persistedBaselineFields
7450
7429
  }).strict(),
7451
7430
  z2.z.object({
7452
7431
  objectName: z2.z.string().min(1),
7453
7432
  viewType: z2.z.literal("detail"),
7454
- canonicalConfig: chunkYZ5RCMIQ_js.detailViewConfigSchema,
7433
+ canonicalConfig: chunkK7XGY34S_js.detailViewConfigSchema,
7455
7434
  ...persistedBaselineFields
7456
7435
  }).strict()
7457
7436
  ]).superRefine((target, ctx) => {
@@ -7598,7 +7577,7 @@ function boundSerializedPlanInput(input, ctx) {
7598
7577
  });
7599
7578
  return z2.z.NEVER;
7600
7579
  }
7601
- const serializedBytes = new TextEncoder().encode(chunkK6ET4CXP_js.canonicalStringify(input)).byteLength;
7580
+ const serializedBytes = new TextEncoder().encode(chunkZHB4VBCX_js.canonicalStringify(input)).byteLength;
7602
7581
  if (serializedBytes > SCHEMA_PLAN_LIMITS.serializedBytes) {
7603
7582
  ctx.addIssue({
7604
7583
  code: "too_big",
@@ -7831,7 +7810,7 @@ function isAgentUIDataName(value) {
7831
7810
  return value in customDataChunkSchemas;
7832
7811
  }
7833
7812
  function agentUIValidationError(issues) {
7834
- return new chunkV26R64A4_js.ValidationError(
7813
+ return new chunk3YCZ5H3H_js.ValidationError(
7835
7814
  "Invalid agent UI message chunk",
7836
7815
  issues.map((issue) => ({
7837
7816
  path: issue.path.map(String),
@@ -7842,19 +7821,19 @@ function agentUIValidationError(issues) {
7842
7821
  }
7843
7822
  function assertCustomAgentUIMessageChunk(value) {
7844
7823
  if (typeof value !== "object" || value === null || typeof value.type !== "string") {
7845
- throw new chunkV26R64A4_js.ValidationError("Invalid agent UI message chunk", [
7824
+ throw new chunk3YCZ5H3H_js.ValidationError("Invalid agent UI message chunk", [
7846
7825
  { path: ["type"], message: "Expected UI message chunk type", code: "invalid_type" }
7847
7826
  ]);
7848
7827
  }
7849
7828
  const type = value.type;
7850
7829
  if (!type.startsWith("data-")) {
7851
- throw new chunkV26R64A4_js.ValidationError("Invalid agent UI message chunk", [
7830
+ throw new chunk3YCZ5H3H_js.ValidationError("Invalid agent UI message chunk", [
7852
7831
  { path: ["type"], message: "Expected agent data chunk type", code: "invalid_value" }
7853
7832
  ]);
7854
7833
  }
7855
7834
  const name = type.slice("data-".length);
7856
7835
  if (!isAgentUIDataName(name)) {
7857
- throw new chunkV26R64A4_js.ValidationError("Invalid agent UI message chunk", [
7836
+ throw new chunk3YCZ5H3H_js.ValidationError("Invalid agent UI message chunk", [
7858
7837
  { path: ["type"], message: `Unknown agent UI data type: ${name}`, code: "invalid_value" }
7859
7838
  ]);
7860
7839
  }
@@ -7898,7 +7877,7 @@ var operationBase = { id: z2.z.string().min(1) };
7898
7877
  var viewOperationBase = { ...operationBase, viewId: z2.z.string().min(1) };
7899
7878
  function mapView(state, viewId, fn) {
7900
7879
  if (!state.views.some((v) => v.id === viewId)) {
7901
- throw new chunkV26R64A4_js.ValidationError(`View "${viewId}" is not in the draftable state`, []);
7880
+ throw new chunk3YCZ5H3H_js.ValidationError(`View "${viewId}" is not in the draftable state`, []);
7902
7881
  }
7903
7882
  return { ...state, views: state.views.map((v) => v.id === viewId ? fn(v) : v) };
7904
7883
  }
@@ -7910,14 +7889,14 @@ function moveWithin(items, from, toIndex) {
7910
7889
  }
7911
7890
  function reorderById(items, order, what) {
7912
7891
  if (order.length !== items.length) {
7913
- throw new chunkV26R64A4_js.ValidationError(
7892
+ throw new chunk3YCZ5H3H_js.ValidationError(
7914
7893
  `${what} order lists ${order.length} ids for ${items.length} items`,
7915
7894
  []
7916
7895
  );
7917
7896
  }
7918
7897
  return order.map((id) => {
7919
7898
  const found = items.find((item) => item.id === id);
7920
- if (!found) throw new chunkV26R64A4_js.ValidationError(`${what} "${id}" is not in this collection`, []);
7899
+ if (!found) throw new chunk3YCZ5H3H_js.ValidationError(`${what} "${id}" is not in this collection`, []);
7921
7900
  return found;
7922
7901
  });
7923
7902
  }
@@ -7925,15 +7904,15 @@ function reorderById(items, order, what) {
7925
7904
  // src/architect/operations/detail-view.ts
7926
7905
  function mapFormTab(view, tabId, fn) {
7927
7906
  const found = view.tabs.find((t) => t.id === tabId);
7928
- if (!found) throw new chunkV26R64A4_js.ValidationError(`Tab "${tabId}" is not in view "${view.id}"`, []);
7907
+ if (!found) throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${tabId}" is not in view "${view.id}"`, []);
7929
7908
  if (found.type !== "form") {
7930
- throw new chunkV26R64A4_js.ValidationError(`Tab "${tabId}" is not a form tab`, []);
7909
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${tabId}" is not a form tab`, []);
7931
7910
  }
7932
7911
  return { ...view, tabs: view.tabs.map((t) => t.id === tabId ? fn(found) : t) };
7933
7912
  }
7934
7913
  function requireGroup(tab, groupId) {
7935
7914
  const found = tab.groups.find((g) => g.id === groupId);
7936
- if (!found) throw new chunkV26R64A4_js.ValidationError(`Group "${groupId}" is not in tab "${tab.id}"`, []);
7915
+ if (!found) throw new chunk3YCZ5H3H_js.ValidationError(`Group "${groupId}" is not in tab "${tab.id}"`, []);
7937
7916
  return found;
7938
7917
  }
7939
7918
  function locateField(tab, fieldId) {
@@ -7941,7 +7920,7 @@ function locateField(tab, fieldId) {
7941
7920
  const field = group2.fields.find((f) => f.id === fieldId);
7942
7921
  if (field) return { group: group2, field };
7943
7922
  }
7944
- throw new chunkV26R64A4_js.ValidationError(`Field slot "${fieldId}" is not in tab "${tab.id}"`, []);
7923
+ throw new chunk3YCZ5H3H_js.ValidationError(`Field slot "${fieldId}" is not in tab "${tab.id}"`, []);
7945
7924
  }
7946
7925
  function viewFocus(op) {
7947
7926
  return { viewId: op.viewId };
@@ -7981,9 +7960,9 @@ function firstChangedProperty(op) {
7981
7960
  const keys = Object.keys(op.changes).sort();
7982
7961
  return keys.length === 1 ? [keys[0]] : void 0;
7983
7962
  }
7984
- var tabPayload = chunkYZ5RCMIQ_js.detailTabDraftSchema;
7985
- var groupPayload = chunkYZ5RCMIQ_js.groupWriteSchema;
7986
- var fieldPayload = chunkYZ5RCMIQ_js.fieldSlotSchema;
7963
+ var tabPayload = chunkK7XGY34S_js.detailTabDraftSchema;
7964
+ var groupPayload = chunkK7XGY34S_js.groupWriteSchema;
7965
+ var fieldPayload = chunkK7XGY34S_js.fieldSlotSchema;
7987
7966
  var addTabSchema = z2.z.object({
7988
7967
  ...viewOperationBase,
7989
7968
  type: z2.z.literal("add_tab"),
@@ -7994,7 +7973,7 @@ var addTab = defineOperation({
7994
7973
  schema: addTabSchema,
7995
7974
  apply: (state, op) => mapView(state, op.viewId, (view) => {
7996
7975
  if (view.tabs.some((t) => t.id === op.tab.id)) {
7997
- throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tab.id}" already exists in view "${op.viewId}"`, []);
7976
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tab.id}" already exists in view "${op.viewId}"`, []);
7998
7977
  }
7999
7978
  return { ...view, tabs: [...view.tabs, op.tab] };
8000
7979
  }),
@@ -8012,7 +7991,7 @@ var removeTab = defineOperation({
8012
7991
  schema: removeTabSchema,
8013
7992
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8014
7993
  if (!view.tabs.some((t) => t.id === op.tabId)) {
8015
- throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tabId}" is not in view "${op.viewId}"`, []);
7994
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tabId}" is not in view "${op.viewId}"`, []);
8016
7995
  }
8017
7996
  return { ...view, tabs: view.tabs.filter((t) => t.id !== op.tabId) };
8018
7997
  }),
@@ -8022,7 +8001,7 @@ var removeTab = defineOperation({
8022
8001
  });
8023
8002
  var updateTabChanges = z2.z.object({
8024
8003
  label: z2.z.string().min(1).optional(),
8025
- icon: chunkBOICAZHR_js.iconNameSchema.optional(),
8004
+ icon: chunk5JMQNH2A_js.iconNameSchema.optional(),
8026
8005
  order: z2.z.number().int().optional()
8027
8006
  });
8028
8007
  var UPDATE_TAB_CHANGE_KEYS = Object.keys(
@@ -8046,7 +8025,7 @@ var updateTab = defineOperation({
8046
8025
  schema: updateTabSchema,
8047
8026
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8048
8027
  if (!view.tabs.some((t) => t.id === op.tabId)) {
8049
- throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tabId}" is not in view "${op.viewId}"`, []);
8028
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tabId}" is not in view "${op.viewId}"`, []);
8050
8029
  }
8051
8030
  return {
8052
8031
  ...view,
@@ -8087,7 +8066,7 @@ var addGroup = defineOperation({
8087
8066
  op.viewId,
8088
8067
  (view) => mapFormTab(view, op.tabId, (tab) => {
8089
8068
  if (tab.groups.some((g) => g.id === op.group.id)) {
8090
- throw new chunkV26R64A4_js.ValidationError(
8069
+ throw new chunk3YCZ5H3H_js.ValidationError(
8091
8070
  `Group "${op.group.id}" already exists in tab "${op.tabId}"`,
8092
8071
  []
8093
8072
  );
@@ -8194,7 +8173,7 @@ var addField = defineOperation({
8194
8173
  (view) => mapFormTab(view, op.tabId, (tab) => {
8195
8174
  requireGroup(tab, op.groupId);
8196
8175
  if (tab.groups.some((g) => g.fields.some((f) => f.id === op.field.id))) {
8197
- throw new chunkV26R64A4_js.ValidationError(
8176
+ throw new chunk3YCZ5H3H_js.ValidationError(
8198
8177
  `Field slot "${op.field.id}" already exists in tab "${op.tabId}"`,
8199
8178
  []
8200
8179
  );
@@ -8340,14 +8319,14 @@ var updateTableTabChanges = z2.z.object({
8340
8319
  * splitting the pair across two operations would wipe the column list while
8341
8320
  * the source change vanished (#2763, #2787).
8342
8321
  */
8343
- source: chunkYZ5RCMIQ_js.tableSourceSchema.optional(),
8344
- columns: chunkYZ5RCMIQ_js.columnsSchema.optional(),
8322
+ source: chunkK7XGY34S_js.tableSourceSchema.optional(),
8323
+ columns: chunkK7XGY34S_js.columnsSchema.optional(),
8345
8324
  // Nullable, not merely optional: the panels clear a filter list or a sort
8346
8325
  // list by sending `null`, because `undefined` does not survive
8347
8326
  // `JSON.stringify` and the operation would arrive with no changes at all
8348
8327
  // (#2787). `apply` drops the key rather than storing the null.
8349
- filters: chunkYZ5RCMIQ_js.filterStateSchema.nullable().optional(),
8350
- sorts: chunkYZ5RCMIQ_js.sortsSchema.nullable().optional(),
8328
+ filters: chunkK7XGY34S_js.filterStateSchema.nullable().optional(),
8329
+ sorts: chunkK7XGY34S_js.sortsSchema.nullable().optional(),
8351
8330
  allowCreate: z2.z.boolean().optional(),
8352
8331
  allowEdit: z2.z.boolean().optional(),
8353
8332
  allowDelete: z2.z.boolean().optional(),
@@ -8404,12 +8383,12 @@ var updateTabConfig = defineOperation({
8404
8383
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8405
8384
  const found = view.tabs.find((t) => t.id === op.tabId);
8406
8385
  if (!found) {
8407
- throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tabId}" is not in view "${view.id}"`, []);
8386
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tabId}" is not in view "${view.id}"`, []);
8408
8387
  }
8409
8388
  for (const key of Object.keys(op.changes)) {
8410
8389
  const allowed = TAB_CONFIG_FIELD_OWNERS[key];
8411
8390
  if (allowed && !allowed.includes(found.type)) {
8412
- throw new chunkV26R64A4_js.ValidationError(`"${key}" is not a setting of a "${found.type}" tab`, []);
8391
+ throw new chunk3YCZ5H3H_js.ValidationError(`"${key}" is not a setting of a "${found.type}" tab`, []);
8413
8392
  }
8414
8393
  }
8415
8394
  return {
@@ -8439,9 +8418,9 @@ var updateTableTab = defineOperation({
8439
8418
  schema: updateTableTabSchema,
8440
8419
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8441
8420
  const found = view.tabs.find((t) => t.id === op.tabId);
8442
- if (!found) throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tabId}" is not in view "${view.id}"`, []);
8421
+ if (!found) throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tabId}" is not in view "${view.id}"`, []);
8443
8422
  if (found.type !== "table") {
8444
- throw new chunkV26R64A4_js.ValidationError(`Tab "${op.tabId}" is not a table tab`, []);
8423
+ throw new chunk3YCZ5H3H_js.ValidationError(`Tab "${op.tabId}" is not a table tab`, []);
8445
8424
  }
8446
8425
  const entries = Object.entries(op.changes);
8447
8426
  const applied = Object.fromEntries(entries.filter(([, value]) => value !== null));
@@ -8511,22 +8490,22 @@ function firstChangedProperty2(op) {
8511
8490
  }
8512
8491
  function withoutKanbanKeys(tab) {
8513
8492
  const rest = { ...tab };
8514
- for (const key of chunkYZ5RCMIQ_js.LIST_TAB_KANBAN_KEYS) delete rest[key];
8493
+ for (const key of chunkK7XGY34S_js.LIST_TAB_KANBAN_KEYS) delete rest[key];
8515
8494
  return rest;
8516
8495
  }
8517
8496
  function withoutTableKeys(tab) {
8518
8497
  const rest = { ...tab };
8519
- for (const key of chunkYZ5RCMIQ_js.LIST_TAB_TABLE_KEYS) delete rest[key];
8498
+ for (const key of chunkK7XGY34S_js.LIST_TAB_TABLE_KEYS) delete rest[key];
8520
8499
  return rest;
8521
8500
  }
8522
8501
  function assertStillPublishableTab(before, after, viewId, tabId) {
8523
- const parsed = chunkYZ5RCMIQ_js.listViewTabSchema.safeParse(after);
8502
+ const parsed = chunkK7XGY34S_js.listViewTabSchema.safeParse(after);
8524
8503
  if (!parsed.success) {
8525
- if (!chunkYZ5RCMIQ_js.listViewTabSchema.safeParse(before).success) return after;
8504
+ if (!chunkK7XGY34S_js.listViewTabSchema.safeParse(before).success) return after;
8526
8505
  const detail = parsed.error.issues.map(
8527
8506
  (issue) => issue.path.length ? `${issue.path.join(".")}: ${issue.message}` : issue.message
8528
8507
  ).join(", ");
8529
- throw new chunkV26R64A4_js.ValidationError(
8508
+ throw new chunk3YCZ5H3H_js.ValidationError(
8530
8509
  `List tab "${tabId}" in view "${viewId}" would no longer be publishable: ${detail}`,
8531
8510
  []
8532
8511
  );
@@ -8537,7 +8516,7 @@ function mapListTab(state, viewId, tabId, fn) {
8537
8516
  return mapView(state, viewId, (view) => {
8538
8517
  const tabs = view.config.tabs ?? [];
8539
8518
  if (!tabs.some((t) => t.id === tabId)) {
8540
- throw new chunkV26R64A4_js.ValidationError(`List tab "${tabId}" is not in view "${viewId}"`, []);
8519
+ throw new chunk3YCZ5H3H_js.ValidationError(`List tab "${tabId}" is not in view "${viewId}"`, []);
8541
8520
  }
8542
8521
  return {
8543
8522
  ...view,
@@ -8550,9 +8529,9 @@ function mapListTab(state, viewId, tabId, fn) {
8550
8529
  };
8551
8530
  });
8552
8531
  }
8553
- var listTabPayload = chunkYZ5RCMIQ_js.listViewTabSchema;
8554
- var filterGroupPayload = chunkYZ5RCMIQ_js.filterGroupSchema;
8555
- var sortRulesPayload = chunkYZ5RCMIQ_js.sortsSchema;
8532
+ var listTabPayload = chunkK7XGY34S_js.listViewTabSchema;
8533
+ var filterGroupPayload = chunkK7XGY34S_js.filterGroupSchema;
8534
+ var sortRulesPayload = chunkK7XGY34S_js.sortsSchema;
8556
8535
  function setOnTab(type, key, valueSchema, describe) {
8557
8536
  const schema = z2.z.object({ ...listTabBase, type: z2.z.literal(type), value: valueSchema });
8558
8537
  return defineOperation({
@@ -8581,7 +8560,7 @@ var addListTab = defineOperation({
8581
8560
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8582
8561
  const tabs = view.config.tabs ?? [];
8583
8562
  if (tabs.some((t) => t.id === op.tab.id)) {
8584
- throw new chunkV26R64A4_js.ValidationError(
8563
+ throw new chunk3YCZ5H3H_js.ValidationError(
8585
8564
  `List tab "${op.tab.id}" already exists in view "${op.viewId}"`,
8586
8565
  []
8587
8566
  );
@@ -8602,7 +8581,7 @@ var removeListTab = defineOperation({
8602
8581
  apply: (state, op) => mapView(state, op.viewId, (view) => {
8603
8582
  const tabs = view.config.tabs ?? [];
8604
8583
  if (!tabs.some((t) => t.id === op.tabId)) {
8605
- throw new chunkV26R64A4_js.ValidationError(`List tab "${op.tabId}" is not in view "${op.viewId}"`, []);
8584
+ throw new chunk3YCZ5H3H_js.ValidationError(`List tab "${op.tabId}" is not in view "${op.viewId}"`, []);
8606
8585
  }
8607
8586
  return {
8608
8587
  ...view,
@@ -8618,9 +8597,9 @@ var updateListTabSchema = z2.z.object({
8618
8597
  type: z2.z.literal("update_list_tab"),
8619
8598
  changes: z2.z.object({
8620
8599
  label: z2.z.string().min(1).optional(),
8621
- icon: chunkBOICAZHR_js.iconNameSchema.optional(),
8600
+ icon: chunk5JMQNH2A_js.iconNameSchema.optional(),
8622
8601
  default: z2.z.boolean().optional(),
8623
- visibility: z2.z.enum(chunkYZ5RCMIQ_js.LIST_VIEW_TAB_VISIBILITIES).optional()
8602
+ visibility: z2.z.enum(chunkK7XGY34S_js.LIST_VIEW_TAB_VISIBILITIES).optional()
8624
8603
  }).refine((c) => Object.keys(c).length > 0, "update_list_tab needs at least one change")
8625
8604
  });
8626
8605
  var updateListTabFocus = (op) => ({
@@ -8679,7 +8658,7 @@ var setLayout = defineOperation({
8679
8658
  apply: (state, op) => mapListTab(state, op.viewId, op.tabId, (tab) => {
8680
8659
  if (op.value === "table") return { ...withoutKanbanKeys(tab), layout: "table" };
8681
8660
  if (tab.groupByAttribute === void 0) {
8682
- throw new chunkV26R64A4_js.ValidationError(
8661
+ throw new chunk3YCZ5H3H_js.ValidationError(
8683
8662
  `List tab "${op.tabId}" cannot switch to kanban without a group attribute \u2014 use set_group_by, which switches the layout itself`,
8684
8663
  []
8685
8664
  );
@@ -8783,7 +8762,7 @@ var LIST_VIEW_OPERATIONS = [
8783
8762
  ];
8784
8763
  function requireObject(state, objectId) {
8785
8764
  if (!state.objects.some((o) => o.id === objectId)) {
8786
- throw new chunkV26R64A4_js.ValidationError(`Object "${objectId}" is not in the draftable state`, []);
8765
+ throw new chunk3YCZ5H3H_js.ValidationError(`Object "${objectId}" is not in the draftable state`, []);
8787
8766
  }
8788
8767
  }
8789
8768
  function objectFocus(op) {
@@ -8815,10 +8794,10 @@ var addObject = defineOperation({
8815
8794
  schema: addObjectSchema,
8816
8795
  apply: (state, op) => {
8817
8796
  if (state.objects.some((o) => o.name === op.name)) {
8818
- throw new chunkV26R64A4_js.ValidationError(`Object "${op.name}" already exists`, []);
8797
+ throw new chunk3YCZ5H3H_js.ValidationError(`Object "${op.name}" already exists`, []);
8819
8798
  }
8820
8799
  if (state.objects.some((o) => o.id === op.objectId)) {
8821
- throw new chunkV26R64A4_js.ValidationError(`Object id "${op.objectId}" is already taken`, []);
8800
+ throw new chunk3YCZ5H3H_js.ValidationError(`Object id "${op.objectId}" is already taken`, []);
8822
8801
  }
8823
8802
  const created = {
8824
8803
  id: op.objectId,
@@ -8893,9 +8872,9 @@ var addAttributeSchema = z2.z.object({
8893
8872
  config: z2.z.record(z2.z.string(), z2.z.unknown()).optional()
8894
8873
  }).superRefine((op, ctx) => {
8895
8874
  try {
8896
- chunkBOICAZHR_js.parseAttributeConfigForCreate(op.attributeType, op.config ?? {});
8875
+ chunk5JMQNH2A_js.parseAttributeConfigForCreate(op.attributeType, op.config ?? {});
8897
8876
  } catch (error) {
8898
- if (error instanceof chunkV26R64A4_js.ValidationError) {
8877
+ if (error instanceof chunk3YCZ5H3H_js.ValidationError) {
8899
8878
  for (const detail of error.errors) {
8900
8879
  ctx.addIssue({
8901
8880
  code: "custom",
@@ -8914,7 +8893,7 @@ var addAttribute = defineOperation({
8914
8893
  apply: (state, op) => {
8915
8894
  requireObject(state, op.objectId);
8916
8895
  if (state.attributes.some((a) => a.objectId === op.objectId && a.name === op.name)) {
8917
- throw new chunkV26R64A4_js.ValidationError(
8896
+ throw new chunk3YCZ5H3H_js.ValidationError(
8918
8897
  `Attribute "${op.name}" already exists on object "${op.objectId}"`,
8919
8898
  []
8920
8899
  );
@@ -8950,7 +8929,7 @@ var updateAttribute = defineOperation({
8950
8929
  schema: updateAttributeSchema,
8951
8930
  apply: (state, op) => {
8952
8931
  if (!state.attributes.some((a) => a.id === op.attributeId)) {
8953
- throw new chunkV26R64A4_js.ValidationError(`Attribute "${op.attributeId}" is not in the draftable state`, []);
8932
+ throw new chunk3YCZ5H3H_js.ValidationError(`Attribute "${op.attributeId}" is not in the draftable state`, []);
8954
8933
  }
8955
8934
  return {
8956
8935
  ...state,
@@ -8977,13 +8956,13 @@ var removeAttribute = defineOperation({
8977
8956
  apply: (state, op) => {
8978
8957
  const removed = state.attributes.find((a) => a.id === op.attributeId);
8979
8958
  if (!removed) {
8980
- throw new chunkV26R64A4_js.ValidationError(`Attribute "${op.attributeId}" is not in the draftable state`, []);
8959
+ throw new chunk3YCZ5H3H_js.ValidationError(`Attribute "${op.attributeId}" is not in the draftable state`, []);
8981
8960
  }
8982
8961
  const user2 = state.sampleRecords.find(
8983
8962
  (r) => r.objectId === removed.objectId && removed.name in r.values
8984
8963
  );
8985
8964
  if (user2) {
8986
- throw new chunkV26R64A4_js.ValidationError(
8965
+ throw new chunk3YCZ5H3H_js.ValidationError(
8987
8966
  `Attribute "${removed.name}" is still used by sample record "${user2.id}"`,
8988
8967
  []
8989
8968
  );
@@ -9004,15 +8983,15 @@ function assertSampleValue(recordId, key, attribute, value) {
9004
8983
  ...attribute.config
9005
8984
  };
9006
8985
  try {
9007
- chunkI3EYILYO_js.createAttributeValidator(reconstructed);
8986
+ chunkRDYTVHNN_js.createAttributeValidator(reconstructed);
9008
8987
  } catch {
9009
8988
  return;
9010
8989
  }
9011
- const result = chunkI3EYILYO_js.validateAttribute(reconstructed, value);
8990
+ const result = chunkRDYTVHNN_js.validateAttribute(reconstructed, value);
9012
8991
  if (result.success) return;
9013
8992
  const errors = result.errors ?? [];
9014
8993
  const detail = errors.map((error) => error.message).join(", ");
9015
- throw new chunkV26R64A4_js.ValidationError(
8994
+ throw new chunk3YCZ5H3H_js.ValidationError(
9016
8995
  `Sample record "${recordId}" has an invalid value for "${key}": ${detail}`,
9017
8996
  errors.map((error) => ({ path: error.path, message: error.message }))
9018
8997
  );
@@ -9021,7 +9000,7 @@ function assertRequiredCovered(recordId, attribute, values) {
9021
9000
  if (attribute.config?.required !== true) return;
9022
9001
  if (attribute.config?.defaultValue !== void 0) return;
9023
9002
  if (attribute.name in values && values[attribute.name] !== void 0) return;
9024
- throw new chunkV26R64A4_js.ValidationError(
9003
+ throw new chunk3YCZ5H3H_js.ValidationError(
9025
9004
  `Sample record "${recordId}" is missing a value for required attribute "${attribute.name}"`,
9026
9005
  []
9027
9006
  );
@@ -9039,7 +9018,7 @@ var addSampleRecord = defineOperation({
9039
9018
  apply: (state, op) => {
9040
9019
  requireObject(state, op.objectId);
9041
9020
  if (state.sampleRecords.some((r) => r.id === op.recordId)) {
9042
- throw new chunkV26R64A4_js.ValidationError(`Sample record "${op.recordId}" already exists`, []);
9021
+ throw new chunk3YCZ5H3H_js.ValidationError(`Sample record "${op.recordId}" already exists`, []);
9043
9022
  }
9044
9023
  const known = new Map(
9045
9024
  state.attributes.filter((a) => a.objectId === op.objectId).map((a) => [a.name, a])
@@ -9047,7 +9026,7 @@ var addSampleRecord = defineOperation({
9047
9026
  for (const [key, value] of Object.entries(op.values)) {
9048
9027
  const attribute = known.get(key);
9049
9028
  if (!attribute) {
9050
- throw new chunkV26R64A4_js.ValidationError(
9029
+ throw new chunk3YCZ5H3H_js.ValidationError(
9051
9030
  `Sample record "${op.recordId}" uses unknown attribute "${key}"`,
9052
9031
  []
9053
9032
  );
@@ -9081,7 +9060,7 @@ var removeSampleRecord = defineOperation({
9081
9060
  schema: removeSampleRecordSchema,
9082
9061
  apply: (state, op) => {
9083
9062
  if (!state.sampleRecords.some((r) => r.id === op.recordId && r.objectId === op.objectId)) {
9084
- throw new chunkV26R64A4_js.ValidationError(
9063
+ throw new chunk3YCZ5H3H_js.ValidationError(
9085
9064
  `Sample record "${op.recordId}" is not in object "${op.objectId}"`,
9086
9065
  []
9087
9066
  );
@@ -9112,7 +9091,7 @@ function build() {
9112
9091
  ...LIST_VIEW_OPERATIONS
9113
9092
  ]) {
9114
9093
  if (map.has(definition.type)) {
9115
- throw new chunkV26R64A4_js.DuplicateError("architect operation", definition.type);
9094
+ throw new chunk3YCZ5H3H_js.DuplicateError("architect operation", definition.type);
9116
9095
  }
9117
9096
  map.set(definition.type, definition);
9118
9097
  }
@@ -9125,7 +9104,7 @@ var ALL_OPERATION_TYPES = [...OPERATION_REGISTRY.keys()];
9125
9104
  function defOf(operation) {
9126
9105
  const definition = OPERATION_REGISTRY.get(operation.type);
9127
9106
  if (!definition) {
9128
- throw new chunkV26R64A4_js.ValidationError(
9107
+ throw new chunk3YCZ5H3H_js.ValidationError(
9129
9108
  `Operation "${operation.id}" has unknown type "${operation.type}"`,
9130
9109
  []
9131
9110
  );
@@ -9146,19 +9125,19 @@ function describeOperations(operations, ctx) {
9146
9125
  }
9147
9126
  function parseOperation(candidate) {
9148
9127
  if (typeof candidate !== "object" || candidate === null || !("type" in candidate)) {
9149
- throw new chunkV26R64A4_js.ValidationError("An operation must be an object carrying a type", []);
9128
+ throw new chunk3YCZ5H3H_js.ValidationError("An operation must be an object carrying a type", []);
9150
9129
  }
9151
9130
  const type = candidate.type;
9152
9131
  if (typeof type !== "string") {
9153
- throw new chunkV26R64A4_js.ValidationError("An operation's type must be a string", []);
9132
+ throw new chunk3YCZ5H3H_js.ValidationError("An operation's type must be a string", []);
9154
9133
  }
9155
9134
  const definition = OPERATION_REGISTRY.get(type);
9156
9135
  if (!definition) {
9157
- throw new chunkV26R64A4_js.ValidationError(`Unknown operation type "${type}"`, []);
9136
+ throw new chunk3YCZ5H3H_js.ValidationError(`Unknown operation type "${type}"`, []);
9158
9137
  }
9159
9138
  const parsed = definition.schema.safeParse(candidate);
9160
9139
  if (!parsed.success) {
9161
- throw new chunkV26R64A4_js.ValidationError(
9140
+ throw new chunk3YCZ5H3H_js.ValidationError(
9162
9141
  `Operation "${type}" is invalid: ${parsed.error.issues.map((i) => `${i.path.join(".")} ${i.message}`).join("; ")}`,
9163
9142
  []
9164
9143
  );
@@ -9171,16 +9150,16 @@ function toJsonSchema(schema) {
9171
9150
  function describeOperationInput(type) {
9172
9151
  const definition = OPERATION_REGISTRY.get(type);
9173
9152
  if (!definition) {
9174
- throw new chunkV26R64A4_js.ValidationError(`Unknown operation type "${type}"`, []);
9153
+ throw new chunk3YCZ5H3H_js.ValidationError(`Unknown operation type "${type}"`, []);
9175
9154
  }
9176
9155
  return toJsonSchema(definition.schema);
9177
9156
  }
9178
9157
  function describeAttributeConfig(type) {
9179
9158
  const draftable = DRAFTABLE_ATTRIBUTE_TYPES.find((candidate) => candidate === type);
9180
9159
  if (!draftable) {
9181
- throw new chunkV26R64A4_js.ValidationError(`Unknown attribute type "${type}"`, []);
9160
+ throw new chunk3YCZ5H3H_js.ValidationError(`Unknown attribute type "${type}"`, []);
9182
9161
  }
9183
- return toJsonSchema(chunkBOICAZHR_js.getAttributeConfigWriteSchema(draftable));
9162
+ return toJsonSchema(chunk5JMQNH2A_js.getAttributeConfigWriteSchema(draftable));
9184
9163
  }
9185
9164
  function listDescribableNames() {
9186
9165
  return { operations: [...ALL_OPERATION_TYPES], attributeTypes: [...DRAFTABLE_ATTRIBUTE_TYPES] };
@@ -9334,371 +9313,371 @@ function fromDraftableView(original, drafted) {
9334
9313
 
9335
9314
  Object.defineProperty(exports, "asTenantId", {
9336
9315
  enumerable: true,
9337
- get: function () { return chunkK6ET4CXP_js.asTenantId; }
9316
+ get: function () { return chunkZHB4VBCX_js.asTenantId; }
9338
9317
  });
9339
9318
  Object.defineProperty(exports, "asUserId", {
9340
9319
  enumerable: true,
9341
- get: function () { return chunkK6ET4CXP_js.asUserId; }
9320
+ get: function () { return chunkZHB4VBCX_js.asUserId; }
9342
9321
  });
9343
9322
  Object.defineProperty(exports, "canonicalStringify", {
9344
9323
  enumerable: true,
9345
- get: function () { return chunkK6ET4CXP_js.canonicalStringify; }
9324
+ get: function () { return chunkZHB4VBCX_js.canonicalStringify; }
9346
9325
  });
9347
9326
  Object.defineProperty(exports, "deepEqual", {
9348
9327
  enumerable: true,
9349
- get: function () { return chunkK6ET4CXP_js.deepEqual; }
9328
+ get: function () { return chunkZHB4VBCX_js.deepEqual; }
9350
9329
  });
9351
9330
  Object.defineProperty(exports, "generateId", {
9352
9331
  enumerable: true,
9353
- get: function () { return chunkK6ET4CXP_js.generateId; }
9332
+ get: function () { return chunkZHB4VBCX_js.generateId; }
9354
9333
  });
9355
9334
  Object.defineProperty(exports, "indexBy", {
9356
9335
  enumerable: true,
9357
- get: function () { return chunkK6ET4CXP_js.indexBy; }
9336
+ get: function () { return chunkZHB4VBCX_js.indexBy; }
9358
9337
  });
9359
9338
  Object.defineProperty(exports, "ATTRIBUTE_FILTER_OPERATORS", {
9360
9339
  enumerable: true,
9361
- get: function () { return chunkYZ5RCMIQ_js.ATTRIBUTE_FILTER_OPERATORS; }
9340
+ get: function () { return chunkK7XGY34S_js.ATTRIBUTE_FILTER_OPERATORS; }
9362
9341
  });
9363
9342
  Object.defineProperty(exports, "LIST_TAB_KANBAN_KEYS", {
9364
9343
  enumerable: true,
9365
- get: function () { return chunkYZ5RCMIQ_js.LIST_TAB_KANBAN_KEYS; }
9344
+ get: function () { return chunkK7XGY34S_js.LIST_TAB_KANBAN_KEYS; }
9366
9345
  });
9367
9346
  Object.defineProperty(exports, "LIST_TAB_TABLE_KEYS", {
9368
9347
  enumerable: true,
9369
- get: function () { return chunkYZ5RCMIQ_js.LIST_TAB_TABLE_KEYS; }
9348
+ get: function () { return chunkK7XGY34S_js.LIST_TAB_TABLE_KEYS; }
9370
9349
  });
9371
9350
  Object.defineProperty(exports, "LIST_VIEW_TAB_VISIBILITIES", {
9372
9351
  enumerable: true,
9373
- get: function () { return chunkYZ5RCMIQ_js.LIST_VIEW_TAB_VISIBILITIES; }
9352
+ get: function () { return chunkK7XGY34S_js.LIST_VIEW_TAB_VISIBILITIES; }
9374
9353
  });
9375
9354
  Object.defineProperty(exports, "NO_VALUE_OPERATORS", {
9376
9355
  enumerable: true,
9377
- get: function () { return chunkYZ5RCMIQ_js.NO_VALUE_OPERATORS; }
9356
+ get: function () { return chunkK7XGY34S_js.NO_VALUE_OPERATORS; }
9378
9357
  });
9379
9358
  Object.defineProperty(exports, "OPERATORS_BY_TYPE", {
9380
9359
  enumerable: true,
9381
- get: function () { return chunkYZ5RCMIQ_js.OPERATORS_BY_TYPE; }
9360
+ get: function () { return chunkK7XGY34S_js.OPERATORS_BY_TYPE; }
9382
9361
  });
9383
9362
  Object.defineProperty(exports, "REMOVED_OPERATOR_REPLACEMENTS", {
9384
9363
  enumerable: true,
9385
- get: function () { return chunkYZ5RCMIQ_js.REMOVED_OPERATOR_REPLACEMENTS; }
9364
+ get: function () { return chunkK7XGY34S_js.REMOVED_OPERATOR_REPLACEMENTS; }
9386
9365
  });
9387
9366
  Object.defineProperty(exports, "RESERVED_ATTRIBUTE_NAMES", {
9388
9367
  enumerable: true,
9389
- get: function () { return chunkYZ5RCMIQ_js.RESERVED_ATTRIBUTE_NAMES; }
9368
+ get: function () { return chunkK7XGY34S_js.RESERVED_ATTRIBUTE_NAMES; }
9390
9369
  });
9391
9370
  Object.defineProperty(exports, "RESERVED_OBJECT_NAMES", {
9392
9371
  enumerable: true,
9393
- get: function () { return chunkYZ5RCMIQ_js.RESERVED_OBJECT_NAMES; }
9372
+ get: function () { return chunkK7XGY34S_js.RESERVED_OBJECT_NAMES; }
9394
9373
  });
9395
9374
  Object.defineProperty(exports, "RESOURCE_VISIBILITIES", {
9396
9375
  enumerable: true,
9397
- get: function () { return chunkYZ5RCMIQ_js.RESOURCE_VISIBILITIES; }
9376
+ get: function () { return chunkK7XGY34S_js.RESOURCE_VISIBILITIES; }
9398
9377
  });
9399
9378
  Object.defineProperty(exports, "SYNONYM_ALIASES", {
9400
9379
  enumerable: true,
9401
- get: function () { return chunkYZ5RCMIQ_js.SYNONYM_ALIASES; }
9380
+ get: function () { return chunkK7XGY34S_js.SYNONYM_ALIASES; }
9402
9381
  });
9403
9382
  Object.defineProperty(exports, "SYSTEM_ATTRIBUTES", {
9404
9383
  enumerable: true,
9405
- get: function () { return chunkYZ5RCMIQ_js.SYSTEM_ATTRIBUTES; }
9384
+ get: function () { return chunkK7XGY34S_js.SYSTEM_ATTRIBUTES; }
9406
9385
  });
9407
9386
  Object.defineProperty(exports, "SYSTEM_ATTRIBUTE_I18N_KEYS", {
9408
9387
  enumerable: true,
9409
- get: function () { return chunkYZ5RCMIQ_js.SYSTEM_ATTRIBUTE_I18N_KEYS; }
9388
+ get: function () { return chunkK7XGY34S_js.SYSTEM_ATTRIBUTE_I18N_KEYS; }
9410
9389
  });
9411
9390
  Object.defineProperty(exports, "SYSTEM_FIELD_NAMES", {
9412
9391
  enumerable: true,
9413
- get: function () { return chunkYZ5RCMIQ_js.SYSTEM_FIELD_NAMES; }
9392
+ get: function () { return chunkK7XGY34S_js.SYSTEM_FIELD_NAMES; }
9414
9393
  });
9415
9394
  Object.defineProperty(exports, "SYSTEM_FILTER_ATTRIBUTE_TYPES", {
9416
9395
  enumerable: true,
9417
- get: function () { return chunkYZ5RCMIQ_js.SYSTEM_FILTER_ATTRIBUTE_TYPES; }
9396
+ get: function () { return chunkK7XGY34S_js.SYSTEM_FILTER_ATTRIBUTE_TYPES; }
9418
9397
  });
9419
9398
  Object.defineProperty(exports, "canonicalizeFilterValue", {
9420
9399
  enumerable: true,
9421
- get: function () { return chunkYZ5RCMIQ_js.canonicalizeFilterValue; }
9400
+ get: function () { return chunkK7XGY34S_js.canonicalizeFilterValue; }
9422
9401
  });
9423
9402
  Object.defineProperty(exports, "collectQualifiedRuleIssues", {
9424
9403
  enumerable: true,
9425
- get: function () { return chunkYZ5RCMIQ_js.collectQualifiedRuleIssues; }
9404
+ get: function () { return chunkK7XGY34S_js.collectQualifiedRuleIssues; }
9426
9405
  });
9427
9406
  Object.defineProperty(exports, "columnsSchema", {
9428
9407
  enumerable: true,
9429
- get: function () { return chunkYZ5RCMIQ_js.columnsSchema; }
9408
+ get: function () { return chunkK7XGY34S_js.columnsSchema; }
9430
9409
  });
9431
9410
  Object.defineProperty(exports, "currentActor", {
9432
9411
  enumerable: true,
9433
- get: function () { return chunkYZ5RCMIQ_js.currentActor; }
9412
+ get: function () { return chunkK7XGY34S_js.currentActor; }
9434
9413
  });
9435
9414
  Object.defineProperty(exports, "detailTabDraftSchema", {
9436
9415
  enumerable: true,
9437
- get: function () { return chunkYZ5RCMIQ_js.detailTabDraftSchema; }
9416
+ get: function () { return chunkK7XGY34S_js.detailTabDraftSchema; }
9438
9417
  });
9439
9418
  Object.defineProperty(exports, "detailTabSchema", {
9440
9419
  enumerable: true,
9441
- get: function () { return chunkYZ5RCMIQ_js.detailTabSchema; }
9420
+ get: function () { return chunkK7XGY34S_js.detailTabSchema; }
9442
9421
  });
9443
9422
  Object.defineProperty(exports, "detailViewConfigSchema", {
9444
9423
  enumerable: true,
9445
- get: function () { return chunkYZ5RCMIQ_js.detailViewConfigSchema; }
9424
+ get: function () { return chunkK7XGY34S_js.detailViewConfigSchema; }
9446
9425
  });
9447
9426
  Object.defineProperty(exports, "extractCurrencyFilterValue", {
9448
9427
  enumerable: true,
9449
- get: function () { return chunkYZ5RCMIQ_js.extractCurrencyFilterValue; }
9428
+ get: function () { return chunkK7XGY34S_js.extractCurrencyFilterValue; }
9450
9429
  });
9451
9430
  Object.defineProperty(exports, "extractFilterValue", {
9452
9431
  enumerable: true,
9453
- get: function () { return chunkYZ5RCMIQ_js.extractFilterValue; }
9432
+ get: function () { return chunkK7XGY34S_js.extractFilterValue; }
9454
9433
  });
9455
9434
  Object.defineProperty(exports, "fieldSchema", {
9456
9435
  enumerable: true,
9457
- get: function () { return chunkYZ5RCMIQ_js.fieldSchema; }
9436
+ get: function () { return chunkK7XGY34S_js.fieldSchema; }
9458
9437
  });
9459
9438
  Object.defineProperty(exports, "fieldShape", {
9460
9439
  enumerable: true,
9461
- get: function () { return chunkYZ5RCMIQ_js.fieldShape; }
9440
+ get: function () { return chunkK7XGY34S_js.fieldShape; }
9462
9441
  });
9463
9442
  Object.defineProperty(exports, "fieldSlotSchema", {
9464
9443
  enumerable: true,
9465
- get: function () { return chunkYZ5RCMIQ_js.fieldSlotSchema; }
9444
+ get: function () { return chunkK7XGY34S_js.fieldSlotSchema; }
9466
9445
  });
9467
9446
  Object.defineProperty(exports, "filterGroupSchema", {
9468
9447
  enumerable: true,
9469
- get: function () { return chunkYZ5RCMIQ_js.filterGroupSchema; }
9448
+ get: function () { return chunkK7XGY34S_js.filterGroupSchema; }
9470
9449
  });
9471
9450
  Object.defineProperty(exports, "filterStateSchema", {
9472
9451
  enumerable: true,
9473
- get: function () { return chunkYZ5RCMIQ_js.filterStateSchema; }
9452
+ get: function () { return chunkK7XGY34S_js.filterStateSchema; }
9474
9453
  });
9475
9454
  Object.defineProperty(exports, "getAttributeCapabilities", {
9476
9455
  enumerable: true,
9477
- get: function () { return chunkYZ5RCMIQ_js.getAttributeCapabilities; }
9456
+ get: function () { return chunkK7XGY34S_js.getAttributeCapabilities; }
9478
9457
  });
9479
9458
  Object.defineProperty(exports, "getAttributeFilterOperators", {
9480
9459
  enumerable: true,
9481
- get: function () { return chunkYZ5RCMIQ_js.getAttributeFilterOperators; }
9460
+ get: function () { return chunkK7XGY34S_js.getAttributeFilterOperators; }
9482
9461
  });
9483
9462
  Object.defineProperty(exports, "getOperatorPolarity", {
9484
9463
  enumerable: true,
9485
- get: function () { return chunkYZ5RCMIQ_js.getOperatorPolarity; }
9464
+ get: function () { return chunkK7XGY34S_js.getOperatorPolarity; }
9486
9465
  });
9487
9466
  Object.defineProperty(exports, "getRollupFilterOperators", {
9488
9467
  enumerable: true,
9489
- get: function () { return chunkYZ5RCMIQ_js.getRollupFilterOperators; }
9468
+ get: function () { return chunkK7XGY34S_js.getRollupFilterOperators; }
9490
9469
  });
9491
9470
  Object.defineProperty(exports, "getSystemAttributeI18nKey", {
9492
9471
  enumerable: true,
9493
- get: function () { return chunkYZ5RCMIQ_js.getSystemAttributeI18nKey; }
9472
+ get: function () { return chunkK7XGY34S_js.getSystemAttributeI18nKey; }
9494
9473
  });
9495
9474
  Object.defineProperty(exports, "getSystemAttributeList", {
9496
9475
  enumerable: true,
9497
- get: function () { return chunkYZ5RCMIQ_js.getSystemAttributeList; }
9476
+ get: function () { return chunkK7XGY34S_js.getSystemAttributeList; }
9498
9477
  });
9499
9478
  Object.defineProperty(exports, "groupWriteSchema", {
9500
9479
  enumerable: true,
9501
- get: function () { return chunkYZ5RCMIQ_js.groupWriteSchema; }
9480
+ get: function () { return chunkK7XGY34S_js.groupWriteSchema; }
9502
9481
  });
9503
9482
  Object.defineProperty(exports, "inverseSourceSchema", {
9504
9483
  enumerable: true,
9505
- get: function () { return chunkYZ5RCMIQ_js.inverseSourceSchema; }
9484
+ get: function () { return chunkK7XGY34S_js.inverseSourceSchema; }
9506
9485
  });
9507
9486
  Object.defineProperty(exports, "isAttributeFilterable", {
9508
9487
  enumerable: true,
9509
- get: function () { return chunkYZ5RCMIQ_js.isAttributeFilterable; }
9488
+ get: function () { return chunkK7XGY34S_js.isAttributeFilterable; }
9510
9489
  });
9511
9490
  Object.defineProperty(exports, "isAttributeGroupable", {
9512
9491
  enumerable: true,
9513
- get: function () { return chunkYZ5RCMIQ_js.isAttributeGroupable; }
9492
+ get: function () { return chunkK7XGY34S_js.isAttributeGroupable; }
9514
9493
  });
9515
9494
  Object.defineProperty(exports, "isAttributeKanbanGroupable", {
9516
9495
  enumerable: true,
9517
- get: function () { return chunkYZ5RCMIQ_js.isAttributeKanbanGroupable; }
9496
+ get: function () { return chunkK7XGY34S_js.isAttributeKanbanGroupable; }
9518
9497
  });
9519
9498
  Object.defineProperty(exports, "isAttributeSearchable", {
9520
9499
  enumerable: true,
9521
- get: function () { return chunkYZ5RCMIQ_js.isAttributeSearchable; }
9500
+ get: function () { return chunkK7XGY34S_js.isAttributeSearchable; }
9522
9501
  });
9523
9502
  Object.defineProperty(exports, "isDynamicValue", {
9524
9503
  enumerable: true,
9525
- get: function () { return chunkYZ5RCMIQ_js.isDynamicValue; }
9504
+ get: function () { return chunkK7XGY34S_js.isDynamicValue; }
9526
9505
  });
9527
9506
  Object.defineProperty(exports, "isManagedSystemAttribute", {
9528
9507
  enumerable: true,
9529
- get: function () { return chunkYZ5RCMIQ_js.isManagedSystemAttribute; }
9508
+ get: function () { return chunkK7XGY34S_js.isManagedSystemAttribute; }
9530
9509
  });
9531
9510
  Object.defineProperty(exports, "isNoValueOperator", {
9532
9511
  enumerable: true,
9533
- get: function () { return chunkYZ5RCMIQ_js.isNoValueOperator; }
9512
+ get: function () { return chunkK7XGY34S_js.isNoValueOperator; }
9534
9513
  });
9535
9514
  Object.defineProperty(exports, "isRelativeDateValue", {
9536
9515
  enumerable: true,
9537
- get: function () { return chunkYZ5RCMIQ_js.isRelativeDateValue; }
9516
+ get: function () { return chunkK7XGY34S_js.isRelativeDateValue; }
9538
9517
  });
9539
9518
  Object.defineProperty(exports, "isSetMembershipOperator", {
9540
9519
  enumerable: true,
9541
- get: function () { return chunkYZ5RCMIQ_js.isSetMembershipOperator; }
9520
+ get: function () { return chunkK7XGY34S_js.isSetMembershipOperator; }
9542
9521
  });
9543
9522
  Object.defineProperty(exports, "listViewConfigSchema", {
9544
9523
  enumerable: true,
9545
- get: function () { return chunkYZ5RCMIQ_js.listViewConfigSchema; }
9524
+ get: function () { return chunkK7XGY34S_js.listViewConfigSchema; }
9546
9525
  });
9547
9526
  Object.defineProperty(exports, "listViewTabSchema", {
9548
9527
  enumerable: true,
9549
- get: function () { return chunkYZ5RCMIQ_js.listViewTabSchema; }
9528
+ get: function () { return chunkK7XGY34S_js.listViewTabSchema; }
9550
9529
  });
9551
9530
  Object.defineProperty(exports, "normalizeFilterRule", {
9552
9531
  enumerable: true,
9553
- get: function () { return chunkYZ5RCMIQ_js.normalizeFilterRule; }
9532
+ get: function () { return chunkK7XGY34S_js.normalizeFilterRule; }
9554
9533
  });
9555
9534
  Object.defineProperty(exports, "normalizeForEdgeRpc", {
9556
9535
  enumerable: true,
9557
- get: function () { return chunkYZ5RCMIQ_js.normalizeForEdgeRpc; }
9536
+ get: function () { return chunkK7XGY34S_js.normalizeForEdgeRpc; }
9558
9537
  });
9559
9538
  Object.defineProperty(exports, "normalizeOperator", {
9560
9539
  enumerable: true,
9561
- get: function () { return chunkYZ5RCMIQ_js.normalizeOperator; }
9540
+ get: function () { return chunkK7XGY34S_js.normalizeOperator; }
9562
9541
  });
9563
9542
  Object.defineProperty(exports, "now", {
9564
9543
  enumerable: true,
9565
- get: function () { return chunkYZ5RCMIQ_js.now; }
9544
+ get: function () { return chunkK7XGY34S_js.now; }
9566
9545
  });
9567
9546
  Object.defineProperty(exports, "parseResourceVisibility", {
9568
9547
  enumerable: true,
9569
- get: function () { return chunkYZ5RCMIQ_js.parseResourceVisibility; }
9548
+ get: function () { return chunkK7XGY34S_js.parseResourceVisibility; }
9570
9549
  });
9571
9550
  Object.defineProperty(exports, "parseViewConfig", {
9572
9551
  enumerable: true,
9573
- get: function () { return chunkYZ5RCMIQ_js.parseViewConfig; }
9552
+ get: function () { return chunkK7XGY34S_js.parseViewConfig; }
9574
9553
  });
9575
9554
  Object.defineProperty(exports, "relationSourceSchema", {
9576
9555
  enumerable: true,
9577
- get: function () { return chunkYZ5RCMIQ_js.relationSourceSchema; }
9556
+ get: function () { return chunkK7XGY34S_js.relationSourceSchema; }
9578
9557
  });
9579
9558
  Object.defineProperty(exports, "resolveEffectiveFilterType", {
9580
9559
  enumerable: true,
9581
- get: function () { return chunkYZ5RCMIQ_js.resolveEffectiveFilterType; }
9560
+ get: function () { return chunkK7XGY34S_js.resolveEffectiveFilterType; }
9582
9561
  });
9583
9562
  Object.defineProperty(exports, "resolveIsWithinBounds", {
9584
9563
  enumerable: true,
9585
- get: function () { return chunkYZ5RCMIQ_js.resolveIsWithinBounds; }
9564
+ get: function () { return chunkK7XGY34S_js.resolveIsWithinBounds; }
9586
9565
  });
9587
9566
  Object.defineProperty(exports, "resolveUtcDayBounds", {
9588
9567
  enumerable: true,
9589
- get: function () { return chunkYZ5RCMIQ_js.resolveUtcDayBounds; }
9568
+ get: function () { return chunkK7XGY34S_js.resolveUtcDayBounds; }
9590
9569
  });
9591
9570
  Object.defineProperty(exports, "sortsSchema", {
9592
9571
  enumerable: true,
9593
- get: function () { return chunkYZ5RCMIQ_js.sortsSchema; }
9572
+ get: function () { return chunkK7XGY34S_js.sortsSchema; }
9594
9573
  });
9595
9574
  Object.defineProperty(exports, "tableSourceSchema", {
9596
9575
  enumerable: true,
9597
- get: function () { return chunkYZ5RCMIQ_js.tableSourceSchema; }
9576
+ get: function () { return chunkK7XGY34S_js.tableSourceSchema; }
9598
9577
  });
9599
9578
  Object.defineProperty(exports, "toMultiValueOperator", {
9600
9579
  enumerable: true,
9601
- get: function () { return chunkYZ5RCMIQ_js.toMultiValueOperator; }
9580
+ get: function () { return chunkK7XGY34S_js.toMultiValueOperator; }
9602
9581
  });
9603
9582
  Object.defineProperty(exports, "toUtcDayString", {
9604
9583
  enumerable: true,
9605
- get: function () { return chunkYZ5RCMIQ_js.toUtcDayString; }
9584
+ get: function () { return chunkK7XGY34S_js.toUtcDayString; }
9606
9585
  });
9607
9586
  Object.defineProperty(exports, "today", {
9608
9587
  enumerable: true,
9609
- get: function () { return chunkYZ5RCMIQ_js.today; }
9588
+ get: function () { return chunkK7XGY34S_js.today; }
9610
9589
  });
9611
9590
  Object.defineProperty(exports, "validateQualifiedRule", {
9612
9591
  enumerable: true,
9613
- get: function () { return chunkYZ5RCMIQ_js.validateQualifiedRule; }
9592
+ get: function () { return chunkK7XGY34S_js.validateQualifiedRule; }
9614
9593
  });
9615
9594
  Object.defineProperty(exports, "viewConfigByTypeSchema", {
9616
9595
  enumerable: true,
9617
- get: function () { return chunkYZ5RCMIQ_js.viewConfigByTypeSchema; }
9596
+ get: function () { return chunkK7XGY34S_js.viewConfigByTypeSchema; }
9618
9597
  });
9619
9598
  Object.defineProperty(exports, "viewTypeSchema", {
9620
9599
  enumerable: true,
9621
- get: function () { return chunkYZ5RCMIQ_js.viewTypeSchema; }
9600
+ get: function () { return chunkK7XGY34S_js.viewTypeSchema; }
9622
9601
  });
9623
9602
  Object.defineProperty(exports, "createFormAttributeValidator", {
9624
9603
  enumerable: true,
9625
- get: function () { return chunkI3EYILYO_js.createFormAttributeValidator; }
9604
+ get: function () { return chunkRDYTVHNN_js.createFormAttributeValidator; }
9626
9605
  });
9627
9606
  Object.defineProperty(exports, "isNullishOrEmptyString", {
9628
9607
  enumerable: true,
9629
- get: function () { return chunkI3EYILYO_js.isNullishOrEmptyString; }
9608
+ get: function () { return chunkRDYTVHNN_js.isNullishOrEmptyString; }
9630
9609
  });
9631
9610
  Object.defineProperty(exports, "isValuePresent", {
9632
9611
  enumerable: true,
9633
- get: function () { return chunkI3EYILYO_js.isValuePresent; }
9612
+ get: function () { return chunkRDYTVHNN_js.isValuePresent; }
9634
9613
  });
9635
9614
  Object.defineProperty(exports, "rejectUnknownAttributesOrThrow", {
9636
9615
  enumerable: true,
9637
- get: function () { return chunkI3EYILYO_js.rejectUnknownAttributesOrThrow; }
9616
+ get: function () { return chunkRDYTVHNN_js.rejectUnknownAttributesOrThrow; }
9638
9617
  });
9639
9618
  Object.defineProperty(exports, "validateDraft", {
9640
9619
  enumerable: true,
9641
- get: function () { return chunkI3EYILYO_js.validateDraft; }
9620
+ get: function () { return chunkRDYTVHNN_js.validateDraft; }
9642
9621
  });
9643
9622
  Object.defineProperty(exports, "validateDraftOrThrow", {
9644
9623
  enumerable: true,
9645
- get: function () { return chunkI3EYILYO_js.validateDraftOrThrow; }
9624
+ get: function () { return chunkRDYTVHNN_js.validateDraftOrThrow; }
9646
9625
  });
9647
9626
  Object.defineProperty(exports, "validateObject", {
9648
9627
  enumerable: true,
9649
- get: function () { return chunkI3EYILYO_js.validateObject; }
9628
+ get: function () { return chunkRDYTVHNN_js.validateObject; }
9650
9629
  });
9651
9630
  Object.defineProperty(exports, "validateObjectOrThrow", {
9652
9631
  enumerable: true,
9653
- get: function () { return chunkI3EYILYO_js.validateObjectOrThrow; }
9632
+ get: function () { return chunkRDYTVHNN_js.validateObjectOrThrow; }
9654
9633
  });
9655
9634
  Object.defineProperty(exports, "ComputedFormulaParseError", {
9656
9635
  enumerable: true,
9657
- get: function () { return chunkBOICAZHR_js.ComputedFormulaParseError; }
9636
+ get: function () { return chunk5JMQNH2A_js.ComputedFormulaParseError; }
9658
9637
  });
9659
9638
  Object.defineProperty(exports, "SCHEMA_LIMITS", {
9660
9639
  enumerable: true,
9661
- get: function () { return chunkBOICAZHR_js.SCHEMA_LIMITS; }
9640
+ get: function () { return chunk5JMQNH2A_js.SCHEMA_LIMITS; }
9662
9641
  });
9663
9642
  Object.defineProperty(exports, "colorIdSchema", {
9664
9643
  enumerable: true,
9665
- get: function () { return chunkBOICAZHR_js.colorIdSchema; }
9644
+ get: function () { return chunk5JMQNH2A_js.colorIdSchema; }
9666
9645
  });
9667
9646
  Object.defineProperty(exports, "iconNameSchema", {
9668
9647
  enumerable: true,
9669
- get: function () { return chunkBOICAZHR_js.iconNameSchema; }
9648
+ get: function () { return chunk5JMQNH2A_js.iconNameSchema; }
9670
9649
  });
9671
9650
  Object.defineProperty(exports, "multiselectOptionWriteSchema", {
9672
9651
  enumerable: true,
9673
- get: function () { return chunkBOICAZHR_js.multiselectOptionWriteSchema; }
9652
+ get: function () { return chunk5JMQNH2A_js.multiselectOptionWriteSchema; }
9674
9653
  });
9675
9654
  Object.defineProperty(exports, "parseAttributeConfig", {
9676
9655
  enumerable: true,
9677
- get: function () { return chunkBOICAZHR_js.parseAttributeConfig; }
9656
+ get: function () { return chunk5JMQNH2A_js.parseAttributeConfig; }
9678
9657
  });
9679
9658
  Object.defineProperty(exports, "parseAttributeConfigForCreate", {
9680
9659
  enumerable: true,
9681
- get: function () { return chunkBOICAZHR_js.parseAttributeConfigForCreate; }
9660
+ get: function () { return chunk5JMQNH2A_js.parseAttributeConfigForCreate; }
9682
9661
  });
9683
9662
  Object.defineProperty(exports, "parseAttributeConfigForUpdate", {
9684
9663
  enumerable: true,
9685
- get: function () { return chunkBOICAZHR_js.parseAttributeConfigForUpdate; }
9664
+ get: function () { return chunk5JMQNH2A_js.parseAttributeConfigForUpdate; }
9686
9665
  });
9687
9666
  Object.defineProperty(exports, "parseComputedFormula", {
9688
9667
  enumerable: true,
9689
- get: function () { return chunkBOICAZHR_js.parseComputedFormula; }
9668
+ get: function () { return chunk5JMQNH2A_js.parseComputedFormula; }
9690
9669
  });
9691
9670
  Object.defineProperty(exports, "selectOptionWriteSchema", {
9692
9671
  enumerable: true,
9693
- get: function () { return chunkBOICAZHR_js.selectOptionWriteSchema; }
9672
+ get: function () { return chunk5JMQNH2A_js.selectOptionWriteSchema; }
9694
9673
  });
9695
9674
  Object.defineProperty(exports, "statusGroupSchema", {
9696
9675
  enumerable: true,
9697
- get: function () { return chunkBOICAZHR_js.statusGroupSchema; }
9676
+ get: function () { return chunk5JMQNH2A_js.statusGroupSchema; }
9698
9677
  });
9699
9678
  Object.defineProperty(exports, "statusOptionWriteSchema", {
9700
9679
  enumerable: true,
9701
- get: function () { return chunkBOICAZHR_js.statusOptionWriteSchema; }
9680
+ get: function () { return chunk5JMQNH2A_js.statusOptionWriteSchema; }
9702
9681
  });
9703
9682
  Object.defineProperty(exports, "createCheckboxValidator", {
9704
9683
  enumerable: true,
@@ -9726,155 +9705,155 @@ Object.defineProperty(exports, "resolveTextPattern", {
9726
9705
  });
9727
9706
  Object.defineProperty(exports, "AccessDeniedError", {
9728
9707
  enumerable: true,
9729
- get: function () { return chunkV26R64A4_js.AccessDeniedError; }
9708
+ get: function () { return chunk3YCZ5H3H_js.AccessDeniedError; }
9730
9709
  });
9731
9710
  Object.defineProperty(exports, "AttributeInUseError", {
9732
9711
  enumerable: true,
9733
- get: function () { return chunkV26R64A4_js.AttributeInUseError; }
9712
+ get: function () { return chunk3YCZ5H3H_js.AttributeInUseError; }
9734
9713
  });
9735
9714
  Object.defineProperty(exports, "AttributeNotFoundError", {
9736
9715
  enumerable: true,
9737
- get: function () { return chunkV26R64A4_js.AttributeNotFoundError; }
9716
+ get: function () { return chunk3YCZ5H3H_js.AttributeNotFoundError; }
9738
9717
  });
9739
9718
  Object.defineProperty(exports, "ChangeTypeNotSupportedError", {
9740
9719
  enumerable: true,
9741
- get: function () { return chunkV26R64A4_js.ChangeTypeNotSupportedError; }
9720
+ get: function () { return chunk3YCZ5H3H_js.ChangeTypeNotSupportedError; }
9742
9721
  });
9743
9722
  Object.defineProperty(exports, "ConcurrentModificationError", {
9744
9723
  enumerable: true,
9745
- get: function () { return chunkV26R64A4_js.ConcurrentModificationError; }
9724
+ get: function () { return chunk3YCZ5H3H_js.ConcurrentModificationError; }
9746
9725
  });
9747
9726
  Object.defineProperty(exports, "DestructiveSyncNotAllowedError", {
9748
9727
  enumerable: true,
9749
- get: function () { return chunkV26R64A4_js.DestructiveSyncNotAllowedError; }
9728
+ get: function () { return chunk3YCZ5H3H_js.DestructiveSyncNotAllowedError; }
9750
9729
  });
9751
9730
  Object.defineProperty(exports, "DuplicateError", {
9752
9731
  enumerable: true,
9753
- get: function () { return chunkV26R64A4_js.DuplicateError; }
9732
+ get: function () { return chunk3YCZ5H3H_js.DuplicateError; }
9754
9733
  });
9755
9734
  Object.defineProperty(exports, "ForbiddenError", {
9756
9735
  enumerable: true,
9757
- get: function () { return chunkV26R64A4_js.ForbiddenError; }
9736
+ get: function () { return chunk3YCZ5H3H_js.ForbiddenError; }
9758
9737
  });
9759
9738
  Object.defineProperty(exports, "MemoryNotFoundError", {
9760
9739
  enumerable: true,
9761
- get: function () { return chunkV26R64A4_js.MemoryNotFoundError; }
9740
+ get: function () { return chunk3YCZ5H3H_js.MemoryNotFoundError; }
9762
9741
  });
9763
9742
  Object.defineProperty(exports, "MigrationTimeoutError", {
9764
9743
  enumerable: true,
9765
- get: function () { return chunkV26R64A4_js.MigrationTimeoutError; }
9744
+ get: function () { return chunk3YCZ5H3H_js.MigrationTimeoutError; }
9766
9745
  });
9767
9746
  Object.defineProperty(exports, "NotFoundError", {
9768
9747
  enumerable: true,
9769
- get: function () { return chunkV26R64A4_js.NotFoundError; }
9748
+ get: function () { return chunk3YCZ5H3H_js.NotFoundError; }
9770
9749
  });
9771
9750
  Object.defineProperty(exports, "NotImplementedError", {
9772
9751
  enumerable: true,
9773
- get: function () { return chunkV26R64A4_js.NotImplementedError; }
9752
+ get: function () { return chunk3YCZ5H3H_js.NotImplementedError; }
9774
9753
  });
9775
9754
  Object.defineProperty(exports, "ObjectNotFoundError", {
9776
9755
  enumerable: true,
9777
- get: function () { return chunkV26R64A4_js.ObjectNotFoundError; }
9756
+ get: function () { return chunk3YCZ5H3H_js.ObjectNotFoundError; }
9778
9757
  });
9779
9758
  Object.defineProperty(exports, "ObjectReferencedError", {
9780
9759
  enumerable: true,
9781
- get: function () { return chunkV26R64A4_js.ObjectReferencedError; }
9760
+ get: function () { return chunk3YCZ5H3H_js.ObjectReferencedError; }
9782
9761
  });
9783
9762
  Object.defineProperty(exports, "OrphanSystemAttributeError", {
9784
9763
  enumerable: true,
9785
- get: function () { return chunkV26R64A4_js.OrphanSystemAttributeError; }
9764
+ get: function () { return chunk3YCZ5H3H_js.OrphanSystemAttributeError; }
9786
9765
  });
9787
9766
  Object.defineProperty(exports, "ProtectedResourceError", {
9788
9767
  enumerable: true,
9789
- get: function () { return chunkV26R64A4_js.ProtectedResourceError; }
9768
+ get: function () { return chunk3YCZ5H3H_js.ProtectedResourceError; }
9790
9769
  });
9791
9770
  Object.defineProperty(exports, "ProtectedRoleError", {
9792
9771
  enumerable: true,
9793
- get: function () { return chunkV26R64A4_js.ProtectedRoleError; }
9772
+ get: function () { return chunk3YCZ5H3H_js.ProtectedRoleError; }
9794
9773
  });
9795
9774
  Object.defineProperty(exports, "RecordNotFoundError", {
9796
9775
  enumerable: true,
9797
- get: function () { return chunkV26R64A4_js.RecordNotFoundError; }
9776
+ get: function () { return chunk3YCZ5H3H_js.RecordNotFoundError; }
9798
9777
  });
9799
9778
  Object.defineProperty(exports, "RecordReferencedError", {
9800
9779
  enumerable: true,
9801
- get: function () { return chunkV26R64A4_js.RecordReferencedError; }
9780
+ get: function () { return chunk3YCZ5H3H_js.RecordReferencedError; }
9802
9781
  });
9803
9782
  Object.defineProperty(exports, "RepositoryError", {
9804
9783
  enumerable: true,
9805
- get: function () { return chunkV26R64A4_js.RepositoryError; }
9784
+ get: function () { return chunk3YCZ5H3H_js.RepositoryError; }
9806
9785
  });
9807
9786
  Object.defineProperty(exports, "RoleNotFoundError", {
9808
9787
  enumerable: true,
9809
- get: function () { return chunkV26R64A4_js.RoleNotFoundError; }
9788
+ get: function () { return chunk3YCZ5H3H_js.RoleNotFoundError; }
9810
9789
  });
9811
9790
  Object.defineProperty(exports, "SchemaError", {
9812
9791
  enumerable: true,
9813
- get: function () { return chunkV26R64A4_js.SchemaError; }
9792
+ get: function () { return chunk3YCZ5H3H_js.SchemaError; }
9814
9793
  });
9815
9794
  Object.defineProperty(exports, "SchemaErrorCode", {
9816
9795
  enumerable: true,
9817
- get: function () { return chunkV26R64A4_js.SchemaErrorCode; }
9796
+ get: function () { return chunk3YCZ5H3H_js.SchemaErrorCode; }
9818
9797
  });
9819
9798
  Object.defineProperty(exports, "SchemaPlanNotFoundError", {
9820
9799
  enumerable: true,
9821
- get: function () { return chunkV26R64A4_js.SchemaPlanNotFoundError; }
9800
+ get: function () { return chunk3YCZ5H3H_js.SchemaPlanNotFoundError; }
9822
9801
  });
9823
9802
  Object.defineProperty(exports, "SearchBackendError", {
9824
9803
  enumerable: true,
9825
- get: function () { return chunkV26R64A4_js.SearchBackendError; }
9804
+ get: function () { return chunk3YCZ5H3H_js.SearchBackendError; }
9826
9805
  });
9827
9806
  Object.defineProperty(exports, "StorageError", {
9828
9807
  enumerable: true,
9829
- get: function () { return chunkV26R64A4_js.StorageError; }
9808
+ get: function () { return chunk3YCZ5H3H_js.StorageError; }
9830
9809
  });
9831
9810
  Object.defineProperty(exports, "SyncCascadeError", {
9832
9811
  enumerable: true,
9833
- get: function () { return chunkV26R64A4_js.SyncCascadeError; }
9812
+ get: function () { return chunk3YCZ5H3H_js.SyncCascadeError; }
9834
9813
  });
9835
9814
  Object.defineProperty(exports, "SyncConflictError", {
9836
9815
  enumerable: true,
9837
- get: function () { return chunkV26R64A4_js.SyncConflictError; }
9816
+ get: function () { return chunk3YCZ5H3H_js.SyncConflictError; }
9838
9817
  });
9839
9818
  Object.defineProperty(exports, "SyncError", {
9840
9819
  enumerable: true,
9841
- get: function () { return chunkV26R64A4_js.SyncError; }
9820
+ get: function () { return chunk3YCZ5H3H_js.SyncError; }
9842
9821
  });
9843
9822
  Object.defineProperty(exports, "SystemEntityImmutableError", {
9844
9823
  enumerable: true,
9845
- get: function () { return chunkV26R64A4_js.SystemEntityImmutableError; }
9824
+ get: function () { return chunk3YCZ5H3H_js.SystemEntityImmutableError; }
9846
9825
  });
9847
9826
  Object.defineProperty(exports, "ValidationError", {
9848
9827
  enumerable: true,
9849
- get: function () { return chunkV26R64A4_js.ValidationError; }
9828
+ get: function () { return chunk3YCZ5H3H_js.ValidationError; }
9850
9829
  });
9851
9830
  Object.defineProperty(exports, "isAttributeInUseError", {
9852
9831
  enumerable: true,
9853
- get: function () { return chunkV26R64A4_js.isAttributeInUseError; }
9832
+ get: function () { return chunk3YCZ5H3H_js.isAttributeInUseError; }
9854
9833
  });
9855
9834
  Object.defineProperty(exports, "isNotFoundError", {
9856
9835
  enumerable: true,
9857
- get: function () { return chunkV26R64A4_js.isNotFoundError; }
9836
+ get: function () { return chunk3YCZ5H3H_js.isNotFoundError; }
9858
9837
  });
9859
9838
  Object.defineProperty(exports, "isObjectReferencedError", {
9860
9839
  enumerable: true,
9861
- get: function () { return chunkV26R64A4_js.isObjectReferencedError; }
9840
+ get: function () { return chunk3YCZ5H3H_js.isObjectReferencedError; }
9862
9841
  });
9863
9842
  Object.defineProperty(exports, "isProtectedResourceError", {
9864
9843
  enumerable: true,
9865
- get: function () { return chunkV26R64A4_js.isProtectedResourceError; }
9844
+ get: function () { return chunk3YCZ5H3H_js.isProtectedResourceError; }
9866
9845
  });
9867
9846
  Object.defineProperty(exports, "isRecordReferencedError", {
9868
9847
  enumerable: true,
9869
- get: function () { return chunkV26R64A4_js.isRecordReferencedError; }
9848
+ get: function () { return chunk3YCZ5H3H_js.isRecordReferencedError; }
9870
9849
  });
9871
9850
  Object.defineProperty(exports, "isSchemaError", {
9872
9851
  enumerable: true,
9873
- get: function () { return chunkV26R64A4_js.isSchemaError; }
9852
+ get: function () { return chunk3YCZ5H3H_js.isSchemaError; }
9874
9853
  });
9875
9854
  Object.defineProperty(exports, "isValidationError", {
9876
9855
  enumerable: true,
9877
- get: function () { return chunkV26R64A4_js.isValidationError; }
9856
+ get: function () { return chunk3YCZ5H3H_js.isValidationError; }
9878
9857
  });
9879
9858
  Object.defineProperty(exports, "DEFAULT_VALIDATION_MESSAGES", {
9880
9859
  enumerable: true,
@@ -9896,7 +9875,6 @@ exports.AUDIT_RESOURCE_TYPES = AUDIT_RESOURCE_TYPES;
9896
9875
  exports.ActivityTabConfig = ActivityTabConfig;
9897
9876
  exports.AgentBuilder = AgentBuilder;
9898
9877
  exports.BEHAVIOR_PROPERTIES = BEHAVIOR_PROPERTIES;
9899
- exports.BROWSER_PREVIEW_STATUSES = BROWSER_PREVIEW_STATUSES;
9900
9878
  exports.BYTE_UNIT_LABELS = BYTE_UNIT_LABELS;
9901
9879
  exports.CLAIMABLE_SESSION_STATUSES = CLAIMABLE_SESSION_STATUSES;
9902
9880
  exports.COMPUTED_FUNCTIONS = COMPUTED_FUNCTIONS;