@elyx-code/project-logic-tree 0.0.6492 → 0.0.6493

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
@@ -68,7 +68,7 @@ const by = {
68
68
  },
69
69
  fromUUID: (d) => d
70
70
  };
71
- var f = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.ReturnDeclaration = "return-declaration", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(f || {}), xe = /* @__PURE__ */ ((d) => (d.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", d.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", d.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", d.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", d.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", d.EXTERNAL_INTERGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", d))(xe || {}), Wr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(Wr || {}), ae = /* @__PURE__ */ ((d) => (d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Boolean = "boolean", d.Null = "null", d.Enum = "enum", d.KeyValue = "key-value", d.Date = "date", d.UUID = "uuid", d.File = "file", d.Untyped = "untyped", d))(ae || {}), er = /* @__PURE__ */ ((d) => (d.Addition = "addition", d.Subtraction = "subtraction", d.Multiplication = "multiplication", d.Division = "division", d.Remainder = "remainder", d.Exponentiation = "exponentiation", d))(er || {}), Re = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "generate-random-integer", d.GenerateRandomFloat = "generate-random-float", d.GenerateRandomHexadecimal = "generate-random-hexadecimal", d.GenerateRandomBase62 = "generate-random-base62", d.GenerateRandomBase64 = "generate-random-base64", d.GenerateRandomAlphanumeric = "generate-random-alphanumeric", d.GenerateIdentifier = "generate-identifier", d.GenerateRandomUUIDv4 = "generate-random-uuidv4", d.GenerateShortIdentifier = "generate-short-identifier", d.GenerateHexadecimalToken = "generate-hexadecimal-token", d))(Re || {}), Ge = /* @__PURE__ */ ((d) => (d.Join = "string-join", d.Split = "string-split", d.DeleteLast = "string-delete-last", d.DeleteFirst = "string-delete-first", d.DeleteIndex = "string-delete-index", d.AddIndex = "string-add-index", d.ReplaceFirst = "string-replace-first", d.ReplaceLast = "string-replace-last", d.ReplaceIndex = "string-replace-index", d.ReplaceSingleMatch = "string-replace-single-match", d.ReplaceAllMatches = "string-replace-all-matches", d.GetIndexItem = "string-get-index-item", d.GetFirst = "string-get-first", d.GetLast = "string-get-last", d.GetIndexOf = "string-get-index-of", d.Append = "string-append", d.Prepend = "string-prepend", d.Reverse = "string-reverse", d.ToLowerCase = "string-to-lower-case", d.ToUpperCase = "string-to-upper-case", d))(Ge || {}), Fe = /* @__PURE__ */ ((d) => (d.Join = "list-join", d.Split = "list-split", d.DeleteLast = "list-delete-last", d.DeleteFirst = "list-delete-first", d.DeleteIndex = "list-delete-index", d.AddIndex = "list-add-index", d.ReplaceFirst = "list-replace-first", d.ReplaceLast = "list-replace-last", d.ReplaceIndex = "list-replace-index", d.GetIndexItem = "list-get-index-item", d.GetFirst = "list-get-first", d.GetLast = "list-get-last", d.Append = "list-append", d.Prepend = "list-prepend", d.Reverse = "list-reverse", d))(Fe || {}), rr = /* @__PURE__ */ ((d) => (d.Parallel = "parallel", d.Sequential = "sequential", d.Wait = "wait", d))(rr || {}), fr = /* @__PURE__ */ ((d) => (d.CreateNewInstance = "create-new-instance", d.Validate = "validate", d))(fr || {}), Ri = /* @__PURE__ */ ((d) => (d.HttpRequest = "base-http-request", d))(Ri || {}), $e = /* @__PURE__ */ ((d) => (d.AirtableTables = "external-integration--airtable--get--tables", d.AirtableBases = "external-integration--airtable--get--bases", d.GoogleWorkspaceOrgUnits = "external-integration--google--get--workspace-org-units", d.GoogleWorkspaceUsers = "external-integration--google--get--workspace-users", d.GoogleWorkspaceUserAccessTokens = "external-integration--google--get--workspace-user-access-tokens", d.GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document", d.GoogleDriveFetchGoogleSheet = "external-integration--google-drive--get--fetch-google-sheet", d.GoogleDriveFetchGoogleDoc = "external-integration--google-drive--get--fetch-google-doc", d.GoogleDriveFolderContent = "external-integration--google-drive--get--folder-content", d.GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document", d.GoogleDriveListDrives = "external-integration--google-drive--get--list-drives", d.GoogleDriveDocuments = "external-integration--google-drive--get--documents", d.GoogleDriveFolders = "external-integration--google-drive--get--folders", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.GoogleMailLabels = "external-integration--google-mail--get--labels", d.GoogleSheetFetchSpreadsheet = "external-integration--google-sheet--get--fetch-spreadsheet", d.JiraCreateIssue = "external-integration--jira--post--create-issue", d.JiraIssues = "external-integration--jira--get--issues", d.JiraProjects = "external-integration--jira--get--projects", d.JiraIssueTypes = "external-integration--jira--get--issue-types", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackUsers = "external-integration--slack--get--users", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d))($e || {}), yt = /* @__PURE__ */ ((d) => (d.Equal = "equal", d.NotEqual = "not-equal", d.LessThan = "less-than", d.MoreThan = "more-than", d.LessThanOrEqual = "less-than-or-equal", d.MoreThanOrEqual = "more-than-or-equal", d))(yt || {}), mi = /* @__PURE__ */ ((d) => (d.Empty = "empty", d.NotEmpty = "not-empty", d))(mi || {}), Jr = /* @__PURE__ */ ((d) => (d.And = "and", d.Or = "or", d))(Jr || {}), We = /* @__PURE__ */ ((d) => (d.ManualFlow = "manual-flow-loop", d.Counted = "counted-loop", d.List = "list-loop", d.ObjectKeys = "object-keys-loop", d.ObjectValues = "object-values-loop", d.String = "string-loop", d))(We || {}), oe = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.FixedReturns = "fixed-returns", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d.DynamicReturn = "dynamic-return-types", d))(oe || {}), bi = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(bi || {}), ro = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(ro || {}), ai = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.AbortExecution = "base-abort-execution", d))(ai || {}), Ko = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(Ko || {});
71
+ var f = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.ReturnDeclaration = "return-declaration", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(f || {}), xe = /* @__PURE__ */ ((d) => (d.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", d.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", d.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", d.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", d.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", d.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", d))(xe || {}), Wr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(Wr || {}), ae = /* @__PURE__ */ ((d) => (d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Boolean = "boolean", d.Null = "null", d.Enum = "enum", d.KeyValue = "key-value", d.Date = "date", d.UUID = "uuid", d.File = "file", d.Untyped = "untyped", d))(ae || {}), er = /* @__PURE__ */ ((d) => (d.Addition = "addition", d.Subtraction = "subtraction", d.Multiplication = "multiplication", d.Division = "division", d.Remainder = "remainder", d.Exponentiation = "exponentiation", d))(er || {}), Re = /* @__PURE__ */ ((d) => (d.GenerateRandomInteger = "generate-random-integer", d.GenerateRandomFloat = "generate-random-float", d.GenerateRandomHexadecimal = "generate-random-hexadecimal", d.GenerateRandomBase62 = "generate-random-base62", d.GenerateRandomBase64 = "generate-random-base64", d.GenerateRandomAlphanumeric = "generate-random-alphanumeric", d.GenerateIdentifier = "generate-identifier", d.GenerateRandomUUIDv4 = "generate-random-uuidv4", d.GenerateShortIdentifier = "generate-short-identifier", d.GenerateHexadecimalToken = "generate-hexadecimal-token", d))(Re || {}), Ge = /* @__PURE__ */ ((d) => (d.Join = "string-join", d.Split = "string-split", d.DeleteLast = "string-delete-last", d.DeleteFirst = "string-delete-first", d.DeleteIndex = "string-delete-index", d.AddIndex = "string-add-index", d.ReplaceFirst = "string-replace-first", d.ReplaceLast = "string-replace-last", d.ReplaceIndex = "string-replace-index", d.ReplaceSingleMatch = "string-replace-single-match", d.ReplaceAllMatches = "string-replace-all-matches", d.GetIndexItem = "string-get-index-item", d.GetFirst = "string-get-first", d.GetLast = "string-get-last", d.GetIndexOf = "string-get-index-of", d.Append = "string-append", d.Prepend = "string-prepend", d.Reverse = "string-reverse", d.ToLowerCase = "string-to-lower-case", d.ToUpperCase = "string-to-upper-case", d))(Ge || {}), Fe = /* @__PURE__ */ ((d) => (d.Join = "list-join", d.Split = "list-split", d.DeleteLast = "list-delete-last", d.DeleteFirst = "list-delete-first", d.DeleteIndex = "list-delete-index", d.AddIndex = "list-add-index", d.ReplaceFirst = "list-replace-first", d.ReplaceLast = "list-replace-last", d.ReplaceIndex = "list-replace-index", d.GetIndexItem = "list-get-index-item", d.GetFirst = "list-get-first", d.GetLast = "list-get-last", d.Append = "list-append", d.Prepend = "list-prepend", d.Reverse = "list-reverse", d))(Fe || {}), rr = /* @__PURE__ */ ((d) => (d.Parallel = "parallel", d.Sequential = "sequential", d.Wait = "wait", d))(rr || {}), fr = /* @__PURE__ */ ((d) => (d.CreateNewInstance = "create-new-instance", d.Validate = "validate", d))(fr || {}), Ri = /* @__PURE__ */ ((d) => (d.HttpRequest = "base-http-request", d))(Ri || {}), $e = /* @__PURE__ */ ((d) => (d.AirtableTables = "external-integration--airtable--get--tables", d.AirtableBases = "external-integration--airtable--get--bases", d.GoogleWorkspaceOrgUnits = "external-integration--google--get--workspace-org-units", d.GoogleWorkspaceUsers = "external-integration--google--get--workspace-users", d.GoogleWorkspaceUserAccessTokens = "external-integration--google--get--workspace-user-access-tokens", d.GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document", d.GoogleDriveFetchGoogleSheet = "external-integration--google-drive--get--fetch-google-sheet", d.GoogleDriveFetchGoogleDoc = "external-integration--google-drive--get--fetch-google-doc", d.GoogleDriveFolderContent = "external-integration--google-drive--get--folder-content", d.GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document", d.GoogleDriveListDrives = "external-integration--google-drive--get--list-drives", d.GoogleDriveDocuments = "external-integration--google-drive--get--documents", d.GoogleDriveFolders = "external-integration--google-drive--get--folders", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.GoogleMailLabels = "external-integration--google-mail--get--labels", d.GoogleSheetFetchSpreadsheet = "external-integration--google-sheet--get--fetch-spreadsheet", d.JiraCreateIssue = "external-integration--jira--post--create-issue", d.JiraIssues = "external-integration--jira--get--issues", d.JiraProjects = "external-integration--jira--get--projects", d.JiraIssueTypes = "external-integration--jira--get--issue-types", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackUsers = "external-integration--slack--get--users", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d))($e || {}), yt = /* @__PURE__ */ ((d) => (d.Equal = "equal", d.NotEqual = "not-equal", d.LessThan = "less-than", d.MoreThan = "more-than", d.LessThanOrEqual = "less-than-or-equal", d.MoreThanOrEqual = "more-than-or-equal", d))(yt || {}), mi = /* @__PURE__ */ ((d) => (d.Empty = "empty", d.NotEmpty = "not-empty", d))(mi || {}), Jr = /* @__PURE__ */ ((d) => (d.And = "and", d.Or = "or", d))(Jr || {}), We = /* @__PURE__ */ ((d) => (d.ManualFlow = "manual-flow-loop", d.Counted = "counted-loop", d.List = "list-loop", d.ObjectKeys = "object-keys-loop", d.ObjectValues = "object-values-loop", d.String = "string-loop", d))(We || {}), oe = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.FixedReturns = "fixed-returns", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d.DynamicReturn = "dynamic-return-types", d))(oe || {}), bi = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(bi || {}), ro = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(ro || {}), ai = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.AbortExecution = "base-abort-execution", d))(ai || {}), Ko = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(Ko || {});
72
72
  const qn = [
73
73
  f.VariableDeclaration,
74
74
  f.VariableInstance,
@@ -467,8 +467,8 @@ const ce = {
467
467
  }
468
468
  }
469
469
  },
470
- [xe.EXTERNAL_INTERGRATION_CONNECTION]: {
471
- id: xe.EXTERNAL_INTERGRATION_CONNECTION,
470
+ [xe.EXTERNAL_INTEGRATION_CONNECTION]: {
471
+ id: xe.EXTERNAL_INTEGRATION_CONNECTION,
472
472
  properties: {
473
473
  integration: {
474
474
  id: "external-integration-connection-built-in-base-entity-integration-property-id",
@@ -6499,14 +6499,14 @@ const J_t = {
6499
6499
  description: "The unique identifier for the connection to the external integration.",
6500
6500
  parent: _qe
6501
6501
  }, Cr = {
6502
- id: xe.EXTERNAL_INTERGRATION_CONNECTION,
6502
+ id: xe.EXTERNAL_INTEGRATION_CONNECTION,
6503
6503
  version: "1",
6504
6504
  createdAt: "2024-01-01T00:00:00.000Z",
6505
6505
  author: "1",
6506
6506
  previousVersion: null,
6507
6507
  deleted: !1,
6508
6508
  description: "This entity represents a connection to an external integration, such as a third-party service or API. It is used to hold the configuration and authentication details required to connect to the external service.",
6509
- name: xe.EXTERNAL_INTERGRATION_CONNECTION,
6509
+ name: xe.EXTERNAL_INTEGRATION_CONNECTION,
6510
6510
  type: f.BuiltInBaseEntity,
6511
6511
  abstract: !0,
6512
6512
  static: !0,
@@ -6528,7 +6528,7 @@ const J_t = {
6528
6528
  type: f.DataType,
6529
6529
  options: null,
6530
6530
  isList: !1,
6531
- asType: null,
6531
+ asType: !0,
6532
6532
  index: null,
6533
6533
  like: !1,
6534
6534
  inferred: !1,
@@ -6541,7 +6541,7 @@ const J_t = {
6541
6541
  orChildrenGroup: null,
6542
6542
  entity: Cr,
6543
6543
  parent: {
6544
- id: "external-integration--slack--post--send-message-connection-input--7qrulcq2b5ws4fr5eajtu--ref",
6544
+ id: "external-integration--slack--post--send-message-connection-input--4325hsqe1ard6o7fkpwc3n--ref",
6545
6545
  type: f.GenericReference,
6546
6546
  entityId: "external-integration--slack--post--send-message-connection-input",
6547
6547
  version: "1",
@@ -6564,7 +6564,7 @@ const J_t = {
6564
6564
  parentRelationType: oe.FixedArguments,
6565
6565
  dataType: Dqe,
6566
6566
  parent: {
6567
- id: "external-integration--slack--post--send-message--op7di4rapkzu0ifqpowd--ref",
6567
+ id: "external-integration--slack--post--send-message--pd54l2z6atc89877bc7bd2--ref",
6568
6568
  type: f.GenericReference,
6569
6569
  entityId: "external-integration--slack--post--send-message",
6570
6570
  version: "1",
@@ -6595,7 +6595,7 @@ const J_t = {
6595
6595
  type: f.DataType,
6596
6596
  options: null,
6597
6597
  isList: !1,
6598
- asType: null,
6598
+ asType: !0,
6599
6599
  index: null,
6600
6600
  like: !1,
6601
6601
  inferred: !1,
@@ -6608,7 +6608,7 @@ const J_t = {
6608
6608
  orChildrenGroup: null,
6609
6609
  entity: Cr,
6610
6610
  parent: {
6611
- id: "external-integration--slack--get--users-connection-input--0jj58pyb7w7v4vul67lfm--ref",
6611
+ id: "external-integration--slack--get--users-connection-input--fp61d3yy1pruakiyizu0km--ref",
6612
6612
  type: f.GenericReference,
6613
6613
  entityId: "external-integration--slack--get--users-connection-input",
6614
6614
  version: "1",
@@ -6631,7 +6631,7 @@ const J_t = {
6631
6631
  parentRelationType: oe.FixedArguments,
6632
6632
  dataType: Pqe,
6633
6633
  parent: {
6634
- id: "external-integration--slack--get--users--6nu0c3vsycepoyoz010vv--ref",
6634
+ id: "external-integration--slack--get--users--yc95rdtoxyjv4yxk9o8li--ref",
6635
6635
  type: f.GenericReference,
6636
6636
  entityId: "external-integration--slack--get--users",
6637
6637
  version: "1",
@@ -6662,7 +6662,7 @@ const J_t = {
6662
6662
  type: f.DataType,
6663
6663
  options: null,
6664
6664
  isList: !1,
6665
- asType: null,
6665
+ asType: !0,
6666
6666
  index: null,
6667
6667
  like: !1,
6668
6668
  inferred: !1,
@@ -6675,7 +6675,7 @@ const J_t = {
6675
6675
  orChildrenGroup: null,
6676
6676
  entity: Cr,
6677
6677
  parent: {
6678
- id: "external-integration--slack--get--channels-connection-input--qio11ioaiw8darww9fa5g--ref",
6678
+ id: "external-integration--slack--get--channels-connection-input--trxf5m36ralc0lyau64pf--ref",
6679
6679
  type: f.GenericReference,
6680
6680
  entityId: "external-integration--slack--get--channels-connection-input",
6681
6681
  version: "1",
@@ -6698,7 +6698,7 @@ const J_t = {
6698
6698
  parentRelationType: oe.FixedArguments,
6699
6699
  dataType: xqe,
6700
6700
  parent: {
6701
- id: "external-integration--slack--get--channels--ehck9pejvfjp9y0pzbbocj--ref",
6701
+ id: "external-integration--slack--get--channels--kgin8gpxsdrhe1gg0xvv--ref",
6702
6702
  type: f.GenericReference,
6703
6703
  entityId: "external-integration--slack--get--channels",
6704
6704
  version: "1",
@@ -6734,7 +6734,7 @@ channels:join`,
6734
6734
  type: f.DataType,
6735
6735
  options: null,
6736
6736
  isList: !1,
6737
- asType: null,
6737
+ asType: !0,
6738
6738
  index: null,
6739
6739
  like: !1,
6740
6740
  inferred: !1,
@@ -6747,7 +6747,7 @@ channels:join`,
6747
6747
  orChildrenGroup: null,
6748
6748
  entity: Cr,
6749
6749
  parent: {
6750
- id: "external-integration--slack--get--messages-connection-input--c276stoot2ualny0kxckku--ref",
6750
+ id: "external-integration--slack--get--messages-connection-input--a9z6x7z4tzav55dv2fjb8--ref",
6751
6751
  type: f.GenericReference,
6752
6752
  entityId: "external-integration--slack--get--messages-connection-input",
6753
6753
  version: "1",
@@ -6770,7 +6770,7 @@ channels:join`,
6770
6770
  parentRelationType: oe.FixedArguments,
6771
6771
  dataType: Bqe,
6772
6772
  parent: {
6773
- id: "external-integration--slack--get--messages--bts2mo6z1prjy84yl0oix8--ref",
6773
+ id: "external-integration--slack--get--messages--h9lthbd6nnzxiny59th1o--ref",
6774
6774
  type: f.GenericReference,
6775
6775
  entityId: "external-integration--slack--get--messages",
6776
6776
  version: "1",
@@ -6807,7 +6807,7 @@ channels:history, groups:history, mpim:history, im:history`,
6807
6807
  type: f.DataType,
6808
6808
  options: null,
6809
6809
  isList: !1,
6810
- asType: null,
6810
+ asType: !0,
6811
6811
  index: null,
6812
6812
  like: !1,
6813
6813
  inferred: !1,
@@ -6820,7 +6820,7 @@ channels:history, groups:history, mpim:history, im:history`,
6820
6820
  orChildrenGroup: null,
6821
6821
  entity: Cr,
6822
6822
  parent: {
6823
- id: "external-integration--jira--post--create-issue-connection-input--mxzg4baaxfxud16yyqhcr--ref",
6823
+ id: "external-integration--jira--post--create-issue-connection-input--l9diw6dupqalrj8qxra5v--ref",
6824
6824
  type: f.GenericReference,
6825
6825
  entityId: "external-integration--jira--post--create-issue-connection-input",
6826
6826
  version: "1",
@@ -6843,7 +6843,7 @@ channels:history, groups:history, mpim:history, im:history`,
6843
6843
  parentRelationType: oe.FixedArguments,
6844
6844
  dataType: Gqe,
6845
6845
  parent: {
6846
- id: "external-integration--jira--post--create-issue--sf0uxsz69tfo60z69d29l--ref",
6846
+ id: "external-integration--jira--post--create-issue--9aolwgt6goqfelpyykdao--ref",
6847
6847
  type: f.GenericReference,
6848
6848
  entityId: "external-integration--jira--post--create-issue",
6849
6849
  version: "1",
@@ -6874,7 +6874,7 @@ channels:history, groups:history, mpim:history, im:history`,
6874
6874
  type: f.DataType,
6875
6875
  options: null,
6876
6876
  isList: !1,
6877
- asType: null,
6877
+ asType: !0,
6878
6878
  index: null,
6879
6879
  like: !1,
6880
6880
  inferred: !1,
@@ -6887,7 +6887,7 @@ channels:history, groups:history, mpim:history, im:history`,
6887
6887
  orChildrenGroup: null,
6888
6888
  entity: Cr,
6889
6889
  parent: {
6890
- id: "external-integration--jira--get--issues-connection-input--chvg7ihvuqdva47np87cr--ref",
6890
+ id: "external-integration--jira--get--issues-connection-input--56c9vivgem84lcm94k0an3--ref",
6891
6891
  type: f.GenericReference,
6892
6892
  entityId: "external-integration--jira--get--issues-connection-input",
6893
6893
  version: "1",
@@ -6910,7 +6910,7 @@ channels:history, groups:history, mpim:history, im:history`,
6910
6910
  parentRelationType: oe.FixedArguments,
6911
6911
  dataType: Kqe,
6912
6912
  parent: {
6913
- id: "external-integration--jira--get--issues--mwykfy12tr9cxljvd8fjc--ref",
6913
+ id: "external-integration--jira--get--issues--xr46vp3xr7gbnsog09usbg--ref",
6914
6914
  type: f.GenericReference,
6915
6915
  entityId: "external-integration--jira--get--issues",
6916
6916
  version: "1",
@@ -6941,7 +6941,7 @@ channels:history, groups:history, mpim:history, im:history`,
6941
6941
  type: f.DataType,
6942
6942
  options: null,
6943
6943
  isList: !1,
6944
- asType: null,
6944
+ asType: !0,
6945
6945
  index: null,
6946
6946
  like: !1,
6947
6947
  inferred: !1,
@@ -6954,7 +6954,7 @@ channels:history, groups:history, mpim:history, im:history`,
6954
6954
  orChildrenGroup: null,
6955
6955
  entity: Cr,
6956
6956
  parent: {
6957
- id: "external-integration--jira--get--projects-connection-input--5w5zej2oy6t2xi1tyg4xn--ref",
6957
+ id: "external-integration--jira--get--projects-connection-input--jvxlvuw2effm0h750gx3o--ref",
6958
6958
  type: f.GenericReference,
6959
6959
  entityId: "external-integration--jira--get--projects-connection-input",
6960
6960
  version: "1",
@@ -6977,7 +6977,7 @@ channels:history, groups:history, mpim:history, im:history`,
6977
6977
  parentRelationType: oe.FixedArguments,
6978
6978
  dataType: Zqe,
6979
6979
  parent: {
6980
- id: "external-integration--jira--get--projects--sfq3kwi6ilopxm7l3869kb--ref",
6980
+ id: "external-integration--jira--get--projects--7orv0j2eii9cjcuxislo3c--ref",
6981
6981
  type: f.GenericReference,
6982
6982
  entityId: "external-integration--jira--get--projects",
6983
6983
  version: "1",
@@ -7008,7 +7008,7 @@ channels:history, groups:history, mpim:history, im:history`,
7008
7008
  type: f.DataType,
7009
7009
  options: null,
7010
7010
  isList: !1,
7011
- asType: null,
7011
+ asType: !0,
7012
7012
  index: null,
7013
7013
  like: !1,
7014
7014
  inferred: !1,
@@ -7021,7 +7021,7 @@ channels:history, groups:history, mpim:history, im:history`,
7021
7021
  orChildrenGroup: null,
7022
7022
  entity: Cr,
7023
7023
  parent: {
7024
- id: "external-integration--jira--get--issue-types-connection-input--1s15w5m5fx2jq6a9ha3fm4k--ref",
7024
+ id: "external-integration--jira--get--issue-types-connection-input--bmcmuukva7mzbdavt395uq--ref",
7025
7025
  type: f.GenericReference,
7026
7026
  entityId: "external-integration--jira--get--issue-types-connection-input",
7027
7027
  version: "1",
@@ -7044,7 +7044,7 @@ channels:history, groups:history, mpim:history, im:history`,
7044
7044
  parentRelationType: oe.FixedArguments,
7045
7045
  dataType: Hqe,
7046
7046
  parent: {
7047
- id: "external-integration--jira--get--issue-types--3ldqlx9nzqp6dl5a7r8fel--ref",
7047
+ id: "external-integration--jira--get--issue-types--7i0g2dziehg0no6k7sxv4in--ref",
7048
7048
  type: f.GenericReference,
7049
7049
  entityId: "external-integration--jira--get--issue-types",
7050
7050
  version: "1",
@@ -7075,7 +7075,7 @@ channels:history, groups:history, mpim:history, im:history`,
7075
7075
  type: f.DataType,
7076
7076
  options: null,
7077
7077
  isList: !1,
7078
- asType: null,
7078
+ asType: !0,
7079
7079
  index: null,
7080
7080
  like: !1,
7081
7081
  inferred: !1,
@@ -7088,7 +7088,7 @@ channels:history, groups:history, mpim:history, im:history`,
7088
7088
  orChildrenGroup: null,
7089
7089
  entity: Cr,
7090
7090
  parent: {
7091
- id: "external-integration--google-sheet--get--fetch-spreadsheet-connection-input--vj9keik4sbawjtd91twqb--ref",
7091
+ id: "external-integration--google-sheet--get--fetch-spreadsheet-connection-input--ex1ti908kivuxdux8bosqk--ref",
7092
7092
  type: f.GenericReference,
7093
7093
  entityId: "external-integration--google-sheet--get--fetch-spreadsheet-connection-input",
7094
7094
  version: "1",
@@ -7111,7 +7111,7 @@ channels:history, groups:history, mpim:history, im:history`,
7111
7111
  parentRelationType: oe.FixedArguments,
7112
7112
  dataType: Xqe,
7113
7113
  parent: {
7114
- id: "external-integration--google-sheet--get--fetch-spreadsheet--41p2pv41s9hjd3qxn9mszg--ref",
7114
+ id: "external-integration--google-sheet--get--fetch-spreadsheet--z8r3odrn53j0xd05kps5q--ref",
7115
7115
  type: f.GenericReference,
7116
7116
  entityId: "external-integration--google-sheet--get--fetch-spreadsheet",
7117
7117
  version: "1",
@@ -7142,7 +7142,7 @@ channels:history, groups:history, mpim:history, im:history`,
7142
7142
  type: f.DataType,
7143
7143
  options: null,
7144
7144
  isList: !1,
7145
- asType: null,
7145
+ asType: !0,
7146
7146
  index: null,
7147
7147
  like: !1,
7148
7148
  inferred: !1,
@@ -7155,7 +7155,7 @@ channels:history, groups:history, mpim:history, im:history`,
7155
7155
  orChildrenGroup: null,
7156
7156
  entity: Cr,
7157
7157
  parent: {
7158
- id: "external-integration--google-mail--post--send-email-connection-input--5r5ncvqhfzbae5hnoprpa--ref",
7158
+ id: "external-integration--google-mail--post--send-email-connection-input--609jq5vqcjvxs2y3nzkxk--ref",
7159
7159
  type: f.GenericReference,
7160
7160
  entityId: "external-integration--google-mail--post--send-email-connection-input",
7161
7161
  version: "1",
@@ -7178,7 +7178,7 @@ channels:history, groups:history, mpim:history, im:history`,
7178
7178
  parentRelationType: oe.FixedArguments,
7179
7179
  dataType: tZe,
7180
7180
  parent: {
7181
- id: "external-integration--google-mail--post--send-email--8674cvegslwau286wjz7--ref",
7181
+ id: "external-integration--google-mail--post--send-email--3e4bcguxaov05osd65zs2o--ref",
7182
7182
  type: f.GenericReference,
7183
7183
  entityId: "external-integration--google-mail--post--send-email",
7184
7184
  version: "1",
@@ -7209,7 +7209,7 @@ channels:history, groups:history, mpim:history, im:history`,
7209
7209
  type: f.DataType,
7210
7210
  options: null,
7211
7211
  isList: !1,
7212
- asType: null,
7212
+ asType: !0,
7213
7213
  index: null,
7214
7214
  like: !1,
7215
7215
  inferred: !1,
@@ -7222,7 +7222,7 @@ channels:history, groups:history, mpim:history, im:history`,
7222
7222
  orChildrenGroup: null,
7223
7223
  entity: Cr,
7224
7224
  parent: {
7225
- id: "external-integration--google-mail--get--fetch-attachment-connection-input--8zn6b4go95mf5nmptk1u7l--ref",
7225
+ id: "external-integration--google-mail--get--fetch-attachment-connection-input--imhjqnmnm0q8l9pclxdjev--ref",
7226
7226
  type: f.GenericReference,
7227
7227
  entityId: "external-integration--google-mail--get--fetch-attachment-connection-input",
7228
7228
  version: "1",
@@ -7245,7 +7245,7 @@ channels:history, groups:history, mpim:history, im:history`,
7245
7245
  parentRelationType: oe.FixedArguments,
7246
7246
  dataType: sZe,
7247
7247
  parent: {
7248
- id: "external-integration--google-mail--get--fetch-attachment--ko485egoguziaxfznj71--ref",
7248
+ id: "external-integration--google-mail--get--fetch-attachment--9zm2hqrjq6x6tkq6a1k--ref",
7249
7249
  type: f.GenericReference,
7250
7250
  entityId: "external-integration--google-mail--get--fetch-attachment",
7251
7251
  version: "1",
@@ -7276,7 +7276,7 @@ channels:history, groups:history, mpim:history, im:history`,
7276
7276
  type: f.DataType,
7277
7277
  options: null,
7278
7278
  isList: !1,
7279
- asType: null,
7279
+ asType: !0,
7280
7280
  index: null,
7281
7281
  like: !1,
7282
7282
  inferred: !1,
@@ -7289,7 +7289,7 @@ channels:history, groups:history, mpim:history, im:history`,
7289
7289
  orChildrenGroup: null,
7290
7290
  entity: Cr,
7291
7291
  parent: {
7292
- id: "external-integration--google-mail--get--emails-connection-input--nrf8o3wcqk7ta6ebaf38i--ref",
7292
+ id: "external-integration--google-mail--get--emails-connection-input--880mo35ev0slg9yqdqwywp--ref",
7293
7293
  type: f.GenericReference,
7294
7294
  entityId: "external-integration--google-mail--get--emails-connection-input",
7295
7295
  version: "1",
@@ -7312,7 +7312,7 @@ channels:history, groups:history, mpim:history, im:history`,
7312
7312
  parentRelationType: oe.FixedArguments,
7313
7313
  dataType: oZe,
7314
7314
  parent: {
7315
- id: "external-integration--google-mail--get--emails--n3jyra2hdbc8rpxhdejs09--ref",
7315
+ id: "external-integration--google-mail--get--emails--p1lliku34p9sickc7ienb--ref",
7316
7316
  type: f.GenericReference,
7317
7317
  entityId: "external-integration--google-mail--get--emails",
7318
7318
  version: "1",
@@ -7343,7 +7343,7 @@ channels:history, groups:history, mpim:history, im:history`,
7343
7343
  type: f.DataType,
7344
7344
  options: null,
7345
7345
  isList: !1,
7346
- asType: null,
7346
+ asType: !0,
7347
7347
  index: null,
7348
7348
  like: !1,
7349
7349
  inferred: !1,
@@ -7356,7 +7356,7 @@ channels:history, groups:history, mpim:history, im:history`,
7356
7356
  orChildrenGroup: null,
7357
7357
  entity: Cr,
7358
7358
  parent: {
7359
- id: "external-integration--google-mail--get--labels-connection-input--804glmbopz4kheid4mq98--ref",
7359
+ id: "external-integration--google-mail--get--labels-connection-input--o6sh0jmvz2aiv82fjn6ucj--ref",
7360
7360
  type: f.GenericReference,
7361
7361
  entityId: "external-integration--google-mail--get--labels-connection-input",
7362
7362
  version: "1",
@@ -7379,7 +7379,7 @@ channels:history, groups:history, mpim:history, im:history`,
7379
7379
  parentRelationType: oe.FixedArguments,
7380
7380
  dataType: uZe,
7381
7381
  parent: {
7382
- id: "external-integration--google-mail--get--labels--bmcip348aep1l52ntsz9d--ref",
7382
+ id: "external-integration--google-mail--get--labels--nfiargigryg65xoajkcbt2--ref",
7383
7383
  type: f.GenericReference,
7384
7384
  entityId: "external-integration--google-mail--get--labels",
7385
7385
  version: "1",
@@ -7410,7 +7410,7 @@ channels:history, groups:history, mpim:history, im:history`,
7410
7410
  type: f.DataType,
7411
7411
  options: null,
7412
7412
  isList: !1,
7413
- asType: null,
7413
+ asType: !0,
7414
7414
  index: null,
7415
7415
  like: !1,
7416
7416
  inferred: !1,
@@ -7423,7 +7423,7 @@ channels:history, groups:history, mpim:history, im:history`,
7423
7423
  orChildrenGroup: null,
7424
7424
  entity: Cr,
7425
7425
  parent: {
7426
- id: "external-integration--google-drive--get--fetch-document-connection-input--34zxnaftj69eotapsim7ag--ref",
7426
+ id: "external-integration--google-drive--get--fetch-document-connection-input--29f1fgizk7g2ebrsdv2xyf--ref",
7427
7427
  type: f.GenericReference,
7428
7428
  entityId: "external-integration--google-drive--get--fetch-document-connection-input",
7429
7429
  version: "1",
@@ -7446,7 +7446,7 @@ channels:history, groups:history, mpim:history, im:history`,
7446
7446
  parentRelationType: oe.FixedArguments,
7447
7447
  dataType: fZe,
7448
7448
  parent: {
7449
- id: "external-integration--google-drive--get--fetch-document--qmsw4qvg64qcd36e19cdjn--ref",
7449
+ id: "external-integration--google-drive--get--fetch-document--3cy8wjl7wbtk74ql68evho--ref",
7450
7450
  type: f.GenericReference,
7451
7451
  entityId: "external-integration--google-drive--get--fetch-document",
7452
7452
  version: "1",
@@ -7481,7 +7481,7 @@ actions.`,
7481
7481
  type: f.DataType,
7482
7482
  options: null,
7483
7483
  isList: !1,
7484
- asType: null,
7484
+ asType: !0,
7485
7485
  index: null,
7486
7486
  like: !1,
7487
7487
  inferred: !1,
@@ -7494,7 +7494,7 @@ actions.`,
7494
7494
  orChildrenGroup: null,
7495
7495
  entity: Cr,
7496
7496
  parent: {
7497
- id: "external-integration--google-drive--get--fetch-google-sheet-connection-input--8pjwhwyrepc10uhj91thqw9--ref",
7497
+ id: "external-integration--google-drive--get--fetch-google-sheet-connection-input--4oukg1dymxi7iaafg0jxhk--ref",
7498
7498
  type: f.GenericReference,
7499
7499
  entityId: "external-integration--google-drive--get--fetch-google-sheet-connection-input",
7500
7500
  version: "1",
@@ -7517,7 +7517,7 @@ actions.`,
7517
7517
  parentRelationType: oe.FixedArguments,
7518
7518
  dataType: mZe,
7519
7519
  parent: {
7520
- id: "external-integration--google-drive--get--fetch-google-sheet--66mm04jj4qw3k85l9q4cfn--ref",
7520
+ id: "external-integration--google-drive--get--fetch-google-sheet--jjwn8cp18xp4mxm1796x95--ref",
7521
7521
  type: f.GenericReference,
7522
7522
  entityId: "external-integration--google-drive--get--fetch-google-sheet",
7523
7523
  version: "1",
@@ -7549,7 +7549,7 @@ a JSON representation of a google sheet.`,
7549
7549
  type: f.DataType,
7550
7550
  options: null,
7551
7551
  isList: !1,
7552
- asType: null,
7552
+ asType: !0,
7553
7553
  index: null,
7554
7554
  like: !1,
7555
7555
  inferred: !1,
@@ -7562,7 +7562,7 @@ a JSON representation of a google sheet.`,
7562
7562
  orChildrenGroup: null,
7563
7563
  entity: Cr,
7564
7564
  parent: {
7565
- id: "external-integration--google-drive--get--fetch-google-doc-connection-input--5rw7aozngwpiiic1qg9uw--ref",
7565
+ id: "external-integration--google-drive--get--fetch-google-doc-connection-input--epkizqe5x1h9pce2fbcjhh--ref",
7566
7566
  type: f.GenericReference,
7567
7567
  entityId: "external-integration--google-drive--get--fetch-google-doc-connection-input",
7568
7568
  version: "1",
@@ -7585,7 +7585,7 @@ a JSON representation of a google sheet.`,
7585
7585
  parentRelationType: oe.FixedArguments,
7586
7586
  dataType: TZe,
7587
7587
  parent: {
7588
- id: "external-integration--google-drive--get--fetch-google-doc--4uj8gbh0ciq6stpnb4qw3g--ref",
7588
+ id: "external-integration--google-drive--get--fetch-google-doc--5wv7ucagsbulegz0b2jwr--ref",
7589
7589
  type: f.GenericReference,
7590
7590
  entityId: "external-integration--google-drive--get--fetch-google-doc",
7591
7591
  version: "1",
@@ -7617,7 +7617,7 @@ a JSON reprensentation of a google doc.`,
7617
7617
  type: f.DataType,
7618
7618
  options: null,
7619
7619
  isList: !1,
7620
- asType: null,
7620
+ asType: !0,
7621
7621
  index: null,
7622
7622
  like: !1,
7623
7623
  inferred: !1,
@@ -7630,7 +7630,7 @@ a JSON reprensentation of a google doc.`,
7630
7630
  orChildrenGroup: null,
7631
7631
  entity: Cr,
7632
7632
  parent: {
7633
- id: "external-integration--google-drive--get--folder-content-connection-input--qjro6w7182h0bz7s83d2xym--ref",
7633
+ id: "external-integration--google-drive--get--folder-content-connection-input--z9l4at31adb8ndoqbrnwt7--ref",
7634
7634
  type: f.GenericReference,
7635
7635
  entityId: "external-integration--google-drive--get--folder-content-connection-input",
7636
7636
  version: "1",
@@ -7653,7 +7653,7 @@ a JSON reprensentation of a google doc.`,
7653
7653
  parentRelationType: oe.FixedArguments,
7654
7654
  dataType: bZe,
7655
7655
  parent: {
7656
- id: "external-integration--google-drive--get--folder-content--4y8fey462gf2dbk8iup5xl--ref",
7656
+ id: "external-integration--google-drive--get--folder-content--3blv2lcgtdh8uz6cvljru4--ref",
7657
7657
  type: f.GenericReference,
7658
7658
  entityId: "external-integration--google-drive--get--folder-content",
7659
7659
  version: "1",
@@ -7685,7 +7685,7 @@ If no folder ID is provided, it fetches content from the root folder.`,
7685
7685
  type: f.DataType,
7686
7686
  options: null,
7687
7687
  isList: !1,
7688
- asType: null,
7688
+ asType: !0,
7689
7689
  index: null,
7690
7690
  like: !1,
7691
7691
  inferred: !1,
@@ -7698,7 +7698,7 @@ If no folder ID is provided, it fetches content from the root folder.`,
7698
7698
  orChildrenGroup: null,
7699
7699
  entity: Cr,
7700
7700
  parent: {
7701
- id: "external-integration--google-drive--post--upload-document-connection-input--ortghj19eadkgb77vx9v3m--ref",
7701
+ id: "external-integration--google-drive--post--upload-document-connection-input--kla6gpkirpio038g39zz3f--ref",
7702
7702
  type: f.GenericReference,
7703
7703
  entityId: "external-integration--google-drive--post--upload-document-connection-input",
7704
7704
  version: "1",
@@ -7721,7 +7721,7 @@ If no folder ID is provided, it fetches content from the root folder.`,
7721
7721
  parentRelationType: oe.FixedArguments,
7722
7722
  dataType: RZe,
7723
7723
  parent: {
7724
- id: "external-integration--google-drive--post--upload-document--twxlbt6o4pqmbgual6jjw--ref",
7724
+ id: "external-integration--google-drive--post--upload-document--qll2ttlib15u2ce0zgsvt--ref",
7725
7725
  type: f.GenericReference,
7726
7726
  entityId: "external-integration--google-drive--post--upload-document",
7727
7727
  version: "1",
@@ -7754,7 +7754,7 @@ the file is uploaded to the specified folder.`,
7754
7754
  type: f.DataType,
7755
7755
  options: null,
7756
7756
  isList: !1,
7757
- asType: null,
7757
+ asType: !0,
7758
7758
  index: null,
7759
7759
  like: !1,
7760
7760
  inferred: !1,
@@ -7767,7 +7767,7 @@ the file is uploaded to the specified folder.`,
7767
7767
  orChildrenGroup: null,
7768
7768
  entity: Cr,
7769
7769
  parent: {
7770
- id: "external-integration--google-drive--get--list-drives-connection-input--7rev31jvl4geh27w0sriwo--ref",
7770
+ id: "external-integration--google-drive--get--list-drives-connection-input--atwoj2peehla5zr73cghg--ref",
7771
7771
  type: f.GenericReference,
7772
7772
  entityId: "external-integration--google-drive--get--list-drives-connection-input",
7773
7773
  version: "1",
@@ -7790,7 +7790,7 @@ the file is uploaded to the specified folder.`,
7790
7790
  parentRelationType: oe.FixedArguments,
7791
7791
  dataType: DZe,
7792
7792
  parent: {
7793
- id: "external-integration--google-drive--get--list-drives--oh32irhs3e25nwgpwez7k--ref",
7793
+ id: "external-integration--google-drive--get--list-drives--9nup76sxtrnxwi0zc8tt18--ref",
7794
7794
  type: f.GenericReference,
7795
7795
  entityId: "external-integration--google-drive--get--list-drives",
7796
7796
  version: "1",
@@ -7821,7 +7821,7 @@ the file is uploaded to the specified folder.`,
7821
7821
  type: f.DataType,
7822
7822
  options: null,
7823
7823
  isList: !1,
7824
- asType: null,
7824
+ asType: !0,
7825
7825
  index: null,
7826
7826
  like: !1,
7827
7827
  inferred: !1,
@@ -7834,7 +7834,7 @@ the file is uploaded to the specified folder.`,
7834
7834
  orChildrenGroup: null,
7835
7835
  entity: Cr,
7836
7836
  parent: {
7837
- id: "external-integration--google-drive--get--documents-connection-input--a7ijeu0hvadc0d9qyag2so--ref",
7837
+ id: "external-integration--google-drive--get--documents-connection-input--32csbcz6s9y6kqzddoo0zs--ref",
7838
7838
  type: f.GenericReference,
7839
7839
  entityId: "external-integration--google-drive--get--documents-connection-input",
7840
7840
  version: "1",
@@ -7857,7 +7857,7 @@ the file is uploaded to the specified folder.`,
7857
7857
  parentRelationType: oe.FixedArguments,
7858
7858
  dataType: PZe,
7859
7859
  parent: {
7860
- id: "external-integration--google-drive--get--documents--bk0q2f17nmktug0v81ynyq--ref",
7860
+ id: "external-integration--google-drive--get--documents--8pbjvcyxc3j9aubrp4jos8--ref",
7861
7861
  type: f.GenericReference,
7862
7862
  entityId: "external-integration--google-drive--get--documents",
7863
7863
  version: "1",
@@ -7896,7 +7896,7 @@ and using the ID field provided by the response
7896
7896
  type: f.DataType,
7897
7897
  options: null,
7898
7898
  isList: !1,
7899
- asType: null,
7899
+ asType: !0,
7900
7900
  index: null,
7901
7901
  like: !1,
7902
7902
  inferred: !1,
@@ -7909,7 +7909,7 @@ and using the ID field provided by the response
7909
7909
  orChildrenGroup: null,
7910
7910
  entity: Cr,
7911
7911
  parent: {
7912
- id: "external-integration--google-drive--get--folders-connection-input--f7s8etyz90r3iltb4ig2tx--ref",
7912
+ id: "external-integration--google-drive--get--folders-connection-input--jjreldq5ykifm7sqj0idl--ref",
7913
7913
  type: f.GenericReference,
7914
7914
  entityId: "external-integration--google-drive--get--folders-connection-input",
7915
7915
  version: "1",
@@ -7932,7 +7932,7 @@ and using the ID field provided by the response
7932
7932
  parentRelationType: oe.FixedArguments,
7933
7933
  dataType: xZe,
7934
7934
  parent: {
7935
- id: "external-integration--google-drive--get--folders--srtiwwkumb9x7vk2s0zuas--ref",
7935
+ id: "external-integration--google-drive--get--folders--5pn8jauiwxnp33vcv5bvk8--ref",
7936
7936
  type: f.GenericReference,
7937
7937
  entityId: "external-integration--google-drive--get--folders",
7938
7938
  version: "1",
@@ -7963,7 +7963,7 @@ and using the ID field provided by the response
7963
7963
  type: f.DataType,
7964
7964
  options: null,
7965
7965
  isList: !1,
7966
- asType: null,
7966
+ asType: !0,
7967
7967
  index: null,
7968
7968
  like: !1,
7969
7969
  inferred: !1,
@@ -7976,7 +7976,7 @@ and using the ID field provided by the response
7976
7976
  orChildrenGroup: null,
7977
7977
  entity: Cr,
7978
7978
  parent: {
7979
- id: "external-integration--google--get--workspace-org-units-connection-input--1ib0eefx8qk0dsuf16cr9sj--ref",
7979
+ id: "external-integration--google--get--workspace-org-units-connection-input--mq3wj0305gcjvcq9qbq0q--ref",
7980
7980
  type: f.GenericReference,
7981
7981
  entityId: "external-integration--google--get--workspace-org-units-connection-input",
7982
7982
  version: "1",
@@ -7999,7 +7999,7 @@ and using the ID field provided by the response
7999
7999
  parentRelationType: oe.FixedArguments,
8000
8000
  dataType: BZe,
8001
8001
  parent: {
8002
- id: "external-integration--google--get--workspace-org-units--8de3c3zw3cwd3bz897wyx--ref",
8002
+ id: "external-integration--google--get--workspace-org-units--var9syvlhbp7fwoziamwl--ref",
8003
8003
  type: f.GenericReference,
8004
8004
  entityId: "external-integration--google--get--workspace-org-units",
8005
8005
  version: "1",
@@ -8030,7 +8030,7 @@ and using the ID field provided by the response
8030
8030
  type: f.DataType,
8031
8031
  options: null,
8032
8032
  isList: !1,
8033
- asType: null,
8033
+ asType: !0,
8034
8034
  index: null,
8035
8035
  like: !1,
8036
8036
  inferred: !1,
@@ -8043,7 +8043,7 @@ and using the ID field provided by the response
8043
8043
  orChildrenGroup: null,
8044
8044
  entity: Cr,
8045
8045
  parent: {
8046
- id: "external-integration--google--get--workspace-users-connection-input--8gvgtwnlqutsr1kzqbip2--ref",
8046
+ id: "external-integration--google--get--workspace-users-connection-input--ocwgftd1z1kxoey40pr49a--ref",
8047
8047
  type: f.GenericReference,
8048
8048
  entityId: "external-integration--google--get--workspace-users-connection-input",
8049
8049
  version: "1",
@@ -8066,7 +8066,7 @@ and using the ID field provided by the response
8066
8066
  parentRelationType: oe.FixedArguments,
8067
8067
  dataType: GZe,
8068
8068
  parent: {
8069
- id: "external-integration--google--get--workspace-users--07ilcedu6782kgipqji52er--ref",
8069
+ id: "external-integration--google--get--workspace-users--scdbx7ovq46wa80oxgym--ref",
8070
8070
  type: f.GenericReference,
8071
8071
  entityId: "external-integration--google--get--workspace-users",
8072
8072
  version: "1",
@@ -8097,7 +8097,7 @@ and using the ID field provided by the response
8097
8097
  type: f.DataType,
8098
8098
  options: null,
8099
8099
  isList: !1,
8100
- asType: null,
8100
+ asType: !0,
8101
8101
  index: null,
8102
8102
  like: !1,
8103
8103
  inferred: !1,
@@ -8110,7 +8110,7 @@ and using the ID field provided by the response
8110
8110
  orChildrenGroup: null,
8111
8111
  entity: Cr,
8112
8112
  parent: {
8113
- id: "external-integration--google--get--workspace-user-access-tokens-connection-input--hdwfwxsmk6vdte2onlilj--ref",
8113
+ id: "external-integration--google--get--workspace-user-access-tokens-connection-input--ug3cljskz6lfbr7fsgzrb--ref",
8114
8114
  type: f.GenericReference,
8115
8115
  entityId: "external-integration--google--get--workspace-user-access-tokens-connection-input",
8116
8116
  version: "1",
@@ -8133,7 +8133,7 @@ and using the ID field provided by the response
8133
8133
  parentRelationType: oe.FixedArguments,
8134
8134
  dataType: KZe,
8135
8135
  parent: {
8136
- id: "external-integration--google--get--workspace-user-access-tokens--72s7jvkat8qytm92ird3ec--ref",
8136
+ id: "external-integration--google--get--workspace-user-access-tokens--o85h14mggm1u03aw8gcfj--ref",
8137
8137
  type: f.GenericReference,
8138
8138
  entityId: "external-integration--google--get--workspace-user-access-tokens",
8139
8139
  version: "1",
@@ -8164,7 +8164,7 @@ and using the ID field provided by the response
8164
8164
  type: f.DataType,
8165
8165
  options: null,
8166
8166
  isList: !1,
8167
- asType: null,
8167
+ asType: !0,
8168
8168
  index: null,
8169
8169
  like: !1,
8170
8170
  inferred: !1,
@@ -8177,7 +8177,7 @@ and using the ID field provided by the response
8177
8177
  orChildrenGroup: null,
8178
8178
  entity: Cr,
8179
8179
  parent: {
8180
- id: "external-integration--airtable--get--tables-connection-input--in6z22lc94ecamv74xh52n--ref",
8180
+ id: "external-integration--airtable--get--tables-connection-input--qtck7hhngn5j6s9d25itt--ref",
8181
8181
  type: f.GenericReference,
8182
8182
  entityId: "external-integration--airtable--get--tables-connection-input",
8183
8183
  version: "1",
@@ -8200,7 +8200,7 @@ and using the ID field provided by the response
8200
8200
  parentRelationType: oe.FixedArguments,
8201
8201
  dataType: ZZe,
8202
8202
  parent: {
8203
- id: "external-integration--airtable--get--tables--1xblko8m6pmv9nunl0io7--ref",
8203
+ id: "external-integration--airtable--get--tables--zwu1s8nwz98cn88cmd37y--ref",
8204
8204
  type: f.GenericReference,
8205
8205
  entityId: "external-integration--airtable--get--tables",
8206
8206
  version: "1",
@@ -8232,7 +8232,7 @@ the table belongs to`,
8232
8232
  type: f.DataType,
8233
8233
  options: null,
8234
8234
  isList: !1,
8235
- asType: null,
8235
+ asType: !0,
8236
8236
  index: null,
8237
8237
  like: !1,
8238
8238
  inferred: !1,
@@ -8245,7 +8245,7 @@ the table belongs to`,
8245
8245
  orChildrenGroup: null,
8246
8246
  entity: Cr,
8247
8247
  parent: {
8248
- id: "external-integration--airtable--get--bases-connection-input--11dykh9ybvjqqbvmhpssr5r--ref",
8248
+ id: "external-integration--airtable--get--bases-connection-input--3kdjm0tip1i30zi308n41i--ref",
8249
8249
  type: f.GenericReference,
8250
8250
  entityId: "external-integration--airtable--get--bases-connection-input",
8251
8251
  version: "1",
@@ -8268,7 +8268,7 @@ the table belongs to`,
8268
8268
  parentRelationType: oe.FixedArguments,
8269
8269
  dataType: HZe,
8270
8270
  parent: {
8271
- id: "external-integration--airtable--get--bases--8hh0lesapcwb09sftz0hxg--ref",
8271
+ id: "external-integration--airtable--get--bases--66i9avgiqbqoriol9y8vg--ref",
8272
8272
  type: f.GenericReference,
8273
8273
  entityId: "external-integration--airtable--get--bases",
8274
8274
  version: "1",