@elyx-code/project-logic-tree 0.0.6666 → 0.0.6667
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.
- package/dist/index.cjs +45 -45
- package/dist/index.js +724 -701
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const qG = {
|
|
|
39
39
|
},
|
|
40
40
|
fromUUID: (d) => d
|
|
41
41
|
};
|
|
42
|
-
var o = /* @__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.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))(o || {}), Re = /* @__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.SQL_ROW_TRANSFORMER = "BUILT_IN_SQL_ROW_TRANSFORMER_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))(Re || {}), jr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(jr || {}), se = /* @__PURE__ */ ((d) => (d.Bytes = "bytes", d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Void = "void", 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))(se || {}), ee = /* @__PURE__ */ ((d) => (d.Addition = "op-number-addition", d.Subtraction = "op-number-subtraction", d.Multiplication = "op-number-multiplication", d.Division = "op-number-division", d.Remainder = "op-number-remainder", d.Exponentiation = "op-number-exponentiation", d.Negate = "op-number-negate", d.Absolute = "op-number-absolute", d.Sign = "op-number-sign", d.Round = "op-number-round", d.Floor = "op-number-floor", d.Ceil = "op-number-ceil", d.Trunc = "op-number-trunc", d.RoundToDecimals = "op-number-round-to-decimals", d.SnapToStep = "op-number-snap-to-step", d.Clamp = "op-number-clamp", d.MapRange = "op-number-map-range", d.Average = "op-number-average", d.Median = "op-number-median", d.MinOf = "op-number-min-of", d.MaxOf = "op-number-max-of", d.SquareRoot = "op-number-square-root", d.CubeRoot = "op-number-cube-root", d.NthRoot = "op-number-nth-root", d.Exp = "op-number-exp", d.LogNatural = "op-number-log", d.Log10 = "op-number-log10", d.Sin = "op-number-sin", d.Cos = "op-number-cos", d.Tan = "op-number-tan", d.Asin = "op-number-asin", d.Acos = "op-number-acos", d.Atan = "op-number-atan", d.Atan2 = "op-number-atan2", d.ToRadians = "op-number-to-radians", d.ToDegrees = "op-number-to-degrees", d.PercentOf = "op-number-percent-of", d.PercentageChange = "op-number-percentage-change", d.LessThan = "op-number-less-than", d.MoreThan = "op-number-more-than", d.LessThanOrEqual = "op-number-less-than-or-equal", d.MoreThanOrEqual = "op-number-more-than-or-equal", d))(ee || {}), Xe = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "op-generate-random-integer", d.GenerateRandomBytes = "op-generate-random-bytes", d.GenerateRandomFloat = "op-generate-random-float", d.GenerateRandomHexadecimal = "op-generate-random-hexadecimal", d.GenerateRandomBase62 = "op-generate-random-base62", d.GenerateRandomBase64 = "op-generate-random-base64", d.GenerateRandomAlphanumeric = "op-generate-random-alphanumeric", d.GenerateIdentifier = "op-generate-identifier", d.GenerateRandomUUIDv4 = "op-generate-random-uuidv4", d.GenerateShortIdentifier = "op-generate-short-identifier", d.GenerateHexadecimalToken = "op-generate-hexadecimal-token", d))(Xe || {}), S = /* @__PURE__ */ ((d) => (d.GetLength = "op-string-get-length", d.Join = "op-string-join", d.SplitAtIndex = "op-string-split-at-index", d.SplitAtAllSeparators = "op-string-split-at-all-separators", d.SplitAtFirstSeparator = "op-string-split-at-first-separator", d.SplitAtLastSeparator = "op-string-split-at-last-separator", d.DeleteLastNChars = "op-string-delete-last-n-chars", d.DeleteFirstNChars = "op-string-delete-first-n-chars", d.DeleteAtIndex = "op-string-delete-at-index", d.AddAtIndex = "op-string-add-at-index", d.ReplaceFirstNChars = "op-string-replace-n-chars-first", d.ReplaceLastNChars = "op-string-replace-n-chars-last", d.ReplaceAtIndex = "op-string-replace-at-index", d.ReplaceFirstMatch = "op-string-replace-first-match", d.ReplaceLastMatch = "op-string-replace-last-match", d.ReplaceAllMatches = "op-string-replace-all-matches", d.GetIndexItem = "op-string-get-index-item", d.GetFirstNChars = "op-string-get-first-n-chars", d.GetLastNChars = "op-string-get-last-n-chars", d.GetIndexOf = "op-string-get-index-of", d.GetLastIndexOf = "op-string-get-last-index-of", d.Append = "op-string-append", d.Prepend = "op-string-prepend", d.Reverse = "op-string-reverse", d.ToLowerCase = "op-string-to-lower-case", d.ToUpperCase = "op-string-to-upper-case", d.Trim = "op-string-trim", d.TrimStart = "op-string-trim-start", d.TrimEnd = "op-string-trim-end", d.Substring = "op-string-substring", d.Slice = "op-string-slice", d.PadStart = "op-string-pad-start", d.PadEnd = "op-string-pad-end", d.Repeat = "op-string-repeat", d.MatchRegex = "op-string-match-regex", d.MatchAllRegex = "op-string-match-all-regex", d.SearchRegex = "op-string-search-regex", d.ReplaceRegex = "op-string-replace-regex", d.NormalizeUnicode = "op-string-normalize-unicode", d.RemoveDiacritics = "op-string-remove-diacritics", d.CountOccurrences = "op-string-count-occurrences", d.EnsurePrefix = "op-string-ensure-prefix", d.EnsureSuffix = "op-string-ensure-suffix", d.RemovePrefix = "op-string-remove-prefix", d.RemoveSuffix = "op-string-remove-suffix", d.StartsWith = "op-string-starts-with", d.EndsWith = "op-string-ends-with", d.Contains = "op-string-contains", d.MatchesRegex = "op-string-matches-regex", d))(S || {}), te = /* @__PURE__ */ ((d) => (d.GetLength = "op-list-get-length", d.Join = "op-list-join", d.Split = "op-list-split", d.DeleteLastNItems = "op-list-delete-last-n-items", d.DeleteFirstNItems = "op-list-delete-first-n-items", d.DeleteAtIndex = "op-list-delete-at-index", d.AddAtIndex = "op-list-add-at-index", d.ReplaceFirstNItems = "op-list-replace-n-items-first", d.ReplaceLastNItems = "op-list-replace-n-items-last", d.ReplaceAll = "op-list-replace-all", d.ReplaceAtIndex = "op-list-replace-at-index", d.GetIndexItem = "op-list-get-index-item", d.GetFirst = "op-list-get-first", d.GetLast = "op-list-get-last", d.GetFirstNItems = "op-list-get-first-n-items", d.GetLastNItems = "op-list-get-last-n-items", d.Append = "op-list-append", d.Prepend = "op-list-prepend", d.Reverse = "op-list-reverse", d.Slice = "op-list-slice", d.Concat = "op-list-concat", d.GetIndexOf = "op-list-get-index-of", d.GetLastIndexOf = "op-list-get-last-index-of", d.Unique = "op-list-unique", d.Flatten = "op-list-flatten", d.Sort = "op-list-sort", d.Shuffle = "op-list-shuffle", d.Chunk = "op-list-chunk", d.PadStart = "op-list-pad-start", d.PadEnd = "op-list-pad-end", d.Repeat = "op-list-repeat", d.Contains = "op-list-contains", d.ContainsAll = "op-list-contains-all", d.ContainsAny = "op-list-contains-any", d))(te || {}), j = /* @__PURE__ */ ((d) => (d.GetCurrentTimestamp = "op-date-get-current-timestamp", d.FormatDate = "op-date-format-date", d.ParseDate = "op-date-parse-date", d.AddToDate = "op-date-add-to-date", d.SubtractFromDate = "op-date-subtract-from-date", d.DifferenceBetweenDates = "op-date-difference-between-dates", d.ToDate = "op-date-to-date", d.ToUnix = "op-date-to-unix", d.FromUnix = "op-date-from-unix", d.ToISOString = "op-date-to-iso-string", d.GetYear = "op-date-get-year", d.GetMonth = "op-date-get-month", d.GetDate = "op-date-get-date", d.GetHour = "op-date-get-hour", d.GetMinute = "op-date-get-minute", d.GetSecond = "op-date-get-second", d.GetMillisecond = "op-date-get-millisecond", d.GetIsoWeekday = "op-date-get-iso-weekday", d.GetWeekOfYear = "op-date-get-week-of-year", d.GetQuarter = "op-date-get-quarter", d.GetDayOfYear = "op-date-get-day-of-year", d.GetDaysInMonth = "op-date-get-days-in-month", d.GetCurrentIanaTimeZone = "op-date-get-current-iana-timezone", d.SetYear = "op-date-set-year", d.SetMonth = "op-date-set-month", d.SetDate = "op-date-set-date", d.SetHour = "op-date-set-hour", d.SetMinute = "op-date-set-minute", d.SetSecond = "op-date-set-second", d.SetMillisecond = "op-date-set-millisecond", d.SetIsoWeekday = "op-date-set-iso-weekday", d.SetQuarter = "op-date-set-quarter", d.StartOf = "op-date-start-of", d.EndOf = "op-date-end-of", d.RoundTo = "op-date-round-to", d.ClampToRange = "op-date-clamp-to-range", d.MinOf = "op-date-min-of", d.MaxOf = "op-date-max-of", d.FromNow = "op-date-from-now", d.ToNow = "op-date-to-now", d.HumanizeDiff = "op-date-humanize-diff", d.AddBusinessDays = "op-date-add-business-days", d.NextWeekday = "op-date-next-weekday", d.PreviousWeekday = "op-date-previous-weekday", d.ToUTC = "op-date-to-utc", d.ConvertTimezone = "op-date-convert-timezone", d.GetTimezoneOffset = "op-date-get-timezone-offset", d.SetUTCOffset = "op-date-set-utc-offset", d.IsBefore = "op-date-is-before", d.IsAfter = "op-date-is-after", d.IsSame = "op-date-is-same", d.IsSameOrBefore = "op-date-is-same-or-before", d.IsSameOrAfter = "op-date-is-same-or-after", d.IsBetween = "op-date-is-between", d.IsValid = "op-date-is-valid", d.IsLeapYear = "op-date-is-leap-year", d))(j || {}), Mi = /* @__PURE__ */ ((d) => (d.Parallel = "op-execution-parallel", d.Sequential = "op-execution-sequential", d.Wait = "op-execution-wait", d))(Mi || {}), Oe = /* @__PURE__ */ ((d) => (d.Validate = "op-object-validate", d.ReadKey = "op-object-read-key", d.WriteKey = "op-object-write-key", d.DeleteKey = "op-object-delete-key", d.ReadNestedKey = "op-object-read-nested-key", d.WriteNestedKey = "op-object-write-nested-key", d.WriteSafeNestedKeyRecursively = "op-object-write-safe-nested-key-recursively", d.DeleteNestedKey = "op-object-delete-nested-key", d.HasKey = "op-object-has-key", d.KeyValueEquals = "op-object-key-value-equals", d.HasNestedKey = "op-object-has-nested-key", d.NestedKeyValueEquals = "op-object-nested-key-value-equals", d.IsInstanceOfType = "op-object-is-instance-of-type", d.Merge = "op-object-merge", d.Keys = "op-object-keys", d.Values = "op-object-values", d.Entries = "op-object-entries", d))(Oe || {}), Qn = /* @__PURE__ */ ((d) => (d.HttpRequest = "op-base-http-request", d))(Qn || {}), He = /* @__PURE__ */ ((d) => (d.GetTypeOf = "op-data-type-get-type-of", d.ToString = "op-data-type-to-string", d.ToNumber = "op-data-type-to-number", d.ToBytes = "op-data-type-to-bytes", d.FromBytesToString = "op-data-type-from-bytes-to-string", d.EncodeBase64 = "op-data-type-encode-base64", d.DecodeBase64 = "op-data-type-decode-base64", d.EncodeBase64Url = "op-data-type-encode-base64url", d.DecodeBase64Url = "op-data-type-decode-base64url", d.EncodeHex = "op-data-type-encode-hex", d.DecodeHex = "op-data-type-decode-hex", d))(He || {}), rn = /* @__PURE__ */ ((d) => (d.Parse = "op-json-parse", d.Stringify = "op-json-stringify", d))(rn || {}), vi = /* @__PURE__ */ ((d) => (d.Hash = "op-crypto-hash", d.Hmac = "op-crypto-hmac", d.ConstantTimeEqual = "op-crypto-constant-time-equal", d.DeriveKeyPBKDF2 = "op-crypto-derive-key-pbkdf2", d))(vi || {}), nn = /* @__PURE__ */ ((d) => (d.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", d.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", d))(nn || {}), Ji = /* @__PURE__ */ ((d) => (d.BuildJwtHmac = "op-jwt-build-hmac", d.VerifyJwtHmac = "op-jwt-verify-hmac", d.DecodeJwt = "op-jwt-decode", d))(Ji || {}), Qt = /* @__PURE__ */ ((d) => (d.GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document", d.GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file", d.GoogleDriveFiles = "external-integration--google-drive--get--files", d.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d.SlackReplies = "external-integration--slack--get--replies", d))(Qt || {}), Pt = /* @__PURE__ */ ((d) => (d.Empty = "op-comparison-empty", d.NotEmpty = "op-comparison-not-empty", d.PrimitiveEqual = "op-comparison-primitive-equal", d.PrimitiveNotEqual = "op-comparison-primitive-not-equal", d))(Pt || {}), an = /* @__PURE__ */ ((d) => (d.BooleanIsTrue = "condition-boolean-is-true", d.BooleanIsFalse = "condition-boolean-is-false", d))(an || {}), cr = /* @__PURE__ */ ((d) => (d.And = "condition-group-and", d.Or = "condition-group-or", d))(cr || {}), st = /* @__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))(st || {}), M = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d))(M || {}), qe = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(qe || {}), fo = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(fo || {}), kr = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.UpSQLRowTransformer = "base-up-sql-row-transformer", d.DownSQLRowTransformer = "base-down-sql-row-transformer", d.AbortExecution = "base-abort-execution", d))(kr || {}), Nf = /* @__PURE__ */ ((d) => (d.AllPropertiesImplementationTarget = "all-properties-implementation-target", d))(Nf || {}), eu = /* @__PURE__ */ ((d) => (d.Error = "error", d))(eu || {}), Mp = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(Mp || {});
|
|
42
|
+
var o = /* @__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.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))(o || {}), Re = /* @__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.SQL_ROW_TRANSFORMER = "BUILT_IN_SQL_ROW_TRANSFORMER_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))(Re || {}), jr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(jr || {}), le = /* @__PURE__ */ ((d) => (d.Bytes = "bytes", d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Void = "void", 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))(le || {}), ee = /* @__PURE__ */ ((d) => (d.Addition = "op-number-addition", d.Subtraction = "op-number-subtraction", d.Multiplication = "op-number-multiplication", d.Division = "op-number-division", d.Remainder = "op-number-remainder", d.Exponentiation = "op-number-exponentiation", d.Negate = "op-number-negate", d.Absolute = "op-number-absolute", d.Sign = "op-number-sign", d.Round = "op-number-round", d.Floor = "op-number-floor", d.Ceil = "op-number-ceil", d.Trunc = "op-number-trunc", d.RoundToDecimals = "op-number-round-to-decimals", d.SnapToStep = "op-number-snap-to-step", d.Clamp = "op-number-clamp", d.MapRange = "op-number-map-range", d.Average = "op-number-average", d.Median = "op-number-median", d.MinOf = "op-number-min-of", d.MaxOf = "op-number-max-of", d.SquareRoot = "op-number-square-root", d.CubeRoot = "op-number-cube-root", d.NthRoot = "op-number-nth-root", d.Exp = "op-number-exp", d.LogNatural = "op-number-log", d.Log10 = "op-number-log10", d.Sin = "op-number-sin", d.Cos = "op-number-cos", d.Tan = "op-number-tan", d.Asin = "op-number-asin", d.Acos = "op-number-acos", d.Atan = "op-number-atan", d.Atan2 = "op-number-atan2", d.ToRadians = "op-number-to-radians", d.ToDegrees = "op-number-to-degrees", d.PercentOf = "op-number-percent-of", d.PercentageChange = "op-number-percentage-change", d.LessThan = "op-number-less-than", d.MoreThan = "op-number-more-than", d.LessThanOrEqual = "op-number-less-than-or-equal", d.MoreThanOrEqual = "op-number-more-than-or-equal", d))(ee || {}), Xe = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "op-generate-random-integer", d.GenerateRandomBytes = "op-generate-random-bytes", d.GenerateRandomFloat = "op-generate-random-float", d.GenerateRandomHexadecimal = "op-generate-random-hexadecimal", d.GenerateRandomBase62 = "op-generate-random-base62", d.GenerateRandomBase64 = "op-generate-random-base64", d.GenerateRandomAlphanumeric = "op-generate-random-alphanumeric", d.GenerateIdentifier = "op-generate-identifier", d.GenerateRandomUUIDv4 = "op-generate-random-uuidv4", d.GenerateShortIdentifier = "op-generate-short-identifier", d.GenerateHexadecimalToken = "op-generate-hexadecimal-token", d))(Xe || {}), S = /* @__PURE__ */ ((d) => (d.GetLength = "op-string-get-length", d.Join = "op-string-join", d.SplitAtIndex = "op-string-split-at-index", d.SplitAtAllSeparators = "op-string-split-at-all-separators", d.SplitAtFirstSeparator = "op-string-split-at-first-separator", d.SplitAtLastSeparator = "op-string-split-at-last-separator", d.DeleteLastNChars = "op-string-delete-last-n-chars", d.DeleteFirstNChars = "op-string-delete-first-n-chars", d.DeleteAtIndex = "op-string-delete-at-index", d.AddAtIndex = "op-string-add-at-index", d.ReplaceFirstNChars = "op-string-replace-n-chars-first", d.ReplaceLastNChars = "op-string-replace-n-chars-last", d.ReplaceAtIndex = "op-string-replace-at-index", d.ReplaceFirstMatch = "op-string-replace-first-match", d.ReplaceLastMatch = "op-string-replace-last-match", d.ReplaceAllMatches = "op-string-replace-all-matches", d.GetIndexItem = "op-string-get-index-item", d.GetFirstNChars = "op-string-get-first-n-chars", d.GetLastNChars = "op-string-get-last-n-chars", d.GetIndexOf = "op-string-get-index-of", d.GetLastIndexOf = "op-string-get-last-index-of", d.Append = "op-string-append", d.Prepend = "op-string-prepend", d.Reverse = "op-string-reverse", d.ToLowerCase = "op-string-to-lower-case", d.ToUpperCase = "op-string-to-upper-case", d.Trim = "op-string-trim", d.TrimStart = "op-string-trim-start", d.TrimEnd = "op-string-trim-end", d.Substring = "op-string-substring", d.Slice = "op-string-slice", d.PadStart = "op-string-pad-start", d.PadEnd = "op-string-pad-end", d.Repeat = "op-string-repeat", d.MatchRegex = "op-string-match-regex", d.MatchAllRegex = "op-string-match-all-regex", d.SearchRegex = "op-string-search-regex", d.ReplaceRegex = "op-string-replace-regex", d.NormalizeUnicode = "op-string-normalize-unicode", d.RemoveDiacritics = "op-string-remove-diacritics", d.CountOccurrences = "op-string-count-occurrences", d.EnsurePrefix = "op-string-ensure-prefix", d.EnsureSuffix = "op-string-ensure-suffix", d.RemovePrefix = "op-string-remove-prefix", d.RemoveSuffix = "op-string-remove-suffix", d.StartsWith = "op-string-starts-with", d.EndsWith = "op-string-ends-with", d.Contains = "op-string-contains", d.MatchesRegex = "op-string-matches-regex", d))(S || {}), te = /* @__PURE__ */ ((d) => (d.GetLength = "op-list-get-length", d.Join = "op-list-join", d.Split = "op-list-split", d.DeleteLastNItems = "op-list-delete-last-n-items", d.DeleteFirstNItems = "op-list-delete-first-n-items", d.DeleteAtIndex = "op-list-delete-at-index", d.AddAtIndex = "op-list-add-at-index", d.ReplaceFirstNItems = "op-list-replace-n-items-first", d.ReplaceLastNItems = "op-list-replace-n-items-last", d.ReplaceAll = "op-list-replace-all", d.ReplaceAtIndex = "op-list-replace-at-index", d.GetIndexItem = "op-list-get-index-item", d.GetFirst = "op-list-get-first", d.GetLast = "op-list-get-last", d.GetFirstNItems = "op-list-get-first-n-items", d.GetLastNItems = "op-list-get-last-n-items", d.Append = "op-list-append", d.Prepend = "op-list-prepend", d.Reverse = "op-list-reverse", d.Slice = "op-list-slice", d.Concat = "op-list-concat", d.GetIndexOf = "op-list-get-index-of", d.GetLastIndexOf = "op-list-get-last-index-of", d.Unique = "op-list-unique", d.Flatten = "op-list-flatten", d.Sort = "op-list-sort", d.Shuffle = "op-list-shuffle", d.Chunk = "op-list-chunk", d.PadStart = "op-list-pad-start", d.PadEnd = "op-list-pad-end", d.Repeat = "op-list-repeat", d.Contains = "op-list-contains", d.ContainsAll = "op-list-contains-all", d.ContainsAny = "op-list-contains-any", d))(te || {}), j = /* @__PURE__ */ ((d) => (d.GetCurrentTimestamp = "op-date-get-current-timestamp", d.FormatDate = "op-date-format-date", d.ParseDate = "op-date-parse-date", d.AddToDate = "op-date-add-to-date", d.SubtractFromDate = "op-date-subtract-from-date", d.DifferenceBetweenDates = "op-date-difference-between-dates", d.ToDate = "op-date-to-date", d.ToUnix = "op-date-to-unix", d.FromUnix = "op-date-from-unix", d.ToISOString = "op-date-to-iso-string", d.GetYear = "op-date-get-year", d.GetMonth = "op-date-get-month", d.GetDate = "op-date-get-date", d.GetHour = "op-date-get-hour", d.GetMinute = "op-date-get-minute", d.GetSecond = "op-date-get-second", d.GetMillisecond = "op-date-get-millisecond", d.GetIsoWeekday = "op-date-get-iso-weekday", d.GetWeekOfYear = "op-date-get-week-of-year", d.GetQuarter = "op-date-get-quarter", d.GetDayOfYear = "op-date-get-day-of-year", d.GetDaysInMonth = "op-date-get-days-in-month", d.GetCurrentIanaTimeZone = "op-date-get-current-iana-timezone", d.SetYear = "op-date-set-year", d.SetMonth = "op-date-set-month", d.SetDate = "op-date-set-date", d.SetHour = "op-date-set-hour", d.SetMinute = "op-date-set-minute", d.SetSecond = "op-date-set-second", d.SetMillisecond = "op-date-set-millisecond", d.SetIsoWeekday = "op-date-set-iso-weekday", d.SetQuarter = "op-date-set-quarter", d.StartOf = "op-date-start-of", d.EndOf = "op-date-end-of", d.RoundTo = "op-date-round-to", d.ClampToRange = "op-date-clamp-to-range", d.MinOf = "op-date-min-of", d.MaxOf = "op-date-max-of", d.FromNow = "op-date-from-now", d.ToNow = "op-date-to-now", d.HumanizeDiff = "op-date-humanize-diff", d.AddBusinessDays = "op-date-add-business-days", d.NextWeekday = "op-date-next-weekday", d.PreviousWeekday = "op-date-previous-weekday", d.ToUTC = "op-date-to-utc", d.ConvertTimezone = "op-date-convert-timezone", d.GetTimezoneOffset = "op-date-get-timezone-offset", d.SetUTCOffset = "op-date-set-utc-offset", d.IsBefore = "op-date-is-before", d.IsAfter = "op-date-is-after", d.IsSame = "op-date-is-same", d.IsSameOrBefore = "op-date-is-same-or-before", d.IsSameOrAfter = "op-date-is-same-or-after", d.IsBetween = "op-date-is-between", d.IsValid = "op-date-is-valid", d.IsLeapYear = "op-date-is-leap-year", d))(j || {}), Mi = /* @__PURE__ */ ((d) => (d.Parallel = "op-execution-parallel", d.Sequential = "op-execution-sequential", d.Wait = "op-execution-wait", d))(Mi || {}), Oe = /* @__PURE__ */ ((d) => (d.Validate = "op-object-validate", d.ReadKey = "op-object-read-key", d.WriteKey = "op-object-write-key", d.DeleteKey = "op-object-delete-key", d.ReadNestedKey = "op-object-read-nested-key", d.WriteNestedKey = "op-object-write-nested-key", d.WriteSafeNestedKeyRecursively = "op-object-write-safe-nested-key-recursively", d.DeleteNestedKey = "op-object-delete-nested-key", d.HasKey = "op-object-has-key", d.KeyValueEquals = "op-object-key-value-equals", d.HasNestedKey = "op-object-has-nested-key", d.NestedKeyValueEquals = "op-object-nested-key-value-equals", d.IsInstanceOfType = "op-object-is-instance-of-type", d.Merge = "op-object-merge", d.Keys = "op-object-keys", d.Values = "op-object-values", d.Entries = "op-object-entries", d))(Oe || {}), Qn = /* @__PURE__ */ ((d) => (d.HttpRequest = "op-base-http-request", d))(Qn || {}), He = /* @__PURE__ */ ((d) => (d.GetTypeOf = "op-data-type-get-type-of", d.ToString = "op-data-type-to-string", d.ToNumber = "op-data-type-to-number", d.ToBytes = "op-data-type-to-bytes", d.FromBytesToString = "op-data-type-from-bytes-to-string", d.EncodeBase64 = "op-data-type-encode-base64", d.DecodeBase64 = "op-data-type-decode-base64", d.EncodeBase64Url = "op-data-type-encode-base64url", d.DecodeBase64Url = "op-data-type-decode-base64url", d.EncodeHex = "op-data-type-encode-hex", d.DecodeHex = "op-data-type-decode-hex", d))(He || {}), rn = /* @__PURE__ */ ((d) => (d.Parse = "op-json-parse", d.Stringify = "op-json-stringify", d))(rn || {}), vi = /* @__PURE__ */ ((d) => (d.Hash = "op-crypto-hash", d.Hmac = "op-crypto-hmac", d.ConstantTimeEqual = "op-crypto-constant-time-equal", d.DeriveKeyPBKDF2 = "op-crypto-derive-key-pbkdf2", d))(vi || {}), nn = /* @__PURE__ */ ((d) => (d.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", d.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", d))(nn || {}), Ji = /* @__PURE__ */ ((d) => (d.BuildJwtHmac = "op-jwt-build-hmac", d.VerifyJwtHmac = "op-jwt-verify-hmac", d.DecodeJwt = "op-jwt-decode", d))(Ji || {}), Qt = /* @__PURE__ */ ((d) => (d.GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document", d.GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file", d.GoogleDriveFiles = "external-integration--google-drive--get--files", d.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d.SlackReplies = "external-integration--slack--get--replies", d))(Qt || {}), Pt = /* @__PURE__ */ ((d) => (d.Empty = "op-comparison-empty", d.NotEmpty = "op-comparison-not-empty", d.PrimitiveEqual = "op-comparison-primitive-equal", d.PrimitiveNotEqual = "op-comparison-primitive-not-equal", d))(Pt || {}), an = /* @__PURE__ */ ((d) => (d.BooleanIsTrue = "condition-boolean-is-true", d.BooleanIsFalse = "condition-boolean-is-false", d))(an || {}), cr = /* @__PURE__ */ ((d) => (d.And = "condition-group-and", d.Or = "condition-group-or", d))(cr || {}), st = /* @__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))(st || {}), M = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d))(M || {}), qe = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(qe || {}), fo = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(fo || {}), kr = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.UpSQLRowTransformer = "base-up-sql-row-transformer", d.DownSQLRowTransformer = "base-down-sql-row-transformer", d.AbortExecution = "base-abort-execution", d))(kr || {}), Nf = /* @__PURE__ */ ((d) => (d.AllPropertiesImplementationTarget = "all-properties-implementation-target", d))(Nf || {}), eu = /* @__PURE__ */ ((d) => (d.Error = "error", d))(eu || {}), Mp = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(Mp || {});
|
|
43
43
|
const Qf = [o.GlobalEvent], ZG = [
|
|
44
44
|
o.Operation,
|
|
45
45
|
o.FunctionCall,
|
|
@@ -273,31 +273,31 @@ const Qf = [o.GlobalEvent], ZG = [
|
|
|
273
273
|
var GD = /* @__PURE__ */ ((d) => (d.SearchErrorOutputDescriptor = "search-error-output-descriptor-id", d))(GD || {});
|
|
274
274
|
const Y = {
|
|
275
275
|
[o.PrimitiveEntity]: {
|
|
276
|
-
[
|
|
276
|
+
[le.Bytes]: {
|
|
277
277
|
id: "primitive-entity-bytes-id",
|
|
278
278
|
properties: {}
|
|
279
279
|
},
|
|
280
|
-
[
|
|
280
|
+
[le.String]: {
|
|
281
281
|
id: "8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",
|
|
282
282
|
properties: {}
|
|
283
283
|
},
|
|
284
|
-
[
|
|
284
|
+
[le.Boolean]: {
|
|
285
285
|
id: "f596545d-1565-4faa-9969-d95fa5edfea4",
|
|
286
286
|
properties: {}
|
|
287
287
|
},
|
|
288
|
-
[
|
|
288
|
+
[le.Number]: {
|
|
289
289
|
id: "ecb84c29-6153-4b82-86a5-fce2b5f92002",
|
|
290
290
|
properties: {}
|
|
291
291
|
},
|
|
292
|
-
[
|
|
292
|
+
[le.Void]: {
|
|
293
293
|
id: "primitive-entity-void-id",
|
|
294
294
|
properties: {}
|
|
295
295
|
},
|
|
296
|
-
[
|
|
296
|
+
[le.KeyValue]: {
|
|
297
297
|
id: "b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",
|
|
298
298
|
properties: {}
|
|
299
299
|
},
|
|
300
|
-
[
|
|
300
|
+
[le.Enum]: {
|
|
301
301
|
id: "9542b8b4-2642-4eee-9db9-def7963a17a0",
|
|
302
302
|
properties: {
|
|
303
303
|
options: {
|
|
@@ -311,19 +311,19 @@ const Y = {
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
|
-
[
|
|
314
|
+
[le.UUID]: {
|
|
315
315
|
id: "4a6234aa-c0f6-4731-b4dd-750388029226",
|
|
316
316
|
properties: {}
|
|
317
317
|
},
|
|
318
|
-
[
|
|
318
|
+
[le.Date]: {
|
|
319
319
|
id: "dc58f38b-d574-4956-aac6-32ce9529b937",
|
|
320
320
|
properties: {}
|
|
321
321
|
},
|
|
322
|
-
[
|
|
322
|
+
[le.Null]: {
|
|
323
323
|
id: "7d698f34-5a89-4aab-846b-07ef3843b8c4",
|
|
324
324
|
properties: {}
|
|
325
325
|
},
|
|
326
|
-
[
|
|
326
|
+
[le.Untyped]: {
|
|
327
327
|
id: "4044a018-818e-49d7-bf9a-c3dd1fff2102",
|
|
328
328
|
properties: {}
|
|
329
329
|
}
|
|
@@ -8789,7 +8789,7 @@ const Y = {
|
|
|
8789
8789
|
author: "1",
|
|
8790
8790
|
previousVersion: null,
|
|
8791
8791
|
deleted: !1,
|
|
8792
|
-
name:
|
|
8792
|
+
name: le.Bytes,
|
|
8793
8793
|
static: !1,
|
|
8794
8794
|
abstract: !1,
|
|
8795
8795
|
abstractMethods: [],
|
|
@@ -8805,7 +8805,7 @@ const Y = {
|
|
|
8805
8805
|
author: "1",
|
|
8806
8806
|
previousVersion: null,
|
|
8807
8807
|
deleted: !1,
|
|
8808
|
-
name:
|
|
8808
|
+
name: le.String,
|
|
8809
8809
|
static: !1,
|
|
8810
8810
|
abstract: !1,
|
|
8811
8811
|
abstractMethods: [],
|
|
@@ -8821,7 +8821,7 @@ const Y = {
|
|
|
8821
8821
|
author: "1",
|
|
8822
8822
|
previousVersion: null,
|
|
8823
8823
|
deleted: !1,
|
|
8824
|
-
name:
|
|
8824
|
+
name: le.Boolean,
|
|
8825
8825
|
static: !1,
|
|
8826
8826
|
abstract: !1,
|
|
8827
8827
|
abstractMethods: [],
|
|
@@ -8837,7 +8837,7 @@ const Y = {
|
|
|
8837
8837
|
author: "1",
|
|
8838
8838
|
previousVersion: null,
|
|
8839
8839
|
deleted: !1,
|
|
8840
|
-
name:
|
|
8840
|
+
name: le.Number,
|
|
8841
8841
|
static: !1,
|
|
8842
8842
|
abstract: !1,
|
|
8843
8843
|
abstractMethods: [],
|
|
@@ -8853,7 +8853,7 @@ const Y = {
|
|
|
8853
8853
|
author: "1",
|
|
8854
8854
|
previousVersion: null,
|
|
8855
8855
|
deleted: !1,
|
|
8856
|
-
name:
|
|
8856
|
+
name: le.Void,
|
|
8857
8857
|
static: !1,
|
|
8858
8858
|
abstract: !1,
|
|
8859
8859
|
abstractMethods: [],
|
|
@@ -8869,7 +8869,7 @@ const Y = {
|
|
|
8869
8869
|
author: "1",
|
|
8870
8870
|
previousVersion: null,
|
|
8871
8871
|
deleted: !1,
|
|
8872
|
-
name:
|
|
8872
|
+
name: le.Null,
|
|
8873
8873
|
static: !1,
|
|
8874
8874
|
abstract: !1,
|
|
8875
8875
|
abstractMethods: [],
|
|
@@ -8885,7 +8885,7 @@ const Y = {
|
|
|
8885
8885
|
author: "1",
|
|
8886
8886
|
previousVersion: null,
|
|
8887
8887
|
deleted: !1,
|
|
8888
|
-
name:
|
|
8888
|
+
name: le.Untyped,
|
|
8889
8889
|
static: !1,
|
|
8890
8890
|
abstract: !1,
|
|
8891
8891
|
abstractMethods: [],
|
|
@@ -8972,7 +8972,7 @@ const Y = {
|
|
|
8972
8972
|
author: "1",
|
|
8973
8973
|
previousVersion: null,
|
|
8974
8974
|
deleted: !1,
|
|
8975
|
-
name:
|
|
8975
|
+
name: le.KeyValue,
|
|
8976
8976
|
autogeneration: null,
|
|
8977
8977
|
value: [],
|
|
8978
8978
|
valueAsTypeList: null,
|
|
@@ -8991,7 +8991,7 @@ const Y = {
|
|
|
8991
8991
|
author: "1",
|
|
8992
8992
|
previousVersion: null,
|
|
8993
8993
|
deleted: !1,
|
|
8994
|
-
name:
|
|
8994
|
+
name: le.Enum,
|
|
8995
8995
|
static: !1,
|
|
8996
8996
|
abstract: !1,
|
|
8997
8997
|
abstractMethods: [],
|
|
@@ -9007,7 +9007,7 @@ const Y = {
|
|
|
9007
9007
|
author: "1",
|
|
9008
9008
|
previousVersion: null,
|
|
9009
9009
|
deleted: !1,
|
|
9010
|
-
name:
|
|
9010
|
+
name: le.Date,
|
|
9011
9011
|
static: !1,
|
|
9012
9012
|
abstract: !1,
|
|
9013
9013
|
abstractMethods: [],
|
|
@@ -9023,7 +9023,7 @@ const Y = {
|
|
|
9023
9023
|
author: "1",
|
|
9024
9024
|
previousVersion: null,
|
|
9025
9025
|
deleted: !1,
|
|
9026
|
-
name:
|
|
9026
|
+
name: le.UUID,
|
|
9027
9027
|
static: !1,
|
|
9028
9028
|
abstract: !1,
|
|
9029
9029
|
abstractMethods: [],
|
|
@@ -9032,14 +9032,14 @@ const Y = {
|
|
|
9032
9032
|
methods: []
|
|
9033
9033
|
}, Hi = {
|
|
9034
9034
|
type: o.PrimitiveEntity,
|
|
9035
|
-
id: pa[
|
|
9035
|
+
id: pa[le.KeyValue].id,
|
|
9036
9036
|
description: "A complex data structure with any combination of properties with names and values.",
|
|
9037
9037
|
version: "1",
|
|
9038
9038
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9039
9039
|
author: "1",
|
|
9040
9040
|
previousVersion: null,
|
|
9041
9041
|
deleted: !1,
|
|
9042
|
-
name:
|
|
9042
|
+
name: le.KeyValue,
|
|
9043
9043
|
static: !1,
|
|
9044
9044
|
abstract: !1,
|
|
9045
9045
|
abstractMethods: [],
|
|
@@ -15650,7 +15650,7 @@ const Y = {
|
|
|
15650
15650
|
author: "1",
|
|
15651
15651
|
previousVersion: null,
|
|
15652
15652
|
deleted: !1,
|
|
15653
|
-
name:
|
|
15653
|
+
name: le.String,
|
|
15654
15654
|
value: "",
|
|
15655
15655
|
valueAsTypeList: null,
|
|
15656
15656
|
valueAsTypeSingle: null,
|
|
@@ -17527,7 +17527,7 @@ const nit = {
|
|
|
17527
17527
|
previousVersion: null,
|
|
17528
17528
|
deleted: !1,
|
|
17529
17529
|
value: 1,
|
|
17530
|
-
name:
|
|
17530
|
+
name: le.Number,
|
|
17531
17531
|
valueAsTypeSingle: null,
|
|
17532
17532
|
valueAsTypeList: null,
|
|
17533
17533
|
autogeneration: null,
|
|
@@ -17747,7 +17747,7 @@ const nit = {
|
|
|
17747
17747
|
previousVersion: null,
|
|
17748
17748
|
deleted: !1,
|
|
17749
17749
|
value: 1,
|
|
17750
|
-
name:
|
|
17750
|
+
name: le.Number,
|
|
17751
17751
|
valueAsTypeSingle: null,
|
|
17752
17752
|
valueAsTypeList: null,
|
|
17753
17753
|
autogeneration: null,
|
|
@@ -18033,7 +18033,7 @@ const nit = {
|
|
|
18033
18033
|
previousVersion: null,
|
|
18034
18034
|
deleted: !1,
|
|
18035
18035
|
value: 1,
|
|
18036
|
-
name:
|
|
18036
|
+
name: le.Number,
|
|
18037
18037
|
valueAsTypeSingle: null,
|
|
18038
18038
|
valueAsTypeList: null,
|
|
18039
18039
|
autogeneration: null,
|
|
@@ -18229,7 +18229,7 @@ const nit = {
|
|
|
18229
18229
|
previousVersion: null,
|
|
18230
18230
|
deleted: !1,
|
|
18231
18231
|
value: 1,
|
|
18232
|
-
name:
|
|
18232
|
+
name: le.Number,
|
|
18233
18233
|
valueAsTypeSingle: null,
|
|
18234
18234
|
valueAsTypeList: null,
|
|
18235
18235
|
autogeneration: null,
|
|
@@ -18463,7 +18463,7 @@ const nit = {
|
|
|
18463
18463
|
previousVersion: null,
|
|
18464
18464
|
deleted: !1,
|
|
18465
18465
|
value: 1,
|
|
18466
|
-
name:
|
|
18466
|
+
name: le.Number,
|
|
18467
18467
|
valueAsTypeSingle: null,
|
|
18468
18468
|
valueAsTypeList: null,
|
|
18469
18469
|
autogeneration: null,
|
|
@@ -18715,7 +18715,7 @@ const nit = {
|
|
|
18715
18715
|
previousVersion: null,
|
|
18716
18716
|
deleted: !1,
|
|
18717
18717
|
value: 1,
|
|
18718
|
-
name:
|
|
18718
|
+
name: le.Number,
|
|
18719
18719
|
valueAsTypeSingle: null,
|
|
18720
18720
|
valueAsTypeList: null,
|
|
18721
18721
|
autogeneration: null,
|
|
@@ -20125,7 +20125,7 @@ const nit = {
|
|
|
20125
20125
|
previousVersion: null,
|
|
20126
20126
|
deleted: !1,
|
|
20127
20127
|
value: 1,
|
|
20128
|
-
name:
|
|
20128
|
+
name: le.Number,
|
|
20129
20129
|
valueAsTypeSingle: null,
|
|
20130
20130
|
valueAsTypeList: null,
|
|
20131
20131
|
autogeneration: null,
|
|
@@ -20323,7 +20323,7 @@ const nit = {
|
|
|
20323
20323
|
previousVersion: null,
|
|
20324
20324
|
deleted: !1,
|
|
20325
20325
|
value: 1,
|
|
20326
|
-
name:
|
|
20326
|
+
name: le.Number,
|
|
20327
20327
|
valueAsTypeSingle: null,
|
|
20328
20328
|
valueAsTypeList: null,
|
|
20329
20329
|
autogeneration: null,
|
|
@@ -23947,7 +23947,7 @@ const nit = {
|
|
|
23947
23947
|
previousVersion: null,
|
|
23948
23948
|
deleted: !1,
|
|
23949
23949
|
value: "NFC",
|
|
23950
|
-
name:
|
|
23950
|
+
name: le.String,
|
|
23951
23951
|
valueAsTypeSingle: null,
|
|
23952
23952
|
valueAsTypeList: null,
|
|
23953
23953
|
autogeneration: null,
|
|
@@ -26740,7 +26740,7 @@ const nit = {
|
|
|
26740
26740
|
previousVersion: null,
|
|
26741
26741
|
deleted: !1,
|
|
26742
26742
|
value: 1,
|
|
26743
|
-
name:
|
|
26743
|
+
name: le.Number,
|
|
26744
26744
|
valueAsTypeSingle: null,
|
|
26745
26745
|
valueAsTypeList: null,
|
|
26746
26746
|
autogeneration: null,
|
|
@@ -26941,7 +26941,7 @@ const nit = {
|
|
|
26941
26941
|
previousVersion: null,
|
|
26942
26942
|
deleted: !1,
|
|
26943
26943
|
value: 1,
|
|
26944
|
-
name:
|
|
26944
|
+
name: le.Number,
|
|
26945
26945
|
valueAsTypeSingle: null,
|
|
26946
26946
|
valueAsTypeList: null,
|
|
26947
26947
|
autogeneration: null,
|
|
@@ -28299,7 +28299,7 @@ const nit = {
|
|
|
28299
28299
|
previousVersion: null,
|
|
28300
28300
|
deleted: !1,
|
|
28301
28301
|
value: 1,
|
|
28302
|
-
name:
|
|
28302
|
+
name: le.Number,
|
|
28303
28303
|
valueAsTypeSingle: null,
|
|
28304
28304
|
valueAsTypeList: null,
|
|
28305
28305
|
autogeneration: null,
|
|
@@ -29381,7 +29381,7 @@ const nit = {
|
|
|
29381
29381
|
previousVersion: null,
|
|
29382
29382
|
deleted: !1,
|
|
29383
29383
|
value: 1,
|
|
29384
|
-
name:
|
|
29384
|
+
name: le.Number,
|
|
29385
29385
|
valueAsTypeSingle: null,
|
|
29386
29386
|
valueAsTypeList: null,
|
|
29387
29387
|
autogeneration: null,
|
|
@@ -29601,7 +29601,7 @@ const nit = {
|
|
|
29601
29601
|
previousVersion: null,
|
|
29602
29602
|
deleted: !1,
|
|
29603
29603
|
value: 1,
|
|
29604
|
-
name:
|
|
29604
|
+
name: le.Number,
|
|
29605
29605
|
valueAsTypeSingle: null,
|
|
29606
29606
|
valueAsTypeList: null,
|
|
29607
29607
|
autogeneration: null,
|
|
@@ -30128,7 +30128,7 @@ const nit = {
|
|
|
30128
30128
|
previousVersion: null,
|
|
30129
30129
|
deleted: !1,
|
|
30130
30130
|
value: 0,
|
|
30131
|
-
name:
|
|
30131
|
+
name: le.Number,
|
|
30132
30132
|
valueAsTypeSingle: null,
|
|
30133
30133
|
valueAsTypeList: null,
|
|
30134
30134
|
autogeneration: null,
|
|
@@ -31363,7 +31363,7 @@ const nit = {
|
|
|
31363
31363
|
previousVersion: null,
|
|
31364
31364
|
deleted: !1,
|
|
31365
31365
|
value: 1,
|
|
31366
|
-
name:
|
|
31366
|
+
name: le.Number,
|
|
31367
31367
|
valueAsTypeSingle: null,
|
|
31368
31368
|
valueAsTypeList: null,
|
|
31369
31369
|
autogeneration: null,
|
|
@@ -33537,7 +33537,7 @@ const nit = {
|
|
|
33537
33537
|
previousVersion: null,
|
|
33538
33538
|
deleted: !1,
|
|
33539
33539
|
value: !1,
|
|
33540
|
-
name:
|
|
33540
|
+
name: le.Boolean,
|
|
33541
33541
|
valueAsTypeSingle: null,
|
|
33542
33542
|
valueAsTypeList: null,
|
|
33543
33543
|
autogeneration: null,
|
|
@@ -33761,7 +33761,7 @@ const nit = {
|
|
|
33761
33761
|
previousVersion: null,
|
|
33762
33762
|
deleted: !1,
|
|
33763
33763
|
value: !1,
|
|
33764
|
-
name:
|
|
33764
|
+
name: le.Boolean,
|
|
33765
33765
|
valueAsTypeSingle: null,
|
|
33766
33766
|
valueAsTypeList: null,
|
|
33767
33767
|
autogeneration: null,
|
|
@@ -33991,7 +33991,7 @@ const nit = {
|
|
|
33991
33991
|
previousVersion: null,
|
|
33992
33992
|
deleted: !1,
|
|
33993
33993
|
value: !1,
|
|
33994
|
-
name:
|
|
33994
|
+
name: le.Boolean,
|
|
33995
33995
|
valueAsTypeSingle: null,
|
|
33996
33996
|
valueAsTypeList: null,
|
|
33997
33997
|
autogeneration: null,
|
|
@@ -34328,7 +34328,7 @@ const nit = {
|
|
|
34328
34328
|
deleted: !1,
|
|
34329
34329
|
// ISO-8601: 6=Saturday, 7=Sunday
|
|
34330
34330
|
value: ["6", "7"],
|
|
34331
|
-
name:
|
|
34331
|
+
name: le.String,
|
|
34332
34332
|
valueAsTypeSingle: null,
|
|
34333
34333
|
valueAsTypeList: null,
|
|
34334
34334
|
autogeneration: null,
|
|
@@ -34351,7 +34351,7 @@ const nit = {
|
|
|
34351
34351
|
previousVersion: null,
|
|
34352
34352
|
deleted: !1,
|
|
34353
34353
|
value: [],
|
|
34354
|
-
name:
|
|
34354
|
+
name: le.String,
|
|
34355
34355
|
valueAsTypeSingle: null,
|
|
34356
34356
|
valueAsTypeList: null,
|
|
34357
34357
|
autogeneration: null,
|
|
@@ -35120,7 +35120,7 @@ const nit = {
|
|
|
35120
35120
|
previousVersion: null,
|
|
35121
35121
|
deleted: !1,
|
|
35122
35122
|
value: "Local",
|
|
35123
|
-
name:
|
|
35123
|
+
name: le.String,
|
|
35124
35124
|
valueAsTypeSingle: null,
|
|
35125
35125
|
valueAsTypeList: null,
|
|
35126
35126
|
autogeneration: null,
|
|
@@ -35143,7 +35143,7 @@ const nit = {
|
|
|
35143
35143
|
previousVersion: null,
|
|
35144
35144
|
deleted: !1,
|
|
35145
35145
|
value: !1,
|
|
35146
|
-
name:
|
|
35146
|
+
name: le.Boolean,
|
|
35147
35147
|
valueAsTypeSingle: null,
|
|
35148
35148
|
valueAsTypeList: null,
|
|
35149
35149
|
autogeneration: null,
|
|
@@ -35463,7 +35463,7 @@ const nit = {
|
|
|
35463
35463
|
previousVersion: null,
|
|
35464
35464
|
deleted: !1,
|
|
35465
35465
|
value: !1,
|
|
35466
|
-
name:
|
|
35466
|
+
name: le.Boolean,
|
|
35467
35467
|
valueAsTypeSingle: null,
|
|
35468
35468
|
valueAsTypeList: null,
|
|
35469
35469
|
autogeneration: null,
|
|
@@ -35872,7 +35872,7 @@ const nit = {
|
|
|
35872
35872
|
previousVersion: null,
|
|
35873
35873
|
deleted: !1,
|
|
35874
35874
|
value: !1,
|
|
35875
|
-
name:
|
|
35875
|
+
name: le.Boolean,
|
|
35876
35876
|
valueAsTypeSingle: null,
|
|
35877
35877
|
valueAsTypeList: null,
|
|
35878
35878
|
autogeneration: null,
|
|
@@ -36355,7 +36355,7 @@ const nit = {
|
|
|
36355
36355
|
author: "1",
|
|
36356
36356
|
previousVersion: null,
|
|
36357
36357
|
deleted: !1,
|
|
36358
|
-
name:
|
|
36358
|
+
name: le.String,
|
|
36359
36359
|
value: "millisecond",
|
|
36360
36360
|
standaloneParent: null,
|
|
36361
36361
|
valueAsTypeSingle: null,
|
|
@@ -36684,7 +36684,7 @@ const nit = {
|
|
|
36684
36684
|
previousVersion: null,
|
|
36685
36685
|
deleted: !1,
|
|
36686
36686
|
value: !1,
|
|
36687
|
-
name:
|
|
36687
|
+
name: le.Boolean,
|
|
36688
36688
|
valueAsTypeSingle: null,
|
|
36689
36689
|
valueAsTypeList: null,
|
|
36690
36690
|
autogeneration: null,
|
|
@@ -36743,7 +36743,7 @@ const nit = {
|
|
|
36743
36743
|
author: "1",
|
|
36744
36744
|
previousVersion: null,
|
|
36745
36745
|
deleted: !1,
|
|
36746
|
-
name:
|
|
36746
|
+
name: le.String,
|
|
36747
36747
|
value: "millisecond",
|
|
36748
36748
|
standaloneParent: null,
|
|
36749
36749
|
valueAsTypeSingle: null,
|
|
@@ -36973,7 +36973,7 @@ const nit = {
|
|
|
36973
36973
|
author: "1",
|
|
36974
36974
|
previousVersion: null,
|
|
36975
36975
|
deleted: !1,
|
|
36976
|
-
name:
|
|
36976
|
+
name: le.String,
|
|
36977
36977
|
value: "millisecond",
|
|
36978
36978
|
standaloneParent: null,
|
|
36979
36979
|
valueAsTypeSingle: null,
|
|
@@ -40981,7 +40981,7 @@ const nit = {
|
|
|
40981
40981
|
author: "1",
|
|
40982
40982
|
previousVersion: null,
|
|
40983
40983
|
deleted: !1,
|
|
40984
|
-
name:
|
|
40984
|
+
name: le.String,
|
|
40985
40985
|
value: "millisecond",
|
|
40986
40986
|
standaloneParent: null,
|
|
40987
40987
|
valueAsTypeSingle: null,
|
|
@@ -41154,7 +41154,7 @@ const nit = {
|
|
|
41154
41154
|
author: "1",
|
|
41155
41155
|
previousVersion: null,
|
|
41156
41156
|
deleted: !1,
|
|
41157
|
-
name:
|
|
41157
|
+
name: le.String,
|
|
41158
41158
|
value: "millisecond",
|
|
41159
41159
|
standaloneParent: null,
|
|
41160
41160
|
valueAsTypeSingle: null,
|
|
@@ -41327,7 +41327,7 @@ const nit = {
|
|
|
41327
41327
|
author: "1",
|
|
41328
41328
|
previousVersion: null,
|
|
41329
41329
|
deleted: !1,
|
|
41330
|
-
name:
|
|
41330
|
+
name: le.String,
|
|
41331
41331
|
value: "millisecond",
|
|
41332
41332
|
standaloneParent: null,
|
|
41333
41333
|
valueAsTypeSingle: null,
|
|
@@ -41535,7 +41535,7 @@ const nit = {
|
|
|
41535
41535
|
author: "1",
|
|
41536
41536
|
previousVersion: null,
|
|
41537
41537
|
deleted: !1,
|
|
41538
|
-
name:
|
|
41538
|
+
name: le.String,
|
|
41539
41539
|
value: "millisecond",
|
|
41540
41540
|
standaloneParent: null,
|
|
41541
41541
|
valueAsTypeSingle: null,
|
|
@@ -41745,7 +41745,7 @@ const nit = {
|
|
|
41745
41745
|
author: "1",
|
|
41746
41746
|
previousVersion: null,
|
|
41747
41747
|
deleted: !1,
|
|
41748
|
-
name:
|
|
41748
|
+
name: le.String,
|
|
41749
41749
|
value: "millisecond",
|
|
41750
41750
|
standaloneParent: null,
|
|
41751
41751
|
valueAsTypeSingle: null,
|
|
@@ -42008,7 +42008,7 @@ const nit = {
|
|
|
42008
42008
|
author: "1",
|
|
42009
42009
|
previousVersion: null,
|
|
42010
42010
|
deleted: !1,
|
|
42011
|
-
name:
|
|
42011
|
+
name: le.String,
|
|
42012
42012
|
value: "millisecond",
|
|
42013
42013
|
standaloneParent: null,
|
|
42014
42014
|
valueAsTypeSingle: null,
|
|
@@ -42350,7 +42350,7 @@ const nit = {
|
|
|
42350
42350
|
author: "1",
|
|
42351
42351
|
previousVersion: null,
|
|
42352
42352
|
deleted: !1,
|
|
42353
|
-
name:
|
|
42353
|
+
name: le.String,
|
|
42354
42354
|
value: "millisecond",
|
|
42355
42355
|
standaloneParent: null,
|
|
42356
42356
|
valueAsTypeSingle: null,
|
|
@@ -42560,7 +42560,7 @@ const nit = {
|
|
|
42560
42560
|
author: "1",
|
|
42561
42561
|
previousVersion: null,
|
|
42562
42562
|
deleted: !1,
|
|
42563
|
-
name:
|
|
42563
|
+
name: le.String,
|
|
42564
42564
|
value: "millisecond",
|
|
42565
42565
|
standaloneParent: null,
|
|
42566
42566
|
valueAsTypeSingle: null,
|
|
@@ -42770,7 +42770,7 @@ const nit = {
|
|
|
42770
42770
|
author: "1",
|
|
42771
42771
|
previousVersion: null,
|
|
42772
42772
|
deleted: !1,
|
|
42773
|
-
name:
|
|
42773
|
+
name: le.String,
|
|
42774
42774
|
value: "millisecond",
|
|
42775
42775
|
standaloneParent: null,
|
|
42776
42776
|
valueAsTypeSingle: null,
|
|
@@ -47593,7 +47593,7 @@ const nit = {
|
|
|
47593
47593
|
previousVersion: null,
|
|
47594
47594
|
deleted: !1,
|
|
47595
47595
|
value: "https://api.ipify.org?format=json",
|
|
47596
|
-
name:
|
|
47596
|
+
name: le.String,
|
|
47597
47597
|
valueAsTypeSingle: null,
|
|
47598
47598
|
valueAsTypeList: null,
|
|
47599
47599
|
parent: HBt,
|
|
@@ -47682,7 +47682,7 @@ const nit = {
|
|
|
47682
47682
|
previousVersion: null,
|
|
47683
47683
|
deleted: !1,
|
|
47684
47684
|
value: "GET",
|
|
47685
|
-
name:
|
|
47685
|
+
name: le.Enum,
|
|
47686
47686
|
valueAsTypeSingle: null,
|
|
47687
47687
|
valueAsTypeList: null,
|
|
47688
47688
|
parent: QBt,
|
|
@@ -48108,7 +48108,7 @@ const nit = {
|
|
|
48108
48108
|
previousVersion: null,
|
|
48109
48109
|
deleted: !1,
|
|
48110
48110
|
value: {},
|
|
48111
|
-
name:
|
|
48111
|
+
name: le.KeyValue,
|
|
48112
48112
|
parent: dUt,
|
|
48113
48113
|
valueAsTypeList: null,
|
|
48114
48114
|
valueAsTypeSingle: null,
|
|
@@ -48160,7 +48160,7 @@ const nit = {
|
|
|
48160
48160
|
previousVersion: null,
|
|
48161
48161
|
deleted: !1,
|
|
48162
48162
|
value: {},
|
|
48163
|
-
name:
|
|
48163
|
+
name: le.KeyValue,
|
|
48164
48164
|
parent: cUt,
|
|
48165
48165
|
valueAsTypeList: null,
|
|
48166
48166
|
valueAsTypeSingle: null,
|
|
@@ -49595,7 +49595,7 @@ const nit = {
|
|
|
49595
49595
|
previousVersion: null,
|
|
49596
49596
|
deleted: !1,
|
|
49597
49597
|
value: 32,
|
|
49598
|
-
name:
|
|
49598
|
+
name: le.Number,
|
|
49599
49599
|
valueAsTypeSingle: null,
|
|
49600
49600
|
valueAsTypeList: null,
|
|
49601
49601
|
autogeneration: null,
|
|
@@ -49637,7 +49637,7 @@ const nit = {
|
|
|
49637
49637
|
previousVersion: null,
|
|
49638
49638
|
deleted: !1,
|
|
49639
49639
|
value: "base64url",
|
|
49640
|
-
name:
|
|
49640
|
+
name: le.String,
|
|
49641
49641
|
valueAsTypeSingle: null,
|
|
49642
49642
|
valueAsTypeList: null,
|
|
49643
49643
|
autogeneration: null,
|
|
@@ -49894,7 +49894,7 @@ const nit = {
|
|
|
49894
49894
|
previousVersion: null,
|
|
49895
49895
|
deleted: !1,
|
|
49896
49896
|
value: "SHA-256",
|
|
49897
|
-
name:
|
|
49897
|
+
name: le.String,
|
|
49898
49898
|
valueAsTypeSingle: null,
|
|
49899
49899
|
valueAsTypeList: null,
|
|
49900
49900
|
autogeneration: null,
|
|
@@ -49955,7 +49955,7 @@ const nit = {
|
|
|
49955
49955
|
previousVersion: null,
|
|
49956
49956
|
deleted: !1,
|
|
49957
49957
|
value: "base64url",
|
|
49958
|
-
name:
|
|
49958
|
+
name: le.String,
|
|
49959
49959
|
valueAsTypeSingle: null,
|
|
49960
49960
|
valueAsTypeList: null,
|
|
49961
49961
|
autogeneration: null,
|
|
@@ -50289,7 +50289,7 @@ const nit = {
|
|
|
50289
50289
|
previousVersion: null,
|
|
50290
50290
|
deleted: !1,
|
|
50291
50291
|
value: "utf8",
|
|
50292
|
-
name:
|
|
50292
|
+
name: le.String,
|
|
50293
50293
|
valueAsTypeSingle: null,
|
|
50294
50294
|
valueAsTypeList: null,
|
|
50295
50295
|
autogeneration: null,
|
|
@@ -50312,7 +50312,7 @@ const nit = {
|
|
|
50312
50312
|
previousVersion: null,
|
|
50313
50313
|
deleted: !1,
|
|
50314
50314
|
value: "utf8",
|
|
50315
|
-
name:
|
|
50315
|
+
name: le.String,
|
|
50316
50316
|
valueAsTypeSingle: null,
|
|
50317
50317
|
valueAsTypeList: null,
|
|
50318
50318
|
autogeneration: null,
|
|
@@ -50579,7 +50579,7 @@ const nit = {
|
|
|
50579
50579
|
previousVersion: null,
|
|
50580
50580
|
deleted: !1,
|
|
50581
50581
|
value: 21e4,
|
|
50582
|
-
name:
|
|
50582
|
+
name: le.Number,
|
|
50583
50583
|
valueAsTypeSingle: null,
|
|
50584
50584
|
valueAsTypeList: null,
|
|
50585
50585
|
autogeneration: null,
|
|
@@ -50602,7 +50602,7 @@ const nit = {
|
|
|
50602
50602
|
previousVersion: null,
|
|
50603
50603
|
deleted: !1,
|
|
50604
50604
|
value: 32,
|
|
50605
|
-
name:
|
|
50605
|
+
name: le.Number,
|
|
50606
50606
|
valueAsTypeSingle: null,
|
|
50607
50607
|
valueAsTypeList: null,
|
|
50608
50608
|
autogeneration: null,
|
|
@@ -50625,7 +50625,7 @@ const nit = {
|
|
|
50625
50625
|
previousVersion: null,
|
|
50626
50626
|
deleted: !1,
|
|
50627
50627
|
value: "SHA-256",
|
|
50628
|
-
name:
|
|
50628
|
+
name: le.String,
|
|
50629
50629
|
valueAsTypeSingle: null,
|
|
50630
50630
|
valueAsTypeList: null,
|
|
50631
50631
|
autogeneration: null,
|
|
@@ -50648,7 +50648,7 @@ const nit = {
|
|
|
50648
50648
|
previousVersion: null,
|
|
50649
50649
|
deleted: !1,
|
|
50650
50650
|
value: "utf8",
|
|
50651
|
-
name:
|
|
50651
|
+
name: le.String,
|
|
50652
50652
|
valueAsTypeSingle: null,
|
|
50653
50653
|
valueAsTypeList: null,
|
|
50654
50654
|
autogeneration: null,
|
|
@@ -50671,7 +50671,7 @@ const nit = {
|
|
|
50671
50671
|
previousVersion: null,
|
|
50672
50672
|
deleted: !1,
|
|
50673
50673
|
value: "utf8",
|
|
50674
|
-
name:
|
|
50674
|
+
name: le.String,
|
|
50675
50675
|
valueAsTypeSingle: null,
|
|
50676
50676
|
valueAsTypeList: null,
|
|
50677
50677
|
autogeneration: null,
|
|
@@ -50694,7 +50694,7 @@ const nit = {
|
|
|
50694
50694
|
previousVersion: null,
|
|
50695
50695
|
deleted: !1,
|
|
50696
50696
|
value: "base64url",
|
|
50697
|
-
name:
|
|
50697
|
+
name: le.String,
|
|
50698
50698
|
valueAsTypeSingle: null,
|
|
50699
50699
|
valueAsTypeList: null,
|
|
50700
50700
|
autogeneration: null,
|
|
@@ -51025,7 +51025,7 @@ const nit = {
|
|
|
51025
51025
|
previousVersion: null,
|
|
51026
51026
|
deleted: !1,
|
|
51027
51027
|
value: "SHA-256",
|
|
51028
|
-
name:
|
|
51028
|
+
name: le.String,
|
|
51029
51029
|
valueAsTypeSingle: null,
|
|
51030
51030
|
valueAsTypeList: null,
|
|
51031
51031
|
autogeneration: null,
|
|
@@ -51048,7 +51048,7 @@ const nit = {
|
|
|
51048
51048
|
previousVersion: null,
|
|
51049
51049
|
deleted: !1,
|
|
51050
51050
|
value: "utf8",
|
|
51051
|
-
name:
|
|
51051
|
+
name: le.String,
|
|
51052
51052
|
valueAsTypeSingle: null,
|
|
51053
51053
|
valueAsTypeList: null,
|
|
51054
51054
|
autogeneration: null,
|
|
@@ -51071,7 +51071,7 @@ const nit = {
|
|
|
51071
51071
|
previousVersion: null,
|
|
51072
51072
|
deleted: !1,
|
|
51073
51073
|
value: "base64url",
|
|
51074
|
-
name:
|
|
51074
|
+
name: le.String,
|
|
51075
51075
|
valueAsTypeSingle: null,
|
|
51076
51076
|
valueAsTypeList: null,
|
|
51077
51077
|
autogeneration: null,
|
|
@@ -51342,7 +51342,7 @@ const nit = {
|
|
|
51342
51342
|
previousVersion: null,
|
|
51343
51343
|
deleted: !1,
|
|
51344
51344
|
value: "SHA-256",
|
|
51345
|
-
name:
|
|
51345
|
+
name: le.String,
|
|
51346
51346
|
valueAsTypeSingle: null,
|
|
51347
51347
|
valueAsTypeList: null,
|
|
51348
51348
|
autogeneration: null,
|
|
@@ -51422,7 +51422,7 @@ const nit = {
|
|
|
51422
51422
|
previousVersion: null,
|
|
51423
51423
|
deleted: !1,
|
|
51424
51424
|
value: "utf8",
|
|
51425
|
-
name:
|
|
51425
|
+
name: le.String,
|
|
51426
51426
|
valueAsTypeSingle: null,
|
|
51427
51427
|
valueAsTypeList: null,
|
|
51428
51428
|
autogeneration: null,
|
|
@@ -51464,7 +51464,7 @@ const nit = {
|
|
|
51464
51464
|
previousVersion: null,
|
|
51465
51465
|
deleted: !1,
|
|
51466
51466
|
value: "utf8",
|
|
51467
|
-
name:
|
|
51467
|
+
name: le.String,
|
|
51468
51468
|
valueAsTypeSingle: null,
|
|
51469
51469
|
valueAsTypeList: null,
|
|
51470
51470
|
autogeneration: null,
|
|
@@ -51506,7 +51506,7 @@ const nit = {
|
|
|
51506
51506
|
previousVersion: null,
|
|
51507
51507
|
deleted: !1,
|
|
51508
51508
|
value: "base64url",
|
|
51509
|
-
name:
|
|
51509
|
+
name: le.String,
|
|
51510
51510
|
valueAsTypeSingle: null,
|
|
51511
51511
|
valueAsTypeList: null,
|
|
51512
51512
|
autogeneration: null,
|
|
@@ -51864,7 +51864,7 @@ const nit = {
|
|
|
51864
51864
|
previousVersion: null,
|
|
51865
51865
|
deleted: !1,
|
|
51866
51866
|
value: 0,
|
|
51867
|
-
name:
|
|
51867
|
+
name: le.Number,
|
|
51868
51868
|
valueAsTypeSingle: null,
|
|
51869
51869
|
valueAsTypeList: null,
|
|
51870
51870
|
autogeneration: null,
|
|
@@ -52177,7 +52177,7 @@ const nit = {
|
|
|
52177
52177
|
previousVersion: null,
|
|
52178
52178
|
deleted: !1,
|
|
52179
52179
|
value: "HS256",
|
|
52180
|
-
name:
|
|
52180
|
+
name: le.String,
|
|
52181
52181
|
valueAsTypeSingle: null,
|
|
52182
52182
|
valueAsTypeList: null,
|
|
52183
52183
|
autogeneration: null,
|
|
@@ -52219,7 +52219,7 @@ const nit = {
|
|
|
52219
52219
|
previousVersion: null,
|
|
52220
52220
|
deleted: !1,
|
|
52221
52221
|
value: !0,
|
|
52222
|
-
name:
|
|
52222
|
+
name: le.Boolean,
|
|
52223
52223
|
valueAsTypeSingle: null,
|
|
52224
52224
|
valueAsTypeList: null,
|
|
52225
52225
|
autogeneration: null,
|
|
@@ -52394,7 +52394,7 @@ const nit = {
|
|
|
52394
52394
|
previousVersion: null,
|
|
52395
52395
|
deleted: !1,
|
|
52396
52396
|
value: "utf8",
|
|
52397
|
-
name:
|
|
52397
|
+
name: le.String,
|
|
52398
52398
|
valueAsTypeSingle: null,
|
|
52399
52399
|
valueAsTypeList: null,
|
|
52400
52400
|
autogeneration: null,
|
|
@@ -53145,7 +53145,7 @@ const nit = {
|
|
|
53145
53145
|
previousVersion: null,
|
|
53146
53146
|
deleted: !1,
|
|
53147
53147
|
value: "JWT",
|
|
53148
|
-
name:
|
|
53148
|
+
name: le.String,
|
|
53149
53149
|
valueAsTypeSingle: null,
|
|
53150
53150
|
valueAsTypeList: null,
|
|
53151
53151
|
autogeneration: null,
|
|
@@ -53765,7 +53765,7 @@ const nit = {
|
|
|
53765
53765
|
previousVersion: null,
|
|
53766
53766
|
deleted: !1,
|
|
53767
53767
|
value: "base64url",
|
|
53768
|
-
name:
|
|
53768
|
+
name: le.String,
|
|
53769
53769
|
valueAsTypeSingle: null,
|
|
53770
53770
|
valueAsTypeList: null,
|
|
53771
53771
|
autogeneration: null,
|
|
@@ -54011,7 +54011,7 @@ const nit = {
|
|
|
54011
54011
|
previousVersion: null,
|
|
54012
54012
|
deleted: !1,
|
|
54013
54013
|
value: "HS256",
|
|
54014
|
-
name:
|
|
54014
|
+
name: le.String,
|
|
54015
54015
|
valueAsTypeSingle: null,
|
|
54016
54016
|
valueAsTypeList: null,
|
|
54017
54017
|
autogeneration: null,
|
|
@@ -54129,7 +54129,7 @@ const nit = {
|
|
|
54129
54129
|
previousVersion: null,
|
|
54130
54130
|
deleted: !1,
|
|
54131
54131
|
value: "utf8",
|
|
54132
|
-
name:
|
|
54132
|
+
name: le.String,
|
|
54133
54133
|
valueAsTypeSingle: null,
|
|
54134
54134
|
valueAsTypeList: null,
|
|
54135
54135
|
autogeneration: null,
|
|
@@ -56298,7 +56298,7 @@ const nit = {
|
|
|
56298
56298
|
previousVersion: null,
|
|
56299
56299
|
deleted: !1,
|
|
56300
56300
|
value: "utf8",
|
|
56301
|
-
name:
|
|
56301
|
+
name: le.String,
|
|
56302
56302
|
valueAsTypeSingle: null,
|
|
56303
56303
|
valueAsTypeList: null,
|
|
56304
56304
|
autogeneration: null,
|
|
@@ -56695,7 +56695,7 @@ const nit = {
|
|
|
56695
56695
|
previousVersion: null,
|
|
56696
56696
|
deleted: !1,
|
|
56697
56697
|
value: "utf8",
|
|
56698
|
-
name:
|
|
56698
|
+
name: le.String,
|
|
56699
56699
|
valueAsTypeSingle: null,
|
|
56700
56700
|
valueAsTypeList: null,
|
|
56701
56701
|
autogeneration: null,
|
|
@@ -57788,7 +57788,7 @@ const z5t = {
|
|
|
57788
57788
|
previousVersion: null,
|
|
57789
57789
|
deleted: !1,
|
|
57790
57790
|
value: Vr.google,
|
|
57791
|
-
name:
|
|
57791
|
+
name: le.Enum,
|
|
57792
57792
|
valueAsTypeSingle: null,
|
|
57793
57793
|
valueAsTypeList: null,
|
|
57794
57794
|
parent: n7t,
|
|
@@ -57974,7 +57974,7 @@ const z5t = {
|
|
|
57974
57974
|
previousVersion: null,
|
|
57975
57975
|
deleted: !1,
|
|
57976
57976
|
value: Vr["google-drive"],
|
|
57977
|
-
name:
|
|
57977
|
+
name: le.Enum,
|
|
57978
57978
|
valueAsTypeSingle: null,
|
|
57979
57979
|
valueAsTypeList: null,
|
|
57980
57980
|
parent: c7t,
|
|
@@ -58160,7 +58160,7 @@ const z5t = {
|
|
|
58160
58160
|
previousVersion: null,
|
|
58161
58161
|
deleted: !1,
|
|
58162
58162
|
value: Vr["google-mail"],
|
|
58163
|
-
name:
|
|
58163
|
+
name: le.Enum,
|
|
58164
58164
|
valueAsTypeSingle: null,
|
|
58165
58165
|
valueAsTypeList: null,
|
|
58166
58166
|
parent: g7t,
|
|
@@ -58346,7 +58346,7 @@ const z5t = {
|
|
|
58346
58346
|
previousVersion: null,
|
|
58347
58347
|
deleted: !1,
|
|
58348
58348
|
value: Vr["google-sheet"],
|
|
58349
|
-
name:
|
|
58349
|
+
name: le.Enum,
|
|
58350
58350
|
valueAsTypeSingle: null,
|
|
58351
58351
|
valueAsTypeList: null,
|
|
58352
58352
|
parent: P7t,
|
|
@@ -58532,7 +58532,7 @@ const z5t = {
|
|
|
58532
58532
|
previousVersion: null,
|
|
58533
58533
|
deleted: !1,
|
|
58534
58534
|
value: Vr["google-slides"],
|
|
58535
|
-
name:
|
|
58535
|
+
name: le.Enum,
|
|
58536
58536
|
valueAsTypeSingle: null,
|
|
58537
58537
|
valueAsTypeList: null,
|
|
58538
58538
|
parent: F7t,
|
|
@@ -58718,7 +58718,7 @@ const z5t = {
|
|
|
58718
58718
|
previousVersion: null,
|
|
58719
58719
|
deleted: !1,
|
|
58720
58720
|
value: Vr["google-gemini"],
|
|
58721
|
-
name:
|
|
58721
|
+
name: le.Enum,
|
|
58722
58722
|
valueAsTypeSingle: null,
|
|
58723
58723
|
valueAsTypeList: null,
|
|
58724
58724
|
parent: e8t,
|
|
@@ -58877,7 +58877,7 @@ const z5t = {
|
|
|
58877
58877
|
previousVersion: null,
|
|
58878
58878
|
deleted: !1,
|
|
58879
58879
|
value: Vr.airtable,
|
|
58880
|
-
name:
|
|
58880
|
+
name: le.Enum,
|
|
58881
58881
|
valueAsTypeSingle: null,
|
|
58882
58882
|
valueAsTypeList: null,
|
|
58883
58883
|
parent: d8t,
|
|
@@ -59090,7 +59090,7 @@ const z5t = {
|
|
|
59090
59090
|
previousVersion: null,
|
|
59091
59091
|
deleted: !1,
|
|
59092
59092
|
value: Vr.microsoft,
|
|
59093
|
-
name:
|
|
59093
|
+
name: le.Enum,
|
|
59094
59094
|
valueAsTypeSingle: null,
|
|
59095
59095
|
valueAsTypeList: null,
|
|
59096
59096
|
parent: A8t,
|
|
@@ -59276,7 +59276,7 @@ const z5t = {
|
|
|
59276
59276
|
previousVersion: null,
|
|
59277
59277
|
deleted: !1,
|
|
59278
59278
|
value: Vr.slack,
|
|
59279
|
-
name:
|
|
59279
|
+
name: le.Enum,
|
|
59280
59280
|
valueAsTypeSingle: null,
|
|
59281
59281
|
valueAsTypeList: null,
|
|
59282
59282
|
parent: P8t,
|
|
@@ -59462,7 +59462,7 @@ const z5t = {
|
|
|
59462
59462
|
previousVersion: null,
|
|
59463
59463
|
deleted: !1,
|
|
59464
59464
|
value: Vr.atlassian,
|
|
59465
|
-
name:
|
|
59465
|
+
name: le.Enum,
|
|
59466
59466
|
valueAsTypeSingle: null,
|
|
59467
59467
|
valueAsTypeList: null,
|
|
59468
59468
|
parent: K8t,
|
|
@@ -59621,7 +59621,7 @@ const z5t = {
|
|
|
59621
59621
|
previousVersion: null,
|
|
59622
59622
|
deleted: !1,
|
|
59623
59623
|
value: Vr.jira,
|
|
59624
|
-
name:
|
|
59624
|
+
name: le.Enum,
|
|
59625
59625
|
valueAsTypeSingle: null,
|
|
59626
59626
|
valueAsTypeList: null,
|
|
59627
59627
|
parent: X8t,
|
|
@@ -59807,7 +59807,7 @@ const z5t = {
|
|
|
59807
59807
|
previousVersion: null,
|
|
59808
59808
|
deleted: !1,
|
|
59809
59809
|
value: Vr.openai,
|
|
59810
|
-
name:
|
|
59810
|
+
name: le.Enum,
|
|
59811
59811
|
valueAsTypeSingle: null,
|
|
59812
59812
|
valueAsTypeList: null,
|
|
59813
59813
|
parent: d9t,
|
|
@@ -60625,7 +60625,7 @@ const U9t = oT(
|
|
|
60625
60625
|
author: "1",
|
|
60626
60626
|
previousVersion: null,
|
|
60627
60627
|
deleted: !1,
|
|
60628
|
-
name:
|
|
60628
|
+
name: le.Boolean,
|
|
60629
60629
|
autogeneration: null,
|
|
60630
60630
|
value: !1,
|
|
60631
60631
|
valueAsTypeList: null,
|
|
@@ -60694,7 +60694,7 @@ const U9t = oT(
|
|
|
60694
60694
|
author: "1",
|
|
60695
60695
|
previousVersion: null,
|
|
60696
60696
|
deleted: !1,
|
|
60697
|
-
name:
|
|
60697
|
+
name: le.Number,
|
|
60698
60698
|
autogeneration: null,
|
|
60699
60699
|
value: 200,
|
|
60700
60700
|
valueAsTypeList: null,
|
|
@@ -60815,7 +60815,7 @@ const U9t = oT(
|
|
|
60815
60815
|
author: "1",
|
|
60816
60816
|
previousVersion: null,
|
|
60817
60817
|
deleted: !1,
|
|
60818
|
-
name:
|
|
60818
|
+
name: le.Boolean,
|
|
60819
60819
|
autogeneration: null,
|
|
60820
60820
|
value: !1,
|
|
60821
60821
|
valueAsTypeList: null,
|
|
@@ -60936,7 +60936,7 @@ const U9t = oT(
|
|
|
60936
60936
|
author: "1",
|
|
60937
60937
|
previousVersion: null,
|
|
60938
60938
|
deleted: !1,
|
|
60939
|
-
name:
|
|
60939
|
+
name: le.Boolean,
|
|
60940
60940
|
autogeneration: null,
|
|
60941
60941
|
value: !1,
|
|
60942
60942
|
valueAsTypeList: null,
|
|
@@ -61005,7 +61005,7 @@ const U9t = oT(
|
|
|
61005
61005
|
author: "1",
|
|
61006
61006
|
previousVersion: null,
|
|
61007
61007
|
deleted: !1,
|
|
61008
|
-
name:
|
|
61008
|
+
name: le.Boolean,
|
|
61009
61009
|
autogeneration: null,
|
|
61010
61010
|
value: !1,
|
|
61011
61011
|
valueAsTypeList: null,
|
|
@@ -61736,7 +61736,7 @@ const U9t = oT(
|
|
|
61736
61736
|
author: "1",
|
|
61737
61737
|
previousVersion: null,
|
|
61738
61738
|
deleted: !1,
|
|
61739
|
-
name:
|
|
61739
|
+
name: le.Number,
|
|
61740
61740
|
autogeneration: null,
|
|
61741
61741
|
value: 200,
|
|
61742
61742
|
valueAsTypeList: null,
|
|
@@ -61961,7 +61961,7 @@ const U9t = oT(
|
|
|
61961
61961
|
author: "1",
|
|
61962
61962
|
previousVersion: null,
|
|
61963
61963
|
deleted: !1,
|
|
61964
|
-
name:
|
|
61964
|
+
name: le.Boolean,
|
|
61965
61965
|
autogeneration: null,
|
|
61966
61966
|
value: !1,
|
|
61967
61967
|
valueAsTypeList: null,
|
|
@@ -62030,7 +62030,7 @@ const U9t = oT(
|
|
|
62030
62030
|
author: "1",
|
|
62031
62031
|
previousVersion: null,
|
|
62032
62032
|
deleted: !1,
|
|
62033
|
-
name:
|
|
62033
|
+
name: le.Boolean,
|
|
62034
62034
|
autogeneration: null,
|
|
62035
62035
|
value: !1,
|
|
62036
62036
|
valueAsTypeList: null,
|
|
@@ -62099,7 +62099,7 @@ const U9t = oT(
|
|
|
62099
62099
|
author: "1",
|
|
62100
62100
|
previousVersion: null,
|
|
62101
62101
|
deleted: !1,
|
|
62102
|
-
name:
|
|
62102
|
+
name: le.Boolean,
|
|
62103
62103
|
autogeneration: null,
|
|
62104
62104
|
value: !1,
|
|
62105
62105
|
valueAsTypeList: null,
|
|
@@ -62220,7 +62220,7 @@ const U9t = oT(
|
|
|
62220
62220
|
author: "1",
|
|
62221
62221
|
previousVersion: null,
|
|
62222
62222
|
deleted: !1,
|
|
62223
|
-
name:
|
|
62223
|
+
name: le.Boolean,
|
|
62224
62224
|
autogeneration: null,
|
|
62225
62225
|
value: !1,
|
|
62226
62226
|
valueAsTypeList: null,
|
|
@@ -62848,7 +62848,7 @@ const OWt = Bl("ts", "TS", "Message timestamp", 0, "string", !0), _Wt = Bl("text
|
|
|
62848
62848
|
author: "1",
|
|
62849
62849
|
previousVersion: null,
|
|
62850
62850
|
deleted: !1,
|
|
62851
|
-
name:
|
|
62851
|
+
name: le.Number,
|
|
62852
62852
|
autogeneration: null,
|
|
62853
62853
|
value: 200,
|
|
62854
62854
|
valueAsTypeList: null,
|
|
@@ -63073,7 +63073,7 @@ const OWt = Bl("ts", "TS", "Message timestamp", 0, "string", !0), _Wt = Bl("text
|
|
|
63073
63073
|
author: "1",
|
|
63074
63074
|
previousVersion: null,
|
|
63075
63075
|
deleted: !1,
|
|
63076
|
-
name:
|
|
63076
|
+
name: le.Boolean,
|
|
63077
63077
|
autogeneration: null,
|
|
63078
63078
|
value: !1,
|
|
63079
63079
|
valueAsTypeList: null,
|
|
@@ -63142,7 +63142,7 @@ const OWt = Bl("ts", "TS", "Message timestamp", 0, "string", !0), _Wt = Bl("text
|
|
|
63142
63142
|
author: "1",
|
|
63143
63143
|
previousVersion: null,
|
|
63144
63144
|
deleted: !1,
|
|
63145
|
-
name:
|
|
63145
|
+
name: le.Boolean,
|
|
63146
63146
|
autogeneration: null,
|
|
63147
63147
|
value: !1,
|
|
63148
63148
|
valueAsTypeList: null,
|
|
@@ -63211,7 +63211,7 @@ const OWt = Bl("ts", "TS", "Message timestamp", 0, "string", !0), _Wt = Bl("text
|
|
|
63211
63211
|
author: "1",
|
|
63212
63212
|
previousVersion: null,
|
|
63213
63213
|
deleted: !1,
|
|
63214
|
-
name:
|
|
63214
|
+
name: le.Boolean,
|
|
63215
63215
|
autogeneration: null,
|
|
63216
63216
|
value: !1,
|
|
63217
63217
|
valueAsTypeList: null,
|
|
@@ -63280,7 +63280,7 @@ const OWt = Bl("ts", "TS", "Message timestamp", 0, "string", !0), _Wt = Bl("text
|
|
|
63280
63280
|
author: "1",
|
|
63281
63281
|
previousVersion: null,
|
|
63282
63282
|
deleted: !1,
|
|
63283
|
-
name:
|
|
63283
|
+
name: le.Boolean,
|
|
63284
63284
|
autogeneration: null,
|
|
63285
63285
|
value: !0,
|
|
63286
63286
|
valueAsTypeList: null,
|
|
@@ -64551,7 +64551,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
64551
64551
|
author: "1",
|
|
64552
64552
|
previousVersion: null,
|
|
64553
64553
|
deleted: !1,
|
|
64554
|
-
name:
|
|
64554
|
+
name: le.Number,
|
|
64555
64555
|
autogeneration: null,
|
|
64556
64556
|
value: 100,
|
|
64557
64557
|
valueAsTypeList: null,
|
|
@@ -64690,7 +64690,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
64690
64690
|
author: "1",
|
|
64691
64691
|
previousVersion: null,
|
|
64692
64692
|
deleted: !1,
|
|
64693
|
-
name:
|
|
64693
|
+
name: le.Boolean,
|
|
64694
64694
|
autogeneration: null,
|
|
64695
64695
|
value: !1,
|
|
64696
64696
|
valueAsTypeList: null,
|
|
@@ -64771,7 +64771,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
64771
64771
|
author: "1",
|
|
64772
64772
|
previousVersion: null,
|
|
64773
64773
|
deleted: !1,
|
|
64774
|
-
name:
|
|
64774
|
+
name: le.String,
|
|
64775
64775
|
autogeneration: null,
|
|
64776
64776
|
value: "auto",
|
|
64777
64777
|
valueAsTypeList: null,
|
|
@@ -64852,7 +64852,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
64852
64852
|
author: "1",
|
|
64853
64853
|
previousVersion: null,
|
|
64854
64854
|
deleted: !1,
|
|
64855
|
-
name:
|
|
64855
|
+
name: le.String,
|
|
64856
64856
|
autogeneration: null,
|
|
64857
64857
|
value: "metadata",
|
|
64858
64858
|
valueAsTypeList: null,
|
|
@@ -64991,7 +64991,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
64991
64991
|
author: "1",
|
|
64992
64992
|
previousVersion: null,
|
|
64993
64993
|
deleted: !1,
|
|
64994
|
-
name:
|
|
64994
|
+
name: le.Boolean,
|
|
64995
64995
|
autogeneration: null,
|
|
64996
64996
|
value: !1,
|
|
64997
64997
|
valueAsTypeList: null,
|
|
@@ -65072,7 +65072,7 @@ const Czt = kl("ts", "TS", "Message timestamp", 0, "string", !0), Ozt = kl("text
|
|
|
65072
65072
|
author: "1",
|
|
65073
65073
|
previousVersion: null,
|
|
65074
65074
|
deleted: !1,
|
|
65075
|
-
name:
|
|
65075
|
+
name: le.Number,
|
|
65076
65076
|
autogeneration: null,
|
|
65077
65077
|
value: 10,
|
|
65078
65078
|
valueAsTypeList: null,
|
|
@@ -66778,7 +66778,7 @@ const QE = Object.values(PB), tp = {
|
|
|
66778
66778
|
author: "1",
|
|
66779
66779
|
previousVersion: null,
|
|
66780
66780
|
deleted: !1,
|
|
66781
|
-
name:
|
|
66781
|
+
name: le.Boolean,
|
|
66782
66782
|
autogeneration: null,
|
|
66783
66783
|
value: !1,
|
|
66784
66784
|
valueAsTypeList: null,
|
|
@@ -66841,7 +66841,7 @@ const QE = Object.values(PB), tp = {
|
|
|
66841
66841
|
author: "1",
|
|
66842
66842
|
previousVersion: null,
|
|
66843
66843
|
deleted: !1,
|
|
66844
|
-
name:
|
|
66844
|
+
name: le.Number,
|
|
66845
66845
|
autogeneration: null,
|
|
66846
66846
|
value: 100,
|
|
66847
66847
|
valueAsTypeList: null,
|
|
@@ -67671,7 +67671,7 @@ const QE = Object.values(PB), tp = {
|
|
|
67671
67671
|
author: "1",
|
|
67672
67672
|
previousVersion: null,
|
|
67673
67673
|
deleted: !1,
|
|
67674
|
-
name:
|
|
67674
|
+
name: le.String,
|
|
67675
67675
|
autogeneration: null,
|
|
67676
67676
|
value: "auto",
|
|
67677
67677
|
valueAsTypeList: null,
|
|
@@ -68507,7 +68507,7 @@ const QE = Object.values(PB), tp = {
|
|
|
68507
68507
|
author: "1",
|
|
68508
68508
|
previousVersion: null,
|
|
68509
68509
|
deleted: !1,
|
|
68510
|
-
name:
|
|
68510
|
+
name: le.String,
|
|
68511
68511
|
autogeneration: null,
|
|
68512
68512
|
value: "application/octet-stream",
|
|
68513
68513
|
valueAsTypeList: null,
|
|
@@ -68680,7 +68680,7 @@ const QE = Object.values(PB), tp = {
|
|
|
68680
68680
|
author: "1",
|
|
68681
68681
|
previousVersion: null,
|
|
68682
68682
|
deleted: !1,
|
|
68683
|
-
name:
|
|
68683
|
+
name: le.Boolean,
|
|
68684
68684
|
autogeneration: null,
|
|
68685
68685
|
value: !1,
|
|
68686
68686
|
valueAsTypeList: null,
|
|
@@ -68801,7 +68801,7 @@ const QE = Object.values(PB), tp = {
|
|
|
68801
68801
|
author: "1",
|
|
68802
68802
|
previousVersion: null,
|
|
68803
68803
|
deleted: !1,
|
|
68804
|
-
name:
|
|
68804
|
+
name: le.Boolean,
|
|
68805
68805
|
autogeneration: null,
|
|
68806
68806
|
value: !1,
|
|
68807
68807
|
valueAsTypeList: null,
|
|
@@ -68870,7 +68870,7 @@ const QE = Object.values(PB), tp = {
|
|
|
68870
68870
|
author: "1",
|
|
68871
68871
|
previousVersion: null,
|
|
68872
68872
|
deleted: !1,
|
|
68873
|
-
name:
|
|
68873
|
+
name: le.Boolean,
|
|
68874
68874
|
autogeneration: null,
|
|
68875
68875
|
value: !1,
|
|
68876
68876
|
valueAsTypeList: null,
|
|
@@ -68991,7 +68991,7 @@ const QE = Object.values(PB), tp = {
|
|
|
68991
68991
|
author: "1",
|
|
68992
68992
|
previousVersion: null,
|
|
68993
68993
|
deleted: !1,
|
|
68994
|
-
name:
|
|
68994
|
+
name: le.String,
|
|
68995
68995
|
autogeneration: null,
|
|
68996
68996
|
value: "text/plain",
|
|
68997
68997
|
valueAsTypeList: null,
|
|
@@ -71094,7 +71094,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71094
71094
|
editable: !1,
|
|
71095
71095
|
type: o.LiteralValue,
|
|
71096
71096
|
standaloneParent: null,
|
|
71097
|
-
name:
|
|
71097
|
+
name: le.Number,
|
|
71098
71098
|
version: "1",
|
|
71099
71099
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
71100
71100
|
author: "1",
|
|
@@ -71454,7 +71454,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71454
71454
|
author: "1",
|
|
71455
71455
|
previousVersion: null,
|
|
71456
71456
|
deleted: !1,
|
|
71457
|
-
name:
|
|
71457
|
+
name: le.KeyValue,
|
|
71458
71458
|
value: ["*"],
|
|
71459
71459
|
parent: zti,
|
|
71460
71460
|
autogeneration: null,
|
|
@@ -71544,7 +71544,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71544
71544
|
author: "1",
|
|
71545
71545
|
previousVersion: null,
|
|
71546
71546
|
deleted: !1,
|
|
71547
|
-
name:
|
|
71547
|
+
name: le.String,
|
|
71548
71548
|
value: "/",
|
|
71549
71549
|
parent: eii,
|
|
71550
71550
|
autogeneration: null,
|
|
@@ -71643,7 +71643,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71643
71643
|
previousVersion: null,
|
|
71644
71644
|
deleted: !1,
|
|
71645
71645
|
value: "GET",
|
|
71646
|
-
name:
|
|
71646
|
+
name: le.Enum,
|
|
71647
71647
|
parent: nii,
|
|
71648
71648
|
autogeneration: null,
|
|
71649
71649
|
valueAsTypeList: null,
|
|
@@ -71835,7 +71835,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71835
71835
|
author: "1",
|
|
71836
71836
|
previousVersion: null,
|
|
71837
71837
|
deleted: !1,
|
|
71838
|
-
name:
|
|
71838
|
+
name: le.KeyValue,
|
|
71839
71839
|
value: {},
|
|
71840
71840
|
parent: oii,
|
|
71841
71841
|
autogeneration: null,
|
|
@@ -71877,7 +71877,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71877
71877
|
author: "1",
|
|
71878
71878
|
previousVersion: null,
|
|
71879
71879
|
deleted: !1,
|
|
71880
|
-
name:
|
|
71880
|
+
name: le.KeyValue,
|
|
71881
71881
|
value: {},
|
|
71882
71882
|
parent: mii,
|
|
71883
71883
|
autogeneration: null,
|
|
@@ -71919,7 +71919,7 @@ const QE = Object.values(PB), tp = {
|
|
|
71919
71919
|
author: "1",
|
|
71920
71920
|
previousVersion: null,
|
|
71921
71921
|
deleted: !1,
|
|
71922
|
-
name:
|
|
71922
|
+
name: le.KeyValue,
|
|
71923
71923
|
value: {},
|
|
71924
71924
|
parent: fii,
|
|
71925
71925
|
autogeneration: null,
|
|
@@ -72020,7 +72020,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72020
72020
|
author: "1",
|
|
72021
72021
|
previousVersion: null,
|
|
72022
72022
|
deleted: !1,
|
|
72023
|
-
name:
|
|
72023
|
+
name: le.Number,
|
|
72024
72024
|
value: 200,
|
|
72025
72025
|
parent: {
|
|
72026
72026
|
id: "http-endpoint-built-in-handler-status-code-property-default-value-parent-ref-id",
|
|
@@ -72385,7 +72385,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72385
72385
|
author: "1",
|
|
72386
72386
|
previousVersion: null,
|
|
72387
72387
|
deleted: !1,
|
|
72388
|
-
name:
|
|
72388
|
+
name: le.String,
|
|
72389
72389
|
value: null,
|
|
72390
72390
|
parent: Mii,
|
|
72391
72391
|
autogeneration: {
|
|
@@ -72473,7 +72473,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72473
72473
|
author: "1",
|
|
72474
72474
|
previousVersion: null,
|
|
72475
72475
|
deleted: !1,
|
|
72476
|
-
name:
|
|
72476
|
+
name: le.String,
|
|
72477
72477
|
value: "postgres",
|
|
72478
72478
|
parent: {
|
|
72479
72479
|
id: "relational-database-built-in-base-entity-username-property-data-type-default-value-parent-ref-id",
|
|
@@ -72569,7 +72569,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72569
72569
|
author: "1",
|
|
72570
72570
|
previousVersion: null,
|
|
72571
72571
|
deleted: !1,
|
|
72572
|
-
name:
|
|
72572
|
+
name: le.String,
|
|
72573
72573
|
value: "123456789",
|
|
72574
72574
|
parent: Sii,
|
|
72575
72575
|
autogeneration: null,
|
|
@@ -72653,7 +72653,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72653
72653
|
author: "1",
|
|
72654
72654
|
previousVersion: null,
|
|
72655
72655
|
deleted: !1,
|
|
72656
|
-
name:
|
|
72656
|
+
name: le.Number,
|
|
72657
72657
|
value: 6,
|
|
72658
72658
|
parent: qii,
|
|
72659
72659
|
autogeneration: null,
|
|
@@ -72737,7 +72737,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72737
72737
|
author: "1",
|
|
72738
72738
|
previousVersion: null,
|
|
72739
72739
|
deleted: !1,
|
|
72740
|
-
name:
|
|
72740
|
+
name: le.Boolean,
|
|
72741
72741
|
value: !1,
|
|
72742
72742
|
parent: Wii,
|
|
72743
72743
|
autogeneration: null,
|
|
@@ -72827,7 +72827,7 @@ const QE = Object.values(PB), tp = {
|
|
|
72827
72827
|
author: "1",
|
|
72828
72828
|
previousVersion: null,
|
|
72829
72829
|
deleted: !1,
|
|
72830
|
-
name:
|
|
72830
|
+
name: le.Boolean,
|
|
72831
72831
|
value: !1,
|
|
72832
72832
|
parent: Xii,
|
|
72833
72833
|
autogeneration: null,
|
|
@@ -77345,32 +77345,32 @@ function Iai(d) {
|
|
|
77345
77345
|
let n = IR();
|
|
77346
77346
|
if (((l = d.dataType.entity) == null ? void 0 : l.type) === o.PrimitiveEntity)
|
|
77347
77347
|
switch (d.dataType.entity.name) {
|
|
77348
|
-
case
|
|
77348
|
+
case le.String:
|
|
77349
77349
|
n = je();
|
|
77350
77350
|
break;
|
|
77351
|
-
case
|
|
77351
|
+
case le.KeyValue:
|
|
77352
77352
|
n = br(IR());
|
|
77353
77353
|
break;
|
|
77354
|
-
case
|
|
77354
|
+
case le.Number:
|
|
77355
77355
|
n = Fn();
|
|
77356
77356
|
break;
|
|
77357
|
-
case
|
|
77357
|
+
case le.Boolean:
|
|
77358
77358
|
n = bn();
|
|
77359
77359
|
break;
|
|
77360
|
-
case
|
|
77360
|
+
case le.Date:
|
|
77361
77361
|
n = td();
|
|
77362
77362
|
break;
|
|
77363
|
-
case
|
|
77363
|
+
case le.Enum: {
|
|
77364
77364
|
const y = d.dataType.options || [];
|
|
77365
77365
|
if (y.length === 0)
|
|
77366
77366
|
throw new Error(`Enum property ${d.name} has no options`);
|
|
77367
77367
|
n = fA(y);
|
|
77368
77368
|
break;
|
|
77369
77369
|
}
|
|
77370
|
-
case
|
|
77370
|
+
case le.Null:
|
|
77371
77371
|
n = Oa();
|
|
77372
77372
|
break;
|
|
77373
|
-
case
|
|
77373
|
+
case le.UUID:
|
|
77374
77374
|
n = je().uuid();
|
|
77375
77375
|
break;
|
|
77376
77376
|
}
|
|
@@ -77461,28 +77461,28 @@ function BC(d) {
|
|
|
77461
77461
|
return null;
|
|
77462
77462
|
switch (d.autogeneration.type) {
|
|
77463
77463
|
case jr.CurrentDateAndTime:
|
|
77464
|
-
if (d.name ===
|
|
77464
|
+
if (d.name === le.Date)
|
|
77465
77465
|
return /* @__PURE__ */ new Date();
|
|
77466
77466
|
case jr.Random: {
|
|
77467
|
-
if (d.name ===
|
|
77467
|
+
if (d.name === le.Date)
|
|
77468
77468
|
return Cai(
|
|
77469
77469
|
d.autogeneration
|
|
77470
77470
|
);
|
|
77471
|
-
if (d.name ===
|
|
77471
|
+
if (d.name === le.Number)
|
|
77472
77472
|
return Pai(
|
|
77473
77473
|
d.autogeneration
|
|
77474
77474
|
);
|
|
77475
|
-
if (d.name ===
|
|
77475
|
+
if (d.name === le.String)
|
|
77476
77476
|
return Gai(
|
|
77477
77477
|
d.autogeneration
|
|
77478
77478
|
);
|
|
77479
|
-
if (d.name ===
|
|
77479
|
+
if (d.name === le.Boolean)
|
|
77480
77480
|
return Mai(
|
|
77481
77481
|
d.autogeneration
|
|
77482
77482
|
);
|
|
77483
77483
|
}
|
|
77484
77484
|
case jr.Unique:
|
|
77485
|
-
if (d.name ===
|
|
77485
|
+
if (d.name === le.UUID)
|
|
77486
77486
|
return Oai();
|
|
77487
77487
|
default:
|
|
77488
77488
|
throw new Error(
|
|
@@ -77570,7 +77570,7 @@ const St = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", wU = "global-user-variable-id
|
|
|
77570
77570
|
author: "1",
|
|
77571
77571
|
previousVersion: null,
|
|
77572
77572
|
deleted: !1,
|
|
77573
|
-
name:
|
|
77573
|
+
name: le.String,
|
|
77574
77574
|
value: null,
|
|
77575
77575
|
parent: Bai,
|
|
77576
77576
|
autogeneration: {
|
|
@@ -77784,7 +77784,7 @@ const qai = {
|
|
|
77784
77784
|
author: "1",
|
|
77785
77785
|
previousVersion: null,
|
|
77786
77786
|
deleted: !1,
|
|
77787
|
-
name:
|
|
77787
|
+
name: le.Number,
|
|
77788
77788
|
value: 6,
|
|
77789
77789
|
parent: Wai,
|
|
77790
77790
|
autogeneration: null,
|
|
@@ -77912,7 +77912,7 @@ const qai = {
|
|
|
77912
77912
|
previousVersion: null,
|
|
77913
77913
|
deleted: !1,
|
|
77914
77914
|
value: null,
|
|
77915
|
-
name:
|
|
77915
|
+
name: le.EntityTemplate,
|
|
77916
77916
|
valueAsTypeList: null,
|
|
77917
77917
|
valueAsTypeSingle: kC,
|
|
77918
77918
|
autogeneration: null,
|
|
@@ -77978,7 +77978,7 @@ const qai = {
|
|
|
77978
77978
|
previousVersion: null,
|
|
77979
77979
|
deleted: !1,
|
|
77980
77980
|
value: "Animal",
|
|
77981
|
-
name:
|
|
77981
|
+
name: le.String,
|
|
77982
77982
|
valueAsTypeSingle: null,
|
|
77983
77983
|
valueAsTypeList: null,
|
|
77984
77984
|
autogeneration: null,
|
|
@@ -78092,7 +78092,7 @@ const csi = {
|
|
|
78092
78092
|
version: "1",
|
|
78093
78093
|
entityType: o.DefinitionEntity
|
|
78094
78094
|
};
|
|
78095
|
-
o.Property, o.LiteralValue,
|
|
78095
|
+
o.Property, o.LiteralValue, le.UUID, jr.Unique;
|
|
78096
78096
|
o.GenericReference, o.Property;
|
|
78097
78097
|
const msi = {
|
|
78098
78098
|
id: "base-table-entity-deleted-at-property-ref-id",
|
|
@@ -78416,7 +78416,7 @@ const Rsi = {
|
|
|
78416
78416
|
author: "1",
|
|
78417
78417
|
previousVersion: null,
|
|
78418
78418
|
deleted: !1,
|
|
78419
|
-
name:
|
|
78419
|
+
name: le.String,
|
|
78420
78420
|
value: "main",
|
|
78421
78421
|
parent: _si,
|
|
78422
78422
|
autogeneration: {
|
|
@@ -78504,7 +78504,7 @@ const xsi = {
|
|
|
78504
78504
|
author: "1",
|
|
78505
78505
|
previousVersion: null,
|
|
78506
78506
|
deleted: !1,
|
|
78507
|
-
name:
|
|
78507
|
+
name: le.String,
|
|
78508
78508
|
value: "root",
|
|
78509
78509
|
parent: $si,
|
|
78510
78510
|
autogeneration: null,
|
|
@@ -78592,7 +78592,7 @@ const Msi = {
|
|
|
78592
78592
|
author: "1",
|
|
78593
78593
|
previousVersion: null,
|
|
78594
78594
|
deleted: !1,
|
|
78595
|
-
name:
|
|
78595
|
+
name: le.String,
|
|
78596
78596
|
value: "password",
|
|
78597
78597
|
parent: Bsi,
|
|
78598
78598
|
autogeneration: null,
|
|
@@ -78676,7 +78676,7 @@ const Msi = {
|
|
|
78676
78676
|
author: "1",
|
|
78677
78677
|
previousVersion: null,
|
|
78678
78678
|
deleted: !1,
|
|
78679
|
-
name:
|
|
78679
|
+
name: le.Number,
|
|
78680
78680
|
value: 6,
|
|
78681
78681
|
parent: jsi,
|
|
78682
78682
|
autogeneration: null,
|
|
@@ -78762,7 +78762,7 @@ const Msi = {
|
|
|
78762
78762
|
author: "1",
|
|
78763
78763
|
previousVersion: null,
|
|
78764
78764
|
deleted: !1,
|
|
78765
|
-
name:
|
|
78765
|
+
name: le.Boolean,
|
|
78766
78766
|
value: !0,
|
|
78767
78767
|
parent: qsi,
|
|
78768
78768
|
autogeneration: null,
|
|
@@ -78844,7 +78844,7 @@ const Msi = {
|
|
|
78844
78844
|
author: "1",
|
|
78845
78845
|
previousVersion: null,
|
|
78846
78846
|
deleted: !1,
|
|
78847
|
-
name:
|
|
78847
|
+
name: le.Boolean,
|
|
78848
78848
|
value: !0,
|
|
78849
78849
|
parent: zsi,
|
|
78850
78850
|
autogeneration: null,
|
|
@@ -78974,7 +78974,7 @@ const Msi = {
|
|
|
78974
78974
|
previousVersion: null,
|
|
78975
78975
|
deleted: !1,
|
|
78976
78976
|
value: null,
|
|
78977
|
-
name:
|
|
78977
|
+
name: le.EntityTemplate,
|
|
78978
78978
|
valueAsTypeList: null,
|
|
78979
78979
|
valueAsTypeSingle: jC,
|
|
78980
78980
|
autogeneration: null,
|
|
@@ -79069,7 +79069,7 @@ const Msi = {
|
|
|
79069
79069
|
author: "1",
|
|
79070
79070
|
previousVersion: null,
|
|
79071
79071
|
deleted: !1,
|
|
79072
|
-
name:
|
|
79072
|
+
name: le.UUID,
|
|
79073
79073
|
value: null,
|
|
79074
79074
|
parent: sli,
|
|
79075
79075
|
autogeneration: {
|
|
@@ -81511,7 +81511,7 @@ const Oli = {
|
|
|
81511
81511
|
previousVersion: null,
|
|
81512
81512
|
deleted: !1,
|
|
81513
81513
|
value: "https://api.publicapis.org/entries",
|
|
81514
|
-
name:
|
|
81514
|
+
name: le.String,
|
|
81515
81515
|
valueAsTypeList: null,
|
|
81516
81516
|
valueAsTypeSingle: null,
|
|
81517
81517
|
parent: Pdi,
|
|
@@ -81827,7 +81827,7 @@ const Oli = {
|
|
|
81827
81827
|
previousVersion: null,
|
|
81828
81828
|
deleted: !1,
|
|
81829
81829
|
value: "?name=",
|
|
81830
|
-
name:
|
|
81830
|
+
name: le.String,
|
|
81831
81831
|
parent: rui,
|
|
81832
81832
|
valueAsTypeList: null,
|
|
81833
81833
|
valueAsTypeSingle: null,
|
|
@@ -83165,7 +83165,7 @@ const Oli = {
|
|
|
83165
83165
|
author: "1",
|
|
83166
83166
|
previousVersion: null,
|
|
83167
83167
|
deleted: !1,
|
|
83168
|
-
name:
|
|
83168
|
+
name: le.UUID,
|
|
83169
83169
|
value: null,
|
|
83170
83170
|
parent: _pi,
|
|
83171
83171
|
autogeneration: {
|
|
@@ -83556,7 +83556,7 @@ const Gpi = {
|
|
|
83556
83556
|
author: "1",
|
|
83557
83557
|
previousVersion: null,
|
|
83558
83558
|
deleted: !1,
|
|
83559
|
-
name:
|
|
83559
|
+
name: le.KeyValue,
|
|
83560
83560
|
value: {},
|
|
83561
83561
|
parent: Qpi,
|
|
83562
83562
|
autogeneration: null,
|
|
@@ -83600,7 +83600,7 @@ const Gpi = {
|
|
|
83600
83600
|
author: "1",
|
|
83601
83601
|
previousVersion: null,
|
|
83602
83602
|
deleted: !1,
|
|
83603
|
-
name:
|
|
83603
|
+
name: le.KeyValue,
|
|
83604
83604
|
value: {},
|
|
83605
83605
|
parent: zpi,
|
|
83606
83606
|
autogeneration: null,
|
|
@@ -83683,7 +83683,7 @@ const Gpi = {
|
|
|
83683
83683
|
author: "1",
|
|
83684
83684
|
previousVersion: null,
|
|
83685
83685
|
deleted: !1,
|
|
83686
|
-
name:
|
|
83686
|
+
name: le.KeyValue,
|
|
83687
83687
|
value: {},
|
|
83688
83688
|
parent: sci,
|
|
83689
83689
|
autogeneration: null,
|
|
@@ -83958,7 +83958,7 @@ const gci = {
|
|
|
83958
83958
|
author: "1",
|
|
83959
83959
|
previousVersion: null,
|
|
83960
83960
|
deleted: !1,
|
|
83961
|
-
name:
|
|
83961
|
+
name: le.String,
|
|
83962
83962
|
value: "/company/{id}",
|
|
83963
83963
|
parent: Rci,
|
|
83964
83964
|
valueAsTypeList: null,
|
|
@@ -84061,7 +84061,7 @@ const gci = {
|
|
|
84061
84061
|
previousVersion: null,
|
|
84062
84062
|
deleted: !1,
|
|
84063
84063
|
value: "GET",
|
|
84064
|
-
name:
|
|
84064
|
+
name: le.Enum,
|
|
84065
84065
|
parent: _ci,
|
|
84066
84066
|
valueAsTypeList: null,
|
|
84067
84067
|
valueAsTypeSingle: null,
|
|
@@ -84186,7 +84186,7 @@ const gci = {
|
|
|
84186
84186
|
previousVersion: null,
|
|
84187
84187
|
deleted: !1,
|
|
84188
84188
|
value: null,
|
|
84189
|
-
name:
|
|
84189
|
+
name: le.EntityTemplate,
|
|
84190
84190
|
valueAsTypeList: null,
|
|
84191
84191
|
valueAsTypeSingle: kC,
|
|
84192
84192
|
autogeneration: null,
|
|
@@ -84375,7 +84375,7 @@ const gci = {
|
|
|
84375
84375
|
previousVersion: null,
|
|
84376
84376
|
deleted: !1,
|
|
84377
84377
|
value: null,
|
|
84378
|
-
name:
|
|
84378
|
+
name: le.EntityTemplate,
|
|
84379
84379
|
valueAsTypeList: null,
|
|
84380
84380
|
valueAsTypeSingle: jC,
|
|
84381
84381
|
autogeneration: null,
|
|
@@ -84537,7 +84537,7 @@ const gci = {
|
|
|
84537
84537
|
author: "1",
|
|
84538
84538
|
previousVersion: null,
|
|
84539
84539
|
deleted: !1,
|
|
84540
|
-
name:
|
|
84540
|
+
name: le.UUID,
|
|
84541
84541
|
value: null,
|
|
84542
84542
|
parent: rfi,
|
|
84543
84543
|
autogeneration: {
|
|
@@ -84651,7 +84651,7 @@ const gci = {
|
|
|
84651
84651
|
author: "1",
|
|
84652
84652
|
previousVersion: null,
|
|
84653
84653
|
deleted: !1,
|
|
84654
|
-
name:
|
|
84654
|
+
name: le.EntityTemplate,
|
|
84655
84655
|
valueAsTypeList: null,
|
|
84656
84656
|
valueAsTypeSingle: qU,
|
|
84657
84657
|
value: null,
|
|
@@ -84784,7 +84784,7 @@ const gci = {
|
|
|
84784
84784
|
previousVersion: null,
|
|
84785
84785
|
deleted: !1,
|
|
84786
84786
|
value: "https://api.coindesk.com/v1/bpi/currentprice.json",
|
|
84787
|
-
name:
|
|
84787
|
+
name: le.String,
|
|
84788
84788
|
parent: gfi,
|
|
84789
84789
|
valueAsTypeList: null,
|
|
84790
84790
|
valueAsTypeSingle: null,
|
|
@@ -85321,7 +85321,7 @@ const Wfi = {
|
|
|
85321
85321
|
author: "1",
|
|
85322
85322
|
previousVersion: null,
|
|
85323
85323
|
deleted: !1,
|
|
85324
|
-
name:
|
|
85324
|
+
name: le.String,
|
|
85325
85325
|
value: "Hello 1",
|
|
85326
85326
|
autogeneration: null,
|
|
85327
85327
|
valueAsTypeList: null,
|
|
@@ -85396,7 +85396,7 @@ const Wfi = {
|
|
|
85396
85396
|
valueAsTypeList: null,
|
|
85397
85397
|
valueAsTypeSingle: null,
|
|
85398
85398
|
autogeneration: null,
|
|
85399
|
-
name:
|
|
85399
|
+
name: le.Number,
|
|
85400
85400
|
parent: dyi
|
|
85401
85401
|
},
|
|
85402
85402
|
index: 0,
|
|
@@ -85480,7 +85480,7 @@ const Wfi = {
|
|
|
85480
85480
|
valueAsTypeList: null,
|
|
85481
85481
|
valueAsTypeSingle: null,
|
|
85482
85482
|
autogeneration: null,
|
|
85483
|
-
name:
|
|
85483
|
+
name: le.Number,
|
|
85484
85484
|
parent: hyi
|
|
85485
85485
|
},
|
|
85486
85486
|
index: 0,
|
|
@@ -86335,7 +86335,7 @@ const jyi = {
|
|
|
86335
86335
|
author: "1",
|
|
86336
86336
|
previousVersion: null,
|
|
86337
86337
|
deleted: !1,
|
|
86338
|
-
name:
|
|
86338
|
+
name: le.Number,
|
|
86339
86339
|
value: 10,
|
|
86340
86340
|
autogeneration: null,
|
|
86341
86341
|
valueAsTypeList: null,
|
|
@@ -86406,7 +86406,7 @@ const jyi = {
|
|
|
86406
86406
|
previousVersion: null,
|
|
86407
86407
|
deleted: !1,
|
|
86408
86408
|
value: "Hello world ",
|
|
86409
|
-
name:
|
|
86409
|
+
name: le.String,
|
|
86410
86410
|
parent: p0i,
|
|
86411
86411
|
valueAsTypeList: null,
|
|
86412
86412
|
valueAsTypeSingle: null,
|
|
@@ -89266,7 +89266,7 @@ const bj = {
|
|
|
89266
89266
|
author: "1",
|
|
89267
89267
|
previousVersion: null,
|
|
89268
89268
|
deleted: !1,
|
|
89269
|
-
name:
|
|
89269
|
+
name: le.Date,
|
|
89270
89270
|
value: null,
|
|
89271
89271
|
autogeneration: {
|
|
89272
89272
|
type: jr.CurrentDateAndTime,
|
|
@@ -89334,7 +89334,7 @@ const bj = {
|
|
|
89334
89334
|
valueAsTypeList: null,
|
|
89335
89335
|
valueAsTypeSingle: null,
|
|
89336
89336
|
autogeneration: null,
|
|
89337
|
-
name:
|
|
89337
|
+
name: le.Number,
|
|
89338
89338
|
parent: UTi
|
|
89339
89339
|
},
|
|
89340
89340
|
index: 0,
|
|
@@ -89431,7 +89431,7 @@ const bj = {
|
|
|
89431
89431
|
rangeStart: 1e3,
|
|
89432
89432
|
rangeEnd: 4e3
|
|
89433
89433
|
},
|
|
89434
|
-
name:
|
|
89434
|
+
name: le.Number,
|
|
89435
89435
|
parent: qTi
|
|
89436
89436
|
},
|
|
89437
89437
|
index: 0,
|
|
@@ -89543,7 +89543,7 @@ const bj = {
|
|
|
89543
89543
|
author: "1",
|
|
89544
89544
|
previousVersion: null,
|
|
89545
89545
|
deleted: !1,
|
|
89546
|
-
name:
|
|
89546
|
+
name: le.ActionDescriptor,
|
|
89547
89547
|
value: null,
|
|
89548
89548
|
valueAsTypeSingle: Pj,
|
|
89549
89549
|
valueAsTypeList: null,
|
|
@@ -89673,7 +89673,7 @@ const tvi = {
|
|
|
89673
89673
|
author: "1",
|
|
89674
89674
|
previousVersion: null,
|
|
89675
89675
|
deleted: !1,
|
|
89676
|
-
name:
|
|
89676
|
+
name: le.EntityTemplate,
|
|
89677
89677
|
value: null,
|
|
89678
89678
|
valueAsTypeSingle: null,
|
|
89679
89679
|
valueAsTypeList: [
|
|
@@ -90345,7 +90345,7 @@ const tvi = {
|
|
|
90345
90345
|
previousVersion: null,
|
|
90346
90346
|
deleted: !1,
|
|
90347
90347
|
value: null,
|
|
90348
|
-
name:
|
|
90348
|
+
name: le.Date,
|
|
90349
90349
|
valueAsTypeList: null,
|
|
90350
90350
|
valueAsTypeSingle: null,
|
|
90351
90351
|
autogeneration: {
|
|
@@ -91026,7 +91026,7 @@ const tvi = {
|
|
|
91026
91026
|
previousVersion: null,
|
|
91027
91027
|
deleted: !1,
|
|
91028
91028
|
value: 1,
|
|
91029
|
-
name:
|
|
91029
|
+
name: le.Number,
|
|
91030
91030
|
valueAsTypeList: null,
|
|
91031
91031
|
valueAsTypeSingle: null,
|
|
91032
91032
|
autogeneration: null,
|
|
@@ -91152,7 +91152,7 @@ const tvi = {
|
|
|
91152
91152
|
previousVersion: null,
|
|
91153
91153
|
deleted: !1,
|
|
91154
91154
|
value: 5,
|
|
91155
|
-
name:
|
|
91155
|
+
name: le.Number,
|
|
91156
91156
|
valueAsTypeList: null,
|
|
91157
91157
|
valueAsTypeSingle: null,
|
|
91158
91158
|
autogeneration: null,
|
|
@@ -91921,7 +91921,7 @@ const zbi = {
|
|
|
91921
91921
|
previousVersion: null,
|
|
91922
91922
|
deleted: !1,
|
|
91923
91923
|
value: "Person not found",
|
|
91924
|
-
name:
|
|
91924
|
+
name: le.String,
|
|
91925
91925
|
valueAsTypeList: null,
|
|
91926
91926
|
valueAsTypeSingle: null,
|
|
91927
91927
|
autogeneration: null,
|
|
@@ -93088,7 +93088,7 @@ const gAi = {
|
|
|
93088
93088
|
editable: !0,
|
|
93089
93089
|
type: o.LiteralValue,
|
|
93090
93090
|
standaloneParent: null,
|
|
93091
|
-
name:
|
|
93091
|
+
name: le.String,
|
|
93092
93092
|
version: "1",
|
|
93093
93093
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
93094
93094
|
author: "1",
|
|
@@ -93884,7 +93884,7 @@ const gAi = {
|
|
|
93884
93884
|
type: o.LiteralValue,
|
|
93885
93885
|
standaloneParent: null,
|
|
93886
93886
|
id: "employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-id",
|
|
93887
|
-
name:
|
|
93887
|
+
name: le.Date,
|
|
93888
93888
|
version: "1",
|
|
93889
93889
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
93890
93890
|
author: "1",
|
|
@@ -94205,7 +94205,7 @@ const gAi = {
|
|
|
94205
94205
|
description: "Indicates whether the current environment is a test environment or not.",
|
|
94206
94206
|
defaultValue: {
|
|
94207
94207
|
id: "is-test-environment-variable-dcl-datatype-default-value-id",
|
|
94208
|
-
name:
|
|
94208
|
+
name: le.Boolean,
|
|
94209
94209
|
version: "1",
|
|
94210
94210
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
94211
94211
|
author: "1",
|
|
@@ -95558,7 +95558,7 @@ function rL(d, p, i) {
|
|
|
95558
95558
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95559
95559
|
let L = "";
|
|
95560
95560
|
try {
|
|
95561
|
-
L =
|
|
95561
|
+
L = se(_, i);
|
|
95562
95562
|
} catch {
|
|
95563
95563
|
}
|
|
95564
95564
|
if (!$)
|
|
@@ -95586,7 +95586,7 @@ function rL(d, p, i) {
|
|
|
95586
95586
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95587
95587
|
let L = "";
|
|
95588
95588
|
try {
|
|
95589
|
-
L =
|
|
95589
|
+
L = se(_, i);
|
|
95590
95590
|
} catch {
|
|
95591
95591
|
}
|
|
95592
95592
|
if (!$)
|
|
@@ -95614,7 +95614,7 @@ function rL(d, p, i) {
|
|
|
95614
95614
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95615
95615
|
let L = "";
|
|
95616
95616
|
try {
|
|
95617
|
-
L =
|
|
95617
|
+
L = se(_, i);
|
|
95618
95618
|
} catch {
|
|
95619
95619
|
}
|
|
95620
95620
|
if (!$)
|
|
@@ -95663,7 +95663,7 @@ function rL(d, p, i) {
|
|
|
95663
95663
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95664
95664
|
let L = "";
|
|
95665
95665
|
try {
|
|
95666
|
-
L =
|
|
95666
|
+
L = se(_, i);
|
|
95667
95667
|
} catch {
|
|
95668
95668
|
}
|
|
95669
95669
|
if (!$)
|
|
@@ -95691,7 +95691,7 @@ function rL(d, p, i) {
|
|
|
95691
95691
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95692
95692
|
let L = "";
|
|
95693
95693
|
try {
|
|
95694
|
-
L =
|
|
95694
|
+
L = se(_, i);
|
|
95695
95695
|
} catch {
|
|
95696
95696
|
}
|
|
95697
95697
|
if (!$)
|
|
@@ -95719,7 +95719,7 @@ function rL(d, p, i) {
|
|
|
95719
95719
|
const $ = i.instances[_.id] || i.deletedInstances[_.id];
|
|
95720
95720
|
let L = "";
|
|
95721
95721
|
try {
|
|
95722
|
-
L =
|
|
95722
|
+
L = se(_, i);
|
|
95723
95723
|
} catch {
|
|
95724
95724
|
}
|
|
95725
95725
|
if (!$)
|
|
@@ -97387,7 +97387,7 @@ function Sgi(d) {
|
|
|
97387
97387
|
if (!d.calls.length && !d.extends) {
|
|
97388
97388
|
const i = Kt({
|
|
97389
97389
|
id: `${d.id}--${ve.ScopeWithoutLogic}`,
|
|
97390
|
-
message: `Action "${
|
|
97390
|
+
message: `Action "${se(d, d.project)}" with id "${d.id}" does not have any logic defined. So it doesn't do anything.`,
|
|
97391
97391
|
severity: ue.Warning,
|
|
97392
97392
|
code: ve.ScopeWithoutLogic,
|
|
97393
97393
|
entity: d
|
|
@@ -97960,11 +97960,11 @@ If you want to modify the existing implementation, you can update the existing m
|
|
|
97960
97960
|
), !l.implements && $.length) {
|
|
97961
97961
|
let U = $.length > 1 ? `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${w.id}' because it extends or implements multiple '${o.BuiltInBaseEntity}' entities that are non-interactive ("${Dt(
|
|
97962
97962
|
$.map(
|
|
97963
|
-
(F) =>
|
|
97963
|
+
(F) => se(F, F.project)
|
|
97964
97964
|
),
|
|
97965
97965
|
'", "',
|
|
97966
97966
|
'" and "'
|
|
97967
|
-
)}").` : `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${w.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
97967
|
+
)}").` : `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${w.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${se(
|
|
97968
97968
|
$[0],
|
|
97969
97969
|
$[0].project
|
|
97970
97970
|
)}").`;
|
|
@@ -98013,7 +98013,7 @@ If you want to modify the existing implementation, you can update the existing m
|
|
|
98013
98013
|
id: `${i.id}--${ne.BuiltInEntityParent}`,
|
|
98014
98014
|
code: ne.BuiltInEntityParent,
|
|
98015
98015
|
severity: ue.Error,
|
|
98016
|
-
message: `The entity with id '${i.id}' and type '${i.type}', belongs to a built-in system entity "${
|
|
98016
|
+
message: `The entity with id '${i.id}' and type '${i.type}', belongs to a built-in system entity "${se(
|
|
98017
98017
|
b,
|
|
98018
98018
|
n
|
|
98019
98019
|
)}" with id '${b.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`
|
|
@@ -99335,7 +99335,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99335
99335
|
} else
|
|
99336
99336
|
return l.forEach((c) => {
|
|
99337
99337
|
i.find(
|
|
99338
|
-
(y) => y === c ||
|
|
99338
|
+
(y) => y === c || se(y, this.project) === se(c, this.project) && fn(y.dataType, c.dataType)
|
|
99339
99339
|
) || i.push(c);
|
|
99340
99340
|
}), D(
|
|
99341
99341
|
i
|
|
@@ -99506,7 +99506,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99506
99506
|
}
|
|
99507
99507
|
).forEach((e) => {
|
|
99508
99508
|
i.find(
|
|
99509
|
-
(T) => T === e ||
|
|
99509
|
+
(T) => T === e || se(T, this.project) === se(e, this.project) && fn(T.dataType, e.dataType)
|
|
99510
99510
|
) || i.push(e);
|
|
99511
99511
|
});
|
|
99512
99512
|
}), D(i);
|
|
@@ -99561,11 +99561,11 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99561
99561
|
b.forEach((L) => {
|
|
99562
99562
|
const U = L.getDataType(i);
|
|
99563
99563
|
if (L.readsValue) {
|
|
99564
|
-
const F =
|
|
99564
|
+
const F = se(
|
|
99565
99565
|
L.readsValue,
|
|
99566
99566
|
this.project
|
|
99567
99567
|
), Z = w.find(
|
|
99568
|
-
(X) =>
|
|
99568
|
+
(X) => se(X, this.project) === F && fn(X.dataType, U)
|
|
99569
99569
|
);
|
|
99570
99570
|
if (Z) {
|
|
99571
99571
|
L.setDeclaration(Z, i), n.push(L), w = w.filter(
|
|
@@ -99586,7 +99586,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99586
99586
|
}
|
|
99587
99587
|
}), v.forEach((L) => {
|
|
99588
99588
|
const U = w.find(
|
|
99589
|
-
(F) =>
|
|
99589
|
+
(F) => se(F, this.project) === se(L, this.project)
|
|
99590
99590
|
);
|
|
99591
99591
|
L.declaration && !w.includes(
|
|
99592
99592
|
L.declaration
|
|
@@ -99666,10 +99666,10 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99666
99666
|
let b = (F = this.dataType) == null ? void 0 : F.entity;
|
|
99667
99667
|
if (v.length && (!b || b.id === Y["primitive-entity"].void.id)) {
|
|
99668
99668
|
const me = Ps.new(i);
|
|
99669
|
-
me.parent = this.dataType.toReference(), me.name = `${
|
|
99669
|
+
me.parent = this.dataType.toReference(), me.name = `${se(
|
|
99670
99670
|
this,
|
|
99671
99671
|
this.project
|
|
99672
|
-
)} output definition`, me.description = `The definition of the output data type of the loop '${
|
|
99672
|
+
)} output definition`, me.description = `The definition of the output data type of the loop '${se(
|
|
99673
99673
|
this,
|
|
99674
99674
|
this.project
|
|
99675
99675
|
)}'`;
|
|
@@ -99692,14 +99692,14 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99692
99692
|
var Ge, We, Fe;
|
|
99693
99693
|
const re = me.getDataType(i);
|
|
99694
99694
|
let _e = E.find(
|
|
99695
|
-
(Se) =>
|
|
99695
|
+
(Se) => se(Se, this.project) === se(me, this.project) && fn(Se.dataType, me.dataType)
|
|
99696
99696
|
);
|
|
99697
99697
|
if (!_e) {
|
|
99698
99698
|
const Se = es.new(i);
|
|
99699
|
-
Se.name =
|
|
99699
|
+
Se.name = se(
|
|
99700
99700
|
me,
|
|
99701
99701
|
this.project
|
|
99702
|
-
), Se.description = `Aggretated list of all previously outputted values from each iteration by the output '${
|
|
99702
|
+
), Se.description = `Aggretated list of all previously outputted values from each iteration by the output '${se(
|
|
99703
99703
|
me,
|
|
99704
99704
|
this.project
|
|
99705
99705
|
)}'`, Se.index = me.index, Se.required = ((Ge = me.declaration) == null ? void 0 : Ge.required) || !1, Se.parent = ((We = this.dataType) == null ? void 0 : We.entity).toReference();
|
|
@@ -99752,7 +99752,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
99752
99752
|
et.setParent(_e, i), et.initChildren(i), i == null || i.add(et, H.Added), et.addSelfToProject(i), l.push(et);
|
|
99753
99753
|
}
|
|
99754
99754
|
}), this.reAttachAllTerminationInputMapsToDeclarations(i)), (!((Q = this.dataType) != null && Q.inferred) || ((fe = this.dataType.entity) == null ? void 0 : fe.type) !== o.DefinitionEntity) && E.filter(
|
|
99755
|
-
(re) => !v.find((_e) =>
|
|
99755
|
+
(re) => !v.find((_e) => se(re, this.project) === se(_e, this.project))
|
|
99756
99756
|
).forEach((re) => {
|
|
99757
99757
|
if (!(i != null && i.hasRemoved(re.id)) && !re.deleted) {
|
|
99758
99758
|
const { updated: ye, removed: _e } = re.remove(
|
|
@@ -100099,7 +100099,7 @@ const ni = class ni extends $r {
|
|
|
100099
100099
|
const T = `
|
|
100100
100100
|
All built-in 'action-descriptor' entity ids are:
|
|
100101
100101
|
- ${n.operationDeclarations.map(
|
|
100102
|
-
(v) => `${v.id} (${
|
|
100102
|
+
(v) => `${v.id} (${se(v, n)})`
|
|
100103
100103
|
).join(`
|
|
100104
100104
|
- `)}.
|
|
100105
100105
|
`;
|
|
@@ -104829,11 +104829,11 @@ const si = class si extends $r {
|
|
|
104829
104829
|
if (b.length) {
|
|
104830
104830
|
let E = b.length > 1 ? `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${T.id}' because it extends or implements multiple '${o.BuiltInBaseEntity}' entities that are non-interactive ("${Dt(
|
|
104831
104831
|
b.map(
|
|
104832
|
-
(w) =>
|
|
104832
|
+
(w) => se(w, w.project)
|
|
104833
104833
|
),
|
|
104834
104834
|
'", "',
|
|
104835
104835
|
'" and "'
|
|
104836
|
-
)}").` : `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${T.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
104836
|
+
)}").` : `The entity of type '${i.type}' with id '${i.id}' can't be added to the 'parent' entity with id '${T.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${se(
|
|
104837
104837
|
b[0],
|
|
104838
104838
|
b[0].project
|
|
104839
104839
|
)}").`;
|
|
@@ -108045,7 +108045,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108045
108045
|
}
|
|
108046
108046
|
).forEach((e) => {
|
|
108047
108047
|
i.find(
|
|
108048
|
-
(T) => T === e ||
|
|
108048
|
+
(T) => T === e || se(T, this.project) === se(e, this.project) && fn(T.dataType, e.dataType)
|
|
108049
108049
|
) || i.push(e);
|
|
108050
108050
|
});
|
|
108051
108051
|
}), D(i);
|
|
@@ -108075,7 +108075,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108075
108075
|
}
|
|
108076
108076
|
), E = y.filter(
|
|
108077
108077
|
(w) => !b.find(
|
|
108078
|
-
(_) =>
|
|
108078
|
+
(_) => se(w, this.project) === se(_, this.project) && fn(w.dataType, _.dataType)
|
|
108079
108079
|
)
|
|
108080
108080
|
);
|
|
108081
108081
|
E.length && (n.push(v), i == null || i.add(v, H.Updated)), E.forEach((w) => {
|
|
@@ -108239,11 +108239,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108239
108239
|
_.forEach((X) => {
|
|
108240
108240
|
const ae = X.getDataType(i);
|
|
108241
108241
|
if (X.readsValue) {
|
|
108242
|
-
const Q =
|
|
108242
|
+
const Q = se(
|
|
108243
108243
|
X.readsValue,
|
|
108244
108244
|
this.project
|
|
108245
108245
|
), fe = L.find(
|
|
108246
|
-
(oe) =>
|
|
108246
|
+
(oe) => se(oe, this.project) === Q && fn(oe.dataType, ae)
|
|
108247
108247
|
);
|
|
108248
108248
|
if (fe) {
|
|
108249
108249
|
X.setDeclaration(fe, i), n.push(X), L = L.filter(
|
|
@@ -108264,7 +108264,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108264
108264
|
}
|
|
108265
108265
|
}), w.forEach((X) => {
|
|
108266
108266
|
const ae = L.find(
|
|
108267
|
-
(Q) =>
|
|
108267
|
+
(Q) => se(Q, this.project) === se(X, this.project)
|
|
108268
108268
|
);
|
|
108269
108269
|
X.declaration && !L.includes(
|
|
108270
108270
|
X.declaration
|
|
@@ -108342,10 +108342,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108342
108342
|
let b = (X = (Z = this.body) == null ? void 0 : Z.dataType) == null ? void 0 : X.entity;
|
|
108343
108343
|
if (v.length && (!b || b.id === Y["primitive-entity"].void.id)) {
|
|
108344
108344
|
const Se = Ps.new(i);
|
|
108345
|
-
Se.parent = ((ae = this.body) == null ? void 0 : ae.dataType).toReference(), Se.name = `${
|
|
108345
|
+
Se.parent = ((ae = this.body) == null ? void 0 : ae.dataType).toReference(), Se.name = `${se(
|
|
108346
108346
|
this,
|
|
108347
108347
|
this.project
|
|
108348
|
-
)} output definition`, Se.description = `The definition of the output data type of the loop '${
|
|
108348
|
+
)} output definition`, Se.description = `The definition of the output data type of the loop '${se(
|
|
108349
108349
|
this,
|
|
108350
108350
|
this.project
|
|
108351
108351
|
)}'`;
|
|
@@ -108368,14 +108368,14 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108368
108368
|
var bi, er, Er, va, mn;
|
|
108369
108369
|
const et = Se.getDataType(i);
|
|
108370
108370
|
let dt = E.find(
|
|
108371
|
-
(Oi) =>
|
|
108371
|
+
(Oi) => se(Oi, this.project) === se(Se, this.project) && fn(Oi.dataType, Se.dataType)
|
|
108372
108372
|
);
|
|
108373
108373
|
if (!dt) {
|
|
108374
108374
|
const Oi = es.new(i);
|
|
108375
|
-
Oi.name =
|
|
108375
|
+
Oi.name = se(
|
|
108376
108376
|
Se,
|
|
108377
108377
|
this.project
|
|
108378
|
-
), Oi.description = `Aggretated list of all previously outputted values from each iteration by the output '${
|
|
108378
|
+
), Oi.description = `Aggretated list of all previously outputted values from each iteration by the output '${se(
|
|
108379
108379
|
Se,
|
|
108380
108380
|
this.project
|
|
108381
108381
|
)}'`, Oi.index = Se.index, Oi.required = ((bi = Se.declaration) == null ? void 0 : bi.required) || !1, Oi.parent = ((Er = (er = this.body) == null ? void 0 : er.dataType) == null ? void 0 : Er.entity).toReference();
|
|
@@ -108443,7 +108443,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108443
108443
|
Ki.metaSync({ isList: !0 }, i), Ki.setParent(dt, i), Ki.initChildren(i), i == null || i.add(Ki, H.Added), Ki.addSelfToProject(i), l.push(Ki);
|
|
108444
108444
|
}
|
|
108445
108445
|
}), this.reAttachAllTerminationInputMapsToDeclarations(i)), (Ne = (_e = this.body) == null ? void 0 : _e.dataType) != null && Ne.inferred && ((xe = (Me = this.body) == null ? void 0 : Me.dataType.entity) == null ? void 0 : xe.type) === o.DefinitionEntity && E.filter(
|
|
108446
|
-
(et) => !v.find((dt) =>
|
|
108446
|
+
(et) => !v.find((dt) => se(et, this.project) === se(dt, this.project))
|
|
108447
108447
|
).forEach((et) => {
|
|
108448
108448
|
if (!(i != null && i.hasRemoved(et.id)) && !et.deleted) {
|
|
108449
108449
|
const { updated: ot, removed: dt } = et.remove(
|
|
@@ -108654,7 +108654,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
108654
108654
|
);
|
|
108655
108655
|
_.setParent(T, i), _.initChildren(i), i == null || i.add(_, H.Added), _.addSelfToProject(i), l.push(_), E = _;
|
|
108656
108656
|
}
|
|
108657
|
-
if (!E.entity || E.entity.type !== o.PrimitiveEntity || E.entity.name !==
|
|
108657
|
+
if (!E.entity || E.entity.type !== o.PrimitiveEntity || E.entity.name !== le.Number || E.entity.id !== Y["primitive-entity"].number.id) {
|
|
108658
108658
|
const w = this.project.getBuiltIn(
|
|
108659
108659
|
Y["primitive-entity"].number.id
|
|
108660
108660
|
);
|
|
@@ -112081,61 +112081,61 @@ function ko(d, p, i, n) {
|
|
|
112081
112081
|
let l;
|
|
112082
112082
|
if (((y = d == null ? void 0 : d.entity) == null ? void 0 : y.type) === o.PrimitiveEntity)
|
|
112083
112083
|
switch (d.entity.name) {
|
|
112084
|
-
case
|
|
112085
|
-
l =
|
|
112084
|
+
case le.EntityTemplate:
|
|
112085
|
+
l = le.EntityTemplate;
|
|
112086
112086
|
break;
|
|
112087
|
-
case
|
|
112088
|
-
l =
|
|
112087
|
+
case le.String:
|
|
112088
|
+
l = le.String;
|
|
112089
112089
|
break;
|
|
112090
|
-
case
|
|
112091
|
-
l =
|
|
112090
|
+
case le.Number:
|
|
112091
|
+
l = le.Number;
|
|
112092
112092
|
break;
|
|
112093
|
-
case
|
|
112094
|
-
l =
|
|
112093
|
+
case le.Boolean:
|
|
112094
|
+
l = le.Boolean;
|
|
112095
112095
|
break;
|
|
112096
|
-
case
|
|
112097
|
-
l =
|
|
112096
|
+
case le.Null:
|
|
112097
|
+
l = le.Null;
|
|
112098
112098
|
break;
|
|
112099
|
-
case
|
|
112100
|
-
l =
|
|
112099
|
+
case le.Enum:
|
|
112100
|
+
l = le.Enum;
|
|
112101
112101
|
break;
|
|
112102
|
-
case
|
|
112103
|
-
l =
|
|
112102
|
+
case le.KeyValue:
|
|
112103
|
+
l = le.KeyValue;
|
|
112104
112104
|
break;
|
|
112105
|
-
case
|
|
112106
|
-
l =
|
|
112105
|
+
case le.Untyped:
|
|
112106
|
+
l = le.Untyped;
|
|
112107
112107
|
break;
|
|
112108
|
-
case
|
|
112109
|
-
l =
|
|
112108
|
+
case le.KeyValue:
|
|
112109
|
+
l = le.KeyValue;
|
|
112110
112110
|
break;
|
|
112111
|
-
case
|
|
112112
|
-
l =
|
|
112111
|
+
case le.Date:
|
|
112112
|
+
l = le.Date;
|
|
112113
112113
|
break;
|
|
112114
|
-
case
|
|
112115
|
-
l =
|
|
112114
|
+
case le.UUID:
|
|
112115
|
+
l = le.UUID;
|
|
112116
112116
|
break;
|
|
112117
|
-
case
|
|
112118
|
-
l =
|
|
112117
|
+
case le.File:
|
|
112118
|
+
l = le.File;
|
|
112119
112119
|
break;
|
|
112120
|
-
case
|
|
112121
|
-
l =
|
|
112120
|
+
case le.Void:
|
|
112121
|
+
l = le.Void;
|
|
112122
112122
|
break;
|
|
112123
|
-
case
|
|
112124
|
-
l =
|
|
112123
|
+
case le.ActionDescriptor:
|
|
112124
|
+
l = le.ActionDescriptor;
|
|
112125
112125
|
break;
|
|
112126
|
-
case
|
|
112127
|
-
l =
|
|
112126
|
+
case le.Bytes:
|
|
112127
|
+
l = le.Bytes;
|
|
112128
112128
|
break;
|
|
112129
112129
|
default:
|
|
112130
112130
|
throw new Error(
|
|
112131
|
-
`Primitive type ${
|
|
112131
|
+
`Primitive type ${se(
|
|
112132
112132
|
d.entity,
|
|
112133
112133
|
i
|
|
112134
112134
|
)} is not supported`
|
|
112135
112135
|
);
|
|
112136
112136
|
}
|
|
112137
112137
|
else
|
|
112138
|
-
l =
|
|
112138
|
+
l = le.Untyped;
|
|
112139
112139
|
const c = tn.new(n);
|
|
112140
112140
|
c.name = l, c.parent = p.toReference();
|
|
112141
112141
|
const e = he(
|
|
@@ -112215,58 +112215,58 @@ function At(d, p, i) {
|
|
|
112215
112215
|
let n;
|
|
112216
112216
|
if (((y = d == null ? void 0 : d.entity) == null ? void 0 : y.type) === o.PrimitiveEntity)
|
|
112217
112217
|
switch (d.entity.name) {
|
|
112218
|
-
case
|
|
112219
|
-
n =
|
|
112218
|
+
case le.EntityTemplate:
|
|
112219
|
+
n = le.EntityTemplate;
|
|
112220
112220
|
break;
|
|
112221
|
-
case
|
|
112222
|
-
n =
|
|
112221
|
+
case le.String:
|
|
112222
|
+
n = le.String;
|
|
112223
112223
|
break;
|
|
112224
|
-
case
|
|
112225
|
-
n =
|
|
112224
|
+
case le.Number:
|
|
112225
|
+
n = le.Number;
|
|
112226
112226
|
break;
|
|
112227
|
-
case
|
|
112228
|
-
n =
|
|
112227
|
+
case le.Boolean:
|
|
112228
|
+
n = le.Boolean;
|
|
112229
112229
|
break;
|
|
112230
|
-
case
|
|
112231
|
-
n =
|
|
112230
|
+
case le.Null:
|
|
112231
|
+
n = le.Null;
|
|
112232
112232
|
break;
|
|
112233
|
-
case
|
|
112234
|
-
n =
|
|
112233
|
+
case le.Enum:
|
|
112234
|
+
n = le.Enum;
|
|
112235
112235
|
break;
|
|
112236
|
-
case
|
|
112237
|
-
n =
|
|
112236
|
+
case le.KeyValue:
|
|
112237
|
+
n = le.KeyValue;
|
|
112238
112238
|
break;
|
|
112239
|
-
case
|
|
112240
|
-
n =
|
|
112239
|
+
case le.Untyped:
|
|
112240
|
+
n = le.Untyped;
|
|
112241
112241
|
break;
|
|
112242
|
-
case
|
|
112243
|
-
n =
|
|
112242
|
+
case le.KeyValue:
|
|
112243
|
+
n = le.KeyValue;
|
|
112244
112244
|
break;
|
|
112245
|
-
case
|
|
112246
|
-
n =
|
|
112245
|
+
case le.Date:
|
|
112246
|
+
n = le.Date;
|
|
112247
112247
|
break;
|
|
112248
|
-
case
|
|
112249
|
-
n =
|
|
112248
|
+
case le.UUID:
|
|
112249
|
+
n = le.UUID;
|
|
112250
112250
|
break;
|
|
112251
|
-
case
|
|
112252
|
-
n =
|
|
112251
|
+
case le.File:
|
|
112252
|
+
n = le.File;
|
|
112253
112253
|
break;
|
|
112254
|
-
case
|
|
112255
|
-
n =
|
|
112254
|
+
case le.Void:
|
|
112255
|
+
n = le.Void;
|
|
112256
112256
|
break;
|
|
112257
|
-
case
|
|
112258
|
-
n =
|
|
112257
|
+
case le.ActionDescriptor:
|
|
112258
|
+
n = le.ActionDescriptor;
|
|
112259
112259
|
break;
|
|
112260
112260
|
default:
|
|
112261
112261
|
throw new Error(
|
|
112262
|
-
`Primitive type ${
|
|
112262
|
+
`Primitive type ${se(
|
|
112263
112263
|
d.entity,
|
|
112264
112264
|
i
|
|
112265
112265
|
)} is not supported`
|
|
112266
112266
|
);
|
|
112267
112267
|
}
|
|
112268
112268
|
else
|
|
112269
|
-
n =
|
|
112269
|
+
n = le.Untyped;
|
|
112270
112270
|
if (!i.get(p.id))
|
|
112271
112271
|
return null;
|
|
112272
112272
|
const c = tn.new(null);
|
|
@@ -112311,7 +112311,7 @@ function RR(d, p, i, n = !1) {
|
|
|
112311
112311
|
continue;
|
|
112312
112312
|
const b = iE(v, i, n);
|
|
112313
112313
|
if (b && b.value) {
|
|
112314
|
-
const E =
|
|
112314
|
+
const E = se(v, i.project), w = v.codeName || ((e = v.declaration) == null ? void 0 : e.codeName) || zi(E);
|
|
112315
112315
|
l[w] = su((y = b == null ? void 0 : b.value) == null ? void 0 : y.value) ? l[w] : (T = b == null ? void 0 : b.value) == null ? void 0 : T.value;
|
|
112316
112316
|
}
|
|
112317
112317
|
}
|
|
@@ -112333,7 +112333,7 @@ function Gb(d, p, i, n = !1) {
|
|
|
112333
112333
|
n
|
|
112334
112334
|
);
|
|
112335
112335
|
if (v && v.value) {
|
|
112336
|
-
const b =
|
|
112336
|
+
const b = se(T, i.project), E = T.codeName || ((e = T.declaration) == null ? void 0 : e.codeName) || zi(b);
|
|
112337
112337
|
l[E] = (y = v == null ? void 0 : v.value) == null ? void 0 : y.value;
|
|
112338
112338
|
}
|
|
112339
112339
|
}
|
|
@@ -112835,7 +112835,7 @@ function mIi(d, p, i = !1) {
|
|
|
112835
112835
|
n,
|
|
112836
112836
|
p,
|
|
112837
112837
|
i
|
|
112838
|
-
), Q = d.codeName || ((T = d.declaration) == null ? void 0 : T.codeName) || zi(
|
|
112838
|
+
), Q = d.codeName || ((T = d.declaration) == null ? void 0 : T.codeName) || zi(se(d, p.project));
|
|
112839
112839
|
if (ae != null && ae.value && hr(ae.value.value)) {
|
|
112840
112840
|
const fe = ae.value.value[Q], oe = At(
|
|
112841
112841
|
d.getDataType(null),
|
|
@@ -113075,7 +113075,7 @@ function sL(d, p, i = !1) {
|
|
|
113075
113075
|
);
|
|
113076
113076
|
if (n && n.type !== $e.Empty && n.type !== $e.Missing)
|
|
113077
113077
|
return n;
|
|
113078
|
-
const l = Xn(d.parent), c = Wo(l, p, i), e = d.codeName || ((w = d.declaration) == null ? void 0 : w.codeName) || zi(
|
|
113078
|
+
const l = Xn(d.parent), c = Wo(l, p, i), e = d.codeName || ((w = d.declaration) == null ? void 0 : w.codeName) || zi(se(d, p.project)), y = At(
|
|
113079
113079
|
d.getDataType(null),
|
|
113080
113080
|
d,
|
|
113081
113081
|
p.project
|
|
@@ -113133,7 +113133,7 @@ function lL(d, p, i = !1) {
|
|
|
113133
113133
|
c,
|
|
113134
113134
|
p,
|
|
113135
113135
|
i
|
|
113136
|
-
), y = d.codeName || ((w = d.declaration) == null ? void 0 : w.codeName) || zi(
|
|
113136
|
+
), y = d.codeName || ((w = d.declaration) == null ? void 0 : w.codeName) || zi(se(d, p.project)), T = At(
|
|
113137
113137
|
d.getDataType(null),
|
|
113138
113138
|
d,
|
|
113139
113139
|
p.project
|
|
@@ -113499,7 +113499,7 @@ function Lf(d, p, i, n) {
|
|
|
113499
113499
|
v,
|
|
113500
113500
|
p
|
|
113501
113501
|
);
|
|
113502
|
-
const Z =
|
|
113502
|
+
const Z = se(d, p), X = d.codeName || ((_ = d.extends) == null ? void 0 : _.codeName) || (($ = d.implements[0]) == null ? void 0 : $.codeName) || zi(Z);
|
|
113503
113503
|
let ae = {};
|
|
113504
113504
|
((U = (L = v.dataType) == null ? void 0 : L.entity) == null ? void 0 : U.type) === o.DefinitionEntity && (ae = {
|
|
113505
113505
|
...ae,
|
|
@@ -113542,7 +113542,7 @@ function rE(d, p, i, n) {
|
|
|
113542
113542
|
y,
|
|
113543
113543
|
p
|
|
113544
113544
|
);
|
|
113545
|
-
const b =
|
|
113545
|
+
const b = se(d, p), E = d.codeName || (($ = d.declaration) == null ? void 0 : $.codeName) || zi(b);
|
|
113546
113546
|
let w = {};
|
|
113547
113547
|
if (((U = (L = y.dataType) == null ? void 0 : L.entity) == null ? void 0 : U.type) === o.DefinitionEntity && (w = {
|
|
113548
113548
|
...w,
|
|
@@ -113562,7 +113562,7 @@ function rE(d, p, i, n) {
|
|
|
113562
113562
|
const F = y.inputs.find(
|
|
113563
113563
|
(Z) => {
|
|
113564
113564
|
var X, ae;
|
|
113565
|
-
return ((X = Z.declaration) == null ? void 0 : X.id) === ((ae = d.declaration) == null ? void 0 : ae.id) ||
|
|
113565
|
+
return ((X = Z.declaration) == null ? void 0 : X.id) === ((ae = d.declaration) == null ? void 0 : ae.id) || se(Z, p) === b;
|
|
113566
113566
|
}
|
|
113567
113567
|
);
|
|
113568
113568
|
if (F) {
|
|
@@ -113674,7 +113674,7 @@ function AIi(d, p, i, n) {
|
|
|
113674
113674
|
F.declaration,
|
|
113675
113675
|
i
|
|
113676
113676
|
);
|
|
113677
|
-
const me =
|
|
113677
|
+
const me = se(F, i), re = F.codeName || ((Q = F.declaration) == null ? void 0 : Q.codeName) || zi(me), ye = U[re];
|
|
113678
113678
|
ce == null || ce.metaSync(
|
|
113679
113679
|
{
|
|
113680
113680
|
value: ye
|
|
@@ -113829,7 +113829,7 @@ function Gf(d, p, i, n) {
|
|
|
113829
113829
|
v,
|
|
113830
113830
|
p
|
|
113831
113831
|
);
|
|
113832
|
-
const Z =
|
|
113832
|
+
const Z = se(d, p), X = d.codeName || ((_ = d.extends) == null ? void 0 : _.codeName) || (($ = d.implements[0]) == null ? void 0 : $.codeName) || zi(Z);
|
|
113833
113833
|
let ae = {};
|
|
113834
113834
|
((U = (L = v.dataType) == null ? void 0 : L.entity) == null ? void 0 : U.type) === o.DefinitionEntity && (ae = {
|
|
113835
113835
|
...ae,
|
|
@@ -113872,7 +113872,7 @@ function nE(d, p, i, n) {
|
|
|
113872
113872
|
y,
|
|
113873
113873
|
p
|
|
113874
113874
|
);
|
|
113875
|
-
const b =
|
|
113875
|
+
const b = se(d, p), E = d.codeName || (($ = d.declaration) == null ? void 0 : $.codeName) || zi(b);
|
|
113876
113876
|
let w = {};
|
|
113877
113877
|
if (((U = (L = y.dataType) == null ? void 0 : L.entity) == null ? void 0 : U.type) === o.DefinitionEntity && (w = {
|
|
113878
113878
|
...w,
|
|
@@ -113892,7 +113892,7 @@ function nE(d, p, i, n) {
|
|
|
113892
113892
|
const F = y.inputs.find(
|
|
113893
113893
|
(Z) => {
|
|
113894
113894
|
var X, ae;
|
|
113895
|
-
return ((X = Z.declaration) == null ? void 0 : X.id) === ((ae = d.declaration) == null ? void 0 : ae.id) ||
|
|
113895
|
+
return ((X = Z.declaration) == null ? void 0 : X.id) === ((ae = d.declaration) == null ? void 0 : ae.id) || se(Z, p) === b;
|
|
113896
113896
|
}
|
|
113897
113897
|
);
|
|
113898
113898
|
if (F) {
|
|
@@ -114963,7 +114963,7 @@ const TE = class TE extends ge {
|
|
|
114963
114963
|
let _ = !1;
|
|
114964
114964
|
return b && TE.primitiveSet.has(
|
|
114965
114965
|
b
|
|
114966
|
-
) ? _ = E === w : b ===
|
|
114966
|
+
) ? _ = E === w : b === le.Untyped || b === le.KeyValue ? _ = JSON.stringify(E) === JSON.stringify(w) : _ = !1, { value: B.Success, error: null, result: _ };
|
|
114967
114967
|
} catch (b) {
|
|
114968
114968
|
return {
|
|
114969
114969
|
value: B.UnhandledError,
|
|
@@ -114976,13 +114976,13 @@ const TE = class TE extends ge {
|
|
|
114976
114976
|
}
|
|
114977
114977
|
};
|
|
114978
114978
|
I(TE, "primitiveSet", /* @__PURE__ */ new Set([
|
|
114979
|
-
|
|
114980
|
-
|
|
114981
|
-
|
|
114982
|
-
|
|
114983
|
-
|
|
114984
|
-
|
|
114985
|
-
|
|
114979
|
+
le.String,
|
|
114980
|
+
le.Number,
|
|
114981
|
+
le.Boolean,
|
|
114982
|
+
le.Null,
|
|
114983
|
+
le.Enum,
|
|
114984
|
+
le.Date,
|
|
114985
|
+
le.UUID
|
|
114986
114986
|
]));
|
|
114987
114987
|
let dL = TE;
|
|
114988
114988
|
const vE = class vE extends ge {
|
|
@@ -115016,7 +115016,7 @@ const vE = class vE extends ge {
|
|
|
115016
115016
|
let _ = !1;
|
|
115017
115017
|
return b && vE.primitiveSet.has(
|
|
115018
115018
|
b
|
|
115019
|
-
) ? _ = E !== w : b ===
|
|
115019
|
+
) ? _ = E !== w : b === le.Untyped || b === le.KeyValue ? _ = JSON.stringify(E) !== JSON.stringify(w) : _ = !1, { value: B.Success, error: null, result: _ };
|
|
115020
115020
|
} catch (b) {
|
|
115021
115021
|
return {
|
|
115022
115022
|
value: B.UnhandledError,
|
|
@@ -115029,13 +115029,13 @@ const vE = class vE extends ge {
|
|
|
115029
115029
|
}
|
|
115030
115030
|
};
|
|
115031
115031
|
I(vE, "primitiveSet", /* @__PURE__ */ new Set([
|
|
115032
|
-
|
|
115033
|
-
|
|
115034
|
-
|
|
115035
|
-
|
|
115036
|
-
|
|
115037
|
-
|
|
115038
|
-
|
|
115032
|
+
le.String,
|
|
115033
|
+
le.Number,
|
|
115034
|
+
le.Boolean,
|
|
115035
|
+
le.Null,
|
|
115036
|
+
le.Enum,
|
|
115037
|
+
le.Date,
|
|
115038
|
+
le.UUID
|
|
115039
115039
|
]));
|
|
115040
115040
|
let uL = vE;
|
|
115041
115041
|
var aF = { exports: {} };
|
|
@@ -130058,7 +130058,7 @@ class Up extends Bf {
|
|
|
130058
130058
|
let L = {};
|
|
130059
130059
|
i.getUniqueInputMaps().forEach((ae) => {
|
|
130060
130060
|
const Q = i.body.inputs.find(
|
|
130061
|
-
(me) =>
|
|
130061
|
+
(me) => se(me, l) === se(ae, l)
|
|
130062
130062
|
), fe = ae == null ? void 0 : ae.getDataType(null), oe = At(
|
|
130063
130063
|
fe,
|
|
130064
130064
|
Q,
|
|
@@ -130158,7 +130158,7 @@ class Up extends Bf {
|
|
|
130158
130158
|
if (oe.valueOwner.type !== o.InputMap || jt.includes(oe.valueOwner.parent.type))
|
|
130159
130159
|
return;
|
|
130160
130160
|
const ce = i.body.inputs.find(
|
|
130161
|
-
(xe) =>
|
|
130161
|
+
(xe) => se(xe, l) === se(oe.valueOwner, l)
|
|
130162
130162
|
), re = [...((_e = (ye = L == null ? void 0 : L[ce.id]) == null ? void 0 : ye.value) == null ? void 0 : _e.value) || [], ((Ne = oe == null ? void 0 : oe.value) == null ? void 0 : Ne.value) || null];
|
|
130163
130163
|
(Me = L[ce.id].value) == null || Me.metaSync(
|
|
130164
130164
|
{
|
|
@@ -130235,7 +130235,7 @@ class Up extends Bf {
|
|
|
130235
130235
|
if (fe.valueOwner.type !== o.InputMap || jt.includes(fe.valueOwner.parent.type))
|
|
130236
130236
|
return;
|
|
130237
130237
|
const oe = i.body.inputs.find(
|
|
130238
|
-
(Ne) =>
|
|
130238
|
+
(Ne) => se(Ne, l) === se(fe.valueOwner, l)
|
|
130239
130239
|
), me = [...(re = L[oe.id].value) == null ? void 0 : re.value, ((ye = fe.value) == null ? void 0 : ye.value) || null];
|
|
130240
130240
|
(_e = L[oe.id].value) == null || _e.metaSync(
|
|
130241
130241
|
{
|
|
@@ -130357,7 +130357,7 @@ class Up extends Bf {
|
|
|
130357
130357
|
if (re.valueOwner.type !== o.InputMap || jt.includes(re.valueOwner.parent.type))
|
|
130358
130358
|
return;
|
|
130359
130359
|
const ye = i.body.inputs.find(
|
|
130360
|
-
(We) =>
|
|
130360
|
+
(We) => se(We, l) === se(re.valueOwner, l)
|
|
130361
130361
|
), Ne = [...(Me = L[ye.id].value) == null ? void 0 : Me.value, ((xe = re.value) == null ? void 0 : xe.value) || null];
|
|
130362
130362
|
(Ge = L[ye.id].value) == null || Ge.metaSync(
|
|
130363
130363
|
{
|
|
@@ -130479,7 +130479,7 @@ class Up extends Bf {
|
|
|
130479
130479
|
if (re.valueOwner.type !== o.InputMap || jt.includes(re.valueOwner.parent.type))
|
|
130480
130480
|
return;
|
|
130481
130481
|
const ye = i.body.inputs.find(
|
|
130482
|
-
(We) =>
|
|
130482
|
+
(We) => se(We, l) === se(re.valueOwner, l)
|
|
130483
130483
|
), Ne = [...(Me = L[ye.id].value) == null ? void 0 : Me.value, ((xe = re.value) == null ? void 0 : xe.value) || null];
|
|
130484
130484
|
(Ge = L[ye.id].value) == null || Ge.metaSync(
|
|
130485
130485
|
{
|
|
@@ -130601,7 +130601,7 @@ class Up extends Bf {
|
|
|
130601
130601
|
if (re.valueOwner.type !== o.InputMap || jt.includes(re.valueOwner.parent.type))
|
|
130602
130602
|
return;
|
|
130603
130603
|
const ye = i.body.inputs.find(
|
|
130604
|
-
(We) =>
|
|
130604
|
+
(We) => se(We, l) === se(re.valueOwner, l)
|
|
130605
130605
|
), Ne = [...(Me = L[ye.id].value) == null ? void 0 : Me.value, ((xe = re.value) == null ? void 0 : xe.value) || null];
|
|
130606
130606
|
(Ge = L[ye.id].value) == null || Ge.metaSync(
|
|
130607
130607
|
{
|
|
@@ -130723,7 +130723,7 @@ class Up extends Bf {
|
|
|
130723
130723
|
if (re.valueOwner.type !== o.InputMap || jt.includes(re.valueOwner.parent.type))
|
|
130724
130724
|
return;
|
|
130725
130725
|
const ye = i.body.inputs.find(
|
|
130726
|
-
(We) =>
|
|
130726
|
+
(We) => se(We, l) === se(re.valueOwner, l)
|
|
130727
130727
|
), Ne = [...(Me = L[ye.id].value) == null ? void 0 : Me.value, ((xe = re.value) == null ? void 0 : xe.value) || null];
|
|
130728
130728
|
(Ge = L[ye.id].value) == null || Ge.metaSync(
|
|
130729
130729
|
{
|
|
@@ -131109,7 +131109,7 @@ class Up extends Bf {
|
|
|
131109
131109
|
if (((U = L.declaration) == null ? void 0 : U.type) === o.Property && L.declaration.static) {
|
|
131110
131110
|
const Z = this.lastExecutionResults.readValue(
|
|
131111
131111
|
L.declaration.id
|
|
131112
|
-
), X =
|
|
131112
|
+
), X = se(L, this.project), ae = L.codeName || ((F = L.declaration) == null ? void 0 : F.codeName) || zi(X);
|
|
131113
131113
|
if (Z)
|
|
131114
131114
|
Z.metaSync(
|
|
131115
131115
|
{
|
|
@@ -131146,7 +131146,7 @@ class Up extends Bf {
|
|
|
131146
131146
|
const e = (E = l == null ? void 0 : l.value) != null && E.value && hr((w = l.value) == null ? void 0 : w.value) ? ((_ = l.value) == null ? void 0 : _.value) || {} : {};
|
|
131147
131147
|
return i.outputs.map(($) => {
|
|
131148
131148
|
var Z;
|
|
131149
|
-
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(
|
|
131149
|
+
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(se($, this.project)), U = e[L], F = At(
|
|
131150
131150
|
$.getDataType(null),
|
|
131151
131151
|
$,
|
|
131152
131152
|
this.project
|
|
@@ -131229,7 +131229,7 @@ class Up extends Bf {
|
|
|
131229
131229
|
if (((U = L.declaration) == null ? void 0 : U.type) === o.Property && L.declaration.static) {
|
|
131230
131230
|
const Z = this.lastExecutionResults.readValue(
|
|
131231
131231
|
L.declaration.id
|
|
131232
|
-
), X =
|
|
131232
|
+
), X = se(L, this.project), ae = L.codeName || ((F = L.declaration) == null ? void 0 : F.codeName) || zi(X);
|
|
131233
131233
|
if (Z)
|
|
131234
131234
|
Z.metaSync(
|
|
131235
131235
|
{
|
|
@@ -131266,7 +131266,7 @@ class Up extends Bf {
|
|
|
131266
131266
|
const e = (E = l == null ? void 0 : l.value) != null && E.value && hr((w = l.value) == null ? void 0 : w.value) ? ((_ = l.value) == null ? void 0 : _.value) || {} : {};
|
|
131267
131267
|
return i.outputs.map(($) => {
|
|
131268
131268
|
var Z;
|
|
131269
|
-
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(
|
|
131269
|
+
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(se($, this.project)), U = e[L], F = At(
|
|
131270
131270
|
$.getDataType(null),
|
|
131271
131271
|
$,
|
|
131272
131272
|
this.project
|
|
@@ -131349,7 +131349,7 @@ class Up extends Bf {
|
|
|
131349
131349
|
if (((U = L.declaration) == null ? void 0 : U.type) === o.Property && L.declaration.static) {
|
|
131350
131350
|
const Z = this.lastExecutionResults.readValue(
|
|
131351
131351
|
L.declaration.id
|
|
131352
|
-
), X =
|
|
131352
|
+
), X = se(L, this.project), ae = L.codeName || ((F = L.declaration) == null ? void 0 : F.codeName) || zi(X);
|
|
131353
131353
|
if (Z)
|
|
131354
131354
|
Z.metaSync(
|
|
131355
131355
|
{
|
|
@@ -131386,7 +131386,7 @@ class Up extends Bf {
|
|
|
131386
131386
|
const e = (E = l == null ? void 0 : l.value) != null && E.value && hr((w = l.value) == null ? void 0 : w.value) ? ((_ = l.value) == null ? void 0 : _.value) || {} : {};
|
|
131387
131387
|
return i.outputs.map(($) => {
|
|
131388
131388
|
var Z;
|
|
131389
|
-
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(
|
|
131389
|
+
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(se($, this.project)), U = e[L], F = At(
|
|
131390
131390
|
$.getDataType(null),
|
|
131391
131391
|
$,
|
|
131392
131392
|
this.project
|
|
@@ -131452,7 +131452,7 @@ class Up extends Bf {
|
|
|
131452
131452
|
if (((U = L.declaration) == null ? void 0 : U.type) === o.Property && L.declaration.static) {
|
|
131453
131453
|
const Z = this.lastExecutionResults.readValue(
|
|
131454
131454
|
L.declaration.id
|
|
131455
|
-
), X =
|
|
131455
|
+
), X = se(L, this.project), ae = L.codeName || ((F = L.declaration) == null ? void 0 : F.codeName) || zi(X);
|
|
131456
131456
|
if (Z)
|
|
131457
131457
|
Z.metaSync(
|
|
131458
131458
|
{
|
|
@@ -131489,7 +131489,7 @@ class Up extends Bf {
|
|
|
131489
131489
|
const y = (E = l == null ? void 0 : l.value) != null && E.value && hr((w = l.value) == null ? void 0 : w.value) ? ((_ = l.value) == null ? void 0 : _.value) || {} : {};
|
|
131490
131490
|
return i.outputs.map(($) => {
|
|
131491
131491
|
var Z;
|
|
131492
|
-
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(
|
|
131492
|
+
const L = $.codeName || ((Z = $.declaration) == null ? void 0 : Z.codeName) || zi(se($, this.project)), U = y[L], F = At(
|
|
131493
131493
|
$.getDataType(null),
|
|
131494
131494
|
$,
|
|
131495
131495
|
this.project
|
|
@@ -131901,15 +131901,15 @@ function tBi(d) {
|
|
|
131901
131901
|
if (((p = d.entity) == null ? void 0 : p.type) === o.DefinitionEntity)
|
|
131902
131902
|
return "definition-entity";
|
|
131903
131903
|
switch ((i = d.entity) == null ? void 0 : i.name) {
|
|
131904
|
-
case
|
|
131904
|
+
case le.Number:
|
|
131905
131905
|
return "number";
|
|
131906
|
-
case
|
|
131906
|
+
case le.String:
|
|
131907
131907
|
return "text";
|
|
131908
|
-
case
|
|
131908
|
+
case le.Boolean:
|
|
131909
131909
|
return "boolean";
|
|
131910
|
-
case
|
|
131910
|
+
case le.UUID:
|
|
131911
131911
|
return "uuid";
|
|
131912
|
-
case
|
|
131912
|
+
case le.Date:
|
|
131913
131913
|
return "date-time";
|
|
131914
131914
|
default:
|
|
131915
131915
|
return "definition-entity";
|
|
@@ -132087,7 +132087,7 @@ function YF(d) {
|
|
|
132087
132087
|
return "Relational database";
|
|
132088
132088
|
}
|
|
132089
132089
|
if (p) {
|
|
132090
|
-
let n = "Extension of " +
|
|
132090
|
+
let n = "Extension of " + se(
|
|
132091
132091
|
p,
|
|
132092
132092
|
p.project
|
|
132093
132093
|
) + " entity", l = $f(n);
|
|
@@ -132098,7 +132098,7 @@ function YF(d) {
|
|
|
132098
132098
|
return d.abstract && (i = "Template "), d.static && (i += i ? " single copy " : "Single copy "), i ? i + "definition" : "Definition";
|
|
132099
132099
|
}
|
|
132100
132100
|
function VPi(d) {
|
|
132101
|
-
return d.parent.type === o.DefinitionEntity || d.parent.type === o.InstalledProject ? "Internal action of " +
|
|
132101
|
+
return d.parent.type === o.DefinitionEntity || d.parent.type === o.InstalledProject ? "Internal action of " + se(d.parent, d.project) : d.parent.type === o.Loop ? "Action repeated on every iteration" : "Internal action of entity";
|
|
132102
132102
|
}
|
|
132103
132103
|
function XF(d) {
|
|
132104
132104
|
return yZ(d) ? VPi(d) : "Custom trigger";
|
|
@@ -132515,374 +132515,374 @@ function lBi(d) {
|
|
|
132515
132515
|
function oBi(d) {
|
|
132516
132516
|
switch (d.code) {
|
|
132517
132517
|
case ve.AbstractEntityWithNonAbstractMethods:
|
|
132518
|
-
return `${
|
|
132518
|
+
return `${se(
|
|
132519
132519
|
d.entity,
|
|
132520
132520
|
d.entity.project
|
|
132521
132521
|
)} has non-template actions`;
|
|
132522
132522
|
case ve.AbstractEntityWithNonAbstractProperties:
|
|
132523
|
-
return `${
|
|
132523
|
+
return `${se(
|
|
132524
132524
|
d.entity,
|
|
132525
132525
|
d.entity.project
|
|
132526
132526
|
)} has non-template properties`;
|
|
132527
132527
|
case ve.IncorrectEntityImplementation:
|
|
132528
|
-
return `${
|
|
132528
|
+
return `${se(
|
|
132529
132529
|
d.entity,
|
|
132530
132530
|
d.entity.project
|
|
132531
132531
|
)} incorrectly implements template`;
|
|
132532
132532
|
case ve.IncorrectMethodImplementation:
|
|
132533
|
-
return `${
|
|
132533
|
+
return `${se(
|
|
132534
132534
|
d.entity,
|
|
132535
132535
|
d.entity.project
|
|
132536
132536
|
)} incorrectly implements the template`;
|
|
132537
132537
|
case ve.IncorrectPropertyImplementation:
|
|
132538
|
-
return `${
|
|
132538
|
+
return `${se(
|
|
132539
132539
|
d.entity,
|
|
132540
132540
|
d.entity.project
|
|
132541
132541
|
)} incorrectly implements the template`;
|
|
132542
132542
|
case ve.AbstractMethodInNonAbstractEntity:
|
|
132543
|
-
return `${
|
|
132543
|
+
return `${se(
|
|
132544
132544
|
d.entity,
|
|
132545
132545
|
d.entity.project
|
|
132546
132546
|
)} can't be a template`;
|
|
132547
132547
|
case ve.AbstractPropertyInNonAbstractEntity:
|
|
132548
|
-
return `${
|
|
132548
|
+
return `${se(
|
|
132549
132549
|
d.entity,
|
|
132550
132550
|
d.entity.project
|
|
132551
132551
|
)} can't be a template`;
|
|
132552
132552
|
case Ie.MethodOverwritesOtherSiblingWithSameName:
|
|
132553
|
-
return `${
|
|
132553
|
+
return `${se(
|
|
132554
132554
|
d.entity,
|
|
132555
132555
|
d.entity.project
|
|
132556
132556
|
)} overwrites action`;
|
|
132557
132557
|
case Ie.PropertyOverwritesOtherSiblingWithSameName:
|
|
132558
|
-
return `${
|
|
132558
|
+
return `${se(
|
|
132559
132559
|
d.entity,
|
|
132560
132560
|
d.entity.project
|
|
132561
132561
|
)} overwrites property`;
|
|
132562
132562
|
case ve.MissingMethodImplementation:
|
|
132563
|
-
return `${
|
|
132563
|
+
return `${se(
|
|
132564
132564
|
d.entity,
|
|
132565
132565
|
d.entity.project
|
|
132566
132566
|
)} is missing action`;
|
|
132567
132567
|
case ve.MissingPropertyImplementation:
|
|
132568
|
-
return `${
|
|
132568
|
+
return `${se(
|
|
132569
132569
|
d.entity,
|
|
132570
132570
|
d.entity.project
|
|
132571
132571
|
)} is missing property`;
|
|
132572
132572
|
case Ie.NameNotUniqueInScope:
|
|
132573
|
-
return `${
|
|
132573
|
+
return `${se(
|
|
132574
132574
|
d.entity,
|
|
132575
132575
|
d.entity.project
|
|
132576
132576
|
)} name is not unique`;
|
|
132577
132577
|
case ve.NoProperties:
|
|
132578
|
-
return `${
|
|
132578
|
+
return `${se(
|
|
132579
132579
|
d.entity,
|
|
132580
132580
|
d.entity.project
|
|
132581
132581
|
)} has no properties`;
|
|
132582
132582
|
case ve.NonStaticPropertyInStaticEntity:
|
|
132583
|
-
return `${
|
|
132583
|
+
return `${se(
|
|
132584
132584
|
d.entity,
|
|
132585
132585
|
d.entity.project
|
|
132586
132586
|
)} has non-static property`;
|
|
132587
132587
|
case ve.StaticEntityWithNonStaticProperties:
|
|
132588
|
-
return `${
|
|
132588
|
+
return `${se(
|
|
132589
132589
|
d.entity,
|
|
132590
132590
|
d.entity.project
|
|
132591
132591
|
)} has non-static properties`;
|
|
132592
132592
|
case ve.ReadingFromIncompatibleType:
|
|
132593
|
-
return `${
|
|
132593
|
+
return `${se(
|
|
132594
132594
|
d.entity,
|
|
132595
132595
|
d.entity.project
|
|
132596
132596
|
)} reads from different type`;
|
|
132597
132597
|
case ve.WritingToIncompatibleType:
|
|
132598
|
-
return `${
|
|
132598
|
+
return `${se(
|
|
132599
132599
|
d.entity,
|
|
132600
132600
|
d.entity.project
|
|
132601
132601
|
)} writes to different type`;
|
|
132602
132602
|
case ve.ScopeWithoutLogic:
|
|
132603
|
-
return `${
|
|
132603
|
+
return `${se(
|
|
132604
132604
|
d.entity,
|
|
132605
132605
|
d.entity.project
|
|
132606
132606
|
)} has no logic`;
|
|
132607
132607
|
case ve.NonStaticPropertyImplementsStatic:
|
|
132608
|
-
return `${
|
|
132608
|
+
return `${se(
|
|
132609
132609
|
d.entity,
|
|
132610
132610
|
d.entity.project
|
|
132611
132611
|
)} has invalid static property`;
|
|
132612
132612
|
case ve.PropertyImplementsIncompatibleType:
|
|
132613
|
-
return `${
|
|
132613
|
+
return `${se(
|
|
132614
132614
|
d.entity,
|
|
132615
132615
|
d.entity.project
|
|
132616
132616
|
)} has incompatible data type`;
|
|
132617
132617
|
case ve.PropertyImplementsNonAbstact:
|
|
132618
|
-
return `${
|
|
132618
|
+
return `${se(
|
|
132619
132619
|
d.entity,
|
|
132620
132620
|
d.entity.project
|
|
132621
132621
|
)} has non-template property`;
|
|
132622
132622
|
case ve.StaticPropertyImplementsNonStatic:
|
|
132623
|
-
return `${
|
|
132623
|
+
return `${se(
|
|
132624
132624
|
d.entity,
|
|
132625
132625
|
d.entity.project
|
|
132626
132626
|
)} has non-static property`;
|
|
132627
132627
|
case ve.VariableCallsOthersAndHasInternalCall:
|
|
132628
|
-
return `${
|
|
132628
|
+
return `${se(
|
|
132629
132629
|
d.entity,
|
|
132630
132630
|
d.entity.project
|
|
132631
132631
|
)} has bad internal call`;
|
|
132632
132632
|
case ve.VariableHasInputsAndInternalCall:
|
|
132633
|
-
return `${
|
|
132633
|
+
return `${se(
|
|
132634
132634
|
d.entity,
|
|
132635
132635
|
d.entity.project
|
|
132636
132636
|
)} has bad internal call`;
|
|
132637
132637
|
case ve.VariableHasOutputsAndInternalCall:
|
|
132638
|
-
return `${
|
|
132638
|
+
return `${se(
|
|
132639
132639
|
d.entity,
|
|
132640
132640
|
d.entity.project
|
|
132641
132641
|
)} has bad internal call`;
|
|
132642
132642
|
case ve.VariableIsCalledAndHasInternalCall:
|
|
132643
|
-
return `${
|
|
132643
|
+
return `${se(
|
|
132644
132644
|
d.entity,
|
|
132645
132645
|
d.entity.project
|
|
132646
132646
|
)} has bad internal call`;
|
|
132647
132647
|
case Ie.InternalCallDeclarationIsInvalidType:
|
|
132648
|
-
return `${
|
|
132648
|
+
return `${se(
|
|
132649
132649
|
d.entity,
|
|
132650
132650
|
d.entity.project
|
|
132651
132651
|
)} has declaration that is not an action`;
|
|
132652
132652
|
case Ie.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
132653
|
-
return `${
|
|
132653
|
+
return `${se(
|
|
132654
132654
|
d.entity,
|
|
132655
132655
|
d.entity.project
|
|
132656
132656
|
)} has declaration that is not found in parent`;
|
|
132657
132657
|
case Ie.InternalCallParentDeclarationEntityInvalidType:
|
|
132658
|
-
return `${
|
|
132658
|
+
return `${se(
|
|
132659
132659
|
d.entity,
|
|
132660
132660
|
d.entity.project
|
|
132661
132661
|
)} has invalid parent declaration type`;
|
|
132662
132662
|
case Ie.InternalCallParentMissingDataType:
|
|
132663
|
-
return `${
|
|
132663
|
+
return `${se(
|
|
132664
132664
|
d.entity,
|
|
132665
132665
|
d.entity.project
|
|
132666
132666
|
)}'s parent has no data type`;
|
|
132667
132667
|
case Ie.InternalCallDeclarationNotInParentDatatypeEntity:
|
|
132668
|
-
return `${
|
|
132668
|
+
return `${se(
|
|
132669
132669
|
d.entity,
|
|
132670
132670
|
d.entity.project
|
|
132671
132671
|
)} has declaration that is not in parent`;
|
|
132672
132672
|
case Ie.UnreachableEntity:
|
|
132673
|
-
return `${
|
|
132673
|
+
return `${se(
|
|
132674
132674
|
d.entity,
|
|
132675
132675
|
d.entity.project
|
|
132676
132676
|
)} is unreachable`;
|
|
132677
132677
|
case ve.DisconnectedCallableEntity:
|
|
132678
|
-
return `${
|
|
132678
|
+
return `${se(
|
|
132679
132679
|
d.entity,
|
|
132680
132680
|
d.entity.project
|
|
132681
132681
|
)} is not executed by any entity`;
|
|
132682
132682
|
case ve.AbstractEntityImplements:
|
|
132683
|
-
return `${
|
|
132683
|
+
return `${se(
|
|
132684
132684
|
d.entity,
|
|
132685
132685
|
d.entity.project
|
|
132686
132686
|
)} implements a non-template entity`;
|
|
132687
132687
|
case ve.AbstractExtendingNonAbstractEntity:
|
|
132688
|
-
return `${
|
|
132688
|
+
return `${se(
|
|
132689
132689
|
d.entity,
|
|
132690
132690
|
d.entity.project
|
|
132691
132691
|
)} extends a non-template entity`;
|
|
132692
132692
|
case ve.InvalidPropertiesCombination:
|
|
132693
|
-
return `${
|
|
132693
|
+
return `${se(
|
|
132694
132694
|
d.entity,
|
|
132695
132695
|
d.entity.project
|
|
132696
132696
|
)} has invalid properties combination`;
|
|
132697
132697
|
case ve.ExtendingNonInteractiveEntity:
|
|
132698
|
-
return `${
|
|
132698
|
+
return `${se(
|
|
132699
132699
|
d.entity,
|
|
132700
132700
|
d.entity.project
|
|
132701
132701
|
)} extends a non-interactive entity`;
|
|
132702
132702
|
case ve.ExtendsIncompatibleEntities:
|
|
132703
|
-
return `${
|
|
132703
|
+
return `${se(
|
|
132704
132704
|
d.entity,
|
|
132705
132705
|
d.entity.project
|
|
132706
132706
|
)} extends incompatible entities`;
|
|
132707
132707
|
case ve.ImplementingNonAbstractEntity:
|
|
132708
|
-
return `${
|
|
132708
|
+
return `${se(
|
|
132709
132709
|
d.entity,
|
|
132710
132710
|
d.entity.project
|
|
132711
132711
|
)} implements a non-template entity`;
|
|
132712
132712
|
case ve.ImplementsIncompatibleEntities:
|
|
132713
|
-
return `${
|
|
132713
|
+
return `${se(
|
|
132714
132714
|
d.entity,
|
|
132715
132715
|
d.entity.project
|
|
132716
132716
|
)} implements incompatible entities`;
|
|
132717
132717
|
case ve.LackingReturnStatementOnSomeBranches:
|
|
132718
|
-
return `${
|
|
132718
|
+
return `${se(
|
|
132719
132719
|
d.entity,
|
|
132720
132720
|
d.entity.project
|
|
132721
132721
|
)} is missing termination on some branches`;
|
|
132722
132722
|
case ve.LastCalledEntityMustBeReturnEntity:
|
|
132723
|
-
return `${
|
|
132723
|
+
return `${se(
|
|
132724
132724
|
d.entity,
|
|
132725
132725
|
d.entity.project
|
|
132726
132726
|
)}'s last called entity must be a termination node`;
|
|
132727
132727
|
case ve.MissingRequiredValue:
|
|
132728
|
-
return `${
|
|
132728
|
+
return `${se(
|
|
132729
132729
|
d.entity,
|
|
132730
132730
|
d.entity.project
|
|
132731
132731
|
)} is missing a required value`;
|
|
132732
132732
|
case ve.NoPrimaryKeyProperty:
|
|
132733
|
-
return `${
|
|
132733
|
+
return `${se(
|
|
132734
132734
|
d.entity,
|
|
132735
132735
|
d.entity.project
|
|
132736
132736
|
)} has no primary key property`;
|
|
132737
132737
|
case ve.NonAbstractExtendingAbstractEntity:
|
|
132738
|
-
return `${
|
|
132738
|
+
return `${se(
|
|
132739
132739
|
d.entity,
|
|
132740
132740
|
d.entity.project
|
|
132741
132741
|
)} extends a template entity`;
|
|
132742
132742
|
case ve.NonStaticExtendingStaticEntity:
|
|
132743
|
-
return `${
|
|
132743
|
+
return `${se(
|
|
132744
132744
|
d.entity,
|
|
132745
132745
|
d.entity.project
|
|
132746
132746
|
)} extends a static entity`;
|
|
132747
132747
|
case ve.NonStaticImplementingStaticEntity:
|
|
132748
|
-
return `${
|
|
132748
|
+
return `${se(
|
|
132749
132749
|
d.entity,
|
|
132750
132750
|
d.entity.project
|
|
132751
132751
|
)} implements a static entity`;
|
|
132752
132752
|
case ve.StaticExtendingNonStaticEntity:
|
|
132753
|
-
return `${
|
|
132753
|
+
return `${se(
|
|
132754
132754
|
d.entity,
|
|
132755
132755
|
d.entity.project
|
|
132756
132756
|
)} extends a non-static entity`;
|
|
132757
132757
|
case ve.StaticImplementingNonStaticEntity:
|
|
132758
|
-
return `${
|
|
132758
|
+
return `${se(
|
|
132759
132759
|
d.entity,
|
|
132760
132760
|
d.entity.project
|
|
132761
132761
|
)} implements a non-static entity`;
|
|
132762
132762
|
case ve.VariableReadsValueAndInternalCall:
|
|
132763
|
-
return `${
|
|
132763
|
+
return `${se(
|
|
132764
132764
|
d.entity,
|
|
132765
132765
|
d.entity.project
|
|
132766
132766
|
)} reads a value and has internal call`;
|
|
132767
132767
|
case ve.VariableWritesValuesAndInternalCall:
|
|
132768
|
-
return `${
|
|
132768
|
+
return `${se(
|
|
132769
132769
|
d.entity,
|
|
132770
132770
|
d.entity.project
|
|
132771
132771
|
)} writes values and has internal call`;
|
|
132772
132772
|
case Ie.EmptyName:
|
|
132773
132773
|
return `${_s[d.entity.type]} has no name`;
|
|
132774
132774
|
case Ie.InvalidObjectStructure:
|
|
132775
|
-
return `${
|
|
132775
|
+
return `${se(
|
|
132776
132776
|
d.entity,
|
|
132777
132777
|
d.entity.project
|
|
132778
132778
|
)} has invalid structure`;
|
|
132779
132779
|
case Ie.LoopBodyFunctionOverwrite:
|
|
132780
|
-
return `${
|
|
132780
|
+
return `${se(
|
|
132781
132781
|
d.entity,
|
|
132782
132782
|
d.entity.project
|
|
132783
132783
|
)}'s loop body action overwrites an action`;
|
|
132784
132784
|
case Ie.MethodOverwritesBaseMethodWithSameImplementation:
|
|
132785
|
-
return `${
|
|
132785
|
+
return `${se(
|
|
132786
132786
|
d.entity,
|
|
132787
132787
|
d.entity.project
|
|
132788
132788
|
)} overwrites base action`;
|
|
132789
132789
|
case Ie.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation:
|
|
132790
|
-
return `${
|
|
132790
|
+
return `${se(
|
|
132791
132791
|
d.entity,
|
|
132792
132792
|
d.entity.project
|
|
132793
132793
|
)} overwrites another action with same implementation`;
|
|
132794
132794
|
case Ie.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation:
|
|
132795
|
-
return `${
|
|
132795
|
+
return `${se(
|
|
132796
132796
|
d.entity,
|
|
132797
132797
|
d.entity.project
|
|
132798
132798
|
)} overwrites another action with same implementation`;
|
|
132799
132799
|
case Ie.MissingCaller:
|
|
132800
|
-
return `${
|
|
132800
|
+
return `${se(
|
|
132801
132801
|
d.entity,
|
|
132802
132802
|
d.entity.project
|
|
132803
132803
|
)} is missing a caller`;
|
|
132804
132804
|
case Ie.NameAsResolvedCodeNameNotUniqueInScope:
|
|
132805
|
-
return `${
|
|
132805
|
+
return `${se(
|
|
132806
132806
|
d.entity,
|
|
132807
132807
|
d.entity.project
|
|
132808
132808
|
)} has a name not unique in the scope`;
|
|
132809
132809
|
case Ie.NameCanOnlyContainLettersNumbersUnderscoreAndSpaces:
|
|
132810
|
-
return `${
|
|
132810
|
+
return `${se(
|
|
132811
132811
|
d.entity,
|
|
132812
132812
|
d.entity.project
|
|
132813
132813
|
)} name can only contain letters, numbers, underscores and spaces`;
|
|
132814
132814
|
case Ie.NameMustStartWithLetterOrUnderscore:
|
|
132815
|
-
return `${
|
|
132815
|
+
return `${se(
|
|
132816
132816
|
d.entity,
|
|
132817
132817
|
d.entity.project
|
|
132818
132818
|
)} name must start with letter or underscore`;
|
|
132819
132819
|
case Ie.NoOverlapWithImplementedSignature:
|
|
132820
|
-
return `${
|
|
132820
|
+
return `${se(
|
|
132821
132821
|
d.entity,
|
|
132822
132822
|
d.entity.project
|
|
132823
132823
|
)} has no overlap with implemented signature`;
|
|
132824
132824
|
case Ie.PropertyOverwritesBasePropertyWithSameImplementation:
|
|
132825
|
-
return `${
|
|
132825
|
+
return `${se(
|
|
132826
132826
|
d.entity,
|
|
132827
132827
|
d.entity.project
|
|
132828
132828
|
)} overwrites base property`;
|
|
132829
132829
|
case Ie.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation:
|
|
132830
|
-
return `${
|
|
132830
|
+
return `${se(
|
|
132831
132831
|
d.entity,
|
|
132832
132832
|
d.entity.project
|
|
132833
132833
|
)} overwrites another property with same implementation`;
|
|
132834
132834
|
case Ie.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation:
|
|
132835
|
-
return `${
|
|
132835
|
+
return `${se(
|
|
132836
132836
|
d.entity,
|
|
132837
132837
|
d.entity.project
|
|
132838
132838
|
)} overwrites another property with same implementation`;
|
|
132839
132839
|
case Ie.ReaderWriterIncompatibleDataType:
|
|
132840
|
-
return `${
|
|
132840
|
+
return `${se(
|
|
132841
132841
|
d.entity,
|
|
132842
132842
|
d.entity.project
|
|
132843
132843
|
)} has reader/writer with incompatible data type`;
|
|
132844
132844
|
case nd.StatusCodeMustBeBetween100And599:
|
|
132845
|
-
return `${
|
|
132845
|
+
return `${se(
|
|
132846
132846
|
d.entity,
|
|
132847
132847
|
d.entity.project
|
|
132848
132848
|
)} HTTP status code must be between 100 and 599`;
|
|
132849
132849
|
case nd.StatusCodeMustBeNumber:
|
|
132850
|
-
return `${
|
|
132850
|
+
return `${se(
|
|
132851
132851
|
d.entity,
|
|
132852
132852
|
d.entity.project
|
|
132853
132853
|
)} HTTP status code must be a number`;
|
|
132854
132854
|
case Ya.UUIDMustBeString:
|
|
132855
|
-
return `${
|
|
132855
|
+
return `${se(
|
|
132856
132856
|
d.entity,
|
|
132857
132857
|
d.entity.project
|
|
132858
132858
|
)} UUID must be a string`;
|
|
132859
132859
|
case Ya.UUIDMustNotContainSpaces:
|
|
132860
|
-
return `${
|
|
132860
|
+
return `${se(
|
|
132861
132861
|
d.entity,
|
|
132862
132862
|
d.entity.project
|
|
132863
132863
|
)} UUID must not contain spaces`;
|
|
132864
132864
|
case Ya.UUIDMustBeValidFormat:
|
|
132865
|
-
return `${
|
|
132865
|
+
return `${se(
|
|
132866
132866
|
d.entity,
|
|
132867
132867
|
d.entity.project
|
|
132868
132868
|
)} UUID must be in a valid format`;
|
|
132869
132869
|
case ua.MustBeUniqueAmongSameEntities:
|
|
132870
|
-
return `${
|
|
132870
|
+
return `${se(
|
|
132871
132871
|
d.entity,
|
|
132872
132872
|
d.entity.project
|
|
132873
132873
|
)} value must be unique among the same kind`;
|
|
132874
132874
|
case ua.StringValueMustNotHaveDashes:
|
|
132875
|
-
return `${
|
|
132875
|
+
return `${se(
|
|
132876
132876
|
d.entity,
|
|
132877
132877
|
d.entity.project
|
|
132878
132878
|
)} value must not contain dashes`;
|
|
132879
132879
|
case ua.StringValueMustNotHaveSpaces:
|
|
132880
|
-
return `${
|
|
132880
|
+
return `${se(
|
|
132881
132881
|
d.entity,
|
|
132882
132882
|
d.entity.project
|
|
132883
132883
|
)} value must not contain spaces`;
|
|
132884
132884
|
default:
|
|
132885
|
-
return `${
|
|
132885
|
+
return `${se(
|
|
132886
132886
|
d.entity,
|
|
132887
132887
|
d.entity.project
|
|
132888
132888
|
)} Error: ${BA(d.code)}`;
|
|
@@ -132892,380 +132892,380 @@ function dBi(d) {
|
|
|
132892
132892
|
var p, i, n, l;
|
|
132893
132893
|
switch (d.code) {
|
|
132894
132894
|
case ve.AbstractEntityWithNonAbstractMethods:
|
|
132895
|
-
return `${
|
|
132895
|
+
return `${se(
|
|
132896
132896
|
d.entity,
|
|
132897
132897
|
d.entity.project
|
|
132898
132898
|
)} has non-template actions`;
|
|
132899
132899
|
case ve.AbstractEntityWithNonAbstractProperties:
|
|
132900
|
-
return `${
|
|
132900
|
+
return `${se(
|
|
132901
132901
|
d.entity,
|
|
132902
132902
|
d.entity.project
|
|
132903
132903
|
)} has non-template properties`;
|
|
132904
132904
|
case ve.IncorrectEntityImplementation:
|
|
132905
|
-
return `${
|
|
132905
|
+
return `${se(
|
|
132906
132906
|
d.entity,
|
|
132907
132907
|
d.entity.project
|
|
132908
132908
|
)} incorrectly implements the template entity`;
|
|
132909
132909
|
case ve.IncorrectMethodImplementation:
|
|
132910
|
-
return `${
|
|
132910
|
+
return `${se(
|
|
132911
132911
|
d.entity,
|
|
132912
132912
|
d.entity.project
|
|
132913
132913
|
)} incorrectly implements the template action it's based on`;
|
|
132914
132914
|
case ve.IncorrectPropertyImplementation:
|
|
132915
|
-
return `${
|
|
132915
|
+
return `${se(
|
|
132916
132916
|
d.entity,
|
|
132917
132917
|
d.entity.project
|
|
132918
132918
|
)} incorrectly implements the template property it's based on`;
|
|
132919
132919
|
case ve.AbstractMethodInNonAbstractEntity:
|
|
132920
|
-
return `${
|
|
132920
|
+
return `${se(
|
|
132921
132921
|
d.entity,
|
|
132922
132922
|
d.entity.project
|
|
132923
132923
|
)} is a template action in a non-template entity`;
|
|
132924
132924
|
case ve.AbstractPropertyInNonAbstractEntity:
|
|
132925
|
-
return `${
|
|
132925
|
+
return `${se(
|
|
132926
132926
|
d.entity,
|
|
132927
132927
|
d.entity.project
|
|
132928
132928
|
)} is a template property in a non-template entity`;
|
|
132929
132929
|
case Ie.MethodOverwritesOtherSiblingWithSameName:
|
|
132930
|
-
return `${
|
|
132930
|
+
return `${se(
|
|
132931
132931
|
d.entity,
|
|
132932
132932
|
d.entity.project
|
|
132933
132933
|
)} overwrites an action in the template entity`;
|
|
132934
132934
|
case Ie.PropertyOverwritesOtherSiblingWithSameName:
|
|
132935
|
-
return `${
|
|
132935
|
+
return `${se(
|
|
132936
132936
|
d.entity,
|
|
132937
132937
|
d.entity.project
|
|
132938
132938
|
)} overwrites a property in the template entity`;
|
|
132939
132939
|
case ve.MissingMethodImplementation:
|
|
132940
|
-
return `${
|
|
132940
|
+
return `${se(
|
|
132941
132941
|
d.entity,
|
|
132942
132942
|
d.entity.project
|
|
132943
132943
|
)} is missing an action implementation from the template entity`;
|
|
132944
132944
|
case ve.MissingPropertyImplementation:
|
|
132945
|
-
return `${
|
|
132945
|
+
return `${se(
|
|
132946
132946
|
d.entity,
|
|
132947
132947
|
d.entity.project
|
|
132948
132948
|
)} is missing a property implementation from the template entity`;
|
|
132949
132949
|
case Ie.NameNotUniqueInScope:
|
|
132950
|
-
return `${
|
|
132950
|
+
return `${se(
|
|
132951
132951
|
d.entity,
|
|
132952
132952
|
d.entity.project
|
|
132953
132953
|
)} has a duplicate name in the same scope`;
|
|
132954
132954
|
case ve.NoProperties:
|
|
132955
|
-
return `${
|
|
132955
|
+
return `${se(
|
|
132956
132956
|
d.entity,
|
|
132957
132957
|
d.entity.project
|
|
132958
132958
|
)} has no properties, so it doesn't do anything`;
|
|
132959
132959
|
case ve.NonStaticPropertyInStaticEntity:
|
|
132960
|
-
return `${
|
|
132960
|
+
return `${se(
|
|
132961
132961
|
d.entity,
|
|
132962
132962
|
d.entity.project
|
|
132963
132963
|
)} has a non-static property in a static entity`;
|
|
132964
132964
|
case ve.StaticEntityWithNonStaticProperties:
|
|
132965
|
-
return `${
|
|
132965
|
+
return `${se(
|
|
132966
132966
|
d.entity,
|
|
132967
132967
|
d.entity.project
|
|
132968
132968
|
)} has non-static properties in a static entity`;
|
|
132969
132969
|
case ve.ReadingFromIncompatibleType:
|
|
132970
|
-
return `${
|
|
132970
|
+
return `${se(
|
|
132971
132971
|
d.entity,
|
|
132972
132972
|
d.entity.project
|
|
132973
132973
|
)} reads data from a value of a different data type`;
|
|
132974
132974
|
case ve.WritingToIncompatibleType:
|
|
132975
|
-
return `${
|
|
132975
|
+
return `${se(
|
|
132976
132976
|
d.entity,
|
|
132977
132977
|
d.entity.project
|
|
132978
132978
|
)} writes data to a value of a different data type`;
|
|
132979
132979
|
case ve.ScopeWithoutLogic:
|
|
132980
|
-
return `${
|
|
132980
|
+
return `${se(
|
|
132981
132981
|
d.entity,
|
|
132982
132982
|
d.entity.project
|
|
132983
132983
|
)} has no logic`;
|
|
132984
132984
|
case ve.NonStaticPropertyImplementsStatic:
|
|
132985
|
-
return `${
|
|
132985
|
+
return `${se(
|
|
132986
132986
|
d.entity,
|
|
132987
132987
|
d.entity.project
|
|
132988
132988
|
)} has a static property in a non-static entity`;
|
|
132989
132989
|
case ve.PropertyImplementsIncompatibleType:
|
|
132990
|
-
return `${
|
|
132990
|
+
return `${se(
|
|
132991
132991
|
d.entity,
|
|
132992
132992
|
d.entity.project
|
|
132993
132993
|
)} implements a property of a different data type`;
|
|
132994
132994
|
case ve.PropertyImplementsNonAbstact:
|
|
132995
|
-
return `${
|
|
132995
|
+
return `${se(
|
|
132996
132996
|
d.entity,
|
|
132997
132997
|
d.entity.project
|
|
132998
132998
|
)} implements a non-template property`;
|
|
132999
132999
|
case ve.StaticPropertyImplementsNonStatic:
|
|
133000
|
-
return `${
|
|
133000
|
+
return `${se(
|
|
133001
133001
|
d.entity,
|
|
133002
133002
|
d.entity.project
|
|
133003
133003
|
)} has a static property in a non-static entity`;
|
|
133004
133004
|
case ve.VariableCallsOthersAndHasInternalCall:
|
|
133005
|
-
return `${
|
|
133005
|
+
return `${se(
|
|
133006
133006
|
d.entity,
|
|
133007
133007
|
d.entity.project
|
|
133008
133008
|
)} calls other entities while being used to execute internal logic`;
|
|
133009
133009
|
case ve.VariableHasInputsAndInternalCall:
|
|
133010
|
-
return `${
|
|
133010
|
+
return `${se(
|
|
133011
133011
|
d.entity,
|
|
133012
133012
|
d.entity.project
|
|
133013
133013
|
)} has inputs while being used to execute internal logic`;
|
|
133014
133014
|
case ve.VariableHasOutputsAndInternalCall:
|
|
133015
|
-
return `${
|
|
133015
|
+
return `${se(
|
|
133016
133016
|
d.entity,
|
|
133017
133017
|
d.entity.project
|
|
133018
133018
|
)} has outputs while being used to execute internal logic`;
|
|
133019
133019
|
case ve.VariableIsCalledAndHasInternalCall:
|
|
133020
|
-
return `${
|
|
133020
|
+
return `${se(
|
|
133021
133021
|
d.entity,
|
|
133022
133022
|
d.entity.project
|
|
133023
133023
|
)} is called while being used to execute internal logic`;
|
|
133024
133024
|
case Ie.InternalCallDeclarationIsInvalidType:
|
|
133025
|
-
return `${
|
|
133025
|
+
return `${se(
|
|
133026
133026
|
d.entity,
|
|
133027
133027
|
d.entity.project
|
|
133028
133028
|
)} has a declaration that is not an action`;
|
|
133029
133029
|
case Ie.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
133030
|
-
return `${
|
|
133030
|
+
return `${se(
|
|
133031
133031
|
d.entity,
|
|
133032
133032
|
d.entity.project
|
|
133033
|
-
)} has a declaration that is not found in ${(p = d.entity.parent.getDataType(null)) != null && p.entity ?
|
|
133033
|
+
)} has a declaration that is not found in ${(p = d.entity.parent.getDataType(null)) != null && p.entity ? se(
|
|
133034
133034
|
(i = d.entity.parent.getDataType(null)) == null ? void 0 : i.entity,
|
|
133035
133035
|
d.entity.project
|
|
133036
133036
|
) : "the variable's data-type entity"}`;
|
|
133037
133037
|
case Ie.InternalCallParentDeclarationEntityInvalidType:
|
|
133038
|
-
return `${
|
|
133038
|
+
return `${se(
|
|
133039
133039
|
d.entity,
|
|
133040
133040
|
d.entity.project
|
|
133041
133041
|
)} is part of a variable whos data-type entity can't have actions`;
|
|
133042
133042
|
case Ie.InternalCallParentMissingDataType:
|
|
133043
|
-
return `${
|
|
133043
|
+
return `${se(
|
|
133044
133044
|
d.entity,
|
|
133045
133045
|
d.entity.project
|
|
133046
133046
|
)} is part of a variable with no data-type entity`;
|
|
133047
133047
|
case Ie.InternalCallDeclarationNotInParentDatatypeEntity:
|
|
133048
|
-
return `${
|
|
133048
|
+
return `${se(
|
|
133049
133049
|
d.entity,
|
|
133050
133050
|
d.entity.project
|
|
133051
|
-
)} has a declaration doesn't belong to ${(n = d.entity.parent.getDataType(null)) != null && n.entity ?
|
|
133051
|
+
)} has a declaration doesn't belong to ${(n = d.entity.parent.getDataType(null)) != null && n.entity ? se(
|
|
133052
133052
|
(l = d.entity.parent.getDataType(null)) == null ? void 0 : l.entity,
|
|
133053
133053
|
d.entity.project
|
|
133054
133054
|
) : "the variable's data-type entity"}`;
|
|
133055
133055
|
case Ie.UnreachableEntity:
|
|
133056
|
-
return `${
|
|
133056
|
+
return `${se(
|
|
133057
133057
|
d.entity,
|
|
133058
133058
|
d.entity.project
|
|
133059
133059
|
)} is unreachable`;
|
|
133060
133060
|
case ve.DisconnectedCallableEntity:
|
|
133061
|
-
return `${
|
|
133061
|
+
return `${se(
|
|
133062
133062
|
d.entity,
|
|
133063
133063
|
d.entity.project
|
|
133064
133064
|
)} is disconnected and won't be executed by anything after publishing`;
|
|
133065
133065
|
case ve.AbstractEntityImplements:
|
|
133066
|
-
return `${
|
|
133066
|
+
return `${se(
|
|
133067
133067
|
d.entity,
|
|
133068
133068
|
d.entity.project
|
|
133069
133069
|
)} implements a non-template entity`;
|
|
133070
133070
|
case ve.AbstractExtendingNonAbstractEntity:
|
|
133071
|
-
return `${
|
|
133071
|
+
return `${se(
|
|
133072
133072
|
d.entity,
|
|
133073
133073
|
d.entity.project
|
|
133074
133074
|
)} extends a non-template entity`;
|
|
133075
133075
|
case ve.InvalidPropertiesCombination:
|
|
133076
|
-
return `${
|
|
133076
|
+
return `${se(
|
|
133077
133077
|
d.entity,
|
|
133078
133078
|
d.entity.project
|
|
133079
133079
|
)} has an invalid combination of properties`;
|
|
133080
133080
|
case ve.ExtendingNonInteractiveEntity:
|
|
133081
|
-
return `${
|
|
133081
|
+
return `${se(
|
|
133082
133082
|
d.entity,
|
|
133083
133083
|
d.entity.project
|
|
133084
133084
|
)} extends a non-interactive entity`;
|
|
133085
133085
|
case ve.ExtendsIncompatibleEntities:
|
|
133086
|
-
return `${
|
|
133086
|
+
return `${se(
|
|
133087
133087
|
d.entity,
|
|
133088
133088
|
d.entity.project
|
|
133089
133089
|
)} extends incompatible entities`;
|
|
133090
133090
|
case ve.ImplementingNonAbstractEntity:
|
|
133091
|
-
return `${
|
|
133091
|
+
return `${se(
|
|
133092
133092
|
d.entity,
|
|
133093
133093
|
d.entity.project
|
|
133094
133094
|
)} implements a non-template entity`;
|
|
133095
133095
|
case ve.ImplementsIncompatibleEntities:
|
|
133096
|
-
return `${
|
|
133096
|
+
return `${se(
|
|
133097
133097
|
d.entity,
|
|
133098
133098
|
d.entity.project
|
|
133099
133099
|
)} implements incompatible entities`;
|
|
133100
133100
|
case ve.LackingReturnStatementOnSomeBranches:
|
|
133101
|
-
return `${
|
|
133101
|
+
return `${se(
|
|
133102
133102
|
d.entity,
|
|
133103
133103
|
d.entity.project
|
|
133104
133104
|
)} has branches that don't terminate`;
|
|
133105
133105
|
case ve.LastCalledEntityMustBeReturnEntity:
|
|
133106
|
-
return `${
|
|
133106
|
+
return `${se(
|
|
133107
133107
|
d.entity,
|
|
133108
133108
|
d.entity.project
|
|
133109
133109
|
)} must end with a termination node`;
|
|
133110
133110
|
case ve.MissingRequiredValue:
|
|
133111
|
-
return `${
|
|
133111
|
+
return `${se(
|
|
133112
133112
|
d.entity,
|
|
133113
133113
|
d.entity.project
|
|
133114
133114
|
)} is missing a required value`;
|
|
133115
133115
|
case ve.NoPrimaryKeyProperty:
|
|
133116
|
-
return `${
|
|
133116
|
+
return `${se(
|
|
133117
133117
|
d.entity,
|
|
133118
133118
|
d.entity.project
|
|
133119
133119
|
)} has no primary key property`;
|
|
133120
133120
|
case ve.NonAbstractExtendingAbstractEntity:
|
|
133121
|
-
return `${
|
|
133121
|
+
return `${se(
|
|
133122
133122
|
d.entity,
|
|
133123
133123
|
d.entity.project
|
|
133124
133124
|
)} is a non-template entity extending a template entity`;
|
|
133125
133125
|
case ve.NonStaticExtendingStaticEntity:
|
|
133126
|
-
return `${
|
|
133126
|
+
return `${se(
|
|
133127
133127
|
d.entity,
|
|
133128
133128
|
d.entity.project
|
|
133129
133129
|
)} is a non-static entity extending a static entity`;
|
|
133130
133130
|
case ve.NonStaticImplementingStaticEntity:
|
|
133131
|
-
return `${
|
|
133131
|
+
return `${se(
|
|
133132
133132
|
d.entity,
|
|
133133
133133
|
d.entity.project
|
|
133134
133134
|
)} is a non-static entity implementing a static entity`;
|
|
133135
133135
|
case ve.StaticExtendingNonStaticEntity:
|
|
133136
|
-
return `${
|
|
133136
|
+
return `${se(
|
|
133137
133137
|
d.entity,
|
|
133138
133138
|
d.entity.project
|
|
133139
133139
|
)} is a static entity extending a non-static entity`;
|
|
133140
133140
|
case ve.StaticImplementingNonStaticEntity:
|
|
133141
|
-
return `${
|
|
133141
|
+
return `${se(
|
|
133142
133142
|
d.entity,
|
|
133143
133143
|
d.entity.project
|
|
133144
133144
|
)} is a static entity implementing a non-static entity`;
|
|
133145
133145
|
case ve.VariableReadsValueAndInternalCall:
|
|
133146
|
-
return `${
|
|
133146
|
+
return `${se(
|
|
133147
133147
|
d.entity,
|
|
133148
133148
|
d.entity.project
|
|
133149
133149
|
)} reads a value and has an internal call`;
|
|
133150
133150
|
case ve.VariableWritesValuesAndInternalCall:
|
|
133151
|
-
return `${
|
|
133151
|
+
return `${se(
|
|
133152
133152
|
d.entity,
|
|
133153
133153
|
d.entity.project
|
|
133154
133154
|
)} writes values and has an internal call`;
|
|
133155
133155
|
case Ie.EmptyName:
|
|
133156
133156
|
return `${_s[d.entity.type]} has no name`;
|
|
133157
133157
|
case Ie.InvalidObjectStructure:
|
|
133158
|
-
return `${
|
|
133158
|
+
return `${se(
|
|
133159
133159
|
d.entity,
|
|
133160
133160
|
d.entity.project
|
|
133161
133161
|
)} has an invalid structure`;
|
|
133162
133162
|
case Ie.LoopBodyFunctionOverwrite:
|
|
133163
|
-
return `${
|
|
133163
|
+
return `${se(
|
|
133164
133164
|
d.entity,
|
|
133165
133165
|
d.entity.project
|
|
133166
133166
|
)}'s loop body action overwrites`;
|
|
133167
133167
|
case Ie.MethodOverwritesBaseMethodWithSameImplementation:
|
|
133168
|
-
return `${
|
|
133168
|
+
return `${se(
|
|
133169
133169
|
d.entity,
|
|
133170
133170
|
d.entity.project
|
|
133171
133171
|
)} overwrites a base action with same implementation`;
|
|
133172
133172
|
case Ie.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation:
|
|
133173
|
-
return `${
|
|
133173
|
+
return `${se(
|
|
133174
133174
|
d.entity,
|
|
133175
133175
|
d.entity.project
|
|
133176
133176
|
)} overwrites another action with same implementation`;
|
|
133177
133177
|
case Ie.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation:
|
|
133178
|
-
return `${
|
|
133178
|
+
return `${se(
|
|
133179
133179
|
d.entity,
|
|
133180
133180
|
d.entity.project
|
|
133181
133181
|
)} overwrites another action with same implementation`;
|
|
133182
133182
|
case Ie.MissingCaller:
|
|
133183
|
-
return `${
|
|
133183
|
+
return `${se(
|
|
133184
133184
|
d.entity,
|
|
133185
133185
|
d.entity.project
|
|
133186
133186
|
)} is missing a caller`;
|
|
133187
133187
|
case Ie.NameAsResolvedCodeNameNotUniqueInScope:
|
|
133188
|
-
return `${
|
|
133188
|
+
return `${se(
|
|
133189
133189
|
d.entity,
|
|
133190
133190
|
d.entity.project
|
|
133191
133191
|
)} has a name that is not unique in the scope`;
|
|
133192
133192
|
case Ie.NameCanOnlyContainLettersNumbersUnderscoreAndSpaces:
|
|
133193
|
-
return `${
|
|
133193
|
+
return `${se(
|
|
133194
133194
|
d.entity,
|
|
133195
133195
|
d.entity.project
|
|
133196
133196
|
)} name can only contain letters, numbers, underscores and spaces`;
|
|
133197
133197
|
case Ie.NameMustStartWithLetterOrUnderscore:
|
|
133198
|
-
return `${
|
|
133198
|
+
return `${se(
|
|
133199
133199
|
d.entity,
|
|
133200
133200
|
d.entity.project
|
|
133201
133201
|
)} name must start with letter or underscore`;
|
|
133202
133202
|
case Ie.NoOverlapWithImplementedSignature:
|
|
133203
|
-
return `${
|
|
133203
|
+
return `${se(
|
|
133204
133204
|
d.entity,
|
|
133205
133205
|
d.entity.project
|
|
133206
133206
|
)} has no overlap with implemented signature`;
|
|
133207
133207
|
case Ie.PropertyOverwritesBasePropertyWithSameImplementation:
|
|
133208
|
-
return `${
|
|
133208
|
+
return `${se(
|
|
133209
133209
|
d.entity,
|
|
133210
133210
|
d.entity.project
|
|
133211
133211
|
)} overwrites a base property with same implementation`;
|
|
133212
133212
|
case Ie.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation:
|
|
133213
|
-
return `${
|
|
133213
|
+
return `${se(
|
|
133214
133214
|
d.entity,
|
|
133215
133215
|
d.entity.project
|
|
133216
133216
|
)} overwrites another property with same implementation`;
|
|
133217
133217
|
case Ie.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation:
|
|
133218
|
-
return `${
|
|
133218
|
+
return `${se(
|
|
133219
133219
|
d.entity,
|
|
133220
133220
|
d.entity.project
|
|
133221
133221
|
)} overwrites another property with same implementation`;
|
|
133222
133222
|
case Ie.ReaderWriterIncompatibleDataType:
|
|
133223
|
-
return `${
|
|
133223
|
+
return `${se(
|
|
133224
133224
|
d.entity,
|
|
133225
133225
|
d.entity.project
|
|
133226
133226
|
)} has a reader/writer with incompatible data type`;
|
|
133227
133227
|
case nd.StatusCodeMustBeBetween100And599:
|
|
133228
|
-
return `${
|
|
133228
|
+
return `${se(
|
|
133229
133229
|
d.entity,
|
|
133230
133230
|
d.entity.project
|
|
133231
133231
|
)} HTTP status code must be between 100 and 599`;
|
|
133232
133232
|
case nd.StatusCodeMustBeNumber:
|
|
133233
|
-
return `${
|
|
133233
|
+
return `${se(
|
|
133234
133234
|
d.entity,
|
|
133235
133235
|
d.entity.project
|
|
133236
133236
|
)} HTTP status code must be a number, between 100 and 599`;
|
|
133237
133237
|
case Ya.UUIDMustBeString:
|
|
133238
|
-
return `${
|
|
133238
|
+
return `${se(
|
|
133239
133239
|
d.entity,
|
|
133240
133240
|
d.entity.project
|
|
133241
133241
|
)} UUID must be a string, eg: "${kp()}"`;
|
|
133242
133242
|
case Ya.UUIDMustNotContainSpaces:
|
|
133243
|
-
return `${
|
|
133243
|
+
return `${se(
|
|
133244
133244
|
d.entity,
|
|
133245
133245
|
d.entity.project
|
|
133246
133246
|
)} UUID must not contain spaces, eg: "${kp()}"`;
|
|
133247
133247
|
case Ya.UUIDMustBeValidFormat:
|
|
133248
|
-
return `${
|
|
133248
|
+
return `${se(
|
|
133249
133249
|
d.entity,
|
|
133250
133250
|
d.entity.project
|
|
133251
133251
|
)} UUID must be in a valid format. Eg: "${kp()}"`;
|
|
133252
133252
|
case ua.MustBeUniqueAmongSameEntities:
|
|
133253
|
-
return `${
|
|
133253
|
+
return `${se(
|
|
133254
133254
|
d.entity,
|
|
133255
133255
|
d.entity.project
|
|
133256
133256
|
)} value must be unique among the same kind`;
|
|
133257
133257
|
case ua.StringValueMustNotHaveDashes:
|
|
133258
|
-
return `${
|
|
133258
|
+
return `${se(
|
|
133259
133259
|
d.entity,
|
|
133260
133260
|
d.entity.project
|
|
133261
133261
|
)} value must not contain dashes`;
|
|
133262
133262
|
case ua.StringValueMustNotHaveSpaces:
|
|
133263
|
-
return `${
|
|
133263
|
+
return `${se(
|
|
133264
133264
|
d.entity,
|
|
133265
133265
|
d.entity.project
|
|
133266
133266
|
)} value must not contain spaces`;
|
|
133267
133267
|
default:
|
|
133268
|
-
return `${
|
|
133268
|
+
return `${se(
|
|
133269
133269
|
d.entity,
|
|
133270
133270
|
d.entity.project
|
|
133271
133271
|
)} Error: ${BA(d.code)}`;
|
|
@@ -134554,7 +134554,7 @@ function lS(d) {
|
|
|
134554
134554
|
if (d.catchesError) {
|
|
134555
134555
|
const i = Kt({
|
|
134556
134556
|
id: `${d.id}--${Ie.GlobalVariableDeclarationCannotCatchError}`,
|
|
134557
|
-
message: `${_s[d.type].singular} "${
|
|
134557
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" cannot catch an error because it is globally declared. Global variable declarations must crash the project if an error occurs.`,
|
|
134558
134558
|
severity: ue.Error,
|
|
134559
134559
|
code: Ie.GlobalVariableDeclarationCannotCatchError,
|
|
134560
134560
|
entity: d
|
|
@@ -134564,7 +134564,7 @@ function lS(d) {
|
|
|
134564
134564
|
if (d.errorCalls.length) {
|
|
134565
134565
|
const i = Kt({
|
|
134566
134566
|
id: `${d.id}--${Ie.GlobalVariableDeclarationCannotCallOnError}`,
|
|
134567
|
-
message: `${_s[d.type].singular} "${
|
|
134567
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" cannot call other entities from its error branch because it is globally declared. Global variable declarations must crash the project if an error occurs.`,
|
|
134568
134568
|
severity: ue.Error,
|
|
134569
134569
|
code: Ie.GlobalVariableDeclarationCannotCallOnError,
|
|
134570
134570
|
entity: d
|
|
@@ -134574,7 +134574,7 @@ function lS(d) {
|
|
|
134574
134574
|
if (d.calledBy.length) {
|
|
134575
134575
|
const i = Kt({
|
|
134576
134576
|
id: `${d.id}--${Ie.GlobalVariableDeclarationCannotBeCalled}`,
|
|
134577
|
-
message: `${_s[d.type].singular} "${
|
|
134577
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" cannot be called because it is globally declared. Global variable declarations must be self initialized when the project is loaded, and not be called for initialization.`,
|
|
134578
134578
|
severity: ue.Error,
|
|
134579
134579
|
code: Ie.GlobalVariableDeclarationCannotBeCalled,
|
|
134580
134580
|
entity: d
|
|
@@ -136623,7 +136623,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
136623
136623
|
(E) => !E.getDataType(i)
|
|
136624
136624
|
).forEach((E) => {
|
|
136625
136625
|
const w = this.inputs.find(
|
|
136626
|
-
(L) =>
|
|
136626
|
+
(L) => se(L, this.project) === se(E, this.project)
|
|
136627
136627
|
);
|
|
136628
136628
|
if (!w)
|
|
136629
136629
|
return;
|
|
@@ -136670,7 +136670,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
136670
136670
|
(E) => !E.declaration
|
|
136671
136671
|
).forEach((E) => {
|
|
136672
136672
|
const w = y.find(
|
|
136673
|
-
(_) =>
|
|
136673
|
+
(_) => se(_, this.project) === se(E, this.project)
|
|
136674
136674
|
);
|
|
136675
136675
|
w && E.setDeclaration(w, i);
|
|
136676
136676
|
});
|
|
@@ -138100,7 +138100,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
138100
138100
|
...this.inputs,
|
|
138101
138101
|
...this.variableInstances.flatMap((c) => c.inputs)
|
|
138102
138102
|
]).find(
|
|
138103
|
-
(c) =>
|
|
138103
|
+
(c) => se(c, this.project) === se(i, this.project) && !!c.readsValue
|
|
138104
138104
|
) || i;
|
|
138105
138105
|
}
|
|
138106
138106
|
// On dynamically typed variable declarations, where any new property can be written to any of the instances,
|
|
@@ -138150,7 +138150,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
138150
138150
|
]), T = [];
|
|
138151
138151
|
if (y.forEach((ce) => {
|
|
138152
138152
|
T.find(
|
|
138153
|
-
(re) =>
|
|
138153
|
+
(re) => se(re, this.project) === se(ce, this.project)
|
|
138154
138154
|
) || T.push(ce);
|
|
138155
138155
|
}), (!((X = this.dataType) != null && X.entity) || ((Q = (ae = this.dataType) == null ? void 0 : ae.entity) == null ? void 0 : Q.type) === o.DefinitionEntity && ((fe = this.dataType) == null ? void 0 : fe.entity.parent) === this.dataType) && ((oe = this.dataType) == null || oe.inferFromInputs(T, i)), !this.dataType)
|
|
138156
138156
|
return i == null || i.attemptAutoclose(
|
|
@@ -139206,7 +139206,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
139206
139206
|
(E) => !E.getDataType(i)
|
|
139207
139207
|
).forEach((E) => {
|
|
139208
139208
|
const w = this.inputs.find(
|
|
139209
|
-
(L) =>
|
|
139209
|
+
(L) => se(L, this.project) === se(E, this.project)
|
|
139210
139210
|
);
|
|
139211
139211
|
if (!w)
|
|
139212
139212
|
return;
|
|
@@ -139253,7 +139253,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
139253
139253
|
(E) => !E.declaration
|
|
139254
139254
|
).forEach((E) => {
|
|
139255
139255
|
const w = y.find(
|
|
139256
|
-
(_) =>
|
|
139256
|
+
(_) => se(_, this.project) === se(E, this.project)
|
|
139257
139257
|
);
|
|
139258
139258
|
w && E.setDeclaration(w, i);
|
|
139259
139259
|
});
|
|
@@ -160332,7 +160332,7 @@ function V3(d, p, i, n) {
|
|
|
160332
160332
|
if ($.type === dE.ColumnRef) {
|
|
160333
160333
|
if (((L = $.source) == null ? void 0 : L.type) === o.Property)
|
|
160334
160334
|
return $.as === T || zi(
|
|
160335
|
-
|
|
160335
|
+
se($.source, $.source.project)
|
|
160336
160336
|
) === T;
|
|
160337
160337
|
if (((U = $.source) == null ? void 0 : U.type) === dE.ColumnRef)
|
|
160338
160338
|
return $.as === T || $.source.as === T;
|
|
@@ -160376,7 +160376,7 @@ function Tm(d, p, i = null, n = !1) {
|
|
|
160376
160376
|
const ye = p.entities.find((_e) => {
|
|
160377
160377
|
if (Zi(_e, Re.PERSISTED_ENTITY)) {
|
|
160378
160378
|
const Ne = Xf(
|
|
160379
|
-
|
|
160379
|
+
se(_e, p)
|
|
160380
160380
|
);
|
|
160381
160381
|
let Me = T.name;
|
|
160382
160382
|
Me.startsWith('"') && (Me = Me.slice(
|
|
@@ -160582,15 +160582,15 @@ const PBi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
160582
160582
|
function wG(d) {
|
|
160583
160583
|
switch (d) {
|
|
160584
160584
|
case Fi.String:
|
|
160585
|
-
return
|
|
160585
|
+
return le.String;
|
|
160586
160586
|
case Fi.Number:
|
|
160587
|
-
return
|
|
160587
|
+
return le.Number;
|
|
160588
160588
|
case Fi.Boolean:
|
|
160589
|
-
return
|
|
160589
|
+
return le.Boolean;
|
|
160590
160590
|
case Fi.Date:
|
|
160591
|
-
return
|
|
160591
|
+
return le.Date;
|
|
160592
160592
|
default:
|
|
160593
|
-
return
|
|
160593
|
+
return le.String;
|
|
160594
160594
|
}
|
|
160595
160595
|
}
|
|
160596
160596
|
function CG(d, p) {
|
|
@@ -160634,7 +160634,7 @@ function _G(d, p, i) {
|
|
|
160634
160634
|
}
|
|
160635
160635
|
if (!n) {
|
|
160636
160636
|
const b = Ps.new(i);
|
|
160637
|
-
b.parent = d.dataType.toReference(), b.name = `${
|
|
160637
|
+
b.parent = d.dataType.toReference(), b.name = `${se(d, d.project)} output definition`;
|
|
160638
160638
|
const E = he(
|
|
160639
160639
|
b,
|
|
160640
160640
|
d.project
|
|
@@ -160678,7 +160678,7 @@ function _G(d, p, i) {
|
|
|
160678
160678
|
let y = c == null ? void 0 : c.entity;
|
|
160679
160679
|
if (p.isUntouchedEntity && (!y || y !== p.mainPersistedEntity) && (c.setEntity(p.mainPersistedEntity, i), y = p.mainPersistedEntity), !p.isUntouchedEntity && !OG(y) && (y = null), !y && (p != null && p.from)) {
|
|
160680
160680
|
const b = Ps.new(i);
|
|
160681
|
-
b.static = !1, b.abstract = !1, b.name =
|
|
160681
|
+
b.static = !1, b.abstract = !1, b.name = se(d, d.project) + " output type", b.description = "Search statement output", b.parent = c.toReference();
|
|
160682
160682
|
const E = he(
|
|
160683
160683
|
b,
|
|
160684
160684
|
d.project
|
|
@@ -164027,7 +164027,7 @@ function fn(d, p) {
|
|
|
164027
164027
|
type: d.asType ? "a-is-template-b-is-not" : "b-is-template-a-is-not"
|
|
164028
164028
|
/* BIsTemplateAIsNot */
|
|
164029
164029
|
};
|
|
164030
|
-
let i = !d.entity || d.entity.type === o.PrimitiveEntity && d.entity.name ===
|
|
164030
|
+
let i = !d.entity || d.entity.type === o.PrimitiveEntity && d.entity.name === le.Untyped, n = !p.entity || p.entity.type === o.PrimitiveEntity && p.entity.name === le.Untyped;
|
|
164031
164031
|
if (i && !n)
|
|
164032
164032
|
return {
|
|
164033
164033
|
compatible: !0,
|
|
@@ -164228,18 +164228,18 @@ function XO(d, p = null) {
|
|
|
164228
164228
|
}
|
|
164229
164229
|
function _f(d) {
|
|
164230
164230
|
if (!d)
|
|
164231
|
-
return
|
|
164231
|
+
return le.Untyped;
|
|
164232
164232
|
if (d.entity) {
|
|
164233
164233
|
if (d.entity.type === o.DefinitionEntity)
|
|
164234
|
-
return d.asType ?
|
|
164234
|
+
return d.asType ? le.EntityTemplate : le.Untyped;
|
|
164235
164235
|
if (d.entity.type === o.PrimitiveEntity)
|
|
164236
|
-
return d.asType ?
|
|
164236
|
+
return d.asType ? le.EntityTemplate : d.entity.name;
|
|
164237
164237
|
if (d.entity.type === o.ActionDescriptor)
|
|
164238
|
-
return
|
|
164238
|
+
return le.ActionDescriptor;
|
|
164239
164239
|
if (d.entity.type === o.BuiltInBaseEntity)
|
|
164240
|
-
return d.asType ?
|
|
164240
|
+
return d.asType ? le.EntityTemplate : le.Untyped;
|
|
164241
164241
|
}
|
|
164242
|
-
return
|
|
164242
|
+
return le.Untyped;
|
|
164243
164243
|
}
|
|
164244
164244
|
var Q$i = /* @__PURE__ */ ((d) => (d.Declaration = "declaration", d))(Q$i || {});
|
|
164245
164245
|
const ui = class ui extends $r {
|
|
@@ -167582,7 +167582,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
167582
167582
|
...n.breakStatements,
|
|
167583
167583
|
...n.continueStatements
|
|
167584
167584
|
].flatMap((e) => e.outputs).filter(
|
|
167585
|
-
(e) =>
|
|
167585
|
+
(e) => se(e, this.project) === se(this, this.project) && e.id !== this.id
|
|
167586
167586
|
);
|
|
167587
167587
|
} else if (this.parent.type === o.ReturnStatement && [o.FunctionDeclaration, o.GlobalEvent].includes(
|
|
167588
167588
|
this.parent.parent.type
|
|
@@ -167596,7 +167596,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
167596
167596
|
return this.declaration.id === ((y = e.declaration) == null ? void 0 : y.id) && e.id !== this.id;
|
|
167597
167597
|
}
|
|
167598
167598
|
) : i = l.filter(
|
|
167599
|
-
(e) =>
|
|
167599
|
+
(e) => se(e, this.project) === se(this, this.project) && e.id !== this.id
|
|
167600
167600
|
);
|
|
167601
167601
|
}
|
|
167602
167602
|
return i;
|
|
@@ -168534,7 +168534,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
168534
168534
|
affected: [],
|
|
168535
168535
|
self: this
|
|
168536
168536
|
};
|
|
168537
|
-
if (this.parent.id === "test-loop-122333" &&
|
|
168537
|
+
if (this.parent.id === "test-loop-122333" && se(this, this.project) === "Current iteration number")
|
|
168538
168538
|
throw new Error(
|
|
168539
168539
|
`The ${this.type} with id '${this.id}' cannot be removed.`
|
|
168540
168540
|
);
|
|
@@ -171569,7 +171569,7 @@ Specifically for break statements the parent needs to always be the 'loop' entit
|
|
|
171569
171569
|
...this.parent.breakStatements.filter((c) => c.id !== this.id).flatMap((c) => c.outputs),
|
|
171570
171570
|
...this.parent.continueStatements.flatMap((c) => c.outputs)
|
|
171571
171571
|
]).find(
|
|
171572
|
-
(c) =>
|
|
171572
|
+
(c) => se(c, this.project) === se(i, this.project) && !!c.readsValue
|
|
171573
171573
|
) || i;
|
|
171574
171574
|
}
|
|
171575
171575
|
// If a variable has a data type that represents an object, like KeyValue or a definition entity
|
|
@@ -171600,7 +171600,7 @@ Specifically for break statements the parent needs to always be the 'loop' entit
|
|
|
171600
171600
|
})
|
|
171601
171601
|
).forEach((E) => {
|
|
171602
171602
|
const w = T.find(
|
|
171603
|
-
(_) =>
|
|
171603
|
+
(_) => se(_, this.project) === se(E, this.project)
|
|
171604
171604
|
);
|
|
171605
171605
|
w && E.setDeclaration(w, i);
|
|
171606
171606
|
}), T.filter((E) => !this.outputs.find(
|
|
@@ -173148,7 +173148,7 @@ Specifically for continue statements the parent needs to always be the 'loop' en
|
|
|
173148
173148
|
...this.parent.breakStatements.filter((c) => c.id !== this.id).flatMap((c) => c.outputs),
|
|
173149
173149
|
...this.parent.continueStatements.flatMap((c) => c.outputs)
|
|
173150
173150
|
]).find(
|
|
173151
|
-
(c) =>
|
|
173151
|
+
(c) => se(c, this.project) === se(i, this.project) && !!c.readsValue
|
|
173152
173152
|
) || i;
|
|
173153
173153
|
}
|
|
173154
173154
|
// If a variable has a data type that represents an object, like KeyValue or a definition entity
|
|
@@ -173179,7 +173179,7 @@ Specifically for continue statements the parent needs to always be the 'loop' en
|
|
|
173179
173179
|
})
|
|
173180
173180
|
).forEach((E) => {
|
|
173181
173181
|
const w = T.find(
|
|
173182
|
-
(_) =>
|
|
173182
|
+
(_) => se(_, this.project) === se(E, this.project)
|
|
173183
173183
|
);
|
|
173184
173184
|
w && E.setDeclaration(w, i);
|
|
173185
173185
|
}), T.filter((E) => !this.outputs.find(
|
|
@@ -175182,17 +175182,17 @@ function Y2i() {
|
|
|
175182
175182
|
}
|
|
175183
175183
|
function X2i() {
|
|
175184
175184
|
return fA([
|
|
175185
|
-
|
|
175186
|
-
|
|
175187
|
-
|
|
175188
|
-
|
|
175189
|
-
|
|
175190
|
-
|
|
175191
|
-
|
|
175192
|
-
|
|
175193
|
-
|
|
175194
|
-
|
|
175195
|
-
|
|
175185
|
+
le.String,
|
|
175186
|
+
le.Number,
|
|
175187
|
+
le.Boolean,
|
|
175188
|
+
le.Null,
|
|
175189
|
+
le.Date,
|
|
175190
|
+
le.KeyValue,
|
|
175191
|
+
le.Enum,
|
|
175192
|
+
le.File,
|
|
175193
|
+
le.UUID,
|
|
175194
|
+
le.EntityTemplate,
|
|
175195
|
+
le.ActionDescriptor
|
|
175196
175196
|
]);
|
|
175197
175197
|
}
|
|
175198
175198
|
function Q2i() {
|
|
@@ -177542,14 +177542,14 @@ All value writting entity types are: ${Dt(
|
|
|
177542
177542
|
if (!c.compatible) {
|
|
177543
177543
|
const { type: e } = c;
|
|
177544
177544
|
let y = "";
|
|
177545
|
-
const T = `But they are nested under different subscopes. The reader is in the scope of the '${n.type}' (${
|
|
177545
|
+
const T = `But they are nested under different subscopes. The reader is in the scope of the '${n.type}' (${se(
|
|
177546
177546
|
n,
|
|
177547
177547
|
p.project
|
|
177548
|
-
)}) with id '${n.id}', and the writter is in the scope of the '${l.type}' (${
|
|
177548
|
+
)}) with id '${n.id}', and the writter is in the scope of the '${l.type}' (${se(
|
|
177549
177549
|
l,
|
|
177550
177550
|
p.project
|
|
177551
177551
|
)}) with id '${l.id}'.`;
|
|
177552
|
-
e === ND.ParallelInCommonParent ? (y = `The reader and the writter entities are both in the scope of the '${c.commonAncestorScope.type}' (${
|
|
177552
|
+
e === ND.ParallelInCommonParent ? (y = `The reader and the writter entities are both in the scope of the '${c.commonAncestorScope.type}' (${se(
|
|
177553
177553
|
c.commonAncestorScope,
|
|
177554
177554
|
p.project
|
|
177555
177555
|
)}) with id '${c.commonAncestorScope.id}'.`, y += `
|
|
@@ -177934,27 +177934,27 @@ All value writting entity types are: ${Dt(
|
|
|
177934
177934
|
}
|
|
177935
177935
|
function MLi(d) {
|
|
177936
177936
|
return d.functions.length ? `All global 'function-declaration' entity ids are:
|
|
177937
|
-
- ${d.functions.map((i) => `${i.id} (${
|
|
177937
|
+
- ${d.functions.map((i) => `${i.id} (${se(i, d)})`).join(`
|
|
177938
177938
|
- `)}.` : "The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.";
|
|
177939
177939
|
}
|
|
177940
177940
|
function kR(d) {
|
|
177941
177941
|
return `All reserved action decriptor ids for '${o.GlobalEvent}' entities are:
|
|
177942
|
-
- ${d.globalEventActionDescriptors.map((p) => `${p.id} (${
|
|
177942
|
+
- ${d.globalEventActionDescriptors.map((p) => `${p.id} (${se(p, d)})`).join(`
|
|
177943
177943
|
- `)}`;
|
|
177944
177944
|
}
|
|
177945
177945
|
function jR(d) {
|
|
177946
177946
|
return `All reserved action decriptor ids for '${o.Loop}' entities are:
|
|
177947
|
-
- ${d.loopDeclarations.map((p) => `${p.id} (${
|
|
177947
|
+
- ${d.loopDeclarations.map((p) => `${p.id} (${se(p, d)})`).join(`
|
|
177948
177948
|
- `)}`;
|
|
177949
177949
|
}
|
|
177950
177950
|
function CUi(d) {
|
|
177951
177951
|
return `All reserved action decriptor ids for '${o.Operation}' entities are:
|
|
177952
|
-
- ${d.operationDeclarations.map((p) => `${p.id} (${
|
|
177952
|
+
- ${d.operationDeclarations.map((p) => `${p.id} (${se(p, d)})`).join(`
|
|
177953
177953
|
- `)}`;
|
|
177954
177954
|
}
|
|
177955
177955
|
function KR(d) {
|
|
177956
177956
|
return `All reserved action decriptor ids for '${o.Condition}' entities are:
|
|
177957
|
-
- ${d.conditionDeclarations.map((p) => `${p.id} (${
|
|
177957
|
+
- ${d.conditionDeclarations.map((p) => `${p.id} (${se(p, d)})`).join(`
|
|
177958
177958
|
- `)}`;
|
|
177959
177959
|
}
|
|
177960
177960
|
function BLi(d, p) {
|
|
@@ -178046,7 +178046,7 @@ function ULi(d, p) {
|
|
|
178046
178046
|
), l = `
|
|
178047
178047
|
All built-in 'action-descriptor' entities that define 'operation' entity, are (IDs):
|
|
178048
178048
|
- ${p.operationDeclarations.map(
|
|
178049
|
-
(c) => `${c.id} (${
|
|
178049
|
+
(c) => `${c.id} (${se(c, p)}).`
|
|
178050
178050
|
).join(`
|
|
178051
178051
|
- `)}
|
|
178052
178052
|
`;
|
|
@@ -178091,7 +178091,7 @@ function OUi(d, p) {
|
|
|
178091
178091
|
), l = `
|
|
178092
178092
|
All built-in 'action-descriptor' entities that define 'condition' entity, are (IDs):
|
|
178093
178093
|
- ${p.conditionDeclarations.map(
|
|
178094
|
-
(c) => `${c.id} (${
|
|
178094
|
+
(c) => `${c.id} (${se(c, p)}).`
|
|
178095
178095
|
).join(`
|
|
178096
178096
|
- `)}
|
|
178097
178097
|
`;
|
|
@@ -178135,7 +178135,7 @@ function _Ui(d, p) {
|
|
|
178135
178135
|
d
|
|
178136
178136
|
), l = `
|
|
178137
178137
|
All built-in 'action-descriptor' entities that define 'loop' entity, are (IDs):
|
|
178138
|
-
- ${p.loopDeclarations.map((c) => `${c.id} (${
|
|
178138
|
+
- ${p.loopDeclarations.map((c) => `${c.id} (${se(c, p)}).`).join(`
|
|
178139
178139
|
- `)}`;
|
|
178140
178140
|
return n ? n.type === o.FunctionDeclaration ? i.push(
|
|
178141
178141
|
new De({
|
|
@@ -178222,7 +178222,7 @@ function m0(d, p) {
|
|
|
178222
178222
|
id: `${p.id}--${ne.InvalidBuiltInEntityReference}`,
|
|
178223
178223
|
code: ne.InvalidBuiltInEntityReference,
|
|
178224
178224
|
severity: ue.Error,
|
|
178225
|
-
message: `The entity of type '${p.type}' with id '${p.id}' cannot update 'readsValue' to entity with id '${d.readsValue}' because the entity belongs to a built-in '${c.type}' entity with id '${c.id}' (${
|
|
178225
|
+
message: `The entity of type '${p.type}' with id '${p.id}' cannot update 'readsValue' to entity with id '${d.readsValue}' because the entity belongs to a built-in '${c.type}' entity with id '${c.id}' (${se(
|
|
178226
178226
|
c,
|
|
178227
178227
|
p.project
|
|
178228
178228
|
)}) higher up in the tree.`
|
|
@@ -178266,7 +178266,7 @@ function sp(d) {
|
|
|
178266
178266
|
id: `${d.id}--${ve.DisconnectedCallableEntity}`,
|
|
178267
178267
|
code: ve.DisconnectedCallableEntity,
|
|
178268
178268
|
severity: ue.Warning,
|
|
178269
|
-
message: `This '${d.type}' entity "${
|
|
178269
|
+
message: `This '${d.type}' entity "${se(
|
|
178270
178270
|
d,
|
|
178271
178271
|
d.project
|
|
178272
178272
|
)}" with id "${d.id}" is globally declared and isn't called by any other entity.
|
|
@@ -178280,10 +178280,10 @@ Or for a logic that the user is going to manually test themselves by clicking on
|
|
|
178280
178280
|
else {
|
|
178281
178281
|
const i = Jb(d);
|
|
178282
178282
|
if (!i.reachable && i.entryPoint) {
|
|
178283
|
-
let n = `This '${d.type}' entity "${
|
|
178283
|
+
let n = `This '${d.type}' entity "${se(
|
|
178284
178284
|
d,
|
|
178285
178285
|
d.project
|
|
178286
|
-
)}" with id "${d.id}" is not reachable from the project's closest entry point '${i.entryPoint.type}' "${
|
|
178286
|
+
)}" with id "${d.id}" is not reachable from the project's closest entry point '${i.entryPoint.type}' "${se(i.entryPoint, d.project)}".`;
|
|
178287
178287
|
n += `
|
|
178288
178288
|
This is because there are termination statements in the call chain before reaching this '${d.type}'.
|
|
178289
178289
|
If a caller entity calls a termination statement, it will always prevent all other calls from executing.`;
|
|
@@ -178291,7 +178291,7 @@ If a caller entity calls a termination statement, it will always prevent all oth
|
|
|
178291
178291
|
This '${d.type}' is blocked `;
|
|
178292
178292
|
i.blocks.forEach((c, e) => {
|
|
178293
178293
|
const y = c.blockedByCaller, T = c.blockedByCalling;
|
|
178294
|
-
e === 0 ? l += "by " : e === i.blocks.length - 1 && (l += "and by "), l += `its ancestor "${
|
|
178294
|
+
e === 0 ? l += "by " : e === i.blocks.length - 1 && (l += "and by "), l += `its ancestor "${se(
|
|
178295
178295
|
y,
|
|
178296
178296
|
d.project
|
|
178297
178297
|
)}" with id "${y.id}" that calls a '${T.type}' entity with id "${T.id}"`, e < i.blocks.length - 1 ? l += ", " : l += ".";
|
|
@@ -178318,7 +178318,7 @@ function T0(d) {
|
|
|
178318
178318
|
if ((i == null ? void 0 : i.type) === $e.Missing) {
|
|
178319
178319
|
const n = Kt({
|
|
178320
178320
|
id: `${d.id}--${ve.MissingRequiredValue}`,
|
|
178321
|
-
message: `The '${d.type}' entity "${
|
|
178321
|
+
message: `The '${d.type}' entity "${se(
|
|
178322
178322
|
d,
|
|
178323
178323
|
d.project
|
|
178324
178324
|
)}" with id "${d.id}" is missing its required value before it can be executed or published.`,
|
|
@@ -178340,7 +178340,7 @@ function Rq(d) {
|
|
|
178340
178340
|
if (d.readsValue && i) {
|
|
178341
178341
|
const n = Kt({
|
|
178342
178342
|
id: `${d.id}--${ve.VariableReadsValueAndInternalCall}`,
|
|
178343
|
-
message: `Variable "${
|
|
178343
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" reads a value. A variable with internal calls can't read a value.`,
|
|
178344
178344
|
severity: ue.Error,
|
|
178345
178345
|
code: ve.VariableReadsValueAndInternalCall,
|
|
178346
178346
|
entity: d
|
|
@@ -178350,7 +178350,7 @@ function Rq(d) {
|
|
|
178350
178350
|
if (d.writesValues.length && i) {
|
|
178351
178351
|
const n = Kt({
|
|
178352
178352
|
id: `${d.id}--${ve.VariableWritesValuesAndInternalCall}`,
|
|
178353
|
-
message: `Variable "${
|
|
178353
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" writes values. A variable with internal calls can't write a value.`,
|
|
178354
178354
|
severity: ue.Error,
|
|
178355
178355
|
code: ve.VariableWritesValuesAndInternalCall,
|
|
178356
178356
|
entity: d
|
|
@@ -178360,7 +178360,7 @@ function Rq(d) {
|
|
|
178360
178360
|
if (d.getUsedInputs().length && i) {
|
|
178361
178361
|
const n = Kt({
|
|
178362
178362
|
id: `${d.id}--${ve.VariableHasInputsAndInternalCall}`,
|
|
178363
|
-
message: `Variable "${
|
|
178363
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" has inputs. A variable with internal calls can't have inputs.`,
|
|
178364
178364
|
severity: ue.Error,
|
|
178365
178365
|
code: ve.VariableHasInputsAndInternalCall,
|
|
178366
178366
|
entity: d
|
|
@@ -178370,7 +178370,7 @@ function Rq(d) {
|
|
|
178370
178370
|
if (d.getUsedOutputs().length && i) {
|
|
178371
178371
|
const n = Kt({
|
|
178372
178372
|
id: `${d.id}--${ve.VariableHasOutputsAndInternalCall}`,
|
|
178373
|
-
message: `Variable "${
|
|
178373
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" has outputs. A variable with internal calls can't have outputs.`,
|
|
178374
178374
|
severity: ue.Error,
|
|
178375
178375
|
code: ve.VariableHasOutputsAndInternalCall,
|
|
178376
178376
|
entity: d
|
|
@@ -178380,7 +178380,7 @@ function Rq(d) {
|
|
|
178380
178380
|
if (d.calledBy.length && i) {
|
|
178381
178381
|
const n = Kt({
|
|
178382
178382
|
id: `${d.id}--${ve.VariableIsCalledAndHasInternalCall}`,
|
|
178383
|
-
message: `Variable "${
|
|
178383
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" is called by other entities. A variable with internal calls can't be called by other entities.`,
|
|
178384
178384
|
severity: ue.Error,
|
|
178385
178385
|
code: ve.VariableIsCalledAndHasInternalCall,
|
|
178386
178386
|
entity: d
|
|
@@ -178390,7 +178390,7 @@ function Rq(d) {
|
|
|
178390
178390
|
if ([...d.successCalls, ...d.errorCalls].length && i) {
|
|
178391
178391
|
const n = Kt({
|
|
178392
178392
|
id: `${d.id}--${ve.VariableCallsOthersAndHasInternalCall}`,
|
|
178393
|
-
message: `Variable "${
|
|
178393
|
+
message: `Variable "${se(d, d.project)}" with id "${d.id}" calls other entities. A variable with internal calls can't call other entities.`,
|
|
178394
178394
|
severity: ue.Error,
|
|
178395
178395
|
code: ve.VariableCallsOthersAndHasInternalCall,
|
|
178396
178396
|
entity: d
|
|
@@ -178447,7 +178447,7 @@ function wq(d) {
|
|
|
178447
178447
|
) ? !1 : !!(!y.successCalls.length && !y.errorCalls.length && y.calledBy.length)).length) {
|
|
178448
178448
|
const y = Kt({
|
|
178449
178449
|
id: `${d.id}--${ve.LackingReturnStatementOnSomeBranches}`,
|
|
178450
|
-
message: `The '${d.type}' entity "${
|
|
178450
|
+
message: `The '${d.type}' entity "${se(
|
|
178451
178451
|
d,
|
|
178452
178452
|
d.project
|
|
178453
178453
|
)}" with id "${d.id}" is missing the required return statement by its implementation on some branches.`,
|
|
@@ -178468,7 +178468,7 @@ function lp(d) {
|
|
|
178468
178468
|
if (!d.successCalls.length && !d.errorCalls.length && d.calledBy.length) {
|
|
178469
178469
|
const i = Kt({
|
|
178470
178470
|
id: `${d.id}--${ve.LastCalledEntityMustBeReturnEntity}`,
|
|
178471
|
-
message: `The '${d.type}' entity "${
|
|
178471
|
+
message: `The '${d.type}' entity "${se(
|
|
178472
178472
|
d,
|
|
178473
178473
|
d.project
|
|
178474
178474
|
)}" with id "${d.id}" cannot be the last entity of the branch. A return statement must be the last entity on all branches of its parent entry-point.`,
|
|
@@ -178537,7 +178537,7 @@ function e1(d, p = [zi], i = [], n) {
|
|
|
178537
178537
|
if (!c) {
|
|
178538
178538
|
const v = Kt({
|
|
178539
178539
|
id: `${d.id}--${Ie.EmptyName}`,
|
|
178540
|
-
message: `${_s[d.type].singular} "${
|
|
178540
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" does not have a name. Entities of type ${d.type} must have valid names.`,
|
|
178541
178541
|
severity: ue.Error,
|
|
178542
178542
|
code: Ie.EmptyName,
|
|
178543
178543
|
entity: d
|
|
@@ -178550,7 +178550,7 @@ function e1(d, p = [zi], i = [], n) {
|
|
|
178550
178550
|
if (!y) {
|
|
178551
178551
|
const v = Kt({
|
|
178552
178552
|
id: `${d.id}--${Ie.NameNotUniqueInScope}`,
|
|
178553
|
-
message: `${_s[d.type].singular} "${
|
|
178553
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" does not have a unique name. Entities of type ${d.type} must have valid names among all other entities of its type.`,
|
|
178554
178554
|
severity: ue.Error,
|
|
178555
178555
|
code: Ie.NameNotUniqueInScope,
|
|
178556
178556
|
entity: d
|
|
@@ -178564,7 +178564,7 @@ function e1(d, p = [zi], i = [], n) {
|
|
|
178564
178564
|
) && y) {
|
|
178565
178565
|
const _ = Kt({
|
|
178566
178566
|
id: `${d.id}--${Ie.NameAsResolvedCodeNameNotUniqueInScope}`,
|
|
178567
|
-
message: `${_s[d.type].singular} "${
|
|
178567
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" does not have a unique name once it is resolved as it will appear in code: "${b}". Entities of type ${d.type} must have valid names including their code name form.`,
|
|
178568
178568
|
severity: ue.Error,
|
|
178569
178569
|
code: Ie.NameAsResolvedCodeNameNotUniqueInScope,
|
|
178570
178570
|
entity: d
|
|
@@ -178576,7 +178576,7 @@ function e1(d, p = [zi], i = [], n) {
|
|
|
178576
178576
|
)) {
|
|
178577
178577
|
const _ = Kt({
|
|
178578
178578
|
id: `${d.id}--${Ie.NameIsForbiddenKeyword}`,
|
|
178579
|
-
message: `${_s[d.type].singular} "${
|
|
178579
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" has a name that is a forbidden keyword: "${b}". Entities of type ${d.type} must not use reserved keywords as names.`,
|
|
178580
178580
|
severity: ue.Error,
|
|
178581
178581
|
code: Ie.NameIsForbiddenKeyword,
|
|
178582
178582
|
entity: d
|
|
@@ -178586,7 +178586,7 @@ function e1(d, p = [zi], i = [], n) {
|
|
|
178586
178586
|
}), !/^[a-zA-Z_]/.test(c)) {
|
|
178587
178587
|
const v = Kt({
|
|
178588
178588
|
id: `${d.id}--${Ie.NameMustStartWithLetterOrUnderscore}`,
|
|
178589
|
-
message: `${_s[d.type].singular} "${
|
|
178589
|
+
message: `${_s[d.type].singular} "${se(d, d.project)}" with id "${d.id}" has a name that does not start with a letter or underscore.`,
|
|
178590
178590
|
severity: ue.Error,
|
|
178591
178591
|
code: Ie.NameMustStartWithLetterOrUnderscore,
|
|
178592
178592
|
entity: d
|
|
@@ -178773,7 +178773,7 @@ const Di = class Di extends $r {
|
|
|
178773
178773
|
} else {
|
|
178774
178774
|
const T = n.functions.length ? `
|
|
178775
178775
|
All global 'function-declaration' entity ids are:
|
|
178776
|
-
- ${n.functions.map((v) => `${v.id} (${
|
|
178776
|
+
- ${n.functions.map((v) => `${v.id} (${se(v, n)})`).join(`
|
|
178777
178777
|
- `)}.` : `
|
|
178778
178778
|
The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.`;
|
|
178779
178779
|
c.push(
|
|
@@ -180753,7 +180753,7 @@ function HLi(d, p) {
|
|
|
180753
180753
|
editable: !0,
|
|
180754
180754
|
type: o.LiteralValue,
|
|
180755
180755
|
standaloneParent: null,
|
|
180756
|
-
name:
|
|
180756
|
+
name: le.EntityTemplate,
|
|
180757
180757
|
autogeneration: null,
|
|
180758
180758
|
value: !0,
|
|
180759
180759
|
valueAsTypeSingle: null,
|
|
@@ -180804,7 +180804,7 @@ function HLi(d, p) {
|
|
|
180804
180804
|
editable: !0,
|
|
180805
180805
|
type: o.LiteralValue,
|
|
180806
180806
|
standaloneParent: null,
|
|
180807
|
-
name:
|
|
180807
|
+
name: le.EntityTemplate,
|
|
180808
180808
|
autogeneration: null,
|
|
180809
180809
|
value: !0,
|
|
180810
180810
|
valueAsTypeSingle: null,
|
|
@@ -180880,7 +180880,7 @@ function WLi(d, p) {
|
|
|
180880
180880
|
editable: !0,
|
|
180881
180881
|
type: o.LiteralValue,
|
|
180882
180882
|
standaloneParent: null,
|
|
180883
|
-
name:
|
|
180883
|
+
name: le.EntityTemplate,
|
|
180884
180884
|
autogeneration: null,
|
|
180885
180885
|
value: null,
|
|
180886
180886
|
valueAsTypeSingle: ($ == null ? void 0 : $.toJSON()) || null,
|
|
@@ -181041,7 +181041,7 @@ function WLi(d, p) {
|
|
|
181041
181041
|
let $ = _.defaultValue || null;
|
|
181042
181042
|
if (!$) {
|
|
181043
181043
|
const F = tn.new(p);
|
|
181044
|
-
F.parent = _.toReference(), F.name =
|
|
181044
|
+
F.parent = _.toReference(), F.name = le.Date, F.id = x.UUID.uuid(), $ = he(
|
|
181045
181045
|
F,
|
|
181046
181046
|
d.project
|
|
181047
181047
|
), $.hydrateAncestors(), $.setParent(_, p), $.addSelfToProject(p), $.initChildren(p), p == null || p.add(
|
|
@@ -181077,7 +181077,7 @@ function WLi(d, p) {
|
|
|
181077
181077
|
let U = L.defaultValue || null;
|
|
181078
181078
|
if (!U) {
|
|
181079
181079
|
const F = tn.new(p);
|
|
181080
|
-
F.name =
|
|
181080
|
+
F.name = le.EntityTemplate, F.parent = L.toReference(), F.id = x.UUID.uuid(), U = he(
|
|
181081
181081
|
F,
|
|
181082
181082
|
d.project
|
|
181083
181083
|
), U.hydrateAncestors(), U.setParent(
|
|
@@ -181141,13 +181141,13 @@ function Vq(d, p, i, n, l) {
|
|
|
181141
181141
|
const Z = new Date(d);
|
|
181142
181142
|
if (Z instanceof Date && !isNaN(Z.valueOf()) && (F = !0), F) {
|
|
181143
181143
|
const X = p.project.getBuiltIn(
|
|
181144
|
-
Y[o.PrimitiveEntity][
|
|
181144
|
+
Y[o.PrimitiveEntity][le.Date].id
|
|
181145
181145
|
);
|
|
181146
181146
|
p.setEntity(X, n);
|
|
181147
181147
|
break;
|
|
181148
181148
|
} else {
|
|
181149
181149
|
const X = p.project.getBuiltIn(
|
|
181150
|
-
Y[o.PrimitiveEntity][
|
|
181150
|
+
Y[o.PrimitiveEntity][le.String].id
|
|
181151
181151
|
);
|
|
181152
181152
|
p.setEntity(X, n);
|
|
181153
181153
|
break;
|
|
@@ -181155,7 +181155,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181155
181155
|
case "number":
|
|
181156
181156
|
p.setEntity(
|
|
181157
181157
|
p.project.getBuiltIn(
|
|
181158
|
-
Y[o.PrimitiveEntity][
|
|
181158
|
+
Y[o.PrimitiveEntity][le.Number].id
|
|
181159
181159
|
),
|
|
181160
181160
|
n
|
|
181161
181161
|
);
|
|
@@ -181163,7 +181163,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181163
181163
|
case "boolean":
|
|
181164
181164
|
p.setEntity(
|
|
181165
181165
|
p.project.getBuiltIn(
|
|
181166
|
-
Y[o.PrimitiveEntity][
|
|
181166
|
+
Y[o.PrimitiveEntity][le.Boolean].id
|
|
181167
181167
|
),
|
|
181168
181168
|
n
|
|
181169
181169
|
);
|
|
@@ -181172,7 +181172,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181172
181172
|
if (d === null) {
|
|
181173
181173
|
p.setEntity(
|
|
181174
181174
|
p.project.getBuiltIn(
|
|
181175
|
-
Y[o.PrimitiveEntity][
|
|
181175
|
+
Y[o.PrimitiveEntity][le.Null].id
|
|
181176
181176
|
),
|
|
181177
181177
|
n
|
|
181178
181178
|
);
|
|
@@ -181190,7 +181190,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181190
181190
|
case "string":
|
|
181191
181191
|
p.setEntity(
|
|
181192
181192
|
p.project.getBuiltIn(
|
|
181193
|
-
Y[o.PrimitiveEntity][
|
|
181193
|
+
Y[o.PrimitiveEntity][le.String].id
|
|
181194
181194
|
),
|
|
181195
181195
|
n
|
|
181196
181196
|
);
|
|
@@ -181198,7 +181198,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181198
181198
|
case "number":
|
|
181199
181199
|
p.setEntity(
|
|
181200
181200
|
p.project.getBuiltIn(
|
|
181201
|
-
Y[o.PrimitiveEntity][
|
|
181201
|
+
Y[o.PrimitiveEntity][le.Number].id
|
|
181202
181202
|
),
|
|
181203
181203
|
n
|
|
181204
181204
|
);
|
|
@@ -181206,7 +181206,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181206
181206
|
case "boolean":
|
|
181207
181207
|
p.setEntity(
|
|
181208
181208
|
p.project.getBuiltIn(
|
|
181209
|
-
Y[o.PrimitiveEntity][
|
|
181209
|
+
Y[o.PrimitiveEntity][le.Boolean].id
|
|
181210
181210
|
),
|
|
181211
181211
|
n
|
|
181212
181212
|
);
|
|
@@ -181214,7 +181214,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181214
181214
|
case "object":
|
|
181215
181215
|
p.setEntity(
|
|
181216
181216
|
p.project.getBuiltIn(
|
|
181217
|
-
Y[o.PrimitiveEntity][
|
|
181217
|
+
Y[o.PrimitiveEntity][le.Null].id
|
|
181218
181218
|
),
|
|
181219
181219
|
n
|
|
181220
181220
|
);
|
|
@@ -181257,7 +181257,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181257
181257
|
case "string":
|
|
181258
181258
|
re.setEntity(
|
|
181259
181259
|
re.project.getBuiltIn(
|
|
181260
|
-
Y[o.PrimitiveEntity][
|
|
181260
|
+
Y[o.PrimitiveEntity][le.String].id
|
|
181261
181261
|
),
|
|
181262
181262
|
n
|
|
181263
181263
|
);
|
|
@@ -181265,7 +181265,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181265
181265
|
case "number":
|
|
181266
181266
|
re.setEntity(
|
|
181267
181267
|
re.project.getBuiltIn(
|
|
181268
|
-
Y[o.PrimitiveEntity][
|
|
181268
|
+
Y[o.PrimitiveEntity][le.Number].id
|
|
181269
181269
|
),
|
|
181270
181270
|
n
|
|
181271
181271
|
);
|
|
@@ -181273,7 +181273,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181273
181273
|
case "boolean":
|
|
181274
181274
|
re.setEntity(
|
|
181275
181275
|
re.project.getBuiltIn(
|
|
181276
|
-
Y[o.PrimitiveEntity][
|
|
181276
|
+
Y[o.PrimitiveEntity][le.Boolean].id
|
|
181277
181277
|
),
|
|
181278
181278
|
n
|
|
181279
181279
|
);
|
|
@@ -181281,7 +181281,7 @@ function Vq(d, p, i, n, l) {
|
|
|
181281
181281
|
case "object":
|
|
181282
181282
|
re.setEntity(
|
|
181283
181283
|
re.project.getBuiltIn(
|
|
181284
|
-
Y[o.PrimitiveEntity][
|
|
181284
|
+
Y[o.PrimitiveEntity][le.Null].id
|
|
181285
181285
|
),
|
|
181286
181286
|
n
|
|
181287
181287
|
);
|
|
@@ -181950,7 +181950,7 @@ function Pq(d, p, i, n, l) {
|
|
|
181950
181950
|
l
|
|
181951
181951
|
), b.afterAllChildrenInitialized(l), b.outputs.forEach((_) => {
|
|
181952
181952
|
const $ = T.inputs.find(
|
|
181953
|
-
(L) =>
|
|
181953
|
+
(L) => se(_, d) === se(L, d)
|
|
181954
181954
|
);
|
|
181955
181955
|
_.setValueWriter($, l), $ == null || $.addValueReader(_, l);
|
|
181956
181956
|
});
|
|
@@ -182051,7 +182051,7 @@ function Pq(d, p, i, n, l) {
|
|
|
182051
182051
|
l
|
|
182052
182052
|
), b.afterAllChildrenInitialized(l), b.outputs.forEach((U) => {
|
|
182053
182053
|
const F = v.inputs.find(
|
|
182054
|
-
(Z) =>
|
|
182054
|
+
(Z) => se(U, d) === se(Z, d)
|
|
182055
182055
|
);
|
|
182056
182056
|
U.setValueWriter(F, l), F == null || F.addValueReader(U, l);
|
|
182057
182057
|
});
|
|
@@ -182062,7 +182062,7 @@ function XLi(d, p, i, n) {
|
|
|
182062
182062
|
const l = d.getBuiltIn(
|
|
182063
182063
|
Re.SQL_ROW_TRANSFORMER
|
|
182064
182064
|
), c = AZ(
|
|
182065
|
-
|
|
182065
|
+
se(p, d) + " row transformer",
|
|
182066
182066
|
d.entities
|
|
182067
182067
|
), e = l.implement(c, n), y = e.ownDeclaredProperties.find(
|
|
182068
182068
|
(U) => {
|
|
@@ -182093,7 +182093,7 @@ function XLi(d, p, i, n) {
|
|
|
182093
182093
|
);
|
|
182094
182094
|
else {
|
|
182095
182095
|
const U = tn.new(n);
|
|
182096
|
-
U.name =
|
|
182096
|
+
U.name = le.EntityTemplate, U.valueAsTypeSingle = p.toJSON(), U.parent = y.toReference();
|
|
182097
182097
|
const F = he(
|
|
182098
182098
|
U,
|
|
182099
182099
|
d
|
|
@@ -182111,7 +182111,7 @@ function XLi(d, p, i, n) {
|
|
|
182111
182111
|
n.listAdded.map((U) => {
|
|
182112
182112
|
var Z, X, ae, Q, fe, oe, ce;
|
|
182113
182113
|
const F = d.get(U.id);
|
|
182114
|
-
return F ?
|
|
182114
|
+
return F ? se(F, d) : U.type === o.InputMap ? "(not found) " + U.type + " " + U.id + " - declaration: " + ((Z = U.declaration) == null ? void 0 : Z.type) + " " + ((X = U.declaration) == null ? void 0 : X.id) + ' "' + ((ae = U.declaration) == null ? void 0 : ae.name) + `"
|
|
182115
182115
|
parent: ` + ((fe = (Q = U.parent) == null ? void 0 : Q.parent) == null ? void 0 : fe.id) + " - " + ((ce = (oe = U.parent) == null ? void 0 : oe.parent) == null ? void 0 : ce.name) : "(not found) " + U.type + " " + U.id;
|
|
182116
182116
|
})
|
|
182117
182117
|
), ie.log(
|
|
@@ -182119,7 +182119,7 @@ parent: ` + ((fe = (Q = U.parent) == null ? void 0 : Q.parent) == null ? void 0
|
|
|
182119
182119
|
n.listAdded.map((U) => {
|
|
182120
182120
|
var Z, X, ae, Q, fe, oe, ce;
|
|
182121
182121
|
const F = d.get(U.id);
|
|
182122
|
-
return F ? F.type + ' "' +
|
|
182122
|
+
return F ? F.type + ' "' + se(F, d) + '" (' + F.id + ")" : U.type === o.InputMap ? "(not found) " + U.type + " (" + U.id + ") - declaration: " + ((Z = U.declaration) == null ? void 0 : Z.type) + " (" + ((X = U.declaration) == null ? void 0 : X.id) + ') "' + ((ae = U.declaration) == null ? void 0 : ae.name) + `"
|
|
182123
182123
|
parent: "` + ((fe = (Q = U.parent) == null ? void 0 : Q.parent) == null ? void 0 : fe.name) + '" (' + ((ce = (oe = U.parent) == null ? void 0 : oe.parent) == null ? void 0 : ce.id) + ")" : "(not found) " + U.type + " " + U.id;
|
|
182124
182124
|
})
|
|
182125
182125
|
), ie.log("-----------------"), ie.log(
|
|
@@ -182149,7 +182149,7 @@ Up inputs: `,
|
|
|
182149
182149
|
), ie.log(
|
|
182150
182150
|
"Up method return statements:",
|
|
182151
182151
|
b == null ? void 0 : b.returnStatements[0].outputs.map(
|
|
182152
|
-
(U) =>
|
|
182152
|
+
(U) => se(U, d) + " (" + U.id + ")"
|
|
182153
182153
|
)
|
|
182154
182154
|
), ie.log(
|
|
182155
182155
|
`
|
|
@@ -182158,7 +182158,7 @@ Down inputs: `,
|
|
|
182158
182158
|
), ie.log(
|
|
182159
182159
|
"Down method return statements:",
|
|
182160
182160
|
E == null ? void 0 : E.returnStatements[0].outputs.map(
|
|
182161
|
-
(U) =>
|
|
182161
|
+
(U) => se(U, d) + " (" + U.id + ")"
|
|
182162
182162
|
)
|
|
182163
182163
|
);
|
|
182164
182164
|
const w = MGi(
|
|
@@ -182218,7 +182218,7 @@ function xG(d, p) {
|
|
|
182218
182218
|
n = JSON.stringify(d.value, null, 2);
|
|
182219
182219
|
} catch {
|
|
182220
182220
|
}
|
|
182221
|
-
return `${d.type}: ${d.id} (${
|
|
182221
|
+
return `${d.type}: ${d.id} (${se(
|
|
182222
182222
|
d,
|
|
182223
182223
|
p
|
|
182224
182224
|
)}) = ${n}`;
|
|
@@ -182234,7 +182234,7 @@ function xG(d, p) {
|
|
|
182234
182234
|
} catch {
|
|
182235
182235
|
}
|
|
182236
182236
|
}
|
|
182237
|
-
return `${d.type}: ${d.id} (${
|
|
182237
|
+
return `${d.type}: ${d.id} (${se(d, p)})`;
|
|
182238
182238
|
}
|
|
182239
182239
|
function vm(d, p) {
|
|
182240
182240
|
const i = xc(d);
|
|
@@ -182698,14 +182698,14 @@ function Vf(d, p, i = !1) {
|
|
|
182698
182698
|
c.type + " -- " + c.id,
|
|
182699
182699
|
e.length,
|
|
182700
182700
|
e.map(
|
|
182701
|
-
(Z, X) => X + 1 + '. "' +
|
|
182701
|
+
(Z, X) => X + 1 + '. "' + se(Z.callee, d.project) + '" ' + Z.callee.type + " -- " + Z.callee.id
|
|
182702
182702
|
)
|
|
182703
182703
|
), ie.log("----------------------------------------")), i && (ie.log(
|
|
182704
182704
|
"Relevant flat calls from start point",
|
|
182705
182705
|
c.type + " -- " + c.id,
|
|
182706
182706
|
b.length,
|
|
182707
182707
|
b.map(
|
|
182708
|
-
(Z, X) => X + 1 + '. "' +
|
|
182708
|
+
(Z, X) => X + 1 + '. "' + se(Z.callee, d.project) + '" ' + Z.callee.type + " -- " + Z.callee.id
|
|
182709
182709
|
)
|
|
182710
182710
|
), ie.log("----------------------------------------")), c.type === o.Loop) {
|
|
182711
182711
|
if (c.body.calls.includes(n))
|
|
@@ -182771,7 +182771,7 @@ function Vf(d, p, i = !1) {
|
|
|
182771
182771
|
"Remaining calls that reach target",
|
|
182772
182772
|
E.length,
|
|
182773
182773
|
E.map(
|
|
182774
|
-
(Z, X) => X + 1 + '. "' +
|
|
182774
|
+
(Z, X) => X + 1 + '. "' + se(Z.callee, d.project) + '" ' + Z.callee.type + " -- " + Z.callee.id
|
|
182775
182775
|
)
|
|
182776
182776
|
), ie.log("----------------------------------------")), E.length === 0)
|
|
182777
182777
|
return {
|
|
@@ -182800,7 +182800,7 @@ function Vf(d, p, i = !1) {
|
|
|
182800
182800
|
"Reduced single callers",
|
|
182801
182801
|
w.length,
|
|
182802
182802
|
w.map(
|
|
182803
|
-
(Z, X) => X + 1 + '. "' +
|
|
182803
|
+
(Z, X) => X + 1 + '. "' + se(Z.callee, d.project) + '" ' + Z.callee.type + " -- " + Z.callee.id
|
|
182804
182804
|
)
|
|
182805
182805
|
), ie.log("----------------------------------------")), w.length === 0)
|
|
182806
182806
|
return {
|
|
@@ -182851,26 +182851,26 @@ function Vf(d, p, i = !1) {
|
|
|
182851
182851
|
callType: Z.callType
|
|
182852
182852
|
};
|
|
182853
182853
|
Z.ancestor ? (_ = Z.ancestor, L = Z.ancestor, $ = Z.callType, i && ie.log(
|
|
182854
|
-
'Combined single caller between "' +
|
|
182854
|
+
'Combined single caller between "' + se(L, n.project) + '" ',
|
|
182855
182855
|
L.type + " -- " + L.id,
|
|
182856
182856
|
`
|
|
182857
182857
|
`,
|
|
182858
|
-
'AND "' +
|
|
182858
|
+
'AND "' + se(
|
|
182859
182859
|
U[0].callee,
|
|
182860
182860
|
n.project
|
|
182861
182861
|
) + '" ',
|
|
182862
|
-
'-> "' +
|
|
182862
|
+
'-> "' + se(
|
|
182863
182863
|
_,
|
|
182864
182864
|
n.project
|
|
182865
182865
|
) + '" ',
|
|
182866
182866
|
(_ == null ? void 0 : _.type) + " -- " + (_ == null ? void 0 : _.id) + " [" + $ + `]
|
|
182867
182867
|
`
|
|
182868
182868
|
)) : i && ie.log(
|
|
182869
|
-
'NO combined result "' +
|
|
182869
|
+
'NO combined result "' + se(L, n.project) + '" ',
|
|
182870
182870
|
L.type + " -- " + L.id,
|
|
182871
182871
|
`
|
|
182872
182872
|
`,
|
|
182873
|
-
'AND "' +
|
|
182873
|
+
'AND "' + se(
|
|
182874
182874
|
U[0].callee,
|
|
182875
182875
|
n.project
|
|
182876
182876
|
) + '" '
|
|
@@ -182887,12 +182887,18 @@ function jUi(d) {
|
|
|
182887
182887
|
o.OutputMap
|
|
182888
182888
|
].includes(d.type))
|
|
182889
182889
|
throw new Error(
|
|
182890
|
-
|
|
182890
|
+
`[getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders] Entity: ${d.id} - ${se(
|
|
182891
|
+
d,
|
|
182892
|
+
d.project
|
|
182893
|
+
)} - Can only be used with a value writer entity`
|
|
182891
182894
|
);
|
|
182892
182895
|
let p;
|
|
182893
182896
|
if (pm.includes(d.type) ? p = d : d.type === o.OutputMap && (p = d.parent), !p)
|
|
182894
182897
|
throw new Error(
|
|
182895
|
-
|
|
182898
|
+
`[getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders] Entity: ${d.id} - ${se(
|
|
182899
|
+
d,
|
|
182900
|
+
d.project
|
|
182901
|
+
)} - Can only be used with a value writer entity that has a caller`
|
|
182896
182902
|
);
|
|
182897
182903
|
const i = D([
|
|
182898
182904
|
d,
|
|
@@ -182931,10 +182937,10 @@ function jUi(d) {
|
|
|
182931
182937
|
callType: "error"
|
|
182932
182938
|
};
|
|
182933
182939
|
throw new Error(
|
|
182934
|
-
`getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders
|
|
182935
|
-
|
|
182936
|
-
|
|
182937
|
-
)}`
|
|
182940
|
+
`[getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders] Entity: ${d.id} - ${se(
|
|
182941
|
+
d,
|
|
182942
|
+
d.project
|
|
182943
|
+
)} - Could not be resolved, single caller found, but it is not a valid caller: ${y.id} - ${se(y, p.project)}`
|
|
182938
182944
|
);
|
|
182939
182945
|
}
|
|
182940
182946
|
const l = n.map((y) => {
|
|
@@ -182974,10 +182980,7 @@ function jUi(d) {
|
|
|
182974
182980
|
);
|
|
182975
182981
|
if (!T.ancestor)
|
|
182976
182982
|
throw new Error(
|
|
182977
|
-
`[getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders] Could not be resolved, no ancestor found for entity ${y.id} -- ${
|
|
182978
|
-
y,
|
|
182979
|
-
p.project
|
|
182980
|
-
)}`
|
|
182983
|
+
`[getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders] Could not be resolved, no ancestor found for entity ${y.id} -- ${se(y, p.project)}`
|
|
182981
182984
|
);
|
|
182982
182985
|
return T;
|
|
182983
182986
|
}).filter(
|
|
@@ -183003,7 +183006,7 @@ function jUi(d) {
|
|
|
183003
183006
|
if (e.length > 1)
|
|
183004
183007
|
throw new Error(
|
|
183005
183008
|
`getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders: Could not be resolved, multiple candidates found: ${e.map(
|
|
183006
|
-
(y) =>
|
|
183009
|
+
(y) => se(
|
|
183007
183010
|
y.ancestor,
|
|
183008
183011
|
p.project
|
|
183009
183012
|
)
|
|
@@ -183740,7 +183743,7 @@ function Wa(d, p = /* @__PURE__ */ new Set()) {
|
|
|
183740
183743
|
p.add(d.id), ie.log(
|
|
183741
183744
|
"[flattenDerivedCanvasEntities]",
|
|
183742
183745
|
d.type,
|
|
183743
|
-
|
|
183746
|
+
se(d, d.project),
|
|
183744
183747
|
d.id
|
|
183745
183748
|
);
|
|
183746
183749
|
const i = co(d);
|
|
@@ -183749,7 +183752,7 @@ function Wa(d, p = /* @__PURE__ */ new Set()) {
|
|
|
183749
183752
|
}), [...i.reduce((l, c) => (ie.log(
|
|
183750
183753
|
"[Recursive -- flattenDerivedCanvasEntities]",
|
|
183751
183754
|
c.type,
|
|
183752
|
-
|
|
183755
|
+
se(c, c.project),
|
|
183753
183756
|
c.id
|
|
183754
183757
|
), [
|
|
183755
183758
|
...l,
|
|
@@ -184614,21 +184617,37 @@ async function bGi(d, p = /* @__PURE__ */ new Set(), i = {
|
|
|
184614
184617
|
case o.ReturnStatement:
|
|
184615
184618
|
return nZ(d, p, n);
|
|
184616
184619
|
case o.ContinueStatement:
|
|
184617
|
-
return Kq(
|
|
184620
|
+
return Kq(
|
|
184621
|
+
d,
|
|
184622
|
+
p,
|
|
184623
|
+
n
|
|
184624
|
+
);
|
|
184618
184625
|
case o.BreakStatement:
|
|
184619
184626
|
return Uq(d, p, n);
|
|
184620
184627
|
case o.VariableDeclaration:
|
|
184621
|
-
return lZ(
|
|
184628
|
+
return lZ(
|
|
184629
|
+
d,
|
|
184630
|
+
p,
|
|
184631
|
+
n
|
|
184632
|
+
);
|
|
184622
184633
|
case o.DefinitionEntity:
|
|
184623
184634
|
return Fq(d, p, n);
|
|
184624
184635
|
case o.FunctionDeclaration:
|
|
184625
|
-
return Zq(
|
|
184636
|
+
return Zq(
|
|
184637
|
+
d,
|
|
184638
|
+
p,
|
|
184639
|
+
n
|
|
184640
|
+
);
|
|
184626
184641
|
case o.Project:
|
|
184627
184642
|
return iZ(d, p, n);
|
|
184628
184643
|
case o.ActionDescriptor:
|
|
184629
184644
|
return Mq(d, p, n);
|
|
184630
184645
|
case o.ArgumentDeclaration:
|
|
184631
|
-
return Bq(
|
|
184646
|
+
return Bq(
|
|
184647
|
+
d,
|
|
184648
|
+
p,
|
|
184649
|
+
n
|
|
184650
|
+
);
|
|
184632
184651
|
case o.ValueDescriptor:
|
|
184633
184652
|
return sZ(d, p, n);
|
|
184634
184653
|
case o.InputMap:
|
|
@@ -184648,7 +184667,11 @@ async function bGi(d, p = /* @__PURE__ */ new Set(), i = {
|
|
|
184648
184667
|
case o.VariableInstance:
|
|
184649
184668
|
return oZ(d, p, n);
|
|
184650
184669
|
case o.BuiltInBaseEntity:
|
|
184651
|
-
return n.ignoreBuiltInBaseEntities ? [] : kq(
|
|
184670
|
+
return n.ignoreBuiltInBaseEntities ? [] : kq(
|
|
184671
|
+
d,
|
|
184672
|
+
p,
|
|
184673
|
+
n
|
|
184674
|
+
);
|
|
184652
184675
|
case o.PrimitiveEntity:
|
|
184653
184676
|
return n.ignoreBuiltInBaseEntities ? [] : tZ(d, p, n);
|
|
184654
184677
|
}
|
|
@@ -184749,7 +184772,7 @@ function co(d, p = !1) {
|
|
|
184749
184772
|
ie.log(
|
|
184750
184773
|
"[getRelatedCanvasElementsOnTheRight]",
|
|
184751
184774
|
d.type,
|
|
184752
|
-
|
|
184775
|
+
se(d, d.project),
|
|
184753
184776
|
d.id
|
|
184754
184777
|
);
|
|
184755
184778
|
const i = [];
|
|
@@ -184774,7 +184797,7 @@ function co(d, p = !1) {
|
|
|
184774
184797
|
].flatMap((l) => l.collapsed && p ? [] : (ie.log(
|
|
184775
184798
|
"[Recursive -- getRelatedCanvasElementsOnTheRight]",
|
|
184776
184799
|
l.type,
|
|
184777
|
-
|
|
184800
|
+
se(l, l.project),
|
|
184778
184801
|
l.id
|
|
184779
184802
|
), co(l, p)));
|
|
184780
184803
|
i.push(...n);
|
|
@@ -186170,10 +186193,10 @@ function Em(d) {
|
|
|
186170
186193
|
return "Any data type";
|
|
186171
186194
|
let p = "";
|
|
186172
186195
|
if (d.interactiveEntities === !1 ? p += ` but only definition nodes ${d.asType ? "as template " : ""}that don't include non-interactive built-in functionality` : d.interactiveEntities === !0 && (p += ` but only definition nodes ${d.asType ? "as template " : ""}that extend or implement interactive built-in functionality`), d.staticEntities === !1 ? p ? p += " and that aren't a single global copy instance" : p += ` but only definition nodes ${d.asType ? "as template " : ""}that aren't a single global copy instance` : d.staticEntities === !0 && (p ? p += " and that are a single global copy instance" : p += ` but only definition nodes ${d.asType ? "as template " : ""}that are a single global copy instance`), d.actionEntities === !1 ? p ? p += " excluding executable/action nodes" : p += ` excluding executable/action nodes ${d.asType ? "templates " : ""}` : d.actionEntities === !0 && (p ? p += " and not executable/action nodes" : p += " but not executable/action nodes"), d.entity && (p = ""), d.asType && !p && !((i = d.andChildrenGroup) != null && i.length) && !((n = d.orChildrenGroup) != null && n.length) && (p = " as template"), d.foreignKeyRef) {
|
|
186173
|
-
const e = d.isList, y =
|
|
186196
|
+
const e = d.isList, y = se(
|
|
186174
186197
|
d.foreignKeyRef,
|
|
186175
186198
|
d.project
|
|
186176
|
-
), T =
|
|
186199
|
+
), T = se(
|
|
186177
186200
|
d.foreignKeyRef.parent,
|
|
186178
186201
|
d.project
|
|
186179
186202
|
);
|
|
@@ -186198,10 +186221,10 @@ function Em(d) {
|
|
|
186198
186221
|
if (d.entity.type === o.PrimitiveEntity) {
|
|
186199
186222
|
let e = d.entity.name;
|
|
186200
186223
|
switch (d.entity.name) {
|
|
186201
|
-
case
|
|
186224
|
+
case le.String:
|
|
186202
186225
|
e = "Text";
|
|
186203
186226
|
break;
|
|
186204
|
-
case
|
|
186227
|
+
case le.KeyValue:
|
|
186205
186228
|
e = "Data structure";
|
|
186206
186229
|
break;
|
|
186207
186230
|
}
|
|
@@ -186212,7 +186235,7 @@ function Em(d) {
|
|
|
186212
186235
|
)}${p}`
|
|
186213
186236
|
);
|
|
186214
186237
|
} else if (d.entity.type === o.DefinitionEntity) {
|
|
186215
|
-
const e =
|
|
186238
|
+
const e = se(
|
|
186216
186239
|
d.entity,
|
|
186217
186240
|
d.project
|
|
186218
186241
|
);
|
|
@@ -186223,29 +186246,29 @@ function Em(d) {
|
|
|
186223
186246
|
);
|
|
186224
186247
|
return d.isList ? `List of ${e} values${p}` : e.slice(0, 1).toUpperCase() + e.slice(1) + p;
|
|
186225
186248
|
} else if (d.entity.type === o.LiteralValue) {
|
|
186226
|
-
if (d.entity.name ===
|
|
186249
|
+
if (d.entity.name === le.Null)
|
|
186227
186250
|
return "Empty value";
|
|
186228
|
-
if (d.entity.name ===
|
|
186251
|
+
if (d.entity.name === le.Untyped)
|
|
186229
186252
|
return "Untyped value";
|
|
186230
|
-
if (d.entity.name ===
|
|
186253
|
+
if (d.entity.name === le.File)
|
|
186231
186254
|
return "File";
|
|
186232
|
-
if (d.entity.name ===
|
|
186255
|
+
if (d.entity.name === le.String)
|
|
186233
186256
|
return `"${d.entity.value}" text`;
|
|
186234
|
-
if (d.entity.name ===
|
|
186257
|
+
if (d.entity.name === le.Number)
|
|
186235
186258
|
return `Number '${d.entity.value}'`;
|
|
186236
|
-
if (d.entity.name ===
|
|
186259
|
+
if (d.entity.name === le.Boolean)
|
|
186237
186260
|
return `${d.entity.value} value`;
|
|
186238
|
-
if (d.entity.name ===
|
|
186261
|
+
if (d.entity.name === le.UUID)
|
|
186239
186262
|
return `"${d.entity.value}" unique identifier`;
|
|
186240
|
-
if (d.entity.name ===
|
|
186263
|
+
if (d.entity.name === le.Date)
|
|
186241
186264
|
return `"${d.entity.value}" date`;
|
|
186242
186265
|
}
|
|
186243
|
-
return d.isList ? `List of ${
|
|
186266
|
+
return d.isList ? `List of ${se(
|
|
186244
186267
|
d.entity,
|
|
186245
186268
|
d.project
|
|
186246
186269
|
)} values${p}` : (
|
|
186247
186270
|
// Upper case the first letter
|
|
186248
|
-
`${
|
|
186271
|
+
`${se(d.entity, d.project).slice(0, 1).toUpperCase() + se(d.entity, d.project).slice(1)} value${p}`
|
|
186249
186272
|
);
|
|
186250
186273
|
}
|
|
186251
186274
|
function Aki(d) {
|
|
@@ -186390,44 +186413,44 @@ function gki(d) {
|
|
|
186390
186413
|
const p = E_(d);
|
|
186391
186414
|
if (!p) {
|
|
186392
186415
|
const i = bm(d);
|
|
186393
|
-
return i.includes(Re.HTTP_ENDPOINT) ? "HTTP endpoint" : i.includes(Re.PERSISTED_ENTITY) ? "Persisted entity" : i.includes(Re.CRON_JOB) ? "Scheduled execution" : i.includes(Re.RELATIONAL_DATABASE) ? "Relational database" : i.includes(Re.SQL_ROW_TRANSFORMER) ? "Row transformer" : i.includes(Re.GOOGLE_AUTH_CONNECTION) ? "Google account connection" : i.includes(Re.SLACK_AUTH_CONNECTION) ? "Slack account connection" : i.includes(Re.AIRTABLE_AUTH_CONNECTION) ? "Airtable account connection" : i.includes(Re.MICROSOFT_AUTH_CONNECTION) ? "Microsoft account connection" : i.includes(Re.OPENAI_AUTH_CONNECTION) ? "OpenAI account connection" : i.includes(Re.ATLASSIAN_AUTH_CONNECTION) ? "Atlassian account connection" : i.includes(Re.JIRA_AUTH_CONNECTION) ? "Jira account connection" : i.includes(Re.EXTERNAL_INTEGRATION_CONNECTION) ? "External integration connection" :
|
|
186416
|
+
return i.includes(Re.HTTP_ENDPOINT) ? "HTTP endpoint" : i.includes(Re.PERSISTED_ENTITY) ? "Persisted entity" : i.includes(Re.CRON_JOB) ? "Scheduled execution" : i.includes(Re.RELATIONAL_DATABASE) ? "Relational database" : i.includes(Re.SQL_ROW_TRANSFORMER) ? "Row transformer" : i.includes(Re.GOOGLE_AUTH_CONNECTION) ? "Google account connection" : i.includes(Re.SLACK_AUTH_CONNECTION) ? "Slack account connection" : i.includes(Re.AIRTABLE_AUTH_CONNECTION) ? "Airtable account connection" : i.includes(Re.MICROSOFT_AUTH_CONNECTION) ? "Microsoft account connection" : i.includes(Re.OPENAI_AUTH_CONNECTION) ? "OpenAI account connection" : i.includes(Re.ATLASSIAN_AUTH_CONNECTION) ? "Atlassian account connection" : i.includes(Re.JIRA_AUTH_CONNECTION) ? "Jira account connection" : i.includes(Re.EXTERNAL_INTEGRATION_CONNECTION) ? "External integration connection" : se(d, d.project) + " entity";
|
|
186394
186417
|
}
|
|
186395
|
-
return
|
|
186418
|
+
return se(p, d.project) + " entity";
|
|
186396
186419
|
}
|
|
186397
186420
|
function jGi(d) {
|
|
186398
186421
|
let p = "Find ";
|
|
186399
186422
|
return d.outputs.forEach((i, n) => {
|
|
186400
186423
|
const l = XO(i, null), c = $f(
|
|
186401
|
-
l && l.entity ?
|
|
186424
|
+
l && l.entity ? se(l.entity, d.project) : "unstructured data"
|
|
186402
186425
|
);
|
|
186403
186426
|
n === 0 ? p += `${c} ` : n === d.outputs.length - 1 ? p += `and ${c} ` : p += `, ${c} `;
|
|
186404
186427
|
}), p;
|
|
186405
186428
|
}
|
|
186406
186429
|
function KGi(d) {
|
|
186407
186430
|
switch (d.name) {
|
|
186408
|
-
case
|
|
186431
|
+
case le.String:
|
|
186409
186432
|
return "Text";
|
|
186410
|
-
case
|
|
186433
|
+
case le.Number:
|
|
186411
186434
|
return "Number";
|
|
186412
|
-
case
|
|
186435
|
+
case le.Boolean:
|
|
186413
186436
|
return "Boolean";
|
|
186414
|
-
case
|
|
186437
|
+
case le.KeyValue:
|
|
186415
186438
|
return "Data structure";
|
|
186416
|
-
case
|
|
186439
|
+
case le.UUID:
|
|
186417
186440
|
return "Unique identifier";
|
|
186418
|
-
case
|
|
186441
|
+
case le.Date:
|
|
186419
186442
|
return "Date";
|
|
186420
|
-
case
|
|
186443
|
+
case le.EntityTemplate:
|
|
186421
186444
|
return "Entity as template";
|
|
186422
|
-
case
|
|
186445
|
+
case le.Enum:
|
|
186423
186446
|
return "Enumeration";
|
|
186424
|
-
case
|
|
186447
|
+
case le.File:
|
|
186425
186448
|
return "File";
|
|
186426
|
-
case
|
|
186449
|
+
case le.Null:
|
|
186427
186450
|
return "Empty";
|
|
186428
|
-
case
|
|
186451
|
+
case le.ActionDescriptor:
|
|
186429
186452
|
return "Action descriptor";
|
|
186430
|
-
case
|
|
186453
|
+
case le.Untyped:
|
|
186431
186454
|
return "Untyped";
|
|
186432
186455
|
default:
|
|
186433
186456
|
return d.name;
|
|
@@ -186941,7 +186964,7 @@ function FGi(d) {
|
|
|
186941
186964
|
return (d.name.slice(0, 1).toUpperCase() + d.name.slice(1)).replaceAll("-", " ");
|
|
186942
186965
|
}
|
|
186943
186966
|
}
|
|
186944
|
-
function
|
|
186967
|
+
function se(d, p) {
|
|
186945
186968
|
var i;
|
|
186946
186969
|
if (o.FunctionDeclaration === d.type) {
|
|
186947
186970
|
const n = d.name;
|
|
@@ -186972,12 +186995,12 @@ function le(d, p) {
|
|
|
186972
186995
|
case o.Search:
|
|
186973
186996
|
return jGi(d);
|
|
186974
186997
|
case o.GlobalEvent:
|
|
186975
|
-
return d.implements ?
|
|
186998
|
+
return d.implements ? se(d.implements, p) : Zr(d.type).replaceAll("-", " ");
|
|
186976
186999
|
case o.Operation:
|
|
186977
187000
|
case o.InternalCall:
|
|
186978
187001
|
case o.Loop:
|
|
186979
187002
|
const n = Wn(d.declaration, p);
|
|
186980
|
-
return
|
|
187003
|
+
return se(n, p);
|
|
186981
187004
|
case o.ActionDescriptor:
|
|
186982
187005
|
return FGi(d);
|
|
186983
187006
|
case o.BreakStatement:
|
|
@@ -186985,13 +187008,13 @@ function le(d, p) {
|
|
|
186985
187008
|
d.parent,
|
|
186986
187009
|
p
|
|
186987
187010
|
);
|
|
186988
|
-
return `Stop loop ${
|
|
187011
|
+
return `Stop loop ${se(l, p)}`;
|
|
186989
187012
|
case o.ContinueStatement:
|
|
186990
187013
|
const c = Wn(
|
|
186991
187014
|
d.parent,
|
|
186992
187015
|
p
|
|
186993
187016
|
);
|
|
186994
|
-
return `Execute next iteration of ${
|
|
187017
|
+
return `Execute next iteration of ${se(
|
|
186995
187018
|
c,
|
|
186996
187019
|
p
|
|
186997
187020
|
)}`;
|
|
@@ -187007,7 +187030,7 @@ function le(d, p) {
|
|
|
187007
187030
|
if (y.declaration.id === cr.Or)
|
|
187008
187031
|
return "If any condition is met";
|
|
187009
187032
|
if ((i = d.inputs) != null && i.length) {
|
|
187010
|
-
const T =
|
|
187033
|
+
const T = se(
|
|
187011
187034
|
y.inputs[0],
|
|
187012
187035
|
y.project
|
|
187013
187036
|
);
|
|
@@ -187025,7 +187048,7 @@ function le(d, p) {
|
|
|
187025
187048
|
}
|
|
187026
187049
|
case o.ReturnStatement: {
|
|
187027
187050
|
const y = Wn(d.parent, p);
|
|
187028
|
-
return y ? `Output of ${
|
|
187051
|
+
return y ? `Output of ${se(y, p)}` : "Return statement";
|
|
187029
187052
|
}
|
|
187030
187053
|
case o.InputMap:
|
|
187031
187054
|
if (d.declaration) {
|
|
@@ -187033,7 +187056,7 @@ function le(d, p) {
|
|
|
187033
187056
|
d.declaration,
|
|
187034
187057
|
p
|
|
187035
187058
|
);
|
|
187036
|
-
return
|
|
187059
|
+
return se(y, p) || "";
|
|
187037
187060
|
} else {
|
|
187038
187061
|
if (!d.name)
|
|
187039
187062
|
throw new Error(
|
|
@@ -187046,7 +187069,7 @@ function le(d, p) {
|
|
|
187046
187069
|
d.declaration,
|
|
187047
187070
|
p
|
|
187048
187071
|
);
|
|
187049
|
-
return
|
|
187072
|
+
return se(y, p) || "";
|
|
187050
187073
|
}
|
|
187051
187074
|
case o.OutputMap:
|
|
187052
187075
|
if (d.declaration) {
|
|
@@ -187347,14 +187370,14 @@ function BG(d, p) {
|
|
|
187347
187370
|
}
|
|
187348
187371
|
let l = "";
|
|
187349
187372
|
return n && (l = `${PD(
|
|
187350
|
-
|
|
187373
|
+
se(n, p)
|
|
187351
187374
|
)}-`), i = `${l}${PD(
|
|
187352
|
-
|
|
187375
|
+
se(d, p)
|
|
187353
187376
|
)}-id`, p.instances[i] ? x.UUID.uuid() : i;
|
|
187354
187377
|
}
|
|
187355
187378
|
function Kr(d, p, i = "uuid") {
|
|
187356
187379
|
return i === "semantic" ? SGi(
|
|
187357
|
-
|
|
187380
|
+
se(d, p),
|
|
187358
187381
|
d.type,
|
|
187359
187382
|
p
|
|
187360
187383
|
) : x.UUID.uuid();
|
|
@@ -187630,7 +187653,7 @@ ${nc}`
|
|
|
187630
187653
|
id: `${i.id}--${ne.BuiltInEntityParent}`,
|
|
187631
187654
|
code: ne.BuiltInEntityParent,
|
|
187632
187655
|
severity: ue.Error,
|
|
187633
|
-
message: `The entity with id '${i.id}' and type '${i.type}', belongs to a built-in system entity "${
|
|
187656
|
+
message: `The entity with id '${i.id}' and type '${i.type}', belongs to a built-in system entity "${se(
|
|
187634
187657
|
T,
|
|
187635
187658
|
n
|
|
187636
187659
|
)}" with id '${T.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`
|
|
@@ -188927,7 +188950,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
188927
188950
|
), this;
|
|
188928
188951
|
}
|
|
188929
188952
|
isObject() {
|
|
188930
|
-
return !!this.entity && (this.entity.type === o.DefinitionEntity || this.entity.type === o.BuiltInBaseEntity || this.entity.name ===
|
|
188953
|
+
return !!this.entity && (this.entity.type === o.DefinitionEntity || this.entity.type === o.BuiltInBaseEntity || this.entity.name === le.KeyValue) && !this.isList;
|
|
188931
188954
|
}
|
|
188932
188955
|
canBeObject() {
|
|
188933
188956
|
var n;
|
|
@@ -188938,7 +188961,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
188938
188961
|
)) == null ? void 0 : n.value;
|
|
188939
188962
|
l ? !l.valueAsType && (l.value === "" || l.value === null || HGi(l)) && (i = !0) : i = !0;
|
|
188940
188963
|
}
|
|
188941
|
-
return (this.isObject() || !this.entity || this.entity.name ===
|
|
188964
|
+
return (this.isObject() || !this.entity || this.entity.name === le.Untyped) && i;
|
|
188942
188965
|
}
|
|
188943
188966
|
hasStrictObjectStructure() {
|
|
188944
188967
|
var i;
|
|
@@ -188955,7 +188978,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
188955
188978
|
canModifyObjectStructure() {
|
|
188956
188979
|
var n;
|
|
188957
188980
|
const i = this.isIndependentlyUserDeclaredEntity();
|
|
188958
|
-
return (this.isInlineDeclaredEntity() || this.canBeObject() || ((n = this.entity) == null ? void 0 : n.name) ===
|
|
188981
|
+
return (this.isInlineDeclaredEntity() || this.canBeObject() || ((n = this.entity) == null ? void 0 : n.name) === le.KeyValue) && !i;
|
|
188959
188982
|
}
|
|
188960
188983
|
// Only for inferred data types,
|
|
188961
188984
|
// attempt to update the entity based on the inputs,
|
|
@@ -188981,7 +189004,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
188981
189004
|
self: this
|
|
188982
189005
|
};
|
|
188983
189006
|
if (!this.entity && i.length) {
|
|
188984
|
-
const v =
|
|
189007
|
+
const v = se(this.parent, this.project) + " data type definition", b = {
|
|
188985
189008
|
id: x.UUID.uuid(),
|
|
188986
189009
|
deletable: !0,
|
|
188987
189010
|
editable: !0,
|
|
@@ -189139,7 +189162,7 @@ function wZ(d, p) {
|
|
|
189139
189162
|
if (!p.abstract) {
|
|
189140
189163
|
const l = Kt({
|
|
189141
189164
|
id: `${d.id}--${ve.PropertyImplementsNonAbstact}`,
|
|
189142
|
-
message: `Property "${
|
|
189165
|
+
message: `Property "${se(d, d.project)}" with id "${d.id}" implements a non-abstract property "${se(
|
|
189143
189166
|
p,
|
|
189144
189167
|
d.project
|
|
189145
189168
|
)}" with id "${p.id}".`,
|
|
@@ -189152,10 +189175,10 @@ function wZ(d, p) {
|
|
|
189152
189175
|
if (d.static && !p.static) {
|
|
189153
189176
|
const l = Kt({
|
|
189154
189177
|
id: `${d.id}--${ve.NonStaticPropertyImplementsStatic}`,
|
|
189155
|
-
message: `Static property "${
|
|
189178
|
+
message: `Static property "${se(
|
|
189156
189179
|
d,
|
|
189157
189180
|
d.project
|
|
189158
|
-
)}" with id "${d.id}" implements a non-static property "${
|
|
189181
|
+
)}" with id "${d.id}" implements a non-static property "${se(
|
|
189159
189182
|
p,
|
|
189160
189183
|
d.project
|
|
189161
189184
|
)}" with id "${p.id}".`,
|
|
@@ -189168,10 +189191,10 @@ function wZ(d, p) {
|
|
|
189168
189191
|
if (!d.static && p.static) {
|
|
189169
189192
|
const l = Kt({
|
|
189170
189193
|
id: `${d.id}--${ve.StaticPropertyImplementsNonStatic}`,
|
|
189171
|
-
message: `Non-static property "${
|
|
189194
|
+
message: `Non-static property "${se(
|
|
189172
189195
|
d,
|
|
189173
189196
|
d.project
|
|
189174
|
-
)}" with id "${d.id}" implements a static property "${
|
|
189197
|
+
)}" with id "${d.id}" implements a static property "${se(
|
|
189175
189198
|
p,
|
|
189176
189199
|
d.project
|
|
189177
189200
|
)}" with id "${p.id}".`,
|
|
@@ -189187,7 +189210,7 @@ function wZ(d, p) {
|
|
|
189187
189210
|
)) {
|
|
189188
189211
|
const l = Kt({
|
|
189189
189212
|
id: `${d.id}--${ve.PropertyImplementsIncompatibleType}`,
|
|
189190
|
-
message: `Property "${
|
|
189213
|
+
message: `Property "${se(d, d.project)}" with id "${d.id}" implements a property "${se(
|
|
189191
189214
|
p,
|
|
189192
189215
|
d.project
|
|
189193
189216
|
)}" with id "${p.id}" that has an incompatible data type.`,
|
|
@@ -189232,7 +189255,7 @@ function WGi(d, p) {
|
|
|
189232
189255
|
else {
|
|
189233
189256
|
const c = lc(l);
|
|
189234
189257
|
if (c) {
|
|
189235
|
-
const e = l !== c ? `The entity of type '${d.type}' with id '${d.id}' have 'parent' with id '${d.parent}' because the entity belongs to a built-in '${c.type}' entity with id '${c.id}' (${
|
|
189258
|
+
const e = l !== c ? `The entity of type '${d.type}' with id '${d.id}' have 'parent' with id '${d.parent}' because the entity belongs to a built-in '${c.type}' entity with id '${c.id}' (${se(
|
|
189236
189259
|
c,
|
|
189237
189260
|
l.project
|
|
189238
189261
|
)}) 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 ${c.type}.`;
|
|
@@ -189260,11 +189283,11 @@ function WGi(d, p) {
|
|
|
189260
189283
|
if (y.length) {
|
|
189261
189284
|
let T = y.length > 1 ? `The entity of type '${d.type}' with id '${d.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements multiple '${o.BuiltInBaseEntity}' entities that are non-interactive ("${Dt(
|
|
189262
189285
|
y.map(
|
|
189263
|
-
(v) =>
|
|
189286
|
+
(v) => se(v, v.project)
|
|
189264
189287
|
),
|
|
189265
189288
|
'", "',
|
|
189266
189289
|
'" and "'
|
|
189267
|
-
)}").` : `The entity of type '${d.type}' with id '${d.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
189290
|
+
)}").` : `The entity of type '${d.type}' with id '${d.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements a '${o.BuiltInBaseEntity}' entity that is non-interactive ("${se(
|
|
189268
189291
|
y[0],
|
|
189269
189292
|
y[0].project
|
|
189270
189293
|
)}").`;
|
|
@@ -189352,7 +189375,7 @@ function UG(d, p) {
|
|
|
189352
189375
|
let e = d.defaultValue;
|
|
189353
189376
|
if (!d.defaultValue) {
|
|
189354
189377
|
const y = tn.new(p);
|
|
189355
|
-
y.name =
|
|
189378
|
+
y.name = le.EntityTemplate, y.parent = d.toReference();
|
|
189356
189379
|
const T = he(
|
|
189357
189380
|
y,
|
|
189358
189381
|
d.project
|
|
@@ -193832,7 +193855,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
193832
193855
|
const T = [];
|
|
193833
193856
|
i.forEach((E) => {
|
|
193834
193857
|
T.find(
|
|
193835
|
-
(_) =>
|
|
193858
|
+
(_) => se(_, this.project) === se(E, this.project)
|
|
193836
193859
|
) || T.push(E);
|
|
193837
193860
|
});
|
|
193838
193861
|
const v = this.properties.filter(
|
|
@@ -193841,7 +193864,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
193841
193864
|
T.forEach((E) => {
|
|
193842
193865
|
var Z, X, ae;
|
|
193843
193866
|
const w = v.find(
|
|
193844
|
-
(Q) =>
|
|
193867
|
+
(Q) => se(Q, this.project) === se(E, this.project)
|
|
193845
193868
|
);
|
|
193846
193869
|
if (!w)
|
|
193847
193870
|
return;
|
|
@@ -193895,7 +193918,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
193895
193918
|
}) : (b.forEach((E) => {
|
|
193896
193919
|
var ae, Q, fe, oe;
|
|
193897
193920
|
const w = this.properties.find(
|
|
193898
|
-
(ce) =>
|
|
193921
|
+
(ce) => se(ce, this.project) === se(E, this.project)
|
|
193899
193922
|
);
|
|
193900
193923
|
if (w) {
|
|
193901
193924
|
if (E.setDeclaration(w, n), !w.getDataType(n)) {
|
|
@@ -193927,7 +193950,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
193927
193950
|
}
|
|
193928
193951
|
return;
|
|
193929
193952
|
}
|
|
193930
|
-
const _ =
|
|
193953
|
+
const _ = se(E, this.project), $ = E.codeName || I_(E, this.project) || $f(zi(_)), L = es.new(n);
|
|
193931
193954
|
L.parent = this.toReference(), L.index = E.index, L.name = _, L.codeName = $, L.description = E.description;
|
|
193932
193955
|
const U = he(
|
|
193933
193956
|
L,
|
|
@@ -199197,7 +199220,7 @@ export {
|
|
|
199197
199220
|
nn as PasswordOperations,
|
|
199198
199221
|
DMi as PersistedEntity,
|
|
199199
199222
|
Da as PrimitiveEntityState,
|
|
199200
|
-
|
|
199223
|
+
le as PrimitiveTypes,
|
|
199201
199224
|
x as ProjectState,
|
|
199202
199225
|
Ti as ProjectStateEvents,
|
|
199203
199226
|
JGi as PropertyDependencyField,
|
|
@@ -201830,7 +201853,7 @@ export {
|
|
|
201830
201853
|
tGi as resolveEarliestSingleCallerAncestor,
|
|
201831
201854
|
I_ as resolveEntityCodeName,
|
|
201832
201855
|
Aki as resolveEntityDataTypeLabel,
|
|
201833
|
-
|
|
201856
|
+
se as resolveEntityName,
|
|
201834
201857
|
rBi as resolveEntitySubheader,
|
|
201835
201858
|
ZUi as resolveFirstCallsSecond,
|
|
201836
201859
|
HUi as resolveFirstWritesSecond,
|