@elyx-code/project-logic-tree 0.0.6556 → 0.0.6557
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 +435 -431
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ const sV = {
|
|
|
68
68
|
},
|
|
69
69
|
fromUUID: (d) => d
|
|
70
70
|
};
|
|
71
|
-
var p = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(p || {}),
|
|
71
|
+
var p = /* @__PURE__ */ ((d) => (d.DefinitionEntity = "definition-entity", d.BuiltInBaseEntity = "built-in-base-entity", d.Project = "project", d.InstalledProject = "installed-project", d.GlobalEvent = "global-event", d.DataType = "data-type", d.FunctionCall = "function-call", d.FunctionDeclaration = "function-declaration", d.ActionDescriptor = "action-descriptor", d.ValueDescriptor = "value-descriptor", d.ArgumentDeclaration = "argument-declaration", d.InputMap = "input-map", d.ReturnStatement = "return-statement", d.BreakStatement = "break-statement", d.ContinueStatement = "continue-statement", d.OutputMap = "output-map", d.PrimitiveEntity = "primitive-entity", d.LiteralValue = "literal-value", d.Property = "property", d.Operation = "operation", d.Condition = "condition", d.VariableDeclaration = "variable-declaration", d.VariableInstance = "variable-instance", d.Search = "search", d.Loop = "loop", d.InternalCall = "internal-call", d.GenericReference = "generic-reference", d))(p || {}), ue = /* @__PURE__ */ ((d) => (d.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", d.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", d.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", d.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", d.SQL_ROW_TRANSFORMER = "BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY", d.EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY", d.GOOGLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH", d.GOOGLE_DRIVE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH", d.GOOGLE_MAIL_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH", d.GOOGLE_SHEET_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH", d.GOOGLE_SLIDES_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH", d.GOOGLE_GEMINI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH", d.SLACK_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH", d.AIRTABLE_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH", d.MICROSOFT_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH", d.OPENAI_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH", d.ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH", d.JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH", d))(ue || {}), yr = /* @__PURE__ */ ((d) => (d.CurrentDateAndTime = "current-date-and-time", d.Unique = "unique", d.Random = "random", d))(yr || {}), ie = /* @__PURE__ */ ((d) => (d.EntityTemplate = "entity-template", d.ActionDescriptor = "action-descriptor", d.String = "string", d.Number = "number", d.Void = "void", d.Boolean = "boolean", d.Null = "null", d.Enum = "enum", d.KeyValue = "key-value", d.Date = "date", d.UUID = "uuid", d.File = "file", d.Untyped = "untyped", d))(ie || {}), Ni = /* @__PURE__ */ ((d) => (d.Addition = "addition", d.Subtraction = "subtraction", d.Multiplication = "multiplication", d.Division = "division", d.Remainder = "remainder", d.Exponentiation = "exponentiation", d))(Ni || {}), qe = /* @__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))(qe || {}), Je = /* @__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))(Je || {}), dt = /* @__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))(dt || {}), wi = /* @__PURE__ */ ((d) => (d.Parallel = "parallel", d.Sequential = "sequential", d.Wait = "wait", d))(wi || {}), Ar = /* @__PURE__ */ ((d) => (d.Validate = "validate", d))(Ar || {}), Es = /* @__PURE__ */ ((d) => (d.HttpRequest = "base-http-request", d))(Es || {}), kt = /* @__PURE__ */ ((d) => (d.GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document", d.GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file", d.GoogleDriveFiles = "external-integration--google-drive--get--files", d.GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content", d.GoogleMailSendEmail = "external-integration--google-mail--post--send-email", d.GoogleMailEmails = "external-integration--google-mail--get--emails", d.SlackSendMessage = "external-integration--slack--post--send-message", d.SlackChannels = "external-integration--slack--get--channels", d.SlackMessages = "external-integration--slack--get--messages", d.SlackReplies = "external-integration--slack--get--replies", d))(kt || {}), ut = /* @__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))(ut || {}), $r = /* @__PURE__ */ ((d) => (d.Empty = "empty", d.NotEmpty = "not-empty", d))($r || {}), Ji = /* @__PURE__ */ ((d) => (d.And = "and", d.Or = "or", d))(Ji || {}), Ze = /* @__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))(Ze || {}), ye = /* @__PURE__ */ ((d) => (d.FixedArguments = "fixed-arguments", d.ReturnedError = "returned-error", d.OngoingProcessExecution = "ongoing-process-execution", d.DynamicArgument = "dynamic-argument-types", d))(ye || {}), Dr = /* @__PURE__ */ ((d) => (d.OrDataTypeGroup = "or-data-type-group", d.AndDataTypeGroup = "and-data-type-group", d))(Dr || {}), Ia = /* @__PURE__ */ ((d) => (d.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", d))(Ia || {}), Or = /* @__PURE__ */ ((d) => (d.DeletePersistedEntity = "base-delete-persisted-entity", d.CreatePersistedEntity = "base-create-persisted-entity", d.UpdatePersistedEntity = "base-update-persisted-entity", d.UpSQLRowTransformer = "base-up-sql-row-transformer", d.DownSQLRowTransformer = "base-down-sql-row-transformer", d.AbortExecution = "base-abort-execution", d))(Or || {}), vf = /* @__PURE__ */ ((d) => (d.AllPropertiesImplementationTarget = "all-properties-implementation-target", d))(vf || {}), xl = /* @__PURE__ */ ((d) => (d.Error = "error", d))(xl || {}), Go = /* @__PURE__ */ ((d) => (d.Error = "error", d.Task = "task", d.Return = "return", d))(Go || {});
|
|
72
72
|
const Ju = [p.GlobalEvent], nV = [
|
|
73
73
|
p.Operation,
|
|
74
74
|
p.FunctionCall,
|
|
@@ -299,7 +299,7 @@ const Ju = [p.GlobalEvent], nV = [
|
|
|
299
299
|
p.InternalCall
|
|
300
300
|
];
|
|
301
301
|
var lI = /* @__PURE__ */ ((d) => (d.SearchErrorOutputDescriptor = "search-error-output-descriptor-id", d))(lI || {});
|
|
302
|
-
const
|
|
302
|
+
const pe = {
|
|
303
303
|
[p.PrimitiveEntity]: {
|
|
304
304
|
[ie.String]: {
|
|
305
305
|
id: "8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",
|
|
@@ -361,8 +361,8 @@ const ue = {
|
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
[p.BuiltInBaseEntity]: {
|
|
364
|
-
[
|
|
365
|
-
id:
|
|
364
|
+
[ue.HTTP_ENDPOINT]: {
|
|
365
|
+
id: ue.HTTP_ENDPOINT,
|
|
366
366
|
properties: {
|
|
367
367
|
method: {
|
|
368
368
|
id: "http-endpoint-built-in-method-property-id"
|
|
@@ -429,8 +429,8 @@ const ue = {
|
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
|
-
[
|
|
433
|
-
id:
|
|
432
|
+
[ue.SQL_ROW_TRANSFORMER]: {
|
|
433
|
+
id: ue.SQL_ROW_TRANSFORMER,
|
|
434
434
|
properties: {
|
|
435
435
|
time: {
|
|
436
436
|
id: "sql-row-transformer-time-property-id",
|
|
@@ -472,8 +472,8 @@ const ue = {
|
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
[
|
|
476
|
-
id:
|
|
475
|
+
[ue.PERSISTED_ENTITY]: {
|
|
476
|
+
id: ue.PERSISTED_ENTITY,
|
|
477
477
|
properties: {
|
|
478
478
|
database: {
|
|
479
479
|
id: "persisted-built-in-base-entity-database-property-id"
|
|
@@ -509,8 +509,8 @@ const ue = {
|
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
|
-
[
|
|
513
|
-
id:
|
|
512
|
+
[ue.RELATIONAL_DATABASE]: {
|
|
513
|
+
id: ue.RELATIONAL_DATABASE,
|
|
514
514
|
properties: {
|
|
515
515
|
identifier: {
|
|
516
516
|
id: "relational-database-built-in-base-entity-identifier-property-id"
|
|
@@ -532,8 +532,8 @@ const ue = {
|
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
|
-
[
|
|
536
|
-
id:
|
|
535
|
+
[ue.CRON_JOB]: {
|
|
536
|
+
id: ue.CRON_JOB,
|
|
537
537
|
properties: {
|
|
538
538
|
expression: {
|
|
539
539
|
id: "cron-job-built-in-base-entity-expression-property-id"
|
|
@@ -549,8 +549,8 @@ const ue = {
|
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
|
-
[
|
|
553
|
-
id:
|
|
552
|
+
[ue.EXTERNAL_INTEGRATION_CONNECTION]: {
|
|
553
|
+
id: ue.EXTERNAL_INTEGRATION_CONNECTION,
|
|
554
554
|
properties: {
|
|
555
555
|
integration: {
|
|
556
556
|
id: "external-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -567,8 +567,8 @@ const ue = {
|
|
|
567
567
|
},
|
|
568
568
|
methods: {}
|
|
569
569
|
},
|
|
570
|
-
[
|
|
571
|
-
id:
|
|
570
|
+
[ue.GOOGLE_AUTH_CONNECTION]: {
|
|
571
|
+
id: ue.GOOGLE_AUTH_CONNECTION,
|
|
572
572
|
properties: {
|
|
573
573
|
integration: {
|
|
574
574
|
id: "external-google-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -588,8 +588,8 @@ const ue = {
|
|
|
588
588
|
},
|
|
589
589
|
methods: {}
|
|
590
590
|
},
|
|
591
|
-
[
|
|
592
|
-
id:
|
|
591
|
+
[ue.GOOGLE_DRIVE_AUTH_CONNECTION]: {
|
|
592
|
+
id: ue.GOOGLE_DRIVE_AUTH_CONNECTION,
|
|
593
593
|
properties: {
|
|
594
594
|
integration: {
|
|
595
595
|
id: "external-google-drive-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -609,8 +609,8 @@ const ue = {
|
|
|
609
609
|
},
|
|
610
610
|
methods: {}
|
|
611
611
|
},
|
|
612
|
-
[
|
|
613
|
-
id:
|
|
612
|
+
[ue.GOOGLE_MAIL_AUTH_CONNECTION]: {
|
|
613
|
+
id: ue.GOOGLE_MAIL_AUTH_CONNECTION,
|
|
614
614
|
properties: {
|
|
615
615
|
integration: {
|
|
616
616
|
id: "external-google-mail-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -630,8 +630,8 @@ const ue = {
|
|
|
630
630
|
},
|
|
631
631
|
methods: {}
|
|
632
632
|
},
|
|
633
|
-
[
|
|
634
|
-
id:
|
|
633
|
+
[ue.GOOGLE_SHEET_AUTH_CONNECTION]: {
|
|
634
|
+
id: ue.GOOGLE_SHEET_AUTH_CONNECTION,
|
|
635
635
|
properties: {
|
|
636
636
|
integration: {
|
|
637
637
|
id: "external-google-sheet-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -651,8 +651,8 @@ const ue = {
|
|
|
651
651
|
},
|
|
652
652
|
methods: {}
|
|
653
653
|
},
|
|
654
|
-
[
|
|
655
|
-
id:
|
|
654
|
+
[ue.GOOGLE_SLIDES_AUTH_CONNECTION]: {
|
|
655
|
+
id: ue.GOOGLE_SLIDES_AUTH_CONNECTION,
|
|
656
656
|
properties: {
|
|
657
657
|
integration: {
|
|
658
658
|
id: "external-google-slides-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -672,8 +672,8 @@ const ue = {
|
|
|
672
672
|
},
|
|
673
673
|
methods: {}
|
|
674
674
|
},
|
|
675
|
-
[
|
|
676
|
-
id:
|
|
675
|
+
[ue.GOOGLE_GEMINI_AUTH_CONNECTION]: {
|
|
676
|
+
id: ue.GOOGLE_GEMINI_AUTH_CONNECTION,
|
|
677
677
|
properties: {
|
|
678
678
|
integration: {
|
|
679
679
|
id: "external-google-gemini-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -693,8 +693,8 @@ const ue = {
|
|
|
693
693
|
},
|
|
694
694
|
methods: {}
|
|
695
695
|
},
|
|
696
|
-
[
|
|
697
|
-
id:
|
|
696
|
+
[ue.SLACK_AUTH_CONNECTION]: {
|
|
697
|
+
id: ue.SLACK_AUTH_CONNECTION,
|
|
698
698
|
properties: {
|
|
699
699
|
integration: {
|
|
700
700
|
id: "external-slack-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -714,8 +714,8 @@ const ue = {
|
|
|
714
714
|
},
|
|
715
715
|
methods: {}
|
|
716
716
|
},
|
|
717
|
-
[
|
|
718
|
-
id:
|
|
717
|
+
[ue.MICROSOFT_AUTH_CONNECTION]: {
|
|
718
|
+
id: ue.MICROSOFT_AUTH_CONNECTION,
|
|
719
719
|
properties: {
|
|
720
720
|
integration: {
|
|
721
721
|
id: "external-microsoft-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -735,8 +735,8 @@ const ue = {
|
|
|
735
735
|
},
|
|
736
736
|
methods: {}
|
|
737
737
|
},
|
|
738
|
-
[
|
|
739
|
-
id:
|
|
738
|
+
[ue.OPENAI_AUTH_CONNECTION]: {
|
|
739
|
+
id: ue.OPENAI_AUTH_CONNECTION,
|
|
740
740
|
properties: {
|
|
741
741
|
integration: {
|
|
742
742
|
id: "external-openai-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -756,8 +756,8 @@ const ue = {
|
|
|
756
756
|
},
|
|
757
757
|
methods: {}
|
|
758
758
|
},
|
|
759
|
-
[
|
|
760
|
-
id:
|
|
759
|
+
[ue.AIRTABLE_AUTH_CONNECTION]: {
|
|
760
|
+
id: ue.AIRTABLE_AUTH_CONNECTION,
|
|
761
761
|
properties: {
|
|
762
762
|
integration: {
|
|
763
763
|
id: "external-airtable-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -777,8 +777,8 @@ const ue = {
|
|
|
777
777
|
},
|
|
778
778
|
methods: {}
|
|
779
779
|
},
|
|
780
|
-
[
|
|
781
|
-
id:
|
|
780
|
+
[ue.ATLASSIAN_AUTH_CONNECTION]: {
|
|
781
|
+
id: ue.ATLASSIAN_AUTH_CONNECTION,
|
|
782
782
|
properties: {
|
|
783
783
|
integration: {
|
|
784
784
|
id: "external-atlassian-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -798,8 +798,8 @@ const ue = {
|
|
|
798
798
|
},
|
|
799
799
|
methods: {}
|
|
800
800
|
},
|
|
801
|
-
[
|
|
802
|
-
id:
|
|
801
|
+
[ue.JIRA_AUTH_CONNECTION]: {
|
|
802
|
+
id: ue.JIRA_AUTH_CONNECTION,
|
|
803
803
|
properties: {
|
|
804
804
|
integration: {
|
|
805
805
|
id: "external-jira-integration-connection-built-in-base-entity-integration-property-id",
|
|
@@ -3207,7 +3207,7 @@ const ue = {
|
|
|
3207
3207
|
}
|
|
3208
3208
|
}
|
|
3209
3209
|
}
|
|
3210
|
-
}, Ms =
|
|
3210
|
+
}, Ms = pe[p.PrimitiveEntity], Ae = {
|
|
3211
3211
|
type: p.PrimitiveEntity,
|
|
3212
3212
|
id: Ms.string.id,
|
|
3213
3213
|
description: "A string of characters.",
|
|
@@ -3464,7 +3464,7 @@ const ue = {
|
|
|
3464
3464
|
ga,
|
|
3465
3465
|
Da,
|
|
3466
3466
|
fd
|
|
3467
|
-
], Wn =
|
|
3467
|
+
], Wn = pe[p.Operation][Ni.Addition], e0 = {
|
|
3468
3468
|
id: "number-addition--ref",
|
|
3469
3469
|
type: p.GenericReference,
|
|
3470
3470
|
entityId: Wn.id,
|
|
@@ -3670,7 +3670,7 @@ const ue = {
|
|
|
3670
3670
|
outputDescription: null,
|
|
3671
3671
|
error: null,
|
|
3672
3672
|
parent: null
|
|
3673
|
-
}, Hn =
|
|
3673
|
+
}, Hn = pe[p.Operation][Ni.Subtraction], t0 = {
|
|
3674
3674
|
id: "number-subtraction--ref",
|
|
3675
3675
|
type: p.GenericReference,
|
|
3676
3676
|
entityId: Hn.id,
|
|
@@ -3879,7 +3879,7 @@ const ue = {
|
|
|
3879
3879
|
}, x7e = {
|
|
3880
3880
|
[Ni.Addition]: oI,
|
|
3881
3881
|
[Ni.Subtraction]: N7e
|
|
3882
|
-
}, Pr =
|
|
3882
|
+
}, Pr = pe[p.Operation][Je.Join], L7e = {
|
|
3883
3883
|
id: "join-strings--ref",
|
|
3884
3884
|
type: p.GenericReference,
|
|
3885
3885
|
entityId: Pr.id,
|
|
@@ -4219,7 +4219,7 @@ const X7e = {
|
|
|
4219
4219
|
// Keep error value descriptor
|
|
4220
4220
|
error: e9e,
|
|
4221
4221
|
parent: null
|
|
4222
|
-
}, jl =
|
|
4222
|
+
}, jl = pe[p.Operation][Je.Split], t9e = {
|
|
4223
4223
|
id: "split-string--ref",
|
|
4224
4224
|
type: p.GenericReference,
|
|
4225
4225
|
entityId: Je.Split,
|
|
@@ -4415,7 +4415,7 @@ const X7e = {
|
|
|
4415
4415
|
}, y9e = {
|
|
4416
4416
|
[Je.Join]: i0,
|
|
4417
4417
|
[Je.Split]: f9e
|
|
4418
|
-
}, Cn =
|
|
4418
|
+
}, Cn = pe[p.Operation]["list-join"], r0 = {
|
|
4419
4419
|
id: "join-lists--ref",
|
|
4420
4420
|
type: p.GenericReference,
|
|
4421
4421
|
entityId: Cn.id,
|
|
@@ -4624,7 +4624,7 @@ const X7e = {
|
|
|
4624
4624
|
outputDescription: null,
|
|
4625
4625
|
error: null,
|
|
4626
4626
|
parent: null
|
|
4627
|
-
}, jr =
|
|
4627
|
+
}, jr = pe[p.Operation]["list-split"], pI = {
|
|
4628
4628
|
id: "split-list--ref",
|
|
4629
4629
|
type: p.GenericReference,
|
|
4630
4630
|
entityId: jr.id,
|
|
@@ -4945,7 +4945,7 @@ const X7e = {
|
|
|
4945
4945
|
outputDescription: null,
|
|
4946
4946
|
error: null,
|
|
4947
4947
|
parent: null
|
|
4948
|
-
}, zu =
|
|
4948
|
+
}, zu = pe[p.Operation]["list-get-last"], yV = {
|
|
4949
4949
|
id: "get-last-in-list--ref",
|
|
4950
4950
|
type: p.GenericReference,
|
|
4951
4951
|
entityId: zu.id,
|
|
@@ -5049,7 +5049,7 @@ const X7e = {
|
|
|
5049
5049
|
outputDescription: null,
|
|
5050
5050
|
error: null,
|
|
5051
5051
|
parent: null
|
|
5052
|
-
}, el =
|
|
5052
|
+
}, el = pe[p.Operation][dt.Append], cI = {
|
|
5053
5053
|
id: "append-to-list--ref",
|
|
5054
5054
|
type: p.GenericReference,
|
|
5055
5055
|
entityId: el.id,
|
|
@@ -5212,7 +5212,7 @@ const X7e = {
|
|
|
5212
5212
|
[dt.Split]: fV,
|
|
5213
5213
|
[dt.GetLast]: hV,
|
|
5214
5214
|
[dt.Append]: fI
|
|
5215
|
-
}, tl =
|
|
5215
|
+
}, tl = pe[p.Operation][wi.Parallel], TV = {
|
|
5216
5216
|
id: "parallel-execution--ref",
|
|
5217
5217
|
type: p.GenericReference,
|
|
5218
5218
|
entityId: wi.Parallel,
|
|
@@ -5397,7 +5397,7 @@ const X7e = {
|
|
|
5397
5397
|
outputDescription: null,
|
|
5398
5398
|
error: null,
|
|
5399
5399
|
parent: null
|
|
5400
|
-
}, s0 =
|
|
5400
|
+
}, s0 = pe[p.Operation][wi.Wait], sqe = {
|
|
5401
5401
|
type: p.GenericReference,
|
|
5402
5402
|
id: "3bd4aeb2-e3b7-4120-b289-011ebb03dba5",
|
|
5403
5403
|
version: "1",
|
|
@@ -5529,7 +5529,7 @@ const X7e = {
|
|
|
5529
5529
|
dataType: uqe,
|
|
5530
5530
|
error: oqe,
|
|
5531
5531
|
parent: null
|
|
5532
|
-
}, Jn =
|
|
5532
|
+
}, Jn = pe[p.Operation][wi.Sequential], AV = {
|
|
5533
5533
|
id: "sequential-execution--ref",
|
|
5534
5534
|
type: p.GenericReference,
|
|
5535
5535
|
entityId: Jn.id,
|
|
@@ -5718,7 +5718,7 @@ const X7e = {
|
|
|
5718
5718
|
[wi.Parallel]: va,
|
|
5719
5719
|
[wi.Wait]: en,
|
|
5720
5720
|
[wi.Sequential]: Dl
|
|
5721
|
-
}, Oa =
|
|
5721
|
+
}, Oa = pe[p.Operation][Ar.Validate], bqe = {
|
|
5722
5722
|
type: p.GenericReference,
|
|
5723
5723
|
id: "validate-data-operation-data-to-validate-argument-declaration-ref",
|
|
5724
5724
|
version: "1",
|
|
@@ -5976,7 +5976,7 @@ const X7e = {
|
|
|
5976
5976
|
parent: null
|
|
5977
5977
|
}, xqe = {
|
|
5978
5978
|
[Ar.Validate]: jf
|
|
5979
|
-
}, ki =
|
|
5979
|
+
}, ki = pe[p.Operation]["base-http-request"], Lqe = {
|
|
5980
5980
|
type: p.GenericReference,
|
|
5981
5981
|
id: "d87cf943-57e1-4d19-9f05-190fa8c8ebc4",
|
|
5982
5982
|
version: "1",
|
|
@@ -6702,7 +6702,7 @@ const X7e = {
|
|
|
6702
6702
|
parent: null
|
|
6703
6703
|
}, T8e = {
|
|
6704
6704
|
[Es.HttpRequest]: Gf
|
|
6705
|
-
}, _n =
|
|
6705
|
+
}, _n = pe[p.Operation][qe.GenerateRandomInteger], b8e = {
|
|
6706
6706
|
id: "generate-random-integer--ref",
|
|
6707
6707
|
type: p.GenericReference,
|
|
6708
6708
|
entityId: _n.id,
|
|
@@ -6896,7 +6896,7 @@ const X7e = {
|
|
|
6896
6896
|
// Keep the error value descriptor
|
|
6897
6897
|
error: $8e,
|
|
6898
6898
|
parent: null
|
|
6899
|
-
}, bI =
|
|
6899
|
+
}, bI = pe[p.Operation][qe.GenerateRandomFloat], OV = {
|
|
6900
6900
|
id: "generate-random-float--ref",
|
|
6901
6901
|
type: p.GenericReference,
|
|
6902
6902
|
entityId: bI.id,
|
|
@@ -6969,7 +6969,7 @@ const X7e = {
|
|
|
6969
6969
|
// Keep the error value descriptor
|
|
6970
6970
|
error: N8e,
|
|
6971
6971
|
parent: null
|
|
6972
|
-
}, yd =
|
|
6972
|
+
}, yd = pe[p.Operation][qe.GenerateRandomHexadecimal], $V = {
|
|
6973
6973
|
id: "generate-random-hexadecimal--ref",
|
|
6974
6974
|
type: p.GenericReference,
|
|
6975
6975
|
entityId: yd.id,
|
|
@@ -7098,7 +7098,7 @@ const X7e = {
|
|
|
7098
7098
|
// Keep the error value descriptor
|
|
7099
7099
|
error: G8e,
|
|
7100
7100
|
parent: null
|
|
7101
|
-
}, Yu =
|
|
7101
|
+
}, Yu = pe[p.Operation][qe.GenerateRandomBase62], EI = {
|
|
7102
7102
|
id: "generate-random-base62--ref",
|
|
7103
7103
|
type: p.GenericReference,
|
|
7104
7104
|
entityId: Yu.id,
|
|
@@ -7221,7 +7221,7 @@ const X7e = {
|
|
|
7221
7221
|
// Keep error value descriptor
|
|
7222
7222
|
error: W8e,
|
|
7223
7223
|
parent: null
|
|
7224
|
-
}, Su =
|
|
7224
|
+
}, Su = pe[p.Operation][qe.GenerateRandomBase64], AI = {
|
|
7225
7225
|
id: "generate-random-base64--ref",
|
|
7226
7226
|
type: p.GenericReference,
|
|
7227
7227
|
entityId: Su.id,
|
|
@@ -7344,7 +7344,7 @@ const X7e = {
|
|
|
7344
7344
|
// Keep error value descriptor
|
|
7345
7345
|
error: X8e,
|
|
7346
7346
|
parent: null
|
|
7347
|
-
}, Xu =
|
|
7347
|
+
}, Xu = pe[p.Operation][qe.GenerateRandomAlphanumeric], II = {
|
|
7348
7348
|
id: "generate-random-alphanumeric--ref",
|
|
7349
7349
|
type: p.GenericReference,
|
|
7350
7350
|
entityId: Xu.id,
|
|
@@ -7467,7 +7467,7 @@ const X7e = {
|
|
|
7467
7467
|
// Keep error value descriptor
|
|
7468
7468
|
error: sZe,
|
|
7469
7469
|
parent: null
|
|
7470
|
-
}, il =
|
|
7470
|
+
}, il = pe[p.Operation][qe.GenerateIdentifier], n0 = {
|
|
7471
7471
|
id: "generate-identifier--ref",
|
|
7472
7472
|
type: p.GenericReference,
|
|
7473
7473
|
entityId: il.id,
|
|
@@ -7643,7 +7643,7 @@ const X7e = {
|
|
|
7643
7643
|
// Keep error value descriptor
|
|
7644
7644
|
error: fZe,
|
|
7645
7645
|
parent: null
|
|
7646
|
-
}, a0 =
|
|
7646
|
+
}, a0 = pe[p.Operation][qe.GenerateRandomUUIDv4], hZe = {
|
|
7647
7647
|
id: "generate-random-uuidv4--ref",
|
|
7648
7648
|
type: p.GenericReference,
|
|
7649
7649
|
entityId: a0.id,
|
|
@@ -7721,7 +7721,7 @@ const X7e = {
|
|
|
7721
7721
|
// Keep error value descriptor
|
|
7722
7722
|
error: TZe,
|
|
7723
7723
|
parent: null
|
|
7724
|
-
}, l0 =
|
|
7724
|
+
}, l0 = pe[p.Operation][qe.GenerateShortIdentifier], EZe = {
|
|
7725
7725
|
id: "generate-short-identifier--ref",
|
|
7726
7726
|
type: p.GenericReference,
|
|
7727
7727
|
entityId: l0.id,
|
|
@@ -7799,7 +7799,7 @@ const X7e = {
|
|
|
7799
7799
|
// Keep error value descriptor
|
|
7800
7800
|
error: wZe,
|
|
7801
7801
|
parent: null
|
|
7802
|
-
}, wI =
|
|
7802
|
+
}, wI = pe[p.Operation][qe.GenerateHexadecimalToken], CZe = {
|
|
7803
7803
|
id: "generate-hexadecimal-token--ref",
|
|
7804
7804
|
type: p.GenericReference,
|
|
7805
7805
|
entityId: wI.id,
|
|
@@ -7888,7 +7888,7 @@ const X7e = {
|
|
|
7888
7888
|
[qe.GenerateRandomUUIDv4]: bZe,
|
|
7889
7889
|
[qe.GenerateShortIdentifier]: RZe,
|
|
7890
7890
|
[qe.GenerateHexadecimalToken]: OZe
|
|
7891
|
-
}, hd =
|
|
7891
|
+
}, hd = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY;
|
|
7892
7892
|
var PV = /* @__PURE__ */ ((d) => (d["1password-scim"] = "1password-scim", d.accelo = "accelo", d["active-campaign"] = "active-campaign", d["acuity-scheduling"] = "acuity-scheduling", d.adobe = "adobe", d["adobe-umapi"] = "adobe-umapi", d.adp = "adp", d.adyen = "adyen", d.affinity = "affinity", d.aircall = "aircall", d.airtable = "airtable", d["airtable-pat"] = "airtable-pat", d.autodesk = "autodesk", d.algolia = "algolia", d.amazon = "amazon", d["amazon-selling-partner"] = "amazon-selling-partner", d["amazon-selling-partner-beta"] = "amazon-selling-partner-beta", d.anrok = "anrok", d.amplitude = "amplitude", d.anthropic = "anthropic", d["anthropic-admin"] = "anthropic-admin", d.apaleo = "apaleo", d.apollo = "apollo", d["apollo-oauth"] = "apollo-oauth", d["apple-app-store"] = "apple-app-store", d["appstle-subscriptions"] = "appstle-subscriptions", d.asana = "asana", d["asana-scim"] = "asana-scim", d.ashby = "ashby", d["atlas-so"] = "atlas-so", d.atlassian = "atlassian", d["atlassian-admin"] = "atlassian-admin", d.attio = "attio", d.auth0 = "auth0", d["auth0-cc"] = "auth0-cc", d.avalara = "avalara", d["avalara-sandbox"] = "avalara-sandbox", d.aws = "aws", d["aws-iam"] = "aws-iam", d["aws-scim"] = "aws-scim", d["azure-devops"] = "azure-devops", d.bamboohr = "bamboohr", d["bamboohr-basic"] = "bamboohr-basic", d.basecamp = "basecamp", d.battlenet = "battlenet", d.beehiiv = "beehiiv", d.bigcommerce = "bigcommerce", d["bill-sandbox"] = "bill-sandbox", d.bill = "bill", d.bitbucket = "bitbucket", d.bitdefender = "bitdefender", d.bitly = "bitly", d.blackbaud = "blackbaud", d["blackbaud-basic"] = "blackbaud-basic", d.blandai = "blandai", d.boldsign = "boldsign", d.box = "box", d["booking-com"] = "booking-com", d.braintree = "braintree", d["braintree-sandbox"] = "braintree-sandbox", d.braze = "braze", d["brevo-api-key"] = "brevo-api-key", d.brex = "brex", d["brex-api-key"] = "brex-api-key", d["brex-staging"] = "brex-staging", d.brightcrowd = "brightcrowd", d["builder-io-private"] = "builder-io-private", d["builder-io-public"] = "builder-io-public", d.buildium = "buildium", d.builtwith = "builtwith", d["cal-com-v1"] = "cal-com-v1", d["cal-com-v2"] = "cal-com-v2", d.calendly = "calendly", d.callrail = "callrail", d.canny = "canny", d.canva = "canva", d["canva-scim"] = "canva-scim", d.certn = "certn", d["certn-partner"] = "certn-partner", d.chargebee = "chargebee", d.chattermill = "chattermill", d.checkhq = "checkhq", d["checkr-partner"] = "checkr-partner", d["checkr-partner-staging"] = "checkr-partner-staging", d["checkout-com"] = "checkout-com", d["checkout-com-sandbox"] = "checkout-com-sandbox", d.chorus = "chorus", d["circle-so"] = "circle-so", d["clari-copilot"] = "clari-copilot", d.clicksend = "clicksend", d.clickup = "clickup", d.cloudentity = "cloudentity", d.close = "close", d.coda = "coda", d.codeclimate = "codeclimate", d.codegen = "codegen", d.commercetools = "commercetools", d.companycam = "companycam", d.copper = "copper", d["copper-api-key"] = "copper-api-key", d["connectwise-psa"] = "connectwise-psa", d["connectwise-psa-staging"] = "connectwise-psa-staging", d["confluence-basic"] = "confluence-basic", d.contentful = "contentful", d.contentstack = "contentstack", d.coros = "coros", d["coros-sandbox"] = "coros-sandbox", d["coupa-compass"] = "coupa-compass", d.cyberimpact = "cyberimpact", d["databricks-account"] = "databricks-account", d["databricks-workspace"] = "databricks-workspace", d.datev = "datev", d.datadog = "datadog", d.deel = "deel", d["deel-sandbox"] = "deel-sandbox", d.devin = "devin", d.dialpad = "dialpad", d["dialpad-sandbox"] = "dialpad-sandbox", d.digitalocean = "digitalocean", d.discord = "discord", d.discourse = "discourse", d.dixa = "dixa", d.document360 = "document360", d.docusign = "docusign", d["docusign-sandbox"] = "docusign-sandbox", d.docuware = "docuware", d.dropbox = "dropbox", d["dropbox-sign"] = "dropbox-sign", d.drupal = "drupal", d.emarsys = "emarsys", d["emarsys-oauth"] = "emarsys-oauth", d["employment-hero"] = "employment-hero", d.ebay = "ebay", d["ebay-sandbox"] = "ebay-sandbox", d["e-conomic"] = "e-conomic", d.egnyte = "egnyte", d.elevenlabs = "elevenlabs", d.elevio = "elevio", d.entrata = "entrata", d.envoy = "envoy", d["epic-games"] = "epic-games", d.evaluagent = "evaluagent", d.eventbrite = "eventbrite", d.exa = "exa", d["exact-online"] = "exact-online", d.exist = "exist", d.expensify = "expensify", d.factorial = "factorial", d.facebook = "facebook", d.fathom = "fathom", d.figma = "figma", d["figma-scim"] = "figma-scim", d.falai = "falai", d.findymail = "findymail", d.firefish = "firefish", d.fireflies = "fireflies", d.fiserv = "fiserv", d["fiserv-api-key"] = "fiserv-api-key", d.fitbit = "fitbit", d.fortnox = "fortnox", d.freshbooks = "freshbooks", d.freshdesk = "freshdesk", d.freshsales = "freshsales", d.freshservice = "freshservice", d.freshteam = "freshteam", d.front = "front", d["gainsight-cc"] = "gainsight-cc", d.garmin = "garmin", d["gebruder-weiss"] = "gebruder-weiss", d["google-gemini"] = "google-gemini", d.gem = "gem", d.gerrit = "gerrit", d.grammarly = "grammarly", d["grammarly-scim"] = "grammarly-scim", d.guru = "guru", d["guru-scim"] = "guru-scim", d.github = "github", d["github-pat"] = "github-pat", d.gitlab = "gitlab", d["ghost-admin"] = "ghost-admin", d["ghost-content"] = "ghost-content", d.gong = "gong", d["gong-oauth"] = "gong-oauth", d.google = "google", d["google-play"] = "google-play", d.gorgias = "gorgias", d["gorgias-basic"] = "gorgias-basic", d.grafana = "grafana", d.grain = "grain", d["grain-api-key"] = "grain-api-key", d.greenhouse = "greenhouse", d["greenhouse-basic"] = "greenhouse-basic", d["greenhouse-harvest"] = "greenhouse-harvest", d["greenhouse-job-board"] = "greenhouse-job-board", d["greenhouse-assessment"] = "greenhouse-assessment", d["greenhouse-ingestion"] = "greenhouse-ingestion", d["greenhouse-onboarding"] = "greenhouse-onboarding", d.gumroad = "gumroad", d.gusto = "gusto", d["gusto-demo"] = "gusto-demo", d["hackerrank-work"] = "hackerrank-work", d.harvest = "harvest", d["health-gorilla"] = "health-gorilla", d["hibob-service-user"] = "hibob-service-user", d.highlevel = "highlevel", d["highlevel-white-label"] = "highlevel-white-label", d.holded = "holded", d.hubspot = "hubspot", d["incident-io"] = "incident-io", d.insightly = "insightly", d.instantly = "instantly", d.instagram = "instagram", d.intercom = "intercom", d.intuit = "intuit", d.jamf = "jamf", d["jamf-basic"] = "jamf-basic", d.jazzhr = "jazzhr", d.jira = "jira", d["jira-basic"] = "jira-basic", d["jira-data-center"] = "jira-data-center", d["jira-data-center-api-key"] = "jira-data-center-api-key", d["jira-data-center-basic"] = "jira-data-center-basic", d.jobadder = "jobadder", d.jobvite = "jobvite", d.jotform = "jotform", d["helpscout-docs"] = "helpscout-docs", d["helpscout-mailbox"] = "helpscout-mailbox", d.kandji = "kandji", d.keap = "keap", d["keeper-scim"] = "keeper-scim", d.klipfolio = "klipfolio", d.klaviyo = "klaviyo", d["klaviyo-oauth"] = "klaviyo-oauth", d.kustomer = "kustomer", d.lagrowthmachine = "lagrowthmachine", d.lastpass = "lastpass", d.lattice = "lattice", d.lessonly = "lessonly", d.lemlist = "lemlist", d.lever = "lever", d["lever-basic"] = "lever-basic", d["lever-sandbox"] = "lever-sandbox", d["lever-basic-sandbox"] = "lever-basic-sandbox", d.linear = "linear", d.linkedin = "linkedin", d.linkhut = "linkhut", d["loom-scim"] = "loom-scim", d["loops-so"] = "loops-so", d["lucid-scim"] = "lucid-scim", d.luma = "luma", d.listmonk = "listmonk", d.make = "make", d.mailgun = "mailgun", d.mailchimp = "mailchimp", d.manatal = "manatal", d.marketo = "marketo", d.malwarebytes = "malwarebytes", d.medallia = "medallia", d.metabase = "metabase", d.microsoft = "microsoft", d["microsoft-oauth2-cc"] = "microsoft-oauth2-cc", d["microsoft-tenant-specific"] = "microsoft-tenant-specific", d["microsoft-business-central"] = "microsoft-business-central", d.mindbody = "mindbody", d.minimax = "minimax", d["mip-cloud"] = "mip-cloud", d["mip-on-premise"] = "mip-on-premise", d.mixpanel = "mixpanel", d.miro = "miro", d["miro-scim"] = "miro-scim", d.missive = "missive", d.monday = "monday", d.mural = "mural", d.nationbuilder = "nationbuilder", d.namely = "namely", d["namely-pat"] = "namely-pat", d.netsuite = "netsuite", d["next-cloud-ocs"] = "next-cloud-ocs", d.notion = "notion", d["notion-scim"] = "notion-scim", d.odoo = "odoo", d["odoo-cc"] = "odoo-cc", d.okta = "okta", d.openai = "openai", d["openai-admin"] = "openai-admin", d["open-hands"] = "open-hands", d["oracle-hcm"] = "oracle-hcm", d.ory = "ory", d.osu = "osu", d.oura = "oura", d.outreach = "outreach", d.pagerduty = "pagerduty", d.pandadoc = "pandadoc", d["pandadoc-api-key"] = "pandadoc-api-key", d.paychex = "paychex", d.payfit = "payfit", d.paylocity = "paylocity", d.paypal = "paypal", d["paypal-sandbox"] = "paypal-sandbox", d.pendo = "pendo", d.pennylane = "pennylane", d.peopledatalabs = "peopledatalabs", d.perplexity = "perplexity", d.perimeter81 = "perimeter81", d.personio = "personio", d["personio-v2"] = "personio-v2", d["personio-recruiting"] = "personio-recruiting", d.pingboard = "pingboard", d.pinterest = "pinterest", d.pipedrive = "pipedrive", d.pivotaltracker = "pivotaltracker", d.plain = "plain", d.podium = "podium", d.posthog = "posthog", d.prive = "prive", d.precisefp = "precisefp", d.productboard = "productboard", d.qualtrics = "qualtrics", d.quickbase = "quickbase", d.quickbooks = "quickbooks", d.ragieai = "ragieai", d.ramp = "ramp", d["ramp-sandbox"] = "ramp-sandbox", d.rapidapi = "rapidapi", d.razorpay = "razorpay", d.readwise = "readwise", d["readwise-reader"] = "readwise-reader", d.recharge = "recharge", d.recruitcrm = "recruitcrm", d.recruiterflow = "recruiterflow", d.reddit = "reddit", d["redtail-crm-sandbox"] = "redtail-crm-sandbox", d.refiner = "refiner", d.replicate = "replicate", d["retell-ai"] = "retell-ai", d["ring-central"] = "ring-central", d["ring-central-sandbox"] = "ring-central-sandbox", d.rippling = "rippling", d["rippling-shop-app"] = "rippling-shop-app", d["roam-scim"] = "roam-scim", d["rock-gym-pro"] = "rock-gym-pro", d.rootly = "rootly", d.segment = "segment", d.sage = "sage", d["sage-hr"] = "sage-hr", d["sage-intacct-oauth"] = "sage-intacct-oauth", d["sage-intacct"] = "sage-intacct", d.salesforce = "salesforce", d["salesforce-sandbox"] = "salesforce-sandbox", d["salesforce-experience-cloud"] = "salesforce-experience-cloud", d["salesforce-cdp"] = "salesforce-cdp", d["sap-concur"] = "sap-concur", d["sap-success-factors"] = "sap-success-factors", d.scrapedo = "scrapedo", d.salesloft = "salesloft", d.sendgrid = "sendgrid", d.sentry = "sentry", d["sentry-oauth"] = "sentry-oauth", d.sedna = "sedna", d["sedna-basic"] = "sedna-basic", d.servicem8 = "servicem8", d.signnow = "signnow", d["signnow-sandbox"] = "signnow-sandbox", d.servicenow = "servicenow", d["sharepoint-online-oauth2-cc"] = "sharepoint-online-oauth2-cc", d["sharepoint-online-v1"] = "sharepoint-online-v1", d.shipstation = "shipstation", d.shopify = "shopify", d["shopify-api-key"] = "shopify-api-key", d["shopify-partner"] = "shopify-partner", d["shopify-scim"] = "shopify-scim", d.shortcut = "shortcut", d.slack = "slack", d["smartlead-ai"] = "smartlead-ai", d["smartrecruiters-api-key"] = "smartrecruiters-api-key", d.smartsheet = "smartsheet", d.smugmug = "smugmug", d.snowflake = "snowflake", d["snowflake-jwt"] = "snowflake-jwt", d.splitwise = "splitwise", d.spotify = "spotify", d["spotify-oauth2-cc"] = "spotify-oauth2-cc", d.squarespace = "squarespace", d.squareup = "squareup", d["squareup-sandbox"] = "squareup-sandbox", d.stackexchange = "stackexchange", d.strava = "strava", d["strava-web"] = "strava-web", d.stripe = "stripe", d["stripe-express"] = "stripe-express", d["stripe-app"] = "stripe-app", d["stripe-app-sandbox"] = "stripe-app-sandbox", d.supabase = "supabase", d["survey-monkey"] = "survey-monkey", d.tapclicks = "tapclicks", d.tableau = "tableau", d.teamtailor = "teamtailor", d.teamwork = "teamwork", d.terraform = "terraform", d.ticktick = "ticktick", d["tiktok-accounts"] = "tiktok-accounts", d["tiktok-ads"] = "tiktok-ads", d.timely = "timely", d["thrivecart-oauth"] = "thrivecart-oauth", d["thrivecart-api-key"] = "thrivecart-api-key", d["trakstar-hire"] = "trakstar-hire", d.trafft = "trafft", d.tremendous = "tremendous", d["tremendous-sandbox"] = "tremendous-sandbox", d.trello = "trello", d["trello-scim"] = "trello-scim", d.tldv = "tldv", d.tsheetsteam = "tsheetsteam", d.todoist = "todoist", d.tumblr = "tumblr", d.twitch = "twitch", d.twitter = "twitter", d["twitter-v2"] = "twitter-v2", d["twitter-oauth2-cc"] = "twitter-oauth2-cc", d.twinfield = "twinfield", d["twenty-crm"] = "twenty-crm", d["twenty-crm-self-hosted"] = "twenty-crm-self-hosted", d.twilio = "twilio", d.typeform = "typeform", d.typefully = "typefully", d.uber = "uber", d["ukg-pro-wfm"] = "ukg-pro-wfm", d["ukg-pro"] = "ukg-pro", d["ukg-ready"] = "ukg-ready", d.unanet = "unanet", d.unauthenticated = "unauthenticated", d.unipile = "unipile", d.vercel = "vercel", d.vimeo = "vimeo", d["vimeo-basic"] = "vimeo-basic", d.wakatime = "wakatime", d["wave-accounting"] = "wave-accounting", d.wealthbox = "wealthbox", d.webflow = "webflow", d["whatsapp-business"] = "whatsapp-business", d.whoop = "whoop", d["wildix-pbx"] = "wildix-pbx", d.wordpress = "wordpress", d.woocommerce = "woocommerce", d.workable = "workable", d["workable-oauth"] = "workable-oauth", d.workday = "workday", d["workday-oauth"] = "workday-oauth", d.wrike = "wrike", d.xai = "xai", d.xero = "xero", d["xero-oauth2-cc"] = "xero-oauth2-cc", d.yahoo = "yahoo", d.yandex = "yandex", d.zapier = "zapier", d["zapier-nla"] = "zapier-nla", d["zapier-scim"] = "zapier-scim", d.zendesk = "zendesk", d.zenefits = "zenefits", d.zoho = "zoho", d.zoom = "zoom", d.zoominfo = "zoominfo", d.zuora = "zuora", d))(PV || {}), VV = /* @__PURE__ */ ((d) => (d["aircall-basic"] = "aircall-basic", d.confluence = "confluence", d["confluence-data-center"] = "confluence-data-center", d.figjam = "figjam", d["github-app"] = "github-app", d["github-app-oauth"] = "github-app-oauth", d["google-analytics"] = "google-analytics", d["google-calendar"] = "google-calendar", d["google-docs"] = "google-docs", d["google-mail"] = "google-mail", d["google-sheet"] = "google-sheet", d["google-slides"] = "google-slides", d["google-drive"] = "google-drive", d["google-ads"] = "google-ads", d["google-cloud-storage"] = "google-cloud-storage", d["microsoft-teams"] = "microsoft-teams", d["microsoft-ads"] = "microsoft-ads", d["microsoft-entra-id"] = "microsoft-entra-id", d["microsoft-power-bi"] = "microsoft-power-bi", d["netsuite-tba"] = "netsuite-tba", d["okta-preview"] = "okta-preview", d["one-drive"] = "one-drive", d["one-note"] = "one-note", d.outlook = "outlook", d["quickbooks-sandbox"] = "quickbooks-sandbox", d["sharepoint-online"] = "sharepoint-online", d.youtube = "youtube", d["zoho-books"] = "zoho-books", d["zoho-crm"] = "zoho-crm", d["zoho-desk"] = "zoho-desk", d["zoho-inventory"] = "zoho-inventory", d["zoho-invoice"] = "zoho-invoice", d["zoho-mail"] = "zoho-mail", d["zoho-bigin"] = "zoho-bigin", d["zoho-people"] = "zoho-people", d))(VV || {});
|
|
7893
7893
|
const PZe = {
|
|
7894
7894
|
"1password-scim": "1password-scim",
|
|
@@ -8432,7 +8432,7 @@ const PZe = {
|
|
|
8432
8432
|
}, xZe = {
|
|
8433
8433
|
id: "external-integration-connection-built-in-base-entity-integration-property-parent-ref",
|
|
8434
8434
|
type: p.GenericReference,
|
|
8435
|
-
entityId:
|
|
8435
|
+
entityId: ue.CRON_JOB,
|
|
8436
8436
|
version: "1",
|
|
8437
8437
|
entityType: p.BuiltInBaseEntity
|
|
8438
8438
|
}, Gl = {
|
|
@@ -8496,7 +8496,7 @@ const PZe = {
|
|
|
8496
8496
|
}, BZe = {
|
|
8497
8497
|
id: "external-integration-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
8498
8498
|
type: p.GenericReference,
|
|
8499
|
-
entityId:
|
|
8499
|
+
entityId: ue.CRON_JOB,
|
|
8500
8500
|
version: "1",
|
|
8501
8501
|
entityType: p.BuiltInBaseEntity
|
|
8502
8502
|
}, kl = {
|
|
@@ -8527,14 +8527,14 @@ const PZe = {
|
|
|
8527
8527
|
description: "The unique identifier for the connection to the external integration.",
|
|
8528
8528
|
parent: BZe
|
|
8529
8529
|
}, Fl = {
|
|
8530
|
-
id:
|
|
8530
|
+
id: ue.EXTERNAL_INTEGRATION_CONNECTION,
|
|
8531
8531
|
version: "1",
|
|
8532
8532
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8533
8533
|
author: "1",
|
|
8534
8534
|
previousVersion: null,
|
|
8535
8535
|
deleted: !1,
|
|
8536
8536
|
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.",
|
|
8537
|
-
name:
|
|
8537
|
+
name: ue.EXTERNAL_INTEGRATION_CONNECTION,
|
|
8538
8538
|
type: p.BuiltInBaseEntity,
|
|
8539
8539
|
additionalProperties: !1,
|
|
8540
8540
|
additionalPropertiesDataType: null,
|
|
@@ -8549,7 +8549,7 @@ const PZe = {
|
|
|
8549
8549
|
methods: [],
|
|
8550
8550
|
abstractMethods: [],
|
|
8551
8551
|
extends: null
|
|
8552
|
-
}, Kl =
|
|
8552
|
+
}, Kl = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE_AUTH, G2t = {
|
|
8553
8553
|
id: "google-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
8554
8554
|
type: p.GenericReference,
|
|
8555
8555
|
entityId: Kl.properties.integration.dataType.id,
|
|
@@ -8612,7 +8612,7 @@ const PZe = {
|
|
|
8612
8612
|
}, FZe = {
|
|
8613
8613
|
id: "google-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
8614
8614
|
type: p.GenericReference,
|
|
8615
|
-
entityId:
|
|
8615
|
+
entityId: ue.CRON_JOB,
|
|
8616
8616
|
version: "1",
|
|
8617
8617
|
entityType: p.BuiltInBaseEntity
|
|
8618
8618
|
}, Qu = {
|
|
@@ -8676,7 +8676,7 @@ const PZe = {
|
|
|
8676
8676
|
}, ZZe = {
|
|
8677
8677
|
id: "google-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
8678
8678
|
type: p.GenericReference,
|
|
8679
|
-
entityId:
|
|
8679
|
+
entityId: ue.CRON_JOB,
|
|
8680
8680
|
version: "1",
|
|
8681
8681
|
entityType: p.BuiltInBaseEntity
|
|
8682
8682
|
}, ep = {
|
|
@@ -8707,14 +8707,14 @@ const PZe = {
|
|
|
8707
8707
|
description: "The unique identifier for the connection to the external integration.",
|
|
8708
8708
|
parent: ZZe
|
|
8709
8709
|
}, tp = {
|
|
8710
|
-
id:
|
|
8710
|
+
id: ue.GOOGLE_AUTH_CONNECTION,
|
|
8711
8711
|
version: "1",
|
|
8712
8712
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8713
8713
|
author: "1",
|
|
8714
8714
|
previousVersion: null,
|
|
8715
8715
|
deleted: !1,
|
|
8716
8716
|
description: "This entity represents an account connection to Google, to be used as authentication for their services.",
|
|
8717
|
-
name:
|
|
8717
|
+
name: ue.GOOGLE_AUTH_CONNECTION,
|
|
8718
8718
|
type: p.BuiltInBaseEntity,
|
|
8719
8719
|
additionalProperties: !1,
|
|
8720
8720
|
additionalPropertiesDataType: null,
|
|
@@ -8729,7 +8729,7 @@ const PZe = {
|
|
|
8729
8729
|
methods: [],
|
|
8730
8730
|
abstractMethods: [],
|
|
8731
8731
|
extends: Fl
|
|
8732
|
-
}, ql =
|
|
8732
|
+
}, ql = pe[p.BuiltInBaseEntity]["BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-DRIVE_AUTH"], k2t = {
|
|
8733
8733
|
id: "google-drive-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
8734
8734
|
type: p.GenericReference,
|
|
8735
8735
|
entityId: ql.properties.integration.dataType.id,
|
|
@@ -8792,7 +8792,7 @@ const PZe = {
|
|
|
8792
8792
|
}, YZe = {
|
|
8793
8793
|
id: "google-drive-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
8794
8794
|
type: p.GenericReference,
|
|
8795
|
-
entityId:
|
|
8795
|
+
entityId: ue.CRON_JOB,
|
|
8796
8796
|
version: "1",
|
|
8797
8797
|
entityType: p.BuiltInBaseEntity
|
|
8798
8798
|
}, SZe = {
|
|
@@ -8856,7 +8856,7 @@ const PZe = {
|
|
|
8856
8856
|
}, eWe = {
|
|
8857
8857
|
id: "google-drive-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
8858
8858
|
type: p.GenericReference,
|
|
8859
|
-
entityId:
|
|
8859
|
+
entityId: ue.CRON_JOB,
|
|
8860
8860
|
version: "1",
|
|
8861
8861
|
entityType: p.BuiltInBaseEntity
|
|
8862
8862
|
}, tWe = {
|
|
@@ -8887,14 +8887,14 @@ const PZe = {
|
|
|
8887
8887
|
description: "The unique identifier for the connection to the external integration.",
|
|
8888
8888
|
parent: eWe
|
|
8889
8889
|
}, o0 = {
|
|
8890
|
-
id:
|
|
8890
|
+
id: ue.GOOGLE_DRIVE_AUTH_CONNECTION,
|
|
8891
8891
|
version: "1",
|
|
8892
8892
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
8893
8893
|
author: "1",
|
|
8894
8894
|
previousVersion: null,
|
|
8895
8895
|
deleted: !1,
|
|
8896
8896
|
description: "This entity represents an account connection to Google, to be used as authentication for Google Drive.",
|
|
8897
|
-
name:
|
|
8897
|
+
name: ue.GOOGLE_DRIVE_AUTH_CONNECTION,
|
|
8898
8898
|
type: p.BuiltInBaseEntity,
|
|
8899
8899
|
additionalProperties: !1,
|
|
8900
8900
|
additionalPropertiesDataType: null,
|
|
@@ -8909,7 +8909,7 @@ const PZe = {
|
|
|
8909
8909
|
methods: [],
|
|
8910
8910
|
abstractMethods: [],
|
|
8911
8911
|
extends: tp
|
|
8912
|
-
}, Zl =
|
|
8912
|
+
}, Zl = pe[p.BuiltInBaseEntity]["BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-MAIL_AUTH"], F2t = {
|
|
8913
8913
|
id: "google-mail-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
8914
8914
|
type: p.GenericReference,
|
|
8915
8915
|
entityId: Zl.properties.integration.dataType.id,
|
|
@@ -8972,7 +8972,7 @@ const PZe = {
|
|
|
8972
8972
|
}, aWe = {
|
|
8973
8973
|
id: "google-mail-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
8974
8974
|
type: p.GenericReference,
|
|
8975
|
-
entityId:
|
|
8975
|
+
entityId: ue.CRON_JOB,
|
|
8976
8976
|
version: "1",
|
|
8977
8977
|
entityType: p.BuiltInBaseEntity
|
|
8978
8978
|
}, lWe = {
|
|
@@ -9036,7 +9036,7 @@ const PZe = {
|
|
|
9036
9036
|
}, uWe = {
|
|
9037
9037
|
id: "google-mail-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9038
9038
|
type: p.GenericReference,
|
|
9039
|
-
entityId:
|
|
9039
|
+
entityId: ue.CRON_JOB,
|
|
9040
9040
|
version: "1",
|
|
9041
9041
|
entityType: p.BuiltInBaseEntity
|
|
9042
9042
|
}, pWe = {
|
|
@@ -9067,14 +9067,14 @@ const PZe = {
|
|
|
9067
9067
|
description: "The unique identifier for the connection to the external integration.",
|
|
9068
9068
|
parent: uWe
|
|
9069
9069
|
}, RI = {
|
|
9070
|
-
id:
|
|
9070
|
+
id: ue.GOOGLE_MAIL_AUTH_CONNECTION,
|
|
9071
9071
|
version: "1",
|
|
9072
9072
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9073
9073
|
author: "1",
|
|
9074
9074
|
previousVersion: null,
|
|
9075
9075
|
deleted: !1,
|
|
9076
9076
|
description: "This entity represents an account connection to Google, to be used as authentication for Gmail.",
|
|
9077
|
-
name:
|
|
9077
|
+
name: ue.GOOGLE_MAIL_AUTH_CONNECTION,
|
|
9078
9078
|
type: p.BuiltInBaseEntity,
|
|
9079
9079
|
additionalProperties: !1,
|
|
9080
9080
|
additionalPropertiesDataType: null,
|
|
@@ -9089,7 +9089,7 @@ const PZe = {
|
|
|
9089
9089
|
methods: [],
|
|
9090
9090
|
abstractMethods: [],
|
|
9091
9091
|
extends: tp
|
|
9092
|
-
}, Wl =
|
|
9092
|
+
}, Wl = pe[p.BuiltInBaseEntity]["BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SHEET_AUTH"], K2t = {
|
|
9093
9093
|
id: "google-sheet-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9094
9094
|
type: p.GenericReference,
|
|
9095
9095
|
entityId: Wl.properties.integration.dataType.id,
|
|
@@ -9152,7 +9152,7 @@ const PZe = {
|
|
|
9152
9152
|
}, mWe = {
|
|
9153
9153
|
id: "google-sheet-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
9154
9154
|
type: p.GenericReference,
|
|
9155
|
-
entityId:
|
|
9155
|
+
entityId: ue.CRON_JOB,
|
|
9156
9156
|
version: "1",
|
|
9157
9157
|
entityType: p.BuiltInBaseEntity
|
|
9158
9158
|
}, vWe = {
|
|
@@ -9216,7 +9216,7 @@ const PZe = {
|
|
|
9216
9216
|
}, EWe = {
|
|
9217
9217
|
id: "google-sheet-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9218
9218
|
type: p.GenericReference,
|
|
9219
|
-
entityId:
|
|
9219
|
+
entityId: ue.CRON_JOB,
|
|
9220
9220
|
version: "1",
|
|
9221
9221
|
entityType: p.BuiltInBaseEntity
|
|
9222
9222
|
}, AWe = {
|
|
@@ -9247,14 +9247,14 @@ const PZe = {
|
|
|
9247
9247
|
description: "The unique identifier for the connection to the external integration.",
|
|
9248
9248
|
parent: EWe
|
|
9249
9249
|
}, IWe = {
|
|
9250
|
-
id:
|
|
9250
|
+
id: ue.GOOGLE_SHEET_AUTH_CONNECTION,
|
|
9251
9251
|
version: "1",
|
|
9252
9252
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9253
9253
|
author: "1",
|
|
9254
9254
|
previousVersion: null,
|
|
9255
9255
|
deleted: !1,
|
|
9256
9256
|
description: "This entity represents an account connection to Google, to be used as authentication for Google Sheets.",
|
|
9257
|
-
name:
|
|
9257
|
+
name: ue.GOOGLE_SHEET_AUTH_CONNECTION,
|
|
9258
9258
|
type: p.BuiltInBaseEntity,
|
|
9259
9259
|
additionalProperties: !1,
|
|
9260
9260
|
additionalPropertiesDataType: null,
|
|
@@ -9269,7 +9269,7 @@ const PZe = {
|
|
|
9269
9269
|
methods: [],
|
|
9270
9270
|
abstractMethods: [],
|
|
9271
9271
|
extends: tp
|
|
9272
|
-
}, Hl =
|
|
9272
|
+
}, Hl = pe[p.BuiltInBaseEntity]["BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-SLIDES_AUTH"], q2t = {
|
|
9273
9273
|
id: "google-slides-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9274
9274
|
type: p.GenericReference,
|
|
9275
9275
|
entityId: Hl.properties.integration.dataType.id,
|
|
@@ -9332,7 +9332,7 @@ const PZe = {
|
|
|
9332
9332
|
}, gWe = {
|
|
9333
9333
|
id: "google-slides-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
9334
9334
|
type: p.GenericReference,
|
|
9335
|
-
entityId:
|
|
9335
|
+
entityId: ue.CRON_JOB,
|
|
9336
9336
|
version: "1",
|
|
9337
9337
|
entityType: p.BuiltInBaseEntity
|
|
9338
9338
|
}, DWe = {
|
|
@@ -9396,7 +9396,7 @@ const PZe = {
|
|
|
9396
9396
|
}, PWe = {
|
|
9397
9397
|
id: "google-slides-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9398
9398
|
type: p.GenericReference,
|
|
9399
|
-
entityId:
|
|
9399
|
+
entityId: ue.CRON_JOB,
|
|
9400
9400
|
version: "1",
|
|
9401
9401
|
entityType: p.BuiltInBaseEntity
|
|
9402
9402
|
}, VWe = {
|
|
@@ -9427,14 +9427,14 @@ const PZe = {
|
|
|
9427
9427
|
description: "The unique identifier for the connection to the external integration.",
|
|
9428
9428
|
parent: PWe
|
|
9429
9429
|
}, NWe = {
|
|
9430
|
-
id:
|
|
9430
|
+
id: ue.GOOGLE_SLIDES_AUTH_CONNECTION,
|
|
9431
9431
|
version: "1",
|
|
9432
9432
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9433
9433
|
author: "1",
|
|
9434
9434
|
previousVersion: null,
|
|
9435
9435
|
deleted: !1,
|
|
9436
9436
|
description: "This entity represents an account connection to Google, to be used as authentication for Google Slides.",
|
|
9437
|
-
name:
|
|
9437
|
+
name: ue.GOOGLE_SLIDES_AUTH_CONNECTION,
|
|
9438
9438
|
type: p.BuiltInBaseEntity,
|
|
9439
9439
|
additionalProperties: !1,
|
|
9440
9440
|
additionalPropertiesDataType: null,
|
|
@@ -9449,7 +9449,7 @@ const PZe = {
|
|
|
9449
9449
|
methods: [],
|
|
9450
9450
|
abstractMethods: [],
|
|
9451
9451
|
extends: tp
|
|
9452
|
-
}, Jl =
|
|
9452
|
+
}, Jl = pe[p.BuiltInBaseEntity]["BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_GOOGLE-GEMINI_AUTH"], Z2t = {
|
|
9453
9453
|
id: "google-gemini-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9454
9454
|
type: p.GenericReference,
|
|
9455
9455
|
entityId: Jl.properties.integration.dataType.id,
|
|
@@ -9512,7 +9512,7 @@ const PZe = {
|
|
|
9512
9512
|
}, UWe = {
|
|
9513
9513
|
id: "google-gemini-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
9514
9514
|
type: p.GenericReference,
|
|
9515
|
-
entityId:
|
|
9515
|
+
entityId: ue.CRON_JOB,
|
|
9516
9516
|
version: "1",
|
|
9517
9517
|
entityType: p.BuiltInBaseEntity
|
|
9518
9518
|
}, jWe = {
|
|
@@ -9576,7 +9576,7 @@ const PZe = {
|
|
|
9576
9576
|
}, FWe = {
|
|
9577
9577
|
id: "google-gemini-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9578
9578
|
type: p.GenericReference,
|
|
9579
|
-
entityId:
|
|
9579
|
+
entityId: ue.CRON_JOB,
|
|
9580
9580
|
version: "1",
|
|
9581
9581
|
entityType: p.BuiltInBaseEntity
|
|
9582
9582
|
}, KWe = {
|
|
@@ -9607,14 +9607,14 @@ const PZe = {
|
|
|
9607
9607
|
description: "The unique identifier for the connection to the external integration.",
|
|
9608
9608
|
parent: FWe
|
|
9609
9609
|
}, NV = {
|
|
9610
|
-
id:
|
|
9610
|
+
id: ue.GOOGLE_GEMINI_AUTH_CONNECTION,
|
|
9611
9611
|
version: "1",
|
|
9612
9612
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9613
9613
|
author: "1",
|
|
9614
9614
|
previousVersion: null,
|
|
9615
9615
|
deleted: !1,
|
|
9616
9616
|
description: "This entity represents an account connection to Google, to be used as authentication for Gemini.",
|
|
9617
|
-
name:
|
|
9617
|
+
name: ue.GOOGLE_GEMINI_AUTH_CONNECTION,
|
|
9618
9618
|
type: p.BuiltInBaseEntity,
|
|
9619
9619
|
additionalProperties: !1,
|
|
9620
9620
|
additionalPropertiesDataType: null,
|
|
@@ -9629,7 +9629,7 @@ const PZe = {
|
|
|
9629
9629
|
methods: [],
|
|
9630
9630
|
abstractMethods: [],
|
|
9631
9631
|
extends: tp
|
|
9632
|
-
}, zl =
|
|
9632
|
+
}, zl = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_AIRTABLE_AUTH, W2t = {
|
|
9633
9633
|
id: "airtable-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9634
9634
|
type: p.GenericReference,
|
|
9635
9635
|
entityId: zl.properties.integration.dataType.id,
|
|
@@ -9692,7 +9692,7 @@ const PZe = {
|
|
|
9692
9692
|
}, JWe = {
|
|
9693
9693
|
id: "airtable-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
9694
9694
|
type: p.GenericReference,
|
|
9695
|
-
entityId:
|
|
9695
|
+
entityId: ue.CRON_JOB,
|
|
9696
9696
|
version: "1",
|
|
9697
9697
|
entityType: p.BuiltInBaseEntity
|
|
9698
9698
|
}, zWe = {
|
|
@@ -9756,7 +9756,7 @@ const PZe = {
|
|
|
9756
9756
|
}, XWe = {
|
|
9757
9757
|
id: "airtable-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9758
9758
|
type: p.GenericReference,
|
|
9759
|
-
entityId:
|
|
9759
|
+
entityId: ue.CRON_JOB,
|
|
9760
9760
|
version: "1",
|
|
9761
9761
|
entityType: p.BuiltInBaseEntity
|
|
9762
9762
|
}, QWe = {
|
|
@@ -9787,14 +9787,14 @@ const PZe = {
|
|
|
9787
9787
|
description: "The unique identifier for the connection to the external integration.",
|
|
9788
9788
|
parent: XWe
|
|
9789
9789
|
}, eHe = {
|
|
9790
|
-
id:
|
|
9790
|
+
id: ue.AIRTABLE_AUTH_CONNECTION,
|
|
9791
9791
|
version: "1",
|
|
9792
9792
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9793
9793
|
author: "1",
|
|
9794
9794
|
previousVersion: null,
|
|
9795
9795
|
deleted: !1,
|
|
9796
9796
|
description: "This entity represents an account connection to Airtable, to be used as authentication for their services.",
|
|
9797
|
-
name:
|
|
9797
|
+
name: ue.AIRTABLE_AUTH_CONNECTION,
|
|
9798
9798
|
type: p.BuiltInBaseEntity,
|
|
9799
9799
|
additionalProperties: !1,
|
|
9800
9800
|
additionalPropertiesDataType: null,
|
|
@@ -9809,7 +9809,7 @@ const PZe = {
|
|
|
9809
9809
|
methods: [],
|
|
9810
9810
|
abstractMethods: [],
|
|
9811
9811
|
extends: Fl
|
|
9812
|
-
}, Yl =
|
|
9812
|
+
}, Yl = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_MICROSOFT_AUTH, H2t = {
|
|
9813
9813
|
id: "microsoft-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9814
9814
|
type: p.GenericReference,
|
|
9815
9815
|
entityId: Yl.properties.integration.dataType.id,
|
|
@@ -9872,7 +9872,7 @@ const PZe = {
|
|
|
9872
9872
|
}, nHe = {
|
|
9873
9873
|
id: "microsoft-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
9874
9874
|
type: p.GenericReference,
|
|
9875
|
-
entityId:
|
|
9875
|
+
entityId: ue.CRON_JOB,
|
|
9876
9876
|
version: "1",
|
|
9877
9877
|
entityType: p.BuiltInBaseEntity
|
|
9878
9878
|
}, aHe = {
|
|
@@ -9936,7 +9936,7 @@ const PZe = {
|
|
|
9936
9936
|
}, dHe = {
|
|
9937
9937
|
id: "microsoft-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
9938
9938
|
type: p.GenericReference,
|
|
9939
|
-
entityId:
|
|
9939
|
+
entityId: ue.CRON_JOB,
|
|
9940
9940
|
version: "1",
|
|
9941
9941
|
entityType: p.BuiltInBaseEntity
|
|
9942
9942
|
}, uHe = {
|
|
@@ -9967,14 +9967,14 @@ const PZe = {
|
|
|
9967
9967
|
description: "The unique identifier for the connection to the external integration.",
|
|
9968
9968
|
parent: dHe
|
|
9969
9969
|
}, pHe = {
|
|
9970
|
-
id:
|
|
9970
|
+
id: ue.MICROSOFT_AUTH_CONNECTION,
|
|
9971
9971
|
version: "1",
|
|
9972
9972
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
9973
9973
|
author: "1",
|
|
9974
9974
|
previousVersion: null,
|
|
9975
9975
|
deleted: !1,
|
|
9976
9976
|
description: "This entity represents an account connection to Microsoft, to be used as authentication for their services.",
|
|
9977
|
-
name:
|
|
9977
|
+
name: ue.MICROSOFT_AUTH_CONNECTION,
|
|
9978
9978
|
type: p.BuiltInBaseEntity,
|
|
9979
9979
|
additionalProperties: !1,
|
|
9980
9980
|
additionalPropertiesDataType: null,
|
|
@@ -9989,7 +9989,7 @@ const PZe = {
|
|
|
9989
9989
|
methods: [],
|
|
9990
9990
|
abstractMethods: [],
|
|
9991
9991
|
extends: Fl
|
|
9992
|
-
}, Sl =
|
|
9992
|
+
}, Sl = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_SLACK_AUTH, J2t = {
|
|
9993
9993
|
id: "slack-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
9994
9994
|
type: p.GenericReference,
|
|
9995
9995
|
entityId: Sl.properties.integration.dataType.id,
|
|
@@ -10052,7 +10052,7 @@ const PZe = {
|
|
|
10052
10052
|
}, mHe = {
|
|
10053
10053
|
id: "slack-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
10054
10054
|
type: p.GenericReference,
|
|
10055
|
-
entityId:
|
|
10055
|
+
entityId: ue.CRON_JOB,
|
|
10056
10056
|
version: "1",
|
|
10057
10057
|
entityType: p.BuiltInBaseEntity
|
|
10058
10058
|
}, vHe = {
|
|
@@ -10116,7 +10116,7 @@ const PZe = {
|
|
|
10116
10116
|
}, EHe = {
|
|
10117
10117
|
id: "slack-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
10118
10118
|
type: p.GenericReference,
|
|
10119
|
-
entityId:
|
|
10119
|
+
entityId: ue.CRON_JOB,
|
|
10120
10120
|
version: "1",
|
|
10121
10121
|
entityType: p.BuiltInBaseEntity
|
|
10122
10122
|
}, AHe = {
|
|
@@ -10147,14 +10147,14 @@ const PZe = {
|
|
|
10147
10147
|
description: "The unique identifier for the connection to the external integration.",
|
|
10148
10148
|
parent: EHe
|
|
10149
10149
|
}, kf = {
|
|
10150
|
-
id:
|
|
10150
|
+
id: ue.SLACK_AUTH_CONNECTION,
|
|
10151
10151
|
version: "1",
|
|
10152
10152
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
10153
10153
|
author: "1",
|
|
10154
10154
|
previousVersion: null,
|
|
10155
10155
|
deleted: !1,
|
|
10156
10156
|
description: "This entity represents an account connection to Slack, to be used as authentication for their services.",
|
|
10157
|
-
name:
|
|
10157
|
+
name: ue.SLACK_AUTH_CONNECTION,
|
|
10158
10158
|
type: p.BuiltInBaseEntity,
|
|
10159
10159
|
additionalProperties: !1,
|
|
10160
10160
|
additionalPropertiesDataType: null,
|
|
@@ -10169,7 +10169,7 @@ const PZe = {
|
|
|
10169
10169
|
methods: [],
|
|
10170
10170
|
abstractMethods: [],
|
|
10171
10171
|
extends: Fl
|
|
10172
|
-
}, Xl =
|
|
10172
|
+
}, Xl = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH, z2t = {
|
|
10173
10173
|
id: "atlassian-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
10174
10174
|
type: p.GenericReference,
|
|
10175
10175
|
entityId: Xl.properties.integration.dataType.id,
|
|
@@ -10232,7 +10232,7 @@ const PZe = {
|
|
|
10232
10232
|
}, _He = {
|
|
10233
10233
|
id: "atlassian-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
10234
10234
|
type: p.GenericReference,
|
|
10235
|
-
entityId:
|
|
10235
|
+
entityId: ue.CRON_JOB,
|
|
10236
10236
|
version: "1",
|
|
10237
10237
|
entityType: p.BuiltInBaseEntity
|
|
10238
10238
|
}, gHe = {
|
|
@@ -10296,7 +10296,7 @@ const PZe = {
|
|
|
10296
10296
|
}, $He = {
|
|
10297
10297
|
id: "atlassian-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
10298
10298
|
type: p.GenericReference,
|
|
10299
|
-
entityId:
|
|
10299
|
+
entityId: ue.CRON_JOB,
|
|
10300
10300
|
version: "1",
|
|
10301
10301
|
entityType: p.BuiltInBaseEntity
|
|
10302
10302
|
}, PHe = {
|
|
@@ -10327,14 +10327,14 @@ const PZe = {
|
|
|
10327
10327
|
description: "The unique identifier for the connection to the external integration.",
|
|
10328
10328
|
parent: $He
|
|
10329
10329
|
}, VHe = {
|
|
10330
|
-
id:
|
|
10330
|
+
id: ue.ATLASSIAN_AUTH_CONNECTION,
|
|
10331
10331
|
version: "1",
|
|
10332
10332
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
10333
10333
|
author: "1",
|
|
10334
10334
|
previousVersion: null,
|
|
10335
10335
|
deleted: !1,
|
|
10336
10336
|
description: "This entity represents an account connection to Atlassian, to be used as authentication for their services.",
|
|
10337
|
-
name:
|
|
10337
|
+
name: ue.ATLASSIAN_AUTH_CONNECTION,
|
|
10338
10338
|
type: p.BuiltInBaseEntity,
|
|
10339
10339
|
additionalProperties: !1,
|
|
10340
10340
|
additionalPropertiesDataType: null,
|
|
@@ -10349,7 +10349,7 @@ const PZe = {
|
|
|
10349
10349
|
methods: [],
|
|
10350
10350
|
abstractMethods: [],
|
|
10351
10351
|
extends: Fl
|
|
10352
|
-
}, Ql =
|
|
10352
|
+
}, Ql = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH, Y2t = {
|
|
10353
10353
|
id: "jira-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
10354
10354
|
type: p.GenericReference,
|
|
10355
10355
|
entityId: Ql.properties.integration.dataType.id,
|
|
@@ -10412,7 +10412,7 @@ const PZe = {
|
|
|
10412
10412
|
}, BHe = {
|
|
10413
10413
|
id: "jira-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
10414
10414
|
type: p.GenericReference,
|
|
10415
|
-
entityId:
|
|
10415
|
+
entityId: ue.CRON_JOB,
|
|
10416
10416
|
version: "1",
|
|
10417
10417
|
entityType: p.BuiltInBaseEntity
|
|
10418
10418
|
}, UHe = {
|
|
@@ -10476,7 +10476,7 @@ const PZe = {
|
|
|
10476
10476
|
}, kHe = {
|
|
10477
10477
|
id: "jira-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
10478
10478
|
type: p.GenericReference,
|
|
10479
|
-
entityId:
|
|
10479
|
+
entityId: ue.CRON_JOB,
|
|
10480
10480
|
version: "1",
|
|
10481
10481
|
entityType: p.BuiltInBaseEntity
|
|
10482
10482
|
}, FHe = {
|
|
@@ -10507,14 +10507,14 @@ const PZe = {
|
|
|
10507
10507
|
description: "The unique identifier for the connection to the external integration.",
|
|
10508
10508
|
parent: kHe
|
|
10509
10509
|
}, KHe = {
|
|
10510
|
-
id:
|
|
10510
|
+
id: ue.JIRA_AUTH_CONNECTION,
|
|
10511
10511
|
version: "1",
|
|
10512
10512
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
10513
10513
|
author: "1",
|
|
10514
10514
|
previousVersion: null,
|
|
10515
10515
|
deleted: !1,
|
|
10516
10516
|
description: "This entity represents an account connection to Jira, to be used as authentication for their services.",
|
|
10517
|
-
name:
|
|
10517
|
+
name: ue.JIRA_AUTH_CONNECTION,
|
|
10518
10518
|
type: p.BuiltInBaseEntity,
|
|
10519
10519
|
additionalProperties: !1,
|
|
10520
10520
|
additionalPropertiesDataType: null,
|
|
@@ -10529,7 +10529,7 @@ const PZe = {
|
|
|
10529
10529
|
methods: [],
|
|
10530
10530
|
abstractMethods: [],
|
|
10531
10531
|
extends: Fl
|
|
10532
|
-
}, eo =
|
|
10532
|
+
}, eo = pe[p.BuiltInBaseEntity].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_OPENAI_AUTH, S2t = {
|
|
10533
10533
|
id: "openai-auth-connection-built-in-base-entity-integration-property-data-type-ref",
|
|
10534
10534
|
type: p.GenericReference,
|
|
10535
10535
|
entityId: eo.properties.integration.dataType.id,
|
|
@@ -10592,7 +10592,7 @@ const PZe = {
|
|
|
10592
10592
|
}, JHe = {
|
|
10593
10593
|
id: "openai-auth-connection-built-in-base-entity-integration-property-parent-ref",
|
|
10594
10594
|
type: p.GenericReference,
|
|
10595
|
-
entityId:
|
|
10595
|
+
entityId: ue.CRON_JOB,
|
|
10596
10596
|
version: "1",
|
|
10597
10597
|
entityType: p.BuiltInBaseEntity
|
|
10598
10598
|
}, zHe = {
|
|
@@ -10656,7 +10656,7 @@ const PZe = {
|
|
|
10656
10656
|
}, XHe = {
|
|
10657
10657
|
id: "openai-auth-connection-built-in-base-entity-connection-id-property-parent-ref",
|
|
10658
10658
|
type: p.GenericReference,
|
|
10659
|
-
entityId:
|
|
10659
|
+
entityId: ue.CRON_JOB,
|
|
10660
10660
|
version: "1",
|
|
10661
10661
|
entityType: p.BuiltInBaseEntity
|
|
10662
10662
|
}, QHe = {
|
|
@@ -10687,14 +10687,14 @@ const PZe = {
|
|
|
10687
10687
|
description: "The unique identifier for the connection to the external integration.",
|
|
10688
10688
|
parent: XHe
|
|
10689
10689
|
}, eJe = {
|
|
10690
|
-
id:
|
|
10690
|
+
id: ue.OPENAI_AUTH_CONNECTION,
|
|
10691
10691
|
version: "1",
|
|
10692
10692
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
10693
10693
|
author: "1",
|
|
10694
10694
|
previousVersion: null,
|
|
10695
10695
|
deleted: !1,
|
|
10696
10696
|
description: "This entity represents an account connection to OpenAI, to be used as authentication for their services.",
|
|
10697
|
-
name:
|
|
10697
|
+
name: ue.OPENAI_AUTH_CONNECTION,
|
|
10698
10698
|
type: p.BuiltInBaseEntity,
|
|
10699
10699
|
additionalProperties: !1,
|
|
10700
10700
|
additionalPropertiesDataType: null,
|
|
@@ -10722,7 +10722,7 @@ const PZe = {
|
|
|
10722
10722
|
VHe,
|
|
10723
10723
|
KHe,
|
|
10724
10724
|
eJe
|
|
10725
|
-
], nr =
|
|
10725
|
+
], nr = pe[p.Operation][kt.SlackSendMessage], ip = {
|
|
10726
10726
|
id: "external-integration--slack--post--send-message--ref",
|
|
10727
10727
|
type: p.GenericReference,
|
|
10728
10728
|
entityId: nr.id,
|
|
@@ -11175,7 +11175,7 @@ const AJe = Ff(
|
|
|
11175
11175
|
"private_channel",
|
|
11176
11176
|
"im",
|
|
11177
11177
|
"mpim"
|
|
11178
|
-
], At =
|
|
11178
|
+
], At = pe[p.Operation][kt.SlackChannels], to = {
|
|
11179
11179
|
id: "external-integration--slack--get--channels--ref",
|
|
11180
11180
|
type: p.GenericReference,
|
|
11181
11181
|
version: "1",
|
|
@@ -12264,7 +12264,7 @@ const AJe = Ff(
|
|
|
12264
12264
|
outputName: null,
|
|
12265
12265
|
outputDescription: null,
|
|
12266
12266
|
parent: null
|
|
12267
|
-
}, Rt =
|
|
12267
|
+
}, Rt = pe[p.Operation][kt.SlackMessages], zn = {
|
|
12268
12268
|
id: "external-integration--slack--get--messages--ref",
|
|
12269
12269
|
type: p.GenericReference,
|
|
12270
12270
|
entityId: Rt.id,
|
|
@@ -13291,7 +13291,7 @@ const uYe = Yn("ts", "TS", "Message timestamp", 0, "string", !0), pYe = Yn("text
|
|
|
13291
13291
|
outputName: null,
|
|
13292
13292
|
outputDescription: null,
|
|
13293
13293
|
parent: null
|
|
13294
|
-
}, Ct =
|
|
13294
|
+
}, Ct = pe[p.Operation][kt.SlackReplies], Sn = {
|
|
13295
13295
|
id: "external-integration--slack--get--replies--ref",
|
|
13296
13296
|
type: p.GenericReference,
|
|
13297
13297
|
entityId: Ct.id,
|
|
@@ -14317,7 +14317,7 @@ const dSe = Xn("ts", "TS", "Message timestamp", 0, "string", !0), uSe = Xn("text
|
|
|
14317
14317
|
outputName: null,
|
|
14318
14318
|
outputDescription: null,
|
|
14319
14319
|
parent: null
|
|
14320
|
-
}, gi =
|
|
14320
|
+
}, gi = pe[p.Operation][kt.GoogleMailSendEmail], X2t = {
|
|
14321
14321
|
id: "external-integration--google-mail--post--send-email--ref",
|
|
14322
14322
|
type: p.GenericReference,
|
|
14323
14323
|
version: "1",
|
|
@@ -14815,7 +14815,7 @@ const dSe = Xn("ts", "TS", "Message timestamp", 0, "string", !0), uSe = Xn("text
|
|
|
14815
14815
|
outputName: null,
|
|
14816
14816
|
outputDescription: null,
|
|
14817
14817
|
parent: null
|
|
14818
|
-
}, ge =
|
|
14818
|
+
}, ge = pe[p.Operation][kt.GoogleMailEmails], lXe = {
|
|
14819
14819
|
id: ge.inputs.connection.dataType.id,
|
|
14820
14820
|
version: "1",
|
|
14821
14821
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
@@ -16761,7 +16761,7 @@ const sQe = ks(
|
|
|
16761
16761
|
outputName: null,
|
|
16762
16762
|
outputDescription: null,
|
|
16763
16763
|
parent: null
|
|
16764
|
-
}, Sr =
|
|
16764
|
+
}, Sr = pe[p.Operation][kt.GoogleGeminiGenerateContent], p0 = {
|
|
16765
16765
|
id: "external-integration--google-gemini--post--generate-content--ref",
|
|
16766
16766
|
type: p.GenericReference,
|
|
16767
16767
|
entityId: Sr.id,
|
|
@@ -17063,7 +17063,7 @@ const sQe = ks(
|
|
|
17063
17063
|
outputName: null,
|
|
17064
17064
|
outputDescription: null,
|
|
17065
17065
|
parent: null
|
|
17066
|
-
}, ht =
|
|
17066
|
+
}, ht = pe[p.Operation][kt.GoogleDriveFiles];
|
|
17067
17067
|
var eN = /* @__PURE__ */ ((d) => (d.Audio = "application/vnd.google-apps.audio", d.Document = "application/vnd.google-apps.document", d.DriveSdk = "application/vnd.google-apps.drive-sdk", d.Drawing = "application/vnd.google-apps.drawing", d.File = "application/vnd.google-apps.file", d.Folder = "application/vnd.google-apps.folder", d.Form = "application/vnd.google-apps.form", d.FusionTable = "application/vnd.google-apps.fusiontable", d.Jam = "application/vnd.google-apps.jam", d.MailLayout = "application/vnd.google-apps.mail-layout", d.Map = "application/vnd.google-apps.map", d.Photo = "application/vnd.google-apps.photo", d.Presentation = "application/vnd.google-apps.presentation", d.Script = "application/vnd.google-apps.script", d.Shortcut = "application/vnd.google-apps.shortcut", d.Site = "application/vnd.google-apps.site", d.Spreadsheet = "application/vnd.google-apps.spreadsheet", d.Unknown = "application/vnd.google-apps.unknown", d.Vid = "application/vnd.google-apps.vid", d.Video = "application/vnd.google-apps.video", d))(eN || {});
|
|
17068
17068
|
const c0 = Object.values(eN), io = {
|
|
17069
17069
|
id: "external-integration--google-drive--get--files--ref",
|
|
@@ -18005,7 +18005,7 @@ const c0 = Object.values(eN), io = {
|
|
|
18005
18005
|
outputName: null,
|
|
18006
18006
|
outputDescription: null,
|
|
18007
18007
|
parent: null
|
|
18008
|
-
}, Bt =
|
|
18008
|
+
}, Bt = pe[p.Operation][kt.GoogleDriveSmartFetchDocument], $et = [
|
|
18009
18009
|
"auto",
|
|
18010
18010
|
"native",
|
|
18011
18011
|
"plain-text",
|
|
@@ -18753,7 +18753,7 @@ const c0 = Object.values(eN), io = {
|
|
|
18753
18753
|
outputName: null,
|
|
18754
18754
|
outputDescription: null,
|
|
18755
18755
|
parent: null
|
|
18756
|
-
}, Xe =
|
|
18756
|
+
}, Xe = pe[p.Operation][kt.GoogleDriveUploadFile], on = {
|
|
18757
18757
|
id: "external-integration--google-drive--post--upload-file--ref",
|
|
18758
18758
|
type: p.GenericReference,
|
|
18759
18759
|
entityId: Xe.id,
|
|
@@ -20069,7 +20069,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20069
20069
|
...T8e,
|
|
20070
20070
|
...$Ze,
|
|
20071
20071
|
...nit
|
|
20072
|
-
}, lN = Object.values(ait), lit =
|
|
20072
|
+
}, lN = Object.values(ait), lit = pe[p.Loop]["manual-flow-loop"], oit = {
|
|
20073
20073
|
id: "manual-flow-loop--action-ref",
|
|
20074
20074
|
type: p.GenericReference,
|
|
20075
20075
|
entityId: Ze.ManualFlow,
|
|
@@ -20121,7 +20121,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20121
20121
|
outputDescription: "Values emitted by each iteration of the manual flow loop.",
|
|
20122
20122
|
error: null,
|
|
20123
20123
|
parent: null
|
|
20124
|
-
}, ro =
|
|
20124
|
+
}, ro = pe[p.Loop]["manual-flow-loop"], uit = {
|
|
20125
20125
|
id: "manual-flow-loop-body--action-ref",
|
|
20126
20126
|
type: p.GenericReference,
|
|
20127
20127
|
entityId: ro.body.id,
|
|
@@ -20257,7 +20257,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20257
20257
|
outputDescription: "Single value produced by the loop body's iteration.",
|
|
20258
20258
|
error: null,
|
|
20259
20259
|
parent: null
|
|
20260
|
-
}, h0 =
|
|
20260
|
+
}, h0 = pe[p.Loop]["string-loop"], dN = {
|
|
20261
20261
|
id: "iterate-over-string-loop--ref",
|
|
20262
20262
|
type: p.GenericReference,
|
|
20263
20263
|
entityId: Ze.String,
|
|
@@ -20363,7 +20363,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20363
20363
|
outputDescription: null,
|
|
20364
20364
|
error: null,
|
|
20365
20365
|
parent: null
|
|
20366
|
-
}, $a =
|
|
20366
|
+
}, $a = pe[p.Loop]["string-loop"], v0 = {
|
|
20367
20367
|
id: "iterate-over-string-loop-body--ref",
|
|
20368
20368
|
type: p.GenericReference,
|
|
20369
20369
|
entityId: $a.body.id,
|
|
@@ -20540,7 +20540,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20540
20540
|
outputDescription: null,
|
|
20541
20541
|
error: null,
|
|
20542
20542
|
parent: null
|
|
20543
|
-
}, OI =
|
|
20543
|
+
}, OI = pe[p.Loop]["list-loop"], git = {
|
|
20544
20544
|
id: "iterate-over-list-loop-list-argument-declaration-data-type-parent-ref-id",
|
|
20545
20545
|
type: p.GenericReference,
|
|
20546
20546
|
entityId: OI.inputs.list.id,
|
|
@@ -20674,7 +20674,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20674
20674
|
outputDescription: "Values emitted by the list loop iterations.",
|
|
20675
20675
|
error: null,
|
|
20676
20676
|
parent: null
|
|
20677
|
-
}, Td =
|
|
20677
|
+
}, Td = pe[p.Loop]["list-loop"], xit = {
|
|
20678
20678
|
id: "iterate-over-list-loop-body-current-value-declaration-data-type-parent-ref-id",
|
|
20679
20679
|
type: p.GenericReference,
|
|
20680
20680
|
entityId: "iterate-over-list-loop-body-current-value-declaration-id",
|
|
@@ -20868,7 +20868,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20868
20868
|
outputDescription: "Values output by the loop's body.",
|
|
20869
20869
|
error: null,
|
|
20870
20870
|
parent: null
|
|
20871
|
-
}, b0 =
|
|
20871
|
+
}, b0 = pe[p.Loop]["object-keys-loop"], Zit = {
|
|
20872
20872
|
id: "iterate-over-object-keys-loop--action-ref",
|
|
20873
20873
|
type: p.GenericReference,
|
|
20874
20874
|
entityId: Ze.ObjectKeys,
|
|
@@ -20977,7 +20977,7 @@ const c0 = Object.values(eN), io = {
|
|
|
20977
20977
|
outputDescription: "Aggregated outputs from each iteration.",
|
|
20978
20978
|
error: null,
|
|
20979
20979
|
parent: null
|
|
20980
|
-
}, al =
|
|
20980
|
+
}, al = pe[p.Loop]["object-keys-loop"], E0 = {
|
|
20981
20981
|
id: "iterate-over-object-keys-loop-body--ref",
|
|
20982
20982
|
type: p.GenericReference,
|
|
20983
20983
|
entityId: al.body.id,
|
|
@@ -21154,7 +21154,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21154
21154
|
outputDescription: null,
|
|
21155
21155
|
error: null,
|
|
21156
21156
|
parent: null
|
|
21157
|
-
}, A0 =
|
|
21157
|
+
}, A0 = pe[p.Loop]["object-values-loop"], yN = {
|
|
21158
21158
|
id: "iterate-over-object-values-loop--ref",
|
|
21159
21159
|
type: p.GenericReference,
|
|
21160
21160
|
entityId: Ze.ObjectValues,
|
|
@@ -21258,7 +21258,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21258
21258
|
outputDescription: null,
|
|
21259
21259
|
error: null,
|
|
21260
21260
|
parent: null
|
|
21261
|
-
}, Pa =
|
|
21261
|
+
}, Pa = pe[p.Loop]["object-values-loop"], PI = {
|
|
21262
21262
|
id: "iterate-over-object-values-loop-body--ref",
|
|
21263
21263
|
type: p.GenericReference,
|
|
21264
21264
|
entityId: Pa.body.id,
|
|
@@ -21444,7 +21444,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21444
21444
|
outputDescription: null,
|
|
21445
21445
|
error: null,
|
|
21446
21446
|
parent: null
|
|
21447
|
-
}, vN =
|
|
21447
|
+
}, vN = pe[p.Loop]["counted-loop"], mrt = {
|
|
21448
21448
|
id: "counted-loop-string-argument-declaration-data-type-default-value-parent-ref-id",
|
|
21449
21449
|
type: p.GenericReference,
|
|
21450
21450
|
entityId: vN.inputs.number.id,
|
|
@@ -21576,7 +21576,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21576
21576
|
outputDescription: "Values emitted by each iteration of the counted loop.",
|
|
21577
21577
|
error: null,
|
|
21578
21578
|
parent: null
|
|
21579
|
-
}, w0 =
|
|
21579
|
+
}, w0 = pe[p.Loop]["counted-loop"], Rrt = {
|
|
21580
21580
|
id: "counted-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",
|
|
21581
21581
|
type: p.GenericReference,
|
|
21582
21582
|
entityId: "counted-loop-body-current-iteration-number-declaration-id",
|
|
@@ -21727,7 +21727,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21727
21727
|
fN,
|
|
21728
21728
|
mN,
|
|
21729
21729
|
VI
|
|
21730
|
-
], so =
|
|
21730
|
+
], so = pe[p.BuiltInBaseEntity][ue.HTTP_ENDPOINT].properties, ji = pe[p.BuiltInBaseEntity][ue.HTTP_ENDPOINT].methods, Nrt = {
|
|
21731
21731
|
id: "endpointBuiltInCorsPropertyDataTypeRef",
|
|
21732
21732
|
type: p.GenericReference,
|
|
21733
21733
|
version: "1",
|
|
@@ -21769,7 +21769,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21769
21769
|
type: p.GenericReference,
|
|
21770
21770
|
version: "1",
|
|
21771
21771
|
entityType: p.BuiltInBaseEntity,
|
|
21772
|
-
entityId:
|
|
21772
|
+
entityId: ue.HTTP_ENDPOINT
|
|
21773
21773
|
}, Brt = {
|
|
21774
21774
|
interactive: !1,
|
|
21775
21775
|
extends: null,
|
|
@@ -21856,7 +21856,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21856
21856
|
type: p.GenericReference,
|
|
21857
21857
|
version: "1",
|
|
21858
21858
|
entityType: p.BuiltInBaseEntity,
|
|
21859
|
-
entityId:
|
|
21859
|
+
entityId: ue.HTTP_ENDPOINT
|
|
21860
21860
|
}, bN = {
|
|
21861
21861
|
interactive: !1,
|
|
21862
21862
|
extends: null,
|
|
@@ -21954,7 +21954,7 @@ const c0 = Object.values(eN), io = {
|
|
|
21954
21954
|
type: p.GenericReference,
|
|
21955
21955
|
version: "1",
|
|
21956
21956
|
entityType: p.BuiltInBaseEntity,
|
|
21957
|
-
entityId:
|
|
21957
|
+
entityId: ue.HTTP_ENDPOINT
|
|
21958
21958
|
}, EN = {
|
|
21959
21959
|
interactive: !1,
|
|
21960
21960
|
extends: null,
|
|
@@ -22580,7 +22580,7 @@ const c0 = Object.values(eN), io = {
|
|
|
22580
22580
|
type: p.GenericReference,
|
|
22581
22581
|
version: "1",
|
|
22582
22582
|
entityType: p.BuiltInBaseEntity,
|
|
22583
|
-
entityId:
|
|
22583
|
+
entityId: ue.HTTP_ENDPOINT
|
|
22584
22584
|
}, LI = {
|
|
22585
22585
|
id: ji.handler.id,
|
|
22586
22586
|
deletable: !1,
|
|
@@ -22608,14 +22608,14 @@ const c0 = Object.values(eN), io = {
|
|
|
22608
22608
|
error: null,
|
|
22609
22609
|
parent: Est
|
|
22610
22610
|
}, tn = {
|
|
22611
|
-
id:
|
|
22611
|
+
id: ue.HTTP_ENDPOINT,
|
|
22612
22612
|
version: "1",
|
|
22613
22613
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
22614
22614
|
author: "1",
|
|
22615
22615
|
previousVersion: null,
|
|
22616
22616
|
deleted: !1,
|
|
22617
22617
|
description: "An HTTP endpoint that can be reached by a client from the internet.",
|
|
22618
|
-
name:
|
|
22618
|
+
name: ue.HTTP_ENDPOINT,
|
|
22619
22619
|
type: p.BuiltInBaseEntity,
|
|
22620
22620
|
additionalProperties: !1,
|
|
22621
22621
|
additionalPropertiesDataType: null,
|
|
@@ -22631,7 +22631,7 @@ const c0 = Object.values(eN), io = {
|
|
|
22631
22631
|
abstractMethods: [LI],
|
|
22632
22632
|
extends: null,
|
|
22633
22633
|
methods: []
|
|
22634
|
-
}, Jr =
|
|
22634
|
+
}, Jr = pe[p.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY, Ast = {
|
|
22635
22635
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-ref-id",
|
|
22636
22636
|
type: p.GenericReference,
|
|
22637
22637
|
entityId: Jr.properties.identifier.id,
|
|
@@ -22671,7 +22671,7 @@ const c0 = Object.values(eN), io = {
|
|
|
22671
22671
|
}, Zf = {
|
|
22672
22672
|
id: "relational-database-built-in-base-entity-ref-id",
|
|
22673
22673
|
type: p.GenericReference,
|
|
22674
|
-
entityId:
|
|
22674
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
22675
22675
|
version: "1",
|
|
22676
22676
|
entityType: p.BuiltInBaseEntity
|
|
22677
22677
|
}, MI = {
|
|
@@ -23098,7 +23098,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23098
23098
|
}, Ust = {
|
|
23099
23099
|
id: "relational-database-built-in-base-entity-autoscaling-property-parent-ref-id",
|
|
23100
23100
|
type: p.GenericReference,
|
|
23101
|
-
entityId:
|
|
23101
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23102
23102
|
version: "1",
|
|
23103
23103
|
entityType: p.BuiltInBaseEntity
|
|
23104
23104
|
}, gN = {
|
|
@@ -23146,14 +23146,14 @@ const c0 = Object.values(eN), io = {
|
|
|
23146
23146
|
description: "If true, this database will automatically scale up or down in memory size, based on the usage.",
|
|
23147
23147
|
parent: Ust
|
|
23148
23148
|
}, qr = {
|
|
23149
|
-
id:
|
|
23149
|
+
id: ue.RELATIONAL_DATABASE,
|
|
23150
23150
|
version: "1",
|
|
23151
23151
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
23152
23152
|
author: "1",
|
|
23153
23153
|
previousVersion: null,
|
|
23154
23154
|
deleted: !1,
|
|
23155
23155
|
description: "This entity provisions a relational database in the cloud.",
|
|
23156
|
-
name:
|
|
23156
|
+
name: ue.RELATIONAL_DATABASE,
|
|
23157
23157
|
type: p.BuiltInBaseEntity,
|
|
23158
23158
|
additionalProperties: !1,
|
|
23159
23159
|
additionalPropertiesDataType: null,
|
|
@@ -23172,15 +23172,15 @@ const c0 = Object.values(eN), io = {
|
|
|
23172
23172
|
abstractMethods: [],
|
|
23173
23173
|
methods: [],
|
|
23174
23174
|
extends: null
|
|
23175
|
-
}, DN =
|
|
23175
|
+
}, DN = pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].methods, jst = {
|
|
23176
23176
|
type: p.GenericReference,
|
|
23177
|
-
entityId:
|
|
23177
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23178
23178
|
id: "delete-persisted-built-in-entity-method-parent-ref",
|
|
23179
23179
|
version: "1",
|
|
23180
23180
|
entityType: p.BuiltInBaseEntity
|
|
23181
23181
|
}, Gst = {
|
|
23182
23182
|
type: p.GenericReference,
|
|
23183
|
-
entityId:
|
|
23183
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23184
23184
|
version: "1",
|
|
23185
23185
|
entityType: p.ActionDescriptor,
|
|
23186
23186
|
id: "delete-persisted-built-in-entity-method-void-data-type-parent-ref"
|
|
@@ -23230,15 +23230,15 @@ const c0 = Object.values(eN), io = {
|
|
|
23230
23230
|
outputName: null,
|
|
23231
23231
|
outputDescription: null,
|
|
23232
23232
|
error: null
|
|
23233
|
-
}, $N =
|
|
23233
|
+
}, $N = pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].methods, Fst = {
|
|
23234
23234
|
type: p.GenericReference,
|
|
23235
|
-
entityId:
|
|
23235
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23236
23236
|
version: "1",
|
|
23237
23237
|
entityType: p.BuiltInBaseEntity,
|
|
23238
23238
|
id: "create-persisted-built-in-entity-method-parent-ref"
|
|
23239
23239
|
}, Kst = {
|
|
23240
23240
|
type: p.GenericReference,
|
|
23241
|
-
entityId:
|
|
23241
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23242
23242
|
version: "1",
|
|
23243
23243
|
entityType: p.ActionDescriptor,
|
|
23244
23244
|
id: "create-persisted-built-in-entity-method-void-data-type-parent-ref"
|
|
@@ -23288,15 +23288,15 @@ const c0 = Object.values(eN), io = {
|
|
|
23288
23288
|
error: null,
|
|
23289
23289
|
editable: !1,
|
|
23290
23290
|
deletable: !1
|
|
23291
|
-
}, PN =
|
|
23291
|
+
}, PN = pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].methods, Wst = {
|
|
23292
23292
|
type: p.GenericReference,
|
|
23293
|
-
entityId:
|
|
23293
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23294
23294
|
version: "1",
|
|
23295
23295
|
entityType: p.BuiltInBaseEntity,
|
|
23296
23296
|
id: "update-persisted-built-in-entity-method-parent-ref"
|
|
23297
23297
|
}, Hst = {
|
|
23298
23298
|
type: p.GenericReference,
|
|
23299
|
-
entityId:
|
|
23299
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23300
23300
|
version: "1",
|
|
23301
23301
|
entityType: p.ActionDescriptor,
|
|
23302
23302
|
id: "update-persisted-built-in-entity-method-void-data-type-parent-ref"
|
|
@@ -23346,7 +23346,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23346
23346
|
error: null,
|
|
23347
23347
|
editable: !1,
|
|
23348
23348
|
deletable: !1
|
|
23349
|
-
}, GI =
|
|
23349
|
+
}, GI = pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].properties, TMt = {
|
|
23350
23350
|
id: "persisted-built-in-base-entity-database-property-data-type-ref-id",
|
|
23351
23351
|
type: p.GenericReference,
|
|
23352
23352
|
entityId: "persisted-built-in-base-entity-database-property-data-type-id",
|
|
@@ -23386,7 +23386,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23386
23386
|
}, Xst = {
|
|
23387
23387
|
id: "persisted-built-in-base-entity-database-property-parent-ref-id",
|
|
23388
23388
|
type: p.GenericReference,
|
|
23389
|
-
entityId:
|
|
23389
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23390
23390
|
version: "1",
|
|
23391
23391
|
entityType: p.BuiltInBaseEntity
|
|
23392
23392
|
}, Wf = {
|
|
@@ -23547,7 +23547,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23547
23547
|
}, lnt = {
|
|
23548
23548
|
id: "persisted-built-in-base-entity-primary-key-property-parent-ref-id",
|
|
23549
23549
|
type: p.GenericReference,
|
|
23550
|
-
entityId:
|
|
23550
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23551
23551
|
version: "1",
|
|
23552
23552
|
entityType: p.BuiltInBaseEntity
|
|
23553
23553
|
}, Hf = {
|
|
@@ -23673,7 +23673,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23673
23673
|
}, ynt = {
|
|
23674
23674
|
id: "persisted-built-in-base-entity-base-column-property-ref-id",
|
|
23675
23675
|
type: p.GenericReference,
|
|
23676
|
-
entityId:
|
|
23676
|
+
entityId: pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].allPropertiesImplement.id,
|
|
23677
23677
|
version: "1",
|
|
23678
23678
|
entityType: p.Property
|
|
23679
23679
|
}, hnt = {
|
|
@@ -23708,7 +23708,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23708
23708
|
}, mnt = {
|
|
23709
23709
|
id: "persisted-built-in-base-entity-primary-key-property-parent-ref-id",
|
|
23710
23710
|
type: p.GenericReference,
|
|
23711
|
-
entityId:
|
|
23711
|
+
entityId: ue.PERSISTED_ENTITY,
|
|
23712
23712
|
version: "1",
|
|
23713
23713
|
entityType: p.BuiltInBaseEntity
|
|
23714
23714
|
}, vnt = {
|
|
@@ -23717,7 +23717,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23717
23717
|
constant: !1,
|
|
23718
23718
|
hidden: !1,
|
|
23719
23719
|
required: !0,
|
|
23720
|
-
id:
|
|
23720
|
+
id: pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].allPropertiesImplement.id,
|
|
23721
23721
|
codeName: null,
|
|
23722
23722
|
name: "Column",
|
|
23723
23723
|
version: "1",
|
|
@@ -23739,14 +23739,14 @@ const c0 = Object.values(eN), io = {
|
|
|
23739
23739
|
description: "Makes each property that implements it an SQL table column",
|
|
23740
23740
|
parent: mnt
|
|
23741
23741
|
}, Zr = {
|
|
23742
|
-
id:
|
|
23742
|
+
id: ue.PERSISTED_ENTITY,
|
|
23743
23743
|
version: "1",
|
|
23744
23744
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
23745
23745
|
author: "1",
|
|
23746
23746
|
previousVersion: null,
|
|
23747
23747
|
deleted: !1,
|
|
23748
23748
|
description: "An entity that is permanently stored in the database and can be accessed at any point.",
|
|
23749
|
-
name:
|
|
23749
|
+
name: ue.PERSISTED_ENTITY,
|
|
23750
23750
|
type: p.BuiltInBaseEntity,
|
|
23751
23751
|
additionalProperties: !1,
|
|
23752
23752
|
additionalPropertiesDataType: null,
|
|
@@ -23765,15 +23765,15 @@ const c0 = Object.values(eN), io = {
|
|
|
23765
23765
|
zst
|
|
23766
23766
|
],
|
|
23767
23767
|
extends: null
|
|
23768
|
-
}, VN =
|
|
23768
|
+
}, VN = pe[p.BuiltInBaseEntity][ue.SQL_ROW_TRANSFORMER].methods, Tnt = {
|
|
23769
23769
|
type: p.GenericReference,
|
|
23770
|
-
entityId:
|
|
23770
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23771
23771
|
id: "down-sql-row-transformer-built-in-entity-method-parent-ref",
|
|
23772
23772
|
version: "1",
|
|
23773
23773
|
entityType: p.BuiltInBaseEntity
|
|
23774
23774
|
}, bnt = {
|
|
23775
23775
|
type: p.GenericReference,
|
|
23776
|
-
entityId:
|
|
23776
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23777
23777
|
version: "1",
|
|
23778
23778
|
entityType: p.ActionDescriptor,
|
|
23779
23779
|
id: "down-sql-row-transformer-built-in-entity-method-void-data-type-parent-ref"
|
|
@@ -23822,15 +23822,15 @@ const c0 = Object.values(eN), io = {
|
|
|
23822
23822
|
outputName: null,
|
|
23823
23823
|
outputDescription: null,
|
|
23824
23824
|
error: null
|
|
23825
|
-
}, NN =
|
|
23825
|
+
}, NN = pe[p.BuiltInBaseEntity][ue.SQL_ROW_TRANSFORMER].methods, Int = {
|
|
23826
23826
|
type: p.GenericReference,
|
|
23827
|
-
entityId:
|
|
23827
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23828
23828
|
version: "1",
|
|
23829
23829
|
entityType: p.BuiltInBaseEntity,
|
|
23830
23830
|
id: "up-sql-row-transformer-built-in-entity-method-parent-ref"
|
|
23831
23831
|
}, wnt = {
|
|
23832
23832
|
type: p.GenericReference,
|
|
23833
|
-
entityId:
|
|
23833
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23834
23834
|
version: "1",
|
|
23835
23835
|
entityType: p.ActionDescriptor,
|
|
23836
23836
|
id: "up-sql-row-transformer-built-in-entity-method-void-data-type-parent-ref"
|
|
@@ -23879,7 +23879,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23879
23879
|
error: null,
|
|
23880
23880
|
editable: !1,
|
|
23881
23881
|
deletable: !1
|
|
23882
|
-
}, xN =
|
|
23882
|
+
}, xN = pe[p.BuiltInBaseEntity][ue.SQL_ROW_TRANSFORMER].properties, bMt = {
|
|
23883
23883
|
id: "swl-row-transformer-built-in-base-entity-definition-property-data-type-ref-id",
|
|
23884
23884
|
type: p.GenericReference,
|
|
23885
23885
|
entityId: "swl-row-transformer-built-in-base-entity-definition-property-data-type-id",
|
|
@@ -23919,7 +23919,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23919
23919
|
}, Dnt = {
|
|
23920
23920
|
id: "swl-row-transformer-built-in-base-entity-definition-property-parent-ref-id",
|
|
23921
23921
|
type: p.GenericReference,
|
|
23922
|
-
entityId:
|
|
23922
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23923
23923
|
version: "1",
|
|
23924
23924
|
entityType: p.BuiltInBaseEntity
|
|
23925
23925
|
}, Ont = {
|
|
@@ -23983,7 +23983,7 @@ const c0 = Object.values(eN), io = {
|
|
|
23983
23983
|
}, Vnt = {
|
|
23984
23984
|
id: "sql-row-transformer-built-in-base-entity-time-property-parent-ref-id",
|
|
23985
23985
|
type: p.GenericReference,
|
|
23986
|
-
entityId:
|
|
23986
|
+
entityId: ue.SQL_ROW_TRANSFORMER,
|
|
23987
23987
|
version: "1",
|
|
23988
23988
|
entityType: p.BuiltInBaseEntity
|
|
23989
23989
|
}, Nnt = {
|
|
@@ -24014,14 +24014,14 @@ const c0 = Object.values(eN), io = {
|
|
|
24014
24014
|
description: "A property to indicate the order in which all row mappers are executed.",
|
|
24015
24015
|
parent: Vnt
|
|
24016
24016
|
}, xnt = {
|
|
24017
|
-
id:
|
|
24017
|
+
id: ue.SQL_ROW_TRANSFORMER,
|
|
24018
24018
|
version: "1",
|
|
24019
24019
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
24020
24020
|
author: "1",
|
|
24021
24021
|
previousVersion: null,
|
|
24022
24022
|
deleted: !1,
|
|
24023
24023
|
description: "An entity that is permanently stored in the database and can be accessed at any point.",
|
|
24024
|
-
name:
|
|
24024
|
+
name: ue.SQL_ROW_TRANSFORMER,
|
|
24025
24025
|
type: p.BuiltInBaseEntity,
|
|
24026
24026
|
additionalProperties: !1,
|
|
24027
24027
|
additionalPropertiesDataType: null,
|
|
@@ -24039,12 +24039,12 @@ const c0 = Object.values(eN), io = {
|
|
|
24039
24039
|
],
|
|
24040
24040
|
methods: [],
|
|
24041
24041
|
extends: null
|
|
24042
|
-
}, kI =
|
|
24042
|
+
}, kI = pe[p.BuiltInBaseEntity][ue.CRON_JOB].methods, Lnt = {
|
|
24043
24043
|
id: "cron-job-triggered-function-declaration-blueprint-parent-ref-id",
|
|
24044
24044
|
type: p.GenericReference,
|
|
24045
24045
|
version: "1",
|
|
24046
24046
|
entityType: p.BuiltInBaseEntity,
|
|
24047
|
-
entityId:
|
|
24047
|
+
entityId: ue.CRON_JOB
|
|
24048
24048
|
}, Mnt = {
|
|
24049
24049
|
id: "cron-job-handler-void-data-type-parent-ref-id",
|
|
24050
24050
|
type: p.GenericReference,
|
|
@@ -24096,7 +24096,7 @@ const c0 = Object.values(eN), io = {
|
|
|
24096
24096
|
outputDescription: "No return value.",
|
|
24097
24097
|
error: null,
|
|
24098
24098
|
parent: Lnt
|
|
24099
|
-
}, MN =
|
|
24099
|
+
}, MN = pe[p.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY, EMt = {
|
|
24100
24100
|
id: "cron-job-built-in-base-entity-expression-property-data-type-ref",
|
|
24101
24101
|
type: p.GenericReference,
|
|
24102
24102
|
entityId: "cron-job-built-in-base-entity-expression-property-data-type",
|
|
@@ -24136,7 +24136,7 @@ const c0 = Object.values(eN), io = {
|
|
|
24136
24136
|
}, Gnt = {
|
|
24137
24137
|
id: "cron-job-built-in-base-entity-ref",
|
|
24138
24138
|
type: p.GenericReference,
|
|
24139
|
-
entityId:
|
|
24139
|
+
entityId: ue.CRON_JOB,
|
|
24140
24140
|
version: "1",
|
|
24141
24141
|
entityType: p.BuiltInBaseEntity
|
|
24142
24142
|
}, knt = {
|
|
@@ -24167,14 +24167,14 @@ const c0 = Object.values(eN), io = {
|
|
|
24167
24167
|
description: "The cron-job expression that defines when the cron-job job should be triggered. The expression should be in the format of a cron-job expression.",
|
|
24168
24168
|
parent: Gnt
|
|
24169
24169
|
}, BN = {
|
|
24170
|
-
id:
|
|
24170
|
+
id: ue.CRON_JOB,
|
|
24171
24171
|
version: "1",
|
|
24172
24172
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
24173
24173
|
author: "1",
|
|
24174
24174
|
previousVersion: null,
|
|
24175
24175
|
deleted: !1,
|
|
24176
24176
|
description: "This entity represents a scheduled trigger. The action on this entity will be executed one the time set by the cron-job expression is reached.",
|
|
24177
|
-
name:
|
|
24177
|
+
name: ue.CRON_JOB,
|
|
24178
24178
|
type: p.BuiltInBaseEntity,
|
|
24179
24179
|
additionalProperties: !1,
|
|
24180
24180
|
additionalPropertiesDataType: null,
|
|
@@ -24194,7 +24194,7 @@ const c0 = Object.values(eN), io = {
|
|
|
24194
24194
|
Fl,
|
|
24195
24195
|
xnt,
|
|
24196
24196
|
...tJe
|
|
24197
|
-
], Fnt =
|
|
24197
|
+
], Fnt = pe[p.Condition][Ji.Or];
|
|
24198
24198
|
p.GenericReference, p.ActionDescriptor, Ji.Or;
|
|
24199
24199
|
const Knt = {
|
|
24200
24200
|
type: p.GenericReference,
|
|
@@ -24247,7 +24247,7 @@ const Knt = {
|
|
|
24247
24247
|
outputName: "Completed",
|
|
24248
24248
|
outputDescription: "No output data (void).",
|
|
24249
24249
|
error: null
|
|
24250
|
-
}, Znt =
|
|
24250
|
+
}, Znt = pe[p.Condition][Ji.And];
|
|
24251
24251
|
p.GenericReference, p.ActionDescriptor, Ji.And;
|
|
24252
24252
|
const Wnt = {
|
|
24253
24253
|
type: p.GenericReference,
|
|
@@ -24303,7 +24303,7 @@ const Wnt = {
|
|
|
24303
24303
|
}, Jnt = {
|
|
24304
24304
|
[Ji.And]: GN,
|
|
24305
24305
|
[Ji.Or]: jN
|
|
24306
|
-
}, kN =
|
|
24306
|
+
}, kN = pe[p.Condition][$r.NotEmpty], znt = {
|
|
24307
24307
|
type: p.GenericReference,
|
|
24308
24308
|
id: "not-empty-condition-ref",
|
|
24309
24309
|
version: "1",
|
|
@@ -24379,7 +24379,7 @@ const Wnt = {
|
|
|
24379
24379
|
outputName: "Completed",
|
|
24380
24380
|
outputDescription: "No output data (void).",
|
|
24381
24381
|
error: null
|
|
24382
|
-
}, FN =
|
|
24382
|
+
}, FN = pe[p.Condition][$r.Empty], Qnt = {
|
|
24383
24383
|
type: p.GenericReference,
|
|
24384
24384
|
id: "empty-condition-ref",
|
|
24385
24385
|
version: "1",
|
|
@@ -24458,7 +24458,7 @@ const Wnt = {
|
|
|
24458
24458
|
}, rat = {
|
|
24459
24459
|
[$r.NotEmpty]: ap,
|
|
24460
24460
|
[$r.Empty]: KN
|
|
24461
|
-
}, bd =
|
|
24461
|
+
}, bd = pe[p.Condition]["more-than-or-equal"], sat = {
|
|
24462
24462
|
type: p.GenericReference,
|
|
24463
24463
|
id: "more-than-or-equal-condition-left-hand-argument-data-type-parent-ref",
|
|
24464
24464
|
version: "1",
|
|
@@ -24624,7 +24624,7 @@ const Wnt = {
|
|
|
24624
24624
|
outputName: "Completed",
|
|
24625
24625
|
outputDescription: "No output data (void).",
|
|
24626
24626
|
error: null
|
|
24627
|
-
}, Ed =
|
|
24627
|
+
}, Ed = pe[p.Condition]["less-than-or-equal"], yat = {
|
|
24628
24628
|
type: p.GenericReference,
|
|
24629
24629
|
id: "less-than-or-equal-condition-left-hand-argument-data-type-parent-ref",
|
|
24630
24630
|
version: "1",
|
|
@@ -24790,7 +24790,7 @@ const Wnt = {
|
|
|
24790
24790
|
outputName: "Completed",
|
|
24791
24791
|
outputDescription: "No output data (void).",
|
|
24792
24792
|
error: null
|
|
24793
|
-
}, Ad =
|
|
24793
|
+
}, Ad = pe[p.Condition]["more-than"], Rat = {
|
|
24794
24794
|
type: p.GenericReference,
|
|
24795
24795
|
id: "more-than-condition-left-hand-argument-data-type-parent-ref",
|
|
24796
24796
|
version: "1",
|
|
@@ -24956,7 +24956,7 @@ const Wnt = {
|
|
|
24956
24956
|
outputName: "Completed",
|
|
24957
24957
|
outputDescription: "No output data (void).",
|
|
24958
24958
|
error: null
|
|
24959
|
-
}, Id =
|
|
24959
|
+
}, Id = pe[p.Condition]["less-than"], xat = {
|
|
24960
24960
|
type: p.GenericReference,
|
|
24961
24961
|
id: "less-than-condition-left-hand-argument-data-type-parent-ref",
|
|
24962
24962
|
version: "1",
|
|
@@ -25122,7 +25122,7 @@ const Wnt = {
|
|
|
25122
25122
|
outputName: "Completed",
|
|
25123
25123
|
outputDescription: "No output data (void).",
|
|
25124
25124
|
error: null
|
|
25125
|
-
}, zf =
|
|
25125
|
+
}, zf = pe[p.Condition].equal;
|
|
25126
25126
|
p.GenericReference, p.ValueDescriptor, zf.inputs.leftHand.id;
|
|
25127
25127
|
const qat = {
|
|
25128
25128
|
type: p.GenericReference,
|
|
@@ -25228,7 +25228,7 @@ const Wat = {
|
|
|
25228
25228
|
outputName: "Completed",
|
|
25229
25229
|
outputDescription: "No output data (void).",
|
|
25230
25230
|
error: null
|
|
25231
|
-
}, Yf =
|
|
25231
|
+
}, Yf = pe[p.Condition]["not-equal"];
|
|
25232
25232
|
p.GenericReference, p.ValueDescriptor, Yf.inputs.leftHand.id;
|
|
25233
25233
|
const Yat = {
|
|
25234
25234
|
type: p.GenericReference,
|
|
@@ -25347,7 +25347,7 @@ const Xat = {
|
|
|
25347
25347
|
...Jnt,
|
|
25348
25348
|
...rat,
|
|
25349
25349
|
...ilt
|
|
25350
|
-
}, slt = Object.values(rlt), nlt =
|
|
25350
|
+
}, slt = Object.values(rlt), nlt = pe[p.GlobalEvent][Ia.PROJECT_PUBLICATION_COMPLETED], alt = {
|
|
25351
25351
|
type: p.GenericReference,
|
|
25352
25352
|
id: "project-publication-completed-event-data-type-parent-ref",
|
|
25353
25353
|
entityId: Ia.PROJECT_PUBLICATION_COMPLETED,
|
|
@@ -25401,7 +25401,7 @@ const Xat = {
|
|
|
25401
25401
|
error: null
|
|
25402
25402
|
}, olt = {
|
|
25403
25403
|
[Ia.PROJECT_PUBLICATION_COMPLETED]: FI
|
|
25404
|
-
}, dlt = Object.values(olt), KI =
|
|
25404
|
+
}, dlt = Object.values(olt), KI = pe[p.ValueDescriptor][lI.SearchErrorOutputDescriptor], ult = {
|
|
25405
25405
|
type: p.GenericReference,
|
|
25406
25406
|
id: "182f767f-50e8-4394-ba5f-43e78c232733",
|
|
25407
25407
|
version: "1",
|
|
@@ -46463,11 +46463,11 @@ function N_t(d) {
|
|
|
46463
46463
|
Yi.EXPLICIT_DEFINITION_ENTITY_ADDED,
|
|
46464
46464
|
i,
|
|
46465
46465
|
d
|
|
46466
|
-
), fr(i,
|
|
46466
|
+
), fr(i, ue.PERSISTED_ENTITY) ? d.project.emit(
|
|
46467
46467
|
Yi.PERSISTED_DEFINITION_ENTITY_ADDED,
|
|
46468
46468
|
i,
|
|
46469
46469
|
d
|
|
46470
|
-
) : fr(i,
|
|
46470
|
+
) : fr(i, ue.RELATIONAL_DATABASE) && d.project.emit(
|
|
46471
46471
|
Yi.RELATIONAL_DATABASE_DEFINITION_ENTITY_ADDED,
|
|
46472
46472
|
i,
|
|
46473
46473
|
d
|
|
@@ -46480,11 +46480,11 @@ function N_t(d) {
|
|
|
46480
46480
|
Yi.EXPLICIT_DEFINITION_ENTITY_UPDATED,
|
|
46481
46481
|
i,
|
|
46482
46482
|
d
|
|
46483
|
-
), fr(i,
|
|
46483
|
+
), fr(i, ue.PERSISTED_ENTITY) ? d.project.emit(
|
|
46484
46484
|
Yi.PERSISTED_DEFINITION_ENTITY_UPDATED,
|
|
46485
46485
|
i,
|
|
46486
46486
|
d
|
|
46487
|
-
) : fr(i,
|
|
46487
|
+
) : fr(i, ue.RELATIONAL_DATABASE) && d.project.emit(
|
|
46488
46488
|
Yi.RELATIONAL_DATABASE_DEFINITION_ENTITY_UPDATED,
|
|
46489
46489
|
i,
|
|
46490
46490
|
d
|
|
@@ -46497,11 +46497,11 @@ function N_t(d) {
|
|
|
46497
46497
|
Yi.EXPLICIT_DEFINITION_ENTITY_REMOVED,
|
|
46498
46498
|
i,
|
|
46499
46499
|
d
|
|
46500
|
-
), fr(i,
|
|
46500
|
+
), fr(i, ue.PERSISTED_ENTITY) ? d.project.emit(
|
|
46501
46501
|
Yi.PERSISTED_DEFINITION_ENTITY_REMOVED,
|
|
46502
46502
|
i,
|
|
46503
46503
|
d
|
|
46504
|
-
) : fr(i,
|
|
46504
|
+
) : fr(i, ue.RELATIONAL_DATABASE) && d.project.emit(
|
|
46505
46505
|
Yi.RELATIONAL_DATABASE_DEFINITION_ENTITY_REMOVED,
|
|
46506
46506
|
i,
|
|
46507
46507
|
d
|
|
@@ -51978,12 +51978,12 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
51978
51978
|
const N = D.remove({ ignoreUpstream: !1 }, i);
|
|
51979
51979
|
f.push(...N.removed), a.push(...N.updated);
|
|
51980
51980
|
});
|
|
51981
|
-
const v = ((I = this.implements) == null ? void 0 : I.id) ===
|
|
51981
|
+
const v = ((I = this.implements) == null ? void 0 : I.id) === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.id;
|
|
51982
51982
|
let T = !0;
|
|
51983
51983
|
if (v) {
|
|
51984
51984
|
const D = this.parent.properties.find(
|
|
51985
51985
|
(L) => L.implements.find(
|
|
51986
|
-
(B) => B.id ===
|
|
51986
|
+
(B) => B.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.properties.method.id
|
|
51987
51987
|
)
|
|
51988
51988
|
), N = (((E = D == null ? void 0 : D.defaultValue) == null ? void 0 : E.value) || "").toString().toLowerCase();
|
|
51989
51989
|
T = !(N === "get" || N === "head" || N === "options");
|
|
@@ -51992,7 +51992,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
51992
51992
|
const D = this.inputs.find(
|
|
51993
51993
|
(N) => {
|
|
51994
51994
|
var L;
|
|
51995
|
-
return ((L = N.implements) == null ? void 0 : L.id) ===
|
|
51995
|
+
return ((L = N.implements) == null ? void 0 : L.id) === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.inputs.body.id;
|
|
51996
51996
|
}
|
|
51997
51997
|
);
|
|
51998
51998
|
if (D) {
|
|
@@ -52045,18 +52045,18 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
52045
52045
|
)
|
|
52046
52046
|
);
|
|
52047
52047
|
this.inputs.sort((K, q) => K.index - q.index);
|
|
52048
|
-
const v = ((L = this.implements) == null ? void 0 : L.id) ===
|
|
52048
|
+
const v = ((L = this.implements) == null ? void 0 : L.id) === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.id;
|
|
52049
52049
|
let T = !0;
|
|
52050
52050
|
if (v) {
|
|
52051
52051
|
const K = this.parent.properties.find(
|
|
52052
52052
|
(W) => W.implements.find(
|
|
52053
|
-
(J) => J.id ===
|
|
52053
|
+
(J) => J.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.properties.method.id
|
|
52054
52054
|
)
|
|
52055
52055
|
), q = (((B = K == null ? void 0 : K.defaultValue) == null ? void 0 : B.value) || "").toString().toLowerCase();
|
|
52056
52056
|
T = !(q === "get" || q === "head" || q === "options");
|
|
52057
52057
|
}
|
|
52058
52058
|
y.forEach((K) => {
|
|
52059
|
-
if (K.id ===
|
|
52059
|
+
if (K.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.inputs.body.id && !T)
|
|
52060
52060
|
return;
|
|
52061
52061
|
this.inputs.forEach((le) => {
|
|
52062
52062
|
le.index >= K.index && le.metaSync({ index: le.index + 1 }, i);
|
|
@@ -52259,7 +52259,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
52259
52259
|
}
|
|
52260
52260
|
const T = this.getUniqueInputMaps();
|
|
52261
52261
|
let I = (K = this.dataType) == null ? void 0 : K.entity;
|
|
52262
|
-
if (T.length && (!I || I.id ===
|
|
52262
|
+
if (T.length && (!I || I.id === pe["primitive-entity"].void.id)) {
|
|
52263
52263
|
const Q = Zn.new(i);
|
|
52264
52264
|
Q.parent = this.dataType.toReference(), Q.name = `${z(this, this.project)} output definition`, Q.description = `The definition of the output data type of the loop '${z(this, this.project)}'`;
|
|
52265
52265
|
const ce = ne(
|
|
@@ -52392,7 +52392,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
52392
52392
|
const D = this.getUniqueInputMaps();
|
|
52393
52393
|
if (y.every((Q) => !Q.readsValue) && !D.length) {
|
|
52394
52394
|
const Q = this.project.getBuiltIn(
|
|
52395
|
-
|
|
52395
|
+
pe["primitive-entity"].void.id
|
|
52396
52396
|
);
|
|
52397
52397
|
(re = this.dataType) == null || re.setEntity(Q, i), a.push(this.dataType);
|
|
52398
52398
|
}
|
|
@@ -59069,7 +59069,7 @@ ${rA(a)}`
|
|
|
59069
59069
|
// A reference to the argument-declaration, in the body of the loop, that keeps track of the current iteration count number
|
|
59070
59070
|
get currentIterationNumberArgumentDeclaration() {
|
|
59071
59071
|
var l;
|
|
59072
|
-
const i = (l =
|
|
59072
|
+
const i = (l = pe[p.Loop][this.declaration.id].body.inputs.iterationNumber) == null ? void 0 : l.id;
|
|
59073
59073
|
return this.body.inputs.find(
|
|
59074
59074
|
(f) => {
|
|
59075
59075
|
var e;
|
|
@@ -59083,7 +59083,7 @@ ${rA(a)}`
|
|
|
59083
59083
|
var l;
|
|
59084
59084
|
if (this.declaration.id === Ze.ManualFlow || this.declaration.id === Ze.Counted)
|
|
59085
59085
|
return null;
|
|
59086
|
-
const i = (l =
|
|
59086
|
+
const i = (l = pe[p.Loop][this.declaration.id].body.inputs.currentValue) == null ? void 0 : l.id;
|
|
59087
59087
|
return this.body.inputs.find(
|
|
59088
59088
|
(f) => {
|
|
59089
59089
|
var e;
|
|
@@ -60608,7 +60608,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
60608
60608
|
} = this.syncFixedBodyArgumentDeclarations(i);
|
|
60609
60609
|
a.push(...y), l.push(...v), f.push(...T);
|
|
60610
60610
|
const I = this.getUniqueInputMaps(), E = this.body.inputs;
|
|
60611
|
-
if (I.sort((te, re) => te.index - re.index), ((q = (K = (B = this.body) == null ? void 0 : B.dataType) == null ? void 0 : K.entity) == null ? void 0 : q.id) !==
|
|
60611
|
+
if (I.sort((te, re) => te.index - re.index), ((q = (K = (B = this.body) == null ? void 0 : B.dataType) == null ? void 0 : K.entity) == null ? void 0 : q.id) !== pe["primitive-entity"].void.id && !E.find(
|
|
60612
60612
|
(re) => {
|
|
60613
60613
|
var Q, ce, he, Y, fe, Te, Ce;
|
|
60614
60614
|
return re.id !== ((Q = this.currentIterationNumberArgumentDeclaration) == null ? void 0 : Q.id) && re.id !== ((ce = this.currentValueArgumentDeclaration) == null ? void 0 : ce.id) && ((Y = (he = re.dataType) == null ? void 0 : he.entity) == null ? void 0 : Y.id) === ((Ce = (Te = (fe = this.body) == null ? void 0 : fe.dataType) == null ? void 0 : Te.entity) == null ? void 0 : Ce.id);
|
|
@@ -60807,7 +60807,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
60807
60807
|
}
|
|
60808
60808
|
const T = this.getUniqueInputMaps();
|
|
60809
60809
|
let I = (J = (W = this.body) == null ? void 0 : W.dataType) == null ? void 0 : J.entity;
|
|
60810
|
-
if (T.length && (!I || I.id ===
|
|
60810
|
+
if (T.length && (!I || I.id === pe["primitive-entity"].void.id)) {
|
|
60811
60811
|
const je = Zn.new(i);
|
|
60812
60812
|
je.parent = ((le = this.body) == null ? void 0 : le.dataType).toReference(), je.name = `${z(this, this.project)} output definition`, je.description = `The definition of the output data type of the loop '${z(this, this.project)}'`;
|
|
60813
60813
|
const Ge = ne(
|
|
@@ -60940,7 +60940,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
60940
60940
|
const D = this.getUniqueInputMaps();
|
|
60941
60941
|
if (y.every((je) => !je.readsValue) && !D.length) {
|
|
60942
60942
|
const je = this.project.getBuiltIn(
|
|
60943
|
-
|
|
60943
|
+
pe["primitive-entity"].void.id
|
|
60944
60944
|
);
|
|
60945
60945
|
(Me = (_e = this.body) == null ? void 0 : _e.dataType) == null || Me.setEntity(je, i), a.push((ke = this.body) == null ? void 0 : ke.dataType);
|
|
60946
60946
|
}
|
|
@@ -61109,9 +61109,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61109
61109
|
);
|
|
61110
61110
|
N.setParent(v, i), N.initChildren(i), i == null || i.add(N, k.Added), N.addSelfToProject(i), l.push(N), E = N;
|
|
61111
61111
|
}
|
|
61112
|
-
if (!E.entity || E.entity.type !== p.PrimitiveEntity || E.entity.name !== ie.Number || E.entity.id !==
|
|
61112
|
+
if (!E.entity || E.entity.type !== p.PrimitiveEntity || E.entity.name !== ie.Number || E.entity.id !== pe["primitive-entity"].number.id) {
|
|
61113
61113
|
const D = this.project.getBuiltIn(
|
|
61114
|
-
|
|
61114
|
+
pe["primitive-entity"].number.id
|
|
61115
61115
|
);
|
|
61116
61116
|
E.setEntity(D, i), a.push(E);
|
|
61117
61117
|
}
|
|
@@ -61149,7 +61149,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61149
61149
|
const a = [], l = [], f = [], e = [];
|
|
61150
61150
|
return this.body.inputs.filter((T) => {
|
|
61151
61151
|
var I, E, D, N, L, B, K, q;
|
|
61152
|
-
return T === this.currentIterationNumberArgumentDeclaration || T === this.currentValueArgumentDeclaration ? !1 : ((D = (E = (I = this.body) == null ? void 0 : I.dataType) == null ? void 0 : E.entity) == null ? void 0 : D.id) ===
|
|
61152
|
+
return T === this.currentIterationNumberArgumentDeclaration || T === this.currentValueArgumentDeclaration ? !1 : ((D = (E = (I = this.body) == null ? void 0 : I.dataType) == null ? void 0 : E.entity) == null ? void 0 : D.id) === pe["primitive-entity"].void.id ? !0 : ((L = (N = T.dataType) == null ? void 0 : N.entity) == null ? void 0 : L.id) !== ((q = (K = (B = this.body) == null ? void 0 : B.dataType) == null ? void 0 : K.entity) == null ? void 0 : q.id);
|
|
61153
61153
|
}).forEach((T) => {
|
|
61154
61154
|
const { updated: I, removed: E } = T.remove(
|
|
61155
61155
|
{
|
|
@@ -61196,11 +61196,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61196
61196
|
case Ze.List: {
|
|
61197
61197
|
const J = this.body.inputs.find((re) => {
|
|
61198
61198
|
var Q;
|
|
61199
|
-
return ((Q = re.implements) == null ? void 0 : Q.id) ===
|
|
61199
|
+
return ((Q = re.implements) == null ? void 0 : Q.id) === pe[p.Loop][Ze.List].body.inputs.currentValue.id;
|
|
61200
61200
|
}), le = this.inputs.find(
|
|
61201
61201
|
(re) => {
|
|
61202
61202
|
var Q;
|
|
61203
|
-
return ((Q = re.declaration) == null ? void 0 : Q.id) ===
|
|
61203
|
+
return ((Q = re.declaration) == null ? void 0 : Q.id) === pe[p.Loop][Ze.List].inputs.list.id;
|
|
61204
61204
|
}
|
|
61205
61205
|
);
|
|
61206
61206
|
if (!le)
|
|
@@ -61297,11 +61297,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61297
61297
|
case Ze.ObjectKeys: {
|
|
61298
61298
|
const J = this.body.inputs.find((re) => {
|
|
61299
61299
|
var Q;
|
|
61300
|
-
return ((Q = re.implements) == null ? void 0 : Q.id) ===
|
|
61300
|
+
return ((Q = re.implements) == null ? void 0 : Q.id) === pe[p.Loop][Ze.ObjectKeys].body.inputs.currentValue.id;
|
|
61301
61301
|
});
|
|
61302
61302
|
if (!this.inputs.find((re) => {
|
|
61303
61303
|
var Q;
|
|
61304
|
-
return ((Q = re.declaration) == null ? void 0 : Q.id) ===
|
|
61304
|
+
return ((Q = re.declaration) == null ? void 0 : Q.id) === pe[p.Loop][Ze.ObjectKeys].inputs.object.id;
|
|
61305
61305
|
}))
|
|
61306
61306
|
break;
|
|
61307
61307
|
const te = this.getCurrentValueBuiltInValueDescriptor();
|
|
@@ -61310,7 +61310,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61310
61310
|
let Q = J.getDataType(i);
|
|
61311
61311
|
if (Q) {
|
|
61312
61312
|
const ce = this.project.getBuiltIn(
|
|
61313
|
-
|
|
61313
|
+
pe["primitive-entity"].string.id
|
|
61314
61314
|
);
|
|
61315
61315
|
((D = Q.entity) == null ? void 0 : D.id) !== ce.id && (Q.setEntity(ce, i), a.push(Q));
|
|
61316
61316
|
} else {
|
|
@@ -61390,10 +61390,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61390
61390
|
case Ze.ObjectValues: {
|
|
61391
61391
|
const J = this.body.inputs.find((re) => {
|
|
61392
61392
|
var Q;
|
|
61393
|
-
return ((Q = re.implements) == null ? void 0 : Q.id) ===
|
|
61393
|
+
return ((Q = re.implements) == null ? void 0 : Q.id) === pe[p.Loop][Ze.ObjectValues].body.inputs.currentValue.id;
|
|
61394
61394
|
}), le = this.inputs.find((re) => {
|
|
61395
61395
|
var Q;
|
|
61396
|
-
return ((Q = re.declaration) == null ? void 0 : Q.id) ===
|
|
61396
|
+
return ((Q = re.declaration) == null ? void 0 : Q.id) === pe[p.Loop][Ze.ObjectValues].inputs.object.id;
|
|
61397
61397
|
});
|
|
61398
61398
|
if (!le)
|
|
61399
61399
|
break;
|
|
@@ -61572,11 +61572,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61572
61572
|
case Ze.String: {
|
|
61573
61573
|
const J = this.body.inputs.find((re) => {
|
|
61574
61574
|
var Q;
|
|
61575
|
-
return ((Q = re.implements) == null ? void 0 : Q.id) ===
|
|
61575
|
+
return ((Q = re.implements) == null ? void 0 : Q.id) === pe[p.Loop][Ze.String].body.inputs.currentValue.id;
|
|
61576
61576
|
});
|
|
61577
61577
|
if (!this.inputs.find((re) => {
|
|
61578
61578
|
var Q;
|
|
61579
|
-
return ((Q = re.declaration) == null ? void 0 : Q.id) ===
|
|
61579
|
+
return ((Q = re.declaration) == null ? void 0 : Q.id) === pe[p.Loop][Ze.String].inputs.string.id;
|
|
61580
61580
|
}))
|
|
61581
61581
|
break;
|
|
61582
61582
|
const te = this.getCurrentValueBuiltInValueDescriptor();
|
|
@@ -61588,7 +61588,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61588
61588
|
let Q = J.getDataType(i);
|
|
61589
61589
|
if (Q) {
|
|
61590
61590
|
const ce = this.project.getBuiltIn(
|
|
61591
|
-
|
|
61591
|
+
pe["primitive-entity"].string.id
|
|
61592
61592
|
);
|
|
61593
61593
|
((W = Q.entity) == null ? void 0 : W.id) !== ce.id && (Q.setEntity(ce, i), a.push(Q));
|
|
61594
61594
|
} else {
|
|
@@ -61738,11 +61738,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61738
61738
|
let y = null;
|
|
61739
61739
|
if (this.inputs.forEach((v) => {
|
|
61740
61740
|
var T;
|
|
61741
|
-
((T = v.declaration) == null ? void 0 : T.id) ===
|
|
61741
|
+
((T = v.declaration) == null ? void 0 : T.id) === pe[p.Loop]["list-loop"].inputs.list.id ? y = v : (v.remove({ ignoreUpstream: !1 }, i), f.push(v));
|
|
61742
61742
|
}), y) {
|
|
61743
|
-
if (y.declaration.id !==
|
|
61743
|
+
if (y.declaration.id !== pe[p.Loop]["list-loop"].inputs.list.id) {
|
|
61744
61744
|
const v = this.project.get(
|
|
61745
|
-
|
|
61745
|
+
pe[p.Loop]["list-loop"].inputs.list.id
|
|
61746
61746
|
);
|
|
61747
61747
|
y.setDeclaration(
|
|
61748
61748
|
v,
|
|
@@ -61751,7 +61751,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61751
61751
|
}
|
|
61752
61752
|
} else {
|
|
61753
61753
|
const v = this.project.get(
|
|
61754
|
-
|
|
61754
|
+
pe[p.Loop]["list-loop"].inputs.list.id
|
|
61755
61755
|
), T = {
|
|
61756
61756
|
id: V.UUID.uuid(),
|
|
61757
61757
|
version: V.UUID.uuid(),
|
|
@@ -61789,11 +61789,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61789
61789
|
let y = null;
|
|
61790
61790
|
if (this.inputs.forEach((v) => {
|
|
61791
61791
|
var T;
|
|
61792
|
-
((T = v.declaration) == null ? void 0 : T.id) ===
|
|
61792
|
+
((T = v.declaration) == null ? void 0 : T.id) === pe[p.Loop]["counted-loop"].inputs.number.id ? y = v : (v.remove({ ignoreUpstream: !1 }, i), f.push(v));
|
|
61793
61793
|
}), y) {
|
|
61794
|
-
if (y.declaration.id !==
|
|
61794
|
+
if (y.declaration.id !== pe[p.Loop]["counted-loop"].inputs.number.id) {
|
|
61795
61795
|
const v = this.project.get(
|
|
61796
|
-
|
|
61796
|
+
pe[p.Loop]["counted-loop"].inputs.number.id
|
|
61797
61797
|
);
|
|
61798
61798
|
y.setDeclaration(
|
|
61799
61799
|
v,
|
|
@@ -61802,7 +61802,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61802
61802
|
}
|
|
61803
61803
|
} else {
|
|
61804
61804
|
const v = this.project.get(
|
|
61805
|
-
|
|
61805
|
+
pe[p.Loop]["counted-loop"].inputs.number.id
|
|
61806
61806
|
), T = {
|
|
61807
61807
|
id: V.UUID.uuid(),
|
|
61808
61808
|
version: V.UUID.uuid(),
|
|
@@ -61834,11 +61834,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61834
61834
|
let y = null;
|
|
61835
61835
|
if (this.inputs.forEach((v) => {
|
|
61836
61836
|
var T;
|
|
61837
|
-
((T = v.declaration) == null ? void 0 : T.id) ===
|
|
61837
|
+
((T = v.declaration) == null ? void 0 : T.id) === pe[p.Loop]["object-keys-loop"].inputs.object.id ? y = v : (v.remove({ ignoreUpstream: !1 }, i), f.push(v));
|
|
61838
61838
|
}), y) {
|
|
61839
|
-
if (y.declaration.id !==
|
|
61839
|
+
if (y.declaration.id !== pe[p.Loop]["object-keys-loop"].inputs.object.id) {
|
|
61840
61840
|
const v = this.project.get(
|
|
61841
|
-
|
|
61841
|
+
pe[p.Loop]["object-keys-loop"].inputs.object.id
|
|
61842
61842
|
);
|
|
61843
61843
|
y.setDeclaration(
|
|
61844
61844
|
v,
|
|
@@ -61847,7 +61847,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61847
61847
|
}
|
|
61848
61848
|
} else {
|
|
61849
61849
|
const v = this.project.get(
|
|
61850
|
-
|
|
61850
|
+
pe[p.Loop]["object-keys-loop"].inputs.object.id
|
|
61851
61851
|
), T = {
|
|
61852
61852
|
id: V.UUID.uuid(),
|
|
61853
61853
|
version: V.UUID.uuid(),
|
|
@@ -61879,11 +61879,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61879
61879
|
let y = null;
|
|
61880
61880
|
if (this.inputs.forEach((v) => {
|
|
61881
61881
|
var T;
|
|
61882
|
-
((T = v.declaration) == null ? void 0 : T.id) ===
|
|
61882
|
+
((T = v.declaration) == null ? void 0 : T.id) === pe[p.Loop]["object-values-loop"].inputs.object.id ? y = v : (v.remove({ ignoreUpstream: !1 }, i), f.push(v));
|
|
61883
61883
|
}), y) {
|
|
61884
|
-
if (y.declaration.id !==
|
|
61884
|
+
if (y.declaration.id !== pe[p.Loop]["object-values-loop"].inputs.object.id) {
|
|
61885
61885
|
const v = this.project.get(
|
|
61886
|
-
|
|
61886
|
+
pe[p.Loop]["object-values-loop"].inputs.object.id
|
|
61887
61887
|
);
|
|
61888
61888
|
y.setDeclaration(
|
|
61889
61889
|
v,
|
|
@@ -61892,7 +61892,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61892
61892
|
}
|
|
61893
61893
|
} else {
|
|
61894
61894
|
const v = this.project.get(
|
|
61895
|
-
|
|
61895
|
+
pe[p.Loop]["object-values-loop"].inputs.object.id
|
|
61896
61896
|
), T = {
|
|
61897
61897
|
id: V.UUID.uuid(),
|
|
61898
61898
|
version: V.UUID.uuid(),
|
|
@@ -61924,11 +61924,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61924
61924
|
let y = null;
|
|
61925
61925
|
if (this.inputs.forEach((v) => {
|
|
61926
61926
|
var T;
|
|
61927
|
-
((T = v.declaration) == null ? void 0 : T.id) ===
|
|
61927
|
+
((T = v.declaration) == null ? void 0 : T.id) === pe[p.Loop]["string-loop"].inputs.string.id ? y = v : (v.remove({ ignoreUpstream: !1 }, i), f.push(v));
|
|
61928
61928
|
}), y) {
|
|
61929
|
-
if (y.declaration.id !==
|
|
61929
|
+
if (y.declaration.id !== pe[p.Loop]["string-loop"].inputs.string.id) {
|
|
61930
61930
|
const v = this.project.get(
|
|
61931
|
-
|
|
61931
|
+
pe[p.Loop]["string-loop"].inputs.string.id
|
|
61932
61932
|
);
|
|
61933
61933
|
y.setDeclaration(
|
|
61934
61934
|
v,
|
|
@@ -61937,7 +61937,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61937
61937
|
}
|
|
61938
61938
|
} else {
|
|
61939
61939
|
const v = this.project.get(
|
|
61940
|
-
|
|
61940
|
+
pe[p.Loop]["string-loop"].inputs.string.id
|
|
61941
61941
|
), T = {
|
|
61942
61942
|
id: V.UUID.uuid(),
|
|
61943
61943
|
version: V.UUID.uuid(),
|
|
@@ -61979,15 +61979,15 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61979
61979
|
getValueInputMapDeclarationId() {
|
|
61980
61980
|
switch (this.declaration.id) {
|
|
61981
61981
|
case Ze.List:
|
|
61982
|
-
return
|
|
61982
|
+
return pe[p.Loop]["list-loop"].inputs.list.id;
|
|
61983
61983
|
case Ze.ObjectKeys:
|
|
61984
|
-
return
|
|
61984
|
+
return pe[p.Loop]["object-keys-loop"].inputs.object.id;
|
|
61985
61985
|
case Ze.ObjectValues:
|
|
61986
|
-
return
|
|
61986
|
+
return pe[p.Loop]["object-values-loop"].inputs.object.id;
|
|
61987
61987
|
case Ze.String:
|
|
61988
|
-
return
|
|
61988
|
+
return pe[p.Loop]["string-loop"].inputs.string.id;
|
|
61989
61989
|
case Ze.Counted:
|
|
61990
|
-
return
|
|
61990
|
+
return pe[p.Loop]["counted-loop"].inputs.number.id;
|
|
61991
61991
|
default:
|
|
61992
61992
|
return null;
|
|
61993
61993
|
}
|
|
@@ -61996,11 +61996,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
61996
61996
|
var a;
|
|
61997
61997
|
if (this.declaration.id === Ze.ManualFlow || this.declaration.id === Ze.Counted)
|
|
61998
61998
|
return null;
|
|
61999
|
-
const i = (a =
|
|
61999
|
+
const i = (a = pe[p.Loop][this.declaration.id].body.inputs.currentValue) == null ? void 0 : a.id;
|
|
62000
62000
|
return i ? this.project.get(i) : null;
|
|
62001
62001
|
}
|
|
62002
62002
|
getCurrentIterationNumberBuiltInValueDescriptor() {
|
|
62003
|
-
const i =
|
|
62003
|
+
const i = pe[p.Loop][this.declaration.id].body.inputs.iterationNumber.id;
|
|
62004
62004
|
return this.project.get(i);
|
|
62005
62005
|
}
|
|
62006
62006
|
// This function makes sure that the function-declaration entity as the body of the loop
|
|
@@ -62017,7 +62017,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
62017
62017
|
)
|
|
62018
62018
|
)) {
|
|
62019
62019
|
var T;
|
|
62020
|
-
const a = [], l = [], f = [], e = [], y =
|
|
62020
|
+
const a = [], l = [], f = [], e = [], y = pe[p.Loop][this.declaration.id].body.id, v = this.project.getBuiltIn(
|
|
62021
62021
|
y
|
|
62022
62022
|
);
|
|
62023
62023
|
if (this.body)
|
|
@@ -62053,12 +62053,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
62053
62053
|
], a = this.body.inputs.find(
|
|
62054
62054
|
(Ge) => {
|
|
62055
62055
|
var at;
|
|
62056
|
-
return ((at = Ge.implements) == null ? void 0 : at.id) ===
|
|
62056
|
+
return ((at = Ge.implements) == null ? void 0 : at.id) === pe[p.Loop][this.declaration.id].body.inputs.iterationNumber.id;
|
|
62057
62057
|
}
|
|
62058
62058
|
) || null, l = this.body.inputs.find(
|
|
62059
62059
|
(Ge) => {
|
|
62060
62060
|
var at, Se;
|
|
62061
|
-
return ((at = Ge.implements) == null ? void 0 : at.id) === ((Se =
|
|
62061
|
+
return ((at = Ge.implements) == null ? void 0 : at.id) === ((Se = pe[p.Loop][this.declaration.id].body.inputs.currentValue) == null ? void 0 : Se.id);
|
|
62062
62062
|
}
|
|
62063
62063
|
) || null;
|
|
62064
62064
|
if (!a || i.includes(
|
|
@@ -62066,7 +62066,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
62066
62066
|
) && !l)
|
|
62067
62067
|
return !1;
|
|
62068
62068
|
const f = [...this.breakStatements, ...this.continueStatements];
|
|
62069
|
-
if (((B = (L = (N = this.body) == null ? void 0 : N.dataType) == null ? void 0 : L.entity) == null ? void 0 : B.id) !==
|
|
62069
|
+
if (((B = (L = (N = this.body) == null ? void 0 : N.dataType) == null ? void 0 : L.entity) == null ? void 0 : B.id) !== pe["primitive-entity"].void.id) {
|
|
62070
62070
|
if (!this.body.inputs.find(
|
|
62071
62071
|
(at) => {
|
|
62072
62072
|
var Se, xt, _t, hi, Mi;
|
|
@@ -62126,7 +62126,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
62126
62126
|
return !1;
|
|
62127
62127
|
if ((Q = (re = this.body) == null ? void 0 : re.dataType) != null && Q.inferred) {
|
|
62128
62128
|
const Ge = this.getUniqueInputMaps();
|
|
62129
|
-
if (f.every((_t) => !_t.readsValue) && !Ge.length && ((Y = (he = (ce = this.body) == null ? void 0 : ce.dataType) == null ? void 0 : he.entity) == null ? void 0 : Y.id) !==
|
|
62129
|
+
if (f.every((_t) => !_t.readsValue) && !Ge.length && ((Y = (he = (ce = this.body) == null ? void 0 : ce.dataType) == null ? void 0 : he.entity) == null ? void 0 : Y.id) !== pe["primitive-entity"].void.id)
|
|
62130
62130
|
return !1;
|
|
62131
62131
|
const Se = f.find(
|
|
62132
62132
|
(_t) => _t.readsValue
|
|
@@ -72412,7 +72412,7 @@ class Fo extends Gu {
|
|
|
72412
72412
|
result: null
|
|
72413
72413
|
};
|
|
72414
72414
|
switch (i.declaration.id) {
|
|
72415
|
-
case
|
|
72415
|
+
case pe.loop["counted-loop"].id: {
|
|
72416
72416
|
const le = L[0];
|
|
72417
72417
|
let te = 1;
|
|
72418
72418
|
for (; te <= le && te <= 50; ) {
|
|
@@ -72503,7 +72503,7 @@ class Fo extends Gu {
|
|
|
72503
72503
|
}
|
|
72504
72504
|
break;
|
|
72505
72505
|
}
|
|
72506
|
-
case
|
|
72506
|
+
case pe.loop["manual-flow-loop"].id: {
|
|
72507
72507
|
let le = 1;
|
|
72508
72508
|
for (; le <= 50; ) {
|
|
72509
72509
|
const te = i.body.inputs.map((re) => {
|
|
@@ -72580,7 +72580,7 @@ class Fo extends Gu {
|
|
|
72580
72580
|
}
|
|
72581
72581
|
break;
|
|
72582
72582
|
}
|
|
72583
|
-
case
|
|
72583
|
+
case pe.loop["list-loop"].id: {
|
|
72584
72584
|
const le = L[0];
|
|
72585
72585
|
let te = 1;
|
|
72586
72586
|
const re = le;
|
|
@@ -72702,7 +72702,7 @@ class Fo extends Gu {
|
|
|
72702
72702
|
}
|
|
72703
72703
|
break;
|
|
72704
72704
|
}
|
|
72705
|
-
case
|
|
72705
|
+
case pe.loop["object-keys-loop"].id: {
|
|
72706
72706
|
const le = L[0];
|
|
72707
72707
|
let te = 1;
|
|
72708
72708
|
const re = le ? Object.keys(le) : [];
|
|
@@ -72824,7 +72824,7 @@ class Fo extends Gu {
|
|
|
72824
72824
|
}
|
|
72825
72825
|
break;
|
|
72826
72826
|
}
|
|
72827
|
-
case
|
|
72827
|
+
case pe.loop["object-values-loop"].id: {
|
|
72828
72828
|
const le = L[0];
|
|
72829
72829
|
let te = 1;
|
|
72830
72830
|
const re = le ? Object.values(le) : [];
|
|
@@ -72946,7 +72946,7 @@ class Fo extends Gu {
|
|
|
72946
72946
|
}
|
|
72947
72947
|
break;
|
|
72948
72948
|
}
|
|
72949
|
-
case
|
|
72949
|
+
case pe.loop["string-loop"].id: {
|
|
72950
72950
|
const le = L[0];
|
|
72951
72951
|
let te = 1;
|
|
72952
72952
|
const re = le.split("");
|
|
@@ -74438,13 +74438,13 @@ function u4(d) {
|
|
|
74438
74438
|
const u = N1(d);
|
|
74439
74439
|
if (!u) {
|
|
74440
74440
|
const a = xf(d);
|
|
74441
|
-
if (a.includes(
|
|
74441
|
+
if (a.includes(ue.HTTP_ENDPOINT))
|
|
74442
74442
|
return "HTTP endpoint";
|
|
74443
|
-
if (a.includes(
|
|
74443
|
+
if (a.includes(ue.PERSISTED_ENTITY))
|
|
74444
74444
|
return "Persisted entity";
|
|
74445
|
-
if (a.includes(
|
|
74445
|
+
if (a.includes(ue.CRON_JOB))
|
|
74446
74446
|
return "Scheduled execution";
|
|
74447
|
-
if (a.includes(
|
|
74447
|
+
if (a.includes(ue.RELATIONAL_DATABASE))
|
|
74448
74448
|
return "Relational database";
|
|
74449
74449
|
}
|
|
74450
74450
|
if (u) {
|
|
@@ -74453,7 +74453,7 @@ function u4(d) {
|
|
|
74453
74453
|
u.project
|
|
74454
74454
|
) + " entity", l = Tf(a);
|
|
74455
74455
|
const f = xf(d);
|
|
74456
|
-
return f.includes(
|
|
74456
|
+
return f.includes(ue.HTTP_ENDPOINT) ? "HTTP endpoint" + (l ? ", " + l : "") : f.includes(ue.PERSISTED_ENTITY) ? "Persisted entity" + (l ? ", " + l : "") : f.includes(ue.CRON_JOB) ? "Scheduled execution" + (l ? ", " + l : "") : f.includes(ue.RELATIONAL_DATABASE) ? "Relational database" + (l ? ", " + l : "") : a;
|
|
74457
74457
|
}
|
|
74458
74458
|
let i = "";
|
|
74459
74459
|
return d.abstract && (i = "Template "), d.static && (i += i ? " single copy " : "Single copy "), i ? i + "definition" : "Definition";
|
|
@@ -76367,9 +76367,9 @@ class QMt {
|
|
|
76367
76367
|
)
|
|
76368
76368
|
);
|
|
76369
76369
|
const u = this.project.entities.filter(
|
|
76370
|
-
(a) => fr(a,
|
|
76370
|
+
(a) => fr(a, ue.HTTP_ENDPOINT)
|
|
76371
76371
|
), i = this.project.entities.filter(
|
|
76372
|
-
(a) => fr(a,
|
|
76372
|
+
(a) => fr(a, ue.RELATIONAL_DATABASE)
|
|
76373
76373
|
);
|
|
76374
76374
|
if (i.length && i.forEach((a) => {
|
|
76375
76375
|
const l = new K$(
|
|
@@ -76628,17 +76628,17 @@ function sBt(d) {
|
|
|
76628
76628
|
}
|
|
76629
76629
|
function E$t(d) {
|
|
76630
76630
|
var a;
|
|
76631
|
-
if (!fr(d,
|
|
76631
|
+
if (!fr(d, ue.EXTERNAL_INTEGRATION_CONNECTION))
|
|
76632
76632
|
return null;
|
|
76633
76633
|
let u = null;
|
|
76634
|
-
const i =
|
|
76634
|
+
const i = pe["built-in-base-entity"].BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY.properties.integration.id;
|
|
76635
76635
|
if (d.type === p.BuiltInBaseEntity ? fr(
|
|
76636
76636
|
d,
|
|
76637
|
-
|
|
76637
|
+
ue.EXTERNAL_INTEGRATION_CONNECTION
|
|
76638
76638
|
) && (u = Z$(
|
|
76639
76639
|
d.name
|
|
76640
76640
|
)) : d.type === p.DefinitionEntity && d.implements.forEach((l) => {
|
|
76641
|
-
if (fr(l,
|
|
76641
|
+
if (fr(l, ue.EXTERNAL_INTEGRATION_CONNECTION)) {
|
|
76642
76642
|
const f = Z$(
|
|
76643
76643
|
l == null ? void 0 : l.name
|
|
76644
76644
|
);
|
|
@@ -76691,27 +76691,27 @@ function aBt(d) {
|
|
|
76691
76691
|
throw new Error(
|
|
76692
76692
|
"The integrationName parameter is required to resolve the base built-in name."
|
|
76693
76693
|
);
|
|
76694
|
-
return Object.values(
|
|
76694
|
+
return Object.values(ue).find((i) => !!(i.startsWith("BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_") && i.endsWith("_AUTH") && i.replace("BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_", "").replace("_AUTH", "").toLowerCase() === d.toLowerCase())) || null;
|
|
76695
76695
|
}
|
|
76696
76696
|
function lBt(d) {
|
|
76697
76697
|
return d.type === p.BuiltInBaseEntity || d.type === p.DefinitionEntity ? E$t(d) : d.type === p.ActionDescriptor || d.type === p.Operation ? A$t(d) : null;
|
|
76698
76698
|
}
|
|
76699
76699
|
function I$t(d) {
|
|
76700
76700
|
var l, f, e;
|
|
76701
|
-
if (!fr(d,
|
|
76701
|
+
if (!fr(d, ue.EXTERNAL_INTEGRATION_CONNECTION))
|
|
76702
76702
|
return null;
|
|
76703
76703
|
let u = null;
|
|
76704
76704
|
const i = ILt(
|
|
76705
76705
|
d,
|
|
76706
|
-
|
|
76706
|
+
ue.EXTERNAL_INTEGRATION_CONNECTION
|
|
76707
76707
|
);
|
|
76708
76708
|
if (!i)
|
|
76709
76709
|
return null;
|
|
76710
|
-
const a =
|
|
76710
|
+
const a = pe["built-in-base-entity"][i.id].properties.connectionId.id;
|
|
76711
76711
|
if (d.type === p.BuiltInBaseEntity) {
|
|
76712
76712
|
if (fr(
|
|
76713
76713
|
d,
|
|
76714
|
-
|
|
76714
|
+
ue.EXTERNAL_INTEGRATION_CONNECTION
|
|
76715
76715
|
)) {
|
|
76716
76716
|
const y = d.properties.find(
|
|
76717
76717
|
(v) => {
|
|
@@ -101115,7 +101115,7 @@ class Ns {
|
|
|
101115
101115
|
(i) => {
|
|
101116
101116
|
var a;
|
|
101117
101117
|
return (a = i.property) == null ? void 0 : a.implements.find(
|
|
101118
|
-
(l) => l.id ===
|
|
101118
|
+
(l) => l.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.primaryKey.id
|
|
101119
101119
|
);
|
|
101120
101120
|
}
|
|
101121
101121
|
);
|
|
@@ -101130,7 +101130,7 @@ class Ns {
|
|
|
101130
101130
|
if (u) {
|
|
101131
101131
|
const l = Lf(u).find(
|
|
101132
101132
|
(f) => f.implements.find(
|
|
101133
|
-
(e) => e.id ===
|
|
101133
|
+
(e) => e.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.primaryKey.id
|
|
101134
101134
|
)
|
|
101135
101135
|
);
|
|
101136
101136
|
if (l) {
|
|
@@ -101344,7 +101344,7 @@ class _U {
|
|
|
101344
101344
|
(i) => {
|
|
101345
101345
|
var a;
|
|
101346
101346
|
return (a = i.property) == null ? void 0 : a.implements.find(
|
|
101347
|
-
(l) => l.id ===
|
|
101347
|
+
(l) => l.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.primaryKey.id
|
|
101348
101348
|
);
|
|
101349
101349
|
}
|
|
101350
101350
|
);
|
|
@@ -101359,7 +101359,7 @@ class _U {
|
|
|
101359
101359
|
if (u) {
|
|
101360
101360
|
const l = Lf(u).find(
|
|
101361
101361
|
(f) => f.implements.find(
|
|
101362
|
-
(e) => e.id ===
|
|
101362
|
+
(e) => e.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.primaryKey.id
|
|
101363
101363
|
)
|
|
101364
101364
|
);
|
|
101365
101365
|
if (l) {
|
|
@@ -101668,7 +101668,7 @@ function a1(d) {
|
|
|
101668
101668
|
const a = N1(i) || i;
|
|
101669
101669
|
return !!xf(
|
|
101670
101670
|
a
|
|
101671
|
-
).includes(
|
|
101671
|
+
).includes(ue.PERSISTED_ENTITY);
|
|
101672
101672
|
});
|
|
101673
101673
|
}
|
|
101674
101674
|
function DU(d) {
|
|
@@ -102566,7 +102566,7 @@ function Vf(d, u, i = null, a = !1) {
|
|
|
102566
102566
|
let T = [];
|
|
102567
102567
|
if ((v == null ? void 0 : v.type) === "table") {
|
|
102568
102568
|
const fe = u.entities.find((Te) => {
|
|
102569
|
-
if (fr(Te,
|
|
102569
|
+
if (fr(Te, ue.PERSISTED_ENTITY)) {
|
|
102570
102570
|
const Ce = Hu(
|
|
102571
102571
|
z(Te, u)
|
|
102572
102572
|
);
|
|
@@ -102789,23 +102789,23 @@ function UP(d, u) {
|
|
|
102789
102789
|
switch (d) {
|
|
102790
102790
|
case Di.String:
|
|
102791
102791
|
return u.get(
|
|
102792
|
-
|
|
102792
|
+
pe["primitive-entity"].string.id
|
|
102793
102793
|
);
|
|
102794
102794
|
case Di.Number:
|
|
102795
102795
|
return u.get(
|
|
102796
|
-
|
|
102796
|
+
pe["primitive-entity"].number.id
|
|
102797
102797
|
);
|
|
102798
102798
|
case Di.Boolean:
|
|
102799
102799
|
return u.get(
|
|
102800
|
-
|
|
102800
|
+
pe["primitive-entity"].boolean.id
|
|
102801
102801
|
);
|
|
102802
102802
|
case Di.Date:
|
|
102803
102803
|
return u.get(
|
|
102804
|
-
|
|
102804
|
+
pe["primitive-entity"].date.id
|
|
102805
102805
|
);
|
|
102806
102806
|
default:
|
|
102807
102807
|
return u.get(
|
|
102808
|
-
|
|
102808
|
+
pe["primitive-entity"].string.id
|
|
102809
102809
|
);
|
|
102810
102810
|
}
|
|
102811
102811
|
}
|
|
@@ -102924,7 +102924,7 @@ function GP(d, u, i) {
|
|
|
102924
102924
|
k.Updated
|
|
102925
102925
|
)) : (q.setEntity(
|
|
102926
102926
|
d.project.get(
|
|
102927
|
-
|
|
102927
|
+
pe["primitive-entity"].untyped.id
|
|
102928
102928
|
),
|
|
102929
102929
|
i
|
|
102930
102930
|
), i == null || i.add(
|
|
@@ -102943,7 +102943,7 @@ function GP(d, u, i) {
|
|
|
102943
102943
|
} else if (E.property) {
|
|
102944
102944
|
const te = E.property.getDataType(null);
|
|
102945
102945
|
((N = te == null ? void 0 : te.entity) == null ? void 0 : N.type) === p.DefinitionEntity || ((L = te == null ? void 0 : te.entity) == null ? void 0 : L.type) === p.PrimitiveEntity ? W = te == null ? void 0 : te.entity : W = d.project.get(
|
|
102946
|
-
|
|
102946
|
+
pe["primitive-entity"].untyped.id
|
|
102947
102947
|
);
|
|
102948
102948
|
}
|
|
102949
102949
|
const J = Wr.new(i);
|
|
@@ -116611,10 +116611,10 @@ function aNt() {
|
|
|
116611
116611
|
}
|
|
116612
116612
|
function lNt() {
|
|
116613
116613
|
return R0([
|
|
116614
|
-
|
|
116615
|
-
|
|
116616
|
-
|
|
116617
|
-
|
|
116614
|
+
ue.CRON_JOB,
|
|
116615
|
+
ue.HTTP_ENDPOINT,
|
|
116616
|
+
ue.PERSISTED_ENTITY,
|
|
116617
|
+
ue.RELATIONAL_DATABASE
|
|
116618
116618
|
]);
|
|
116619
116619
|
}
|
|
116620
116620
|
function oNt() {
|
|
@@ -120384,17 +120384,17 @@ function Mj(d) {
|
|
|
120384
120384
|
if (!qt.includes(d.parent.type))
|
|
120385
120385
|
return !1;
|
|
120386
120386
|
const v = ((a = d.parent.implements) == null ? void 0 : a.getDataType(null)) || null;
|
|
120387
|
-
return !(!v || ((l = v.entity) == null ? void 0 : l.id) ===
|
|
120387
|
+
return !(!v || ((l = v.entity) == null ? void 0 : l.id) === pe["primitive-entity"].void.id);
|
|
120388
120388
|
}
|
|
120389
120389
|
if (!qt.includes(d.parent.parent.type))
|
|
120390
120390
|
return !1;
|
|
120391
120391
|
const i = ((f = d.parent.parent.implements) == null ? void 0 : f.getDataType(null)) || null;
|
|
120392
|
-
return !(!i || ((e = i.entity) == null ? void 0 : e.id) ===
|
|
120392
|
+
return !(!i || ((e = i.entity) == null ? void 0 : e.id) === pe["primitive-entity"].void.id);
|
|
120393
120393
|
}
|
|
120394
120394
|
function Bj(d) {
|
|
120395
120395
|
var f, e;
|
|
120396
120396
|
const u = [], i = ((f = d.implements) == null ? void 0 : f.getDataType(null)) || null;
|
|
120397
|
-
if (!i || ((e = i.entity) == null ? void 0 : e.id) ===
|
|
120397
|
+
if (!i || ((e = i.entity) == null ? void 0 : e.id) === pe["primitive-entity"].void.id)
|
|
120398
120398
|
return u;
|
|
120399
120399
|
if (ft(d).filter((y) => Ft.includes(y.type) || !Mj(
|
|
120400
120400
|
y
|
|
@@ -122597,20 +122597,20 @@ function bxt(d, u) {
|
|
|
122597
122597
|
}
|
|
122598
122598
|
function Ext(d, u) {
|
|
122599
122599
|
switch (d.id) {
|
|
122600
|
-
case
|
|
122600
|
+
case pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id: {
|
|
122601
122601
|
const i = d.project.entities.filter(
|
|
122602
122602
|
(v) => !!v.implements.find(
|
|
122603
|
-
(T) => T.id ===
|
|
122603
|
+
(T) => T.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
122604
122604
|
)
|
|
122605
122605
|
), a = i.find((v) => {
|
|
122606
122606
|
const T = v.properties.find((D) => D.implements.find(
|
|
122607
|
-
(N) => N.id ===
|
|
122607
|
+
(N) => N.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122608
122608
|
)), I = T == null ? void 0 : T.getDefaultValue();
|
|
122609
122609
|
return (I == null ? void 0 : I.value) === !0;
|
|
122610
122610
|
});
|
|
122611
122611
|
if (!a && i.length) {
|
|
122612
122612
|
const T = i[0].properties.find((E) => E.implements.find(
|
|
122613
|
-
(D) => D.id ===
|
|
122613
|
+
(D) => D.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122614
122614
|
)), I = T == null ? void 0 : T.defaultValue;
|
|
122615
122615
|
if (I)
|
|
122616
122616
|
I.metaSync({ value: !0 }, u);
|
|
@@ -122648,7 +122648,7 @@ function Ext(d, u) {
|
|
|
122648
122648
|
newEntities: []
|
|
122649
122649
|
};
|
|
122650
122650
|
const l = d.project.get(
|
|
122651
|
-
|
|
122651
|
+
pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
122652
122652
|
), f = $1(
|
|
122653
122653
|
l,
|
|
122654
122654
|
"Main database",
|
|
@@ -122660,7 +122660,7 @@ function Ext(d, u) {
|
|
|
122660
122660
|
};
|
|
122661
122661
|
const e = f.properties.find(
|
|
122662
122662
|
(v) => v.implements.find(
|
|
122663
|
-
(T) => T.id ===
|
|
122663
|
+
(T) => T.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122664
122664
|
)
|
|
122665
122665
|
), y = e == null ? void 0 : e.defaultValue;
|
|
122666
122666
|
if (y)
|
|
@@ -122705,30 +122705,30 @@ function Axt(d, u) {
|
|
|
122705
122705
|
).forEach((y) => {
|
|
122706
122706
|
var v, T, I, E, D;
|
|
122707
122707
|
switch (y.id) {
|
|
122708
|
-
case
|
|
122708
|
+
case pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id: {
|
|
122709
122709
|
const N = d.project.entities.filter(
|
|
122710
122710
|
(W) => W.implements.find(
|
|
122711
|
-
(J) => J.id ===
|
|
122711
|
+
(J) => J.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
122712
122712
|
)
|
|
122713
122713
|
);
|
|
122714
122714
|
let L = N.find((W) => !!W.properties.find((J) => {
|
|
122715
122715
|
var le;
|
|
122716
122716
|
return J.implements.find(
|
|
122717
|
-
(te) => te.id ===
|
|
122717
|
+
(te) => te.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122718
122718
|
) && ((le = J.getDefaultValue()) == null ? void 0 : le.value) === !0;
|
|
122719
122719
|
}));
|
|
122720
122720
|
if (!L && N.length)
|
|
122721
122721
|
L = N[0];
|
|
122722
122722
|
else if (!L && !N.length) {
|
|
122723
122723
|
L = d.project.getBuiltIn(
|
|
122724
|
-
|
|
122724
|
+
pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
122725
122725
|
).implement(
|
|
122726
122726
|
"Relational database",
|
|
122727
122727
|
u
|
|
122728
122728
|
);
|
|
122729
122729
|
const J = L.properties.find(
|
|
122730
122730
|
(le) => le.implements.find(
|
|
122731
|
-
(te) => te.id ===
|
|
122731
|
+
(te) => te.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122732
122732
|
)
|
|
122733
122733
|
);
|
|
122734
122734
|
(v = J == null ? void 0 : J.defaultValue) == null || v.metaSync(
|
|
@@ -122739,7 +122739,7 @@ function Axt(d, u) {
|
|
|
122739
122739
|
), a.push(L);
|
|
122740
122740
|
}
|
|
122741
122741
|
const B = d.properties.find((W) => W.implements.find(
|
|
122742
|
-
(J) => J.id ===
|
|
122742
|
+
(J) => J.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.database.id
|
|
122743
122743
|
));
|
|
122744
122744
|
if (B && !(B != null && B.defaultValue)) {
|
|
122745
122745
|
const W = {
|
|
@@ -122772,12 +122772,12 @@ function Axt(d, u) {
|
|
|
122772
122772
|
));
|
|
122773
122773
|
const K = d.properties.find(
|
|
122774
122774
|
(W) => W.implements.find(
|
|
122775
|
-
(J) => J.id ===
|
|
122775
|
+
(J) => J.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.primaryKey.id
|
|
122776
122776
|
)
|
|
122777
122777
|
);
|
|
122778
122778
|
if (!K)
|
|
122779
122779
|
throw new Error(
|
|
122780
|
-
`[handleAfterEntityImplementationSideEffects] Primary key property not found for implemented base entity ${
|
|
122780
|
+
`[handleAfterEntityImplementationSideEffects] Primary key property not found for implemented base entity ${pe["built-in-base-entity"]}`
|
|
122781
122781
|
);
|
|
122782
122782
|
if (!K.dataType) {
|
|
122783
122783
|
const W = Wr.new(u);
|
|
@@ -122789,38 +122789,38 @@ function Axt(d, u) {
|
|
|
122789
122789
|
J.hydrateAncestors(), J.setParent(K, u), J.addSelfToProject(u), u == null || u.add(J, k.Added), J.initChildren(u);
|
|
122790
122790
|
}
|
|
122791
122791
|
const q = d.project.getBuiltIn(
|
|
122792
|
-
|
|
122792
|
+
pe["primitive-entity"].number.id
|
|
122793
122793
|
);
|
|
122794
122794
|
(T = K.dataType) == null || T.setEntity(q, u);
|
|
122795
122795
|
return;
|
|
122796
122796
|
}
|
|
122797
|
-
case
|
|
122797
|
+
case pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id: {
|
|
122798
122798
|
const N = d.project.entities.filter(
|
|
122799
122799
|
(le) => le.implements.find(
|
|
122800
|
-
(te) => te.id ===
|
|
122800
|
+
(te) => te.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
122801
122801
|
) && le.id !== d.id
|
|
122802
122802
|
), L = N.map((le) => {
|
|
122803
122803
|
var Q;
|
|
122804
122804
|
const te = le.properties.find(
|
|
122805
122805
|
(ce) => ce.implements.find(
|
|
122806
|
-
(he) => he.id ===
|
|
122806
|
+
(he) => he.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.identifier.id
|
|
122807
122807
|
)
|
|
122808
122808
|
);
|
|
122809
122809
|
return (Q = te == null ? void 0 : te.getDefaultValue()) == null ? void 0 : Q.value;
|
|
122810
122810
|
}).filter((le) => !!le), B = d.properties.find(
|
|
122811
122811
|
(le) => le.implements.find(
|
|
122812
|
-
(te) => te.id ===
|
|
122812
|
+
(te) => te.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.identifier.id
|
|
122813
122813
|
)
|
|
122814
122814
|
);
|
|
122815
122815
|
if (!N.find((le) => !!le.properties.find((te) => {
|
|
122816
122816
|
var re;
|
|
122817
122817
|
return te.implements.find(
|
|
122818
|
-
(Q) => Q.id ===
|
|
122818
|
+
(Q) => Q.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122819
122819
|
) && ((re = te.getDefaultValue()) == null ? void 0 : re.value) === !0;
|
|
122820
122820
|
}))) {
|
|
122821
122821
|
const le = d.properties.find(
|
|
122822
122822
|
(te) => te.implements.find(
|
|
122823
|
-
(re) => re.id ===
|
|
122823
|
+
(re) => re.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
122824
122824
|
)
|
|
122825
122825
|
);
|
|
122826
122826
|
if (!le)
|
|
@@ -122870,11 +122870,11 @@ function Axt(d, u) {
|
|
|
122870
122870
|
u
|
|
122871
122871
|
);
|
|
122872
122872
|
const W = d.properties.find((le) => le.implements.find(
|
|
122873
|
-
(te) => te.id ===
|
|
122873
|
+
(te) => te.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.password.id
|
|
122874
122874
|
));
|
|
122875
122875
|
if (!W)
|
|
122876
122876
|
throw new Error(
|
|
122877
|
-
`[handleAfterEntityImplementationSideEffects] Password property not found for implemented base entity ${
|
|
122877
|
+
`[handleAfterEntityImplementationSideEffects] Password property not found for implemented base entity ${pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id} with id ${d.id}`
|
|
122878
122878
|
);
|
|
122879
122879
|
if (!W.defaultValue) {
|
|
122880
122880
|
const le = Lr.new(u);
|
|
@@ -122897,13 +122897,13 @@ function Axt(d, u) {
|
|
|
122897
122897
|
);
|
|
122898
122898
|
return;
|
|
122899
122899
|
}
|
|
122900
|
-
case
|
|
122900
|
+
case pe["built-in-base-entity"].BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY.id: {
|
|
122901
122901
|
const N = d.properties.find((q) => q.implements.find(
|
|
122902
|
-
(W) => W.id ===
|
|
122902
|
+
(W) => W.id === pe["built-in-base-entity"].BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY.properties.time.id
|
|
122903
122903
|
));
|
|
122904
122904
|
if (!N)
|
|
122905
122905
|
throw new Error(
|
|
122906
|
-
`[handleAfterEntityImplementationSideEffects] Time property not found for implemented base entity ${
|
|
122906
|
+
`[handleAfterEntityImplementationSideEffects] Time property not found for implemented base entity ${pe["built-in-base-entity"].BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY.id} with id ${d.id}`
|
|
122907
122907
|
);
|
|
122908
122908
|
let L = N.defaultValue || null;
|
|
122909
122909
|
if (!L) {
|
|
@@ -122935,11 +122935,11 @@ function Axt(d, u) {
|
|
|
122935
122935
|
u
|
|
122936
122936
|
);
|
|
122937
122937
|
const B = d.properties.find((q) => q.implements.find(
|
|
122938
|
-
(W) => W.id ===
|
|
122938
|
+
(W) => W.id === pe["built-in-base-entity"].BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY.properties.definition.id
|
|
122939
122939
|
));
|
|
122940
122940
|
if (!B)
|
|
122941
122941
|
throw new Error(
|
|
122942
|
-
`[handleAfterEntityImplementationSideEffects] Definition property not found for implemented base entity ${
|
|
122942
|
+
`[handleAfterEntityImplementationSideEffects] Definition property not found for implemented base entity ${pe["built-in-base-entity"].BUILT_IN_SQL_ROW_TRANSFORMER_ENTITY.id} with id ${d.id}`
|
|
122943
122943
|
);
|
|
122944
122944
|
let K = B.defaultValue || null;
|
|
122945
122945
|
if (!K) {
|
|
@@ -123057,13 +123057,13 @@ function kj(d, u, i, a, l) {
|
|
|
123057
123057
|
const W = new Date(d);
|
|
123058
123058
|
if (W instanceof Date && !isNaN(W.valueOf()) && (q = !0), q) {
|
|
123059
123059
|
const J = u.project.getBuiltIn(
|
|
123060
|
-
|
|
123060
|
+
pe[p.PrimitiveEntity][ie.Date].id
|
|
123061
123061
|
);
|
|
123062
123062
|
u.setEntity(J, a);
|
|
123063
123063
|
break;
|
|
123064
123064
|
} else {
|
|
123065
123065
|
const J = u.project.getBuiltIn(
|
|
123066
|
-
|
|
123066
|
+
pe[p.PrimitiveEntity][ie.String].id
|
|
123067
123067
|
);
|
|
123068
123068
|
u.setEntity(J, a);
|
|
123069
123069
|
break;
|
|
@@ -123071,7 +123071,7 @@ function kj(d, u, i, a, l) {
|
|
|
123071
123071
|
case "number":
|
|
123072
123072
|
u.setEntity(
|
|
123073
123073
|
u.project.getBuiltIn(
|
|
123074
|
-
|
|
123074
|
+
pe[p.PrimitiveEntity][ie.Number].id
|
|
123075
123075
|
),
|
|
123076
123076
|
a
|
|
123077
123077
|
);
|
|
@@ -123079,7 +123079,7 @@ function kj(d, u, i, a, l) {
|
|
|
123079
123079
|
case "boolean":
|
|
123080
123080
|
u.setEntity(
|
|
123081
123081
|
u.project.getBuiltIn(
|
|
123082
|
-
|
|
123082
|
+
pe[p.PrimitiveEntity][ie.Boolean].id
|
|
123083
123083
|
),
|
|
123084
123084
|
a
|
|
123085
123085
|
);
|
|
@@ -123088,7 +123088,7 @@ function kj(d, u, i, a, l) {
|
|
|
123088
123088
|
if (d === null) {
|
|
123089
123089
|
u.setEntity(
|
|
123090
123090
|
u.project.getBuiltIn(
|
|
123091
|
-
|
|
123091
|
+
pe[p.PrimitiveEntity][ie.Null].id
|
|
123092
123092
|
),
|
|
123093
123093
|
a
|
|
123094
123094
|
);
|
|
@@ -123106,7 +123106,7 @@ function kj(d, u, i, a, l) {
|
|
|
123106
123106
|
case "string":
|
|
123107
123107
|
u.setEntity(
|
|
123108
123108
|
u.project.getBuiltIn(
|
|
123109
|
-
|
|
123109
|
+
pe[p.PrimitiveEntity][ie.String].id
|
|
123110
123110
|
),
|
|
123111
123111
|
a
|
|
123112
123112
|
);
|
|
@@ -123114,7 +123114,7 @@ function kj(d, u, i, a, l) {
|
|
|
123114
123114
|
case "number":
|
|
123115
123115
|
u.setEntity(
|
|
123116
123116
|
u.project.getBuiltIn(
|
|
123117
|
-
|
|
123117
|
+
pe[p.PrimitiveEntity][ie.Number].id
|
|
123118
123118
|
),
|
|
123119
123119
|
a
|
|
123120
123120
|
);
|
|
@@ -123122,7 +123122,7 @@ function kj(d, u, i, a, l) {
|
|
|
123122
123122
|
case "boolean":
|
|
123123
123123
|
u.setEntity(
|
|
123124
123124
|
u.project.getBuiltIn(
|
|
123125
|
-
|
|
123125
|
+
pe[p.PrimitiveEntity][ie.Boolean].id
|
|
123126
123126
|
),
|
|
123127
123127
|
a
|
|
123128
123128
|
);
|
|
@@ -123130,7 +123130,7 @@ function kj(d, u, i, a, l) {
|
|
|
123130
123130
|
case "object":
|
|
123131
123131
|
u.setEntity(
|
|
123132
123132
|
u.project.getBuiltIn(
|
|
123133
|
-
|
|
123133
|
+
pe[p.PrimitiveEntity][ie.Null].id
|
|
123134
123134
|
),
|
|
123135
123135
|
a
|
|
123136
123136
|
);
|
|
@@ -123196,7 +123196,7 @@ function kj(d, u, i, a, l) {
|
|
|
123196
123196
|
case "string":
|
|
123197
123197
|
Y.setEntity(
|
|
123198
123198
|
Y.project.getBuiltIn(
|
|
123199
|
-
|
|
123199
|
+
pe[p.PrimitiveEntity][ie.String].id
|
|
123200
123200
|
),
|
|
123201
123201
|
a
|
|
123202
123202
|
);
|
|
@@ -123204,7 +123204,7 @@ function kj(d, u, i, a, l) {
|
|
|
123204
123204
|
case "number":
|
|
123205
123205
|
Y.setEntity(
|
|
123206
123206
|
Y.project.getBuiltIn(
|
|
123207
|
-
|
|
123207
|
+
pe[p.PrimitiveEntity][ie.Number].id
|
|
123208
123208
|
),
|
|
123209
123209
|
a
|
|
123210
123210
|
);
|
|
@@ -123212,7 +123212,7 @@ function kj(d, u, i, a, l) {
|
|
|
123212
123212
|
case "boolean":
|
|
123213
123213
|
Y.setEntity(
|
|
123214
123214
|
Y.project.getBuiltIn(
|
|
123215
|
-
|
|
123215
|
+
pe[p.PrimitiveEntity][ie.Boolean].id
|
|
123216
123216
|
),
|
|
123217
123217
|
a
|
|
123218
123218
|
);
|
|
@@ -123220,7 +123220,7 @@ function kj(d, u, i, a, l) {
|
|
|
123220
123220
|
case "object":
|
|
123221
123221
|
Y.setEntity(
|
|
123222
123222
|
Y.project.getBuiltIn(
|
|
123223
|
-
|
|
123223
|
+
pe[p.PrimitiveEntity][ie.Null].id
|
|
123224
123224
|
),
|
|
123225
123225
|
a
|
|
123226
123226
|
);
|
|
@@ -126221,7 +126221,7 @@ function wLt(d) {
|
|
|
126221
126221
|
}
|
|
126222
126222
|
function zj(d) {
|
|
126223
126223
|
return d.implements.length === 0 && !d.extends ? null : d.implements.find(
|
|
126224
|
-
(a) => a.type === p.BuiltInBaseEntity && a.name ===
|
|
126224
|
+
(a) => a.type === p.BuiltInBaseEntity && a.name === ue.PERSISTED_ENTITY
|
|
126225
126225
|
) ? d : [
|
|
126226
126226
|
...d.implements,
|
|
126227
126227
|
...d.extends ? [d.extends] : []
|
|
@@ -126715,7 +126715,7 @@ function F4t(d, u) {
|
|
|
126715
126715
|
function K4t(d) {
|
|
126716
126716
|
const u = [];
|
|
126717
126717
|
return d.entities.forEach((i) => {
|
|
126718
|
-
if (x1(i,
|
|
126718
|
+
if (x1(i, ue.PERSISTED_ENTITY)) {
|
|
126719
126719
|
u.push(i);
|
|
126720
126720
|
return;
|
|
126721
126721
|
}
|
|
@@ -126726,16 +126726,16 @@ function K4t(d) {
|
|
|
126726
126726
|
function q4t(d) {
|
|
126727
126727
|
const u = [];
|
|
126728
126728
|
return d.entities.forEach((i) => {
|
|
126729
|
-
if (x1(i,
|
|
126729
|
+
if (x1(i, ue.RELATIONAL_DATABASE)) {
|
|
126730
126730
|
u.push(i);
|
|
126731
126731
|
return;
|
|
126732
126732
|
}
|
|
126733
126733
|
}), R(u);
|
|
126734
126734
|
}
|
|
126735
126735
|
function Z4t(d) {
|
|
126736
|
-
return d.type !== p.DefinitionEntity || d.abstract || !x1(d,
|
|
126736
|
+
return d.type !== p.DefinitionEntity || d.abstract || !x1(d, ue.PERSISTED_ENTITY) ? null : (d == null ? void 0 : d.properties.find(
|
|
126737
126737
|
(i) => i.implements.find(
|
|
126738
|
-
(a) => a.id ===
|
|
126738
|
+
(a) => a.id === pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].properties.primaryKey.id
|
|
126739
126739
|
) && !i.abstract
|
|
126740
126740
|
)) || null;
|
|
126741
126741
|
}
|
|
@@ -126746,7 +126746,7 @@ function OLt(d) {
|
|
|
126746
126746
|
return null;
|
|
126747
126747
|
const i = u.properties.find(
|
|
126748
126748
|
(l) => l.implements.find(
|
|
126749
|
-
(f) => f.id ===
|
|
126749
|
+
(f) => f.id === pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].properties.database.id
|
|
126750
126750
|
)
|
|
126751
126751
|
);
|
|
126752
126752
|
return i ? (a = i.getDefaultValue()) == null ? void 0 : a.valueAsType : null;
|
|
@@ -126756,20 +126756,20 @@ function Lf(d) {
|
|
|
126756
126756
|
return [];
|
|
126757
126757
|
if (d.abstract)
|
|
126758
126758
|
return [];
|
|
126759
|
-
if (!fr(d,
|
|
126759
|
+
if (!fr(d, ue.PERSISTED_ENTITY))
|
|
126760
126760
|
return [];
|
|
126761
126761
|
const u = [], i = d.properties.filter((a) => !a.implements.find(
|
|
126762
|
-
(l) => l.id ===
|
|
126762
|
+
(l) => l.id === pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].properties.database.id
|
|
126763
126763
|
) && !a.abstract);
|
|
126764
126764
|
return u.push(...i), u;
|
|
126765
126765
|
}
|
|
126766
126766
|
function W4t(d) {
|
|
126767
126767
|
var i;
|
|
126768
|
-
if (!d || d.type !== p.DefinitionEntity || !fr(d,
|
|
126768
|
+
if (!d || d.type !== p.DefinitionEntity || !fr(d, ue.PERSISTED_ENTITY))
|
|
126769
126769
|
return null;
|
|
126770
126770
|
const u = d.properties.find(
|
|
126771
126771
|
(a) => !!a.implements.find(
|
|
126772
|
-
(l) => l.id ===
|
|
126772
|
+
(l) => l.id === pe[p.BuiltInBaseEntity][ue.PERSISTED_ENTITY].properties.database.id
|
|
126773
126773
|
)
|
|
126774
126774
|
);
|
|
126775
126775
|
return (i = u == null ? void 0 : u.getDefaultValue()) == null ? void 0 : i.valueAsTypeSingle;
|
|
@@ -126916,7 +126916,7 @@ function Y4t(d) {
|
|
|
126916
126916
|
return null;
|
|
126917
126917
|
if (d.type === p.Search)
|
|
126918
126918
|
return d.project.getBuiltIn(
|
|
126919
|
-
|
|
126919
|
+
pe["value-descriptor"][lI.SearchErrorOutputDescriptor].id
|
|
126920
126920
|
) || null;
|
|
126921
126921
|
if (d.type === p.Operation)
|
|
126922
126922
|
return d.declaration.error;
|
|
@@ -126931,11 +126931,11 @@ function Y4t(d) {
|
|
|
126931
126931
|
function $Lt(d) {
|
|
126932
126932
|
const u = d.entities.filter(
|
|
126933
126933
|
(l) => !!l.implements.find(
|
|
126934
|
-
(f) => f.id ===
|
|
126934
|
+
(f) => f.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id
|
|
126935
126935
|
)
|
|
126936
126936
|
), i = u.find((l) => {
|
|
126937
126937
|
const f = l.properties.find((v) => v.implements.find(
|
|
126938
|
-
(T) => T.id ===
|
|
126938
|
+
(T) => T.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id
|
|
126939
126939
|
)), e = f == null ? void 0 : f.getDefaultValue();
|
|
126940
126940
|
return (e == null ? void 0 : e.value) === !0;
|
|
126941
126941
|
});
|
|
@@ -127235,39 +127235,41 @@ function aA(d) {
|
|
|
127235
127235
|
}
|
|
127236
127236
|
}
|
|
127237
127237
|
function NLt(d) {
|
|
127238
|
-
if (d.includes(
|
|
127238
|
+
if (d.includes(ue.HTTP_ENDPOINT))
|
|
127239
127239
|
return "HTTP endpoint";
|
|
127240
|
-
if (d.includes(
|
|
127240
|
+
if (d.includes(ue.PERSISTED_ENTITY))
|
|
127241
127241
|
return "Persisted entity";
|
|
127242
|
-
if (d.includes(
|
|
127242
|
+
if (d.includes(ue.CRON_JOB))
|
|
127243
127243
|
return "Scheduled execution";
|
|
127244
|
-
if (d.includes(
|
|
127244
|
+
if (d.includes(ue.RELATIONAL_DATABASE))
|
|
127245
127245
|
return "Relational database";
|
|
127246
|
-
if (d.includes(
|
|
127246
|
+
if (d.includes(ue.SQL_ROW_TRANSFORMER))
|
|
127247
|
+
return "Row transformer";
|
|
127248
|
+
if (d.includes(ue.GOOGLE_AUTH_CONNECTION))
|
|
127247
127249
|
return "Google account connection";
|
|
127248
|
-
if (d.includes(
|
|
127250
|
+
if (d.includes(ue.SLACK_AUTH_CONNECTION))
|
|
127249
127251
|
return "Slack account connection";
|
|
127250
|
-
if (d.includes(
|
|
127252
|
+
if (d.includes(ue.AIRTABLE_AUTH_CONNECTION))
|
|
127251
127253
|
return "Airtable account connection";
|
|
127252
|
-
if (d.includes(
|
|
127254
|
+
if (d.includes(ue.MICROSOFT_AUTH_CONNECTION))
|
|
127253
127255
|
return "Microsoft account connection";
|
|
127254
|
-
if (d.includes(
|
|
127256
|
+
if (d.includes(ue.OPENAI_AUTH_CONNECTION))
|
|
127255
127257
|
return "OpenAI account connection";
|
|
127256
|
-
if (d.includes(
|
|
127258
|
+
if (d.includes(ue.ATLASSIAN_AUTH_CONNECTION))
|
|
127257
127259
|
return "Atlassian account connection";
|
|
127258
|
-
if (d.includes(
|
|
127260
|
+
if (d.includes(ue.JIRA_AUTH_CONNECTION))
|
|
127259
127261
|
return "Jira account connection";
|
|
127260
|
-
if (d.includes(
|
|
127262
|
+
if (d.includes(ue.GOOGLE_DRIVE_AUTH_CONNECTION))
|
|
127261
127263
|
return "Google Drive account connection";
|
|
127262
|
-
if (d.includes(
|
|
127264
|
+
if (d.includes(ue.GOOGLE_MAIL_AUTH_CONNECTION))
|
|
127263
127265
|
return "Gmail account connection";
|
|
127264
|
-
if (d.includes(
|
|
127266
|
+
if (d.includes(ue.GOOGLE_SHEET_AUTH_CONNECTION))
|
|
127265
127267
|
return "Google Sheet account connection";
|
|
127266
|
-
if (d.includes(
|
|
127268
|
+
if (d.includes(ue.GOOGLE_SLIDES_AUTH_CONNECTION))
|
|
127267
127269
|
return "Google Slides account connection";
|
|
127268
|
-
if (d.includes(
|
|
127270
|
+
if (d.includes(ue.GOOGLE_GEMINI_AUTH_CONNECTION))
|
|
127269
127271
|
return "Google Gemini account connection";
|
|
127270
|
-
if (d.includes(
|
|
127272
|
+
if (d.includes(ue.EXTERNAL_INTEGRATION_CONNECTION))
|
|
127271
127273
|
return "External integration connection";
|
|
127272
127274
|
try {
|
|
127273
127275
|
return Qj(d[0]);
|
|
@@ -127281,41 +127283,43 @@ function NLt(d) {
|
|
|
127281
127283
|
}
|
|
127282
127284
|
function xLt(d) {
|
|
127283
127285
|
switch (d.name) {
|
|
127284
|
-
case
|
|
127286
|
+
case ue.HTTP_ENDPOINT:
|
|
127285
127287
|
return "HTTP endpoint";
|
|
127286
|
-
case
|
|
127288
|
+
case ue.PERSISTED_ENTITY:
|
|
127287
127289
|
return "Persisted entity";
|
|
127288
|
-
case
|
|
127290
|
+
case ue.CRON_JOB:
|
|
127289
127291
|
return "Scheduled execution";
|
|
127290
|
-
case
|
|
127292
|
+
case ue.RELATIONAL_DATABASE:
|
|
127291
127293
|
return "Relational database";
|
|
127292
|
-
case
|
|
127294
|
+
case ue.SQL_ROW_TRANSFORMER:
|
|
127295
|
+
return "Row transformer";
|
|
127296
|
+
case ue.GOOGLE_AUTH_CONNECTION:
|
|
127293
127297
|
return "Google account connection";
|
|
127294
|
-
case
|
|
127298
|
+
case ue.SLACK_AUTH_CONNECTION:
|
|
127295
127299
|
return "Slack account connection";
|
|
127296
|
-
case
|
|
127300
|
+
case ue.AIRTABLE_AUTH_CONNECTION:
|
|
127297
127301
|
return "Airtable account connection";
|
|
127298
|
-
case
|
|
127302
|
+
case ue.MICROSOFT_AUTH_CONNECTION:
|
|
127299
127303
|
return "Microsoft account connection";
|
|
127300
|
-
case
|
|
127304
|
+
case ue.OPENAI_AUTH_CONNECTION:
|
|
127301
127305
|
return "OpenAI account connection";
|
|
127302
|
-
case
|
|
127306
|
+
case ue.ATLASSIAN_AUTH_CONNECTION:
|
|
127303
127307
|
return "Atlassian account connection";
|
|
127304
|
-
case
|
|
127308
|
+
case ue.JIRA_AUTH_CONNECTION:
|
|
127305
127309
|
return "Jira account connection";
|
|
127306
|
-
case
|
|
127310
|
+
case ue.GOOGLE_DRIVE_AUTH_CONNECTION:
|
|
127307
127311
|
return "Google Drive account connection";
|
|
127308
|
-
case
|
|
127312
|
+
case ue.GOOGLE_MAIL_AUTH_CONNECTION:
|
|
127309
127313
|
return "Gmail account connection";
|
|
127310
|
-
case
|
|
127314
|
+
case ue.GOOGLE_SHEET_AUTH_CONNECTION:
|
|
127311
127315
|
return "Google Sheet account connection";
|
|
127312
|
-
case
|
|
127316
|
+
case ue.GOOGLE_SLIDES_AUTH_CONNECTION:
|
|
127313
127317
|
return "Google Slides account connection";
|
|
127314
|
-
case
|
|
127318
|
+
case ue.GOOGLE_GEMINI_AUTH_CONNECTION:
|
|
127315
127319
|
return "Google Gemini account connection";
|
|
127316
|
-
case
|
|
127320
|
+
case ue.EXTERNAL_INTEGRATION_CONNECTION:
|
|
127317
127321
|
return "External integration connection";
|
|
127318
|
-
case
|
|
127322
|
+
case ue.EXTERNAL_INTEGRATION_CONNECTION:
|
|
127319
127323
|
return "External integration connection";
|
|
127320
127324
|
}
|
|
127321
127325
|
try {
|
|
@@ -127332,7 +127336,7 @@ function eUt(d) {
|
|
|
127332
127336
|
const u = N1(d);
|
|
127333
127337
|
if (!u) {
|
|
127334
127338
|
const i = xf(d);
|
|
127335
|
-
return i.includes(
|
|
127339
|
+
return i.includes(ue.HTTP_ENDPOINT) ? "HTTP endpoint" : i.includes(ue.PERSISTED_ENTITY) ? "Persisted entity" : i.includes(ue.CRON_JOB) ? "Scheduled execution" : i.includes(ue.RELATIONAL_DATABASE) ? "Relational database" : i.includes(ue.SQL_ROW_TRANSFORMER) ? "Row transformer" : i.includes(ue.GOOGLE_AUTH_CONNECTION) ? "Google account connection" : i.includes(ue.SLACK_AUTH_CONNECTION) ? "Slack account connection" : i.includes(ue.AIRTABLE_AUTH_CONNECTION) ? "Airtable account connection" : i.includes(ue.MICROSOFT_AUTH_CONNECTION) ? "Microsoft account connection" : i.includes(ue.OPENAI_AUTH_CONNECTION) ? "OpenAI account connection" : i.includes(ue.ATLASSIAN_AUTH_CONNECTION) ? "Atlassian account connection" : i.includes(ue.JIRA_AUTH_CONNECTION) ? "Jira account connection" : i.includes(ue.EXTERNAL_INTEGRATION_CONNECTION) ? "External integration connection" : z(d, d.project) + " entity";
|
|
127336
127340
|
}
|
|
127337
127341
|
return z(u, d.project) + " entity";
|
|
127338
127342
|
}
|
|
@@ -128110,7 +128114,7 @@ ${od}`, i.push(
|
|
|
128110
128114
|
function XP(d, u) {
|
|
128111
128115
|
const i = [], a = [], l = [], f = [];
|
|
128112
128116
|
if (d.implements.find(
|
|
128113
|
-
(e) => e.id ===
|
|
128117
|
+
(e) => e.id === pe["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.database.id
|
|
128114
128118
|
)) {
|
|
128115
128119
|
let e = d.defaultValue;
|
|
128116
128120
|
if (!d.defaultValue) {
|
|
@@ -131569,11 +131573,11 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
131569
131573
|
return !0;
|
|
131570
131574
|
const K = fr(
|
|
131571
131575
|
this,
|
|
131572
|
-
|
|
131576
|
+
ue.CRON_JOB
|
|
131573
131577
|
), q = fr(
|
|
131574
131578
|
this,
|
|
131575
|
-
|
|
131576
|
-
), W = ((le = B.implements) == null ? void 0 : le.id) ===
|
|
131579
|
+
ue.HTTP_ENDPOINT
|
|
131580
|
+
), W = ((le = B.implements) == null ? void 0 : le.id) === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.id, J = ((te = B.implements) == null ? void 0 : te.id) === pe["built-in-base-entity"].BUILT_IN_CRON_JOB_ENTITY.methods.handler.id;
|
|
131577
131581
|
return !!(K && !J && !q && W || q && !W && !K && J);
|
|
131578
131582
|
});
|
|
131579
131583
|
if (N && N.type === p.FunctionDeclaration) {
|
|
@@ -135318,7 +135322,7 @@ const yG = {
|
|
|
135318
135322
|
}
|
|
135319
135323
|
getBuiltInPersistedEntity() {
|
|
135320
135324
|
return this.builtInBaseEntities.find(
|
|
135321
|
-
(i) => i.name ===
|
|
135325
|
+
(i) => i.name === ue.PERSISTED_ENTITY
|
|
135322
135326
|
) || null;
|
|
135323
135327
|
}
|
|
135324
135328
|
requestActiveDynamicValue(i, a = !1) {
|
|
@@ -135702,7 +135706,7 @@ class u2t extends Mt {
|
|
|
135702
135706
|
return i.inputs.find(
|
|
135703
135707
|
(a) => {
|
|
135704
135708
|
var l;
|
|
135705
|
-
return ((l = a.declaration) == null ? void 0 : l.id) ===
|
|
135709
|
+
return ((l = a.declaration) == null ? void 0 : l.id) === pe.operation[Ar.Validate].inputs.entityToMatch.id;
|
|
135706
135710
|
}
|
|
135707
135711
|
) || null;
|
|
135708
135712
|
}
|
|
@@ -135710,7 +135714,7 @@ class u2t extends Mt {
|
|
|
135710
135714
|
return i.inputs.find(
|
|
135711
135715
|
(a) => {
|
|
135712
135716
|
var l;
|
|
135713
|
-
return ((l = a.declaration) == null ? void 0 : l.id) ===
|
|
135717
|
+
return ((l = a.declaration) == null ? void 0 : l.id) === pe.operation[Ar.Validate].inputs.dataToValidate.id;
|
|
135714
135718
|
}
|
|
135715
135719
|
) || null;
|
|
135716
135720
|
}
|
|
@@ -135718,7 +135722,7 @@ class u2t extends Mt {
|
|
|
135718
135722
|
return i.outputs.find(
|
|
135719
135723
|
(a) => {
|
|
135720
135724
|
var l;
|
|
135721
|
-
return ((l = a.declaration) == null ? void 0 : l.id) ===
|
|
135725
|
+
return ((l = a.declaration) == null ? void 0 : l.id) === pe.operation[Ar.Validate].dataType.entity.properties.outputEntity.id;
|
|
135722
135726
|
}
|
|
135723
135727
|
) || null;
|
|
135724
135728
|
}
|
|
@@ -135807,7 +135811,7 @@ class u2t extends Mt {
|
|
|
135807
135811
|
)) {
|
|
135808
135812
|
var I, E, D, N, L, B, K, q, W, J, le, te, re, Q, ce, he, Y;
|
|
135809
135813
|
const l = [], f = [], e = [], y = [];
|
|
135810
|
-
if (((I = i.declaration) == null ? void 0 : I.id) !==
|
|
135814
|
+
if (((I = i.declaration) == null ? void 0 : I.id) !== pe.operation[Ar.Validate].inputs.entityToMatch.id)
|
|
135811
135815
|
return a == null || a.attemptAutoclose(
|
|
135812
135816
|
"sync-entity-to-match-input-map-data-type",
|
|
135813
135817
|
this.id
|
|
@@ -135889,7 +135893,7 @@ class u2t extends Mt {
|
|
|
135889
135893
|
)) {
|
|
135890
135894
|
var E, D, N;
|
|
135891
135895
|
const l = [], f = [], e = [], y = [];
|
|
135892
|
-
if (((E = i.declaration) == null ? void 0 : E.id) !==
|
|
135896
|
+
if (((E = i.declaration) == null ? void 0 : E.id) !== pe.operation[Ar.Validate].inputs.dataToValidate.id)
|
|
135893
135897
|
return a == null || a.attemptAutoclose(
|
|
135894
135898
|
"sync-data-to-validate-input-map-data-type",
|
|
135895
135899
|
this.id
|
|
@@ -135997,7 +136001,7 @@ class u2t extends Mt {
|
|
|
135997
136001
|
)) {
|
|
135998
136002
|
var D, N, L, B;
|
|
135999
136003
|
const l = [], f = [], e = [], y = [];
|
|
136000
|
-
if (((D = i.declaration) == null ? void 0 : D.id) !==
|
|
136004
|
+
if (((D = i.declaration) == null ? void 0 : D.id) !== pe.operation[Ar.Validate].dataType.entity.properties.outputEntity.id)
|
|
136001
136005
|
return a == null || a.attemptAutoclose(
|
|
136002
136006
|
"sync-output-data-output-map-data-type",
|
|
136003
136007
|
this.id
|
|
@@ -136104,7 +136108,7 @@ class u2t extends Mt {
|
|
|
136104
136108
|
)
|
|
136105
136109
|
)) {
|
|
136106
136110
|
var f, e, y;
|
|
136107
|
-
if (((f = i.declaration) == null ? void 0 : f.id) ===
|
|
136111
|
+
if (((f = i.declaration) == null ? void 0 : f.id) === pe.operation[Ar.Validate].inputs.entityToMatch.id) {
|
|
136108
136112
|
const { added: v, updated: T, removed: I, affected: E } = this.syncEntityToMatchInputMapDataType(i, a);
|
|
136109
136113
|
return a == null || a.attemptAutoclose("infer-input-map-data-type", this.id), {
|
|
136110
136114
|
updated: R(
|
|
@@ -136120,7 +136124,7 @@ class u2t extends Mt {
|
|
|
136120
136124
|
self: i.dataType
|
|
136121
136125
|
};
|
|
136122
136126
|
}
|
|
136123
|
-
if (((e = i.declaration) == null ? void 0 : e.id) ===
|
|
136127
|
+
if (((e = i.declaration) == null ? void 0 : e.id) === pe.operation[Ar.Validate].inputs.dataToValidate.id) {
|
|
136124
136128
|
const { added: v, updated: T, removed: I, affected: E } = this.syncDataToValidateInputMapDataType(i, a);
|
|
136125
136129
|
return a == null || a.attemptAutoclose("infer-input-map-data-type", this.id), {
|
|
136126
136130
|
updated: R(
|
|
@@ -136186,7 +136190,7 @@ class u2t extends Mt {
|
|
|
136186
136190
|
)
|
|
136187
136191
|
)) {
|
|
136188
136192
|
var l;
|
|
136189
|
-
if (((l = i.declaration) == null ? void 0 : l.id) ===
|
|
136193
|
+
if (((l = i.declaration) == null ? void 0 : l.id) === pe.operation[Ar.Validate].dataType.entity.properties.outputEntity.id) {
|
|
136190
136194
|
const { added: f, updated: e, removed: y, affected: v } = this.syncOutputDataOutputMapDataType(i, a);
|
|
136191
136195
|
return a == null || a.attemptAutoclose(
|
|
136192
136196
|
"infer-output-map-data-type-validate-data",
|
|
@@ -136281,9 +136285,9 @@ class T2t extends Xa {
|
|
|
136281
136285
|
constructor(i) {
|
|
136282
136286
|
super(Zr, i);
|
|
136283
136287
|
_(this, "initialData");
|
|
136284
|
-
_(this, "id",
|
|
136288
|
+
_(this, "id", ue.PERSISTED_ENTITY);
|
|
136285
136289
|
_(this, "version", "1");
|
|
136286
|
-
_(this, "name",
|
|
136290
|
+
_(this, "name", ue.PERSISTED_ENTITY);
|
|
136287
136291
|
_(this, "description", Zr.description);
|
|
136288
136292
|
_(this, "type", p.BuiltInBaseEntity);
|
|
136289
136293
|
_(this, "abstract", Zr.abstract);
|
|
@@ -136366,9 +136370,9 @@ class E2t extends Xa {
|
|
|
136366
136370
|
var e, y;
|
|
136367
136371
|
super(tn, i);
|
|
136368
136372
|
_(this, "initialData");
|
|
136369
|
-
_(this, "id",
|
|
136373
|
+
_(this, "id", ue.PERSISTED_ENTITY);
|
|
136370
136374
|
_(this, "version", "1");
|
|
136371
|
-
_(this, "name",
|
|
136375
|
+
_(this, "name", ue.PERSISTED_ENTITY);
|
|
136372
136376
|
_(this, "description", tn.description);
|
|
136373
136377
|
_(this, "type", p.BuiltInBaseEntity);
|
|
136374
136378
|
_(this, "abstract", tn.abstract);
|
|
@@ -136404,18 +136408,18 @@ class E2t extends Xa {
|
|
|
136404
136408
|
this.project
|
|
136405
136409
|
));
|
|
136406
136410
|
const a = this.properties.find(
|
|
136407
|
-
(v) => v.id ===
|
|
136411
|
+
(v) => v.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.properties.path.id
|
|
136408
136412
|
);
|
|
136409
136413
|
if (!a)
|
|
136410
136414
|
throw new Error("Path property not found in endpoint entity");
|
|
136411
136415
|
a._codeNativeValueValidation = (v, T) => {
|
|
136412
136416
|
const I = Fj(v, T);
|
|
136413
136417
|
if (v.project.entities.filter(
|
|
136414
|
-
(D) => fr(D,
|
|
136418
|
+
(D) => fr(D, ue.HTTP_ENDPOINT) && D.id !== v.parent.id
|
|
136415
136419
|
).map((D) => {
|
|
136416
136420
|
const N = D.properties.find(
|
|
136417
136421
|
(K) => K.implements.find(
|
|
136418
|
-
(q) => q.id ===
|
|
136422
|
+
(q) => q.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.properties.path.id
|
|
136419
136423
|
)
|
|
136420
136424
|
);
|
|
136421
136425
|
if (!N)
|
|
@@ -136437,12 +136441,12 @@ class E2t extends Xa {
|
|
|
136437
136441
|
return I;
|
|
136438
136442
|
};
|
|
136439
136443
|
const l = this.abstractMethods.find(
|
|
136440
|
-
(v) => v.id ===
|
|
136444
|
+
(v) => v.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.id
|
|
136441
136445
|
);
|
|
136442
136446
|
if (!l)
|
|
136443
136447
|
throw new Error("Handler method not found in endpoint entity");
|
|
136444
136448
|
const f = (((y = (e = l.dataType) == null ? void 0 : e.entity) == null ? void 0 : y.properties) || []).find(
|
|
136445
|
-
(v) => v.id ===
|
|
136449
|
+
(v) => v.id === pe["built-in-base-entity"].BUILT_IN_HTTP_ENDPOINT_ENTITY.methods.handler.dataType.entity.properties.statusCode.id
|
|
136446
136450
|
);
|
|
136447
136451
|
if (!f)
|
|
136448
136452
|
throw new Error("Status code output not found in handler method");
|
|
@@ -136490,9 +136494,9 @@ class A2t extends Xa {
|
|
|
136490
136494
|
constructor(i) {
|
|
136491
136495
|
super(qr, i);
|
|
136492
136496
|
_(this, "initialData");
|
|
136493
|
-
_(this, "id",
|
|
136497
|
+
_(this, "id", ue.PERSISTED_ENTITY);
|
|
136494
136498
|
_(this, "version", "1");
|
|
136495
|
-
_(this, "name",
|
|
136499
|
+
_(this, "name", ue.PERSISTED_ENTITY);
|
|
136496
136500
|
_(this, "description", qr.description);
|
|
136497
136501
|
_(this, "type", p.BuiltInBaseEntity);
|
|
136498
136502
|
_(this, "abstract", qr.abstract);
|
|
@@ -136528,7 +136532,7 @@ class A2t extends Xa {
|
|
|
136528
136532
|
this.project
|
|
136529
136533
|
));
|
|
136530
136534
|
const a = this.properties.find(
|
|
136531
|
-
(l) => l.id ===
|
|
136535
|
+
(l) => l.id === pe["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.identifier.id
|
|
136532
136536
|
);
|
|
136533
136537
|
if (!a)
|
|
136534
136538
|
throw new Error("Path property not found in endpoint entity");
|
|
@@ -136990,11 +136994,11 @@ export {
|
|
|
136990
136994
|
Ca as ArgumentDeclarationState,
|
|
136991
136995
|
r4t as BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION,
|
|
136992
136996
|
mt as BUILT_INT_OPERATIONS_IMPLEMENTATIONS__PREFIX,
|
|
136993
|
-
|
|
136997
|
+
pe as BUILT_IN_BASE_ENTITY_IDS,
|
|
136994
136998
|
xs as BUILT_IN_ENTITY_TYPES,
|
|
136995
136999
|
ff as BUILT_IN_FUNCTION_IMPLEMENTATIONS__PREFIX,
|
|
136996
137000
|
oUt as BaseCanvasDraggableState,
|
|
136997
|
-
|
|
137001
|
+
ue as BaseEntityNames,
|
|
136998
137002
|
pt as BaseRegisteredExtension,
|
|
136999
137003
|
s2t as BaseState,
|
|
137000
137004
|
lI as BaseValueDescriptorIds,
|