@elyx-code/project-logic-tree 0.0.6491 → 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.d.ts +1 -1
- package/dist/index.js +109 -109
- package/dist/index.umd.cjs +10 -10
- package/package.json +1 -1
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.
|
|
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.
|
|
471
|
-
id: xe.
|
|
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.
|
|
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.
|
|
6509
|
+
name: xe.EXTERNAL_INTEGRATION_CONNECTION,
|
|
6510
6510
|
type: f.BuiltInBaseEntity,
|
|
6511
6511
|
abstract: !0,
|
|
6512
6512
|
static: !0,
|
|
@@ -6519,7 +6519,7 @@ const J_t = {
|
|
|
6519
6519
|
abstractMethods: [],
|
|
6520
6520
|
extends: null
|
|
6521
6521
|
}, sA = ce[f.Operation][$e.SlackSendMessage], Dqe = {
|
|
6522
|
-
id: sA.inputs.connection.id,
|
|
6522
|
+
id: sA.inputs.connection.dataType.id,
|
|
6523
6523
|
version: "1",
|
|
6524
6524
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6525
6525
|
previousVersion: null,
|
|
@@ -6528,7 +6528,7 @@ const J_t = {
|
|
|
6528
6528
|
type: f.DataType,
|
|
6529
6529
|
options: null,
|
|
6530
6530
|
isList: !1,
|
|
6531
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6586,7 +6586,7 @@ const J_t = {
|
|
|
6586
6586
|
outputs: [],
|
|
6587
6587
|
parent: null
|
|
6588
6588
|
}, nA = ce[f.Operation][$e.SlackUsers], Pqe = {
|
|
6589
|
-
id: nA.inputs.connection.id,
|
|
6589
|
+
id: nA.inputs.connection.dataType.id,
|
|
6590
6590
|
version: "1",
|
|
6591
6591
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6592
6592
|
previousVersion: null,
|
|
@@ -6595,7 +6595,7 @@ const J_t = {
|
|
|
6595
6595
|
type: f.DataType,
|
|
6596
6596
|
options: null,
|
|
6597
6597
|
isList: !1,
|
|
6598
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6653,7 +6653,7 @@ const J_t = {
|
|
|
6653
6653
|
outputs: [],
|
|
6654
6654
|
parent: null
|
|
6655
6655
|
}, aA = ce[f.Operation][$e.SlackChannels], xqe = {
|
|
6656
|
-
id: aA.inputs.connection.id,
|
|
6656
|
+
id: aA.inputs.connection.dataType.id,
|
|
6657
6657
|
version: "1",
|
|
6658
6658
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6659
6659
|
previousVersion: null,
|
|
@@ -6662,7 +6662,7 @@ const J_t = {
|
|
|
6662
6662
|
type: f.DataType,
|
|
6663
6663
|
options: null,
|
|
6664
6664
|
isList: !1,
|
|
6665
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6725,7 +6725,7 @@ channels:join`,
|
|
|
6725
6725
|
outputs: [],
|
|
6726
6726
|
parent: null
|
|
6727
6727
|
}, oA = ce[f.Operation][$e.SlackMessages], Bqe = {
|
|
6728
|
-
id: oA.inputs.connection.id,
|
|
6728
|
+
id: oA.inputs.connection.dataType.id,
|
|
6729
6729
|
version: "1",
|
|
6730
6730
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6731
6731
|
previousVersion: null,
|
|
@@ -6734,7 +6734,7 @@ channels:join`,
|
|
|
6734
6734
|
type: f.DataType,
|
|
6735
6735
|
options: null,
|
|
6736
6736
|
isList: !1,
|
|
6737
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6798,7 +6798,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
6798
6798
|
outputs: [],
|
|
6799
6799
|
parent: null
|
|
6800
6800
|
}, lA = ce[f.Operation][$e.JiraCreateIssue], Gqe = {
|
|
6801
|
-
id: lA.inputs.connection.id,
|
|
6801
|
+
id: lA.inputs.connection.dataType.id,
|
|
6802
6802
|
version: "1",
|
|
6803
6803
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6804
6804
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6865,7 +6865,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
6865
6865
|
outputs: [],
|
|
6866
6866
|
parent: null
|
|
6867
6867
|
}, dA = ce[f.Operation][$e.JiraIssues], Kqe = {
|
|
6868
|
-
id: dA.inputs.connection.id,
|
|
6868
|
+
id: dA.inputs.connection.dataType.id,
|
|
6869
6869
|
version: "1",
|
|
6870
6870
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6871
6871
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6932,7 +6932,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
6932
6932
|
outputs: [],
|
|
6933
6933
|
parent: null
|
|
6934
6934
|
}, uA = ce[f.Operation][$e.JiraProjects], Zqe = {
|
|
6935
|
-
id: uA.inputs.connection.id,
|
|
6935
|
+
id: uA.inputs.connection.dataType.id,
|
|
6936
6936
|
version: "1",
|
|
6937
6937
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
6938
6938
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -6999,7 +6999,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
6999
6999
|
outputs: [],
|
|
7000
7000
|
parent: null
|
|
7001
7001
|
}, cA = ce[f.Operation][$e.JiraIssueTypes], Hqe = {
|
|
7002
|
-
id: cA.inputs.connection.id,
|
|
7002
|
+
id: cA.inputs.connection.dataType.id,
|
|
7003
7003
|
version: "1",
|
|
7004
7004
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7005
7005
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7066,7 +7066,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7066
7066
|
outputs: [],
|
|
7067
7067
|
parent: null
|
|
7068
7068
|
}, pA = ce[f.Operation][$e.GoogleSheetFetchSpreadsheet], Xqe = {
|
|
7069
|
-
id: pA.inputs.connection.id,
|
|
7069
|
+
id: pA.inputs.connection.dataType.id,
|
|
7070
7070
|
version: "1",
|
|
7071
7071
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7072
7072
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7133,7 +7133,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7133
7133
|
outputs: [],
|
|
7134
7134
|
parent: null
|
|
7135
7135
|
}, fA = ce[f.Operation][$e.GoogleMailSendEmail], tZe = {
|
|
7136
|
-
id: fA.inputs.connection.id,
|
|
7136
|
+
id: fA.inputs.connection.dataType.id,
|
|
7137
7137
|
version: "1",
|
|
7138
7138
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7139
7139
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7200,7 +7200,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7200
7200
|
outputs: [],
|
|
7201
7201
|
parent: null
|
|
7202
7202
|
}, hA = ce[f.Operation][$e.GoogleMailFetchAttachment], sZe = {
|
|
7203
|
-
id: hA.inputs.connection.id,
|
|
7203
|
+
id: hA.inputs.connection.dataType.id,
|
|
7204
7204
|
version: "1",
|
|
7205
7205
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7206
7206
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7267,7 +7267,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7267
7267
|
outputs: [],
|
|
7268
7268
|
parent: null
|
|
7269
7269
|
}, yA = ce[f.Operation][$e.GoogleMailEmails], oZe = {
|
|
7270
|
-
id: yA.inputs.connection.id,
|
|
7270
|
+
id: yA.inputs.connection.dataType.id,
|
|
7271
7271
|
version: "1",
|
|
7272
7272
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7273
7273
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7334,7 +7334,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7334
7334
|
outputs: [],
|
|
7335
7335
|
parent: null
|
|
7336
7336
|
}, mA = ce[f.Operation][$e.GoogleMailLabels], uZe = {
|
|
7337
|
-
id: mA.inputs.connection.id,
|
|
7337
|
+
id: mA.inputs.connection.dataType.id,
|
|
7338
7338
|
version: "1",
|
|
7339
7339
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7340
7340
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7401,7 +7401,7 @@ channels:history, groups:history, mpim:history, im:history`,
|
|
|
7401
7401
|
outputs: [],
|
|
7402
7402
|
parent: null
|
|
7403
7403
|
}, vA = ce[f.Operation][$e.GoogleDriveFetchDocument], fZe = {
|
|
7404
|
-
id: vA.inputs.connection.id,
|
|
7404
|
+
id: vA.inputs.connection.dataType.id,
|
|
7405
7405
|
version: "1",
|
|
7406
7406
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7407
7407
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7472,7 +7472,7 @@ actions.`,
|
|
|
7472
7472
|
outputs: [],
|
|
7473
7473
|
parent: null
|
|
7474
7474
|
}, EA = ce[f.Operation][$e.GoogleDriveFetchGoogleSheet], mZe = {
|
|
7475
|
-
id: EA.inputs.connection.id,
|
|
7475
|
+
id: EA.inputs.connection.dataType.id,
|
|
7476
7476
|
version: "1",
|
|
7477
7477
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7478
7478
|
previousVersion: null,
|
|
@@ -7481,7 +7481,7 @@ actions.`,
|
|
|
7481
7481
|
type: f.DataType,
|
|
7482
7482
|
options: null,
|
|
7483
7483
|
isList: !1,
|
|
7484
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7540,7 +7540,7 @@ a JSON representation of a google sheet.`,
|
|
|
7540
7540
|
outputs: [],
|
|
7541
7541
|
parent: null
|
|
7542
7542
|
}, TA = ce[f.Operation][$e.GoogleDriveFetchGoogleDoc], TZe = {
|
|
7543
|
-
id: TA.inputs.connection.id,
|
|
7543
|
+
id: TA.inputs.connection.dataType.id,
|
|
7544
7544
|
version: "1",
|
|
7545
7545
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7546
7546
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7608,7 +7608,7 @@ a JSON reprensentation of a google doc.`,
|
|
|
7608
7608
|
outputs: [],
|
|
7609
7609
|
parent: null
|
|
7610
7610
|
}, IA = ce[f.Operation][$e.GoogleDriveFolderContent], bZe = {
|
|
7611
|
-
id: IA.inputs.connection.id,
|
|
7611
|
+
id: IA.inputs.connection.dataType.id,
|
|
7612
7612
|
version: "1",
|
|
7613
7613
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7614
7614
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7676,7 +7676,7 @@ If no folder ID is provided, it fetches content from the root folder.`,
|
|
|
7676
7676
|
outputs: [],
|
|
7677
7677
|
parent: null
|
|
7678
7678
|
}, AA = ce[f.Operation][$e.GoogleDriveUploadDocument], RZe = {
|
|
7679
|
-
id: AA.inputs.connection.id,
|
|
7679
|
+
id: AA.inputs.connection.dataType.id,
|
|
7680
7680
|
version: "1",
|
|
7681
7681
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7682
7682
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7745,7 +7745,7 @@ the file is uploaded to the specified folder.`,
|
|
|
7745
7745
|
outputs: [],
|
|
7746
7746
|
parent: null
|
|
7747
7747
|
}, bA = ce[f.Operation][$e.GoogleDriveListDrives], DZe = {
|
|
7748
|
-
id: bA.inputs.connection.id,
|
|
7748
|
+
id: bA.inputs.connection.dataType.id,
|
|
7749
7749
|
version: "1",
|
|
7750
7750
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7751
7751
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7812,7 +7812,7 @@ the file is uploaded to the specified folder.`,
|
|
|
7812
7812
|
outputs: [],
|
|
7813
7813
|
parent: null
|
|
7814
7814
|
}, wA = ce[f.Operation][$e.GoogleDriveDocuments], PZe = {
|
|
7815
|
-
id: wA.inputs.connection.id,
|
|
7815
|
+
id: wA.inputs.connection.dataType.id,
|
|
7816
7816
|
version: "1",
|
|
7817
7817
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7818
7818
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7887,7 +7887,7 @@ and using the ID field provided by the response
|
|
|
7887
7887
|
outputs: [],
|
|
7888
7888
|
parent: null
|
|
7889
7889
|
}, gA = ce[f.Operation][$e.GoogleDriveFolders], xZe = {
|
|
7890
|
-
id: gA.inputs.connection.id,
|
|
7890
|
+
id: gA.inputs.connection.dataType.id,
|
|
7891
7891
|
version: "1",
|
|
7892
7892
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7893
7893
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -7954,7 +7954,7 @@ and using the ID field provided by the response
|
|
|
7954
7954
|
outputs: [],
|
|
7955
7955
|
parent: null
|
|
7956
7956
|
}, RA = ce[f.Operation][$e.GoogleWorkspaceOrgUnits], BZe = {
|
|
7957
|
-
id: RA.inputs.connection.id,
|
|
7957
|
+
id: RA.inputs.connection.dataType.id,
|
|
7958
7958
|
version: "1",
|
|
7959
7959
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
7960
7960
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -8021,7 +8021,7 @@ and using the ID field provided by the response
|
|
|
8021
8021
|
outputs: [],
|
|
8022
8022
|
parent: null
|
|
8023
8023
|
}, _A = ce[f.Operation][$e.GoogleWorkspaceUsers], GZe = {
|
|
8024
|
-
id: _A.inputs.connection.id,
|
|
8024
|
+
id: _A.inputs.connection.dataType.id,
|
|
8025
8025
|
version: "1",
|
|
8026
8026
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8027
8027
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -8088,7 +8088,7 @@ and using the ID field provided by the response
|
|
|
8088
8088
|
outputs: [],
|
|
8089
8089
|
parent: null
|
|
8090
8090
|
}, CA = ce[f.Operation][$e.GoogleWorkspaceUserAccessTokens], KZe = {
|
|
8091
|
-
id: CA.inputs.connection.id,
|
|
8091
|
+
id: CA.inputs.connection.dataType.id,
|
|
8092
8092
|
version: "1",
|
|
8093
8093
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8094
8094
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -8155,7 +8155,7 @@ and using the ID field provided by the response
|
|
|
8155
8155
|
outputs: [],
|
|
8156
8156
|
parent: null
|
|
8157
8157
|
}, DA = ce[f.Operation][$e.AirtableTables], ZZe = {
|
|
8158
|
-
id: DA.inputs.connection.id,
|
|
8158
|
+
id: DA.inputs.connection.dataType.id,
|
|
8159
8159
|
version: "1",
|
|
8160
8160
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8161
8161
|
previousVersion: null,
|
|
@@ -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:
|
|
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--
|
|
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--
|
|
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",
|
|
@@ -8223,7 +8223,7 @@ the table belongs to`,
|
|
|
8223
8223
|
outputs: [],
|
|
8224
8224
|
parent: null
|
|
8225
8225
|
}, OA = ce[f.Operation][$e.AirtableBases], HZe = {
|
|
8226
|
-
id: OA.inputs.connection.id,
|
|
8226
|
+
id: OA.inputs.connection.dataType.id,
|
|
8227
8227
|
version: "1",
|
|
8228
8228
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8229
8229
|
previousVersion: null,
|
|
@@ -8232,7 +8232,7 @@ the table belongs to`,
|
|
|
8232
8232
|
type: f.DataType,
|
|
8233
8233
|
options: null,
|
|
8234
8234
|
isList: !1,
|
|
8235
|
-
asType:
|
|
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--
|
|
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--
|
|
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",
|