@elyx-code/project-logic-tree 0.0.6514 → 0.0.6515

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 (3) hide show
  1. package/dist/index.js +475 -470
  2. package/dist/index.umd.cjs +157 -157
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ const Yy = {
68
68
  },
69
69
  fromUUID: (d) => d
70
70
  };
71
- var f = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.ReturnDeclaration = "return-declaration", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(f || {}), le = /* @__PURE__ */ ((d) => (d.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", d.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", d.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", d.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", d.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", d.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", d.GOOGLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH", d.GOOGLE_DRIVE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH", d.GOOGLE_MAIL_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH", d.GOOGLE_SHEET_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH", d.GOOGLE_SLIDES_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH", d.GOOGLE_GEMINI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH", d.SLACK_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH", d.AIRTABLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH", d.MICROSOFT_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH", d.OPENAI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH", d.ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH", d.JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH", d))(le || {}), Xr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(Xr || {}), ie = /* @__PURE__ */ ((d) => (d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Boolean = "boolean", d.Null = "null", d.Enum = "enum", d.KeyValue = "key-value", d.Date = "date", d.UUID = "uuid", d.File = "file", d.Untyped = "untyped", d))(ie || {}), er = /* @__PURE__ */ ((d) => (d.Addition = "addition", d.Subtraction = "subtraction", d.Multiplication = "multiplication", d.Division = "division", d.Remainder = "remainder", d.Exponentiation = "exponentiation", d))(er || {}), Ce = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "generate-random-integer", d.GenerateRandomFloat = "generate-random-float", d.GenerateRandomHexadecimal = "generate-random-hexadecimal", d.GenerateRandomBase62 = "generate-random-base62", d.GenerateRandomBase64 = "generate-random-base64", d.GenerateRandomAlphanumeric = "generate-random-alphanumeric", d.GenerateIdentifier = "generate-identifier", d.GenerateRandomUUIDv4 = "generate-random-uuidv4", d.GenerateShortIdentifier = "generate-short-identifier", d.GenerateHexadecimalToken = "generate-hexadecimal-token", d))(Ce || {}), Fe = /* @__PURE__ */ ((d) => (d.Join = "string-join", d.Split = "string-split", d.DeleteLast = "string-delete-last", d.DeleteFirst = "string-delete-first", d.DeleteIndex = "string-delete-index", d.AddIndex = "string-add-index", d.ReplaceFirst = "string-replace-first", d.ReplaceLast = "string-replace-last", d.ReplaceIndex = "string-replace-index", d.ReplaceSingleMatch = "string-replace-single-match", d.ReplaceAllMatches = "string-replace-all-matches", d.GetIndexItem = "string-get-index-item", d.GetFirst = "string-get-first", d.GetLast = "string-get-last", d.GetIndexOf = "string-get-index-of", d.Append = "string-append", d.Prepend = "string-prepend", d.Reverse = "string-reverse", d.ToLowerCase = "string-to-lower-case", d.ToUpperCase = "string-to-upper-case", d))(Fe || {}), ke = /* @__PURE__ */ ((d) => (d.Join = "list-join", d.Split = "list-split", d.DeleteLast = "list-delete-last", d.DeleteFirst = "list-delete-first", d.DeleteIndex = "list-delete-index", d.AddIndex = "list-add-index", d.ReplaceFirst = "list-replace-first", d.ReplaceLast = "list-replace-last", d.ReplaceIndex = "list-replace-index", d.GetIndexItem = "list-get-index-item", d.GetFirst = "list-get-first", d.GetLast = "list-get-last", d.Append = "list-append", d.Prepend = "list-prepend", d.Reverse = "list-reverse", d))(ke || {}), ir = /* @__PURE__ */ ((d) => (d.Parallel = "parallel", d.Sequential = "sequential", d.Wait = "wait", d))(ir || {}), yr = /* @__PURE__ */ ((d) => (d.CreateNewInstance = "create-new-instance", d.Validate = "validate", d))(yr || {}), $i = /* @__PURE__ */ ((d) => (d.HttpRequest = "base-http-request", d))($i || {}), _e = /* @__PURE__ */ ((d) => (d.AirtableTables = "external-integration--airtable--get--tables", d.AirtableBases = "external-integration--airtable--get--bases", d.GoogleWorkspaceOrgUnits = "external-integration--google--get--workspace-org-units", d.GoogleWorkspaceUsers = "external-integration--google--get--workspace-users", d.GoogleWorkspaceUserAccessTokens = "external-integration--google--get--workspace-user-access-tokens", d.GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document", d.GoogleDriveFetchGoogleSheet = "external-integration--google-drive--get--fetch-google-sheet", d.GoogleDriveFetchGoogleDoc = "external-integration--google-drive--get--fetch-google-doc", d.GoogleDriveFolderContent = "external-integration--google-drive--get--folder-content", d.GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document", d.GoogleDriveListDrives = "external-integration--google-drive--get--list-drives", d.GoogleDriveDocuments = "external-integration--google-drive--get--documents", d.GoogleDriveFiles = "external-integration--google-drive--get--files", d.GoogleDriveFolders = "external-integration--google-drive--get--folders", d.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.GoogleMailLabels = "external-integration--google-mail--get--labels", d.GoogleSheetFetchSpreadsheet = "external-integration--google-sheet--get--fetch-spreadsheet", d.JiraCreateIssue = "external-integration--jira--post--create-issue", d.JiraIssues = "external-integration--jira--get--issues", d.JiraProjects = "external-integration--jira--get--projects", d.JiraIssueTypes = "external-integration--jira--get--issue-types", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackUsers = "external-integration--slack--get--users", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d))(_e || {}), yt = /* @__PURE__ */ ((d) => (d.Equal = "equal", d.NotEqual = "not-equal", d.LessThan = "less-than", d.MoreThan = "more-than", d.LessThanOrEqual = "less-than-or-equal", d.MoreThanOrEqual = "more-than-or-equal", d))(yt || {}), Ai = /* @__PURE__ */ ((d) => (d.Empty = "empty", d.NotEmpty = "not-empty", d))(Ai || {}), Yr = /* @__PURE__ */ ((d) => (d.And = "and", d.Or = "or", d))(Yr || {}), We = /* @__PURE__ */ ((d) => (d.ManualFlow = "manual-flow-loop", d.Counted = "counted-loop", d.List = "list-loop", d.ObjectKeys = "object-keys-loop", d.ObjectValues = "object-values-loop", d.String = "string-loop", d))(We || {}), oe = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.FixedReturns = "fixed-returns", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d.DynamicReturn = "dynamic-return-types", d))(oe || {}), Ci = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(Ci || {}), co = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(co || {}), ci = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.AbortExecution = "base-abort-execution", d))(ci || {}), cl = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(cl || {});
71
+ var f = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.ReturnDeclaration = "return-declaration", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(f || {}), le = /* @__PURE__ */ ((d) => (d.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", d.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", d.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", d.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", d.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", d.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", d.GOOGLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH", d.GOOGLE_DRIVE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH", d.GOOGLE_MAIL_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH", d.GOOGLE_SHEET_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH", d.GOOGLE_SLIDES_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH", d.GOOGLE_GEMINI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH", d.SLACK_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH", d.AIRTABLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH", d.MICROSOFT_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH", d.OPENAI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH", d.ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH", d.JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH", d))(le || {}), Xr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(Xr || {}), ie = /* @__PURE__ */ ((d) => (d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Boolean = "boolean", d.Null = "null", d.Enum = "enum", d.KeyValue = "key-value", d.Date = "date", d.UUID = "uuid", d.File = "file", d.Untyped = "untyped", d))(ie || {}), er = /* @__PURE__ */ ((d) => (d.Addition = "addition", d.Subtraction = "subtraction", d.Multiplication = "multiplication", d.Division = "division", d.Remainder = "remainder", d.Exponentiation = "exponentiation", d))(er || {}), Ce = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "generate-random-integer", d.GenerateRandomFloat = "generate-random-float", d.GenerateRandomHexadecimal = "generate-random-hexadecimal", d.GenerateRandomBase62 = "generate-random-base62", d.GenerateRandomBase64 = "generate-random-base64", d.GenerateRandomAlphanumeric = "generate-random-alphanumeric", d.GenerateIdentifier = "generate-identifier", d.GenerateRandomUUIDv4 = "generate-random-uuidv4", d.GenerateShortIdentifier = "generate-short-identifier", d.GenerateHexadecimalToken = "generate-hexadecimal-token", d))(Ce || {}), Fe = /* @__PURE__ */ ((d) => (d.Join = "string-join", d.Split = "string-split", d.DeleteLast = "string-delete-last", d.DeleteFirst = "string-delete-first", d.DeleteIndex = "string-delete-index", d.AddIndex = "string-add-index", d.ReplaceFirst = "string-replace-first", d.ReplaceLast = "string-replace-last", d.ReplaceIndex = "string-replace-index", d.ReplaceSingleMatch = "string-replace-single-match", d.ReplaceAllMatches = "string-replace-all-matches", d.GetIndexItem = "string-get-index-item", d.GetFirst = "string-get-first", d.GetLast = "string-get-last", d.GetIndexOf = "string-get-index-of", d.Append = "string-append", d.Prepend = "string-prepend", d.Reverse = "string-reverse", d.ToLowerCase = "string-to-lower-case", d.ToUpperCase = "string-to-upper-case", d))(Fe || {}), ke = /* @__PURE__ */ ((d) => (d.Join = "list-join", d.Split = "list-split", d.DeleteLast = "list-delete-last", d.DeleteFirst = "list-delete-first", d.DeleteIndex = "list-delete-index", d.AddIndex = "list-add-index", d.ReplaceFirst = "list-replace-first", d.ReplaceLast = "list-replace-last", d.ReplaceIndex = "list-replace-index", d.GetIndexItem = "list-get-index-item", d.GetFirst = "list-get-first", d.GetLast = "list-get-last", d.Append = "list-append", d.Prepend = "list-prepend", d.Reverse = "list-reverse", d))(ke || {}), ir = /* @__PURE__ */ ((d) => (d.Parallel = "parallel", d.Sequential = "sequential", d.Wait = "wait", d))(ir || {}), yr = /* @__PURE__ */ ((d) => (d.CreateNewInstance = "create-new-instance", d.Validate = "validate", d))(yr || {}), $i = /* @__PURE__ */ ((d) => (d.HttpRequest = "base-http-request", d))($i || {}), _e = /* @__PURE__ */ ((d) => (d.AirtableTables = "external-integration--airtable--get--tables", d.AirtableBases = "external-integration--airtable--get--bases", d.GoogleWorkspaceOrgUnits = "external-integration--google--get--workspace-org-units", d.GoogleWorkspaceUsers = "external-integration--google--get--workspace-users", d.GoogleWorkspaceUserAccessTokens = "external-integration--google--get--workspace-user-access-tokens", d.GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document", d.GoogleDriveFetchGoogleSheet = "external-integration--google-drive--get--fetch-google-sheet", d.GoogleDriveFetchGoogleDoc = "external-integration--google-drive--get--fetch-google-doc", d.GoogleDriveFolderContent = "external-integration--google-drive--get--folder-content", d.GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document", d.GoogleDriveListDrives = "external-integration--google-drive--get--list-drives", d.GoogleDriveDocuments = "external-integration--google-drive--get--documents", d.GoogleDriveFiles = "external-integration--google-drive--get--files", d.GoogleDriveFolders = "external-integration--google-drive--get--folders", d.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.GoogleMailLabels = "external-integration--google-mail--get--labels", d.GoogleSheetFetchSpreadsheet = "external-integration--google-sheet--get--fetch-spreadsheet", d.JiraCreateIssue = "external-integration--jira--post--create-issue", d.JiraIssues = "external-integration--jira--get--issues", d.JiraProjects = "external-integration--jira--get--projects", d.JiraIssueTypes = "external-integration--jira--get--issue-types", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackUsers = "external-integration--slack--get--users", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d))(_e || {}), yt = /* @__PURE__ */ ((d) => (d.Equal = "equal", d.NotEqual = "not-equal", d.LessThan = "less-than", d.MoreThan = "more-than", d.LessThanOrEqual = "less-than-or-equal", d.MoreThanOrEqual = "more-than-or-equal", d))(yt || {}), Ai = /* @__PURE__ */ ((d) => (d.Empty = "empty", d.NotEmpty = "not-empty", d))(Ai || {}), Yr = /* @__PURE__ */ ((d) => (d.And = "and", d.Or = "or", d))(Yr || {}), We = /* @__PURE__ */ ((d) => (d.ManualFlow = "manual-flow-loop", d.Counted = "counted-loop", d.List = "list-loop", d.ObjectKeys = "object-keys-loop", d.ObjectValues = "object-values-loop", d.String = "string-loop", d))(We || {}), ae = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.FixedReturns = "fixed-returns", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d.DynamicReturn = "dynamic-return-types", d))(ae || {}), Ci = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(Ci || {}), co = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(co || {}), ci = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.AbortExecution = "base-abort-execution", d))(ci || {}), cl = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(cl || {});
72
72
  const zs = [
73
73
  f.VariableDeclaration,
74
74
  f.VariableInstance,
@@ -2295,7 +2295,7 @@ const de = {
2295
2295
  defaultValue: null,
2296
2296
  dataType: rKe,
2297
2297
  required: !0,
2298
- parentRelationType: oe.FixedArguments,
2298
+ parentRelationType: ae.FixedArguments,
2299
2299
  index: 0,
2300
2300
  parent: oKe
2301
2301
  }, lKe = {
@@ -2318,7 +2318,7 @@ const de = {
2318
2318
  defaultValue: null,
2319
2319
  dataType: nKe,
2320
2320
  required: !0,
2321
- parentRelationType: oe.FixedArguments,
2321
+ parentRelationType: ae.FixedArguments,
2322
2322
  index: 1,
2323
2323
  parent: lKe
2324
2324
  }, BP = {
@@ -2328,7 +2328,7 @@ const de = {
2328
2328
  version: "1",
2329
2329
  entityType: f.ActionDescriptor
2330
2330
  }, MP = {
2331
- parentRelationType: oe.FixedReturns,
2331
+ parentRelationType: ae.FixedReturns,
2332
2332
  id: aa.outputs.result.id,
2333
2333
  type: f.ValueDescriptor,
2334
2334
  description: "The result number of the addition",
@@ -2351,7 +2351,7 @@ const de = {
2351
2351
  version: "1",
2352
2352
  entityType: f.ActionDescriptor
2353
2353
  }, uKe = {
2354
- parentRelationType: oe.FixedReturns,
2354
+ parentRelationType: ae.FixedReturns,
2355
2355
  id: aa.outputs.error.id,
2356
2356
  type: f.ValueDescriptor,
2357
2357
  version: "1",
@@ -2397,7 +2397,7 @@ const de = {
2397
2397
  isList: !1,
2398
2398
  parent: cKe
2399
2399
  }, fKe = {
2400
- parentRelationType: oe.DynamicArgument,
2400
+ parentRelationType: ae.DynamicArgument,
2401
2401
  id: aa.inputs.dynamicSummand.id,
2402
2402
  type: f.ValueDescriptor,
2403
2403
  description: "A number to add",
@@ -2539,7 +2539,7 @@ const de = {
2539
2539
  defaultValue: null,
2540
2540
  dataType: yKe,
2541
2541
  required: !0,
2542
- parentRelationType: oe.FixedArguments,
2542
+ parentRelationType: ae.FixedArguments,
2543
2543
  index: 0,
2544
2544
  parent: UP
2545
2545
  }, AKe = {
@@ -2562,7 +2562,7 @@ const de = {
2562
2562
  defaultValue: null,
2563
2563
  dataType: vKe,
2564
2564
  required: !0,
2565
- parentRelationType: oe.FixedArguments,
2565
+ parentRelationType: ae.FixedArguments,
2566
2566
  index: 1,
2567
2567
  parent: AKe
2568
2568
  }, gKe = {
@@ -2572,7 +2572,7 @@ const de = {
2572
2572
  version: "1",
2573
2573
  entityType: f.ActionDescriptor
2574
2574
  }, wKe = {
2575
- parentRelationType: oe.FixedReturns,
2575
+ parentRelationType: ae.FixedReturns,
2576
2576
  id: oa.outputs.result.id,
2577
2577
  type: f.ValueDescriptor,
2578
2578
  description: "The result number of the subtraction",
@@ -2595,7 +2595,7 @@ const de = {
2595
2595
  version: "1",
2596
2596
  entityType: f.ActionDescriptor
2597
2597
  }, RKe = {
2598
- parentRelationType: oe.ReturnedError,
2598
+ parentRelationType: ae.ReturnedError,
2599
2599
  id: oa.outputs.error.id,
2600
2600
  type: f.ValueDescriptor,
2601
2601
  version: "1",
@@ -2654,7 +2654,7 @@ const de = {
2654
2654
  defaultValue: null,
2655
2655
  dataType: DKe,
2656
2656
  required: !0,
2657
- parentRelationType: oe.DynamicArgument,
2657
+ parentRelationType: ae.DynamicArgument,
2658
2658
  index: 2,
2659
2659
  parent: UP
2660
2660
  }, $Ke = {
@@ -2785,7 +2785,7 @@ const de = {
2785
2785
  description: "The first text to join to the second one. Its value will be at the beginning of the resulting text.",
2786
2786
  defaultValue: null,
2787
2787
  dataType: VKe,
2788
- parentRelationType: oe.FixedArguments,
2788
+ parentRelationType: ae.FixedArguments,
2789
2789
  required: !0,
2790
2790
  index: 1,
2791
2791
  parent: UKe
@@ -2858,7 +2858,7 @@ const de = {
2858
2858
  description: "The text value that will be inserted between each of the values that are joined.",
2859
2859
  defaultValue: FKe,
2860
2860
  dataType: kKe,
2861
- parentRelationType: oe.FixedArguments,
2861
+ parentRelationType: ae.FixedArguments,
2862
2862
  required: !1,
2863
2863
  index: 0,
2864
2864
  parent: KKe
@@ -2881,7 +2881,7 @@ const de = {
2881
2881
  description: "The second text to join to the first one. Its value will be at the end of the resulting text.",
2882
2882
  defaultValue: null,
2883
2883
  dataType: LKe,
2884
- parentRelationType: oe.FixedArguments,
2884
+ parentRelationType: ae.FixedArguments,
2885
2885
  required: !0,
2886
2886
  index: 2,
2887
2887
  parent: qKe
@@ -2892,7 +2892,7 @@ const de = {
2892
2892
  version: "1",
2893
2893
  entityType: f.ActionDescriptor
2894
2894
  }, bm = {
2895
- parentRelationType: oe.FixedReturns,
2895
+ parentRelationType: ae.FixedReturns,
2896
2896
  id: as.outputs.result.id,
2897
2897
  type: f.ValueDescriptor,
2898
2898
  version: "1",
@@ -2915,7 +2915,7 @@ const de = {
2915
2915
  version: "1",
2916
2916
  entityType: f.ActionDescriptor
2917
2917
  }, JKe = {
2918
- parentRelationType: oe.FixedReturns,
2918
+ parentRelationType: ae.FixedReturns,
2919
2919
  id: as.outputs.error.id,
2920
2920
  type: f.ValueDescriptor,
2921
2921
  version: "1",
@@ -2979,7 +2979,7 @@ const de = {
2979
2979
  description: "Text to join to the previous ones. Its value will be at the end of the resulting text.",
2980
2980
  defaultValue: null,
2981
2981
  dataType: zKe,
2982
- parentRelationType: oe.DynamicArgument,
2982
+ parentRelationType: ae.DynamicArgument,
2983
2983
  required: !0,
2984
2984
  index: 3,
2985
2985
  parent: YKe
@@ -3138,7 +3138,7 @@ const de = {
3138
3138
  description: "The text value that will be split into two at the given index location.",
3139
3139
  defaultValue: null,
3140
3140
  dataType: e9e,
3141
- parentRelationType: oe.FixedArguments,
3141
+ parentRelationType: ae.FixedArguments,
3142
3142
  required: !0,
3143
3143
  index: 0,
3144
3144
  parent: o9e
@@ -3161,7 +3161,7 @@ const de = {
3161
3161
  description: "The index location where the text will be split into two. The text at this index will be the beginning of the second text.",
3162
3162
  defaultValue: null,
3163
3163
  dataType: r9e,
3164
- parentRelationType: oe.FixedArguments,
3164
+ parentRelationType: ae.FixedArguments,
3165
3165
  required: !0,
3166
3166
  index: 1,
3167
3167
  parent: d9e
@@ -3172,7 +3172,7 @@ const de = {
3172
3172
  version: "1",
3173
3173
  entityType: f.ActionDescriptor
3174
3174
  }, H$t = {
3175
- parentRelationType: oe.FixedReturns,
3175
+ parentRelationType: ae.FixedReturns,
3176
3176
  id: La.outputs.secondPartResult.id,
3177
3177
  type: f.ValueDescriptor,
3178
3178
  version: "1",
@@ -3195,7 +3195,7 @@ const de = {
3195
3195
  version: "1",
3196
3196
  entityType: f.ActionDescriptor
3197
3197
  }, f9e = {
3198
- parentRelationType: oe.FixedReturns,
3198
+ parentRelationType: ae.FixedReturns,
3199
3199
  id: La.outputs.firstPartResult.id,
3200
3200
  type: f.ValueDescriptor,
3201
3201
  version: "1",
@@ -3218,7 +3218,7 @@ const de = {
3218
3218
  version: "1",
3219
3219
  entityType: f.ActionDescriptor
3220
3220
  }, y9e = {
3221
- parentRelationType: oe.FixedReturns,
3221
+ parentRelationType: ae.FixedReturns,
3222
3222
  id: La.outputs.error.id,
3223
3223
  type: f.ValueDescriptor,
3224
3224
  version: "1",
@@ -3361,7 +3361,7 @@ const de = {
3361
3361
  description: "The first list to join to the second one. Its values will be at the beginning of the resulting list.",
3362
3362
  defaultValue: null,
3363
3363
  dataType: E9e,
3364
- parentRelationType: oe.FixedArguments,
3364
+ parentRelationType: ae.FixedArguments,
3365
3365
  required: !0,
3366
3366
  index: 0,
3367
3367
  parent: w9e
@@ -3384,7 +3384,7 @@ const de = {
3384
3384
  description: "A subsequent list to join to the first one. Its values will be at the end of previous lists.",
3385
3385
  defaultValue: null,
3386
3386
  dataType: A9e,
3387
- parentRelationType: oe.DynamicArgument,
3387
+ parentRelationType: ae.DynamicArgument,
3388
3388
  required: !0,
3389
3389
  index: 1,
3390
3390
  parent: R9e
@@ -3395,7 +3395,7 @@ const de = {
3395
3395
  version: "1",
3396
3396
  entityType: f.ActionDescriptor
3397
3397
  }, O9e = {
3398
- parentRelationType: oe.FixedReturns,
3398
+ parentRelationType: ae.FixedReturns,
3399
3399
  id: Ll.outputs.result.id,
3400
3400
  type: f.ValueDescriptor,
3401
3401
  version: "1",
@@ -3418,7 +3418,7 @@ const de = {
3418
3418
  version: "1",
3419
3419
  entityType: f.ActionDescriptor
3420
3420
  }, P9e = {
3421
- parentRelationType: oe.FixedReturns,
3421
+ parentRelationType: ae.FixedReturns,
3422
3422
  id: Ll.outputs.error.id,
3423
3423
  type: f.ValueDescriptor,
3424
3424
  version: "1",
@@ -3558,7 +3558,7 @@ const de = {
3558
3558
  description: "The list to split at the given index",
3559
3559
  defaultValue: null,
3560
3560
  dataType: V9e,
3561
- parentRelationType: oe.FixedArguments,
3561
+ parentRelationType: ae.FixedArguments,
3562
3562
  required: !0,
3563
3563
  index: 0,
3564
3564
  parent: M9e
@@ -3581,7 +3581,7 @@ const de = {
3581
3581
  description: "The index at which to split the list. The value at this index will be the first value of the second list.",
3582
3582
  defaultValue: null,
3583
3583
  dataType: L9e,
3584
- parentRelationType: oe.FixedArguments,
3584
+ parentRelationType: ae.FixedArguments,
3585
3585
  required: !0,
3586
3586
  index: 1,
3587
3587
  parent: j9e
@@ -3592,7 +3592,7 @@ const de = {
3592
3592
  version: "1",
3593
3593
  entityType: f.ActionDescriptor
3594
3594
  }, k9e = {
3595
- parentRelationType: oe.FixedReturns,
3595
+ parentRelationType: ae.FixedReturns,
3596
3596
  id: ho.outputs.firstPart.id,
3597
3597
  type: f.ValueDescriptor,
3598
3598
  version: "1",
@@ -3638,7 +3638,7 @@ const de = {
3638
3638
  version: "1",
3639
3639
  entityType: f.ActionDescriptor
3640
3640
  }, q9e = {
3641
- parentRelationType: oe.FixedReturns,
3641
+ parentRelationType: ae.FixedReturns,
3642
3642
  id: ho.outputs.secondPart.id,
3643
3643
  type: f.ValueDescriptor,
3644
3644
  version: "1",
@@ -3661,7 +3661,7 @@ const de = {
3661
3661
  version: "1",
3662
3662
  entityType: f.ActionDescriptor
3663
3663
  }, H9e = {
3664
- parentRelationType: oe.FixedReturns,
3664
+ parentRelationType: ae.FixedReturns,
3665
3665
  id: ho.outputs.error.id,
3666
3666
  type: f.ValueDescriptor,
3667
3667
  version: "1",
@@ -3775,7 +3775,7 @@ const de = {
3775
3775
  description: "The list to get the last element from.",
3776
3776
  defaultValue: null,
3777
3777
  dataType: W9e,
3778
- parentRelationType: oe.FixedArguments,
3778
+ parentRelationType: ae.FixedArguments,
3779
3779
  required: !0,
3780
3780
  index: 0,
3781
3781
  parent: X9e
@@ -3786,7 +3786,7 @@ const de = {
3786
3786
  version: "1",
3787
3787
  entityType: f.ActionDescriptor
3788
3788
  }, t7e = {
3789
- parentRelationType: oe.FixedReturns,
3789
+ parentRelationType: ae.FixedReturns,
3790
3790
  id: ef.outputs.result.id,
3791
3791
  type: f.ValueDescriptor,
3792
3792
  version: "1",
@@ -3809,7 +3809,7 @@ const de = {
3809
3809
  version: "1",
3810
3810
  entityType: f.ActionDescriptor
3811
3811
  }, i7e = {
3812
- parentRelationType: oe.FixedReturns,
3812
+ parentRelationType: ae.FixedReturns,
3813
3813
  id: ef.outputs.error.id,
3814
3814
  type: f.ValueDescriptor,
3815
3815
  version: "1",
@@ -3946,7 +3946,7 @@ const de = {
3946
3946
  description: "The list to which the element will be appended",
3947
3947
  defaultValue: null,
3948
3948
  dataType: s7e,
3949
- parentRelationType: oe.FixedArguments,
3949
+ parentRelationType: ae.FixedArguments,
3950
3950
  required: !0,
3951
3951
  index: 0,
3952
3952
  parent: u7e
@@ -3969,7 +3969,7 @@ const de = {
3969
3969
  description: "The element that will be added at the end of the list",
3970
3970
  defaultValue: null,
3971
3971
  dataType: o7e,
3972
- parentRelationType: oe.FixedArguments,
3972
+ parentRelationType: ae.FixedArguments,
3973
3973
  required: !0,
3974
3974
  index: 1,
3975
3975
  parent: c7e
@@ -3980,7 +3980,7 @@ const de = {
3980
3980
  version: "1",
3981
3981
  entityType: f.ActionDescriptor
3982
3982
  }, f7e = {
3983
- parentRelationType: oe.FixedReturns,
3983
+ parentRelationType: ae.FixedReturns,
3984
3984
  id: Bl.outputs.result.id,
3985
3985
  type: f.ValueDescriptor,
3986
3986
  version: "1",
@@ -4003,7 +4003,7 @@ const de = {
4003
4003
  version: "1",
4004
4004
  entityType: f.ActionDescriptor
4005
4005
  }, y7e = {
4006
- parentRelationType: oe.FixedReturns,
4006
+ parentRelationType: ae.FixedReturns,
4007
4007
  id: Bl.outputs.error.id,
4008
4008
  type: f.ValueDescriptor,
4009
4009
  version: "1",
@@ -4064,7 +4064,7 @@ const de = {
4064
4064
  required: !1,
4065
4065
  index: 0,
4066
4066
  parent: v7e,
4067
- parentRelationType: oe.DynamicArgument
4067
+ parentRelationType: ae.DynamicArgument
4068
4068
  }, E7e = {
4069
4069
  id: "parallel-execution-list-of-functions-blueprint-dynamic-input-parent-ref",
4070
4070
  type: f.GenericReference,
@@ -4087,7 +4087,7 @@ const de = {
4087
4087
  required: !1,
4088
4088
  index: 0,
4089
4089
  parent: E7e,
4090
- parentRelationType: oe.DynamicArgument
4090
+ parentRelationType: ae.DynamicArgument
4091
4091
  }, A7e = {
4092
4092
  id: "parallel-execution-list-of-functions-blueprint-parent-ref",
4093
4093
  type: f.GenericReference,
@@ -4189,7 +4189,7 @@ const de = {
4189
4189
  required: !0,
4190
4190
  index: 0,
4191
4191
  parent: C7e,
4192
- parentRelationType: oe.FixedArguments
4192
+ parentRelationType: ae.FixedArguments
4193
4193
  }, D7e = {
4194
4194
  type: f.GenericReference,
4195
4195
  id: "caac2bc7-c23c-4f01-9581-a515c2e4637f",
@@ -4212,7 +4212,7 @@ const de = {
4212
4212
  required: !0,
4213
4213
  index: 0,
4214
4214
  parent: D7e,
4215
- parentRelationType: oe.FixedReturns
4215
+ parentRelationType: ae.FixedReturns
4216
4216
  }, O7e = {
4217
4217
  type: f.GenericReference,
4218
4218
  id: "parallel-execution-operation-error-parent-ref",
@@ -4235,7 +4235,7 @@ const de = {
4235
4235
  required: !0,
4236
4236
  index: 1,
4237
4237
  parent: O7e,
4238
- parentRelationType: oe.ReturnedError
4238
+ parentRelationType: ae.ReturnedError
4239
4239
  }, Ws = {
4240
4240
  id: ir.Parallel,
4241
4241
  type: f.ActionDescriptor,
@@ -4302,7 +4302,7 @@ const de = {
4302
4302
  required: !0,
4303
4303
  index: 0,
4304
4304
  parent: V7e,
4305
- parentRelationType: oe.FixedArguments
4305
+ parentRelationType: ae.FixedArguments
4306
4306
  }, x7e = {
4307
4307
  type: f.GenericReference,
4308
4308
  id: "wait-operation-error-parent-ref",
@@ -4325,7 +4325,7 @@ const de = {
4325
4325
  required: !0,
4326
4326
  index: 1,
4327
4327
  parent: x7e,
4328
- parentRelationType: oe.ReturnedError
4328
+ parentRelationType: ae.ReturnedError
4329
4329
  }, En = {
4330
4330
  id: ir.Wait,
4331
4331
  type: f.ActionDescriptor,
@@ -4359,7 +4359,7 @@ const U7e = {
4359
4359
  required: !1,
4360
4360
  index: 0,
4361
4361
  parent: null,
4362
- parentRelationType: oe.DynamicArgument
4362
+ parentRelationType: ae.DynamicArgument
4363
4363
  }, j7e = {
4364
4364
  id: "sequential-execution-list-of-functions-blueprint-dynamic-input-id",
4365
4365
  type: f.ValueDescriptor,
@@ -4376,7 +4376,7 @@ const U7e = {
4376
4376
  required: !1,
4377
4377
  index: 0,
4378
4378
  parent: null,
4379
- parentRelationType: oe.DynamicArgument
4379
+ parentRelationType: ae.DynamicArgument
4380
4380
  }, G7e = {
4381
4381
  id: "sequential-execution-list-of-functions-blueprint-id",
4382
4382
  type: f.ActionDescriptor,
@@ -4474,7 +4474,7 @@ const U7e = {
4474
4474
  required: !0,
4475
4475
  index: 0,
4476
4476
  parent: q7e,
4477
- parentRelationType: oe.FixedArguments
4477
+ parentRelationType: ae.FixedArguments
4478
4478
  }, Z7e = {
4479
4479
  type: f.GenericReference,
4480
4480
  id: "parallel-execution-operation-list-of-execution-results-return-parent-ref",
@@ -4497,7 +4497,7 @@ const U7e = {
4497
4497
  required: !0,
4498
4498
  index: 0,
4499
4499
  parent: Z7e,
4500
- parentRelationType: oe.FixedReturns
4500
+ parentRelationType: ae.FixedReturns
4501
4501
  }, H7e = {
4502
4502
  type: f.GenericReference,
4503
4503
  id: "sequential-execution-operation-error-parent-ref",
@@ -4520,7 +4520,7 @@ const U7e = {
4520
4520
  required: !0,
4521
4521
  index: 1,
4522
4522
  parent: H7e,
4523
- parentRelationType: oe.ReturnedError
4523
+ parentRelationType: ae.ReturnedError
4524
4524
  }, no = {
4525
4525
  id: ir.Sequential,
4526
4526
  type: f.ActionDescriptor,
@@ -4593,7 +4593,7 @@ const X7e = {
4593
4593
  dataType: e8e,
4594
4594
  required: !0,
4595
4595
  defaultValue: null,
4596
- parentRelationType: oe.FixedArguments,
4596
+ parentRelationType: ae.FixedArguments,
4597
4597
  index: 1,
4598
4598
  parent: X7e
4599
4599
  }, r8e = {
@@ -4646,7 +4646,7 @@ const X7e = {
4646
4646
  defaultValue: null,
4647
4647
  dataType: i8e,
4648
4648
  required: !0,
4649
- parentRelationType: oe.FixedArguments,
4649
+ parentRelationType: ae.FixedArguments,
4650
4650
  index: 0,
4651
4651
  parent: n8e
4652
4652
  }, a8e = {
@@ -4656,7 +4656,7 @@ const X7e = {
4656
4656
  version: "1",
4657
4657
  entityType: f.ActionDescriptor
4658
4658
  }, o8e = {
4659
- parentRelationType: oe.FixedReturns,
4659
+ parentRelationType: ae.FixedReturns,
4660
4660
  id: "create-new-instance-output-entity-declaration",
4661
4661
  type: f.ValueDescriptor,
4662
4662
  version: "1",
@@ -4679,7 +4679,7 @@ const X7e = {
4679
4679
  version: "1",
4680
4680
  entityType: f.ActionDescriptor
4681
4681
  }, d8e = {
4682
- parentRelationType: oe.FixedReturns,
4682
+ parentRelationType: ae.FixedReturns,
4683
4683
  id: "create-new-instance-error-return-delaration",
4684
4684
  type: f.ValueDescriptor,
4685
4685
  version: "1",
@@ -4762,7 +4762,7 @@ const X7e = {
4762
4762
  defaultValue: null,
4763
4763
  dataType: c8e,
4764
4764
  required: !0,
4765
- parentRelationType: oe.FixedArguments,
4765
+ parentRelationType: ae.FixedArguments,
4766
4766
  index: 0,
4767
4767
  parent: p8e
4768
4768
  }, h8e = {
@@ -4815,7 +4815,7 @@ const X7e = {
4815
4815
  defaultValue: null,
4816
4816
  required: !0,
4817
4817
  index: 0,
4818
- parentRelationType: oe.FixedArguments,
4818
+ parentRelationType: ae.FixedArguments,
4819
4819
  parent: m8e
4820
4820
  }, T8e = {
4821
4821
  type: f.GenericReference,
@@ -4839,7 +4839,7 @@ const X7e = {
4839
4839
  parent: T8e,
4840
4840
  required: !0,
4841
4841
  index: 0,
4842
- parentRelationType: oe.FixedReturns
4842
+ parentRelationType: ae.FixedReturns
4843
4843
  }, I8e = {
4844
4844
  type: f.GenericReference,
4845
4845
  id: "wait-operation-error-parent-ref",
@@ -4862,7 +4862,7 @@ const X7e = {
4862
4862
  required: !0,
4863
4863
  index: 1,
4864
4864
  parent: I8e,
4865
- parentRelationType: oe.ReturnedError
4865
+ parentRelationType: ae.ReturnedError
4866
4866
  }, Au = {
4867
4867
  id: yr.Validate,
4868
4868
  type: f.ActionDescriptor,
@@ -5202,7 +5202,7 @@ const X7e = {
5202
5202
  dataType: N8e,
5203
5203
  required: !1,
5204
5204
  index: 0,
5205
- parentRelationType: oe.FixedArguments,
5205
+ parentRelationType: ae.FixedArguments,
5206
5206
  parent: q8e
5207
5207
  }, Z8e = {
5208
5208
  type: f.GenericReference,
@@ -5225,7 +5225,7 @@ const X7e = {
5225
5225
  defaultValue: w8e,
5226
5226
  required: !1,
5227
5227
  index: 1,
5228
- parentRelationType: oe.FixedArguments,
5228
+ parentRelationType: ae.FixedArguments,
5229
5229
  parent: Z8e
5230
5230
  }, H8e = {
5231
5231
  type: f.GenericReference,
@@ -5248,7 +5248,7 @@ const X7e = {
5248
5248
  dataType: D8e,
5249
5249
  required: !1,
5250
5250
  index: 2,
5251
- parentRelationType: oe.FixedArguments,
5251
+ parentRelationType: ae.FixedArguments,
5252
5252
  parent: H8e
5253
5253
  }, J8e = {
5254
5254
  type: f.GenericReference,
@@ -5272,7 +5272,7 @@ const X7e = {
5272
5272
  required: !1,
5273
5273
  index: 3,
5274
5274
  parent: J8e,
5275
- parentRelationType: oe.FixedArguments
5275
+ parentRelationType: ae.FixedArguments
5276
5276
  }, W8e = {
5277
5277
  type: f.GenericReference,
5278
5278
  id: "c3e2a4af-9b84-4574-8b30-5044ffc51776",
@@ -5294,7 +5294,7 @@ const X7e = {
5294
5294
  defaultValue: null,
5295
5295
  required: !1,
5296
5296
  index: 4,
5297
- parentRelationType: oe.FixedArguments,
5297
+ parentRelationType: ae.FixedArguments,
5298
5298
  parent: W8e
5299
5299
  }, z8e = {
5300
5300
  type: f.GenericReference,
@@ -5317,7 +5317,7 @@ const X7e = {
5317
5317
  dataType: U8e,
5318
5318
  required: !0,
5319
5319
  index: 0,
5320
- parentRelationType: oe.FixedReturns,
5320
+ parentRelationType: ae.FixedReturns,
5321
5321
  parent: z8e
5322
5322
  }, Y8e = {
5323
5323
  type: f.GenericReference,
@@ -5326,7 +5326,7 @@ const X7e = {
5326
5326
  entityType: f.ActionDescriptor,
5327
5327
  entityId: $i.HttpRequest
5328
5328
  }, $A = {
5329
- parentRelationType: oe.FixedReturns,
5329
+ parentRelationType: ae.FixedReturns,
5330
5330
  id: ai.outputs.headers.id,
5331
5331
  type: f.ValueDescriptor,
5332
5332
  description: "A set of any properties, with names and value that the server sent back to you. It represents metadata about the response, such as the server, date, content type, and more.",
@@ -5374,7 +5374,7 @@ const X7e = {
5374
5374
  deleted: !1,
5375
5375
  codeName: null,
5376
5376
  name: "Body",
5377
- parentRelationType: oe.FixedReturns,
5377
+ parentRelationType: ae.FixedReturns,
5378
5378
  dataType: S8e,
5379
5379
  defaultValue: {
5380
5380
  id: "http-response-body-default-value-id",
@@ -5431,7 +5431,7 @@ const X7e = {
5431
5431
  asType: !1,
5432
5432
  parent: eSe
5433
5433
  }, zP = {
5434
- parentRelationType: oe.ReturnedError,
5434
+ parentRelationType: ae.ReturnedError,
5435
5435
  id: ai.outputs.error.id,
5436
5436
  type: f.ValueDescriptor,
5437
5437
  description: "Http request error, if any. Contains a payload describing what went wrong.",
@@ -5510,7 +5510,7 @@ const X7e = {
5510
5510
  version: "1",
5511
5511
  entityType: f.ActionDescriptor
5512
5512
  }, aSe = {
5513
- parentRelationType: oe.FixedReturns,
5513
+ parentRelationType: ae.FixedReturns,
5514
5514
  id: yo.outputs.result.id,
5515
5515
  type: f.ValueDescriptor,
5516
5516
  description: "The generated random integer",
@@ -5562,7 +5562,7 @@ const X7e = {
5562
5562
  isList: !1,
5563
5563
  parent: lSe
5564
5564
  }, uSe = {
5565
- parentRelationType: oe.FixedArguments,
5565
+ parentRelationType: ae.FixedArguments,
5566
5566
  id: yo.inputs.max.id,
5567
5567
  type: f.ValueDescriptor,
5568
5568
  description: "Maximum value of the random integer",
@@ -5614,7 +5614,7 @@ const X7e = {
5614
5614
  isList: !1,
5615
5615
  parent: pSe
5616
5616
  }, hSe = {
5617
- parentRelationType: oe.FixedArguments,
5617
+ parentRelationType: ae.FixedArguments,
5618
5618
  id: yo.inputs.min.id,
5619
5619
  type: f.ValueDescriptor,
5620
5620
  description: "Minimum value of the random integer",
@@ -5637,7 +5637,7 @@ const X7e = {
5637
5637
  version: "1",
5638
5638
  entityType: f.ActionDescriptor
5639
5639
  }, mSe = {
5640
- parentRelationType: oe.ReturnedError,
5640
+ parentRelationType: ae.ReturnedError,
5641
5641
  id: yo.outputs.error.id,
5642
5642
  type: f.ValueDescriptor,
5643
5643
  version: "1",
@@ -5707,7 +5707,7 @@ const X7e = {
5707
5707
  version: "1",
5708
5708
  entityType: f.ActionDescriptor
5709
5709
  }, ASe = {
5710
- parentRelationType: oe.FixedReturns,
5710
+ parentRelationType: ae.FixedReturns,
5711
5711
  id: _m.outputs.result.id,
5712
5712
  type: f.ValueDescriptor,
5713
5713
  description: "The generated random float",
@@ -5730,7 +5730,7 @@ const X7e = {
5730
5730
  version: "1",
5731
5731
  entityType: f.ActionDescriptor
5732
5732
  }, gSe = {
5733
- parentRelationType: oe.ReturnedError,
5733
+ parentRelationType: ae.ReturnedError,
5734
5734
  id: _m.outputs.error.id,
5735
5735
  type: f.ValueDescriptor,
5736
5736
  description: "An error that occurred during the operation.",
@@ -5797,7 +5797,7 @@ const X7e = {
5797
5797
  isList: !1,
5798
5798
  parent: RSe
5799
5799
  }, DSe = {
5800
- parentRelationType: oe.FixedArguments,
5800
+ parentRelationType: ae.FixedArguments,
5801
5801
  id: Ml.inputs.length.id,
5802
5802
  type: f.ValueDescriptor,
5803
5803
  description: "Length in bytes of the random hexadecimal string",
@@ -5849,7 +5849,7 @@ const X7e = {
5849
5849
  version: "1",
5850
5850
  entityType: f.ActionDescriptor
5851
5851
  }, NSe = {
5852
- parentRelationType: oe.FixedReturns,
5852
+ parentRelationType: ae.FixedReturns,
5853
5853
  id: Ml.outputs.result.id,
5854
5854
  type: f.ValueDescriptor,
5855
5855
  description: "The generated random hexadecimal string",
@@ -5872,7 +5872,7 @@ const X7e = {
5872
5872
  version: "1",
5873
5873
  entityType: f.ActionDescriptor
5874
5874
  }, xSe = {
5875
- parentRelationType: oe.ReturnedError,
5875
+ parentRelationType: ae.ReturnedError,
5876
5876
  id: Ml.outputs.error.id,
5877
5877
  type: f.ValueDescriptor,
5878
5878
  version: "1",
@@ -5939,7 +5939,7 @@ const X7e = {
5939
5939
  isList: !1,
5940
5940
  parent: MSe
5941
5941
  }, jSe = {
5942
- parentRelationType: oe.FixedArguments,
5942
+ parentRelationType: ae.FixedArguments,
5943
5943
  id: Ul.inputs.length.id,
5944
5944
  type: f.ValueDescriptor,
5945
5945
  description: "Length of the random Base62 string",
@@ -5991,7 +5991,7 @@ const X7e = {
5991
5991
  version: "1",
5992
5992
  entityType: f.ActionDescriptor
5993
5993
  }, KSe = {
5994
- parentRelationType: oe.FixedReturns,
5994
+ parentRelationType: ae.FixedReturns,
5995
5995
  id: Ul.outputs.result.id,
5996
5996
  type: f.ValueDescriptor,
5997
5997
  description: "The generated random Base62 string",
@@ -6014,7 +6014,7 @@ const X7e = {
6014
6014
  version: "1",
6015
6015
  entityType: f.ActionDescriptor
6016
6016
  }, qSe = {
6017
- parentRelationType: oe.ReturnedError,
6017
+ parentRelationType: ae.ReturnedError,
6018
6018
  id: Ul.outputs.error.id,
6019
6019
  type: f.ValueDescriptor,
6020
6020
  description: "An error that occurred during the operation.",
@@ -6081,7 +6081,7 @@ const X7e = {
6081
6081
  isList: !1,
6082
6082
  parent: JSe
6083
6083
  }, zSe = {
6084
- parentRelationType: oe.FixedArguments,
6084
+ parentRelationType: ae.FixedArguments,
6085
6085
  id: jl.inputs.length.id,
6086
6086
  type: f.ValueDescriptor,
6087
6087
  description: "Length in bytes of the random Base64 string",
@@ -6133,7 +6133,7 @@ const X7e = {
6133
6133
  version: "1",
6134
6134
  entityType: f.ActionDescriptor
6135
6135
  }, eqe = {
6136
- parentRelationType: oe.FixedReturns,
6136
+ parentRelationType: ae.FixedReturns,
6137
6137
  id: jl.outputs.result.id,
6138
6138
  type: f.ValueDescriptor,
6139
6139
  description: "The generated random Base64 string",
@@ -6156,7 +6156,7 @@ const X7e = {
6156
6156
  version: "1",
6157
6157
  entityType: f.ActionDescriptor
6158
6158
  }, rqe = {
6159
- parentRelationType: oe.ReturnedError,
6159
+ parentRelationType: ae.ReturnedError,
6160
6160
  id: jl.outputs.error.id,
6161
6161
  type: f.ValueDescriptor,
6162
6162
  description: "An error that occurred during the operation.",
@@ -6223,7 +6223,7 @@ const X7e = {
6223
6223
  isList: !1,
6224
6224
  parent: sqe
6225
6225
  }, oqe = {
6226
- parentRelationType: oe.FixedArguments,
6226
+ parentRelationType: ae.FixedArguments,
6227
6227
  id: Gl.inputs.length.id,
6228
6228
  type: f.ValueDescriptor,
6229
6229
  description: "Length of the random alphanumeric string",
@@ -6275,7 +6275,7 @@ const X7e = {
6275
6275
  version: "1",
6276
6276
  entityType: f.ActionDescriptor
6277
6277
  }, cqe = {
6278
- parentRelationType: oe.FixedReturns,
6278
+ parentRelationType: ae.FixedReturns,
6279
6279
  id: Gl.outputs.result.id,
6280
6280
  type: f.ValueDescriptor,
6281
6281
  description: "The generated random alphanumeric string",
@@ -6298,7 +6298,7 @@ const X7e = {
6298
6298
  version: "1",
6299
6299
  entityType: f.ActionDescriptor
6300
6300
  }, fqe = {
6301
- parentRelationType: oe.ReturnedError,
6301
+ parentRelationType: ae.ReturnedError,
6302
6302
  id: Gl.outputs.error.id,
6303
6303
  type: f.ValueDescriptor,
6304
6304
  description: "An error that occurred during the operation.",
@@ -6365,7 +6365,7 @@ const X7e = {
6365
6365
  isList: !1,
6366
6366
  parent: mqe
6367
6367
  }, Tqe = {
6368
- parentRelationType: oe.FixedArguments,
6368
+ parentRelationType: ae.FixedArguments,
6369
6369
  id: mo.inputs.length.id,
6370
6370
  type: f.ValueDescriptor,
6371
6371
  description: "Length of the identifier to generate",
@@ -6417,7 +6417,7 @@ const X7e = {
6417
6417
  isList: !1,
6418
6418
  parent: Iqe
6419
6419
  }, bqe = {
6420
- parentRelationType: oe.FixedArguments,
6420
+ parentRelationType: ae.FixedArguments,
6421
6421
  id: mo.inputs.alphabet.id,
6422
6422
  type: f.ValueDescriptor,
6423
6423
  description: "Optional alphabet for the identifier characters",
@@ -6469,7 +6469,7 @@ const X7e = {
6469
6469
  isList: !1,
6470
6470
  parent: wqe
6471
6471
  }, Rqe = {
6472
- parentRelationType: oe.FixedReturns,
6472
+ parentRelationType: ae.FixedReturns,
6473
6473
  id: mo.outputs.result.id,
6474
6474
  type: f.ValueDescriptor,
6475
6475
  description: "The generated identifier string",
@@ -6492,7 +6492,7 @@ const X7e = {
6492
6492
  version: "1",
6493
6493
  entityType: f.ActionDescriptor
6494
6494
  }, Dqe = {
6495
- parentRelationType: oe.ReturnedError,
6495
+ parentRelationType: ae.ReturnedError,
6496
6496
  id: mo.outputs.error.id,
6497
6497
  type: f.ValueDescriptor,
6498
6498
  description: "An error that occurred during the operation.",
@@ -6562,7 +6562,7 @@ const X7e = {
6562
6562
  version: "1",
6563
6563
  entityType: f.ActionDescriptor
6564
6564
  }, Vqe = {
6565
- parentRelationType: oe.FixedReturns,
6565
+ parentRelationType: ae.FixedReturns,
6566
6566
  id: Rm.outputs.result.id,
6567
6567
  type: f.ValueDescriptor,
6568
6568
  description: "The generated RFC-4122 version 4 UUID string",
@@ -6585,7 +6585,7 @@ const X7e = {
6585
6585
  version: "1",
6586
6586
  entityType: f.ActionDescriptor
6587
6587
  }, Lqe = {
6588
- parentRelationType: oe.ReturnedError,
6588
+ parentRelationType: ae.ReturnedError,
6589
6589
  id: Rm.outputs.error.id,
6590
6590
  type: f.ValueDescriptor,
6591
6591
  description: "An error that occurred during the operation.",
@@ -6652,7 +6652,7 @@ const X7e = {
6652
6652
  version: "1",
6653
6653
  entityType: f.ActionDescriptor
6654
6654
  }, Gqe = {
6655
- parentRelationType: oe.FixedReturns,
6655
+ parentRelationType: ae.FixedReturns,
6656
6656
  id: Cm.outputs.result.id,
6657
6657
  type: f.ValueDescriptor,
6658
6658
  description: "The generated short identifier string",
@@ -6675,7 +6675,7 @@ const X7e = {
6675
6675
  version: "1",
6676
6676
  entityType: f.ActionDescriptor
6677
6677
  }, kqe = {
6678
- parentRelationType: oe.ReturnedError,
6678
+ parentRelationType: ae.ReturnedError,
6679
6679
  id: Cm.outputs.error.id,
6680
6680
  type: f.ValueDescriptor,
6681
6681
  description: "An error that occurred during the operation.",
@@ -6742,7 +6742,7 @@ const X7e = {
6742
6742
  version: "1",
6743
6743
  entityType: f.ActionDescriptor
6744
6744
  }, Hqe = {
6745
- parentRelationType: oe.FixedReturns,
6745
+ parentRelationType: ae.FixedReturns,
6746
6746
  id: Dm.outputs.result.id,
6747
6747
  type: f.ValueDescriptor,
6748
6748
  description: "The generated hexadecimal token string",
@@ -6765,7 +6765,7 @@ const X7e = {
6765
6765
  version: "1",
6766
6766
  entityType: f.ActionDescriptor
6767
6767
  }, Wqe = {
6768
- parentRelationType: oe.ReturnedError,
6768
+ parentRelationType: ae.ReturnedError,
6769
6769
  id: Dm.outputs.error.id,
6770
6770
  type: f.ValueDescriptor,
6771
6771
  description: "An error that occurred during the operation.",
@@ -9491,7 +9491,7 @@ const Xqe = {
9491
9491
  index: 2,
9492
9492
  required: !0,
9493
9493
  defaultValue: null,
9494
- parentRelationType: oe.FixedArguments,
9494
+ parentRelationType: ae.FixedArguments,
9495
9495
  dataType: IJe,
9496
9496
  parent: {
9497
9497
  id: "external-integration--slack--post--send-message--twp78vjy5vcg4dkhyyix9--ref",
@@ -9543,7 +9543,7 @@ const Xqe = {
9543
9543
  index: 1,
9544
9544
  required: !0,
9545
9545
  defaultValue: null,
9546
- parentRelationType: oe.FixedArguments,
9546
+ parentRelationType: ae.FixedArguments,
9547
9547
  dataType: bJe,
9548
9548
  parent: {
9549
9549
  id: "external-integration--slack--post--send-message--twp78vjy5vcg4dkhyyix9--ref",
@@ -9595,7 +9595,7 @@ const Xqe = {
9595
9595
  index: 0,
9596
9596
  required: !0,
9597
9597
  defaultValue: null,
9598
- parentRelationType: oe.FixedArguments,
9598
+ parentRelationType: ae.FixedArguments,
9599
9599
  dataType: wJe,
9600
9600
  parent: {
9601
9601
  id: "external-integration--slack--post--send-message--twp78vjy5vcg4dkhyyix9--ref",
@@ -9648,6 +9648,7 @@ const Xqe = {
9648
9648
  defaultValue: null,
9649
9649
  dataType: RJe,
9650
9650
  description: "",
9651
+ parentRelationType: ae.FixedReturns,
9651
9652
  parent: {
9652
9653
  id: "external-integration---slack--post--send-message-response-output--zpm3svlwcpbhz2gtiloo9--ref",
9653
9654
  type: f.GenericReference,
@@ -9699,6 +9700,7 @@ const Xqe = {
9699
9700
  defaultValue: null,
9700
9701
  dataType: DJe,
9701
9702
  description: "",
9703
+ parentRelationType: ae.FixedReturns,
9702
9704
  parent: {
9703
9705
  id: "external-integration---slack--post--send-message-response-output--zpm3svlwcpbhz2gtiloo9--ref",
9704
9706
  type: f.GenericReference,
@@ -9750,6 +9752,7 @@ const Xqe = {
9750
9752
  defaultValue: null,
9751
9753
  dataType: $Je,
9752
9754
  description: "",
9755
+ parentRelationType: ae.FixedReturns,
9753
9756
  parent: {
9754
9757
  id: "external-integration---slack--post--send-message-response-output--zpm3svlwcpbhz2gtiloo9--ref",
9755
9758
  type: f.GenericReference,
@@ -9801,6 +9804,7 @@ const Xqe = {
9801
9804
  defaultValue: null,
9802
9805
  dataType: NJe,
9803
9806
  description: "",
9807
+ parentRelationType: ae.FixedReturns,
9804
9808
  parent: {
9805
9809
  id: "external-integration---slack--post--send-message-response-output--zpm3svlwcpbhz2gtiloo9--ref",
9806
9810
  type: f.GenericReference,
@@ -9852,6 +9856,7 @@ const Xqe = {
9852
9856
  defaultValue: null,
9853
9857
  dataType: xJe,
9854
9858
  description: "",
9859
+ parentRelationType: ae.FixedReturns,
9855
9860
  parent: {
9856
9861
  id: "external-integration---slack--post--send-message-response-output--zpm3svlwcpbhz2gtiloo9--ref",
9857
9862
  type: f.GenericReference,
@@ -9927,7 +9932,7 @@ const Xqe = {
9927
9932
  index: 0,
9928
9933
  required: !0,
9929
9934
  defaultValue: null,
9930
- parentRelationType: oe.FixedArguments,
9935
+ parentRelationType: ae.FixedArguments,
9931
9936
  dataType: MJe,
9932
9937
  parent: {
9933
9938
  id: "external-integration--slack--get--users--3cr64v5u9f9y1tukp10lcs--ref",
@@ -9994,7 +9999,7 @@ const Xqe = {
9994
9999
  index: 0,
9995
10000
  required: !0,
9996
10001
  defaultValue: null,
9997
- parentRelationType: oe.FixedArguments,
10002
+ parentRelationType: ae.FixedArguments,
9998
10003
  dataType: GJe,
9999
10004
  parent: {
10000
10005
  id: "external-integration--slack--get--channels--owra5q6yabuuq0w3aji7e--ref",
@@ -10066,7 +10071,7 @@ channels:join`,
10066
10071
  index: 0,
10067
10072
  required: !0,
10068
10073
  defaultValue: null,
10069
- parentRelationType: oe.FixedArguments,
10074
+ parentRelationType: ae.FixedArguments,
10070
10075
  dataType: KJe,
10071
10076
  parent: {
10072
10077
  id: "external-integration--slack--get--messages--txuap8wqjs17ud68x84w--ref",
@@ -10139,7 +10144,7 @@ channels:history, groups:history, mpim:history, im:history`,
10139
10144
  index: 0,
10140
10145
  required: !0,
10141
10146
  defaultValue: null,
10142
- parentRelationType: oe.FixedArguments,
10147
+ parentRelationType: ae.FixedArguments,
10143
10148
  dataType: ZJe,
10144
10149
  parent: {
10145
10150
  id: "external-integration--jira--post--create-issue--1aq1falfa197sbfp7yddu--ref",
@@ -10206,7 +10211,7 @@ channels:history, groups:history, mpim:history, im:history`,
10206
10211
  index: 0,
10207
10212
  required: !0,
10208
10213
  defaultValue: null,
10209
- parentRelationType: oe.FixedArguments,
10214
+ parentRelationType: ae.FixedArguments,
10210
10215
  dataType: WJe,
10211
10216
  parent: {
10212
10217
  id: "external-integration--jira--get--issues--uowisq88x1lc1ispcxmfoc--ref",
@@ -10273,7 +10278,7 @@ channels:history, groups:history, mpim:history, im:history`,
10273
10278
  index: 0,
10274
10279
  required: !0,
10275
10280
  defaultValue: null,
10276
- parentRelationType: oe.FixedArguments,
10281
+ parentRelationType: ae.FixedArguments,
10277
10282
  dataType: XJe,
10278
10283
  parent: {
10279
10284
  id: "external-integration--jira--get--projects--a4nzt4a7avf8kpwzyofunu--ref",
@@ -10340,7 +10345,7 @@ channels:history, groups:history, mpim:history, im:history`,
10340
10345
  index: 0,
10341
10346
  required: !0,
10342
10347
  defaultValue: null,
10343
- parentRelationType: oe.FixedArguments,
10348
+ parentRelationType: ae.FixedArguments,
10344
10349
  dataType: tWe,
10345
10350
  parent: {
10346
10351
  id: "external-integration--jira--get--issue-types--tmxe2mrw1nin7gr5shp4fs--ref",
@@ -10407,7 +10412,7 @@ channels:history, groups:history, mpim:history, im:history`,
10407
10412
  index: 0,
10408
10413
  required: !0,
10409
10414
  defaultValue: null,
10410
- parentRelationType: oe.FixedArguments,
10415
+ parentRelationType: ae.FixedArguments,
10411
10416
  dataType: nWe,
10412
10417
  parent: {
10413
10418
  id: "external-integration--google-sheet--get--fetch-spreadsheet--ysibk8qz846xvey47flxd--ref",
@@ -10474,7 +10479,7 @@ channels:history, groups:history, mpim:history, im:history`,
10474
10479
  index: 0,
10475
10480
  required: !0,
10476
10481
  defaultValue: null,
10477
- parentRelationType: oe.FixedArguments,
10482
+ parentRelationType: ae.FixedArguments,
10478
10483
  dataType: oWe,
10479
10484
  parent: {
10480
10485
  id: "external-integration--google-mail--post--send-email--6si7xqd65t5q9llfsvp7xb--ref",
@@ -10526,7 +10531,7 @@ channels:history, groups:history, mpim:history, im:history`,
10526
10531
  index: 1,
10527
10532
  required: !0,
10528
10533
  defaultValue: null,
10529
- parentRelationType: oe.FixedArguments,
10534
+ parentRelationType: ae.FixedArguments,
10530
10535
  dataType: dWe,
10531
10536
  parent: {
10532
10537
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10578,7 +10583,7 @@ channels:history, groups:history, mpim:history, im:history`,
10578
10583
  index: 2,
10579
10584
  required: !0,
10580
10585
  defaultValue: null,
10581
- parentRelationType: oe.FixedArguments,
10586
+ parentRelationType: ae.FixedArguments,
10582
10587
  dataType: cWe,
10583
10588
  parent: {
10584
10589
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10630,7 +10635,7 @@ channels:history, groups:history, mpim:history, im:history`,
10630
10635
  index: 3,
10631
10636
  required: !0,
10632
10637
  defaultValue: null,
10633
- parentRelationType: oe.FixedArguments,
10638
+ parentRelationType: ae.FixedArguments,
10634
10639
  dataType: fWe,
10635
10640
  parent: {
10636
10641
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10682,7 +10687,7 @@ channels:history, groups:history, mpim:history, im:history`,
10682
10687
  index: 4,
10683
10688
  required: !0,
10684
10689
  defaultValue: null,
10685
- parentRelationType: oe.FixedArguments,
10690
+ parentRelationType: ae.FixedArguments,
10686
10691
  dataType: yWe,
10687
10692
  parent: {
10688
10693
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10734,7 +10739,7 @@ channels:history, groups:history, mpim:history, im:history`,
10734
10739
  index: 0,
10735
10740
  required: !0,
10736
10741
  defaultValue: null,
10737
- parentRelationType: oe.FixedReturns,
10742
+ parentRelationType: ae.FixedReturns,
10738
10743
  dataType: vWe,
10739
10744
  parent: {
10740
10745
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10786,7 +10791,7 @@ channels:history, groups:history, mpim:history, im:history`,
10786
10791
  index: 1,
10787
10792
  required: !0,
10788
10793
  defaultValue: null,
10789
- parentRelationType: oe.FixedReturns,
10794
+ parentRelationType: ae.FixedReturns,
10790
10795
  dataType: EWe,
10791
10796
  parent: {
10792
10797
  id: "external-integration--google-mail--post--send-email--ref",
@@ -10862,7 +10867,7 @@ channels:history, groups:history, mpim:history, im:history`,
10862
10867
  index: 0,
10863
10868
  required: !0,
10864
10869
  defaultValue: null,
10865
- parentRelationType: oe.FixedArguments,
10870
+ parentRelationType: ae.FixedArguments,
10866
10871
  dataType: bWe,
10867
10872
  parent: {
10868
10873
  id: "external-integration--google-mail--get--fetch-attachment--1l5hje1d17kutgpga5odh9--ref",
@@ -10929,7 +10934,7 @@ channels:history, groups:history, mpim:history, im:history`,
10929
10934
  index: 0,
10930
10935
  required: !0,
10931
10936
  defaultValue: null,
10932
- parentRelationType: oe.FixedArguments,
10937
+ parentRelationType: ae.FixedArguments,
10933
10938
  dataType: _We,
10934
10939
  parent: {
10935
10940
  id: "external-integration--google-mail--get--emails--83wpfn1k88lbfaimhk0cke--ref",
@@ -10996,7 +11001,7 @@ channels:history, groups:history, mpim:history, im:history`,
10996
11001
  index: 0,
10997
11002
  required: !0,
10998
11003
  defaultValue: null,
10999
- parentRelationType: oe.FixedArguments,
11004
+ parentRelationType: ae.FixedArguments,
11000
11005
  dataType: DWe,
11001
11006
  parent: {
11002
11007
  id: "external-integration--google-mail--get--labels--t04ja6qoxxmaibrf5u5ix9--ref",
@@ -11063,7 +11068,7 @@ channels:history, groups:history, mpim:history, im:history`,
11063
11068
  index: 0,
11064
11069
  required: !0,
11065
11070
  defaultValue: null,
11066
- parentRelationType: oe.FixedArguments,
11071
+ parentRelationType: ae.FixedArguments,
11067
11072
  dataType: PWe,
11068
11073
  parent: {
11069
11074
  id: "external-integration--google-gemini--post--generate-content--blqq96lcwa67pw19h9hixt--ref",
@@ -11115,7 +11120,7 @@ channels:history, groups:history, mpim:history, im:history`,
11115
11120
  index: 1,
11116
11121
  required: !0,
11117
11122
  defaultValue: null,
11118
- parentRelationType: oe.FixedArguments,
11123
+ parentRelationType: ae.FixedArguments,
11119
11124
  dataType: VWe,
11120
11125
  parent: {
11121
11126
  id: "external-integration--google-gemini--post--generate-content--ref",
@@ -11167,7 +11172,7 @@ channels:history, groups:history, mpim:history, im:history`,
11167
11172
  index: 2,
11168
11173
  required: !0,
11169
11174
  defaultValue: null,
11170
- parentRelationType: oe.FixedArguments,
11175
+ parentRelationType: ae.FixedArguments,
11171
11176
  dataType: LWe,
11172
11177
  parent: {
11173
11178
  id: "external-integration--google-gemini--post--generate-content--ref",
@@ -11219,7 +11224,7 @@ channels:history, groups:history, mpim:history, im:history`,
11219
11224
  index: 0,
11220
11225
  required: !0,
11221
11226
  defaultValue: null,
11222
- parentRelationType: oe.FixedReturns,
11227
+ parentRelationType: ae.FixedReturns,
11223
11228
  dataType: MWe,
11224
11229
  parent: {
11225
11230
  id: "external-integration--google-gemini--post--generate-content--ref",
@@ -11292,7 +11297,7 @@ channels:history, groups:history, mpim:history, im:history`,
11292
11297
  index: 0,
11293
11298
  required: !0,
11294
11299
  defaultValue: null,
11295
- parentRelationType: oe.FixedArguments,
11300
+ parentRelationType: ae.FixedArguments,
11296
11301
  dataType: GWe,
11297
11302
  parent: {
11298
11303
  id: "external-integration--google-drive--get--fetch-document--rg6p7k4j9hvcy6q307vqc--ref",
@@ -11363,7 +11368,7 @@ actions.`,
11363
11368
  index: 2,
11364
11369
  required: !1,
11365
11370
  defaultValue: null,
11366
- parentRelationType: oe.FixedArguments,
11371
+ parentRelationType: ae.FixedArguments,
11367
11372
  dataType: KWe,
11368
11373
  parent: {
11369
11374
  id: "external-integration--google-drive--get--files--ys61ofbgm7lv9p0v5b9c--ref",
@@ -11415,7 +11420,7 @@ actions.`,
11415
11420
  index: 1,
11416
11421
  required: !1,
11417
11422
  defaultValue: null,
11418
- parentRelationType: oe.FixedArguments,
11423
+ parentRelationType: ae.FixedArguments,
11419
11424
  dataType: qWe,
11420
11425
  parent: {
11421
11426
  id: "external-integration--google-drive--get--files--ys61ofbgm7lv9p0v5b9c--ref",
@@ -11467,7 +11472,7 @@ actions.`,
11467
11472
  index: 0,
11468
11473
  required: !0,
11469
11474
  defaultValue: null,
11470
- parentRelationType: oe.FixedArguments,
11475
+ parentRelationType: ae.FixedArguments,
11471
11476
  dataType: HWe,
11472
11477
  parent: {
11473
11478
  id: "external-integration--google-drive--get--files--ys61ofbgm7lv9p0v5b9c--ref",
@@ -11928,7 +11933,7 @@ actions.`,
11928
11933
  index: 0,
11929
11934
  required: !0,
11930
11935
  defaultValue: null,
11931
- parentRelationType: oe.FixedReturns,
11936
+ parentRelationType: ae.FixedReturns,
11932
11937
  dataType: lze,
11933
11938
  parent: {
11934
11939
  id: "external-integration--google-drive--get--files--ys61ofbgm7lv9p0v5b9c--ref",
@@ -12007,7 +12012,7 @@ and using the ID field provided by the response
12007
12012
  index: 0,
12008
12013
  required: !0,
12009
12014
  defaultValue: null,
12010
- parentRelationType: oe.FixedArguments,
12015
+ parentRelationType: ae.FixedArguments,
12011
12016
  dataType: cze,
12012
12017
  parent: {
12013
12018
  id: "external-integration--google-drive--get--fetch-google-sheet--3qhslijbke4snyvnif04gd--ref",
@@ -12075,7 +12080,7 @@ a JSON representation of a google sheet.`,
12075
12080
  index: 0,
12076
12081
  required: !0,
12077
12082
  defaultValue: null,
12078
- parentRelationType: oe.FixedArguments,
12083
+ parentRelationType: ae.FixedArguments,
12079
12084
  dataType: hze,
12080
12085
  parent: {
12081
12086
  id: "external-integration--google-drive--get--fetch-google-doc--b2fulg1ma1i1q9wd8d2x--ref",
@@ -12143,7 +12148,7 @@ a JSON reprensentation of a google doc.`,
12143
12148
  index: 0,
12144
12149
  required: !0,
12145
12150
  defaultValue: null,
12146
- parentRelationType: oe.FixedArguments,
12151
+ parentRelationType: ae.FixedArguments,
12147
12152
  dataType: vze,
12148
12153
  parent: {
12149
12154
  id: "external-integration--google-drive--get--folder-content--593wxjv4679t5dkhci1ur9--ref",
@@ -12211,7 +12216,7 @@ If no folder ID is provided, it fetches content from the root folder.`,
12211
12216
  index: 0,
12212
12217
  required: !0,
12213
12218
  defaultValue: null,
12214
- parentRelationType: oe.FixedArguments,
12219
+ parentRelationType: ae.FixedArguments,
12215
12220
  dataType: Ize,
12216
12221
  parent: {
12217
12222
  id: "external-integration--google-drive--post--upload-document--puca2jg654roo0nyuxe7--ref",
@@ -12280,7 +12285,7 @@ the file is uploaded to the specified folder.`,
12280
12285
  index: 0,
12281
12286
  required: !0,
12282
12287
  defaultValue: null,
12283
- parentRelationType: oe.FixedArguments,
12288
+ parentRelationType: ae.FixedArguments,
12284
12289
  dataType: gze,
12285
12290
  parent: {
12286
12291
  id: "external-integration--google-drive--get--list-drives--02bykbjhelxbcoos8azr8tb--ref",
@@ -12347,7 +12352,7 @@ the file is uploaded to the specified folder.`,
12347
12352
  index: 0,
12348
12353
  required: !0,
12349
12354
  defaultValue: null,
12350
- parentRelationType: oe.FixedArguments,
12355
+ parentRelationType: ae.FixedArguments,
12351
12356
  dataType: Rze,
12352
12357
  parent: {
12353
12358
  id: "external-integration--google-drive--get--documents--ys61ofbgm7lv9p0v5b9c--ref",
@@ -12422,7 +12427,7 @@ and using the ID field provided by the response
12422
12427
  index: 0,
12423
12428
  required: !0,
12424
12429
  defaultValue: null,
12425
- parentRelationType: oe.FixedArguments,
12430
+ parentRelationType: ae.FixedArguments,
12426
12431
  dataType: Oze,
12427
12432
  parent: {
12428
12433
  id: "external-integration--google-drive--get--folders--fx6dkmuwtad4fq6fie5o5r--ref",
@@ -12489,7 +12494,7 @@ and using the ID field provided by the response
12489
12494
  index: 0,
12490
12495
  required: !0,
12491
12496
  defaultValue: null,
12492
- parentRelationType: oe.FixedArguments,
12497
+ parentRelationType: ae.FixedArguments,
12493
12498
  dataType: Nze,
12494
12499
  parent: {
12495
12500
  id: "external-integration--google--get--workspace-org-units--ekqutiwrqopznz1i29v7p--ref",
@@ -12556,7 +12561,7 @@ and using the ID field provided by the response
12556
12561
  index: 0,
12557
12562
  required: !0,
12558
12563
  defaultValue: null,
12559
- parentRelationType: oe.FixedArguments,
12564
+ parentRelationType: ae.FixedArguments,
12560
12565
  dataType: Lze,
12561
12566
  parent: {
12562
12567
  id: "external-integration--google--get--workspace-users--a1sdrwhfg8akdyml69w2l--ref",
@@ -12623,7 +12628,7 @@ and using the ID field provided by the response
12623
12628
  index: 0,
12624
12629
  required: !0,
12625
12630
  defaultValue: null,
12626
- parentRelationType: oe.FixedArguments,
12631
+ parentRelationType: ae.FixedArguments,
12627
12632
  dataType: Uze,
12628
12633
  parent: {
12629
12634
  id: "external-integration--google--get--workspace-user-access-tokens--zdmper94ctelpf0t3f8llk--ref",
@@ -12690,7 +12695,7 @@ and using the ID field provided by the response
12690
12695
  index: 0,
12691
12696
  required: !0,
12692
12697
  defaultValue: null,
12693
- parentRelationType: oe.FixedArguments,
12698
+ parentRelationType: ae.FixedArguments,
12694
12699
  dataType: Fze,
12695
12700
  parent: {
12696
12701
  id: "external-integration--airtable--get--tables--xeei0966x3ra1ghw4eem6n--ref",
@@ -12758,7 +12763,7 @@ the table belongs to`,
12758
12763
  index: 0,
12759
12764
  required: !0,
12760
12765
  defaultValue: null,
12761
- parentRelationType: oe.FixedArguments,
12766
+ parentRelationType: ae.FixedArguments,
12762
12767
  dataType: Sze,
12763
12768
  parent: {
12764
12769
  id: "external-integration--airtable--get--bases--ssw8tyu25ahaoflhordr7--ref",
@@ -12842,7 +12847,7 @@ the table belongs to`,
12842
12847
  dataType: null,
12843
12848
  index: 0,
12844
12849
  parent: zze,
12845
- parentRelationType: oe.DynamicReturn
12850
+ parentRelationType: ae.DynamicReturn
12846
12851
  }, ib = {
12847
12852
  id: We.ManualFlow,
12848
12853
  type: f.ActionDescriptor,
@@ -12908,7 +12913,7 @@ the table belongs to`,
12908
12913
  dataType: Qze,
12909
12914
  required: !0,
12910
12915
  index: 0,
12911
- parentRelationType: oe.FixedArguments,
12916
+ parentRelationType: ae.FixedArguments,
12912
12917
  parent: eYe
12913
12918
  }, tYe = {
12914
12919
  id: "manual-flow-loop-body-any-dynamic-argument-parent-ref-id",
@@ -12931,7 +12936,7 @@ the table belongs to`,
12931
12936
  dataType: null,
12932
12937
  required: !1,
12933
12938
  index: 1,
12934
- parentRelationType: oe.DynamicArgument,
12939
+ parentRelationType: ae.DynamicArgument,
12935
12940
  parent: tYe
12936
12941
  }, iYe = {
12937
12942
  id: "manual-flow-loop-body-any-dynamic-return-parent-ref-id",
@@ -12954,7 +12959,7 @@ the table belongs to`,
12954
12959
  dataType: null,
12955
12960
  required: !1,
12956
12961
  index: 0,
12957
- parentRelationType: oe.DynamicReturn,
12962
+ parentRelationType: ae.DynamicReturn,
12958
12963
  parent: iYe
12959
12964
  }, nb = {
12960
12965
  id: sf.body.id,
@@ -13025,7 +13030,7 @@ the table belongs to`,
13025
13030
  dataType: aYe,
13026
13031
  index: 0,
13027
13032
  parent: oYe,
13028
- parentRelationType: oe.FixedArguments
13033
+ parentRelationType: ae.FixedArguments
13029
13034
  }, dYe = {
13030
13035
  id: "iterate-over-string-loop-dynamic-return-declaration-parent-ref-id",
13031
13036
  type: f.GenericReference,
@@ -13048,7 +13053,7 @@ the table belongs to`,
13048
13053
  dataType: null,
13049
13054
  index: 0,
13050
13055
  parent: dYe,
13051
- parentRelationType: oe.DynamicReturn
13056
+ parentRelationType: ae.DynamicReturn
13052
13057
  }, Om = {
13053
13058
  id: We.String,
13054
13059
  type: f.ActionDescriptor,
@@ -13114,7 +13119,7 @@ the table belongs to`,
13114
13119
  dataType: pYe,
13115
13120
  required: !0,
13116
13121
  index: 1,
13117
- parentRelationType: oe.FixedArguments,
13122
+ parentRelationType: ae.FixedArguments,
13118
13123
  parent: fYe
13119
13124
  }, hYe = {
13120
13125
  id: "iterate-over-string-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",
@@ -13166,7 +13171,7 @@ the table belongs to`,
13166
13171
  dataType: yYe,
13167
13172
  required: !0,
13168
13173
  index: 0,
13169
- parentRelationType: oe.FixedArguments,
13174
+ parentRelationType: ae.FixedArguments,
13170
13175
  parent: mYe
13171
13176
  }, vYe = {
13172
13177
  id: "iterate-over-string-loop-body-any-dynamic-argument-parent-ref-id",
@@ -13189,7 +13194,7 @@ the table belongs to`,
13189
13194
  dataType: null,
13190
13195
  required: !1,
13191
13196
  index: 2,
13192
- parentRelationType: oe.DynamicArgument,
13197
+ parentRelationType: ae.DynamicArgument,
13193
13198
  parent: vYe
13194
13199
  }, EYe = {
13195
13200
  id: "iterate-over-string-loop-body-any-dynamic-return-parent-ref-id",
@@ -13212,7 +13217,7 @@ the table belongs to`,
13212
13217
  dataType: null,
13213
13218
  required: !1,
13214
13219
  index: 0,
13215
- parentRelationType: oe.DynamicReturn,
13220
+ parentRelationType: ae.DynamicReturn,
13216
13221
  parent: EYe
13217
13222
  }, sb = {
13218
13223
  id: kl.body.id,
@@ -13284,7 +13289,7 @@ the table belongs to`,
13284
13289
  dataType: bYe,
13285
13290
  index: 0,
13286
13291
  parent: gYe,
13287
- parentRelationType: oe.FixedArguments
13292
+ parentRelationType: ae.FixedArguments
13288
13293
  }, _Ye = {
13289
13294
  id: "iterate-over-list-loop-dynamic-return-declaration-parent-ref-id",
13290
13295
  type: f.GenericReference,
@@ -13307,7 +13312,7 @@ the table belongs to`,
13307
13312
  dataType: null,
13308
13313
  index: 0,
13309
13314
  parent: _Ye,
13310
- parentRelationType: oe.DynamicReturn
13315
+ parentRelationType: ae.DynamicReturn
13311
13316
  }, Kl = {
13312
13317
  id: We.List,
13313
13318
  type: f.ActionDescriptor,
@@ -13373,7 +13378,7 @@ the table belongs to`,
13373
13378
  dataType: DYe,
13374
13379
  required: !0,
13375
13380
  index: 1,
13376
- parentRelationType: oe.FixedArguments,
13381
+ parentRelationType: ae.FixedArguments,
13377
13382
  parent: OYe
13378
13383
  }, $Ye = {
13379
13384
  id: "iterate-over-list-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",
@@ -13425,7 +13430,7 @@ the table belongs to`,
13425
13430
  dataType: PYe,
13426
13431
  required: !0,
13427
13432
  index: 0,
13428
- parentRelationType: oe.FixedArguments,
13433
+ parentRelationType: ae.FixedArguments,
13429
13434
  parent: NYe
13430
13435
  }, xYe = {
13431
13436
  id: "iterate-over-list-loop-body-any-dynamic-argument-parent-ref-id",
@@ -13448,7 +13453,7 @@ the table belongs to`,
13448
13453
  dataType: null,
13449
13454
  required: !1,
13450
13455
  index: 2,
13451
- parentRelationType: oe.DynamicArgument,
13456
+ parentRelationType: ae.DynamicArgument,
13452
13457
  parent: xYe
13453
13458
  }, BYe = {
13454
13459
  id: "iterate-over-list-loop-body-any-dynamic-return-parent-ref-id",
@@ -13471,7 +13476,7 @@ the table belongs to`,
13471
13476
  dataType: null,
13472
13477
  required: !1,
13473
13478
  index: 0,
13474
- parentRelationType: oe.DynamicReturn,
13479
+ parentRelationType: ae.DynamicReturn,
13475
13480
  parent: BYe
13476
13481
  }, $m = {
13477
13482
  id: Sl.body.id,
@@ -13543,7 +13548,7 @@ the table belongs to`,
13543
13548
  dataType: jYe,
13544
13549
  index: 0,
13545
13550
  parent: GYe,
13546
- parentRelationType: oe.FixedArguments
13551
+ parentRelationType: ae.FixedArguments
13547
13552
  }, kYe = {
13548
13553
  id: "iterate-over-object-keys-loop-dynamic-return-declaration-parent-ref-id",
13549
13554
  type: f.GenericReference,
@@ -13566,7 +13571,7 @@ the table belongs to`,
13566
13571
  dataType: null,
13567
13572
  index: 0,
13568
13573
  parent: kYe,
13569
- parentRelationType: oe.DynamicReturn
13574
+ parentRelationType: ae.DynamicReturn
13570
13575
  }, af = {
13571
13576
  id: We.ObjectKeys,
13572
13577
  type: f.ActionDescriptor,
@@ -13634,7 +13639,7 @@ the table belongs to`,
13634
13639
  dataType: qYe,
13635
13640
  required: !0,
13636
13641
  index: 1,
13637
- parentRelationType: oe.FixedArguments,
13642
+ parentRelationType: ae.FixedArguments,
13638
13643
  parent: ZYe
13639
13644
  }, HYe = {
13640
13645
  id: "iterate-over-object-keys-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",
@@ -13686,7 +13691,7 @@ the table belongs to`,
13686
13691
  dataType: JYe,
13687
13692
  required: !0,
13688
13693
  index: 0,
13689
- parentRelationType: oe.FixedArguments,
13694
+ parentRelationType: ae.FixedArguments,
13690
13695
  parent: WYe
13691
13696
  }, YYe = {
13692
13697
  id: "iterate-over-object-keys-loop-body-any-dynamic-argument-parent-ref-id",
@@ -13709,7 +13714,7 @@ the table belongs to`,
13709
13714
  dataType: null,
13710
13715
  required: !1,
13711
13716
  index: 2,
13712
- parentRelationType: oe.DynamicArgument,
13717
+ parentRelationType: ae.DynamicArgument,
13713
13718
  parent: YYe
13714
13719
  }, QYe = {
13715
13720
  id: "iterate-over-object-keys-loop-body-any-dynamic-return-parent-ref-id",
@@ -13732,7 +13737,7 @@ the table belongs to`,
13732
13737
  dataType: null,
13733
13738
  required: !1,
13734
13739
  index: 0,
13735
- parentRelationType: oe.DynamicReturn,
13740
+ parentRelationType: ae.DynamicReturn,
13736
13741
  parent: QYe
13737
13742
  }, dN = {
13738
13743
  id: ql.body.id,
@@ -13804,7 +13809,7 @@ the table belongs to`,
13804
13809
  dataType: rXe,
13805
13810
  index: 0,
13806
13811
  parent: iXe,
13807
- parentRelationType: oe.FixedArguments
13812
+ parentRelationType: ae.FixedArguments
13808
13813
  }, sXe = {
13809
13814
  id: "iterate-over-object-values-loop-dynamic-return-declaration-parent-ref-id",
13810
13815
  type: f.GenericReference,
@@ -13827,7 +13832,7 @@ the table belongs to`,
13827
13832
  dataType: null,
13828
13833
  index: 0,
13829
13834
  parent: sXe,
13830
- parentRelationType: oe.DynamicReturn
13835
+ parentRelationType: ae.DynamicReturn
13831
13836
  }, of = {
13832
13837
  id: We.ObjectValues,
13833
13838
  type: f.ActionDescriptor,
@@ -13895,7 +13900,7 @@ the table belongs to`,
13895
13900
  dataType: lXe,
13896
13901
  required: !0,
13897
13902
  index: 1,
13898
- parentRelationType: oe.FixedArguments,
13903
+ parentRelationType: ae.FixedArguments,
13899
13904
  parent: dXe
13900
13905
  }, uXe = {
13901
13906
  id: "iterate-over-object-values-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",
@@ -13947,7 +13952,7 @@ the table belongs to`,
13947
13952
  dataType: cXe,
13948
13953
  required: !0,
13949
13954
  index: 0,
13950
- parentRelationType: oe.FixedArguments,
13955
+ parentRelationType: ae.FixedArguments,
13951
13956
  parent: pXe
13952
13957
  }, hXe = {
13953
13958
  id: "iterate-over-object-values-loop-body-any-dynamic-argument-parent-ref-id",
@@ -13970,7 +13975,7 @@ the table belongs to`,
13970
13975
  dataType: null,
13971
13976
  required: !1,
13972
13977
  index: 2,
13973
- parentRelationType: oe.DynamicArgument,
13978
+ parentRelationType: ae.DynamicArgument,
13974
13979
  parent: hXe
13975
13980
  }, mXe = {
13976
13981
  id: "iterate-over-object-values-loop-body-any-dynamic-return-parent-ref-id",
@@ -13993,7 +13998,7 @@ the table belongs to`,
13993
13998
  dataType: null,
13994
13999
  required: !1,
13995
14000
  index: 0,
13996
- parentRelationType: oe.DynamicReturn,
14001
+ parentRelationType: ae.DynamicReturn,
13997
14002
  parent: mXe
13998
14003
  }, pN = {
13999
14004
  id: Zl.body.id,
@@ -14086,7 +14091,7 @@ the table belongs to`,
14086
14091
  defaultValue: EXe,
14087
14092
  index: 0,
14088
14093
  parent: bXe,
14089
- parentRelationType: oe.FixedArguments
14094
+ parentRelationType: ae.FixedArguments
14090
14095
  }, wXe = {
14091
14096
  id: "counted-loop-dynamic-return-declaration-parent-ref-id",
14092
14097
  type: f.GenericReference,
@@ -14109,7 +14114,7 @@ the table belongs to`,
14109
14114
  dataType: null,
14110
14115
  index: 0,
14111
14116
  parent: wXe,
14112
- parentRelationType: oe.DynamicReturn
14117
+ parentRelationType: ae.DynamicReturn
14113
14118
  }, Pm = {
14114
14119
  id: We.Counted,
14115
14120
  type: f.ActionDescriptor,
@@ -14175,7 +14180,7 @@ the table belongs to`,
14175
14180
  dataType: CXe,
14176
14181
  required: !0,
14177
14182
  index: 0,
14178
- parentRelationType: oe.FixedArguments,
14183
+ parentRelationType: ae.FixedArguments,
14179
14184
  parent: DXe
14180
14185
  }, OXe = {
14181
14186
  id: "counted-loop-body-any-dynamic-argument-parent-ref-id",
@@ -14198,7 +14203,7 @@ the table belongs to`,
14198
14203
  dataType: null,
14199
14204
  required: !1,
14200
14205
  index: 1,
14201
- parentRelationType: oe.DynamicArgument,
14206
+ parentRelationType: ae.DynamicArgument,
14202
14207
  parent: OXe
14203
14208
  }, PXe = {
14204
14209
  id: "counted-loop-body-any-dynamic-return-parent-ref-id",
@@ -14221,7 +14226,7 @@ the table belongs to`,
14221
14226
  dataType: null,
14222
14227
  required: !1,
14223
14228
  index: 0,
14224
- parentRelationType: oe.DynamicReturn,
14229
+ parentRelationType: ae.DynamicReturn,
14225
14230
  parent: PXe
14226
14231
  }, lb = {
14227
14232
  id: lf.body.id,
@@ -14676,7 +14681,7 @@ the table belongs to`,
14676
14681
  },
14677
14682
  required: !0,
14678
14683
  index: 0,
14679
- parentRelationType: oe.FixedArguments,
14684
+ parentRelationType: ae.FixedArguments,
14680
14685
  parent: sQe
14681
14686
  }, aQe = {
14682
14687
  id: "endpointReachedTriggerActionDescriptorRefTwo",
@@ -14714,7 +14719,7 @@ the table belongs to`,
14714
14719
  },
14715
14720
  required: !0,
14716
14721
  index: 1,
14717
- parentRelationType: oe.FixedArguments,
14722
+ parentRelationType: ae.FixedArguments,
14718
14723
  parent: aQe
14719
14724
  }, oQe = {
14720
14725
  id: "endpointReachedTriggerActionDescriptorRefThree",
@@ -14752,7 +14757,7 @@ the table belongs to`,
14752
14757
  },
14753
14758
  required: !0,
14754
14759
  index: 2,
14755
- parentRelationType: oe.FixedArguments,
14760
+ parentRelationType: ae.FixedArguments,
14756
14761
  parent: oQe
14757
14762
  }, lQe = {
14758
14763
  id: "endpointReachedTriggerActionDescriptorRefFour",
@@ -14775,7 +14780,7 @@ the table belongs to`,
14775
14780
  defaultValue: null,
14776
14781
  index: 3,
14777
14782
  required: !0,
14778
- parentRelationType: oe.FixedArguments,
14783
+ parentRelationType: ae.FixedArguments,
14779
14784
  parent: lQe
14780
14785
  }, dQe = {
14781
14786
  id: "endpointResponseCodeReturnDeclarationRef",
@@ -14848,7 +14853,7 @@ the table belongs to`,
14848
14853
  },
14849
14854
  required: !0,
14850
14855
  index: 0,
14851
- parentRelationType: oe.FixedReturns,
14856
+ parentRelationType: ae.FixedReturns,
14852
14857
  parent: cQe
14853
14858
  }, fQe = {
14854
14859
  id: "endpointResponseHeadersDataTypeRef",
@@ -14921,7 +14926,7 @@ the table belongs to`,
14921
14926
  },
14922
14927
  required: !1,
14923
14928
  index: 1,
14924
- parentRelationType: oe.FixedReturns,
14929
+ parentRelationType: ae.FixedReturns,
14925
14930
  parent: mQe
14926
14931
  }, vQe = {
14927
14932
  id: "endpointResponseBodyReturnDeclarationRef",
@@ -14973,7 +14978,7 @@ the table belongs to`,
14973
14978
  defaultValue: null,
14974
14979
  required: !1,
14975
14980
  index: 2,
14976
- parentRelationType: oe.FixedReturns,
14981
+ parentRelationType: ae.FixedReturns,
14977
14982
  parent: EQe
14978
14983
  }, IQe = {
14979
14984
  id: "endpointBuiltInBaseEntityRefFour",
@@ -16054,7 +16059,7 @@ const xN = {
16054
16059
  defaultValue: null,
16055
16060
  dataType: null,
16056
16061
  required: !1,
16057
- parentRelationType: oe.FixedArguments,
16062
+ parentRelationType: ae.FixedArguments,
16058
16063
  index: 0,
16059
16064
  parent: pet
16060
16065
  }, wu = {
@@ -16092,7 +16097,7 @@ const xN = {
16092
16097
  defaultValue: null,
16093
16098
  dataType: null,
16094
16099
  required: !1,
16095
- parentRelationType: oe.FixedArguments,
16100
+ parentRelationType: ae.FixedArguments,
16096
16101
  index: 0,
16097
16102
  parent: yet
16098
16103
  }, LN = {
@@ -16162,7 +16167,7 @@ const xN = {
16162
16167
  defaultValue: null,
16163
16168
  dataType: Eet,
16164
16169
  required: !0,
16165
- parentRelationType: oe.FixedArguments,
16170
+ parentRelationType: ae.FixedArguments,
16166
16171
  index: 0,
16167
16172
  parent: Iet
16168
16173
  }, bet = {
@@ -16214,7 +16219,7 @@ const xN = {
16214
16219
  defaultValue: null,
16215
16220
  dataType: get,
16216
16221
  required: !0,
16217
- parentRelationType: oe.FixedArguments,
16222
+ parentRelationType: ae.FixedArguments,
16218
16223
  index: 1,
16219
16224
  parent: wet
16220
16225
  }, pf = {
@@ -16284,7 +16289,7 @@ const xN = {
16284
16289
  defaultValue: null,
16285
16290
  dataType: Cet,
16286
16291
  required: !0,
16287
- parentRelationType: oe.FixedArguments,
16292
+ parentRelationType: ae.FixedArguments,
16288
16293
  index: 0,
16289
16294
  parent: Det
16290
16295
  }, $et = {
@@ -16336,7 +16341,7 @@ const xN = {
16336
16341
  defaultValue: null,
16337
16342
  dataType: Pet,
16338
16343
  required: !0,
16339
- parentRelationType: oe.FixedArguments,
16344
+ parentRelationType: ae.FixedArguments,
16340
16345
  index: 1,
16341
16346
  parent: Net
16342
16347
  }, BN = {
@@ -16406,7 +16411,7 @@ const xN = {
16406
16411
  defaultValue: null,
16407
16412
  dataType: Let,
16408
16413
  required: !0,
16409
- parentRelationType: oe.FixedArguments,
16414
+ parentRelationType: ae.FixedArguments,
16410
16415
  index: 0,
16411
16416
  parent: Bet
16412
16417
  }, Uet = {
@@ -16458,7 +16463,7 @@ const xN = {
16458
16463
  defaultValue: null,
16459
16464
  dataType: jet,
16460
16465
  required: !0,
16461
- parentRelationType: oe.FixedArguments,
16466
+ parentRelationType: ae.FixedArguments,
16462
16467
  index: 1,
16463
16468
  parent: Get
16464
16469
  }, MN = {
@@ -16528,7 +16533,7 @@ const xN = {
16528
16533
  defaultValue: null,
16529
16534
  dataType: Ket,
16530
16535
  required: !0,
16531
- parentRelationType: oe.FixedArguments,
16536
+ parentRelationType: ae.FixedArguments,
16532
16537
  index: 0,
16533
16538
  parent: qet
16534
16539
  }, Het = {
@@ -16580,7 +16585,7 @@ const xN = {
16580
16585
  defaultValue: null,
16581
16586
  dataType: Jet,
16582
16587
  required: !0,
16583
- parentRelationType: oe.FixedArguments,
16588
+ parentRelationType: ae.FixedArguments,
16584
16589
  index: 1,
16585
16590
  parent: Wet
16586
16591
  }, UN = {
@@ -16623,7 +16628,7 @@ const Yet = {
16623
16628
  defaultValue: null,
16624
16629
  dataType: null,
16625
16630
  required: !0,
16626
- parentRelationType: oe.FixedArguments,
16631
+ parentRelationType: ae.FixedArguments,
16627
16632
  index: 0,
16628
16633
  parent: Yet
16629
16634
  };
@@ -16648,7 +16653,7 @@ const Qet = {
16648
16653
  defaultValue: null,
16649
16654
  dataType: null,
16650
16655
  required: !0,
16651
- parentRelationType: oe.FixedArguments,
16656
+ parentRelationType: ae.FixedArguments,
16652
16657
  index: 1,
16653
16658
  parent: Qet
16654
16659
  }, jN = {
@@ -16688,7 +16693,7 @@ const ttt = {
16688
16693
  defaultValue: null,
16689
16694
  dataType: null,
16690
16695
  required: !0,
16691
- parentRelationType: oe.FixedArguments,
16696
+ parentRelationType: ae.FixedArguments,
16692
16697
  index: 0,
16693
16698
  parent: ttt
16694
16699
  };
@@ -16713,7 +16718,7 @@ const itt = {
16713
16718
  defaultValue: null,
16714
16719
  dataType: null,
16715
16720
  required: !0,
16716
- parentRelationType: oe.FixedArguments,
16721
+ parentRelationType: ae.FixedArguments,
16717
16722
  index: 1,
16718
16723
  parent: itt
16719
16724
  }, GN = {
@@ -16807,7 +16812,7 @@ const itt = {
16807
16812
  required: !0,
16808
16813
  index: 0,
16809
16814
  parent: null,
16810
- parentRelationType: oe.OngoingProcessExecution
16815
+ parentRelationType: ae.OngoingProcessExecution
16811
16816
  }, vb = de[f.ValueDescriptor][Xp.SearchErrorOutputDescriptor], ptt = {
16812
16817
  type: f.GenericReference,
16813
16818
  id: "182f767f-50e8-4394-ba5f-43e78c232733",
@@ -16853,7 +16858,7 @@ const itt = {
16853
16858
  required: !0,
16854
16859
  index: 0,
16855
16860
  parent: null,
16856
- parentRelationType: oe.ReturnedError
16861
+ parentRelationType: ae.ReturnedError
16857
16862
  }, htt = [
16858
16863
  mb,
16859
16864
  FN
@@ -27840,7 +27845,7 @@ const ypt = {
27840
27845
  description: null,
27841
27846
  dataType: null,
27842
27847
  required: !0,
27843
- parentRelationType: oe.FixedReturns,
27848
+ parentRelationType: ae.FixedReturns,
27844
27849
  index: 0,
27845
27850
  parent: Tpt
27846
27851
  }, Ept = {
@@ -32213,7 +32218,7 @@ const O0t = {
32213
32218
  deleted: !1,
32214
32219
  defaultValue: null,
32215
32220
  dataType: yvt,
32216
- parentRelationType: oe.FixedReturns,
32221
+ parentRelationType: ae.FixedReturns,
32217
32222
  name: "Found person",
32218
32223
  codeName: null,
32219
32224
  description: "The person entity that was found",
@@ -32269,7 +32274,7 @@ const Ivt = {
32269
32274
  codeName: null,
32270
32275
  name: "Person ID",
32271
32276
  description: "The unique identifier (ID) property of the person entity",
32272
- parentRelationType: oe.FixedArguments,
32277
+ parentRelationType: ae.FixedArguments,
32273
32278
  index: 0,
32274
32279
  required: !0,
32275
32280
  parent: Ivt
@@ -33409,7 +33414,7 @@ const iTt = {
33409
33414
  defaultValue: null,
33410
33415
  dataType: null,
33411
33416
  required: !0,
33412
- parentRelationType: oe.FixedReturns,
33417
+ parentRelationType: ae.FixedReturns,
33413
33418
  index: 0,
33414
33419
  parent: eEt
33415
33420
  }, tEt = {
@@ -34578,7 +34583,7 @@ function Pp(d) {
34578
34583
  return d.charAt(0).toLowerCase() + d.slice(1);
34579
34584
  }
34580
34585
  var Z = /* @__PURE__ */ ((d) => (d.Error = "error", d.Warning = "warning", d))(Z || {}), ne = /* @__PURE__ */ ((d) => (d.InvalidObjectStructure = "invalid-object-structure", d.NameNotUniqueInScope = "name-not-unique-in-scope", d.NameAsResolvedCodeNameNotUniqueInScope = "name-as-resolved-code-name-not-unique-in-scope", d.NameMustStartWithLetterOrUnderscore = "name-must-start-with-letter-or-underscore", d.NameCanOnlyContainLettersNumbersUnderscoreAndSpaces = "name-can-only-contain-letters-numbers-underscore-and-spaces", d.NameIsForbiddenKeyword = "name-is-forbidden-keyword", d.EmptyName = "empty-name", d.MissingCaller = "missing-caller", d.PropertyOverwritesOtherSiblingWithSameName = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherSiblingWithSameImplementation = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameName = "property-overwrites-base-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameImplementation = "property-overwrites-base-property-with-same-name", d.MethodOverwritesOtherSiblingWithSameName = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherSiblingWithSameImplementation = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameName = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameName = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesBaseMethodWithSameName = "method-overwrites-base-method-with-same-name", d.MethodOverwritesBaseMethodWithSameImplementation = "method-overwrites-base-method-with-same-name", d.LoopBodyFunctionOverwrite = "loop-body-function-overwrite", d.NoOverlapWithImplementedSignature = "no-overlap-with-implemented-signature", d.ReaderWriterIncompatibleDataType = "reader-writer-incompatible-data-type", d.UnreachableEntity = "unreachable-entity", d.InternalCallParentMissingDataType = "internal-call-parent-missing-data-type", d.InternalCallParentDeclarationEntityInvalidType = "internal-call-parent-declaration-entity-invalid-type", d.InternalCallDeclarationNotFoundInParentDatatypeEntity = "internal-call-declaration-not-found-in-parent-datatype-entity", d.InternalCallDeclarationIsNotFunctionDeclaration = "internal-call-declaration-is-not-function-declaration", d.InternalCallDeclarationNotInParentDatatypeEntity = "internal-call-declaration-not-in-parent-datatype-entity", d.GlobalVariableDeclarationCannotCatchError = "global-variable-declaration-cannot-catch-error", d.GlobalVariableDeclarationCannotCallOnError = "global-variable-declaration-cannot-call-on-error", d.GlobalVariableDeclarationCannotBeCalled = "global-variable-declaration-cannot-be-called", d))(ne || {}), K = /* @__PURE__ */ ((d) => (d.RootReference = "root-reference", d.InvalidUUIDStringFormat = "invalid-uuid-string-format", d.ReferencedEntityNotFound = "referenced-entity-not-found", d.EntityIdNotUnique = "entity-id-not-unique", d.BuiltInEntityGenerated = "built-in-entity-generated", d.BuiltInEntityUpdated = "built-in-entity-updated", d.BuiltInEntityDeleted = "built-in-entity-deleted", d.UnknownEntityType = "unknown-entity-type", d.MissingTypeProperty = "missing-type-property", d.MissingIdProperty = "missing-id-property", d.BuiltInEntityParent = "built-in-entity-parent", d.InvalidBuiltInEntityReference = "invalid-built-in-entity-reference", d.RecommendedImplementAbstractEntityAction = "recommended-implement-abstract-entity-action", d.RecommendedImplementOperationAction = "recommended-implement-operation-action", d.RecommendedImplementFunctionCallAction = "recommended-implement-function-call-action", d.RecommendedImplementVariableDeclarationAction = "recommended-implement-variable-declaration-action", d.RecommendedImplementVariableInstanceAction = "recommended-implement-variable-instance-action", d.RecommendedImplementConditionAction = "recommended-implement-condition-action", d.InvalidReferenceObjectStructure = "invalid-reference-object-structure", d.ContainsSingleButShouldBeReferenceList = "contains-single-but-should-be-reference-list", d.ContainsListButShouldReferenceSingle = "contains-list-but-should-reference-single", d.InvalidParentReference = "invalid-parent-reference", d.InvalidImplementsReference = "invalid-implements-reference", d.InvalidExtendsReference = "invalid-extends-reference", d.InvalidGenerationActionPayload = "invalid-generation-action-payload", d.InvalidReference = "invalid-reference", d.InvalidInternalCallParentRelation = "invalid-internal-call-parent-relation", d.InvalidUpdateEntityOperation = "invalid-update-entity-operation", d.NewEntityWouldOverriteExisting = "new-entity-would-overrite-existing", d.InvalidDownstreamPropertyOverride = "invalid-downstream-property-override", d.UnrecognizedProperty = "unrecognized-property", d.SelfReference = "self-reference", d.DuplicateReference = "duplicate-reference", d.CallerWithIncompatibleScope = "caller-with-incompatible-scope", d.InvalidFunctionDeclarationForFunctionCall = "invalid-function-declaration-for-function-call", d.InvalidInputMapDeclaration = "invalid-input-map-declaration", d.InvalidActionDescriptorForOperation = "invalid-action-descriptor-for-operation", d.InvalidActionDescriptorForCondition = "invalid-action-descriptor-for-condition", d.InvalidActionDescriptorForLoop = "invalid-action-descriptor-for-loop", d.InvalidInmutablePropertyOverride = "invalid-inmutable-property-override", d.OutputOverwrite = "output-overwrite", d.InputOverwrite = "input-overwrite", d.IncompatibleScope = "incompatible-scope", d.InvalidParentUpdate = "invalid-parent-update", d.NonInteractiveEntityReferenced = "non-interactive-entity-referenced", d.InvalidParentRelationType = "invalid-parent-relation-type", d))(K || {}), te = /* @__PURE__ */ ((d) => (d.NoPrimaryKeyProperty = "no-primary-key-property", d.ScopeWithoutLogic = "scope-without-logic", d.AbstractEntityImplements = "abstract-entity-implements", d.ImplementsIncompatibleEntities = "implements-incompatible-entities", d.ExtendsIncompatibleEntities = "extends-incompatible-entities", d.NonAbstractExtendingAbstractEntity = "non-abstract-extending-abstract-entity", d.AbstractExtendingNonAbstractEntity = "abstract-extending-non-abstract-entity", d.NonStaticExtendingStaticEntity = "non-static-extending-static-entity", d.StaticExtendingNonStaticEntity = "static-extending-non-static-entity", d.StaticImplementingNonStaticEntity = "static-implementing-non-static-entity", d.NonStaticImplementingStaticEntity = "non-static-implementing-static-entity", d.ImplementingNonAbstractEntity = "implementing-non-abstract-entity", d.ExtendingNonInteractiveEntity = "extending-non-interactive-entity", d.AbstractEntityWithNonAbstractMethods = "abstract-entity-with-non-abstract-methods", d.AbstractEntityWithNonAbstractProperties = "abstract-entity-with-non-abstract-properties", d.StaticEntityWithNonStaticProperties = "static-entity-with-non-static-properties", d.NonStaticPropertyInStaticEntity = "non-static-property-in-static-entity", d.AbstractPropertyInNonAbstractEntity = "abstract-property-in-non-abstract-entity", d.AbstractMethodInNonAbstractEntity = "abstract-method-in-non-abstract-entity", d.IncorrectEntityImplementation = "incorrect-entity-implementation", d.IncorrectMethodImplementation = "incorrect-method-implementation", d.IncorrectPropertyImplementation = "incorrect-property-implementation", d.PropertyImplementsNonAbstact = "property-implements-non-abstract", d.NonStaticPropertyImplementsStatic = "non-static-property-implements-static", d.StaticPropertyImplementsNonStatic = "static-property-implements-non-static", d.PropertyImplementsIncompatibleType = "property-implements-incompatible-type", d.MissingPropertyImplementation = "missing-property-implementation", d.MissingMethodImplementation = "missing-method-implementation", d.NoProperties = "no-properties", d.ReadingFromIncompatibleType = "reading-from-incompatible-type", d.WritingToIncompatibleType = "writing-to-incompatible-type", d.InvalidPropertiesCombination = "invalid-properties-combination", d.DisconnectedCallableEntity = "disconnected-callable-entity", d.VariableReadsValueAndInternalCall = "variable-reads-value-and-internal-call", d.VariableWritesValuesAndInternalCall = "variable-writes-values-and-internal-call", d.VariableHasInputsAndInternalCall = "variable-has-inputs-and-internal-calls", d.VariableHasOutputsAndInternalCall = "variable-has-outputs-and-internal-call", d.VariableIsCalledAndHasInternalCall = "variable-is-called-and-has-internal-call", d.VariableCallsOthersAndHasInternalCall = "variable-calls-others-and-has-internal-call", d.MissingRequiredValue = "missing-required-value", d.LackingReturnStatementOnSomeBranches = "lacking-return-statement-on-some-branches", d.LastCalledEntityMustBeReturnEntity = "last-called-entity-must-be-return-entity", d))(te || {});
34581
- class ae {
34586
+ class oe {
34582
34587
  constructor(u) {
34583
34588
  // A deterministic error code, so if the same error occurs again in a subsequent validation run,
34584
34589
  // it can be identified as the same problem
@@ -36854,7 +36859,7 @@ const Pt = class Pt extends Vr {
36854
36859
  " and "
36855
36860
  )}.` : "The parent entity has all the arguments it needs implemented.";
36856
36861
  b ? N && p.push(
36857
- new ae({
36862
+ new oe({
36858
36863
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
36859
36864
  code: ne.NoOverlapWithImplementedSignature,
36860
36865
  severity: Z.Error,
@@ -36864,7 +36869,7 @@ ${B}
36864
36869
  ${M}`
36865
36870
  })
36866
36871
  ) : p.push(
36867
- new ae({
36872
+ new oe({
36868
36873
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
36869
36874
  code: ne.NoOverlapWithImplementedSignature,
36870
36875
  severity: Z.Error,
@@ -36890,7 +36895,7 @@ ${M}`
36890
36895
  validateGeneratedUpdate(r) {
36891
36896
  const a = [];
36892
36897
  return r.parent && a.push(
36893
- new ae({
36898
+ new oe({
36894
36899
  id: `${this.id}--${K.InvalidParentUpdate}`,
36895
36900
  code: K.InvalidParentUpdate,
36896
36901
  severity: Z.Error,
@@ -38060,7 +38065,7 @@ const Nt = class Nt extends Vr {
38060
38065
  }
38061
38066
  );
38062
38067
  if (M && p.push(
38063
- new ae({
38068
+ new oe({
38064
38069
  id: `${o.id}--${ne.MethodOverwritesOtherSiblingWithSameImplementation}`,
38065
38070
  code: ne.MethodOverwritesOtherSiblingWithSameImplementation,
38066
38071
  severity: Z.Error,
@@ -38085,7 +38090,7 @@ ${Pl}`, k += `
38085
38090
 
38086
38091
  Note that when entities are added to the canvas the often autogenerate all needed children automatically.`, k += `
38087
38092
  The parent '${f.DefinitionEntity}' entity with id '${D.id}' likely already has all the needed children.`, p.push(
38088
- new ae({
38093
+ new oe({
38089
38094
  id: `${r.id}--${K.NonInteractiveEntityReferenced}`,
38090
38095
  code: K.NonInteractiveEntityReferenced,
38091
38096
  severity: Z.Error,
@@ -38097,7 +38102,7 @@ The parent '${f.DefinitionEntity}' entity with id '${D.id}' likely already has a
38097
38102
  D.abstractMethods.find(
38098
38103
  (re) => re.id === k
38099
38104
  ) || p.push(
38100
- new ae({
38105
+ new oe({
38101
38106
  id: `${o.id}--${K.InvalidImplementsReference}`,
38102
38107
  code: K.InvalidImplementsReference,
38103
38108
  severity: Z.Error,
@@ -38111,7 +38116,7 @@ If you want to modify the existing implementation, you can update the existing m
38111
38116
  } else if (v && v.type === f.Loop) {
38112
38117
  const D = v.body;
38113
38118
  D && ((A = D.implements) == null ? void 0 : A.id) === o.implements && p.push(
38114
- new ae({
38119
+ new oe({
38115
38120
  id: `${o.id}--${ne.LoopBodyFunctionOverwrite}`,
38116
38121
  code: ne.LoopBodyFunctionOverwrite,
38117
38122
  severity: Z.Error,
@@ -38121,7 +38126,7 @@ If you want to modify the existing implementation, you can update the existing m
38121
38126
  }
38122
38127
  const T = o.parent && a.get(o.parent) || a.getBuiltIn(o.parent), b = T ? xl(T) : null;
38123
38128
  return b && p.push(
38124
- new ae({
38129
+ new oe({
38125
38130
  id: `${r.id}--${K.BuiltInEntityParent}`,
38126
38131
  code: K.BuiltInEntityParent,
38127
38132
  severity: Z.Error,
@@ -38158,7 +38163,7 @@ If you want to modify the existing implementation, you can update the existing m
38158
38163
  validateGeneratedUpdate(r) {
38159
38164
  const a = [];
38160
38165
  return r.parent && (this.parent.type === f.Project ? a.push(
38161
- new ae({
38166
+ new oe({
38162
38167
  id: `${this.id}--${K.InvalidParentUpdate}`,
38163
38168
  code: K.InvalidParentUpdate,
38164
38169
  severity: Z.Error,
@@ -38166,7 +38171,7 @@ If you want to modify the existing implementation, you can update the existing m
38166
38171
  This is likely an incorrect strategy because this is a globally declared '${this.type}' entity which can only have the root project as its parent.`
38167
38172
  })
38168
38173
  ) : a.push(
38169
- new ae({
38174
+ new oe({
38170
38175
  id: `${this.id}--${K.InvalidParentUpdate}`,
38171
38176
  code: K.InvalidParentUpdate,
38172
38177
  severity: Z.Error,
@@ -39333,7 +39338,7 @@ Please consider than any updates might affect the overlap with the signature of
39333
39338
  )) {
39334
39339
  var N, B, M;
39335
39340
  const a = [], o = [], p = [], e = [], h = (((N = this.implements) == null ? void 0 : N.inputs) || []).filter(
39336
- (k) => k.parentRelationType === oe.FixedArguments && !this.inputs.find(
39341
+ (k) => k.parentRelationType === ae.FixedArguments && !this.inputs.find(
39337
39342
  (S) => {
39338
39343
  var re;
39339
39344
  return ((re = S.implements) == null ? void 0 : re.id) === k.id;
@@ -39485,7 +39490,7 @@ function XAt(d, u) {
39485
39490
  if (d.parent)
39486
39491
  if (d.id === d.parent)
39487
39492
  r.push(
39488
- new ae({
39493
+ new oe({
39489
39494
  id: `${d.id}--${d.parent}--${K.SelfReference}`,
39490
39495
  code: K.SelfReference,
39491
39496
  severity: Z.Error,
@@ -39495,14 +39500,14 @@ function XAt(d, u) {
39495
39500
  else {
39496
39501
  const p = u.get(d.parent);
39497
39502
  p ? a.includes(p.type) || r.push(
39498
- new ae({
39503
+ new oe({
39499
39504
  id: `${d.id}--${d.parent}--${K.InvalidParentReference}`,
39500
39505
  code: K.InvalidParentReference,
39501
39506
  severity: Z.Error,
39502
39507
  message: `Entity of type "${d.type}" with id "${d.id}", has a parent reference that isn't pointing to an entity of type ${o}.`
39503
39508
  })
39504
39509
  ) : r.push(
39505
- new ae({
39510
+ new oe({
39506
39511
  id: `${d.id}--${d.parent}--${K.ReferencedEntityNotFound}`,
39507
39512
  code: K.ReferencedEntityNotFound,
39508
39513
  severity: Z.Error,
@@ -39512,7 +39517,7 @@ function XAt(d, u) {
39512
39517
  }
39513
39518
  else
39514
39519
  r.push(
39515
- new ae({
39520
+ new oe({
39516
39521
  id: `${d.id}--${ne.InvalidObjectStructure}`,
39517
39522
  code: ne.InvalidObjectStructure,
39518
39523
  severity: Z.Error,
@@ -39522,7 +39527,7 @@ function XAt(d, u) {
39522
39527
  if (d.entity) {
39523
39528
  if (d.id === d.entity)
39524
39529
  return r.push(
39525
- new ae({
39530
+ new oe({
39526
39531
  id: `${d.id}--${d.entity}--${K.SelfReference}`,
39527
39532
  code: K.SelfReference,
39528
39533
  severity: Z.Error,
@@ -39536,14 +39541,14 @@ function XAt(d, u) {
39536
39541
  f.ActionDescriptor,
39537
39542
  f.BuiltInBaseEntity
39538
39543
  ].includes(p.type) || r.push(
39539
- new ae({
39544
+ new oe({
39540
39545
  id: `${d.id}--${d.entity}--${K.InvalidImplementsReference}`,
39541
39546
  code: K.InvalidImplementsReference,
39542
39547
  severity: Z.Error,
39543
39548
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'entity' reference that isn't pointing to an entity of type 'definition-entity', 'primitive-entity', 'action-descriptor' or 'built-in-base-entity'.`
39544
39549
  })
39545
39550
  ) : r.push(
39546
- new ae({
39551
+ new oe({
39547
39552
  id: `${d.id}--${d.entity}--${K.ReferencedEntityNotFound}`,
39548
39553
  code: K.ReferencedEntityNotFound,
39549
39554
  severity: Z.Error,
@@ -39681,7 +39686,7 @@ const Vt = class Vt extends Vr {
39681
39686
  "' and '"
39682
39687
  )}'` : `entity with id '${D[0].id}'`;
39683
39688
  p.push(
39684
- new ae({
39689
+ new oe({
39685
39690
  id: `${r.id}--${K.NonInteractiveEntityReferenced}`,
39686
39691
  code: K.NonInteractiveEntityReferenced,
39687
39692
  severity: Z.Error,
@@ -39695,7 +39700,7 @@ ${Pl}`
39695
39700
  const h = o.parent && a.get(o.parent) || a.getBuiltIn(o.parent), v = h ? xl(h) : null;
39696
39701
  if (v)
39697
39702
  p.push(
39698
- new ae({
39703
+ new oe({
39699
39704
  id: `${r.id}--${K.BuiltInEntityParent}`,
39700
39705
  code: K.BuiltInEntityParent,
39701
39706
  severity: Z.Error,
@@ -39714,7 +39719,7 @@ ${Pl}`
39714
39719
  f.ValueDescriptor
39715
39720
  ];
39716
39721
  if (A.includes(b) && (o.parentRelationType && p.push(
39717
- new ae({
39722
+ new oe({
39718
39723
  id: `${r.id}--${K.InvalidParentRelationType}`,
39719
39724
  code: K.InvalidParentRelationType,
39720
39725
  severity: Z.Error,
@@ -39728,7 +39733,7 @@ The entitities of type '${nt(
39728
39733
  ), h.dataType)) {
39729
39734
  const D = (T = h.dataType) == null ? void 0 : T.id;
39730
39735
  p.push(
39731
- new ae({
39736
+ new oe({
39732
39737
  id: `${r.id}--${K.NewEntityWouldOverriteExisting}`,
39733
39738
  code: K.NewEntityWouldOverriteExisting,
39734
39739
  severity: Z.Error,
@@ -39748,7 +39753,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
39748
39753
  );
39749
39754
  }
39750
39755
  b === f.DataType && (!o.parentRelationType || !(o.parentRelationType === Ci.AndDataTypeGroup || o.parentRelationType === Ci.OrDataTypeGroup)) && p.push(
39751
- new ae({
39756
+ new oe({
39752
39757
  id: `${r.id}--${K.InvalidParentRelationType}`,
39753
39758
  code: K.InvalidParentRelationType,
39754
39759
  severity: Z.Error,
@@ -41158,7 +41163,7 @@ All built-in 'action-descriptor' entity ids are:
41158
41163
  - `)}.
41159
41164
  `;
41160
41165
  p.push(
41161
- new ae({
41166
+ new oe({
41162
41167
  id: `${o.id}--${K.InvalidReference}`,
41163
41168
  code: K.InvalidReference,
41164
41169
  severity: Z.Error,
@@ -41175,7 +41180,7 @@ References can either be an ID string or an object with exacly four properties:
41175
41180
  validateGeneratedUpdate(r) {
41176
41181
  const a = [];
41177
41182
  return r.parent && a.push(
41178
- new ae({
41183
+ new oe({
41179
41184
  id: `${this.id}--${K.InvalidParentUpdate}`,
41180
41185
  code: K.InvalidParentUpdate,
41181
41186
  severity: Z.Error,
@@ -42371,7 +42376,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
42371
42376
  }
42372
42377
  }), this.inputs.filter((v, T) => {
42373
42378
  const b = this.inputs.findIndex(
42374
- (D) => D.declaration === v.declaration && D !== v && v.declaration.parentRelationType !== oe.DynamicArgument
42379
+ (D) => D.declaration === v.declaration && D !== v && v.declaration.parentRelationType !== ae.DynamicArgument
42375
42380
  );
42376
42381
  if (b === -1)
42377
42382
  return !1;
@@ -42414,7 +42419,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
42414
42419
  }
42415
42420
  }), this.outputs.filter((v, T) => {
42416
42421
  const b = this.outputs.findIndex(
42417
- (D) => D.declaration === v.declaration && D !== v && v.declaration.parentRelationType !== oe.DynamicReturn
42422
+ (D) => D.declaration === v.declaration && D !== v && v.declaration.parentRelationType !== ae.DynamicReturn
42418
42423
  );
42419
42424
  if (b === -1)
42420
42425
  return !1;
@@ -42446,7 +42451,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
42446
42451
  )
42447
42452
  )) {
42448
42453
  const a = [], o = [], p = [], e = [], h = this.declaration.inputs.filter(
42449
- (A) => A.parentRelationType === oe.FixedArguments && !this.inputs.find(
42454
+ (A) => A.parentRelationType === ae.FixedArguments && !this.inputs.find(
42450
42455
  (D) => {
42451
42456
  var N;
42452
42457
  return ((N = D.declaration) == null ? void 0 : N.id) === A.id;
@@ -42507,7 +42512,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
42507
42512
  )
42508
42513
  )) {
42509
42514
  const a = [], o = [], p = [], e = [], h = this.declaration.outputs.filter(
42510
- (A) => A.parentRelationType === oe.FixedReturns && !this.outputs.find(
42515
+ (A) => A.parentRelationType === ae.FixedReturns && !this.outputs.find(
42511
42516
  (D) => {
42512
42517
  var N;
42513
42518
  return ((N = D.declaration) == null ? void 0 : N.id) === A.id;
@@ -42793,7 +42798,7 @@ const Lt = class Lt extends Vr {
42793
42798
  ];
42794
42799
  if (A.outputs.length)
42795
42800
  p.push(
42796
- new ae({
42801
+ new oe({
42797
42802
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
42798
42803
  code: ne.NoOverlapWithImplementedSignature,
42799
42804
  severity: Z.Error,
@@ -42804,7 +42809,7 @@ ${TP}`
42804
42809
  else {
42805
42810
  const M = (T = (v = N[0]) == null ? void 0 : v.outputs[0]) == null ? void 0 : T.name;
42806
42811
  M !== o.name && p.push(
42807
- new ae({
42812
+ new oe({
42808
42813
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
42809
42814
  code: ne.NoOverlapWithImplementedSignature,
42810
42815
  severity: Z.Error,
@@ -42840,7 +42845,7 @@ ${TP}`
42840
42845
  " and "
42841
42846
  )}.` : "The parent entity has all the returns it needs implemented.";
42842
42847
  N ? k && p.push(
42843
- new ae({
42848
+ new oe({
42844
42849
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
42845
42850
  code: ne.NoOverlapWithImplementedSignature,
42846
42851
  severity: Z.Error,
@@ -42850,7 +42855,7 @@ ${S}
42850
42855
  ${re}`
42851
42856
  })
42852
42857
  ) : p.push(
42853
- new ae({
42858
+ new oe({
42854
42859
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
42855
42860
  code: ne.NoOverlapWithImplementedSignature,
42856
42861
  severity: Z.Error,
@@ -42887,7 +42892,7 @@ ${re}`
42887
42892
  this
42888
42893
  );
42889
42894
  return o = p.modifiedData, a.push(...p.errors), o.parent && a.push(
42890
- new ae({
42895
+ new oe({
42891
42896
  id: `${this.id}--${K.InvalidParentUpdate}`,
42892
42897
  code: K.InvalidParentUpdate,
42893
42898
  severity: Z.Error,
@@ -44154,7 +44159,7 @@ const Zt = class Zt extends Vr {
44154
44159
  validateGeneratedUpdate(r) {
44155
44160
  const a = [];
44156
44161
  return r.parent && a.push(
44157
- new ae({
44162
+ new oe({
44158
44163
  id: `${this.id}--${K.InvalidParentUpdate}`,
44159
44164
  code: K.InvalidParentUpdate,
44160
44165
  severity: Z.Error,
@@ -45206,7 +45211,7 @@ const Dr = class Dr extends Vr {
45206
45211
  validateGeneratedUpdate(r) {
45207
45212
  const a = [];
45208
45213
  return r.parent && a.push(
45209
- new ae({
45214
+ new oe({
45210
45215
  id: `${this.id}--${K.InvalidParentUpdate}`,
45211
45216
  code: K.InvalidParentUpdate,
45212
45217
  severity: Z.Error,
@@ -46125,9 +46130,9 @@ Specifically for return statements the parent needs to always be the 'function-d
46125
46130
  self: this
46126
46131
  };
46127
46132
  const v = h.implements.outputs.find(
46128
- (D) => D.parentRelationType === oe.ReturnedError
46133
+ (D) => D.parentRelationType === ae.ReturnedError
46129
46134
  ), T = h.implements.outputs.filter(
46130
- (D) => D.parentRelationType !== oe.ReturnedError
46135
+ (D) => D.parentRelationType !== ae.ReturnedError
46131
46136
  );
46132
46137
  if (v && !this.throws) {
46133
46138
  const D = v.implementAsReturnDeclaration(r, this);
@@ -46351,7 +46356,7 @@ const IPt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
46351
46356
  ...Gr(o)
46352
46357
  ), !r.implements)
46353
46358
  p.push(
46354
- new ae({
46359
+ new oe({
46355
46360
  id: `${r.id}--${ne.InvalidObjectStructure}`,
46356
46361
  code: ne.InvalidObjectStructure,
46357
46362
  severity: Z.Error,
@@ -46365,7 +46370,7 @@ ${yI(
46365
46370
  r.implements
46366
46371
  ))
46367
46372
  p.push(
46368
- new ae({
46373
+ new oe({
46369
46374
  id: `${r.id}--${K.ReferencedEntityNotFound}`,
46370
46375
  code: K.ReferencedEntityNotFound,
46371
46376
  severity: Z.Error,
@@ -46379,7 +46384,7 @@ ${yI(
46379
46384
  (T) => T.id === r.implements
46380
46385
  ))
46381
46386
  p.push(
46382
- new ae({
46387
+ new oe({
46383
46388
  id: `${r.id}--${K.InvalidImplementsReference}`,
46384
46389
  code: K.InvalidImplementsReference,
46385
46390
  severity: Z.Error,
@@ -46394,7 +46399,7 @@ ${yI(
46394
46399
  (b) => b.implements.id === r.implements
46395
46400
  );
46396
46401
  T && p.push(
46397
- new ae({
46402
+ new oe({
46398
46403
  id: `${r.id}--${K.InvalidImplementsReference}`,
46399
46404
  code: K.InvalidImplementsReference,
46400
46405
  severity: Z.Error,
@@ -46417,7 +46422,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
46417
46422
  validateGeneratedUpdate(r) {
46418
46423
  const a = [];
46419
46424
  return r.parent && a.push(
46420
- new ae({
46425
+ new oe({
46421
46426
  id: `${this.id}--${K.InvalidParentUpdate}`,
46422
46427
  code: K.InvalidParentUpdate,
46423
46428
  severity: Z.Error,
@@ -47456,7 +47461,7 @@ const Mt = class Mt extends Vr {
47456
47461
  )}").`;
47457
47462
  A += `
47458
47463
  ${Pl}`, p.push(
47459
- new ae({
47464
+ new oe({
47460
47465
  id: `${r.id}--${K.NonInteractiveEntityReferenced}`,
47461
47466
  code: K.NonInteractiveEntityReferenced,
47462
47467
  severity: Z.Error,
@@ -47467,7 +47472,7 @@ ${Pl}`, p.push(
47467
47472
  } else if (h && h.type === f.DataType) {
47468
47473
  const v = h;
47469
47474
  v.entity && p.push(
47470
- new ae({
47475
+ new oe({
47471
47476
  id: `${r.id}--${K.NewEntityWouldOverriteExisting}`,
47472
47477
  code: K.NewEntityWouldOverriteExisting,
47473
47478
  severity: Z.Error,
@@ -47552,7 +47557,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
47552
47557
  validateGeneratedUpdate(r) {
47553
47558
  const a = [];
47554
47559
  return r.parent && a.push(
47555
- new ae({
47560
+ new oe({
47556
47561
  id: `${this.id}--${K.InvalidParentUpdate}`,
47557
47562
  code: K.InvalidParentUpdate,
47558
47563
  severity: Z.Error,
@@ -48991,7 +48996,7 @@ const dt = class dt extends Vr {
48991
48996
  ) ? a.conditionDeclarations.find(
48992
48997
  (T) => T.id === r.declaration
48993
48998
  ) || p.push(
48994
- new ae({
48999
+ new oe({
48995
49000
  id: `${r.id}--${K.InvalidImplementsReference}`,
48996
49001
  code: K.InvalidImplementsReference,
48997
49002
  severity: Z.Error,
@@ -48999,7 +49004,7 @@ const dt = class dt extends Vr {
48999
49004
  ${mI(a)}`
49000
49005
  })
49001
49006
  ) : p.push(
49002
- new ae({
49007
+ new oe({
49003
49008
  id: `${r.id}--${K.ReferencedEntityNotFound}`,
49004
49009
  code: K.ReferencedEntityNotFound,
49005
49010
  severity: Z.Error,
@@ -49007,7 +49012,7 @@ ${mI(a)}`
49007
49012
  ${mI(a)}`
49008
49013
  })
49009
49014
  ) : p.push(
49010
- new ae({
49015
+ new oe({
49011
49016
  id: `${r.id}--${ne.InvalidObjectStructure}`,
49012
49017
  code: ne.InvalidObjectStructure,
49013
49018
  severity: Z.Error,
@@ -49095,7 +49100,7 @@ ${mI(a)}`
49095
49100
  validateGeneratedUpdate(r) {
49096
49101
  const a = [];
49097
49102
  return r.parent && a.push(
49098
- new ae({
49103
+ new oe({
49099
49104
  id: `${this.id}--${K.InvalidParentUpdate}`,
49100
49105
  code: K.InvalidParentUpdate,
49101
49106
  severity: Z.Error,
@@ -50569,7 +50574,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50569
50574
  dataType: null,
50570
50575
  index: b.index,
50571
50576
  required: b.required,
50572
- parentRelationType: oe.FixedReturns,
50577
+ parentRelationType: ae.FixedReturns,
50573
50578
  parent: this.toReference()
50574
50579
  }, re = se(
50575
50580
  S,
@@ -52035,7 +52040,7 @@ const Ht = class Ht extends Vr {
52035
52040
  ) ? a.conditionDeclarations.find(
52036
52041
  (T) => T.id === r.declaration
52037
52042
  ) || p.push(
52038
- new ae({
52043
+ new oe({
52039
52044
  id: `${r.id}--${K.InvalidImplementsReference}`,
52040
52045
  code: K.InvalidImplementsReference,
52041
52046
  severity: Z.Error,
@@ -52043,7 +52048,7 @@ const Ht = class Ht extends Vr {
52043
52048
  ${vI(a)}`
52044
52049
  })
52045
52050
  ) : p.push(
52046
- new ae({
52051
+ new oe({
52047
52052
  id: `${r.id}--${K.ReferencedEntityNotFound}`,
52048
52053
  code: K.ReferencedEntityNotFound,
52049
52054
  severity: Z.Error,
@@ -52051,7 +52056,7 @@ ${vI(a)}`
52051
52056
  ${vI(a)}`
52052
52057
  })
52053
52058
  ) : p.push(
52054
- new ae({
52059
+ new oe({
52055
52060
  id: `${r.id}--${ne.InvalidObjectStructure}`,
52056
52061
  code: ne.InvalidObjectStructure,
52057
52062
  severity: Z.Error,
@@ -52066,7 +52071,7 @@ ${vI(a)}`
52066
52071
  validateGeneratedUpdate(r) {
52067
52072
  const a = [];
52068
52073
  return r.parent && a.push(
52069
- new ae({
52074
+ new oe({
52070
52075
  id: `${this.id}--${K.InvalidParentUpdate}`,
52071
52076
  code: K.InvalidParentUpdate,
52072
52077
  severity: Z.Error,
@@ -53275,7 +53280,7 @@ If an entity is called by another, they must be in the same scope, which means t
53275
53280
  )
53276
53281
  )) {
53277
53282
  const a = [], o = [], p = [], e = [], h = this.declaration.inputs.filter(
53278
- (A) => A.parentRelationType === oe.FixedArguments && !this.inputs.find(
53283
+ (A) => A.parentRelationType === ae.FixedArguments && !this.inputs.find(
53279
53284
  (D) => D.declaration.id === A.id
53280
53285
  )
53281
53286
  );
@@ -66277,7 +66282,7 @@ const Ut = class Ut extends Vr {
66277
66282
  this
66278
66283
  );
66279
66284
  return o = p.modifiedData, a.push(...p.errors), r.parent && a.push(
66280
- new ae({
66285
+ new oe({
66281
66286
  id: `${this.id}--${K.InvalidParentUpdate}`,
66282
66287
  code: K.InvalidParentUpdate,
66283
66288
  severity: Z.Error,
@@ -68393,7 +68398,7 @@ const jt = class jt extends Vr {
68393
68398
  this
68394
68399
  );
68395
68400
  return o = p.modifiedData, a.push(...p.errors), r.parent && a.push(
68396
- new ae({
68401
+ new oe({
68397
68402
  id: `${this.id}--${K.InvalidParentUpdate}`,
68398
68403
  code: K.InvalidParentUpdate,
68399
68404
  severity: Z.Error,
@@ -91569,7 +91574,7 @@ function mP(d, u, r) {
91569
91574
  let a = (d.outputsDeclarations || [])[0] || null;
91570
91575
  if (!a) {
91571
91576
  const v = sa.new(r);
91572
- v.name = "Search result", v.description = "The result of the search statement", v.parentRelationType = oe.FixedReturns, v.index = 0, v.parent = d.toReference(), v.required = !0;
91577
+ v.name = "Search result", v.description = "The result of the search statement", v.parentRelationType = ae.FixedReturns, v.index = 0, v.parent = d.toReference(), v.required = !0;
91573
91578
  const T = se(
91574
91579
  v,
91575
91580
  d.project
@@ -92067,7 +92072,7 @@ const tr = class tr extends Vr {
92067
92072
  validateGeneratedUpdate(r) {
92068
92073
  const a = [];
92069
92074
  return r.parent && a.push(
92070
- new ae({
92075
+ new oe({
92071
92076
  id: `${this.id}--${K.InvalidParentUpdate}`,
92072
92077
  code: K.InvalidParentUpdate,
92073
92078
  severity: Z.Error,
@@ -93601,7 +93606,7 @@ const sNt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
93601
93606
  validateGeneratedUpdate(r) {
93602
93607
  const a = [];
93603
93608
  return r.parent && a.push(
93604
- new ae({
93609
+ new oe({
93605
93610
  id: `${this.id}--${K.InvalidParentUpdate}`,
93606
93611
  code: K.InvalidParentUpdate,
93607
93612
  severity: Z.Error,
@@ -94855,7 +94860,7 @@ const Gt = class Gt extends Vr {
94855
94860
  const T = qg(v, null), b = T == null ? void 0 : T.entity;
94856
94861
  if (!b)
94857
94862
  p.push(
94858
- new ae({
94863
+ new oe({
94859
94864
  id: `${o.id}--${ne.InternalCallParentMissingDataType}`,
94860
94865
  code: ne.InternalCallParentMissingDataType,
94861
94866
  severity: Z.Error,
@@ -94868,7 +94873,7 @@ const Gt = class Gt extends Vr {
94868
94873
  f.PrimitiveEntity
94869
94874
  ].includes(b.type))
94870
94875
  p.push(
94871
- new ae({
94876
+ new oe({
94872
94877
  id: `${o.id}--${ne.InternalCallParentDeclarationEntityInvalidType}`,
94873
94878
  code: ne.InternalCallParentDeclarationEntityInvalidType,
94874
94879
  severity: Z.Error,
@@ -94903,7 +94908,7 @@ ${Pl}`);
94903
94908
  N
94904
94909
  ))
94905
94910
  p.push(
94906
- new ae({
94911
+ new oe({
94907
94912
  id: `${o.id}--${K.ReferencedEntityNotFound}`,
94908
94913
  code: K.ReferencedEntityNotFound,
94909
94914
  severity: Z.Error,
@@ -94923,7 +94928,7 @@ ${Pl}`);
94923
94928
  (S) => S.id === o.declaration
94924
94929
  );
94925
94930
  k ? k.type !== f.FunctionDeclaration && p.push(
94926
- new ae({
94931
+ new oe({
94927
94932
  id: `${o.id}--${ne.InternalCallDeclarationIsNotFunctionDeclaration}`,
94928
94933
  code: ne.InternalCallDeclarationIsNotFunctionDeclaration,
94929
94934
  severity: Z.Error,
@@ -94931,7 +94936,7 @@ ${Pl}`);
94931
94936
  The declaration of the internal-call must be a 'function-declaration' entity which exists as a method in the entity of the data-type of the parent variable.${D}`
94932
94937
  })
94933
94938
  ) : p.push(
94934
- new ae({
94939
+ new oe({
94935
94940
  id: `${o.id}--${ne.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
94936
94941
  code: ne.InternalCallDeclarationNotFoundInParentDatatypeEntity,
94937
94942
  severity: Z.Error,
@@ -94941,7 +94946,7 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
94941
94946
  }
94942
94947
  }
94943
94948
  (v.inputs.length || v.outputs.length || v.internalCalls.length) && p.push(
94944
- new ae({
94949
+ new oe({
94945
94950
  id: `${o.id}--${K.InvalidInternalCallParentRelation}`,
94946
94951
  code: K.InvalidInternalCallParentRelation,
94947
94952
  severity: Z.Error,
@@ -94962,7 +94967,7 @@ The you can attach the new internal-call to it.`
94962
94967
  validateGeneratedUpdate(r) {
94963
94968
  const a = [];
94964
94969
  return r.parent && a.push(
94965
- new ae({
94970
+ new oe({
94966
94971
  id: `${this.id}--${K.InvalidParentUpdate}`,
94967
94972
  code: K.InvalidParentUpdate,
94968
94973
  severity: Z.Error,
@@ -96600,7 +96605,7 @@ const Ft = class Ft extends Vr {
96600
96605
  f.Search,
96601
96606
  f.InternalCall
96602
96607
  ].includes(h.type) ? p.push(
96603
- new ae({
96608
+ new oe({
96604
96609
  id: `${o.id}--${K.InvalidInputMapDeclaration}`,
96605
96610
  code: K.InvalidInputMapDeclaration,
96606
96611
  severity: Z.Error,
@@ -96609,7 +96614,7 @@ The parent entity of type '${h.type}' with id '${h.id}' is not compatible with t
96609
96614
  Only 'function-call', 'search' and 'internal-call' entities can have input-maps whose 'declaration' points to 'argument-declaration' entities.`
96610
96615
  })
96611
96616
  ) : h && v.type === f.Property && !It.includes(h.type) ? p.push(
96612
- new ae({
96617
+ new oe({
96613
96618
  id: `${o.id}--${K.InvalidInputMapDeclaration}`,
96614
96619
  code: K.InvalidInputMapDeclaration,
96615
96620
  severity: Z.Error,
@@ -96620,7 +96625,7 @@ Only variables can have input-maps whose 'declaration' points to 'property' enti
96620
96625
  ) : h && v.type === f.ValueDescriptor && ![f.Condition, f.Operation, f.Loop].includes(
96621
96626
  h.type
96622
96627
  ) && p.push(
96623
- new ae({
96628
+ new oe({
96624
96629
  id: `${o.id}--${K.InvalidInputMapDeclaration}`,
96625
96630
  code: K.InvalidInputMapDeclaration,
96626
96631
  severity: Z.Error,
@@ -96629,7 +96634,7 @@ The parent entity of type '${h.type}' with id '${h.id}' is not compatible with t
96629
96634
  Only 'condition', 'operation' and 'loop' entities can have input-maps whose 'declaration' points to 'value-descriptor' entities.`
96630
96635
  })
96631
96636
  ) : p.push(
96632
- new ae({
96637
+ new oe({
96633
96638
  id: `${o.id}--${K.InvalidInputMapDeclaration}`,
96634
96639
  code: K.InvalidInputMapDeclaration,
96635
96640
  severity: Z.Error,
@@ -96646,14 +96651,14 @@ Only input-map entities for variables with an inferred data type are allowed to
96646
96651
  This is because a dynamically assembled object can have new properties added to it as input-maps. Otherwise all input maps need to point to a declaration`
96647
96652
  })
96648
96653
  ) : p.push(
96649
- new ae({
96654
+ new oe({
96650
96655
  id: `${o.id}--${K.ReferencedEntityNotFound}`,
96651
96656
  code: K.ReferencedEntityNotFound,
96652
96657
  severity: Z.Error,
96653
96658
  message: `Entity of type '${f.InputMap}' with id '${o.id}' has a 'declaration' property that points to an entity with id '${o.declaration}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`
96654
96659
  })
96655
96660
  ) : (!It.includes(h.type) || It.includes(h.type) && !((b = h.getDataType(null)) != null && b.inferred)) && p.push(
96656
- new ae({
96661
+ new oe({
96657
96662
  id: `${o.id}--${K.InvalidInputMapDeclaration}`,
96658
96663
  code: K.InvalidInputMapDeclaration,
96659
96664
  severity: Z.Error,
@@ -96664,7 +96669,7 @@ This is because a dynamically assembled object can have new properties added to
96664
96669
  ), v && h) {
96665
96670
  if (T)
96666
96671
  p.push(
96667
- new ae({
96672
+ new oe({
96668
96673
  id: `${o.id}--${K.InputOverwrite}`,
96669
96674
  code: K.InputOverwrite,
96670
96675
  severity: Z.Error,
@@ -96677,7 +96682,7 @@ You can't edit input-map entities as they need to match their argument declarati
96677
96682
  const N = Zi(h).dataType, B = N == null ? void 0 : N.entity;
96678
96683
  if (B && B.type === f.ActionDescriptor)
96679
96684
  p.push(
96680
- new ae({
96685
+ new oe({
96681
96686
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
96682
96687
  code: ne.NoOverlapWithImplementedSignature,
96683
96688
  severity: Z.Error,
@@ -96701,7 +96706,7 @@ The entity is ${bP(
96701
96706
  B,
96702
96707
  a
96703
96708
  )}`, S += "Technically, an implemented variable-declaration or variable-instance will be generated with all ", p.push(
96704
- new ae({
96709
+ new oe({
96705
96710
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
96706
96711
  code: ne.NoOverlapWithImplementedSignature,
96707
96712
  severity: Z.Error,
@@ -96720,7 +96725,7 @@ The entity is ${bP(
96720
96725
  "' and '"
96721
96726
  )}'`;
96722
96727
  N || p.push(
96723
- new ae({
96728
+ new oe({
96724
96729
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
96725
96730
  code: ne.NoOverlapWithImplementedSignature,
96726
96731
  severity: Z.Error,
@@ -96753,7 +96758,7 @@ ${B}`
96753
96758
  this
96754
96759
  );
96755
96760
  return o = p.modifiedData, a.push(...p.errors), o.parent && a.push(
96756
- new ae({
96761
+ new oe({
96757
96762
  id: `${this.id}--${K.InvalidParentUpdate}`,
96758
96763
  code: K.InvalidParentUpdate,
96759
96764
  severity: Z.Error,
@@ -97812,7 +97817,7 @@ const kt = class kt extends Vr {
97812
97817
  );
97813
97818
  if (T)
97814
97819
  p.push(
97815
- new ae({
97820
+ new oe({
97816
97821
  id: `${o.id}--${K.OutputOverwrite}`,
97817
97822
  code: K.OutputOverwrite,
97818
97823
  severity: Z.Error,
@@ -97826,7 +97831,7 @@ You can't edit output-map entities as they need to match their return declaratio
97826
97831
  if (b && It.includes(h.type)) {
97827
97832
  const A = Zi(h), D = A.dataType, N = (v = A.dataType) == null ? void 0 : v.entity;
97828
97833
  D ? N ? N.type === f.ActionDescriptor ? p.push(
97829
- new ae({
97834
+ new oe({
97830
97835
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
97831
97836
  code: ne.NoOverlapWithImplementedSignature,
97832
97837
  severity: Z.Error,
@@ -97835,7 +97840,7 @@ This means it can hold a function-call or operation as its value, to be executed
97835
97840
  Output maps can only be added to variables which hold an entity with properties.`
97836
97841
  })
97837
97842
  ) : (N.properties || []).find((M) => M.id === b.id) || p.push(
97838
- new ae({
97843
+ new oe({
97839
97844
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
97840
97845
  code: ne.NoOverlapWithImplementedSignature,
97841
97846
  severity: Z.Error,
@@ -97847,7 +97852,7 @@ The entity of the data-type has the following properties that can be reads as ou
97847
97852
  )}'`
97848
97853
  })
97849
97854
  ) : p.push(
97850
- new ae({
97855
+ new oe({
97851
97856
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
97852
97857
  code: ne.NoOverlapWithImplementedSignature,
97853
97858
  severity: Z.Error,
@@ -97855,7 +97860,7 @@ The entity of the data-type has the following properties that can be reads as ou
97855
97860
  ${EP}`
97856
97861
  })
97857
97862
  ) : p.push(
97858
- new ae({
97863
+ new oe({
97859
97864
  id: `${o.id}--${ne.NoOverlapWithImplementedSignature}`,
97860
97865
  code: ne.NoOverlapWithImplementedSignature,
97861
97866
  severity: Z.Error,
@@ -97871,7 +97876,7 @@ ${EP}`
97871
97876
  }
97872
97877
  );
97873
97878
  A && p.push(
97874
- new ae({
97879
+ new oe({
97875
97880
  id: `${o.id}--${K.OutputOverwrite}`,
97876
97881
  code: K.OutputOverwrite,
97877
97882
  severity: Z.Error,
@@ -97902,7 +97907,7 @@ You can't edit output-map entities as they need to match their return declaratio
97902
97907
  validateGeneratedUpdate(r) {
97903
97908
  const a = [];
97904
97909
  return r.parent && a.push(
97905
- new ae({
97910
+ new oe({
97906
97911
  id: `${this.id}--${K.InvalidParentUpdate}`,
97907
97912
  code: K.InvalidParentUpdate,
97908
97913
  severity: Z.Error,
@@ -98840,7 +98845,7 @@ function GRt(d, u) {
98840
98845
  if (d.parent) {
98841
98846
  const p = u.get(d.parent);
98842
98847
  p ? [f.InputMap, f.DataType].includes(p.type) ? p.type === f.DataType && p.entity ? r.push(
98843
- new ae({
98848
+ new oe({
98844
98849
  id: `${d.id}--${d.parent}--${K.NewEntityWouldOverriteExisting}`,
98845
98850
  code: K.NewEntityWouldOverriteExisting,
98846
98851
  severity: Z.Error,
@@ -98868,7 +98873,7 @@ Or 'delete' and then 'post' actions to replace it.`
98868
98873
  f.ValueDescriptor,
98869
98874
  f.OutputMap
98870
98875
  ].includes(p.type) && p.defaultValue && r.push(
98871
- new ae({
98876
+ new oe({
98872
98877
  id: `${d.id}--${d.parent}--${K.NewEntityWouldOverriteExisting}`,
98873
98878
  code: K.NewEntityWouldOverriteExisting,
98874
98879
  severity: Z.Error,
@@ -98887,14 +98892,14 @@ You can update the existing 'literal-value' with the 'update' action, for exampl
98887
98892
  Or 'delete' and then 'post' actions to replace it.`
98888
98893
  })
98889
98894
  ) : r.push(
98890
- new ae({
98895
+ new oe({
98891
98896
  id: `${d.id}--${d.parent}--${K.InvalidParentReference}`,
98892
98897
  code: K.InvalidParentReference,
98893
98898
  severity: Z.Error,
98894
98899
  message: `Entity of type "${d.type}" with id "${d.id}", has a parent reference that isn't pointing to an entity of type 'input-map' or 'data-type'.`
98895
98900
  })
98896
98901
  ) : r.push(
98897
- new ae({
98902
+ new oe({
98898
98903
  id: `${d.id}--${d.parent}--${K.ReferencedEntityNotFound}`,
98899
98904
  code: K.ReferencedEntityNotFound,
98900
98905
  severity: Z.Error,
@@ -98903,7 +98908,7 @@ Or 'delete' and then 'post' actions to replace it.`
98903
98908
  );
98904
98909
  } else
98905
98910
  r.push(
98906
- new ae({
98911
+ new oe({
98907
98912
  id: `${d.id}--${ne.InvalidObjectStructure}`,
98908
98913
  code: ne.InvalidObjectStructure,
98909
98914
  severity: Z.Error,
@@ -98912,7 +98917,7 @@ Or 'delete' and then 'post' actions to replace it.`
98912
98917
  );
98913
98918
  else
98914
98919
  return r.push(
98915
- new ae({
98920
+ new oe({
98916
98921
  id: `${d.id}--${ne.InvalidObjectStructure}`,
98917
98922
  code: ne.InvalidObjectStructure,
98918
98923
  severity: Z.Error,
@@ -98931,14 +98936,14 @@ Or 'delete' and then 'post' actions to replace it.`
98931
98936
  T ? [f.DefinitionEntity, f.BuiltInBaseEntity].includes(
98932
98937
  T.type
98933
98938
  ) || r.push(
98934
- new ae({
98939
+ new oe({
98935
98940
  id: `${d.id}--${v}--${K.InvalidImplementsReference}`,
98936
98941
  code: K.InvalidImplementsReference,
98937
98942
  severity: Z.Error,
98938
98943
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'valueAsTypeSingle' reference that isn't pointing to an entity of type 'definition-entity', 'function-declaration' or 'operation'.`
98939
98944
  })
98940
98945
  ) : r.push(
98941
- new ae({
98946
+ new oe({
98942
98947
  id: `${d.id}--${v}--${K.ReferencedEntityNotFound}`,
98943
98948
  code: K.ReferencedEntityNotFound,
98944
98949
  severity: Z.Error,
@@ -99066,7 +99071,7 @@ const Kt = class Kt extends Vr {
99066
99071
  validateGeneratedUpdate(r) {
99067
99072
  const a = [];
99068
99073
  return r.parent && a.push(
99069
- new ae({
99074
+ new oe({
99070
99075
  id: `${this.id}--${K.InvalidParentUpdate}`,
99071
99076
  code: K.InvalidParentUpdate,
99072
99077
  severity: Z.Error,
@@ -100128,7 +100133,7 @@ const Wt = class Wt extends Vr {
100128
100133
  validateGeneratedUpdate(r) {
100129
100134
  const a = [];
100130
100135
  return r.parent && a.push(
100131
- new ae({
100136
+ new oe({
100132
100137
  id: `${this.id}--${K.InvalidParentUpdate}`,
100133
100138
  code: K.InvalidParentUpdate,
100134
100139
  severity: Z.Error,
@@ -101105,7 +101110,7 @@ const St = class St extends Vr {
101105
101110
  dataType: null,
101106
101111
  index: 0,
101107
101112
  required: !1,
101108
- parentRelationType: oe.FixedArguments,
101113
+ parentRelationType: ae.FixedArguments,
101109
101114
  defaultValue: null,
101110
101115
  parent: null
101111
101116
  };
@@ -101118,7 +101123,7 @@ const St = class St extends Vr {
101118
101123
  Then creates a new instance of the entity
101119
101124
  */
101120
101125
  static fromGenerationTarget(r, a) {
101121
- const o = r.parent ? H(r.parent) : null, p = o ? a.get(o) : null, e = r.parentRelationType === oe.FixedArguments ? p == null ? void 0 : p.inputs.length : p == null ? void 0 : p.outputs.length, h = {
101126
+ const o = r.parent ? H(r.parent) : null, p = o ? a.get(o) : null, e = r.parentRelationType === ae.FixedArguments ? p == null ? void 0 : p.inputs.length : p == null ? void 0 : p.outputs.length, h = {
101122
101127
  id: r.id,
101123
101128
  version: P.UUID.uuid(),
101124
101129
  createdAt: V().toISOString(),
@@ -101162,22 +101167,22 @@ const St = class St extends Vr {
101162
101167
  );
101163
101168
  const h = o.parent && a.get(o.parent), v = h && xl(h);
101164
101169
  return v && v.type === f.ActionDescriptor && p.push(
101165
- new ae({
101170
+ new oe({
101166
101171
  id: `${r.id}--${K.BuiltInEntityParent}`,
101167
101172
  code: K.BuiltInEntityParent,
101168
101173
  severity: Z.Error,
101169
101174
  message: `Entity of type "${r.type}" with id "${r.id}", has a parent that is a built-in entity "${v.name}" of type '${v.type}' with id '${v.id}'.
101170
101175
  You can't modify system entities that are built-in.`
101171
101176
  })
101172
- ), h && h.type === f.ActionDescriptor && (!o.parentRelationType || !(o.parentRelationType === oe.FixedArguments || o.parentRelationType === oe.FixedReturns || o.parentRelationType === oe.ReturnedError || o.parentRelationType === oe.DynamicArgument || o.parentRelationType === oe.DynamicReturn) ? p.push(
101173
- new ae({
101177
+ ), h && h.type === f.ActionDescriptor && (!o.parentRelationType || !(o.parentRelationType === ae.FixedArguments || o.parentRelationType === ae.FixedReturns || o.parentRelationType === ae.ReturnedError || o.parentRelationType === ae.DynamicArgument || o.parentRelationType === ae.DynamicReturn) ? p.push(
101178
+ new oe({
101174
101179
  id: `${r.id}--${K.InvalidParentRelationType}`,
101175
101180
  code: K.InvalidParentRelationType,
101176
101181
  severity: Z.Error,
101177
- message: `The entity with id '${r.id}' and type '${r.type}', must have a 'parentRelationType' property set to either '${oe.FixedArguments}', '${oe.FixedReturns}', or '${oe.ReturnedError}' when being added as a child to an entity of type 'action-descriptor'.`
101182
+ message: `The entity with id '${r.id}' and type '${r.type}', must have a 'parentRelationType' property set to either '${ae.FixedArguments}', '${ae.FixedReturns}', or '${ae.ReturnedError}' when being added as a child to an entity of type 'action-descriptor'.`
101178
101183
  })
101179
- ) : o.parentRelationType === oe.ReturnedError && h.error && p.push(
101180
- new ae({
101184
+ ) : o.parentRelationType === ae.ReturnedError && h.error && p.push(
101185
+ new oe({
101181
101186
  id: `${r.id}--${K.NewEntityWouldOverriteExisting}`,
101182
101187
  code: K.NewEntityWouldOverriteExisting,
101183
101188
  severity: Z.Error,
@@ -101460,7 +101465,7 @@ ${Ea(
101460
101465
  )) {
101461
101466
  var h, v, T, b, A, D, N, B;
101462
101467
  const a = [this], o = [], p = [], e = [];
101463
- return this.parentRelationType === oe.FixedArguments || this.parentRelationType === oe.DynamicArgument ? ((h = this.parent) == null ? void 0 : h.type) === f.Search || ((v = this.parent) == null ? void 0 : v.type) === f.Loop ? (this.parent.addInputDeclaration(this, r), e.push(this.parent)) : ((b = (T = this.parent) == null ? void 0 : T.addInput) == null || b.call(T, this, r), a.push(this.parent)) : this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? ((A = this.parent) == null ? void 0 : A.type) === f.Search || ((D = this.parent) == null ? void 0 : D.type) === f.Loop ? (this.parent.addOutputDeclaration(this, r), e.push(this.parent)) : ((B = (N = this.parent) == null ? void 0 : N.addOutput) == null || B.call(N, this, r), a.push(this.parent)) : this.parentRelationType === oe.ReturnedError && this.parent && (this.parent.error = this, e.push(this.parent)), this.subscribe(), this.subscribeToDependencies(), r == null || r.attemptAutoclose("add-self-to-project", this.id), {
101468
+ return this.parentRelationType === ae.FixedArguments || this.parentRelationType === ae.DynamicArgument ? ((h = this.parent) == null ? void 0 : h.type) === f.Search || ((v = this.parent) == null ? void 0 : v.type) === f.Loop ? (this.parent.addInputDeclaration(this, r), e.push(this.parent)) : ((b = (T = this.parent) == null ? void 0 : T.addInput) == null || b.call(T, this, r), a.push(this.parent)) : this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? ((A = this.parent) == null ? void 0 : A.type) === f.Search || ((D = this.parent) == null ? void 0 : D.type) === f.Loop ? (this.parent.addOutputDeclaration(this, r), e.push(this.parent)) : ((B = (N = this.parent) == null ? void 0 : N.addOutput) == null || B.call(N, this, r), a.push(this.parent)) : this.parentRelationType === ae.ReturnedError && this.parent && (this.parent.error = this, e.push(this.parent)), this.subscribe(), this.subscribeToDependencies(), r == null || r.attemptAutoclose("add-self-to-project", this.id), {
101464
101469
  updated: w(a),
101465
101470
  added: w(o),
101466
101471
  removed: w(p),
@@ -101563,7 +101568,7 @@ ${Ea(
101563
101568
  )) {
101564
101569
  var h, v, T, b, A, D, N;
101565
101570
  const a = [], o = [], p = [], e = [];
101566
- return this.parent && (((h = this.parent) == null ? void 0 : h.type) === f.Search ? this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? ((v = this.parent) == null || v.removeOutputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === oe.FixedArguments || this.parentRelationType === oe.DynamicArgument ? ((T = this.parent) == null || T.removeInputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === oe.ReturnedError && (this.parent.error = null, e.push(this.parent)) : ((b = this.parent) == null ? void 0 : b.type) === f.Loop ? this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? ((A = this.parent) == null || A.removeOutputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === oe.ReturnedError && (this.parent.error = null, e.push(this.parent)) : this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? ((D = this.parent) == null || D.removeOutput(this, r), e.push(this.parent)) : (this.parentRelationType === oe.FixedArguments || this.parentRelationType === oe.DynamicArgument) && ((N = this.parent) == null || N.removeInput(this, r), e.push(this.parent))), r == null || r.attemptAutoclose("remove-from-parent", this.id), {
101571
+ return this.parent && (((h = this.parent) == null ? void 0 : h.type) === f.Search ? this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? ((v = this.parent) == null || v.removeOutputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === ae.FixedArguments || this.parentRelationType === ae.DynamicArgument ? ((T = this.parent) == null || T.removeInputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === ae.ReturnedError && (this.parent.error = null, e.push(this.parent)) : ((b = this.parent) == null ? void 0 : b.type) === f.Loop ? this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? ((A = this.parent) == null || A.removeOutputDeclaration(this, r), e.push(this.parent)) : this.parentRelationType === ae.ReturnedError && (this.parent.error = null, e.push(this.parent)) : this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? ((D = this.parent) == null || D.removeOutput(this, r), e.push(this.parent)) : (this.parentRelationType === ae.FixedArguments || this.parentRelationType === ae.DynamicArgument) && ((N = this.parent) == null || N.removeInput(this, r), e.push(this.parent))), r == null || r.attemptAutoclose("remove-from-parent", this.id), {
101567
101572
  added: w(p),
101568
101573
  updated: w(a),
101569
101574
  removed: w(o),
@@ -101691,7 +101696,7 @@ ${Ea(
101691
101696
  const { updated: B } = this.dataType.restore({}, r);
101692
101697
  o.push(...B);
101693
101698
  }
101694
- return ((h = this.parent) == null ? void 0 : h.type) === f.Search ? this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? (v = this.parent) == null || v.addOutputDeclaration(this, r) : (this.parentRelationType === oe.FixedArguments || this.parentRelationType === oe.DynamicArgument) && ((T = this.parent) == null || T.addInputDeclaration(this, r)) : ((b = this.parent) == null ? void 0 : b.type) === f.Loop ? (this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn) && ((A = this.parent) == null || A.addOutputDeclaration(this, r)) : this.parentRelationType === oe.FixedReturns || this.parentRelationType === oe.DynamicReturn ? (D = this.parent) == null || D.addOutput(this, r) : (this.parentRelationType === oe.FixedArguments || this.parentRelationType === oe.DynamicArgument) && ((N = this.parent) == null || N.addInput(this, r)), r == null || r.attemptAutoclose("restore-entity", this.id), {
101699
+ return ((h = this.parent) == null ? void 0 : h.type) === f.Search ? this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? (v = this.parent) == null || v.addOutputDeclaration(this, r) : (this.parentRelationType === ae.FixedArguments || this.parentRelationType === ae.DynamicArgument) && ((T = this.parent) == null || T.addInputDeclaration(this, r)) : ((b = this.parent) == null ? void 0 : b.type) === f.Loop ? (this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn) && ((A = this.parent) == null || A.addOutputDeclaration(this, r)) : this.parentRelationType === ae.FixedReturns || this.parentRelationType === ae.DynamicReturn ? (D = this.parent) == null || D.addOutput(this, r) : (this.parentRelationType === ae.FixedArguments || this.parentRelationType === ae.DynamicArgument) && ((N = this.parent) == null || N.addInput(this, r)), r == null || r.attemptAutoclose("restore-entity", this.id), {
101695
101700
  added: w(a),
101696
101701
  updated: w(o),
101697
101702
  removed: w(p),
@@ -101959,7 +101964,7 @@ ${Ea(
101959
101964
  )
101960
101965
  ), a, o) {
101961
101966
  const p = gn.new(r);
101962
- p.id = o || p.id, p.name = this.name, p.description = this.description, p.parent = a.toReference(), p.implements = this.toJSON(), p.isError = this.parentRelationType === oe.ReturnedError;
101967
+ p.id = o || p.id, p.name = this.name, p.description = this.description, p.parent = a.toReference(), p.implements = this.toJSON(), p.isError = this.parentRelationType === ae.ReturnedError;
101963
101968
  const e = pr(
101964
101969
  p,
101965
101970
  this.project
@@ -103592,7 +103597,7 @@ function KNt(d, u) {
103592
103597
  ...d,
103593
103598
  id: h
103594
103599
  }, a.push(
103595
- new ae({
103600
+ new oe({
103596
103601
  id: `${d.id}--${K.InvalidUUIDStringFormat}`,
103597
103602
  message: `Entity with id "${d.id}" has an invalid UUID string format. The 'id' property must be a valid UUID string.
103598
103603
  The 'id' has been changed to "${h}".`,
@@ -103608,7 +103613,7 @@ The 'id' has been changed to "${h}".`,
103608
103613
  return {
103609
103614
  errors: [
103610
103615
  ...a,
103611
- new ae({
103616
+ new oe({
103612
103617
  id: `${r.id}--${K.MissingTypeProperty}`,
103613
103618
  message: `Entity with id "${r.id}" is missing a 'type' property.`,
103614
103619
  severity: Z.Error,
@@ -103621,7 +103626,7 @@ The 'id' has been changed to "${h}".`,
103621
103626
  return {
103622
103627
  errors: [
103623
103628
  ...a,
103624
- new ae({
103629
+ new oe({
103625
103630
  id: `${r.id}--${K.RootReference}`,
103626
103631
  message: `Generic reference entity with id "${r.id}". A generic reference cannot be generated as a standalone entity. Only in the body of another entity.`,
103627
103632
  severity: Z.Error,
@@ -103642,7 +103647,7 @@ If you are trying to create a new entity, please use a different id, for example
103642
103647
  return {
103643
103648
  errors: [
103644
103649
  ...a,
103645
- new ae({
103650
+ new oe({
103646
103651
  id: `duplicate--${o.id}--${K.EntityIdNotUnique}`,
103647
103652
  message: h,
103648
103653
  severity: Z.Error,
@@ -103655,7 +103660,7 @@ If you are trying to create a new entity, please use a different id, for example
103655
103660
  return {
103656
103661
  errors: [
103657
103662
  ...a,
103658
- new ae({
103663
+ new oe({
103659
103664
  id: `${o.id}--${K.EntityIdNotUnique}`,
103660
103665
  message: `A built in entity with id "${o.id}" already exists. You cannot modify built in entities. If you are trying to create a new entity, please use a different id, for example: "${CP(
103661
103666
  o,
@@ -103927,7 +103932,7 @@ If you are trying to create a new entity, please use a different id, for example
103927
103932
  return {
103928
103933
  errors: [
103929
103934
  ...a,
103930
- new ae({
103935
+ new oe({
103931
103936
  id: `${o.id}--${K.BuiltInEntityGenerated}`,
103932
103937
  message: `Entity with id "${o.id} is of "${o.type}" type and should not be generated. Built in entities can only be referenced by user created entities.
103933
103938
  ${T}`,
@@ -103944,7 +103949,7 @@ ${T}`,
103944
103949
  errors: [
103945
103950
  ...a,
103946
103951
  // Return error that entity type is not supported
103947
- new ae({
103952
+ new oe({
103948
103953
  id: `${h.id}--${K.UnknownEntityType}`,
103949
103954
  message: `Incorrect entity implementation for entity with id "${h.id}". Entity type "${h.type}" is not supported.`,
103950
103955
  severity: Z.Error,
@@ -103985,21 +103990,21 @@ function SNt(d, u) {
103985
103990
  const r = [];
103986
103991
  let a = !1;
103987
103992
  if (bn.includes(u.type) && r.push(
103988
- new ae({
103993
+ new oe({
103989
103994
  id: `${u.id}--${K.BuiltInEntityGenerated}`,
103990
103995
  message: `Entity with id "${u.id} is of "${u.type}" type and should not be updated. Built in entities can only be referenced by user created entities.`,
103991
103996
  severity: Z.Error,
103992
103997
  code: K.BuiltInEntityGenerated
103993
103998
  })
103994
103999
  ), d.id && (r.push(
103995
- new ae({
104000
+ new oe({
103996
104001
  id: `last-action--${K.InvalidUpdateEntityOperation}`,
103997
104002
  code: K.InvalidUpdateEntityOperation,
103998
104003
  severity: Z.Error,
103999
104004
  message: `The 'id' property cannot be updated in the 'update' action payload. The id of the entity is '${d.id}'. Only mutable core metadata properties can be updated, no nested entities or references. You can alternatively delete the entity and create a new one with the updated 'id'.`
104000
104005
  })
104001
104006
  ), a = !0), d.type && (r.push(
104002
- new ae({
104007
+ new oe({
104003
104008
  id: `last-action--${K.InvalidUpdateEntityOperation}`,
104004
104009
  code: K.InvalidUpdateEntityOperation,
104005
104010
  severity: Z.Error,
@@ -104012,7 +104017,7 @@ function SNt(d, u) {
104012
104017
  messageAddition: ""
104013
104018
  };
104014
104019
  if (Ct.includes(u.type) ? d.calls && r.push(
104015
- new ae({
104020
+ new oe({
104016
104021
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104017
104022
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "calls" updated.
104018
104023
  ${ll}`,
@@ -104020,7 +104025,7 @@ ${ll}`,
104020
104025
  code: K.InvalidInmutablePropertyOverride
104021
104026
  })
104022
104027
  ) : or.includes(u.type) && (d.successCalls && r.push(
104023
- new ae({
104028
+ new oe({
104024
104029
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104025
104030
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "successCalls" updated.
104026
104031
  ${ll}`,
@@ -104028,7 +104033,7 @@ ${ll}`,
104028
104033
  code: K.InvalidInmutablePropertyOverride
104029
104034
  })
104030
104035
  ), d.errorCalls && r.push(
104031
- new ae({
104036
+ new oe({
104032
104037
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104033
104038
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "errorCalls" updated.
104034
104039
  ${ll}`,
@@ -104036,7 +104041,7 @@ ${ll}`,
104036
104041
  code: K.InvalidInmutablePropertyOverride
104037
104042
  })
104038
104043
  )), Hi.includes(u.type) && (d.calledBy && r.push(
104039
- new ae({
104044
+ new oe({
104040
104045
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104041
104046
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "calledBy" updated.
104042
104047
  ${ll}`,
@@ -104044,7 +104049,7 @@ ${ll}`,
104044
104049
  code: K.InvalidInmutablePropertyOverride
104045
104050
  })
104046
104051
  ), d.calledByEntry && r.push(
104047
- new ae({
104052
+ new oe({
104048
104053
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104049
104054
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "calledByEntry" updated.
104050
104055
  ${ll}`,
@@ -104052,7 +104057,7 @@ ${ll}`,
104052
104057
  code: K.InvalidInmutablePropertyOverride
104053
104058
  })
104054
104059
  ), d.calledBySuccess && r.push(
104055
- new ae({
104060
+ new oe({
104056
104061
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104057
104062
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "calledBySuccess" updated.
104058
104063
  ${ll}`,
@@ -104060,7 +104065,7 @@ ${ll}`,
104060
104065
  code: K.InvalidInmutablePropertyOverride
104061
104066
  })
104062
104067
  ), d.calledByError && r.push(
104063
- new ae({
104068
+ new oe({
104064
104069
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104065
104070
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "calledByError" updated.
104066
104071
  ${ll}`,
@@ -104081,7 +104086,7 @@ ${ll}`,
104081
104086
  ["type", "id"].includes(k) || // @ts-ignore
104082
104087
  d[k] && // @ts-ignore
104083
104088
  !Np(d[k]) && (r.push(
104084
- new ae({
104089
+ new oe({
104085
104090
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104086
104091
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "${k}" updated. It is an inmutable property that is set only when the entity is created.`,
104087
104092
  // message: `Entity of type "${entityToUpdate.type}" with id "${entityToUpdate.id}" cannot have the property "${property}" updated. It is an inmutable property that is set only when the entity is created.\nIf you need to update this property, you should delete the entity and create a new one with the updated value.`,
@@ -104093,7 +104098,7 @@ ${ll}`,
104093
104098
  // @ts-ignore
104094
104099
  d[k] && // @ts-ignore
104095
104100
  !Np(d[k]) && (r.push(
104096
- new ae({
104101
+ new oe({
104097
104102
  id: `${u.id}--${K.InvalidDownstreamPropertyOverride}`,
104098
104103
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "${k}" set directly. It is a downstream property that points to a downstream nested entity.
104099
104104
  All downstream references are managed by the downstream entity. Entities only manage their own upstream references.
@@ -104106,7 +104111,7 @@ To modify '${k}', target the entity that it points to and its equivalent propert
104106
104111
  // @ts-ignore
104107
104112
  d[k] && // @ts-ignore
104108
104113
  !Np(d[k]) && (r.push(
104109
- new ae({
104114
+ new oe({
104110
104115
  id: `${u.id}--${K.InvalidInmutablePropertyOverride}`,
104111
104116
  message: `Entity of type "${u.type}" with id "${u.id}" cannot have the property "${k}" updated. It is an inmutable property that is set only when the entity is created.`,
104112
104117
  // message: `Entity of type "${entityToUpdate.type}" with id "${entityToUpdate.id}" cannot have the property "${property}" updated. It is an inmutable property that is set only when the entity is created.\nIf you need to update this property, you should delete the entity and create a new one with the updated value.`,
@@ -104118,7 +104123,7 @@ To modify '${k}', target the entity that it points to and its equivalent propert
104118
104123
  const M = o.PROPERTIES || [];
104119
104124
  M.length > 0 && Object.keys(d).forEach((k) => {
104120
104125
  M.includes(k) || r.push(
104121
- new ae({
104126
+ new oe({
104122
104127
  id: `${u.id}--${K.UnrecognizedProperty}`,
104123
104128
  message: `Entity of type "${u.type}" with id "${u.id}" has an unrecognized property "${k}" that will be ignored.`,
104124
104129
  severity: Z.Warning,
@@ -104280,7 +104285,7 @@ function fDt(d) {
104280
104285
  function dw(d) {
104281
104286
  const u = [];
104282
104287
  Ir(d) || u.push(
104283
- new ae({
104288
+ new oe({
104284
104289
  id: `${d}--${K.InvalidReferenceObjectStructure}`,
104285
104290
  message: `Reference object with id "${d}" is not an object. References should be objects with exactly 4 properties: 'entityId', 'entityType', 'id', and 'type'.`,
104286
104291
  severity: Z.Error,
@@ -104289,28 +104294,28 @@ function dw(d) {
104289
104294
  );
104290
104295
  const r = d.id || "reference-to--" + (d.entityId || "unknown"), a = `Reference object ${d.id ? `with id "${d.id}"` : `to entity with id "${d.entityId}" and type "${d.entityType}"`}`;
104291
104296
  return d.entityId || u.push(
104292
- new ae({
104297
+ new oe({
104293
104298
  id: `${r}--${K.InvalidReferenceObjectStructure}`,
104294
104299
  message: `${a} is missing an 'entityId' property.`,
104295
104300
  severity: Z.Error,
104296
104301
  code: K.InvalidReferenceObjectStructure
104297
104302
  })
104298
104303
  ), d.entityType || u.push(
104299
- new ae({
104304
+ new oe({
104300
104305
  id: `${r}--${K.InvalidReferenceObjectStructure}`,
104301
104306
  message: `${a} is missing an 'entityType' property.`,
104302
104307
  severity: Z.Error,
104303
104308
  code: K.InvalidReferenceObjectStructure
104304
104309
  })
104305
104310
  ), d.id || u.push(
104306
- new ae({
104311
+ new oe({
104307
104312
  id: `${r}--${K.MissingIdProperty}`,
104308
104313
  message: `${a} is missing an 'id' property.`,
104309
104314
  severity: Z.Error,
104310
104315
  code: K.MissingIdProperty
104311
104316
  })
104312
104317
  ), d.type || u.push(
104313
- new ae({
104318
+ new oe({
104314
104319
  id: `${r}--${K.MissingTypeProperty}`,
104315
104320
  message: `${a} is missing a 'type' property.`,
104316
104321
  severity: Z.Error,
@@ -104320,7 +104325,7 @@ function dw(d) {
104320
104325
  }
104321
104326
  function yU(d, u) {
104322
104327
  return u.success ? [] : u.error.issues.map(
104323
- (r) => new ae({
104328
+ (r) => new oe({
104324
104329
  id: `${d.id}--${ne.InvalidObjectStructure}`,
104325
104330
  message: `Entity of type "${d.type}" and with id "${d.id}", has an invalid structure: ${yIt(r).toString().replace("Validation error: ", "")}`,
104326
104331
  severity: Z.Error,
@@ -104341,7 +104346,7 @@ function Gr(d, u) {
104341
104346
  if (o) {
104342
104347
  (o.DOWNSTREAM_PROPERTIES || []).forEach((h) => {
104343
104348
  d[h] && !Np(d[h]) && r.push(
104344
- new ae({
104349
+ new oe({
104345
104350
  id: `${d.id}--${K.InvalidDownstreamPropertyOverride}`,
104346
104351
  message: `Entity of type "${d.type}" with id "${d.id}" cannot have the property "${h}" set directly. It is a downstream property that points to a downstream nested entity.
104347
104352
  All downstream references are managed by the downstream entity. Entities only manage their own upstream references.
@@ -104354,7 +104359,7 @@ To modify '${h}', target the entity that it points to and its equivalent propert
104354
104359
  const e = o.PROPERTIES || [];
104355
104360
  e.length > 0 && Object.keys(d).forEach((h) => {
104356
104361
  e.includes(h) || r.push(
104357
- new ae({
104362
+ new oe({
104358
104363
  id: `${d.id}--${K.UnrecognizedProperty}`,
104359
104364
  message: `Entity of type "${d.type}" with id "${d.id}" has an unrecognized property "${h}" that will be ignored.`,
104360
104365
  severity: Z.Warning,
@@ -104373,7 +104378,7 @@ function qNt(d, u) {
104373
104378
  d.parent
104374
104379
  );
104375
104380
  return a ? (bn.includes(a == null ? void 0 : a.type) ? r.push(
104376
- new ae({
104381
+ new oe({
104377
104382
  id: `${d.id}--${K.BuiltInEntityParent}`,
104378
104383
  message: `Entity of type "${d.type}" with id "${d.id}" cannot have the parent with id "${a.id}", because it is a built in entity. Built in entities cannot be modified.`,
104379
104384
  severity: Z.Error,
@@ -104382,7 +104387,7 @@ function qNt(d, u) {
104382
104387
  ) : a.type === f.ActionDescriptor && u.get(
104383
104388
  d.parent
104384
104389
  ) && r.push(
104385
- new ae({
104390
+ new oe({
104386
104391
  id: `${d.id}--${K.BuiltInEntityParent}`,
104387
104392
  message: `Entity of type "${d.type}" with id "${d.id}" cannot have the parent with id "${a.id}", because it is a built in entity. Built in entities cannot be modified. Action descriptors are only sometimes built in, other times they are managed by the user.`,
104388
104393
  severity: Z.Error,
@@ -104394,7 +104399,7 @@ function mU(d, u, r) {
104394
104399
  const a = [], o = d[u.key];
104395
104400
  if (!o)
104396
104401
  return a.push(
104397
- new ae({
104402
+ new oe({
104398
104403
  id: `${d.id}--${u.key}--${ne.InvalidObjectStructure}`,
104399
104404
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a reference to a "${u.key}" entity. The '${u.key}' property of a "${d.type}" entity can be ${nt(
104400
104405
  u.types,
@@ -104416,7 +104421,7 @@ function mU(d, u, r) {
104416
104421
  return { entityState: null, errors: a };
104417
104422
  if (d.id === p)
104418
104423
  return a.push(
104419
- new ae({
104424
+ new oe({
104420
104425
  id: `${d.id}--${p}--${K.SelfReference}`,
104421
104426
  message: `Entity of type "${d.type}" with id "${d.id}", has a reference to itself at '${u.key}'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,
104422
104427
  severity: Z.Error,
@@ -104425,7 +104430,7 @@ function mU(d, u, r) {
104425
104430
  ), { entityState: null, errors: a };
104426
104431
  const e = r.get(p) || r.getBuiltIn(p);
104427
104432
  return e ? u.types.includes(e.type) || a.push(
104428
- new ae({
104433
+ new oe({
104429
104434
  id: `${d.id}--${p}--${K.InvalidReference}`,
104430
104435
  message: `Entity of type "${d.type}" with id "${d.id}", has a reference to "${p}" at '${u.key}' that isn't pointing to an entity of type '${nt(
104431
104436
  u.types,
@@ -104436,7 +104441,7 @@ function mU(d, u, r) {
104436
104441
  code: K.InvalidReference
104437
104442
  })
104438
104443
  ) : a.push(
104439
- new ae({
104444
+ new oe({
104440
104445
  id: `${d.id}--${p}--${K.ReferencedEntityNotFound}`,
104441
104446
  message: `Entity of type "${d.type}" with id "${d.id}", is referencing an entity with id "${p}" at '${u.key}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
104442
104447
  severity: Z.Error,
@@ -104458,7 +104463,7 @@ function fI(d, u, r) {
104458
104463
  return {
104459
104464
  entityState: null,
104460
104465
  errors: [
104461
- new ae({
104466
+ new oe({
104462
104467
  id: `${d.id}--${u}--${K.InvalidReference}`,
104463
104468
  message: `Entity of type "${d.type}" with id "${d.id}", has a missing reference at '${u}'. A reference needs to be a 'id' string of an existing entity in the project.`,
104464
104469
  severity: Z.Error,
@@ -104468,7 +104473,7 @@ function fI(d, u, r) {
104468
104473
  };
104469
104474
  const v = r.get(h) || r.getBuiltIn(h);
104470
104475
  return v ? { entityState: v, errors: [] } : (a.push(
104471
- new ae({
104476
+ new oe({
104472
104477
  id: `${d.id}--${h}--${K.ReferencedEntityNotFound}`,
104473
104478
  message: `Entity of type "${d.type}" with id "${d.id}", is referencing an entity with id "${h}" at '${u}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
104474
104479
  severity: Z.Error,
@@ -104476,14 +104481,14 @@ function fI(d, u, r) {
104476
104481
  })
104477
104482
  ), { entityState: null, errors: a });
104478
104483
  }), errors: [] } : (a.push(
104479
- new ae({
104484
+ new oe({
104480
104485
  id: `${d.id}--${u}--${ne.InvalidObjectStructure}`,
104481
104486
  message: `Entity of type "${d.type}" with id "${d.id}" has an invalid structure for the "${u}" property. It should be an array of references.`,
104482
104487
  severity: Z.Error,
104483
104488
  code: ne.InvalidObjectStructure
104484
104489
  })
104485
104490
  ), { entities: [], errors: a }) : (a.push(
104486
- new ae({
104491
+ new oe({
104487
104492
  id: `${d.id}--${u}--${ne.InvalidObjectStructure}`,
104488
104493
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a list of references to "${u}" entities.`,
104489
104494
  severity: Z.Error,
@@ -104498,7 +104503,7 @@ function vP(d, u, r) {
104498
104503
  if (o.entityState) {
104499
104504
  const p = o.entityState;
104500
104505
  u.types.includes(p.type) || a.push(
104501
- new ae({
104506
+ new oe({
104502
104507
  id: `${d.id}--${p.id}--${K.InvalidReference}`,
104503
104508
  code: K.InvalidReference,
104504
104509
  severity: Z.Error,
@@ -104509,7 +104514,7 @@ function vP(d, u, r) {
104509
104514
  )}'.`
104510
104515
  })
104511
104516
  ), d.id === p.id && a.push(
104512
- new ae({
104517
+ new oe({
104513
104518
  id: `${d.id}--${p.id}--${K.SelfReference}`,
104514
104519
  code: K.SelfReference,
104515
104520
  severity: Z.Error,
@@ -104635,7 +104640,7 @@ function mDt(d, u) {
104635
104640
  const a = [];
104636
104641
  if (Ct.includes(u.type))
104637
104642
  a.push(
104638
- new ae({
104643
+ new oe({
104639
104644
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104640
104645
  code: K.InvalidReference,
104641
104646
  severity: Z.Warning,
@@ -104658,7 +104663,7 @@ This ${u.type} is called by ${nt(
104658
104663
  " and "
104659
104664
  )} entities. You can reference ${o.length > 1 ? "one of them" : "it"} instead to execute this entity before the end of the logic.` : "";
104660
104665
  a.push(
104661
- new ae({
104666
+ new oe({
104662
104667
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104663
104668
  code: K.InvalidReference,
104664
104669
  severity: Z.Error,
@@ -104673,7 +104678,7 @@ Termination entities are ${nt(
104673
104678
  );
104674
104679
  } else if (!or.includes(u.type))
104675
104680
  a.push(
104676
- new ae({
104681
+ new oe({
104677
104682
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104678
104683
  code: K.InvalidReference,
104679
104684
  severity: Z.Error,
@@ -104683,7 +104688,7 @@ ${$l}`
104683
104688
  );
104684
104689
  else if (!Oi.includes(u.type))
104685
104690
  return a.push(
104686
- new ae({
104691
+ new oe({
104687
104692
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104688
104693
  code: K.InvalidReference,
104689
104694
  severity: Z.Error,
@@ -104703,7 +104708,7 @@ function vDt(d, u) {
104703
104708
  const r = [];
104704
104709
  if (Ct.includes(u.type))
104705
104710
  r.push(
104706
- new ae({
104711
+ new oe({
104707
104712
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104708
104713
  code: K.InvalidReference,
104709
104714
  severity: Z.Error,
@@ -104723,7 +104728,7 @@ This ${u.type} is called by ${nt(
104723
104728
  " and "
104724
104729
  )} entities. You can reference ${a.length > 1 ? "one of them" : "it"} instead to execute this entity before the end of the logic.` : "";
104725
104730
  r.push(
104726
- new ae({
104731
+ new oe({
104727
104732
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104728
104733
  code: K.InvalidReference,
104729
104734
  severity: Z.Error,
@@ -104738,7 +104743,7 @@ Termination entities are ${nt(
104738
104743
  );
104739
104744
  } else if (!or.includes(u.type))
104740
104745
  r.push(
104741
- new ae({
104746
+ new oe({
104742
104747
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104743
104748
  code: K.InvalidReference,
104744
104749
  severity: Z.Error,
@@ -104748,7 +104753,7 @@ ${$l}`
104748
104753
  );
104749
104754
  else if (!Oi.includes(u.type))
104750
104755
  return r.push(
104751
- new ae({
104756
+ new oe({
104752
104757
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104753
104758
  code: K.InvalidReference,
104754
104759
  severity: Z.Error,
@@ -104777,7 +104782,7 @@ This ${u.type} is called by ${nt(
104777
104782
  " and "
104778
104783
  )} entities. You can reference ${a.length > 1 ? "one of them" : "it"} instead to execute this entity before the end of the logic.` : "";
104779
104784
  r.push(
104780
- new ae({
104785
+ new oe({
104781
104786
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104782
104787
  code: K.InvalidReference,
104783
104788
  severity: Z.Error,
@@ -104792,7 +104797,7 @@ Termination entities are ${nt(
104792
104797
  );
104793
104798
  } else if (or.includes(u.type))
104794
104799
  r.push(
104795
- new ae({
104800
+ new oe({
104796
104801
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104797
104802
  code: K.InvalidReference,
104798
104803
  severity: Z.Warning,
@@ -104805,7 +104810,7 @@ We have moved the reference to 'calledBySuccess' for you.`
104805
104810
  );
104806
104811
  else if (!Oi.includes(u.type))
104807
104812
  return r.push(
104808
- new ae({
104813
+ new oe({
104809
104814
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
104810
104815
  code: K.InvalidReference,
104811
104816
  severity: Z.Error,
@@ -104889,7 +104894,7 @@ function EDt(d, u) {
104889
104894
  if (o.length) {
104890
104895
  const p = [...new Set(o)];
104891
104896
  o.length !== p.length && r.push(
104892
- new ae({
104897
+ new oe({
104893
104898
  id: `${a.id}--${K.DuplicateReference}`,
104894
104899
  code: K.DuplicateReference,
104895
104900
  severity: Z.Warning,
@@ -104898,7 +104903,7 @@ function EDt(d, u) {
104898
104903
  );
104899
104904
  const e = Gi(a, u);
104900
104905
  a.type === f.ReturnStatement && e && !Ct.includes(e.type) ? r.push(
104901
- new ae({
104906
+ new oe({
104902
104907
  id: `${a.id}--${K.IncompatibleScope}`,
104903
104908
  code: K.IncompatibleScope,
104904
104909
  severity: Z.Error,
@@ -104909,14 +104914,14 @@ function EDt(d, u) {
104909
104914
  )}' entity. A return statement's parent should always be resolved to a function declaration or global event.${hI}`
104910
104915
  })
104911
104916
  ) : a.type === f.ContinueStatement && e && e.type !== f.Loop ? r.push(
104912
- new ae({
104917
+ new oe({
104913
104918
  id: `${a.id}--${K.IncompatibleScope}`,
104914
104919
  code: K.IncompatibleScope,
104915
104920
  severity: Z.Error,
104916
104921
  message: `Entity of type "${a.type}" with id "${a.id}" has an explicitly set parent, but it isn't a '${f.Loop}' entity. A continue statement's parent should always be resolved to a loop entity.${hI}`
104917
104922
  })
104918
104923
  ) : a.type === f.BreakStatement && e && e.type !== f.Loop && r.push(
104919
- new ae({
104924
+ new oe({
104920
104925
  id: `${a.id}--${K.IncompatibleScope}`,
104921
104926
  code: K.IncompatibleScope,
104922
104927
  severity: Z.Error,
@@ -104929,7 +104934,7 @@ function EDt(d, u) {
104929
104934
  const A = u.get(b);
104930
104935
  if (!A) {
104931
104936
  r.push(
104932
- new ae({
104937
+ new oe({
104933
104938
  id: `${a.id}--${b}--${K.ReferencedEntityNotFound}`,
104934
104939
  code: K.ReferencedEntityNotFound,
104935
104940
  severity: Z.Error,
@@ -104949,7 +104954,7 @@ function EDt(d, u) {
104949
104954
  ) ? (A.successCalls || []).find(
104950
104955
  (k) => Er.includes(k.type)
104951
104956
  ) && r.push(
104952
- new ae({
104957
+ new oe({
104953
104958
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
104954
104959
  code: ne.UnreachableEntity,
104955
104960
  severity: Z.Error,
@@ -104961,7 +104966,7 @@ The new termination statement is redundant because both entities would be called
104961
104966
  ) ? (A.errorCalls || []).find(
104962
104967
  (k) => Er.includes(k.type)
104963
104968
  ) && r.push(
104964
- new ae({
104969
+ new oe({
104965
104970
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
104966
104971
  code: ne.UnreachableEntity,
104967
104972
  severity: Z.Error,
@@ -104973,7 +104978,7 @@ The new termination statement is redundant because both entities would be called
104973
104978
  ) && (A.calls || []).find(
104974
104979
  (k) => Er.includes(k.type)
104975
104980
  ) && r.push(
104976
- new ae({
104981
+ new oe({
104977
104982
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
104978
104983
  code: ne.UnreachableEntity,
104979
104984
  severity: Z.Error,
@@ -104987,7 +104992,7 @@ The new termination statement is redundant because both entities would be called
104987
104992
  caller: A,
104988
104993
  scope: D,
104989
104994
  errors: [
104990
- new ae({
104995
+ new oe({
104991
104996
  id: `${a.id}--${A.id}--${K.CallerWithIncompatibleScope}`,
104992
104997
  code: K.CallerWithIncompatibleScope,
104993
104998
  severity: Z.Warning,
@@ -105008,7 +105013,7 @@ The new termination statement is redundant because both entities would be called
105008
105013
  ) ? (A.successCalls || []).find(
105009
105014
  (k) => Er.includes(k.type)
105010
105015
  ) && r.push(
105011
- new ae({
105016
+ new oe({
105012
105017
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
105013
105018
  code: ne.UnreachableEntity,
105014
105019
  severity: Z.Error,
@@ -105020,7 +105025,7 @@ The new termination statement is redundant because both entities would be called
105020
105025
  ) ? (A.errorCalls || []).find(
105021
105026
  (k) => Er.includes(k.type)
105022
105027
  ) && r.push(
105023
- new ae({
105028
+ new oe({
105024
105029
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
105025
105030
  code: ne.UnreachableEntity,
105026
105031
  severity: Z.Error,
@@ -105032,7 +105037,7 @@ The new termination statement is redundant because both entities would be called
105032
105037
  ) && (A.calls || []).find(
105033
105038
  (k) => Er.includes(k.type)
105034
105039
  ) && r.push(
105035
- new ae({
105040
+ new oe({
105036
105041
  id: `${a.id}--${A.id}--${ne.UnreachableEntity}`,
105037
105042
  code: ne.UnreachableEntity,
105038
105043
  severity: Z.Error,
@@ -105046,7 +105051,7 @@ The new termination statement is redundant because both entities would be called
105046
105051
  caller: A,
105047
105052
  scope: D,
105048
105053
  errors: [
105049
- new ae({
105054
+ new oe({
105050
105055
  id: `${a.id}--${A.id}--${K.CallerWithIncompatibleScope}`,
105051
105056
  code: K.CallerWithIncompatibleScope,
105052
105057
  severity: Z.Warning,
@@ -105080,7 +105085,7 @@ Continue statements need to have a caller when created, since they are used to s
105080
105085
  Break statements need to have a caller when created, since they are used to exit a loop and can't be detached from a call chain.`), p += `
105081
105086
  ${hDt}`, Er.includes(a.type) || (p += `
105082
105087
  It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), r.push(
105083
- new ae({
105088
+ new oe({
105084
105089
  id: `${a.id}--${ne.MissingCaller}`,
105085
105090
  code: ne.MissingCaller,
105086
105091
  // If it is a termination statement, make it an error, otherwise a warning
@@ -105099,7 +105104,7 @@ function EU(d, u) {
105099
105104
  let h = !1;
105100
105105
  if (e.type === f.InputMap)
105101
105106
  r.push(
105102
- new ae({
105107
+ new oe({
105103
105108
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105104
105109
  code: K.InvalidReference,
105105
105110
  severity: Z.Error,
@@ -105116,7 +105121,7 @@ This literal-value entity belongs to an input map entity with id "${e.id}". Inpu
105116
105121
  else if (e.type === f.DataType) {
105117
105122
  const v = e, T = v.parent;
105118
105123
  Kr.includes(T.type) ? r.push(
105119
- new ae({
105124
+ new oe({
105120
105125
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105121
105126
  code: K.InvalidReference,
105122
105127
  severity: Z.Error,
@@ -105132,7 +105137,7 @@ This literal-value entity belongs to a data type entity with id "${v.id}", which
105132
105137
  ) : h = !0;
105133
105138
  }
105134
105139
  h && r.push(
105135
- new ae({
105140
+ new oe({
105136
105141
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105137
105142
  code: K.InvalidReference,
105138
105143
  severity: Z.Error,
@@ -105147,7 +105152,7 @@ All value writting entity types are: ${nt(
105147
105152
  } else if (u.type === f.DataType) {
105148
105153
  const e = u.parent;
105149
105154
  Kr.includes(e.type) ? r.push(
105150
- new ae({
105155
+ new oe({
105151
105156
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105152
105157
  code: K.InvalidReference,
105153
105158
  severity: Z.Error,
@@ -105161,7 +105166,7 @@ All value writting entity types are: ${nt(
105161
105166
  This data type entity belongs to a ${e.type} entity with id "${e.id}". ${e.type} entities are value writting entities. Is that what you meant to reference?`
105162
105167
  })
105163
105168
  ) : r.push(
105164
- new ae({
105169
+ new oe({
105165
105170
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105166
105171
  code: K.InvalidReference,
105167
105172
  severity: Z.Error,
@@ -105175,7 +105180,7 @@ All value writting entity types are: ${nt(
105175
105180
  );
105176
105181
  } else
105177
105182
  Kr.includes(u.type) || r.push(
105178
- new ae({
105183
+ new oe({
105179
105184
  id: `${d.id}--${u.id}--${K.InvalidReference}`,
105180
105185
  code: K.InvalidReference,
105181
105186
  severity: Z.Error,
@@ -105214,7 +105219,7 @@ All value writting entity types are: ${nt(
105214
105219
  ${v}`) : e === yA.ParallelInProject && (h = "The reader and the writter entities are both in separate scopes in the project that have no common ancestor.", h += `
105215
105220
  ${v}`), h += `
105216
105221
  Two value holding entities need to be in the same scope or in scopes nested inside of eachother to be able to read and write to each other.`, r.push(
105217
- new ae({
105222
+ new oe({
105218
105223
  id: `${d.id}--${u.id}--${K.IncompatibleScope}`,
105219
105224
  code: K.IncompatibleScope,
105220
105225
  severity: Z.Error,
@@ -105249,7 +105254,7 @@ function Ei(d, u, r, a = !1) {
105249
105254
  }
105250
105255
  } else
105251
105256
  e.readsValue && (Kr.includes(e.type) ? o.push(
105252
- new ae({
105257
+ new oe({
105253
105258
  id: `${e.id}--${K.InvalidReference}`,
105254
105259
  code: K.InvalidReference,
105255
105260
  severity: Z.Error,
@@ -105261,7 +105266,7 @@ function Ei(d, u, r, a = !1) {
105261
105266
  ${aA}`
105262
105267
  })
105263
105268
  ) : f.Property === e.type ? o.push(
105264
- new ae({
105269
+ new oe({
105265
105270
  id: `${e.id}--${K.InvalidReference}`,
105266
105271
  code: K.InvalidReference,
105267
105272
  severity: Z.Error,
@@ -105273,7 +105278,7 @@ ${aA}`
105273
105278
  ${TU}`
105274
105279
  })
105275
105280
  ) : o.push(
105276
- new ae({
105281
+ new oe({
105277
105282
  id: `${e.id}--${K.InvalidReference}`,
105278
105283
  code: K.InvalidReference,
105279
105284
  severity: Z.Error,
@@ -105286,7 +105291,7 @@ ${vU}`
105286
105291
  })
105287
105292
  ), delete p.readsValue);
105288
105293
  e.writesValues && (Kr.includes(e.type) ? o.push(
105289
- new ae({
105294
+ new oe({
105290
105295
  id: `${e.id}--${K.InvalidReference}`,
105291
105296
  code: K.InvalidReference,
105292
105297
  severity: Z.Warning,
@@ -105294,7 +105299,7 @@ ${vU}`
105294
105299
  ${IP}`
105295
105300
  })
105296
105301
  ) : o.push(
105297
- new ae({
105302
+ new oe({
105298
105303
  id: `${e.id}--${K.InvalidReference}`,
105299
105304
  code: K.InvalidReference,
105300
105305
  severity: Z.Warning,
@@ -105311,7 +105316,7 @@ ${IP}`
105311
105316
  const b = T.types, A = T.optional, D = e[v];
105312
105317
  if (!D) {
105313
105318
  A || o.push(
105314
- new ae({
105319
+ new oe({
105315
105320
  id: `${e.id}--${v}--${ne.InvalidObjectStructure}`,
105316
105321
  code: ne.InvalidObjectStructure,
105317
105322
  severity: Z.Error,
@@ -105332,7 +105337,7 @@ ${IP}`
105332
105337
  }
105333
105338
  else {
105334
105339
  o.push(
105335
- new ae({
105340
+ new oe({
105336
105341
  id: `${e.id}--${v}--${K.ContainsSingleButShouldBeReferenceList}`,
105337
105342
  code: K.ContainsSingleButShouldBeReferenceList,
105338
105343
  severity: Z.Error,
@@ -105343,7 +105348,7 @@ ${IP}`
105343
105348
  }
105344
105349
  else if (Array.isArray(D)) {
105345
105350
  o.push(
105346
- new ae({
105351
+ new oe({
105347
105352
  id: `${e.id}--${v}--${K.ContainsListButShouldReferenceSingle}`,
105348
105353
  code: K.ContainsListButShouldReferenceSingle,
105349
105354
  severity: Z.Error,
@@ -105372,7 +105377,7 @@ function WNt(d, u, r = "calledBy") {
105372
105377
  const o = u.get(d);
105373
105378
  if (!o)
105374
105379
  return a.push(
105375
- new ae({
105380
+ new oe({
105376
105381
  id: `${d}--${K.ReferencedEntityNotFound}`,
105377
105382
  code: K.ReferencedEntityNotFound,
105378
105383
  severity: Z.Error,
@@ -105392,7 +105397,7 @@ This ${o.type} is called by ${nt(
105392
105397
  " and "
105393
105398
  )} entities. You can reference ${p.length > 1 ? "one of them" : "it"} instead to execute this entity before the end of the logic.` : "";
105394
105399
  a.push(
105395
- new ae({
105400
+ new oe({
105396
105401
  id: `last-action--${o.id}--${K.InvalidReference}`,
105397
105402
  code: K.InvalidReference,
105398
105403
  severity: Z.Error,
@@ -105407,7 +105412,7 @@ Termination entities are ${nt(
105407
105412
  );
105408
105413
  } else
105409
105414
  a.push(
105410
- new ae({
105415
+ new oe({
105411
105416
  id: `last-action--${o.id}--${K.InvalidReference}`,
105412
105417
  code: K.InvalidReference,
105413
105418
  severity: Z.Error,
@@ -105428,7 +105433,7 @@ function zNt(d, u, r = "calledByError") {
105428
105433
  const o = u.get(d);
105429
105434
  if (!o)
105430
105435
  return a.push(
105431
- new ae({
105436
+ new oe({
105432
105437
  id: `${d}--${K.ReferencedEntityNotFound}`,
105433
105438
  code: K.ReferencedEntityNotFound,
105434
105439
  severity: Z.Error,
@@ -105448,7 +105453,7 @@ This ${o.type} is called by ${nt(
105448
105453
  " and "
105449
105454
  )} entities. You can reference ${p.length > 1 ? "one of them" : "it"} instead to execute this entity before the end of the logic.` : "";
105450
105455
  a.push(
105451
- new ae({
105456
+ new oe({
105452
105457
  id: `last-action--${o.id}--${K.InvalidReference}`,
105453
105458
  code: K.InvalidReference,
105454
105459
  severity: Z.Error,
@@ -105463,7 +105468,7 @@ Termination entities are ${nt(
105463
105468
  );
105464
105469
  } else
105465
105470
  Ct.includes(o.type) ? a.push(
105466
- new ae({
105471
+ new oe({
105467
105472
  id: `last-action--${o.id}--${K.InvalidReference}`,
105468
105473
  code: K.InvalidReference,
105469
105474
  severity: Z.Error,
@@ -105471,7 +105476,7 @@ Termination entities are ${nt(
105471
105476
  ${w0}`
105472
105477
  })
105473
105478
  ) : a.push(
105474
- new ae({
105479
+ new oe({
105475
105480
  id: `last-action--${o.id}--${K.InvalidReference}`,
105476
105481
  code: K.InvalidReference,
105477
105482
  severity: Z.Error,
@@ -105488,7 +105493,7 @@ function YNt(d, u) {
105488
105493
  );
105489
105494
  if (!a)
105490
105495
  r.push(
105491
- new ae({
105496
+ new oe({
105492
105497
  id: `last-action--${K.ReferencedEntityNotFound}`,
105493
105498
  code: K.ReferencedEntityNotFound,
105494
105499
  severity: Z.Error,
@@ -105500,7 +105505,7 @@ function YNt(d, u) {
105500
105505
  let e = !1;
105501
105506
  if (p.type === f.InputMap)
105502
105507
  r.push(
105503
- new ae({
105508
+ new oe({
105504
105509
  id: `last-action--${a.id}--${K.InvalidReference}`,
105505
105510
  code: K.InvalidReference,
105506
105511
  severity: Z.Error,
@@ -105517,7 +105522,7 @@ This literal-value entity belongs to an input map entity with id "${p.id}". Inpu
105517
105522
  else if (p.type === f.DataType) {
105518
105523
  const h = p, v = h.parent;
105519
105524
  Kr.includes(v.type) ? r.push(
105520
- new ae({
105525
+ new oe({
105521
105526
  id: `last-action--${a.id}--${K.InvalidReference}`,
105522
105527
  code: K.InvalidReference,
105523
105528
  severity: Z.Error,
@@ -105533,7 +105538,7 @@ This literal-value entity belongs to a data type entity with id "${h.id}", which
105533
105538
  ) : e = !0;
105534
105539
  }
105535
105540
  e && r.push(
105536
- new ae({
105541
+ new oe({
105537
105542
  id: `last-action--${a.id}--${K.InvalidReference}`,
105538
105543
  code: K.InvalidReference,
105539
105544
  severity: Z.Error,
@@ -105548,7 +105553,7 @@ All value writting entity types are: ${nt(
105548
105553
  } else if (a.type === f.DataType) {
105549
105554
  const p = a.parent;
105550
105555
  Kr.includes(p.type) ? r.push(
105551
- new ae({
105556
+ new oe({
105552
105557
  id: `last-action--${a.id}--${K.InvalidReference}`,
105553
105558
  code: K.InvalidReference,
105554
105559
  severity: Z.Error,
@@ -105562,7 +105567,7 @@ All value writting entity types are: ${nt(
105562
105567
  This data type entity belongs to a ${p.type} entity with id "${p.id}". ${p.type} entities are value writting entities. Is that what you meant to reference?`
105563
105568
  })
105564
105569
  ) : r.push(
105565
- new ae({
105570
+ new oe({
105566
105571
  id: `last-action--${a.id}--${K.InvalidReference}`,
105567
105572
  code: K.InvalidReference,
105568
105573
  severity: Z.Error,
@@ -105576,7 +105581,7 @@ All value writting entity types are: ${nt(
105576
105581
  );
105577
105582
  } else
105578
105583
  Kr.includes(a.type) || r.push(
105579
- new ae({
105584
+ new oe({
105580
105585
  id: `last-action--${a.id}--${K.InvalidReference}`,
105581
105586
  code: K.InvalidReference,
105582
105587
  severity: Z.Error,
@@ -105624,7 +105629,7 @@ function ADt(d, u) {
105624
105629
  ), o = IDt(u);
105625
105630
  if (!a)
105626
105631
  r.push(
105627
- new ae({
105632
+ new oe({
105628
105633
  id: `last-action--${K.ReferencedEntityNotFound}`,
105629
105634
  code: K.ReferencedEntityNotFound,
105630
105635
  severity: Z.Error,
@@ -105633,7 +105638,7 @@ function ADt(d, u) {
105633
105638
  );
105634
105639
  else if (a.type === f.ActionDescriptor)
105635
105640
  r.push(
105636
- new ae({
105641
+ new oe({
105637
105642
  id: `last-action--${K.InvalidFunctionDeclarationForFunctionCall}`,
105638
105643
  code: K.InvalidFunctionDeclarationForFunctionCall,
105639
105644
  severity: Z.Error,
@@ -105644,7 +105649,7 @@ ${o}`
105644
105649
  );
105645
105650
  else if (a.type !== f.FunctionDeclaration)
105646
105651
  r.push(
105647
- new ae({
105652
+ new oe({
105648
105653
  id: `last-action--${K.InvalidFunctionDeclarationForFunctionCall}`,
105649
105654
  code: K.InvalidFunctionDeclarationForFunctionCall,
105650
105655
  severity: Z.Error,
@@ -105666,7 +105671,7 @@ Furthermore, the specific 'definition-entity' extends or implements non-interact
105666
105671
  "' and '"
105667
105672
  )}'` : `entity with id '${e[0].id}'`}.
105668
105673
  ${Pl}`), r.push(
105669
- new ae({
105674
+ new oe({
105670
105675
  id: `last-action--${K.InvalidFunctionDeclarationForFunctionCall}`,
105671
105676
  code: K.InvalidFunctionDeclarationForFunctionCall,
105672
105677
  severity: Z.Error,
@@ -105677,7 +105682,7 @@ ${o}${h}`
105677
105682
  );
105678
105683
  } else
105679
105684
  a.parent.type === f.Loop ? r.push(
105680
- new ae({
105685
+ new oe({
105681
105686
  id: `last-action--${K.InvalidFunctionDeclarationForFunctionCall}`,
105682
105687
  code: K.InvalidFunctionDeclarationForFunctionCall,
105683
105688
  severity: Z.Error,
@@ -105686,7 +105691,7 @@ If you want to execute the logic of a loop's body you can call the loop entity i
105686
105691
  ${o}`
105687
105692
  })
105688
105693
  ) : a.parent.type !== f.Project && r.push(
105689
- new ae({
105694
+ new oe({
105690
105695
  id: `last-action--${K.InvalidFunctionDeclarationForFunctionCall}`,
105691
105696
  code: K.InvalidFunctionDeclarationForFunctionCall,
105692
105697
  severity: Z.Error,
@@ -105709,7 +105714,7 @@ All built-in 'action-descriptor' entities that define 'operation' entity, are (I
105709
105714
  - `)}
105710
105715
  `;
105711
105716
  return a ? a.type === f.FunctionDeclaration ? r.push(
105712
- new ae({
105717
+ new oe({
105713
105718
  id: `last-action--${K.InvalidActionDescriptorForOperation}`,
105714
105719
  code: K.InvalidActionDescriptorForOperation,
105715
105720
  severity: Z.Error,
@@ -105718,21 +105723,21 @@ All built-in 'action-descriptor' entities that define 'operation' entity, are (I
105718
105723
  ) : a.type === f.ActionDescriptor ? u.operationDeclarations.find(
105719
105724
  (e) => e.id === d
105720
105725
  ) || r.push(
105721
- new ae({
105726
+ new oe({
105722
105727
  id: `last-action--${K.InvalidActionDescriptorForOperation}`,
105723
105728
  code: K.InvalidActionDescriptorForOperation,
105724
105729
  severity: Z.Error,
105725
105730
  message: `The entity with id '${d}' is of type '${a.type}' entity but it isn't one of the allowed operation descriptors.${o}`
105726
105731
  })
105727
105732
  ) : a.type !== f.ActionDescriptor && r.push(
105728
- new ae({
105733
+ new oe({
105729
105734
  id: `last-action--${K.InvalidActionDescriptorForOperation}`,
105730
105735
  code: K.InvalidActionDescriptorForOperation,
105731
105736
  severity: Z.Error,
105732
105737
  message: `The entity with id '${d}' is of type '${a.type}' entity. Only 'action-descriptor' entities can be implemented as operations instances.${o}`
105733
105738
  })
105734
105739
  ) : r.push(
105735
- new ae({
105740
+ new oe({
105736
105741
  id: `last-action--${K.ReferencedEntityNotFound}`,
105737
105742
  code: K.ReferencedEntityNotFound,
105738
105743
  severity: Z.Error,
@@ -105754,7 +105759,7 @@ All built-in 'action-descriptor' entities that define 'condition' entity, are (I
105754
105759
  - `)}
105755
105760
  `;
105756
105761
  return a ? a.type === f.FunctionDeclaration ? r.push(
105757
- new ae({
105762
+ new oe({
105758
105763
  id: `last-action--${K.InvalidActionDescriptorForCondition}`,
105759
105764
  code: K.InvalidActionDescriptorForCondition,
105760
105765
  severity: Z.Error,
@@ -105763,21 +105768,21 @@ All built-in 'action-descriptor' entities that define 'condition' entity, are (I
105763
105768
  ) : a.type === f.ActionDescriptor ? u.conditionDeclarations.find(
105764
105769
  (e) => e.id === d
105765
105770
  ) || r.push(
105766
- new ae({
105771
+ new oe({
105767
105772
  id: `last-action--${K.InvalidActionDescriptorForOperation}`,
105768
105773
  code: K.InvalidActionDescriptorForOperation,
105769
105774
  severity: Z.Error,
105770
105775
  message: `The entity with id '${d}' is of type '${a.type}' entity but it isn't one of the allowed condition descriptors.${o}`
105771
105776
  })
105772
105777
  ) : a.type !== f.ActionDescriptor && r.push(
105773
- new ae({
105778
+ new oe({
105774
105779
  id: `last-action--${K.InvalidActionDescriptorForCondition}`,
105775
105780
  code: K.InvalidActionDescriptorForCondition,
105776
105781
  severity: Z.Error,
105777
105782
  message: `The entity with id '${d}' is of type '${a.type}' entity. Only 'action-descriptor' entities can be implemented as conditions instances.${o}`
105778
105783
  })
105779
105784
  ) : r.push(
105780
- new ae({
105785
+ new oe({
105781
105786
  id: `last-action--${K.ReferencedEntityNotFound}`,
105782
105787
  code: K.ReferencedEntityNotFound,
105783
105788
  severity: Z.Error,
@@ -105796,7 +105801,7 @@ All built-in 'action-descriptor' entities that define 'loop' entity, are (IDs):
105796
105801
  - ${u.loopDeclarations.map((p) => `${p.id} (${J(p, u)}).`).join(`
105797
105802
  - `)}`;
105798
105803
  return a ? a.type === f.FunctionDeclaration ? r.push(
105799
- new ae({
105804
+ new oe({
105800
105805
  id: `last-action--${K.InvalidActionDescriptorForLoop}`,
105801
105806
  code: K.InvalidActionDescriptorForLoop,
105802
105807
  severity: Z.Error,
@@ -105805,21 +105810,21 @@ All built-in 'action-descriptor' entities that define 'loop' entity, are (IDs):
105805
105810
  ) : a.type === f.ActionDescriptor ? u.loopDeclarations.find(
105806
105811
  (e) => e.id === d
105807
105812
  ) || r.push(
105808
- new ae({
105813
+ new oe({
105809
105814
  id: `last-action--${K.InvalidActionDescriptorForOperation}`,
105810
105815
  code: K.InvalidActionDescriptorForOperation,
105811
105816
  severity: Z.Error,
105812
105817
  message: `The entity with id '${d}' is of type '${a.type}' entity but it isn't one of the allowed loop descriptors.${o}`
105813
105818
  })
105814
105819
  ) : a.type !== f.ActionDescriptor && r.push(
105815
- new ae({
105820
+ new oe({
105816
105821
  id: `last-action--${K.InvalidActionDescriptorForLoop}`,
105817
105822
  code: K.InvalidActionDescriptorForLoop,
105818
105823
  severity: Z.Error,
105819
105824
  message: `The entity with id '${d}' is of type '${a.type}' entity. Only 'action-descriptor' entities can be implemented as loops instances.${o}`
105820
105825
  })
105821
105826
  ) : r.push(
105822
- new ae({
105827
+ new oe({
105823
105828
  id: `last-action--${K.ReferencedEntityNotFound}`,
105824
105829
  code: K.ReferencedEntityNotFound,
105825
105830
  severity: Z.Error,
@@ -105856,7 +105861,7 @@ function _0(d, u) {
105856
105861
  H(d.readsValue)
105857
105862
  ))
105858
105863
  r.push(
105859
- new ae({
105864
+ new oe({
105860
105865
  id: `${u.id}--${K.InvalidBuiltInEntityReference}`,
105861
105866
  code: K.InvalidBuiltInEntityReference,
105862
105867
  severity: Z.Error,
@@ -105865,7 +105870,7 @@ function _0(d, u) {
105865
105870
  );
105866
105871
  else if (!a)
105867
105872
  r.push(
105868
- new ae({
105873
+ new oe({
105869
105874
  id: `${u.id}--${K.ReferencedEntityNotFound}`,
105870
105875
  code: K.ReferencedEntityNotFound,
105871
105876
  severity: Z.Error,
@@ -105876,7 +105881,7 @@ function _0(d, u) {
105876
105881
  const p = xl(a);
105877
105882
  if (p)
105878
105883
  r.push(
105879
- new ae({
105884
+ new oe({
105880
105885
  id: `${u.id}--${K.InvalidBuiltInEntityReference}`,
105881
105886
  code: K.InvalidBuiltInEntityReference,
105882
105887
  severity: Z.Error,
@@ -105900,7 +105905,7 @@ function _0(d, u) {
105900
105905
  a.getDataType(null)
105901
105906
  );
105902
105907
  h.compatible || r.push(
105903
- new ae({
105908
+ new oe({
105904
105909
  id: `${u.id}--${ne.ReaderWriterIncompatibleDataType}`,
105905
105910
  code: ne.ReaderWriterIncompatibleDataType,
105906
105911
  severity: Z.Error,
@@ -106431,7 +106436,7 @@ All global 'function-declaration' entity ids are:
106431
106436
  - `)}.` : `
106432
106437
  The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.`;
106433
106438
  p.push(
106434
- new ae({
106439
+ new oe({
106435
106440
  id: `${o.id}--${K.InvalidReference}`,
106436
106441
  code: K.InvalidReference,
106437
106442
  severity: Z.Error,
@@ -106448,7 +106453,7 @@ References can either be an ID string or an object with exacly four properties:
106448
106453
  validateGeneratedUpdate(r) {
106449
106454
  const a = [];
106450
106455
  return r.parent && a.push(
106451
- new ae({
106456
+ new oe({
106452
106457
  id: `${this.id}--${K.InvalidParentUpdate}`,
106453
106458
  code: K.InvalidParentUpdate,
106454
106459
  severity: Z.Error,
@@ -112727,7 +112732,7 @@ function J(d, u) {
112727
112732
  function jU(d, u) {
112728
112733
  const r = [];
112729
112734
  d.name || r.push(
112730
- new ae({
112735
+ new oe({
112731
112736
  id: `${d.id}--${ne.EmptyName}`,
112732
112737
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112733
112738
  severity: Z.Error,
@@ -112738,7 +112743,7 @@ function jU(d, u) {
112738
112743
  (o) => o.name === d.name
112739
112744
  );
112740
112745
  return a.length && r.push(
112741
- new ae({
112746
+ new oe({
112742
112747
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112743
112748
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in the project. Entity with id "${a[0].id}" has the same name.
112744
112749
  Please provide a unique 'name' string.`,
@@ -112750,7 +112755,7 @@ Please provide a unique 'name' string.`,
112750
112755
  function GU(d, u) {
112751
112756
  const r = [];
112752
112757
  d.name || r.push(
112753
- new ae({
112758
+ new oe({
112754
112759
  id: `${d.id}--${ne.EmptyName}`,
112755
112760
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112756
112761
  severity: Z.Error,
@@ -112772,7 +112777,7 @@ function GU(d, u) {
112772
112777
  (h) => h.name === d.name
112773
112778
  );
112774
112779
  return e.length && r.push(
112775
- new ae({
112780
+ new oe({
112776
112781
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112777
112782
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in ${o.type === f.Project ? "the globally declared project scope" : "its parent entity"}. Entity with id "${e[0].id}" has the same name.
112778
112783
  Please provide a unique 'name' string.`,
@@ -112784,7 +112789,7 @@ Please provide a unique 'name' string.`,
112784
112789
  function FU(d, u) {
112785
112790
  const r = [];
112786
112791
  d.name || r.push(
112787
- new ae({
112792
+ new oe({
112788
112793
  id: `${d.id}--${ne.EmptyName}`,
112789
112794
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112790
112795
  severity: Z.Error,
@@ -112794,7 +112799,7 @@ function FU(d, u) {
112794
112799
  const a = d.parent && rn(d.parent, u) || u;
112795
112800
  if (!a)
112796
112801
  r.push(
112797
- new ae({
112802
+ new oe({
112798
112803
  id: `${d.id}--parent-reference--${K.ReferencedEntityNotFound}`,
112799
112804
  message: `The entity with id '${d.parent}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
112800
112805
  severity: Z.Error,
@@ -112808,7 +112813,7 @@ function FU(d, u) {
112808
112813
  (e) => e.name === d.name
112809
112814
  );
112810
112815
  p.length && r.push(
112811
- new ae({
112816
+ new oe({
112812
112817
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112813
112818
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in its scope or higher scopes. Entity with id "${p[0].id}" has the same name.
112814
112819
  Please provide a unique 'name' string.`,
@@ -112822,7 +112827,7 @@ Please provide a unique 'name' string.`,
112822
112827
  function kU(d, u) {
112823
112828
  const r = [];
112824
112829
  d.name || r.push(
112825
- new ae({
112830
+ new oe({
112826
112831
  id: `${d.id}--${ne.EmptyName}`,
112827
112832
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112828
112833
  severity: Z.Error,
@@ -112832,7 +112837,7 @@ function kU(d, u) {
112832
112837
  const a = H(d.parent);
112833
112838
  if (!a)
112834
112839
  r.push(
112835
- new ae({
112840
+ new oe({
112836
112841
  id: `${d.id}--parent-reference--${K.InvalidReferenceObjectStructure}`,
112837
112842
  message: `Reference object at 'parent' property for entity with id "${d.id}" and type "${d.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,
112838
112843
  severity: Z.Error,
@@ -112843,7 +112848,7 @@ function kU(d, u) {
112843
112848
  const o = u.get(a);
112844
112849
  if (!o)
112845
112850
  r.push(
112846
- new ae({
112851
+ new oe({
112847
112852
  id: `${d.id}--parent-reference--${K.ReferencedEntityNotFound}`,
112848
112853
  message: `The entity with id '${a}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
112849
112854
  severity: Z.Error,
@@ -112855,7 +112860,7 @@ function kU(d, u) {
112855
112860
  (h) => h.name === d.name
112856
112861
  );
112857
112862
  e.length && r.push(
112858
- new ae({
112863
+ new oe({
112859
112864
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112860
112865
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all properties in the parent entity. Entity with id "${e[0].id}" has the same name.
112861
112866
  Please provide a unique 'name' string.`,
@@ -112870,7 +112875,7 @@ Please provide a unique 'name' string.`,
112870
112875
  function KU(d, u) {
112871
112876
  const r = [];
112872
112877
  d.name || r.push(
112873
- new ae({
112878
+ new oe({
112874
112879
  id: `${d.id}--${ne.EmptyName}`,
112875
112880
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112876
112881
  severity: Z.Error,
@@ -112880,7 +112885,7 @@ function KU(d, u) {
112880
112885
  const a = H(d.parent);
112881
112886
  if (!a)
112882
112887
  r.push(
112883
- new ae({
112888
+ new oe({
112884
112889
  id: `${d.id}--parent-reference--${K.InvalidReferenceObjectStructure}`,
112885
112890
  message: `Reference object at 'parent' property for entity with id "${d.id}" and type "${d.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,
112886
112891
  severity: Z.Error,
@@ -112891,7 +112896,7 @@ function KU(d, u) {
112891
112896
  const o = u.get(a);
112892
112897
  if (!o)
112893
112898
  r.push(
112894
- new ae({
112899
+ new oe({
112895
112900
  id: `${d.id}--parent-reference--${K.ReferencedEntityNotFound}`,
112896
112901
  message: `The entity with id '${a}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
112897
112902
  severity: Z.Error,
@@ -112905,7 +112910,7 @@ function KU(d, u) {
112905
112910
  (h) => h.name === d.name
112906
112911
  );
112907
112912
  e.length && r.push(
112908
- new ae({
112913
+ new oe({
112909
112914
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112910
112915
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all inputs declared in the parent entity. Entity with id "${e[0].id}" has the same name.
112911
112916
  Please provide a unique 'name' string.`,
@@ -112920,7 +112925,7 @@ Please provide a unique 'name' string.`,
112920
112925
  function SU(d, u) {
112921
112926
  const r = [];
112922
112927
  d.name || r.push(
112923
- new ae({
112928
+ new oe({
112924
112929
  id: `${d.id}--${ne.EmptyName}`,
112925
112930
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
112926
112931
  severity: Z.Error,
@@ -112930,7 +112935,7 @@ function SU(d, u) {
112930
112935
  const a = H(d.parent);
112931
112936
  if (!a)
112932
112937
  r.push(
112933
- new ae({
112938
+ new oe({
112934
112939
  id: `${d.id}--parent-reference--${K.InvalidReferenceObjectStructure}`,
112935
112940
  message: `Reference object at 'parent' property for entity with id "${d.id}" and type "${d.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,
112936
112941
  severity: Z.Error,
@@ -112941,7 +112946,7 @@ function SU(d, u) {
112941
112946
  const o = u.get(a);
112942
112947
  if (!o)
112943
112948
  r.push(
112944
- new ae({
112949
+ new oe({
112945
112950
  id: `${d.id}--parent-reference--${K.ReferencedEntityNotFound}`,
112946
112951
  message: `The entity with id '${a}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,
112947
112952
  severity: Z.Error,
@@ -112955,7 +112960,7 @@ function SU(d, u) {
112955
112960
  (h) => h.name === d.name
112956
112961
  );
112957
112962
  e.length && r.push(
112958
- new ae({
112963
+ new oe({
112959
112964
  id: `${d.id}--${ne.NameNotUniqueInScope}`,
112960
112965
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all outputs declared in the parent entity. Entity with id "${e[0].id}" has the same name.
112961
112966
  Please provide a unique 'name' string.`,
@@ -113168,7 +113173,7 @@ function WOt(d, u) {
113168
113173
  const o = u.get(d.parent);
113169
113174
  if (!o)
113170
113175
  r.push(
113171
- new ae({
113176
+ new oe({
113172
113177
  id: `${d.id}--${d.parent}--${K.ReferencedEntityNotFound}`,
113173
113178
  code: K.ReferencedEntityNotFound,
113174
113179
  severity: Z.Error,
@@ -113183,7 +113188,7 @@ function WOt(d, u) {
113183
113188
  o.project
113184
113189
  )}) higher up in the tree.` : `The entity of type '${d.type}' with id '${d.id}' have 'parent' with id '${d.parent}' because it is a built-in entity of type ${p.type}.`;
113185
113190
  r.push(
113186
- new ae({
113191
+ new oe({
113187
113192
  id: `${d.id}--${K.InvalidBuiltInEntityReference}`,
113188
113193
  code: K.InvalidBuiltInEntityReference,
113189
113194
  severity: Z.Error,
@@ -113192,7 +113197,7 @@ function WOt(d, u) {
113192
113197
  );
113193
113198
  } else if (![f.DefinitionEntity].includes(o.type))
113194
113199
  r.push(
113195
- new ae({
113200
+ new oe({
113196
113201
  id: `${d.id}--${d.parent}--${K.InvalidParentReference}`,
113197
113202
  code: K.InvalidParentReference,
113198
113203
  severity: Z.Error,
@@ -113216,7 +113221,7 @@ function WOt(d, u) {
113216
113221
  )}").`;
113217
113222
  v += `
113218
113223
  ${Pl}`, r.push(
113219
- new ae({
113224
+ new oe({
113220
113225
  id: `${d.id}--${K.NonInteractiveEntityReferenced}`,
113221
113226
  code: K.NonInteractiveEntityReferenced,
113222
113227
  severity: Z.Error,
@@ -113229,7 +113234,7 @@ ${Pl}`, r.push(
113229
113234
  );
113230
113235
  if (d.id === d.implements)
113231
113236
  return r.push(
113232
- new ae({
113237
+ new oe({
113233
113238
  id: `${d.id}--${d.implements}--${K.SelfReference}`,
113234
113239
  code: K.SelfReference,
113235
113240
  severity: Z.Error,
@@ -113238,7 +113243,7 @@ ${Pl}`, r.push(
113238
113243
  ), r;
113239
113244
  if (!v)
113240
113245
  r.push(
113241
- new ae({
113246
+ new oe({
113242
113247
  id: `${d.id}--${d.implements}--${K.ReferencedEntityNotFound}`,
113243
113248
  code: K.ReferencedEntityNotFound,
113244
113249
  severity: Z.Error,
@@ -113253,21 +113258,21 @@ ${Pl}`, r.push(
113253
113258
  }
113254
113259
  );
113255
113260
  T ? r.push(
113256
- new ae({
113261
+ new oe({
113257
113262
  id: `${d.id}--${ne.PropertyOverwritesOtherSiblingWithSameImplementation}`,
113258
113263
  code: ne.PropertyOverwritesOtherSiblingWithSameImplementation,
113259
113264
  severity: Z.Error,
113260
113265
  message: `The property with id "${d.id}" is trying to implement the property with id "${d.implements}", but the parent entity already has a property with id '${T.id}' that implements the same base property.`
113261
113266
  })
113262
113267
  ) : [f.Property].includes(v.type) ? v.abstract || r.push(
113263
- new ae({
113268
+ new oe({
113264
113269
  id: `${d.id}--${d.implements}--${K.InvalidImplementsReference}`,
113265
113270
  code: K.InvalidImplementsReference,
113266
113271
  severity: Z.Error,
113267
113272
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'implements' reference that isn't pointing to an abstract entity.`
113268
113273
  })
113269
113274
  ) : r.push(
113270
- new ae({
113275
+ new oe({
113271
113276
  id: `${d.id}--${d.implements}--${K.InvalidImplementsReference}`,
113272
113277
  code: K.InvalidImplementsReference,
113273
113278
  severity: Z.Error,
@@ -113470,7 +113475,7 @@ const Ot = class Ot extends Vr {
113470
113475
  validateGeneratedUpdate(r) {
113471
113476
  const a = [];
113472
113477
  return r.parent && a.push(
113473
- new ae({
113478
+ new oe({
113474
113479
  id: `${this.id}--${K.InvalidParentUpdate}`,
113475
113480
  code: K.InvalidParentUpdate,
113476
113481
  severity: Z.Error,
@@ -113478,7 +113483,7 @@ const Ot = class Ot extends Vr {
113478
113483
  This is likely an incorrect strategy, either the '${this.type}' entity doesn't need to be updated or it should be deleted and a new one created in the desired parent.`
113479
113484
  })
113480
113485
  ), (r.readsValue || r.writesValue) && a.push(
113481
- new ae({
113486
+ new oe({
113482
113487
  id: `${this.id}--${ne.InvalidObjectStructure}`,
113483
113488
  code: ne.InvalidObjectStructure,
113484
113489
  severity: Z.Error,
@@ -115334,7 +115339,7 @@ function o$t(d, u) {
115334
115339
  if (d.parent)
115335
115340
  if (d.id === d.parent)
115336
115341
  r.push(
115337
- new ae({
115342
+ new oe({
115338
115343
  id: `${d.id}--${d.parent}--${K.SelfReference}`,
115339
115344
  code: K.SelfReference,
115340
115345
  severity: Z.Error,
@@ -115346,14 +115351,14 @@ function o$t(d, u) {
115346
115351
  d.parent
115347
115352
  );
115348
115353
  a ? [f.Project, f.DataType].includes(a.type) || r.push(
115349
- new ae({
115354
+ new oe({
115350
115355
  id: `${d.id}--${d.parent}--${K.InvalidParentReference}`,
115351
115356
  code: K.InvalidParentReference,
115352
115357
  severity: Z.Error,
115353
115358
  message: `Entity of type "${d.type}" with id "${d.id}", has a parent reference that isn't pointing to an entity of type 'project' or 'data-type'.`
115354
115359
  })
115355
115360
  ) : r.push(
115356
- new ae({
115361
+ new oe({
115357
115362
  id: `${d.id}--${d.parent}--${K.ReferencedEntityNotFound}`,
115358
115363
  code: K.ReferencedEntityNotFound,
115359
115364
  severity: Z.Error,
@@ -115364,7 +115369,7 @@ function o$t(d, u) {
115364
115369
  return d.implements && Array.isArray(d.implements) ? d.implements.forEach((a) => {
115365
115370
  if (d.id === a) {
115366
115371
  r.push(
115367
- new ae({
115372
+ new oe({
115368
115373
  id: `${d.id}--${a}--${K.SelfReference}`,
115369
115374
  code: K.SelfReference,
115370
115375
  severity: Z.Error,
@@ -115377,21 +115382,21 @@ function o$t(d, u) {
115377
115382
  o ? [f.DefinitionEntity, f.BuiltInBaseEntity].includes(
115378
115383
  o.type
115379
115384
  ) ? o.abstract || r.push(
115380
- new ae({
115385
+ new oe({
115381
115386
  id: `${d.id}--${a}--${K.InvalidImplementsReference}`,
115382
115387
  code: K.InvalidImplementsReference,
115383
115388
  severity: Z.Error,
115384
115389
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'implements' reference that isn't pointing to an abstract entity.`
115385
115390
  })
115386
115391
  ) : r.push(
115387
- new ae({
115392
+ new oe({
115388
115393
  id: `${d.id}--${a}--${K.InvalidImplementsReference}`,
115389
115394
  code: K.InvalidImplementsReference,
115390
115395
  severity: Z.Error,
115391
115396
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'implements' reference that isn't pointing to an entity of type 'definition-entity' or 'built-in-base-entity'.`
115392
115397
  })
115393
115398
  ) : r.push(
115394
- new ae({
115399
+ new oe({
115395
115400
  id: `${d.id}--${a}--${K.ReferencedEntityNotFound}`,
115396
115401
  code: K.ReferencedEntityNotFound,
115397
115402
  severity: Z.Error,
@@ -115399,7 +115404,7 @@ function o$t(d, u) {
115399
115404
  })
115400
115405
  );
115401
115406
  }) : r.push(
115402
- new ae({
115407
+ new oe({
115403
115408
  id: `${d.id}--${ne.InvalidObjectStructure}`,
115404
115409
  code: ne.InvalidObjectStructure,
115405
115410
  severity: Z.Error,
@@ -115410,21 +115415,21 @@ function o$t(d, u) {
115410
115415
  o ? [f.DefinitionEntity, f.BuiltInBaseEntity].includes(
115411
115416
  o.type
115412
115417
  ) ? o.abstract && r.push(
115413
- new ae({
115418
+ new oe({
115414
115419
  id: `${d.id}--${a}--${K.InvalidExtendsReference}`,
115415
115420
  code: K.InvalidExtendsReference,
115416
115421
  severity: Z.Error,
115417
115422
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'extends' reference that isn't pointing to a non-abstract entity. Did you want to use the property 'implements', which holds a list of references to absract entities, instead?`
115418
115423
  })
115419
115424
  ) : r.push(
115420
- new ae({
115425
+ new oe({
115421
115426
  id: `${d.id}--${a}--${K.InvalidExtendsReference}`,
115422
115427
  code: K.InvalidExtendsReference,
115423
115428
  severity: Z.Error,
115424
115429
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'extends' reference that isn't pointing to an entity of type 'definition-entity' or 'built-in-base-entity'.`
115425
115430
  })
115426
115431
  ) : r.push(
115427
- new ae({
115432
+ new oe({
115428
115433
  id: `${d.id}--${a}--${K.ReferencedEntityNotFound}`,
115429
115434
  code: K.ReferencedEntityNotFound,
115430
115435
  severity: Z.Error,
@@ -115557,7 +115562,7 @@ const qt = class qt extends Vr {
115557
115562
  if (v && v.type === f.DataType) {
115558
115563
  const T = v;
115559
115564
  T.entity && p.push(
115560
- new ae({
115565
+ new oe({
115561
115566
  id: `${r.id}--${K.NewEntityWouldOverriteExisting}`,
115562
115567
  code: K.NewEntityWouldOverriteExisting,
115563
115568
  severity: Z.Error,
@@ -115769,7 +115774,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
115769
115774
  validateGeneratedUpdate(r) {
115770
115775
  const a = [];
115771
115776
  return r.parent && a.push(
115772
- new ae({
115777
+ new oe({
115773
115778
  id: `${this.id}--${K.InvalidParentUpdate}`,
115774
115779
  code: K.InvalidParentUpdate,
115775
115780
  severity: Z.Error,
@@ -121607,7 +121612,7 @@ export {
121607
121612
  D$t as EndpointEntity,
121608
121613
  ar as EntityError,
121609
121614
  Z as EntityErrorSeverity,
121610
- ae as EntityGenerationError,
121615
+ oe as EntityGenerationError,
121611
121616
  K as EntityGenerationErrorCode,
121612
121617
  te as EntityInstanceErrorCode,
121613
121618
  yr as EntityOperations,
@@ -121785,7 +121790,7 @@ export {
121785
121790
  It as VARIABLE_TYPES,
121786
121791
  Xr as ValueAutogenerationType,
121787
121792
  KRt as ValueDescriptorDependencyField,
121788
- oe as ValueDescriptorParentChildRelation,
121793
+ ae as ValueDescriptorParentChildRelation,
121789
121794
  sa as ValueDescriptorState,
121790
121795
  P0 as ValueReadingEntityClass,
121791
121796
  N0 as ValueWritingEntityClass,