@elyx-code/project-logic-tree 0.0.7044 → 0.0.7046
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 +2 -2
- package/dist/index.d.ts +5 -4
- package/dist/index.js +12 -12
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { ICloudHostedCodebaseDetails } from '@elyx-code/definitions';
|
|
|
15
15
|
import { ICloudHostedCodebaseInfrastructureResource } from '@elyx-code/definitions';
|
|
16
16
|
import { ICompiledLocalCodebaseDetails } from '@elyx-code/definitions';
|
|
17
17
|
import { ICompiledLocalCodebaseInfrastructureResource } from '@elyx-code/definitions';
|
|
18
|
+
import { IContainerComputeInfrastructureResource } from '@elyx-code/definitions';
|
|
18
19
|
import { IDeploymentStepDefinition } from '@elyx-code/definitions';
|
|
19
20
|
import { IEventsBus } from '@elyx-code/common-ts-utils';
|
|
20
21
|
import { IHttpApiDetails } from '@elyx-code/definitions';
|
|
@@ -774,7 +775,7 @@ export declare enum BaseEntityNames {
|
|
|
774
775
|
SQL_ROOT_CONNECTION_CONFIG = "BUILT_IN_SQL_ROOT_CONNECTION_CONFIG_ENTITY",
|
|
775
776
|
COMPUTE_ENTITY = "BUILT_IN_COMPUTE_ENTITY",
|
|
776
777
|
CONTAINER_COMPUTE_ENTITY = "BUILT_IN_CONTAINER_COMPUTE_ENTITY",
|
|
777
|
-
|
|
778
|
+
SHARED_DRIVE_ENTITY = "BUILT_IN_SHARED_DRIVE_ENTITY"
|
|
778
779
|
}
|
|
779
780
|
|
|
780
781
|
export declare class BaseExtensionState implements IExtensionState {
|
|
@@ -1695,7 +1696,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1695
1696
|
};
|
|
1696
1697
|
methods: {};
|
|
1697
1698
|
};
|
|
1698
|
-
|
|
1699
|
+
BUILT_IN_SHARED_DRIVE_ENTITY: {
|
|
1699
1700
|
id: BaseEntityNames;
|
|
1700
1701
|
properties: {};
|
|
1701
1702
|
methods: {};
|
|
@@ -12366,7 +12367,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12366
12367
|
get status(): PublicationStatus;
|
|
12367
12368
|
get steps(): IDeploymentStepDefinition<IInfrastructureResource>[];
|
|
12368
12369
|
get editor(): IEditor;
|
|
12369
|
-
get explicitResources(): Map<string, IRelationalDatabaseInfrastructureResource | IHttpApiInfrastructureResource | IServerlessFunctionInfrastructureResource | IHttpEndpointInfrastructureResource>;
|
|
12370
|
+
get explicitResources(): Map<string, IRelationalDatabaseInfrastructureResource | IHttpApiInfrastructureResource | IServerlessFunctionInfrastructureResource | IHttpEndpointInfrastructureResource | IContainerComputeInfrastructureResource>;
|
|
12370
12371
|
get implicitGlobalResources(): Map<InfrastructureResourceType.CompiledLocalCodebase | InfrastructureResourceType.CloudHostedCodebase | InfrastructureResourceType.AWSTenantAccount, ICloudHostedCodebaseInfrastructureResource | ICompiledLocalCodebaseInfrastructureResource | IAWSTenantAccountInfrastructureResource | null>;
|
|
12371
12372
|
get finalGlobalEvent(): ProjectPublicationEventName | null;
|
|
12372
12373
|
get finalStatus(): PublicationStatus.Success | PublicationStatus.Failed | null;
|
|
@@ -20466,7 +20467,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
20466
20467
|
export declare interface IPublicationRun extends IPublication {
|
|
20467
20468
|
steps: IDeploymentStepDefinition<IInfrastructureResource>[];
|
|
20468
20469
|
editor: IEditor;
|
|
20469
|
-
explicitResources: Map<string, IRelationalDatabaseInfrastructureResource | IHttpApiInfrastructureResource | IServerlessFunctionInfrastructureResource | IHttpEndpointInfrastructureResource>;
|
|
20470
|
+
explicitResources: Map<string, IRelationalDatabaseInfrastructureResource | IHttpApiInfrastructureResource | IServerlessFunctionInfrastructureResource | IHttpEndpointInfrastructureResource | IContainerComputeInfrastructureResource>;
|
|
20470
20471
|
implicitGlobalResources: Map<InfrastructureResourceType.CompiledLocalCodebase | InfrastructureResourceType.CloudHostedCodebase | InfrastructureResourceType.AWSTenantAccount, ICloudHostedCodebaseInfrastructureResource | ICompiledLocalCodebaseInfrastructureResource | IAWSTenantAccountInfrastructureResource | null>;
|
|
20471
20472
|
finalGlobalEvent: ProjectPublicationEventName | null;
|
|
20472
20473
|
finalStatus: PublicationStatus.Success | PublicationStatus.Failed | null;
|
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const _k = {
|
|
|
39
39
|
},
|
|
40
40
|
fromUUID: (s) => s
|
|
41
41
|
};
|
|
42
|
-
var d = /* @__PURE__ */ ((s) => (s.DefinitionEntity = "definition-entity", s.BuiltInBaseEntity = "built-in-base-entity", s.Project = "project", s.InstalledProject = "installed-project", s.GlobalEvent = "global-event", s.DataType = "data-type", s.FunctionCall = "function-call", s.FunctionDeclaration = "function-declaration", s.ActionDescriptor = "action-descriptor", s.ValueDescriptor = "value-descriptor", s.ArgumentDeclaration = "argument-declaration", s.InputMap = "input-map", s.ReturnStatement = "return-statement", s.BreakStatement = "break-statement", s.ContinueStatement = "continue-statement", s.OutputMap = "output-map", s.PrimitiveEntity = "primitive-entity", s.LiteralValue = "literal-value", s.Property = "property", s.Operation = "operation", s.Condition = "condition", s.VariableDeclaration = "variable-declaration", s.VariableInstance = "variable-instance", s.Search = "search", s.Loop = "loop", s.InternalCall = "internal-call", s.GenericReference = "generic-reference", s))(d || {}), Ae = /* @__PURE__ */ ((s) => (s.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", s.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", s.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", s.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", s.SQL_ROW_TRANSFORMER = "BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY", s.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", s.GOOGLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH", s.GOOGLE_DRIVE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH", s.GOOGLE_MAIL_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH", s.GOOGLE_SHEET_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH", s.GOOGLE_SLIDES_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH", s.GOOGLE_GEMINI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH", s.SLACK_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH", s.AIRTABLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH", s.MICROSOFT_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH", s.OPENAI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH", s.ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH", s.JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH", s.SQL_SSL_CONNECTION_CONFIG = "BUILT_IN_SQL_SSL_CONNECTION_CONFIG_ENTITY", s.SQL_ROOT_CONNECTION_CONFIG = "BUILT_IN_SQL_ROOT_CONNECTION_CONFIG_ENTITY", s.COMPUTE_ENTITY = "BUILT_IN_COMPUTE_ENTITY", s.CONTAINER_COMPUTE_ENTITY = "BUILT_IN_CONTAINER_COMPUTE_ENTITY", s.VOLUME_ENTITY = "BUILT_IN_VOLUME_ENTITY", s))(Ae || {}), jn = /* @__PURE__ */ ((s) => (s.CurrentDateAndTime = "current-date-and-time", s.Unique = "unique", s.Random = "random", s))(jn || {}), he = /* @__PURE__ */ ((s) => (s.Bytes = "bytes", s.EntityTemplate = "entity-template", s.ActionDescriptor = "action-descriptor", s.String = "string", s.Number = "number", s.Void = "void", s.Boolean = "boolean", s.Null = "null", s.Enum = "enum", s.KeyValue = "key-value", s.Date = "date", s.UUID = "uuid", s.File = "file", s.Untyped = "untyped", s.SqlProgram = "sql-program", s))(he || {}), pe = /* @__PURE__ */ ((s) => (s.Addition = "op-number-addition", s.Subtraction = "op-number-subtraction", s.Multiplication = "op-number-multiplication", s.Division = "op-number-division", s.Remainder = "op-number-remainder", s.Exponentiation = "op-number-exponentiation", s.Negate = "op-number-negate", s.Absolute = "op-number-absolute", s.Sign = "op-number-sign", s.Round = "op-number-round", s.Floor = "op-number-floor", s.Ceil = "op-number-ceil", s.Trunc = "op-number-trunc", s.RoundToDecimals = "op-number-round-to-decimals", s.SnapToStep = "op-number-snap-to-step", s.Clamp = "op-number-clamp", s.MapRange = "op-number-map-range", s.Average = "op-number-average", s.Median = "op-number-median", s.MinOf = "op-number-min-of", s.MaxOf = "op-number-max-of", s.SquareRoot = "op-number-square-root", s.CubeRoot = "op-number-cube-root", s.NthRoot = "op-number-nth-root", s.Exp = "op-number-exp", s.LogNatural = "op-number-log", s.Log10 = "op-number-log10", s.Sin = "op-number-sin", s.Cos = "op-number-cos", s.Tan = "op-number-tan", s.Asin = "op-number-asin", s.Acos = "op-number-acos", s.Atan = "op-number-atan", s.Atan2 = "op-number-atan2", s.ToRadians = "op-number-to-radians", s.ToDegrees = "op-number-to-degrees", s.PercentOf = "op-number-percent-of", s.PercentageChange = "op-number-percentage-change", s.LessThan = "op-number-less-than", s.MoreThan = "op-number-more-than", s.LessThanOrEqual = "op-number-less-than-or-equal", s.MoreThanOrEqual = "op-number-more-than-or-equal", s))(pe || {}), lt = /* @__PURE__ */ ((s) => (s.GenerateRandomInteger = "op-generate-random-integer", s.GenerateRandomBytes = "op-generate-random-bytes", s.GenerateRandomFloat = "op-generate-random-float", s.GenerateRandomHexadecimal = "op-generate-random-hexadecimal", s.GenerateRandomBase62 = "op-generate-random-base62", s.GenerateRandomBase64 = "op-generate-random-base64", s.GenerateRandomAlphanumeric = "op-generate-random-alphanumeric", s.GenerateIdentifier = "op-generate-identifier", s.GenerateRandomUUIDv4 = "op-generate-random-uuidv4", s.GenerateShortIdentifier = "op-generate-short-identifier", s.GenerateHexadecimalToken = "op-generate-hexadecimal-token", s))(lt || {}), H = /* @__PURE__ */ ((s) => (s.GetLength = "op-string-get-length", s.Join = "op-string-join", s.SplitAtIndex = "op-string-split-at-index", s.SplitAtAllSeparators = "op-string-split-at-all-separators", s.SplitAtFirstSeparator = "op-string-split-at-first-separator", s.SplitAtLastSeparator = "op-string-split-at-last-separator", s.DeleteLastNChars = "op-string-delete-last-n-chars", s.DeleteFirstNChars = "op-string-delete-first-n-chars", s.DeleteAtIndex = "op-string-delete-at-index", s.AddAtIndex = "op-string-add-at-index", s.ReplaceFirstNChars = "op-string-replace-n-chars-first", s.ReplaceLastNChars = "op-string-replace-n-chars-last", s.ReplaceAtIndex = "op-string-replace-at-index", s.ReplaceFirstMatch = "op-string-replace-first-match", s.ReplaceLastMatch = "op-string-replace-last-match", s.ReplaceAllMatches = "op-string-replace-all-matches", s.GetIndexItem = "op-string-get-index-item", s.GetFirstNChars = "op-string-get-first-n-chars", s.GetLastNChars = "op-string-get-last-n-chars", s.GetIndexOf = "op-string-get-index-of", s.GetLastIndexOf = "op-string-get-last-index-of", s.Append = "op-string-append", s.Prepend = "op-string-prepend", s.Reverse = "op-string-reverse", s.ToLowerCase = "op-string-to-lower-case", s.ToUpperCase = "op-string-to-upper-case", s.Trim = "op-string-trim", s.TrimStart = "op-string-trim-start", s.TrimEnd = "op-string-trim-end", s.Substring = "op-string-substring", s.Slice = "op-string-slice", s.PadStart = "op-string-pad-start", s.PadEnd = "op-string-pad-end", s.Repeat = "op-string-repeat", s.MatchRegex = "op-string-match-regex", s.MatchAllRegex = "op-string-match-all-regex", s.SearchRegex = "op-string-search-regex", s.ReplaceRegex = "op-string-replace-regex", s.NormalizeUnicode = "op-string-normalize-unicode", s.RemoveDiacritics = "op-string-remove-diacritics", s.CountOccurrences = "op-string-count-occurrences", s.EnsurePrefix = "op-string-ensure-prefix", s.EnsureSuffix = "op-string-ensure-suffix", s.RemovePrefix = "op-string-remove-prefix", s.RemoveSuffix = "op-string-remove-suffix", s.StartsWith = "op-string-starts-with", s.EndsWith = "op-string-ends-with", s.Contains = "op-string-contains", s.MatchesRegex = "op-string-matches-regex", s))(H || {}), ue = /* @__PURE__ */ ((s) => (s.GetLength = "op-list-get-length", s.Join = "op-list-join", s.Split = "op-list-split", s.DeleteLastNItems = "op-list-delete-last-n-items", s.DeleteFirstNItems = "op-list-delete-first-n-items", s.DeleteAtIndex = "op-list-delete-at-index", s.AddAtIndex = "op-list-add-at-index", s.ReplaceFirstNItems = "op-list-replace-n-items-first", s.ReplaceLastNItems = "op-list-replace-n-items-last", s.ReplaceAll = "op-list-replace-all", s.ReplaceAtIndex = "op-list-replace-at-index", s.GetIndexItem = "op-list-get-index-item", s.GetFirst = "op-list-get-first", s.GetLast = "op-list-get-last", s.GetFirstNItems = "op-list-get-first-n-items", s.GetLastNItems = "op-list-get-last-n-items", s.Append = "op-list-append", s.Prepend = "op-list-prepend", s.Reverse = "op-list-reverse", s.Slice = "op-list-slice", s.Concat = "op-list-concat", s.GetIndexOf = "op-list-get-index-of", s.GetLastIndexOf = "op-list-get-last-index-of", s.Unique = "op-list-unique", s.Flatten = "op-list-flatten", s.Sort = "op-list-sort", s.Shuffle = "op-list-shuffle", s.Chunk = "op-list-chunk", s.PadStart = "op-list-pad-start", s.PadEnd = "op-list-pad-end", s.Repeat = "op-list-repeat", s.Contains = "op-list-contains", s.ContainsAll = "op-list-contains-all", s.ContainsAny = "op-list-contains-any", s))(ue || {}), q = /* @__PURE__ */ ((s) => (s.GetCurrentTimestamp = "op-date-get-current-timestamp", s.FormatDate = "op-date-format-date", s.ParseDate = "op-date-parse-date", s.AddToDate = "op-date-add-to-date", s.SubtractFromDate = "op-date-subtract-from-date", s.DifferenceBetweenDates = "op-date-difference-between-dates", s.ToDate = "op-date-to-date", s.ToUnix = "op-date-to-unix", s.FromUnix = "op-date-from-unix", s.ToISOString = "op-date-to-iso-string", s.GetYear = "op-date-get-year", s.GetMonth = "op-date-get-month", s.GetDate = "op-date-get-date", s.GetHour = "op-date-get-hour", s.GetMinute = "op-date-get-minute", s.GetSecond = "op-date-get-second", s.GetMillisecond = "op-date-get-millisecond", s.GetIsoWeekday = "op-date-get-iso-weekday", s.GetWeekOfYear = "op-date-get-week-of-year", s.GetQuarter = "op-date-get-quarter", s.GetDayOfYear = "op-date-get-day-of-year", s.GetDaysInMonth = "op-date-get-days-in-month", s.GetCurrentIanaTimeZone = "op-date-get-current-iana-timezone", s.SetYear = "op-date-set-year", s.SetMonth = "op-date-set-month", s.SetDate = "op-date-set-date", s.SetHour = "op-date-set-hour", s.SetMinute = "op-date-set-minute", s.SetSecond = "op-date-set-second", s.SetMillisecond = "op-date-set-millisecond", s.SetIsoWeekday = "op-date-set-iso-weekday", s.SetQuarter = "op-date-set-quarter", s.StartOf = "op-date-start-of", s.EndOf = "op-date-end-of", s.RoundTo = "op-date-round-to", s.ClampToRange = "op-date-clamp-to-range", s.MinOf = "op-date-min-of", s.MaxOf = "op-date-max-of", s.FromNow = "op-date-from-now", s.ToNow = "op-date-to-now", s.HumanizeDiff = "op-date-humanize-diff", s.AddBusinessDays = "op-date-add-business-days", s.NextWeekday = "op-date-next-weekday", s.PreviousWeekday = "op-date-previous-weekday", s.ToUTC = "op-date-to-utc", s.ConvertTimezone = "op-date-convert-timezone", s.GetTimezoneOffset = "op-date-get-timezone-offset", s.SetUTCOffset = "op-date-set-utc-offset", s.IsBefore = "op-date-is-before", s.IsAfter = "op-date-is-after", s.IsSame = "op-date-is-same", s.IsSameOrBefore = "op-date-is-same-or-before", s.IsSameOrAfter = "op-date-is-same-or-after", s.IsBetween = "op-date-is-between", s.IsValid = "op-date-is-valid", s.IsLeapYear = "op-date-is-leap-year", s))(q || {}), Ws = /* @__PURE__ */ ((s) => (s.Wait = "op-execution-wait", s))(Ws || {}), _e = /* @__PURE__ */ ((s) => (s.Validate = "op-object-validate", s.ReadKey = "op-object-read-key", s.WriteKey = "op-object-write-key", s.DeleteKey = "op-object-delete-key", s.ReadNestedKey = "op-object-read-nested-key", s.WriteNestedKey = "op-object-write-nested-key", s.WriteSafeNestedKeyRecursively = "op-object-write-safe-nested-key-recursively", s.DeleteNestedKey = "op-object-delete-nested-key", s.HasKey = "op-object-has-key", s.KeyValueEquals = "op-object-key-value-equals", s.HasNestedKey = "op-object-has-nested-key", s.NestedKeyValueEquals = "op-object-nested-key-value-equals", s.IsInstanceOfType = "op-object-is-instance-of-type", s.Merge = "op-object-merge", s.Keys = "op-object-keys", s.Values = "op-object-values", s.Entries = "op-object-entries", s))(_e || {}), ra = /* @__PURE__ */ ((s) => (s.HttpRequest = "op-base-http-request", s))(ra || {}), Kd = /* @__PURE__ */ ((s) => (s.ExecuteSQL = "op-sql-execute-query", s))(Kd || {}), tt = /* @__PURE__ */ ((s) => (s.GetTypeOf = "op-data-type-get-type-of", s.ToString = "op-data-type-to-string", s.ToNumber = "op-data-type-to-number", s.ToBytes = "op-data-type-to-bytes", s.FromBytesToString = "op-data-type-from-bytes-to-string", s.EncodeBase64 = "op-data-type-encode-base64", s.DecodeBase64 = "op-data-type-decode-base64", s.EncodeBase64Url = "op-data-type-encode-base64url", s.DecodeBase64Url = "op-data-type-decode-base64url", s.EncodeHex = "op-data-type-encode-hex", s.DecodeHex = "op-data-type-decode-hex", s))(tt || {}), aa = /* @__PURE__ */ ((s) => (s.Parse = "op-json-parse", s.Stringify = "op-json-stringify", s))(aa || {}), ui = /* @__PURE__ */ ((s) => (s.Hash = "op-crypto-hash", s.Hmac = "op-crypto-hmac", s.ConstantTimeEqual = "op-crypto-constant-time-equal", s.DeriveKeyPBKDF2 = "op-crypto-derive-key-pbkdf2", s))(ui || {}), nn = /* @__PURE__ */ ((s) => (s.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", s.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", s))(nn || {}), Ri = /* @__PURE__ */ ((s) => (s.BuildJwtHmac = "op-jwt-build-hmac", s.VerifyJwtHmac = "op-jwt-verify-hmac", s.DecodeJwt = "op-jwt-decode", s))(Ri || {}), je = /* @__PURE__ */ ((s) => (s.GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document", s.GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file", s.GoogleDriveFiles = "external-integration--google-drive--get--files", s.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", s.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", s.GoogleMailEmails = "external-integration--google-mail--get--emails", s.SlackSendMessage = "external-integration--slack--post--send-message", s.SlackChannels = "external-integration--slack--get--channels", s.SlackMessages = "external-integration--slack--get--messages", s.SlackReplies = "external-integration--slack--get--replies", s))(je || {}), pi = /* @__PURE__ */ ((s) => (s.Empty = "op-comparison-empty", s.NotEmpty = "op-comparison-not-empty", s.PrimitiveEqual = "op-comparison-primitive-equal", s.PrimitiveNotEqual = "op-comparison-primitive-not-equal", s))(pi || {}), rXe = /* @__PURE__ */ ((s) => (s.MergeEmpty = "op-values-merge-empty", s.MergeFalsy = "op-values-merge-falsy", s))(rXe || {}), sa = /* @__PURE__ */ ((s) => (s.BooleanIsTrue = "condition-boolean-is-true", s.BooleanIsFalse = "condition-boolean-is-false", s))(sa || {}), cn = /* @__PURE__ */ ((s) => (s.And = "condition-group-and", s.Or = "condition-group-or", s))(cn || {}), Nt = /* @__PURE__ */ ((s) => (s.ManualFlow = "manual-flow-loop", s.Counted = "counted-loop", s.List = "list-loop", s.ObjectKeys = "object-keys-loop", s.ObjectValues = "object-values-loop", s.String = "string-loop", s))(Nt || {}), K = /* @__PURE__ */ ((s) => (s.FixedArguments = "fixed-arguments", s.ReturnedError = "returned-error", s.OngoingProcessExecution = "ongoing-process-execution", s.DynamicArgument = "dynamic-argument-types", s))(K || {});
|
|
42
|
+
var d = /* @__PURE__ */ ((s) => (s.DefinitionEntity = "definition-entity", s.BuiltInBaseEntity = "built-in-base-entity", s.Project = "project", s.InstalledProject = "installed-project", s.GlobalEvent = "global-event", s.DataType = "data-type", s.FunctionCall = "function-call", s.FunctionDeclaration = "function-declaration", s.ActionDescriptor = "action-descriptor", s.ValueDescriptor = "value-descriptor", s.ArgumentDeclaration = "argument-declaration", s.InputMap = "input-map", s.ReturnStatement = "return-statement", s.BreakStatement = "break-statement", s.ContinueStatement = "continue-statement", s.OutputMap = "output-map", s.PrimitiveEntity = "primitive-entity", s.LiteralValue = "literal-value", s.Property = "property", s.Operation = "operation", s.Condition = "condition", s.VariableDeclaration = "variable-declaration", s.VariableInstance = "variable-instance", s.Search = "search", s.Loop = "loop", s.InternalCall = "internal-call", s.GenericReference = "generic-reference", s))(d || {}), Ae = /* @__PURE__ */ ((s) => (s.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", s.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", s.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", s.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", s.SQL_ROW_TRANSFORMER = "BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY", s.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", s.GOOGLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH", s.GOOGLE_DRIVE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH", s.GOOGLE_MAIL_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH", s.GOOGLE_SHEET_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH", s.GOOGLE_SLIDES_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH", s.GOOGLE_GEMINI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH", s.SLACK_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH", s.AIRTABLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH", s.MICROSOFT_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH", s.OPENAI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH", s.ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH", s.JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH", s.SQL_SSL_CONNECTION_CONFIG = "BUILT_IN_SQL_SSL_CONNECTION_CONFIG_ENTITY", s.SQL_ROOT_CONNECTION_CONFIG = "BUILT_IN_SQL_ROOT_CONNECTION_CONFIG_ENTITY", s.COMPUTE_ENTITY = "BUILT_IN_COMPUTE_ENTITY", s.CONTAINER_COMPUTE_ENTITY = "BUILT_IN_CONTAINER_COMPUTE_ENTITY", s.SHARED_DRIVE_ENTITY = "BUILT_IN_SHARED_DRIVE_ENTITY", s))(Ae || {}), jn = /* @__PURE__ */ ((s) => (s.CurrentDateAndTime = "current-date-and-time", s.Unique = "unique", s.Random = "random", s))(jn || {}), he = /* @__PURE__ */ ((s) => (s.Bytes = "bytes", s.EntityTemplate = "entity-template", s.ActionDescriptor = "action-descriptor", s.String = "string", s.Number = "number", s.Void = "void", s.Boolean = "boolean", s.Null = "null", s.Enum = "enum", s.KeyValue = "key-value", s.Date = "date", s.UUID = "uuid", s.File = "file", s.Untyped = "untyped", s.SqlProgram = "sql-program", s))(he || {}), pe = /* @__PURE__ */ ((s) => (s.Addition = "op-number-addition", s.Subtraction = "op-number-subtraction", s.Multiplication = "op-number-multiplication", s.Division = "op-number-division", s.Remainder = "op-number-remainder", s.Exponentiation = "op-number-exponentiation", s.Negate = "op-number-negate", s.Absolute = "op-number-absolute", s.Sign = "op-number-sign", s.Round = "op-number-round", s.Floor = "op-number-floor", s.Ceil = "op-number-ceil", s.Trunc = "op-number-trunc", s.RoundToDecimals = "op-number-round-to-decimals", s.SnapToStep = "op-number-snap-to-step", s.Clamp = "op-number-clamp", s.MapRange = "op-number-map-range", s.Average = "op-number-average", s.Median = "op-number-median", s.MinOf = "op-number-min-of", s.MaxOf = "op-number-max-of", s.SquareRoot = "op-number-square-root", s.CubeRoot = "op-number-cube-root", s.NthRoot = "op-number-nth-root", s.Exp = "op-number-exp", s.LogNatural = "op-number-log", s.Log10 = "op-number-log10", s.Sin = "op-number-sin", s.Cos = "op-number-cos", s.Tan = "op-number-tan", s.Asin = "op-number-asin", s.Acos = "op-number-acos", s.Atan = "op-number-atan", s.Atan2 = "op-number-atan2", s.ToRadians = "op-number-to-radians", s.ToDegrees = "op-number-to-degrees", s.PercentOf = "op-number-percent-of", s.PercentageChange = "op-number-percentage-change", s.LessThan = "op-number-less-than", s.MoreThan = "op-number-more-than", s.LessThanOrEqual = "op-number-less-than-or-equal", s.MoreThanOrEqual = "op-number-more-than-or-equal", s))(pe || {}), lt = /* @__PURE__ */ ((s) => (s.GenerateRandomInteger = "op-generate-random-integer", s.GenerateRandomBytes = "op-generate-random-bytes", s.GenerateRandomFloat = "op-generate-random-float", s.GenerateRandomHexadecimal = "op-generate-random-hexadecimal", s.GenerateRandomBase62 = "op-generate-random-base62", s.GenerateRandomBase64 = "op-generate-random-base64", s.GenerateRandomAlphanumeric = "op-generate-random-alphanumeric", s.GenerateIdentifier = "op-generate-identifier", s.GenerateRandomUUIDv4 = "op-generate-random-uuidv4", s.GenerateShortIdentifier = "op-generate-short-identifier", s.GenerateHexadecimalToken = "op-generate-hexadecimal-token", s))(lt || {}), H = /* @__PURE__ */ ((s) => (s.GetLength = "op-string-get-length", s.Join = "op-string-join", s.SplitAtIndex = "op-string-split-at-index", s.SplitAtAllSeparators = "op-string-split-at-all-separators", s.SplitAtFirstSeparator = "op-string-split-at-first-separator", s.SplitAtLastSeparator = "op-string-split-at-last-separator", s.DeleteLastNChars = "op-string-delete-last-n-chars", s.DeleteFirstNChars = "op-string-delete-first-n-chars", s.DeleteAtIndex = "op-string-delete-at-index", s.AddAtIndex = "op-string-add-at-index", s.ReplaceFirstNChars = "op-string-replace-n-chars-first", s.ReplaceLastNChars = "op-string-replace-n-chars-last", s.ReplaceAtIndex = "op-string-replace-at-index", s.ReplaceFirstMatch = "op-string-replace-first-match", s.ReplaceLastMatch = "op-string-replace-last-match", s.ReplaceAllMatches = "op-string-replace-all-matches", s.GetIndexItem = "op-string-get-index-item", s.GetFirstNChars = "op-string-get-first-n-chars", s.GetLastNChars = "op-string-get-last-n-chars", s.GetIndexOf = "op-string-get-index-of", s.GetLastIndexOf = "op-string-get-last-index-of", s.Append = "op-string-append", s.Prepend = "op-string-prepend", s.Reverse = "op-string-reverse", s.ToLowerCase = "op-string-to-lower-case", s.ToUpperCase = "op-string-to-upper-case", s.Trim = "op-string-trim", s.TrimStart = "op-string-trim-start", s.TrimEnd = "op-string-trim-end", s.Substring = "op-string-substring", s.Slice = "op-string-slice", s.PadStart = "op-string-pad-start", s.PadEnd = "op-string-pad-end", s.Repeat = "op-string-repeat", s.MatchRegex = "op-string-match-regex", s.MatchAllRegex = "op-string-match-all-regex", s.SearchRegex = "op-string-search-regex", s.ReplaceRegex = "op-string-replace-regex", s.NormalizeUnicode = "op-string-normalize-unicode", s.RemoveDiacritics = "op-string-remove-diacritics", s.CountOccurrences = "op-string-count-occurrences", s.EnsurePrefix = "op-string-ensure-prefix", s.EnsureSuffix = "op-string-ensure-suffix", s.RemovePrefix = "op-string-remove-prefix", s.RemoveSuffix = "op-string-remove-suffix", s.StartsWith = "op-string-starts-with", s.EndsWith = "op-string-ends-with", s.Contains = "op-string-contains", s.MatchesRegex = "op-string-matches-regex", s))(H || {}), ue = /* @__PURE__ */ ((s) => (s.GetLength = "op-list-get-length", s.Join = "op-list-join", s.Split = "op-list-split", s.DeleteLastNItems = "op-list-delete-last-n-items", s.DeleteFirstNItems = "op-list-delete-first-n-items", s.DeleteAtIndex = "op-list-delete-at-index", s.AddAtIndex = "op-list-add-at-index", s.ReplaceFirstNItems = "op-list-replace-n-items-first", s.ReplaceLastNItems = "op-list-replace-n-items-last", s.ReplaceAll = "op-list-replace-all", s.ReplaceAtIndex = "op-list-replace-at-index", s.GetIndexItem = "op-list-get-index-item", s.GetFirst = "op-list-get-first", s.GetLast = "op-list-get-last", s.GetFirstNItems = "op-list-get-first-n-items", s.GetLastNItems = "op-list-get-last-n-items", s.Append = "op-list-append", s.Prepend = "op-list-prepend", s.Reverse = "op-list-reverse", s.Slice = "op-list-slice", s.Concat = "op-list-concat", s.GetIndexOf = "op-list-get-index-of", s.GetLastIndexOf = "op-list-get-last-index-of", s.Unique = "op-list-unique", s.Flatten = "op-list-flatten", s.Sort = "op-list-sort", s.Shuffle = "op-list-shuffle", s.Chunk = "op-list-chunk", s.PadStart = "op-list-pad-start", s.PadEnd = "op-list-pad-end", s.Repeat = "op-list-repeat", s.Contains = "op-list-contains", s.ContainsAll = "op-list-contains-all", s.ContainsAny = "op-list-contains-any", s))(ue || {}), q = /* @__PURE__ */ ((s) => (s.GetCurrentTimestamp = "op-date-get-current-timestamp", s.FormatDate = "op-date-format-date", s.ParseDate = "op-date-parse-date", s.AddToDate = "op-date-add-to-date", s.SubtractFromDate = "op-date-subtract-from-date", s.DifferenceBetweenDates = "op-date-difference-between-dates", s.ToDate = "op-date-to-date", s.ToUnix = "op-date-to-unix", s.FromUnix = "op-date-from-unix", s.ToISOString = "op-date-to-iso-string", s.GetYear = "op-date-get-year", s.GetMonth = "op-date-get-month", s.GetDate = "op-date-get-date", s.GetHour = "op-date-get-hour", s.GetMinute = "op-date-get-minute", s.GetSecond = "op-date-get-second", s.GetMillisecond = "op-date-get-millisecond", s.GetIsoWeekday = "op-date-get-iso-weekday", s.GetWeekOfYear = "op-date-get-week-of-year", s.GetQuarter = "op-date-get-quarter", s.GetDayOfYear = "op-date-get-day-of-year", s.GetDaysInMonth = "op-date-get-days-in-month", s.GetCurrentIanaTimeZone = "op-date-get-current-iana-timezone", s.SetYear = "op-date-set-year", s.SetMonth = "op-date-set-month", s.SetDate = "op-date-set-date", s.SetHour = "op-date-set-hour", s.SetMinute = "op-date-set-minute", s.SetSecond = "op-date-set-second", s.SetMillisecond = "op-date-set-millisecond", s.SetIsoWeekday = "op-date-set-iso-weekday", s.SetQuarter = "op-date-set-quarter", s.StartOf = "op-date-start-of", s.EndOf = "op-date-end-of", s.RoundTo = "op-date-round-to", s.ClampToRange = "op-date-clamp-to-range", s.MinOf = "op-date-min-of", s.MaxOf = "op-date-max-of", s.FromNow = "op-date-from-now", s.ToNow = "op-date-to-now", s.HumanizeDiff = "op-date-humanize-diff", s.AddBusinessDays = "op-date-add-business-days", s.NextWeekday = "op-date-next-weekday", s.PreviousWeekday = "op-date-previous-weekday", s.ToUTC = "op-date-to-utc", s.ConvertTimezone = "op-date-convert-timezone", s.GetTimezoneOffset = "op-date-get-timezone-offset", s.SetUTCOffset = "op-date-set-utc-offset", s.IsBefore = "op-date-is-before", s.IsAfter = "op-date-is-after", s.IsSame = "op-date-is-same", s.IsSameOrBefore = "op-date-is-same-or-before", s.IsSameOrAfter = "op-date-is-same-or-after", s.IsBetween = "op-date-is-between", s.IsValid = "op-date-is-valid", s.IsLeapYear = "op-date-is-leap-year", s))(q || {}), Ws = /* @__PURE__ */ ((s) => (s.Wait = "op-execution-wait", s))(Ws || {}), _e = /* @__PURE__ */ ((s) => (s.Validate = "op-object-validate", s.ReadKey = "op-object-read-key", s.WriteKey = "op-object-write-key", s.DeleteKey = "op-object-delete-key", s.ReadNestedKey = "op-object-read-nested-key", s.WriteNestedKey = "op-object-write-nested-key", s.WriteSafeNestedKeyRecursively = "op-object-write-safe-nested-key-recursively", s.DeleteNestedKey = "op-object-delete-nested-key", s.HasKey = "op-object-has-key", s.KeyValueEquals = "op-object-key-value-equals", s.HasNestedKey = "op-object-has-nested-key", s.NestedKeyValueEquals = "op-object-nested-key-value-equals", s.IsInstanceOfType = "op-object-is-instance-of-type", s.Merge = "op-object-merge", s.Keys = "op-object-keys", s.Values = "op-object-values", s.Entries = "op-object-entries", s))(_e || {}), ra = /* @__PURE__ */ ((s) => (s.HttpRequest = "op-base-http-request", s))(ra || {}), Kd = /* @__PURE__ */ ((s) => (s.ExecuteSQL = "op-sql-execute-query", s))(Kd || {}), tt = /* @__PURE__ */ ((s) => (s.GetTypeOf = "op-data-type-get-type-of", s.ToString = "op-data-type-to-string", s.ToNumber = "op-data-type-to-number", s.ToBytes = "op-data-type-to-bytes", s.FromBytesToString = "op-data-type-from-bytes-to-string", s.EncodeBase64 = "op-data-type-encode-base64", s.DecodeBase64 = "op-data-type-decode-base64", s.EncodeBase64Url = "op-data-type-encode-base64url", s.DecodeBase64Url = "op-data-type-decode-base64url", s.EncodeHex = "op-data-type-encode-hex", s.DecodeHex = "op-data-type-decode-hex", s))(tt || {}), aa = /* @__PURE__ */ ((s) => (s.Parse = "op-json-parse", s.Stringify = "op-json-stringify", s))(aa || {}), ui = /* @__PURE__ */ ((s) => (s.Hash = "op-crypto-hash", s.Hmac = "op-crypto-hmac", s.ConstantTimeEqual = "op-crypto-constant-time-equal", s.DeriveKeyPBKDF2 = "op-crypto-derive-key-pbkdf2", s))(ui || {}), nn = /* @__PURE__ */ ((s) => (s.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", s.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", s))(nn || {}), Ri = /* @__PURE__ */ ((s) => (s.BuildJwtHmac = "op-jwt-build-hmac", s.VerifyJwtHmac = "op-jwt-verify-hmac", s.DecodeJwt = "op-jwt-decode", s))(Ri || {}), je = /* @__PURE__ */ ((s) => (s.GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document", s.GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file", s.GoogleDriveFiles = "external-integration--google-drive--get--files", s.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", s.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", s.GoogleMailEmails = "external-integration--google-mail--get--emails", s.SlackSendMessage = "external-integration--slack--post--send-message", s.SlackChannels = "external-integration--slack--get--channels", s.SlackMessages = "external-integration--slack--get--messages", s.SlackReplies = "external-integration--slack--get--replies", s))(je || {}), pi = /* @__PURE__ */ ((s) => (s.Empty = "op-comparison-empty", s.NotEmpty = "op-comparison-not-empty", s.PrimitiveEqual = "op-comparison-primitive-equal", s.PrimitiveNotEqual = "op-comparison-primitive-not-equal", s))(pi || {}), rXe = /* @__PURE__ */ ((s) => (s.MergeEmpty = "op-values-merge-empty", s.MergeFalsy = "op-values-merge-falsy", s))(rXe || {}), sa = /* @__PURE__ */ ((s) => (s.BooleanIsTrue = "condition-boolean-is-true", s.BooleanIsFalse = "condition-boolean-is-false", s))(sa || {}), cn = /* @__PURE__ */ ((s) => (s.And = "condition-group-and", s.Or = "condition-group-or", s))(cn || {}), Nt = /* @__PURE__ */ ((s) => (s.ManualFlow = "manual-flow-loop", s.Counted = "counted-loop", s.List = "list-loop", s.ObjectKeys = "object-keys-loop", s.ObjectValues = "object-values-loop", s.String = "string-loop", s))(Nt || {}), K = /* @__PURE__ */ ((s) => (s.FixedArguments = "fixed-arguments", s.ReturnedError = "returned-error", s.OngoingProcessExecution = "ongoing-process-execution", s.DynamicArgument = "dynamic-argument-types", s))(K || {});
|
|
43
43
|
const nXe = [
|
|
44
44
|
d.VariableDeclaration,
|
|
45
45
|
d.Property,
|
|
@@ -959,8 +959,8 @@ const j = {
|
|
|
959
959
|
},
|
|
960
960
|
methods: {}
|
|
961
961
|
},
|
|
962
|
-
[Ae.
|
|
963
|
-
id: Ae.
|
|
962
|
+
[Ae.SHARED_DRIVE_ENTITY]: {
|
|
963
|
+
id: Ae.SHARED_DRIVE_ENTITY,
|
|
964
964
|
properties: {},
|
|
965
965
|
methods: {}
|
|
966
966
|
},
|
|
@@ -75385,14 +75385,14 @@ const Gg = Object.values(AF), zc = {
|
|
|
75385
75385
|
abstractMethods: [iK],
|
|
75386
75386
|
extends: null
|
|
75387
75387
|
}, nK = {
|
|
75388
|
-
id: Ae.
|
|
75388
|
+
id: Ae.SHARED_DRIVE_ENTITY,
|
|
75389
75389
|
version: "1",
|
|
75390
75390
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
75391
75391
|
author: "1",
|
|
75392
75392
|
previousVersion: null,
|
|
75393
75393
|
deleted: !1,
|
|
75394
75394
|
description: "This entity represents a Shared Drive.",
|
|
75395
|
-
name: Ae.
|
|
75395
|
+
name: Ae.SHARED_DRIVE_ENTITY,
|
|
75396
75396
|
type: d.BuiltInBaseEntity,
|
|
75397
75397
|
additionalProperties: !1,
|
|
75398
75398
|
additionalPropertiesDataType: null,
|
|
@@ -80936,7 +80936,7 @@ function _pi(s) {
|
|
|
80936
80936
|
return "Compute";
|
|
80937
80937
|
if (s.includes(Ae.CONTAINER_COMPUTE_ENTITY))
|
|
80938
80938
|
return "Container compute";
|
|
80939
|
-
if (s.includes(Ae.
|
|
80939
|
+
if (s.includes(Ae.SHARED_DRIVE_ENTITY))
|
|
80940
80940
|
return "Shared drive storage";
|
|
80941
80941
|
try {
|
|
80942
80942
|
return Cy(s[0]);
|
|
@@ -80993,7 +80993,7 @@ function Vpi(s) {
|
|
|
80993
80993
|
return "Compute";
|
|
80994
80994
|
if (s.includes(Ae.CONTAINER_COMPUTE_ENTITY))
|
|
80995
80995
|
return "Container compute";
|
|
80996
|
-
if (s.includes(Ae.
|
|
80996
|
+
if (s.includes(Ae.SHARED_DRIVE_ENTITY))
|
|
80997
80997
|
return "Shared drive storage";
|
|
80998
80998
|
try {
|
|
80999
80999
|
return Cy(s[0]);
|
|
@@ -81053,7 +81053,7 @@ function IK(s) {
|
|
|
81053
81053
|
return "Compute";
|
|
81054
81054
|
case Ae.CONTAINER_COMPUTE_ENTITY:
|
|
81055
81055
|
return "Container compute";
|
|
81056
|
-
case Ae.
|
|
81056
|
+
case Ae.SHARED_DRIVE_ENTITY:
|
|
81057
81057
|
return "Shared drive storage";
|
|
81058
81058
|
}
|
|
81059
81059
|
try {
|
|
@@ -81072,7 +81072,7 @@ function l6i(s) {
|
|
|
81072
81072
|
const i = kv(s);
|
|
81073
81073
|
return i.includes(Ae.HTTP_ENDPOINT) ? "HTTP endpoint" : i.includes(Ae.PERSISTED_ENTITY) ? "SQL database table" : i.includes(Ae.CRON_JOB) ? "Scheduled execution" : i.includes(Ae.RELATIONAL_DATABASE) ? "Relational database" : i.includes(Ae.SQL_ROW_TRANSFORMER) ? "Row transformer" : i.includes(Ae.GOOGLE_AUTH_CONNECTION) ? "Google account connection" : i.includes(Ae.SLACK_AUTH_CONNECTION) ? "Slack account connection" : i.includes(Ae.AIRTABLE_AUTH_CONNECTION) ? "Airtable account connection" : i.includes(Ae.MICROSOFT_AUTH_CONNECTION) ? "Microsoft account connection" : i.includes(Ae.OPENAI_AUTH_CONNECTION) ? "OpenAI account connection" : i.includes(Ae.ATLASSIAN_AUTH_CONNECTION) ? "Atlassian account connection" : i.includes(Ae.JIRA_AUTH_CONNECTION) ? "Jira account connection" : i.includes(
|
|
81074
81074
|
Ae.EXTERNAL_INTEGRATION_CONNECTION
|
|
81075
|
-
) ? "External integration connection" : i.includes(Ae.SQL_ROOT_CONNECTION_CONFIG) ? "SQL connection config" : i.includes(Ae.SQL_SSL_CONNECTION_CONFIG) ? "SSL config" : i.includes(Ae.COMPUTE_ENTITY) ? "Compute" : i.includes(Ae.CONTAINER_COMPUTE_ENTITY) ? "Container compute" : i.includes(Ae.
|
|
81075
|
+
) ? "External integration connection" : i.includes(Ae.SQL_ROOT_CONNECTION_CONFIG) ? "SQL connection config" : i.includes(Ae.SQL_SSL_CONNECTION_CONFIG) ? "SSL config" : i.includes(Ae.COMPUTE_ENTITY) ? "Compute" : i.includes(Ae.CONTAINER_COMPUTE_ENTITY) ? "Container compute" : i.includes(Ae.SHARED_DRIVE_ENTITY) ? "Shared drive storage" : fe(s, s.project) + " entity";
|
|
81076
81076
|
}
|
|
81077
81077
|
return fe(u, s.project) + " entity";
|
|
81078
81078
|
}
|
|
@@ -133897,7 +133897,7 @@ function Qq(s) {
|
|
|
133897
133897
|
return "Relational database";
|
|
133898
133898
|
if (r.includes(Ae.CONTAINER_COMPUTE_ENTITY))
|
|
133899
133899
|
return "Container compute";
|
|
133900
|
-
if (r.includes(Ae.
|
|
133900
|
+
if (r.includes(Ae.SHARED_DRIVE_ENTITY))
|
|
133901
133901
|
return "Shared files drive";
|
|
133902
133902
|
if (r.includes(Ae.COMPUTE_ENTITY))
|
|
133903
133903
|
return "Compute";
|
|
@@ -133926,7 +133926,7 @@ function Qq(s) {
|
|
|
133926
133926
|
u.project
|
|
133927
133927
|
) + " entity", a = bl(r);
|
|
133928
133928
|
const c = kv(s);
|
|
133929
|
-
return c.includes(Ae.HTTP_ENDPOINT) ? "HTTP endpoint" + (a ? ", " + a : "") : c.includes(Ae.PERSISTED_ENTITY) ? "SQL database table" + (a ? ", " + a : "") : c.includes(Ae.CRON_JOB) ? "Scheduled execution" + (a ? ", " + a : "") : c.includes(Ae.RELATIONAL_DATABASE) ? "Relational database" + (a ? ", " + a : "") : c.includes(Ae.CONTAINER_COMPUTE_ENTITY) ? "Container compute" + (a ? ", " + a : "") : c.includes(Ae.
|
|
133929
|
+
return c.includes(Ae.HTTP_ENDPOINT) ? "HTTP endpoint" + (a ? ", " + a : "") : c.includes(Ae.PERSISTED_ENTITY) ? "SQL database table" + (a ? ", " + a : "") : c.includes(Ae.CRON_JOB) ? "Scheduled execution" + (a ? ", " + a : "") : c.includes(Ae.RELATIONAL_DATABASE) ? "Relational database" + (a ? ", " + a : "") : c.includes(Ae.CONTAINER_COMPUTE_ENTITY) ? "Container compute" + (a ? ", " + a : "") : c.includes(Ae.SHARED_DRIVE_ENTITY) ? "Shared files drive" + (a ? ", " + a : "") : c.includes(Ae.COMPUTE_ENTITY) ? "Compute" + (a ? ", " + a : "") : c.includes(Ae.AIRTABLE_AUTH_CONNECTION) ? "Airtable account connection" + (a ? ", " + a : "") : c.includes(Ae.GOOGLE_AUTH_CONNECTION) ? "Google account connection" + (a ? ", " + a : "") : c.includes(Ae.SLACK_AUTH_CONNECTION) ? "Slack account connection" + (a ? ", " + a : "") : c.includes(Ae.ATLASSIAN_AUTH_CONNECTION) ? "Atlassian account connection" + (a ? ", " + a : "") : c.includes(Ae.JIRA_AUTH_CONNECTION) ? "Jira account connection" + (a ? ", " + a : "") : c.includes(Ae.MICROSOFT_AUTH_CONNECTION) ? "Microsoft account connection" + (a ? ", " + a : "") : c.includes(Ae.OPENAI_AUTH_CONNECTION) ? "OpenAI account connection" + (a ? ", " + a : "") : c.includes(
|
|
133930
133930
|
Ae.EXTERNAL_INTEGRATION_CONNECTION
|
|
133931
133931
|
) ? "External account connection" + (a ? ", " + a : "") : r;
|
|
133932
133932
|
}
|
|
@@ -136034,7 +136034,7 @@ async function u5i(s, u, i = {}) {
|
|
|
136034
136034
|
]).filter((m) => m.x === 0 || m.y === 0);
|
|
136035
136035
|
kn.autoGenerateLayout(s, u, h);
|
|
136036
136036
|
}
|
|
136037
|
-
var dv = /* @__PURE__ */ ((s) => (s.Amazon = "amazon", s.Google = "google", s.Microsoft = "microsoft", s))(dv || {}), Jr = /* @__PURE__ */ ((s) => (s.RelationalDatabase = "relational-database", s.CompiledLocalCodebase = "compiled-local-codebase", s.CloudHostedCodebase = "cloud-hosted-codebase", s.HttpApi = "http-api", s.HttpEndpoint = "http-endpoint", s.ServerlessFunction = "serverless-function", s.CronJob = "cron-job", s.AWSTenantAccount = "aws-tenant-account", s.ContainerCompute = "container-compute", s.SharedDrive = "shared-drive", s))(Jr || {}), lO = /* @__PURE__ */ ((s) => (s.Post = "post", s.Get = "get", s.Acknowledgement = "acknowledgment", s.Progress = "progress", s.Error = "error", s.Complete = "complete", s))(lO || {}), _f = /* @__PURE__ */ ((s) => (s.Queued = "queued", s.Running = "running", s.Success = "success", s.Failed = "failed", s.CleanedUp = "cleaned-up", s.Skipped = "skipped", s.AbortedByUser = "aborted-by-user", s.UnrecoverableFailure = "unrecoverable-failure", s.Reverted = "reverted", s.UnpublishingStarted = "unpublishing-started", s.Unpublished = "unpublished", s))(_f || {}), oO = /* @__PURE__ */ ((s) => (s.Queued = "queued", s.Running = "running", s.Success = "success", s.Failed = "failed", s.CleanedUp = "cleaned-up", s.UnrecoverableFailure = "unrecoverable-failure", s.Reverted = "reverted", s.UnpublishingStarted = "unpublishing-started", s.Unpublished = "unpublished", s))(oO || {}), Ai = /* @__PURE__ */ ((s) => (s.ProjectNotFound = "project-not-found", s.ProjectPublishRequestAcknowledged = "project-publish-request-acknowledged", s.PublicationStepFailedReasonUnknown = "publication-step-failed-reason-unknown", s.DeploymentCompleted = "deployment-completed", s.DeploymentStarted = "deployment-started", s.DeploymentFailed = "deployment-failed", s.AllInfrastructureSuccessfullyProvisioned = "all-infrastucture-successfully-provisioned", s.RequestPayloadValidationFailed = "request-payload-validation-failed", s.ProjectStateValidationFailedMissingName = "project-state-validation-failed-missing-name", s.ProjectStateValidationFailedMissingAnyFunctionality = "project-state-validation-failed-missing-any-functionality", s.ProjectAlreadyBeingPublished = "project-already-being-published", s.BillingSubscriptionUpdateFailed = "billing-subscription-update-failed", s.RelationalDatabaseDeploymentStarted = "relational-database-deployment-started", s.RelationalDatabaseDeploymentCompleted = "relational-database-deployment-completed", s.RelationalDatabaseDeploymentFailed = "relational-database-deployment-failed", s.CreatingNewRelationalDatabase = "creating-new-relational-database", s.WaitingForPreviousRelationalDatabaseDeployment = "waiting-for-previous-relationa-database-deployment", s.RelationalDatabaseAlreadyExists = "relational-database-already-exists", s.RelationalDatabaseDeletionStarted = "relational-database-deletion-started", s.RelationalDatabaseDeletionCompleted = "relational-database-deletion-completed", s.RelationalDatabaseDeletionFailed = "relational-database-deletion-failed", s.WaitingForPreviousRelationalDatabaseDeletion = "waiting-for-previous-relationa-database-deletion", s.HttpApiDeploymentStarted = "http-api-deployment-started", s.HttpApiDeploymentCompleted = "http-api-deployment-completed", s.HttpApiDeploymentFailed = "http-api-deployment-failed", s.CreatingNewHttpApi = "creating-new-http-api", s.HttpApiAlreadyExists = "http-api-already-exists", s.HttpApiDeletionStarted = "http-api-deletion-started", s.HttpApiDeletionCompleted = "http-api-deletion-completed", s.HttpApiDeletionFailed = "http-api-deletion-failed", s.WaitingForPreviousHttpApiDeletion = "waiting-for-previous-http-api-deletion", s.BusinessLogicCodebaseDeploymentStarted = "business-logic-codebase-deployment-started", s.BusinessLogicCodebaseDeploymentCompleted = "business-logic-codebase-deployment-completed", s.BusinessLogicCodebaseDeploymentFailed = "business-logic-codebase-deployment-failed", s.BundlingCodebaseForDownload = "bundling-codebase-for-download", s.UploadingCodebaseToCloudStorage = "uploading-codebase-to-cloud-storage", s.UploadingCodebaseToCloudStorageCompleted = "uploading-codebase-to-cloud-storage-completed", s.UploadingCodebaseToCloudStorageFailed = "uploading-codebase-to-cloud-storage-failed", s.InfrastructureValuesCodebaseInterpolationStarted = "infrastructure-values-codebase-interpolation-started", s.InfrastructureValuesCodebaseInterpolationCompleted = "infrastructure-values-codebase-interpolation-completed", s.InfrastructureValuesCodebaseInterpolationFailed = "infrastructure-values-codebase-interpolation-failed", s.CodeCompilationStarted = "code-compilation-started", s.CodeCompilationCompleted = "code-compilation-completed", s.CodeCompilationFailed = "code-compilation-failed", s.BundleCodebaseStarted = "bundle-codebase-started", s.BundleCodebaseCompleted = "bundle-codebase-completed", s.BundleCodebaseFailed = "bundle-codebase-failed", s.InstallingCodebaseDependenciesStarted = "installing-codebase-dependencies-started", s.InstallingCodebaseDependenciesCompleted = "installing-codebase-dependencies-completed", s.InstallingCodebaseDependenciesFailed = "installing-codebase-dependencies-failed", s.MigrateRelationalDatabaseStarted = "migrate-relational-database-started", s.MigrateRelationalDatabaseCompleted = "migrate-relational-database-completed", s.MigrateRelationalDatabaseFailed = "migrate-relational-database-failed", s.ExecutePublicationCompletedEventStarted = "execute-publication-completed-event-started", s.ExecutePublicationCompletedEventCompleted = "execute-publication-completed-event-completed", s.ExecutePublicationCompletedEventFailed = "execute-publication-completed-event-failed", s.ExecutePublicationCompletedEventTimedOut = "execute-publication-completed-event-timed-out", s.AWSTenantAccountProvisioningStarted = "aws-tenant-account-provisioning-started", s.AWSTenantAccountProvisioningCompleted = "aws-tenant-account-provisioning-completed", s.AWSTenantAccountProvisioningFailed = "aws-tenant-account-provisioning-failed", s.ComputeDeploymentStarted = "compute-deployment-started", s.ComputeDeploymentCompleted = "compute-deployment-completed", s.ComputeDeploymentFailed = "compute-deployment-failed", s))(Ai || {}), $o = /* @__PURE__ */ ((s) => (s.CodeCompilation = "code-compilation", s.RelationalDatabaseDeployment = "relational-database-deployment", s.RelationalDatabaseDeletion = "relational-database-deletion", s.HttpApiDeployment = "http-api-deployment", s.HttpApiDeletion = "http-api-deletion", s.InfrastructureValuesCodebaseInterpolation = "infrastructure-values-codebase-interpolation", s.BundleCodebase = "bundle-codebase", s.MigrateRelationalDatabase = "migrate-relational-database", s.BusinessLogicCodebaseDeployment = "business-logic-codebase-deployment", s.ExecutePublicationCompletedEvent = "execute-publication-completed-event", s.CodebaseCleanup = "codebase-cleanup", s.AWSTenantAccountProvisioning = "aws-tenant-account-provisioning", s.ComputeDeployment = "compute-deployment", s))($o || {});
|
|
136037
|
+
var dv = /* @__PURE__ */ ((s) => (s.Amazon = "amazon", s.Google = "google", s.Microsoft = "microsoft", s))(dv || {}), Jr = /* @__PURE__ */ ((s) => (s.RelationalDatabase = "relational-database", s.CompiledLocalCodebase = "compiled-local-codebase", s.CloudHostedCodebase = "cloud-hosted-codebase", s.HttpApi = "http-api", s.HttpEndpoint = "http-endpoint", s.ServerlessFunction = "serverless-function", s.CronJob = "cron-job", s.AWSTenantAccount = "aws-tenant-account", s.ContainerCompute = "container-compute", s.SharedDrive = "shared-drive", s))(Jr || {}), lO = /* @__PURE__ */ ((s) => (s.Post = "post", s.Get = "get", s.Acknowledgement = "acknowledgment", s.Progress = "progress", s.Error = "error", s.Complete = "complete", s))(lO || {}), _f = /* @__PURE__ */ ((s) => (s.Queued = "queued", s.Running = "running", s.Success = "success", s.Failed = "failed", s.CleanedUp = "cleaned-up", s.Skipped = "skipped", s.AbortedByUser = "aborted-by-user", s.UnrecoverableFailure = "unrecoverable-failure", s.Reverted = "reverted", s.UnpublishingStarted = "unpublishing-started", s.Unpublished = "unpublished", s))(_f || {}), oO = /* @__PURE__ */ ((s) => (s.Queued = "queued", s.Running = "running", s.Success = "success", s.Failed = "failed", s.CleanedUp = "cleaned-up", s.UnrecoverableFailure = "unrecoverable-failure", s.Reverted = "reverted", s.UnpublishingStarted = "unpublishing-started", s.Unpublished = "unpublished", s))(oO || {}), Ai = /* @__PURE__ */ ((s) => (s.ProjectNotFound = "project-not-found", s.ProjectPublishRequestAcknowledged = "project-publish-request-acknowledged", s.PublicationStepFailedReasonUnknown = "publication-step-failed-reason-unknown", s.DeploymentCompleted = "deployment-completed", s.DeploymentStarted = "deployment-started", s.DeploymentFailed = "deployment-failed", s.AllInfrastructureSuccessfullyProvisioned = "all-infrastucture-successfully-provisioned", s.RequestPayloadValidationFailed = "request-payload-validation-failed", s.ProjectStateValidationFailedMissingName = "project-state-validation-failed-missing-name", s.ProjectStateValidationFailedMissingAnyFunctionality = "project-state-validation-failed-missing-any-functionality", s.ProjectAlreadyBeingPublished = "project-already-being-published", s.BillingSubscriptionUpdateFailed = "billing-subscription-update-failed", s.RelationalDatabaseDeploymentStarted = "relational-database-deployment-started", s.RelationalDatabaseDeploymentCompleted = "relational-database-deployment-completed", s.RelationalDatabaseDeploymentFailed = "relational-database-deployment-failed", s.CreatingNewRelationalDatabase = "creating-new-relational-database", s.WaitingForPreviousRelationalDatabaseDeployment = "waiting-for-previous-relationa-database-deployment", s.RelationalDatabaseAlreadyExists = "relational-database-already-exists", s.RelationalDatabaseDeletionStarted = "relational-database-deletion-started", s.RelationalDatabaseDeletionCompleted = "relational-database-deletion-completed", s.RelationalDatabaseDeletionFailed = "relational-database-deletion-failed", s.WaitingForPreviousRelationalDatabaseDeletion = "waiting-for-previous-relationa-database-deletion", s.HttpApiDeploymentStarted = "http-api-deployment-started", s.HttpApiDeploymentCompleted = "http-api-deployment-completed", s.HttpApiDeploymentFailed = "http-api-deployment-failed", s.CreatingNewHttpApi = "creating-new-http-api", s.HttpApiAlreadyExists = "http-api-already-exists", s.HttpApiDeletionStarted = "http-api-deletion-started", s.HttpApiDeletionCompleted = "http-api-deletion-completed", s.HttpApiDeletionFailed = "http-api-deletion-failed", s.WaitingForPreviousHttpApiDeletion = "waiting-for-previous-http-api-deletion", s.BusinessLogicCodebaseDeploymentStarted = "business-logic-codebase-deployment-started", s.BusinessLogicCodebaseDeploymentCompleted = "business-logic-codebase-deployment-completed", s.BusinessLogicCodebaseDeploymentFailed = "business-logic-codebase-deployment-failed", s.BundlingCodebaseForDownload = "bundling-codebase-for-download", s.UploadingCodebaseToCloudStorage = "uploading-codebase-to-cloud-storage", s.UploadingCodebaseToCloudStorageCompleted = "uploading-codebase-to-cloud-storage-completed", s.UploadingCodebaseToCloudStorageFailed = "uploading-codebase-to-cloud-storage-failed", s.InfrastructureValuesCodebaseInterpolationStarted = "infrastructure-values-codebase-interpolation-started", s.InfrastructureValuesCodebaseInterpolationCompleted = "infrastructure-values-codebase-interpolation-completed", s.InfrastructureValuesCodebaseInterpolationFailed = "infrastructure-values-codebase-interpolation-failed", s.CodeCompilationStarted = "code-compilation-started", s.CodeCompilationCompleted = "code-compilation-completed", s.CodeCompilationFailed = "code-compilation-failed", s.BundleCodebaseStarted = "bundle-codebase-started", s.BundleCodebaseCompleted = "bundle-codebase-completed", s.BundleCodebaseFailed = "bundle-codebase-failed", s.InstallingCodebaseDependenciesStarted = "installing-codebase-dependencies-started", s.InstallingCodebaseDependenciesCompleted = "installing-codebase-dependencies-completed", s.InstallingCodebaseDependenciesFailed = "installing-codebase-dependencies-failed", s.MigrateRelationalDatabaseStarted = "migrate-relational-database-started", s.MigrateRelationalDatabaseCompleted = "migrate-relational-database-completed", s.MigrateRelationalDatabaseFailed = "migrate-relational-database-failed", s.ExecutePublicationCompletedEventStarted = "execute-publication-completed-event-started", s.ExecutePublicationCompletedEventCompleted = "execute-publication-completed-event-completed", s.ExecutePublicationCompletedEventFailed = "execute-publication-completed-event-failed", s.ExecutePublicationCompletedEventTimedOut = "execute-publication-completed-event-timed-out", s.AWSTenantAccountProvisioningStarted = "aws-tenant-account-provisioning-started", s.AWSTenantAccountProvisioningCompleted = "aws-tenant-account-provisioning-completed", s.AWSTenantAccountProvisioningFailed = "aws-tenant-account-provisioning-failed", s.ComputeDeploymentStarted = "compute-deployment-started", s.ComputeDeploymentCompleted = "compute-deployment-completed", s.ComputeDeploymentFailed = "compute-deployment-failed", s.ComputeDeletionStarted = "compute-deletion-started", s.ComputeDeletionCompleted = "compute-deletion-completed", s.ComputeDeletionFailed = "compute-deletion-failed", s.SharedDriveDeploymentStarted = "shared-drive-deployment-started", s.SharedDriveDeploymentCompleted = "shared-drive-deployment-completed", s.SharedDriveDeploymentFailed = "shared-drive-deployment-failed", s.SharedDriveDeletionStarted = "shared-drive-deletion-started", s.SharedDriveDeletionCompleted = "shared-drive-deletion-completed", s.SharedDriveDeletionFailed = "shared-drive-deletion-failed", s))(Ai || {}), $o = /* @__PURE__ */ ((s) => (s.CodeCompilation = "code-compilation", s.RelationalDatabaseDeployment = "relational-database-deployment", s.RelationalDatabaseDeletion = "relational-database-deletion", s.HttpApiDeployment = "http-api-deployment", s.HttpApiDeletion = "http-api-deletion", s.InfrastructureValuesCodebaseInterpolation = "infrastructure-values-codebase-interpolation", s.BundleCodebase = "bundle-codebase", s.MigrateRelationalDatabase = "migrate-relational-database", s.BusinessLogicCodebaseDeployment = "business-logic-codebase-deployment", s.ExecutePublicationCompletedEvent = "execute-publication-completed-event", s.CodebaseCleanup = "codebase-cleanup", s.AWSTenantAccountProvisioning = "aws-tenant-account-provisioning", s.ComputeDeployment = "compute-deployment", s.ComputeDeletion = "compute-deletion", s.SharedDriveDeployment = "shared-drive-deployment", s.SharedDriveDeletion = "shared-drive-deletion", s))($o || {});
|
|
136038
136038
|
Jr.CloudHostedCodebase, Jr.HttpApi, Jr.RelationalDatabase, Jr.CloudHostedCodebase, Jr.CloudHostedCodebase, Jr.RelationalDatabase, Jr.CloudHostedCodebase, Jr.CloudHostedCodebase;
|
|
136039
136039
|
function WAi(s) {
|
|
136040
136040
|
return `project-${s}-http-api`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7046",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"log:project": "tsx --tsconfig tsconfig.scripts.json scripts/describe-project.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@elyx-code/definitions": "^0.0.
|
|
41
|
+
"@elyx-code/definitions": "^0.0.80001",
|
|
42
42
|
"axios": "^1.9.0",
|
|
43
43
|
"dayjs": "^1.11.13",
|
|
44
44
|
"sql-parser-cst": "^0.33.1",
|