@elyx-code/project-logic-tree 0.0.7115 → 0.0.7116

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.js CHANGED
@@ -39,7 +39,7 @@ const JF = {
39
39
  },
40
40
  fromUUID: (s) => s
41
41
  };
42
- var l = /* @__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))(l || {}), Re = /* @__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.SHARED_DRIVE_MOUNT_ENTITY = "BUILT_IN_SHARED_DRIVE_MOUNT_ENTITY", s.CONTAINER_AUTH_REGISTRY_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_CONTAINER-REGISTRY_AUTH", s.CLOUD_FILE_SYSTEM_BUCKET = "BUILT_IN_CLOUD_FILE_SYSTEM_BUCKET_ENTITY", s))(Re || {}), Ca = /* @__PURE__ */ ((s) => (s.CurrentDateAndTime = "current-date-and-time", s.Unique = "unique", s.Random = "random", s))(Ca || {}), ce = /* @__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.FileReference = "file-reference", s.Untyped = "untyped", s.SqlProgram = "sql-program", s))(ce || {}), he = /* @__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))(he || {}), ft = /* @__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))(ft || {}), ae = /* @__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))(ae || {}), fe = /* @__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))(fe || {}), 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 || {}), Wl = /* @__PURE__ */ ((s) => (s.Wait = "op-execution-wait", s))(Wl || {}), Ge = /* @__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))(Ge || {}), Ka = /* @__PURE__ */ ((s) => (s.HttpRequest = "op-base-http-request", s))(Ka || {}), qu = /* @__PURE__ */ ((s) => (s.ExecuteSQL = "op-sql-execute-query", s))(qu || {}), Ke = /* @__PURE__ */ ((s) => (s.UploadFile = "op-cloud-file-system-upload-file", s.GetFile = "op-cloud-file-system-get-file", s.DownloadFile = "op-cloud-file-system-download-file", s.ListFiles = "op-cloud-file-system-list-files", s.DeleteFile = "op-cloud-file-system-delete-file", s.DeleteFiles = "op-cloud-file-system-delete-files", s.CopyFile = "op-cloud-file-system-copy-file", s.MoveFile = "op-cloud-file-system-move-file", s.RenameFile = "op-cloud-file-system-rename-file", s.GetFileMetadata = "op-cloud-file-system-get-file-metadata", s.CheckFileExists = "op-cloud-file-system-check-file-exists", s.GetPresignedUrl = "op-cloud-file-system-get-presigned-url", s.SetFileAccess = "op-cloud-file-system-set-file-access", s.CreateFolder = "op-cloud-file-system-create-folder", s.DeleteFolder = "op-cloud-file-system-delete-folder", s.DeleteFolders = "op-cloud-file-system-delete-folders", s.CreateMultipartUpload = "op-cloud-file-system-create-multipart-upload", s.GetUploadPartPresignedUrl = "op-cloud-file-system-get-upload-part-presigned-url", s.CompleteMultipartUpload = "op-cloud-file-system-complete-multipart-upload", s.AbortMultipartUpload = "op-cloud-file-system-abort-multipart-upload", s.UploadFilePart = "op-cloud-file-system-upload-file-part", s))(Ke || {}), qe = /* @__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.BytesToFileReference = "op-data-type-bytes-to-file-reference", s.FileReferenceToBytes = "op-data-type-file-reference-to-bytes", s.ParseMultipartBody = "op-data-type-parse-multipart-body", s.ParseDataUri = "op-data-type-parse-data-uri", s.DetectMimeTypeFromBytes = "op-data-type-detect-mime-type-from-bytes", s))(qe || {}), qa = /* @__PURE__ */ ((s) => (s.Parse = "op-json-parse", s.Stringify = "op-json-stringify", s))(qa || {}), vi = /* @__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))(vi || {}), Fr = /* @__PURE__ */ ((s) => (s.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", s.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", s))(Fr || {}), Gi = /* @__PURE__ */ ((s) => (s.BuildJwtHmac = "op-jwt-build-hmac", s.VerifyJwtHmac = "op-jwt-verify-hmac", s.DecodeJwt = "op-jwt-decode", s))(Gi || {}), Ee = /* @__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.GoogleSheetsCreateSpreadsheet = "external-integration--google-sheets--create-spreadsheet", s.GoogleSheetsGetSpreadsheet = "external-integration--google-sheets--get-spreadsheet", s.GoogleSheetsAddSheet = "external-integration--google-sheets--add-sheet", s.GoogleSheetsDeleteSheet = "external-integration--google-sheets--delete-sheet", s.GoogleSheetsAppendRows = "external-integration--google-sheets--append-rows", s.GoogleSheetsGetRangeValues = "external-integration--google-sheets--get-range-values", s.GoogleSheetsUpdateRangeValues = "external-integration--google-sheets--update-range-values", s.GoogleSheetsClearRange = "external-integration--google-sheets--clear-range", s.GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheets--batch-update-spreadsheet", s.GoogleSheetsRenameUpdateSheet = "external-integration--google-sheets--rename-update-sheet", s.GoogleSheetsCopySheet = "external-integration--google-sheets--copy-sheet", s.GoogleSheetsClearSheet = "external-integration--google-sheets--clear-sheet", s.GoogleSheetsBatchGetValues = "external-integration--google-sheets--batch-get-values", s.GoogleSheetsFormatCells = "external-integration--google-sheets--format-cells", s.GoogleSheetsSetNumberFormat = "external-integration--google-sheets--set-number-format", s.GoogleSheetsSetBackgroundColor = "external-integration--google-sheets--set-background-color", s.GoogleSheetsMergeUnmergeCells = "external-integration--google-sheets--merge-unmerge-cells", s.GoogleSheetsAutoResizeDimensions = "external-integration--google-sheets--auto-resize-dimensions", s.GoogleSheetsFindAndReplace = "external-integration--google-sheets--find-and-replace", s.GoogleSheetsAddDataValidation = "external-integration--google-sheets--add-data-validation", s.GoogleSheetsSortRange = "external-integration--google-sheets--sort-range", s.GoogleSheetsApplyClearFilter = "external-integration--google-sheets--apply-clear-filter", s))(Ee || {}), Ai = /* @__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))(Ai || {}), wa = /* @__PURE__ */ ((s) => (s.MergeEmpty = "op-values-merge-empty", s.MergeFalsy = "op-values-merge-falsy", s))(wa || {}), Za = /* @__PURE__ */ ((s) => (s.BooleanIsTrue = "condition-boolean-is-true", s.BooleanIsFalse = "condition-boolean-is-false", s))(Za || {}), Jr = /* @__PURE__ */ ((s) => (s.And = "condition-group-and", s.Or = "condition-group-or", s))(Jr || {}), Lt = /* @__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))(Lt || {}), F = /* @__PURE__ */ ((s) => (s.FixedArguments = "fixed-arguments", s.ReturnedError = "returned-error", s.OngoingProcessExecution = "ongoing-process-execution", s.DynamicArgument = "dynamic-argument-types", s))(F || {});
42
+ var l = /* @__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))(l || {}), Re = /* @__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.SHARED_DRIVE_MOUNT_ENTITY = "BUILT_IN_SHARED_DRIVE_MOUNT_ENTITY", s.CONTAINER_AUTH_REGISTRY_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_CONTAINER-REGISTRY_AUTH", s.CLOUD_FILE_SYSTEM_BUCKET = "BUILT_IN_CLOUD_FILE_SYSTEM_BUCKET_ENTITY", s))(Re || {}), Ca = /* @__PURE__ */ ((s) => (s.CurrentDateAndTime = "current-date-and-time", s.Unique = "unique", s.Random = "random", s))(Ca || {}), ce = /* @__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.FileReference = "file-reference", s.Untyped = "untyped", s.SqlProgram = "sql-program", s))(ce || {}), he = /* @__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))(he || {}), ft = /* @__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))(ft || {}), ae = /* @__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))(ae || {}), fe = /* @__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))(fe || {}), 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 || {}), Wl = /* @__PURE__ */ ((s) => (s.Wait = "op-execution-wait", s))(Wl || {}), Ge = /* @__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))(Ge || {}), Ka = /* @__PURE__ */ ((s) => (s.HttpRequest = "op-base-http-request", s))(Ka || {}), qu = /* @__PURE__ */ ((s) => (s.ExecuteSQL = "op-sql-execute-query", s))(qu || {}), Ke = /* @__PURE__ */ ((s) => (s.UploadFile = "op-cloud-file-system-upload-file", s.GetFile = "op-cloud-file-system-get-file", s.DownloadFile = "op-cloud-file-system-download-file", s.ListFiles = "op-cloud-file-system-list-files", s.DeleteFile = "op-cloud-file-system-delete-file", s.DeleteFiles = "op-cloud-file-system-delete-files", s.CopyFile = "op-cloud-file-system-copy-file", s.MoveFile = "op-cloud-file-system-move-file", s.RenameFile = "op-cloud-file-system-rename-file", s.GetFileMetadata = "op-cloud-file-system-get-file-metadata", s.CheckFileExists = "op-cloud-file-system-check-file-exists", s.GetPresignedUrl = "op-cloud-file-system-get-presigned-url", s.SetFileAccess = "op-cloud-file-system-set-file-access", s.CreateFolder = "op-cloud-file-system-create-folder", s.DeleteFolder = "op-cloud-file-system-delete-folder", s.DeleteFolders = "op-cloud-file-system-delete-folders", s.CreateMultipartUpload = "op-cloud-file-system-create-multipart-upload", s.GetUploadPartPresignedUrl = "op-cloud-file-system-get-upload-part-presigned-url", s.CompleteMultipartUpload = "op-cloud-file-system-complete-multipart-upload", s.AbortMultipartUpload = "op-cloud-file-system-abort-multipart-upload", s.UploadFilePart = "op-cloud-file-system-upload-file-part", s))(Ke || {}), qe = /* @__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.BytesToFileReference = "op-data-type-bytes-to-file-reference", s.FileReferenceToBytes = "op-data-type-file-reference-to-bytes", s.ParseMultipartBody = "op-data-type-parse-multipart-body", s.ParseDataUri = "op-data-type-parse-data-uri", s.DetectMimeTypeFromBytes = "op-data-type-detect-mime-type-from-bytes", s))(qe || {}), qa = /* @__PURE__ */ ((s) => (s.Parse = "op-json-parse", s.Stringify = "op-json-stringify", s))(qa || {}), vi = /* @__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))(vi || {}), Fr = /* @__PURE__ */ ((s) => (s.HashPasswordPBKDF2 = "op-password-hash-pbkdf2", s.VerifyPasswordPBKDF2 = "op-password-verify-pbkdf2", s))(Fr || {}), Gi = /* @__PURE__ */ ((s) => (s.BuildJwtHmac = "op-jwt-build-hmac", s.VerifyJwtHmac = "op-jwt-verify-hmac", s.DecodeJwt = "op-jwt-decode", s))(Gi || {}), Ee = /* @__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.GoogleSheetsCreateSpreadsheet = "external-integration--google-sheet--create-spreadsheet", s.GoogleSheetsGetSpreadsheet = "external-integration--google-sheet--get-spreadsheet", s.GoogleSheetsAddSheet = "external-integration--google-sheet--add-sheet", s.GoogleSheetsDeleteSheet = "external-integration--google-sheet--delete-sheet", s.GoogleSheetsAppendRows = "external-integration--google-sheet--append-rows", s.GoogleSheetsGetRangeValues = "external-integration--google-sheet--get-range-values", s.GoogleSheetsUpdateRangeValues = "external-integration--google-sheet--update-range-values", s.GoogleSheetsClearRange = "external-integration--google-sheet--clear-range", s.GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet", s.GoogleSheetsRenameUpdateSheet = "external-integration--google-sheet--rename-update-sheet", s.GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet", s.GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet", s.GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values", s.GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells", s.GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format", s.GoogleSheetsSetBackgroundColor = "external-integration--google-sheet--set-background-color", s.GoogleSheetsMergeUnmergeCells = "external-integration--google-sheet--merge-unmerge-cells", s.GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions", s.GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace", s.GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation", s.GoogleSheetsSortRange = "external-integration--google-sheet--sort-range", s.GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter", s))(Ee || {}), Ai = /* @__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))(Ai || {}), wa = /* @__PURE__ */ ((s) => (s.MergeEmpty = "op-values-merge-empty", s.MergeFalsy = "op-values-merge-falsy", s))(wa || {}), Za = /* @__PURE__ */ ((s) => (s.BooleanIsTrue = "condition-boolean-is-true", s.BooleanIsFalse = "condition-boolean-is-false", s))(Za || {}), Jr = /* @__PURE__ */ ((s) => (s.And = "condition-group-and", s.Or = "condition-group-or", s))(Jr || {}), Lt = /* @__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))(Lt || {}), F = /* @__PURE__ */ ((s) => (s.FixedArguments = "fixed-arguments", s.ReturnedError = "returned-error", s.OngoingProcessExecution = "ongoing-process-execution", s.DynamicArgument = "dynamic-argument-types", s))(F || {});
43
43
  const iit = [
44
44
  l.VariableDeclaration,
45
45
  l.Property,
@@ -8376,16 +8376,36 @@ const B = {
8376
8376
  [Ee.GoogleSheetsCreateSpreadsheet]: {
8377
8377
  id: Ee.GoogleSheetsCreateSpreadsheet,
8378
8378
  inputs: {
8379
- connection: { id: "external-integration--google-sheets--create-spreadsheet-connection-input", dataType: { id: "external-integration--google-sheets--create-spreadsheet-connection-input-data-type" } },
8380
- title: { id: "external-integration--google-sheets--create-spreadsheet-title-input", dataType: { id: "external-integration--google-sheets--create-spreadsheet-title-input-data-type" } }
8379
+ connection: {
8380
+ id: "external-integration--google-sheet--create-spreadsheet-connection-input",
8381
+ dataType: {
8382
+ id: "external-integration--google-sheet--create-spreadsheet-connection-input-data-type"
8383
+ }
8384
+ },
8385
+ title: {
8386
+ id: "external-integration--google-sheet--create-spreadsheet-title-input",
8387
+ dataType: {
8388
+ id: "external-integration--google-sheet--create-spreadsheet-title-input-data-type"
8389
+ }
8390
+ }
8381
8391
  },
8382
8392
  dataType: {
8383
- id: "external-integration--google-sheets--create-spreadsheet-response-data-type",
8393
+ id: "external-integration--google-sheet--create-spreadsheet-response-data-type",
8384
8394
  entity: {
8385
- id: "external-integration--google-sheets--create-spreadsheet-response-entity",
8395
+ id: "external-integration--google-sheet--create-spreadsheet-response-entity",
8386
8396
  properties: {
8387
- spreadsheetId: { id: "external-integration--google-sheets--create-spreadsheet-response-entity-properties-spreadsheetId", dataType: { id: "external-integration--google-sheets--create-spreadsheet-response-entity-properties-spreadsheetId-data-type" } },
8388
- spreadsheetUrl: { id: "external-integration--google-sheets--create-spreadsheet-response-entity-properties-spreadsheetUrl", dataType: { id: "external-integration--google-sheets--create-spreadsheet-response-entity-properties-spreadsheetUrl-data-type" } }
8397
+ spreadsheetId: {
8398
+ id: "external-integration--google-sheet--create-spreadsheet-response-entity-properties-spreadsheetId",
8399
+ dataType: {
8400
+ id: "external-integration--google-sheet--create-spreadsheet-response-entity-properties-spreadsheetId-data-type"
8401
+ }
8402
+ },
8403
+ spreadsheetUrl: {
8404
+ id: "external-integration--google-sheet--create-spreadsheet-response-entity-properties-spreadsheetUrl",
8405
+ dataType: {
8406
+ id: "external-integration--google-sheet--create-spreadsheet-response-entity-properties-spreadsheetUrl-data-type"
8407
+ }
8408
+ }
8389
8409
  }
8390
8410
  }
8391
8411
  }
@@ -8393,16 +8413,36 @@ const B = {
8393
8413
  [Ee.GoogleSheetsGetSpreadsheet]: {
8394
8414
  id: Ee.GoogleSheetsGetSpreadsheet,
8395
8415
  inputs: {
8396
- connection: { id: "external-integration--google-sheets--get-spreadsheet-connection-input", dataType: { id: "external-integration--google-sheets--get-spreadsheet-connection-input-data-type" } },
8397
- spreadsheetId: { id: "external-integration--google-sheets--get-spreadsheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--get-spreadsheet-spreadsheetId-input-data-type" } }
8416
+ connection: {
8417
+ id: "external-integration--google-sheet--get-spreadsheet-connection-input",
8418
+ dataType: {
8419
+ id: "external-integration--google-sheet--get-spreadsheet-connection-input-data-type"
8420
+ }
8421
+ },
8422
+ spreadsheetId: {
8423
+ id: "external-integration--google-sheet--get-spreadsheet-spreadsheetId-input",
8424
+ dataType: {
8425
+ id: "external-integration--google-sheet--get-spreadsheet-spreadsheetId-input-data-type"
8426
+ }
8427
+ }
8398
8428
  },
8399
8429
  dataType: {
8400
- id: "external-integration--google-sheets--get-spreadsheet-response-data-type",
8430
+ id: "external-integration--google-sheet--get-spreadsheet-response-data-type",
8401
8431
  entity: {
8402
- id: "external-integration--google-sheets--get-spreadsheet-response-entity",
8432
+ id: "external-integration--google-sheet--get-spreadsheet-response-entity",
8403
8433
  properties: {
8404
- title: { id: "external-integration--google-sheets--get-spreadsheet-response-entity-properties-title", dataType: { id: "external-integration--google-sheets--get-spreadsheet-response-entity-properties-title-data-type" } },
8405
- spreadsheetUrl: { id: "external-integration--google-sheets--get-spreadsheet-response-entity-properties-spreadsheetUrl", dataType: { id: "external-integration--google-sheets--get-spreadsheet-response-entity-properties-spreadsheetUrl-data-type" } }
8434
+ title: {
8435
+ id: "external-integration--google-sheet--get-spreadsheet-response-entity-properties-title",
8436
+ dataType: {
8437
+ id: "external-integration--google-sheet--get-spreadsheet-response-entity-properties-title-data-type"
8438
+ }
8439
+ },
8440
+ spreadsheetUrl: {
8441
+ id: "external-integration--google-sheet--get-spreadsheet-response-entity-properties-spreadsheetUrl",
8442
+ dataType: {
8443
+ id: "external-integration--google-sheet--get-spreadsheet-response-entity-properties-spreadsheetUrl-data-type"
8444
+ }
8445
+ }
8406
8446
  }
8407
8447
  }
8408
8448
  }
@@ -8410,16 +8450,36 @@ const B = {
8410
8450
  [Ee.GoogleSheetsAddSheet]: {
8411
8451
  id: Ee.GoogleSheetsAddSheet,
8412
8452
  inputs: {
8413
- connection: { id: "external-integration--google-sheets--add-sheet-connection-input", dataType: { id: "external-integration--google-sheets--add-sheet-connection-input-data-type" } },
8414
- spreadsheetId: { id: "external-integration--google-sheets--add-sheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--add-sheet-spreadsheetId-input-data-type" } },
8415
- title: { id: "external-integration--google-sheets--add-sheet-title-input", dataType: { id: "external-integration--google-sheets--add-sheet-title-input-data-type" } }
8453
+ connection: {
8454
+ id: "external-integration--google-sheet--add-sheet-connection-input",
8455
+ dataType: {
8456
+ id: "external-integration--google-sheet--add-sheet-connection-input-data-type"
8457
+ }
8458
+ },
8459
+ spreadsheetId: {
8460
+ id: "external-integration--google-sheet--add-sheet-spreadsheetId-input",
8461
+ dataType: {
8462
+ id: "external-integration--google-sheet--add-sheet-spreadsheetId-input-data-type"
8463
+ }
8464
+ },
8465
+ title: {
8466
+ id: "external-integration--google-sheet--add-sheet-title-input",
8467
+ dataType: {
8468
+ id: "external-integration--google-sheet--add-sheet-title-input-data-type"
8469
+ }
8470
+ }
8416
8471
  },
8417
8472
  dataType: {
8418
- id: "external-integration--google-sheets--add-sheet-response-data-type",
8473
+ id: "external-integration--google-sheet--add-sheet-response-data-type",
8419
8474
  entity: {
8420
- id: "external-integration--google-sheets--add-sheet-response-entity",
8475
+ id: "external-integration--google-sheet--add-sheet-response-entity",
8421
8476
  properties: {
8422
- sheetId: { id: "external-integration--google-sheets--add-sheet-response-entity-properties-sheetId", dataType: { id: "external-integration--google-sheets--add-sheet-response-entity-properties-sheetId-data-type" } }
8477
+ sheetId: {
8478
+ id: "external-integration--google-sheet--add-sheet-response-entity-properties-sheetId",
8479
+ dataType: {
8480
+ id: "external-integration--google-sheet--add-sheet-response-entity-properties-sheetId-data-type"
8481
+ }
8482
+ }
8423
8483
  }
8424
8484
  }
8425
8485
  }
@@ -8427,16 +8487,36 @@ const B = {
8427
8487
  [Ee.GoogleSheetsDeleteSheet]: {
8428
8488
  id: Ee.GoogleSheetsDeleteSheet,
8429
8489
  inputs: {
8430
- connection: { id: "external-integration--google-sheets--delete-sheet-connection-input", dataType: { id: "external-integration--google-sheets--delete-sheet-connection-input-data-type" } },
8431
- spreadsheetId: { id: "external-integration--google-sheets--delete-sheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--delete-sheet-spreadsheetId-input-data-type" } },
8432
- sheetId: { id: "external-integration--google-sheets--delete-sheet-sheetId-input", dataType: { id: "external-integration--google-sheets--delete-sheet-sheetId-input-data-type" } }
8490
+ connection: {
8491
+ id: "external-integration--google-sheet--delete-sheet-connection-input",
8492
+ dataType: {
8493
+ id: "external-integration--google-sheet--delete-sheet-connection-input-data-type"
8494
+ }
8495
+ },
8496
+ spreadsheetId: {
8497
+ id: "external-integration--google-sheet--delete-sheet-spreadsheetId-input",
8498
+ dataType: {
8499
+ id: "external-integration--google-sheet--delete-sheet-spreadsheetId-input-data-type"
8500
+ }
8501
+ },
8502
+ sheetId: {
8503
+ id: "external-integration--google-sheet--delete-sheet-sheetId-input",
8504
+ dataType: {
8505
+ id: "external-integration--google-sheet--delete-sheet-sheetId-input-data-type"
8506
+ }
8507
+ }
8433
8508
  },
8434
8509
  dataType: {
8435
- id: "external-integration--google-sheets--delete-sheet-response-data-type",
8510
+ id: "external-integration--google-sheet--delete-sheet-response-data-type",
8436
8511
  entity: {
8437
- id: "external-integration--google-sheets--delete-sheet-response-entity",
8512
+ id: "external-integration--google-sheet--delete-sheet-response-entity",
8438
8513
  properties: {
8439
- success: { id: "external-integration--google-sheets--delete-sheet-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--delete-sheet-response-entity-properties-success-data-type" } }
8514
+ success: {
8515
+ id: "external-integration--google-sheet--delete-sheet-response-entity-properties-success",
8516
+ dataType: {
8517
+ id: "external-integration--google-sheet--delete-sheet-response-entity-properties-success-data-type"
8518
+ }
8519
+ }
8440
8520
  }
8441
8521
  }
8442
8522
  }
@@ -8444,17 +8524,42 @@ const B = {
8444
8524
  [Ee.GoogleSheetsAppendRows]: {
8445
8525
  id: Ee.GoogleSheetsAppendRows,
8446
8526
  inputs: {
8447
- connection: { id: "external-integration--google-sheets--append-rows-connection-input", dataType: { id: "external-integration--google-sheets--append-rows-connection-input-data-type" } },
8448
- spreadsheetId: { id: "external-integration--google-sheets--append-rows-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--append-rows-spreadsheetId-input-data-type" } },
8449
- range: { id: "external-integration--google-sheets--append-rows-range-input", dataType: { id: "external-integration--google-sheets--append-rows-range-input-data-type" } },
8450
- values: { id: "external-integration--google-sheets--append-rows-values-input", dataType: { id: "external-integration--google-sheets--append-rows-values-input-data-type" } }
8527
+ connection: {
8528
+ id: "external-integration--google-sheet--append-rows-connection-input",
8529
+ dataType: {
8530
+ id: "external-integration--google-sheet--append-rows-connection-input-data-type"
8531
+ }
8532
+ },
8533
+ spreadsheetId: {
8534
+ id: "external-integration--google-sheet--append-rows-spreadsheetId-input",
8535
+ dataType: {
8536
+ id: "external-integration--google-sheet--append-rows-spreadsheetId-input-data-type"
8537
+ }
8538
+ },
8539
+ range: {
8540
+ id: "external-integration--google-sheet--append-rows-range-input",
8541
+ dataType: {
8542
+ id: "external-integration--google-sheet--append-rows-range-input-data-type"
8543
+ }
8544
+ },
8545
+ values: {
8546
+ id: "external-integration--google-sheet--append-rows-values-input",
8547
+ dataType: {
8548
+ id: "external-integration--google-sheet--append-rows-values-input-data-type"
8549
+ }
8550
+ }
8451
8551
  },
8452
8552
  dataType: {
8453
- id: "external-integration--google-sheets--append-rows-response-data-type",
8553
+ id: "external-integration--google-sheet--append-rows-response-data-type",
8454
8554
  entity: {
8455
- id: "external-integration--google-sheets--append-rows-response-entity",
8555
+ id: "external-integration--google-sheet--append-rows-response-entity",
8456
8556
  properties: {
8457
- updatedRange: { id: "external-integration--google-sheets--append-rows-response-entity-properties-updatedRange", dataType: { id: "external-integration--google-sheets--append-rows-response-entity-properties-updatedRange-data-type" } }
8557
+ updatedRange: {
8558
+ id: "external-integration--google-sheet--append-rows-response-entity-properties-updatedRange",
8559
+ dataType: {
8560
+ id: "external-integration--google-sheet--append-rows-response-entity-properties-updatedRange-data-type"
8561
+ }
8562
+ }
8458
8563
  }
8459
8564
  }
8460
8565
  }
@@ -8462,16 +8567,36 @@ const B = {
8462
8567
  [Ee.GoogleSheetsGetRangeValues]: {
8463
8568
  id: Ee.GoogleSheetsGetRangeValues,
8464
8569
  inputs: {
8465
- connection: { id: "external-integration--google-sheets--get-range-values-connection-input", dataType: { id: "external-integration--google-sheets--get-range-values-connection-input-data-type" } },
8466
- spreadsheetId: { id: "external-integration--google-sheets--get-range-values-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--get-range-values-spreadsheetId-input-data-type" } },
8467
- range: { id: "external-integration--google-sheets--get-range-values-range-input", dataType: { id: "external-integration--google-sheets--get-range-values-range-input-data-type" } }
8570
+ connection: {
8571
+ id: "external-integration--google-sheet--get-range-values-connection-input",
8572
+ dataType: {
8573
+ id: "external-integration--google-sheet--get-range-values-connection-input-data-type"
8574
+ }
8575
+ },
8576
+ spreadsheetId: {
8577
+ id: "external-integration--google-sheet--get-range-values-spreadsheetId-input",
8578
+ dataType: {
8579
+ id: "external-integration--google-sheet--get-range-values-spreadsheetId-input-data-type"
8580
+ }
8581
+ },
8582
+ range: {
8583
+ id: "external-integration--google-sheet--get-range-values-range-input",
8584
+ dataType: {
8585
+ id: "external-integration--google-sheet--get-range-values-range-input-data-type"
8586
+ }
8587
+ }
8468
8588
  },
8469
8589
  dataType: {
8470
- id: "external-integration--google-sheets--get-range-values-response-data-type",
8590
+ id: "external-integration--google-sheet--get-range-values-response-data-type",
8471
8591
  entity: {
8472
- id: "external-integration--google-sheets--get-range-values-response-entity",
8592
+ id: "external-integration--google-sheet--get-range-values-response-entity",
8473
8593
  properties: {
8474
- values: { id: "external-integration--google-sheets--get-range-values-response-entity-properties-values", dataType: { id: "external-integration--google-sheets--get-range-values-response-entity-properties-values-data-type" } }
8594
+ values: {
8595
+ id: "external-integration--google-sheet--get-range-values-response-entity-properties-values",
8596
+ dataType: {
8597
+ id: "external-integration--google-sheet--get-range-values-response-entity-properties-values-data-type"
8598
+ }
8599
+ }
8475
8600
  }
8476
8601
  }
8477
8602
  }
@@ -8479,17 +8604,42 @@ const B = {
8479
8604
  [Ee.GoogleSheetsUpdateRangeValues]: {
8480
8605
  id: Ee.GoogleSheetsUpdateRangeValues,
8481
8606
  inputs: {
8482
- connection: { id: "external-integration--google-sheets--update-range-values-connection-input", dataType: { id: "external-integration--google-sheets--update-range-values-connection-input-data-type" } },
8483
- spreadsheetId: { id: "external-integration--google-sheets--update-range-values-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--update-range-values-spreadsheetId-input-data-type" } },
8484
- range: { id: "external-integration--google-sheets--update-range-values-range-input", dataType: { id: "external-integration--google-sheets--update-range-values-range-input-data-type" } },
8485
- values: { id: "external-integration--google-sheets--update-range-values-values-input", dataType: { id: "external-integration--google-sheets--update-range-values-values-input-data-type" } }
8607
+ connection: {
8608
+ id: "external-integration--google-sheet--update-range-values-connection-input",
8609
+ dataType: {
8610
+ id: "external-integration--google-sheet--update-range-values-connection-input-data-type"
8611
+ }
8612
+ },
8613
+ spreadsheetId: {
8614
+ id: "external-integration--google-sheet--update-range-values-spreadsheetId-input",
8615
+ dataType: {
8616
+ id: "external-integration--google-sheet--update-range-values-spreadsheetId-input-data-type"
8617
+ }
8618
+ },
8619
+ range: {
8620
+ id: "external-integration--google-sheet--update-range-values-range-input",
8621
+ dataType: {
8622
+ id: "external-integration--google-sheet--update-range-values-range-input-data-type"
8623
+ }
8624
+ },
8625
+ values: {
8626
+ id: "external-integration--google-sheet--update-range-values-values-input",
8627
+ dataType: {
8628
+ id: "external-integration--google-sheet--update-range-values-values-input-data-type"
8629
+ }
8630
+ }
8486
8631
  },
8487
8632
  dataType: {
8488
- id: "external-integration--google-sheets--update-range-values-response-data-type",
8633
+ id: "external-integration--google-sheet--update-range-values-response-data-type",
8489
8634
  entity: {
8490
- id: "external-integration--google-sheets--update-range-values-response-entity",
8635
+ id: "external-integration--google-sheet--update-range-values-response-entity",
8491
8636
  properties: {
8492
- updatedRange: { id: "external-integration--google-sheets--update-range-values-response-entity-properties-updatedRange", dataType: { id: "external-integration--google-sheets--update-range-values-response-entity-properties-updatedRange-data-type" } }
8637
+ updatedRange: {
8638
+ id: "external-integration--google-sheet--update-range-values-response-entity-properties-updatedRange",
8639
+ dataType: {
8640
+ id: "external-integration--google-sheet--update-range-values-response-entity-properties-updatedRange-data-type"
8641
+ }
8642
+ }
8493
8643
  }
8494
8644
  }
8495
8645
  }
@@ -8497,16 +8647,36 @@ const B = {
8497
8647
  [Ee.GoogleSheetsClearRange]: {
8498
8648
  id: Ee.GoogleSheetsClearRange,
8499
8649
  inputs: {
8500
- connection: { id: "external-integration--google-sheets--clear-range-connection-input", dataType: { id: "external-integration--google-sheets--clear-range-connection-input-data-type" } },
8501
- spreadsheetId: { id: "external-integration--google-sheets--clear-range-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--clear-range-spreadsheetId-input-data-type" } },
8502
- range: { id: "external-integration--google-sheets--clear-range-range-input", dataType: { id: "external-integration--google-sheets--clear-range-range-input-data-type" } }
8650
+ connection: {
8651
+ id: "external-integration--google-sheet--clear-range-connection-input",
8652
+ dataType: {
8653
+ id: "external-integration--google-sheet--clear-range-connection-input-data-type"
8654
+ }
8655
+ },
8656
+ spreadsheetId: {
8657
+ id: "external-integration--google-sheet--clear-range-spreadsheetId-input",
8658
+ dataType: {
8659
+ id: "external-integration--google-sheet--clear-range-spreadsheetId-input-data-type"
8660
+ }
8661
+ },
8662
+ range: {
8663
+ id: "external-integration--google-sheet--clear-range-range-input",
8664
+ dataType: {
8665
+ id: "external-integration--google-sheet--clear-range-range-input-data-type"
8666
+ }
8667
+ }
8503
8668
  },
8504
8669
  dataType: {
8505
- id: "external-integration--google-sheets--clear-range-response-data-type",
8670
+ id: "external-integration--google-sheet--clear-range-response-data-type",
8506
8671
  entity: {
8507
- id: "external-integration--google-sheets--clear-range-response-entity",
8672
+ id: "external-integration--google-sheet--clear-range-response-entity",
8508
8673
  properties: {
8509
- clearedRange: { id: "external-integration--google-sheets--clear-range-response-entity-properties-clearedRange", dataType: { id: "external-integration--google-sheets--clear-range-response-entity-properties-clearedRange-data-type" } }
8674
+ clearedRange: {
8675
+ id: "external-integration--google-sheet--clear-range-response-entity-properties-clearedRange",
8676
+ dataType: {
8677
+ id: "external-integration--google-sheet--clear-range-response-entity-properties-clearedRange-data-type"
8678
+ }
8679
+ }
8510
8680
  }
8511
8681
  }
8512
8682
  }
@@ -8514,16 +8684,36 @@ const B = {
8514
8684
  [Ee.GoogleSheetsBatchUpdateSpreadsheet]: {
8515
8685
  id: Ee.GoogleSheetsBatchUpdateSpreadsheet,
8516
8686
  inputs: {
8517
- connection: { id: "external-integration--google-sheets--batch-update-spreadsheet-connection-input", dataType: { id: "external-integration--google-sheets--batch-update-spreadsheet-connection-input-data-type" } },
8518
- spreadsheetId: { id: "external-integration--google-sheets--batch-update-spreadsheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--batch-update-spreadsheet-spreadsheetId-input-data-type" } },
8519
- requests: { id: "external-integration--google-sheets--batch-update-spreadsheet-requests-input", dataType: { id: "external-integration--google-sheets--batch-update-spreadsheet-requests-input-data-type" } }
8687
+ connection: {
8688
+ id: "external-integration--google-sheet--batch-update-spreadsheet-connection-input",
8689
+ dataType: {
8690
+ id: "external-integration--google-sheet--batch-update-spreadsheet-connection-input-data-type"
8691
+ }
8692
+ },
8693
+ spreadsheetId: {
8694
+ id: "external-integration--google-sheet--batch-update-spreadsheet-spreadsheetId-input",
8695
+ dataType: {
8696
+ id: "external-integration--google-sheet--batch-update-spreadsheet-spreadsheetId-input-data-type"
8697
+ }
8698
+ },
8699
+ requests: {
8700
+ id: "external-integration--google-sheet--batch-update-spreadsheet-requests-input",
8701
+ dataType: {
8702
+ id: "external-integration--google-sheet--batch-update-spreadsheet-requests-input-data-type"
8703
+ }
8704
+ }
8520
8705
  },
8521
8706
  dataType: {
8522
- id: "external-integration--google-sheets--batch-update-spreadsheet-response-data-type",
8707
+ id: "external-integration--google-sheet--batch-update-spreadsheet-response-data-type",
8523
8708
  entity: {
8524
- id: "external-integration--google-sheets--batch-update-spreadsheet-response-entity",
8709
+ id: "external-integration--google-sheet--batch-update-spreadsheet-response-entity",
8525
8710
  properties: {
8526
- replies: { id: "external-integration--google-sheets--batch-update-spreadsheet-response-entity-properties-replies", dataType: { id: "external-integration--google-sheets--batch-update-spreadsheet-response-entity-properties-replies-data-type" } }
8711
+ replies: {
8712
+ id: "external-integration--google-sheet--batch-update-spreadsheet-response-entity-properties-replies",
8713
+ dataType: {
8714
+ id: "external-integration--google-sheet--batch-update-spreadsheet-response-entity-properties-replies-data-type"
8715
+ }
8716
+ }
8527
8717
  }
8528
8718
  }
8529
8719
  }
@@ -8531,17 +8721,42 @@ const B = {
8531
8721
  [Ee.GoogleSheetsRenameUpdateSheet]: {
8532
8722
  id: Ee.GoogleSheetsRenameUpdateSheet,
8533
8723
  inputs: {
8534
- connection: { id: "external-integration--google-sheets--rename-update-sheet-connection-input", dataType: { id: "external-integration--google-sheets--rename-update-sheet-connection-input-data-type" } },
8535
- spreadsheetId: { id: "external-integration--google-sheets--rename-update-sheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--rename-update-sheet-spreadsheetId-input-data-type" } },
8536
- sheetId: { id: "external-integration--google-sheets--rename-update-sheet-sheetId-input", dataType: { id: "external-integration--google-sheets--rename-update-sheet-sheetId-input-data-type" } },
8537
- title: { id: "external-integration--google-sheets--rename-update-sheet-title-input", dataType: { id: "external-integration--google-sheets--rename-update-sheet-title-input-data-type" } }
8724
+ connection: {
8725
+ id: "external-integration--google-sheet--rename-update-sheet-connection-input",
8726
+ dataType: {
8727
+ id: "external-integration--google-sheet--rename-update-sheet-connection-input-data-type"
8728
+ }
8729
+ },
8730
+ spreadsheetId: {
8731
+ id: "external-integration--google-sheet--rename-update-sheet-spreadsheetId-input",
8732
+ dataType: {
8733
+ id: "external-integration--google-sheet--rename-update-sheet-spreadsheetId-input-data-type"
8734
+ }
8735
+ },
8736
+ sheetId: {
8737
+ id: "external-integration--google-sheet--rename-update-sheet-sheetId-input",
8738
+ dataType: {
8739
+ id: "external-integration--google-sheet--rename-update-sheet-sheetId-input-data-type"
8740
+ }
8741
+ },
8742
+ title: {
8743
+ id: "external-integration--google-sheet--rename-update-sheet-title-input",
8744
+ dataType: {
8745
+ id: "external-integration--google-sheet--rename-update-sheet-title-input-data-type"
8746
+ }
8747
+ }
8538
8748
  },
8539
8749
  dataType: {
8540
- id: "external-integration--google-sheets--rename-update-sheet-response-data-type",
8750
+ id: "external-integration--google-sheet--rename-update-sheet-response-data-type",
8541
8751
  entity: {
8542
- id: "external-integration--google-sheets--rename-update-sheet-response-entity",
8752
+ id: "external-integration--google-sheet--rename-update-sheet-response-entity",
8543
8753
  properties: {
8544
- success: { id: "external-integration--google-sheets--rename-update-sheet-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--rename-update-sheet-response-entity-properties-success-data-type" } }
8754
+ success: {
8755
+ id: "external-integration--google-sheet--rename-update-sheet-response-entity-properties-success",
8756
+ dataType: {
8757
+ id: "external-integration--google-sheet--rename-update-sheet-response-entity-properties-success-data-type"
8758
+ }
8759
+ }
8545
8760
  }
8546
8761
  }
8547
8762
  }
@@ -8549,17 +8764,42 @@ const B = {
8549
8764
  [Ee.GoogleSheetsCopySheet]: {
8550
8765
  id: Ee.GoogleSheetsCopySheet,
8551
8766
  inputs: {
8552
- connection: { id: "external-integration--google-sheets--copy-sheet-connection-input", dataType: { id: "external-integration--google-sheets--copy-sheet-connection-input-data-type" } },
8553
- spreadsheetId: { id: "external-integration--google-sheets--copy-sheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--copy-sheet-spreadsheetId-input-data-type" } },
8554
- sheetId: { id: "external-integration--google-sheets--copy-sheet-sheetId-input", dataType: { id: "external-integration--google-sheets--copy-sheet-sheetId-input-data-type" } },
8555
- destinationSpreadsheetId: { id: "external-integration--google-sheets--copy-sheet-destinationSpreadsheetId-input", dataType: { id: "external-integration--google-sheets--copy-sheet-destinationSpreadsheetId-input-data-type" } }
8767
+ connection: {
8768
+ id: "external-integration--google-sheet--copy-sheet-connection-input",
8769
+ dataType: {
8770
+ id: "external-integration--google-sheet--copy-sheet-connection-input-data-type"
8771
+ }
8772
+ },
8773
+ spreadsheetId: {
8774
+ id: "external-integration--google-sheet--copy-sheet-spreadsheetId-input",
8775
+ dataType: {
8776
+ id: "external-integration--google-sheet--copy-sheet-spreadsheetId-input-data-type"
8777
+ }
8778
+ },
8779
+ sheetId: {
8780
+ id: "external-integration--google-sheet--copy-sheet-sheetId-input",
8781
+ dataType: {
8782
+ id: "external-integration--google-sheet--copy-sheet-sheetId-input-data-type"
8783
+ }
8784
+ },
8785
+ destinationSpreadsheetId: {
8786
+ id: "external-integration--google-sheet--copy-sheet-destinationSpreadsheetId-input",
8787
+ dataType: {
8788
+ id: "external-integration--google-sheet--copy-sheet-destinationSpreadsheetId-input-data-type"
8789
+ }
8790
+ }
8556
8791
  },
8557
8792
  dataType: {
8558
- id: "external-integration--google-sheets--copy-sheet-response-data-type",
8793
+ id: "external-integration--google-sheet--copy-sheet-response-data-type",
8559
8794
  entity: {
8560
- id: "external-integration--google-sheets--copy-sheet-response-entity",
8795
+ id: "external-integration--google-sheet--copy-sheet-response-entity",
8561
8796
  properties: {
8562
- newSheetId: { id: "external-integration--google-sheets--copy-sheet-response-entity-properties-newSheetId", dataType: { id: "external-integration--google-sheets--copy-sheet-response-entity-properties-newSheetId-data-type" } }
8797
+ newSheetId: {
8798
+ id: "external-integration--google-sheet--copy-sheet-response-entity-properties-newSheetId",
8799
+ dataType: {
8800
+ id: "external-integration--google-sheet--copy-sheet-response-entity-properties-newSheetId-data-type"
8801
+ }
8802
+ }
8563
8803
  }
8564
8804
  }
8565
8805
  }
@@ -8567,16 +8807,36 @@ const B = {
8567
8807
  [Ee.GoogleSheetsClearSheet]: {
8568
8808
  id: Ee.GoogleSheetsClearSheet,
8569
8809
  inputs: {
8570
- connection: { id: "external-integration--google-sheets--clear-sheet-connection-input", dataType: { id: "external-integration--google-sheets--clear-sheet-connection-input-data-type" } },
8571
- spreadsheetId: { id: "external-integration--google-sheets--clear-sheet-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--clear-sheet-spreadsheetId-input-data-type" } },
8572
- sheetName: { id: "external-integration--google-sheets--clear-sheet-sheetName-input", dataType: { id: "external-integration--google-sheets--clear-sheet-sheetName-input-data-type" } }
8810
+ connection: {
8811
+ id: "external-integration--google-sheet--clear-sheet-connection-input",
8812
+ dataType: {
8813
+ id: "external-integration--google-sheet--clear-sheet-connection-input-data-type"
8814
+ }
8815
+ },
8816
+ spreadsheetId: {
8817
+ id: "external-integration--google-sheet--clear-sheet-spreadsheetId-input",
8818
+ dataType: {
8819
+ id: "external-integration--google-sheet--clear-sheet-spreadsheetId-input-data-type"
8820
+ }
8821
+ },
8822
+ sheetName: {
8823
+ id: "external-integration--google-sheet--clear-sheet-sheetName-input",
8824
+ dataType: {
8825
+ id: "external-integration--google-sheet--clear-sheet-sheetName-input-data-type"
8826
+ }
8827
+ }
8573
8828
  },
8574
8829
  dataType: {
8575
- id: "external-integration--google-sheets--clear-sheet-response-data-type",
8830
+ id: "external-integration--google-sheet--clear-sheet-response-data-type",
8576
8831
  entity: {
8577
- id: "external-integration--google-sheets--clear-sheet-response-entity",
8832
+ id: "external-integration--google-sheet--clear-sheet-response-entity",
8578
8833
  properties: {
8579
- clearedRange: { id: "external-integration--google-sheets--clear-sheet-response-entity-properties-clearedRange", dataType: { id: "external-integration--google-sheets--clear-sheet-response-entity-properties-clearedRange-data-type" } }
8834
+ clearedRange: {
8835
+ id: "external-integration--google-sheet--clear-sheet-response-entity-properties-clearedRange",
8836
+ dataType: {
8837
+ id: "external-integration--google-sheet--clear-sheet-response-entity-properties-clearedRange-data-type"
8838
+ }
8839
+ }
8580
8840
  }
8581
8841
  }
8582
8842
  }
@@ -8584,16 +8844,36 @@ const B = {
8584
8844
  [Ee.GoogleSheetsBatchGetValues]: {
8585
8845
  id: Ee.GoogleSheetsBatchGetValues,
8586
8846
  inputs: {
8587
- connection: { id: "external-integration--google-sheets--batch-get-values-connection-input", dataType: { id: "external-integration--google-sheets--batch-get-values-connection-input-data-type" } },
8588
- spreadsheetId: { id: "external-integration--google-sheets--batch-get-values-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--batch-get-values-spreadsheetId-input-data-type" } },
8589
- ranges: { id: "external-integration--google-sheets--batch-get-values-ranges-input", dataType: { id: "external-integration--google-sheets--batch-get-values-ranges-input-data-type" } }
8847
+ connection: {
8848
+ id: "external-integration--google-sheet--batch-get-values-connection-input",
8849
+ dataType: {
8850
+ id: "external-integration--google-sheet--batch-get-values-connection-input-data-type"
8851
+ }
8852
+ },
8853
+ spreadsheetId: {
8854
+ id: "external-integration--google-sheet--batch-get-values-spreadsheetId-input",
8855
+ dataType: {
8856
+ id: "external-integration--google-sheet--batch-get-values-spreadsheetId-input-data-type"
8857
+ }
8858
+ },
8859
+ ranges: {
8860
+ id: "external-integration--google-sheet--batch-get-values-ranges-input",
8861
+ dataType: {
8862
+ id: "external-integration--google-sheet--batch-get-values-ranges-input-data-type"
8863
+ }
8864
+ }
8590
8865
  },
8591
8866
  dataType: {
8592
- id: "external-integration--google-sheets--batch-get-values-response-data-type",
8867
+ id: "external-integration--google-sheet--batch-get-values-response-data-type",
8593
8868
  entity: {
8594
- id: "external-integration--google-sheets--batch-get-values-response-entity",
8869
+ id: "external-integration--google-sheet--batch-get-values-response-entity",
8595
8870
  properties: {
8596
- valueRanges: { id: "external-integration--google-sheets--batch-get-values-response-entity-properties-valueRanges", dataType: { id: "external-integration--google-sheets--batch-get-values-response-entity-properties-valueRanges-data-type" } }
8871
+ valueRanges: {
8872
+ id: "external-integration--google-sheet--batch-get-values-response-entity-properties-valueRanges",
8873
+ dataType: {
8874
+ id: "external-integration--google-sheet--batch-get-values-response-entity-properties-valueRanges-data-type"
8875
+ }
8876
+ }
8597
8877
  }
8598
8878
  }
8599
8879
  }
@@ -8601,22 +8881,72 @@ const B = {
8601
8881
  [Ee.GoogleSheetsFormatCells]: {
8602
8882
  id: Ee.GoogleSheetsFormatCells,
8603
8883
  inputs: {
8604
- connection: { id: "external-integration--google-sheets--format-cells-connection-input", dataType: { id: "external-integration--google-sheets--format-cells-connection-input-data-type" } },
8605
- spreadsheetId: { id: "external-integration--google-sheets--format-cells-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--format-cells-spreadsheetId-input-data-type" } },
8606
- sheetId: { id: "external-integration--google-sheets--format-cells-sheetId-input", dataType: { id: "external-integration--google-sheets--format-cells-sheetId-input-data-type" } },
8607
- startRow: { id: "external-integration--google-sheets--format-cells-startRow-input", dataType: { id: "external-integration--google-sheets--format-cells-startRow-input-data-type" } },
8608
- endRow: { id: "external-integration--google-sheets--format-cells-endRow-input", dataType: { id: "external-integration--google-sheets--format-cells-endRow-input-data-type" } },
8609
- startColumn: { id: "external-integration--google-sheets--format-cells-startColumn-input", dataType: { id: "external-integration--google-sheets--format-cells-startColumn-input-data-type" } },
8610
- endColumn: { id: "external-integration--google-sheets--format-cells-endColumn-input", dataType: { id: "external-integration--google-sheets--format-cells-endColumn-input-data-type" } },
8611
- bold: { id: "external-integration--google-sheets--format-cells-bold-input", dataType: { id: "external-integration--google-sheets--format-cells-bold-input-data-type" } },
8612
- italic: { id: "external-integration--google-sheets--format-cells-italic-input", dataType: { id: "external-integration--google-sheets--format-cells-italic-input-data-type" } }
8884
+ connection: {
8885
+ id: "external-integration--google-sheet--format-cells-connection-input",
8886
+ dataType: {
8887
+ id: "external-integration--google-sheet--format-cells-connection-input-data-type"
8888
+ }
8889
+ },
8890
+ spreadsheetId: {
8891
+ id: "external-integration--google-sheet--format-cells-spreadsheetId-input",
8892
+ dataType: {
8893
+ id: "external-integration--google-sheet--format-cells-spreadsheetId-input-data-type"
8894
+ }
8895
+ },
8896
+ sheetId: {
8897
+ id: "external-integration--google-sheet--format-cells-sheetId-input",
8898
+ dataType: {
8899
+ id: "external-integration--google-sheet--format-cells-sheetId-input-data-type"
8900
+ }
8901
+ },
8902
+ startRow: {
8903
+ id: "external-integration--google-sheet--format-cells-startRow-input",
8904
+ dataType: {
8905
+ id: "external-integration--google-sheet--format-cells-startRow-input-data-type"
8906
+ }
8907
+ },
8908
+ endRow: {
8909
+ id: "external-integration--google-sheet--format-cells-endRow-input",
8910
+ dataType: {
8911
+ id: "external-integration--google-sheet--format-cells-endRow-input-data-type"
8912
+ }
8913
+ },
8914
+ startColumn: {
8915
+ id: "external-integration--google-sheet--format-cells-startColumn-input",
8916
+ dataType: {
8917
+ id: "external-integration--google-sheet--format-cells-startColumn-input-data-type"
8918
+ }
8919
+ },
8920
+ endColumn: {
8921
+ id: "external-integration--google-sheet--format-cells-endColumn-input",
8922
+ dataType: {
8923
+ id: "external-integration--google-sheet--format-cells-endColumn-input-data-type"
8924
+ }
8925
+ },
8926
+ bold: {
8927
+ id: "external-integration--google-sheet--format-cells-bold-input",
8928
+ dataType: {
8929
+ id: "external-integration--google-sheet--format-cells-bold-input-data-type"
8930
+ }
8931
+ },
8932
+ italic: {
8933
+ id: "external-integration--google-sheet--format-cells-italic-input",
8934
+ dataType: {
8935
+ id: "external-integration--google-sheet--format-cells-italic-input-data-type"
8936
+ }
8937
+ }
8613
8938
  },
8614
8939
  dataType: {
8615
- id: "external-integration--google-sheets--format-cells-response-data-type",
8940
+ id: "external-integration--google-sheet--format-cells-response-data-type",
8616
8941
  entity: {
8617
- id: "external-integration--google-sheets--format-cells-response-entity",
8942
+ id: "external-integration--google-sheet--format-cells-response-entity",
8618
8943
  properties: {
8619
- success: { id: "external-integration--google-sheets--format-cells-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--format-cells-response-entity-properties-success-data-type" } }
8944
+ success: {
8945
+ id: "external-integration--google-sheet--format-cells-response-entity-properties-success",
8946
+ dataType: {
8947
+ id: "external-integration--google-sheet--format-cells-response-entity-properties-success-data-type"
8948
+ }
8949
+ }
8620
8950
  }
8621
8951
  }
8622
8952
  }
@@ -8624,21 +8954,66 @@ const B = {
8624
8954
  [Ee.GoogleSheetsSetNumberFormat]: {
8625
8955
  id: Ee.GoogleSheetsSetNumberFormat,
8626
8956
  inputs: {
8627
- connection: { id: "external-integration--google-sheets--set-number-format-connection-input", dataType: { id: "external-integration--google-sheets--set-number-format-connection-input-data-type" } },
8628
- spreadsheetId: { id: "external-integration--google-sheets--set-number-format-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--set-number-format-spreadsheetId-input-data-type" } },
8629
- sheetId: { id: "external-integration--google-sheets--set-number-format-sheetId-input", dataType: { id: "external-integration--google-sheets--set-number-format-sheetId-input-data-type" } },
8630
- startRow: { id: "external-integration--google-sheets--set-number-format-startRow-input", dataType: { id: "external-integration--google-sheets--set-number-format-startRow-input-data-type" } },
8631
- endRow: { id: "external-integration--google-sheets--set-number-format-endRow-input", dataType: { id: "external-integration--google-sheets--set-number-format-endRow-input-data-type" } },
8632
- startColumn: { id: "external-integration--google-sheets--set-number-format-startColumn-input", dataType: { id: "external-integration--google-sheets--set-number-format-startColumn-input-data-type" } },
8633
- endColumn: { id: "external-integration--google-sheets--set-number-format-endColumn-input", dataType: { id: "external-integration--google-sheets--set-number-format-endColumn-input-data-type" } },
8634
- pattern: { id: "external-integration--google-sheets--set-number-format-pattern-input", dataType: { id: "external-integration--google-sheets--set-number-format-pattern-input-data-type" } }
8957
+ connection: {
8958
+ id: "external-integration--google-sheet--set-number-format-connection-input",
8959
+ dataType: {
8960
+ id: "external-integration--google-sheet--set-number-format-connection-input-data-type"
8961
+ }
8962
+ },
8963
+ spreadsheetId: {
8964
+ id: "external-integration--google-sheet--set-number-format-spreadsheetId-input",
8965
+ dataType: {
8966
+ id: "external-integration--google-sheet--set-number-format-spreadsheetId-input-data-type"
8967
+ }
8968
+ },
8969
+ sheetId: {
8970
+ id: "external-integration--google-sheet--set-number-format-sheetId-input",
8971
+ dataType: {
8972
+ id: "external-integration--google-sheet--set-number-format-sheetId-input-data-type"
8973
+ }
8974
+ },
8975
+ startRow: {
8976
+ id: "external-integration--google-sheet--set-number-format-startRow-input",
8977
+ dataType: {
8978
+ id: "external-integration--google-sheet--set-number-format-startRow-input-data-type"
8979
+ }
8980
+ },
8981
+ endRow: {
8982
+ id: "external-integration--google-sheet--set-number-format-endRow-input",
8983
+ dataType: {
8984
+ id: "external-integration--google-sheet--set-number-format-endRow-input-data-type"
8985
+ }
8986
+ },
8987
+ startColumn: {
8988
+ id: "external-integration--google-sheet--set-number-format-startColumn-input",
8989
+ dataType: {
8990
+ id: "external-integration--google-sheet--set-number-format-startColumn-input-data-type"
8991
+ }
8992
+ },
8993
+ endColumn: {
8994
+ id: "external-integration--google-sheet--set-number-format-endColumn-input",
8995
+ dataType: {
8996
+ id: "external-integration--google-sheet--set-number-format-endColumn-input-data-type"
8997
+ }
8998
+ },
8999
+ pattern: {
9000
+ id: "external-integration--google-sheet--set-number-format-pattern-input",
9001
+ dataType: {
9002
+ id: "external-integration--google-sheet--set-number-format-pattern-input-data-type"
9003
+ }
9004
+ }
8635
9005
  },
8636
9006
  dataType: {
8637
- id: "external-integration--google-sheets--set-number-format-response-data-type",
9007
+ id: "external-integration--google-sheet--set-number-format-response-data-type",
8638
9008
  entity: {
8639
- id: "external-integration--google-sheets--set-number-format-response-entity",
9009
+ id: "external-integration--google-sheet--set-number-format-response-entity",
8640
9010
  properties: {
8641
- success: { id: "external-integration--google-sheets--set-number-format-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--set-number-format-response-entity-properties-success-data-type" } }
9011
+ success: {
9012
+ id: "external-integration--google-sheet--set-number-format-response-entity-properties-success",
9013
+ dataType: {
9014
+ id: "external-integration--google-sheet--set-number-format-response-entity-properties-success-data-type"
9015
+ }
9016
+ }
8642
9017
  }
8643
9018
  }
8644
9019
  }
@@ -8646,23 +9021,78 @@ const B = {
8646
9021
  [Ee.GoogleSheetsSetBackgroundColor]: {
8647
9022
  id: Ee.GoogleSheetsSetBackgroundColor,
8648
9023
  inputs: {
8649
- connection: { id: "external-integration--google-sheets--set-background-color-connection-input", dataType: { id: "external-integration--google-sheets--set-background-color-connection-input-data-type" } },
8650
- spreadsheetId: { id: "external-integration--google-sheets--set-background-color-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--set-background-color-spreadsheetId-input-data-type" } },
8651
- sheetId: { id: "external-integration--google-sheets--set-background-color-sheetId-input", dataType: { id: "external-integration--google-sheets--set-background-color-sheetId-input-data-type" } },
8652
- startRow: { id: "external-integration--google-sheets--set-background-color-startRow-input", dataType: { id: "external-integration--google-sheets--set-background-color-startRow-input-data-type" } },
8653
- endRow: { id: "external-integration--google-sheets--set-background-color-endRow-input", dataType: { id: "external-integration--google-sheets--set-background-color-endRow-input-data-type" } },
8654
- startColumn: { id: "external-integration--google-sheets--set-background-color-startColumn-input", dataType: { id: "external-integration--google-sheets--set-background-color-startColumn-input-data-type" } },
8655
- endColumn: { id: "external-integration--google-sheets--set-background-color-endColumn-input", dataType: { id: "external-integration--google-sheets--set-background-color-endColumn-input-data-type" } },
8656
- red: { id: "external-integration--google-sheets--set-background-color-red-input", dataType: { id: "external-integration--google-sheets--set-background-color-red-input-data-type" } },
8657
- green: { id: "external-integration--google-sheets--set-background-color-green-input", dataType: { id: "external-integration--google-sheets--set-background-color-green-input-data-type" } },
8658
- blue: { id: "external-integration--google-sheets--set-background-color-blue-input", dataType: { id: "external-integration--google-sheets--set-background-color-blue-input-data-type" } }
9024
+ connection: {
9025
+ id: "external-integration--google-sheet--set-background-color-connection-input",
9026
+ dataType: {
9027
+ id: "external-integration--google-sheet--set-background-color-connection-input-data-type"
9028
+ }
9029
+ },
9030
+ spreadsheetId: {
9031
+ id: "external-integration--google-sheet--set-background-color-spreadsheetId-input",
9032
+ dataType: {
9033
+ id: "external-integration--google-sheet--set-background-color-spreadsheetId-input-data-type"
9034
+ }
9035
+ },
9036
+ sheetId: {
9037
+ id: "external-integration--google-sheet--set-background-color-sheetId-input",
9038
+ dataType: {
9039
+ id: "external-integration--google-sheet--set-background-color-sheetId-input-data-type"
9040
+ }
9041
+ },
9042
+ startRow: {
9043
+ id: "external-integration--google-sheet--set-background-color-startRow-input",
9044
+ dataType: {
9045
+ id: "external-integration--google-sheet--set-background-color-startRow-input-data-type"
9046
+ }
9047
+ },
9048
+ endRow: {
9049
+ id: "external-integration--google-sheet--set-background-color-endRow-input",
9050
+ dataType: {
9051
+ id: "external-integration--google-sheet--set-background-color-endRow-input-data-type"
9052
+ }
9053
+ },
9054
+ startColumn: {
9055
+ id: "external-integration--google-sheet--set-background-color-startColumn-input",
9056
+ dataType: {
9057
+ id: "external-integration--google-sheet--set-background-color-startColumn-input-data-type"
9058
+ }
9059
+ },
9060
+ endColumn: {
9061
+ id: "external-integration--google-sheet--set-background-color-endColumn-input",
9062
+ dataType: {
9063
+ id: "external-integration--google-sheet--set-background-color-endColumn-input-data-type"
9064
+ }
9065
+ },
9066
+ red: {
9067
+ id: "external-integration--google-sheet--set-background-color-red-input",
9068
+ dataType: {
9069
+ id: "external-integration--google-sheet--set-background-color-red-input-data-type"
9070
+ }
9071
+ },
9072
+ green: {
9073
+ id: "external-integration--google-sheet--set-background-color-green-input",
9074
+ dataType: {
9075
+ id: "external-integration--google-sheet--set-background-color-green-input-data-type"
9076
+ }
9077
+ },
9078
+ blue: {
9079
+ id: "external-integration--google-sheet--set-background-color-blue-input",
9080
+ dataType: {
9081
+ id: "external-integration--google-sheet--set-background-color-blue-input-data-type"
9082
+ }
9083
+ }
8659
9084
  },
8660
9085
  dataType: {
8661
- id: "external-integration--google-sheets--set-background-color-response-data-type",
9086
+ id: "external-integration--google-sheet--set-background-color-response-data-type",
8662
9087
  entity: {
8663
- id: "external-integration--google-sheets--set-background-color-response-entity",
9088
+ id: "external-integration--google-sheet--set-background-color-response-entity",
8664
9089
  properties: {
8665
- success: { id: "external-integration--google-sheets--set-background-color-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--set-background-color-response-entity-properties-success-data-type" } }
9090
+ success: {
9091
+ id: "external-integration--google-sheet--set-background-color-response-entity-properties-success",
9092
+ dataType: {
9093
+ id: "external-integration--google-sheet--set-background-color-response-entity-properties-success-data-type"
9094
+ }
9095
+ }
8666
9096
  }
8667
9097
  }
8668
9098
  }
@@ -8670,22 +9100,72 @@ const B = {
8670
9100
  [Ee.GoogleSheetsMergeUnmergeCells]: {
8671
9101
  id: Ee.GoogleSheetsMergeUnmergeCells,
8672
9102
  inputs: {
8673
- connection: { id: "external-integration--google-sheets--merge-unmerge-cells-connection-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-connection-input-data-type" } },
8674
- spreadsheetId: { id: "external-integration--google-sheets--merge-unmerge-cells-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-spreadsheetId-input-data-type" } },
8675
- sheetId: { id: "external-integration--google-sheets--merge-unmerge-cells-sheetId-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-sheetId-input-data-type" } },
8676
- startRow: { id: "external-integration--google-sheets--merge-unmerge-cells-startRow-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-startRow-input-data-type" } },
8677
- endRow: { id: "external-integration--google-sheets--merge-unmerge-cells-endRow-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-endRow-input-data-type" } },
8678
- startColumn: { id: "external-integration--google-sheets--merge-unmerge-cells-startColumn-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-startColumn-input-data-type" } },
8679
- endColumn: { id: "external-integration--google-sheets--merge-unmerge-cells-endColumn-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-endColumn-input-data-type" } },
8680
- merge: { id: "external-integration--google-sheets--merge-unmerge-cells-merge-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-merge-input-data-type" } },
8681
- mergeType: { id: "external-integration--google-sheets--merge-unmerge-cells-mergeType-input", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-mergeType-input-data-type" } }
9103
+ connection: {
9104
+ id: "external-integration--google-sheet--merge-unmerge-cells-connection-input",
9105
+ dataType: {
9106
+ id: "external-integration--google-sheet--merge-unmerge-cells-connection-input-data-type"
9107
+ }
9108
+ },
9109
+ spreadsheetId: {
9110
+ id: "external-integration--google-sheet--merge-unmerge-cells-spreadsheetId-input",
9111
+ dataType: {
9112
+ id: "external-integration--google-sheet--merge-unmerge-cells-spreadsheetId-input-data-type"
9113
+ }
9114
+ },
9115
+ sheetId: {
9116
+ id: "external-integration--google-sheet--merge-unmerge-cells-sheetId-input",
9117
+ dataType: {
9118
+ id: "external-integration--google-sheet--merge-unmerge-cells-sheetId-input-data-type"
9119
+ }
9120
+ },
9121
+ startRow: {
9122
+ id: "external-integration--google-sheet--merge-unmerge-cells-startRow-input",
9123
+ dataType: {
9124
+ id: "external-integration--google-sheet--merge-unmerge-cells-startRow-input-data-type"
9125
+ }
9126
+ },
9127
+ endRow: {
9128
+ id: "external-integration--google-sheet--merge-unmerge-cells-endRow-input",
9129
+ dataType: {
9130
+ id: "external-integration--google-sheet--merge-unmerge-cells-endRow-input-data-type"
9131
+ }
9132
+ },
9133
+ startColumn: {
9134
+ id: "external-integration--google-sheet--merge-unmerge-cells-startColumn-input",
9135
+ dataType: {
9136
+ id: "external-integration--google-sheet--merge-unmerge-cells-startColumn-input-data-type"
9137
+ }
9138
+ },
9139
+ endColumn: {
9140
+ id: "external-integration--google-sheet--merge-unmerge-cells-endColumn-input",
9141
+ dataType: {
9142
+ id: "external-integration--google-sheet--merge-unmerge-cells-endColumn-input-data-type"
9143
+ }
9144
+ },
9145
+ merge: {
9146
+ id: "external-integration--google-sheet--merge-unmerge-cells-merge-input",
9147
+ dataType: {
9148
+ id: "external-integration--google-sheet--merge-unmerge-cells-merge-input-data-type"
9149
+ }
9150
+ },
9151
+ mergeType: {
9152
+ id: "external-integration--google-sheet--merge-unmerge-cells-mergeType-input",
9153
+ dataType: {
9154
+ id: "external-integration--google-sheet--merge-unmerge-cells-mergeType-input-data-type"
9155
+ }
9156
+ }
8682
9157
  },
8683
9158
  dataType: {
8684
- id: "external-integration--google-sheets--merge-unmerge-cells-response-data-type",
9159
+ id: "external-integration--google-sheet--merge-unmerge-cells-response-data-type",
8685
9160
  entity: {
8686
- id: "external-integration--google-sheets--merge-unmerge-cells-response-entity",
9161
+ id: "external-integration--google-sheet--merge-unmerge-cells-response-entity",
8687
9162
  properties: {
8688
- success: { id: "external-integration--google-sheets--merge-unmerge-cells-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--merge-unmerge-cells-response-entity-properties-success-data-type" } }
9163
+ success: {
9164
+ id: "external-integration--google-sheet--merge-unmerge-cells-response-entity-properties-success",
9165
+ dataType: {
9166
+ id: "external-integration--google-sheet--merge-unmerge-cells-response-entity-properties-success-data-type"
9167
+ }
9168
+ }
8689
9169
  }
8690
9170
  }
8691
9171
  }
@@ -8693,19 +9173,54 @@ const B = {
8693
9173
  [Ee.GoogleSheetsAutoResizeDimensions]: {
8694
9174
  id: Ee.GoogleSheetsAutoResizeDimensions,
8695
9175
  inputs: {
8696
- connection: { id: "external-integration--google-sheets--auto-resize-dimensions-connection-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-connection-input-data-type" } },
8697
- spreadsheetId: { id: "external-integration--google-sheets--auto-resize-dimensions-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-spreadsheetId-input-data-type" } },
8698
- sheetId: { id: "external-integration--google-sheets--auto-resize-dimensions-sheetId-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-sheetId-input-data-type" } },
8699
- dimension: { id: "external-integration--google-sheets--auto-resize-dimensions-dimension-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-dimension-input-data-type" } },
8700
- startIndex: { id: "external-integration--google-sheets--auto-resize-dimensions-startIndex-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-startIndex-input-data-type" } },
8701
- endIndex: { id: "external-integration--google-sheets--auto-resize-dimensions-endIndex-input", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-endIndex-input-data-type" } }
9176
+ connection: {
9177
+ id: "external-integration--google-sheet--auto-resize-dimensions-connection-input",
9178
+ dataType: {
9179
+ id: "external-integration--google-sheet--auto-resize-dimensions-connection-input-data-type"
9180
+ }
9181
+ },
9182
+ spreadsheetId: {
9183
+ id: "external-integration--google-sheet--auto-resize-dimensions-spreadsheetId-input",
9184
+ dataType: {
9185
+ id: "external-integration--google-sheet--auto-resize-dimensions-spreadsheetId-input-data-type"
9186
+ }
9187
+ },
9188
+ sheetId: {
9189
+ id: "external-integration--google-sheet--auto-resize-dimensions-sheetId-input",
9190
+ dataType: {
9191
+ id: "external-integration--google-sheet--auto-resize-dimensions-sheetId-input-data-type"
9192
+ }
9193
+ },
9194
+ dimension: {
9195
+ id: "external-integration--google-sheet--auto-resize-dimensions-dimension-input",
9196
+ dataType: {
9197
+ id: "external-integration--google-sheet--auto-resize-dimensions-dimension-input-data-type"
9198
+ }
9199
+ },
9200
+ startIndex: {
9201
+ id: "external-integration--google-sheet--auto-resize-dimensions-startIndex-input",
9202
+ dataType: {
9203
+ id: "external-integration--google-sheet--auto-resize-dimensions-startIndex-input-data-type"
9204
+ }
9205
+ },
9206
+ endIndex: {
9207
+ id: "external-integration--google-sheet--auto-resize-dimensions-endIndex-input",
9208
+ dataType: {
9209
+ id: "external-integration--google-sheet--auto-resize-dimensions-endIndex-input-data-type"
9210
+ }
9211
+ }
8702
9212
  },
8703
9213
  dataType: {
8704
- id: "external-integration--google-sheets--auto-resize-dimensions-response-data-type",
9214
+ id: "external-integration--google-sheet--auto-resize-dimensions-response-data-type",
8705
9215
  entity: {
8706
- id: "external-integration--google-sheets--auto-resize-dimensions-response-entity",
9216
+ id: "external-integration--google-sheet--auto-resize-dimensions-response-entity",
8707
9217
  properties: {
8708
- success: { id: "external-integration--google-sheets--auto-resize-dimensions-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--auto-resize-dimensions-response-entity-properties-success-data-type" } }
9218
+ success: {
9219
+ id: "external-integration--google-sheet--auto-resize-dimensions-response-entity-properties-success",
9220
+ dataType: {
9221
+ id: "external-integration--google-sheet--auto-resize-dimensions-response-entity-properties-success-data-type"
9222
+ }
9223
+ }
8709
9224
  }
8710
9225
  }
8711
9226
  }
@@ -8713,20 +9228,60 @@ const B = {
8713
9228
  [Ee.GoogleSheetsFindAndReplace]: {
8714
9229
  id: Ee.GoogleSheetsFindAndReplace,
8715
9230
  inputs: {
8716
- connection: { id: "external-integration--google-sheets--find-and-replace-connection-input", dataType: { id: "external-integration--google-sheets--find-and-replace-connection-input-data-type" } },
8717
- spreadsheetId: { id: "external-integration--google-sheets--find-and-replace-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--find-and-replace-spreadsheetId-input-data-type" } },
8718
- sheetId: { id: "external-integration--google-sheets--find-and-replace-sheetId-input", dataType: { id: "external-integration--google-sheets--find-and-replace-sheetId-input-data-type" } },
8719
- find: { id: "external-integration--google-sheets--find-and-replace-find-input", dataType: { id: "external-integration--google-sheets--find-and-replace-find-input-data-type" } },
8720
- replace: { id: "external-integration--google-sheets--find-and-replace-replace-input", dataType: { id: "external-integration--google-sheets--find-and-replace-replace-input-data-type" } },
8721
- matchCase: { id: "external-integration--google-sheets--find-and-replace-matchCase-input", dataType: { id: "external-integration--google-sheets--find-and-replace-matchCase-input-data-type" } },
8722
- matchEntireCell: { id: "external-integration--google-sheets--find-and-replace-matchEntireCell-input", dataType: { id: "external-integration--google-sheets--find-and-replace-matchEntireCell-input-data-type" } }
9231
+ connection: {
9232
+ id: "external-integration--google-sheet--find-and-replace-connection-input",
9233
+ dataType: {
9234
+ id: "external-integration--google-sheet--find-and-replace-connection-input-data-type"
9235
+ }
9236
+ },
9237
+ spreadsheetId: {
9238
+ id: "external-integration--google-sheet--find-and-replace-spreadsheetId-input",
9239
+ dataType: {
9240
+ id: "external-integration--google-sheet--find-and-replace-spreadsheetId-input-data-type"
9241
+ }
9242
+ },
9243
+ sheetId: {
9244
+ id: "external-integration--google-sheet--find-and-replace-sheetId-input",
9245
+ dataType: {
9246
+ id: "external-integration--google-sheet--find-and-replace-sheetId-input-data-type"
9247
+ }
9248
+ },
9249
+ find: {
9250
+ id: "external-integration--google-sheet--find-and-replace-find-input",
9251
+ dataType: {
9252
+ id: "external-integration--google-sheet--find-and-replace-find-input-data-type"
9253
+ }
9254
+ },
9255
+ replace: {
9256
+ id: "external-integration--google-sheet--find-and-replace-replace-input",
9257
+ dataType: {
9258
+ id: "external-integration--google-sheet--find-and-replace-replace-input-data-type"
9259
+ }
9260
+ },
9261
+ matchCase: {
9262
+ id: "external-integration--google-sheet--find-and-replace-matchCase-input",
9263
+ dataType: {
9264
+ id: "external-integration--google-sheet--find-and-replace-matchCase-input-data-type"
9265
+ }
9266
+ },
9267
+ matchEntireCell: {
9268
+ id: "external-integration--google-sheet--find-and-replace-matchEntireCell-input",
9269
+ dataType: {
9270
+ id: "external-integration--google-sheet--find-and-replace-matchEntireCell-input-data-type"
9271
+ }
9272
+ }
8723
9273
  },
8724
9274
  dataType: {
8725
- id: "external-integration--google-sheets--find-and-replace-response-data-type",
9275
+ id: "external-integration--google-sheet--find-and-replace-response-data-type",
8726
9276
  entity: {
8727
- id: "external-integration--google-sheets--find-and-replace-response-entity",
9277
+ id: "external-integration--google-sheet--find-and-replace-response-entity",
8728
9278
  properties: {
8729
- occurrencesChanged: { id: "external-integration--google-sheets--find-and-replace-response-entity-properties-occurrencesChanged", dataType: { id: "external-integration--google-sheets--find-and-replace-response-entity-properties-occurrencesChanged-data-type" } }
9279
+ occurrencesChanged: {
9280
+ id: "external-integration--google-sheet--find-and-replace-response-entity-properties-occurrencesChanged",
9281
+ dataType: {
9282
+ id: "external-integration--google-sheet--find-and-replace-response-entity-properties-occurrencesChanged-data-type"
9283
+ }
9284
+ }
8730
9285
  }
8731
9286
  }
8732
9287
  }
@@ -8734,22 +9289,72 @@ const B = {
8734
9289
  [Ee.GoogleSheetsAddDataValidation]: {
8735
9290
  id: Ee.GoogleSheetsAddDataValidation,
8736
9291
  inputs: {
8737
- connection: { id: "external-integration--google-sheets--add-data-validation-connection-input", dataType: { id: "external-integration--google-sheets--add-data-validation-connection-input-data-type" } },
8738
- spreadsheetId: { id: "external-integration--google-sheets--add-data-validation-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--add-data-validation-spreadsheetId-input-data-type" } },
8739
- sheetId: { id: "external-integration--google-sheets--add-data-validation-sheetId-input", dataType: { id: "external-integration--google-sheets--add-data-validation-sheetId-input-data-type" } },
8740
- startRow: { id: "external-integration--google-sheets--add-data-validation-startRow-input", dataType: { id: "external-integration--google-sheets--add-data-validation-startRow-input-data-type" } },
8741
- endRow: { id: "external-integration--google-sheets--add-data-validation-endRow-input", dataType: { id: "external-integration--google-sheets--add-data-validation-endRow-input-data-type" } },
8742
- startColumn: { id: "external-integration--google-sheets--add-data-validation-startColumn-input", dataType: { id: "external-integration--google-sheets--add-data-validation-startColumn-input-data-type" } },
8743
- endColumn: { id: "external-integration--google-sheets--add-data-validation-endColumn-input", dataType: { id: "external-integration--google-sheets--add-data-validation-endColumn-input-data-type" } },
8744
- conditionType: { id: "external-integration--google-sheets--add-data-validation-conditionType-input", dataType: { id: "external-integration--google-sheets--add-data-validation-conditionType-input-data-type" } },
8745
- conditionValues: { id: "external-integration--google-sheets--add-data-validation-conditionValues-input", dataType: { id: "external-integration--google-sheets--add-data-validation-conditionValues-input-data-type" } }
9292
+ connection: {
9293
+ id: "external-integration--google-sheet--add-data-validation-connection-input",
9294
+ dataType: {
9295
+ id: "external-integration--google-sheet--add-data-validation-connection-input-data-type"
9296
+ }
9297
+ },
9298
+ spreadsheetId: {
9299
+ id: "external-integration--google-sheet--add-data-validation-spreadsheetId-input",
9300
+ dataType: {
9301
+ id: "external-integration--google-sheet--add-data-validation-spreadsheetId-input-data-type"
9302
+ }
9303
+ },
9304
+ sheetId: {
9305
+ id: "external-integration--google-sheet--add-data-validation-sheetId-input",
9306
+ dataType: {
9307
+ id: "external-integration--google-sheet--add-data-validation-sheetId-input-data-type"
9308
+ }
9309
+ },
9310
+ startRow: {
9311
+ id: "external-integration--google-sheet--add-data-validation-startRow-input",
9312
+ dataType: {
9313
+ id: "external-integration--google-sheet--add-data-validation-startRow-input-data-type"
9314
+ }
9315
+ },
9316
+ endRow: {
9317
+ id: "external-integration--google-sheet--add-data-validation-endRow-input",
9318
+ dataType: {
9319
+ id: "external-integration--google-sheet--add-data-validation-endRow-input-data-type"
9320
+ }
9321
+ },
9322
+ startColumn: {
9323
+ id: "external-integration--google-sheet--add-data-validation-startColumn-input",
9324
+ dataType: {
9325
+ id: "external-integration--google-sheet--add-data-validation-startColumn-input-data-type"
9326
+ }
9327
+ },
9328
+ endColumn: {
9329
+ id: "external-integration--google-sheet--add-data-validation-endColumn-input",
9330
+ dataType: {
9331
+ id: "external-integration--google-sheet--add-data-validation-endColumn-input-data-type"
9332
+ }
9333
+ },
9334
+ conditionType: {
9335
+ id: "external-integration--google-sheet--add-data-validation-conditionType-input",
9336
+ dataType: {
9337
+ id: "external-integration--google-sheet--add-data-validation-conditionType-input-data-type"
9338
+ }
9339
+ },
9340
+ conditionValues: {
9341
+ id: "external-integration--google-sheet--add-data-validation-conditionValues-input",
9342
+ dataType: {
9343
+ id: "external-integration--google-sheet--add-data-validation-conditionValues-input-data-type"
9344
+ }
9345
+ }
8746
9346
  },
8747
9347
  dataType: {
8748
- id: "external-integration--google-sheets--add-data-validation-response-data-type",
9348
+ id: "external-integration--google-sheet--add-data-validation-response-data-type",
8749
9349
  entity: {
8750
- id: "external-integration--google-sheets--add-data-validation-response-entity",
9350
+ id: "external-integration--google-sheet--add-data-validation-response-entity",
8751
9351
  properties: {
8752
- success: { id: "external-integration--google-sheets--add-data-validation-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--add-data-validation-response-entity-properties-success-data-type" } }
9352
+ success: {
9353
+ id: "external-integration--google-sheet--add-data-validation-response-entity-properties-success",
9354
+ dataType: {
9355
+ id: "external-integration--google-sheet--add-data-validation-response-entity-properties-success-data-type"
9356
+ }
9357
+ }
8753
9358
  }
8754
9359
  }
8755
9360
  }
@@ -8757,22 +9362,72 @@ const B = {
8757
9362
  [Ee.GoogleSheetsSortRange]: {
8758
9363
  id: Ee.GoogleSheetsSortRange,
8759
9364
  inputs: {
8760
- connection: { id: "external-integration--google-sheets--sort-range-connection-input", dataType: { id: "external-integration--google-sheets--sort-range-connection-input-data-type" } },
8761
- spreadsheetId: { id: "external-integration--google-sheets--sort-range-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--sort-range-spreadsheetId-input-data-type" } },
8762
- sheetId: { id: "external-integration--google-sheets--sort-range-sheetId-input", dataType: { id: "external-integration--google-sheets--sort-range-sheetId-input-data-type" } },
8763
- startRow: { id: "external-integration--google-sheets--sort-range-startRow-input", dataType: { id: "external-integration--google-sheets--sort-range-startRow-input-data-type" } },
8764
- endRow: { id: "external-integration--google-sheets--sort-range-endRow-input", dataType: { id: "external-integration--google-sheets--sort-range-endRow-input-data-type" } },
8765
- startColumn: { id: "external-integration--google-sheets--sort-range-startColumn-input", dataType: { id: "external-integration--google-sheets--sort-range-startColumn-input-data-type" } },
8766
- endColumn: { id: "external-integration--google-sheets--sort-range-endColumn-input", dataType: { id: "external-integration--google-sheets--sort-range-endColumn-input-data-type" } },
8767
- sortColumnIndex: { id: "external-integration--google-sheets--sort-range-sortColumnIndex-input", dataType: { id: "external-integration--google-sheets--sort-range-sortColumnIndex-input-data-type" } },
8768
- sortOrder: { id: "external-integration--google-sheets--sort-range-sortOrder-input", dataType: { id: "external-integration--google-sheets--sort-range-sortOrder-input-data-type" } }
9365
+ connection: {
9366
+ id: "external-integration--google-sheet--sort-range-connection-input",
9367
+ dataType: {
9368
+ id: "external-integration--google-sheet--sort-range-connection-input-data-type"
9369
+ }
9370
+ },
9371
+ spreadsheetId: {
9372
+ id: "external-integration--google-sheet--sort-range-spreadsheetId-input",
9373
+ dataType: {
9374
+ id: "external-integration--google-sheet--sort-range-spreadsheetId-input-data-type"
9375
+ }
9376
+ },
9377
+ sheetId: {
9378
+ id: "external-integration--google-sheet--sort-range-sheetId-input",
9379
+ dataType: {
9380
+ id: "external-integration--google-sheet--sort-range-sheetId-input-data-type"
9381
+ }
9382
+ },
9383
+ startRow: {
9384
+ id: "external-integration--google-sheet--sort-range-startRow-input",
9385
+ dataType: {
9386
+ id: "external-integration--google-sheet--sort-range-startRow-input-data-type"
9387
+ }
9388
+ },
9389
+ endRow: {
9390
+ id: "external-integration--google-sheet--sort-range-endRow-input",
9391
+ dataType: {
9392
+ id: "external-integration--google-sheet--sort-range-endRow-input-data-type"
9393
+ }
9394
+ },
9395
+ startColumn: {
9396
+ id: "external-integration--google-sheet--sort-range-startColumn-input",
9397
+ dataType: {
9398
+ id: "external-integration--google-sheet--sort-range-startColumn-input-data-type"
9399
+ }
9400
+ },
9401
+ endColumn: {
9402
+ id: "external-integration--google-sheet--sort-range-endColumn-input",
9403
+ dataType: {
9404
+ id: "external-integration--google-sheet--sort-range-endColumn-input-data-type"
9405
+ }
9406
+ },
9407
+ sortColumnIndex: {
9408
+ id: "external-integration--google-sheet--sort-range-sortColumnIndex-input",
9409
+ dataType: {
9410
+ id: "external-integration--google-sheet--sort-range-sortColumnIndex-input-data-type"
9411
+ }
9412
+ },
9413
+ sortOrder: {
9414
+ id: "external-integration--google-sheet--sort-range-sortOrder-input",
9415
+ dataType: {
9416
+ id: "external-integration--google-sheet--sort-range-sortOrder-input-data-type"
9417
+ }
9418
+ }
8769
9419
  },
8770
9420
  dataType: {
8771
- id: "external-integration--google-sheets--sort-range-response-data-type",
9421
+ id: "external-integration--google-sheet--sort-range-response-data-type",
8772
9422
  entity: {
8773
- id: "external-integration--google-sheets--sort-range-response-entity",
9423
+ id: "external-integration--google-sheet--sort-range-response-entity",
8774
9424
  properties: {
8775
- success: { id: "external-integration--google-sheets--sort-range-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--sort-range-response-entity-properties-success-data-type" } }
9425
+ success: {
9426
+ id: "external-integration--google-sheet--sort-range-response-entity-properties-success",
9427
+ dataType: {
9428
+ id: "external-integration--google-sheet--sort-range-response-entity-properties-success-data-type"
9429
+ }
9430
+ }
8776
9431
  }
8777
9432
  }
8778
9433
  }
@@ -8780,21 +9435,66 @@ const B = {
8780
9435
  [Ee.GoogleSheetsApplyClearFilter]: {
8781
9436
  id: Ee.GoogleSheetsApplyClearFilter,
8782
9437
  inputs: {
8783
- connection: { id: "external-integration--google-sheets--apply-clear-filter-connection-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-connection-input-data-type" } },
8784
- spreadsheetId: { id: "external-integration--google-sheets--apply-clear-filter-spreadsheetId-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-spreadsheetId-input-data-type" } },
8785
- sheetId: { id: "external-integration--google-sheets--apply-clear-filter-sheetId-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-sheetId-input-data-type" } },
8786
- startRow: { id: "external-integration--google-sheets--apply-clear-filter-startRow-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-startRow-input-data-type" } },
8787
- endRow: { id: "external-integration--google-sheets--apply-clear-filter-endRow-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-endRow-input-data-type" } },
8788
- startColumn: { id: "external-integration--google-sheets--apply-clear-filter-startColumn-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-startColumn-input-data-type" } },
8789
- endColumn: { id: "external-integration--google-sheets--apply-clear-filter-endColumn-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-endColumn-input-data-type" } },
8790
- clearOnly: { id: "external-integration--google-sheets--apply-clear-filter-clearOnly-input", dataType: { id: "external-integration--google-sheets--apply-clear-filter-clearOnly-input-data-type" } }
9438
+ connection: {
9439
+ id: "external-integration--google-sheet--apply-clear-filter-connection-input",
9440
+ dataType: {
9441
+ id: "external-integration--google-sheet--apply-clear-filter-connection-input-data-type"
9442
+ }
9443
+ },
9444
+ spreadsheetId: {
9445
+ id: "external-integration--google-sheet--apply-clear-filter-spreadsheetId-input",
9446
+ dataType: {
9447
+ id: "external-integration--google-sheet--apply-clear-filter-spreadsheetId-input-data-type"
9448
+ }
9449
+ },
9450
+ sheetId: {
9451
+ id: "external-integration--google-sheet--apply-clear-filter-sheetId-input",
9452
+ dataType: {
9453
+ id: "external-integration--google-sheet--apply-clear-filter-sheetId-input-data-type"
9454
+ }
9455
+ },
9456
+ startRow: {
9457
+ id: "external-integration--google-sheet--apply-clear-filter-startRow-input",
9458
+ dataType: {
9459
+ id: "external-integration--google-sheet--apply-clear-filter-startRow-input-data-type"
9460
+ }
9461
+ },
9462
+ endRow: {
9463
+ id: "external-integration--google-sheet--apply-clear-filter-endRow-input",
9464
+ dataType: {
9465
+ id: "external-integration--google-sheet--apply-clear-filter-endRow-input-data-type"
9466
+ }
9467
+ },
9468
+ startColumn: {
9469
+ id: "external-integration--google-sheet--apply-clear-filter-startColumn-input",
9470
+ dataType: {
9471
+ id: "external-integration--google-sheet--apply-clear-filter-startColumn-input-data-type"
9472
+ }
9473
+ },
9474
+ endColumn: {
9475
+ id: "external-integration--google-sheet--apply-clear-filter-endColumn-input",
9476
+ dataType: {
9477
+ id: "external-integration--google-sheet--apply-clear-filter-endColumn-input-data-type"
9478
+ }
9479
+ },
9480
+ clearOnly: {
9481
+ id: "external-integration--google-sheet--apply-clear-filter-clearOnly-input",
9482
+ dataType: {
9483
+ id: "external-integration--google-sheet--apply-clear-filter-clearOnly-input-data-type"
9484
+ }
9485
+ }
8791
9486
  },
8792
9487
  dataType: {
8793
- id: "external-integration--google-sheets--apply-clear-filter-response-data-type",
9488
+ id: "external-integration--google-sheet--apply-clear-filter-response-data-type",
8794
9489
  entity: {
8795
- id: "external-integration--google-sheets--apply-clear-filter-response-entity",
9490
+ id: "external-integration--google-sheet--apply-clear-filter-response-entity",
8796
9491
  properties: {
8797
- success: { id: "external-integration--google-sheets--apply-clear-filter-response-entity-properties-success", dataType: { id: "external-integration--google-sheets--apply-clear-filter-response-entity-properties-success-data-type" } }
9492
+ success: {
9493
+ id: "external-integration--google-sheet--apply-clear-filter-response-entity-properties-success",
9494
+ dataType: {
9495
+ id: "external-integration--google-sheet--apply-clear-filter-response-entity-properties-success-data-type"
9496
+ }
9497
+ }
8798
9498
  }
8799
9499
  }
8800
9500
  }
@@ -68566,19 +69266,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68566
69266
  outputDescription: null,
68567
69267
  parent: null
68568
69268
  }, xr = B[l.Operation][Ee.GoogleSheetsCreateSpreadsheet], qdn = {
68569
- id: `external-integration--google-sheets--${xr.id}--ref`,
69269
+ id: `external-integration--google-sheet--${xr.id}--ref`,
68570
69270
  type: l.GenericReference,
68571
69271
  version: "1",
68572
69272
  entityType: l.ActionDescriptor,
68573
69273
  entityId: xr.id
68574
69274
  }, Uai = {
68575
- id: `external-integration--google-sheets--${xr.id}-connection-input-dt-parent-ref`,
69275
+ id: `external-integration--google-sheet--${xr.id}-connection-input-dt-parent-ref`,
68576
69276
  type: l.GenericReference,
68577
69277
  version: "1",
68578
69278
  entityType: l.ValueDescriptor,
68579
69279
  entityId: xr.inputs.connection.id
68580
69280
  }, Fai = {
68581
- id: `external-integration--google-sheets--${xr.id}-connection-input-parent-ref`,
69281
+ id: `external-integration--google-sheet--${xr.id}-connection-input-parent-ref`,
68582
69282
  type: l.GenericReference,
68583
69283
  version: "1",
68584
69284
  entityType: l.ActionDescriptor,
@@ -68630,13 +69330,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68630
69330
  dataType: jai,
68631
69331
  parent: Fai
68632
69332
  }, Sai = {
68633
- id: `external-integration--google-sheets--${xr.id}-title-input-dt-parent-ref`,
69333
+ id: `external-integration--google-sheet--${xr.id}-title-input-dt-parent-ref`,
68634
69334
  type: l.GenericReference,
68635
69335
  version: "1",
68636
69336
  entityType: l.ValueDescriptor,
68637
69337
  entityId: xr.inputs.title.id
68638
69338
  }, qai = {
68639
- id: `external-integration--google-sheets--${xr.id}-title-input-parent-ref`,
69339
+ id: `external-integration--google-sheet--${xr.id}-title-input-parent-ref`,
68640
69340
  type: l.GenericReference,
68641
69341
  version: "1",
68642
69342
  entityType: l.ActionDescriptor,
@@ -68688,19 +69388,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68688
69388
  dataType: Zai,
68689
69389
  parent: qai
68690
69390
  }, Wai = {
68691
- id: `external-integration--google-sheets--${xr.id}-response-entity-parent-ref`,
69391
+ id: `external-integration--google-sheet--${xr.id}-response-entity-parent-ref`,
68692
69392
  type: l.GenericReference,
68693
69393
  version: "1",
68694
69394
  entityType: l.DataType,
68695
69395
  entityId: xr.dataType.id
68696
69396
  }, qS = {
68697
- id: `external-integration--google-sheets--${xr.id}-response-entity-props-parent-ref`,
69397
+ id: `external-integration--google-sheet--${xr.id}-response-entity-props-parent-ref`,
68698
69398
  type: l.GenericReference,
68699
69399
  version: "1",
68700
69400
  entityType: l.DefinitionEntity,
68701
69401
  entityId: xr.dataType.entity.id
68702
69402
  }, zai = {
68703
- id: `external-integration--google-sheets--${xr.id}-response-spreadsheetId-prop-dt-parent-ref`,
69403
+ id: `external-integration--google-sheet--${xr.id}-response-spreadsheetId-prop-dt-parent-ref`,
68704
69404
  type: l.GenericReference,
68705
69405
  version: "1",
68706
69406
  entityType: l.Property,
@@ -68761,7 +69461,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68761
69461
  previousVersion: null,
68762
69462
  deleted: !1
68763
69463
  }, Qai = {
68764
- id: `external-integration--google-sheets--${xr.id}-response-spreadsheetUrl-prop-dt-parent-ref`,
69464
+ id: `external-integration--google-sheet--${xr.id}-response-spreadsheetUrl-prop-dt-parent-ref`,
68765
69465
  type: l.GenericReference,
68766
69466
  version: "1",
68767
69467
  entityType: l.Property,
@@ -68851,7 +69551,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68851
69551
  y: 0,
68852
69552
  parent: Wai
68853
69553
  }, isi = {
68854
- id: `external-integration--google-sheets--${xr.id}-response-dt-parent-ref`,
69554
+ id: `external-integration--google-sheet--${xr.id}-response-dt-parent-ref`,
68855
69555
  type: l.GenericReference,
68856
69556
  version: "1",
68857
69557
  entityType: l.ActionDescriptor,
@@ -68904,19 +69604,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68904
69604
  outputDescription: null,
68905
69605
  parent: null
68906
69606
  }, Vr = B[l.Operation][Ee.GoogleSheetsGetSpreadsheet], Zdn = {
68907
- id: `external-integration--google-sheets--${Vr.id}--ref`,
69607
+ id: `external-integration--google-sheet--${Vr.id}--ref`,
68908
69608
  type: l.GenericReference,
68909
69609
  version: "1",
68910
69610
  entityType: l.ActionDescriptor,
68911
69611
  entityId: Vr.id
68912
69612
  }, asi = {
68913
- id: `external-integration--google-sheets--${Vr.id}-connection-input-dt-parent-ref`,
69613
+ id: `external-integration--google-sheet--${Vr.id}-connection-input-dt-parent-ref`,
68914
69614
  type: l.GenericReference,
68915
69615
  version: "1",
68916
69616
  entityType: l.ValueDescriptor,
68917
69617
  entityId: Vr.inputs.connection.id
68918
69618
  }, ssi = {
68919
- id: `external-integration--google-sheets--${Vr.id}-connection-input-parent-ref`,
69619
+ id: `external-integration--google-sheet--${Vr.id}-connection-input-parent-ref`,
68920
69620
  type: l.GenericReference,
68921
69621
  version: "1",
68922
69622
  entityType: l.ActionDescriptor,
@@ -68968,13 +69668,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
68968
69668
  dataType: lsi,
68969
69669
  parent: ssi
68970
69670
  }, dsi = {
68971
- id: `external-integration--google-sheets--${Vr.id}-spreadsheetId-input-dt-parent-ref`,
69671
+ id: `external-integration--google-sheet--${Vr.id}-spreadsheetId-input-dt-parent-ref`,
68972
69672
  type: l.GenericReference,
68973
69673
  version: "1",
68974
69674
  entityType: l.ValueDescriptor,
68975
69675
  entityId: Vr.inputs.spreadsheetId.id
68976
69676
  }, usi = {
68977
- id: `external-integration--google-sheets--${Vr.id}-spreadsheetId-input-parent-ref`,
69677
+ id: `external-integration--google-sheet--${Vr.id}-spreadsheetId-input-parent-ref`,
68978
69678
  type: l.GenericReference,
68979
69679
  version: "1",
68980
69680
  entityType: l.ActionDescriptor,
@@ -69026,19 +69726,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69026
69726
  dataType: psi,
69027
69727
  parent: usi
69028
69728
  }, fsi = {
69029
- id: `external-integration--google-sheets--${Vr.id}-response-entity-parent-ref`,
69729
+ id: `external-integration--google-sheet--${Vr.id}-response-entity-parent-ref`,
69030
69730
  type: l.GenericReference,
69031
69731
  version: "1",
69032
69732
  entityType: l.DataType,
69033
69733
  entityId: Vr.dataType.id
69034
69734
  }, ZS = {
69035
- id: `external-integration--google-sheets--${Vr.id}-response-entity-props-parent-ref`,
69735
+ id: `external-integration--google-sheet--${Vr.id}-response-entity-props-parent-ref`,
69036
69736
  type: l.GenericReference,
69037
69737
  version: "1",
69038
69738
  entityType: l.DefinitionEntity,
69039
69739
  entityId: Vr.dataType.entity.id
69040
69740
  }, ysi = {
69041
- id: `external-integration--google-sheets--${Vr.id}-response-title-prop-dt-parent-ref`,
69741
+ id: `external-integration--google-sheet--${Vr.id}-response-title-prop-dt-parent-ref`,
69042
69742
  type: l.GenericReference,
69043
69743
  version: "1",
69044
69744
  entityType: l.Property,
@@ -69099,7 +69799,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69099
69799
  previousVersion: null,
69100
69800
  deleted: !1
69101
69801
  }, Tsi = {
69102
- id: `external-integration--google-sheets--${Vr.id}-response-spreadsheetUrl-prop-dt-parent-ref`,
69802
+ id: `external-integration--google-sheet--${Vr.id}-response-spreadsheetUrl-prop-dt-parent-ref`,
69103
69803
  type: l.GenericReference,
69104
69804
  version: "1",
69105
69805
  entityType: l.Property,
@@ -69186,7 +69886,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69186
69886
  y: 0,
69187
69887
  parent: fsi
69188
69888
  }, gsi = {
69189
- id: `external-integration--google-sheets--${Vr.id}-response-dt-parent-ref`,
69889
+ id: `external-integration--google-sheet--${Vr.id}-response-dt-parent-ref`,
69190
69890
  type: l.GenericReference,
69191
69891
  version: "1",
69192
69892
  entityType: l.ActionDescriptor,
@@ -69242,19 +69942,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69242
69942
  outputDescription: null,
69243
69943
  parent: null
69244
69944
  }, yr = B[l.Operation][Ee.GoogleSheetsAddSheet], Hdn = {
69245
- id: `external-integration--google-sheets--${yr.id}--ref`,
69945
+ id: `external-integration--google-sheet--${yr.id}--ref`,
69246
69946
  type: l.GenericReference,
69247
69947
  version: "1",
69248
69948
  entityType: l.ActionDescriptor,
69249
69949
  entityId: yr.id
69250
69950
  }, Rsi = {
69251
- id: `external-integration--google-sheets--${yr.id}-connection-input-dt-parent-ref`,
69951
+ id: `external-integration--google-sheet--${yr.id}-connection-input-dt-parent-ref`,
69252
69952
  type: l.GenericReference,
69253
69953
  version: "1",
69254
69954
  entityType: l.ValueDescriptor,
69255
69955
  entityId: yr.inputs.connection.id
69256
69956
  }, wsi = {
69257
- id: `external-integration--google-sheets--${yr.id}-connection-input-parent-ref`,
69957
+ id: `external-integration--google-sheet--${yr.id}-connection-input-parent-ref`,
69258
69958
  type: l.GenericReference,
69259
69959
  version: "1",
69260
69960
  entityType: l.ActionDescriptor,
@@ -69306,13 +70006,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69306
70006
  dataType: Csi,
69307
70007
  parent: wsi
69308
70008
  }, Osi = {
69309
- id: `external-integration--google-sheets--${yr.id}-spreadsheetId-input-dt-parent-ref`,
70009
+ id: `external-integration--google-sheet--${yr.id}-spreadsheetId-input-dt-parent-ref`,
69310
70010
  type: l.GenericReference,
69311
70011
  version: "1",
69312
70012
  entityType: l.ValueDescriptor,
69313
70013
  entityId: yr.inputs.spreadsheetId.id
69314
70014
  }, _si = {
69315
- id: `external-integration--google-sheets--${yr.id}-spreadsheetId-input-parent-ref`,
70015
+ id: `external-integration--google-sheet--${yr.id}-spreadsheetId-input-parent-ref`,
69316
70016
  type: l.GenericReference,
69317
70017
  version: "1",
69318
70018
  entityType: l.ActionDescriptor,
@@ -69364,13 +70064,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69364
70064
  dataType: xsi,
69365
70065
  parent: _si
69366
70066
  }, Psi = {
69367
- id: `external-integration--google-sheets--${yr.id}-title-input-dt-parent-ref`,
70067
+ id: `external-integration--google-sheet--${yr.id}-title-input-dt-parent-ref`,
69368
70068
  type: l.GenericReference,
69369
70069
  version: "1",
69370
70070
  entityType: l.ValueDescriptor,
69371
70071
  entityId: yr.inputs.title.id
69372
70072
  }, Nsi = {
69373
- id: `external-integration--google-sheets--${yr.id}-title-input-parent-ref`,
70073
+ id: `external-integration--google-sheet--${yr.id}-title-input-parent-ref`,
69374
70074
  type: l.GenericReference,
69375
70075
  version: "1",
69376
70076
  entityType: l.ActionDescriptor,
@@ -69422,19 +70122,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69422
70122
  dataType: $si,
69423
70123
  parent: Nsi
69424
70124
  }, Gsi = {
69425
- id: `external-integration--google-sheets--${yr.id}-response-entity-parent-ref`,
70125
+ id: `external-integration--google-sheet--${yr.id}-response-entity-parent-ref`,
69426
70126
  type: l.GenericReference,
69427
70127
  version: "1",
69428
70128
  entityType: l.DataType,
69429
70129
  entityId: yr.dataType.id
69430
70130
  }, Bsi = {
69431
- id: `external-integration--google-sheets--${yr.id}-response-entity-props-parent-ref`,
70131
+ id: `external-integration--google-sheet--${yr.id}-response-entity-props-parent-ref`,
69432
70132
  type: l.GenericReference,
69433
70133
  version: "1",
69434
70134
  entityType: l.DefinitionEntity,
69435
70135
  entityId: yr.dataType.entity.id
69436
70136
  }, Msi = {
69437
- id: `external-integration--google-sheets--${yr.id}-response-sheetId-prop-dt-parent-ref`,
70137
+ id: `external-integration--google-sheet--${yr.id}-response-sheetId-prop-dt-parent-ref`,
69438
70138
  type: l.GenericReference,
69439
70139
  version: "1",
69440
70140
  entityType: l.Property,
@@ -69521,7 +70221,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69521
70221
  y: 0,
69522
70222
  parent: Gsi
69523
70223
  }, jsi = {
69524
- id: `external-integration--google-sheets--${yr.id}-response-dt-parent-ref`,
70224
+ id: `external-integration--google-sheet--${yr.id}-response-dt-parent-ref`,
69525
70225
  type: l.GenericReference,
69526
70226
  version: "1",
69527
70227
  entityType: l.ActionDescriptor,
@@ -69578,19 +70278,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69578
70278
  outputDescription: null,
69579
70279
  parent: null
69580
70280
  }, hr = B[l.Operation][Ee.GoogleSheetsDeleteSheet], Wdn = {
69581
- id: `external-integration--google-sheets--${hr.id}--ref`,
70281
+ id: `external-integration--google-sheet--${hr.id}--ref`,
69582
70282
  type: l.GenericReference,
69583
70283
  version: "1",
69584
70284
  entityType: l.ActionDescriptor,
69585
70285
  entityId: hr.id
69586
70286
  }, qsi = {
69587
- id: `external-integration--google-sheets--${hr.id}-connection-input-dt-parent-ref`,
70287
+ id: `external-integration--google-sheet--${hr.id}-connection-input-dt-parent-ref`,
69588
70288
  type: l.GenericReference,
69589
70289
  version: "1",
69590
70290
  entityType: l.ValueDescriptor,
69591
70291
  entityId: hr.inputs.connection.id
69592
70292
  }, Zsi = {
69593
- id: `external-integration--google-sheets--${hr.id}-connection-input-parent-ref`,
70293
+ id: `external-integration--google-sheet--${hr.id}-connection-input-parent-ref`,
69594
70294
  type: l.GenericReference,
69595
70295
  version: "1",
69596
70296
  entityType: l.ActionDescriptor,
@@ -69642,13 +70342,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69642
70342
  dataType: Hsi,
69643
70343
  parent: Zsi
69644
70344
  }, zsi = {
69645
- id: `external-integration--google-sheets--${hr.id}-spreadsheetId-input-dt-parent-ref`,
70345
+ id: `external-integration--google-sheet--${hr.id}-spreadsheetId-input-dt-parent-ref`,
69646
70346
  type: l.GenericReference,
69647
70347
  version: "1",
69648
70348
  entityType: l.ValueDescriptor,
69649
70349
  entityId: hr.inputs.spreadsheetId.id
69650
70350
  }, Jsi = {
69651
- id: `external-integration--google-sheets--${hr.id}-spreadsheetId-input-parent-ref`,
70351
+ id: `external-integration--google-sheet--${hr.id}-spreadsheetId-input-parent-ref`,
69652
70352
  type: l.GenericReference,
69653
70353
  version: "1",
69654
70354
  entityType: l.ActionDescriptor,
@@ -69700,13 +70400,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69700
70400
  dataType: Ysi,
69701
70401
  parent: Jsi
69702
70402
  }, Xsi = {
69703
- id: `external-integration--google-sheets--${hr.id}-sheetId-input-dt-parent-ref`,
70403
+ id: `external-integration--google-sheet--${hr.id}-sheetId-input-dt-parent-ref`,
69704
70404
  type: l.GenericReference,
69705
70405
  version: "1",
69706
70406
  entityType: l.ValueDescriptor,
69707
70407
  entityId: hr.inputs.sheetId.id
69708
70408
  }, eli = {
69709
- id: `external-integration--google-sheets--${hr.id}-sheetId-input-parent-ref`,
70409
+ id: `external-integration--google-sheet--${hr.id}-sheetId-input-parent-ref`,
69710
70410
  type: l.GenericReference,
69711
70411
  version: "1",
69712
70412
  entityType: l.ActionDescriptor,
@@ -69758,19 +70458,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69758
70458
  dataType: tli,
69759
70459
  parent: eli
69760
70460
  }, nli = {
69761
- id: `external-integration--google-sheets--${hr.id}-response-entity-parent-ref`,
70461
+ id: `external-integration--google-sheet--${hr.id}-response-entity-parent-ref`,
69762
70462
  type: l.GenericReference,
69763
70463
  version: "1",
69764
70464
  entityType: l.DataType,
69765
70465
  entityId: hr.dataType.id
69766
70466
  }, rli = {
69767
- id: `external-integration--google-sheets--${hr.id}-response-entity-props-parent-ref`,
70467
+ id: `external-integration--google-sheet--${hr.id}-response-entity-props-parent-ref`,
69768
70468
  type: l.GenericReference,
69769
70469
  version: "1",
69770
70470
  entityType: l.DefinitionEntity,
69771
70471
  entityId: hr.dataType.entity.id
69772
70472
  }, ali = {
69773
- id: `external-integration--google-sheets--${hr.id}-response-success-prop-dt-parent-ref`,
70473
+ id: `external-integration--google-sheet--${hr.id}-response-success-prop-dt-parent-ref`,
69774
70474
  type: l.GenericReference,
69775
70475
  version: "1",
69776
70476
  entityType: l.Property,
@@ -69857,7 +70557,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69857
70557
  y: 0,
69858
70558
  parent: nli
69859
70559
  }, dli = {
69860
- id: `external-integration--google-sheets--${hr.id}-response-dt-parent-ref`,
70560
+ id: `external-integration--google-sheet--${hr.id}-response-dt-parent-ref`,
69861
70561
  type: l.GenericReference,
69862
70562
  version: "1",
69863
70563
  entityType: l.ActionDescriptor,
@@ -69914,19 +70614,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69914
70614
  outputDescription: null,
69915
70615
  parent: null
69916
70616
  }, Fn = B[l.Operation][Ee.GoogleSheetsAppendRows], zdn = {
69917
- id: `external-integration--google-sheets--${Fn.id}--ref`,
70617
+ id: `external-integration--google-sheet--${Fn.id}--ref`,
69918
70618
  type: l.GenericReference,
69919
70619
  version: "1",
69920
70620
  entityType: l.ActionDescriptor,
69921
70621
  entityId: Fn.id
69922
70622
  }, cli = {
69923
- id: `external-integration--google-sheets--${Fn.id}-connection-input-dt-parent-ref`,
70623
+ id: `external-integration--google-sheet--${Fn.id}-connection-input-dt-parent-ref`,
69924
70624
  type: l.GenericReference,
69925
70625
  version: "1",
69926
70626
  entityType: l.ValueDescriptor,
69927
70627
  entityId: Fn.inputs.connection.id
69928
70628
  }, fli = {
69929
- id: `external-integration--google-sheets--${Fn.id}-connection-input-parent-ref`,
70629
+ id: `external-integration--google-sheet--${Fn.id}-connection-input-parent-ref`,
69930
70630
  type: l.GenericReference,
69931
70631
  version: "1",
69932
70632
  entityType: l.ActionDescriptor,
@@ -69978,13 +70678,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
69978
70678
  dataType: yli,
69979
70679
  parent: fli
69980
70680
  }, mli = {
69981
- id: `external-integration--google-sheets--${Fn.id}-spreadsheetId-input-dt-parent-ref`,
70681
+ id: `external-integration--google-sheet--${Fn.id}-spreadsheetId-input-dt-parent-ref`,
69982
70682
  type: l.GenericReference,
69983
70683
  version: "1",
69984
70684
  entityType: l.ValueDescriptor,
69985
70685
  entityId: Fn.inputs.spreadsheetId.id
69986
70686
  }, Tli = {
69987
- id: `external-integration--google-sheets--${Fn.id}-spreadsheetId-input-parent-ref`,
70687
+ id: `external-integration--google-sheet--${Fn.id}-spreadsheetId-input-parent-ref`,
69988
70688
  type: l.GenericReference,
69989
70689
  version: "1",
69990
70690
  entityType: l.ActionDescriptor,
@@ -70036,13 +70736,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70036
70736
  dataType: vli,
70037
70737
  parent: Tli
70038
70738
  }, Eli = {
70039
- id: `external-integration--google-sheets--${Fn.id}-range-input-dt-parent-ref`,
70739
+ id: `external-integration--google-sheet--${Fn.id}-range-input-dt-parent-ref`,
70040
70740
  type: l.GenericReference,
70041
70741
  version: "1",
70042
70742
  entityType: l.ValueDescriptor,
70043
70743
  entityId: Fn.inputs.range.id
70044
70744
  }, gli = {
70045
- id: `external-integration--google-sheets--${Fn.id}-range-input-parent-ref`,
70745
+ id: `external-integration--google-sheet--${Fn.id}-range-input-parent-ref`,
70046
70746
  type: l.GenericReference,
70047
70747
  version: "1",
70048
70748
  entityType: l.ActionDescriptor,
@@ -70094,13 +70794,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70094
70794
  dataType: Ali,
70095
70795
  parent: gli
70096
70796
  }, Rli = {
70097
- id: `external-integration--google-sheets--${Fn.id}-values-input-dt-parent-ref`,
70797
+ id: `external-integration--google-sheet--${Fn.id}-values-input-dt-parent-ref`,
70098
70798
  type: l.GenericReference,
70099
70799
  version: "1",
70100
70800
  entityType: l.ValueDescriptor,
70101
70801
  entityId: Fn.inputs.values.id
70102
70802
  }, wli = {
70103
- id: `external-integration--google-sheets--${Fn.id}-values-input-parent-ref`,
70803
+ id: `external-integration--google-sheet--${Fn.id}-values-input-parent-ref`,
70104
70804
  type: l.GenericReference,
70105
70805
  version: "1",
70106
70806
  entityType: l.ActionDescriptor,
@@ -70152,19 +70852,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70152
70852
  dataType: Cli,
70153
70853
  parent: wli
70154
70854
  }, Oli = {
70155
- id: `external-integration--google-sheets--${Fn.id}-response-entity-parent-ref`,
70855
+ id: `external-integration--google-sheet--${Fn.id}-response-entity-parent-ref`,
70156
70856
  type: l.GenericReference,
70157
70857
  version: "1",
70158
70858
  entityType: l.DataType,
70159
70859
  entityId: Fn.dataType.id
70160
70860
  }, _li = {
70161
- id: `external-integration--google-sheets--${Fn.id}-response-entity-props-parent-ref`,
70861
+ id: `external-integration--google-sheet--${Fn.id}-response-entity-props-parent-ref`,
70162
70862
  type: l.GenericReference,
70163
70863
  version: "1",
70164
70864
  entityType: l.DefinitionEntity,
70165
70865
  entityId: Fn.dataType.entity.id
70166
70866
  }, xli = {
70167
- id: `external-integration--google-sheets--${Fn.id}-response-updatedRange-prop-dt-parent-ref`,
70867
+ id: `external-integration--google-sheet--${Fn.id}-response-updatedRange-prop-dt-parent-ref`,
70168
70868
  type: l.GenericReference,
70169
70869
  version: "1",
70170
70870
  entityType: l.Property,
@@ -70251,7 +70951,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70251
70951
  y: 0,
70252
70952
  parent: Oli
70253
70953
  }, $li = {
70254
- id: `external-integration--google-sheets--${Fn.id}-response-dt-parent-ref`,
70954
+ id: `external-integration--google-sheet--${Fn.id}-response-dt-parent-ref`,
70255
70955
  type: l.GenericReference,
70256
70956
  version: "1",
70257
70957
  entityType: l.ActionDescriptor,
@@ -70309,19 +71009,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70309
71009
  outputDescription: null,
70310
71010
  parent: null
70311
71011
  }, mr = B[l.Operation][Ee.GoogleSheetsGetRangeValues], Jdn = {
70312
- id: `external-integration--google-sheets--${mr.id}--ref`,
71012
+ id: `external-integration--google-sheet--${mr.id}--ref`,
70313
71013
  type: l.GenericReference,
70314
71014
  version: "1",
70315
71015
  entityType: l.ActionDescriptor,
70316
71016
  entityId: mr.id
70317
71017
  }, Bli = {
70318
- id: `external-integration--google-sheets--${mr.id}-connection-input-dt-parent-ref`,
71018
+ id: `external-integration--google-sheet--${mr.id}-connection-input-dt-parent-ref`,
70319
71019
  type: l.GenericReference,
70320
71020
  version: "1",
70321
71021
  entityType: l.ValueDescriptor,
70322
71022
  entityId: mr.inputs.connection.id
70323
71023
  }, Mli = {
70324
- id: `external-integration--google-sheets--${mr.id}-connection-input-parent-ref`,
71024
+ id: `external-integration--google-sheet--${mr.id}-connection-input-parent-ref`,
70325
71025
  type: l.GenericReference,
70326
71026
  version: "1",
70327
71027
  entityType: l.ActionDescriptor,
@@ -70373,13 +71073,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70373
71073
  dataType: kli,
70374
71074
  parent: Mli
70375
71075
  }, Fli = {
70376
- id: `external-integration--google-sheets--${mr.id}-spreadsheetId-input-dt-parent-ref`,
71076
+ id: `external-integration--google-sheet--${mr.id}-spreadsheetId-input-dt-parent-ref`,
70377
71077
  type: l.GenericReference,
70378
71078
  version: "1",
70379
71079
  entityType: l.ValueDescriptor,
70380
71080
  entityId: mr.inputs.spreadsheetId.id
70381
71081
  }, jli = {
70382
- id: `external-integration--google-sheets--${mr.id}-spreadsheetId-input-parent-ref`,
71082
+ id: `external-integration--google-sheet--${mr.id}-spreadsheetId-input-parent-ref`,
70383
71083
  type: l.GenericReference,
70384
71084
  version: "1",
70385
71085
  entityType: l.ActionDescriptor,
@@ -70431,13 +71131,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70431
71131
  dataType: Kli,
70432
71132
  parent: jli
70433
71133
  }, qli = {
70434
- id: `external-integration--google-sheets--${mr.id}-range-input-dt-parent-ref`,
71134
+ id: `external-integration--google-sheet--${mr.id}-range-input-dt-parent-ref`,
70435
71135
  type: l.GenericReference,
70436
71136
  version: "1",
70437
71137
  entityType: l.ValueDescriptor,
70438
71138
  entityId: mr.inputs.range.id
70439
71139
  }, Zli = {
70440
- id: `external-integration--google-sheets--${mr.id}-range-input-parent-ref`,
71140
+ id: `external-integration--google-sheet--${mr.id}-range-input-parent-ref`,
70441
71141
  type: l.GenericReference,
70442
71142
  version: "1",
70443
71143
  entityType: l.ActionDescriptor,
@@ -70489,19 +71189,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70489
71189
  dataType: Hli,
70490
71190
  parent: Zli
70491
71191
  }, zli = {
70492
- id: `external-integration--google-sheets--${mr.id}-response-entity-parent-ref`,
71192
+ id: `external-integration--google-sheet--${mr.id}-response-entity-parent-ref`,
70493
71193
  type: l.GenericReference,
70494
71194
  version: "1",
70495
71195
  entityType: l.DataType,
70496
71196
  entityId: mr.dataType.id
70497
71197
  }, Jli = {
70498
- id: `external-integration--google-sheets--${mr.id}-response-entity-props-parent-ref`,
71198
+ id: `external-integration--google-sheet--${mr.id}-response-entity-props-parent-ref`,
70499
71199
  type: l.GenericReference,
70500
71200
  version: "1",
70501
71201
  entityType: l.DefinitionEntity,
70502
71202
  entityId: mr.dataType.entity.id
70503
71203
  }, Yli = {
70504
- id: `external-integration--google-sheets--${mr.id}-response-values-prop-dt-parent-ref`,
71204
+ id: `external-integration--google-sheet--${mr.id}-response-values-prop-dt-parent-ref`,
70505
71205
  type: l.GenericReference,
70506
71206
  version: "1",
70507
71207
  entityType: l.Property,
@@ -70588,7 +71288,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70588
71288
  y: 0,
70589
71289
  parent: zli
70590
71290
  }, toi = {
70591
- id: `external-integration--google-sheets--${mr.id}-response-dt-parent-ref`,
71291
+ id: `external-integration--google-sheet--${mr.id}-response-dt-parent-ref`,
70592
71292
  type: l.GenericReference,
70593
71293
  version: "1",
70594
71294
  entityType: l.ActionDescriptor,
@@ -70645,19 +71345,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70645
71345
  outputDescription: null,
70646
71346
  parent: null
70647
71347
  }, jn = B[l.Operation][Ee.GoogleSheetsUpdateRangeValues], Ydn = {
70648
- id: `external-integration--google-sheets--${jn.id}--ref`,
71348
+ id: `external-integration--google-sheet--${jn.id}--ref`,
70649
71349
  type: l.GenericReference,
70650
71350
  version: "1",
70651
71351
  entityType: l.ActionDescriptor,
70652
71352
  entityId: jn.id
70653
71353
  }, roi = {
70654
- id: `external-integration--google-sheets--${jn.id}-connection-input-dt-parent-ref`,
71354
+ id: `external-integration--google-sheet--${jn.id}-connection-input-dt-parent-ref`,
70655
71355
  type: l.GenericReference,
70656
71356
  version: "1",
70657
71357
  entityType: l.ValueDescriptor,
70658
71358
  entityId: jn.inputs.connection.id
70659
71359
  }, aoi = {
70660
- id: `external-integration--google-sheets--${jn.id}-connection-input-parent-ref`,
71360
+ id: `external-integration--google-sheet--${jn.id}-connection-input-parent-ref`,
70661
71361
  type: l.GenericReference,
70662
71362
  version: "1",
70663
71363
  entityType: l.ActionDescriptor,
@@ -70709,13 +71409,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70709
71409
  dataType: soi,
70710
71410
  parent: aoi
70711
71411
  }, ooi = {
70712
- id: `external-integration--google-sheets--${jn.id}-spreadsheetId-input-dt-parent-ref`,
71412
+ id: `external-integration--google-sheet--${jn.id}-spreadsheetId-input-dt-parent-ref`,
70713
71413
  type: l.GenericReference,
70714
71414
  version: "1",
70715
71415
  entityType: l.ValueDescriptor,
70716
71416
  entityId: jn.inputs.spreadsheetId.id
70717
71417
  }, doi = {
70718
- id: `external-integration--google-sheets--${jn.id}-spreadsheetId-input-parent-ref`,
71418
+ id: `external-integration--google-sheet--${jn.id}-spreadsheetId-input-parent-ref`,
70719
71419
  type: l.GenericReference,
70720
71420
  version: "1",
70721
71421
  entityType: l.ActionDescriptor,
@@ -70767,13 +71467,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70767
71467
  dataType: uoi,
70768
71468
  parent: doi
70769
71469
  }, coi = {
70770
- id: `external-integration--google-sheets--${jn.id}-range-input-dt-parent-ref`,
71470
+ id: `external-integration--google-sheet--${jn.id}-range-input-dt-parent-ref`,
70771
71471
  type: l.GenericReference,
70772
71472
  version: "1",
70773
71473
  entityType: l.ValueDescriptor,
70774
71474
  entityId: jn.inputs.range.id
70775
71475
  }, foi = {
70776
- id: `external-integration--google-sheets--${jn.id}-range-input-parent-ref`,
71476
+ id: `external-integration--google-sheet--${jn.id}-range-input-parent-ref`,
70777
71477
  type: l.GenericReference,
70778
71478
  version: "1",
70779
71479
  entityType: l.ActionDescriptor,
@@ -70825,13 +71525,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70825
71525
  dataType: yoi,
70826
71526
  parent: foi
70827
71527
  }, moi = {
70828
- id: `external-integration--google-sheets--${jn.id}-values-input-dt-parent-ref`,
71528
+ id: `external-integration--google-sheet--${jn.id}-values-input-dt-parent-ref`,
70829
71529
  type: l.GenericReference,
70830
71530
  version: "1",
70831
71531
  entityType: l.ValueDescriptor,
70832
71532
  entityId: jn.inputs.values.id
70833
71533
  }, Toi = {
70834
- id: `external-integration--google-sheets--${jn.id}-values-input-parent-ref`,
71534
+ id: `external-integration--google-sheet--${jn.id}-values-input-parent-ref`,
70835
71535
  type: l.GenericReference,
70836
71536
  version: "1",
70837
71537
  entityType: l.ActionDescriptor,
@@ -70883,19 +71583,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70883
71583
  dataType: voi,
70884
71584
  parent: Toi
70885
71585
  }, Eoi = {
70886
- id: `external-integration--google-sheets--${jn.id}-response-entity-parent-ref`,
71586
+ id: `external-integration--google-sheet--${jn.id}-response-entity-parent-ref`,
70887
71587
  type: l.GenericReference,
70888
71588
  version: "1",
70889
71589
  entityType: l.DataType,
70890
71590
  entityId: jn.dataType.id
70891
71591
  }, goi = {
70892
- id: `external-integration--google-sheets--${jn.id}-response-entity-props-parent-ref`,
71592
+ id: `external-integration--google-sheet--${jn.id}-response-entity-props-parent-ref`,
70893
71593
  type: l.GenericReference,
70894
71594
  version: "1",
70895
71595
  entityType: l.DefinitionEntity,
70896
71596
  entityId: jn.dataType.entity.id
70897
71597
  }, Aoi = {
70898
- id: `external-integration--google-sheets--${jn.id}-response-updatedRange-prop-dt-parent-ref`,
71598
+ id: `external-integration--google-sheet--${jn.id}-response-updatedRange-prop-dt-parent-ref`,
70899
71599
  type: l.GenericReference,
70900
71600
  version: "1",
70901
71601
  entityType: l.Property,
@@ -70982,7 +71682,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
70982
71682
  y: 0,
70983
71683
  parent: Eoi
70984
71684
  }, Coi = {
70985
- id: `external-integration--google-sheets--${jn.id}-response-dt-parent-ref`,
71685
+ id: `external-integration--google-sheet--${jn.id}-response-dt-parent-ref`,
70986
71686
  type: l.GenericReference,
70987
71687
  version: "1",
70988
71688
  entityType: l.ActionDescriptor,
@@ -71040,19 +71740,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71040
71740
  outputDescription: null,
71041
71741
  parent: null
71042
71742
  }, Tr = B[l.Operation][Ee.GoogleSheetsClearRange], Qdn = {
71043
- id: `external-integration--google-sheets--${Tr.id}--ref`,
71743
+ id: `external-integration--google-sheet--${Tr.id}--ref`,
71044
71744
  type: l.GenericReference,
71045
71745
  version: "1",
71046
71746
  entityType: l.ActionDescriptor,
71047
71747
  entityId: Tr.id
71048
71748
  }, _oi = {
71049
- id: `external-integration--google-sheets--${Tr.id}-connection-input-dt-parent-ref`,
71749
+ id: `external-integration--google-sheet--${Tr.id}-connection-input-dt-parent-ref`,
71050
71750
  type: l.GenericReference,
71051
71751
  version: "1",
71052
71752
  entityType: l.ValueDescriptor,
71053
71753
  entityId: Tr.inputs.connection.id
71054
71754
  }, xoi = {
71055
- id: `external-integration--google-sheets--${Tr.id}-connection-input-parent-ref`,
71755
+ id: `external-integration--google-sheet--${Tr.id}-connection-input-parent-ref`,
71056
71756
  type: l.GenericReference,
71057
71757
  version: "1",
71058
71758
  entityType: l.ActionDescriptor,
@@ -71104,13 +71804,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71104
71804
  dataType: Voi,
71105
71805
  parent: xoi
71106
71806
  }, Noi = {
71107
- id: `external-integration--google-sheets--${Tr.id}-spreadsheetId-input-dt-parent-ref`,
71807
+ id: `external-integration--google-sheet--${Tr.id}-spreadsheetId-input-dt-parent-ref`,
71108
71808
  type: l.GenericReference,
71109
71809
  version: "1",
71110
71810
  entityType: l.ValueDescriptor,
71111
71811
  entityId: Tr.inputs.spreadsheetId.id
71112
71812
  }, $oi = {
71113
- id: `external-integration--google-sheets--${Tr.id}-spreadsheetId-input-parent-ref`,
71813
+ id: `external-integration--google-sheet--${Tr.id}-spreadsheetId-input-parent-ref`,
71114
71814
  type: l.GenericReference,
71115
71815
  version: "1",
71116
71816
  entityType: l.ActionDescriptor,
@@ -71162,13 +71862,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71162
71862
  dataType: Loi,
71163
71863
  parent: $oi
71164
71864
  }, Boi = {
71165
- id: `external-integration--google-sheets--${Tr.id}-range-input-dt-parent-ref`,
71865
+ id: `external-integration--google-sheet--${Tr.id}-range-input-dt-parent-ref`,
71166
71866
  type: l.GenericReference,
71167
71867
  version: "1",
71168
71868
  entityType: l.ValueDescriptor,
71169
71869
  entityId: Tr.inputs.range.id
71170
71870
  }, Moi = {
71171
- id: `external-integration--google-sheets--${Tr.id}-range-input-parent-ref`,
71871
+ id: `external-integration--google-sheet--${Tr.id}-range-input-parent-ref`,
71172
71872
  type: l.GenericReference,
71173
71873
  version: "1",
71174
71874
  entityType: l.ActionDescriptor,
@@ -71220,19 +71920,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71220
71920
  dataType: koi,
71221
71921
  parent: Moi
71222
71922
  }, Foi = {
71223
- id: `external-integration--google-sheets--${Tr.id}-response-entity-parent-ref`,
71923
+ id: `external-integration--google-sheet--${Tr.id}-response-entity-parent-ref`,
71224
71924
  type: l.GenericReference,
71225
71925
  version: "1",
71226
71926
  entityType: l.DataType,
71227
71927
  entityId: Tr.dataType.id
71228
71928
  }, joi = {
71229
- id: `external-integration--google-sheets--${Tr.id}-response-entity-props-parent-ref`,
71929
+ id: `external-integration--google-sheet--${Tr.id}-response-entity-props-parent-ref`,
71230
71930
  type: l.GenericReference,
71231
71931
  version: "1",
71232
71932
  entityType: l.DefinitionEntity,
71233
71933
  entityId: Tr.dataType.entity.id
71234
71934
  }, Koi = {
71235
- id: `external-integration--google-sheets--${Tr.id}-response-clearedRange-prop-dt-parent-ref`,
71935
+ id: `external-integration--google-sheet--${Tr.id}-response-clearedRange-prop-dt-parent-ref`,
71236
71936
  type: l.GenericReference,
71237
71937
  version: "1",
71238
71938
  entityType: l.Property,
@@ -71319,7 +72019,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71319
72019
  y: 0,
71320
72020
  parent: Foi
71321
72021
  }, Hoi = {
71322
- id: `external-integration--google-sheets--${Tr.id}-response-dt-parent-ref`,
72022
+ id: `external-integration--google-sheet--${Tr.id}-response-dt-parent-ref`,
71323
72023
  type: l.GenericReference,
71324
72024
  version: "1",
71325
72025
  entityType: l.ActionDescriptor,
@@ -71376,19 +72076,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71376
72076
  outputDescription: null,
71377
72077
  parent: null
71378
72078
  }, vr = B[l.Operation][Ee.GoogleSheetsBatchUpdateSpreadsheet], Xdn = {
71379
- id: `external-integration--google-sheets--${vr.id}--ref`,
72079
+ id: `external-integration--google-sheet--${vr.id}--ref`,
71380
72080
  type: l.GenericReference,
71381
72081
  version: "1",
71382
72082
  entityType: l.ActionDescriptor,
71383
72083
  entityId: vr.id
71384
72084
  }, Joi = {
71385
- id: `external-integration--google-sheets--${vr.id}-connection-input-dt-parent-ref`,
72085
+ id: `external-integration--google-sheet--${vr.id}-connection-input-dt-parent-ref`,
71386
72086
  type: l.GenericReference,
71387
72087
  version: "1",
71388
72088
  entityType: l.ValueDescriptor,
71389
72089
  entityId: vr.inputs.connection.id
71390
72090
  }, Yoi = {
71391
- id: `external-integration--google-sheets--${vr.id}-connection-input-parent-ref`,
72091
+ id: `external-integration--google-sheet--${vr.id}-connection-input-parent-ref`,
71392
72092
  type: l.GenericReference,
71393
72093
  version: "1",
71394
72094
  entityType: l.ActionDescriptor,
@@ -71440,13 +72140,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71440
72140
  dataType: Qoi,
71441
72141
  parent: Yoi
71442
72142
  }, edi = {
71443
- id: `external-integration--google-sheets--${vr.id}-spreadsheetId-input-dt-parent-ref`,
72143
+ id: `external-integration--google-sheet--${vr.id}-spreadsheetId-input-dt-parent-ref`,
71444
72144
  type: l.GenericReference,
71445
72145
  version: "1",
71446
72146
  entityType: l.ValueDescriptor,
71447
72147
  entityId: vr.inputs.spreadsheetId.id
71448
72148
  }, tdi = {
71449
- id: `external-integration--google-sheets--${vr.id}-spreadsheetId-input-parent-ref`,
72149
+ id: `external-integration--google-sheet--${vr.id}-spreadsheetId-input-parent-ref`,
71450
72150
  type: l.GenericReference,
71451
72151
  version: "1",
71452
72152
  entityType: l.ActionDescriptor,
@@ -71498,13 +72198,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71498
72198
  dataType: idi,
71499
72199
  parent: tdi
71500
72200
  }, rdi = {
71501
- id: `external-integration--google-sheets--${vr.id}-requests-input-dt-parent-ref`,
72201
+ id: `external-integration--google-sheet--${vr.id}-requests-input-dt-parent-ref`,
71502
72202
  type: l.GenericReference,
71503
72203
  version: "1",
71504
72204
  entityType: l.ValueDescriptor,
71505
72205
  entityId: vr.inputs.requests.id
71506
72206
  }, adi = {
71507
- id: `external-integration--google-sheets--${vr.id}-requests-input-parent-ref`,
72207
+ id: `external-integration--google-sheet--${vr.id}-requests-input-parent-ref`,
71508
72208
  type: l.GenericReference,
71509
72209
  version: "1",
71510
72210
  entityType: l.ActionDescriptor,
@@ -71556,19 +72256,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71556
72256
  dataType: sdi,
71557
72257
  parent: adi
71558
72258
  }, odi = {
71559
- id: `external-integration--google-sheets--${vr.id}-response-entity-parent-ref`,
72259
+ id: `external-integration--google-sheet--${vr.id}-response-entity-parent-ref`,
71560
72260
  type: l.GenericReference,
71561
72261
  version: "1",
71562
72262
  entityType: l.DataType,
71563
72263
  entityId: vr.dataType.id
71564
72264
  }, ddi = {
71565
- id: `external-integration--google-sheets--${vr.id}-response-entity-props-parent-ref`,
72265
+ id: `external-integration--google-sheet--${vr.id}-response-entity-props-parent-ref`,
71566
72266
  type: l.GenericReference,
71567
72267
  version: "1",
71568
72268
  entityType: l.DefinitionEntity,
71569
72269
  entityId: vr.dataType.entity.id
71570
72270
  }, udi = {
71571
- id: `external-integration--google-sheets--${vr.id}-response-replies-prop-dt-parent-ref`,
72271
+ id: `external-integration--google-sheet--${vr.id}-response-replies-prop-dt-parent-ref`,
71572
72272
  type: l.GenericReference,
71573
72273
  version: "1",
71574
72274
  entityType: l.Property,
@@ -71655,7 +72355,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71655
72355
  y: 0,
71656
72356
  parent: odi
71657
72357
  }, ydi = {
71658
- id: `external-integration--google-sheets--${vr.id}-response-dt-parent-ref`,
72358
+ id: `external-integration--google-sheet--${vr.id}-response-dt-parent-ref`,
71659
72359
  type: l.GenericReference,
71660
72360
  version: "1",
71661
72361
  entityType: l.ActionDescriptor,
@@ -71712,19 +72412,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71712
72412
  outputDescription: null,
71713
72413
  parent: null
71714
72414
  }, Kn = B[l.Operation][Ee.GoogleSheetsRenameUpdateSheet], tun = {
71715
- id: `external-integration--google-sheets--${Kn.id}--ref`,
72415
+ id: `external-integration--google-sheet--${Kn.id}--ref`,
71716
72416
  type: l.GenericReference,
71717
72417
  version: "1",
71718
72418
  entityType: l.ActionDescriptor,
71719
72419
  entityId: Kn.id
71720
72420
  }, mdi = {
71721
- id: `external-integration--google-sheets--${Kn.id}-connection-input-dt-parent-ref`,
72421
+ id: `external-integration--google-sheet--${Kn.id}-connection-input-dt-parent-ref`,
71722
72422
  type: l.GenericReference,
71723
72423
  version: "1",
71724
72424
  entityType: l.ValueDescriptor,
71725
72425
  entityId: Kn.inputs.connection.id
71726
72426
  }, Tdi = {
71727
- id: `external-integration--google-sheets--${Kn.id}-connection-input-parent-ref`,
72427
+ id: `external-integration--google-sheet--${Kn.id}-connection-input-parent-ref`,
71728
72428
  type: l.GenericReference,
71729
72429
  version: "1",
71730
72430
  entityType: l.ActionDescriptor,
@@ -71776,13 +72476,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71776
72476
  dataType: vdi,
71777
72477
  parent: Tdi
71778
72478
  }, Edi = {
71779
- id: `external-integration--google-sheets--${Kn.id}-spreadsheetId-input-dt-parent-ref`,
72479
+ id: `external-integration--google-sheet--${Kn.id}-spreadsheetId-input-dt-parent-ref`,
71780
72480
  type: l.GenericReference,
71781
72481
  version: "1",
71782
72482
  entityType: l.ValueDescriptor,
71783
72483
  entityId: Kn.inputs.spreadsheetId.id
71784
72484
  }, gdi = {
71785
- id: `external-integration--google-sheets--${Kn.id}-spreadsheetId-input-parent-ref`,
72485
+ id: `external-integration--google-sheet--${Kn.id}-spreadsheetId-input-parent-ref`,
71786
72486
  type: l.GenericReference,
71787
72487
  version: "1",
71788
72488
  entityType: l.ActionDescriptor,
@@ -71834,13 +72534,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71834
72534
  dataType: Adi,
71835
72535
  parent: gdi
71836
72536
  }, Rdi = {
71837
- id: `external-integration--google-sheets--${Kn.id}-sheetId-input-dt-parent-ref`,
72537
+ id: `external-integration--google-sheet--${Kn.id}-sheetId-input-dt-parent-ref`,
71838
72538
  type: l.GenericReference,
71839
72539
  version: "1",
71840
72540
  entityType: l.ValueDescriptor,
71841
72541
  entityId: Kn.inputs.sheetId.id
71842
72542
  }, wdi = {
71843
- id: `external-integration--google-sheets--${Kn.id}-sheetId-input-parent-ref`,
72543
+ id: `external-integration--google-sheet--${Kn.id}-sheetId-input-parent-ref`,
71844
72544
  type: l.GenericReference,
71845
72545
  version: "1",
71846
72546
  entityType: l.ActionDescriptor,
@@ -71892,13 +72592,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71892
72592
  dataType: Cdi,
71893
72593
  parent: wdi
71894
72594
  }, Odi = {
71895
- id: `external-integration--google-sheets--${Kn.id}-title-input-dt-parent-ref`,
72595
+ id: `external-integration--google-sheet--${Kn.id}-title-input-dt-parent-ref`,
71896
72596
  type: l.GenericReference,
71897
72597
  version: "1",
71898
72598
  entityType: l.ValueDescriptor,
71899
72599
  entityId: Kn.inputs.title.id
71900
72600
  }, _di = {
71901
- id: `external-integration--google-sheets--${Kn.id}-title-input-parent-ref`,
72601
+ id: `external-integration--google-sheet--${Kn.id}-title-input-parent-ref`,
71902
72602
  type: l.GenericReference,
71903
72603
  version: "1",
71904
72604
  entityType: l.ActionDescriptor,
@@ -71950,19 +72650,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
71950
72650
  dataType: xdi,
71951
72651
  parent: _di
71952
72652
  }, Pdi = {
71953
- id: `external-integration--google-sheets--${Kn.id}-response-entity-parent-ref`,
72653
+ id: `external-integration--google-sheet--${Kn.id}-response-entity-parent-ref`,
71954
72654
  type: l.GenericReference,
71955
72655
  version: "1",
71956
72656
  entityType: l.DataType,
71957
72657
  entityId: Kn.dataType.id
71958
72658
  }, Ndi = {
71959
- id: `external-integration--google-sheets--${Kn.id}-response-entity-props-parent-ref`,
72659
+ id: `external-integration--google-sheet--${Kn.id}-response-entity-props-parent-ref`,
71960
72660
  type: l.GenericReference,
71961
72661
  version: "1",
71962
72662
  entityType: l.DefinitionEntity,
71963
72663
  entityId: Kn.dataType.entity.id
71964
72664
  }, $di = {
71965
- id: `external-integration--google-sheets--${Kn.id}-response-success-prop-dt-parent-ref`,
72665
+ id: `external-integration--google-sheet--${Kn.id}-response-success-prop-dt-parent-ref`,
71966
72666
  type: l.GenericReference,
71967
72667
  version: "1",
71968
72668
  entityType: l.Property,
@@ -72049,7 +72749,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72049
72749
  y: 0,
72050
72750
  parent: Pdi
72051
72751
  }, Mdi = {
72052
- id: `external-integration--google-sheets--${Kn.id}-response-dt-parent-ref`,
72752
+ id: `external-integration--google-sheet--${Kn.id}-response-dt-parent-ref`,
72053
72753
  type: l.GenericReference,
72054
72754
  version: "1",
72055
72755
  entityType: l.ActionDescriptor,
@@ -72107,19 +72807,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72107
72807
  outputDescription: null,
72108
72808
  parent: null
72109
72809
  }, Sn = B[l.Operation][Ee.GoogleSheetsCopySheet], nun = {
72110
- id: `external-integration--google-sheets--${Sn.id}--ref`,
72810
+ id: `external-integration--google-sheet--${Sn.id}--ref`,
72111
72811
  type: l.GenericReference,
72112
72812
  version: "1",
72113
72813
  entityType: l.ActionDescriptor,
72114
72814
  entityId: Sn.id
72115
72815
  }, Udi = {
72116
- id: `external-integration--google-sheets--${Sn.id}-connection-input-dt-parent-ref`,
72816
+ id: `external-integration--google-sheet--${Sn.id}-connection-input-dt-parent-ref`,
72117
72817
  type: l.GenericReference,
72118
72818
  version: "1",
72119
72819
  entityType: l.ValueDescriptor,
72120
72820
  entityId: Sn.inputs.connection.id
72121
72821
  }, Fdi = {
72122
- id: `external-integration--google-sheets--${Sn.id}-connection-input-parent-ref`,
72822
+ id: `external-integration--google-sheet--${Sn.id}-connection-input-parent-ref`,
72123
72823
  type: l.GenericReference,
72124
72824
  version: "1",
72125
72825
  entityType: l.ActionDescriptor,
@@ -72171,13 +72871,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72171
72871
  dataType: jdi,
72172
72872
  parent: Fdi
72173
72873
  }, Sdi = {
72174
- id: `external-integration--google-sheets--${Sn.id}-spreadsheetId-input-dt-parent-ref`,
72874
+ id: `external-integration--google-sheet--${Sn.id}-spreadsheetId-input-dt-parent-ref`,
72175
72875
  type: l.GenericReference,
72176
72876
  version: "1",
72177
72877
  entityType: l.ValueDescriptor,
72178
72878
  entityId: Sn.inputs.spreadsheetId.id
72179
72879
  }, qdi = {
72180
- id: `external-integration--google-sheets--${Sn.id}-spreadsheetId-input-parent-ref`,
72880
+ id: `external-integration--google-sheet--${Sn.id}-spreadsheetId-input-parent-ref`,
72181
72881
  type: l.GenericReference,
72182
72882
  version: "1",
72183
72883
  entityType: l.ActionDescriptor,
@@ -72229,13 +72929,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72229
72929
  dataType: Zdi,
72230
72930
  parent: qdi
72231
72931
  }, Wdi = {
72232
- id: `external-integration--google-sheets--${Sn.id}-sheetId-input-dt-parent-ref`,
72932
+ id: `external-integration--google-sheet--${Sn.id}-sheetId-input-dt-parent-ref`,
72233
72933
  type: l.GenericReference,
72234
72934
  version: "1",
72235
72935
  entityType: l.ValueDescriptor,
72236
72936
  entityId: Sn.inputs.sheetId.id
72237
72937
  }, zdi = {
72238
- id: `external-integration--google-sheets--${Sn.id}-sheetId-input-parent-ref`,
72938
+ id: `external-integration--google-sheet--${Sn.id}-sheetId-input-parent-ref`,
72239
72939
  type: l.GenericReference,
72240
72940
  version: "1",
72241
72941
  entityType: l.ActionDescriptor,
@@ -72287,13 +72987,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72287
72987
  dataType: Jdi,
72288
72988
  parent: zdi
72289
72989
  }, Qdi = {
72290
- id: `external-integration--google-sheets--${Sn.id}-destinationSpreadsheetId-input-dt-parent-ref`,
72990
+ id: `external-integration--google-sheet--${Sn.id}-destinationSpreadsheetId-input-dt-parent-ref`,
72291
72991
  type: l.GenericReference,
72292
72992
  version: "1",
72293
72993
  entityType: l.ValueDescriptor,
72294
72994
  entityId: Sn.inputs.destinationSpreadsheetId.id
72295
72995
  }, Xdi = {
72296
- id: `external-integration--google-sheets--${Sn.id}-destinationSpreadsheetId-input-parent-ref`,
72996
+ id: `external-integration--google-sheet--${Sn.id}-destinationSpreadsheetId-input-parent-ref`,
72297
72997
  type: l.GenericReference,
72298
72998
  version: "1",
72299
72999
  entityType: l.ActionDescriptor,
@@ -72345,19 +73045,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72345
73045
  dataType: eui,
72346
73046
  parent: Xdi
72347
73047
  }, iui = {
72348
- id: `external-integration--google-sheets--${Sn.id}-response-entity-parent-ref`,
73048
+ id: `external-integration--google-sheet--${Sn.id}-response-entity-parent-ref`,
72349
73049
  type: l.GenericReference,
72350
73050
  version: "1",
72351
73051
  entityType: l.DataType,
72352
73052
  entityId: Sn.dataType.id
72353
73053
  }, nui = {
72354
- id: `external-integration--google-sheets--${Sn.id}-response-entity-props-parent-ref`,
73054
+ id: `external-integration--google-sheet--${Sn.id}-response-entity-props-parent-ref`,
72355
73055
  type: l.GenericReference,
72356
73056
  version: "1",
72357
73057
  entityType: l.DefinitionEntity,
72358
73058
  entityId: Sn.dataType.entity.id
72359
73059
  }, rui = {
72360
- id: `external-integration--google-sheets--${Sn.id}-response-newSheetId-prop-dt-parent-ref`,
73060
+ id: `external-integration--google-sheet--${Sn.id}-response-newSheetId-prop-dt-parent-ref`,
72361
73061
  type: l.GenericReference,
72362
73062
  version: "1",
72363
73063
  entityType: l.Property,
@@ -72444,7 +73144,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72444
73144
  y: 0,
72445
73145
  parent: iui
72446
73146
  }, oui = {
72447
- id: `external-integration--google-sheets--${Sn.id}-response-dt-parent-ref`,
73147
+ id: `external-integration--google-sheet--${Sn.id}-response-dt-parent-ref`,
72448
73148
  type: l.GenericReference,
72449
73149
  version: "1",
72450
73150
  entityType: l.ActionDescriptor,
@@ -72502,19 +73202,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72502
73202
  outputDescription: null,
72503
73203
  parent: null
72504
73204
  }, br = B[l.Operation][Ee.GoogleSheetsClearSheet], aun = {
72505
- id: `external-integration--google-sheets--${br.id}--ref`,
73205
+ id: `external-integration--google-sheet--${br.id}--ref`,
72506
73206
  type: l.GenericReference,
72507
73207
  version: "1",
72508
73208
  entityType: l.ActionDescriptor,
72509
73209
  entityId: br.id
72510
73210
  }, uui = {
72511
- id: `external-integration--google-sheets--${br.id}-connection-input-dt-parent-ref`,
73211
+ id: `external-integration--google-sheet--${br.id}-connection-input-dt-parent-ref`,
72512
73212
  type: l.GenericReference,
72513
73213
  version: "1",
72514
73214
  entityType: l.ValueDescriptor,
72515
73215
  entityId: br.inputs.connection.id
72516
73216
  }, pui = {
72517
- id: `external-integration--google-sheets--${br.id}-connection-input-parent-ref`,
73217
+ id: `external-integration--google-sheet--${br.id}-connection-input-parent-ref`,
72518
73218
  type: l.GenericReference,
72519
73219
  version: "1",
72520
73220
  entityType: l.ActionDescriptor,
@@ -72566,13 +73266,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72566
73266
  dataType: cui,
72567
73267
  parent: pui
72568
73268
  }, yui = {
72569
- id: `external-integration--google-sheets--${br.id}-spreadsheetId-input-dt-parent-ref`,
73269
+ id: `external-integration--google-sheet--${br.id}-spreadsheetId-input-dt-parent-ref`,
72570
73270
  type: l.GenericReference,
72571
73271
  version: "1",
72572
73272
  entityType: l.ValueDescriptor,
72573
73273
  entityId: br.inputs.spreadsheetId.id
72574
73274
  }, hui = {
72575
- id: `external-integration--google-sheets--${br.id}-spreadsheetId-input-parent-ref`,
73275
+ id: `external-integration--google-sheet--${br.id}-spreadsheetId-input-parent-ref`,
72576
73276
  type: l.GenericReference,
72577
73277
  version: "1",
72578
73278
  entityType: l.ActionDescriptor,
@@ -72624,13 +73324,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72624
73324
  dataType: mui,
72625
73325
  parent: hui
72626
73326
  }, vui = {
72627
- id: `external-integration--google-sheets--${br.id}-sheetName-input-dt-parent-ref`,
73327
+ id: `external-integration--google-sheet--${br.id}-sheetName-input-dt-parent-ref`,
72628
73328
  type: l.GenericReference,
72629
73329
  version: "1",
72630
73330
  entityType: l.ValueDescriptor,
72631
73331
  entityId: br.inputs.sheetName.id
72632
73332
  }, bui = {
72633
- id: `external-integration--google-sheets--${br.id}-sheetName-input-parent-ref`,
73333
+ id: `external-integration--google-sheet--${br.id}-sheetName-input-parent-ref`,
72634
73334
  type: l.GenericReference,
72635
73335
  version: "1",
72636
73336
  entityType: l.ActionDescriptor,
@@ -72682,19 +73382,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72682
73382
  dataType: Eui,
72683
73383
  parent: bui
72684
73384
  }, Aui = {
72685
- id: `external-integration--google-sheets--${br.id}-response-entity-parent-ref`,
73385
+ id: `external-integration--google-sheet--${br.id}-response-entity-parent-ref`,
72686
73386
  type: l.GenericReference,
72687
73387
  version: "1",
72688
73388
  entityType: l.DataType,
72689
73389
  entityId: br.dataType.id
72690
73390
  }, Iui = {
72691
- id: `external-integration--google-sheets--${br.id}-response-entity-props-parent-ref`,
73391
+ id: `external-integration--google-sheet--${br.id}-response-entity-props-parent-ref`,
72692
73392
  type: l.GenericReference,
72693
73393
  version: "1",
72694
73394
  entityType: l.DefinitionEntity,
72695
73395
  entityId: br.dataType.entity.id
72696
73396
  }, Rui = {
72697
- id: `external-integration--google-sheets--${br.id}-response-clearedRange-prop-dt-parent-ref`,
73397
+ id: `external-integration--google-sheet--${br.id}-response-clearedRange-prop-dt-parent-ref`,
72698
73398
  type: l.GenericReference,
72699
73399
  version: "1",
72700
73400
  entityType: l.Property,
@@ -72781,7 +73481,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72781
73481
  y: 0,
72782
73482
  parent: Aui
72783
73483
  }, Oui = {
72784
- id: `external-integration--google-sheets--${br.id}-response-dt-parent-ref`,
73484
+ id: `external-integration--google-sheet--${br.id}-response-dt-parent-ref`,
72785
73485
  type: l.GenericReference,
72786
73486
  version: "1",
72787
73487
  entityType: l.ActionDescriptor,
@@ -72838,19 +73538,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72838
73538
  outputDescription: null,
72839
73539
  parent: null
72840
73540
  }, Er = B[l.Operation][Ee.GoogleSheetsBatchGetValues], lun = {
72841
- id: `external-integration--google-sheets--${Er.id}--ref`,
73541
+ id: `external-integration--google-sheet--${Er.id}--ref`,
72842
73542
  type: l.GenericReference,
72843
73543
  version: "1",
72844
73544
  entityType: l.ActionDescriptor,
72845
73545
  entityId: Er.id
72846
73546
  }, xui = {
72847
- id: `external-integration--google-sheets--${Er.id}-connection-input-dt-parent-ref`,
73547
+ id: `external-integration--google-sheet--${Er.id}-connection-input-dt-parent-ref`,
72848
73548
  type: l.GenericReference,
72849
73549
  version: "1",
72850
73550
  entityType: l.ValueDescriptor,
72851
73551
  entityId: Er.inputs.connection.id
72852
73552
  }, Vui = {
72853
- id: `external-integration--google-sheets--${Er.id}-connection-input-parent-ref`,
73553
+ id: `external-integration--google-sheet--${Er.id}-connection-input-parent-ref`,
72854
73554
  type: l.GenericReference,
72855
73555
  version: "1",
72856
73556
  entityType: l.ActionDescriptor,
@@ -72902,13 +73602,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72902
73602
  dataType: Pui,
72903
73603
  parent: Vui
72904
73604
  }, $ui = {
72905
- id: `external-integration--google-sheets--${Er.id}-spreadsheetId-input-dt-parent-ref`,
73605
+ id: `external-integration--google-sheet--${Er.id}-spreadsheetId-input-dt-parent-ref`,
72906
73606
  type: l.GenericReference,
72907
73607
  version: "1",
72908
73608
  entityType: l.ValueDescriptor,
72909
73609
  entityId: Er.inputs.spreadsheetId.id
72910
73610
  }, Lui = {
72911
- id: `external-integration--google-sheets--${Er.id}-spreadsheetId-input-parent-ref`,
73611
+ id: `external-integration--google-sheet--${Er.id}-spreadsheetId-input-parent-ref`,
72912
73612
  type: l.GenericReference,
72913
73613
  version: "1",
72914
73614
  entityType: l.ActionDescriptor,
@@ -72960,13 +73660,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
72960
73660
  dataType: Gui,
72961
73661
  parent: Lui
72962
73662
  }, Mui = {
72963
- id: `external-integration--google-sheets--${Er.id}-ranges-input-dt-parent-ref`,
73663
+ id: `external-integration--google-sheet--${Er.id}-ranges-input-dt-parent-ref`,
72964
73664
  type: l.GenericReference,
72965
73665
  version: "1",
72966
73666
  entityType: l.ValueDescriptor,
72967
73667
  entityId: Er.inputs.ranges.id
72968
73668
  }, kui = {
72969
- id: `external-integration--google-sheets--${Er.id}-ranges-input-parent-ref`,
73669
+ id: `external-integration--google-sheet--${Er.id}-ranges-input-parent-ref`,
72970
73670
  type: l.GenericReference,
72971
73671
  version: "1",
72972
73672
  entityType: l.ActionDescriptor,
@@ -73018,19 +73718,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73018
73718
  dataType: Uui,
73019
73719
  parent: kui
73020
73720
  }, jui = {
73021
- id: `external-integration--google-sheets--${Er.id}-response-entity-parent-ref`,
73721
+ id: `external-integration--google-sheet--${Er.id}-response-entity-parent-ref`,
73022
73722
  type: l.GenericReference,
73023
73723
  version: "1",
73024
73724
  entityType: l.DataType,
73025
73725
  entityId: Er.dataType.id
73026
73726
  }, Kui = {
73027
- id: `external-integration--google-sheets--${Er.id}-response-entity-props-parent-ref`,
73727
+ id: `external-integration--google-sheet--${Er.id}-response-entity-props-parent-ref`,
73028
73728
  type: l.GenericReference,
73029
73729
  version: "1",
73030
73730
  entityType: l.DefinitionEntity,
73031
73731
  entityId: Er.dataType.entity.id
73032
73732
  }, Sui = {
73033
- id: `external-integration--google-sheets--${Er.id}-response-valueRanges-prop-dt-parent-ref`,
73733
+ id: `external-integration--google-sheet--${Er.id}-response-valueRanges-prop-dt-parent-ref`,
73034
73734
  type: l.GenericReference,
73035
73735
  version: "1",
73036
73736
  entityType: l.Property,
@@ -73117,7 +73817,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73117
73817
  y: 0,
73118
73818
  parent: jui
73119
73819
  }, Wui = {
73120
- id: `external-integration--google-sheets--${Er.id}-response-dt-parent-ref`,
73820
+ id: `external-integration--google-sheet--${Er.id}-response-dt-parent-ref`,
73121
73821
  type: l.GenericReference,
73122
73822
  version: "1",
73123
73823
  entityType: l.ActionDescriptor,
@@ -73174,19 +73874,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73174
73874
  outputDescription: null,
73175
73875
  parent: null
73176
73876
  }, ni = B[l.Operation][Ee.GoogleSheetsFormatCells], dun = {
73177
- id: `external-integration--google-sheets--${ni.id}--ref`,
73877
+ id: `external-integration--google-sheet--${ni.id}--ref`,
73178
73878
  type: l.GenericReference,
73179
73879
  version: "1",
73180
73880
  entityType: l.ActionDescriptor,
73181
73881
  entityId: ni.id
73182
73882
  }, Jui = {
73183
- id: `external-integration--google-sheets--${ni.id}-connection-input-dt-parent-ref`,
73883
+ id: `external-integration--google-sheet--${ni.id}-connection-input-dt-parent-ref`,
73184
73884
  type: l.GenericReference,
73185
73885
  version: "1",
73186
73886
  entityType: l.ValueDescriptor,
73187
73887
  entityId: ni.inputs.connection.id
73188
73888
  }, Yui = {
73189
- id: `external-integration--google-sheets--${ni.id}-connection-input-parent-ref`,
73889
+ id: `external-integration--google-sheet--${ni.id}-connection-input-parent-ref`,
73190
73890
  type: l.GenericReference,
73191
73891
  version: "1",
73192
73892
  entityType: l.ActionDescriptor,
@@ -73238,13 +73938,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73238
73938
  dataType: Qui,
73239
73939
  parent: Yui
73240
73940
  }, epi = {
73241
- id: `external-integration--google-sheets--${ni.id}-spreadsheetId-input-dt-parent-ref`,
73941
+ id: `external-integration--google-sheet--${ni.id}-spreadsheetId-input-dt-parent-ref`,
73242
73942
  type: l.GenericReference,
73243
73943
  version: "1",
73244
73944
  entityType: l.ValueDescriptor,
73245
73945
  entityId: ni.inputs.spreadsheetId.id
73246
73946
  }, tpi = {
73247
- id: `external-integration--google-sheets--${ni.id}-spreadsheetId-input-parent-ref`,
73947
+ id: `external-integration--google-sheet--${ni.id}-spreadsheetId-input-parent-ref`,
73248
73948
  type: l.GenericReference,
73249
73949
  version: "1",
73250
73950
  entityType: l.ActionDescriptor,
@@ -73296,13 +73996,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73296
73996
  dataType: ipi,
73297
73997
  parent: tpi
73298
73998
  }, rpi = {
73299
- id: `external-integration--google-sheets--${ni.id}-sheetId-input-dt-parent-ref`,
73999
+ id: `external-integration--google-sheet--${ni.id}-sheetId-input-dt-parent-ref`,
73300
74000
  type: l.GenericReference,
73301
74001
  version: "1",
73302
74002
  entityType: l.ValueDescriptor,
73303
74003
  entityId: ni.inputs.sheetId.id
73304
74004
  }, api = {
73305
- id: `external-integration--google-sheets--${ni.id}-sheetId-input-parent-ref`,
74005
+ id: `external-integration--google-sheet--${ni.id}-sheetId-input-parent-ref`,
73306
74006
  type: l.GenericReference,
73307
74007
  version: "1",
73308
74008
  entityType: l.ActionDescriptor,
@@ -73354,13 +74054,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73354
74054
  dataType: spi,
73355
74055
  parent: api
73356
74056
  }, opi = {
73357
- id: `external-integration--google-sheets--${ni.id}-startRow-input-dt-parent-ref`,
74057
+ id: `external-integration--google-sheet--${ni.id}-startRow-input-dt-parent-ref`,
73358
74058
  type: l.GenericReference,
73359
74059
  version: "1",
73360
74060
  entityType: l.ValueDescriptor,
73361
74061
  entityId: ni.inputs.startRow.id
73362
74062
  }, dpi = {
73363
- id: `external-integration--google-sheets--${ni.id}-startRow-input-parent-ref`,
74063
+ id: `external-integration--google-sheet--${ni.id}-startRow-input-parent-ref`,
73364
74064
  type: l.GenericReference,
73365
74065
  version: "1",
73366
74066
  entityType: l.ActionDescriptor,
@@ -73412,13 +74112,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73412
74112
  dataType: upi,
73413
74113
  parent: dpi
73414
74114
  }, cpi = {
73415
- id: `external-integration--google-sheets--${ni.id}-endRow-input-dt-parent-ref`,
74115
+ id: `external-integration--google-sheet--${ni.id}-endRow-input-dt-parent-ref`,
73416
74116
  type: l.GenericReference,
73417
74117
  version: "1",
73418
74118
  entityType: l.ValueDescriptor,
73419
74119
  entityId: ni.inputs.endRow.id
73420
74120
  }, fpi = {
73421
- id: `external-integration--google-sheets--${ni.id}-endRow-input-parent-ref`,
74121
+ id: `external-integration--google-sheet--${ni.id}-endRow-input-parent-ref`,
73422
74122
  type: l.GenericReference,
73423
74123
  version: "1",
73424
74124
  entityType: l.ActionDescriptor,
@@ -73470,13 +74170,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73470
74170
  dataType: ypi,
73471
74171
  parent: fpi
73472
74172
  }, mpi = {
73473
- id: `external-integration--google-sheets--${ni.id}-startColumn-input-dt-parent-ref`,
74173
+ id: `external-integration--google-sheet--${ni.id}-startColumn-input-dt-parent-ref`,
73474
74174
  type: l.GenericReference,
73475
74175
  version: "1",
73476
74176
  entityType: l.ValueDescriptor,
73477
74177
  entityId: ni.inputs.startColumn.id
73478
74178
  }, Tpi = {
73479
- id: `external-integration--google-sheets--${ni.id}-startColumn-input-parent-ref`,
74179
+ id: `external-integration--google-sheet--${ni.id}-startColumn-input-parent-ref`,
73480
74180
  type: l.GenericReference,
73481
74181
  version: "1",
73482
74182
  entityType: l.ActionDescriptor,
@@ -73528,13 +74228,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73528
74228
  dataType: vpi,
73529
74229
  parent: Tpi
73530
74230
  }, Epi = {
73531
- id: `external-integration--google-sheets--${ni.id}-endColumn-input-dt-parent-ref`,
74231
+ id: `external-integration--google-sheet--${ni.id}-endColumn-input-dt-parent-ref`,
73532
74232
  type: l.GenericReference,
73533
74233
  version: "1",
73534
74234
  entityType: l.ValueDescriptor,
73535
74235
  entityId: ni.inputs.endColumn.id
73536
74236
  }, gpi = {
73537
- id: `external-integration--google-sheets--${ni.id}-endColumn-input-parent-ref`,
74237
+ id: `external-integration--google-sheet--${ni.id}-endColumn-input-parent-ref`,
73538
74238
  type: l.GenericReference,
73539
74239
  version: "1",
73540
74240
  entityType: l.ActionDescriptor,
@@ -73586,13 +74286,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73586
74286
  dataType: Api,
73587
74287
  parent: gpi
73588
74288
  }, Rpi = {
73589
- id: `external-integration--google-sheets--${ni.id}-bold-input-dt-parent-ref`,
74289
+ id: `external-integration--google-sheet--${ni.id}-bold-input-dt-parent-ref`,
73590
74290
  type: l.GenericReference,
73591
74291
  version: "1",
73592
74292
  entityType: l.ValueDescriptor,
73593
74293
  entityId: ni.inputs.bold.id
73594
74294
  }, wpi = {
73595
- id: `external-integration--google-sheets--${ni.id}-bold-input-parent-ref`,
74295
+ id: `external-integration--google-sheet--${ni.id}-bold-input-parent-ref`,
73596
74296
  type: l.GenericReference,
73597
74297
  version: "1",
73598
74298
  entityType: l.ActionDescriptor,
@@ -73644,13 +74344,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73644
74344
  dataType: Cpi,
73645
74345
  parent: wpi
73646
74346
  }, Opi = {
73647
- id: `external-integration--google-sheets--${ni.id}-italic-input-dt-parent-ref`,
74347
+ id: `external-integration--google-sheet--${ni.id}-italic-input-dt-parent-ref`,
73648
74348
  type: l.GenericReference,
73649
74349
  version: "1",
73650
74350
  entityType: l.ValueDescriptor,
73651
74351
  entityId: ni.inputs.italic.id
73652
74352
  }, _pi = {
73653
- id: `external-integration--google-sheets--${ni.id}-italic-input-parent-ref`,
74353
+ id: `external-integration--google-sheet--${ni.id}-italic-input-parent-ref`,
73654
74354
  type: l.GenericReference,
73655
74355
  version: "1",
73656
74356
  entityType: l.ActionDescriptor,
@@ -73702,19 +74402,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73702
74402
  dataType: xpi,
73703
74403
  parent: _pi
73704
74404
  }, Ppi = {
73705
- id: `external-integration--google-sheets--${ni.id}-response-entity-parent-ref`,
74405
+ id: `external-integration--google-sheet--${ni.id}-response-entity-parent-ref`,
73706
74406
  type: l.GenericReference,
73707
74407
  version: "1",
73708
74408
  entityType: l.DataType,
73709
74409
  entityId: ni.dataType.id
73710
74410
  }, Npi = {
73711
- id: `external-integration--google-sheets--${ni.id}-response-entity-props-parent-ref`,
74411
+ id: `external-integration--google-sheet--${ni.id}-response-entity-props-parent-ref`,
73712
74412
  type: l.GenericReference,
73713
74413
  version: "1",
73714
74414
  entityType: l.DefinitionEntity,
73715
74415
  entityId: ni.dataType.entity.id
73716
74416
  }, $pi = {
73717
- id: `external-integration--google-sheets--${ni.id}-response-success-prop-dt-parent-ref`,
74417
+ id: `external-integration--google-sheet--${ni.id}-response-success-prop-dt-parent-ref`,
73718
74418
  type: l.GenericReference,
73719
74419
  version: "1",
73720
74420
  entityType: l.Property,
@@ -73801,7 +74501,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73801
74501
  y: 0,
73802
74502
  parent: Ppi
73803
74503
  }, Mpi = {
73804
- id: `external-integration--google-sheets--${ni.id}-response-dt-parent-ref`,
74504
+ id: `external-integration--google-sheet--${ni.id}-response-dt-parent-ref`,
73805
74505
  type: l.GenericReference,
73806
74506
  version: "1",
73807
74507
  entityType: l.ActionDescriptor,
@@ -73864,19 +74564,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73864
74564
  outputDescription: null,
73865
74565
  parent: null
73866
74566
  }, Ei = B[l.Operation][Ee.GoogleSheetsSetNumberFormat], pun = {
73867
- id: `external-integration--google-sheets--${Ei.id}--ref`,
74567
+ id: `external-integration--google-sheet--${Ei.id}--ref`,
73868
74568
  type: l.GenericReference,
73869
74569
  version: "1",
73870
74570
  entityType: l.ActionDescriptor,
73871
74571
  entityId: Ei.id
73872
74572
  }, Upi = {
73873
- id: `external-integration--google-sheets--${Ei.id}-connection-input-dt-parent-ref`,
74573
+ id: `external-integration--google-sheet--${Ei.id}-connection-input-dt-parent-ref`,
73874
74574
  type: l.GenericReference,
73875
74575
  version: "1",
73876
74576
  entityType: l.ValueDescriptor,
73877
74577
  entityId: Ei.inputs.connection.id
73878
74578
  }, Fpi = {
73879
- id: `external-integration--google-sheets--${Ei.id}-connection-input-parent-ref`,
74579
+ id: `external-integration--google-sheet--${Ei.id}-connection-input-parent-ref`,
73880
74580
  type: l.GenericReference,
73881
74581
  version: "1",
73882
74582
  entityType: l.ActionDescriptor,
@@ -73928,13 +74628,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73928
74628
  dataType: jpi,
73929
74629
  parent: Fpi
73930
74630
  }, Spi = {
73931
- id: `external-integration--google-sheets--${Ei.id}-spreadsheetId-input-dt-parent-ref`,
74631
+ id: `external-integration--google-sheet--${Ei.id}-spreadsheetId-input-dt-parent-ref`,
73932
74632
  type: l.GenericReference,
73933
74633
  version: "1",
73934
74634
  entityType: l.ValueDescriptor,
73935
74635
  entityId: Ei.inputs.spreadsheetId.id
73936
74636
  }, qpi = {
73937
- id: `external-integration--google-sheets--${Ei.id}-spreadsheetId-input-parent-ref`,
74637
+ id: `external-integration--google-sheet--${Ei.id}-spreadsheetId-input-parent-ref`,
73938
74638
  type: l.GenericReference,
73939
74639
  version: "1",
73940
74640
  entityType: l.ActionDescriptor,
@@ -73986,13 +74686,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
73986
74686
  dataType: Zpi,
73987
74687
  parent: qpi
73988
74688
  }, Wpi = {
73989
- id: `external-integration--google-sheets--${Ei.id}-sheetId-input-dt-parent-ref`,
74689
+ id: `external-integration--google-sheet--${Ei.id}-sheetId-input-dt-parent-ref`,
73990
74690
  type: l.GenericReference,
73991
74691
  version: "1",
73992
74692
  entityType: l.ValueDescriptor,
73993
74693
  entityId: Ei.inputs.sheetId.id
73994
74694
  }, zpi = {
73995
- id: `external-integration--google-sheets--${Ei.id}-sheetId-input-parent-ref`,
74695
+ id: `external-integration--google-sheet--${Ei.id}-sheetId-input-parent-ref`,
73996
74696
  type: l.GenericReference,
73997
74697
  version: "1",
73998
74698
  entityType: l.ActionDescriptor,
@@ -74044,13 +74744,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74044
74744
  dataType: Jpi,
74045
74745
  parent: zpi
74046
74746
  }, Qpi = {
74047
- id: `external-integration--google-sheets--${Ei.id}-startRow-input-dt-parent-ref`,
74747
+ id: `external-integration--google-sheet--${Ei.id}-startRow-input-dt-parent-ref`,
74048
74748
  type: l.GenericReference,
74049
74749
  version: "1",
74050
74750
  entityType: l.ValueDescriptor,
74051
74751
  entityId: Ei.inputs.startRow.id
74052
74752
  }, Xpi = {
74053
- id: `external-integration--google-sheets--${Ei.id}-startRow-input-parent-ref`,
74753
+ id: `external-integration--google-sheet--${Ei.id}-startRow-input-parent-ref`,
74054
74754
  type: l.GenericReference,
74055
74755
  version: "1",
74056
74756
  entityType: l.ActionDescriptor,
@@ -74102,13 +74802,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74102
74802
  dataType: eci,
74103
74803
  parent: Xpi
74104
74804
  }, ici = {
74105
- id: `external-integration--google-sheets--${Ei.id}-endRow-input-dt-parent-ref`,
74805
+ id: `external-integration--google-sheet--${Ei.id}-endRow-input-dt-parent-ref`,
74106
74806
  type: l.GenericReference,
74107
74807
  version: "1",
74108
74808
  entityType: l.ValueDescriptor,
74109
74809
  entityId: Ei.inputs.endRow.id
74110
74810
  }, nci = {
74111
- id: `external-integration--google-sheets--${Ei.id}-endRow-input-parent-ref`,
74811
+ id: `external-integration--google-sheet--${Ei.id}-endRow-input-parent-ref`,
74112
74812
  type: l.GenericReference,
74113
74813
  version: "1",
74114
74814
  entityType: l.ActionDescriptor,
@@ -74160,13 +74860,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74160
74860
  dataType: rci,
74161
74861
  parent: nci
74162
74862
  }, sci = {
74163
- id: `external-integration--google-sheets--${Ei.id}-startColumn-input-dt-parent-ref`,
74863
+ id: `external-integration--google-sheet--${Ei.id}-startColumn-input-dt-parent-ref`,
74164
74864
  type: l.GenericReference,
74165
74865
  version: "1",
74166
74866
  entityType: l.ValueDescriptor,
74167
74867
  entityId: Ei.inputs.startColumn.id
74168
74868
  }, lci = {
74169
- id: `external-integration--google-sheets--${Ei.id}-startColumn-input-parent-ref`,
74869
+ id: `external-integration--google-sheet--${Ei.id}-startColumn-input-parent-ref`,
74170
74870
  type: l.GenericReference,
74171
74871
  version: "1",
74172
74872
  entityType: l.ActionDescriptor,
@@ -74218,13 +74918,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74218
74918
  dataType: oci,
74219
74919
  parent: lci
74220
74920
  }, uci = {
74221
- id: `external-integration--google-sheets--${Ei.id}-endColumn-input-dt-parent-ref`,
74921
+ id: `external-integration--google-sheet--${Ei.id}-endColumn-input-dt-parent-ref`,
74222
74922
  type: l.GenericReference,
74223
74923
  version: "1",
74224
74924
  entityType: l.ValueDescriptor,
74225
74925
  entityId: Ei.inputs.endColumn.id
74226
74926
  }, pci = {
74227
- id: `external-integration--google-sheets--${Ei.id}-endColumn-input-parent-ref`,
74927
+ id: `external-integration--google-sheet--${Ei.id}-endColumn-input-parent-ref`,
74228
74928
  type: l.GenericReference,
74229
74929
  version: "1",
74230
74930
  entityType: l.ActionDescriptor,
@@ -74276,13 +74976,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74276
74976
  dataType: cci,
74277
74977
  parent: pci
74278
74978
  }, yci = {
74279
- id: `external-integration--google-sheets--${Ei.id}-pattern-input-dt-parent-ref`,
74979
+ id: `external-integration--google-sheet--${Ei.id}-pattern-input-dt-parent-ref`,
74280
74980
  type: l.GenericReference,
74281
74981
  version: "1",
74282
74982
  entityType: l.ValueDescriptor,
74283
74983
  entityId: Ei.inputs.pattern.id
74284
74984
  }, hci = {
74285
- id: `external-integration--google-sheets--${Ei.id}-pattern-input-parent-ref`,
74985
+ id: `external-integration--google-sheet--${Ei.id}-pattern-input-parent-ref`,
74286
74986
  type: l.GenericReference,
74287
74987
  version: "1",
74288
74988
  entityType: l.ActionDescriptor,
@@ -74334,19 +75034,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74334
75034
  dataType: mci,
74335
75035
  parent: hci
74336
75036
  }, vci = {
74337
- id: `external-integration--google-sheets--${Ei.id}-response-entity-parent-ref`,
75037
+ id: `external-integration--google-sheet--${Ei.id}-response-entity-parent-ref`,
74338
75038
  type: l.GenericReference,
74339
75039
  version: "1",
74340
75040
  entityType: l.DataType,
74341
75041
  entityId: Ei.dataType.id
74342
75042
  }, bci = {
74343
- id: `external-integration--google-sheets--${Ei.id}-response-entity-props-parent-ref`,
75043
+ id: `external-integration--google-sheet--${Ei.id}-response-entity-props-parent-ref`,
74344
75044
  type: l.GenericReference,
74345
75045
  version: "1",
74346
75046
  entityType: l.DefinitionEntity,
74347
75047
  entityId: Ei.dataType.entity.id
74348
75048
  }, Eci = {
74349
- id: `external-integration--google-sheets--${Ei.id}-response-success-prop-dt-parent-ref`,
75049
+ id: `external-integration--google-sheet--${Ei.id}-response-success-prop-dt-parent-ref`,
74350
75050
  type: l.GenericReference,
74351
75051
  version: "1",
74352
75052
  entityType: l.Property,
@@ -74433,7 +75133,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74433
75133
  y: 0,
74434
75134
  parent: vci
74435
75135
  }, Rci = {
74436
- id: `external-integration--google-sheets--${Ei.id}-response-dt-parent-ref`,
75136
+ id: `external-integration--google-sheet--${Ei.id}-response-dt-parent-ref`,
74437
75137
  type: l.GenericReference,
74438
75138
  version: "1",
74439
75139
  entityType: l.ActionDescriptor,
@@ -74495,19 +75195,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74495
75195
  outputDescription: null,
74496
75196
  parent: null
74497
75197
  }, Wt = B[l.Operation][Ee.GoogleSheetsSetBackgroundColor], fun = {
74498
- id: `external-integration--google-sheets--${Wt.id}--ref`,
75198
+ id: `external-integration--google-sheet--${Wt.id}--ref`,
74499
75199
  type: l.GenericReference,
74500
75200
  version: "1",
74501
75201
  entityType: l.ActionDescriptor,
74502
75202
  entityId: Wt.id
74503
75203
  }, Cci = {
74504
- id: `external-integration--google-sheets--${Wt.id}-connection-input-dt-parent-ref`,
75204
+ id: `external-integration--google-sheet--${Wt.id}-connection-input-dt-parent-ref`,
74505
75205
  type: l.GenericReference,
74506
75206
  version: "1",
74507
75207
  entityType: l.ValueDescriptor,
74508
75208
  entityId: Wt.inputs.connection.id
74509
75209
  }, Dci = {
74510
- id: `external-integration--google-sheets--${Wt.id}-connection-input-parent-ref`,
75210
+ id: `external-integration--google-sheet--${Wt.id}-connection-input-parent-ref`,
74511
75211
  type: l.GenericReference,
74512
75212
  version: "1",
74513
75213
  entityType: l.ActionDescriptor,
@@ -74559,13 +75259,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74559
75259
  dataType: Oci,
74560
75260
  parent: Dci
74561
75261
  }, xci = {
74562
- id: `external-integration--google-sheets--${Wt.id}-spreadsheetId-input-dt-parent-ref`,
75262
+ id: `external-integration--google-sheet--${Wt.id}-spreadsheetId-input-dt-parent-ref`,
74563
75263
  type: l.GenericReference,
74564
75264
  version: "1",
74565
75265
  entityType: l.ValueDescriptor,
74566
75266
  entityId: Wt.inputs.spreadsheetId.id
74567
75267
  }, Vci = {
74568
- id: `external-integration--google-sheets--${Wt.id}-spreadsheetId-input-parent-ref`,
75268
+ id: `external-integration--google-sheet--${Wt.id}-spreadsheetId-input-parent-ref`,
74569
75269
  type: l.GenericReference,
74570
75270
  version: "1",
74571
75271
  entityType: l.ActionDescriptor,
@@ -74617,13 +75317,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74617
75317
  dataType: Pci,
74618
75318
  parent: Vci
74619
75319
  }, $ci = {
74620
- id: `external-integration--google-sheets--${Wt.id}-sheetId-input-dt-parent-ref`,
75320
+ id: `external-integration--google-sheet--${Wt.id}-sheetId-input-dt-parent-ref`,
74621
75321
  type: l.GenericReference,
74622
75322
  version: "1",
74623
75323
  entityType: l.ValueDescriptor,
74624
75324
  entityId: Wt.inputs.sheetId.id
74625
75325
  }, Lci = {
74626
- id: `external-integration--google-sheets--${Wt.id}-sheetId-input-parent-ref`,
75326
+ id: `external-integration--google-sheet--${Wt.id}-sheetId-input-parent-ref`,
74627
75327
  type: l.GenericReference,
74628
75328
  version: "1",
74629
75329
  entityType: l.ActionDescriptor,
@@ -74675,13 +75375,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74675
75375
  dataType: Gci,
74676
75376
  parent: Lci
74677
75377
  }, Mci = {
74678
- id: `external-integration--google-sheets--${Wt.id}-startRow-input-dt-parent-ref`,
75378
+ id: `external-integration--google-sheet--${Wt.id}-startRow-input-dt-parent-ref`,
74679
75379
  type: l.GenericReference,
74680
75380
  version: "1",
74681
75381
  entityType: l.ValueDescriptor,
74682
75382
  entityId: Wt.inputs.startRow.id
74683
75383
  }, kci = {
74684
- id: `external-integration--google-sheets--${Wt.id}-startRow-input-parent-ref`,
75384
+ id: `external-integration--google-sheet--${Wt.id}-startRow-input-parent-ref`,
74685
75385
  type: l.GenericReference,
74686
75386
  version: "1",
74687
75387
  entityType: l.ActionDescriptor,
@@ -74733,13 +75433,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74733
75433
  dataType: Uci,
74734
75434
  parent: kci
74735
75435
  }, jci = {
74736
- id: `external-integration--google-sheets--${Wt.id}-endRow-input-dt-parent-ref`,
75436
+ id: `external-integration--google-sheet--${Wt.id}-endRow-input-dt-parent-ref`,
74737
75437
  type: l.GenericReference,
74738
75438
  version: "1",
74739
75439
  entityType: l.ValueDescriptor,
74740
75440
  entityId: Wt.inputs.endRow.id
74741
75441
  }, Kci = {
74742
- id: `external-integration--google-sheets--${Wt.id}-endRow-input-parent-ref`,
75442
+ id: `external-integration--google-sheet--${Wt.id}-endRow-input-parent-ref`,
74743
75443
  type: l.GenericReference,
74744
75444
  version: "1",
74745
75445
  entityType: l.ActionDescriptor,
@@ -74791,13 +75491,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74791
75491
  dataType: Sci,
74792
75492
  parent: Kci
74793
75493
  }, Zci = {
74794
- id: `external-integration--google-sheets--${Wt.id}-startColumn-input-dt-parent-ref`,
75494
+ id: `external-integration--google-sheet--${Wt.id}-startColumn-input-dt-parent-ref`,
74795
75495
  type: l.GenericReference,
74796
75496
  version: "1",
74797
75497
  entityType: l.ValueDescriptor,
74798
75498
  entityId: Wt.inputs.startColumn.id
74799
75499
  }, Hci = {
74800
- id: `external-integration--google-sheets--${Wt.id}-startColumn-input-parent-ref`,
75500
+ id: `external-integration--google-sheet--${Wt.id}-startColumn-input-parent-ref`,
74801
75501
  type: l.GenericReference,
74802
75502
  version: "1",
74803
75503
  entityType: l.ActionDescriptor,
@@ -74849,13 +75549,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74849
75549
  dataType: Wci,
74850
75550
  parent: Hci
74851
75551
  }, Jci = {
74852
- id: `external-integration--google-sheets--${Wt.id}-endColumn-input-dt-parent-ref`,
75552
+ id: `external-integration--google-sheet--${Wt.id}-endColumn-input-dt-parent-ref`,
74853
75553
  type: l.GenericReference,
74854
75554
  version: "1",
74855
75555
  entityType: l.ValueDescriptor,
74856
75556
  entityId: Wt.inputs.endColumn.id
74857
75557
  }, Yci = {
74858
- id: `external-integration--google-sheets--${Wt.id}-endColumn-input-parent-ref`,
75558
+ id: `external-integration--google-sheet--${Wt.id}-endColumn-input-parent-ref`,
74859
75559
  type: l.GenericReference,
74860
75560
  version: "1",
74861
75561
  entityType: l.ActionDescriptor,
@@ -74907,13 +75607,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74907
75607
  dataType: Qci,
74908
75608
  parent: Yci
74909
75609
  }, efi = {
74910
- id: `external-integration--google-sheets--${Wt.id}-red-input-dt-parent-ref`,
75610
+ id: `external-integration--google-sheet--${Wt.id}-red-input-dt-parent-ref`,
74911
75611
  type: l.GenericReference,
74912
75612
  version: "1",
74913
75613
  entityType: l.ValueDescriptor,
74914
75614
  entityId: Wt.inputs.red.id
74915
75615
  }, tfi = {
74916
- id: `external-integration--google-sheets--${Wt.id}-red-input-parent-ref`,
75616
+ id: `external-integration--google-sheet--${Wt.id}-red-input-parent-ref`,
74917
75617
  type: l.GenericReference,
74918
75618
  version: "1",
74919
75619
  entityType: l.ActionDescriptor,
@@ -74965,13 +75665,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
74965
75665
  dataType: ifi,
74966
75666
  parent: tfi
74967
75667
  }, rfi = {
74968
- id: `external-integration--google-sheets--${Wt.id}-green-input-dt-parent-ref`,
75668
+ id: `external-integration--google-sheet--${Wt.id}-green-input-dt-parent-ref`,
74969
75669
  type: l.GenericReference,
74970
75670
  version: "1",
74971
75671
  entityType: l.ValueDescriptor,
74972
75672
  entityId: Wt.inputs.green.id
74973
75673
  }, afi = {
74974
- id: `external-integration--google-sheets--${Wt.id}-green-input-parent-ref`,
75674
+ id: `external-integration--google-sheet--${Wt.id}-green-input-parent-ref`,
74975
75675
  type: l.GenericReference,
74976
75676
  version: "1",
74977
75677
  entityType: l.ActionDescriptor,
@@ -75023,13 +75723,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75023
75723
  dataType: sfi,
75024
75724
  parent: afi
75025
75725
  }, ofi = {
75026
- id: `external-integration--google-sheets--${Wt.id}-blue-input-dt-parent-ref`,
75726
+ id: `external-integration--google-sheet--${Wt.id}-blue-input-dt-parent-ref`,
75027
75727
  type: l.GenericReference,
75028
75728
  version: "1",
75029
75729
  entityType: l.ValueDescriptor,
75030
75730
  entityId: Wt.inputs.blue.id
75031
75731
  }, dfi = {
75032
- id: `external-integration--google-sheets--${Wt.id}-blue-input-parent-ref`,
75732
+ id: `external-integration--google-sheet--${Wt.id}-blue-input-parent-ref`,
75033
75733
  type: l.GenericReference,
75034
75734
  version: "1",
75035
75735
  entityType: l.ActionDescriptor,
@@ -75081,19 +75781,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75081
75781
  dataType: ufi,
75082
75782
  parent: dfi
75083
75783
  }, cfi = {
75084
- id: `external-integration--google-sheets--${Wt.id}-response-entity-parent-ref`,
75784
+ id: `external-integration--google-sheet--${Wt.id}-response-entity-parent-ref`,
75085
75785
  type: l.GenericReference,
75086
75786
  version: "1",
75087
75787
  entityType: l.DataType,
75088
75788
  entityId: Wt.dataType.id
75089
75789
  }, ffi = {
75090
- id: `external-integration--google-sheets--${Wt.id}-response-entity-props-parent-ref`,
75790
+ id: `external-integration--google-sheet--${Wt.id}-response-entity-props-parent-ref`,
75091
75791
  type: l.GenericReference,
75092
75792
  version: "1",
75093
75793
  entityType: l.DefinitionEntity,
75094
75794
  entityId: Wt.dataType.entity.id
75095
75795
  }, yfi = {
75096
- id: `external-integration--google-sheets--${Wt.id}-response-success-prop-dt-parent-ref`,
75796
+ id: `external-integration--google-sheet--${Wt.id}-response-success-prop-dt-parent-ref`,
75097
75797
  type: l.GenericReference,
75098
75798
  version: "1",
75099
75799
  entityType: l.Property,
@@ -75180,7 +75880,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75180
75880
  y: 0,
75181
75881
  parent: cfi
75182
75882
  }, vfi = {
75183
- id: `external-integration--google-sheets--${Wt.id}-response-dt-parent-ref`,
75883
+ id: `external-integration--google-sheet--${Wt.id}-response-dt-parent-ref`,
75184
75884
  type: l.GenericReference,
75185
75885
  version: "1",
75186
75886
  entityType: l.ActionDescriptor,
@@ -75244,19 +75944,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75244
75944
  outputDescription: null,
75245
75945
  parent: null
75246
75946
  }, ri = B[l.Operation][Ee.GoogleSheetsMergeUnmergeCells], hun = {
75247
- id: `external-integration--google-sheets--${ri.id}--ref`,
75947
+ id: `external-integration--google-sheet--${ri.id}--ref`,
75248
75948
  type: l.GenericReference,
75249
75949
  version: "1",
75250
75950
  entityType: l.ActionDescriptor,
75251
75951
  entityId: ri.id
75252
75952
  }, Efi = {
75253
- id: `external-integration--google-sheets--${ri.id}-connection-input-dt-parent-ref`,
75953
+ id: `external-integration--google-sheet--${ri.id}-connection-input-dt-parent-ref`,
75254
75954
  type: l.GenericReference,
75255
75955
  version: "1",
75256
75956
  entityType: l.ValueDescriptor,
75257
75957
  entityId: ri.inputs.connection.id
75258
75958
  }, gfi = {
75259
- id: `external-integration--google-sheets--${ri.id}-connection-input-parent-ref`,
75959
+ id: `external-integration--google-sheet--${ri.id}-connection-input-parent-ref`,
75260
75960
  type: l.GenericReference,
75261
75961
  version: "1",
75262
75962
  entityType: l.ActionDescriptor,
@@ -75308,13 +76008,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75308
76008
  dataType: Afi,
75309
76009
  parent: gfi
75310
76010
  }, Rfi = {
75311
- id: `external-integration--google-sheets--${ri.id}-spreadsheetId-input-dt-parent-ref`,
76011
+ id: `external-integration--google-sheet--${ri.id}-spreadsheetId-input-dt-parent-ref`,
75312
76012
  type: l.GenericReference,
75313
76013
  version: "1",
75314
76014
  entityType: l.ValueDescriptor,
75315
76015
  entityId: ri.inputs.spreadsheetId.id
75316
76016
  }, wfi = {
75317
- id: `external-integration--google-sheets--${ri.id}-spreadsheetId-input-parent-ref`,
76017
+ id: `external-integration--google-sheet--${ri.id}-spreadsheetId-input-parent-ref`,
75318
76018
  type: l.GenericReference,
75319
76019
  version: "1",
75320
76020
  entityType: l.ActionDescriptor,
@@ -75366,13 +76066,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75366
76066
  dataType: Cfi,
75367
76067
  parent: wfi
75368
76068
  }, Ofi = {
75369
- id: `external-integration--google-sheets--${ri.id}-sheetId-input-dt-parent-ref`,
76069
+ id: `external-integration--google-sheet--${ri.id}-sheetId-input-dt-parent-ref`,
75370
76070
  type: l.GenericReference,
75371
76071
  version: "1",
75372
76072
  entityType: l.ValueDescriptor,
75373
76073
  entityId: ri.inputs.sheetId.id
75374
76074
  }, _fi = {
75375
- id: `external-integration--google-sheets--${ri.id}-sheetId-input-parent-ref`,
76075
+ id: `external-integration--google-sheet--${ri.id}-sheetId-input-parent-ref`,
75376
76076
  type: l.GenericReference,
75377
76077
  version: "1",
75378
76078
  entityType: l.ActionDescriptor,
@@ -75424,13 +76124,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75424
76124
  dataType: xfi,
75425
76125
  parent: _fi
75426
76126
  }, Pfi = {
75427
- id: `external-integration--google-sheets--${ri.id}-startRow-input-dt-parent-ref`,
76127
+ id: `external-integration--google-sheet--${ri.id}-startRow-input-dt-parent-ref`,
75428
76128
  type: l.GenericReference,
75429
76129
  version: "1",
75430
76130
  entityType: l.ValueDescriptor,
75431
76131
  entityId: ri.inputs.startRow.id
75432
76132
  }, Nfi = {
75433
- id: `external-integration--google-sheets--${ri.id}-startRow-input-parent-ref`,
76133
+ id: `external-integration--google-sheet--${ri.id}-startRow-input-parent-ref`,
75434
76134
  type: l.GenericReference,
75435
76135
  version: "1",
75436
76136
  entityType: l.ActionDescriptor,
@@ -75482,13 +76182,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75482
76182
  dataType: $fi,
75483
76183
  parent: Nfi
75484
76184
  }, Gfi = {
75485
- id: `external-integration--google-sheets--${ri.id}-endRow-input-dt-parent-ref`,
76185
+ id: `external-integration--google-sheet--${ri.id}-endRow-input-dt-parent-ref`,
75486
76186
  type: l.GenericReference,
75487
76187
  version: "1",
75488
76188
  entityType: l.ValueDescriptor,
75489
76189
  entityId: ri.inputs.endRow.id
75490
76190
  }, Bfi = {
75491
- id: `external-integration--google-sheets--${ri.id}-endRow-input-parent-ref`,
76191
+ id: `external-integration--google-sheet--${ri.id}-endRow-input-parent-ref`,
75492
76192
  type: l.GenericReference,
75493
76193
  version: "1",
75494
76194
  entityType: l.ActionDescriptor,
@@ -75540,13 +76240,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75540
76240
  dataType: Mfi,
75541
76241
  parent: Bfi
75542
76242
  }, Ufi = {
75543
- id: `external-integration--google-sheets--${ri.id}-startColumn-input-dt-parent-ref`,
76243
+ id: `external-integration--google-sheet--${ri.id}-startColumn-input-dt-parent-ref`,
75544
76244
  type: l.GenericReference,
75545
76245
  version: "1",
75546
76246
  entityType: l.ValueDescriptor,
75547
76247
  entityId: ri.inputs.startColumn.id
75548
76248
  }, Ffi = {
75549
- id: `external-integration--google-sheets--${ri.id}-startColumn-input-parent-ref`,
76249
+ id: `external-integration--google-sheet--${ri.id}-startColumn-input-parent-ref`,
75550
76250
  type: l.GenericReference,
75551
76251
  version: "1",
75552
76252
  entityType: l.ActionDescriptor,
@@ -75598,13 +76298,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75598
76298
  dataType: jfi,
75599
76299
  parent: Ffi
75600
76300
  }, Sfi = {
75601
- id: `external-integration--google-sheets--${ri.id}-endColumn-input-dt-parent-ref`,
76301
+ id: `external-integration--google-sheet--${ri.id}-endColumn-input-dt-parent-ref`,
75602
76302
  type: l.GenericReference,
75603
76303
  version: "1",
75604
76304
  entityType: l.ValueDescriptor,
75605
76305
  entityId: ri.inputs.endColumn.id
75606
76306
  }, qfi = {
75607
- id: `external-integration--google-sheets--${ri.id}-endColumn-input-parent-ref`,
76307
+ id: `external-integration--google-sheet--${ri.id}-endColumn-input-parent-ref`,
75608
76308
  type: l.GenericReference,
75609
76309
  version: "1",
75610
76310
  entityType: l.ActionDescriptor,
@@ -75656,13 +76356,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75656
76356
  dataType: Zfi,
75657
76357
  parent: qfi
75658
76358
  }, Wfi = {
75659
- id: `external-integration--google-sheets--${ri.id}-merge-input-dt-parent-ref`,
76359
+ id: `external-integration--google-sheet--${ri.id}-merge-input-dt-parent-ref`,
75660
76360
  type: l.GenericReference,
75661
76361
  version: "1",
75662
76362
  entityType: l.ValueDescriptor,
75663
76363
  entityId: ri.inputs.merge.id
75664
76364
  }, zfi = {
75665
- id: `external-integration--google-sheets--${ri.id}-merge-input-parent-ref`,
76365
+ id: `external-integration--google-sheet--${ri.id}-merge-input-parent-ref`,
75666
76366
  type: l.GenericReference,
75667
76367
  version: "1",
75668
76368
  entityType: l.ActionDescriptor,
@@ -75714,13 +76414,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75714
76414
  dataType: Jfi,
75715
76415
  parent: zfi
75716
76416
  }, Qfi = {
75717
- id: `external-integration--google-sheets--${ri.id}-mergeType-input-dt-parent-ref`,
76417
+ id: `external-integration--google-sheet--${ri.id}-mergeType-input-dt-parent-ref`,
75718
76418
  type: l.GenericReference,
75719
76419
  version: "1",
75720
76420
  entityType: l.ValueDescriptor,
75721
76421
  entityId: ri.inputs.mergeType.id
75722
76422
  }, Xfi = {
75723
- id: `external-integration--google-sheets--${ri.id}-mergeType-input-parent-ref`,
76423
+ id: `external-integration--google-sheet--${ri.id}-mergeType-input-parent-ref`,
75724
76424
  type: l.GenericReference,
75725
76425
  version: "1",
75726
76426
  entityType: l.ActionDescriptor,
@@ -75772,19 +76472,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75772
76472
  dataType: eyi,
75773
76473
  parent: Xfi
75774
76474
  }, iyi = {
75775
- id: `external-integration--google-sheets--${ri.id}-response-entity-parent-ref`,
76475
+ id: `external-integration--google-sheet--${ri.id}-response-entity-parent-ref`,
75776
76476
  type: l.GenericReference,
75777
76477
  version: "1",
75778
76478
  entityType: l.DataType,
75779
76479
  entityId: ri.dataType.id
75780
76480
  }, nyi = {
75781
- id: `external-integration--google-sheets--${ri.id}-response-entity-props-parent-ref`,
76481
+ id: `external-integration--google-sheet--${ri.id}-response-entity-props-parent-ref`,
75782
76482
  type: l.GenericReference,
75783
76483
  version: "1",
75784
76484
  entityType: l.DefinitionEntity,
75785
76485
  entityId: ri.dataType.entity.id
75786
76486
  }, ryi = {
75787
- id: `external-integration--google-sheets--${ri.id}-response-success-prop-dt-parent-ref`,
76487
+ id: `external-integration--google-sheet--${ri.id}-response-success-prop-dt-parent-ref`,
75788
76488
  type: l.GenericReference,
75789
76489
  version: "1",
75790
76490
  entityType: l.Property,
@@ -75871,7 +76571,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75871
76571
  y: 0,
75872
76572
  parent: iyi
75873
76573
  }, oyi = {
75874
- id: `external-integration--google-sheets--${ri.id}-response-dt-parent-ref`,
76574
+ id: `external-integration--google-sheet--${ri.id}-response-dt-parent-ref`,
75875
76575
  type: l.GenericReference,
75876
76576
  version: "1",
75877
76577
  entityType: l.ActionDescriptor,
@@ -75934,19 +76634,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75934
76634
  outputDescription: null,
75935
76635
  parent: null
75936
76636
  }, Hi = B[l.Operation][Ee.GoogleSheetsAutoResizeDimensions], Tun = {
75937
- id: `external-integration--google-sheets--${Hi.id}--ref`,
76637
+ id: `external-integration--google-sheet--${Hi.id}--ref`,
75938
76638
  type: l.GenericReference,
75939
76639
  version: "1",
75940
76640
  entityType: l.ActionDescriptor,
75941
76641
  entityId: Hi.id
75942
76642
  }, uyi = {
75943
- id: `external-integration--google-sheets--${Hi.id}-connection-input-dt-parent-ref`,
76643
+ id: `external-integration--google-sheet--${Hi.id}-connection-input-dt-parent-ref`,
75944
76644
  type: l.GenericReference,
75945
76645
  version: "1",
75946
76646
  entityType: l.ValueDescriptor,
75947
76647
  entityId: Hi.inputs.connection.id
75948
76648
  }, pyi = {
75949
- id: `external-integration--google-sheets--${Hi.id}-connection-input-parent-ref`,
76649
+ id: `external-integration--google-sheet--${Hi.id}-connection-input-parent-ref`,
75950
76650
  type: l.GenericReference,
75951
76651
  version: "1",
75952
76652
  entityType: l.ActionDescriptor,
@@ -75998,13 +76698,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
75998
76698
  dataType: cyi,
75999
76699
  parent: pyi
76000
76700
  }, yyi = {
76001
- id: `external-integration--google-sheets--${Hi.id}-spreadsheetId-input-dt-parent-ref`,
76701
+ id: `external-integration--google-sheet--${Hi.id}-spreadsheetId-input-dt-parent-ref`,
76002
76702
  type: l.GenericReference,
76003
76703
  version: "1",
76004
76704
  entityType: l.ValueDescriptor,
76005
76705
  entityId: Hi.inputs.spreadsheetId.id
76006
76706
  }, hyi = {
76007
- id: `external-integration--google-sheets--${Hi.id}-spreadsheetId-input-parent-ref`,
76707
+ id: `external-integration--google-sheet--${Hi.id}-spreadsheetId-input-parent-ref`,
76008
76708
  type: l.GenericReference,
76009
76709
  version: "1",
76010
76710
  entityType: l.ActionDescriptor,
@@ -76056,13 +76756,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76056
76756
  dataType: myi,
76057
76757
  parent: hyi
76058
76758
  }, vyi = {
76059
- id: `external-integration--google-sheets--${Hi.id}-sheetId-input-dt-parent-ref`,
76759
+ id: `external-integration--google-sheet--${Hi.id}-sheetId-input-dt-parent-ref`,
76060
76760
  type: l.GenericReference,
76061
76761
  version: "1",
76062
76762
  entityType: l.ValueDescriptor,
76063
76763
  entityId: Hi.inputs.sheetId.id
76064
76764
  }, byi = {
76065
- id: `external-integration--google-sheets--${Hi.id}-sheetId-input-parent-ref`,
76765
+ id: `external-integration--google-sheet--${Hi.id}-sheetId-input-parent-ref`,
76066
76766
  type: l.GenericReference,
76067
76767
  version: "1",
76068
76768
  entityType: l.ActionDescriptor,
@@ -76114,13 +76814,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76114
76814
  dataType: Eyi,
76115
76815
  parent: byi
76116
76816
  }, Ayi = {
76117
- id: `external-integration--google-sheets--${Hi.id}-dimension-input-dt-parent-ref`,
76817
+ id: `external-integration--google-sheet--${Hi.id}-dimension-input-dt-parent-ref`,
76118
76818
  type: l.GenericReference,
76119
76819
  version: "1",
76120
76820
  entityType: l.ValueDescriptor,
76121
76821
  entityId: Hi.inputs.dimension.id
76122
76822
  }, Iyi = {
76123
- id: `external-integration--google-sheets--${Hi.id}-dimension-input-parent-ref`,
76823
+ id: `external-integration--google-sheet--${Hi.id}-dimension-input-parent-ref`,
76124
76824
  type: l.GenericReference,
76125
76825
  version: "1",
76126
76826
  entityType: l.ActionDescriptor,
@@ -76172,13 +76872,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76172
76872
  dataType: Ryi,
76173
76873
  parent: Iyi
76174
76874
  }, Cyi = {
76175
- id: `external-integration--google-sheets--${Hi.id}-startIndex-input-dt-parent-ref`,
76875
+ id: `external-integration--google-sheet--${Hi.id}-startIndex-input-dt-parent-ref`,
76176
76876
  type: l.GenericReference,
76177
76877
  version: "1",
76178
76878
  entityType: l.ValueDescriptor,
76179
76879
  entityId: Hi.inputs.startIndex.id
76180
76880
  }, Dyi = {
76181
- id: `external-integration--google-sheets--${Hi.id}-startIndex-input-parent-ref`,
76881
+ id: `external-integration--google-sheet--${Hi.id}-startIndex-input-parent-ref`,
76182
76882
  type: l.GenericReference,
76183
76883
  version: "1",
76184
76884
  entityType: l.ActionDescriptor,
@@ -76230,13 +76930,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76230
76930
  dataType: Oyi,
76231
76931
  parent: Dyi
76232
76932
  }, xyi = {
76233
- id: `external-integration--google-sheets--${Hi.id}-endIndex-input-dt-parent-ref`,
76933
+ id: `external-integration--google-sheet--${Hi.id}-endIndex-input-dt-parent-ref`,
76234
76934
  type: l.GenericReference,
76235
76935
  version: "1",
76236
76936
  entityType: l.ValueDescriptor,
76237
76937
  entityId: Hi.inputs.endIndex.id
76238
76938
  }, Vyi = {
76239
- id: `external-integration--google-sheets--${Hi.id}-endIndex-input-parent-ref`,
76939
+ id: `external-integration--google-sheet--${Hi.id}-endIndex-input-parent-ref`,
76240
76940
  type: l.GenericReference,
76241
76941
  version: "1",
76242
76942
  entityType: l.ActionDescriptor,
@@ -76288,19 +76988,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76288
76988
  dataType: Pyi,
76289
76989
  parent: Vyi
76290
76990
  }, $yi = {
76291
- id: `external-integration--google-sheets--${Hi.id}-response-entity-parent-ref`,
76991
+ id: `external-integration--google-sheet--${Hi.id}-response-entity-parent-ref`,
76292
76992
  type: l.GenericReference,
76293
76993
  version: "1",
76294
76994
  entityType: l.DataType,
76295
76995
  entityId: Hi.dataType.id
76296
76996
  }, Lyi = {
76297
- id: `external-integration--google-sheets--${Hi.id}-response-entity-props-parent-ref`,
76997
+ id: `external-integration--google-sheet--${Hi.id}-response-entity-props-parent-ref`,
76298
76998
  type: l.GenericReference,
76299
76999
  version: "1",
76300
77000
  entityType: l.DefinitionEntity,
76301
77001
  entityId: Hi.dataType.entity.id
76302
77002
  }, Gyi = {
76303
- id: `external-integration--google-sheets--${Hi.id}-response-success-prop-dt-parent-ref`,
77003
+ id: `external-integration--google-sheet--${Hi.id}-response-success-prop-dt-parent-ref`,
76304
77004
  type: l.GenericReference,
76305
77005
  version: "1",
76306
77006
  entityType: l.Property,
@@ -76387,7 +77087,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76387
77087
  y: 0,
76388
77088
  parent: $yi
76389
77089
  }, Uyi = {
76390
- id: `external-integration--google-sheets--${Hi.id}-response-dt-parent-ref`,
77090
+ id: `external-integration--google-sheet--${Hi.id}-response-dt-parent-ref`,
76391
77091
  type: l.GenericReference,
76392
77092
  version: "1",
76393
77093
  entityType: l.ActionDescriptor,
@@ -76447,19 +77147,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76447
77147
  outputDescription: null,
76448
77148
  parent: null
76449
77149
  }, Vi = B[l.Operation][Ee.GoogleSheetsFindAndReplace], bun = {
76450
- id: `external-integration--google-sheets--${Vi.id}--ref`,
77150
+ id: `external-integration--google-sheet--${Vi.id}--ref`,
76451
77151
  type: l.GenericReference,
76452
77152
  version: "1",
76453
77153
  entityType: l.ActionDescriptor,
76454
77154
  entityId: Vi.id
76455
77155
  }, jyi = {
76456
- id: `external-integration--google-sheets--${Vi.id}-connection-input-dt-parent-ref`,
77156
+ id: `external-integration--google-sheet--${Vi.id}-connection-input-dt-parent-ref`,
76457
77157
  type: l.GenericReference,
76458
77158
  version: "1",
76459
77159
  entityType: l.ValueDescriptor,
76460
77160
  entityId: Vi.inputs.connection.id
76461
77161
  }, Kyi = {
76462
- id: `external-integration--google-sheets--${Vi.id}-connection-input-parent-ref`,
77162
+ id: `external-integration--google-sheet--${Vi.id}-connection-input-parent-ref`,
76463
77163
  type: l.GenericReference,
76464
77164
  version: "1",
76465
77165
  entityType: l.ActionDescriptor,
@@ -76511,13 +77211,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76511
77211
  dataType: Syi,
76512
77212
  parent: Kyi
76513
77213
  }, Zyi = {
76514
- id: `external-integration--google-sheets--${Vi.id}-spreadsheetId-input-dt-parent-ref`,
77214
+ id: `external-integration--google-sheet--${Vi.id}-spreadsheetId-input-dt-parent-ref`,
76515
77215
  type: l.GenericReference,
76516
77216
  version: "1",
76517
77217
  entityType: l.ValueDescriptor,
76518
77218
  entityId: Vi.inputs.spreadsheetId.id
76519
77219
  }, Hyi = {
76520
- id: `external-integration--google-sheets--${Vi.id}-spreadsheetId-input-parent-ref`,
77220
+ id: `external-integration--google-sheet--${Vi.id}-spreadsheetId-input-parent-ref`,
76521
77221
  type: l.GenericReference,
76522
77222
  version: "1",
76523
77223
  entityType: l.ActionDescriptor,
@@ -76569,13 +77269,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76569
77269
  dataType: Wyi,
76570
77270
  parent: Hyi
76571
77271
  }, Jyi = {
76572
- id: `external-integration--google-sheets--${Vi.id}-sheetId-input-dt-parent-ref`,
77272
+ id: `external-integration--google-sheet--${Vi.id}-sheetId-input-dt-parent-ref`,
76573
77273
  type: l.GenericReference,
76574
77274
  version: "1",
76575
77275
  entityType: l.ValueDescriptor,
76576
77276
  entityId: Vi.inputs.sheetId.id
76577
77277
  }, Yyi = {
76578
- id: `external-integration--google-sheets--${Vi.id}-sheetId-input-parent-ref`,
77278
+ id: `external-integration--google-sheet--${Vi.id}-sheetId-input-parent-ref`,
76579
77279
  type: l.GenericReference,
76580
77280
  version: "1",
76581
77281
  entityType: l.ActionDescriptor,
@@ -76627,13 +77327,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76627
77327
  dataType: Qyi,
76628
77328
  parent: Yyi
76629
77329
  }, ehi = {
76630
- id: `external-integration--google-sheets--${Vi.id}-find-input-dt-parent-ref`,
77330
+ id: `external-integration--google-sheet--${Vi.id}-find-input-dt-parent-ref`,
76631
77331
  type: l.GenericReference,
76632
77332
  version: "1",
76633
77333
  entityType: l.ValueDescriptor,
76634
77334
  entityId: Vi.inputs.find.id
76635
77335
  }, thi = {
76636
- id: `external-integration--google-sheets--${Vi.id}-find-input-parent-ref`,
77336
+ id: `external-integration--google-sheet--${Vi.id}-find-input-parent-ref`,
76637
77337
  type: l.GenericReference,
76638
77338
  version: "1",
76639
77339
  entityType: l.ActionDescriptor,
@@ -76685,13 +77385,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76685
77385
  dataType: ihi,
76686
77386
  parent: thi
76687
77387
  }, rhi = {
76688
- id: `external-integration--google-sheets--${Vi.id}-replace-input-dt-parent-ref`,
77388
+ id: `external-integration--google-sheet--${Vi.id}-replace-input-dt-parent-ref`,
76689
77389
  type: l.GenericReference,
76690
77390
  version: "1",
76691
77391
  entityType: l.ValueDescriptor,
76692
77392
  entityId: Vi.inputs.replace.id
76693
77393
  }, ahi = {
76694
- id: `external-integration--google-sheets--${Vi.id}-replace-input-parent-ref`,
77394
+ id: `external-integration--google-sheet--${Vi.id}-replace-input-parent-ref`,
76695
77395
  type: l.GenericReference,
76696
77396
  version: "1",
76697
77397
  entityType: l.ActionDescriptor,
@@ -76743,13 +77443,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76743
77443
  dataType: shi,
76744
77444
  parent: ahi
76745
77445
  }, ohi = {
76746
- id: `external-integration--google-sheets--${Vi.id}-matchCase-input-dt-parent-ref`,
77446
+ id: `external-integration--google-sheet--${Vi.id}-matchCase-input-dt-parent-ref`,
76747
77447
  type: l.GenericReference,
76748
77448
  version: "1",
76749
77449
  entityType: l.ValueDescriptor,
76750
77450
  entityId: Vi.inputs.matchCase.id
76751
77451
  }, dhi = {
76752
- id: `external-integration--google-sheets--${Vi.id}-matchCase-input-parent-ref`,
77452
+ id: `external-integration--google-sheet--${Vi.id}-matchCase-input-parent-ref`,
76753
77453
  type: l.GenericReference,
76754
77454
  version: "1",
76755
77455
  entityType: l.ActionDescriptor,
@@ -76801,13 +77501,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76801
77501
  dataType: uhi,
76802
77502
  parent: dhi
76803
77503
  }, chi = {
76804
- id: `external-integration--google-sheets--${Vi.id}-matchEntireCell-input-dt-parent-ref`,
77504
+ id: `external-integration--google-sheet--${Vi.id}-matchEntireCell-input-dt-parent-ref`,
76805
77505
  type: l.GenericReference,
76806
77506
  version: "1",
76807
77507
  entityType: l.ValueDescriptor,
76808
77508
  entityId: Vi.inputs.matchEntireCell.id
76809
77509
  }, fhi = {
76810
- id: `external-integration--google-sheets--${Vi.id}-matchEntireCell-input-parent-ref`,
77510
+ id: `external-integration--google-sheet--${Vi.id}-matchEntireCell-input-parent-ref`,
76811
77511
  type: l.GenericReference,
76812
77512
  version: "1",
76813
77513
  entityType: l.ActionDescriptor,
@@ -76859,19 +77559,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76859
77559
  dataType: yhi,
76860
77560
  parent: fhi
76861
77561
  }, mhi = {
76862
- id: `external-integration--google-sheets--${Vi.id}-response-entity-parent-ref`,
77562
+ id: `external-integration--google-sheet--${Vi.id}-response-entity-parent-ref`,
76863
77563
  type: l.GenericReference,
76864
77564
  version: "1",
76865
77565
  entityType: l.DataType,
76866
77566
  entityId: Vi.dataType.id
76867
77567
  }, Thi = {
76868
- id: `external-integration--google-sheets--${Vi.id}-response-entity-props-parent-ref`,
77568
+ id: `external-integration--google-sheet--${Vi.id}-response-entity-props-parent-ref`,
76869
77569
  type: l.GenericReference,
76870
77570
  version: "1",
76871
77571
  entityType: l.DefinitionEntity,
76872
77572
  entityId: Vi.dataType.entity.id
76873
77573
  }, vhi = {
76874
- id: `external-integration--google-sheets--${Vi.id}-response-occurrencesChanged-prop-dt-parent-ref`,
77574
+ id: `external-integration--google-sheet--${Vi.id}-response-occurrencesChanged-prop-dt-parent-ref`,
76875
77575
  type: l.GenericReference,
76876
77576
  version: "1",
76877
77577
  entityType: l.Property,
@@ -76958,7 +77658,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
76958
77658
  y: 0,
76959
77659
  parent: mhi
76960
77660
  }, Ahi = {
76961
- id: `external-integration--google-sheets--${Vi.id}-response-dt-parent-ref`,
77661
+ id: `external-integration--google-sheet--${Vi.id}-response-dt-parent-ref`,
76962
77662
  type: l.GenericReference,
76963
77663
  version: "1",
76964
77664
  entityType: l.ActionDescriptor,
@@ -77019,19 +77719,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77019
77719
  outputDescription: null,
77020
77720
  parent: null
77021
77721
  }, ai = B[l.Operation][Ee.GoogleSheetsAddDataValidation], gun = {
77022
- id: `external-integration--google-sheets--${ai.id}--ref`,
77722
+ id: `external-integration--google-sheet--${ai.id}--ref`,
77023
77723
  type: l.GenericReference,
77024
77724
  version: "1",
77025
77725
  entityType: l.ActionDescriptor,
77026
77726
  entityId: ai.id
77027
77727
  }, Rhi = {
77028
- id: `external-integration--google-sheets--${ai.id}-connection-input-dt-parent-ref`,
77728
+ id: `external-integration--google-sheet--${ai.id}-connection-input-dt-parent-ref`,
77029
77729
  type: l.GenericReference,
77030
77730
  version: "1",
77031
77731
  entityType: l.ValueDescriptor,
77032
77732
  entityId: ai.inputs.connection.id
77033
77733
  }, whi = {
77034
- id: `external-integration--google-sheets--${ai.id}-connection-input-parent-ref`,
77734
+ id: `external-integration--google-sheet--${ai.id}-connection-input-parent-ref`,
77035
77735
  type: l.GenericReference,
77036
77736
  version: "1",
77037
77737
  entityType: l.ActionDescriptor,
@@ -77083,13 +77783,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77083
77783
  dataType: Chi,
77084
77784
  parent: whi
77085
77785
  }, Ohi = {
77086
- id: `external-integration--google-sheets--${ai.id}-spreadsheetId-input-dt-parent-ref`,
77786
+ id: `external-integration--google-sheet--${ai.id}-spreadsheetId-input-dt-parent-ref`,
77087
77787
  type: l.GenericReference,
77088
77788
  version: "1",
77089
77789
  entityType: l.ValueDescriptor,
77090
77790
  entityId: ai.inputs.spreadsheetId.id
77091
77791
  }, _hi = {
77092
- id: `external-integration--google-sheets--${ai.id}-spreadsheetId-input-parent-ref`,
77792
+ id: `external-integration--google-sheet--${ai.id}-spreadsheetId-input-parent-ref`,
77093
77793
  type: l.GenericReference,
77094
77794
  version: "1",
77095
77795
  entityType: l.ActionDescriptor,
@@ -77141,13 +77841,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77141
77841
  dataType: xhi,
77142
77842
  parent: _hi
77143
77843
  }, Phi = {
77144
- id: `external-integration--google-sheets--${ai.id}-sheetId-input-dt-parent-ref`,
77844
+ id: `external-integration--google-sheet--${ai.id}-sheetId-input-dt-parent-ref`,
77145
77845
  type: l.GenericReference,
77146
77846
  version: "1",
77147
77847
  entityType: l.ValueDescriptor,
77148
77848
  entityId: ai.inputs.sheetId.id
77149
77849
  }, Nhi = {
77150
- id: `external-integration--google-sheets--${ai.id}-sheetId-input-parent-ref`,
77850
+ id: `external-integration--google-sheet--${ai.id}-sheetId-input-parent-ref`,
77151
77851
  type: l.GenericReference,
77152
77852
  version: "1",
77153
77853
  entityType: l.ActionDescriptor,
@@ -77199,13 +77899,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77199
77899
  dataType: $hi,
77200
77900
  parent: Nhi
77201
77901
  }, Ghi = {
77202
- id: `external-integration--google-sheets--${ai.id}-startRow-input-dt-parent-ref`,
77902
+ id: `external-integration--google-sheet--${ai.id}-startRow-input-dt-parent-ref`,
77203
77903
  type: l.GenericReference,
77204
77904
  version: "1",
77205
77905
  entityType: l.ValueDescriptor,
77206
77906
  entityId: ai.inputs.startRow.id
77207
77907
  }, Bhi = {
77208
- id: `external-integration--google-sheets--${ai.id}-startRow-input-parent-ref`,
77908
+ id: `external-integration--google-sheet--${ai.id}-startRow-input-parent-ref`,
77209
77909
  type: l.GenericReference,
77210
77910
  version: "1",
77211
77911
  entityType: l.ActionDescriptor,
@@ -77257,13 +77957,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77257
77957
  dataType: Mhi,
77258
77958
  parent: Bhi
77259
77959
  }, Uhi = {
77260
- id: `external-integration--google-sheets--${ai.id}-endRow-input-dt-parent-ref`,
77960
+ id: `external-integration--google-sheet--${ai.id}-endRow-input-dt-parent-ref`,
77261
77961
  type: l.GenericReference,
77262
77962
  version: "1",
77263
77963
  entityType: l.ValueDescriptor,
77264
77964
  entityId: ai.inputs.endRow.id
77265
77965
  }, Fhi = {
77266
- id: `external-integration--google-sheets--${ai.id}-endRow-input-parent-ref`,
77966
+ id: `external-integration--google-sheet--${ai.id}-endRow-input-parent-ref`,
77267
77967
  type: l.GenericReference,
77268
77968
  version: "1",
77269
77969
  entityType: l.ActionDescriptor,
@@ -77315,13 +78015,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77315
78015
  dataType: jhi,
77316
78016
  parent: Fhi
77317
78017
  }, Shi = {
77318
- id: `external-integration--google-sheets--${ai.id}-startColumn-input-dt-parent-ref`,
78018
+ id: `external-integration--google-sheet--${ai.id}-startColumn-input-dt-parent-ref`,
77319
78019
  type: l.GenericReference,
77320
78020
  version: "1",
77321
78021
  entityType: l.ValueDescriptor,
77322
78022
  entityId: ai.inputs.startColumn.id
77323
78023
  }, qhi = {
77324
- id: `external-integration--google-sheets--${ai.id}-startColumn-input-parent-ref`,
78024
+ id: `external-integration--google-sheet--${ai.id}-startColumn-input-parent-ref`,
77325
78025
  type: l.GenericReference,
77326
78026
  version: "1",
77327
78027
  entityType: l.ActionDescriptor,
@@ -77373,13 +78073,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77373
78073
  dataType: Zhi,
77374
78074
  parent: qhi
77375
78075
  }, Whi = {
77376
- id: `external-integration--google-sheets--${ai.id}-endColumn-input-dt-parent-ref`,
78076
+ id: `external-integration--google-sheet--${ai.id}-endColumn-input-dt-parent-ref`,
77377
78077
  type: l.GenericReference,
77378
78078
  version: "1",
77379
78079
  entityType: l.ValueDescriptor,
77380
78080
  entityId: ai.inputs.endColumn.id
77381
78081
  }, zhi = {
77382
- id: `external-integration--google-sheets--${ai.id}-endColumn-input-parent-ref`,
78082
+ id: `external-integration--google-sheet--${ai.id}-endColumn-input-parent-ref`,
77383
78083
  type: l.GenericReference,
77384
78084
  version: "1",
77385
78085
  entityType: l.ActionDescriptor,
@@ -77431,13 +78131,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77431
78131
  dataType: Jhi,
77432
78132
  parent: zhi
77433
78133
  }, Qhi = {
77434
- id: `external-integration--google-sheets--${ai.id}-conditionType-input-dt-parent-ref`,
78134
+ id: `external-integration--google-sheet--${ai.id}-conditionType-input-dt-parent-ref`,
77435
78135
  type: l.GenericReference,
77436
78136
  version: "1",
77437
78137
  entityType: l.ValueDescriptor,
77438
78138
  entityId: ai.inputs.conditionType.id
77439
78139
  }, Xhi = {
77440
- id: `external-integration--google-sheets--${ai.id}-conditionType-input-parent-ref`,
78140
+ id: `external-integration--google-sheet--${ai.id}-conditionType-input-parent-ref`,
77441
78141
  type: l.GenericReference,
77442
78142
  version: "1",
77443
78143
  entityType: l.ActionDescriptor,
@@ -77489,13 +78189,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77489
78189
  dataType: e0i,
77490
78190
  parent: Xhi
77491
78191
  }, i0i = {
77492
- id: `external-integration--google-sheets--${ai.id}-conditionValues-input-dt-parent-ref`,
78192
+ id: `external-integration--google-sheet--${ai.id}-conditionValues-input-dt-parent-ref`,
77493
78193
  type: l.GenericReference,
77494
78194
  version: "1",
77495
78195
  entityType: l.ValueDescriptor,
77496
78196
  entityId: ai.inputs.conditionValues.id
77497
78197
  }, n0i = {
77498
- id: `external-integration--google-sheets--${ai.id}-conditionValues-input-parent-ref`,
78198
+ id: `external-integration--google-sheet--${ai.id}-conditionValues-input-parent-ref`,
77499
78199
  type: l.GenericReference,
77500
78200
  version: "1",
77501
78201
  entityType: l.ActionDescriptor,
@@ -77547,19 +78247,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77547
78247
  dataType: r0i,
77548
78248
  parent: n0i
77549
78249
  }, s0i = {
77550
- id: `external-integration--google-sheets--${ai.id}-response-entity-parent-ref`,
78250
+ id: `external-integration--google-sheet--${ai.id}-response-entity-parent-ref`,
77551
78251
  type: l.GenericReference,
77552
78252
  version: "1",
77553
78253
  entityType: l.DataType,
77554
78254
  entityId: ai.dataType.id
77555
78255
  }, l0i = {
77556
- id: `external-integration--google-sheets--${ai.id}-response-entity-props-parent-ref`,
78256
+ id: `external-integration--google-sheet--${ai.id}-response-entity-props-parent-ref`,
77557
78257
  type: l.GenericReference,
77558
78258
  version: "1",
77559
78259
  entityType: l.DefinitionEntity,
77560
78260
  entityId: ai.dataType.entity.id
77561
78261
  }, o0i = {
77562
- id: `external-integration--google-sheets--${ai.id}-response-success-prop-dt-parent-ref`,
78262
+ id: `external-integration--google-sheet--${ai.id}-response-success-prop-dt-parent-ref`,
77563
78263
  type: l.GenericReference,
77564
78264
  version: "1",
77565
78265
  entityType: l.Property,
@@ -77646,7 +78346,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77646
78346
  y: 0,
77647
78347
  parent: s0i
77648
78348
  }, c0i = {
77649
- id: `external-integration--google-sheets--${ai.id}-response-dt-parent-ref`,
78349
+ id: `external-integration--google-sheet--${ai.id}-response-dt-parent-ref`,
77650
78350
  type: l.GenericReference,
77651
78351
  version: "1",
77652
78352
  entityType: l.ActionDescriptor,
@@ -77709,19 +78409,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77709
78409
  outputDescription: null,
77710
78410
  parent: null
77711
78411
  }, si = B[l.Operation][Ee.GoogleSheetsSortRange], Iun = {
77712
- id: `external-integration--google-sheets--${si.id}--ref`,
78412
+ id: `external-integration--google-sheet--${si.id}--ref`,
77713
78413
  type: l.GenericReference,
77714
78414
  version: "1",
77715
78415
  entityType: l.ActionDescriptor,
77716
78416
  entityId: si.id
77717
78417
  }, y0i = {
77718
- id: `external-integration--google-sheets--${si.id}-connection-input-dt-parent-ref`,
78418
+ id: `external-integration--google-sheet--${si.id}-connection-input-dt-parent-ref`,
77719
78419
  type: l.GenericReference,
77720
78420
  version: "1",
77721
78421
  entityType: l.ValueDescriptor,
77722
78422
  entityId: si.inputs.connection.id
77723
78423
  }, h0i = {
77724
- id: `external-integration--google-sheets--${si.id}-connection-input-parent-ref`,
78424
+ id: `external-integration--google-sheet--${si.id}-connection-input-parent-ref`,
77725
78425
  type: l.GenericReference,
77726
78426
  version: "1",
77727
78427
  entityType: l.ActionDescriptor,
@@ -77773,13 +78473,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77773
78473
  dataType: m0i,
77774
78474
  parent: h0i
77775
78475
  }, v0i = {
77776
- id: `external-integration--google-sheets--${si.id}-spreadsheetId-input-dt-parent-ref`,
78476
+ id: `external-integration--google-sheet--${si.id}-spreadsheetId-input-dt-parent-ref`,
77777
78477
  type: l.GenericReference,
77778
78478
  version: "1",
77779
78479
  entityType: l.ValueDescriptor,
77780
78480
  entityId: si.inputs.spreadsheetId.id
77781
78481
  }, b0i = {
77782
- id: `external-integration--google-sheets--${si.id}-spreadsheetId-input-parent-ref`,
78482
+ id: `external-integration--google-sheet--${si.id}-spreadsheetId-input-parent-ref`,
77783
78483
  type: l.GenericReference,
77784
78484
  version: "1",
77785
78485
  entityType: l.ActionDescriptor,
@@ -77831,13 +78531,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77831
78531
  dataType: E0i,
77832
78532
  parent: b0i
77833
78533
  }, A0i = {
77834
- id: `external-integration--google-sheets--${si.id}-sheetId-input-dt-parent-ref`,
78534
+ id: `external-integration--google-sheet--${si.id}-sheetId-input-dt-parent-ref`,
77835
78535
  type: l.GenericReference,
77836
78536
  version: "1",
77837
78537
  entityType: l.ValueDescriptor,
77838
78538
  entityId: si.inputs.sheetId.id
77839
78539
  }, I0i = {
77840
- id: `external-integration--google-sheets--${si.id}-sheetId-input-parent-ref`,
78540
+ id: `external-integration--google-sheet--${si.id}-sheetId-input-parent-ref`,
77841
78541
  type: l.GenericReference,
77842
78542
  version: "1",
77843
78543
  entityType: l.ActionDescriptor,
@@ -77889,13 +78589,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77889
78589
  dataType: R0i,
77890
78590
  parent: I0i
77891
78591
  }, C0i = {
77892
- id: `external-integration--google-sheets--${si.id}-startRow-input-dt-parent-ref`,
78592
+ id: `external-integration--google-sheet--${si.id}-startRow-input-dt-parent-ref`,
77893
78593
  type: l.GenericReference,
77894
78594
  version: "1",
77895
78595
  entityType: l.ValueDescriptor,
77896
78596
  entityId: si.inputs.startRow.id
77897
78597
  }, D0i = {
77898
- id: `external-integration--google-sheets--${si.id}-startRow-input-parent-ref`,
78598
+ id: `external-integration--google-sheet--${si.id}-startRow-input-parent-ref`,
77899
78599
  type: l.GenericReference,
77900
78600
  version: "1",
77901
78601
  entityType: l.ActionDescriptor,
@@ -77947,13 +78647,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
77947
78647
  dataType: O0i,
77948
78648
  parent: D0i
77949
78649
  }, x0i = {
77950
- id: `external-integration--google-sheets--${si.id}-endRow-input-dt-parent-ref`,
78650
+ id: `external-integration--google-sheet--${si.id}-endRow-input-dt-parent-ref`,
77951
78651
  type: l.GenericReference,
77952
78652
  version: "1",
77953
78653
  entityType: l.ValueDescriptor,
77954
78654
  entityId: si.inputs.endRow.id
77955
78655
  }, V0i = {
77956
- id: `external-integration--google-sheets--${si.id}-endRow-input-parent-ref`,
78656
+ id: `external-integration--google-sheet--${si.id}-endRow-input-parent-ref`,
77957
78657
  type: l.GenericReference,
77958
78658
  version: "1",
77959
78659
  entityType: l.ActionDescriptor,
@@ -78005,13 +78705,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78005
78705
  dataType: P0i,
78006
78706
  parent: V0i
78007
78707
  }, $0i = {
78008
- id: `external-integration--google-sheets--${si.id}-startColumn-input-dt-parent-ref`,
78708
+ id: `external-integration--google-sheet--${si.id}-startColumn-input-dt-parent-ref`,
78009
78709
  type: l.GenericReference,
78010
78710
  version: "1",
78011
78711
  entityType: l.ValueDescriptor,
78012
78712
  entityId: si.inputs.startColumn.id
78013
78713
  }, L0i = {
78014
- id: `external-integration--google-sheets--${si.id}-startColumn-input-parent-ref`,
78714
+ id: `external-integration--google-sheet--${si.id}-startColumn-input-parent-ref`,
78015
78715
  type: l.GenericReference,
78016
78716
  version: "1",
78017
78717
  entityType: l.ActionDescriptor,
@@ -78063,13 +78763,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78063
78763
  dataType: G0i,
78064
78764
  parent: L0i
78065
78765
  }, M0i = {
78066
- id: `external-integration--google-sheets--${si.id}-endColumn-input-dt-parent-ref`,
78766
+ id: `external-integration--google-sheet--${si.id}-endColumn-input-dt-parent-ref`,
78067
78767
  type: l.GenericReference,
78068
78768
  version: "1",
78069
78769
  entityType: l.ValueDescriptor,
78070
78770
  entityId: si.inputs.endColumn.id
78071
78771
  }, k0i = {
78072
- id: `external-integration--google-sheets--${si.id}-endColumn-input-parent-ref`,
78772
+ id: `external-integration--google-sheet--${si.id}-endColumn-input-parent-ref`,
78073
78773
  type: l.GenericReference,
78074
78774
  version: "1",
78075
78775
  entityType: l.ActionDescriptor,
@@ -78121,13 +78821,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78121
78821
  dataType: U0i,
78122
78822
  parent: k0i
78123
78823
  }, j0i = {
78124
- id: `external-integration--google-sheets--${si.id}-sortColumnIndex-input-dt-parent-ref`,
78824
+ id: `external-integration--google-sheet--${si.id}-sortColumnIndex-input-dt-parent-ref`,
78125
78825
  type: l.GenericReference,
78126
78826
  version: "1",
78127
78827
  entityType: l.ValueDescriptor,
78128
78828
  entityId: si.inputs.sortColumnIndex.id
78129
78829
  }, K0i = {
78130
- id: `external-integration--google-sheets--${si.id}-sortColumnIndex-input-parent-ref`,
78830
+ id: `external-integration--google-sheet--${si.id}-sortColumnIndex-input-parent-ref`,
78131
78831
  type: l.GenericReference,
78132
78832
  version: "1",
78133
78833
  entityType: l.ActionDescriptor,
@@ -78179,13 +78879,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78179
78879
  dataType: S0i,
78180
78880
  parent: K0i
78181
78881
  }, Z0i = {
78182
- id: `external-integration--google-sheets--${si.id}-sortOrder-input-dt-parent-ref`,
78882
+ id: `external-integration--google-sheet--${si.id}-sortOrder-input-dt-parent-ref`,
78183
78883
  type: l.GenericReference,
78184
78884
  version: "1",
78185
78885
  entityType: l.ValueDescriptor,
78186
78886
  entityId: si.inputs.sortOrder.id
78187
78887
  }, H0i = {
78188
- id: `external-integration--google-sheets--${si.id}-sortOrder-input-parent-ref`,
78888
+ id: `external-integration--google-sheet--${si.id}-sortOrder-input-parent-ref`,
78189
78889
  type: l.GenericReference,
78190
78890
  version: "1",
78191
78891
  entityType: l.ActionDescriptor,
@@ -78237,19 +78937,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78237
78937
  dataType: W0i,
78238
78938
  parent: H0i
78239
78939
  }, J0i = {
78240
- id: `external-integration--google-sheets--${si.id}-response-entity-parent-ref`,
78940
+ id: `external-integration--google-sheet--${si.id}-response-entity-parent-ref`,
78241
78941
  type: l.GenericReference,
78242
78942
  version: "1",
78243
78943
  entityType: l.DataType,
78244
78944
  entityId: si.dataType.id
78245
78945
  }, Y0i = {
78246
- id: `external-integration--google-sheets--${si.id}-response-entity-props-parent-ref`,
78946
+ id: `external-integration--google-sheet--${si.id}-response-entity-props-parent-ref`,
78247
78947
  type: l.GenericReference,
78248
78948
  version: "1",
78249
78949
  entityType: l.DefinitionEntity,
78250
78950
  entityId: si.dataType.entity.id
78251
78951
  }, Q0i = {
78252
- id: `external-integration--google-sheets--${si.id}-response-success-prop-dt-parent-ref`,
78952
+ id: `external-integration--google-sheet--${si.id}-response-success-prop-dt-parent-ref`,
78253
78953
  type: l.GenericReference,
78254
78954
  version: "1",
78255
78955
  entityType: l.Property,
@@ -78336,7 +79036,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78336
79036
  y: 0,
78337
79037
  parent: J0i
78338
79038
  }, imi = {
78339
- id: `external-integration--google-sheets--${si.id}-response-dt-parent-ref`,
79039
+ id: `external-integration--google-sheet--${si.id}-response-dt-parent-ref`,
78340
79040
  type: l.GenericReference,
78341
79041
  version: "1",
78342
79042
  entityType: l.ActionDescriptor,
@@ -78399,19 +79099,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78399
79099
  outputDescription: null,
78400
79100
  parent: null
78401
79101
  }, gi = B[l.Operation][Ee.GoogleSheetsApplyClearFilter], wun = {
78402
- id: `external-integration--google-sheets--${gi.id}--ref`,
79102
+ id: `external-integration--google-sheet--${gi.id}--ref`,
78403
79103
  type: l.GenericReference,
78404
79104
  version: "1",
78405
79105
  entityType: l.ActionDescriptor,
78406
79106
  entityId: gi.id
78407
79107
  }, rmi = {
78408
- id: `external-integration--google-sheets--${gi.id}-connection-input-dt-parent-ref`,
79108
+ id: `external-integration--google-sheet--${gi.id}-connection-input-dt-parent-ref`,
78409
79109
  type: l.GenericReference,
78410
79110
  version: "1",
78411
79111
  entityType: l.ValueDescriptor,
78412
79112
  entityId: gi.inputs.connection.id
78413
79113
  }, ami = {
78414
- id: `external-integration--google-sheets--${gi.id}-connection-input-parent-ref`,
79114
+ id: `external-integration--google-sheet--${gi.id}-connection-input-parent-ref`,
78415
79115
  type: l.GenericReference,
78416
79116
  version: "1",
78417
79117
  entityType: l.ActionDescriptor,
@@ -78463,13 +79163,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78463
79163
  dataType: smi,
78464
79164
  parent: ami
78465
79165
  }, omi = {
78466
- id: `external-integration--google-sheets--${gi.id}-spreadsheetId-input-dt-parent-ref`,
79166
+ id: `external-integration--google-sheet--${gi.id}-spreadsheetId-input-dt-parent-ref`,
78467
79167
  type: l.GenericReference,
78468
79168
  version: "1",
78469
79169
  entityType: l.ValueDescriptor,
78470
79170
  entityId: gi.inputs.spreadsheetId.id
78471
79171
  }, dmi = {
78472
- id: `external-integration--google-sheets--${gi.id}-spreadsheetId-input-parent-ref`,
79172
+ id: `external-integration--google-sheet--${gi.id}-spreadsheetId-input-parent-ref`,
78473
79173
  type: l.GenericReference,
78474
79174
  version: "1",
78475
79175
  entityType: l.ActionDescriptor,
@@ -78521,13 +79221,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78521
79221
  dataType: umi,
78522
79222
  parent: dmi
78523
79223
  }, cmi = {
78524
- id: `external-integration--google-sheets--${gi.id}-sheetId-input-dt-parent-ref`,
79224
+ id: `external-integration--google-sheet--${gi.id}-sheetId-input-dt-parent-ref`,
78525
79225
  type: l.GenericReference,
78526
79226
  version: "1",
78527
79227
  entityType: l.ValueDescriptor,
78528
79228
  entityId: gi.inputs.sheetId.id
78529
79229
  }, fmi = {
78530
- id: `external-integration--google-sheets--${gi.id}-sheetId-input-parent-ref`,
79230
+ id: `external-integration--google-sheet--${gi.id}-sheetId-input-parent-ref`,
78531
79231
  type: l.GenericReference,
78532
79232
  version: "1",
78533
79233
  entityType: l.ActionDescriptor,
@@ -78579,13 +79279,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78579
79279
  dataType: ymi,
78580
79280
  parent: fmi
78581
79281
  }, mmi = {
78582
- id: `external-integration--google-sheets--${gi.id}-startRow-input-dt-parent-ref`,
79282
+ id: `external-integration--google-sheet--${gi.id}-startRow-input-dt-parent-ref`,
78583
79283
  type: l.GenericReference,
78584
79284
  version: "1",
78585
79285
  entityType: l.ValueDescriptor,
78586
79286
  entityId: gi.inputs.startRow.id
78587
79287
  }, Tmi = {
78588
- id: `external-integration--google-sheets--${gi.id}-startRow-input-parent-ref`,
79288
+ id: `external-integration--google-sheet--${gi.id}-startRow-input-parent-ref`,
78589
79289
  type: l.GenericReference,
78590
79290
  version: "1",
78591
79291
  entityType: l.ActionDescriptor,
@@ -78637,13 +79337,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78637
79337
  dataType: vmi,
78638
79338
  parent: Tmi
78639
79339
  }, Emi = {
78640
- id: `external-integration--google-sheets--${gi.id}-endRow-input-dt-parent-ref`,
79340
+ id: `external-integration--google-sheet--${gi.id}-endRow-input-dt-parent-ref`,
78641
79341
  type: l.GenericReference,
78642
79342
  version: "1",
78643
79343
  entityType: l.ValueDescriptor,
78644
79344
  entityId: gi.inputs.endRow.id
78645
79345
  }, gmi = {
78646
- id: `external-integration--google-sheets--${gi.id}-endRow-input-parent-ref`,
79346
+ id: `external-integration--google-sheet--${gi.id}-endRow-input-parent-ref`,
78647
79347
  type: l.GenericReference,
78648
79348
  version: "1",
78649
79349
  entityType: l.ActionDescriptor,
@@ -78695,13 +79395,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78695
79395
  dataType: Ami,
78696
79396
  parent: gmi
78697
79397
  }, Rmi = {
78698
- id: `external-integration--google-sheets--${gi.id}-startColumn-input-dt-parent-ref`,
79398
+ id: `external-integration--google-sheet--${gi.id}-startColumn-input-dt-parent-ref`,
78699
79399
  type: l.GenericReference,
78700
79400
  version: "1",
78701
79401
  entityType: l.ValueDescriptor,
78702
79402
  entityId: gi.inputs.startColumn.id
78703
79403
  }, wmi = {
78704
- id: `external-integration--google-sheets--${gi.id}-startColumn-input-parent-ref`,
79404
+ id: `external-integration--google-sheet--${gi.id}-startColumn-input-parent-ref`,
78705
79405
  type: l.GenericReference,
78706
79406
  version: "1",
78707
79407
  entityType: l.ActionDescriptor,
@@ -78753,13 +79453,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78753
79453
  dataType: Cmi,
78754
79454
  parent: wmi
78755
79455
  }, Omi = {
78756
- id: `external-integration--google-sheets--${gi.id}-endColumn-input-dt-parent-ref`,
79456
+ id: `external-integration--google-sheet--${gi.id}-endColumn-input-dt-parent-ref`,
78757
79457
  type: l.GenericReference,
78758
79458
  version: "1",
78759
79459
  entityType: l.ValueDescriptor,
78760
79460
  entityId: gi.inputs.endColumn.id
78761
79461
  }, _mi = {
78762
- id: `external-integration--google-sheets--${gi.id}-endColumn-input-parent-ref`,
79462
+ id: `external-integration--google-sheet--${gi.id}-endColumn-input-parent-ref`,
78763
79463
  type: l.GenericReference,
78764
79464
  version: "1",
78765
79465
  entityType: l.ActionDescriptor,
@@ -78811,13 +79511,13 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78811
79511
  dataType: xmi,
78812
79512
  parent: _mi
78813
79513
  }, Pmi = {
78814
- id: `external-integration--google-sheets--${gi.id}-clearOnly-input-dt-parent-ref`,
79514
+ id: `external-integration--google-sheet--${gi.id}-clearOnly-input-dt-parent-ref`,
78815
79515
  type: l.GenericReference,
78816
79516
  version: "1",
78817
79517
  entityType: l.ValueDescriptor,
78818
79518
  entityId: gi.inputs.clearOnly.id
78819
79519
  }, Nmi = {
78820
- id: `external-integration--google-sheets--${gi.id}-clearOnly-input-parent-ref`,
79520
+ id: `external-integration--google-sheet--${gi.id}-clearOnly-input-parent-ref`,
78821
79521
  type: l.GenericReference,
78822
79522
  version: "1",
78823
79523
  entityType: l.ActionDescriptor,
@@ -78869,19 +79569,19 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78869
79569
  dataType: $mi,
78870
79570
  parent: Nmi
78871
79571
  }, Gmi = {
78872
- id: `external-integration--google-sheets--${gi.id}-response-entity-parent-ref`,
79572
+ id: `external-integration--google-sheet--${gi.id}-response-entity-parent-ref`,
78873
79573
  type: l.GenericReference,
78874
79574
  version: "1",
78875
79575
  entityType: l.DataType,
78876
79576
  entityId: gi.dataType.id
78877
79577
  }, Bmi = {
78878
- id: `external-integration--google-sheets--${gi.id}-response-entity-props-parent-ref`,
79578
+ id: `external-integration--google-sheet--${gi.id}-response-entity-props-parent-ref`,
78879
79579
  type: l.GenericReference,
78880
79580
  version: "1",
78881
79581
  entityType: l.DefinitionEntity,
78882
79582
  entityId: gi.dataType.entity.id
78883
79583
  }, Mmi = {
78884
- id: `external-integration--google-sheets--${gi.id}-response-success-prop-dt-parent-ref`,
79584
+ id: `external-integration--google-sheet--${gi.id}-response-success-prop-dt-parent-ref`,
78885
79585
  type: l.GenericReference,
78886
79586
  version: "1",
78887
79587
  entityType: l.Property,
@@ -78968,7 +79668,7 @@ const bai = hu("ts", "TS", "Message timestamp", 0, "string", !0), Eai = hu("text
78968
79668
  y: 0,
78969
79669
  parent: Gmi
78970
79670
  }, jmi = {
78971
- id: `external-integration--google-sheets--${gi.id}-response-dt-parent-ref`,
79671
+ id: `external-integration--google-sheet--${gi.id}-response-dt-parent-ref`,
78972
79672
  type: l.GenericReference,
78973
79673
  version: "1",
78974
79674
  entityType: l.ActionDescriptor,
@@ -104813,7 +105513,7 @@ async function pPi(s, u = {}) {
104813
105513
  }
104814
105514
  return await Promise.all(n), s;
104815
105515
  }
104816
- var OP = /* @__PURE__ */ ((s) => (s.Manual = "manual", s.Automatic = "automatic", s))(OP || {}), re = /* @__PURE__ */ ((s) => (s.Added = "added", s.Updated = "updated", s.Removed = "removed", s.Affected = "affected", s))(re || {}), _ = /* @__PURE__ */ ((s) => (s.AddSuccessCall = "add-success-call", s.AddErrorCall = "add-error-call", s.AddCall = "add-call", s.SetParent = "set-parent", s.SetStandaloneParent = "set-standalone-parent", s.AfterAllChildrenInitialized = "after-all-children-initialized", s.UpdateWithShallowTransfer = "update-with-shallow-transfer", s.UpdateWithGenerationTarget = "update-with-generation-target", s.RemoveFromParent = "remove-from-parent", s.RemoveEntity = "remove-entity", s.RestoreEntity = "restore-entity", s.CloneEntity = "clone-entity", s.AddInput = "add-input", s.RemoveInput = "remove-input", s.SetDataType = "set-data-type", s.RemoveDataType = "remove-data-type", s.SetAdditionalPropertiesDataType = "set-additional-properties-data-type", s.RemoveAdditionalPropertiesDataType = "remove-additional-properties-data-type", s.SetAllPropertiesImplement = "set-all-properties-implement", s.RemoveAllPropertiesImplement = "remove-all-properties-implement", s.RemoveValueReader = "remove-value-reader", s.AddValueReader = "add-value-reader", s.RemoveValueWriter = "remove-value-writer", s.SetValueWriter = "set-value-writer", s.AddEntryCaller = "add-entry-caller", s.AddSuccessCaller = "add-success-caller", s.AddErrorCaller = "add-error-caller", s.RemoveCall = "remove-call", s.RemoveCaller = "remove-caller", s.RemoveChildGroup = "remove-child-group", s.AddToAndGroup = "add-to-and-group", s.AddToOrGroup = "add-to-or-group", s.RemoveUnrecognizedInputs = "remove-unrecognized-inputs", s.RemoveUnrecognizedOutputs = "remove-unrecognized-outputs", s.SyncInputs = "sync-inputs", s.SyncOutputs = "sync-outputs", s.SetImplements = "set-implements", s.SetExtends = "set-extends", s.SetExtension = "set-extension", s.AddImplementation = "add-implementation", s.RemoveImplementation = "remove-implementation", s.AddProperty = "add-property", s.RemoveProperty = "remove-property", s.AddMethod = "add-method", s.RemoveMethod = "remove-method", s.AddAbstractMethod = "add-abstract-method", s.RemoveAbstractMethod = "remove-abstract-method", s.SetValueAsTypeSingle = "set-value-as-type-single", s.SetValueAsTypeList = "set-value-as-type-list", s.SetValueAsType = "set-value-as-type", s.RemoveErrorCatching = "remove-error-catching", s.RemoveAllErrorCallers = "remove-all-error-callers", s.RemoveAllSuccessCallers = "remove-all-success-callers", s.RemoveAllCallers = "remove-all-callers", s.RemoveAllErrorCalls = "remove-all-error-calls", s.SetDataTypeEntityValue = "set-data-type-entity-value", s.MergeDataTypes = "merge-data-types", s.SetDataTypeForeignKeyRef = "set-data-type-foreign-key-ref", s.SetErrorEntity = "set-error-entity", s.AddValueAsTypeToList = "add-value-as-type-to-list", s.RemoveValueAsTypeFromList = "remove-value-as-type-from-list", s.CreateFromGenerationTarget = "create-from-generation-target", s.ConnectExternalAccount = "connect-external-account", s.ChangeExternalAccountConnectionUsed = "change-external-account-connection-used", s.MoveInlineDefToCanvas = "move-inline-def-to-canvas", s.CreateDefFromValue = "create-def-from-value", s.PrettifyCanvas = "prettify-canvas", s.SetPrimitiveDefaultValue = "set-primitive-default-value", s.MakeArgRequired = "make-argument-required", s.MakeArgNonRequired = "make-argument-non-required", s.RecalculateArg = "recalculate-arg", s.RenameArg = "rename-argument", s.ChangeArgDescription = "changed-argument-description", s.RemoveArgBaseImplementation = "remove-argument-base-implementation", s.AddArgBaseImplementation = "add-argument-base-implementation", s.ChangeArgDataType = "change-argument-data-type", s.RecalculateCondition = "recalculate-condition", s.ChangeTypeOfCondition = "change-type-of-condition", s.RenameDefinition = "rename-definition", s.RecalculateDef = "recalculate-definition", s.ChangeDefDescription = "changed-definition-description", s.RemoveDefBaseImplementation = "remove-definition-base-implementation", s.AddDefBaseImplementation = "add-definition-base-implementation", s.RemoveDefExtension = "remove-definition-extension", s.SetDefExtends = "set-definition-extension", s.MakeDefStatic = "make-def-static", s.MakeDefNonStatic = "make-def-non-static", s.MakeDefAbstract = "make-def-abstract", s.MakeDefNonAbstract = "make-def-non-abstract", s.RecalculateFuncCall = "recalculate-function-call", s.ChangeFuncCallDeclaration = "change-function-call-declaration", s.RenameFuncDecl = "rename-function-declaration", s.ChangeFuncDeclDescription = "changed-function-declaration-description", s.RecalculateFuncDecl = "recalculate-function-declaration", s.SetFuncDeclBaseImplementation = "set-function-declaration-base-implementation", s.ChangeFuncDeclOutputDataType = "change-function-declaration-output-data-type", s.RecalculateGlobalEvent = "recalculate-global-event", s.ChangeGlobalEventDescription = "changed-global-event-description", s.ChangeGlobalEventType = "changed-global-event-type", s.RecalculateInputMap = "recalculate-input", s.ChangeInputMapDescription = "changed-input-description", s.ChangeInputMapDataType = "change-input-data-type", s.RecalculateLoop = "recalculate-loop", s.ChangeLoopType = "changed-loop-type", s.ChangeLoopOutputDataType = "change-loop-output-data-type", s.RecalculateOperation = "recalculate-operation", s.ChangeOperationType = "changed-operation-type", s.RecalculateOutputMap = "recalculate-output", s.ChangeOutputMapDataType = "change-output-data-type", s.RecalculateProperty = "recalculate-property", s.MakePropertyRequired = "make-property-required", s.MakePropertyNonRequired = "make-property-non-required", s.MakePropertyConstant = "make-property-constant", s.MakePropertyNonConstant = "make-property-non-constant", s.MakePropertyUnique = "make-property-unique", s.MakePropertyNonUnique = "make-property-non-unique", s.MakePropertyStatic = "make-property-static", s.MakePropertyNonStatic = "make-property-non-static", s.MakePropertyAbstract = "make-property-abstract", s.MakePropertyNonAbstract = "make-property-non-abstract", s.RenameProperty = "rename-property", s.ChangePropertyDescription = "changed-property-description", s.RemovePropertyBaseImplementation = "remove-property-base-implementation", s.AddPropertyBaseImplementation = "add-property-base-implementation", s.ChangePropertyDataType = "change-property-data-type", s.RecalculateSearch = "recalculate-search", s.RenameSearch = "rename-search", s.ChangeSearchDescription = "changed-search-description", s.ChangeSearchQuery = "changed-search-query", s.MakeValueDescriptorRequired = "make-value-descriptor-required", s.MakeSearchInputRequired = "make-search-input-required", s.MakeValueDescriptorNonRequired = "make-value-descriptor-non-required", s.MakeSearchInputNonRequired = "make-search-input-non-required", s.RenameValueDescriptor = "rename-value-descriptor", s.RenameSearchInput = "rename-search-input", s.ChangeValueDescriptorDescription = "changed-value-descriptor-description", s.ChangeSearchInputDescription = "changed-search-input-description", s.ChangeValueDescriptorDataType = "change-value-descriptor-data-type", s.RecalculateVarDecl = "recalculate-variable-declaration", s.MakeVarDeclConstant = "make-variable-declaration-constant", s.MakeVarDeclNonConstant = "make-variable-declaration-non-constant", s.RenameVarDecl = "rename-variable-declaration", s.ChangeVarDeclDescription = "changed-variable-declaration-description", s.ChangeVarDeclDataType = "change-variable-declaration-data-type", s.RecalculateVarInst = "recalculate-variable-instance", s.ChangeVarInstDeclaration = "change-variable-instance-declaration", s.HideFuncDeclBody = "hide-function-declaration-body", s.ShowFuncDeclBody = "show-function-declaration-body", s.HideGlobalEventBody = "hide-global-event-body", s.ShowGlobalEventBody = "show-global-event-body", s.HideLoopBody = "hide-loop-body", s.ShowLoopBody = "show-loop-body", s.HideTriggerBody = "hide-trigger-body", s.ShowTriggerBody = "show-trigger-body", s.AddNestedAndCondition = "add-nested-and-condition", s.AddInputToCondition = "add-input-to-condition", s.RecalculateNode = "recalculate-node", s.AddInputToFuncDecl = "add-input-to-function-declaration", s.ChangeInternalCallToThrowErrors = "change-internal-call-to-throw-errors", s.ChangeInternalCallToCatchErrors = "change-internal-call-to-catch-errors", s.AddErrorOutputToInternalCall = "add-error-output-to-internal-call", s.ChangeLoopToThrowErrors = "change-loop-to-throw-errors", s.ChangeLoopToCatchErrors = "change-loop-to-catch-errors", s.RecalculateLoopBody = "recalculate-loop-body", s.RecalculateMethod = "recalculate-method", s.AddArgToLoopBody = "add-arg-to-loop-body", s.AddArgToMethod = "add-arg-to-method", s.RecalculateNestedCondition = "recalculate-nested-condition", s.ChangeNodeToThrowErrors = "change-node-to-throw-errors", s.ChangeNodeToCatchErrors = "change-node-to-catch-errors", s.ChangeOperationToThrowErrors = "change-operation-to-throw-errors", s.ChangeOperationToCatchErrors = "change-operation-to-catch-errors", s.ChangeFuncCallToThrowErrors = "change-function-call-to-throw-errors", s.ChangeFuncCallToCatchErrors = "change-function-call-to-catch-errors", s.ChangeSearchToThrowErrors = "change-search-to-throw-errors", s.ChangeSearchToCatchErrors = "change-search-to-catch-errors", s.ChangeVarDeclToThrowErrors = "change-variable-declaration-to-throw-errors", s.ChangeVarDeclToCatchErrors = "change-variable-declaration-to-catch-errors", s.ChangeVarInstToThrowErrors = "change-variable-instance-to-throw-errors", s.ChangeVarInstToCatchErrors = "change-variable-instance-to-catch-errors", s.AddErrorOutputToNode = "add-error-output-to-node", s.AddErrorOutputToOperation = "add-error-output-to-operation", s.AddErrorOutputToFuncCall = "add-error-output-to-function-call", s.AddErrorOutputToSearch = "add-error-output-to-search", s.AddErrorOutputToVarDecl = "add-error-output-to-variable-declaration", s.AddErrorOutputToVarInst = "add-error-output-to-variable-instance", s.AddInputToNode = "add-input-to-node", s.AddInputToOperation = "add-input-to-operation", s.AddInputToFuncCall = "add-input-to-function-call", s.AddInputToSearch = "add-input-to-search", s.AddPropertyToVarDecl = "add-property-to-variable-declaration", s.AddPropertyToVarInst = "add-property-to-variable-instance", s.AddMethodToDef = "add-method-to-definition", s.ReSyncRowTransformer = "re-sync-row-transformer", s.ManuallyAddRowTransformer = "manually-add-row-transformer", s.AddPropertyToDef = "add-property-to-definition", s.RestablishExternalAccountConnection = "restablish-external-account-connection", s.AddThrownError = "add-thrown-error", s.RecalculateTerminationStatement = "recalculate-termination-statement", s.RecalculateReturnStmt = "recalculate-return-statement", s.RecalculateContinueStmt = "recalculate-continue-statement", s.RecalculateBreakStmt = "recalculate-break-statement", s.AddPropertyToTerminationStatement = "add-property-to-termination-statement", s.AddPropertyToReturnStmt = "add-property-to-return-statement", s.AddPropertyToContinueStmt = "add-property-to-continue-statement", s.AddPropertyToBreakStmt = "add-property-to-break-statement", s.SetLiteralValueToExplicitlyEmpty = "set-literal-value-to-explicitly-empty", s.ModifyLiteralValue = "modify-literal-value", s.RemoveLiteralValue = "remove-literal-value", s.ModifyLiteralValueAsType = "modify-literal-value-as-type", s.UpdateProjectMetadata = "update-project-metadata", s.RenameProject = "rename-project", s.ChangeProjectDescription = "change-project-description", s.RestoreNode = "restore-node", s.RestoreDef = "restore-definition", s.RestoreFuncDecl = "restore-function-declaration", s.RestoreGlobalEvent = "restore-global-event", s.RestoreSearch = "restore-search", s.RestoreVarDecl = "restore-variable-declaration", s.RestoreVarInst = "restore-variable-instance", s.RestoreFuncCall = "restore-function-call", s.RestoreOperation = "restore-operation", s.RestoreCondition = "restore-condition", s.RestoreReturnStmt = "restore-return-statement", s.RestoreContinueStmt = "restore-continue-statement", s.RestoreBreakStmt = "restore-break-statement", s.RestoreInstalledProject = "restore-installed-project", s.RestoreLoop = "restore-loop", s.CreateNewDef = "create-new-definition", s.CreateNewFuncDecl = "create-new-function-declaration", s.CreateNewGlobalEvent = "create-new-global-event", s.CreateNewSearch = "create-new-search", s.CreateNewVarDecl = "create-new-variable-declaration", s.CreateNewVarInst = "create-new-variable-instance", s.CreateNewFuncCall = "create-new-function-call", s.CreateNewOperation = "create-new-operation", s.CreateNewCondition = "create-new-condition", s.CreateNewReturnStmt = "create-new-return-statement", s.CreateNewContinueStmt = "create-new-continue-statement", s.CreateNewBreakStmt = "create-new-break-statement", s.CreateNewInternalCall = "create-new-internal-call", s.CreateNewLoop = "create-new-loop", s.ImplementBuiltInFunctionalityAsDef = "implement-built-in-functionality-as-definition", s.ImplementAbstractEntityAsDef = "implement-abstract-entity-as-definition", s.ImplementNewHTTPEndpoint = "implement-new-http-endpoint", s.ImplementNewScheduledTrigger = "implement-new-scheduled-trigger", s.ImplementNewPersistedEntity = "implement-new-persisted-entity", s.AddedNewRowTransformer = "added-new-row-transformer", s.AddedSQLConnectionConfig = "added-sql-connection-config", s.AddedNewSSLConnectionConfig = "added-new-ssl-connection-config", s.AddedGoogleConnection = "added-google-connection", s.AddedSlackConnection = "added-slack-connection", s.AddedNewExternalAccountConnection = "added-new-external-account-connection", s.AddedGoogleDriveConnection = "added-google-drive-connection", s.AddedGoogleSheetsConnection = "added-google-sheets-connection", s.AddedGoogleSlidesConnection = "added-google-slides-connection", s.AddedGoogleMailConnection = "added-gmail-connection", s.ManuallyCreateIndividualNode = "manually-create-individual-node", s.UpdateNode = "update-node", s.CreateNewProjectPublicationCompletedEvent = "create-new-project-publication-completed-event", s.CreateNewCountedLoop = "create-new-counted-loop", s.CreateNewListLoop = "create-new-list-loop", s.CreateNewManualFlowLoop = "create-new-manual-flow-loop", s.CreateNewObjectKeysLoop = "create-new-object-keys-loop", s.CreateNewObjectValuesLoop = "create-new-object-values-loop", s.CreateNewStringLoop = "create-new-string-loop", s.CreateNewIsFalseCondition = "create-new-is-false-condition", s.CreateNewIsTrueCondition = "create-new-is-true-condition", s.CreateNewAndCondition = "create-new-and-condition", s.CreateNewOrCondition = "create-new-or-condition", s.DisconnectNodes = "disconnect-nodes", s.DisconnectExecutions = "disconnect-executions", s.DisconnectValues = "disconnect-values", s.ConnectNodes = "connect-nodes", s.ConnectExecution = "connect-execution", s.ConnectValues = "connect-values", s.ConnectValueToNewInput = "connect-value-to-new-input", s.ConnectValueToNewOperationInput = "connect-value-to-new-operation-input", s.ConnectValueToNewConditionInput = "connect-value-to-new-condition-input", s.ConnectValueToNewSearchInput = "connect-value-to-new-search-input", s.ConnectValueToNewVarDeclProperty = "connect-value-to-new-variable-declaration-property", s.ConnectValueToNewVarInstProperty = "connect-value-to-new-variable-instance-property", s.ConnectValueToNewReturnStmtProperty = "connect-value-to-new-return-statement-property", s.ConnectValueToNewContinueStmtProperty = "connect-value-to-new-continue-statement-property", s.ConnectValueToNewBreakStmtProperty = "connect-value-to-new-break-statement-property", s.ConnectNewFuncDeclArgToValue = "connect-new-function-argument-to-value", s.RemoveNodes = "remove-nodes", s.RemoveNode = "remove-node", s.InitialLoadAutomaticCanvasRefresh = "initial-load-automatic-canvas-refresh", s.MoveNodes = "move-nodes", s.MoveNode = "move-node", s.CloneNodes = "clone-nodes", s.CloneNode = "clone-node", s.GenerateSQLMigrationOnPersistedEntityUpdate = "generate-sql-migration-on-persisted-entity-update", s))(_ || {}), Ze = /* @__PURE__ */ ((s) => (s.ActionOwnerEntityNotEditable = "action-owner-entity-not-editable", s.ActionCounterpartEntityNotEditable = "action-counterpart-entity-not-editable", s.ActionOwnerEntityNonDeletable = "action-owner-entity-non-deletable", s.GlobalVariableDeclarationCannnotCatchError = "global-variable-declaration-cannot-catch-error", s.GlobalVariableDeclarationCannotReadValue = "global-variable-declaration-cannot-read-value", s.GlobalVariableDeclarationCannotBeCalled = "global-variable-declaration-cannot-be-called", s.GlobalVariableDeclarationCannotCallFromError = "global-variable-declaration-cannot-call-from-error", s.ValueReadingOverridesConstantProperty = "value-reading-overrides-constant-property", s.DefaultValueOverridesConstantProperty = "default-value-overrides-constant-property", s.ValueReadingOverridesConstantVariable = "value-reading-overrides-constant-variable", s.DefaultValueOverridesConstantVariable = "default-value-overrides-constant-variable", s.CannotSuccessCallItself = "cannot-success-call-itself", s.CannotErrorCallItself = "cannot-error-call-itself", s.CannotEntryCallItself = "cannot-entry-call-itself", s.CannotValueWriteItself = "cannot-value-write-itself", s.CannotBeCalledBeforeDeclaration = "cannot-be-called-before-declaration", s.CannotBeCalledInParallelBranchToDeclaration = "cannot-be-called-in-parallel-branch-to-declaration", s.CannotBeHigherScopeThanDeclaration = "cannot-be-higher-scope-than-declaration", s.InputsInGlobalVariableDeclarationsCannotReadValues = "inputs-in-global-variable-declarations-cannot-read-values", s))(Ze || {});
105516
+ var OP = /* @__PURE__ */ ((s) => (s.Manual = "manual", s.Automatic = "automatic", s))(OP || {}), re = /* @__PURE__ */ ((s) => (s.Added = "added", s.Updated = "updated", s.Removed = "removed", s.Affected = "affected", s))(re || {}), _ = /* @__PURE__ */ ((s) => (s.AddSuccessCall = "add-success-call", s.AddErrorCall = "add-error-call", s.AddCall = "add-call", s.SetParent = "set-parent", s.SetStandaloneParent = "set-standalone-parent", s.AfterAllChildrenInitialized = "after-all-children-initialized", s.UpdateWithShallowTransfer = "update-with-shallow-transfer", s.UpdateWithGenerationTarget = "update-with-generation-target", s.RemoveFromParent = "remove-from-parent", s.RemoveEntity = "remove-entity", s.RestoreEntity = "restore-entity", s.CloneEntity = "clone-entity", s.AddInput = "add-input", s.RemoveInput = "remove-input", s.SetDataType = "set-data-type", s.RemoveDataType = "remove-data-type", s.SetAdditionalPropertiesDataType = "set-additional-properties-data-type", s.RemoveAdditionalPropertiesDataType = "remove-additional-properties-data-type", s.SetAllPropertiesImplement = "set-all-properties-implement", s.RemoveAllPropertiesImplement = "remove-all-properties-implement", s.RemoveValueReader = "remove-value-reader", s.AddValueReader = "add-value-reader", s.RemoveValueWriter = "remove-value-writer", s.SetValueWriter = "set-value-writer", s.AddEntryCaller = "add-entry-caller", s.AddSuccessCaller = "add-success-caller", s.AddErrorCaller = "add-error-caller", s.RemoveCall = "remove-call", s.RemoveCaller = "remove-caller", s.RemoveChildGroup = "remove-child-group", s.AddToAndGroup = "add-to-and-group", s.AddToOrGroup = "add-to-or-group", s.RemoveUnrecognizedInputs = "remove-unrecognized-inputs", s.RemoveUnrecognizedOutputs = "remove-unrecognized-outputs", s.SyncInputs = "sync-inputs", s.SyncOutputs = "sync-outputs", s.SetImplements = "set-implements", s.SetExtends = "set-extends", s.SetExtension = "set-extension", s.AddImplementation = "add-implementation", s.RemoveImplementation = "remove-implementation", s.AddProperty = "add-property", s.RemoveProperty = "remove-property", s.AddMethod = "add-method", s.RemoveMethod = "remove-method", s.AddAbstractMethod = "add-abstract-method", s.RemoveAbstractMethod = "remove-abstract-method", s.SetValueAsTypeSingle = "set-value-as-type-single", s.SetValueAsTypeList = "set-value-as-type-list", s.SetValueAsType = "set-value-as-type", s.RemoveErrorCatching = "remove-error-catching", s.RemoveAllErrorCallers = "remove-all-error-callers", s.RemoveAllSuccessCallers = "remove-all-success-callers", s.RemoveAllCallers = "remove-all-callers", s.RemoveAllErrorCalls = "remove-all-error-calls", s.SetDataTypeEntityValue = "set-data-type-entity-value", s.MergeDataTypes = "merge-data-types", s.SetDataTypeForeignKeyRef = "set-data-type-foreign-key-ref", s.SetErrorEntity = "set-error-entity", s.AddValueAsTypeToList = "add-value-as-type-to-list", s.RemoveValueAsTypeFromList = "remove-value-as-type-from-list", s.CreateFromGenerationTarget = "create-from-generation-target", s.ConnectExternalAccount = "connect-external-account", s.ChangeExternalAccountConnectionUsed = "change-external-account-connection-used", s.MoveInlineDefToCanvas = "move-inline-def-to-canvas", s.CreateDefFromValue = "create-def-from-value", s.PrettifyCanvas = "prettify-canvas", s.SetPrimitiveDefaultValue = "set-primitive-default-value", s.MakeArgRequired = "make-argument-required", s.MakeArgNonRequired = "make-argument-non-required", s.RecalculateArg = "recalculate-arg", s.RenameArg = "rename-argument", s.ChangeArgDescription = "changed-argument-description", s.RemoveArgBaseImplementation = "remove-argument-base-implementation", s.AddArgBaseImplementation = "add-argument-base-implementation", s.ChangeArgDataType = "change-argument-data-type", s.RecalculateCondition = "recalculate-condition", s.ChangeTypeOfCondition = "change-type-of-condition", s.RenameDefinition = "rename-definition", s.RecalculateDef = "recalculate-definition", s.ChangeDefDescription = "changed-definition-description", s.RemoveDefBaseImplementation = "remove-definition-base-implementation", s.AddDefBaseImplementation = "add-definition-base-implementation", s.RemoveDefExtension = "remove-definition-extension", s.SetDefExtends = "set-definition-extension", s.MakeDefStatic = "make-def-static", s.MakeDefNonStatic = "make-def-non-static", s.MakeDefAbstract = "make-def-abstract", s.MakeDefNonAbstract = "make-def-non-abstract", s.RecalculateFuncCall = "recalculate-function-call", s.ChangeFuncCallDeclaration = "change-function-call-declaration", s.RenameFuncDecl = "rename-function-declaration", s.ChangeFuncDeclDescription = "changed-function-declaration-description", s.RecalculateFuncDecl = "recalculate-function-declaration", s.SetFuncDeclBaseImplementation = "set-function-declaration-base-implementation", s.ChangeFuncDeclOutputDataType = "change-function-declaration-output-data-type", s.RecalculateGlobalEvent = "recalculate-global-event", s.ChangeGlobalEventDescription = "changed-global-event-description", s.ChangeGlobalEventType = "changed-global-event-type", s.RecalculateInputMap = "recalculate-input", s.ChangeInputMapDescription = "changed-input-description", s.ChangeInputMapDataType = "change-input-data-type", s.RecalculateLoop = "recalculate-loop", s.ChangeLoopType = "changed-loop-type", s.ChangeLoopOutputDataType = "change-loop-output-data-type", s.RecalculateOperation = "recalculate-operation", s.ChangeOperationType = "changed-operation-type", s.RecalculateOutputMap = "recalculate-output", s.ChangeOutputMapDataType = "change-output-data-type", s.RecalculateProperty = "recalculate-property", s.MakePropertyRequired = "make-property-required", s.MakePropertyNonRequired = "make-property-non-required", s.MakePropertyConstant = "make-property-constant", s.MakePropertyNonConstant = "make-property-non-constant", s.MakePropertyUnique = "make-property-unique", s.MakePropertyNonUnique = "make-property-non-unique", s.MakePropertyStatic = "make-property-static", s.MakePropertyNonStatic = "make-property-non-static", s.MakePropertyAbstract = "make-property-abstract", s.MakePropertyNonAbstract = "make-property-non-abstract", s.RenameProperty = "rename-property", s.ChangePropertyDescription = "changed-property-description", s.RemovePropertyBaseImplementation = "remove-property-base-implementation", s.AddPropertyBaseImplementation = "add-property-base-implementation", s.ChangePropertyDataType = "change-property-data-type", s.RecalculateSearch = "recalculate-search", s.RenameSearch = "rename-search", s.ChangeSearchDescription = "changed-search-description", s.ChangeSearchQuery = "changed-search-query", s.MakeValueDescriptorRequired = "make-value-descriptor-required", s.MakeSearchInputRequired = "make-search-input-required", s.MakeValueDescriptorNonRequired = "make-value-descriptor-non-required", s.MakeSearchInputNonRequired = "make-search-input-non-required", s.RenameValueDescriptor = "rename-value-descriptor", s.RenameSearchInput = "rename-search-input", s.ChangeValueDescriptorDescription = "changed-value-descriptor-description", s.ChangeSearchInputDescription = "changed-search-input-description", s.ChangeValueDescriptorDataType = "change-value-descriptor-data-type", s.RecalculateVarDecl = "recalculate-variable-declaration", s.MakeVarDeclConstant = "make-variable-declaration-constant", s.MakeVarDeclNonConstant = "make-variable-declaration-non-constant", s.RenameVarDecl = "rename-variable-declaration", s.ChangeVarDeclDescription = "changed-variable-declaration-description", s.ChangeVarDeclDataType = "change-variable-declaration-data-type", s.RecalculateVarInst = "recalculate-variable-instance", s.ChangeVarInstDeclaration = "change-variable-instance-declaration", s.HideFuncDeclBody = "hide-function-declaration-body", s.ShowFuncDeclBody = "show-function-declaration-body", s.HideGlobalEventBody = "hide-global-event-body", s.ShowGlobalEventBody = "show-global-event-body", s.HideLoopBody = "hide-loop-body", s.ShowLoopBody = "show-loop-body", s.HideTriggerBody = "hide-trigger-body", s.ShowTriggerBody = "show-trigger-body", s.AddNestedAndCondition = "add-nested-and-condition", s.AddInputToCondition = "add-input-to-condition", s.RecalculateNode = "recalculate-node", s.AddInputToFuncDecl = "add-input-to-function-declaration", s.ChangeInternalCallToThrowErrors = "change-internal-call-to-throw-errors", s.ChangeInternalCallToCatchErrors = "change-internal-call-to-catch-errors", s.AddErrorOutputToInternalCall = "add-error-output-to-internal-call", s.ChangeLoopToThrowErrors = "change-loop-to-throw-errors", s.ChangeLoopToCatchErrors = "change-loop-to-catch-errors", s.RecalculateLoopBody = "recalculate-loop-body", s.RecalculateMethod = "recalculate-method", s.AddArgToLoopBody = "add-arg-to-loop-body", s.AddArgToMethod = "add-arg-to-method", s.RecalculateNestedCondition = "recalculate-nested-condition", s.ChangeNodeToThrowErrors = "change-node-to-throw-errors", s.ChangeNodeToCatchErrors = "change-node-to-catch-errors", s.ChangeOperationToThrowErrors = "change-operation-to-throw-errors", s.ChangeOperationToCatchErrors = "change-operation-to-catch-errors", s.ChangeFuncCallToThrowErrors = "change-function-call-to-throw-errors", s.ChangeFuncCallToCatchErrors = "change-function-call-to-catch-errors", s.ChangeSearchToThrowErrors = "change-search-to-throw-errors", s.ChangeSearchToCatchErrors = "change-search-to-catch-errors", s.ChangeVarDeclToThrowErrors = "change-variable-declaration-to-throw-errors", s.ChangeVarDeclToCatchErrors = "change-variable-declaration-to-catch-errors", s.ChangeVarInstToThrowErrors = "change-variable-instance-to-throw-errors", s.ChangeVarInstToCatchErrors = "change-variable-instance-to-catch-errors", s.AddErrorOutputToNode = "add-error-output-to-node", s.AddErrorOutputToOperation = "add-error-output-to-operation", s.AddErrorOutputToFuncCall = "add-error-output-to-function-call", s.AddErrorOutputToSearch = "add-error-output-to-search", s.AddErrorOutputToVarDecl = "add-error-output-to-variable-declaration", s.AddErrorOutputToVarInst = "add-error-output-to-variable-instance", s.AddInputToNode = "add-input-to-node", s.AddInputToOperation = "add-input-to-operation", s.AddInputToFuncCall = "add-input-to-function-call", s.AddInputToSearch = "add-input-to-search", s.AddPropertyToVarDecl = "add-property-to-variable-declaration", s.AddPropertyToVarInst = "add-property-to-variable-instance", s.AddMethodToDef = "add-method-to-definition", s.ReSyncRowTransformer = "re-sync-row-transformer", s.ManuallyAddRowTransformer = "manually-add-row-transformer", s.AddPropertyToDef = "add-property-to-definition", s.RestablishExternalAccountConnection = "restablish-external-account-connection", s.AddThrownError = "add-thrown-error", s.RecalculateTerminationStatement = "recalculate-termination-statement", s.RecalculateReturnStmt = "recalculate-return-statement", s.RecalculateContinueStmt = "recalculate-continue-statement", s.RecalculateBreakStmt = "recalculate-break-statement", s.AddPropertyToTerminationStatement = "add-property-to-termination-statement", s.AddPropertyToReturnStmt = "add-property-to-return-statement", s.AddPropertyToContinueStmt = "add-property-to-continue-statement", s.AddPropertyToBreakStmt = "add-property-to-break-statement", s.SetLiteralValueToExplicitlyEmpty = "set-literal-value-to-explicitly-empty", s.ModifyLiteralValue = "modify-literal-value", s.RemoveLiteralValue = "remove-literal-value", s.ModifyLiteralValueAsType = "modify-literal-value-as-type", s.UpdateProjectMetadata = "update-project-metadata", s.RenameProject = "rename-project", s.ChangeProjectDescription = "change-project-description", s.RestoreNode = "restore-node", s.RestoreDef = "restore-definition", s.RestoreFuncDecl = "restore-function-declaration", s.RestoreGlobalEvent = "restore-global-event", s.RestoreSearch = "restore-search", s.RestoreVarDecl = "restore-variable-declaration", s.RestoreVarInst = "restore-variable-instance", s.RestoreFuncCall = "restore-function-call", s.RestoreOperation = "restore-operation", s.RestoreCondition = "restore-condition", s.RestoreReturnStmt = "restore-return-statement", s.RestoreContinueStmt = "restore-continue-statement", s.RestoreBreakStmt = "restore-break-statement", s.RestoreInstalledProject = "restore-installed-project", s.RestoreLoop = "restore-loop", s.CreateNewDef = "create-new-definition", s.CreateNewFuncDecl = "create-new-function-declaration", s.CreateNewGlobalEvent = "create-new-global-event", s.CreateNewSearch = "create-new-search", s.CreateNewVarDecl = "create-new-variable-declaration", s.CreateNewVarInst = "create-new-variable-instance", s.CreateNewFuncCall = "create-new-function-call", s.CreateNewOperation = "create-new-operation", s.CreateNewCondition = "create-new-condition", s.CreateNewReturnStmt = "create-new-return-statement", s.CreateNewContinueStmt = "create-new-continue-statement", s.CreateNewBreakStmt = "create-new-break-statement", s.CreateNewInternalCall = "create-new-internal-call", s.CreateNewLoop = "create-new-loop", s.ImplementBuiltInFunctionalityAsDef = "implement-built-in-functionality-as-definition", s.ImplementAbstractEntityAsDef = "implement-abstract-entity-as-definition", s.ImplementNewHTTPEndpoint = "implement-new-http-endpoint", s.ImplementNewScheduledTrigger = "implement-new-scheduled-trigger", s.ImplementNewPersistedEntity = "implement-new-persisted-entity", s.AddedNewRowTransformer = "added-new-row-transformer", s.AddedSQLConnectionConfig = "added-sql-connection-config", s.AddedNewSSLConnectionConfig = "added-new-ssl-connection-config", s.AddedGoogleConnection = "added-google-connection", s.AddedSlackConnection = "added-slack-connection", s.AddedNewExternalAccountConnection = "added-new-external-account-connection", s.AddedGoogleDriveConnection = "added-google-drive-connection", s.AddedGoogleSheetsConnection = "added-google-sheet-connection", s.AddedGoogleSlidesConnection = "added-google-slides-connection", s.AddedGoogleMailConnection = "added-gmail-connection", s.ManuallyCreateIndividualNode = "manually-create-individual-node", s.UpdateNode = "update-node", s.CreateNewProjectPublicationCompletedEvent = "create-new-project-publication-completed-event", s.CreateNewCountedLoop = "create-new-counted-loop", s.CreateNewListLoop = "create-new-list-loop", s.CreateNewManualFlowLoop = "create-new-manual-flow-loop", s.CreateNewObjectKeysLoop = "create-new-object-keys-loop", s.CreateNewObjectValuesLoop = "create-new-object-values-loop", s.CreateNewStringLoop = "create-new-string-loop", s.CreateNewIsFalseCondition = "create-new-is-false-condition", s.CreateNewIsTrueCondition = "create-new-is-true-condition", s.CreateNewAndCondition = "create-new-and-condition", s.CreateNewOrCondition = "create-new-or-condition", s.DisconnectNodes = "disconnect-nodes", s.DisconnectExecutions = "disconnect-executions", s.DisconnectValues = "disconnect-values", s.ConnectNodes = "connect-nodes", s.ConnectExecution = "connect-execution", s.ConnectValues = "connect-values", s.ConnectValueToNewInput = "connect-value-to-new-input", s.ConnectValueToNewOperationInput = "connect-value-to-new-operation-input", s.ConnectValueToNewConditionInput = "connect-value-to-new-condition-input", s.ConnectValueToNewSearchInput = "connect-value-to-new-search-input", s.ConnectValueToNewVarDeclProperty = "connect-value-to-new-variable-declaration-property", s.ConnectValueToNewVarInstProperty = "connect-value-to-new-variable-instance-property", s.ConnectValueToNewReturnStmtProperty = "connect-value-to-new-return-statement-property", s.ConnectValueToNewContinueStmtProperty = "connect-value-to-new-continue-statement-property", s.ConnectValueToNewBreakStmtProperty = "connect-value-to-new-break-statement-property", s.ConnectNewFuncDeclArgToValue = "connect-new-function-argument-to-value", s.RemoveNodes = "remove-nodes", s.RemoveNode = "remove-node", s.InitialLoadAutomaticCanvasRefresh = "initial-load-automatic-canvas-refresh", s.MoveNodes = "move-nodes", s.MoveNode = "move-node", s.CloneNodes = "clone-nodes", s.CloneNode = "clone-node", s.GenerateSQLMigrationOnPersistedEntityUpdate = "generate-sql-migration-on-persisted-entity-update", s))(_ || {}), Ze = /* @__PURE__ */ ((s) => (s.ActionOwnerEntityNotEditable = "action-owner-entity-not-editable", s.ActionCounterpartEntityNotEditable = "action-counterpart-entity-not-editable", s.ActionOwnerEntityNonDeletable = "action-owner-entity-non-deletable", s.GlobalVariableDeclarationCannnotCatchError = "global-variable-declaration-cannot-catch-error", s.GlobalVariableDeclarationCannotReadValue = "global-variable-declaration-cannot-read-value", s.GlobalVariableDeclarationCannotBeCalled = "global-variable-declaration-cannot-be-called", s.GlobalVariableDeclarationCannotCallFromError = "global-variable-declaration-cannot-call-from-error", s.ValueReadingOverridesConstantProperty = "value-reading-overrides-constant-property", s.DefaultValueOverridesConstantProperty = "default-value-overrides-constant-property", s.ValueReadingOverridesConstantVariable = "value-reading-overrides-constant-variable", s.DefaultValueOverridesConstantVariable = "default-value-overrides-constant-variable", s.CannotSuccessCallItself = "cannot-success-call-itself", s.CannotErrorCallItself = "cannot-error-call-itself", s.CannotEntryCallItself = "cannot-entry-call-itself", s.CannotValueWriteItself = "cannot-value-write-itself", s.CannotBeCalledBeforeDeclaration = "cannot-be-called-before-declaration", s.CannotBeCalledInParallelBranchToDeclaration = "cannot-be-called-in-parallel-branch-to-declaration", s.CannotBeHigherScopeThanDeclaration = "cannot-be-higher-scope-than-declaration", s.InputsInGlobalVariableDeclarationsCannotReadValues = "inputs-in-global-variable-declarations-cannot-read-values", s))(Ze || {});
104817
105517
  class cPi {
104818
105518
  constructor({
104819
105519
  id: u,