@elyx-code/project-logic-tree 0.0.6061 → 0.0.6063
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 +157 -157
- package/dist/index.umd.cjs +15 -15
- package/dist/tree/state/action-descriptor/action-descriptor.d.ts +3 -6
- package/package.json +1 -1
package/dist/index.umd.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(d,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(d=typeof globalThis<"u"?globalThis:d||self,n(d["@elyx-code/project-logic-tree"]={}))})(this,function(d){"use strict";var F7=Object.defineProperty;var U7=(d,n,L)=>n in d?F7(d,n,{enumerable:!0,configurable:!0,writable:!0,value:L}):d[n]=L;var c=(d,n,L)=>(U7(d,typeof n!="symbol"?n+"":n,L),L);var n=(r=>(r.CustomEntity="custom-entity",r.BuiltInBaseEntity="built-in-base-entity",r.Project="project",r.InstalledProject="installed-project",r.GlobalEvent="global-event",r.DataType="data-type",r.FunctionCall="function-call",r.FunctionDeclaration="function-declaration",r.ActionDescriptor="action-descriptor",r.ValueDescriptor="value-descriptor",r.ArgumentDeclaration="argument-declaration",r.InputMap="input-map",r.ReturnStatement="return-statement",r.BreakStatement="break-statement",r.ContinueStatement="continue-statement",r.ReturnDeclaration="return-declaration",r.OutputMap="output-map",r.PrimitiveEntity="primitive-entity",r.PrimitiveValue="primitive-value",r.Property="property",r.Operation="operation",r.Condition="condition",r.VariableDeclaration="variable-declaration",r.VariableInstance="variable-instance",r.Search="search",r.Loop="loop",r.InternalCall="internal-call",r.GenericReference="generic-reference",r))(n||{}),L=(r=>(r.HTTP_ENDPOINT="BUILT_IN_HTTP_ENDPOINT_ENTITY",r.RELATIONAL_DATABASE="BUILT_IN_RELATIONAL_DATABASE_ENTITY",r.PERSISTED_ENTITY="BUILT_IN_PERSISTED_ENTITY_ENTITY",r.CRON_JOB="BUILT_IN_CRON_JOB_ENTITY",r.EXECUTION="BUILT_IN_EXECUTION_ENTITY",r.KEY_VALUE_PARAM="BUILT_IN_KEY_VALUE_PARAM_ENTITY",r))(L||{}),qe=(r=>(r.CurrentDateAndTime="current-date-and-time",r.Unique="unique",r.Random="random",r))(qe||{}),D=(r=>(r.EntityTemplate="entity-template",r.ActionDescriptor="action-descriptor",r.String="string",r.Number="number",r.Boolean="boolean",r.Null="null",r.Enum="enum",r.JSON="json",r.Date="date",r.UUID="uuid",r.File="file",r))(D||{}),fe=(r=>(r.Addition="addition",r.Subtraction="subtraction",r.Multiplication="multiplication",r.Division="division",r.Remainder="remainder",r.Exponentiation="exponentiation",r))(fe||{}),K=(r=>(r.Join="string-join",r.Split="string-split",r.DeleteLast="string-delete-last",r.DeleteFirst="string-delete-first",r.DeleteIndex="string-delete-index",r.AddIndex="string-add-index",r.ReplaceFirst="string-replace-first",r.ReplaceLast="string-replace-last",r.ReplaceIndex="string-replace-index",r.ReplaceSingleMatch="string-replace-single-match",r.ReplaceAllMatches="string-replace-all-matches",r.GetIndex="string-get-index",r.GetFirst="string-get-first",r.GetLast="string-get-last",r.Append="string-append",r.Prepend="string-prepend",r))(K||{}),Y=(r=>(r.Join="list-join",r.Split="list-split",r.DeleteLast="list-delete-last",r.DeleteFirst="list-delete-first",r.DeleteIndex="list-delete-index",r.AddIndex="list-add-index",r.ReplaceFirst="list-replace-first",r.ReplaceLast="list-replace-last",r.ReplaceIndex="list-replace-index",r.ReplaceSingleMatch="list-replace-single-match",r.ReplaceAllMatches="list-replace-all-matches",r.GetIndex="list-get-index",r.GetFirst="list-get-first",r.GetLast="list-get-last",r.Append="list-append",r.Prepend="list-prepend",r))(Y||{}),_e=(r=>(r.Parallel="parallel",r.Sequential="sequential",r.Wait="wait",r))(_e||{}),oe=(r=>(r.CreateNewInstance="create-new-instance",r.Validate="validate",r))(oe||{}),et=(r=>(r.HttpRequest="base-http-request",r))(et||{}),Le=(r=>(r.Equal="equal",r.NotEqual="not-equal",r.And="and",r.Or="or",r.LessThan="less-than",r.MoreThan="more-than",r.LessThanOrEqual="less-than-or-equal",r.MoreThanOrEqual="more-than-or-equal",r))(Le||{}),Vt=(r=>(r.Empty="empty",r.NotEmpty="not-empty",r))(Vt||{}),k=(r=>(r.ManualFlow="manual-flow-loop",r.Counted="counted-loop",r.List="list-loop",r.ObjectKeys="object-keys-loop",r.ObjectValues="object-values-loop",r.String="string-loop",r))(k||{}),O=(r=>(r.FixedArguments="fixed-arguments",r.FixedReturns="fixed-returns",r.ReturnedError="returned-error",r.OngoingProcessExecution="ongoing-process-execution",r.DynamicArgument="dynamic-argument-types",r.DynamicReturn="dynamic-return-types",r))(O||{}),ze=(r=>(r.OrDataTypeGroup="or-data-type-group",r.AndDataTypeGroup="and-data-type-group",r))(ze||{}),cn=(r=>(r.PROJECT_PUBLICATION_COMPLETED="GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED",r))(cn||{}),Ot=(r=>(r.DeletePersistedEntity="base-delete-persisted-entity",r.SoftDeletePersistedEntity="base-soft-delete-persisted-entity",r.AbortExecution="base-abort-execution",r))(Ot||{}),Uu=(r=>(r.Error="error",r.Task="task",r.Return="return",r))(Uu||{});const Cn=[n.VariableDeclaration,n.VariableInstance,n.InputMap,n.ReturnDeclaration],Fe=[n.VariableDeclaration,n.VariableInstance,n.ArgumentDeclaration,n.OutputMap],xu=[...Cn,...Fe],ke=[n.VariableDeclaration,n.VariableInstance],Jr=[n.GlobalEvent],Ue=[n.Operation,n.FunctionCall,n.Condition,n.Search,n.VariableDeclaration,n.VariableInstance,n.InternalCall,n.Loop],Yo=[n.Operation,n.FunctionCall,n.Condition,n.Search,n.VariableDeclaration,n.VariableInstance,n.Loop],Ge=[n.FunctionDeclaration,...Jr],Bn=[...Ue,n.ReturnStatement,n.BreakStatement,n.ContinueStatement],Ho=[...Yo,n.ReturnStatement,n.BreakStatement,n.ContinueStatement],dn=[...Ue,...Ge],ju=[...Yo,...Ge],wA=[...Bn,...Ge],_A=[...Ho,...Ge],ct=[...Ge,n.Loop],$e=[n.ReturnStatement,n.BreakStatement,n.ContinueStatement],NA=[n.CustomEntity,n.BuiltInBaseEntity,n.Project,n.InstalledProject,n.GlobalEvent,n.DataType,n.FunctionCall,n.FunctionDeclaration,n.ActionDescriptor,n.ValueDescriptor,n.ArgumentDeclaration,n.InputMap,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.ReturnDeclaration,n.OutputMap,n.PrimitiveEntity,n.PrimitiveValue,n.Property,n.Operation,n.Condition,n.VariableDeclaration,n.VariableInstance,n.Search,n.Loop,n.InternalCall],zo=[n.CustomEntity,n.GlobalEvent,n.FunctionDeclaration,n.FunctionCall,n.VariableDeclaration,n.VariableInstance,n.Operation,n.Condition,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.InstalledProject,n.Loop,n.Search],ku=[n.CustomEntity,n.FunctionDeclaration,n.ArgumentDeclaration,n.ReturnDeclaration,n.Property,n.VariableDeclaration,n.Search,n.Project,n.InstalledProject,n.ActionDescriptor,n.ValueDescriptor],Wr=[n.BuiltInBaseEntity,n.PrimitiveEntity],MA=[n.CustomEntity,n.FunctionDeclaration,n.ArgumentDeclaration,n.ReturnDeclaration,n.Property,n.VariableDeclaration,n.GlobalEvent,n.Search,n.Project,n.InstalledProject,n.ActionDescriptor,n.ValueDescriptor,n.InputMap,n.OutputMap,n.FunctionCall,n.Operation,n.Condition,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.VariableInstance,n.PrimitiveValue,n.InternalCall];var Zo=(r=>(r.ActionOngoingProcessOutputValue="action-ongoing-process-output-value-descriptor-id",r))(Zo||{});const B={[n.PrimitiveEntity]:{[D.String]:{id:"8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",properties:{}},[D.Boolean]:{id:"f596545d-1565-4faa-9969-d95fa5edfea4",properties:{}},[D.Number]:{id:"ecb84c29-6153-4b82-86a5-fce2b5f92002",properties:{}},[D.JSON]:{id:"b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",properties:{}},[D.Enum]:{id:"9542b8b4-2642-4eee-9db9-def7963a17a0",properties:{options:{id:"00ccfcae-2104-45ef-bf6c-50ddccd74286",dataType:{id:"7dd59b70-f97b-43a7-a051-fde1842ce5d6",defaultValue:{id:"enum-options-property-data-type-default-value-id"}}}}},[D.UUID]:{id:"4a6234aa-c0f6-4731-b4dd-750388029226",properties:{}},[D.Date]:{id:"dc58f38b-d574-4956-aac6-32ce9529b937",properties:{}},[D.Null]:{id:"b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",properties:{}}},[n.ValueDescriptor]:{"action-ongoing-process-output-value-descriptor-id":{id:"action-ongoing-process-output-value-descriptor-id",dataType:{id:"process-output-value-data-type-id"}}},[n.BuiltInBaseEntity]:{[L.KEY_VALUE_PARAM]:{id:L.KEY_VALUE_PARAM},[L.HTTP_ENDPOINT]:{id:L.HTTP_ENDPOINT,properties:{method:{id:"http-endpoint-built-in-method-property-id"},path:{id:"http-endpoint-built-in-path-property-id"},cors:{id:"http-endpoint-built-in-cors-property-id"}}},[L.PERSISTED_ENTITY]:{id:L.PERSISTED_ENTITY,properties:{database:{id:"persisted-built-in-base-entity-database-property-id"},identifier:{id:"persisted-built-in-base-entity-identifier-property-id"}}},[L.RELATIONAL_DATABASE]:{id:L.RELATIONAL_DATABASE,properties:{identifier:{id:"relational-database-built-in-base-entity-identifier-property-id"},username:{id:"relational-database-built-in-base-entity-username-property-id"},password:{id:"relational-database-built-in-base-entity-password-property-id"},minSize:{id:"relational-database-built-in-base-entity-min-size-property-id"},default:{id:"relational-database-built-in-base-entity-default-property-id"},autoscaling:{id:"relational-database-built-in-base-entity-autoscaling-property-id"}}},[L.CRON_JOB]:{id:L.CRON_JOB,properties:{expression:{id:"cron-job-built-in-base-entity-expression-property-id"}}}},[n.Operation]:{[K.Join]:{id:K.Join,inputs:{separator:{id:"join-strings-separator-input-id"},first:{id:"join-strings-first-string-input-id"},second:{id:"join-strings-second-string-input-id"},dynamicString:{id:"join-strings-dynamic-string-input-id"}},outputs:{result:{id:"join-strings-result-string-return-delaration-id"},error:{id:"join-strings-error-return-delaration-id"}}},[K.Split]:{id:K.Split,inputs:{stringValue:{id:"split-string-string-input-id"},indexLocation:{id:"split-string-index-input-id"}},outputs:{firstPartResult:{id:"split-string-first-part-result-string-return-delaration-id"},secondPartResult:{id:"split-string-second-part-result-string-return-delaration-id"},error:{id:"split-string-error-return-delaration-id"}}},[fe.Addition]:{id:fe.Addition,inputs:{firstSummand:{id:"number-addition-first-summand-number-input-id"},secondSummand:{id:"number-addition-second-summand-number-input-id"},dynamicSummand:{id:"number-addition-dynamic-summand-number-input-id"}},outputs:{result:{id:"number-addition-result-number-return-delaration-id"},error:{id:"number-addition-error-return-delaration-id"}}},[fe.Subtraction]:{id:fe.Subtraction,inputs:{minuend:{id:"number-subtraction-minuend-number-input-id"},subtrahend:{id:"number-subtraction-subtrahend-number-input-id"},dynamicSubtrahend:{id:"number-subtraction-dynamic-subtrahend-number-input-id"}},outputs:{result:{id:"number-subtraction-result-number-return-delaration-id"},error:{id:"number-subtraction-error-return-delaration-id"}}},[et.HttpRequest]:{id:et.HttpRequest,inputs:{url:{id:"http-request-url-input-id"},query:{id:"http-request-query-input-id"},method:{id:"http-request-method-input-id"},headers:{id:"http-request-headers-input-id"},body:{id:"http-request-body-string-input-id"}},outputs:{code:{id:"http-response-code-return-delaration-id"},body:{id:"http-response-body-return-delaration-id"},headers:{id:"http-response-headers-return-delaration-id"},error:{id:"http-request-error-return-delaration-id"}}},[oe.Validate]:{id:oe.Validate,inputs:{entityToMatch:{id:"validate-data-entity-to-match-input-id"},dataToValidate:{id:"validate-data-data-to-validate-input-id"}},outputs:{outputEntity:{id:"validate-data-output-entity-return-delaration-id"},error:{id:"validate-data-error-return-delaration-id"}}}},[n.Loop]:{[k.List]:{id:k.List,inputs:{list:{id:"iterate-over-list-loop-list-input-id"}},outputs:{results:{id:"iterate-over-list-loop-output-id"}},body:{id:"iterate-over-list-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-list-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-list-loop-current-value-input-id"}}}},[k.String]:{id:k.String,inputs:{string:{id:"iterate-over-string-loop-string-input-id"}},outputs:{results:{id:"iterate-over-string-loop-output-id"}},body:{id:"iterate-over-string-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-string-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-string-loop-current-value-input-id"}}}},[k.ObjectKeys]:{id:k.ObjectKeys,inputs:{object:{id:"iterate-over-object-keys-loop-object-input-id"}},outputs:{results:{id:"iterate-over-object-keys-loop-output-id"}},body:{id:"iterate-over-object-keys-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-object-keys-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-object-keys-loop-current-value-input-id"}}}},[k.ObjectValues]:{id:k.ObjectValues,inputs:{object:{id:"iterate-over-object-values-loop-object-input-id"}},outputs:{results:{id:"iterate-over-object-values-loop-output-id"}},body:{id:"iterate-over-object-values-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-object-values-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-object-values-loop-current-value-input-id"}}}},[k.ManualFlow]:{id:k.ManualFlow,inputs:{},outputs:{results:{id:"manual-flow-loop-output-id"}},body:{id:"manual-flow-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-manual-flow-loop-iteration-number-input-id"}}}},[k.Counted]:{id:k.Counted,inputs:{number:{id:"counted-loop-number-input-id"}},outputs:{results:{id:"counted-loop-output-id"}},body:{id:"counted-loop-body-descriptor-id",inputs:{iterationNumber:{id:"counted-loop-iteration-number-input-id"}}}}},[n.Condition]:{[Le.MoreThanOrEqual]:{id:Le.MoreThanOrEqual,inputs:{leftHand:{id:"condition-more-than-or-equal-left-hand-input-id"},rightHand:{id:"condition-more-than-or-equal-right-hand-input-id"}}},[Vt.NotEmpty]:{id:Vt.NotEmpty,inputs:{leftHand:{id:"condition-not-empty-input-id"}}}},[n.GlobalEvent]:{[cn.PROJECT_PUBLICATION_COMPLETED]:{id:cn.PROJECT_PUBLICATION_COMPLETED}}},jt=B[n.PrimitiveEntity],x={type:n.PrimitiveEntity,id:jt.string.id,description:"A string of characters.",version:1,name:D.String,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},wn={type:n.PrimitiveEntity,id:jt.boolean.id,description:"A 'true' or 'false' value.",version:1,name:D.Boolean,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},Q={type:n.PrimitiveEntity,id:jt.number.id,description:"A number value.",version:1,name:D.Number,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},VA={type:n.PrimitiveEntity,id:jt.null.id,description:"An explicitly empty value.",version:1,name:D.Null,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},Ze={type:n.PrimitiveEntity,id:"730e8ea9-8498-439a-9001-b07de55aaa7d",description:"A complex data structure with any combination of properties with names and values.",version:1,name:D.JSON,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},qu={id:"c2f52f01-8f2e-490e-8083-72289c8189c1",type:n.GenericReference,entityId:"7dd59b70-f97b-43a7-a051-fde1842ce5d6",entityType:n.DataType},Ju={id:"4e803941-2e6a-4227-b803-b8877c0d7fee",type:n.GenericReference,entityId:"00ccfcae-2104-45ef-bf6c-50ddccd74286",entityType:n.Property},Wu={like:!1,inferred:!1,id:jt.enum.properties.options.dataType.id,version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:{id:jt.enum.properties.options.dataType.defaultValue.id,type:n.PrimitiveValue,version:1,name:D.JSON,autogeneration:null,value:[],valueAsType:null,parent:qu},parent:Ju},Yu={id:"a2983c4c-0286-4ef1-8b5c-5a52904d3200",type:n.GenericReference,entityId:"9542b8b4-2642-4eee-9db9-def7963a17a0",entityType:n.PrimitiveEntity},Hu={hidden:!1,required:!0,id:jt.enum.properties.options.id,name:"Options",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:Wu,description:"Options for the enum. Each option is a text value.",parent:Yu},_n={type:n.PrimitiveEntity,id:jt.enum.id,description:"A set of text options to choose from.",version:1,name:D.Enum,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[Hu],methods:[]},un={type:n.PrimitiveEntity,id:jt.date.id,description:"A date and time value.",version:1,name:D.Date,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},ka={type:n.PrimitiveEntity,id:jt.uuid.id,description:"A unique identifier in the form of a 36-character string.",version:1,name:D.UUID,static:!1,abstract:!1,abstractMethods:[],extends:[x],properties:[],methods:[]},Ko={type:n.PrimitiveEntity,id:jt.json.id,description:"A complex data structure with any combination of properties with names and values.",version:1,name:D.JSON,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},pn=B[n.Operation][fe.Addition],zu={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:pn.inputs.firstSummand.id,entityType:n.ValueDescriptor},Zu={like:!1,inferred:!1,id:"number-addition-first-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:zu},Ku={type:n.GenericReference,id:"9f486db2-a983-4293-9eef-81d4fc8d2d3e",entityId:pn.inputs.secondSummand.id,entityType:n.ValueDescriptor},Xu={like:!1,inferred:!1,id:"1d4abe83-3e87-4f74-99be-c1fd8c2f8d2d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ku},Qu={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:pn.outputs.result.id,entityType:n.ValueDescriptor},ep={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Qu},tp={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:fe.Addition,entityType:n.ActionDescriptor},Xo={id:pn.inputs.firstSummand.id,type:n.ValueDescriptor,version:1,name:"Summand",description:"The first number to add",dataType:Zu,required:!0,parentRelationType:O.FixedArguments,index:0,parent:tp},np={type:n.GenericReference,id:"c5015128-4a65-462c-9da0-1c86e83ef897",entityId:fe.Addition,entityType:n.ActionDescriptor},Qo={id:pn.inputs.secondSummand.id,type:n.ValueDescriptor,description:"The second number to add",version:1,name:"Summand",dataType:Xu,required:!0,parentRelationType:O.FixedArguments,index:1,parent:np},el={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:fe.Addition,entityType:n.ActionDescriptor},tl={parentRelationType:O.FixedReturns,id:pn.outputs.result.id,type:n.ValueDescriptor,description:"The result number of the addition",version:1,name:"Result",dataType:ep,required:!0,index:0,parent:el},rp={type:n.GenericReference,id:"number-addition-operation-error-parent-ref",entityId:fe.Addition,entityType:n.ActionDescriptor},ip={parentRelationType:O.FixedReturns,id:pn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:rp},ap={type:n.GenericReference,id:"number-addition-operation-dynamic-summand-argument-type-parent-ref",entityId:pn.inputs.dynamicSummand.id,entityType:n.ValueDescriptor},sp={like:!1,inferred:!1,id:"number-addition-operation-dynamic-summand-argument-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:ap},op={parentRelationType:O.DynamicArgument,id:pn.inputs.dynamicSummand.id,type:n.ValueDescriptor,description:"A number to add",version:1,name:"Summand",dataType:sp,required:!0,index:2,parent:el},qa={id:fe.Addition,type:n.ActionDescriptor,description:"Sum numbers",version:1,name:fe.Addition,inputs:[Xo,Qo,op],error:ip,outputs:[tl],parent:null},yn=B[n.Operation][fe.Subtraction],lp={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:yn.inputs.minuend.id,entityType:n.ValueDescriptor},cp={like:!1,inferred:!1,id:"number-subtraction-first-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:lp},dp={type:n.GenericReference,id:"9f486db2-a983-4293-9eef-81d4fc8d2d3e",entityId:yn.inputs.subtrahend.id,entityType:n.ValueDescriptor},up={like:!1,inferred:!1,id:"1d4abe83-3e87-4f74-99be-c1fd8c2f8d2d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:dp},pp={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:yn.outputs.result.id,entityType:n.ValueDescriptor},yp={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:pp},nl={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:fe.Subtraction,entityType:n.ActionDescriptor},fp={id:yn.inputs.minuend.id,type:n.ValueDescriptor,version:1,name:"Minuend",description:"Base number to substract from",dataType:cp,required:!0,parentRelationType:O.FixedArguments,index:0,parent:nl},hp={type:n.GenericReference,id:"c5015128-4a65-462c-9da0-1c86e83ef897",entityId:fe.Subtraction,entityType:n.ActionDescriptor},mp={id:yn.inputs.subtrahend.id,type:n.ValueDescriptor,description:"The second number to substract",version:1,name:"Subtrahend",dataType:up,required:!0,parentRelationType:O.FixedArguments,index:1,parent:hp},Tp={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:fe.Subtraction,entityType:n.ActionDescriptor},Ep={parentRelationType:O.FixedReturns,id:yn.outputs.result.id,type:n.ValueDescriptor,description:"The result number of the subtraction",version:1,name:"Result",dataType:yp,required:!0,index:0,parent:Tp},bp={type:n.GenericReference,id:"number-subtraction-operation-error-parent-ref",entityId:fe.Subtraction,entityType:n.ActionDescriptor},Rp={parentRelationType:O.FixedReturns,id:yn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:bp},gp={type:n.GenericReference,id:"number-subtraction-operation-dynamic-subtrahend-argument-type-parent-ref",entityId:yn.inputs.dynamicSubtrahend.id,entityType:n.ValueDescriptor},vp={like:!1,inferred:!1,id:"number-subtraction-operation-dynamic-subtrahend-argument-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:gp},Ip={id:yn.inputs.dynamicSubtrahend.id,type:n.ValueDescriptor,version:1,name:"Subtrahend",description:"A number to substract",dataType:vp,required:!0,parentRelationType:O.DynamicArgument,index:2,parent:nl},rl={id:fe.Subtraction,type:n.ActionDescriptor,description:"Substract numbers",version:1,name:fe.Subtraction,inputs:[fp,mp,Ip],error:Rp,outputs:[Ep],parent:null},Dp={[fe.Addition]:qa,[fe.Subtraction]:rl},kt=B[n.Operation][K.Join],Pp={type:n.GenericReference,id:"join-strings-first-string-argument-declaration",entityId:kt.inputs.first.id,entityType:n.ValueDescriptor},Ap={like:!1,inferred:!1,id:"join-strings-first-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Pp},Op={type:n.GenericReference,id:"join-strings-second-string-argument-declaration",entityId:kt.inputs.second.id,entityType:n.ValueDescriptor},Sp={like:!1,inferred:!1,id:"join-strings-second-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Op},Cp={type:n.GenericReference,id:"join-strings-result-string-return-delaration",entityId:kt.outputs.result.id,entityType:n.ValueDescriptor},Bp={like:!1,inferred:!1,id:"join-strings-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Cp},wp={type:n.GenericReference,id:"join-strings-operation-first-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Ja={id:kt.inputs.first.id,type:n.ValueDescriptor,version:1,name:"Text",description:"The first text to join to the second one. Its value will be at the beginning of the resulting text.",dataType:Ap,parentRelationType:O.FixedArguments,required:!0,index:1,parent:wp},_p={type:n.GenericReference,id:"join-strings-first-string-argument-declaration",entityId:kt.inputs.first.id,entityType:n.ValueDescriptor},Np={type:n.GenericReference,id:"join-strings-separator-string-data-type-default-value-parent-ref",entityId:"join-strings-separator-string-data-type-id",entityType:n.DataType},Mp={type:n.PrimitiveValue,id:"join-strings-separator-string-data-type-default-value-id",version:1,name:D.String,value:"",valueAsType:null,autogeneration:null,parent:Np},Vp={like:!1,inferred:!1,id:"join-strings-separator-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:Mp,constant:!1,parent:_p},Lp={type:n.GenericReference,id:"join-strings-operation-separator-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Gp={id:kt.inputs.separator.id,type:n.ValueDescriptor,version:1,name:"Separator",description:"The text value that will be inserted between each of the values that are joined.",dataType:Vp,parentRelationType:O.FixedArguments,required:!1,index:0,parent:Lp},$p={type:n.GenericReference,id:"join-strings-operation-second-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Wa={id:kt.inputs.second.id,type:n.ValueDescriptor,version:1,name:"Text",description:"The second text to join to the first one. Its value will be at the end of the resulting text.",dataType:Sp,parentRelationType:O.FixedArguments,required:!0,index:2,parent:$p},Fp={type:n.GenericReference,id:"join-strings-operation-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Ci={parentRelationType:O.FixedReturns,id:kt.outputs.result.id,type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting text value.",dataType:Bp,required:!0,index:0,parent:Fp},Up={type:n.GenericReference,id:"join-strings-operation-error-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},xp={parentRelationType:O.FixedReturns,id:kt.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Up},jp={type:n.GenericReference,id:"join-strings-dynamic-string-argument-declaration",entityId:kt.inputs.dynamicString.id,entityType:n.ValueDescriptor},kp={like:!1,inferred:!1,id:"join-strings-dynamic-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:jp},qp={type:n.GenericReference,id:"join-strings-operation-dynamic-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Jp={id:kt.inputs.dynamicString.id,type:n.ValueDescriptor,version:1,name:"Text",description:"Text to join to the previous ones. Its value will be at the end of the resulting text.",dataType:kp,parentRelationType:O.DynamicArgument,required:!0,index:3,parent:qp},Bi={id:K.Join,type:n.ActionDescriptor,version:1,name:K.Join,description:"Join text values together, to form a single resulting text value.",inputs:[Gp,Ja,Wa,Jp],outputs:[Ci],error:xp,parent:null},fn=B[n.Operation][K.Split],Wp={type:n.GenericReference,id:"split-string-string-argument-declaration",entityId:fn.inputs.stringValue.id,entityType:n.ValueDescriptor},Yp={like:!1,inferred:!1,id:"split-string-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Wp},Hp={type:n.GenericReference,id:"split-string-index-argument-declaration",entityId:fn.inputs.indexLocation.id,entityType:n.ValueDescriptor},zp={like:!1,inferred:!1,id:"split-string-index-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Hp},Zp={type:n.GenericReference,id:"split-string-first-part-result-string-return-delaration",entityId:fn.outputs.firstPartResult.id,entityType:n.ValueDescriptor},Kp={like:!1,inferred:!1,id:"split-string-first-part-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Zp},Xp={type:n.GenericReference,id:"split-string-second-part-result-string-return-delaration",entityId:fn.outputs.secondPartResult.id,entityType:n.ValueDescriptor},Qp={like:!1,inferred:!1,id:"split-string-second-part-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Xp},ey={type:n.GenericReference,id:"split-string-operation-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ty={id:fn.inputs.stringValue.id,type:n.ValueDescriptor,version:1,name:"Text value",description:"The text value that will be split into two at the given index location.",dataType:Yp,parentRelationType:O.FixedArguments,required:!0,index:0,parent:ey},ny={type:n.GenericReference,id:"split-string-operation-index-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ry={id:fn.inputs.indexLocation.id,type:n.ValueDescriptor,version:1,name:"Index location",description:"The index location where the text will be split into two. The text at this index will be the beginning of the second text.",dataType:zp,parentRelationType:O.FixedArguments,required:!0,index:1,parent:ny},iy={type:n.GenericReference,id:"split-string-operation-second-part-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},LA={parentRelationType:O.FixedReturns,id:fn.outputs.secondPartResult.id,type:n.ValueDescriptor,version:1,name:"Second part",description:"The secont part of the resulting text value.",dataType:Qp,required:!0,index:1,parent:iy},ay={type:n.GenericReference,id:"split-string-operation-first-part-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},sy={parentRelationType:O.FixedReturns,id:fn.outputs.firstPartResult.id,type:n.ValueDescriptor,version:1,name:"First part",description:"The first part of the resulting text value.",dataType:Kp,required:!0,index:0,parent:ay},oy={type:n.GenericReference,id:"split-string-operation-error-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ly={parentRelationType:O.FixedReturns,id:fn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:oy},il={id:K.Split,type:n.ActionDescriptor,version:1,name:K.Split,description:"Split a text into two, at the given index location.",inputs:[ty,ry],outputs:[sy],error:ly,parent:null},cy={[K.Join]:Bi,[K.Split]:il};var dy=(r=>(r.FirstInputList="join-list-first-list-argument-declaration",r.SecondInputList="join-list-second-list-argument-declaration",r))(dy||{}),uy=(r=>(r.ResultList="join-list-result-list-return-delaration",r.Error="join-list-error-return-delaration",r))(uy||{});const py={type:n.GenericReference,id:"join-list-operation-first-list-argument-ref",entityId:"join-list-first-list-argument-declaration",entityType:n.ValueDescriptor},yy={like:!1,inferred:!1,id:"join-list-first-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:py},fy={type:n.GenericReference,id:"join-list-operation-second-list-argument-ref",entityId:"join-list-second-list-argument-declaration",entityType:n.ValueDescriptor},hy={like:!1,inferred:!1,id:"join-list-second-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:fy},my={type:n.GenericReference,id:"join-list-operation-result-list-return-ref",entityId:"join-list-result-list-return-delaration",entityType:n.ValueDescriptor},Ty={like:!1,inferred:!1,id:"join-list-result-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:my},Ey={type:n.GenericReference,id:"join-list-operation-first-list-argument-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},by={id:"join-list-first-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"First value",description:"The first list to join to the second one. Its values will be at the beginning of the resulting list.",dataType:yy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Ey},Ry={type:n.GenericReference,id:"join-list-operation-second-list-argument-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},gy={id:"join-list-second-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"Second value",description:"The second list to join to the first one. Its values will be at the end of the resulting list.",dataType:hy,parentRelationType:O.FixedArguments,required:!0,index:1,parent:Ry},vy={type:n.GenericReference,id:"join-list-operation-result-list-return-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},Iy={parentRelationType:O.FixedReturns,id:"join-list-result-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting list value.",dataType:Ty,required:!0,index:0,parent:vy},Dy={type:n.GenericReference,id:"join-list-operation-error-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},Py={parentRelationType:O.FixedReturns,id:"join-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Dy},al={id:Y.Join,type:n.ActionDescriptor,version:1,name:Y.Join,description:"Join two lists together, to form a single resulting list value.",inputs:[by,gy],error:Py,outputs:[Iy],parent:null};var Ay=(r=>(r.InputList="list-to-split-argument-declaration",r.SplitIndex="split-list-index-argument-declaration",r))(Ay||{}),Oy=(r=>(r.FirstOutputList="split-list-first-output-list-return-delaration",r.SecondOutputList="split-list-second-output-list-return-delaration",r.Error="split-list-error-return-delaration",r))(Oy||{});const Sy={type:n.GenericReference,id:"split-list-operation-input-list-argument-ref",entityId:"list-to-split-argument-declaration",entityType:n.ValueDescriptor},Cy={like:!1,inferred:!1,id:"split-list-operation-input-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Sy},By={type:n.GenericReference,id:"split-list-operation-split-index-argument-ref",entityId:"split-list-index-argument-declaration",entityType:n.ValueDescriptor},wy={like:!1,inferred:!1,id:"split-list-operation-split-index-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:By},sl={type:n.GenericReference,id:"split-list-operation-first-output-list-return-ref",entityId:"split-list-first-output-list-return-delaration",entityType:n.ValueDescriptor},_y={like:!1,inferred:!1,id:"split-list-operation-first-output-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:sl},Ny={type:n.GenericReference,id:"split-list-operation-input-list-argument-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},My={id:"list-to-split-argument-declaration",type:n.ValueDescriptor,version:1,name:"List to split",description:"The list to split at the given index",dataType:Cy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Ny},Vy={type:n.GenericReference,id:"split-list-operation-split-index-argument-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},Ly={id:"split-list-index-argument-declaration",type:n.ValueDescriptor,version:1,name:"Split location",description:"The index at which to split the list. The value at this index will be the first value of the second list.",dataType:wy,parentRelationType:O.FixedArguments,required:!0,index:1,parent:Vy},Gy={type:n.GenericReference,id:"split-list-operation-first-output-list-return-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},$y={parentRelationType:O.FixedReturns,id:"split-list-first-output-list-return-delaration",type:n.ValueDescriptor,version:1,name:"First list",description:"The list of values up to the split index",dataType:_y,required:!0,index:0,parent:Gy},Fy={like:!1,inferred:!1,id:"split-list-operation-second-output-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:sl},Uy={type:n.GenericReference,id:"split-list-operation-second-output-list-return-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},xy={parentRelationType:O.FixedReturns,id:"split-list-second-output-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Second list",description:"The list of values up to the split index",dataType:Fy,required:!0,index:0,parent:Uy},jy={type:n.GenericReference,id:"split-list-operation-error-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},ky={parentRelationType:O.FixedReturns,id:"split-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:jy},ol={id:Y.Split,type:n.ActionDescriptor,version:1,name:Y.Split,description:"Splits a given list at the given index, and returns two lists, one with the values up to the index, and the other with the values after the index",inputs:[My,Ly],outputs:[$y,xy],error:ky,parent:null};var qy=(r=>(r.InputList="get-last-in-list-input-list-argument-declaration",r))(qy||{}),Jy=(r=>(r.OutputElement="get-last-in-list-output-element-return-delaration",r.Error="get-last-in-list-error-return-delaration",r))(Jy||{});const Wy={type:n.GenericReference,id:"get-last-in-list-operation-input-list-argument-ref",entityId:"get-last-in-list-input-list-argument-declaration",entityType:n.ValueDescriptor},Yy={like:!1,inferred:!1,id:"get-last-in-list-input-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Wy},Hy={type:n.GenericReference,id:"get-last-in-list-operation-output-element-return-ref",entityId:"get-last-in-list-output-element-return-delaration",entityType:n.ValueDescriptor},zy={like:!1,inferred:!1,id:"get-last-in-list-output-element-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Hy},Zy={type:n.GenericReference,id:"get-last-in-list-operation-input-list-argument-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},Ky={id:"get-last-in-list-input-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"List",description:"The list to get the last element from.",dataType:Yy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Zy},Xy={type:n.GenericReference,id:"get-last-in-list-operation-output-element-return-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},Qy={parentRelationType:O.FixedReturns,id:"get-last-in-list-output-element-return-delaration",type:n.ValueDescriptor,version:1,name:"Last element",description:"The last element of the given list.",dataType:zy,required:!0,index:0,parent:Xy},ef={type:n.GenericReference,id:"get-last-in-list-operation-error-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},tf={parentRelationType:O.FixedReturns,id:"get-last-in-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:ef},ll={id:Y.GetLast,type:n.ActionDescriptor,version:1,name:Y.GetLast,description:"Outputs the last element of a given list.",inputs:[Ky],outputs:[Qy],error:tf,parent:null};var nf=(r=>(r.List="append-to-list-lsit-argument-declaration",r.ElementToAppend="append-to-list-element-to-append-argument-declaration",r))(nf||{}),rf=(r=>(r.ResultList="append-to-list-result-list-return-delaration",r.Error="append-to-list-error-return-delaration",r))(rf||{});const af={type:n.GenericReference,id:"append-to-list-operation-lsit-argument-ref",entityId:"append-to-list-lsit-argument-declaration",entityType:n.ValueDescriptor},sf={like:!1,inferred:!1,id:"append-to-list-lsit-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:af},of={type:n.GenericReference,id:"append-to-list-operation-second-list-argument-ref",entityId:"append-to-list-element-to-append-argument-declaration",entityType:n.ValueDescriptor},lf={like:!1,inferred:!1,id:"append-to-list-second-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:of},cf={type:n.GenericReference,id:"append-to-list-operation-result-list-return-ref",entityId:"append-to-list-result-list-return-delaration",entityType:n.ValueDescriptor},df={like:!1,inferred:!1,id:"append-to-list-result-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:cf},uf={type:n.GenericReference,id:"append-to-list-operation-lsit-argument-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},cl={id:"append-to-list-lsit-argument-declaration",type:n.ValueDescriptor,version:1,name:"List value",description:"The list to which the element will be appended",dataType:sf,parentRelationType:O.FixedArguments,required:!0,index:0,parent:uf},pf={type:n.GenericReference,id:"append-to-list-operation-second-list-argument-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},dl={id:"append-to-list-element-to-append-argument-declaration",type:n.ValueDescriptor,version:1,name:"Element",description:"The element that will be added at the end of the list",dataType:lf,parentRelationType:O.FixedArguments,required:!0,index:1,parent:pf},yf={type:n.GenericReference,id:"append-to-list-operation-result-list-return-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},ff={parentRelationType:O.FixedReturns,id:"append-to-list-result-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting list value.",dataType:df,required:!0,index:0,parent:yf},hf={type:n.GenericReference,id:"append-to-list-operation-error-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},mf={parentRelationType:O.FixedReturns,id:"append-to-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:hf},Ya={id:Y.Append,type:n.ActionDescriptor,version:1,name:Y.Append,description:"Adds a given element to the end of a list value.",inputs:[cl,dl],error:mf,outputs:[ff],parent:null},Tf={[Y.Join]:al,[Y.Split]:ol,[Y.GetLast]:ll,[Y.Append]:Ya};var Ef=(r=>(r.ListOfFunctions="parallel-execution-list-of-functions-argument-declaration",r))(Ef||{}),bf=(r=>(r.ListOfExecutionResults="parallel-execution-result-return-delaration",r.Error="parallel-execution-error-return-delaration",r))(bf||{});const Rf={id:"parallel-execution-list-of-functions-blueprint-dynamic-output-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"An output value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},gf={id:"parallel-execution-list-of-functions-blueprint-dynamic-input-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"An input value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},vf={id:"parallel-execution-list-of-functions-blueprint-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[gf],outputs:[Rf],error:null,parent:null},If={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:"parallel-execution-list-of-functions-argument-declaration",entityType:n.ValueDescriptor},Df={like:!1,inferred:!1,id:"parallel-execution-list-of-functions-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:vf,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:If},Pf={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:"parallel-execution-result-return-delaration",entityType:n.ValueDescriptor},Af={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Pf},Of={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:_e.Parallel,entityType:n.ActionDescriptor},ul={id:"parallel-execution-list-of-functions-argument-declaration",type:n.ValueDescriptor,version:1,name:"Actions to execute",description:"A value, of a list of actions to be executed in parallel",dataType:Df,required:!0,index:0,parent:Of,parentRelationType:O.FixedArguments},Sf={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:_e.Parallel,entityType:n.ActionDescriptor},pl={id:"parallel-execution-result-return-delaration",type:n.ValueDescriptor,version:1,name:"List of execution results",description:"Each execution result, in the same order as the input list of actions. One item on this list for each executed action.",dataType:Af,required:!0,index:0,parent:Sf,parentRelationType:O.FixedReturns},Cf={type:n.GenericReference,id:"parallel-execution-operation-error-parent-ref",entityId:_e.Parallel,entityType:n.ActionDescriptor},Bf={id:"parallel-execution-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Cf,parentRelationType:O.ReturnedError},qt={id:_e.Parallel,type:n.ActionDescriptor,description:"Execute a list of actions in parallel",version:1,name:_e.Parallel,inputs:[ul],outputs:[pl],error:Bf,parent:null};var wf=(r=>(r.MillisecondsNumber="wait-milliseconds-number-argument-declaration",r))(wf||{}),_f=(r=>(r.Error="wait-operation-error-return-delaration",r))(_f||{});const Nf={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityType:n.ValueDescriptor,entityId:"wait-milliseconds-number-argument-declaration"},Mf={like:!1,inferred:!1,id:"wait-milliseconds-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Nf},Vf={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityType:n.ActionDescriptor,entityId:_e.Wait},er={id:"wait-milliseconds-number-argument-declaration",type:n.ValueDescriptor,version:1,name:"Milliseconds to wait",description:"The amount of milliseconds to wait before calling the next entity",dataType:Mf,required:!0,index:0,parent:Vf,parentRelationType:O.FixedArguments},Lf={type:n.GenericReference,id:"wait-operation-error-parent-ref",entityId:_e.Wait,entityType:n.ActionDescriptor},Gf={id:"wait-operation-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Lf,parentRelationType:O.ReturnedError},dt={id:_e.Wait,type:n.ActionDescriptor,description:"Wait for the given amount of milliseconds before calling the next entity",version:1,name:_e.Wait,inputs:[er],outputs:[],error:Gf,parent:null};var $f=(r=>(r.ListOfFunctions="sequential-execution-list-of-functions-argument-declaration",r))($f||{}),Ff=(r=>(r.ListOfExecutionResults="sequential-execution-result-return-delaration",r.Error="sequential-execution-error-return-delaration",r))(Ff||{});const Uf={id:"sequential-execution-list-of-functions-blueprint-dynamic-output-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"An output value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},xf={id:"sequential-execution-list-of-functions-blueprint-dynamic-input-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"An input value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},jf={id:"sequential-execution-list-of-functions-blueprint-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[xf],outputs:[Uf],error:null,parent:null},kf={type:n.GenericReference,id:"parallel-execution-list-of-functions-argument-declaration-id",entityId:"sequential-execution-list-of-functions-argument-declaration",entityType:n.ValueDescriptor},qf={like:!1,inferred:!1,id:"sequential-execution-list-of-functions-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:jf,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:kf},Jf={type:n.GenericReference,id:"sequential-execution-list-of-execution-results-return-declaration-id",entityId:"sequential-execution-result-return-delaration",entityType:n.ValueDescriptor},Wf={like:!1,inferred:!1,id:"sequential-execution-list-of-execution-results-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Jf},Yf={type:n.GenericReference,id:"parallel-execution-operation-list-of-functions-argument-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},yl={id:"sequential-execution-list-of-functions-argument-declaration",type:n.ValueDescriptor,version:1,name:"Actions to execute",description:"A value, of a list of actions to be executed in parallel",dataType:qf,required:!0,index:0,parent:Yf,parentRelationType:O.FixedArguments},Hf={type:n.GenericReference,id:"parallel-execution-operation-list-of-execution-results-return-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},fl={id:"sequential-execution-result-return-delaration",type:n.ValueDescriptor,version:1,name:"List of execution results",description:"Each execution result, in the same order as the input list of actions. One item on this list for each executed action.",dataType:Wf,required:!0,index:0,parent:Hf,parentRelationType:O.FixedReturns},zf={type:n.GenericReference,id:"sequential-execution-operation-error-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},Zf={id:"sequential-execution-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:zf,parentRelationType:O.ReturnedError},hn={id:_e.Sequential,type:n.ActionDescriptor,description:"Execute a list of actions one after the other",version:1,name:_e.Sequential,inputs:[yl],outputs:[fl],error:Zf,parent:null},Kf={[_e.Parallel]:qt,[_e.Wait]:dt,[_e.Sequential]:hn};var Xf=(r=>(r.EntityToInstanciate="entity-to-instanciate-argument-declaration",r.NewEntityData="new-entity-data-argument-declaration",r))(Xf||{}),Qf=(r=>(r.Error="create-new-instance-error-return-delaration",r))(Qf||{});const eh={type:n.GenericReference,id:"new-entity-data-argument-declaration-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},th={type:n.GenericReference,id:"new-entity-data-argument-data-type-parent-ref",entityId:"new-entity-data-argument-declaration",entityType:n.ValueDescriptor},nh={like:!1,inferred:!1,id:"new-entity-data-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:th},rh={id:"new-entity-data-argument-declaration",type:n.ValueDescriptor,version:1,name:"Data for new entity",description:"The data to be used to create the new entity, with all the required properties",dataType:nh,required:!0,parentRelationType:O.FixedArguments,index:1,parent:eh},ih={type:n.GenericReference,id:"entity-to-instanciate-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:"entity-to-instanciate-argument-declaration"},ah={like:!1,inferred:!1,id:"entity-to-instanciate-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!0,isNullable:!1,defaultValue:null,constant:!1,parent:ih},sh={type:n.GenericReference,id:"create-new-instance-operation-ref",entityType:n.ActionDescriptor,entityId:oe.CreateNewInstance},oh={id:"entity-to-instanciate-argument-declaration",type:n.ValueDescriptor,version:1,name:"Entity to create a new copy of",description:"The entity of which a new copy will to be created",dataType:ah,required:!0,parentRelationType:O.FixedArguments,index:0,parent:sh},lh={type:n.GenericReference,id:"create-new-instance-output-entity-declaration-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},ch={parentRelationType:O.FixedReturns,id:"create-new-instance-output-entity-declaration",type:n.ValueDescriptor,version:1,dataType:null,name:"Created entity",description:"The entity that was created",parent:lh,required:!0,index:0},dh={type:n.GenericReference,id:"create-new-instance-error-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},uh={parentRelationType:O.FixedReturns,id:"create-new-instance-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:dh},tr={id:oe.CreateNewInstance,type:n.ActionDescriptor,description:"Creates a new copy of a given entity, with the given values for each property, or default values if a value is not provided",version:1,name:oe.CreateNewInstance,inputs:[oh,rh],outputs:[ch],error:uh,parent:null},Yr=B[n.Operation][oe.Validate],ph={type:n.GenericReference,id:"validate-data-operation-data-to-validate-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:Yr.inputs.dataToValidate.id},yh={like:!1,inferred:!1,id:"validate-data-operation-data-to-validate-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:ph},fh={type:n.GenericReference,id:"validate-data-operation-data-to-validate-argument-parent-ref",entityType:n.ActionDescriptor,entityId:oe.Validate},hh={id:Yr.inputs.dataToValidate.id,type:n.ValueDescriptor,version:1,name:"Data to validate",description:"The value to validate against the given entity type",dataType:yh,required:!0,parentRelationType:O.FixedArguments,index:0,parent:fh},mh={type:n.GenericReference,id:"validate-data-operation-entity-to-match-type-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:Yr.inputs.entityToMatch.id},Th={like:!1,inferred:!1,id:"validate-data-operation-entity-to-match-type-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!0,isNullable:!1,defaultValue:null,constant:!1,parent:mh},Eh={type:n.GenericReference,id:"validate-data-operation-entity-to-match-type-argument-parent-ref",entityType:n.ActionDescriptor,entityId:oe.Validate},bh={id:Yr.inputs.entityToMatch.id,type:n.ValueDescriptor,version:1,name:"Entity to match",description:"The entity to match the data against",dataType:Th,required:!0,index:0,parentRelationType:O.FixedArguments,parent:Eh},Rh={type:n.GenericReference,id:"validate-data-operation-output-entity-declaration-parent-ref",entityId:oe.Validate,entityType:n.ActionDescriptor},gh={id:Yr.outputs.outputEntity.id,type:n.ValueDescriptor,version:1,dataType:null,name:"Output value",description:"A value with the type of the entity that was validated",parent:Rh,required:!0,index:0,parentRelationType:O.FixedReturns},vh={type:n.GenericReference,id:"wait-operation-error-parent-ref",entityId:oe.Validate,entityType:n.ActionDescriptor},Ih={id:Yr.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:vh,parentRelationType:O.ReturnedError},nr={id:oe.Validate,type:n.ActionDescriptor,description:"Validates the given data to see if it matches the structure of a given type/entity",version:1,name:oe.Validate,inputs:[bh,hh],outputs:[gh],error:Ih,parent:null},Dh={[oe.CreateNewInstance]:tr,[oe.Validate]:nr},Ke=B[n.Operation]["base-http-request"],Ph={type:n.GenericReference,id:"d87cf943-57e1-4d19-9f05-190fa8c8ebc4",entityType:n.DataType,entityId:"0deb4ef7-d739-4ddc-a4d6-50bd6fababe3"},Ah={id:"http-request-url-default-value-id",type:n.PrimitiveValue,version:1,value:"https://some-url.com",name:D.String,valueAsType:null,parent:Ph,autogeneration:null},Oh={type:n.GenericReference,id:"aed50d73-eab5-42ce-b00e-7f5c45a9026f",entityId:Ke.inputs.url.id,entityType:n.ValueDescriptor},Sh={like:!1,inferred:!1,id:"0deb4ef7-d739-4ddc-a4d6-50bd6fababe3",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:Ah,constant:!1,parent:Oh},Ch={type:n.GenericReference,id:"c3145af6-3387-464a-8887-272e483c856d",entityId:Ke.inputs.query.id,entityType:n.ValueDescriptor},Bh={like:!1,inferred:!1,id:"2a5ba737-6335-4cc4-a2c0-16dca4052fac",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ch},wh={type:n.GenericReference,id:"075556b7-e468-48f7-8485-7159eaf389b2",entityType:n.DataType,entityId:"6df7ec2b-5dbd-44af-896b-17b314e88560"},_h={id:"http-request-method-default-value-id",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,valueAsType:null,parent:wh,autogeneration:null},Nh={type:n.GenericReference,id:"aed647c8-a1b5-4cfc-9a3d-97887a567a80",entityId:Ke.inputs.method.id,entityType:n.ValueDescriptor},Mh={like:!1,inferred:!1,id:"6df7ec2b-5dbd-44af-896b-17b314e88560",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:_h,options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],constant:!1,parent:Nh},Vh={type:n.GenericReference,id:"77203dfa-d2f6-4804-9556-e1cce46228f3",entityId:Ke.inputs.headers.id,entityType:n.ValueDescriptor},Lh={like:!1,inferred:!1,id:"2c8a2a07-69c6-40ad-b5c9-f0dc4d5955ce",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Vh},Gh={type:n.GenericReference,id:"03db68a0-7ab6-4c6a-85b6-f4b95ebb53ff",entityId:Ke.inputs.body.id,entityType:n.ValueDescriptor},$h={like:!1,inferred:!1,id:"0397876c-ed54-4ee9-85a4-04fd16dad973",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Gh},Fh={type:n.GenericReference,id:"182f767f-50e8-4394-ba5f-43e78c232733",entityType:n.ValueDescriptor,entityId:Ke.outputs.code.id},Uh={like:!1,inferred:!1,id:"45e6d0bc-0c0e-4059-a7a1-6bee925d73d0",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Fh},xh={type:n.GenericReference,id:"2baaa53a-9aef-4bd1-b06d-967c17b7b627",entityType:n.DataType,entityId:"dac63bfa-640d-4f4e-ba0f-86c2401bcfbe"},jh={type:n.GenericReference,id:"69f34d6c-c686-4165-b6ff-70dae8e1778b",entityType:n.ValueDescriptor,entityId:Ke.outputs.headers.id},kh={like:!1,inferred:!1,id:"dac63bfa-640d-4f4e-ba0f-86c2401bcfbe",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"http-response-headers-default-value-id",type:n.PrimitiveValue,version:1,value:{},name:D.JSON,parent:xh,valueAsType:null,autogeneration:null},constant:!1,parent:jh},qh={type:n.GenericReference,id:"744334e0-5135-4214-85d0-809437cb620b",entityType:n.DataType,entityId:"05fc1a5d-151a-479a-9c4e-4063f3456177"},Jh={type:n.GenericReference,id:"0e0e20df-1a46-432c-ba01-fd96508a6a61",entityType:n.ValueDescriptor,entityId:Ke.outputs.body.id},Wh={like:!1,inferred:!1,id:"05fc1a5d-151a-479a-9c4e-4063f3456177",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"http-response-body-default-value-id",type:n.PrimitiveValue,version:1,value:{},name:D.JSON,parent:qh,valueAsType:null,autogeneration:null},constant:!1,parent:Jh},Yh={type:n.GenericReference,id:"26911792-f707-4bf1-b6f7-03d04a84232c",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Ha={id:Ke.inputs.method.id,type:n.ValueDescriptor,description:"A single word that represents the type of request you want to make. For example: GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, CONNECT, CUSTOM",version:1,name:"Method",dataType:Mh,required:!1,index:0,parentRelationType:O.FixedArguments,parent:Yh},Hh={type:n.GenericReference,id:"eee0c501-0ae6-4448-b914-aada76d63163",entityType:n.ActionDescriptor,entityId:et.HttpRequest},za={id:Ke.inputs.url.id,type:n.ValueDescriptor,description:"The base domain, or address where the request is being sent to. For example: https://some-url.com",version:1,name:"URL",dataType:Sh,required:!1,index:1,parentRelationType:O.FixedArguments,parent:Hh},zh={type:n.GenericReference,id:"670091a4-21b1-4223-ad4c-b6dada0aec49",entityType:n.ActionDescriptor,entityId:et.HttpRequest},hl={id:Ke.inputs.query.id,type:n.ValueDescriptor,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",version:1,name:"Query Params",dataType:Bh,required:!1,index:2,parentRelationType:O.FixedArguments,parent:zh},Zh={type:n.GenericReference,id:"85aad3eb-22fe-45f9-b68c-1dc7061f41e0",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Za={id:Ke.inputs.headers.id,type:n.ValueDescriptor,description:"A set of any properties, with names and values that represent metadata about the request, such as the server, date, content type, and more, that you want to send alongside your request data.",version:1,name:"Headers",dataType:Lh,required:!1,index:3,parent:Zh,parentRelationType:O.FixedArguments},Kh={type:n.GenericReference,id:"c3e2a4af-9b84-4574-8b30-5044ffc51776",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Ka={id:Ke.inputs.body.id,type:n.ValueDescriptor,description:"The main data payload of the request. This is the data that you want to send to the server. It could be anything, but it is usually a JSON data structure or a text value.",version:1,name:"Body",dataType:$h,required:!1,index:4,parentRelationType:O.FixedArguments,parent:Kh},Xh={type:n.GenericReference,id:"92e04dc7-2145-4a31-908e-03810f7235e8",entityType:n.ActionDescriptor,entityId:et.HttpRequest},ml={id:Ke.outputs.code.id,type:n.ValueDescriptor,description:'A standardized status code of the response. It is a 3-digit number that represents the response status. For example, 200 means "OK", 404 means "Not Found", and 500 means "Internal Server Error".',version:1,name:"Code",dataType:Uh,required:!0,index:0,parentRelationType:O.FixedReturns,parent:Xh},Qh={type:n.GenericReference,id:"86aca556-bbf1-4679-9909-31db61b288e2",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Xa={parentRelationType:O.FixedReturns,id:Ke.outputs.headers.id,type:n.ValueDescriptor,description:"A set of any properties, with names and value that the server sent back to you. It represents metadata about the response, such as the server, date, content type, and more.",version:1,name:"Headers",dataType:kh,required:!0,index:1,parent:Qh},em={type:n.GenericReference,id:"ccf3d1be-04e4-4d03-99fd-5bc1e1919f90",entityType:n.ActionDescriptor,entityId:et.HttpRequest},wi={parentRelationType:O.FixedReturns,id:Ke.outputs.body.id,type:n.ValueDescriptor,description:"The main data payload of the response. This is the data that the server sent back to you. It could be anything, but it is usually a JSON data structure or a text value.",version:1,name:"Body",dataType:Wh,required:!0,index:2,parent:em},tm={type:n.GenericReference,id:"21487ffc-82b9-473d-bc19-6e7d7c480ed7",entityType:n.ActionDescriptor,entityId:et.HttpRequest},nm={type:n.GenericReference,id:"ad69861b-32f7-4461-b7f7-aa84a82578d9",entityType:n.ValueDescriptor,entityId:Ke.outputs.error.id},rm={like:!1,inferred:!1,id:"5da68b15-57bc-40c1-b79f-a9075e0f22c1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,asType:!1,isNullable:!1,constant:!1,defaultValue:null,parent:nm},Tl={parentRelationType:O.ReturnedError,id:Ke.outputs.error.id,type:n.ValueDescriptor,description:"Http request error, if any. Contains a payload describing what went wrong.",version:1,name:"Error",dataType:rm,required:!0,index:0,parent:tm},_i={type:n.ActionDescriptor,id:et.HttpRequest,name:et.HttpRequest,description:"Make an HTTP request, out to the internet, to a given URL with the specified method, query parameters, headers, and body.",version:1,inputs:[Ha,za,hl,Za,Ka],outputs:[ml,Xa,wi],error:Tl,parent:null},im={[et.HttpRequest]:_i},GA={...cy,...Dp,...Tf,...Kf,...Dh,...im},$A=B[n.Loop]["manual-flow-loop"],am={id:"manual-flow-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ManualFlow,entityType:n.ActionDescriptor},sm={id:$A.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:am,parentRelationType:O.DynamicReturn},El={id:k.ManualFlow,type:n.ActionDescriptor,version:1,name:k.ManualFlow,description:"A loop that is manually controlled by the continue and break statements. It runs until the break statement is called, and it can skip to the next iteration with the continue statement.",inputs:[],outputs:[sm],error:null,parent:null},Ni=B[n.Loop]["manual-flow-loop"],om={id:"manual-flow-loop-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"manual-flow-loop-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},lm={like:!1,inferred:!1,id:"manual-flow-loop-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:om},cm={id:"manual-flow-loop-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},bl={id:Ni.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the manual flow loop. Keeps track of the number of iterations that have been executed.",dataType:lm,required:!0,index:0,parentRelationType:O.FixedArguments,parent:cm},dm={id:"manual-flow-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},um={id:"manual-flow-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:1,parentRelationType:O.DynamicArgument,parent:dm},pm={id:"manual-flow-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},ym={id:"manual-flow-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:pm},Rl={id:Ni.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the manual flow loop.",inputs:[bl,um],outputs:[ym],error:null,parent:null},fm=B[n.Loop]["list-loop"],hm={id:"iterate-over-list-loop-list-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-list-argument-declaration-id",entityType:n.ValueDescriptor},mm={like:!1,inferred:!1,id:"iterate-over-list-loop-list-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!0,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:hm},Tm={id:"iterate-over-list-loop-list-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.List,entityType:n.ActionDescriptor},Em={id:fm.inputs.list.id,type:n.ValueDescriptor,version:1,name:"List",description:"The list to iterate over",required:!0,dataType:mm,index:0,parent:Tm,parentRelationType:O.FixedArguments},bm={id:"iterate-over-list-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.List,entityType:n.ActionDescriptor},Rm={id:fm.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:bm,parentRelationType:O.DynamicReturn},rr={id:k.List,type:n.ActionDescriptor,version:1,name:k.List,description:"Iterates over a list of entities",inputs:[Em],outputs:[Rm],error:null,parent:null},ir=B[n.Loop]["list-loop"],gm={id:"iterate-over-list-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},vm={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:gm},Im={id:"iterate-over-list-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Qa={id:ir.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the list that is being iterated over. This value is passed to the child actions.",dataType:vm,required:!0,index:1,parentRelationType:O.FixedArguments,parent:Im},Dm={id:"iterate-over-list-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},Pm={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:Dm},Am={id:"iterate-over-list-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Om={id:ir.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the list loop. Keeps track of the number of iterations that have been executed.",dataType:Pm,required:!0,index:0,parentRelationType:O.FixedArguments,parent:Am},Sm={id:"iterate-over-list-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Cm={id:"iterate-over-list-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:Sm},Bm={id:"iterate-over-list-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},wm={id:"iterate-over-list-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:Bm},es={id:ir.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the list loop.",inputs:[Om,Qa,Cm],outputs:[wm],error:null,parent:null},_m=B[n.Loop]["string-loop"],Nm={id:"iterate-over-string-loop-string-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-string-argument-declaration-id",entityType:n.ValueDescriptor},Mm={like:!1,inferred:!1,id:"iterate-over-string-loop-string-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:Nm},Vm={id:"iterate-over-string-loop-string-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.String,entityType:n.ActionDescriptor},Lm={id:_m.inputs.string.id,type:n.ValueDescriptor,version:1,name:"Texts",description:"The text to iterate over the characters of",required:!0,dataType:Mm,index:0,parent:Vm,parentRelationType:O.FixedArguments},Gm={id:"iterate-over-string-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.String,entityType:n.ActionDescriptor},$m={id:_m.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:Gm,parentRelationType:O.DynamicReturn},ts={id:k.String,type:n.ActionDescriptor,version:1,name:k.String,description:"Iterates over a string of entities",inputs:[Lm],outputs:[$m],error:null,parent:null},ar=B[n.Loop]["string-loop"],Fm={id:"iterate-over-string-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},Um={like:!1,inferred:!1,id:"iterate-over-string-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:Fm},xm={id:"iterate-over-string-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},gl={id:ar.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the string that is being iterated over. This value is passed to the child actions.",dataType:Um,required:!0,index:1,parentRelationType:O.FixedArguments,parent:xm},jm={id:"iterate-over-string-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},km={like:!1,inferred:!1,id:"iterate-over-string-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:jm},qm={id:"iterate-over-string-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},vl={id:ar.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the string loop. Keeps track of the number of iterations that have been executed.",dataType:km,required:!0,index:0,parentRelationType:O.FixedArguments,parent:qm},Jm={id:"iterate-over-string-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},Wm={id:"iterate-over-string-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:Jm},Ym={id:"iterate-over-string-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},Hm={id:"iterate-over-string-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:Ym},Il={id:ar.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the string loop.",inputs:[vl,gl,Wm],outputs:[Hm],error:null,parent:null},zm=B[n.Loop]["object-keys-loop"],Zm={id:"iterate-over-object-keys-loop-object-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-object-argument-declaration-id",entityType:n.ValueDescriptor},Km={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-object-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:null,parent:Zm},Xm={id:"iterate-over-object-keys-loop-object-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectKeys,entityType:n.ActionDescriptor},Qm={id:zm.inputs.object.id,type:n.ValueDescriptor,version:1,name:"Object",description:"The object to iterate over",required:!0,dataType:Km,index:0,parent:Xm,parentRelationType:O.FixedArguments},eT={id:"iterate-over-object-keys-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectKeys,entityType:n.ActionDescriptor},tT={id:zm.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:eT,parentRelationType:O.DynamicReturn},Mi={id:k.ObjectKeys,type:n.ActionDescriptor,version:1,name:k.ObjectKeys,description:"Iterates over a object of entities",inputs:[Qm],outputs:[tT],error:null,parent:null},sr=B[n.Loop]["object-keys-loop"],nT={id:"iterate-over-object-keys-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},rT={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:nT},iT={id:"iterate-over-object-keys-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},Dl={id:sr.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the object-keys that is being iterated over. This value is passed to the child actions.",dataType:rT,required:!0,index:1,parentRelationType:O.FixedArguments,parent:iT},aT={id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},sT={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:aT},oT={id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},lT={id:sr.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the object-keys loop. Keeps track of the number of iterations that have been executed.",dataType:sT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:oT},cT={id:"iterate-over-object-keys-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},dT={id:"iterate-over-object-keys-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:cT},uT={id:"iterate-over-object-keys-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},pT={id:"iterate-over-object-keys-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:uT},yT={id:sr.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the object-keys loop.",inputs:[lT,Dl,dT],outputs:[pT],error:null,parent:null},fT=B[n.Loop]["object-values-loop"],hT={id:"iterate-over-object-values-loop-object-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-object-argument-declaration-id",entityType:n.ValueDescriptor},mT={like:!1,inferred:!1,id:"iterate-over-object-values-loop-object-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:null,parent:hT},TT={id:"iterate-over-object-values-loop-object-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectValues,entityType:n.ActionDescriptor},ET={id:fT.inputs.object.id,type:n.ValueDescriptor,version:1,name:"Object",description:"The object to iterate over",required:!0,dataType:mT,index:0,parent:TT,parentRelationType:O.FixedArguments},bT={id:"iterate-over-object-values-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectValues,entityType:n.ActionDescriptor},RT={id:fT.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:bT,parentRelationType:O.DynamicReturn},Vi={id:k.ObjectValues,type:n.ActionDescriptor,version:1,name:k.ObjectValues,description:"Iterates over a object of entities",inputs:[ET],outputs:[RT],error:null,parent:null},or=B[n.Loop]["object-values-loop"],gT={id:"iterate-over-object-values-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},vT={id:"iterate-over-object-values-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:null,isNullable:!1,constant:!1,entity:null,asType:null,like:!1,inferred:!1,defaultValue:null,parent:gT},IT={id:"iterate-over-object-values-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},Pl={id:or.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the object-values that is being iterated over. This value is passed to the child actions.",dataType:vT,required:!0,index:1,parentRelationType:O.FixedArguments,parent:IT},DT={id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},PT={like:!1,inferred:!1,id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:DT},AT={id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},OT={id:or.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the object-values loop. Keeps track of the number of iterations that have been executed.",dataType:PT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:AT},ST={id:"iterate-over-object-values-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},CT={id:"iterate-over-object-values-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:ST},BT={id:"iterate-over-object-values-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},wT={id:"iterate-over-object-values-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:BT},_T={id:or.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the object-values loop.",inputs:[OT,Pl,CT],outputs:[wT],error:null,parent:null},NT=B[n.Loop]["counted-loop"],MT={id:"counted-loop-string-argument-declaration-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-string-argument-declaration-data-type-id",entityType:n.DataType},VT={id:"counted-loop-string-argument-declaration-data-type-default-value-id",type:n.PrimitiveValue,name:D.Number,version:1,value:5,valueAsType:null,autogeneration:null,parent:MT},LT={id:"counted-loop-string-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-string-argument-declaration-id",entityType:n.ValueDescriptor},GT={like:!1,inferred:!1,id:"counted-loop-string-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:VT,parent:LT},$T={id:"counted-loop-string-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.Counted,entityType:n.ActionDescriptor},FT={id:NT.inputs.number.id,type:n.ValueDescriptor,version:1,name:"Number of iterations",description:"The number of iterations to perform",required:!0,dataType:GT,index:0,parent:$T,parentRelationType:O.FixedArguments},UT={id:"counted-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.Counted,entityType:n.ActionDescriptor},xT={id:NT.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:UT,parentRelationType:O.DynamicReturn},ns={id:k.Counted,type:n.ActionDescriptor,version:1,name:k.Counted,description:"Iterates a given number of times",inputs:[FT],outputs:[xT],error:null,parent:null},Li=B[n.Loop]["counted-loop"],jT={id:"counted-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},kT={like:!1,inferred:!1,id:"counted-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:jT},qT={id:"counted-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},Al={id:Li.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the string loop. Keeps track of the number of iterations that have been executed.",dataType:kT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:qT},JT={id:"counted-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},WT={id:"counted-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:1,parentRelationType:O.DynamicArgument,parent:JT},YT={id:"counted-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},HT={id:"counted-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:YT},Ol={id:Li.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the string loop.",inputs:[Al,WT],outputs:[HT],error:null,parent:null},rs=B[n.BuiltInBaseEntity][L.KEY_VALUE_PARAM],FA={id:"key-value-param-built-in-base-entity-name-property-data-type-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-name-property-data-type",entityType:n.DataType},zT={id:"key-value-param-built-in-base-entity-name-property-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-name-property",entityType:n.Property},UA={like:!1,inferred:!1,id:"key-value-param-built-in-base-entity-name-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:zT},ZT={id:"key-value-param-built-in-base-entity-name-property-parent-ref",type:n.GenericReference,entityId:rs.id,entityType:n.BuiltInBaseEntity},KT={hidden:!1,required:!0,id:"key-value-param-built-in-base-entity-name-property",name:"Parameter name",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:UA,description:"The name of the path parameter",parent:ZT},xA={id:"key-value-param-built-in-base-entity-value-property-data-type-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-value-property-data-type",entityType:n.DataType},XT={id:"key-value-param-built-in-base-entity-value-property-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-value-property",entityType:n.Property},jA={like:!1,inferred:!1,id:"key-value-param-built-in-base-entity-value-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:XT},QT={id:"key-value-param-built-in-base-entity-value-property-parent-ref",type:n.GenericReference,entityId:rs.id,entityType:n.BuiltInBaseEntity},eE={hidden:!1,required:!0,id:"key-value-param-built-in-base-entity-value-property",name:"Parameter Value",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:1,dataType:jA,description:"The value of the path parameter",parent:QT},is={id:rs.id,version:1,description:'An entity with a "name" and "value" property representing a breakdown of a key-value pair.',name:rs.id,type:n.BuiltInBaseEntity,abstract:!1,static:!1,interactive:!0,properties:[KT,eE],abstractMethods:[],methods:[],extends:[]},Gi=B[n.BuiltInBaseEntity][L.HTTP_ENDPOINT].properties,tE={id:"endpointBuiltInCorsPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInCorsPropertyDataType"},nE={id:"endpointBuiltInCorsPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:Gi.cors.id},rE={like:!1,inferred:!1,id:"endpointBuiltInCorsPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"endpointBuiltInCorsPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:["*"],parent:tE,autogeneration:null,valueAsType:null},parent:nE},iE={id:"endpointBuiltInBaseEntityRef",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},aE={hidden:!0,required:!0,id:Gi.cors.id,name:"Allowed origins",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:rE,description:"The origins that are allowed to access this endpoint, use * for all origins, or http://example.com/* to be as specific as you need.",parent:iE},sE={id:"endpointBuiltInPathPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInPathPropertyDataType"},oE={id:"endpointBuiltInPathPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:Gi.path.id},lE={like:!1,inferred:!1,id:"endpointBuiltInPathPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"endpointBuiltInPathPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.String,value:"/",parent:sE,autogeneration:null,valueAsType:null},parent:oE},cE={id:"endpointBuiltInBaseEntityRefTwo",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Sl={hidden:!1,required:!0,id:Gi.path.id,name:"Path",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:1,dataType:lE,description:"Path to the endpoint, for example /api/users, or /api/users/{id}, or /api/users/{id}/:name. The path can contain parameters, which are defined by curly braces, and will be passed to the endpoint event as variables with the same name.",parent:cE},dE={id:"endpointBuiltInMethodPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInMethodPropertyDataType"},uE={id:"endpointBuiltInMethodPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"endpointBuiltInMethodProperty"},pE={like:!1,inferred:!1,id:"endpointBuiltInMethodPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:_n,isList:!0,isNullable:!1,constant:!0,asType:!1,defaultValue:{id:"endpointBuiltInMethodPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,parent:dE,autogeneration:null,valueAsType:null},options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],parent:uE},yE={id:"endpointBuiltInBaseEntityRefThree",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Cl={hidden:!1,required:!0,id:Gi.method.id,name:"Method",version:1,type:n.Property,private:!1,index:2,implements:null,abstract:!0,static:!0,dataType:pE,description:"The HTTP method that this endpoint will respond to, for example GET, POST, PUT, DELETE, etc.",parent:yE},fE={id:"endpointRequestHeadersVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointRequestHeadersVariableDataType"},hE={id:"endpointRequestHeadersArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestHeadersArgumentDeclaration"},mE={like:!1,inferred:!1,id:"endpointRequestHeadersVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"endpointRequestHeadersVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:fE,autogeneration:null,valueAsType:null},parent:hE},TE={id:"endpointRequestBodyArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestBodyArgumentDeclaration"},EE={like:!1,inferred:!1,id:"endpointRequestBodyVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:TE},bE={id:"endpointRequestQueryParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointRequestQueryParamsVariableDataType"},RE={id:"endpointRequestQueryParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestQueryParamsArgumentDeclaration"},gE={like:!1,inferred:!1,id:"endpointRequestQueryParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,asType:!1,entity:is,defaultValue:{id:"endpointRequestQueryParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:[],parent:bE,autogeneration:null,valueAsType:null},parent:RE},vE={id:"endpointPathParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointPathParamsVariableDataType"},IE={id:"endpointPathParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointPathParamsArgumentDeclaration"},DE={like:!1,inferred:!1,id:"endpointPathParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:is,asType:!1,defaultValue:{id:"endpointPathParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:[],parent:vE,autogeneration:null,valueAsType:null},parent:IE},PE={id:"endpointReachedTriggerActionDescriptorRef",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},Bl={id:"endpointRequestHeadersArgumentDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the request.",type:n.ValueDescriptor,name:"Request headers",dataType:mE,required:!0,index:0,parentRelationType:O.FixedArguments,parent:PE},AE={id:"endpointReachedTriggerActionDescriptorRefTwo",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},wl={id:"endpointPathParamsArgumentDeclaration",type:n.ValueDescriptor,description:"A standarized text, without spaces that is added at the end of the domain and routes the request to a specific resource within the target server. For example: /api/users/123, /api/users/123/:name, /api/users/123/:name/:age.",version:1,name:"Path parameters",dataType:DE,required:!0,index:1,parentRelationType:O.FixedArguments,parent:AE},OE={id:"endpointReachedTriggerActionDescriptorRefThree",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},_l={id:"endpointRequestQueryParamsArgumentDeclaration",version:1,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",type:n.ValueDescriptor,name:"Request query params",dataType:gE,required:!0,index:2,parentRelationType:O.FixedArguments,parent:OE},SE={id:"endpointReachedTriggerActionDescriptorRefFour",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},Nl={id:"endpointRequestBodyArgumentDeclaration",version:1,description:"The main data payload of the request.",type:n.ValueDescriptor,name:"Request body",dataType:EE,index:3,required:!0,parentRelationType:O.FixedArguments,parent:SE},CE={id:"endpointResponseCodeReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseCodeReturnDeclaration"},BE={like:!1,inferred:!1,id:"9ba575b0-6f8e-436d-a3de-3b843622aa17",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:CE},wE={id:"endpointReturnStatementRef",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Ml={id:"endpointResponseCodeReturnDeclaration",version:1,description:"A standarized number that represents the status of the response. 200 for OK, 404 for not found, 500 for server error, etc.",type:n.ValueDescriptor,name:"Response code",dataType:BE,required:!0,index:0,parentRelationType:O.FixedReturns,parent:wE},_E={id:"endpointResponseHeadersDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointResponseHeadersDataType"},NE={id:"endpointResponseHeadersReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseHeadersReturnDeclaration"},ME={like:!1,inferred:!1,id:"endpointResponseHeadersDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"endpointResponseHeadersDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:_E,autogeneration:null,valueAsType:null},parent:NE},VE={id:"endpointReturnStatementRefTwo",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Vl={id:"endpointResponseHeadersReturnDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the response.",type:n.ValueDescriptor,name:"Response headers",dataType:ME,required:!1,index:1,parentRelationType:O.FixedReturns,parent:VE},LE={id:"endpointResponseBodyReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseBodyReturnDeclaration"},GE={like:!1,inferred:!1,id:"endpointResponseBodyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:LE},$E={id:"endpointReturnStatementRefThree",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Ll={id:"endpointResponseBodyReturnDeclaration",version:1,description:"The main data payload of the response.",type:n.ValueDescriptor,name:"Response body",dataType:GE,required:!1,index:2,parentRelationType:O.FixedReturns,parent:$E},FE={id:"endpointBuiltInBaseEntityRefFour",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Gl={id:"endpointReachedTriggerActionDescriptor",type:n.ActionDescriptor,version:1,name:"Endpoint reached",description:"Fired when the endpoint is reached.",inputs:[Bl,wl,_l,Nl],outputs:[Ml,Vl,Ll],error:null,parent:FE},as={id:L.HTTP_ENDPOINT,version:1,description:"An HTTP endpoint that can be reached by a client from the internet.",name:L.HTTP_ENDPOINT,type:n.BuiltInBaseEntity,interactive:!1,abstract:!0,static:!0,properties:[aE,Sl,Cl],abstractMethods:[Gl],extends:[],methods:[]},Lt=B[n.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY,UE={id:"relational-database-built-in-base-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-identifier-property-data-type-id",entityType:n.DataType},xE={id:"relational-database-built-in-base-entity-identifier-property-ref-id",type:n.GenericReference,entityId:Lt.properties.identifier.id,entityType:n.Property},kA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-identifier-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:null,parent:UE,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:xE},Hr={id:"relational-database-built-in-base-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},ss={hidden:!1,required:!0,id:Lt.properties.identifier.id,name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:0,dataType:kA,description:"The name of the main database inside of the server instance where the data will be stored.",parent:Hr},qA={id:"relational-database-built-in-base-entity-username-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-username-property-data-type-idd",entityType:n.DataType},jE={id:"relational-database-built-in-base-entity-username-property-ref-id",type:n.GenericReference,entityId:Lt.properties.username.id,entityType:n.Property},JA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-username-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"postgres",parent:{id:"relational-database-built-in-base-entity-username-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-username-property-data-type-id",entityType:n.DataType},autogeneration:null,valueAsType:null},parent:jE},os={hidden:!1,required:!0,id:Lt.properties.username.id,name:"Username",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:1,dataType:JA,description:"The username that will be used to connect to the database.",parent:Hr},WA={id:"relational-database-built-in-base-entity-password-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-password-property-data-type-id",entityType:n.DataType},kE={id:"relational-database-built-in-base-entity-password-property-ref-id",type:n.GenericReference,entityId:Lt.properties.password.id,entityType:n.Property},YA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:kE},ls={hidden:!1,required:!0,id:Lt.properties.password.id,name:"Password",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:2,dataType:YA,description:"The password that will be used to connect to the database.",parent:Hr},qE={id:"relational-database-built-in-base-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-min-size-property-data-type-id",entityType:n.DataType},JE={id:"relational-database-built-in-base-entity-min-size-property-ref-id",type:n.GenericReference,entityId:Lt.properties.minSize.id,entityType:n.Property},HA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-min-size-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:qE,autogeneration:null,valueAsType:null},parent:JE},cs={hidden:!0,required:!0,id:Lt.properties.minSize.id,name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:3,dataType:HA,description:"The minimum size of the database in GB.",parent:Hr},WE={id:"relational-database-built-in-base-entity-default-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-default-property-data-type-id",entityType:n.DataType},YE={id:"relational-database-built-in-base-entity-default-property-ref-id",type:n.GenericReference,entityId:Lt.properties.default.id,entityType:n.Property},zA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-default-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:wn,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-default-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!1,parent:WE,autogeneration:null,valueAsType:null},parent:YE},$l={hidden:!0,required:!0,id:Lt.properties.default.id,name:"Default",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:4,dataType:zA,description:"If true, this database will be the default database for the server instance and all the new entities.",parent:Hr},HE={id:"relational-database-built-in-base-entity-autoscaling-property-ref-id",type:n.GenericReference,entityId:Lt.properties.autoscaling.id,entityType:n.Property},zE={id:"relational-database-built-in-base-entity-autoscaling-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-autoscaling-property-data-type-id",entityType:n.DataType},ZA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-autoscaling-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:wn,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-autoscaling-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!1,parent:zE,autogeneration:null,valueAsType:null},parent:HE},ZE={id:"relational-database-built-in-base-entity-autoscaling-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},Fl={hidden:!0,required:!0,id:Lt.properties.autoscaling.id,name:"Auto-scaling",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:4,dataType:ZA,description:"If true, this database will automatically scale up or down in memory size, based on the usage.",parent:ZE},Nn={id:L.RELATIONAL_DATABASE,version:1,description:"This entity provisions a relational database in the cloud.",name:L.RELATIONAL_DATABASE,type:n.BuiltInBaseEntity,abstract:!0,static:!0,interactive:!1,properties:[ss,os,ls,cs,$l,Fl],abstractMethods:[],methods:[],extends:[]},KE={type:n.GenericReference,entityId:"persisted-built-in-base-entity-ref-id",entityType:n.BuiltInBaseEntity,id:Ot.DeletePersistedEntity},Ul={type:n.FunctionDeclaration,id:Ot.DeletePersistedEntity,name:Ot.DeletePersistedEntity,description:"Permanently deletes the current copy of an entity from the database",version:1,parent:KE,inputs:[],calls:[],implements:null,collapsed:!1,returnStatements:[],index:0,private:!1,x:0,y:0},XE={type:n.GenericReference,entityId:"persisted-built-in-base-entity-ref-id",entityType:n.BuiltInBaseEntity,id:Ot.SoftDeletePersistedEntity},QE={type:n.FunctionDeclaration,id:Ot.SoftDeletePersistedEntity,name:Ot.SoftDeletePersistedEntity,description:"Designates the entity as deleted, but does not remove it from the database.",version:1,parent:XE,inputs:[],calls:[],implements:null,collapsed:!1,returnStatements:[],index:0,private:!1,x:0,y:0},eb=B[n.BuiltInBaseEntity][L.PERSISTED_ENTITY].properties,KA={id:"persisted-built-in-base-entity-database-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-database-property-data-type-id",entityType:n.DataType},tb={id:"persisted-built-in-base-entity-database-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-database-property-id",entityType:n.Property},XA={like:!1,inferred:!1,id:"persisted-built-in-base-entity-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Nn,asType:!1,defaultValue:null,parent:tb},nb={id:"persisted-built-in-base-entity-database-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},$i={hidden:!0,required:!0,id:eb.database.id,name:"Database",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:XA,description:"The database that the entity belongs to.",parent:nb},rb={id:"persisted-built-in-base-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-identifier-property-data-type-id",entityType:n.DataType},ib={id:"persisted-built-in-base-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-identifier-property-id",entityType:n.Property},QA={like:!1,inferred:!1,id:"persisted-built-in-base-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:ka,asType:!1,defaultValue:{id:"persisted-built-in-base-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.UUID,value:null,parent:rb,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:ib},ab={id:"persisted-built-in-base-entity-identifier-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},sb={hidden:!1,required:!0,id:eb.identifier.id,name:"Identifier",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:QA,description:"Auto-generated unique identifier for the entity, can be used to identify the entity among other entities of the same type.",parent:ab},eO={id:"persisted-built-in-base-entity-deleted-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-deleted-at-property-data-type-id",entityType:n.DataType},ob={id:"persisted-built-in-base-entity-deleted-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-deleted-at-property-id",entityType:n.Property},lb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-deleted-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!0,constant:!1,entity:un,asType:!1,defaultValue:null,parent:ob},cb={id:"persisted-built-in-base-entity-deleted-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},db={hidden:!1,required:!0,id:"persisted-built-in-base-entity-deleted-at-property-id",name:"Deleted at",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:lb,description:"The date and time when the entity was deleted.",parent:cb},tO={id:"persisted-built-in-base-entity-created-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-created-at-property-data-type-id",entityType:n.DataType},ub={id:"persisted-built-in-base-entity-created-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-created-at-property-id",entityType:n.Property},pb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-created-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:un,asType:!1,defaultValue:null,parent:ub},yb={id:"persisted-built-in-base-entity-created-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},fb={hidden:!1,required:!0,id:"persisted-built-in-base-entity-created-at-property-id",name:"Created at",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:pb,description:"The date and time when the entity was created.",parent:yb},nO={id:"persisted-built-in-base-entity-updated-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-updated-at-property-data-type-id",entityType:n.DataType},hb={id:"persisted-built-in-base-entity-updated-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-updated-at-property-id",entityType:n.Property},mb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-updated-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:un,asType:!1,defaultValue:null,parent:hb},Tb={id:"persisted-built-in-base-entity-updated-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},Eb={hidden:!1,required:!0,id:"persisted-built-in-base-entity-updated-at-property-id",name:"Updated at",version:1,type:n.Property,private:!1,implements:null,abstract:!1,static:!1,index:0,dataType:mb,description:"The date and time when the entity was last updated.",parent:Tb},xe={id:L.PERSISTED_ENTITY,version:1,description:"An entity that is permanently stored in the database and can be accessed at any point.",name:L.PERSISTED_ENTITY,type:n.BuiltInBaseEntity,abstract:!0,static:!1,interactive:!0,abstractMethods:[],properties:[$i,sb,db,fb,Eb],methods:[Ul,QE],extends:[]},bb={id:"cron-job-triggered-function-declaration-blueprint-parent-ref-id",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},xl={id:"cron-job-triggered-function-declaration-blueprint-id",name:"Cron job triggered",version:1,type:n.ActionDescriptor,description:"Executed when the cron job is triggered",inputs:[],error:null,outputs:[],parent:bb},Rb=B[n.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY,rO={id:"cron-job-built-in-base-entity-expression-property-data-type-ref",type:n.GenericReference,entityId:"cron-job-built-in-base-entity-expression-property-data-type",entityType:n.DataType},gb={id:"cron-job-built-in-base-entity-expression-property-ref",type:n.GenericReference,entityId:Rb.properties.expression.id,entityType:n.Property},iO={like:!1,inferred:!1,id:"cron-job-built-in-base-entity-expression-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:gb},vb={id:"cron-job-built-in-base-entity-ref",type:n.GenericReference,entityId:L.CRON_JOB,entityType:n.BuiltInBaseEntity},Ib={hidden:!1,required:!0,id:Rb.properties.expression.id,name:"Cron expression",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:iO,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.",parent:vb},jl={id:L.CRON_JOB,version:1,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.",name:L.CRON_JOB,type:n.BuiltInBaseEntity,abstract:!0,static:!0,interactive:!1,properties:[Ib],methods:[],abstractMethods:[xl],extends:[]},Db={type:n.GenericReference,id:"execution-built-in-entity-abort-method-parent-ref-id",entityType:n.BuiltInBaseEntity,entityId:"execution-built-in-entity-id"},kl={id:"execution-built-in-entity-abort-method-id",type:n.FunctionDeclaration,version:1,name:Ot.AbortExecution,description:"Aborts the execution of the entity",inputs:[],returnStatements:[],calls:[],implements:null,private:!1,collapsed:!1,index:null,x:0,y:0,parent:Db},ql={id:L.EXECUTION,type:n.BuiltInBaseEntity,version:1,name:L.EXECUTION,description:"A reference to an ongoing execution of any entity that can be called. Eg: Operations, custom trigger calls, etc.",static:!1,abstract:!1,interactive:!0,extends:[],properties:[],methods:[kl],abstractMethods:[]},aO=B[n.Condition]["not-empty"],Pb={type:n.GenericReference,id:"not-empty-condition-ref",entityType:n.ActionDescriptor,entityId:Vt.NotEmpty},Ab={id:aO.inputs.leftHand.id,type:n.ValueDescriptor,version:1,name:"Value",description:"The value to check if it is not empty",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:0,parent:Pb},lr={type:n.ActionDescriptor,id:Vt.NotEmpty,version:1,name:Vt.NotEmpty,description:"Checks if the value is not empty",parent:null,inputs:[Ab],outputs:[],error:null},Ob={[Vt.NotEmpty]:lr},Sb=B[n.Condition]["more-than-or-equal"],Cb={type:n.GenericReference,id:"more-than-or-equal-condition-left-hand-argument-parent-ref",entityType:n.ActionDescriptor,entityId:Le.MoreThanOrEqual},Bb={id:Sb.inputs.leftHand.id,type:n.ValueDescriptor,version:1,name:"First value",description:"The first value to compare",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:0,parent:Cb},wb={type:n.GenericReference,id:"more-than-or-equal-condition-right-hand-argument-parent-ref",entityType:n.ActionDescriptor,entityId:Le.MoreThanOrEqual},_b={id:Sb.inputs.rightHand.id,type:n.ValueDescriptor,version:1,name:"Second value",description:"The second value to compare",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:1,parent:wb},zr={type:n.ActionDescriptor,id:Le.MoreThanOrEqual,version:1,name:Le.MoreThanOrEqual,description:"Checks if the value is not empty",parent:null,inputs:[Bb,_b],outputs:[],error:null},Nb={[Le.MoreThanOrEqual]:zr},sO={...Ob,...Nb},ds={type:n.ActionDescriptor,id:cn.PROJECT_PUBLICATION_COMPLETED,version:1,name:cn.PROJECT_PUBLICATION_COMPLETED,description:"The event that is triggered when the project has completed its publication and all its code and resurces are now deployed and ready to be used by the users",parent:null,inputs:[],outputs:[],error:null},oO={[cn.PROJECT_PUBLICATION_COMPLETED]:ds},Jl=B[n.ValueDescriptor][Zo.ActionOngoingProcessOutputValue],Mb={type:n.GenericReference,id:"182f767f-50e8-4394-ba5f-43e78c232733",entityType:n.ValueDescriptor,entityId:Jl.id},Vb={like:!1,inferred:!1,id:Jl.dataType.id,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ql,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Mb},Wl={id:Jl.id,type:n.ValueDescriptor,description:"A value that represents the ongoing process of the parent action",version:1,name:"Process",dataType:Vb,required:!0,index:0,parent:null,parentRelationType:O.OngoingProcessExecution};var ne;(function(r){r.assertEqual=a=>a;function e(a){}r.assertIs=e;function t(a){throw new Error}r.assertNever=t,r.arrayToEnum=a=>{const s={};for(const o of a)s[o]=o;return s},r.getValidEnumValues=a=>{const s=r.objectKeys(a).filter(l=>typeof a[a[l]]!="number"),o={};for(const l of s)o[l]=a[l];return r.objectValues(o)},r.objectValues=a=>r.objectKeys(a).map(function(s){return a[s]}),r.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{const s=[];for(const o in a)Object.prototype.hasOwnProperty.call(a,o)&&s.push(o);return s},r.find=(a,s)=>{for(const o of a)if(s(o))return o},r.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&isFinite(a)&&Math.floor(a)===a;function i(a,s=" | "){return a.map(o=>typeof o=="string"?`'${o}'`:o).join(s)}r.joinValues=i,r.jsonStringifyReplacer=(a,s)=>typeof s=="bigint"?s.toString():s})(ne||(ne={}));var Yl;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(Yl||(Yl={}));const G=ne.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Mn=r=>{switch(typeof r){case"undefined":return G.undefined;case"string":return G.string;case"number":return isNaN(r)?G.nan:G.number;case"boolean":return G.boolean;case"function":return G.function;case"bigint":return G.bigint;case"symbol":return G.symbol;case"object":return Array.isArray(r)?G.array:r===null?G.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?G.promise:typeof Map<"u"&&r instanceof Map?G.map:typeof Set<"u"&&r instanceof Set?G.set:typeof Date<"u"&&r instanceof Date?G.date:G.object;default:return G.unknown}},w=ne.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),lO=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:");class Rt extends Error{constructor(e){super(),this.issues=[],this.addIssue=i=>{this.issues=[...this.issues,i]},this.addIssues=(i=[])=>{this.issues=[...this.issues,...i]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(s){return s.message},i={_errors:[]},a=s=>{for(const o of s.issues)if(o.code==="invalid_union")o.unionErrors.map(a);else if(o.code==="invalid_return_type")a(o.returnTypeError);else if(o.code==="invalid_arguments")a(o.argumentsError);else if(o.path.length===0)i._errors.push(t(o));else{let l=i,p=0;for(;p<o.path.length;){const y=o.path[p];p===o.path.length-1?(l[y]=l[y]||{_errors:[]},l[y]._errors.push(t(o))):l[y]=l[y]||{_errors:[]},l=l[y],p++}}};return a(this),i}static assert(e){if(!(e instanceof Rt))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ne.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){const t={},i=[];for(const a of this.issues)a.path.length>0?(t[a.path[0]]=t[a.path[0]]||[],t[a.path[0]].push(e(a))):i.push(e(a));return{formErrors:i,fieldErrors:t}}get formErrors(){return this.flatten()}}Rt.create=r=>new Rt(r);const Zr=(r,e)=>{let t;switch(r.code){case w.invalid_type:r.received===G.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case w.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,ne.jsonStringifyReplacer)}`;break;case w.unrecognized_keys:t=`Unrecognized key(s) in object: ${ne.joinValues(r.keys,", ")}`;break;case w.invalid_union:t="Invalid input";break;case w.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${ne.joinValues(r.options)}`;break;case w.invalid_enum_value:t=`Invalid enum value. Expected ${ne.joinValues(r.options)}, received '${r.received}'`;break;case w.invalid_arguments:t="Invalid function arguments";break;case w.invalid_return_type:t="Invalid function return type";break;case w.invalid_date:t="Invalid date";break;case w.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:ne.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case w.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case w.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case w.custom:t="Invalid input";break;case w.invalid_intersection_types:t="Intersection results could not be merged";break;case w.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case w.not_finite:t="Number must be finite";break;default:t=e.defaultError,ne.assertNever(r)}return{message:t}};let Lb=Zr;function cO(r){Lb=r}function us(){return Lb}const ps=r=>{const{data:e,path:t,errorMaps:i,issueData:a}=r,s=[...t,...a.path||[]],o={...a,path:s};if(a.message!==void 0)return{...a,path:s,message:a.message};let l="";const p=i.filter(y=>!!y).slice().reverse();for(const y of p)l=y(o,{data:e,defaultError:l}).message;return{...a,path:s,message:l}},dO=[];function V(r,e){const t=us(),i=ps({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===Zr?void 0:Zr].filter(a=>!!a)});r.common.issues.push(i)}class nt{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){const i=[];for(const a of t){if(a.status==="aborted")return J;a.status==="dirty"&&e.dirty(),i.push(a.value)}return{status:e.value,value:i}}static async mergeObjectAsync(e,t){const i=[];for(const a of t){const s=await a.key,o=await a.value;i.push({key:s,value:o})}return nt.mergeObjectSync(e,i)}static mergeObjectSync(e,t){const i={};for(const a of t){const{key:s,value:o}=a;if(s.status==="aborted"||o.status==="aborted")return J;s.status==="dirty"&&e.dirty(),o.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof o.value<"u"||a.alwaysSet)&&(i[s.value]=o.value)}return{status:e.value,value:i}}}const J=Object.freeze({status:"aborted"}),Kr=r=>({status:"dirty",value:r}),ut=r=>({status:"valid",value:r}),Hl=r=>r.status==="aborted",zl=r=>r.status==="dirty",Fi=r=>r.status==="valid",Ui=r=>typeof Promise<"u"&&r instanceof Promise;function ys(r,e,t,i){if(t==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?r!==e||!i:!e.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?i:t==="a"?i.call(r):i?i.value:e.get(r)}function Gb(r,e,t,i,a){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?r!==e||!a:!e.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?a.call(r,t):a?a.value=t:e.set(r,t),t}typeof SuppressedError=="function"&&SuppressedError;var j;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e==null?void 0:e.message})(j||(j={}));var xi,ji;class Kt{constructor(e,t,i,a){this._cachedPath=[],this.parent=e,this.data=t,this._path=i,this._key=a}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const $b=(r,e)=>{if(Fi(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new Rt(r.common.issues);return this._error=t,this._error}}};function Z(r){if(!r)return{};const{errorMap:e,invalid_type_error:t,required_error:i,description:a}=r;if(e&&(t||i))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:a}:{errorMap:(o,l)=>{var p,y;const{message:h}=r;return o.code==="invalid_enum_value"?{message:h??l.defaultError}:typeof l.data>"u"?{message:(p=h??i)!==null&&p!==void 0?p:l.defaultError}:o.code!=="invalid_type"?{message:l.defaultError}:{message:(y=h??t)!==null&&y!==void 0?y:l.defaultError}},description:a}}class X{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return Mn(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Mn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new nt,ctx:{common:e.parent.common,data:e.data,parsedType:Mn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(Ui(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const i=this.safeParse(e,t);if(i.success)return i.data;throw i.error}safeParse(e,t){var i;const a={common:{issues:[],async:(i=t==null?void 0:t.async)!==null&&i!==void 0?i:!1,contextualErrorMap:t==null?void 0:t.errorMap},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Mn(e)},s=this._parseSync({data:e,path:a.path,parent:a});return $b(a,s)}async parseAsync(e,t){const i=await this.safeParseAsync(e,t);if(i.success)return i.data;throw i.error}async safeParseAsync(e,t){const i={common:{issues:[],contextualErrorMap:t==null?void 0:t.errorMap,async:!0},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Mn(e)},a=this._parse({data:e,path:i.path,parent:i}),s=await(Ui(a)?a:Promise.resolve(a));return $b(i,s)}refine(e,t){const i=a=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(a):t;return this._refinement((a,s)=>{const o=e(a),l=()=>s.addIssue({code:w.custom,...i(a)});return typeof Promise<"u"&&o instanceof Promise?o.then(p=>p?!0:(l(),!1)):o?!0:(l(),!1)})}refinement(e,t){return this._refinement((i,a)=>e(i)?!0:(a.addIssue(typeof t=="function"?t(i,a):t),!1))}_refinement(e){return new Yt({schema:this,typeName:q.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return Qt.create(this,this._def)}nullable(){return $n.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Wt.create(this,this._def)}promise(){return ti.create(this,this._def)}or(e){return Wi.create([this,e],this._def)}and(e){return Yi.create(this,e,this._def)}transform(e){return new Yt({...Z(this._def),schema:this,typeName:q.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t=typeof e=="function"?e:()=>e;return new Xi({...Z(this._def),innerType:this,defaultValue:t,typeName:q.ZodDefault})}brand(){return new Xl({typeName:q.ZodBranded,type:this,...Z(this._def)})}catch(e){const t=typeof e=="function"?e:()=>e;return new Qi({...Z(this._def),innerType:this,catchValue:t,typeName:q.ZodCatch})}describe(e){const t=this.constructor;return new t({...this._def,description:e})}pipe(e){return ea.create(this,e)}readonly(){return ta.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const uO=/^c[^\s-]{8,}$/i,pO=/^[0-9a-z]+$/,yO=/^[0-9A-HJKMNP-TV-Z]{26}$/,fO=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,hO=/^[a-z0-9_-]{21}$/i,mO=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,TO=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,EO="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Zl;const bO=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,RO=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,gO=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Fb="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",vO=new RegExp(`^${Fb}$`);function Ub(r){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`),e}function IO(r){return new RegExp(`^${Ub(r)}$`)}function xb(r){let e=`${Fb}T${Ub(r)}`;const t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function DO(r,e){return!!((e==="v4"||!e)&&bO.test(r)||(e==="v6"||!e)&&RO.test(r))}class Jt extends X{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==G.string){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.string,received:s.parsedType}),J}const i=new nt;let a;for(const s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),i.dirty());else if(s.kind==="max")e.data.length>s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),i.dirty());else if(s.kind==="length"){const o=e.data.length>s.value,l=e.data.length<s.value;(o||l)&&(a=this._getOrReturnCtx(e,a),o?V(a,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):l&&V(a,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),i.dirty())}else if(s.kind==="email")TO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"email",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="emoji")Zl||(Zl=new RegExp(EO,"u")),Zl.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"emoji",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="uuid")fO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"uuid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="nanoid")hO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"nanoid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="cuid")uO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"cuid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="cuid2")pO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"cuid2",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="ulid")yO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"ulid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{a=this._getOrReturnCtx(e,a),V(a,{validation:"url",code:w.invalid_string,message:s.message}),i.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"regex",code:w.invalid_string,message:s.message}),i.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),i.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{startsWith:s.value},message:s.message}),i.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{endsWith:s.value},message:s.message}),i.dirty()):s.kind==="datetime"?xb(s).test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"datetime",message:s.message}),i.dirty()):s.kind==="date"?vO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"date",message:s.message}),i.dirty()):s.kind==="time"?IO(s).test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"time",message:s.message}),i.dirty()):s.kind==="duration"?mO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"duration",code:w.invalid_string,message:s.message}),i.dirty()):s.kind==="ip"?DO(e.data,s.version)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"ip",code:w.invalid_string,message:s.message}),i.dirty()):s.kind==="base64"?gO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"base64",code:w.invalid_string,message:s.message}),i.dirty()):ne.assertNever(s);return{status:i.value,value:e.data}}_regex(e,t,i){return this.refinement(a=>e.test(a),{validation:t,code:w.invalid_string,...j.errToObj(i)})}_addCheck(e){return new Jt({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...j.errToObj(e)})}url(e){return this._addCheck({kind:"url",...j.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...j.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...j.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...j.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...j.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...j.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...j.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...j.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...j.errToObj(e)})}datetime(e){var t,i;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,offset:(t=e==null?void 0:e.offset)!==null&&t!==void 0?t:!1,local:(i=e==null?void 0:e.local)!==null&&i!==void 0?i:!1,...j.errToObj(e==null?void 0:e.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,...j.errToObj(e==null?void 0:e.message)})}duration(e){return this._addCheck({kind:"duration",...j.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...j.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t==null?void 0:t.position,...j.errToObj(t==null?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...j.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...j.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...j.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...j.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...j.errToObj(t)})}nonempty(e){return this.min(1,j.errToObj(e))}trim(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Jt.create=r=>{var e;return new Jt({checks:[],typeName:q.ZodString,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Z(r)})};function PO(r,e){const t=(r.toString().split(".")[1]||"").length,i=(e.toString().split(".")[1]||"").length,a=t>i?t:i,s=parseInt(r.toFixed(a).replace(".","")),o=parseInt(e.toFixed(a).replace(".",""));return s%o/Math.pow(10,a)}class Vn extends X{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==G.number){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.number,received:s.parsedType}),J}let i;const a=new nt;for(const s of this._def.checks)s.kind==="int"?ne.isInteger(e.data)||(i=this._getOrReturnCtx(e,i),V(i,{code:w.invalid_type,expected:"integer",received:"float",message:s.message}),a.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),a.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),a.dirty()):s.kind==="multipleOf"?PO(e.data,s.value)!==0&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),a.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_finite,message:s.message}),a.dirty()):ne.assertNever(s);return{status:a.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,j.toString(t))}gt(e,t){return this.setLimit("min",e,!1,j.toString(t))}lte(e,t){return this.setLimit("max",e,!0,j.toString(t))}lt(e,t){return this.setLimit("max",e,!1,j.toString(t))}setLimit(e,t,i,a){return new Vn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:i,message:j.toString(a)}]})}_addCheck(e){return new Vn({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:j.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:j.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:j.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:j.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:j.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:j.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:j.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:j.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:j.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ne.isInteger(e.value))}get isFinite(){let e=null,t=null;for(const i of this._def.checks){if(i.kind==="finite"||i.kind==="int"||i.kind==="multipleOf")return!0;i.kind==="min"?(t===null||i.value>t)&&(t=i.value):i.kind==="max"&&(e===null||i.value<e)&&(e=i.value)}return Number.isFinite(t)&&Number.isFinite(e)}}Vn.create=r=>new Vn({checks:[],typeName:q.ZodNumber,coerce:(r==null?void 0:r.coerce)||!1,...Z(r)});class Ln extends X{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==G.bigint){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.bigint,received:s.parsedType}),J}let i;const a=new nt;for(const s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),a.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),a.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),a.dirty()):ne.assertNever(s);return{status:a.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,j.toString(t))}gt(e,t){return this.setLimit("min",e,!1,j.toString(t))}lte(e,t){return this.setLimit("max",e,!0,j.toString(t))}lt(e,t){return this.setLimit("max",e,!1,j.toString(t))}setLimit(e,t,i,a){return new Ln({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:i,message:j.toString(a)}]})}_addCheck(e){return new Ln({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:j.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:j.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:j.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:j.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:j.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Ln.create=r=>{var e;return new Ln({checks:[],typeName:q.ZodBigInt,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Z(r)})};class ki extends X{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==G.boolean){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.boolean,received:i.parsedType}),J}return ut(e.data)}}ki.create=r=>new ki({typeName:q.ZodBoolean,coerce:(r==null?void 0:r.coerce)||!1,...Z(r)});class cr extends X{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==G.date){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.date,received:s.parsedType}),J}if(isNaN(e.data.getTime())){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_date}),J}const i=new nt;let a;for(const s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),i.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),i.dirty()):ne.assertNever(s);return{status:i.value,value:new Date(e.data.getTime())}}_addCheck(e){return new cr({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:j.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:j.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}}cr.create=r=>new cr({checks:[],coerce:(r==null?void 0:r.coerce)||!1,typeName:q.ZodDate,...Z(r)});class fs extends X{_parse(e){if(this._getType(e)!==G.symbol){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.symbol,received:i.parsedType}),J}return ut(e.data)}}fs.create=r=>new fs({typeName:q.ZodSymbol,...Z(r)});class qi extends X{_parse(e){if(this._getType(e)!==G.undefined){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.undefined,received:i.parsedType}),J}return ut(e.data)}}qi.create=r=>new qi({typeName:q.ZodUndefined,...Z(r)});class Ji extends X{_parse(e){if(this._getType(e)!==G.null){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.null,received:i.parsedType}),J}return ut(e.data)}}Ji.create=r=>new Ji({typeName:q.ZodNull,...Z(r)});class Xr extends X{constructor(){super(...arguments),this._any=!0}_parse(e){return ut(e.data)}}Xr.create=r=>new Xr({typeName:q.ZodAny,...Z(r)});class dr extends X{constructor(){super(...arguments),this._unknown=!0}_parse(e){return ut(e.data)}}dr.create=r=>new dr({typeName:q.ZodUnknown,...Z(r)});class mn extends X{_parse(e){const t=this._getOrReturnCtx(e);return V(t,{code:w.invalid_type,expected:G.never,received:t.parsedType}),J}}mn.create=r=>new mn({typeName:q.ZodNever,...Z(r)});class hs extends X{_parse(e){if(this._getType(e)!==G.undefined){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.void,received:i.parsedType}),J}return ut(e.data)}}hs.create=r=>new hs({typeName:q.ZodVoid,...Z(r)});class Wt extends X{_parse(e){const{ctx:t,status:i}=this._processInputParams(e),a=this._def;if(t.parsedType!==G.array)return V(t,{code:w.invalid_type,expected:G.array,received:t.parsedType}),J;if(a.exactLength!==null){const o=t.data.length>a.exactLength.value,l=t.data.length<a.exactLength.value;(o||l)&&(V(t,{code:o?w.too_big:w.too_small,minimum:l?a.exactLength.value:void 0,maximum:o?a.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:a.exactLength.message}),i.dirty())}if(a.minLength!==null&&t.data.length<a.minLength.value&&(V(t,{code:w.too_small,minimum:a.minLength.value,type:"array",inclusive:!0,exact:!1,message:a.minLength.message}),i.dirty()),a.maxLength!==null&&t.data.length>a.maxLength.value&&(V(t,{code:w.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),i.dirty()),t.common.async)return Promise.all([...t.data].map((o,l)=>a.type._parseAsync(new Kt(t,o,t.path,l)))).then(o=>nt.mergeArray(i,o));const s=[...t.data].map((o,l)=>a.type._parseSync(new Kt(t,o,t.path,l)));return nt.mergeArray(i,s)}get element(){return this._def.type}min(e,t){return new Wt({...this._def,minLength:{value:e,message:j.toString(t)}})}max(e,t){return new Wt({...this._def,maxLength:{value:e,message:j.toString(t)}})}length(e,t){return new Wt({...this._def,exactLength:{value:e,message:j.toString(t)}})}nonempty(e){return this.min(1,e)}}Wt.create=(r,e)=>new Wt({type:r,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Z(e)});function Qr(r){if(r instanceof je){const e={};for(const t in r.shape){const i=r.shape[t];e[t]=Qt.create(Qr(i))}return new je({...r._def,shape:()=>e})}else return r instanceof Wt?new Wt({...r._def,type:Qr(r.element)}):r instanceof Qt?Qt.create(Qr(r.unwrap())):r instanceof $n?$n.create(Qr(r.unwrap())):r instanceof Xt?Xt.create(r.items.map(e=>Qr(e))):r}class je extends X{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),t=ne.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==G.object){const y=this._getOrReturnCtx(e);return V(y,{code:w.invalid_type,expected:G.object,received:y.parsedType}),J}const{status:i,ctx:a}=this._processInputParams(e),{shape:s,keys:o}=this._getCached(),l=[];if(!(this._def.catchall instanceof mn&&this._def.unknownKeys==="strip"))for(const y in a.data)o.includes(y)||l.push(y);const p=[];for(const y of o){const h=s[y],m=a.data[y];p.push({key:{status:"valid",value:y},value:h._parse(new Kt(a,m,a.path,y)),alwaysSet:y in a.data})}if(this._def.catchall instanceof mn){const y=this._def.unknownKeys;if(y==="passthrough")for(const h of l)p.push({key:{status:"valid",value:h},value:{status:"valid",value:a.data[h]}});else if(y==="strict")l.length>0&&(V(a,{code:w.unrecognized_keys,keys:l}),i.dirty());else if(y!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const y=this._def.catchall;for(const h of l){const m=a.data[h];p.push({key:{status:"valid",value:h},value:y._parse(new Kt(a,m,a.path,h)),alwaysSet:h in a.data})}}return a.common.async?Promise.resolve().then(async()=>{const y=[];for(const h of p){const m=await h.key,b=await h.value;y.push({key:m,value:b,alwaysSet:h.alwaysSet})}return y}).then(y=>nt.mergeObjectSync(i,y)):nt.mergeObjectSync(i,p)}get shape(){return this._def.shape()}strict(e){return j.errToObj,new je({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,i)=>{var a,s,o,l;const p=(o=(s=(a=this._def).errorMap)===null||s===void 0?void 0:s.call(a,t,i).message)!==null&&o!==void 0?o:i.defaultError;return t.code==="unrecognized_keys"?{message:(l=j.errToObj(e).message)!==null&&l!==void 0?l:p}:{message:p}}}:{}})}strip(){return new je({...this._def,unknownKeys:"strip"})}passthrough(){return new je({...this._def,unknownKeys:"passthrough"})}extend(e){return new je({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new je({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:q.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new je({...this._def,catchall:e})}pick(e){const t={};return ne.objectKeys(e).forEach(i=>{e[i]&&this.shape[i]&&(t[i]=this.shape[i])}),new je({...this._def,shape:()=>t})}omit(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{e[i]||(t[i]=this.shape[i])}),new je({...this._def,shape:()=>t})}deepPartial(){return Qr(this)}partial(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{const a=this.shape[i];e&&!e[i]?t[i]=a:t[i]=a.optional()}),new je({...this._def,shape:()=>t})}required(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{if(e&&!e[i])t[i]=this.shape[i];else{let s=this.shape[i];for(;s instanceof Qt;)s=s._def.innerType;t[i]=s}}),new je({...this._def,shape:()=>t})}keyof(){return jb(ne.objectKeys(this.shape))}}je.create=(r,e)=>new je({shape:()=>r,unknownKeys:"strip",catchall:mn.create(),typeName:q.ZodObject,...Z(e)}),je.strictCreate=(r,e)=>new je({shape:()=>r,unknownKeys:"strict",catchall:mn.create(),typeName:q.ZodObject,...Z(e)}),je.lazycreate=(r,e)=>new je({shape:r,unknownKeys:"strip",catchall:mn.create(),typeName:q.ZodObject,...Z(e)});class Wi extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i=this._def.options;function a(s){for(const l of s)if(l.result.status==="valid")return l.result;for(const l of s)if(l.result.status==="dirty")return t.common.issues.push(...l.ctx.common.issues),l.result;const o=s.map(l=>new Rt(l.ctx.common.issues));return V(t,{code:w.invalid_union,unionErrors:o}),J}if(t.common.async)return Promise.all(i.map(async s=>{const o={...t,common:{...t.common,issues:[]},parent:null};return{result:await s._parseAsync({data:t.data,path:t.path,parent:o}),ctx:o}})).then(a);{let s;const o=[];for(const p of i){const y={...t,common:{...t.common,issues:[]},parent:null},h=p._parseSync({data:t.data,path:t.path,parent:y});if(h.status==="valid")return h;h.status==="dirty"&&!s&&(s={result:h,ctx:y}),y.common.issues.length&&o.push(y.common.issues)}if(s)return t.common.issues.push(...s.ctx.common.issues),s.result;const l=o.map(p=>new Rt(p));return V(t,{code:w.invalid_union,unionErrors:l}),J}}get options(){return this._def.options}}Wi.create=(r,e)=>new Wi({options:r,typeName:q.ZodUnion,...Z(e)});const Tn=r=>r instanceof zi?Tn(r.schema):r instanceof Yt?Tn(r.innerType()):r instanceof Zi?[r.value]:r instanceof Gn?r.options:r instanceof Ki?ne.objectValues(r.enum):r instanceof Xi?Tn(r._def.innerType):r instanceof qi?[void 0]:r instanceof Ji?[null]:r instanceof Qt?[void 0,...Tn(r.unwrap())]:r instanceof $n?[null,...Tn(r.unwrap())]:r instanceof Xl||r instanceof ta?Tn(r.unwrap()):r instanceof Qi?Tn(r._def.innerType):[];class ms extends X{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.object)return V(t,{code:w.invalid_type,expected:G.object,received:t.parsedType}),J;const i=this.discriminator,a=t.data[i],s=this.optionsMap.get(a);return s?t.common.async?s._parseAsync({data:t.data,path:t.path,parent:t}):s._parseSync({data:t.data,path:t.path,parent:t}):(V(t,{code:w.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[i]}),J)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,i){const a=new Map;for(const s of t){const o=Tn(s.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const l of o){if(a.has(l))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(l)}`);a.set(l,s)}}return new ms({typeName:q.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:a,...Z(i)})}}function Kl(r,e){const t=Mn(r),i=Mn(e);if(r===e)return{valid:!0,data:r};if(t===G.object&&i===G.object){const a=ne.objectKeys(e),s=ne.objectKeys(r).filter(l=>a.indexOf(l)!==-1),o={...r,...e};for(const l of s){const p=Kl(r[l],e[l]);if(!p.valid)return{valid:!1};o[l]=p.data}return{valid:!0,data:o}}else if(t===G.array&&i===G.array){if(r.length!==e.length)return{valid:!1};const a=[];for(let s=0;s<r.length;s++){const o=r[s],l=e[s],p=Kl(o,l);if(!p.valid)return{valid:!1};a.push(p.data)}return{valid:!0,data:a}}else return t===G.date&&i===G.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}class Yi extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e),a=(s,o)=>{if(Hl(s)||Hl(o))return J;const l=Kl(s.value,o.value);return l.valid?((zl(s)||zl(o))&&t.dirty(),{status:t.value,value:l.data}):(V(i,{code:w.invalid_intersection_types}),J)};return i.common.async?Promise.all([this._def.left._parseAsync({data:i.data,path:i.path,parent:i}),this._def.right._parseAsync({data:i.data,path:i.path,parent:i})]).then(([s,o])=>a(s,o)):a(this._def.left._parseSync({data:i.data,path:i.path,parent:i}),this._def.right._parseSync({data:i.data,path:i.path,parent:i}))}}Yi.create=(r,e,t)=>new Yi({left:r,right:e,typeName:q.ZodIntersection,...Z(t)});class Xt extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.array)return V(i,{code:w.invalid_type,expected:G.array,received:i.parsedType}),J;if(i.data.length<this._def.items.length)return V(i,{code:w.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),J;!this._def.rest&&i.data.length>this._def.items.length&&(V(i,{code:w.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const s=[...i.data].map((o,l)=>{const p=this._def.items[l]||this._def.rest;return p?p._parse(new Kt(i,o,i.path,l)):null}).filter(o=>!!o);return i.common.async?Promise.all(s).then(o=>nt.mergeArray(t,o)):nt.mergeArray(t,s)}get items(){return this._def.items}rest(e){return new Xt({...this._def,rest:e})}}Xt.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Xt({items:r,typeName:q.ZodTuple,rest:null,...Z(e)})};class Hi extends X{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.object)return V(i,{code:w.invalid_type,expected:G.object,received:i.parsedType}),J;const a=[],s=this._def.keyType,o=this._def.valueType;for(const l in i.data)a.push({key:s._parse(new Kt(i,l,i.path,l)),value:o._parse(new Kt(i,i.data[l],i.path,l)),alwaysSet:l in i.data});return i.common.async?nt.mergeObjectAsync(t,a):nt.mergeObjectSync(t,a)}get element(){return this._def.valueType}static create(e,t,i){return t instanceof X?new Hi({keyType:e,valueType:t,typeName:q.ZodRecord,...Z(i)}):new Hi({keyType:Jt.create(),valueType:e,typeName:q.ZodRecord,...Z(t)})}}class Ts extends X{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.map)return V(i,{code:w.invalid_type,expected:G.map,received:i.parsedType}),J;const a=this._def.keyType,s=this._def.valueType,o=[...i.data.entries()].map(([l,p],y)=>({key:a._parse(new Kt(i,l,i.path,[y,"key"])),value:s._parse(new Kt(i,p,i.path,[y,"value"]))}));if(i.common.async){const l=new Map;return Promise.resolve().then(async()=>{for(const p of o){const y=await p.key,h=await p.value;if(y.status==="aborted"||h.status==="aborted")return J;(y.status==="dirty"||h.status==="dirty")&&t.dirty(),l.set(y.value,h.value)}return{status:t.value,value:l}})}else{const l=new Map;for(const p of o){const y=p.key,h=p.value;if(y.status==="aborted"||h.status==="aborted")return J;(y.status==="dirty"||h.status==="dirty")&&t.dirty(),l.set(y.value,h.value)}return{status:t.value,value:l}}}}Ts.create=(r,e,t)=>new Ts({valueType:e,keyType:r,typeName:q.ZodMap,...Z(t)});class ur extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.set)return V(i,{code:w.invalid_type,expected:G.set,received:i.parsedType}),J;const a=this._def;a.minSize!==null&&i.data.size<a.minSize.value&&(V(i,{code:w.too_small,minimum:a.minSize.value,type:"set",inclusive:!0,exact:!1,message:a.minSize.message}),t.dirty()),a.maxSize!==null&&i.data.size>a.maxSize.value&&(V(i,{code:w.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),t.dirty());const s=this._def.valueType;function o(p){const y=new Set;for(const h of p){if(h.status==="aborted")return J;h.status==="dirty"&&t.dirty(),y.add(h.value)}return{status:t.value,value:y}}const l=[...i.data.values()].map((p,y)=>s._parse(new Kt(i,p,i.path,y)));return i.common.async?Promise.all(l).then(p=>o(p)):o(l)}min(e,t){return new ur({...this._def,minSize:{value:e,message:j.toString(t)}})}max(e,t){return new ur({...this._def,maxSize:{value:e,message:j.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}ur.create=(r,e)=>new ur({valueType:r,minSize:null,maxSize:null,typeName:q.ZodSet,...Z(e)});class ei extends X{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.function)return V(t,{code:w.invalid_type,expected:G.function,received:t.parsedType}),J;function i(l,p){return ps({data:l,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,us(),Zr].filter(y=>!!y),issueData:{code:w.invalid_arguments,argumentsError:p}})}function a(l,p){return ps({data:l,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,us(),Zr].filter(y=>!!y),issueData:{code:w.invalid_return_type,returnTypeError:p}})}const s={errorMap:t.common.contextualErrorMap},o=t.data;if(this._def.returns instanceof ti){const l=this;return ut(async function(...p){const y=new Rt([]),h=await l._def.args.parseAsync(p,s).catch(v=>{throw y.addIssue(i(p,v)),y}),m=await Reflect.apply(o,this,h);return await l._def.returns._def.type.parseAsync(m,s).catch(v=>{throw y.addIssue(a(m,v)),y})})}else{const l=this;return ut(function(...p){const y=l._def.args.safeParse(p,s);if(!y.success)throw new Rt([i(p,y.error)]);const h=Reflect.apply(o,this,y.data),m=l._def.returns.safeParse(h,s);if(!m.success)throw new Rt([a(h,m.error)]);return m.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new ei({...this._def,args:Xt.create(e).rest(dr.create())})}returns(e){return new ei({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,i){return new ei({args:e||Xt.create([]).rest(dr.create()),returns:t||dr.create(),typeName:q.ZodFunction,...Z(i)})}}class zi extends X{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}zi.create=(r,e)=>new zi({getter:r,typeName:q.ZodLazy,...Z(e)});class Zi extends X{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return V(t,{received:t.data,code:w.invalid_literal,expected:this._def.value}),J}return{status:"valid",value:e.data}}get value(){return this._def.value}}Zi.create=(r,e)=>new Zi({value:r,typeName:q.ZodLiteral,...Z(e)});function jb(r,e){return new Gn({values:r,typeName:q.ZodEnum,...Z(e)})}class Gn extends X{constructor(){super(...arguments),xi.set(this,void 0)}_parse(e){if(typeof e.data!="string"){const t=this._getOrReturnCtx(e),i=this._def.values;return V(t,{expected:ne.joinValues(i),received:t.parsedType,code:w.invalid_type}),J}if(ys(this,xi,"f")||Gb(this,xi,new Set(this._def.values),"f"),!ys(this,xi,"f").has(e.data)){const t=this._getOrReturnCtx(e),i=this._def.values;return V(t,{received:t.data,code:w.invalid_enum_value,options:i}),J}return ut(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return Gn.create(e,{...this._def,...t})}exclude(e,t=this._def){return Gn.create(this.options.filter(i=>!e.includes(i)),{...this._def,...t})}}xi=new WeakMap,Gn.create=jb;class Ki extends X{constructor(){super(...arguments),ji.set(this,void 0)}_parse(e){const t=ne.getValidEnumValues(this._def.values),i=this._getOrReturnCtx(e);if(i.parsedType!==G.string&&i.parsedType!==G.number){const a=ne.objectValues(t);return V(i,{expected:ne.joinValues(a),received:i.parsedType,code:w.invalid_type}),J}if(ys(this,ji,"f")||Gb(this,ji,new Set(ne.getValidEnumValues(this._def.values)),"f"),!ys(this,ji,"f").has(e.data)){const a=ne.objectValues(t);return V(i,{received:i.data,code:w.invalid_enum_value,options:a}),J}return ut(e.data)}get enum(){return this._def.values}}ji=new WeakMap,Ki.create=(r,e)=>new Ki({values:r,typeName:q.ZodNativeEnum,...Z(e)});class ti extends X{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.promise&&t.common.async===!1)return V(t,{code:w.invalid_type,expected:G.promise,received:t.parsedType}),J;const i=t.parsedType===G.promise?t.data:Promise.resolve(t.data);return ut(i.then(a=>this._def.type.parseAsync(a,{path:t.path,errorMap:t.common.contextualErrorMap})))}}ti.create=(r,e)=>new ti({type:r,typeName:q.ZodPromise,...Z(e)});class Yt extends X{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===q.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:i}=this._processInputParams(e),a=this._def.effect||null,s={addIssue:o=>{V(i,o),o.fatal?t.abort():t.dirty()},get path(){return i.path}};if(s.addIssue=s.addIssue.bind(s),a.type==="preprocess"){const o=a.transform(i.data,s);if(i.common.async)return Promise.resolve(o).then(async l=>{if(t.value==="aborted")return J;const p=await this._def.schema._parseAsync({data:l,path:i.path,parent:i});return p.status==="aborted"?J:p.status==="dirty"||t.value==="dirty"?Kr(p.value):p});{if(t.value==="aborted")return J;const l=this._def.schema._parseSync({data:o,path:i.path,parent:i});return l.status==="aborted"?J:l.status==="dirty"||t.value==="dirty"?Kr(l.value):l}}if(a.type==="refinement"){const o=l=>{const p=a.refinement(l,s);if(i.common.async)return Promise.resolve(p);if(p instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return l};if(i.common.async===!1){const l=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return l.status==="aborted"?J:(l.status==="dirty"&&t.dirty(),o(l.value),{status:t.value,value:l.value})}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(l=>l.status==="aborted"?J:(l.status==="dirty"&&t.dirty(),o(l.value).then(()=>({status:t.value,value:l.value}))))}if(a.type==="transform")if(i.common.async===!1){const o=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!Fi(o))return o;const l=a.transform(o.value,s);if(l instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:l}}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(o=>Fi(o)?Promise.resolve(a.transform(o.value,s)).then(l=>({status:t.value,value:l})):o);ne.assertNever(a)}}Yt.create=(r,e,t)=>new Yt({schema:r,typeName:q.ZodEffects,effect:e,...Z(t)}),Yt.createWithPreprocess=(r,e,t)=>new Yt({schema:e,effect:{type:"preprocess",transform:r},typeName:q.ZodEffects,...Z(t)});class Qt extends X{_parse(e){return this._getType(e)===G.undefined?ut(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Qt.create=(r,e)=>new Qt({innerType:r,typeName:q.ZodOptional,...Z(e)});class $n extends X{_parse(e){return this._getType(e)===G.null?ut(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}$n.create=(r,e)=>new $n({innerType:r,typeName:q.ZodNullable,...Z(e)});class Xi extends X{_parse(e){const{ctx:t}=this._processInputParams(e);let i=t.data;return t.parsedType===G.undefined&&(i=this._def.defaultValue()),this._def.innerType._parse({data:i,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}Xi.create=(r,e)=>new Xi({innerType:r,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Z(e)});class Qi extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i={...t,common:{...t.common,issues:[]}},a=this._def.innerType._parse({data:i.data,path:i.path,parent:{...i}});return Ui(a)?a.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Rt(i.common.issues)},input:i.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new Rt(i.common.issues)},input:i.data})}}removeCatch(){return this._def.innerType}}Qi.create=(r,e)=>new Qi({innerType:r,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Z(e)});class Es extends X{_parse(e){if(this._getType(e)!==G.nan){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.nan,received:i.parsedType}),J}return{status:"valid",value:e.data}}}Es.create=r=>new Es({typeName:q.ZodNaN,...Z(r)});const AO=Symbol("zod_brand");class Xl extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i=t.data;return this._def.type._parse({data:i,path:t.path,parent:t})}unwrap(){return this._def.type}}class ea extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.common.async)return(async()=>{const s=await this._def.in._parseAsync({data:i.data,path:i.path,parent:i});return s.status==="aborted"?J:s.status==="dirty"?(t.dirty(),Kr(s.value)):this._def.out._parseAsync({data:s.value,path:i.path,parent:i})})();{const a=this._def.in._parseSync({data:i.data,path:i.path,parent:i});return a.status==="aborted"?J:a.status==="dirty"?(t.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:i.path,parent:i})}}static create(e,t){return new ea({in:e,out:t,typeName:q.ZodPipeline})}}class ta extends X{_parse(e){const t=this._def.innerType._parse(e),i=a=>(Fi(a)&&(a.value=Object.freeze(a.value)),a);return Ui(t)?t.then(a=>i(a)):i(t)}unwrap(){return this._def.innerType}}ta.create=(r,e)=>new ta({innerType:r,typeName:q.ZodReadonly,...Z(e)});function kb(r,e={},t){return r?Xr.create().superRefine((i,a)=>{var s,o;if(!r(i)){const l=typeof e=="function"?e(i):typeof e=="string"?{message:e}:e,p=(o=(s=l.fatal)!==null&&s!==void 0?s:t)!==null&&o!==void 0?o:!0,y=typeof l=="string"?{message:l}:l;a.addIssue({code:"custom",...y,fatal:p})}}):Xr.create()}const OO={object:je.lazycreate};var q;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(q||(q={}));const SO=(r,e={message:`Input not instance of ${r.name}`})=>kb(t=>t instanceof r,e),bs=Jt.create,Ql=Vn.create,CO=Es.create,BO=Ln.create,ec=ki.create,qb=cr.create,wO=fs.create,_O=qi.create,Jb=Ji.create,NO=Xr.create,Rs=dr.create,MO=mn.create,VO=hs.create,LO=Wt.create,Wb=je.create,GO=je.strictCreate,$O=Wi.create,FO=ms.create,UO=Yi.create,xO=Xt.create,Yb=Hi.create,jO=Ts.create,kO=ur.create,qO=ei.create,JO=zi.create,WO=Zi.create,Hb=Gn.create,YO=Ki.create,HO=ti.create,zb=Yt.create,zO=Qt.create,ZO=$n.create,KO=Yt.createWithPreprocess,XO=ea.create;var u=Object.freeze({__proto__:null,defaultErrorMap:Zr,setErrorMap:cO,getErrorMap:us,makeIssue:ps,EMPTY_PATH:dO,addIssueToContext:V,ParseStatus:nt,INVALID:J,DIRTY:Kr,OK:ut,isAborted:Hl,isDirty:zl,isValid:Fi,isAsync:Ui,get util(){return ne},get objectUtil(){return Yl},ZodParsedType:G,getParsedType:Mn,ZodType:X,datetimeRegex:xb,ZodString:Jt,ZodNumber:Vn,ZodBigInt:Ln,ZodBoolean:ki,ZodDate:cr,ZodSymbol:fs,ZodUndefined:qi,ZodNull:Ji,ZodAny:Xr,ZodUnknown:dr,ZodNever:mn,ZodVoid:hs,ZodArray:Wt,ZodObject:je,ZodUnion:Wi,ZodDiscriminatedUnion:ms,ZodIntersection:Yi,ZodTuple:Xt,ZodRecord:Hi,ZodMap:Ts,ZodSet:ur,ZodFunction:ei,ZodLazy:zi,ZodLiteral:Zi,ZodEnum:Gn,ZodNativeEnum:Ki,ZodPromise:ti,ZodEffects:Yt,ZodTransformer:Yt,ZodOptional:Qt,ZodNullable:$n,ZodDefault:Xi,ZodCatch:Qi,ZodNaN:Es,BRAND:AO,ZodBranded:Xl,ZodPipeline:ea,ZodReadonly:ta,custom:kb,Schema:X,ZodSchema:X,late:OO,get ZodFirstPartyTypeKind(){return q},coerce:{string:r=>Jt.create({...r,coerce:!0}),number:r=>Vn.create({...r,coerce:!0}),boolean:r=>ki.create({...r,coerce:!0}),bigint:r=>Ln.create({...r,coerce:!0}),date:r=>cr.create({...r,coerce:!0})},any:NO,array:LO,bigint:BO,boolean:ec,date:qb,discriminatedUnion:FO,effect:zb,enum:Hb,function:qO,instanceof:SO,intersection:UO,lazy:JO,literal:WO,map:jO,nan:CO,nativeEnum:YO,never:MO,null:Jb,nullable:ZO,number:Ql,object:Wb,oboolean:()=>ec().optional(),onumber:()=>Ql().optional(),optional:zO,ostring:()=>bs().optional(),pipeline:XO,preprocess:KO,promise:HO,record:Yb,set:kO,strictObject:GO,string:bs,symbol:wO,transformer:zb,tuple:xO,undefined:_O,union:$O,unknown:Rs,void:VO,NEVER:J,ZodIssueCode:w,quotelessJson:lO,ZodError:Rt});function Zb(r){var a,s,o;if(!(r!=null&&r.dataType))return Rs();const e=r.dataType.isNullable||!1,t=r.dataType.isList||!1;let i=Rs();if(((a=r.dataType.entity)==null?void 0:a.type)===n.PrimitiveEntity)switch(r.dataType.entity.name){case D.String:i=bs();break;case D.JSON:i=Yb(Rs());break;case D.Number:i=Ql();break;case D.Boolean:i=ec();break;case D.Date:i=qb();break;case D.Enum:{const l=r.dataType.options||[];if(l.length===0)throw new Error(`Enum property ${r.name} has no options`);i=Hb(l);break}case D.Null:i=Jb();break;case D.UUID:i=bs().uuid();break}else if(((s=r.dataType.entity)==null?void 0:s.type)===n.CustomEntity)i=Kb(r.dataType.entity);else throw new Error(`Unsupported data type validation: ${(o=r.dataType.entity)==null?void 0:o.type}`);return e&&(i=i.nullable()),t&&(i=i.array()),i}function Kb(r){const e=Wb({});for(const t of r.properties){const i=Zb(t);e.shape[t.name]=i}return e}function Xb(r){const e=r.rangeStart;return new Date(e.getTime()+Math.random()*(Date.now()-e.getTime()))}function Qb(r){const e=r.rangeEnd;return new Date(Math.random()*e.getTime())}function eR(r){const e=r.rangeStart,t=r.rangeEnd;return new Date(e.getTime()+Math.random()*(t.getTime()-e.getTime()))}function tR(r){return r.rangeStart&&r.rangeEnd?eR(r):r.rangeStart?Xb(r):r.rangeEnd?Qb(r):new Date}function QO(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var nR={},gs={},vs={};Object.defineProperty(vs,"__esModule",{value:!0}),vs.default=tS;let Is;const eS=new Uint8Array(16);function tS(){if(!Is&&(Is=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Is))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Is(eS)}var Fn={},pr={},Ds={};Object.defineProperty(Ds,"__esModule",{value:!0}),Ds.default=void 0;var nS=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;Ds.default=nS,Object.defineProperty(pr,"__esModule",{value:!0}),pr.default=void 0;var rS=iS(Ds);function iS(r){return r&&r.__esModule?r:{default:r}}function aS(r){return typeof r=="string"&&rS.default.test(r)}var sS=aS;pr.default=sS,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.default=void 0,Fn.unsafeStringify=rR;var oS=lS(pr);function lS(r){return r&&r.__esModule?r:{default:r}}const tt=[];for(let r=0;r<256;++r)tt.push((r+256).toString(16).slice(1));function rR(r,e=0){return tt[r[e+0]]+tt[r[e+1]]+tt[r[e+2]]+tt[r[e+3]]+"-"+tt[r[e+4]]+tt[r[e+5]]+"-"+tt[r[e+6]]+tt[r[e+7]]+"-"+tt[r[e+8]]+tt[r[e+9]]+"-"+tt[r[e+10]]+tt[r[e+11]]+tt[r[e+12]]+tt[r[e+13]]+tt[r[e+14]]+tt[r[e+15]]}function cS(r,e=0){const t=rR(r,e);if(!(0,oS.default)(t))throw TypeError("Stringified UUID is invalid");return t}var dS=cS;Fn.default=dS,Object.defineProperty(gs,"__esModule",{value:!0}),gs.default=void 0;var uS=yS(vs),pS=Fn;function yS(r){return r&&r.__esModule?r:{default:r}}let iR,tc,nc=0,rc=0;function fS(r,e,t){let i=e&&t||0;const a=e||new Array(16);r=r||{};let s=r.node||iR,o=r.clockseq!==void 0?r.clockseq:tc;if(s==null||o==null){const b=r.random||(r.rng||uS.default)();s==null&&(s=iR=[b[0]|1,b[1],b[2],b[3],b[4],b[5]]),o==null&&(o=tc=(b[6]<<8|b[7])&16383)}let l=r.msecs!==void 0?r.msecs:Date.now(),p=r.nsecs!==void 0?r.nsecs:rc+1;const y=l-nc+(p-rc)/1e4;if(y<0&&r.clockseq===void 0&&(o=o+1&16383),(y<0||l>nc)&&r.nsecs===void 0&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");nc=l,rc=p,tc=o,l+=122192928e5;const h=((l&268435455)*1e4+p)%4294967296;a[i++]=h>>>24&255,a[i++]=h>>>16&255,a[i++]=h>>>8&255,a[i++]=h&255;const m=l/4294967296*1e4&268435455;a[i++]=m>>>8&255,a[i++]=m&255,a[i++]=m>>>24&15|16,a[i++]=m>>>16&255,a[i++]=o>>>8|128,a[i++]=o&255;for(let b=0;b<6;++b)a[i+b]=s[b];return e||(0,pS.unsafeStringify)(a)}var hS=fS;gs.default=hS;var Ps={},Un={},na={};Object.defineProperty(na,"__esModule",{value:!0}),na.default=void 0;var mS=TS(pr);function TS(r){return r&&r.__esModule?r:{default:r}}function ES(r){if(!(0,mS.default)(r))throw TypeError("Invalid UUID");let e;const t=new Uint8Array(16);return t[0]=(e=parseInt(r.slice(0,8),16))>>>24,t[1]=e>>>16&255,t[2]=e>>>8&255,t[3]=e&255,t[4]=(e=parseInt(r.slice(9,13),16))>>>8,t[5]=e&255,t[6]=(e=parseInt(r.slice(14,18),16))>>>8,t[7]=e&255,t[8]=(e=parseInt(r.slice(19,23),16))>>>8,t[9]=e&255,t[10]=(e=parseInt(r.slice(24,36),16))/1099511627776&255,t[11]=e/4294967296&255,t[12]=e>>>24&255,t[13]=e>>>16&255,t[14]=e>>>8&255,t[15]=e&255,t}var bS=ES;na.default=bS,Object.defineProperty(Un,"__esModule",{value:!0}),Un.URL=Un.DNS=void 0,Un.default=DS;var RS=Fn,gS=vS(na);function vS(r){return r&&r.__esModule?r:{default:r}}function IS(r){r=unescape(encodeURIComponent(r));const e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t));return e}const aR="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Un.DNS=aR;const sR="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Un.URL=sR;function DS(r,e,t){function i(a,s,o,l){var p;if(typeof a=="string"&&(a=IS(a)),typeof s=="string"&&(s=(0,gS.default)(s)),((p=s)===null||p===void 0?void 0:p.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let y=new Uint8Array(16+a.length);if(y.set(s),y.set(a,s.length),y=t(y),y[6]=y[6]&15|e,y[8]=y[8]&63|128,o){l=l||0;for(let h=0;h<16;++h)o[l+h]=y[h];return o}return(0,RS.unsafeStringify)(y)}try{i.name=r}catch{}return i.DNS=aR,i.URL=sR,i}var As={};Object.defineProperty(As,"__esModule",{value:!0}),As.default=void 0;function PS(r){if(typeof r=="string"){const e=unescape(encodeURIComponent(r));r=new Uint8Array(e.length);for(let t=0;t<e.length;++t)r[t]=e.charCodeAt(t)}return AS(OS(SS(r),r.length*8))}function AS(r){const e=[],t=r.length*32,i="0123456789abcdef";for(let a=0;a<t;a+=8){const s=r[a>>5]>>>a%32&255,o=parseInt(i.charAt(s>>>4&15)+i.charAt(s&15),16);e.push(o)}return e}function oR(r){return(r+64>>>9<<4)+14+1}function OS(r,e){r[e>>5]|=128<<e%32,r[oR(e)-1]=e;let t=1732584193,i=-271733879,a=-1732584194,s=271733878;for(let o=0;o<r.length;o+=16){const l=t,p=i,y=a,h=s;t=rt(t,i,a,s,r[o],7,-680876936),s=rt(s,t,i,a,r[o+1],12,-389564586),a=rt(a,s,t,i,r[o+2],17,606105819),i=rt(i,a,s,t,r[o+3],22,-1044525330),t=rt(t,i,a,s,r[o+4],7,-176418897),s=rt(s,t,i,a,r[o+5],12,1200080426),a=rt(a,s,t,i,r[o+6],17,-1473231341),i=rt(i,a,s,t,r[o+7],22,-45705983),t=rt(t,i,a,s,r[o+8],7,1770035416),s=rt(s,t,i,a,r[o+9],12,-1958414417),a=rt(a,s,t,i,r[o+10],17,-42063),i=rt(i,a,s,t,r[o+11],22,-1990404162),t=rt(t,i,a,s,r[o+12],7,1804603682),s=rt(s,t,i,a,r[o+13],12,-40341101),a=rt(a,s,t,i,r[o+14],17,-1502002290),i=rt(i,a,s,t,r[o+15],22,1236535329),t=it(t,i,a,s,r[o+1],5,-165796510),s=it(s,t,i,a,r[o+6],9,-1069501632),a=it(a,s,t,i,r[o+11],14,643717713),i=it(i,a,s,t,r[o],20,-373897302),t=it(t,i,a,s,r[o+5],5,-701558691),s=it(s,t,i,a,r[o+10],9,38016083),a=it(a,s,t,i,r[o+15],14,-660478335),i=it(i,a,s,t,r[o+4],20,-405537848),t=it(t,i,a,s,r[o+9],5,568446438),s=it(s,t,i,a,r[o+14],9,-1019803690),a=it(a,s,t,i,r[o+3],14,-187363961),i=it(i,a,s,t,r[o+8],20,1163531501),t=it(t,i,a,s,r[o+13],5,-1444681467),s=it(s,t,i,a,r[o+2],9,-51403784),a=it(a,s,t,i,r[o+7],14,1735328473),i=it(i,a,s,t,r[o+12],20,-1926607734),t=at(t,i,a,s,r[o+5],4,-378558),s=at(s,t,i,a,r[o+8],11,-2022574463),a=at(a,s,t,i,r[o+11],16,1839030562),i=at(i,a,s,t,r[o+14],23,-35309556),t=at(t,i,a,s,r[o+1],4,-1530992060),s=at(s,t,i,a,r[o+4],11,1272893353),a=at(a,s,t,i,r[o+7],16,-155497632),i=at(i,a,s,t,r[o+10],23,-1094730640),t=at(t,i,a,s,r[o+13],4,681279174),s=at(s,t,i,a,r[o],11,-358537222),a=at(a,s,t,i,r[o+3],16,-722521979),i=at(i,a,s,t,r[o+6],23,76029189),t=at(t,i,a,s,r[o+9],4,-640364487),s=at(s,t,i,a,r[o+12],11,-421815835),a=at(a,s,t,i,r[o+15],16,530742520),i=at(i,a,s,t,r[o+2],23,-995338651),t=st(t,i,a,s,r[o],6,-198630844),s=st(s,t,i,a,r[o+7],10,1126891415),a=st(a,s,t,i,r[o+14],15,-1416354905),i=st(i,a,s,t,r[o+5],21,-57434055),t=st(t,i,a,s,r[o+12],6,1700485571),s=st(s,t,i,a,r[o+3],10,-1894986606),a=st(a,s,t,i,r[o+10],15,-1051523),i=st(i,a,s,t,r[o+1],21,-2054922799),t=st(t,i,a,s,r[o+8],6,1873313359),s=st(s,t,i,a,r[o+15],10,-30611744),a=st(a,s,t,i,r[o+6],15,-1560198380),i=st(i,a,s,t,r[o+13],21,1309151649),t=st(t,i,a,s,r[o+4],6,-145523070),s=st(s,t,i,a,r[o+11],10,-1120210379),a=st(a,s,t,i,r[o+2],15,718787259),i=st(i,a,s,t,r[o+9],21,-343485551),t=xn(t,l),i=xn(i,p),a=xn(a,y),s=xn(s,h)}return[t,i,a,s]}function SS(r){if(r.length===0)return[];const e=r.length*8,t=new Uint32Array(oR(e));for(let i=0;i<e;i+=8)t[i>>5]|=(r[i/8]&255)<<i%32;return t}function xn(r,e){const t=(r&65535)+(e&65535);return(r>>16)+(e>>16)+(t>>16)<<16|t&65535}function CS(r,e){return r<<e|r>>>32-e}function Os(r,e,t,i,a,s){return xn(CS(xn(xn(e,r),xn(i,s)),a),t)}function rt(r,e,t,i,a,s,o){return Os(e&t|~e&i,r,e,a,s,o)}function it(r,e,t,i,a,s,o){return Os(e&i|t&~i,r,e,a,s,o)}function at(r,e,t,i,a,s,o){return Os(e^t^i,r,e,a,s,o)}function st(r,e,t,i,a,s,o){return Os(t^(e|~i),r,e,a,s,o)}var BS=PS;As.default=BS,Object.defineProperty(Ps,"__esModule",{value:!0}),Ps.default=void 0;var wS=lR(Un),_S=lR(As);function lR(r){return r&&r.__esModule?r:{default:r}}var NS=(0,wS.default)("v3",48,_S.default);Ps.default=NS;var Ss={},Cs={};Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.default=void 0;var MS={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};Cs.default=MS,Object.defineProperty(Ss,"__esModule",{value:!0}),Ss.default=void 0;var cR=dR(Cs),VS=dR(vs),LS=Fn;function dR(r){return r&&r.__esModule?r:{default:r}}function GS(r,e,t){if(cR.default.randomUUID&&!e&&!r)return cR.default.randomUUID();r=r||{};const i=r.random||(r.rng||VS.default)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,e){t=t||0;for(let a=0;a<16;++a)e[t+a]=i[a];return e}return(0,LS.unsafeStringify)(i)}var $S=GS;Ss.default=$S;var Bs={},ws={};Object.defineProperty(ws,"__esModule",{value:!0}),ws.default=void 0;function FS(r,e,t,i){switch(r){case 0:return e&t^~e&i;case 1:return e^t^i;case 2:return e&t^e&i^t&i;case 3:return e^t^i}}function ic(r,e){return r<<e|r>>>32-e}function US(r){const e=[1518500249,1859775393,2400959708,3395469782],t=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof r=="string"){const o=unescape(encodeURIComponent(r));r=[];for(let l=0;l<o.length;++l)r.push(o.charCodeAt(l))}else Array.isArray(r)||(r=Array.prototype.slice.call(r));r.push(128);const i=r.length/4+2,a=Math.ceil(i/16),s=new Array(a);for(let o=0;o<a;++o){const l=new Uint32Array(16);for(let p=0;p<16;++p)l[p]=r[o*64+p*4]<<24|r[o*64+p*4+1]<<16|r[o*64+p*4+2]<<8|r[o*64+p*4+3];s[o]=l}s[a-1][14]=(r.length-1)*8/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=(r.length-1)*8&4294967295;for(let o=0;o<a;++o){const l=new Uint32Array(80);for(let v=0;v<16;++v)l[v]=s[o][v];for(let v=16;v<80;++v)l[v]=ic(l[v-3]^l[v-8]^l[v-14]^l[v-16],1);let p=t[0],y=t[1],h=t[2],m=t[3],b=t[4];for(let v=0;v<80;++v){const P=Math.floor(v/20),A=ic(p,5)+FS(P,y,h,m)+b+e[P]+l[v]>>>0;b=m,m=h,h=ic(y,30)>>>0,y=p,p=A}t[0]=t[0]+p>>>0,t[1]=t[1]+y>>>0,t[2]=t[2]+h>>>0,t[3]=t[3]+m>>>0,t[4]=t[4]+b>>>0}return[t[0]>>24&255,t[0]>>16&255,t[0]>>8&255,t[0]&255,t[1]>>24&255,t[1]>>16&255,t[1]>>8&255,t[1]&255,t[2]>>24&255,t[2]>>16&255,t[2]>>8&255,t[2]&255,t[3]>>24&255,t[3]>>16&255,t[3]>>8&255,t[3]&255,t[4]>>24&255,t[4]>>16&255,t[4]>>8&255,t[4]&255]}var xS=US;ws.default=xS,Object.defineProperty(Bs,"__esModule",{value:!0}),Bs.default=void 0;var jS=uR(Un),kS=uR(ws);function uR(r){return r&&r.__esModule?r:{default:r}}var qS=(0,jS.default)("v5",80,kS.default);Bs.default=qS;var _s={};Object.defineProperty(_s,"__esModule",{value:!0}),_s.default=void 0;var JS="00000000-0000-0000-0000-000000000000";_s.default=JS;var Ns={};Object.defineProperty(Ns,"__esModule",{value:!0}),Ns.default=void 0;var WS=YS(pr);function YS(r){return r&&r.__esModule?r:{default:r}}function HS(r){if(!(0,WS.default)(r))throw TypeError("Invalid UUID");return parseInt(r.slice(14,15),16)}var zS=HS;Ns.default=zS,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"NIL",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(r,"parse",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(r,"stringify",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(r,"v1",{enumerable:!0,get:function(){return e.default}}),Object.defineProperty(r,"v3",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(r,"v4",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(r,"v5",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(r,"validate",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(r,"version",{enumerable:!0,get:function(){return o.default}});var e=h(gs),t=h(Ps),i=h(Ss),a=h(Bs),s=h(_s),o=h(Ns),l=h(pr),p=h(Fn),y=h(na);function h(m){return m&&m.__esModule?m:{default:m}}}(nR);function ac(r,e){if(!r||!e||!r.length||!e.length)throw new Error("Bad alphabet");this.srcAlphabet=r,this.dstAlphabet=e}ac.prototype.convert=function(r){var e,t,i,a={},s=this.srcAlphabet.length,o=this.dstAlphabet.length,l=r.length,p=typeof r=="string"?"":[];if(!this.isValid(r))throw new Error('Number "'+r+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return r;for(e=0;e<l;e++)a[e]=this.srcAlphabet.indexOf(r[e]);do{for(t=0,i=0,e=0;e<l;e++)t=t*s+a[e],t>=o?(a[i++]=parseInt(t/o,10),t=t%o):i>0&&(a[i++]=0);l=i,p=this.dstAlphabet.slice(t,t+1).concat(p)}while(i!==0);return p},ac.prototype.isValid=function(r){for(var e=0;e<r.length;++e)if(this.srcAlphabet.indexOf(r[e])===-1)return!1;return!0};var ZS=ac,KS=ZS;function ra(r,e){var t=new KS(r,e);return function(i){return t.convert(i)}}ra.BIN="01",ra.OCT="01234567",ra.DEC="0123456789",ra.HEX="0123456789abcdef";var XS=ra;const{v4:sc,validate:QS}=nR,Ms=XS,oc={cookieBase90:"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",flickrBase58:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",uuid25Base36:"0123456789abcdefghijklmnopqrstuvwxyz"},eC={consistentLength:!0};let lc;const pR=(r,e,t)=>{const i=e(r.toLowerCase().replace(/-/g,""));return!t||!t.consistentLength?i:i.padStart(t.shortIdLength,t.paddingChar)},yR=(r,e)=>{const i=e(r).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[i[1],i[2],i[3],i[4],i[5]].join("-")},tC=r=>Math.ceil(Math.log(2**128)/Math.log(r));var nC=(()=>{const r=(e,t)=>{const i=e||oc.flickrBase58,a={...eC,...t};if([...new Set(Array.from(i))].length!==i.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const s=tC(i.length),o={shortIdLength:s,consistentLength:a.consistentLength,paddingChar:i[0]},l=Ms(Ms.HEX,i),p=Ms(i,Ms.HEX),y=()=>pR(sc(),l,o),m={alphabet:i,fromUUID:b=>pR(b,l,o),maxLength:s,generate:y,new:y,toUUID:b=>yR(b,p),uuid:sc,validate:(b,v=!1)=>{if(!b||typeof b!="string")return!1;const P=a.consistentLength?b.length===s:b.length<=s,A=b.split("").every(I=>i.includes(I));return v===!1?P&&A:P&&A&&QS(yR(b,p))}};return Object.freeze(m),m};return r.constants=oc,r.uuid=sc,r.generate=()=>(lc||(lc=r(oc.flickrBase58).generate),lc()),r})();const Vs=QO(nC);function fR(){return Vs().uuid()}function hR(r){return r.rangeStart+Math.random()}function mR(r){const e=r.rangeEnd;return Math.random()*e}function TR(r){const e=r.rangeStart,t=r.rangeEnd;return Math.random()*(t-e)+e}function ER(r){return r.rangeStart&&r.rangeEnd?TR(r):r.rangeStart?hR(r):r.rangeEnd?mR(r):Math.random()}function bR(r){const e=r.rangeStart;return Math.random().toString(36).substring(e)}function RR(r){const e=r.rangeEnd;return Math.random().toString(36).substring(0,e)}function gR(r){const e=r.rangeStart,t=r.rangeEnd;return Math.random().toString(36).substring(e,t)}function vR(r){return r.rangeStart&&r.rangeEnd?gR(r):r.rangeStart?bR(r):r.rangeEnd?RR(r):Math.random().toString(36)}function IR(r){return Math.random()>=.5}function rC(r){if(!r||!r.autogeneration)return null;switch(r.autogeneration.type){case qe.CurrentDateAndTime:if(r.name===D.Date)return new Date;case qe.Random:{if(r.name===D.Date)return tR(r.autogeneration);if(r.name===D.Number)return ER(r.autogeneration);if(r.name===D.String)return vR(r.autogeneration);if(r.name===D.Boolean)return IR(r.autogeneration)}case qe.Unique:if(r.name===D.UUID)return fR();default:throw new Error(`Generating a ${r.autogeneration.type} value for a ${r.name} is not supported`)}}const H="e7eb5382-3d99-44fd-972a-b8b1e819f6be",cc="global-user-variable-id",DR="last-executed-timestamp-variable-id",iC={id:"alternative-relational-database-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-identifier-property-data-type-id",entityType:n.DataType},aC={id:"alternative-relational-database-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-identifier-property-id",entityType:n.Property},sC={like:!1,inferred:!1,id:"alternative-relational-database-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"alternative-relational-database-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:null,parent:iC,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:aC},Ls={id:"alternative-relational-database-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},oC={hidden:!1,required:!0,id:"alternative-relational-database-entity-identifier-property-id",name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!1,implements:ss,static:!0,index:0,dataType:sC,description:"The name of the main database inside of the server instance where the data will be stored.",parent:Ls};n.GenericReference,n.DataType;const lC={id:"alternative-relational-database-entity-username-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-username-property-id",entityType:n.Property},cC={like:!1,inferred:!1,id:"alternative-relational-database-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:lC},dC={hidden:!1,required:!0,id:"alternative-relational-database-entity-username-property-id",name:"Username",version:1,type:n.Property,private:!1,abstract:!1,implements:os,static:!0,index:1,dataType:cC,description:"The username that will be used to connect to the database.",parent:Ls};n.GenericReference,n.DataType;const uC={id:"alternative-relational-database-entity-password-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-password-property-id",entityType:n.Property},pC={like:!1,inferred:!1,id:"alternative-relational-database-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:uC},yC={hidden:!1,required:!0,id:"alternative-relational-database-entity-password-property-id",name:"Password",version:1,type:n.Property,private:!1,abstract:!1,implements:ls,static:!0,index:2,dataType:pC,description:"The password that will be used to connect to the database.",parent:Ls},fC={id:"alternative-relational-database-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-min-size-property-data-type-id",entityType:n.DataType},hC={id:"alternative-relational-database-entity-min-size-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-min-size-property-id",entityType:n.Property},mC={like:!1,inferred:!1,id:"alternative-relational-database-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"alternative-relational-database-entity-min-size-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:fC,autogeneration:null,valueAsType:null},parent:hC},TC={hidden:!1,required:!0,id:"alternative-relational-database-entity-min-size-property-id",name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!1,implements:cs,static:!0,index:3,dataType:mC,description:"The minimum size of the database in GB.",parent:Ls},EC={id:"alternative-relational-database-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},PR={id:"alternative-relational-database-entity-id",type:n.CustomEntity,version:1,name:"Alternative relational Database",description:"A database that permanently stores the persisted entities attached to it.",abstract:!1,static:!0,properties:[oC,dC,yC,TC],methods:[],abstractMethods:[],extends:[],implements:[Nn],x:0,y:0,parent:EC},bC={id:"animal-prototype-database-property-ref-id",type:n.GenericReference,entityId:"animal-prototype-database-property-id",entityType:n.Property},RC={id:"animal-prototype-database-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"animal-prototype-database-property-data-type-default-value-id",entityType:n.DataType},gC={like:!1,inferred:!1,id:"animal-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"animal-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:PR,autogeneration:null,parent:RC},parent:bC},vC={id:"animal-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},IC={hidden:!1,required:!0,id:"animal-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:gC,description:"The database that the entity belongs to.",parent:vC},DC={type:n.GenericReference,id:"291e4d4f-01d8-40a0-90dc-5f1ac6636e9b",entityType:n.Property,entityId:"5cb617b0-92be-4dbe-a007-49093368d94f"},PC={like:!1,inferred:!1,id:"c1930577-9e79-48a6-8905-be24611015c1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:DC},AC={type:n.GenericReference,id:"e2b9e456-f2b3-4dc7-85a2-fbb68ed0c9c7",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},OC={hidden:!1,required:!0,type:n.Property,id:"5cb617b0-92be-4dbe-a007-49093368d94f",version:1,name:"Name",description:"The name of the animal",implements:null,static:!1,private:!1,index:0,dataType:PC,abstract:!1,parent:AC},SC={type:n.GenericReference,id:"abc565de-4c83-4936-bc48-4013bef213b8",entityType:n.Project,entityId:H},CC={type:n.CustomEntity,id:"83eaa847-e62b-4192-84fb-3d8d6f5ea970",version:1,name:"Animal",description:"A living creature that is not human",abstract:!1,static:!1,abstractMethods:[],properties:[IC,OC],methods:[],extends:[],implements:[xe],x:0,y:0,parent:SC},BC={id:"default-relational-database-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-identifier-property-data-type-id",entityType:n.DataType},wC={id:"default-relational-database-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-identifier-property-id",entityType:n.Property},_C={like:!1,inferred:!1,id:"default-relational-database-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"main",parent:BC,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:wC},ni={id:"default-relational-database-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},NC={hidden:!1,required:!0,id:"default-relational-database-entity-identifier-property-id",name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!1,implements:ss,static:!0,index:0,dataType:_C,description:"The name of the main database inside of the server instance where the data will be stored.",parent:ni};n.GenericReference,n.DataType;const MC={id:"default-relational-database-entity-username-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-username-property-id",entityType:n.Property},VC={id:"default-relational-database-entity-username-property-default-value-parent-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-username-property-data-type-id",entityType:n.DataType},LC={like:!1,inferred:!1,id:"default-relational-database-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-username-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"root",parent:VC,autogeneration:null,valueAsType:null},parent:MC},GC={hidden:!1,required:!0,id:"default-relational-database-entity-username-property-id",name:"Username",version:1,type:n.Property,private:!1,abstract:!1,implements:os,static:!0,index:1,dataType:LC,description:"The username that will be used to connect to the database.",parent:ni};n.GenericReference,n.DataType;const $C={id:"default-relational-database-entity-password-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-password-property-id",entityType:n.Property},FC={id:"default-relational-database-entity-password-property-default-value-parent-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-password-property-data-type-id",entityType:n.DataType},UC={like:!1,inferred:!1,id:"default-relational-database-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-password-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"password",parent:FC,autogeneration:null,valueAsType:null},parent:$C},xC={hidden:!1,required:!0,id:"default-relational-database-entity-password-property-id",name:"Password",version:1,type:n.Property,private:!1,abstract:!1,implements:ls,static:!0,index:2,dataType:UC,description:"The password that will be used to connect to the database.",parent:ni},jC={id:"default-relational-database-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-min-size-property-data-type-id",entityType:n.DataType},kC={id:"default-relational-database-entity-min-size-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-min-size-property-id",entityType:n.Property},qC={like:!1,inferred:!1,id:"default-relational-database-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-min-size-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:jC,autogeneration:null,valueAsType:null},parent:kC},JC={hidden:!1,required:!0,id:"default-relational-database-entity-min-size-property-id",name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!1,implements:cs,static:!0,index:3,dataType:qC,description:"The minimum size of the database in GB.",parent:ni},WC={id:"default-relational-database-entity-default-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-default-property-data-type-id",entityType:n.DataType},YC={id:"default-relational-database-entity-default-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-default-property-id",entityType:n.Property},HC={like:!1,inferred:!1,id:"default-relational-database-entity-default-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-default-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!0,parent:WC,autogeneration:null,valueAsType:null},parent:YC},zC={hidden:!0,required:!0,id:"default-relational-database-entity-default-property-id",name:"Default",version:1,type:n.Property,private:!1,abstract:!1,implements:$l,static:!0,index:4,dataType:HC,description:"Whether this database is automatically picked by other entities as the default database.",parent:ni},ZC={id:"default-relational-database-entity-autoscaling-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-autoscaling-property-data-type-id",entityType:n.DataType},KC={id:"default-relational-database-entity-autoscaling-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-autoscaling-property-id",entityType:n.Property},XC={like:!1,inferred:!1,id:"default-relational-database-entity-autoscaling-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-autoscaling-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!0,parent:ZC,autogeneration:null,valueAsType:null},parent:KC},QC={hidden:!1,required:!0,id:"default-relational-database-entity-autoscaling-property-id",name:"Auto-scaling",version:1,type:n.Property,private:!1,abstract:!1,implements:Fl,static:!0,index:5,dataType:XC,description:"If true, this database will automatically scale up or down in memory size, based on the usage.s",parent:ni},eB={id:"default-relational-database-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},dc={id:"default-relational-database-entity-id",type:n.CustomEntity,version:1,name:"Relational Database",description:"A database that permanently stores the persisted entities attached to it.",abstract:!1,static:!0,properties:[zC,QC,NC,GC,xC,JC],methods:[],abstractMethods:[],extends:[],implements:[Nn],x:0,y:0,parent:eB},tB={id:"user-prototype-database-property-data-type-ref-id",type:n.GenericReference,entityId:"user-prototype-database-property-data-type-id",entityType:n.DataType},nB={id:"user-prototype-database-property-ref-id",type:n.GenericReference,entityId:"user-prototype-database-property-id",entityType:n.Property},rB={like:!1,inferred:!1,id:"user-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"user-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:dc,autogeneration:null,parent:tB},parent:nB},iB={id:"user-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},aB={hidden:!1,required:!0,id:"user-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:rB,description:"The database that the entity belongs to.",parent:iB},sB={type:n.GenericReference,id:"user-prototype-parent-ref-id",entityType:n.Project,entityId:H},uc={type:n.CustomEntity,id:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",version:1,name:"User",description:"A user of the application",implements:[xe],abstract:!1,static:!1,abstractMethods:[],extends:[],properties:[aB],methods:[],x:0,y:0,parent:sB},oB={type:n.GenericReference,id:"person-date-of-birth-property-data-type-parent-ref-id",entityType:n.Property,entityId:"person-date-of-birth-property-id"},lB={like:!1,inferred:!1,id:"person-date-of-birth-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:un,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:oB},cB={type:n.GenericReference,id:"person-date-of-birth-property-parent-ref-id",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},dB={hidden:!1,required:!0,type:n.Property,id:"person-date-of-birth-property-id",version:1,name:"Date of birth",description:"The date of birth of the person",implements:null,private:!1,static:!1,index:0,dataType:lB,abstract:!1,parent:cB},uB={type:n.GenericReference,id:"a2867827-2f8e-4c25-b18b-d91857d7f24e",entityType:n.Property,entityId:"cacfec92-46c3-4fca-a1d9-fd1ba94d78c7"},pB={like:!1,inferred:!1,id:"1d49f41b-17b9-4f48-87aa-3ce43498e5a9",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:uB},yB={type:n.GenericReference,id:"01cbe760-40a9-4f49-8e3d-194d2f57cb1e",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},fB={hidden:!1,required:!0,type:n.Property,id:"cacfec92-46c3-4fca-a1d9-fd1ba94d78c7",version:1,name:"Name",description:"The name of the person",implements:null,private:!1,static:!1,index:0,dataType:pB,abstract:!1,parent:yB},hB={type:n.GenericReference,id:"3542b22a-3a2f-41c6-876e-24c885572498",entityType:n.Project,entityId:H},pt={type:n.CustomEntity,id:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416",version:1,name:"Person",description:"A entity to store more information about a person than the user entity does, to split the responsibilities and keep it the logic clean.",properties:[fB,dB],abstract:!1,static:!1,abstractMethods:[],methods:[],implements:[],extends:[uc],x:0,y:0,parent:hB},mB={type:n.GenericReference,id:"b59c80b7-b2e9-41e9-abcd-7c5652835efc",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},TB={type:n.GenericReference,id:"1190b5a2-f25e-46db-884d-8a3dd1a44d94",entityType:n.ReturnStatement,entityId:"3ebc4342-c9e8-42e7-a61c-7937081e1d2e"},EB={type:n.GenericReference,id:"36c63126-7814-496f-a6cc-48662c2aabae",entityType:n.ArgumentDeclaration,entityId:"500dee3a-3435-4453-9699-0d053f646523"},bB={type:n.GenericReference,id:"c567e55d-ec12-4e4e-958e-f07522892b4b",entityType:n.ReturnDeclaration,entityId:"9e070523-7e07-4100-8637-960a187f5f14"},RB={like:!1,inferred:!1,id:"3973c5a1-f0d8-49a0-a9a9-a0009bf3f0d8",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:bB},pc={isError:!1,id:"9e070523-7e07-4100-8637-960a187f5f14",type:n.ReturnDeclaration,version:1,name:"Output Account Owner",description:null,dataType:RB,implements:null,readsValue:EB,required:!0,index:0,parent:TB},gB={type:n.GenericReference,id:"567d923c-20da-4c1e-956d-962ea30c6d0b",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},vB={type:n.GenericReference,id:"da85e620-59f3-42ab-88c8-b38d33c2c833",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},AR={type:n.ReturnStatement,id:"3ebc4342-c9e8-42e7-a61c-7937081e1d2e",version:1,outputs:[pc],calledByError:[],calledByEntry:[gB],calledBySuccess:[],throws:null,x:0,y:0,parent:vB},IB={type:n.GenericReference,id:"1c806bb7-4c25-4bad-963b-93dfbb7c8304",entityType:n.ArgumentDeclaration,entityId:"500dee3a-3435-4453-9699-0d053f646523"},DB={like:!1,inferred:!1,id:"d90fcc18-642b-433c-8fcb-4094b9031cd5",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:IB},OR={id:"500dee3a-3435-4453-9699-0d053f646523",type:n.ArgumentDeclaration,version:1,name:"New Account Owner",description:null,dataType:DB,implements:null,required:!0,writesValues:[pc],index:0,parent:mB},PB={type:n.GenericReference,id:"83dceb60-f3c4-4085-824c-85f2003bfd27",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},SR={type:n.FunctionDeclaration,id:"36f29f96-c001-4b9a-b49c-83eff406a060",version:1,name:"Change owner of bank account",description:null,implements:null,inputs:[OR],calls:[AR],returnStatements:[AR],index:0,collapsed:!1,private:!1,x:0,y:0,parent:PB},AB={type:n.GenericReference,id:"adbaf302-ffa9-49b6-a3c6-83f9a75068e3",entityType:n.VariableDeclaration,entityId:"8e36a476-766e-4cc2-a8a7-27a07dfb5a4b"},OB={like:!1,inferred:!1,id:"79ee04aa-1ba4-4ae9-a406-ed45e5b03f7f",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:AB},SB={type:n.GenericReference,id:"55e212d1-f0ec-4bb6-acbe-60f741367daf",entityType:n.OutputMap,entityId:"dc9ddb8f-02a0-4a43-aea6-270ec7b7f8a4"},CB={type:n.GenericReference,id:"944e1171-3d9b-4559-9386-1d4974b15962",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},BB={id:"8e36a476-766e-4cc2-a8a7-27a07dfb5a4b",type:n.VariableDeclaration,version:1,name:"Output Account Owner",description:null,dataType:OB,readsValue:SB,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:CB},wB={type:n.GenericReference,id:"b89ebc83-52cf-4447-a5ae-62241f713079",entityType:n.FunctionCall,entityId:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e"},_B={id:"dc9ddb8f-02a0-4a43-aea6-270ec7b7f8a4",type:n.OutputMap,version:1,declaration:pc,writesValues:[BB],index:0,parent:wB},NB={type:n.GenericReference,id:"c1b9e125-1aad-48b7-9687-95c57a6bc10d",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},MB={type:n.GenericReference,id:"d2deaa02-e164-4425-905c-6dee47eb4eac",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},VB={type:n.GenericReference,id:"1109a655-ac62-4110-a933-42a72106f4f0",entityType:n.VariableDeclaration,entityId:"8bea6986-8da2-487b-905d-2fb962db6728"},LB={like:!1,inferred:!1,id:"7d9a1307-512e-42ec-9797-2f7229796b97",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:VB},GB={type:n.GenericReference,id:"bb61ebf7-57b3-4d14-905d-82ec907205b5",entityType:n.ArgumentDeclaration,entityId:"38f6b236-98ac-47b0-ab9c-d2f9610137b9"},$B={type:n.GenericReference,id:"6b8c7bf2-9fc8-4ea4-9ec0-f41679d513b1",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},FB={type:n.GenericReference,id:"6163d1a1-7a94-49b1-95bb-aecd8d6d335c",entityType:n.FunctionCall,entityId:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e"},UB={type:n.GenericReference,id:"1f900f62-4bd2-4246-94aa-b8f5aad384fd",entityType:n.VariableDeclaration,entityId:"8bea6986-8da2-487b-905d-2fb962db6728"},CR={id:"be8538be-e6f9-4b94-9314-a546003ebaa0",type:n.InputMap,version:1,declaration:OR,name:null,description:null,readsValue:UB,defaultValue:null,index:0,parent:FB},xB={type:n.VariableDeclaration,id:"8bea6986-8da2-487b-905d-2fb962db6728",version:1,name:"Changed Account Owner",description:null,dataType:LB,readsValue:GB,writesValues:[CR],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:$B},jB={type:n.FunctionCall,id:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e",version:1,declaration:SR,inputs:[CR],outputs:[_B],process:null,successCalls:[],errorCalls:[],calledByError:[],calledByEntry:[NB],calledBySuccess:[],parent:MB,error:null,x:0,y:0},kB={type:n.GenericReference,id:"2d47aba1-a918-46a7-8db7-78809928654a",entityType:n.ArgumentDeclaration,entityId:"38f6b236-98ac-47b0-ab9c-d2f9610137b9"},qB={like:!1,inferred:!1,id:"5583766c-e9a5-484c-8f43-f4b0a6a1876c",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:kB},JB={type:n.GenericReference,id:"3e2a81e4-55b2-49f5-94eb-39135e95c3d7",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},WB={id:"38f6b236-98ac-47b0-ab9c-d2f9610137b9",type:n.ArgumentDeclaration,version:1,description:null,name:"New Company Owner",dataType:qB,implements:null,required:!0,index:0,writesValues:[xB],parent:JB},YB={type:n.GenericReference,id:"30291b01-1b94-4d03-b434-dec122c2bc7d",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},HB={type:n.FunctionDeclaration,id:"15ee556d-681f-47de-a31f-16d4ba73cc4e",version:1,description:null,name:"Change Account Owner",inputs:[WB],collapsed:!0,returnStatements:[],calls:[jB],private:!1,index:0,implements:null,x:0,y:0,parent:YB},zB={type:n.GenericReference,id:"72c7ac0a-886e-4e10-b7ed-2f5a819a0233",entityType:n.Property,entityId:"b8f4656a-2b77-43ab-af51-7c32ddede044"},ZB={like:!1,inferred:!1,id:"c09dd282-73f6-4077-a467-b66db20b9fc6",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:zB},KB={type:n.GenericReference,id:"8a950024-512c-4580-81db-a705410aeb99",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},XB={hidden:!1,required:!0,type:n.Property,id:"b8f4656a-2b77-43ab-af51-7c32ddede044",version:1,name:"Account number",description:null,private:!0,implements:null,static:!1,index:0,dataType:ZB,abstract:!1,parent:KB},QB={type:n.GenericReference,id:"b6704b6c-c3bd-49d0-8ebc-82d03e726cbb",entityType:n.Property,entityId:"733d06a6-b8c5-44f3-a1f7-a8c9bd9e44ea"},ew={like:!1,inferred:!1,id:"c03e0b0a-88ab-401a-8833-4806738bdc37",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:QB},tw={type:n.GenericReference,id:"1ef999a7-e9ed-406a-866e-e58277fc985b",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},nw={hidden:!1,required:!0,type:n.Property,id:"733d06a6-b8c5-44f3-a1f7-a8c9bd9e44ea",version:1,description:null,name:"Account Owner",index:1,dataType:ew,implements:null,static:!1,private:!0,abstract:!1,parent:tw},rw={type:n.GenericReference,id:"d41d7f41-98b8-4f67-be92-c349fdda5156",entityType:n.Project,entityId:H},ri={type:n.CustomEntity,id:"506946aa-30da-48e6-918f-ffd9eac58813",version:1,name:"Bank Account",description:null,abstract:!1,static:!1,abstractMethods:[],properties:[XB,nw],methods:[SR,HB],extends:[],implements:[xe],x:0,y:0,parent:rw},ia="bitcoin-api-response-id",BR="time-property-id",wR="disclaimer-property-id",_R="chart-name-property-id",NR="bpi-property-id",Gs="bpi-entity-id",MR="usd-property-id",VR="gbp-property-id",LR="eur-property-id",ii="currency-entity-id",GR="currency-code-property-id",$R="currency-symbol-property-id",FR="currency-rate-property-id",UR="currency-description-property-id",xR="currency-rate-number-property-id",iw={type:n.GenericReference,id:"code-property-data-type-parent-ref-id",entityType:n.Property,entityId:GR},aw={like:!1,inferred:!1,id:"code-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:null,options:["USD","GBP","EUR"],constant:!1,parent:iw},sw={type:n.GenericReference,id:"code-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},ow={hidden:!1,required:!0,type:n.Property,id:GR,version:1,name:"code",description:null,dataType:aw,index:0,implements:null,static:!1,private:!1,abstract:!1,parent:sw},lw={type:n.GenericReference,id:"symbol-property-data-type-parent-ref-id",entityType:n.Property,entityId:$R},cw={like:!1,inferred:!1,id:"symbol-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:null,options:["$","£","€"],constant:!1,parent:lw},dw={type:n.GenericReference,id:"symbol-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},uw={hidden:!1,required:!0,type:n.Property,id:$R,version:1,name:"symbol",description:null,index:0,dataType:cw,implements:null,static:!1,private:!1,abstract:!1,parent:dw},pw={type:n.GenericReference,id:"rate-property-data-type-parent-ref-id",entityType:n.Property,entityId:FR},yw={like:!1,inferred:!1,id:"rate-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:pw},fw={type:n.GenericReference,id:"rate-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},hw={hidden:!1,required:!0,type:n.Property,id:FR,version:1,name:"rate",description:null,index:0,dataType:yw,implements:null,static:!1,private:!1,abstract:!1,parent:fw},mw={type:n.GenericReference,id:"description-property-data-type-parent-ref-id",entityType:n.Property,entityId:UR},Tw={like:!1,inferred:!1,id:"description-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:mw},Ew={type:n.GenericReference,id:"description-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},bw={hidden:!1,required:!0,type:n.Property,id:UR,version:1,name:"description",description:null,dataType:Tw,implements:null,static:!1,index:0,private:!1,abstract:!1,parent:Ew},Rw={type:n.GenericReference,id:"rate-number-property-data-type-parent-ref-id",entityType:n.Property,entityId:xR},gw={like:!1,inferred:!1,id:"rate-number-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Rw},vw={type:n.GenericReference,id:"rate-number-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},Iw={hidden:!1,required:!0,type:n.Property,id:xR,version:1,name:"rate_float",description:null,dataType:gw,implements:null,static:!1,index:0,private:!1,abstract:!1,parent:vw},Dw={type:n.GenericReference,id:"currency-prototype-parent-ref-id",entityType:n.Project,entityId:H},$s={type:n.CustomEntity,id:ii,version:1,name:"Currency",description:"This entity describes a currency in the Bitcoin Price Index.",properties:[ow,uw,hw,bw,Iw],static:!1,abstract:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:Dw},Pw={type:n.GenericReference,id:"usd-property-data-type-parent-ref-id",entityType:n.Property,entityId:MR},Aw={like:!1,inferred:!1,id:"usd-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Pw},Ow={type:n.GenericReference,id:"usd-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},Sw={hidden:!1,required:!0,id:MR,type:n.Property,version:1,name:"USD",description:null,index:0,dataType:Aw,implements:null,static:!1,private:!1,abstract:!1,parent:Ow},Cw={type:n.GenericReference,id:"gbp-property-data-type-parent-ref-id",entityType:n.Property,entityId:VR},Bw={like:!1,inferred:!1,id:"gbp-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Cw},ww={type:n.GenericReference,id:"gbp-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},_w={hidden:!1,required:!0,id:VR,type:n.Property,version:1,name:"GBP",description:null,index:0,dataType:Bw,implements:null,static:!1,private:!1,abstract:!1,parent:ww},Nw={type:n.GenericReference,id:"eur-property-data-type-parent-ref-id",entityType:n.Property,entityId:LR},Mw={like:!1,inferred:!1,id:"eur-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Nw},Vw={type:n.GenericReference,id:"eur-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},Lw={hidden:!1,required:!0,id:LR,type:n.Property,version:1,name:"EUR",description:null,implements:null,static:!1,index:0,dataType:Mw,private:!1,abstract:!1,parent:Vw},Gw={type:n.GenericReference,id:"bpi-prototype-parent-ref-id",entityType:n.Project,entityId:H},jR={type:n.CustomEntity,id:Gs,version:1,name:"BPI",description:"The Bitcoin Price Index",properties:[Sw,_w,Lw],abstract:!1,static:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:Gw},$w={type:n.GenericReference,id:"time-property-data-type-parent-ref-id",entityType:n.Property,entityId:BR},Fw={like:!1,inferred:!1,id:"time-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ko,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:$w},Uw={type:n.GenericReference,id:"time-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},xw={hidden:!1,required:!0,type:n.Property,id:BR,version:1,name:"time",description:null,index:0,dataType:Fw,implements:null,static:!1,private:!1,abstract:!1,parent:Uw},jw={type:n.GenericReference,id:"disclaimer-property-data-type-parent-ref-id",entityType:n.Property,entityId:wR},kw={like:!1,inferred:!1,id:"disclaimer-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:jw},qw={type:n.GenericReference,id:"disclaimer-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},Jw={hidden:!1,required:!0,type:n.Property,id:wR,version:1,name:"disclaimer",description:null,index:0,dataType:kw,implements:null,static:!1,private:!1,abstract:!1,parent:qw},Ww={type:n.GenericReference,id:"chart-name-property-data-type-parent-ref-id",entityType:n.Property,entityId:_R},Yw={like:!1,inferred:!1,id:"chart-name-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ww},Hw={type:n.GenericReference,id:"chart-name-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},zw={hidden:!1,required:!0,type:n.Property,id:_R,version:1,name:"chartName",description:null,index:0,dataType:Yw,implements:null,static:!1,private:!1,abstract:!1,parent:Hw},Zw={type:n.GenericReference,id:"bpi-property-data-type-parent-ref-id",entityType:n.Property,entityId:NR},Kw={like:!1,inferred:!1,id:"bpi-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:jR,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Zw},Xw={type:n.GenericReference,id:"bpi-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},Qw={hidden:!1,required:!0,type:n.Property,id:NR,version:1,name:"bpi",description:null,implements:null,index:0,dataType:Kw,static:!1,private:!1,abstract:!1,parent:Xw},e_={type:n.GenericReference,id:"bitcoin-api-response-parent-ref-id",entityType:n.Project,entityId:H},kR={type:n.CustomEntity,id:ia,version:1,name:"Bitcoin API Response type",description:"The type of the data structure response from the Bitcoin API call",properties:[xw,Jw,zw,Qw],abstract:!1,static:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:e_},t_={type:n.GenericReference,id:"eefa0147-f873-484b-b4f3-9e6493aab183",entityType:n.ArgumentDeclaration,entityId:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},n_={like:!1,inferred:!1,id:"b9f35112-dcb2-4b7c-8fb9-f196b3fa37f9",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:t_},r_={type:n.GenericReference,id:"128770d6-5e3a-4aff-bca0-ad1f32ebefa8",entityType:n.ReturnStatement,entityId:"e4e05975-c277-471a-b869-f0aed316045c"},i_={type:n.GenericReference,id:"0be84bf9-6421-42b9-980f-6a03f30cb809",entityType:n.ReturnDeclaration,entityId:"a1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},a_={like:!1,inferred:!1,id:"43daa02a-237b-4b7c-a6e9-2b8c167f6e22",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:i_},s_={type:n.GenericReference,id:"ad380383-4a47-43da-968e-75a2d603b230",entityType:n.ArgumentDeclaration,entityId:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},qR={isError:!1,id:"a1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.ReturnDeclaration,version:1,name:"New Company Owner",description:"The new owner of the company",implements:null,dataType:a_,readsValue:s_,required:!0,index:0,parent:r_},o_={type:n.GenericReference,id:"4f24dc27-59a1-49bf-abcc-7d72b00926e4",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},l_={id:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a",type:n.ArgumentDeclaration,version:1,name:"New Company Owner",description:null,implements:null,dataType:n_,writesValues:[qR],required:!0,index:0,parent:o_},c_={type:n.GenericReference,id:"5c9a02f0-d2cf-4efc-828e-467f33a74dd3",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},d_={type:n.GenericReference,id:"2ff8f3da-e0c5-4f0f-b688-2c051c588786",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},u_={type:n.GenericReference,id:"195ae28c-159b-42de-80b1-2ebb8be3619f",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},JR={type:n.ReturnStatement,id:"e4e05975-c277-471a-b869-f0aed316045c",version:1,outputs:[qR],calledByError:[],calledByEntry:[d_],calledBySuccess:[],throws:null,x:0,y:0,parent:u_},p_={type:n.FunctionDeclaration,id:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4",version:1,name:"Change owner of company",description:"Change the owner of the company to a new person",inputs:[l_],calls:[JR],index:0,collapsed:!1,implements:null,returnStatements:[JR],private:!1,x:0,y:0,parent:c_},y_={type:n.GenericReference,id:"e691026f-6db0-43ec-93cd-805ae7d713e3",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},f_={type:n.GenericReference,id:"29c4e3e0-1b66-4075-b559-45b27c5cf356",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},h_={type:n.GenericReference,id:"b1289358-b185-455d-8f58-7791b15cd52a",entityType:n.ReturnStatement,entityId:"9690cd1d-ea35-4e83-823d-0c7310265fee"},m_={type:n.GenericReference,id:"d847bb49-8789-4550-bb2d-e2d551993b28",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},T_={type:n.GenericReference,id:"06535500-c37c-4915-8398-1d4e184fa5e7",entityType:n.ReturnDeclaration,entityId:"e7a35277-a0c4-46d5-aca2-bddd0c26e931"},E_={like:!1,inferred:!1,id:"d358dd91-35f7-4095-b728-3fb3c71dbc05",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:T_},yc={isError:!1,id:"e7a35277-a0c4-46d5-aca2-bddd0c26e931",type:n.ReturnDeclaration,version:1,name:"Is name registered",description:"Whether the company name is already registered",dataType:E_,implements:null,readsValue:m_,required:!0,index:0,parent:h_},b_={type:n.GenericReference,id:"gov-company-registry-return-statement-called-by-success-ref-id",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},fc={type:n.ReturnStatement,id:"9690cd1d-ea35-4e83-823d-0c7310265fee",version:1,outputs:[yc],calledByError:[],calledByEntry:[],calledBySuccess:[y_,b_],throws:null,x:0,y:0,parent:f_},R_={type:n.GenericReference,id:"b3126414-4c9b-495f-901e-59f5073c8d67",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},g_={type:n.GenericReference,id:"35115c48-618b-411b-a290-d746d22fdd10",entityType:n.VariableDeclaration,entityId:"83e12ebb-c958-4dee-b750-8ab9930f0f4e"},WR={id:"a0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a",type:n.InputMap,version:1,declaration:hl,name:null,description:null,readsValue:g_,defaultValue:null,parent:R_,index:2},v_={type:n.GenericReference,id:"14f46eae-04a5-47d1-9c7f-28fb09b84d1d",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},I_={like:!1,inferred:!1,id:"990bd5d1-07ea-4253-acc1-d03bedd22a38",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:v_},D_={type:n.GenericReference,id:"e4c3542a-8fb0-4b72-8d6e-3fdff812dd67",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},P_={type:n.GenericReference,id:"825f9f60-22a8-4cc6-9055-d7333f8e92f4",entityType:n.OutputMap,entityId:"8f30d787-9459-4d8d-98a2-b46fbc2006d5"},A_={type:n.GenericReference,id:"is-company-name-registered-var-called-by-ref",entityType:n.Operation,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},YR={type:n.VariableDeclaration,id:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a",version:1,name:"Is name registered",description:"Whether the company name is registered with the government company registry",dataType:I_,readsValue:P_,writesValues:[yc],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[A_],successCalls:[fc],errorCalls:[],internalCalls:[],x:0,y:0,parent:D_},O_={type:n.GenericReference,id:"1aba021e-48ef-44ac-93d0-eaecac5895da",entityType:n.InputMap,entityId:"c3c8d6c1-3e0d-4e6c-9f9c-6b8c7d7f8e9a"},S_={type:n.GenericReference,id:"dffae7e0-0a5c-4c14-8ed2-8d680b4c4c86",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},C_={type:n.InputMap,id:"c3c8d6c1-3e0d-4e6c-9f9c-6b8c7d7f8e9a",version:1,declaration:za,name:null,description:null,readsValue:null,defaultValue:{id:"gov-http-request-url-argument-default-value-id",type:n.PrimitiveValue,version:1,value:"https://api.publicapis.org/entries",name:D.String,valueAsType:null,parent:O_,autogeneration:null},index:1,parent:S_},B_={type:n.GenericReference,id:"64ae61f5-ace7-401b-926d-25f852daa60e",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},w_={id:"8f30d787-9459-4d8d-98a2-b46fbc2006d5",type:n.OutputMap,version:1,declaration:wi,index:2,writesValues:[YR],parent:B_},__={type:n.GenericReference,id:"62a1a086-caea-4270-9c9f-a1695503e745",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},N_={id:"48cf7654-8f3e-4fcd-abc6-740876c310a0",type:n.InputMap,version:1,declaration:Ha,name:null,description:null,readsValue:null,index:0,defaultValue:null,parent:__},M_={type:n.GenericReference,id:"b0c9c79f-f525-428d-99e7-087d3237ad62",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},V_={id:"2c1dc406-4b71-4023-87b2-abede3a111d2",type:n.InputMap,version:1,name:null,description:null,declaration:Za,index:3,readsValue:null,defaultValue:null,parent:M_},L_={type:n.GenericReference,id:"9887d6c9-d75b-4c97-b722-e2e60945ea20",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},G_={id:"3fef94b2-0278-43ae-b0c5-bc7083f0a111",type:n.InputMap,version:1,declaration:Ka,name:null,description:null,readsValue:null,index:4,defaultValue:null,parent:L_},$_={type:n.GenericReference,id:"561275b6-5056-45d8-bf7d-8abaa4645593",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},F_={id:"3efe20a7-4d63-411e-89ef-63e277f48d66",type:n.OutputMap,version:1,declaration:Xa,index:1,writesValues:[],parent:$_},U_={type:n.GenericReference,id:"3170ccc2-13de-4bfc-802a-a643be41cd42",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},x_={id:"40d34323-d7e6-440a-8016-67c05a3b66dd",type:n.OutputMap,version:1,declaration:wi,index:0,writesValues:[],parent:U_},j_={type:n.GenericReference,id:"7432fa82-f574-4c54-a8fa-4cc4376da3d5",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},k_={type:n.GenericReference,id:"8f518502-9eea-462c-8753-8bc3bf3e29a9",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},q_={type:n.GenericReference,id:"123b8f18-79d9-4166-a5f6-78ec4b461680",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},J_={type:n.GenericReference,id:"e691026f-6db0-43ec-93cd-805ae7d713e3",entityType:n.FunctionCall,entityId:"abb5d456-ee85-4800-bdd9-d409415f60d7"},W_={type:n.GenericReference,id:"a375eedf-4811-41aa-a998-4897c69c46b9",entityType:n.ReturnDeclaration,entityId:"024a9b77-c1cd-4b67-b3ba-1935046b590d"},Y_={like:!1,inferred:!1,id:"767cc5ed-20ec-4fd1-89b1-c8d19daa87d1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:W_},H_={type:n.GenericReference,id:"e64b0c23-129d-4d74-8ab4-eec60e1e5b9b",entityType:n.ReturnStatement,entityId:"ea444a9e-6a5b-4138-b81f-0d5618c3c6f3"},HR={isError:!0,id:"024a9b77-c1cd-4b67-b3ba-1935046b590d",type:n.ReturnDeclaration,version:1,name:"Error",description:"The error that occurred during the HTTP request to the government company registry",dataType:Y_,implements:null,required:!0,readsValue:null,index:0,parent:H_},z_={type:n.ReturnStatement,id:"ea444a9e-6a5b-4138-b81f-0d5618c3c6f3",version:1,outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[J_],throws:HR,x:0,y:0,parent:q_},Z_={type:n.GenericReference,id:"323814fb-9723-49ef-bbba-f882384f18e4",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},K_={id:"2f63f7ba-0ff0-458a-92bc-65d1dd4df8c3",type:n.OutputMap,declaration:Tl,version:1,writesValues:[HR],index:0,parent:Z_},X_={type:n.Operation,id:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7",version:1,declaration:_i,inputs:[N_,C_,WR,V_,G_],outputs:[x_,F_,w_],process:null,calledByError:[],calledByEntry:[j_],calledBySuccess:[],successCalls:[fc,YR],errorCalls:[z_],error:K_,x:0,y:0,parent:k_},Q_={type:n.GenericReference,id:"597b8aa2-f6f2-4f7d-bbb9-b703d02de96a",entityType:n.InputMap,entityId:"b0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a"},eN={type:n.GenericReference,id:"546d99b3-28c4-4186-93a0-ac53c1565e07",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},tN={id:"b0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a",type:n.InputMap,version:1,declaration:Ja,name:null,description:null,readsValue:null,defaultValue:{id:"base-query-string-map-default-value-id",type:n.PrimitiveValue,version:1,value:"?name=",name:D.String,parent:Q_,valueAsType:null,autogeneration:null},index:0,parent:eN},nN={type:n.GenericReference,id:"6a56fb22-82e1-47c9-bf85-41c4e5986c74",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},rN={type:n.GenericReference,id:"191c6a6d-9bcb-441e-bf98-de0da96f5f3a",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},iN={type:n.GenericReference,id:"d8fcbb76-dae2-40cf-847a-02364721b387",entityType:n.VariableDeclaration,entityId:"83e12ebb-c958-4dee-b750-8ab9930f0f4e"},aN={like:!1,inferred:!1,id:"6a70c42b-024a-47c6-8a9d-af52be9c9b9a",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:iN},sN={type:n.GenericReference,id:"2282e2c0-ed9e-4c7b-86fc-1a364fa0fdb8",entityType:n.OutputMap,entityId:"f6c22cf8-63e4-4b2d-b649-b5ab884cf9a5"},oN={type:n.GenericReference,id:"assembled-query-string-called-by-ref",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},zR={type:n.VariableDeclaration,id:"83e12ebb-c958-4dee-b750-8ab9930f0f4e",version:1,name:"Query string",description:"The final, assembled query string that will be used in the HTTP request to the government company registry",dataType:aN,readsValue:sN,writesValues:[WR],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[oN],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:rN},lN={id:"f6c22cf8-63e4-4b2d-b649-b5ab884cf9a5",type:n.OutputMap,version:1,writesValues:[zR],declaration:Ci,index:0,parent:nN},cN={type:n.GenericReference,id:"a1b48e7c-0301-4747-b4dd-b5af79956f7f",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},dN={type:n.GenericReference,id:"487c9235-be95-4c96-b9b5-2714b374a277",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},uN={type:n.GenericReference,id:"f6471f4f-b269-46fa-80ec-885e87a449c2",entityId:"a4106e8e-ec4f-4633-a636-09ae73135f69",entityType:n.ArgumentDeclaration},pN={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},ZR={id:"08f36e2b-bad2-425c-8129-93560bec8488",version:1,type:n.InputMap,declaration:Wa,name:null,description:null,readsValue:uN,defaultValue:null,index:1,parent:pN},yN={type:n.Operation,id:"8f2094c0-e27e-465e-9280-112da0de9019",declaration:Bi,version:1,inputs:[ZR,tN],outputs:[lN],process:null,calledByError:[],calledByEntry:[cN],calledBySuccess:[],successCalls:[zR],errorCalls:[],error:null,x:0,y:0,parent:dN},fN={type:n.GenericReference,id:"c2e0e9b4-aa46-4974-bf8a-886b737b12fb",entityType:n.ArgumentDeclaration,entityId:"a4106e8e-ec4f-4633-a636-09ae73135f69"},hN={like:!1,inferred:!1,id:"a4279518-3bf3-44b7-a2ac-65142ca37f1c",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:fN},mN={type:n.GenericReference,id:"dc273f24-164b-4943-82f9-589b237141e2",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},KR={id:"a4106e8e-ec4f-4633-a636-09ae73135f69",type:n.ArgumentDeclaration,version:1,name:"Company Name to check",description:"The name of the company to check in the government registry",dataType:hN,implements:null,required:!1,writesValues:[ZR],index:0,parent:mN},TN={type:n.GenericReference,id:"2178a10c-1cc0-4dad-97c3-0941be6c9738",entityType:n.Project,entityId:H},XR={type:n.FunctionDeclaration,id:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d",version:1,name:"Check Gov Company Registry availability",description:"Check whether the company name is already registered in the government company registry, or it is available for a new company to use.",inputs:[KR],calls:[yN,X_],returnStatements:[fc],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:TN},EN={type:n.GenericReference,id:"4d66c53c-f0f7-496a-9955-1e6c8533c5e0",entityType:n.Condition,entityId:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b"},bN={type:n.GenericReference,id:"6fa0c8e0-d104-4b4d-a035-d4f6e0c49f09",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},RN={type:n.GenericReference,id:"146408d5-5336-4877-941a-777dd5871926",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},gN={type:n.GenericReference,id:"34ae8f8c-548d-4654-984a-6f36affdaf49",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},QR={id:"69b1215d-9ebf-4274-b9cb-d4a5888f5122",version:1,type:n.InputMap,declaration:KR,name:null,description:null,readsValue:RN,defaultValue:null,index:0,parent:gN},vN={type:n.GenericReference,id:"07540a94-dda1-40b3-8452-f209bdc87b88",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},IN={type:n.GenericReference,id:"eaddf12a-a995-429e-90a0-13bf06efeb28",entityType:n.VariableDeclaration,entityId:"faaf3bf6-917d-40d7-aee6-5164f6646c4b"},DN={like:!1,inferred:!1,id:"7fdaf943-3ffb-48e0-b766-b86cc24090cf",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:IN},PN={type:n.GenericReference,id:"030fb5c5-af4d-4c85-8cf0-e99edd50d2bd",entityType:n.OutputMap,entityId:"c1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},AN={type:n.GenericReference,id:"a8b618e9-c68c-48c1-8bd6-ef47c87d699e",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},ON={type:n.GenericReference,id:"is-company-name-valid-var-called-by-ref",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},eg={type:n.VariableDeclaration,id:"faaf3bf6-917d-40d7-aee6-5164f6646c4b",version:1,name:"Is name valid",description:"Whether the company name is valid",dataType:DN,readsValue:PN,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[ON],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:AN},SN={id:"c1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.OutputMap,version:1,declaration:yc,writesValues:[eg],index:0,parent:vN},CN={type:n.FunctionCall,id:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a",version:1,declaration:XR,inputs:[QR],outputs:[SN],calledByError:[],calledByEntry:[],process:null,calledBySuccess:[EN],successCalls:[eg],errorCalls:[],error:null,x:0,y:0,parent:bN},BN={type:n.GenericReference,id:"9d0b87b4-bfed-4e02-9e84-6831c21feae2",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},wN={type:n.GenericReference,id:"74345f4f-e80d-48be-adff-d12fcea25bec",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},_N={type:n.GenericReference,id:"b39279ea-969a-4efb-a9ec-353bfd13db65",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},NN={type:n.GenericReference,id:"549db613-f225-4c5b-9634-7d096717f0ff",entityType:n.Condition,entityId:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b"},tg={id:"358e242c-7448-442e-ab8b-fd7fa119ea71",version:1,type:n.InputMap,declaration:lr.inputs[0],name:null,description:null,readsValue:_N,defaultValue:null,index:0,parent:NN},MN={type:n.Condition,id:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b",version:1,declaration:lr,inputs:[tg],calledByError:[],calledByEntry:[BN],calledBySuccess:[],successCalls:[CN],errorCalls:[],x:0,y:0,parent:wN},VN={type:n.GenericReference,id:"43ba1e25-f805-488f-8ae8-c58bb6215b2f",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},LN={type:n.GenericReference,id:"eb091bed-507f-4a1e-93b5-7cd2fccfe002",entityType:n.VariableDeclaration,entityId:"9c928995-0dd5-4f97-9962-56b343bc8a45"},GN={like:!1,inferred:!1,id:"d64152ea-831f-4426-9506-a39bfa170513",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:LN},$N={type:n.GenericReference,id:"7e79c29f-f7bd-441a-a77e-c627604dae94",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},FN={type:n.GenericReference,id:"8995ce5f-d5cf-4341-a8b1-5c046cc78b89",entityType:n.ArgumentDeclaration,entityId:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071"},UN={type:n.GenericReference,id:"new-company-bank-account-var-decl-1-called-by-ref",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},ng={type:n.VariableDeclaration,id:"9c928995-0dd5-4f97-9962-56b343bc8a45",version:1,name:"New bank account",description:"The new entity value representing the new bank account of the company",dataType:GN,readsValue:FN,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[UN],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:$N},xN={type:n.GenericReference,id:"9a4887bf-d50d-43e4-bdd5-a5262f65f04b",entityType:n.ArgumentDeclaration,entityId:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071"},jN={like:!1,inferred:!1,id:"ae148c06-3143-49e9-9614-c3aca3f6fa7b",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:xN},kN={id:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071",type:n.ArgumentDeclaration,version:1,name:"New bank account",description:"The new bank account of the company",dataType:jN,implements:null,required:!0,index:1,writesValues:[ng],parent:VN},qN={type:n.GenericReference,id:"caec9cf8-3133-48d4-a390-114fa71b2933",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},JN={type:n.GenericReference,id:"cebcbad8-ca87-4c4b-be8a-312293d49892",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},WN={type:n.GenericReference,id:"7b8ccfe5-f9cd-4776-a19b-80c689bbe3df",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},YN={like:!1,inferred:!1,id:"2a6b4703-ac8d-4d25-8abd-48a115577fec",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:WN},HN={id:"c6cf620c-1eee-4919-8578-1a0b6c088551",type:n.ArgumentDeclaration,version:1,name:"New company name",description:null,dataType:YN,implements:null,required:!0,index:0,writesValues:[tg,QR],parent:JN},zN={type:n.FunctionDeclaration,id:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84",version:1,name:"Company changed event",description:"The event that is triggered when a company is changed",returnStatements:[],collapsed:!1,inputs:[HN,kN],calls:[MN,ng],index:1,private:!1,implements:null,x:0,y:0,parent:qN},ZN={type:n.GenericReference,id:"employee-manager-property-data-type-entity-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},KN={type:n.GenericReference,id:"employee-manager-property-data-type-parent-ref-id",entityType:n.Property,entityId:"employee-manager-property-id"},XN={like:!1,inferred:!1,id:"employee-manager-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ZN,isList:!1,isNullable:!0,asType:!1,defaultValue:null,constant:!1,parent:KN},QN={type:n.GenericReference,id:"employee-manager-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},eM={hidden:!1,required:!0,type:n.Property,id:"employee-manager-property-id",version:1,name:"Manager",description:"The manager of the employee",index:0,implements:null,private:!1,static:!1,dataType:XN,abstract:!1,parent:QN},tM={type:n.GenericReference,id:"employee-start-date-property-data-type-parent-ref-id",entityType:n.Property,entityId:"employee-start-date-property-id"},nM={like:!1,inferred:!1,id:"employee-start-date-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:un,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:tM},rM={type:n.GenericReference,id:"employee-start-date-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},iM={hidden:!1,required:!0,type:n.Property,id:"employee-start-date-property-id",version:1,name:"Start date",description:"The date the employee started working in the company",index:0,private:!1,static:!1,implements:null,dataType:nM,abstract:!1,parent:rM},aM={type:n.GenericReference,id:"employee-department-property-ref-id",entityType:n.Property,entityId:"employee-department-property-id"},sM={like:!1,inferred:!1,id:"employee-department-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,isNullable:!1,asType:!1,options:["Human Resources","Finance","IT","Sales","Marketing","Customer Service","Logistics","Product"],defaultValue:null,constant:!1,parent:aM},oM={type:n.GenericReference,id:"employee-department-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},lM={hidden:!1,required:!0,type:n.Property,id:"employee-department-property-id",version:1,name:"Department",description:"The department the employee works in, from a list of departments in the company",index:0,implements:null,static:!1,private:!1,dataType:sM,abstract:!1,parent:oM},cM={type:n.GenericReference,id:"employee-prototype-parent-ref-id",entityType:n.Project,entityId:H},St={type:n.CustomEntity,id:"employee-entity-id",version:1,name:"Employee",description:"A entity that represents an employee in the company",properties:[lM,iM,eM],abstract:!1,static:!1,abstractMethods:[],methods:[],implements:[],extends:[pt],x:0,y:0,parent:cM},dM={type:n.GenericReference,id:"dec8fbfe-9124-41fd-9f1c-5b2f07cfd6ba",entityType:n.Property,entityId:"4f52d044-f3dd-4bdf-927e-637c3b92e8bd"},uM={like:!1,inferred:!1,id:"bc0b8979-6c43-4d47-a712-6742b89e3c00",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:dM},pM={type:n.GenericReference,id:"4f8c0a05-466e-4672-b4c4-6bd408c0be9a",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},yM={hidden:!1,required:!0,type:n.Property,id:"4f52d044-f3dd-4bdf-927e-637c3b92e8bd",version:1,name:"Company Name",private:!1,static:!1,description:"The name of the company",index:0,implements:null,dataType:uM,abstract:!1,parent:pM},fM={type:n.GenericReference,id:"95173fe0-a6e6-443c-94f3-f7c5cf171fcf",entityType:n.Property,entityId:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3"},hM={like:!1,inferred:!1,id:"ddbb6f5c-0cf4-41fb-83b3-b6c47c0e338d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:fM},mM={type:n.GenericReference,id:"6a9a0b72-a05d-4169-b3f3-5afb01e8d0df",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},hc={hidden:!1,required:!0,type:n.Property,id:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3",version:1,name:"Bank account",description:"The bank account of the company",index:1,implements:null,static:!1,private:!1,dataType:hM,abstract:!1,parent:mM},TM={type:n.GenericReference,id:"62892cc6-d227-4088-90d3-ae7c15ed4af4",entityType:n.Property,entityId:"19a31727-1fba-40a5-be25-18e0f149d5cb"},EM={like:!1,inferred:!1,id:"1f7629df-dc29-4c89-8369-c6d043e97a9e",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:TM},bM={type:n.GenericReference,id:"89384206-fd5a-4f0a-849c-f777473e5773",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},RM={hidden:!1,required:!0,type:n.Property,id:"19a31727-1fba-40a5-be25-18e0f149d5cb",version:1,name:"Company Owner",description:"The person that owns the company",index:2,static:!1,implements:null,dataType:EM,private:!0,abstract:!1,parent:bM},gM={type:n.GenericReference,id:"4d2ffb6c-5f38-436e-8339-fb9878ac2b5e",entityType:n.Property,entityId:"f8310850-a87e-405c-b182-4f1d5fa49240"},vM={like:!1,inferred:!1,id:"ad44250b-40c2-48f7-a480-381fa938f562",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:St,isList:!0,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:gM},IM={type:n.GenericReference,id:"aa5d4eee-6fac-4e72-bf21-9c8750024541",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},DM={hidden:!1,required:!0,type:n.Property,id:"f8310850-a87e-405c-b182-4f1d5fa49240",version:1,name:"Employees",description:null,index:3,dataType:vM,implements:null,private:!0,static:!1,abstract:!1,parent:IM},PM={type:n.GenericReference,id:"e3c03b6b-2ea0-4d99-865d-5e6a348672d0",entityType:n.Project,entityId:H},gt={type:n.CustomEntity,id:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d",version:1,name:"Company",description:null,properties:[yM,hc,RM,DM],static:!1,abstract:!1,abstractMethods:[],methods:[p_,zN],extends:[],implements:[xe],x:0,y:0,parent:PM},AM={type:n.GenericReference,id:"ffcad334-138d-4b67-8fb3-5f0e6f5fefbd",entityType:n.Project,entityId:H},mc={type:n.FunctionDeclaration,id:"0f89260c-8c58-4639-8629-d9ea5ab40ba7",version:1,name:"Show popup",description:null,inputs:[],calls:[],returnStatements:[],implements:null,collapsed:!1,private:!1,index:null,x:0,y:0,parent:AM};n.GenericReference,n.DataType;const OM={id:"cron-job-entity-expression-property-ref-id",type:n.GenericReference,entityId:"cron-job-entity-expression-property-id",entityType:n.Property},SM={like:!1,inferred:!1,id:"cron-job-entity-expression-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:OM},CM={id:"cron-job-entity-ref-id",type:n.GenericReference,entityId:"cron-job-entity-id",entityType:n.CustomEntity},BM={hidden:!1,required:!0,id:"cron-job-entity-expression-property-id",type:n.Property,version:1,name:"Cron expression",description:"The cron expression that defines when the cron job should be triggered",dataType:SM,implements:null,static:!0,private:!1,abstract:!1,index:0,parent:CM},wM={id:"cron-job-entity-trigger-show-popup-func-call-called-by-ref-one-id",type:n.GenericReference,entityId:"show-popup-func-decl-id",entityType:n.FunctionDeclaration},_M={id:"cron-job-entity-trigger-show-popup-func-call-parent-ref-id",type:n.GenericReference,entityId:"cron-job-entity-trigger-func-decl-id",entityType:n.FunctionDeclaration},NM={id:"cron-job-entity-trigger-show-popup-func-call-id",version:1,type:n.FunctionCall,declaration:mc,inputs:[],outputs:[],process:null,successCalls:[],calledByError:[],calledByEntry:[wM],calledBySuccess:[],errorCalls:[],error:null,x:0,y:0,parent:_M},MM={id:"cron-job-entity-trigger-func-decl-parent-ref-id",type:n.GenericReference,entityId:"cron-job-entity-id",entityType:n.CustomEntity},VM={id:"cron-job-entity-trigger-func-decl-id",version:1,type:n.FunctionDeclaration,name:"Scheduled trigger",description:"The function that is called when the cron job is triggered",inputs:[],private:!1,implements:xl,calls:[NM],collapsed:!1,returnStatements:[],index:0,x:0,y:0,parent:MM},LM={id:"cron-job-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},GM={id:"cron-job-entity-id",version:1,type:n.CustomEntity,name:"Run at 12pm on Christmas day",description:"A cron job that runs at 12pm on Christmas day",properties:[BM],static:!0,abstract:!1,abstractMethods:[],extends:[jl],implements:[],methods:[VM],x:0,y:0,parent:LM},$M={type:n.GenericReference,id:"52dbd85c-48b1-462a-8205-2437d6fb1cb4",entityType:n.Project,entityId:H},FM={type:n.CustomEntity,id:"6f0908c2-09c6-4a8b-8f43-d2467fe6fb39",version:1,name:"Get bank all bank accounts",description:null,properties:[],static:!0,abstract:!1,abstractMethods:[],methods:[],extends:[],implements:[as],x:0,y:0,parent:$M},rg="f558fbf8-67de-4545-9804-6ae621e0b2d4",UM={id:"getCompanyByIdEndpointPathParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointPathParamsVariableDataType"},xM={id:"getCompanyByIdEndpointPathParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointPathParamsArgumentDeclaration"},jM={like:!1,inferred:!1,id:"getCompanyByIdEndpointPathParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:{id:"getCompanyByIdEndpointPathParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:UM,autogeneration:null,valueAsType:null},parent:xM},kM={id:"getCompanyByIdEndpointReachedEntityEventRef",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},qM={id:"getCompanyByIdEndpointRequestHeadersVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointRequestHeadersVariableDataType"},JM={id:"getCompanyByIdEndpointRequestHeadersArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestHeadersArgumentDeclaration"},WM={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestHeadersVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"getCompanyByIdEndpointRequestHeadersVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:qM,autogeneration:null,valueAsType:null},parent:JM},YM={id:"getCompanyByIdEndpointRequestHeadersArgumentDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the request.",type:n.ArgumentDeclaration,writesValues:[],name:"Request headers",dataType:WM,implements:Bl,required:!0,index:0,parent:kM},HM={id:"getCompanyByIdEndpointReachedEntityEventRefTwo",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},zM={id:"getCompanyByIdEndpointPathParamsArgumentDeclaration",type:n.ArgumentDeclaration,description:"A standarized text, without spaces that is added at the end of the domain and routes the request to a specific resource within the target server. For example: /api/users/123, /api/users/123/:name, /api/users/123/:name/:age.",version:1,name:"Path parameters",writesValues:[],dataType:jM,implements:wl,required:!0,index:1,parent:HM},ZM={id:"getCompanyByIdEndpointReachedEntityEventRefThree",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},KM={id:"getCompanyByIdEndpointRequestQueryParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointRequestQueryParamsVariableDataType"},XM={id:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclaration"},QM={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestQueryParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,asType:!1,entity:x,defaultValue:{id:"getCompanyByIdEndpointRequestQueryParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:KM,autogeneration:null,valueAsType:null},parent:XM},e1={id:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclaration",version:1,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",type:n.ArgumentDeclaration,writesValues:[],name:"Request query params",dataType:QM,implements:_l,required:!0,index:2,parent:ZM},t1={id:"getCompanyByIdEndpointReachedEntityEventRefFour",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},n1={id:"getCompanyByIdEndpointRequestBodyArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestBodyArgumentDeclaration"},r1={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestBodyVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:n1},i1={id:"getCompanyByIdEndpointRequestBodyArgumentDeclaration",version:1,description:"The main data payload of the request.",type:n.ArgumentDeclaration,writesValues:[],name:"Request body",dataType:r1,implements:Nl,index:3,required:!0,parent:t1},a1={id:"getCompanyByIdEndpointResponseCodeReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseCodeReturnDeclaration"},s1={like:!1,inferred:!1,id:"9ba575b0-6f8e-436d-a3de-3b843622aa17",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:a1},o1={id:"getCompanyByIdEndpointReturnStatementRef",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},l1={isError:!1,id:"getCompanyByIdEndpointResponseCodeReturnDeclaration",version:1,description:"A standarized number that represents the status of the response. 200 for OK, 404 for not found, 500 for server error, etc.",type:n.ReturnDeclaration,name:"Response code",dataType:s1,implements:Ml,readsValue:null,required:!0,index:0,parent:o1},c1={id:"getCompanyByIdEndpointResponseHeadersDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointResponseHeadersDataType"},d1={id:"getCompanyByIdEndpointResponseHeadersReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseHeadersReturnDeclaration"},u1={like:!1,inferred:!1,id:"getCompanyByIdEndpointResponseHeadersDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"getCompanyByIdEndpointResponseHeadersDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:c1,autogeneration:null,valueAsType:null},parent:d1},p1={id:"getCompanyByIdEndpointReturnStatementRefTwo",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},y1={isError:!1,id:"getCompanyByIdEndpointResponseHeadersReturnDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the response.",type:n.ReturnDeclaration,name:"Response headers",dataType:u1,implements:Vl,readsValue:null,required:!0,index:1,parent:p1},f1={id:"getCompanyByIdEndpointResponseBodyReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseBodyReturnDeclaration"},h1={like:!1,inferred:!1,id:"getCompanyByIdEndpointResponseBodyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:f1},m1={id:"getCompanyByIdEndpointReturnStatementRefThree",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},T1={isError:!1,id:"getCompanyByIdEndpointResponseBodyReturnDeclaration",version:1,description:"The main data payload of the response.",type:n.ReturnDeclaration,name:"Response body",implements:Ll,dataType:h1,readsValue:null,required:!0,index:2,parent:m1},E1={id:"getCompanyByIdEndpointReturnStatementCallerRef",type:n.GenericReference,entityId:"getCompanyByIdEndpointReachedEntityEvent",entityType:n.FunctionDeclaration},b1={id:"getCompanyByIdEndpointReachedEntityEventRefFive",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},R1={id:"getCompanyByIdEndpointReturnStatement",type:n.ReturnStatement,version:1,outputs:[l1,y1,T1],calledByError:[],calledByEntry:[E1],calledBySuccess:[],throws:null,x:0,y:0,parent:b1},g1={id:"endpointBuiltInBaseEntityRefFour",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:rg},v1={id:"getCompanyByIdEndpointReachedEntityEvent",name:"Endpoint reached",version:1,type:n.FunctionDeclaration,inputs:[YM,zM,e1,i1],returnStatements:[R1],description:"Fired when the endpoint is reached.",calls:[],collapsed:!1,implements:Gl,index:0,private:!1,x:0,y:0,parent:g1},I1={id:"getCompanyByIdEndpointPathPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointPathPropertyDataType"},D1={id:"getCompanyByIdEndpointPathPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"getCompanyByIdEndpointPathProperty"},P1={like:!1,inferred:!1,id:"getCompanyByIdEndpointPathPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"getCompanyByIdEndpointPathPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.String,value:"/company/{id}",parent:I1,valueAsType:null,autogeneration:null},parent:D1},A1={id:"getCompanyByIdEndpointBaseEntityRefTwo",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},O1={hidden:!1,required:!0,id:"getCompanyByIdEndpointPathProperty",name:"Path",version:1,type:n.Property,private:!1,abstract:!1,static:!0,implements:Sl,dataType:P1,index:1,description:"Path to the endpoint, for example /api/users, or /api/users/{id}, or /api/users/{id}/:name. The path can contain parameters, which are defined by curly braces, and will be passed to the endpoint event as variables with the same name.",parent:A1},S1={id:"getCompanyByIdEndpointMethodPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointMethodPropertyDataType"},C1={id:"getCompanyByIdEndpointMethodPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"getCompanyByIdEndpointMethodProperty"},B1={like:!1,inferred:!1,id:"getCompanyByIdEndpointMethodPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:_n,isList:!0,isNullable:!1,constant:!0,asType:!1,defaultValue:{id:"getCompanyByIdEndpointMethodPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,parent:S1,valueAsType:null,autogeneration:null},options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],parent:C1},w1={id:"getCompanyByIdEndpointBaseEntityRefThree",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},_1={hidden:!1,required:!0,id:"getCompanyByIdEndpointMethodProperty",name:"Method",version:1,type:n.Property,private:!1,abstract:!1,static:!0,implements:Cl,index:0,dataType:B1,description:null,parent:w1},N1={type:n.GenericReference,id:"6a905153-8aa8-4424-bd7b-6415731a2725",entityType:n.Project,entityId:H},M1={type:n.CustomEntity,id:rg,version:1,name:"Get given company data by id",description:null,properties:[O1,_1],methods:[v1],static:!0,abstract:!1,abstractMethods:[],extends:[],implements:[as],x:0,y:0,parent:N1},V1={id:"product-prototype-database-property-ref-id",type:n.GenericReference,entityId:"product-prototype-database-property-id",entityType:n.Property},L1={id:"product-prototype-database-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"product-prototype-database-property-data-type-default-value-id",entityType:n.DataType},G1={like:!1,inferred:!1,id:"product-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"product-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:dc,autogeneration:null,parent:L1},parent:V1},$1={id:"product-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},F1={hidden:!1,required:!0,id:"product-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:G1,description:"The database that the entity belongs to.",parent:$1},U1={type:n.GenericReference,id:"13a4045e-dcb0-4159-8d33-10a646078b5a",entityType:n.Property,entityId:"d519c26a-15b8-40d8-ad09-13fa9342e9ba"},x1={like:!1,inferred:!1,id:"7449779e-1d4e-409c-81c6-4b611336ed18",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:U1},j1={type:n.GenericReference,id:"0969562f-d836-406f-8b48-dd9d417fbe72",entityType:n.CustomEntity,entityId:"a2d0ec83-72ce-4f54-b059-a39e018fa86c"},k1={hidden:!1,required:!0,type:n.Property,id:"d519c26a-15b8-40d8-ad09-13fa9342e9ba",version:1,name:"Name",description:"The name of the product",index:0,implements:null,static:!1,private:!1,dataType:x1,abstract:!1,parent:j1},q1={type:n.GenericReference,id:"833a5425-7bd0-41dd-9e97-e018acce9592",entityType:n.Project,entityId:H},J1={type:n.CustomEntity,id:"a2d0ec83-72ce-4f54-b059-a39e018fa86c",version:1,name:"Product",description:"A product that can be sold",implements:[xe],extends:[],abstract:!1,static:!1,abstractMethods:[],properties:[F1,k1],methods:[],x:0,y:0,parent:q1},aa="project-loaded-event-id",en="get-bitcoin-price-http-call-operation-id",ig="get-bitcoin-price-http-call-response-body-id",Fs="validate-bitcoin-price-response-operation-ids",W1={type:n.GenericReference,id:"validate-bitcoin-data-to-validate-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:ig},Y1={type:n.GenericReference,id:"validate-bitcoin-data-to-validate-input-map-parent-ref-id",entityType:n.Operation,entityId:Fs},ag={id:"validate-bitcoin-data-to-validate-input-map-id",type:n.InputMap,version:1,declaration:nr.inputs[1],name:null,description:null,readsValue:W1,defaultValue:null,index:0,parent:Y1},H1={type:n.GenericReference,id:"validate-bitcoin-type-to-match-input-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:"validate-bitcoin-type-to-match-input-map-id"},z1={type:n.GenericReference,id:"validate-bitcoin-type-to-match-input-map-parent-ref-id",entityType:n.Operation,entityId:Fs},Z1={id:"validate-bitcoin-type-to-match-input-map-id",type:n.InputMap,version:1,declaration:nr.inputs[0],name:null,description:null,readsValue:null,defaultValue:{id:"validate-bitcoin-type-to-match-input-map-default-value-id",type:n.PrimitiveValue,version:1,name:D.EntityTemplate,valueAsType:kR,value:null,parent:H1,autogeneration:null},index:0,parent:z1},K1={type:n.GenericReference,id:"validate-bitcoin-validated-entity-output-map-parent-ref-id",entityType:n.Operation,entityId:Fs},X1={id:"validate-bitcoin-validated-entity-output-map-id",type:n.OutputMap,version:1,declaration:nr.outputs[0],writesValues:[],index:0,parent:K1},Q1={type:n.GenericReference,id:"validate-bitcoin-price-response-operation-parent-ref-id",entityType:n.GlobalEvent,entityId:aa},eV={type:n.GenericReference,id:"validate-bitcoin-price-response-operation-called-by-ref-id",entityType:n.Operation,entityId:en},tV={type:n.Operation,id:Fs,version:1,declaration:nr,inputs:[Z1,ag],outputs:[X1],process:null,successCalls:[],errorCalls:[],error:null,x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[eV],parent:Q1},nV={type:n.GenericReference,id:"96edb661-3f36-406c-8921-f1679dd796a3",entityType:n.FunctionCall,entityId:en},rV={id:"c93e1393-9b5e-4de2-b8da-7eae647d715a",version:1,type:n.InputMap,declaration:Ha,name:null,description:null,readsValue:null,defaultValue:null,index:0,parent:nV},iV={type:n.GenericReference,id:"40312b28-71b8-4b01-a654-58b87191939d",entityType:n.FunctionCall,entityId:en},aV={type:n.GenericReference,id:"6ea96c7d-02a7-4971-82ad-2f32a0fec8b4",entityType:n.InputMap,entityId:"9f21cbac-5a83-4983-8923-9224ffd3ba9f"},sV={id:"9f21cbac-5a83-4983-8923-9224ffd3ba9f",version:1,type:n.InputMap,declaration:za,name:null,description:null,readsValue:null,defaultValue:{id:"get-bitcoin-price-http-request-url-argument-default-value-id",type:n.PrimitiveValue,version:1,value:"https://api.coindesk.com/v1/bpi/currentprice.json",name:D.String,parent:aV,valueAsType:null,autogeneration:null},index:1,parent:iV},oV={type:n.GenericReference,id:"2610bf4a-c8a2-4746-b6cc-eb15f7fa8e9c",entityType:n.FunctionCall,entityId:en},lV={id:"ffb3cd9d-c955-4104-bc7b-299120fe4ede",version:1,type:n.InputMap,declaration:Za,name:null,description:null,readsValue:null,defaultValue:null,index:2,parent:oV},cV={type:n.GenericReference,id:"bfd29a6a-671a-448c-9f2f-f8c7e4ad8349",entityType:n.FunctionCall,entityId:en},dV={id:"412bf1f3-1a8e-4665-a95f-82117540e34e",version:1,type:n.InputMap,declaration:Ka,name:null,description:null,readsValue:null,defaultValue:null,index:3,parent:cV},uV={type:n.GenericReference,id:"616a15f3-c224-4b11-b95c-63314edef409",entityType:n.FunctionCall,entityId:en},pV={id:"4dd4651c-02e4-45f1-b50f-824f3bcb1648",version:1,type:n.OutputMap,declaration:Xa,writesValues:[],index:1,parent:uV},yV={type:n.GenericReference,id:"28793b68-4d7e-4826-aee1-f201a3499faf",entityType:n.FunctionCall,entityId:en},fV={id:"94fe9d35-4dd4-4729-a50c-5283ccd7e661",version:1,type:n.OutputMap,declaration:ml,writesValues:[],index:0,parent:yV},hV={type:n.GenericReference,id:"f13e04b2-49b4-4c69-85b8-cbbafafa3524",entityType:n.FunctionCall,entityId:en},mV={id:ig,type:n.OutputMap,version:1,declaration:wi,writesValues:[ag],index:2,parent:hV},TV={type:n.GenericReference,id:"6148d6d0-caaa-45fc-b601-ff2493dfc60f",entityType:n.FunctionDeclaration,entityId:en},EV={type:n.GenericReference,id:"b115f084-807b-44b3-ae01-b69cc342f761",entityType:n.GlobalEvent,entityId:aa},bV={type:n.Operation,id:en,version:1,declaration:_i,inputs:[rV,sV,lV,dV],outputs:[fV,pV,mV],process:null,parent:EV,calledByError:[],calledByEntry:[TV],calledBySuccess:[],successCalls:[tV],errorCalls:[],error:null,x:0,y:0},RV={type:n.GenericReference,id:"24e76019-3f94-475b-91ce-297f76bbc224",entityType:n.GlobalEvent,entityId:aa},gV={type:n.GenericReference,id:"0eac8e29-cdf2-42f8-8ea7-ad76d4d79abe",entityType:n.GlobalEvent,entityId:aa},vV={process:null,type:n.FunctionCall,id:"2d2e7593-bfbf-457c-a607-5fce18eef457",version:1,declaration:mc,inputs:[],outputs:[],calledByError:[],calledByEntry:[RV],calledBySuccess:[],parent:gV,successCalls:[],errorCalls:[],error:null,x:0,y:0},IV={id:"793b5999-a9da-47fb-9665-0c17ebc6d5c9",type:n.GenericReference,entityType:n.Project,entityId:"2e7eb5382-3d99-44fd-972a-b8b1e819f6be"},DV={type:n.GlobalEvent,id:aa,version:1,name:cn.PROJECT_PUBLICATION_COMPLETED,returnStatements:[],collapsed:!1,implements:ds,parent:IV,inputs:[],calls:[vV,bV],x:0,y:0},Gt="abort-execution-func-declaration-id",sa="abort-execution-func-exec-var-declaration-id",Us="abort-execution-func-small-wait-op-id",Tc="abort-execution-func-long-wait-op-id",sg="abort-execution-func-long-wait-process-output-id",og="abort-execution-func-exec-var-instance-write-id",lg="abort-execution-func-long-wait-return-stmt-id",cg="abort-execution-func-small-wait-return-stmt-id",PV="abort-execution-func-exec-var-instance-abort-call-id",Ec="abort-execution-func-exec-var-instance-abort-internal-call-id",dg="abort-execution-func-exec-second-wait-op-id",AV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:"short-wait-return-statement-returned-hello-string-id"},OV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-data-type-default-value-parent-ref-id",entityType:n.DataType,entityId:"short-wait-return-statement-returned-hello-string-data-type-id"},SV={like:!1,inferred:!1,id:"short-wait-return-statement-returned-hello-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:{id:"short-wait-return-statement-returned-hello-string-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"Hello 2",autogeneration:null,valueAsType:null,parent:OV},constant:!1,parent:AV},CV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-parent-ref-id",entityType:n.ReturnStatement,entityId:cg},BV={isError:!1,id:"short-wait-return-statement-returned-hello-string-id",type:n.ReturnDeclaration,version:1,name:"Return 1",description:"A random string that is returned by the function",dataType:SV,implements:null,readsValue:null,required:!0,index:0,parent:CV},wV={type:n.GenericReference,id:"short-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Us},_V={type:n.GenericReference,id:"short-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},ug={type:n.ReturnStatement,id:cg,version:1,outputs:[BV],calledByError:[],calledByEntry:[],calledBySuccess:[wV],throws:null,x:0,y:0,parent:_V},NV={type:n.GenericReference,id:"second-wait-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"second-wait-argument-map-id"},MV={type:n.GenericReference,id:"second-wait-argument-map-parent-ref-id",entityType:n.Operation,entityId:dg},VV={id:"second-wait-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"second-wait-argument-default-value-id",type:n.PrimitiveValue,version:1,value:2e3,valueAsType:null,autogeneration:null,name:D.Number,parent:NV},index:0,parent:MV},LV={type:n.GenericReference,id:"small-wait-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},GV={type:n.GenericReference,id:"small-wait-called-by-ref-one-id",entityType:n.InternalCall,entityId:Ec},$V={id:dg,type:n.Operation,version:1,declaration:dt,inputs:[VV],outputs:[],process:null,successCalls:[ug],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[GV],error:null,parent:LV},FV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-abort-internal-call-called-by-ref-one-id",entityType:n.VariableInstance,entityId:og},UV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-abort-internal-call-called-by-ref-two-id",entityType:n.Operation,entityId:Us},xV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},jV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:sa},kV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-internal-call-ref-one-id",entityType:n.InternalCall,entityId:Ec},qV={id:PV,type:n.VariableInstance,version:1,declaration:jV,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[kV],parent:xV},pg={id:Ec,type:n.InternalCall,version:1,inputs:[],outputs:[],declaration:kl,process:null,calledByError:[],calledByEntry:[],calledBySuccess:[FV,UV],successCalls:[$V],errorCalls:[],error:null,index:0,parent:qV},JV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},WV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-called-by-ref-one-id",entityType:n.VariableDeclaration,entityId:sa},YV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-called-by-ref-two-id",entityType:n.FunctionDeclaration,entityId:Gt},HV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:sa},zV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-reads-value-ref-id",entityType:n.OutputMap,entityId:sg},bc={id:og,type:n.VariableInstance,version:1,declaration:HV,inputs:[],outputs:[],calledByError:[],calledByEntry:[YV],calledBySuccess:[WV],successCalls:[pg],errorCalls:[],x:0,y:0,readsValue:zV,writesValues:[],internalCalls:[],parent:JV},ZV={type:n.GenericReference,id:"abort-exec-func-var-decl-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:sa};n.GenericReference,n.DataType;const KV={like:!1,inferred:!1,id:"abort-exec-func-var-decl-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:ql,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:ZV,defaultValue:null},XV={type:n.GenericReference,id:"abort-exec-func-var-decl-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},QV={type:n.GenericReference,id:"abort-exec-func-var-decl-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},e0={id:sa,type:n.VariableDeclaration,version:1,name:"Execution in progress",description:"A variable that holds an ongoing execution to abort it if needed",dataType:KV,inputs:[],outputs:[],calledByError:[],calledByEntry:[QV],calledBySuccess:[],successCalls:[bc],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:XV},t0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:"long-wait-return-statement-returned-hello-string-id"},n0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-data-type-default-value-parent-ref-id",entityType:n.DataType,entityId:"long-wait-return-statement-returned-hello-string-data-type-id"},r0={like:!1,inferred:!1,id:"long-wait-return-statement-returned-hello-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:{id:"long-wait-return-statement-returned-hello-string-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"Hello 1",autogeneration:null,valueAsType:null,parent:n0},constant:!1,parent:t0},i0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-parent-ref-id",entityType:n.ReturnStatement,entityId:lg},a0={isError:!1,id:"long-wait-return-statement-returned-hello-string-id",type:n.ReturnDeclaration,version:1,name:"Return 2",description:"A random string that is returned by the function",implements:null,dataType:r0,readsValue:null,required:!0,index:0,parent:i0},s0={type:n.GenericReference,id:"long-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Tc},o0={type:n.GenericReference,id:"long-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},yg={type:n.ReturnStatement,id:lg,version:1,outputs:[a0],calledByError:[],calledByEntry:[],calledBySuccess:[s0],throws:null,x:0,y:0,parent:o0},l0={type:n.GenericReference,id:"long-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"long-argument-map-id"},fg={type:n.GenericReference,id:"long-argument-map-parent-ref-id",entityType:n.Operation,entityId:Tc},c0={id:"long-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"long-argument-default-value-id",type:n.PrimitiveValue,version:1,value:1500,valueAsType:null,autogeneration:null,name:D.Number,parent:l0},index:0,parent:fg},d0={type:n.GenericReference,id:"long-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},u0={type:n.GenericReference,id:"long-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},p0={id:sg,type:n.OutputMap,version:1,declaration:Wl,writesValues:[bc],index:0,parent:fg},y0={id:Tc,type:n.Operation,version:1,declaration:dt,inputs:[c0],outputs:[],process:p0,successCalls:[yg],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[u0],calledBySuccess:[],error:null,parent:d0},f0={type:n.GenericReference,id:"small-wait-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"small-wait-argument-map-id"},h0={type:n.GenericReference,id:"small-wait-argument-map-parent-ref-id",entityType:n.Operation,entityId:Us},m0={id:"small-wait-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"small-wait-argument-default-value-id",type:n.PrimitiveValue,version:1,value:500,valueAsType:null,autogeneration:null,name:D.Number,parent:f0},index:0,parent:h0},T0={type:n.GenericReference,id:"small-wait-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},E0={type:n.GenericReference,id:"small-wait-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},b0={id:Us,type:n.Operation,version:1,declaration:dt,inputs:[m0],outputs:[],process:null,successCalls:[pg],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[E0],calledBySuccess:[],error:null,parent:T0},R0={type:n.GenericReference,id:"abort-execution-func-decl-parent-ref-id",entityType:n.Project,entityId:H},hg={id:"abort-execution-func-decl-id",type:n.FunctionDeclaration,version:1,name:"Test aborting execution",description:"Executes a wait and then aborts the execution of that wait",inputs:[],returnStatements:[yg,ug],calls:[b0,e0,bc,y0],implements:null,private:!1,collapsed:!1,index:null,x:0,y:0,parent:R0},g0={type:n.GenericReference,id:"call-execution-abort-func-parent-ref-id",entityType:n.Project,entityId:H},v0={id:"call-execution-abort-func-id",type:n.FunctionCall,version:1,declaration:hg,inputs:[],process:null,outputs:[],successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:g0},Rc="manual-hello-world-loop-func-decl-id",mg="manual-hello-world-loop-func-return-statement-id",tn="manual-hello-world-loop-id",oa="manual-hello-world-loop-body-id",gc="manual-hello-world-loop-break-statement-id",la="manual-hello-world-loop-current-iteration-number-output-map-id",vc="manual-hello-world-loop-previous-iterations-results-output-map-id",Ic="assembled-hello-world-text-output-id",Tg="assembled-hello-world-list-output-id",ca="iteration-number-is-equal-or-greater-than-10-condition-id",xs="join-hello-world-and-number-operation-id",js="append-string-to-list-operation-id",Eg="hello-world-loop-output-map-id",I0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-parent-ref",entityType:n.ReturnStatement,entityId:mg},D0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-data-type-parent-ref",entityType:n.ReturnDeclaration,entityId:"manual-hello-world-loop-function-declaration-output-declaration"},P0={like:!1,inferred:!1,id:"manual-hello-world-loop-function-declaration-output-declaration-data-type",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!0,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:D0},A0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-reads-value-ref",entityType:n.OutputMap,entityId:Eg},bg={isError:!1,id:"manual-hello-world-loop-function-declaration-output-declaration",version:1,type:n.ReturnDeclaration,name:"Results",description:null,dataType:P0,implements:null,readsValue:A0,required:!0,index:0,parent:I0},O0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-return-statement-called-by-ref",entityType:n.Loop,entityId:tn},S0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-parent-ref",entityType:n.FunctionDeclaration,entityId:Rc},Rg={type:n.ReturnStatement,id:mg,version:1,outputs:[bg],calledByError:[],calledByEntry:[],calledBySuccess:[O0],parent:S0,throws:null,x:0,y:0},C0={type:n.GenericReference,id:"hello-world-loop-break-statement-ref-id",entityType:n.BreakStatement,entityId:gc},B0={type:n.GenericReference,id:"hello-world-loop-break-statement-reads-value-ref-id",entityType:n.OutputMap,entityId:Ic},gg={isError:!1,id:"hello-world-loop-break-statement-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration result",description:null,dataType:null,readsValue:B0,implements:null,required:!0,index:0,parent:C0},w0={type:n.GenericReference,id:"hello-world-loop-break-statement-counter-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:la},_0={type:n.GenericReference,id:"hello-world-loop-break-statement-counter-ref-id",entityType:n.BreakStatement,entityId:gc},vg={isError:!1,id:"hello-world-loop-break-statement-counter-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration counter",description:null,implements:null,dataType:null,readsValue:w0,required:!0,index:1,parent:_0},N0={type:n.GenericReference,id:"hello-world-loop-break-statement-called-by-ref-id",entityType:n.Condition,entityId:ca},M0={type:n.GenericReference,id:"hello-world-loop-break-statement-parent-ref-id",entityType:n.Loop,entityId:tn},Ig={type:n.BreakStatement,id:gc,version:1,outputs:[gg,vg],calledByError:[],calledByEntry:[],calledBySuccess:[N0],parent:M0,throws:null,x:0,y:0},V0={type:n.GenericReference,id:"hello-world-loop-continue-statement-ref-id",entityType:n.ContinueStatement,entityId:"hello-world-loop-continue-statement"},L0={type:n.GenericReference,id:"hello-world-loop-continue-statement-output-data-type-ref-id",entityType:n.ReturnDeclaration,entityId:"hello-world-loop-continue-statement-output-id"},G0={like:!1,inferred:!1,id:"hello-world-loop-continue-statement-output-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:L0},$0={type:n.GenericReference,id:"hello-world-loop-continue-statement-reads-value-ref-id",entityType:n.OutputMap,entityId:Ic},Dg={isError:!1,id:"hello-world-loop-continue-statement-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration result",description:null,implements:null,dataType:G0,readsValue:$0,required:!0,index:0,parent:V0},F0={type:n.GenericReference,id:"hello-world-loop-continue-statement-called-by-ref-id",entityType:n.Condition,entityId:ca},U0={type:n.GenericReference,id:"hello-world-loop-continue-statement-parent-ref-id",entityType:n.Loop,entityId:tn},Pg={type:n.ContinueStatement,id:"hello-world-loop-continue-statement",version:1,outputs:[Dg],calledBySuccess:[],calledByError:[F0],calledByEntry:[],parent:U0,throws:null,x:0,y:0};n.GenericReference,n.InputMap;const x0={type:n.GenericReference,id:"append-string-to-list-base-string-map-parent-ref-id",entityType:n.Operation,entityId:js},j0={type:n.GenericReference,id:"base-string-map-reads-value-ref-id",entityType:n.OutputMap,entityId:vc},Ag={id:"append-string-to-list-base-string-map-id",type:n.InputMap,version:1,declaration:cl,name:null,description:null,readsValue:j0,defaultValue:null,index:0,parent:x0},k0={type:n.GenericReference,id:"assembly-string-map-parent-ref-id",entityType:n.Operation,entityId:js},q0={id:Tg,type:n.OutputMap,version:1,writesValues:[gg],declaration:Ci,index:0,parent:k0},J0={type:n.GenericReference,id:"append-string-to-list-called-by-ref-id",entityType:n.Condition,entityId:ca},W0={type:n.GenericReference,id:"latest-string-to-add-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Tg},Y0={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:js},Og={id:"latest-string-to-add-input-map-id",version:1,type:n.InputMap,declaration:dl,name:null,description:null,readsValue:W0,defaultValue:null,index:1,parent:Y0},H0={type:n.GenericReference,id:"append-string-to-list-parent-ref-id",entityType:n.FunctionDeclaration,entityId:tn},z0={type:n.Operation,id:js,declaration:Ya,version:1,inputs:[Ag,Og],outputs:[q0],calledByError:[],process:null,calledByEntry:[],calledBySuccess:[J0],successCalls:[],errorCalls:[],error:null,x:0,y:0,parent:H0},Z0={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:oa},K0={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-parent-ref-id",entityType:n.Loop,entityId:tn},X0={type:n.GenericReference,id:"current-iteration-number-to-check-map-reads-value-ref-id",entityType:n.OutputMap,entityId:la},Sg={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-ref-two-id",entityType:n.Condition,entityId:ca},Q0={id:"current-iteration-number-to-check-map-id",version:1,type:n.InputMap,declaration:zr.inputs[0],name:null,description:null,readsValue:X0,index:1,defaultValue:null,parent:Sg},eL={type:n.GenericReference,id:"max-num-iterations-value-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:"max-num-iterations-value-map-id"},tL={id:"max-num-iterations-value-map-id",version:1,type:n.InputMap,declaration:zr.inputs[1],name:null,description:null,readsValue:null,index:0,defaultValue:{id:"max-num-iterations-value-map-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:10,autogeneration:null,valueAsType:null,parent:eL},parent:Sg},nL={type:n.Condition,id:ca,version:1,declaration:zr,inputs:[tL,Q0],calledByError:[],calledByEntry:[Z0],calledBySuccess:[],successCalls:[Ig,z0],errorCalls:[Pg],x:0,y:0,parent:K0},rL={type:n.GenericReference,id:"base-string-map-ref-id",entityType:n.InputMap,entityId:"join-hello-world-and-number-base-string-map-id"},iL={type:n.GenericReference,id:"join-hello-world-and-number-base-string-map-parent-ref-id",entityType:n.Operation,entityId:xs},aL={id:"join-hello-world-and-number-base-string-map-id",type:n.InputMap,version:1,declaration:Ja,name:null,description:null,readsValue:null,defaultValue:{id:"join-hello-world-and-number-base-string-map-default-value-id",type:n.PrimitiveValue,version:1,value:"Hello world ",name:D.String,parent:rL,valueAsType:null,autogeneration:null},index:0,parent:iL},sL={type:n.GenericReference,id:"assembly-string-map-parent-ref-id",entityType:n.Operation,entityId:xs},oL={id:Ic,type:n.OutputMap,version:1,writesValues:[Og,Dg],declaration:Ci,index:0,parent:sL},lL={type:n.GenericReference,id:"join-hello-world-and-number-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:oa},cL={type:n.GenericReference,id:"current-iteration-number-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:la},dL={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:xs},Cg={id:"current-iteration-number-input-map-id",version:1,type:n.InputMap,declaration:Wa,name:null,description:null,readsValue:cL,defaultValue:null,index:1,parent:dL},uL={type:n.GenericReference,id:"join-hello-world-and-number-parent-ref-id",entityType:n.FunctionDeclaration,entityId:tn},pL={type:n.Operation,id:xs,declaration:Bi,version:1,inputs:[aL,Cg],outputs:[oL],process:null,calledByError:[],calledByEntry:[lL],calledBySuccess:[],successCalls:[],errorCalls:[],error:null,x:0,y:0,parent:uL},yL={id:"manual-hello-world-loop-iterations-results-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:vc,entityType:n.ArgumentDeclaration},fL={like:!1,inferred:!1,id:"manual-hello-world-loop-iterations-results-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!0,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:yL},hL={id:"manual-hello-world-loop-previous-iterations-results-output-map-parent-ref-id",type:n.GenericReference,entityId:oa,entityType:n.FunctionDeclaration},mL={id:vc,type:n.ArgumentDeclaration,version:1,name:"Previous iterations results",description:"The results of the previous iterations of the loop.",required:!0,dataType:fL,implements:null,writesValues:[Ag],index:1,parent:hL},TL={id:"manual-hello-world-loop-current-iteration-number-output-map-parent-ref-id",type:n.GenericReference,entityId:oa,entityType:n.FunctionDeclaration},EL={id:"manual-flow-loop-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:la,entityType:n.ArgumentDeclaration};n.DataType;const bL={id:la,type:n.ArgumentDeclaration,version:1,name:"Current iteration number",description:"The number of the current iteration of the loop. Starts at 1.",required:!0,implements:bl,dataType:null,writesValues:[Cg,vg],index:0,parent:TL},RL={id:"manual-flow-loop-body-parent-ref-id",type:n.GenericReference,entityId:tn,entityType:n.Loop},gL={id:oa,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called multiple times, once for each iteration of the loop.",inputs:[bL,mL],calls:[nL,pL],implements:Rl,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:RL},vL={type:n.GenericReference,id:"hello-world-loop-iteration-result-inline-output-declaration-parent-ref-id",entityType:n.Loop,entityId:tn},Bg={id:"hello-world-loop-iteration-result-inline-output-declaration-id",version:1,type:n.ValueDescriptor,name:"Iteration result",description:null,dataType:null,required:!0,index:0,parent:vL},IL={type:n.GenericReference,id:"hello-world-loop-break-statement-output-map-parent-ref-id",entityType:n.Loop,entityId:tn},DL={type:n.OutputMap,id:Eg,version:1,declaration:Bg,writesValues:[bg],index:0,parent:IL},PL={id:"manual-hello-world-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},AL={id:"manual-hello-world-loop-called-by-ref-id",type:n.GenericReference,entityId:Rc,entityType:n.FunctionDeclaration},OL={id:tn,type:n.Loop,version:1,declaration:El,inputs:[],outputsDeclarations:[Bg],outputs:[DL],body:gL,successCalls:[Rg],errorCalls:[],process:null,error:null,calledByError:[],calledByEntry:[AL],calledBySuccess:[],breakStatements:[Ig],continueStatements:[Pg],x:0,y:0,parent:PL},SL={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},wg={type:n.FunctionDeclaration,id:Rc,version:1,name:"Manual hello world loop",description:null,inputs:[],calls:[OL],returnStatements:[Rg],implements:null,collapsed:!1,private:!1,index:null,x:0,y:0,parent:SL},CL={type:n.GenericReference,id:"call-hello-world-loop-parent-ref-id",entityType:n.Project,entityId:H},BL={id:"call-hello-world-loop-id",type:n.FunctionCall,version:1,declaration:wg,inputs:[],outputs:[],process:null,successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:CL},En="company-dto-function-declaration-id",Dc="company-dto-func-declaration-argument-dcl-id",nn="company-dto-function-company-variable-id",jn="company-dto-function-company-dto-variable-id",ai="iterate-over-employee-list-loop-id",_g="iterate-over-employee-list-loop-employee-dto-output-map-id",Pc="iterate-over-employee-list-loop-body-current-employee-argument-declaration-id",da="iterate-over-employee-list-loop-body-map-employee-dto-function-call-id",Ng="iterate-over-employee-list-continue-statement-employee-dto-output-decl-id",wL="iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id",Mg="iterate-over-employee-list-continue-statement-id",ks="iterate-over-employee-list-loop-body-id",Vg="company-dto-func-declaration-return-statement-id",Lg="company-dto-func-declaration-return-decl-id",Gg="company-dto-func-declaration-company-variable-id-output-map-id",$g="company-dto-func-declaration-company-variable-employess-output-map-id",Fg="company-dto-func-declaration-company-variable-name-output-map-id",_L="company-dto-func-declaration-company-dto-variable-input-map-id",NL="company-dto-func-declaration-company-dto-variable-employess-input-map-id",ML="company-dto-func-declaration-company-dto-variable-name-input-map-id",qs="company-dto-func-declaration-owner-variable-id",VL="company-dto-func-declaration-company-dto-variable-owner-input-map-id",Ug="company-dto-func-declaration-company-variable-owner-output-map-id",xg="company-dto-func-declaration-owner-variable-id-output-map-id",Js="company-dto-func-declaration-bank-account-variable-id",LL="company-dto-func-declaration-company-dto-variable-bank-account-input-map-id",jg="company-dto-func-declaration-company-variable-bank-account-output-map-id",kg="company-dto-func-declaration-bank-account-variable-id-output-map-id",GL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Lg},$L={like:!1,inferred:!1,id:"company-dto-func-returned-company-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:GL},FL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Vg},UL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:jn},qg={isError:!1,id:Lg,type:n.ReturnDeclaration,version:1,name:"Company DTO",description:"Output the company data in the format that it will be sent through an HTTP request.",implements:null,dataType:$L,readsValue:UL,required:!0,index:0,parent:FL},xL={type:n.GenericReference,id:"company-dto-func-return-statement-called-by-ref-id",entityType:n.Operation,entityId:jn},jL={type:n.GenericReference,id:"company-dto-func-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},Ac={type:n.ReturnStatement,id:Vg,version:1,outputs:[qg],calledByError:[],calledByEntry:[],calledBySuccess:[xL],throws:null,x:0,y:0,parent:jL},kL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-owner-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:xg},qL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-owner-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Jg={id:VL,type:n.InputMap,version:1,declaration:null,name:"owner_id",description:null,defaultValue:null,index:5,readsValue:kL,parent:qL},JL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-bank-account-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:kg},WL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Wg={id:LL,type:n.InputMap,version:1,declaration:null,name:"bank_account_id",description:null,defaultValue:null,index:4,readsValue:JL,parent:WL},YL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-name-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Fg},HL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-name-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Yg={id:ML,type:n.InputMap,version:1,declaration:null,name:"name",description:null,defaultValue:null,index:3,readsValue:YL,parent:HL},zL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-employess-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:_g},ZL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-employess-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Hg={id:NL,type:n.InputMap,version:1,declaration:null,name:"employees",description:null,defaultValue:null,index:2,readsValue:zL,parent:ZL},KL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Gg},XL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},zg={id:_L,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the company",defaultValue:null,index:1,readsValue:KL,parent:XL},QL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},eG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-one-id",entityType:n.VariableDeclaration,entityId:Js},tG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-two-id",entityType:n.VariableDeclaration,entityId:qs},nG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-three-id",entityType:n.VariableDeclaration,entityId:ai},Oc={id:jn,type:n.VariableDeclaration,version:1,name:"Company DTO",dataType:null,description:"A variable holding the data of a mapped company DTO",calledByError:[],calledByEntry:[],calledBySuccess:[eG,tG,nG],successCalls:[Ac],errorCalls:[],readsValue:null,writesValues:[qg],inputs:[zg,Yg,Wg,Jg,Hg],outputs:[],internalCalls:[],parent:QL,x:0,y:0},yr="employee-dto-func-declaration-id",Sc="employee-dto-func-declaration-argument-dcl-id",Zg="employee-dto-func-declaration-return-statement-id",Kg="employee-dto-func-declaration-return-decl-id",fr="employee-dto-func-declaration-employee-variable-id",hr="employee-dto-func-declaration-employee-dto-variable-id",Ws="employee-dto-func-declaration-manager-variable-id",Xg="employee-dto-func-declaration-employee-variable-id-output-map-id",Qg="employee-dto-func-declaration-employee-variable-birth-date-output-map-id",ev="employee-dto-func-declaration-employee-variable-department-output-map-id",tv="employee-dto-func-declaration-employee-variable-manager-output-map-id",nv="employee-dto-func-declaration-manager-variable-id-output-map-id",rG="employee-dto-func-declaration-employee-dto-variable-input-map-id",iG="employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id",aG="employee-dto-func-declaration-employee-dto-variable-department-input-map-id",sG="employee-dto-func-declaration-employee-dto-variable-manager-input-map-id",oG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Kg},lG={like:!1,inferred:!1,id:"employee-dto-func-returned-employee-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:oG},cG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Zg},dG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:hr},rv={isError:!1,id:Kg,type:n.ReturnDeclaration,version:1,name:"Employee DTO",description:"Output the employee data in the format that it will be sent through an HTTP request.",dataType:lG,implements:null,readsValue:dG,required:!0,index:0,parent:cG},uG={type:n.GenericReference,id:"employee-dto-func-return-statement-called-by-ref-id",entityType:n.Operation,entityId:hr},pG={type:n.GenericReference,id:"employee-dto-func-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},Cc={type:n.ReturnStatement,id:Zg,version:1,outputs:[rv],calledByError:[],calledByEntry:[],calledBySuccess:[uG],throws:null,x:0,y:0,parent:pG},yG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-manager-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:nv},fG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},iv={id:sG,type:n.InputMap,version:1,declaration:null,name:"manager_id",description:null,defaultValue:null,index:4,readsValue:yG,parent:fG},hG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-department-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:ev},mG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},av={id:aG,type:n.InputMap,version:1,declaration:null,name:"department_name",description:null,defaultValue:null,index:3,readsValue:hG,parent:mG},TG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-birth-date-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Qg},EG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},sv={id:iG,type:n.InputMap,version:1,declaration:null,name:"birth_date",description:null,defaultValue:null,index:2,readsValue:TG,parent:EG},bG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Xg},RG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},ov={id:rG,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the employee",defaultValue:null,index:1,readsValue:bG,parent:RG},gG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},vG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-called-by-ref-id",entityType:n.VariableDeclaration,entityId:Ws},IG={id:hr,type:n.VariableDeclaration,version:1,name:"Employee DTO",dataType:null,description:"A variable holding the data of a mapped employee DTO",calledByError:[],calledByEntry:[],calledBySuccess:[vG],successCalls:[Cc],errorCalls:[],readsValue:null,writesValues:[rv],inputs:[ov,sv,av,iv],outputs:[],internalCalls:[],parent:gG,x:0,y:0},DG={type:n.GenericReference,id:"employee-dto-func-manager-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:Ws},PG={id:nv,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[iv],parent:DG},AG={type:n.GenericReference,id:"employee-dto-func-manager-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Ws},OG={like:!1,inferred:!1,id:"employee-dto-func-manager-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:St,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:AG,defaultValue:null},SG={type:n.GenericReference,id:"employee-dto-func-manager-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:tv},CG={type:n.GenericReference,id:"employee-dto-func-manager-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr};n.GenericReference,n.VariableDeclaration;const lv={id:Ws,type:n.VariableDeclaration,version:1,name:"Manager",dataType:OG,description:"A variable holding an inherited manager",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[IG],errorCalls:[],readsValue:SG,writesValues:[],inputs:[],outputs:[PG],internalCalls:[],parent:CG,x:0,y:0},BG={type:n.GenericReference,id:"employee-dto-func-employee-variable-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},wG={id:tv,type:n.OutputMap,version:1,declaration:St.properties[2],index:3,writesValues:[lv],parent:BG},_G={type:n.GenericReference,id:"employee-dto-func-employee-variable-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},NG={id:ev,type:n.OutputMap,version:1,declaration:St.properties[0],index:2,writesValues:[av],parent:_G},MG={type:n.GenericReference,id:"employee-dto-func-employee-variable-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},VG={id:Qg,type:n.OutputMap,version:1,declaration:pt.properties[1],index:1,writesValues:[sv],parent:MG},LG={type:n.GenericReference,id:"employee-dto-func-employee-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},GG={id:Xg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[ov],parent:LG},$G={type:n.GenericReference,id:"employee-dto-func-employee-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},FG={like:!1,inferred:!1,id:"employee-dto-func-employee-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:St,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:$G,defaultValue:null},UG={type:n.GenericReference,id:"employee-dto-func-employee-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},xG={type:n.GenericReference,id:"employee-dto-func-employee-variable-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:Sc},jG={type:n.GenericReference,id:"employee-dto-func-employee-variable-called-by-id",entityType:n.FunctionDeclaration,entityId:yr},cv={id:fr,type:n.VariableDeclaration,version:1,name:"Company employee",dataType:FG,description:"A variable holding a company employee",calledByError:[],calledByEntry:[jG],calledBySuccess:[],successCalls:[lv],errorCalls:[],readsValue:xG,writesValues:[],inputs:[],outputs:[GG,VG,NG,wG],internalCalls:[],parent:UG,x:0,y:0},kG={type:n.GenericReference,id:"employee-dto-func-declaration-employee-input-declaration-data-type-parent-ref-id",entityId:Sc,entityType:n.ArgumentDeclaration},qG={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"employee-dto-func-declaration-employee-input-declaration-data-type-id",version:1,entity:St,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,parent:kG,defaultValue:null},JG={type:n.GenericReference,id:"employee-dto-func-declaration-employee-input-declaration-parent-ref-id",entityId:yr,entityType:n.FunctionDeclaration},WG={type:n.ArgumentDeclaration,id:Sc,version:1,name:"Employee",description:"The employee to create a DTO for",required:!0,implements:null,dataType:qG,index:0,writesValues:[cv],parent:JG},YG={type:n.GenericReference,id:"employee-dto-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},Bc={type:n.FunctionDeclaration,id:yr,version:1,name:"Employee DTO",description:"Takes a employee and returns a DTO of that employee",index:null,inputs:[WG],calls:[cv],implements:null,returnStatements:[Cc],collapsed:!1,private:!1,x:0,y:0,parent:YG},HG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:Ng,entityType:n.ReturnDeclaration},zG={like:!1,inferred:!1,id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:St,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:HG},ZG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-reads-value-ref-id",type:n.GenericReference,entityId:da,entityType:n.OutputMap},KG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-parent-ref-id",type:n.GenericReference,entityId:Mg,entityType:n.ContinueStatement},dv={isError:!1,id:Ng,type:n.ReturnDeclaration,version:1,name:"Employee DTO",description:"The DTO of the employee entity.",readsValue:ZG,dataType:zG,implements:null,required:!0,index:0,parent:KG},XG={id:"iterate-over-employee-list-continue-statement-called-by-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},QG={id:"iterate-over-employee-list-continue-statement-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},uv={id:Mg,type:n.ContinueStatement,version:1,calledByError:[],calledByEntry:[],calledBySuccess:[XG],outputs:[dv],throws:null,x:0,y:0,parent:QG},e$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-parent-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},t$={id:wL,type:n.OutputMap,version:1,declaration:Cc.outputs[0],writesValues:[dv],index:0,parent:e$},n$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-reads-value-ref-id",type:n.GenericReference,entityId:Pc,entityType:n.ArgumentDeclaration},r$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-parent-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},pv={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Bc.inputs[0],readsValue:n$,index:0,defaultValue:null,parent:r$},i$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-called-by-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},a$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-parent-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},s$={id:da,type:n.FunctionCall,version:1,declaration:Bc,inputs:[pv],process:null,outputs:[t$],calledByError:[],calledByEntry:[i$],calledBySuccess:[],successCalls:[uv],errorCalls:[],error:null,x:0,y:0,parent:a$},o$={type:n.GenericReference,id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-data-type-parent-ref-id",entityId:Pc,entityType:n.ArgumentDeclaration},l$={like:!1,inferred:!1,id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:St,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:o$},c$={id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},d$={id:Pc,type:n.ArgumentDeclaration,version:1,name:"Current employee",description:"The current employee entity being processed.",dataType:l$,required:!0,implements:Qa,index:0,writesValues:[pv],parent:c$},u$={id:"iterate-over-employee-list-loop-body-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},p$={id:ks,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[d$],calls:[s$],implements:es,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:u$},y$={id:"iterate-over-employee-list-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},f$={id:"iterate-over-employee-list-loop-iteration-list-input-map-reads-value-ref-id",type:n.GenericReference,entityId:$g,entityType:n.OutputMap},yv={id:"iterate-over-employee-list-loop-iteration-list-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:rr.inputs[0],defaultValue:null,readsValue:f$,index:0,parent:y$},h$={id:"iterate-over-employee-list-loop-parent-ref-id",type:n.GenericReference,entityId:En,entityType:n.FunctionDeclaration},m$={id:"iterate-over-employee-list-loop-employee-dto-output-map-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},T$={id:_g,type:n.OutputMap,version:1,declaration:rr.outputs[0],writesValues:[Hg],index:0,parent:m$},E$={type:n.GenericReference,id:"iterate-over-employee-list-loop-called-by-ref-id",entityType:n.VariableDeclaration,entityId:nn},b$={id:ai,type:n.Loop,version:1,declaration:rr,inputs:[yv],successCalls:[Oc],errorCalls:[],outputsDeclarations:[],outputs:[T$],body:p$,process:null,calledByError:[],calledByEntry:[],calledBySuccess:[E$],breakStatements:[],continueStatements:[uv],error:null,x:0,y:0,parent:h$},R$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:Js},g$={id:kg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[Wg],parent:R$},v$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Js},I$={like:!1,inferred:!1,id:"company-dto-func-bank-account-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:v$,defaultValue:null},D$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:jg},P$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En};n.GenericReference,n.VariableDeclaration;const fv={id:Js,type:n.VariableDeclaration,version:1,name:"Bank account",dataType:I$,description:"A variable holding an inherited bank account",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Oc],errorCalls:[],readsValue:D$,writesValues:[],inputs:[],outputs:[g$],internalCalls:[],parent:P$,x:0,y:0},A$={type:n.GenericReference,id:"company-dto-func-owner-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:qs},O$={id:xg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[Jg],parent:A$},S$={type:n.GenericReference,id:"company-dto-func-owner-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:qs},C$={like:!1,inferred:!1,id:"company-dto-func-owner-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:S$,defaultValue:null},B$={type:n.GenericReference,id:"company-dto-func-owner-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:Ug},w$={type:n.GenericReference,id:"company-dto-func-owner-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En};n.GenericReference,n.VariableDeclaration;const hv={id:qs,type:n.VariableDeclaration,version:1,name:"Owner",dataType:C$,description:"A variable holding an inherited owner",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Oc],errorCalls:[],readsValue:B$,writesValues:[],inputs:[],outputs:[O$],internalCalls:[],parent:w$,x:0,y:0},_$={type:n.GenericReference,id:"company-dto-func-company-variable-owner-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},N$={id:Ug,type:n.OutputMap,version:1,declaration:gt.properties[2],index:4,writesValues:[hv],parent:_$},M$={type:n.GenericReference,id:"company-dto-func-company-variable-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},V$={id:jg,type:n.OutputMap,version:1,declaration:gt.properties[2],index:3,writesValues:[fv],parent:M$},L$={type:n.GenericReference,id:"company-dto-func-company-variable-name-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},G$={id:Fg,type:n.OutputMap,version:1,declaration:gt.properties[0],index:2,writesValues:[Yg],parent:L$},$$={type:n.GenericReference,id:"company-dto-func-company-variable-employess-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},F$={id:$g,type:n.OutputMap,version:1,declaration:gt.properties[3],index:1,writesValues:[yv],parent:$$},U$={type:n.GenericReference,id:"company-dto-func-company-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},x$={id:Gg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[zg],parent:U$},j$={type:n.GenericReference,id:"company-dto-func-company-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},k$={like:!1,inferred:!1,id:"company-dto-func-company-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:j$,defaultValue:null},q$={type:n.GenericReference,id:"company-dto-func-company-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},J$={type:n.GenericReference,id:"company-dto-func-company-variable-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:Dc},W$={type:n.GenericReference,id:"company-dto-func-company-variable-called-by-id",entityType:n.FunctionDeclaration,entityId:En},mv={id:nn,type:n.VariableDeclaration,version:1,name:"Company",dataType:k$,description:"A variable holding a company",calledByError:[],calledByEntry:[W$],calledBySuccess:[],successCalls:[fv,hv,b$],errorCalls:[],readsValue:J$,writesValues:[],inputs:[],outputs:[x$,F$,G$,V$,N$],internalCalls:[],parent:q$,x:0,y:0},Y$={type:n.GenericReference,id:"company-dto-func-declaration-company-input-declaration-data-type-parent-ref-id",entityId:Dc,entityType:n.ArgumentDeclaration},H$={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"company-dto-func-declaration-company-input-declaration-data-type-id",version:1,entity:gt,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,parent:Y$,defaultValue:null},z$={type:n.GenericReference,id:"company-dto-func-declaration-company-input-declaration-parent-ref-id",entityId:En,entityType:n.FunctionDeclaration},Z$={type:n.ArgumentDeclaration,id:Dc,version:1,name:"Company",description:"The company to create a DTO for",required:!0,implements:null,dataType:H$,index:0,writesValues:[mv],parent:z$},K$={type:n.GenericReference,id:"company-dto-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},wc={type:n.FunctionDeclaration,id:En,version:1,name:"Company DTO",description:"Takes a company and returns a DTO of that company",inputs:[Z$],calls:[mv],implements:null,index:null,returnStatements:[Ac],collapsed:!1,private:!1,x:0,y:0,parent:K$},ua="exec-in-parallel-operation-call-id",pa="exec-sequentially-operation-call-id",yt="concurrency-and-wait-function-declaration-id",Tv="concurrency-and-wait-return-statement-id",Ev="concurrency-and-wait-return-declaration-id",_c="exec-in-parallel-argument-map-id",bv="exec-sequentially-argument-map-id",Nc="wait-for-2-seconds-operation-id",Rv="wait-for-2-seconds-argument-map-id",Mc="map-company-dto-function-call-id",gv="map-company-dto-function-call-company-dto-output-map-id",ya="company-dto-variable-one-id",Vc="company-dto-variable-one-instance-id",X$="company-dto-variable-two-id",Q$={type:n.GenericReference,id:"returned-company-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Ev},eF={like:!1,inferred:!1,id:"returned-company-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Q$},tF={type:n.GenericReference,id:"returned-company-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Tv},nF={type:n.GenericReference,id:"returned-company-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ya},vv={isError:!1,id:Ev,type:n.ReturnDeclaration,version:1,name:"Company DTO",description:"Output the company data in the format that it will be sent through an HTTP request.",dataType:eF,implements:null,readsValue:nF,required:!0,index:0,parent:tF},rF={type:n.GenericReference,id:"concurrency-and-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Nc},iF={type:n.GenericReference,id:"concurrency-and-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Iv={type:n.ReturnStatement,id:Tv,version:1,outputs:[vv],calledByError:[],calledByEntry:[],calledBySuccess:[rF],throws:null,x:0,y:0,parent:iF},aF={type:n.GenericReference,id:"company-dto-variable-two-called-by-ref-id",entityType:n.VariableInstance,entityId:Vc},sF={type:n.GenericReference,id:"company-dto-variable-two-reads-value-ref-id",entityType:n.VariableInstance,entityId:Vc},oF={type:n.GenericReference,id:"company-dto-variable-two-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Dv={id:X$,type:n.VariableDeclaration,version:1,name:"Company DTO",description:null,dataType:null,inputs:[],outputs:[],successCalls:[],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[aF],internalCalls:[],writesValues:[vv],readsValue:sF,x:0,y:0,parent:oF},lF={type:n.GenericReference,id:"company-dto-variable-one-instance-called-by-ref-id",entityType:n.VariableDeclaration,entityId:ya},cF={type:n.GenericReference,id:"company-dto-variable-one-instance-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ya},dF={type:n.GenericReference,id:"company-dto-variable-one-instance-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},uF={type:n.GenericReference,id:"company-dto-variable-one-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:ya},Pv={id:Vc,type:n.VariableInstance,version:1,declaration:uF,inputs:[],outputs:[],successCalls:[Dv],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[lF],internalCalls:[],writesValues:[Dv],readsValue:cF,x:0,y:0,parent:dF},pF={type:n.GenericReference,id:"company-dto-variable-one-called-by-ref-id",entityType:n.FunctionCall,entityId:Mc},yF={type:n.GenericReference,id:"company-dto-variable-one-reads-value-ref-id",entityType:n.OutputMap,entityId:gv},fF={type:n.GenericReference,id:"company-dto-variable-one-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Av={id:ya,type:n.VariableDeclaration,version:1,name:"Company DTO",description:null,dataType:null,inputs:[],outputs:[],successCalls:[Pv],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[pF],internalCalls:[],writesValues:[Pv],readsValue:yF,x:0,y:0,parent:fF},Ov={type:n.GenericReference,id:"map-company-dto-function-call-company-input-map-parent-ref-id",entityType:n.FunctionCall,entityId:Mc},hF={id:"map-company-dto-function-call-company-input-map-id",type:n.InputMap,version:1,declaration:wc.inputs[0],name:null,description:null,defaultValue:null,index:0,readsValue:null,parent:Ov},mF={id:gv,type:n.OutputMap,version:1,declaration:Ac.outputs[0],writesValues:[Av],index:0,parent:Ov},TF={id:"map-company-dto-function-call-called-by-ref-id",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:yt},EF={id:"map-company-dto-function-call-parent-ref-id",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:yt},bF={id:Mc,type:n.FunctionCall,version:1,declaration:wc,successCalls:[Av],process:null,errorCalls:[],inputs:[hF],outputs:[mF],calledByError:[],calledByEntry:[TF],calledBySuccess:[],parent:EF,x:0,y:0,error:null},RF={type:n.GenericReference,id:"last-timestamp-variable-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:DR},gF={type:n.GenericReference,id:"last-timestamp-variable-default-value-parent-ref-id",entityType:n.DataType,entityId:"last-timestamp-variable-datatype-id"},vF={like:!1,inferred:!1,id:"last-timestamp-variable-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:un,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:RF,defaultValue:{id:"last-timestamp-variable-default-value-id",type:n.PrimitiveValue,version:1,name:D.Date,value:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:gF,valueAsType:null}},IF={type:n.GenericReference,id:"last-timestamp-variable-main-project-ref-id",entityType:n.Project,entityId:H},Lc={id:DR,type:n.VariableDeclaration,version:1,name:"Last registered current time",description:"A test variable that holds the last current date and time that was registered.",dataType:vF,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:IF},DF={type:n.GenericReference,id:"wait-for-2-seconds-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:Rv},PF={type:n.GenericReference,id:"wait-for-2-seconds-argument-map-parent-ref-id",entityType:n.Operation,entityId:Nc},AF={id:Rv,type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"wait-for-2-seconds-argument-default-value-id",type:n.PrimitiveValue,version:1,value:2e3,valueAsType:null,autogeneration:null,name:D.Number,parent:DF},index:0,parent:PF},OF={type:n.GenericReference,id:"wait-for-2-seconds-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},SF={type:n.GenericReference,id:"wait-for-2-seconds-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:pa},CF={type:n.GenericReference,id:"wait-for-2-seconds-called-by-ref-two-id",entityType:n.FunctionDeclaration,entityId:ua},Sv={id:Nc,type:n.Operation,version:1,declaration:qt,inputs:[AF],outputs:[],process:null,successCalls:[Iv],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[SF,CF],calledBySuccess:[],error:null,parent:OF},BF={type:n.GenericReference,id:"wait-for-random-amount-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"wait-for-random-amount-input-map-id"},wF={type:n.GenericReference,id:"wait-for-random-amount-argument-map-parent-ref-id",entityType:n.Operation,entityId:"wait-for-random-amount-id"},_F={id:"wait-for-random-amount-input-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"wait-for-random-amount-argument-default-value-id",type:n.PrimitiveValue,version:1,value:null,valueAsType:null,autogeneration:{type:qe.Random,rangeStart:1e3,rangeEnd:4e3},name:D.Number,parent:BF},index:0,parent:wF},NF={type:n.GenericReference,id:"wait-for-random-amount-parent-ref-id",entityType:n.Project,entityId:H},si={id:"wait-for-random-amount-id",type:n.Operation,version:1,declaration:qt,inputs:[_F],process:null,outputs:[],successCalls:[],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[],error:null,parent:NF},Cv="list-of-functions-variable-id",MF={type:n.GenericReference,id:"list-of-functions-variable-action-descriptor-dynamic-argument-parent-ref-id",entityType:n.ActionDescriptor,entityId:"list-of-functions-variable-action-descriptor-id"},VF={id:"list-of-functions-variable-action-descriptor-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"Any input value that can be passed to the action",index:0,required:!1,dataType:null,parent:MF},LF={type:n.GenericReference,id:"list-of-functions-variable-action-descriptor-dynamic-return-parent-ref-id",entityType:n.ActionDescriptor,entityId:"list-of-functions-variable-action-descriptor-id"},GF={id:"list-of-functions-variable-action-descriptor-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"Any output value that can be returned to the action",index:0,required:!1,dataType:null,parent:LF},$F={type:n.GenericReference,id:"list-of-functions-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Cv},FF={id:"list-of-functions-variable-action-descriptor-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[VF],error:null,outputs:[GF],parent:null},UF={type:n.GenericReference,id:"list-of-functions-variable-data-type-default-parent-ref-id",entityType:n.DataType,entityId:"list-of-functions-variable-data-type-id"},xF={like:!1,inferred:!1,id:"list-of-functions-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:FF,asType:!1,isList:!0,isNullable:!1,defaultValue:{id:"list-of-functions-variable-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.ActionDescriptor,value:null,valueAsType:[si,si,si,si,si],autogeneration:null,parent:UF},constant:!1,parent:$F},jF={type:n.GenericReference,id:"list-of-functions-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt};n.GenericReference,n.InputMap;const kF={type:n.GenericReference,id:"list-of-functions-variable-writes-value-one-ref-id",entityType:n.InputMap,entityId:bv},qF={type:n.GenericReference,id:"list-of-functions-variable-writes-value-two-ref-id",entityType:n.InputMap,entityId:_c},Bv={id:Cv,type:n.VariableDeclaration,version:1,name:"List of functions to execute",description:"A list of functions to be executed in parallel",dataType:xF,parent:jF,readsValue:null,writesValues:[kF,qF],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],inputs:[],outputs:[],internalCalls:[],x:0,y:0},JF={type:n.GenericReference,id:"exec-in-parallel-return-map-parent-ref-id",entityType:n.Operation,entityId:ua},WF={type:n.GenericReference,id:"exec-in-parallel-result-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},YF={type:n.GenericReference,id:"exec-in-parallel-result-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:"exec-in-parallel-return-map-id"},HF={type:n.GenericReference,id:"exec-in-parallel-result-variable-called-by-ref-id",entityType:n.Operation,entityId:ua},wv={id:"exec-in-parallel-result-variable-id",type:n.VariableInstance,version:1,declaration:Lc,readsValue:YF,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[HF],successCalls:[],errorCalls:[],internalCalls:[],parent:WF,x:0,y:0},zF={id:"exec-in-parallel-return-map-id",type:n.OutputMap,version:1,declaration:pl,writesValues:[wv],index:0,parent:JF},ZF={type:n.GenericReference,id:"exec-in-parallel-argument-map-parent-ref-id",entityType:n.Operation,entityId:ua},KF={id:_c,type:n.InputMap,version:1,declaration:ul,name:null,description:null,readsValue:Bv,defaultValue:null,index:0,parent:ZF},XF={type:n.GenericReference,id:"exec-in-parallel-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},QF={type:n.GenericReference,id:"exec-in-parallel-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:yt},e4={process:null,id:ua,type:n.Operation,version:1,declaration:qt,inputs:[KF],outputs:[zF],successCalls:[Sv,wv],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[QF],calledBySuccess:[],error:null,parent:XF},t4={type:n.GenericReference,id:"exec-sequentially-return-map-parent-ref-id",entityType:n.Operation,entityId:pa},n4={type:n.GenericReference,id:"exec-sequentially-result-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},r4={type:n.GenericReference,id:"exec-sequentially-result-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:"exec-sequentially-return-map-id"},i4={type:n.GenericReference,id:"exec-sequentially-result-variable-called-by-ref-id",entityType:n.Operation,entityId:pa},_v={id:"exec-sequentially-result-variable-id",type:n.VariableInstance,version:1,declaration:Lc,readsValue:r4,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[i4],successCalls:[],errorCalls:[],internalCalls:[],parent:n4,x:0,y:0},a4={id:"exec-sequentially-return-map-id",type:n.OutputMap,version:1,declaration:fl,writesValues:[_v],index:0,parent:t4},s4={type:n.GenericReference,id:"exec-sequentially-argument-map-parent-ref-id",entityType:n.Operation,entityId:pa},o4={id:bv,type:n.InputMap,version:1,declaration:yl,name:null,description:null,readsValue:Bv,defaultValue:null,index:0,parent:s4},l4={type:n.GenericReference,id:"exec-sequentially-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},c4={type:n.GenericReference,id:"exec-sequentially-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:yt},d4={id:pa,type:n.Operation,version:1,declaration:hn,inputs:[o4],process:null,outputs:[a4],successCalls:[Sv,_v],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[c4],calledBySuccess:[],error:null,parent:l4},u4={type:n.GenericReference,id:"concurrency-and-wait-parent-ref-id",entityType:n.Project,entityId:H},p4={type:n.FunctionDeclaration,id:yt,version:1,name:"Execute with concurrency and wait",description:"Executes a hardcoded list of actions in parallel and waits for some time before ending the logic with some unrelated data payload as the result.",inputs:[],calls:[d4,e4,bF],returnStatements:[Iv],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:u4},y4={type:n.GenericReference,id:"3521f2c8-a5c0-419c-8808-4fc6a73d0b78",entityType:n.ReturnDeclaration,entityId:"e1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},f4={like:!1,inferred:!1,id:"ce8b9a30-afe9-4d4f-879f-1677efca2c47",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:gt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:y4},h4={type:n.GenericReference,id:"8ee66e38-b060-474e-a503-594063a8ec24",entityType:n.ReturnStatement,entityId:"40a23a98-d3b2-42b1-9652-b33779ad15aa"},m4={isError:!1,id:"e1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.ReturnDeclaration,version:1,name:"Created company",description:"The new company that was created",implements:null,dataType:f4,readsValue:null,required:!0,index:0,parent:h4},T4={type:n.GenericReference,id:"9cb3c1e4-7250-4be6-be2a-69c2dd366d6f",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},E4={type:n.GenericReference,id:"c065fcdd-e054-4f95-941c-7eaa65c35d04",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},Nv={type:n.ReturnStatement,id:"40a23a98-d3b2-42b1-9652-b33779ad15aa",version:1,outputs:[m4],calledByError:[],calledByEntry:[E4],calledBySuccess:[],throws:null,x:0,y:0,parent:T4},b4={type:n.GenericReference,id:"312ef836-9e40-4d57-b177-03b7145ed074",entityType:n.Project,entityId:H},R4={type:n.FunctionDeclaration,id:"5059c093-eda2-4efc-b7b4-aaaadd4d44de",version:1,name:"Create new company",description:null,inputs:[],calls:[Nv],index:null,implements:null,returnStatements:[Nv],collapsed:!1,private:!1,x:0,y:0,parent:b4},Gc="get-current-date-and-time-func-decl-id",Mv="get-current-date-and-time-return-statement-id",Vv="get-current-date-and-time-return-declaration-id",Lv="get-current-date-and-time-return-declaration-data-type-id",g4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-data-type-value-parent-ref-id",entityType:n.DataType,entityId:Lv},v4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Vv},I4={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:Lv,version:1,entity:un,asType:!1,isList:!1,isNullable:!1,like:!1,inferred:!1,defaultValue:{id:"last-timestamp-variable-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.Date,valueAsType:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:g4},constant:!1,parent:v4},D4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-parent-ref-id",entityType:n.ReturnStatement,entityId:Mv};n.ReturnDeclaration;const P4={type:n.GenericReference,id:"get-current-date-and-time-return-statement-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:Gc},A4={type:n.GenericReference,id:"get-current-date-and-time-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gc};n.ReturnStatement;const O4={type:n.GenericReference,id:"concurrency-and-wait-parent-ref-id",entityType:n.Project,entityId:H},S4={type:n.FunctionDeclaration,id:Gc,version:1,name:"Get current date and time",description:"Generates and returns the current date and time at the time of the execution",inputs:[],calls:[],returnStatements:[],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:O4},Gv="do-math-return-statement-id",$v="do-math-return-declaration-id",C4={type:n.GenericReference,id:"do-math-func-var-to-return-one-ref-id",entityType:n.VariableDeclaration,entityId:"do-math-func-var-to-return-one-id"},B4={like:!1,inferred:!1,id:"do-math-func-var-to-return-one-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:C4},w4={type:n.GenericReference,id:"do-math-func-decl-ref-two-id",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},_4={type:n.GenericReference,id:"do-math-func-var-to-return-one-map-ref-id",entityType:n.ReturnDeclaration,entityId:$v},N4={type:n.VariableDeclaration,id:"do-math-func-var-to-return-one-id",version:1,description:null,name:"Fixed result",dataType:B4,readsValue:null,writesValues:[_4],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:w4},M4={type:n.GenericReference,id:"96ec244e-594b-45f7-802b-6dc3056920f6",entityType:n.ReturnStatement,entityId:Gv},V4={type:n.GenericReference,id:"d120c0cc-9d13-4e45-90e2-4e1ee825ca46",entityType:n.ReturnDeclaration,entityId:"873a3556-4911-4141-b2a0-49c677b56fb4"},L4={like:!1,inferred:!1,id:"da91aa23-9985-49ac-a8bf-9d623ba1ba8f",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:V4},G4={isError:!1,id:$v,version:1,type:n.ReturnDeclaration,name:"Result",description:null,implements:null,dataType:L4,readsValue:N4,required:!0,index:0,parent:M4},$4={type:n.GenericReference,id:"57fd93e4-93a1-484e-82eb-4dd15d2d0e24",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},F4={type:n.GenericReference,id:"0a86e8d5-ab21-476e-a482-b928cbf351e3",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Fv={type:n.ReturnStatement,id:Gv,version:1,outputs:[G4],calledByError:[],calledByEntry:[],calledBySuccess:[$4],parent:F4,throws:null,x:0,y:0},U4={type:n.GenericReference,id:"a2db26be-57f2-48e5-9769-cdbf0d95dc7c",entityType:n.VariableDeclaration,entityId:"d0e9f1f3-7e9f-4e1f-8d8e-7b4b3e6c6a6a"},x4={like:!1,inferred:!1,id:"c3e9d5f0-204f-45f9-85f7-e1b56b468388",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:U4},j4={type:n.GenericReference,id:"692122c5-610a-4504-90dd-f5a5202d116c",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},k4={type:n.GenericReference,id:"do-math-func-return-one-called-by",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},q4={type:n.GenericReference,id:"6dceb501-be5b-4252-afb4-3c0d08abba33",entityType:n.OutputMap,entityId:"64752080-ee0f-4cfe-9897-a0668f2b2aca"},Uv={type:n.VariableDeclaration,id:"d0e9f1f3-7e9f-4e1f-8d8e-7b4b3e6c6a6a",version:1,name:"Result",dataType:x4,description:null,readsValue:q4,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[k4],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:j4},J4={type:n.GenericReference,id:"5440f523-af38-4981-8035-89d162fe8041",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},W4={type:n.GenericReference,id:"8c482c35-e674-4713-a1dd-63c3d13b611c",entityType:n.OutputMap,entityId:"64752080-ee0f-4cfe-9897-a0668f2b2aca"},Y4={type:n.GenericReference,id:"c0a299cd-5869-4930-8cf0-90e3ceb8a903",entityType:n.VariableDeclaration,entityId:"46b2fe23-b417-4887-a35d-09b186679172"},H4={like:!1,inferred:!1,id:"51c0c1df-2ee3-41df-ae52-ac512d8cf795",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Y4},z4={type:n.GenericReference,id:"do-math-func-return-two-called-by",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},xv={type:n.VariableDeclaration,id:"46b2fe23-b417-4887-a35d-09b186679172",version:1,name:"Total",description:null,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[z4],successCalls:[],errorCalls:[],dataType:H4,readsValue:W4,writesValues:[],internalCalls:[],parent:J4,x:0,y:0},jv={type:n.GenericReference,id:"6e4d776e-6af2-4321-b630-c78110fd677c",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Z4={type:n.GenericReference,id:"5b60955b-2486-40b6-bb24-ffd97ccd8902",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},K4={type:n.GenericReference,id:"1a49923f-bc6f-453f-a438-e74e5475c2a9",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},X4={type:n.GenericReference,id:"02bfde0a-b757-4072-9613-6e9c7c9a424a",entityType:n.ArgumentDeclaration,entityId:"d8895765-f705-457e-85fa-25d130926769"},kv={id:"928953b0-0e3f-4d8c-ae5a-84620b4b8c68",version:1,type:n.InputMap,declaration:Xo,name:null,description:null,readsValue:X4,defaultValue:null,index:0,parent:K4},Q4={id:"64752080-ee0f-4cfe-9897-a0668f2b2aca",type:n.OutputMap,version:1,declaration:tl,writesValues:[Uv,xv],index:0,parent:Z4},eU={type:n.GenericReference,id:"d235a7f6-07ff-4f35-98d2-8f42dd59cf9f",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},tU={id:"8827e8e9-9381-4ad7-8f61-5419c23c9136",type:n.GenericReference,entityType:n.VariableDeclaration,entityId:"72a338d8-0183-4ca2-8760-227517854595"},qv={id:"a5525249-0eb5-472b-97bc-5e4cc0d75aee",version:1,type:n.InputMap,declaration:Qo,name:null,description:null,readsValue:tU,defaultValue:null,index:1,parent:eU},nU={type:n.Operation,id:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e",declaration:qa,version:1,inputs:[kv,qv],outputs:[Q4],calledByError:[],calledByEntry:[jv],calledBySuccess:[],process:null,successCalls:[Fv,Uv,xv],errorCalls:[],parent:jv,error:null,x:0,y:0},rU={type:n.GenericReference,id:"a2c40226-2270-4963-a865-c777ba79c551",entityType:n.DataType,entityId:"a350a9e9-25ee-477f-a83d-9e98ed2451662"},iU={id:"f47731b3-f278-4ab5-aeb2-24519c1119fb",type:n.GenericReference,entityId:"72a338d8-0183-4ca2-8760-227517854595",entityType:n.ArgumentDeclaration},Jv={like:!1,inferred:!1,id:"a350a9e9-25ee-477f-a83d-9e98ed2451662",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"do-math-func-argument-two-default-value-id",type:n.PrimitiveValue,version:1,value:1,name:D.Number,parent:rU,valueAsType:null,autogeneration:null},constant:!1,parent:iU},aU={type:n.GenericReference,id:"5f5d8dd0-7f3b-40cd-9f84-83d976887eaf",entityType:n.ArgumentDeclaration,entityId:"649bf0a4-6532-44aa-9818-a03d1c6564e9"},sU={type:n.GenericReference,id:"ca018d0f-a8b3-4c7e-a408-c8b372d04aff",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},oU={type:n.GenericReference,id:"do-math-func-var-called-by-ref",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Wv={type:n.VariableDeclaration,id:"72a338d8-0183-4ca2-8760-227517854595",version:1,name:"Z",description:null,dataType:Jv,inputs:[],outputs:[],calledByError:[],calledByEntry:[oU],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:aU,writesValues:[qv],internalCalls:[],x:0,y:0,parent:sU},lU={entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b",type:n.GenericReference,id:"af0cf105-4075-425f-aecc-b25d3600fcc4"},cU={id:"649bf0a4-6532-44aa-9818-a03d1c6564e9",type:n.ArgumentDeclaration,version:1,name:"Z",description:"The number to add",dataType:Jv,implements:null,writesValues:[Wv],required:!0,index:1,parent:lU},dU={type:n.GenericReference,id:"56953b5d-3e43-4dea-a62c-f3e868ba81bb",entityType:n.Project,entityId:H},uU={id:"868defc8-5c95-48ed-942d-257e8b9b9b00",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},pU={type:n.GenericReference,id:"35167664-a793-49f1-9eaf-fb57eac30897",entityType:n.DataType,entityId:"55b12914-91b1-48b7-9a3e-9c5d0d2a2ec2"},yU={id:"d47ceef6-be6f-40f1-a7b3-c73c8d8a6c6a",type:n.GenericReference,entityId:"d8895765-f705-457e-85fa-25d130926769",entityType:n.ArgumentDeclaration},fU={like:!1,inferred:!1,id:"55b12914-91b1-48b7-9a3e-9c5d0d2a2ec2",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"do-math-func-argument-one-default-value-id",type:n.PrimitiveValue,version:1,value:5,name:D.Number,parent:pU,valueAsType:null,autogeneration:null},constant:!1,parent:yU},hU={id:"d8895765-f705-457e-85fa-25d130926769",type:n.ArgumentDeclaration,version:1,name:"N",dataType:fU,description:"The number to add",implements:null,writesValues:[kv],required:!0,index:0,parent:uU},mU={type:n.FunctionDeclaration,id:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b",version:1,name:"Do math",description:"This function does math",inputs:[hU,cU],calls:[nU,Wv],implements:null,index:null,collapsed:!1,returnStatements:[Fv],private:!1,x:0,y:0,parent:dU},ft="replace-bank-account-in-company-func-declaration-id",$c="company-entity-to-modify-arg-declaration-id",Fc="account-number-to-create-arg-decl-id",oi="company-main-variable-id",li="search-person-by-id-id",Yv="new-bank-account-owner-arg-decl-id",Hv="search-person-by-id-output-declaration-id",Uc="search-person-by-id-output-entity-map-id",fa="person-not-empty-condition-id",Ys="create-new-bank-account-instance-operation-id",zv="create-new-bank-account-instance-operation-output-entity-map-id",Zv="company-bank-account-output-map-id",xc="old-bank-account-var-declaration-id",Kv="old-bank-account-var-instance-id",Xv="company-variable-instance-id",jc="delete-bank-account-internal-call-id",ha="new-bank-account-data-variable-declaration-id",TU={type:n.GenericReference,id:"company-variable-instance-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},EU={type:n.GenericReference,id:"company-variable-instance-called-by-ref-id",entityType:n.InternalCall,entityId:jc},bU={type:n.GenericReference,id:"company-variable-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:oi},RU={type:n.GenericReference,id:"bank-account-input-map-parent-ref-id",entityType:n.VariableInstance,entityId:Xv},gU={type:n.GenericReference,id:"bank-account-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:zv},Qv={type:n.InputMap,id:"bank-account-input-map-id",version:1,readsValue:gU,declaration:hc,name:null,description:null,index:0,defaultValue:null,parent:RU},vU={type:n.VariableInstance,id:Xv,version:1,declaration:bU,inputs:[Qv],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[EU],successCalls:[],errorCalls:[],internalCalls:[],parent:TU,readsValue:null,writesValues:[],x:0,y:0},IU={type:n.GenericReference,id:"bank-account-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},DU={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"bank-account-variable-data-type-id",version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,defaultValue:null,parent:IU},PU={type:n.GenericReference,id:"bank-account-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:Zv},AU={type:n.GenericReference,id:"bank-account-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},OU={type:n.GenericReference,id:"bank-account-variable-called-by-ref-id",entityType:n.VariableDeclaration,entityId:oi},SU={type:n.GenericReference,id:"delete-bank-account-internal-call-called-by-ref-id",entityType:n.Operation,entityId:Ys};n.GenericReference,n.VariableInstance;const CU={type:n.GenericReference,id:"delete-bank-account-internal-call-called-by-ref-two-id",entityType:n.VariableDeclaration,entityId:xc},BU={type:n.GenericReference,id:"old-bank-account-variable-trigger-delete-decl-ref-id",entityType:n.VariableDeclaration,entityId:xc},wU={type:n.GenericReference,id:"bank-account-variable-parent-ref-two-id",entityType:n.FunctionDeclaration,entityId:ft},_U={type:n.GenericReference,id:"old-bank-account-variable-trigger-delete-internal-call-ref-id",entityType:n.InternalCall,entityId:jc},NU={type:n.VariableInstance,id:Kv,version:1,declaration:BU,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],internalCalls:[_U],errorCalls:[],parent:wU,readsValue:null,writesValues:[],x:0,y:0},eI={process:null,type:n.InternalCall,id:jc,version:1,declaration:Ul,index:0,successCalls:[vU],errorCalls:[],inputs:[],outputs:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[SU,CU],parent:NU},tI={type:n.VariableDeclaration,id:xc,version:1,name:"Old bank account",description:"The existing bank account that needs to be replaced in the company entity",dataType:DU,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[OU],successCalls:[eI],internalCalls:[],errorCalls:[],parent:AU,readsValue:PU,writesValues:[],x:0,y:0},MU={type:n.GenericReference,id:"company-variable-declaration-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},VU={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"company-variable-declaration-data-type-id",version:1,entity:gt,asType:!1,isList:!1,isNullable:!1,like:!1,inferred:!1,constant:!1,defaultValue:null,parent:MU},LU={type:n.GenericReference,id:"company-variable-declaration-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:$c},GU={type:n.GenericReference,id:"company-variable-declaration-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},$U={type:n.GenericReference,id:"company-variable-declaration-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:ft},FU={type:n.GenericReference,id:"company-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},UU={id:Zv,version:1,type:n.OutputMap,declaration:hc,index:0,parent:FU,writesValues:[tI]},nI={type:n.VariableDeclaration,id:oi,version:1,name:"Company",description:"The company entity that was passed as an argument to the parent function",dataType:VU,inputs:[],outputs:[UU],calledByError:[],calledByEntry:[$U],calledBySuccess:[],successCalls:[tI],errorCalls:[],parent:GU,internalCalls:[],readsValue:LU,writesValues:[],x:0,y:0},xU={type:n.GenericReference,id:"create-new-bank-account-account-owner-dynamic-input-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ha},jU={id:"create-new-bank-account-account-owner-dynamic-input-map-reads-value-ref-id",type:n.GenericReference,entityType:n.OutputMap,entityId:Uc},rI={id:"create-new-bank-account-account-owner-dynamic-input-map-id",version:1,type:n.InputMap,declaration:null,name:"Account owner",description:null,readsValue:jU,index:1,defaultValue:null,parent:xU},kU={id:"create-new-bank-account-account-number-dynamic-input-map-reads-value-ref-id",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:Fc},qU={type:n.GenericReference,id:"create-new-bank-account-account-number-dynamic-input-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ha},iI={id:"create-new-bank-account-account-number-dynamic-input-map-id",version:1,type:n.InputMap,declaration:null,name:"Account number",description:null,readsValue:kU,defaultValue:null,index:0,parent:qU},aI={type:n.GenericReference,id:"create-new-bank-account-instance-operation-entity-to-create-input-map-parent-ref-id",entityType:n.Operation,entityId:Ys},JU={id:"create-new-bank-account-instance-operation-entity-to-create-input-map-id",version:1,type:n.InputMap,declaration:tr.inputs[0],name:null,description:null,index:0,readsValue:null,defaultValue:{type:n.PrimitiveValue,name:D.EntityTemplate,value:null,valueAsType:ri,autogeneration:null},parent:aI},WU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-entity-data-input-map-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ha},sI={id:"create-new-bank-account-instance-operation-entity-data-input-map-id",version:1,type:n.InputMap,declaration:tr.inputs[1],name:null,description:null,index:1,readsValue:WU,defaultValue:null,parent:aI},YU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-output-entity-map-parent-ref-id",entityType:n.Operation,entityId:Ys},HU={id:zv,version:1,type:n.OutputMap,declaration:tr.outputs[0],index:0,writesValues:[Qv],parent:YU},zU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.Condition,entityId:fa},ZU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.VariableDeclaration,entityId:ha},KU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},oI={process:null,id:Ys,type:n.Operation,version:1,declaration:tr,inputs:[JU,sI],error:null,outputs:[HU],successCalls:[eI],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[ZU,zU],parent:KU,x:0,y:0},XU={type:n.GenericReference,id:"new-bank-account-data-variable-declaration-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},QU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.Condition,entityId:fa},ex={id:ha,type:n.VariableDeclaration,version:1,inputs:[iI,rI],dataType:null,name:"New bank Account's data",description:null,readsValue:null,outputs:[],writesValues:[sI],successCalls:[oI],errorCalls:[],internalCalls:[],calledByError:[],calledBySuccess:[QU],calledByEntry:[],x:0,y:0,parent:XU},tx={id:"person-not-found-thrown-error-datatype-default-value-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-thrown-error-datatype-id",entityType:n.DataType},nx={id:"person-not-found-thrown-error-datatype-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-thrown-error-id",entityType:n.ReturnDeclaration};n.DataType,n.PrimitiveValue,D.String;const rx={id:"person-not-found-thrown-error-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-error-return-statement-id",entityType:n.ReturnStatement},ix={isError:!0,id:"person-not-found-thrown-error-id",type:n.ReturnDeclaration,version:1,dataType:null,name:"Person not found error",description:"If the person entity was not found this error is outputted",parent:rx,implements:null,required:!0,index:0,readsValue:null},ax={id:"person-not-found-error-return-statement-called-by-ref-id",type:n.GenericReference,entityId:fa,entityType:n.Condition},sx={id:"person-not-found-error-return-statement-parent-ref-id",type:n.GenericReference,entityId:ft,entityType:n.FunctionDeclaration},ox={id:"person-not-found-error-return-statement-id",type:n.ReturnStatement,version:1,throws:ix,outputs:[],calledBySuccess:[],calledByError:[ax],calledByEntry:[],x:0,y:0,parent:sx},lx={type:n.GenericReference,id:"person-not-empty-condition-called-by-ref-id",entityType:n.Search,entityId:li},cx={type:n.GenericReference,id:"person-not-empty-condition-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},dx={type:n.GenericReference,id:"person-entity-to-check-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Uc},ux={type:n.GenericReference,id:"person-not-empty-condition-ref-two-id",entityType:n.Condition,entityId:fa},lI={id:"person-entity-to-check-map-id",version:1,type:n.InputMap,declaration:lr.inputs[0],name:null,description:null,readsValue:dx,index:0,defaultValue:null,parent:ux},px={type:n.Condition,id:fa,version:1,declaration:lr,inputs:[lI],calledByError:[],calledByEntry:[],calledBySuccess:[lx],successCalls:[ex,oI],errorCalls:[ox],x:0,y:0,parent:cx},yx={type:n.GenericReference,id:"search-person-by-id-output-entity-declaration-datatype-parent-ref-id",entityType:n.ValueDescriptor,entityId:Hv},fx={like:!1,inferred:!1,id:"search-person-by-id-output-entity-declaration-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,constant:!1,asType:!1,isNullable:!1,entity:pt,defaultValue:null,parent:yx},hx={type:n.GenericReference,id:"search-person-by-id-output-entity-declaration-parent-ref-id",entityType:n.Search,entityId:li},cI={id:Hv,type:n.ValueDescriptor,version:1,dataType:fx,name:"Found person",description:"The person entity that was found",parent:hx,required:!0,index:0},mx={type:n.GenericReference,id:"search-person-by-id-output-entity-map-parent-ref-id",entityType:n.Search,entityId:li},Tx={type:n.OutputMap,id:Uc,version:1,declaration:cI,parent:mx,writesValues:[lI,rI],index:0},Ex={id:"search-person-by-id-input-declaration-datatype-parent-ref-id",type:n.GenericReference,entityId:"search-person-by-id-input-declaration-id",entityType:n.ArgumentDeclaration};n.DataType;const bx={type:n.GenericReference,id:"search-person-by-id-input-declaration-parent-ref-id",entityType:n.Search,entityId:li},dI={id:"search-person-by-id-input-declaration-id",type:n.ArgumentDeclaration,version:1,dataType:null,name:"Person ID",description:"The unique identifier (ID) property of the person entity",implements:null,index:0,required:!0,parent:bx,writesValues:[]},Rx={type:n.GenericReference,id:"search-person-by-id-input-map-parent-ref-id",entityType:n.Search,entityId:li},gx={id:"search-person-by-id-input-map-reads-value-ref-id",type:n.GenericReference,entityId:Yv,entityType:n.ArgumentDeclaration},uI={type:n.InputMap,id:"search-person-by-id-input-map",version:1,declaration:dI,name:null,description:null,readsValue:gx,defaultValue:null,parent:Rx,index:0},vx={from:{name:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},items:[{name:"*"}],where:[{name:"id",value:"{{dynamic_value_1}}"}]},Ix={type:n.GenericReference,id:"search-person-by-id-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},Dx={type:n.GenericReference,id:"search-person-by-id-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:ft},Px={type:n.Search,id:li,version:1,name:"Search person by ID",description:"Searches for a person entity given the UUID",query:vx,inputsDeclarations:[dI],inputs:[uI],outputsDeclarations:[cI],outputs:[Tx],calledByError:[],calledByEntry:[Dx],calledBySuccess:[],error:null,successCalls:[px],errorCalls:[],parent:Ix,x:0,y:0};n.GenericReference,n.DataType;const Ax={id:"account-number-to-create-arg-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:Fc,entityType:n.ArgumentDeclaration},Ox={like:!1,inferred:!1,id:"account-number-to-create-arg-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Ax},Sx={entityType:n.FunctionDeclaration,entityId:ft,type:n.GenericReference,id:"account-number-to-create-arg-decl-parent-ref-id"},Cx={id:Fc,type:n.ArgumentDeclaration,version:1,name:"Account number",description:"The account number of the new bank account entity",dataType:Ox,implements:null,writesValues:[iI],required:!0,index:1,parent:Sx};n.GenericReference,n.DataType;const Bx={id:"new-bank-account-owner-arg-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:"new-bank-account-owner-arg-decl-id",entityType:n.ArgumentDeclaration},wx={like:!1,inferred:!1,id:"new-bank-account-owner-arg-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ka,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Bx},_x={entityType:n.FunctionDeclaration,entityId:ft,type:n.GenericReference,id:"new-bank-account-owner-arg-decl-parent-ref-id"},Nx={id:Yv,type:n.ArgumentDeclaration,version:1,name:"New account owner ID",description:"If it has changed, this is the new person entity, that owns of the bank account",dataType:wx,implements:null,writesValues:[uI],required:!1,index:1,parent:_x},Mx={type:n.GenericReference,id:"replace-bank-account-in-company-parent-ref",entityType:n.Project,entityId:H},Vx={type:n.GenericReference,id:"company-entity-to-modify-parent-ref",entityType:n.FunctionDeclaration,entityId:ft};n.GenericReference,n.DataType;const Lx={id:"d47ceef6-be6f-40f1-a7b3-c73c8d8a6c6a",type:n.GenericReference,entityId:$c,entityType:n.ArgumentDeclaration},Gx={like:!1,inferred:!1,id:"company-entity-to-modify-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Lx},$x={id:$c,type:n.ArgumentDeclaration,version:1,name:"Company",dataType:Gx,implements:null,description:"The company to replace the bank account for",writesValues:[nI],required:!0,index:0,parent:Vx},Fx={type:n.FunctionDeclaration,id:ft,version:1,name:"Replace bank account",description:"This action takes an existing company and data to create a new bank account entity. It then creates a bank account, deletes the old one, and updates the company with the new bank account",inputs:[$x,Cx,Nx],index:null,implements:null,calls:[Px,nI],collapsed:!1,returnStatements:[],private:!1,x:0,y:0,parent:Mx},Ux={type:n.GenericReference,id:"e0a937bd-3a85-4037-a973-916985b9f94b",entityType:n.Project,entityId:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6"},xx={type:n.FunctionDeclaration,version:1,id:"6bedb217-f844-4332-af72-9626b2a32511",name:"Some library main function",description:null,inputs:[],calls:[],implements:null,collapsed:!0,index:null,returnStatements:[],private:!1,parent:Ux,x:0,y:0},jx={type:n.GenericReference,id:"948e6869-ae5b-4914-bea0-b9f02ad6a014",entityType:n.Project,entityId:"23b23d8b-1929-4505-a350-745c8550e731"},kx={type:n.GenericReference,id:"f3d6f2c6-1b3e-4e9d-8c9d-5b5b9f0b8d9c",entityType:n.Project,entityId:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6"},qx={type:n.InstalledProject,version:1,id:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6",name:"Third Party Installed Project",description:null,functions:[xx],events:[],implements:kx,parent:jx,x:0,y:0},kc="global-counted-test-loop-id",pI="global-counted-test-loop-body-id",yI="global-counted-test-loop-body-current-iteration-argument-declaration-id",Jx={type:n.GenericReference,id:"global-counted-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:yI,entityType:n.ArgumentDeclaration},Wx={like:!1,inferred:!1,id:"global-counted-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Jx},Yx={id:"global-counted-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:pI,entityType:n.FunctionDeclaration},Hx={id:yI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:Wx,implements:Al,required:!0,index:0,writesValues:[],parent:Yx},zx={id:"global-counted-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:kc,entityType:n.Loop},Zx={id:pI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Hx],calls:[],implements:Ol,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:zx},ci="random-company-employee-test-variable-id",qc="manager-global-variable-id",fI="global-user-instance-id",bn="employee-mapped-dto-variable-id",kn="employee-mapped-dto-variable-instance-id",hI="random-employee-id-output-map-id",mI="random-employee-birth-date-output-map-id",TI="random-employee-department-output-map-id",EI="random-employee-manager-output-map-id",bI="manager-global-id-output-map-id",RI="global-user-instance-id-output-map-id",Kx="employee-mapped-dto-requester-id-input-map-id",gI="employee-mapped-dto-now-timestamp-input-map-id",Xx="employee-mapped-dto-id-input-map-id",Qx="employee-mapped-dto-birth-date-input-map-id",ej="employee-mapped-dto-department-input-map-id",tj="employee-mapped-dto-manager-input-map-id",nj={id:"global-counted-test-loop-iteration-number-input-map-parent-ref-id",type:n.GenericReference,entityId:kc,entityType:n.Loop};n.GenericReference,n.VariableDeclaration;const rj={id:"global-counted-test-loop-iteration-number-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:ns.inputs[0],defaultValue:null,readsValue:null,index:0,parent:nj},ij={id:"global-counted-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},aj={id:"global-counted-test-loop-called-by-success-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},sj={id:kc,type:n.Loop,version:1,declaration:ns,inputs:[rj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Zx,calledByError:[],calledByEntry:[],calledBySuccess:[aj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:ij},Jc="global-object-keys-test-loop-id",vI="global-object-keys-test-loop-body-id",II="global-object-keys-test-loop-body-current-iteration-argument-declaration-id",oj={type:n.GenericReference,id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:II,entityType:n.ArgumentDeclaration},lj={like:!1,inferred:!1,id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:oj},cj={id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:vI,entityType:n.FunctionDeclaration},dj={id:II,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:lj,implements:Dl,required:!0,index:0,writesValues:[],parent:cj},uj={id:"global-object-keys-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:Jc,entityType:n.Loop},pj={id:vI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[dj],calls:[],implements:Mi,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:uj},yj={id:"global-object-keys-test-loop-iteration-object-input-map-parent-ref-id",type:n.GenericReference,entityId:Jc,entityType:n.Loop},fj={id:"global-object-keys-test-loop-iteration-object-input-map-reads-value-ref-id",type:n.GenericReference,entityId:bn,entityType:n.VariableDeclaration},DI={id:"global-object-keys-test-loop-iteration-object-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Mi.inputs[0],defaultValue:null,readsValue:fj,index:0,parent:yj},hj={id:"global-object-keys-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},mj={id:"global-object-keys-test-loop-called-by-success-ref-two-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},Tj={id:"global-object-keys-test-loop-called-by-success-ref-one-id",type:n.GenericReference,entityId:bn,entityType:n.VariableDeclaration},Wc={id:Jc,type:n.Loop,version:1,declaration:Mi,inputs:[DI],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:pj,calledByError:[],calledByEntry:[],calledBySuccess:[Tj,mj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:hj},Yc="global-object-values-test-loop-id",PI="global-object-values-test-loop-body-id",AI="global-object-values-test-loop-body-current-iteration-argument-declaration-id",Ej={type:n.GenericReference,id:"global-object-values-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:AI,entityType:n.ArgumentDeclaration},bj={like:!1,inferred:!1,id:"global-object-values-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Ej},Rj={id:"global-object-values-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:PI,entityType:n.FunctionDeclaration},gj={id:AI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:bj,implements:Pl,required:!0,index:0,writesValues:[],parent:Rj},vj={id:"global-object-values-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:Yc,entityType:n.Loop},Ij={id:PI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[gj],calls:[],implements:Vi,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:vj},Dj={id:"global-object-values-test-loop-iteration-object-input-map-parent-ref-id",type:n.GenericReference,entityId:Yc,entityType:n.Loop},Pj={id:"global-object-values-test-loop-iteration-object-input-map-reads-value-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},OI={id:"global-object-values-test-loop-iteration-object-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Vi.inputs[0],defaultValue:null,readsValue:Pj,index:0,parent:Dj},Aj={id:"global-object-values-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},Oj={id:"global-object-values-test-loop-called-by-success-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},SI={id:Yc,type:n.Loop,version:1,declaration:Vi,inputs:[OI],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Ij,calledByError:[],calledByEntry:[],calledBySuccess:[Oj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:Aj},Hc="global-test-iterate-over-string-loop-id",zc="global-test-iterate-over-string-loop-body-id",Hs="global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-id",CI="global-test-iterate-over-string-loop-iteration-list-input-map-id",Sj={type:n.GenericReference,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:Hs,entityType:n.ArgumentDeclaration},Cj={like:!1,inferred:!1,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Sj},Bj={id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:zc,entityType:n.FunctionDeclaration},wj={id:Hs,type:n.ArgumentDeclaration,version:1,name:"Current character",description:"The current character value being processed.",dataType:Cj,implements:gl,required:!0,index:1,writesValues:[],parent:Bj},_j={type:n.GenericReference,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:Hs,entityType:n.ArgumentDeclaration},Nj={like:!1,inferred:!1,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:_j},Mj={id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:zc,entityType:n.FunctionDeclaration},Vj={id:Hs,type:n.ArgumentDeclaration,version:1,name:"Current character",description:"The current character value being processed.",dataType:Nj,implements:vl,required:!0,index:0,writesValues:[],parent:Mj},Lj={id:"global-test-iterate-over-string-loop-body-parent-ref-id",type:n.GenericReference,entityId:Hc,entityType:n.Loop},Gj={id:zc,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Vj,wj],calls:[],implements:Il,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:Lj},$j={id:"global-test-iterate-over-string-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:Hc,entityType:n.Loop},Fj={id:"global-test-iterate-over-string-loop-iteration-list-input-map-default-value-parent-ref-id",type:n.GenericReference,entityId:CI,entityType:n.InputMap},Uj={id:"global-test-iterate-over-string-loop-iteration-list-input-map-default-value-id",type:n.PrimitiveValue,name:D.String,version:1,value:"Hello",valueAsType:null,autogeneration:{type:qe.Random,rangeStart:4,rangeEnd:5},parent:Fj},xj={id:CI,type:n.InputMap,version:1,name:null,description:null,declaration:ts.inputs[0],defaultValue:Uj,readsValue:null,index:0,parent:$j},jj={id:"global-test-iterate-over-string-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},kj={id:Hc,type:n.Loop,version:1,declaration:ts,inputs:[xj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Gj,calledByError:[],calledByEntry:[],calledBySuccess:[],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:jj},Zc="iterate-over-list-loop-id",BI="iterate-over-list-loop-body-id",wI="iterate-over-list-loop-body-current-iteration-argument-declaration-id",qj={type:n.GenericReference,id:"iterate-over-list-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:wI,entityType:n.ArgumentDeclaration},Jj={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:qj},Wj={id:"iterate-over-list-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:BI,entityType:n.FunctionDeclaration},Yj={id:wI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:Jj,implements:Qa,required:!0,index:0,writesValues:[],parent:Wj},Hj={id:"iterate-over-list-loop-body-parent-ref-id",type:n.GenericReference,entityId:Zc,entityType:n.Loop},zj={id:BI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Yj],calls:[],implements:es,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:Hj},Zj={id:"iterate-over-list-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:Zc,entityType:n.Loop},Kj={id:"iterate-over-list-loop-iteration-list-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:rr.inputs[0],defaultValue:null,readsValue:null,index:0,parent:Zj},Xj={id:"iterate-over-list-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},Qj={id:Zc,type:n.Loop,version:1,declaration:rr,inputs:[Kj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:zj,calledByError:[],calledByEntry:[],calledBySuccess:[],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:Xj};var Kc=(r=>(r.EQ="eq",r.NEQ="neq",r.GT="gt",r.GTE="gte",r.LT="lt",r.LTE="lte",r.LIKE="like",r.ILIKE="ilike",r))(Kc||{}),_I=(r=>(r.COUNT="count",r.SUM="sum",r.AVG="avg",r.MIN="min",r.MAX="max",r))(_I||{});const e8={from:{name:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},items:{from:{name:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},items:[{function:{name:_I.COUNT,items:["f8310850-a87e-405c-b182-4f1d5fa49240"]},alias:"employee_count"}],where:[{name:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3",operation:Kc.NEQ,value:null}]},where:[{name:"employee_count",operation:Kc.GT,value:1}]},t8={id:"find-companies-with-multiple-employees-and-bank-account-search-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},n8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-declaration-parent-ref-id",type:n.GenericReference,entityId:"find-companies-with-multiple-employees-and-bank-account",entityType:n.Search},NI={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-declaration-id",type:n.ValueDescriptor,version:1,name:"companies",description:"List of companies with multiple employees and an existing bank account",dataType:null,required:!0,index:0,parent:n8},r8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-parent-ref-id",type:n.GenericReference,entityId:"find-companies-with-multiple-employees-and-bank-account",entityType:n.Search},i8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-id",type:n.OutputMap,version:1,declaration:NI,writesValues:[],index:0,parent:r8},a8={id:"find-companies-with-multiple-employees-and-bank-account",type:n.Search,version:1,name:"Find companies with multiple employees and a bank account",description:"This search statement finds companies with multiple employees and an existing bank account",inputsDeclarations:[],outputsDeclarations:[NI],inputs:[],outputs:[i8],query:e8,successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:t8},s8={type:n.GenericReference,id:"employee-mapped-dto-manager-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:bI},o8={type:n.GenericReference,id:"employee-mapped-dto-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},MI={id:tj,type:n.InputMap,version:1,declaration:null,name:"manager_id",description:null,defaultValue:null,index:4,readsValue:s8,parent:o8},l8={type:n.GenericReference,id:"employee-mapped-dto-department-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:TI},c8={type:n.GenericReference,id:"employee-mapped-dto-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},VI={id:ej,type:n.InputMap,version:1,declaration:null,name:"department_name",description:null,defaultValue:null,index:3,readsValue:l8,parent:c8},d8={type:n.GenericReference,id:"employee-mapped-dto-birth-date-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:mI},u8={type:n.GenericReference,id:"employee-mapped-dto-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},LI={id:Qx,type:n.InputMap,version:1,declaration:null,name:"birth_date",description:null,defaultValue:null,index:2,readsValue:d8,parent:u8},p8={type:n.GenericReference,id:"employee-mapped-dto-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:hI},y8={type:n.GenericReference,id:"employee-mapped-dto-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},GI={id:Xx,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the employee",defaultValue:null,index:1,readsValue:p8,parent:y8},f8={type:n.GenericReference,id:"employee-mapped-dto-requester-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:RI},h8={type:n.GenericReference,id:"employee-mapped-dto-requester-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},$I={id:Kx,type:n.InputMap,version:1,declaration:null,name:"requester_id",description:"The ID of the current user making the request",defaultValue:null,index:0,readsValue:f8,parent:h8},m8={type:n.GenericReference,id:"manager-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:qc},T8={id:bI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[MI],parent:m8},E8={type:n.GenericReference,id:"manager-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:qc},b8={like:!1,inferred:!1,id:"manager-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:St,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:E8,defaultValue:null},R8={type:n.GenericReference,id:"manager-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:EI},g8={type:n.GenericReference,id:"manager-variable-parent-ref-id",entityType:n.Project,entityId:H},FI={id:qc,type:n.VariableDeclaration,version:1,name:"Manager",dataType:b8,description:"A variable holding an inherited manager for testing purposes",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:R8,writesValues:[],inputs:[],outputs:[T8],internalCalls:[],parent:g8,x:0,y:0},v8={type:n.GenericReference,id:"random-company-employee-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},I8={id:EI,type:n.OutputMap,version:1,declaration:St.properties[2],index:3,writesValues:[FI],parent:v8},D8={type:n.GenericReference,id:"random-company-employee-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},P8={id:TI,type:n.OutputMap,version:1,declaration:St.properties[0],index:2,writesValues:[VI],parent:D8},A8={type:n.GenericReference,id:"random-company-employee-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},O8={id:mI,type:n.OutputMap,version:1,declaration:pt.properties[1],index:1,writesValues:[LI],parent:A8},S8={type:n.GenericReference,id:"random-company-employee-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},C8={id:hI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[GI],parent:S8},B8={type:n.GenericReference,id:"random-company-employee-test-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},w8={like:!1,inferred:!1,id:"random-company-employee-test-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:St,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:B8,defaultValue:null},_8={type:n.GenericReference,id:"random-company-employee-test-variable-parent-ref-id",entityType:n.Project,entityId:H},N8={id:ci,type:n.VariableDeclaration,version:1,name:"Company employee",dataType:w8,description:"A variable holding a random company employee for testing purposes",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[C8,O8,P8,I8],internalCalls:[],parent:_8,x:0,y:0},M8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:gI},V8={type:n.PrimitiveValue,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-id",name:D.Date,version:1,valueAsType:null,value:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:M8},L8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-parent-ref-id",entityType:n.VariableInstance,entityId:kn},G8={id:gI,type:n.InputMap,version:1,declaration:null,name:"now",description:"The current timestamp when the operation is executed",defaultValue:V8,index:5,readsValue:null,parent:L8},$8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-decl-ref-id",entityType:n.VariableDeclaration,entityId:bn},F8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-called-by-success-ref-id",entityType:n.VariableDeclaration,entityId:kn},U8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-parent-ref-id",entityType:n.Project,entityId:H},x8={id:kn,type:n.VariableInstance,version:1,declaration:$8,calledByError:[],calledByEntry:[],calledBySuccess:[F8],successCalls:[Wc,SI],errorCalls:[],readsValue:null,writesValues:[OI],inputs:[G8],outputs:[],internalCalls:[],parent:U8,x:0,y:0},j8={type:n.GenericReference,id:"employee-mapped-dto-variable-parent-ref-id",entityType:n.Project,entityId:H},k8={id:bn,type:n.VariableDeclaration,version:1,name:"Employee DTO",dataType:null,description:"A variable holding the data of a mapped employee DTO",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Wc,x8],errorCalls:[],readsValue:null,writesValues:[DI],inputs:[$I,GI,LI,VI,MI],outputs:[],internalCalls:[],parent:j8,x:0,y:0},q8={type:n.GenericReference,id:"0e63e617-f9d3-42e8-bde0-1bb0b1df7034",entityType:n.VariableDeclaration,entityId:cc},J8={like:!1,inferred:!1,id:"e75645ce-d3df-4f07-a897-ae9ef4d917fd",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:uc,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:q8,defaultValue:null},W8={type:n.GenericReference,id:"e92a8ff5-3fef-4e0c-8d8f-92c930b2890b",entityType:n.Project,entityId:H},UI={id:cc,type:n.VariableDeclaration,version:1,name:"Current user",description:"The user that is currently logged in",dataType:J8,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:W8},Y8={type:n.GenericReference,id:"manager-variable-id-output-map-parent-ref-id",entityType:n.VariableInstance,entityId:fI},H8={id:RI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[$I],parent:Y8},z8={type:n.GenericReference,id:"global-user-instance-parent-ref-id",entityType:n.Project,entityId:H},Z8={id:fI,type:n.VariableInstance,version:1,declaration:UI,calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[H8],internalCalls:[],parent:z8,x:0,y:0},K8={type:n.GenericReference,id:"is-test-environment-variable-dcl-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:cc},X8={type:n.GenericReference,id:"is-test-environment-variable-dcl-datatype-default-value-parent-ref-id",entityType:n.DataType,entityId:"is-test-environment-variable-dcl-datatype-id"},Q8={like:!1,inferred:!1,id:"is-test-environment-variable-dcl-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:wn,version:1,asType:!1,isList:!1,isNullable:!1,constant:!0,parent:K8,defaultValue:{id:"is-test-environment-variable-dcl-datatype-default-value-id",name:D.Boolean,version:1,value:null,type:n.PrimitiveValue,autogeneration:{type:qe.Random,rangeStart:null,rangeEnd:null},valueAsType:null,parent:X8}},e9={type:n.GenericReference,id:"is-test-environment-variable-dcl-main-project-ref-id",entityType:n.Project,entityId:H},xI={id:"is-test-environment-variable-dcl-id",type:n.VariableDeclaration,version:1,name:"Is test envrioment",description:"Indicates whether the current environment is a test environment or not.",dataType:Q8,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:e9},t9={type:n.GenericReference,id:"is-test-environment-variable-instance-parent-ref-id",entityType:n.Project,entityId:H},n9={id:"is-test-environment-variable-instance-id",type:n.VariableInstance,version:1,declaration:xI,calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[],internalCalls:[],parent:t9,x:0,y:0},jI={type:n.Project,id:H,version:1,name:"Mocked project to compile",description:"This project is used to test all sorts of features and edge cases. It is not meant to be used in production. Or to have any functionality that makes sense",projects:[qx],entities:[dc,uc,pt,J1,St,$s,jR,kR,ri,FM,gt,M1,PR,CC,GM],functions:[p4,hg,Bc,R4,S4,wg,wc,mc,Fx,XR,mU],events:[DV],variableDeclarations:[xI,UI,Lc,N8,FI,k8],variableInstances:[n9,Z8],conditions:[],operations:[si],functionCalls:[v0,BL],loops:[Qj,Wc,SI,kj,sj],searches:[a8]};var T=(r=>(r.Error="error",r.Warning="warning",r))(T||{}),S=(r=>(r.InvalidObjectStructure="invalid-object-structure",r.NameNotUniqueInScope="name-not-unique-in-scope",r.EmptyName="empty-name",r.MissingCaller="missing-caller",r.PropertyOverwrite="property-overwrite",r.MethodOverwrite="method-overwrite",r.NoOverlapWithImplementedSignature="no-overlap-with-implemented-signature",r.ReaderWriterIncompatibleDataType="reader-writer-incompatible-data-type",r.UnreachableEntity="unreachable-entity",r.InternalCallParentMissingDataType="internal-call-parent-missing-data-type",r.InternalCallParentDeclarationEntityInvalidType="internal-call-parent-declaration-entity-invalid-type",r.InternalCallDeclarationNotFoundInParentDatatypeEntity="internal-call-declaration-not-found-in-parent-datatype-entity",r.InternalCallDeclarationIsNotFunctionDeclaration="internal-call-declaration-is-not-function-declaration",r.InternalCallDeclarationNotInParentDatatypeEntity="internal-call-declaration-not-in-parent-datatype-entity",r))(S||{}),f=(r=>(r.RootReference="root-reference",r.ReferencedEntityNotFound="referenced-entity-not-found",r.EntityIdNotUnique="entity-id-not-unique",r.BuiltInEntityGenerated="built-in-entity-generated",r.BuiltInEntityUpdated="built-in-entity-updated",r.BuiltInEntityDeleted="built-in-entity-deleted",r.UnknownEntityType="unknown-entity-type",r.MissingTypeProperty="missing-type-property",r.MissingIdProperty="missing-id-property",r.BuiltInEntityParent="built-in-entity-parent",r.InvalidBuiltInEntityReference="invalid-built-in-entity-reference",r.RecommendedImplementAbstractEntityAction="recommended-implement-abstract-entity-action",r.RecommendedImplementOperationAction="recommended-implement-operation-action",r.RecommendedImplementFunctionCallAction="recommended-implement-function-call-action",r.RecommendedImplementVariableDeclarationAction="recommended-implement-variable-declaration-action",r.RecommendedImplementVariableInstanceAction="recommended-implement-variable-instance-action",r.RecommendedImplementConditionAction="recommended-implement-condition-action",r.InvalidReferenceObjectStructure="invalid-reference-object-structure",r.ContainsSingleButShouldBeReferenceList="contains-single-but-should-be-reference-list",r.ContainsListButShouldReferenceSingle="contains-list-but-should-reference-single",r.InvalidParentReference="invalid-parent-reference",r.InvalidImplementsReference="invalid-implements-reference",r.InvalidExtendsReference="invalid-extends-reference",r.InvalidGenerationActionPayload="invalid-generation-action-payload",r.InvalidReference="invalid-reference",r.InvalidInternalCallParentRelation="invalid-internal-call-parent-relation",r.InvalidUpdateEntityOperation="invalid-update-entity-operation",r.NewEntityWouldOverriteExisting="new-entity-would-overrite-existing",r.InvalidDownstreamPropertyOverride="invalid-downstream-property-override",r.UnrecognizedProperty="unrecognized-property",r.SelfReference="self-reference",r.DuplicateReference="duplicate-reference",r.CallerWithIncompatibleScope="caller-with-incompatible-scope",r.InvalidFunctionDeclarationForFunctionCall="invalid-function-declaration-for-function-call",r.InvalidInputMapDeclaration="invalid-input-map-declaration",r.InvalidActionDescriptorForOperation="invalid-action-descriptor-for-operation",r.InvalidActionDescriptorForCondition="invalid-action-descriptor-for-condition",r.InvalidActionDescriptorForLoop="invalid-action-descriptor-for-loop",r.InvalidInmutablePropertyOverride="invalid-inmutable-property-override",r.OutputOverwrite="output-overwrite",r.InputOverwrite="input-overwrite",r.IncompatibleScope="incompatible-scope",r.InvalidParentUpdate="invalid-parent-update",r.NonInteractiveEntityReferenced="non-interactive-entity-referenced",r.InvalidParentRelationType="invalid-parent-relation-type",r))(f||{}),M=(r=>(r.ScopeWithoutLogic="scope-without-logic",r.ExtendingAbstractEntity="extending-abstract-entity",r.ImplementingNonAbstractEntity="implementing-non-abstract-entity",r.AbstractEntityWithNonAbstractMethods="abstract-entity-with-non-abstract-methods",r.AbstractEntityWithNonAbstractProperties="abstract-entity-with-non-abstract-properties",r.StaticEntityWithNonStaticProperties="static-entity-with-non-static-properties",r.NonStaticPropertyInStaticEntity="non-static-property-in-static-entity",r.AbstractPropertyInNonAbstractEntity="abstract-property-in-non-abstract-entity",r.AbstractMethodInNonAbstractEntity="abstract-method-in-non-abstract-entity",r.IncorrectEntityImplementation="incorrect-entity-implementation",r.IncorrectMethodImplementation="incorrect-method-implementation",r.IncorrectPropertyImplementation="incorrect-property-implementation",r.PropertyImplementsNonAbstact="property-implements-non-abstract",r.NonStaticPropertyImplementsStatic="non-static-property-implements-static",r.StaticPropertyImplementsNonStatic="static-property-implements-non-static",r.PropertyImplementsIncompatibleType="property-implements-incompatible-type",r.MissingPropertyImplementation="missing-property-implementation",r.MissingMethodImplementation="missing-method-implementation",r.NoProperties="no-properties",r.ReadingFromIncompatibleType="reading-from-incompatible-type",r.WritingToIncompatibleType="writing-to-incompatible-type",r.InvalidPropertiesCombination="invalid-properties-combination",r.DisconnectedCallableEntity="disconnected-callable-entity",r.VariableReadsValueAndInternalCall="variable-reads-value-and-internal-call",r.VariableWritesValuesAndInternalCall="variable-writes-values-and-internal-call",r.VariableHasInputsAndInternalCall="variable-has-inputs-and-internal-calls",r.VariableHasOutputsAndInternalCall="variable-has-outputs-and-internal-call",r.VariableIsCalledAndHasInternalCall="variable-is-called-and-has-internal-call",r.VariableCallsOthersAndHasInternalCall="variable-calls-others-and-has-internal-call",r))(M||{});class E{constructor(e){c(this,"id");c(this,"message");c(this,"issue");c(this,"severity");c(this,"code");this.id=e.id,this.message=e.message,this.issue=e.issue,this.severity=e.severity,this.code=e.code}toEntityError(e){return this.code in S?new mr({id:this.id,message:this.message,issue:this.issue,severity:this.severity,code:this.code,entity:e}):null}}class mr{constructor(e){c(this,"id");c(this,"message");c(this,"issue");c(this,"severity");c(this,"code");c(this,"entity");this.id=e.id,this.message=e.message,this.issue=e.issue,this.severity=e.severity,this.code=e.code,this.entity=e.entity}clone(){return new mr({id:this.id,message:this.message,issue:this.issue,severity:this.severity,code:this.code,entity:this.entity})}}function r9(r){const e=new Set;return r.filter(t=>e.has(t.id)?!1:(e.add(t.id),!0))}function z(r){const e=r.entity.errors.find(i=>i.id===r.id);return e?{new:!1,error:e}:{new:!0,error:new mr(r)}}function i9(r,e){const t=new Map;return r.forEach(i=>{t.set(i.id,i)}),e.forEach(i=>{t.set(i.id,i)}),Array.from(t.values())}function ae(r,e){const t=[];return e.forEach(i=>{const a=r.find(s=>s.id===i.id);a?t.push(a):t.push(i)}),t}const ma=u.union([u.string(),u.number(),u.boolean(),u.date()]),kI=u.enum([qe.CurrentDateAndTime,qe.Random,qe.Unique]),zs=u.object({type:kI,rangeStart:ma.nullable(),rangeEnd:ma.nullable()}),Ta=zs.extend({type:u.literal(qe.Random),rangeStart:ma,rangeEnd:ma}),Xc=zs.extend({type:u.literal(qe.Unique),rangeStart:u.null(),rangeEnd:u.null()}),qI=zs.extend({type:u.literal(qe.CurrentDateAndTime),rangeStart:u.null(),rangeEnd:u.null()}),Zs=Ta.extend({rangeStart:u.number().nullable(),rangeEnd:u.number().nullable()}),JI=Zs.extend({rangeStart:u.number(),rangeEnd:u.null()}),WI=Zs.extend({rangeStart:u.null(),rangeEnd:u.number()}),YI=Zs.extend({rangeStart:u.number(),rangeEnd:u.number()}),Ks=Ta.extend({rangeStart:u.number().nullable(),rangeEnd:u.number().nullable()}),HI=Ks.extend({rangeStart:u.number(),rangeEnd:u.null()}),zI=Ks.extend({rangeStart:u.null(),rangeEnd:u.number()}),ZI=Ks.extend({rangeStart:u.number(),rangeEnd:u.number()}),Xs=Ta.extend({rangeStart:u.date().nullable(),rangeEnd:u.date().nullable()}),KI=Xs.extend({rangeStart:u.date(),rangeEnd:u.null()}),XI=Xs.extend({rangeStart:u.null(),rangeEnd:u.date()}),QI=Xs.extend({rangeStart:u.date(),rangeEnd:u.date()}),Qc=Ta.extend({rangeStart:u.null(),rangeEnd:u.null()}),ed=u.union([HI,zI,ZI]),td=u.union([JI,WI,YI]),nd=u.union([KI,XI,QI,qI]),rd=u.union([ed,td,nd,Xc,Qc]);function Ea(){return u.union([u.object({type:u.literal(n.ValueDescriptor)}),u.record(u.string(),u.any())])}function eD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ValueDescriptor)})}function id(){return u.object({id:u.string(),type:u.literal(n.ValueDescriptor),name:u.string(),required:u.boolean()})}function a9(){return id().merge(u.object({version:u.number(),index:u.number()}))}function s9(){return id().merge(u.object({}))}function o9(){return u.object({dataType:Rr(),parent:Er()})}function l9(){return a9().merge(o9())}function Qs(){return u.union([u.object({type:u.literal(n.PrimitiveEntity)}),u.record(u.string(),u.any())])}function eo(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.PrimitiveEntity)})}function to(){return u.object({id:u.string(),type:u.literal(n.PrimitiveEntity),name:u.string(),description:u.string().nullable(),static:u.boolean(),abstract:u.boolean()})}function c9(){return to().merge(u.object({version:u.number()}))}function d9(){return to().merge(u.object({}))}function u9(){return u.object({properties:u.array(Tr()),methods:u.array(Ct()),abstractMethods:u.array(rn()),extends:u.array(u.union([Qs(),di()]))})}function p9(){return c9().merge(u9())}function Tr(){return u.union([u.object({type:u.literal(n.Property)}),u.record(u.string(),u.any())])}function tD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Property)})}function ad(){return u.object({id:u.string(),type:u.literal(n.Property),name:u.string(),description:u.string().nullable(),private:u.boolean(),static:u.boolean(),required:u.boolean(),abstract:u.boolean()})}function y9(){return ad().merge(u.object({version:u.number(),index:u.number()}))}function f9(){return ad().merge(u.object({}))}function h9(){return u.object({dataType:Rr(),implements:Tr().nullable(),parent:u.union([Ir(),eo(),no()])})}function m9(){return y9().merge(h9())}function T9(){return u.enum([L.CRON_JOB,L.EXECUTION,L.HTTP_ENDPOINT,L.PERSISTED_ENTITY,L.RELATIONAL_DATABASE])}function di(){return u.union([u.object({type:u.literal(n.BuiltInBaseEntity)}),u.record(u.string(),u.any())])}function no(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.BuiltInBaseEntity)})}function sd(){return u.object({id:u.string(),version:u.number(),type:u.literal(n.BuiltInBaseEntity),name:T9(),description:u.string().nullable(),abstract:u.boolean(),static:u.boolean()})}function E9(){return sd()}function b9(){return sd().merge(u.object({}))}function R9(){return u.object({properties:u.array(Tr()),methods:u.array(Ct()),abstractMethods:u.array(rn()),extends:u.array(u.union([di(),Qs()]))})}function g9(){return E9().merge(R9())}function rn(){return u.union([u.object({type:u.literal(n.ActionDescriptor)}),u.record(u.string(),u.any())])}function Er(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ActionDescriptor)})}function ro(){return u.object({id:u.string(),type:u.literal(n.ActionDescriptor),name:u.string(),description:u.string().nullable()})}function v9(){return ro().merge(u.object({version:u.number()}))}function I9(){return ro().merge(u.object({}))}function D9(){return u.object({inputs:u.array(Ea()),outputs:u.array(Ea()),parent:u.union([vt(),Ir(),no(),eo()]).nullable()})}function nD(){return v9().merge(D9())}function ui(){return u.union([u.object({type:u.literal(n.Loop)}),u.record(u.string(),u.any())])}function an(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Loop)})}function rD(){return u.object({id:u.string(),type:u.literal(n.Loop)})}function P9(){return rD().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function A9(){return rD().merge(u.object({declaration:u.union([u.string(),Ct()])}))}function O9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),declaration:rn(),inputs:u.array(Ht()),outputs:u.array(ht()),outputsDeclarations:u.array(Ea()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),error:ht(),body:Ct(),parent:u.union([In(),vt()]),breakStatements:u.array(hi()),continueStatements:u.array(pi())})}function S9(){return P9().merge(O9())}function pi(){return u.union([u.object({type:u.literal(n.ContinueStatement)}),u.record(u.string(),u.any())])}function yi(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ContinueStatement)})}function od(){return u.object({id:u.string(),type:u.literal(n.ContinueStatement)})}function C9(){return od().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function B9(){return od().merge(u.object({}))}function w9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:an()})}function _9(){return C9().merge(w9())}function br(){return u.union([u.object({type:u.literal(n.ReturnStatement)}),u.record(u.string(),u.any())])}function fi(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ReturnStatement)})}function ld(){return u.object({id:u.string(),type:u.literal(n.ReturnStatement)})}function N9(){return ld().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function M9(){return ld().merge(u.object({}))}function V9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:In()})}function L9(){return N9().merge(V9())}function Rn(){return u.union([u.object({type:u.literal(n.ReturnDeclaration)}),u.record(u.string(),u.any())])}function iD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ReturnDeclaration)})}function cd(){return u.object({id:u.string(),type:u.literal(n.ReturnDeclaration),name:u.string(),description:u.string().nullable(),isError:u.boolean()})}function G9(){return cd().merge(u.object({version:u.number(),index:u.number()}))}function $9(){return cd().merge(u.object({}))}function F9(){return u.object({dataType:Rr().nullable(),readsValue:Da().nullable(),parent:u.union([fi(),Er(),gn(),yi()])})}function U9(){return G9().merge(F9())}function hi(){return u.union([u.object({type:u.literal(n.BreakStatement)}),u.record(u.string(),u.any())])}function gn(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.BreakStatement)})}function dd(){return u.object({id:u.string(),type:u.literal(n.BreakStatement)})}function x9(){return dd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function j9(){return dd().merge(u.object({}))}function k9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:an()})}function q9(){return x9().merge(k9())}function ht(){return u.union([u.object({type:u.literal(n.OutputMap)}),u.record(u.string(),u.any())])}function ud(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.OutputMap)})}function pd(){return u.object({id:u.string(),type:u.literal(n.OutputMap)})}function J9(){return pd().merge(u.object({version:u.number(),index:u.number()}))}function W9(){return pd().merge(u.object({}))}function Y9(){return u.object({writesValues:u.array(vn()),declaration:u.union([Rn(),Tr()]),parent:u.union([he(),an(),gn()])})}function H9(){return J9().merge(Y9())}function mi(){return u.union([u.object({type:u.literal(n.FunctionCall)}),u.record(u.string(),u.any())])}function ba(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.FunctionCall)})}function yd(){return u.object({id:u.string(),type:u.literal(n.FunctionCall)})}function z9(){return yd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function Z9(){return yd().merge(u.object({}))}function K9(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:Ct(),inputs:u.array(Ht()),outputs:u.array(ht()),error:u.optional(ht()),parent:u.union([In(),vt()])})}function X9(){return z9().merge(K9())}function Q9(){return u.enum([Le.Equal,Le.NotEqual,Le.MoreThan,Le.MoreThanOrEqual,Le.LessThan,Le.LessThanOrEqual,Le.And,Le.Or,Vt.Empty,Vt.NotEmpty])}function Ra(){return u.union([u.object({type:u.literal(n.Condition)}),u.record(u.string(),u.any())])}function io(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Condition)})}function fd(){return u.object({id:u.string(),type:u.literal(n.Condition)})}function e6(){return fd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function t6(){return fd().merge(u.object({}))}function n6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),leftValue:Ht(),rightValue:Ht().nullable(),operator:Q9(),parent:u.union([In(),vt()])})}function r6(){return e6().merge(n6())}function ga(){return u.union([u.object({type:u.literal(n.Search)}),u.record(u.string(),u.any())])}function va(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Search)})}function hd(){return u.object({id:u.string(),type:u.literal(n.Search),name:u.string(),query:u.any(),description:u.string().nullable()})}function i6(){return hd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function a6(){return hd().merge(u.object({}))}function s6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),inputsDeclarations:u.array(vr()),inputs:u.array(Ht()),outputsDeclarations:u.array(Ea()),outputs:u.array(ht()),parent:u.union([In(),vt()]),error:ht().nullable()})}function o6(){return i6().merge(s6())}function Ia(){return u.union([u.object({type:u.literal(n.InternalCall)}),u.record(u.string(),u.any())])}function md(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InternalCall)})}function Td(){return u.object({id:u.string(),type:u.literal(n.InternalCall),index:u.number()})}function l6(){return Td().merge(u.object({version:u.number(),index:u.number()}))}function c6(){return Td().merge(u.object({declaration:u.union([u.string(),Ct()])}))}function d6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:Ct(),inputs:u.array(Ht()),outputs:u.array(ht()),parent:qn(),error:u.optional(ht())})}function u6(){return l6().merge(d6())}function Ht(){return u.union([u.object({type:u.literal(n.InputMap)}),u.record(u.string(),u.any())])}function ao(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InputMap)})}function Ed(){return u.object({id:u.string(),type:u.literal(n.InputMap),name:u.string().nullable().optional(),description:u.string().nullable().optional()})}function p6(){return Ed().merge(u.object({version:u.number(),index:u.number()}))}function y6(){return Ed().merge(u.object({}))}function f6(){return u.object({defaultValue:bd().nullable(),declaration:u.union([vr(),Tr()]).nullable(),readsValue:Da().nullable(),parent:u.union([he(),ao(),an(),gn()])})}function h6(){return p6().merge(f6())}function Ti(){return u.union([u.object({type:u.literal(n.Operation)}),u.record(u.string(),u.any())])}function Ei(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Operation)})}function so(){return u.object({id:u.string(),type:u.literal(n.Operation)})}function m6(){return so().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function T6(){return so().merge(u.object({}))}function E6(){return so().merge(u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:rn(),inputs:u.array(Ht()),outputs:u.array(ht()),error:u.array(ht()),parent:u.union([In(),vt()])}))}function b6(){return m6().merge(E6())}function oo(){return u.union([u.string(),u.number(),u.boolean(),u.null(),u.date()])}function aD(){return u.record(u.string(),oo())}function R6(){return u.array(u.union([oo(),aD()]))}function sD(){return u.union([oo(),aD(),R6()])}function oD(){return u.union([oo(),sD()])}function lD(){return u.enum([D.String,D.Number,D.Boolean,D.Null,D.Date,D.JSON,D.Enum,D.File,D.UUID,D.EntityTemplate,D.ActionDescriptor])}function g6(){return u.union([Ir(),Ei(),Pa()])}function v6(){return u.object({id:u.string(),name:lD(),type:u.literal(n.PrimitiveValue),value:oD(),autogeneration:rd.nullable()})}function I6(){return v6().merge(u.object({}))}function zt(){return u.object({id:u.string(),version:u.number(),name:lD(),type:u.literal(n.PrimitiveValue),value:oD(),valueAsType:g6().nullable(),autogeneration:rd.nullable(),parent:u.union([Rd(),ao()])})}function D6(){return zt().extend({name:u.literal(D.String),value:u.string(),autogeneration:ed.nullable()})}function P6(){return zt().extend({name:u.literal(D.Number),value:u.number(),autogeneration:td.nullable()})}function A6(){return zt().extend({name:u.literal(D.Boolean),value:u.boolean(),autogeneration:Qc.nullable()})}function O6(){return zt().extend({name:u.literal(D.Null),value:u.null(),autogeneration:u.null()})}function S6(){return zt().extend({name:u.literal(D.Date),value:u.date(),autogeneration:nd.nullable()})}function C6(){return zt().extend({name:u.literal(D.JSON),value:sD(),autogeneration:u.null()})}function B6(){return zt().extend({name:u.literal(D.Enum),value:u.string(),autogeneration:u.null()})}function w6(){return zt().extend({name:u.literal(D.File),value:u.string(),autogeneration:u.null()})}function _6(){return zt().extend({name:u.literal(D.UUID),value:u.string(),autogeneration:Xc.nullable()})}function N6(){return zt().extend({name:u.literal(D.EntityTemplate),value:Ir(),autogeneration:u.null()})}function M6(){return zt().extend({name:u.literal(D.ActionDescriptor),value:Pa(),autogeneration:u.null()})}function bd(){return u.union([D6(),P6(),A6(),O6(),S6(),C6(),B6(),w6(),_6(),N6(),M6()])}function Rr(){return u.union([u.object({type:u.literal(n.DataType)}),u.record(u.string(),u.any())])}function Rd(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.DataType)})}function gd(){return u.object({id:u.string(),type:u.literal(n.DataType),isNullable:u.boolean(),isList:u.boolean(),constant:u.boolean(),asType:u.boolean(),options:u.array(u.string()).optional()})}function V6(){return gd().merge(u.object({version:u.number()}))}function L6(){return gd().merge(u.object({}))}function G6(){return u.object({defaultValue:bd().nullable(),entity:u.union([bi(),di(),Qs(),rn()]).nullable(),parent:u.union([tD(),uD(),eD()])})}function $6(){return V6().merge(G6())}function vd(){return u.union([u.object({type:u.literal(n.VariableDeclaration)}),u.record(u.string(),u.any())])}function F6(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.VariableDeclaration)})}function Id(){return u.object({id:u.string(),type:u.literal(n.VariableDeclaration),name:u.string(),description:u.string().nullable()})}function U6(){return Id().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function x6(){return Id().merge(u.object({}))}function j6(){return u.object({dataType:Rr().nullable(),readsValue:Da().nullable(),writesValues:u.array(vn()),inputs:u.array(Ht()),outputs:u.array(ht()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),internalCalls:u.array(Ia()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),parent:u.union([In(),vt()])})}function k6(){return U6().merge(j6())}function cD(){return u.union([u.object({type:u.literal(n.VariableInstance)}),u.record(u.string(),u.any())])}function q6(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.VariableInstance)})}function Dd(){return u.object({id:u.string(),type:u.literal(n.VariableInstance)})}function J6(){return Dd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function W6(){return Dd().merge(u.object({}))}function Y6(){return u.object({declaration:vd(),dataType:Rr().nullable(),readsValue:Da().nullable(),writesValues:u.array(vn()),inputs:u.array(Ht()),outputs:u.array(ht()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),internalCalls:u.array(Ia()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),parent:u.union([In(),vt()])})}function H6(){return J6().merge(Y6())}function Pd(){return u.union([u.object({type:u.literal(n.InstalledProject)}),u.record(u.string(),u.any())])}function lo(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InstalledProject)})}function z6(){return u.object({id:u.string(),type:u.literal(n.InstalledProject)})}function Z6(){return u.object({version:u.number(),x:u.number(),y:u.number()})}function K6(){return u.object({})}function X6(){return u.object({implements:vt(),description:u.string().nullable(),functions:u.array(Ct()),events:u.array(Ad()),parent:vt()})}function Q6(){return Z6().merge(X6())}function Ad(){return u.union([u.object({type:u.literal(n.GlobalEvent)}),u.record(u.string(),u.any())])}function e3(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.GlobalEvent)})}function co(){return u.object({id:u.string(),type:u.literal(n.GlobalEvent),name:u.string(),collapsed:u.boolean()})}function t3(){return co().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function n3(){return co().merge(u.object({}))}function r3(){return co().merge(u.object({returnStatements:u.array(br()),implements:u.array(nD()),inputs:u.array(vr()),calls:u.array(Ye()),parent:u.union([vt(),lo()])}))}function i3(){return t3().merge(r3())}function gr(){return u.union([vd(),cD()])}function qn(){return u.union([F6(),q6()])}function vn(){return u.union([gr(),Ht(),Rn()])}function dD(){return u.union([qn(),ao(),iD()])}function Da(){return u.union([gr(),vr(),ht(),Ti(),Ia(),mi()])}function a3(){return u.union([qn(),Od(),ud(),Ei(),md(),ba()])}function s3(){return u.union([vr(),ht(),vn()])}function uD(){return u.union([Od(),ud(),dD()])}function uo(){return Ad()}function po(){return e3()}function yo(){return u.union([Ti(),mi(),Ra(),ga(),gr(),Ia(),ui()])}function he(){return u.union([Ei(),ba(),io(),va(),qn(),md(),an()])}function fo(){return u.union([Ti(),mi(),Ra(),ga(),gr(),ui()])}function ho(){return u.union([Ei(),ba(),io(),va(),qn(),an()])}function pD(){return u.union([yo(),br(),hi(),pi()])}function Ye(){return u.union([he(),fi(),gn(),yi()])}function yD(){return u.union([fo(),br(),hi(),pi()])}function fD(){return u.union([ho(),fi(),gn(),yi()])}function Jn(){return u.union([Ct(),uo()])}function We(){return u.union([Pa(),po()])}function o3(){return u.union([yo(),Jn()])}function l3(){return u.union([he(),We()])}function c3(){return u.union([fo(),Jn()])}function d3(){return u.union([ho(),We()])}function u3(){return u.union([pD(),Jn()])}function p3(){return u.union([Ye(),We()])}function y3(){return u.union([yD(),Jn()])}function f3(){return u.union([fD(),We()])}function h3(){return u.union([Jn(),ui()])}function In(){return u.union([We(),an()])}function m3(){return u.union([yo(),Jn()])}function T3(){return u.union([he(),We()])}function E3(){return u.union([fo(),Jn()])}function b3(){return u.union([ho(),We()])}function R3(){return u.union([br(),hi(),pi()])}function g3(){return u.union([fi(),gn(),yi()])}function v3(){return u.union([di(),M3(),Pd(),bi(),Ct(),uo(),gr(),Ht(),ht(),Ra(),Ti(),mi(),Rn(),vr(),Qs(),Rr(),Tr(),rn(),br(),pi(),hi(),ui(),ga(),rn(),rn(),Ea(),Ia()])}function I3(){return u.union([no(),vt(),lo(),Ir(),Pa(),po(),qn(),ao(),ud(),io(),Ei(),ba(),iD(),Od(),eo(),Rd(),tD(),Er(),fi(),yi(),gn(),an(),va(),Er(),Er(),eD(),md()])}function D3(){return u.union([Pd(),bi(),Ct(),uo(),gr(),Ra(),Ti(),mi(),br(),pi(),hi(),ui(),ga()])}function P3(){return u.union([lo(),Ir(),Pa(),po(),qn(),io(),Ei(),ba(),fi(),yi(),gn(),an(),va()])}function vr(){return u.union([u.object({type:u.literal(n.ArgumentDeclaration)}),u.record(u.string(),u.any())])}function Od(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ArgumentDeclaration)})}function Sd(){return u.object({id:u.string(),type:u.literal(n.ArgumentDeclaration)})}function A3(){return Sd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function O3(){return Sd().merge(u.object({}))}function S3(){return u.object({dataType:Rr().nullable(),writesValues:u.array(vn()),parent:u.union([We(),Er(),Er(),va(),gn()])})}function C3(){return A3().merge(S3())}function Ct(){return u.union([u.object({type:u.literal(n.FunctionDeclaration)}),u.record(u.string(),u.any())])}function Pa(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.FunctionDeclaration)})}function Cd(){return u.object({id:u.string(),type:u.literal(n.FunctionDeclaration),name:u.string(),description:u.string().nullable()})}function B3(){return Cd().merge(u.object({version:u.number(),x:u.number(),y:u.number(),index:u.number().nullable()}))}function w3(){return Cd()}function _3(){return u.object({inputs:u.array(vr()),implements:rn().nullable(),returnStatements:u.array(br()),parent:u.union([vt(),lo(),Ir(),an(),no(),eo()])})}function N3(){return B3().merge(_3())}function M3(){return u.union([u.object({type:u.literal(n.Project)}),u.record(u.string(),u.any())])}function vt(){return u.object({entityType:u.literal(n.Project),entityId:u.string(),id:u.string(),type:u.literal(n.GenericReference)})}function Bd(){return u.object({id:u.string(),type:u.literal(n.Project),name:u.string(),description:u.string().nullable()})}function V3(){return Bd().merge(u.object({version:u.number()}))}function L3(){return Bd()}function G3(){return u.object({entities:u.array(bi()),functions:u.array(Ct()),events:u.array(Ad()),projects:u.array(Pd()),variableDeclarations:u.array(vd()),variableInstances:u.array(cD()),conditions:u.array(Ra()),operations:u.array(Ti()),functionCalls:u.array(mi()),loops:u.array(ui()),searches:u.array(ga())})}function $3(){return V3().merge(G3())}function bi(){return u.union([u.object({type:u.literal(n.CustomEntity)}),u.record(u.string(),u.any())])}function Ir(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.CustomEntity)})}function wd(){return u.object({id:u.string(),type:u.literal(n.CustomEntity),name:u.string(),description:u.string().nullable(),static:u.boolean(),abstract:u.boolean()})}function F3(){return wd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function U3(){return wd().merge(u.object({}))}function x3(){return u.union([vt(),Rd()])}function j3(){return u.object({properties:u.array(Tr()),methods:u.array(Ct()),abstractMethods:u.array(rn()),extends:u.array(u.union([bi(),di()])),implements:u.array(u.union([bi(),di()])),parent:x3()})}function k3(){return F3().merge(j3())}function q3(r){const e=k3(),t=r.toJSON();e.safeParse(t).success;const a=r.implements.flatMap(h=>Y3(r,h)),s=r.extends.flatMap(h=>H3(r,h)),o=Z3(r),l=z3(r);r.methods.flatMap(h=>h.validate());const p=[...a,...s,...o,...l];return ae(r.errors,p)}function J3(r,e){const t=e.properties.filter(s=>s.abstract),i=[];let a=[...r.properties];return t.forEach(s=>{const o=a.find(l=>{var p;return((p=l.implements)==null?void 0:p.id)===s.id});o?a=a.filter(l=>l.id!==o.id):i.push(s)}),i}function W3(r,e){const t=e.abstractMethods,i=[];let a=[...r.methods];return t.forEach(s=>{const o=a.find(l=>{var p;return((p=l.implements)==null?void 0:p.id)===s.id});o?a=a.filter(l=>l.id!==o.id):i.push(s)}),i}function Y3(r,e){const t=[];if(!e.abstract){const h=z({id:r.id+"--"+M.ImplementingNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is implementing a non-abstract entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:M.ImplementingNonAbstractEntity,entity:r});return t.push(h.error),t}const i=e.properties.filter(h=>h.abstract),a=[];let s=[...r.properties];i.forEach(h=>{const m=s.find(b=>{var v;return((v=b.implements)==null?void 0:v.id)===h.id});m?s=s.filter(b=>b.id!==m.id):a.push(h)}),a.length&&a.forEach(h=>{const m=z({id:r.id+"--"+M.MissingPropertyImplementation+"--"+h.id,message:`Property "${h.name}" with id "${h.id}" of entity "${e.name}" with id "${e.id}" is not implemented when entity "${r.name}" with id "${r.id}" implements it`,issue:null,severity:T.Error,code:M.MissingPropertyImplementation,entity:r});t.push(m.error)});const o=[];let l=[...r.methods];e.abstractMethods.forEach(h=>{const m=l.find(b=>{var v;return((v=b.implements)==null?void 0:v.id)===h.id});m?l=l.filter(b=>b.id!==m.id):o.push(h)}),o.length&&o.forEach(h=>{const m=z({id:r.id+"--"+M.MissingMethodImplementation+"--"+h.id,message:`Method "${h.name}" with id "${h.id}" of entity "${e.name}" with id "${e.id}" is not implemented when entity "${r.name}" with id "${r.id}" implements it`,issue:null,severity:T.Error,code:M.MissingMethodImplementation,entity:r});t.push(m.error)});const p=[];e.properties.forEach(h=>{const m=s.find(b=>b.name===h.name);m&&p.push([m,h])}),p.length&&p.forEach(([h])=>{const m=z({id:r.id+"--"+S.PropertyOverwrite+"--"+h.id,message:`Property "${h.name}" with id "${h.id}" of entity "${r.name}" with id "${r.id}" overwrites the property with the same name from the base entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.PropertyOverwrite,entity:r});t.push(m.error)});const y=[];return e.methods.forEach(h=>{const m=l.find(b=>b.name===h.name);m&&y.push([m,h])}),y.length&&y.forEach(([h])=>{const m=z({id:r.id+"--"+S.MethodOverwrite+"--"+h.id,message:`Method "${h.name}" with id "${h.id}" of entity "${r.name}" with id "${r.id}" overwrites the method with the same name from the base entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.MethodOverwrite,entity:r});t.push(m.error)}),t}function H3(r,e){const t=[],i=[];if(e.abstract){const s=z({id:r.id+"--"+M.ExtendingAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is extending an abstract entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:M.ExtendingAbstractEntity,entity:r});return t.push(s.error),t}r.properties.forEach(s=>{var l;const o=e.properties.find(p=>p.name===s.name);((l=s.implements)==null?void 0:l.id)!==(o==null?void 0:o.id)&&o&&i.push(s)}),i.length&&i.forEach(s=>{const o=z({id:r.id+"--"+S.PropertyOverwrite,message:`Property "${s.name}" with id "${s.id}" of entity "${r.name}" with id "${r.id}" overwrites the property with the same name from the extended entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.PropertyOverwrite,entity:r});t.push(o.error)});const a=[];return r.methods.forEach(s=>{var l;const o=e.methods.find(p=>p.name===s.name);((l=s.implements)==null?void 0:l.id)!==(o==null?void 0:o.id)&&o&&a.push(s)}),a.length&&a.forEach(s=>{const o=z({id:r.id+"--"+S.MethodOverwrite,message:`Method "${s.name}" with id "${s.id}" of entity "${r.name}" with id "${r.id}" overwrites the method with the same name from the extended entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.MethodOverwrite,entity:r});t.push(o.error)}),t}function z3(r){const e=[];if(!r.properties.length){const t=z({id:r.id+"--"+M.NoProperties,message:"No properties implemented",issue:null,severity:T.Warning,code:M.NoProperties,entity:r});e.push(t.error)}return r.properties.forEach(t=>{t.validate()}),e}function Z3(r){const e=[];if(r.abstract){if(r.methods.length){const t=z({id:r.id+"--"+M.AbstractEntityWithNonAbstractMethods,message:`Entity "${r.name}" with id "${r.id}" is marked as abstract but has non-abstract methods`,issue:null,severity:T.Error,code:M.AbstractEntityWithNonAbstractMethods,entity:r});e.push(t.error)}if(r.properties.some(t=>!t.abstract)){const t=z({id:r.id+"--"+M.AbstractEntityWithNonAbstractProperties,message:`Entity "${r.name}" with id "${r.id}" is marked as abstract but has non-abstract properties`,issue:null,severity:T.Error,code:M.AbstractEntityWithNonAbstractProperties,entity:r});e.push(t.error),r.properties.forEach(i=>{if(!i.abstract){const a=z({id:r.id+"--"+M.StaticEntityWithNonStaticProperties+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is not marked as abstract but the entity is marked as abstract`,issue:null,severity:T.Error,code:M.StaticEntityWithNonStaticProperties,entity:r});e.push(a.error)}})}}else{if(r.abstractMethods.length){const t=z({id:r.id+"--"+M.AbstractPropertyInNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is not marked as abstract but has abstract methods`,issue:null,severity:T.Error,code:M.AbstractPropertyInNonAbstractEntity,entity:r});e.push(t.error)}if(r.properties.some(t=>t.abstract)){const t=z({id:r.id+"--"+M.AbstractMethodInNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is not marked as abstract but has abstract properties`,issue:null,severity:T.Error,code:M.AbstractMethodInNonAbstractEntity,entity:r});e.push(t.error),r.properties.forEach(i=>{if(i.abstract){const a=z({id:r.id+"--"+M.AbstractMethodInNonAbstractEntity+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is marked as abstract but the entity is not marked as abstract`,issue:null,severity:T.Error,code:M.AbstractMethodInNonAbstractEntity,entity:r});e.push(a.error)}})}}if(r.static&&r.properties.some(t=>!t.static)){const t=z({id:r.id+"--"+M.StaticEntityWithNonStaticProperties,message:`Entity "${r.name}" with id "${r.id}" is marked as static but has non-static properties`,issue:null,severity:T.Error,code:M.StaticEntityWithNonStaticProperties,entity:r});e.push(t.error),r.properties.forEach(i=>{if(!i.static){const a=z({id:r.id+"--"+M.NonStaticPropertyInStaticEntity+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is not marked as static but the entity is marked as static`,issue:null,severity:T.Error,code:M.NonStaticPropertyInStaticEntity,entity:r});e.push(a.error)}})}return e}function K3(r){return r instanceof Error&&r.name==="ZodError"&&"issues"in r&&Array.isArray(r.issues)}var X3=class extends Error{constructor(e,t){super(e,t);c(this,"name");c(this,"details");this.name="ZodValidationError",this.details=Q3(t)}toString(){return this.message}};function Q3(r){if(r){const e=r.cause;if(K3(e))return e.issues}return[]}function e5(r){return r.length!==0}var t5=/[$_\p{ID_Start}][$\u200c\u200d\p{ID_Continue}]*/u;function n5(r){return r.length===1?r[0].toString():r.reduce((e,t)=>{if(typeof t=="number")return e+"["+t.toString()+"]";if(t.includes('"'))return e+'["'+r5(t)+'"]';if(!t5.test(t))return e+'["'+t+'"]';const i=e.length===0?"":".";return e+i+t},"")}function r5(r){return r.replace(/"/g,'\\"')}var i5="; ",a5=99,hD="Validation error",s5=": ",o5=", or ";function l5(r={}){const{issueSeparator:e=i5,unionSeparator:t=o5,prefixSeparator:i=s5,prefix:a=hD,includePath:s=!0,maxIssuesInMessage:o=a5}=r;return l=>{const p=l.slice(0,o).map(y=>mo({issue:y,issueSeparator:e,unionSeparator:t,includePath:s})).join(e);return c5(p,a,i)}}function mo(r){const{issue:e,issueSeparator:t,unionSeparator:i,includePath:a}=r;if(e.code===w.invalid_union)return e.unionErrors.reduce((s,o)=>{const l=o.issues.map(p=>mo({issue:p,issueSeparator:t,unionSeparator:i,includePath:a})).join(t);return s.includes(l)||s.push(l),s},[]).join(i);if(e.code===w.invalid_arguments)return[e.message,...e.argumentsError.issues.map(s=>mo({issue:s,issueSeparator:t,unionSeparator:i,includePath:a}))].join(t);if(e.code===w.invalid_return_type)return[e.message,...e.returnTypeError.issues.map(s=>mo({issue:s,issueSeparator:t,unionSeparator:i,includePath:a}))].join(t);if(a&&e5(e.path)){if(e.path.length===1){const s=e.path[0];if(typeof s=="number")return`${e.message} at index ${s}`}return`${e.message} at "${n5(e.path)}"`}return e.message}function c5(r,e,t){return e!==null?r.length>0?[e,r].join(t):e:r.length>0?r:hD}function d5(r,e={}){const i=u5(e)([r]);return new X3(i,{cause:new Rt([r])})}function u5(r){return"messageBuilder"in r?r.messageBuilder:l5(r)}var mD="1.13.7",TD=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},To=Array.prototype,_d=Object.prototype,ED=typeof Symbol<"u"?Symbol.prototype:null,p5=To.push,Aa=To.slice,Oa=_d.toString,y5=_d.hasOwnProperty,bD=typeof ArrayBuffer<"u",f5=typeof DataView<"u",h5=Array.isArray,RD=Object.keys,gD=Object.create,vD=bD&&ArrayBuffer.isView,m5=isNaN,T5=isFinite,ID=!{toString:null}.propertyIsEnumerable("toString"),DD=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],E5=Math.pow(2,53)-1;function It(r,e){return e=e==null?r.length-1:+e,function(){for(var t=Math.max(arguments.length-e,0),i=Array(t),a=0;a<t;a++)i[a]=arguments[a+e];switch(e){case 0:return r.call(this,i);case 1:return r.call(this,arguments[0],i);case 2:return r.call(this,arguments[0],arguments[1],i)}var s=Array(e+1);for(a=0;a<e;a++)s[a]=arguments[a];return s[e]=i,r.apply(this,s)}}function Wn(r){var e=typeof r;return e==="function"||e==="object"&&!!r}function b5(r){return r===null}function PD(r){return r===void 0}function AD(r){return r===!0||r===!1||Oa.call(r)==="[object Boolean]"}function R5(r){return!!(r&&r.nodeType===1)}function ot(r){var e="[object "+r+"]";return function(t){return Oa.call(t)===e}}const Nd=ot("String"),OD=ot("Number"),g5=ot("Date"),v5=ot("RegExp"),I5=ot("Error"),SD=ot("Symbol"),CD=ot("ArrayBuffer");var BD=ot("Function"),D5=TD.document&&TD.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof D5!="function"&&(BD=function(r){return typeof r=="function"||!1});const mt=BD,wD=ot("Object");var _D=f5&&(!/\[native code\]/.test(String(DataView))||wD(new DataView(new ArrayBuffer(8)))),Md=typeof Map<"u"&&wD(new Map),P5=ot("DataView");function A5(r){return r!=null&&mt(r.getInt8)&&CD(r.buffer)}const Eo=_D?A5:P5,Dr=h5||ot("Array");function Yn(r,e){return r!=null&&y5.call(r,e)}var Vd=ot("Arguments");(function(){Vd(arguments)||(Vd=function(r){return Yn(r,"callee")})})();const Ld=Vd;function O5(r){return!SD(r)&&T5(r)&&!isNaN(parseFloat(r))}function ND(r){return OD(r)&&m5(r)}function MD(r){return function(){return r}}function VD(r){return function(e){var t=r(e);return typeof t=="number"&&t>=0&&t<=E5}}function LD(r){return function(e){return e==null?void 0:e[r]}}const bo=LD("byteLength"),S5=VD(bo);var C5=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function B5(r){return vD?vD(r)&&!Eo(r):S5(r)&&C5.test(Oa.call(r))}const GD=bD?B5:MD(!1),Dt=LD("length");function w5(r){for(var e={},t=r.length,i=0;i<t;++i)e[r[i]]=!0;return{contains:function(a){return e[a]===!0},push:function(a){return e[a]=!0,r.push(a)}}}function $D(r,e){e=w5(e);var t=DD.length,i=r.constructor,a=mt(i)&&i.prototype||_d,s="constructor";for(Yn(r,s)&&!e.contains(s)&&e.push(s);t--;)s=DD[t],s in r&&r[s]!==a[s]&&!e.contains(s)&&e.push(s)}function Xe(r){if(!Wn(r))return[];if(RD)return RD(r);var e=[];for(var t in r)Yn(r,t)&&e.push(t);return ID&&$D(r,e),e}function Sa(r){if(r==null)return!0;var e=Dt(r);return typeof e=="number"&&(Dr(r)||Nd(r)||Ld(r))?e===0:Dt(Xe(r))===0}function FD(r,e){var t=Xe(e),i=t.length;if(r==null)return!i;for(var a=Object(r),s=0;s<i;s++){var o=t[s];if(e[o]!==a[o]||!(o in a))return!1}return!0}function se(r){if(r instanceof se)return r;if(!(this instanceof se))return new se(r);this._wrapped=r}se.VERSION=mD,se.prototype.value=function(){return this._wrapped},se.prototype.valueOf=se.prototype.toJSON=se.prototype.value,se.prototype.toString=function(){return String(this._wrapped)};function UD(r){return new Uint8Array(r.buffer||r,r.byteOffset||0,bo(r))}var xD="[object DataView]";function Gd(r,e,t,i){if(r===e)return r!==0||1/r===1/e;if(r==null||e==null)return!1;if(r!==r)return e!==e;var a=typeof r;return a!=="function"&&a!=="object"&&typeof e!="object"?!1:jD(r,e,t,i)}function jD(r,e,t,i){r instanceof se&&(r=r._wrapped),e instanceof se&&(e=e._wrapped);var a=Oa.call(r);if(a!==Oa.call(e))return!1;if(_D&&a=="[object Object]"&&Eo(r)){if(!Eo(e))return!1;a=xD}switch(a){case"[object RegExp]":case"[object String]":return""+r==""+e;case"[object Number]":return+r!=+r?+e!=+e:+r==0?1/+r===1/e:+r==+e;case"[object Date]":case"[object Boolean]":return+r==+e;case"[object Symbol]":return ED.valueOf.call(r)===ED.valueOf.call(e);case"[object ArrayBuffer]":case xD:return jD(UD(r),UD(e),t,i)}var s=a==="[object Array]";if(!s&&GD(r)){var o=bo(r);if(o!==bo(e))return!1;if(r.buffer===e.buffer&&r.byteOffset===e.byteOffset)return!0;s=!0}if(!s){if(typeof r!="object"||typeof e!="object")return!1;var l=r.constructor,p=e.constructor;if(l!==p&&!(mt(l)&&l instanceof l&&mt(p)&&p instanceof p)&&"constructor"in r&&"constructor"in e)return!1}t=t||[],i=i||[];for(var y=t.length;y--;)if(t[y]===r)return i[y]===e;if(t.push(r),i.push(e),s){if(y=r.length,y!==e.length)return!1;for(;y--;)if(!Gd(r[y],e[y],t,i))return!1}else{var h=Xe(r),m;if(y=h.length,Xe(e).length!==y)return!1;for(;y--;)if(m=h[y],!(Yn(e,m)&&Gd(r[m],e[m],t,i)))return!1}return t.pop(),i.pop(),!0}function _5(r,e){return Gd(r,e)}function Ca(r){if(!Wn(r))return[];var e=[];for(var t in r)e.push(t);return ID&&$D(r,e),e}function $d(r){var e=Dt(r);return function(t){if(t==null)return!1;var i=Ca(t);if(Dt(i))return!1;for(var a=0;a<e;a++)if(!mt(t[r[a]]))return!1;return r!==JD||!mt(t[Fd])}}var Fd="forEach",kD="has",Ud=["clear","delete"],qD=["get",kD,"set"],N5=Ud.concat(Fd,qD),JD=Ud.concat(qD),M5=["add"].concat(Ud,Fd,kD);const V5=Md?$d(N5):ot("Map"),L5=Md?$d(JD):ot("WeakMap"),G5=Md?$d(M5):ot("Set"),$5=ot("WeakSet");function Ri(r){for(var e=Xe(r),t=e.length,i=Array(t),a=0;a<t;a++)i[a]=r[e[a]];return i}function F5(r){for(var e=Xe(r),t=e.length,i=Array(t),a=0;a<t;a++)i[a]=[e[a],r[e[a]]];return i}function WD(r){for(var e={},t=Xe(r),i=0,a=t.length;i<a;i++)e[r[t[i]]]=t[i];return e}function xd(r){var e=[];for(var t in r)mt(r[t])&&e.push(t);return e.sort()}function jd(r,e){return function(t){var i=arguments.length;if(e&&(t=Object(t)),i<2||t==null)return t;for(var a=1;a<i;a++)for(var s=arguments[a],o=r(s),l=o.length,p=0;p<l;p++){var y=o[p];(!e||t[y]===void 0)&&(t[y]=s[y])}return t}}const YD=jd(Ca),Ro=jd(Xe),HD=jd(Ca,!0);function U5(){return function(){}}function zD(r){if(!Wn(r))return{};if(gD)return gD(r);var e=U5();e.prototype=r;var t=new e;return e.prototype=null,t}function x5(r,e){var t=zD(r);return e&&Ro(t,e),t}function j5(r){return Wn(r)?Dr(r)?r.slice():YD({},r):r}function k5(r,e){return e(r),r}function ZD(r){return Dr(r)?r:[r]}se.toPath=ZD;function Ba(r){return se.toPath(r)}function kd(r,e){for(var t=e.length,i=0;i<t;i++){if(r==null)return;r=r[e[i]]}return t?r:void 0}function KD(r,e,t){var i=kd(r,Ba(e));return PD(i)?t:i}function q5(r,e){e=Ba(e);for(var t=e.length,i=0;i<t;i++){var a=e[i];if(!Yn(r,a))return!1;r=r[a]}return!!t}function qd(r){return r}function wa(r){return r=Ro({},r),function(e){return FD(e,r)}}function Jd(r){return r=Ba(r),function(e){return kd(e,r)}}function _a(r,e,t){if(e===void 0)return r;switch(t??3){case 1:return function(i){return r.call(e,i)};case 3:return function(i,a,s){return r.call(e,i,a,s)};case 4:return function(i,a,s,o){return r.call(e,i,a,s,o)}}return function(){return r.apply(e,arguments)}}function XD(r,e,t){return r==null?qd:mt(r)?_a(r,e,t):Wn(r)&&!Dr(r)?wa(r):Jd(r)}function Wd(r,e){return XD(r,e,1/0)}se.iteratee=Wd;function Pt(r,e,t){return se.iteratee!==Wd?se.iteratee(r,e):XD(r,e,t)}function J5(r,e,t){e=Pt(e,t);for(var i=Xe(r),a=i.length,s={},o=0;o<a;o++){var l=i[o];s[l]=e(r[l],l,r)}return s}function QD(){}function W5(r){return r==null?QD:function(e){return KD(r,e)}}function Y5(r,e,t){var i=Array(Math.max(0,r));e=_a(e,t,1);for(var a=0;a<r;a++)i[a]=e(a);return i}function Yd(r,e){return e==null&&(e=r,r=0),r+Math.floor(Math.random()*(e-r+1))}const Na=Date.now||function(){return new Date().getTime()};function eP(r){var e=function(s){return r[s]},t="(?:"+Xe(r).join("|")+")",i=RegExp(t),a=RegExp(t,"g");return function(s){return s=s==null?"":""+s,i.test(s)?s.replace(a,e):s}}const tP={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},H5=eP(tP),z5=WD(tP),Z5=eP(z5),K5=se.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var Hd=/(.)^/,X5={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Q5=/\\|'|\r|\n|\u2028|\u2029/g;function ek(r){return"\\"+X5[r]}var tk=/^\s*(\w|\$)+\s*$/;function nk(r,e,t){!e&&t&&(e=t),e=HD({},e,se.templateSettings);var i=RegExp([(e.escape||Hd).source,(e.interpolate||Hd).source,(e.evaluate||Hd).source].join("|")+"|$","g"),a=0,s="__p+='";r.replace(i,function(y,h,m,b,v){return s+=r.slice(a,v).replace(Q5,ek),a=v+y.length,h?s+=`'+
|
|
1
|
+
(function(d,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(d=typeof globalThis<"u"?globalThis:d||self,n(d["@elyx-code/project-logic-tree"]={}))})(this,function(d){"use strict";var F7=Object.defineProperty;var U7=(d,n,L)=>n in d?F7(d,n,{enumerable:!0,configurable:!0,writable:!0,value:L}):d[n]=L;var c=(d,n,L)=>(U7(d,typeof n!="symbol"?n+"":n,L),L);var n=(r=>(r.CustomEntity="custom-entity",r.BuiltInBaseEntity="built-in-base-entity",r.Project="project",r.InstalledProject="installed-project",r.GlobalEvent="global-event",r.DataType="data-type",r.FunctionCall="function-call",r.FunctionDeclaration="function-declaration",r.ActionDescriptor="action-descriptor",r.ValueDescriptor="value-descriptor",r.ArgumentDeclaration="argument-declaration",r.InputMap="input-map",r.ReturnStatement="return-statement",r.BreakStatement="break-statement",r.ContinueStatement="continue-statement",r.ReturnDeclaration="return-declaration",r.OutputMap="output-map",r.PrimitiveEntity="primitive-entity",r.PrimitiveValue="primitive-value",r.Property="property",r.Operation="operation",r.Condition="condition",r.VariableDeclaration="variable-declaration",r.VariableInstance="variable-instance",r.Search="search",r.Loop="loop",r.InternalCall="internal-call",r.GenericReference="generic-reference",r))(n||{}),L=(r=>(r.HTTP_ENDPOINT="BUILT_IN_HTTP_ENDPOINT_ENTITY",r.RELATIONAL_DATABASE="BUILT_IN_RELATIONAL_DATABASE_ENTITY",r.PERSISTED_ENTITY="BUILT_IN_PERSISTED_ENTITY_ENTITY",r.CRON_JOB="BUILT_IN_CRON_JOB_ENTITY",r.EXECUTION="BUILT_IN_EXECUTION_ENTITY",r.KEY_VALUE_PARAM="BUILT_IN_KEY_VALUE_PARAM_ENTITY",r))(L||{}),qe=(r=>(r.CurrentDateAndTime="current-date-and-time",r.Unique="unique",r.Random="random",r))(qe||{}),D=(r=>(r.EntityTemplate="entity-template",r.ActionDescriptor="action-descriptor",r.String="string",r.Number="number",r.Boolean="boolean",r.Null="null",r.Enum="enum",r.JSON="json",r.Date="date",r.UUID="uuid",r.File="file",r))(D||{}),fe=(r=>(r.Addition="addition",r.Subtraction="subtraction",r.Multiplication="multiplication",r.Division="division",r.Remainder="remainder",r.Exponentiation="exponentiation",r))(fe||{}),K=(r=>(r.Join="string-join",r.Split="string-split",r.DeleteLast="string-delete-last",r.DeleteFirst="string-delete-first",r.DeleteIndex="string-delete-index",r.AddIndex="string-add-index",r.ReplaceFirst="string-replace-first",r.ReplaceLast="string-replace-last",r.ReplaceIndex="string-replace-index",r.ReplaceSingleMatch="string-replace-single-match",r.ReplaceAllMatches="string-replace-all-matches",r.GetIndex="string-get-index",r.GetFirst="string-get-first",r.GetLast="string-get-last",r.Append="string-append",r.Prepend="string-prepend",r))(K||{}),Y=(r=>(r.Join="list-join",r.Split="list-split",r.DeleteLast="list-delete-last",r.DeleteFirst="list-delete-first",r.DeleteIndex="list-delete-index",r.AddIndex="list-add-index",r.ReplaceFirst="list-replace-first",r.ReplaceLast="list-replace-last",r.ReplaceIndex="list-replace-index",r.ReplaceSingleMatch="list-replace-single-match",r.ReplaceAllMatches="list-replace-all-matches",r.GetIndex="list-get-index",r.GetFirst="list-get-first",r.GetLast="list-get-last",r.Append="list-append",r.Prepend="list-prepend",r))(Y||{}),_e=(r=>(r.Parallel="parallel",r.Sequential="sequential",r.Wait="wait",r))(_e||{}),oe=(r=>(r.CreateNewInstance="create-new-instance",r.Validate="validate",r))(oe||{}),et=(r=>(r.HttpRequest="base-http-request",r))(et||{}),Le=(r=>(r.Equal="equal",r.NotEqual="not-equal",r.And="and",r.Or="or",r.LessThan="less-than",r.MoreThan="more-than",r.LessThanOrEqual="less-than-or-equal",r.MoreThanOrEqual="more-than-or-equal",r))(Le||{}),Mt=(r=>(r.Empty="empty",r.NotEmpty="not-empty",r))(Mt||{}),k=(r=>(r.ManualFlow="manual-flow-loop",r.Counted="counted-loop",r.List="list-loop",r.ObjectKeys="object-keys-loop",r.ObjectValues="object-values-loop",r.String="string-loop",r))(k||{}),O=(r=>(r.FixedArguments="fixed-arguments",r.FixedReturns="fixed-returns",r.ReturnedError="returned-error",r.OngoingProcessExecution="ongoing-process-execution",r.DynamicArgument="dynamic-argument-types",r.DynamicReturn="dynamic-return-types",r))(O||{}),ze=(r=>(r.OrDataTypeGroup="or-data-type-group",r.AndDataTypeGroup="and-data-type-group",r))(ze||{}),cn=(r=>(r.PROJECT_PUBLICATION_COMPLETED="GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED",r))(cn||{}),At=(r=>(r.DeletePersistedEntity="base-delete-persisted-entity",r.SoftDeletePersistedEntity="base-soft-delete-persisted-entity",r.AbortExecution="base-abort-execution",r))(At||{}),Uu=(r=>(r.Error="error",r.Task="task",r.Return="return",r))(Uu||{});const Cn=[n.VariableDeclaration,n.VariableInstance,n.InputMap,n.ReturnDeclaration],Fe=[n.VariableDeclaration,n.VariableInstance,n.ArgumentDeclaration,n.OutputMap],xu=[...Cn,...Fe],ke=[n.VariableDeclaration,n.VariableInstance],Jr=[n.GlobalEvent],Ue=[n.Operation,n.FunctionCall,n.Condition,n.Search,n.VariableDeclaration,n.VariableInstance,n.InternalCall,n.Loop],Yo=[n.Operation,n.FunctionCall,n.Condition,n.Search,n.VariableDeclaration,n.VariableInstance,n.Loop],Ge=[n.FunctionDeclaration,...Jr],Bn=[...Ue,n.ReturnStatement,n.BreakStatement,n.ContinueStatement],Ho=[...Yo,n.ReturnStatement,n.BreakStatement,n.ContinueStatement],dn=[...Ue,...Ge],ju=[...Yo,...Ge],wA=[...Bn,...Ge],_A=[...Ho,...Ge],ct=[...Ge,n.Loop],$e=[n.ReturnStatement,n.BreakStatement,n.ContinueStatement],NA=[n.CustomEntity,n.BuiltInBaseEntity,n.Project,n.InstalledProject,n.GlobalEvent,n.DataType,n.FunctionCall,n.FunctionDeclaration,n.ActionDescriptor,n.ValueDescriptor,n.ArgumentDeclaration,n.InputMap,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.ReturnDeclaration,n.OutputMap,n.PrimitiveEntity,n.PrimitiveValue,n.Property,n.Operation,n.Condition,n.VariableDeclaration,n.VariableInstance,n.Search,n.Loop,n.InternalCall],zo=[n.CustomEntity,n.GlobalEvent,n.FunctionDeclaration,n.FunctionCall,n.VariableDeclaration,n.VariableInstance,n.Operation,n.Condition,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.InstalledProject,n.Loop,n.Search],ku=[n.CustomEntity,n.FunctionDeclaration,n.ArgumentDeclaration,n.ReturnDeclaration,n.Property,n.VariableDeclaration,n.Search,n.Project,n.InstalledProject,n.ActionDescriptor,n.ValueDescriptor],Wr=[n.BuiltInBaseEntity,n.PrimitiveEntity],MA=[n.CustomEntity,n.FunctionDeclaration,n.ArgumentDeclaration,n.ReturnDeclaration,n.Property,n.VariableDeclaration,n.GlobalEvent,n.Search,n.Project,n.InstalledProject,n.ActionDescriptor,n.ValueDescriptor,n.InputMap,n.OutputMap,n.FunctionCall,n.Operation,n.Condition,n.ReturnStatement,n.BreakStatement,n.ContinueStatement,n.VariableInstance,n.PrimitiveValue,n.InternalCall];var Zo=(r=>(r.ActionOngoingProcessOutputValue="action-ongoing-process-output-value-descriptor-id",r))(Zo||{});const B={[n.PrimitiveEntity]:{[D.String]:{id:"8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",properties:{}},[D.Boolean]:{id:"f596545d-1565-4faa-9969-d95fa5edfea4",properties:{}},[D.Number]:{id:"ecb84c29-6153-4b82-86a5-fce2b5f92002",properties:{}},[D.JSON]:{id:"b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",properties:{}},[D.Enum]:{id:"9542b8b4-2642-4eee-9db9-def7963a17a0",properties:{options:{id:"00ccfcae-2104-45ef-bf6c-50ddccd74286",dataType:{id:"7dd59b70-f97b-43a7-a051-fde1842ce5d6",defaultValue:{id:"enum-options-property-data-type-default-value-id"}}}}},[D.UUID]:{id:"4a6234aa-c0f6-4731-b4dd-750388029226",properties:{}},[D.Date]:{id:"dc58f38b-d574-4956-aac6-32ce9529b937",properties:{}},[D.Null]:{id:"b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",properties:{}}},[n.ValueDescriptor]:{"action-ongoing-process-output-value-descriptor-id":{id:"action-ongoing-process-output-value-descriptor-id",dataType:{id:"process-output-value-data-type-id"}}},[n.BuiltInBaseEntity]:{[L.KEY_VALUE_PARAM]:{id:L.KEY_VALUE_PARAM},[L.HTTP_ENDPOINT]:{id:L.HTTP_ENDPOINT,properties:{method:{id:"http-endpoint-built-in-method-property-id"},path:{id:"http-endpoint-built-in-path-property-id"},cors:{id:"http-endpoint-built-in-cors-property-id"}}},[L.PERSISTED_ENTITY]:{id:L.PERSISTED_ENTITY,properties:{database:{id:"persisted-built-in-base-entity-database-property-id"},identifier:{id:"persisted-built-in-base-entity-identifier-property-id"}}},[L.RELATIONAL_DATABASE]:{id:L.RELATIONAL_DATABASE,properties:{identifier:{id:"relational-database-built-in-base-entity-identifier-property-id"},username:{id:"relational-database-built-in-base-entity-username-property-id"},password:{id:"relational-database-built-in-base-entity-password-property-id"},minSize:{id:"relational-database-built-in-base-entity-min-size-property-id"},default:{id:"relational-database-built-in-base-entity-default-property-id"},autoscaling:{id:"relational-database-built-in-base-entity-autoscaling-property-id"}}},[L.CRON_JOB]:{id:L.CRON_JOB,properties:{expression:{id:"cron-job-built-in-base-entity-expression-property-id"}}}},[n.Operation]:{[K.Join]:{id:K.Join,inputs:{separator:{id:"join-strings-separator-input-id"},first:{id:"join-strings-first-string-input-id"},second:{id:"join-strings-second-string-input-id"},dynamicString:{id:"join-strings-dynamic-string-input-id"}},outputs:{result:{id:"join-strings-result-string-return-delaration-id"},error:{id:"join-strings-error-return-delaration-id"}}},[K.Split]:{id:K.Split,inputs:{stringValue:{id:"split-string-string-input-id"},indexLocation:{id:"split-string-index-input-id"}},outputs:{firstPartResult:{id:"split-string-first-part-result-string-return-delaration-id"},secondPartResult:{id:"split-string-second-part-result-string-return-delaration-id"},error:{id:"split-string-error-return-delaration-id"}}},[fe.Addition]:{id:fe.Addition,inputs:{firstSummand:{id:"number-addition-first-summand-number-input-id"},secondSummand:{id:"number-addition-second-summand-number-input-id"},dynamicSummand:{id:"number-addition-dynamic-summand-number-input-id"}},outputs:{result:{id:"number-addition-result-number-return-delaration-id"},error:{id:"number-addition-error-return-delaration-id"}}},[fe.Subtraction]:{id:fe.Subtraction,inputs:{minuend:{id:"number-subtraction-minuend-number-input-id"},subtrahend:{id:"number-subtraction-subtrahend-number-input-id"},dynamicSubtrahend:{id:"number-subtraction-dynamic-subtrahend-number-input-id"}},outputs:{result:{id:"number-subtraction-result-number-return-delaration-id"},error:{id:"number-subtraction-error-return-delaration-id"}}},[et.HttpRequest]:{id:et.HttpRequest,inputs:{url:{id:"http-request-url-input-id"},query:{id:"http-request-query-input-id"},method:{id:"http-request-method-input-id"},headers:{id:"http-request-headers-input-id"},body:{id:"http-request-body-string-input-id"}},outputs:{code:{id:"http-response-code-return-delaration-id"},body:{id:"http-response-body-return-delaration-id"},headers:{id:"http-response-headers-return-delaration-id"},error:{id:"http-request-error-return-delaration-id"}}},[oe.Validate]:{id:oe.Validate,inputs:{entityToMatch:{id:"validate-data-entity-to-match-input-id"},dataToValidate:{id:"validate-data-data-to-validate-input-id"}},outputs:{outputEntity:{id:"validate-data-output-entity-return-delaration-id"},error:{id:"validate-data-error-return-delaration-id"}}}},[n.Loop]:{[k.List]:{id:k.List,inputs:{list:{id:"iterate-over-list-loop-list-input-id"}},outputs:{results:{id:"iterate-over-list-loop-output-id"}},body:{id:"iterate-over-list-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-list-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-list-loop-current-value-input-id"}}}},[k.String]:{id:k.String,inputs:{string:{id:"iterate-over-string-loop-string-input-id"}},outputs:{results:{id:"iterate-over-string-loop-output-id"}},body:{id:"iterate-over-string-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-string-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-string-loop-current-value-input-id"}}}},[k.ObjectKeys]:{id:k.ObjectKeys,inputs:{object:{id:"iterate-over-object-keys-loop-object-input-id"}},outputs:{results:{id:"iterate-over-object-keys-loop-output-id"}},body:{id:"iterate-over-object-keys-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-object-keys-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-object-keys-loop-current-value-input-id"}}}},[k.ObjectValues]:{id:k.ObjectValues,inputs:{object:{id:"iterate-over-object-values-loop-object-input-id"}},outputs:{results:{id:"iterate-over-object-values-loop-output-id"}},body:{id:"iterate-over-object-values-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-object-values-loop-iteration-number-input-id"},currentValue:{id:"iterate-over-object-values-loop-current-value-input-id"}}}},[k.ManualFlow]:{id:k.ManualFlow,inputs:{},outputs:{results:{id:"manual-flow-loop-output-id"}},body:{id:"manual-flow-loop-body-descriptor-id",inputs:{iterationNumber:{id:"iterate-over-manual-flow-loop-iteration-number-input-id"}}}},[k.Counted]:{id:k.Counted,inputs:{number:{id:"counted-loop-number-input-id"}},outputs:{results:{id:"counted-loop-output-id"}},body:{id:"counted-loop-body-descriptor-id",inputs:{iterationNumber:{id:"counted-loop-iteration-number-input-id"}}}}},[n.Condition]:{[Le.MoreThanOrEqual]:{id:Le.MoreThanOrEqual,inputs:{leftHand:{id:"condition-more-than-or-equal-left-hand-input-id"},rightHand:{id:"condition-more-than-or-equal-right-hand-input-id"}}},[Mt.NotEmpty]:{id:Mt.NotEmpty,inputs:{leftHand:{id:"condition-not-empty-input-id"}}}},[n.GlobalEvent]:{[cn.PROJECT_PUBLICATION_COMPLETED]:{id:cn.PROJECT_PUBLICATION_COMPLETED}}},jt=B[n.PrimitiveEntity],x={type:n.PrimitiveEntity,id:jt.string.id,description:"A string of characters.",version:1,name:D.String,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},wn={type:n.PrimitiveEntity,id:jt.boolean.id,description:"A 'true' or 'false' value.",version:1,name:D.Boolean,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},Q={type:n.PrimitiveEntity,id:jt.number.id,description:"A number value.",version:1,name:D.Number,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},VA={type:n.PrimitiveEntity,id:jt.null.id,description:"An explicitly empty value.",version:1,name:D.Null,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},Ze={type:n.PrimitiveEntity,id:"730e8ea9-8498-439a-9001-b07de55aaa7d",description:"A complex data structure with any combination of properties with names and values.",version:1,name:D.JSON,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},qu={id:"c2f52f01-8f2e-490e-8083-72289c8189c1",type:n.GenericReference,entityId:"7dd59b70-f97b-43a7-a051-fde1842ce5d6",entityType:n.DataType},Ju={id:"4e803941-2e6a-4227-b803-b8877c0d7fee",type:n.GenericReference,entityId:"00ccfcae-2104-45ef-bf6c-50ddccd74286",entityType:n.Property},Wu={like:!1,inferred:!1,id:jt.enum.properties.options.dataType.id,version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:{id:jt.enum.properties.options.dataType.defaultValue.id,type:n.PrimitiveValue,version:1,name:D.JSON,autogeneration:null,value:[],valueAsType:null,parent:qu},parent:Ju},Yu={id:"a2983c4c-0286-4ef1-8b5c-5a52904d3200",type:n.GenericReference,entityId:"9542b8b4-2642-4eee-9db9-def7963a17a0",entityType:n.PrimitiveEntity},Hu={hidden:!1,required:!0,id:jt.enum.properties.options.id,name:"Options",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:Wu,description:"Options for the enum. Each option is a text value.",parent:Yu},_n={type:n.PrimitiveEntity,id:jt.enum.id,description:"A set of text options to choose from.",version:1,name:D.Enum,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[Hu],methods:[]},un={type:n.PrimitiveEntity,id:jt.date.id,description:"A date and time value.",version:1,name:D.Date,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},ka={type:n.PrimitiveEntity,id:jt.uuid.id,description:"A unique identifier in the form of a 36-character string.",version:1,name:D.UUID,static:!1,abstract:!1,abstractMethods:[],extends:[x],properties:[],methods:[]},Ko={type:n.PrimitiveEntity,id:jt.json.id,description:"A complex data structure with any combination of properties with names and values.",version:1,name:D.JSON,static:!1,abstract:!1,abstractMethods:[],extends:[],properties:[],methods:[]},pn=B[n.Operation][fe.Addition],zu={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:pn.inputs.firstSummand.id,entityType:n.ValueDescriptor},Zu={like:!1,inferred:!1,id:"number-addition-first-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:zu},Ku={type:n.GenericReference,id:"9f486db2-a983-4293-9eef-81d4fc8d2d3e",entityId:pn.inputs.secondSummand.id,entityType:n.ValueDescriptor},Xu={like:!1,inferred:!1,id:"1d4abe83-3e87-4f74-99be-c1fd8c2f8d2d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ku},Qu={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:pn.outputs.result.id,entityType:n.ValueDescriptor},ep={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Qu},tp={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:fe.Addition,entityType:n.ActionDescriptor},Xo={id:pn.inputs.firstSummand.id,type:n.ValueDescriptor,version:1,name:"Summand",description:"The first number to add",dataType:Zu,required:!0,parentRelationType:O.FixedArguments,index:0,parent:tp},np={type:n.GenericReference,id:"c5015128-4a65-462c-9da0-1c86e83ef897",entityId:fe.Addition,entityType:n.ActionDescriptor},Qo={id:pn.inputs.secondSummand.id,type:n.ValueDescriptor,description:"The second number to add",version:1,name:"Summand",dataType:Xu,required:!0,parentRelationType:O.FixedArguments,index:1,parent:np},el={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:fe.Addition,entityType:n.ActionDescriptor},tl={parentRelationType:O.FixedReturns,id:pn.outputs.result.id,type:n.ValueDescriptor,description:"The result number of the addition",version:1,name:"Result",dataType:ep,required:!0,index:0,parent:el},rp={type:n.GenericReference,id:"number-addition-operation-error-parent-ref",entityId:fe.Addition,entityType:n.ActionDescriptor},ip={parentRelationType:O.FixedReturns,id:pn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:rp},ap={type:n.GenericReference,id:"number-addition-operation-dynamic-summand-argument-type-parent-ref",entityId:pn.inputs.dynamicSummand.id,entityType:n.ValueDescriptor},sp={like:!1,inferred:!1,id:"number-addition-operation-dynamic-summand-argument-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:ap},op={parentRelationType:O.DynamicArgument,id:pn.inputs.dynamicSummand.id,type:n.ValueDescriptor,description:"A number to add",version:1,name:"Summand",dataType:sp,required:!0,index:2,parent:el},qa={id:fe.Addition,type:n.ActionDescriptor,description:"Sum numbers",version:1,name:fe.Addition,inputs:[Xo,Qo,op],error:ip,outputs:[tl],parent:null},yn=B[n.Operation][fe.Subtraction],lp={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:yn.inputs.minuend.id,entityType:n.ValueDescriptor},cp={like:!1,inferred:!1,id:"number-subtraction-first-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:lp},dp={type:n.GenericReference,id:"9f486db2-a983-4293-9eef-81d4fc8d2d3e",entityId:yn.inputs.subtrahend.id,entityType:n.ValueDescriptor},up={like:!1,inferred:!1,id:"1d4abe83-3e87-4f74-99be-c1fd8c2f8d2d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:dp},pp={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:yn.outputs.result.id,entityType:n.ValueDescriptor},yp={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:pp},nl={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:fe.Subtraction,entityType:n.ActionDescriptor},fp={id:yn.inputs.minuend.id,type:n.ValueDescriptor,version:1,name:"Minuend",description:"Base number to substract from",dataType:cp,required:!0,parentRelationType:O.FixedArguments,index:0,parent:nl},hp={type:n.GenericReference,id:"c5015128-4a65-462c-9da0-1c86e83ef897",entityId:fe.Subtraction,entityType:n.ActionDescriptor},mp={id:yn.inputs.subtrahend.id,type:n.ValueDescriptor,description:"The second number to substract",version:1,name:"Subtrahend",dataType:up,required:!0,parentRelationType:O.FixedArguments,index:1,parent:hp},Tp={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:fe.Subtraction,entityType:n.ActionDescriptor},Ep={parentRelationType:O.FixedReturns,id:yn.outputs.result.id,type:n.ValueDescriptor,description:"The result number of the subtraction",version:1,name:"Result",dataType:yp,required:!0,index:0,parent:Tp},bp={type:n.GenericReference,id:"number-subtraction-operation-error-parent-ref",entityId:fe.Subtraction,entityType:n.ActionDescriptor},Rp={parentRelationType:O.FixedReturns,id:yn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:bp},gp={type:n.GenericReference,id:"number-subtraction-operation-dynamic-subtrahend-argument-type-parent-ref",entityId:yn.inputs.dynamicSubtrahend.id,entityType:n.ValueDescriptor},vp={like:!1,inferred:!1,id:"number-subtraction-operation-dynamic-subtrahend-argument-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:gp},Ip={id:yn.inputs.dynamicSubtrahend.id,type:n.ValueDescriptor,version:1,name:"Subtrahend",description:"A number to substract",dataType:vp,required:!0,parentRelationType:O.DynamicArgument,index:2,parent:nl},rl={id:fe.Subtraction,type:n.ActionDescriptor,description:"Substract numbers",version:1,name:fe.Subtraction,inputs:[fp,mp,Ip],error:Rp,outputs:[Ep],parent:null},Dp={[fe.Addition]:qa,[fe.Subtraction]:rl},kt=B[n.Operation][K.Join],Pp={type:n.GenericReference,id:"join-strings-first-string-argument-declaration",entityId:kt.inputs.first.id,entityType:n.ValueDescriptor},Ap={like:!1,inferred:!1,id:"join-strings-first-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Pp},Op={type:n.GenericReference,id:"join-strings-second-string-argument-declaration",entityId:kt.inputs.second.id,entityType:n.ValueDescriptor},Sp={like:!1,inferred:!1,id:"join-strings-second-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Op},Cp={type:n.GenericReference,id:"join-strings-result-string-return-delaration",entityId:kt.outputs.result.id,entityType:n.ValueDescriptor},Bp={like:!1,inferred:!1,id:"join-strings-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Cp},wp={type:n.GenericReference,id:"join-strings-operation-first-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Ja={id:kt.inputs.first.id,type:n.ValueDescriptor,version:1,name:"Text",description:"The first text to join to the second one. Its value will be at the beginning of the resulting text.",dataType:Ap,parentRelationType:O.FixedArguments,required:!0,index:1,parent:wp},_p={type:n.GenericReference,id:"join-strings-first-string-argument-declaration",entityId:kt.inputs.first.id,entityType:n.ValueDescriptor},Np={type:n.GenericReference,id:"join-strings-separator-string-data-type-default-value-parent-ref",entityId:"join-strings-separator-string-data-type-id",entityType:n.DataType},Mp={type:n.PrimitiveValue,id:"join-strings-separator-string-data-type-default-value-id",version:1,name:D.String,value:"",valueAsType:null,autogeneration:null,parent:Np},Vp={like:!1,inferred:!1,id:"join-strings-separator-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:Mp,constant:!1,parent:_p},Lp={type:n.GenericReference,id:"join-strings-operation-separator-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Gp={id:kt.inputs.separator.id,type:n.ValueDescriptor,version:1,name:"Separator",description:"The text value that will be inserted between each of the values that are joined.",dataType:Vp,parentRelationType:O.FixedArguments,required:!1,index:0,parent:Lp},$p={type:n.GenericReference,id:"join-strings-operation-second-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Wa={id:kt.inputs.second.id,type:n.ValueDescriptor,version:1,name:"Text",description:"The second text to join to the first one. Its value will be at the end of the resulting text.",dataType:Sp,parentRelationType:O.FixedArguments,required:!0,index:2,parent:$p},Fp={type:n.GenericReference,id:"join-strings-operation-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Ci={parentRelationType:O.FixedReturns,id:kt.outputs.result.id,type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting text value.",dataType:Bp,required:!0,index:0,parent:Fp},Up={type:n.GenericReference,id:"join-strings-operation-error-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},xp={parentRelationType:O.FixedReturns,id:kt.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Up},jp={type:n.GenericReference,id:"join-strings-dynamic-string-argument-declaration",entityId:kt.inputs.dynamicString.id,entityType:n.ValueDescriptor},kp={like:!1,inferred:!1,id:"join-strings-dynamic-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:jp},qp={type:n.GenericReference,id:"join-strings-operation-dynamic-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},Jp={id:kt.inputs.dynamicString.id,type:n.ValueDescriptor,version:1,name:"Text",description:"Text to join to the previous ones. Its value will be at the end of the resulting text.",dataType:kp,parentRelationType:O.DynamicArgument,required:!0,index:3,parent:qp},Bi={id:K.Join,type:n.ActionDescriptor,version:1,name:K.Join,description:"Join text values together, to form a single resulting text value.",inputs:[Gp,Ja,Wa,Jp],outputs:[Ci],error:xp,parent:null},fn=B[n.Operation][K.Split],Wp={type:n.GenericReference,id:"split-string-string-argument-declaration",entityId:fn.inputs.stringValue.id,entityType:n.ValueDescriptor},Yp={like:!1,inferred:!1,id:"split-string-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Wp},Hp={type:n.GenericReference,id:"split-string-index-argument-declaration",entityId:fn.inputs.indexLocation.id,entityType:n.ValueDescriptor},zp={like:!1,inferred:!1,id:"split-string-index-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Hp},Zp={type:n.GenericReference,id:"split-string-first-part-result-string-return-delaration",entityId:fn.outputs.firstPartResult.id,entityType:n.ValueDescriptor},Kp={like:!1,inferred:!1,id:"split-string-first-part-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Zp},Xp={type:n.GenericReference,id:"split-string-second-part-result-string-return-delaration",entityId:fn.outputs.secondPartResult.id,entityType:n.ValueDescriptor},Qp={like:!1,inferred:!1,id:"split-string-second-part-result-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Xp},ey={type:n.GenericReference,id:"split-string-operation-string-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ty={id:fn.inputs.stringValue.id,type:n.ValueDescriptor,version:1,name:"Text value",description:"The text value that will be split into two at the given index location.",dataType:Yp,parentRelationType:O.FixedArguments,required:!0,index:0,parent:ey},ny={type:n.GenericReference,id:"split-string-operation-index-argument-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ry={id:fn.inputs.indexLocation.id,type:n.ValueDescriptor,version:1,name:"Index location",description:"The index location where the text will be split into two. The text at this index will be the beginning of the second text.",dataType:zp,parentRelationType:O.FixedArguments,required:!0,index:1,parent:ny},iy={type:n.GenericReference,id:"split-string-operation-second-part-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},LA={parentRelationType:O.FixedReturns,id:fn.outputs.secondPartResult.id,type:n.ValueDescriptor,version:1,name:"Second part",description:"The secont part of the resulting text value.",dataType:Qp,required:!0,index:1,parent:iy},ay={type:n.GenericReference,id:"split-string-operation-first-part-result-string-return-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},sy={parentRelationType:O.FixedReturns,id:fn.outputs.firstPartResult.id,type:n.ValueDescriptor,version:1,name:"First part",description:"The first part of the resulting text value.",dataType:Kp,required:!0,index:0,parent:ay},oy={type:n.GenericReference,id:"split-string-operation-error-parent-ref",entityId:K.Join,entityType:n.ActionDescriptor},ly={parentRelationType:O.FixedReturns,id:fn.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:oy},il={id:K.Split,type:n.ActionDescriptor,version:1,name:K.Split,description:"Split a text into two, at the given index location.",inputs:[ty,ry],outputs:[sy],error:ly,parent:null},cy={[K.Join]:Bi,[K.Split]:il};var dy=(r=>(r.FirstInputList="join-list-first-list-argument-declaration",r.SecondInputList="join-list-second-list-argument-declaration",r))(dy||{}),uy=(r=>(r.ResultList="join-list-result-list-return-delaration",r.Error="join-list-error-return-delaration",r))(uy||{});const py={type:n.GenericReference,id:"join-list-operation-first-list-argument-ref",entityId:"join-list-first-list-argument-declaration",entityType:n.ValueDescriptor},yy={like:!1,inferred:!1,id:"join-list-first-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:py},fy={type:n.GenericReference,id:"join-list-operation-second-list-argument-ref",entityId:"join-list-second-list-argument-declaration",entityType:n.ValueDescriptor},hy={like:!1,inferred:!1,id:"join-list-second-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:fy},my={type:n.GenericReference,id:"join-list-operation-result-list-return-ref",entityId:"join-list-result-list-return-delaration",entityType:n.ValueDescriptor},Ty={like:!1,inferred:!1,id:"join-list-result-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:my},Ey={type:n.GenericReference,id:"join-list-operation-first-list-argument-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},by={id:"join-list-first-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"First value",description:"The first list to join to the second one. Its values will be at the beginning of the resulting list.",dataType:yy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Ey},Ry={type:n.GenericReference,id:"join-list-operation-second-list-argument-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},gy={id:"join-list-second-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"Second value",description:"The second list to join to the first one. Its values will be at the end of the resulting list.",dataType:hy,parentRelationType:O.FixedArguments,required:!0,index:1,parent:Ry},vy={type:n.GenericReference,id:"join-list-operation-result-list-return-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},Iy={parentRelationType:O.FixedReturns,id:"join-list-result-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting list value.",dataType:Ty,required:!0,index:0,parent:vy},Dy={type:n.GenericReference,id:"join-list-operation-error-parent-ref",entityId:Y.Join,entityType:n.ActionDescriptor},Py={parentRelationType:O.FixedReturns,id:"join-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Dy},al={id:Y.Join,type:n.ActionDescriptor,version:1,name:Y.Join,description:"Join two lists together, to form a single resulting list value.",inputs:[by,gy],error:Py,outputs:[Iy],parent:null};var Ay=(r=>(r.InputList="list-to-split-argument-declaration",r.SplitIndex="split-list-index-argument-declaration",r))(Ay||{}),Oy=(r=>(r.FirstOutputList="split-list-first-output-list-return-delaration",r.SecondOutputList="split-list-second-output-list-return-delaration",r.Error="split-list-error-return-delaration",r))(Oy||{});const Sy={type:n.GenericReference,id:"split-list-operation-input-list-argument-ref",entityId:"list-to-split-argument-declaration",entityType:n.ValueDescriptor},Cy={like:!1,inferred:!1,id:"split-list-operation-input-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Sy},By={type:n.GenericReference,id:"split-list-operation-split-index-argument-ref",entityId:"split-list-index-argument-declaration",entityType:n.ValueDescriptor},wy={like:!1,inferred:!1,id:"split-list-operation-split-index-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:By},sl={type:n.GenericReference,id:"split-list-operation-first-output-list-return-ref",entityId:"split-list-first-output-list-return-delaration",entityType:n.ValueDescriptor},_y={like:!1,inferred:!1,id:"split-list-operation-first-output-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:sl},Ny={type:n.GenericReference,id:"split-list-operation-input-list-argument-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},My={id:"list-to-split-argument-declaration",type:n.ValueDescriptor,version:1,name:"List to split",description:"The list to split at the given index",dataType:Cy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Ny},Vy={type:n.GenericReference,id:"split-list-operation-split-index-argument-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},Ly={id:"split-list-index-argument-declaration",type:n.ValueDescriptor,version:1,name:"Split location",description:"The index at which to split the list. The value at this index will be the first value of the second list.",dataType:wy,parentRelationType:O.FixedArguments,required:!0,index:1,parent:Vy},Gy={type:n.GenericReference,id:"split-list-operation-first-output-list-return-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},$y={parentRelationType:O.FixedReturns,id:"split-list-first-output-list-return-delaration",type:n.ValueDescriptor,version:1,name:"First list",description:"The list of values up to the split index",dataType:_y,required:!0,index:0,parent:Gy},Fy={like:!1,inferred:!1,id:"split-list-operation-second-output-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:sl},Uy={type:n.GenericReference,id:"split-list-operation-second-output-list-return-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},xy={parentRelationType:O.FixedReturns,id:"split-list-second-output-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Second list",description:"The list of values up to the split index",dataType:Fy,required:!0,index:0,parent:Uy},jy={type:n.GenericReference,id:"split-list-operation-error-parent-ref",entityId:Y.Split,entityType:n.ActionDescriptor},ky={parentRelationType:O.FixedReturns,id:"split-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:jy},ol={id:Y.Split,type:n.ActionDescriptor,version:1,name:Y.Split,description:"Splits a given list at the given index, and returns two lists, one with the values up to the index, and the other with the values after the index",inputs:[My,Ly],outputs:[$y,xy],error:ky,parent:null};var qy=(r=>(r.InputList="get-last-in-list-input-list-argument-declaration",r))(qy||{}),Jy=(r=>(r.OutputElement="get-last-in-list-output-element-return-delaration",r.Error="get-last-in-list-error-return-delaration",r))(Jy||{});const Wy={type:n.GenericReference,id:"get-last-in-list-operation-input-list-argument-ref",entityId:"get-last-in-list-input-list-argument-declaration",entityType:n.ValueDescriptor},Yy={like:!1,inferred:!1,id:"get-last-in-list-input-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Wy},Hy={type:n.GenericReference,id:"get-last-in-list-operation-output-element-return-ref",entityId:"get-last-in-list-output-element-return-delaration",entityType:n.ValueDescriptor},zy={like:!1,inferred:!1,id:"get-last-in-list-output-element-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Hy},Zy={type:n.GenericReference,id:"get-last-in-list-operation-input-list-argument-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},Ky={id:"get-last-in-list-input-list-argument-declaration",type:n.ValueDescriptor,version:1,name:"List",description:"The list to get the last element from.",dataType:Yy,parentRelationType:O.FixedArguments,required:!0,index:0,parent:Zy},Xy={type:n.GenericReference,id:"get-last-in-list-operation-output-element-return-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},Qy={parentRelationType:O.FixedReturns,id:"get-last-in-list-output-element-return-delaration",type:n.ValueDescriptor,version:1,name:"Last element",description:"The last element of the given list.",dataType:zy,required:!0,index:0,parent:Xy},ef={type:n.GenericReference,id:"get-last-in-list-operation-error-parent-ref",entityId:Y.GetLast,entityType:n.ActionDescriptor},tf={parentRelationType:O.FixedReturns,id:"get-last-in-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:ef},ll={id:Y.GetLast,type:n.ActionDescriptor,version:1,name:Y.GetLast,description:"Outputs the last element of a given list.",inputs:[Ky],outputs:[Qy],error:tf,parent:null};var nf=(r=>(r.List="append-to-list-lsit-argument-declaration",r.ElementToAppend="append-to-list-element-to-append-argument-declaration",r))(nf||{}),rf=(r=>(r.ResultList="append-to-list-result-list-return-delaration",r.Error="append-to-list-error-return-delaration",r))(rf||{});const af={type:n.GenericReference,id:"append-to-list-operation-lsit-argument-ref",entityId:"append-to-list-lsit-argument-declaration",entityType:n.ValueDescriptor},sf={like:!1,inferred:!1,id:"append-to-list-lsit-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:af},of={type:n.GenericReference,id:"append-to-list-operation-second-list-argument-ref",entityId:"append-to-list-element-to-append-argument-declaration",entityType:n.ValueDescriptor},lf={like:!1,inferred:!1,id:"append-to-list-second-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:of},cf={type:n.GenericReference,id:"append-to-list-operation-result-list-return-ref",entityId:"append-to-list-result-list-return-delaration",entityType:n.ValueDescriptor},df={like:!1,inferred:!1,id:"append-to-list-result-list-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:cf},uf={type:n.GenericReference,id:"append-to-list-operation-lsit-argument-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},cl={id:"append-to-list-lsit-argument-declaration",type:n.ValueDescriptor,version:1,name:"List value",description:"The list to which the element will be appended",dataType:sf,parentRelationType:O.FixedArguments,required:!0,index:0,parent:uf},pf={type:n.GenericReference,id:"append-to-list-operation-second-list-argument-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},dl={id:"append-to-list-element-to-append-argument-declaration",type:n.ValueDescriptor,version:1,name:"Element",description:"The element that will be added at the end of the list",dataType:lf,parentRelationType:O.FixedArguments,required:!0,index:1,parent:pf},yf={type:n.GenericReference,id:"append-to-list-operation-result-list-return-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},ff={parentRelationType:O.FixedReturns,id:"append-to-list-result-list-return-delaration",type:n.ValueDescriptor,version:1,name:"Result",description:"The resulting list value.",dataType:df,required:!0,index:0,parent:yf},hf={type:n.GenericReference,id:"append-to-list-operation-error-parent-ref",entityId:Y.Append,entityType:n.ActionDescriptor},mf={parentRelationType:O.FixedReturns,id:"append-to-list-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:hf},Ya={id:Y.Append,type:n.ActionDescriptor,version:1,name:Y.Append,description:"Adds a given element to the end of a list value.",inputs:[cl,dl],error:mf,outputs:[ff],parent:null},Tf={[Y.Join]:al,[Y.Split]:ol,[Y.GetLast]:ll,[Y.Append]:Ya};var Ef=(r=>(r.ListOfFunctions="parallel-execution-list-of-functions-argument-declaration",r))(Ef||{}),bf=(r=>(r.ListOfExecutionResults="parallel-execution-result-return-delaration",r.Error="parallel-execution-error-return-delaration",r))(bf||{});const Rf={id:"parallel-execution-list-of-functions-blueprint-dynamic-output-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"An output value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},gf={id:"parallel-execution-list-of-functions-blueprint-dynamic-input-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"An input value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},vf={id:"parallel-execution-list-of-functions-blueprint-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[gf],outputs:[Rf],error:null,parent:null},If={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityId:"parallel-execution-list-of-functions-argument-declaration",entityType:n.ValueDescriptor},Df={like:!1,inferred:!1,id:"parallel-execution-list-of-functions-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:vf,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:If},Pf={type:n.GenericReference,id:"da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",entityId:"parallel-execution-result-return-delaration",entityType:n.ValueDescriptor},Af={like:!1,inferred:!1,id:"b761acec-0755-4582-a68b-76267038bbe1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Pf},Of={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityId:_e.Parallel,entityType:n.ActionDescriptor},ul={id:"parallel-execution-list-of-functions-argument-declaration",type:n.ValueDescriptor,version:1,name:"Actions to execute",description:"A value, of a list of actions to be executed in parallel",dataType:Df,required:!0,index:0,parent:Of,parentRelationType:O.FixedArguments},Sf={type:n.GenericReference,id:"caac2bc7-c23c-4f01-9581-a515c2e4637f",entityId:_e.Parallel,entityType:n.ActionDescriptor},pl={id:"parallel-execution-result-return-delaration",type:n.ValueDescriptor,version:1,name:"List of execution results",description:"Each execution result, in the same order as the input list of actions. One item on this list for each executed action.",dataType:Af,required:!0,index:0,parent:Sf,parentRelationType:O.FixedReturns},Cf={type:n.GenericReference,id:"parallel-execution-operation-error-parent-ref",entityId:_e.Parallel,entityType:n.ActionDescriptor},Bf={id:"parallel-execution-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Cf,parentRelationType:O.ReturnedError},qt={id:_e.Parallel,type:n.ActionDescriptor,description:"Execute a list of actions in parallel",version:1,name:_e.Parallel,inputs:[ul],outputs:[pl],error:Bf,parent:null};var wf=(r=>(r.MillisecondsNumber="wait-milliseconds-number-argument-declaration",r))(wf||{}),_f=(r=>(r.Error="wait-operation-error-return-delaration",r))(_f||{});const Nf={type:n.GenericReference,id:"3bd4aeb2-e3b7-4120-b289-011ebb03dba5",entityType:n.ValueDescriptor,entityId:"wait-milliseconds-number-argument-declaration"},Mf={like:!1,inferred:!1,id:"wait-milliseconds-number-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Nf},Vf={type:n.GenericReference,id:"a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",entityType:n.ActionDescriptor,entityId:_e.Wait},er={id:"wait-milliseconds-number-argument-declaration",type:n.ValueDescriptor,version:1,name:"Milliseconds to wait",description:"The amount of milliseconds to wait before calling the next entity",dataType:Mf,required:!0,index:0,parent:Vf,parentRelationType:O.FixedArguments},Lf={type:n.GenericReference,id:"wait-operation-error-parent-ref",entityId:_e.Wait,entityType:n.ActionDescriptor},Gf={id:"wait-operation-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:Lf,parentRelationType:O.ReturnedError},dt={id:_e.Wait,type:n.ActionDescriptor,description:"Wait for the given amount of milliseconds before calling the next entity",version:1,name:_e.Wait,inputs:[er],outputs:[],error:Gf,parent:null};var $f=(r=>(r.ListOfFunctions="sequential-execution-list-of-functions-argument-declaration",r))($f||{}),Ff=(r=>(r.ListOfExecutionResults="sequential-execution-result-return-delaration",r.Error="sequential-execution-error-return-delaration",r))(Ff||{});const Uf={id:"sequential-execution-list-of-functions-blueprint-dynamic-output-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"An output value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},xf={id:"sequential-execution-list-of-functions-blueprint-dynamic-input-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"An input value of any type, to be used in the action to be executed.",dataType:null,required:!1,index:0,parent:null,parentRelationType:O.DynamicArgument},jf={id:"sequential-execution-list-of-functions-blueprint-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[xf],outputs:[Uf],error:null,parent:null},kf={type:n.GenericReference,id:"parallel-execution-list-of-functions-argument-declaration-id",entityId:"sequential-execution-list-of-functions-argument-declaration",entityType:n.ValueDescriptor},qf={like:!1,inferred:!1,id:"sequential-execution-list-of-functions-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:jf,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:kf},Jf={type:n.GenericReference,id:"sequential-execution-list-of-execution-results-return-declaration-id",entityId:"sequential-execution-result-return-delaration",entityType:n.ValueDescriptor},Wf={like:!1,inferred:!1,id:"sequential-execution-list-of-execution-results-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!0,isNullable:!1,defaultValue:null,constant:!1,parent:Jf},Yf={type:n.GenericReference,id:"parallel-execution-operation-list-of-functions-argument-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},yl={id:"sequential-execution-list-of-functions-argument-declaration",type:n.ValueDescriptor,version:1,name:"Actions to execute",description:"A value, of a list of actions to be executed in parallel",dataType:qf,required:!0,index:0,parent:Yf,parentRelationType:O.FixedArguments},Hf={type:n.GenericReference,id:"parallel-execution-operation-list-of-execution-results-return-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},fl={id:"sequential-execution-result-return-delaration",type:n.ValueDescriptor,version:1,name:"List of execution results",description:"Each execution result, in the same order as the input list of actions. One item on this list for each executed action.",dataType:Wf,required:!0,index:0,parent:Hf,parentRelationType:O.FixedReturns},zf={type:n.GenericReference,id:"sequential-execution-operation-error-parent-ref",entityId:_e.Sequential,entityType:n.ActionDescriptor},Zf={id:"sequential-execution-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:zf,parentRelationType:O.ReturnedError},hn={id:_e.Sequential,type:n.ActionDescriptor,description:"Execute a list of actions one after the other",version:1,name:_e.Sequential,inputs:[yl],outputs:[fl],error:Zf,parent:null},Kf={[_e.Parallel]:qt,[_e.Wait]:dt,[_e.Sequential]:hn};var Xf=(r=>(r.EntityToInstanciate="entity-to-instanciate-argument-declaration",r.NewEntityData="new-entity-data-argument-declaration",r))(Xf||{}),Qf=(r=>(r.Error="create-new-instance-error-return-delaration",r))(Qf||{});const eh={type:n.GenericReference,id:"new-entity-data-argument-declaration-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},th={type:n.GenericReference,id:"new-entity-data-argument-data-type-parent-ref",entityId:"new-entity-data-argument-declaration",entityType:n.ValueDescriptor},nh={like:!1,inferred:!1,id:"new-entity-data-argument-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:th},rh={id:"new-entity-data-argument-declaration",type:n.ValueDescriptor,version:1,name:"Data for new entity",description:"The data to be used to create the new entity, with all the required properties",dataType:nh,required:!0,parentRelationType:O.FixedArguments,index:1,parent:eh},ih={type:n.GenericReference,id:"entity-to-instanciate-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:"entity-to-instanciate-argument-declaration"},ah={like:!1,inferred:!1,id:"entity-to-instanciate-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!0,isNullable:!1,defaultValue:null,constant:!1,parent:ih},sh={type:n.GenericReference,id:"create-new-instance-operation-ref",entityType:n.ActionDescriptor,entityId:oe.CreateNewInstance},oh={id:"entity-to-instanciate-argument-declaration",type:n.ValueDescriptor,version:1,name:"Entity to create a new copy of",description:"The entity of which a new copy will to be created",dataType:ah,required:!0,parentRelationType:O.FixedArguments,index:0,parent:sh},lh={type:n.GenericReference,id:"create-new-instance-output-entity-declaration-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},ch={parentRelationType:O.FixedReturns,id:"create-new-instance-output-entity-declaration",type:n.ValueDescriptor,version:1,dataType:null,name:"Created entity",description:"The entity that was created",parent:lh,required:!0,index:0},dh={type:n.GenericReference,id:"create-new-instance-error-parent-ref",entityId:oe.CreateNewInstance,entityType:n.ActionDescriptor},uh={parentRelationType:O.FixedReturns,id:"create-new-instance-error-return-delaration",type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:dh},tr={id:oe.CreateNewInstance,type:n.ActionDescriptor,description:"Creates a new copy of a given entity, with the given values for each property, or default values if a value is not provided",version:1,name:oe.CreateNewInstance,inputs:[oh,rh],outputs:[ch],error:uh,parent:null},Yr=B[n.Operation][oe.Validate],ph={type:n.GenericReference,id:"validate-data-operation-data-to-validate-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:Yr.inputs.dataToValidate.id},yh={like:!1,inferred:!1,id:"validate-data-operation-data-to-validate-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:ph},fh={type:n.GenericReference,id:"validate-data-operation-data-to-validate-argument-parent-ref",entityType:n.ActionDescriptor,entityId:oe.Validate},hh={id:Yr.inputs.dataToValidate.id,type:n.ValueDescriptor,version:1,name:"Data to validate",description:"The value to validate against the given entity type",dataType:yh,required:!0,parentRelationType:O.FixedArguments,index:0,parent:fh},mh={type:n.GenericReference,id:"validate-data-operation-entity-to-match-type-argument-declaration-ref",entityType:n.ValueDescriptor,entityId:Yr.inputs.entityToMatch.id},Th={like:!1,inferred:!1,id:"validate-data-operation-entity-to-match-type-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!0,isNullable:!1,defaultValue:null,constant:!1,parent:mh},Eh={type:n.GenericReference,id:"validate-data-operation-entity-to-match-type-argument-parent-ref",entityType:n.ActionDescriptor,entityId:oe.Validate},bh={id:Yr.inputs.entityToMatch.id,type:n.ValueDescriptor,version:1,name:"Entity to match",description:"The entity to match the data against",dataType:Th,required:!0,index:0,parentRelationType:O.FixedArguments,parent:Eh},Rh={type:n.GenericReference,id:"validate-data-operation-output-entity-declaration-parent-ref",entityId:oe.Validate,entityType:n.ActionDescriptor},gh={id:Yr.outputs.outputEntity.id,type:n.ValueDescriptor,version:1,dataType:null,name:"Output value",description:"A value with the type of the entity that was validated",parent:Rh,required:!0,index:0,parentRelationType:O.FixedReturns},vh={type:n.GenericReference,id:"wait-operation-error-parent-ref",entityId:oe.Validate,entityType:n.ActionDescriptor},Ih={id:Yr.outputs.error.id,type:n.ValueDescriptor,version:1,name:"Error",description:"An error that occurred during the operation.",dataType:null,required:!0,index:1,parent:vh,parentRelationType:O.ReturnedError},nr={id:oe.Validate,type:n.ActionDescriptor,description:"Validates the given data to see if it matches the structure of a given type/entity",version:1,name:oe.Validate,inputs:[bh,hh],outputs:[gh],error:Ih,parent:null},Dh={[oe.CreateNewInstance]:tr,[oe.Validate]:nr},Ke=B[n.Operation]["base-http-request"],Ph={type:n.GenericReference,id:"d87cf943-57e1-4d19-9f05-190fa8c8ebc4",entityType:n.DataType,entityId:"0deb4ef7-d739-4ddc-a4d6-50bd6fababe3"},Ah={id:"http-request-url-default-value-id",type:n.PrimitiveValue,version:1,value:"https://some-url.com",name:D.String,valueAsType:null,parent:Ph,autogeneration:null},Oh={type:n.GenericReference,id:"aed50d73-eab5-42ce-b00e-7f5c45a9026f",entityId:Ke.inputs.url.id,entityType:n.ValueDescriptor},Sh={like:!1,inferred:!1,id:"0deb4ef7-d739-4ddc-a4d6-50bd6fababe3",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:Ah,constant:!1,parent:Oh},Ch={type:n.GenericReference,id:"c3145af6-3387-464a-8887-272e483c856d",entityId:Ke.inputs.query.id,entityType:n.ValueDescriptor},Bh={like:!1,inferred:!1,id:"2a5ba737-6335-4cc4-a2c0-16dca4052fac",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ch},wh={type:n.GenericReference,id:"075556b7-e468-48f7-8485-7159eaf389b2",entityType:n.DataType,entityId:"6df7ec2b-5dbd-44af-896b-17b314e88560"},_h={id:"http-request-method-default-value-id",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,valueAsType:null,parent:wh,autogeneration:null},Nh={type:n.GenericReference,id:"aed647c8-a1b5-4cfc-9a3d-97887a567a80",entityId:Ke.inputs.method.id,entityType:n.ValueDescriptor},Mh={like:!1,inferred:!1,id:"6df7ec2b-5dbd-44af-896b-17b314e88560",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:_h,options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],constant:!1,parent:Nh},Vh={type:n.GenericReference,id:"77203dfa-d2f6-4804-9556-e1cce46228f3",entityId:Ke.inputs.headers.id,entityType:n.ValueDescriptor},Lh={like:!1,inferred:!1,id:"2c8a2a07-69c6-40ad-b5c9-f0dc4d5955ce",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Vh},Gh={type:n.GenericReference,id:"03db68a0-7ab6-4c6a-85b6-f4b95ebb53ff",entityId:Ke.inputs.body.id,entityType:n.ValueDescriptor},$h={like:!1,inferred:!1,id:"0397876c-ed54-4ee9-85a4-04fd16dad973",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Gh},Fh={type:n.GenericReference,id:"182f767f-50e8-4394-ba5f-43e78c232733",entityType:n.ValueDescriptor,entityId:Ke.outputs.code.id},Uh={like:!1,inferred:!1,id:"45e6d0bc-0c0e-4059-a7a1-6bee925d73d0",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Fh},xh={type:n.GenericReference,id:"2baaa53a-9aef-4bd1-b06d-967c17b7b627",entityType:n.DataType,entityId:"dac63bfa-640d-4f4e-ba0f-86c2401bcfbe"},jh={type:n.GenericReference,id:"69f34d6c-c686-4165-b6ff-70dae8e1778b",entityType:n.ValueDescriptor,entityId:Ke.outputs.headers.id},kh={like:!1,inferred:!1,id:"dac63bfa-640d-4f4e-ba0f-86c2401bcfbe",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"http-response-headers-default-value-id",type:n.PrimitiveValue,version:1,value:{},name:D.JSON,parent:xh,valueAsType:null,autogeneration:null},constant:!1,parent:jh},qh={type:n.GenericReference,id:"744334e0-5135-4214-85d0-809437cb620b",entityType:n.DataType,entityId:"05fc1a5d-151a-479a-9c4e-4063f3456177"},Jh={type:n.GenericReference,id:"0e0e20df-1a46-432c-ba01-fd96508a6a61",entityType:n.ValueDescriptor,entityId:Ke.outputs.body.id},Wh={like:!1,inferred:!1,id:"05fc1a5d-151a-479a-9c4e-4063f3456177",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"http-response-body-default-value-id",type:n.PrimitiveValue,version:1,value:{},name:D.JSON,parent:qh,valueAsType:null,autogeneration:null},constant:!1,parent:Jh},Yh={type:n.GenericReference,id:"26911792-f707-4bf1-b6f7-03d04a84232c",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Ha={id:Ke.inputs.method.id,type:n.ValueDescriptor,description:"A single word that represents the type of request you want to make. For example: GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, CONNECT, CUSTOM",version:1,name:"Method",dataType:Mh,required:!1,index:0,parentRelationType:O.FixedArguments,parent:Yh},Hh={type:n.GenericReference,id:"eee0c501-0ae6-4448-b914-aada76d63163",entityType:n.ActionDescriptor,entityId:et.HttpRequest},za={id:Ke.inputs.url.id,type:n.ValueDescriptor,description:"The base domain, or address where the request is being sent to. For example: https://some-url.com",version:1,name:"URL",dataType:Sh,required:!1,index:1,parentRelationType:O.FixedArguments,parent:Hh},zh={type:n.GenericReference,id:"670091a4-21b1-4223-ad4c-b6dada0aec49",entityType:n.ActionDescriptor,entityId:et.HttpRequest},hl={id:Ke.inputs.query.id,type:n.ValueDescriptor,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",version:1,name:"Query Params",dataType:Bh,required:!1,index:2,parentRelationType:O.FixedArguments,parent:zh},Zh={type:n.GenericReference,id:"85aad3eb-22fe-45f9-b68c-1dc7061f41e0",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Za={id:Ke.inputs.headers.id,type:n.ValueDescriptor,description:"A set of any properties, with names and values that represent metadata about the request, such as the server, date, content type, and more, that you want to send alongside your request data.",version:1,name:"Headers",dataType:Lh,required:!1,index:3,parent:Zh,parentRelationType:O.FixedArguments},Kh={type:n.GenericReference,id:"c3e2a4af-9b84-4574-8b30-5044ffc51776",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Ka={id:Ke.inputs.body.id,type:n.ValueDescriptor,description:"The main data payload of the request. This is the data that you want to send to the server. It could be anything, but it is usually a JSON data structure or a text value.",version:1,name:"Body",dataType:$h,required:!1,index:4,parentRelationType:O.FixedArguments,parent:Kh},Xh={type:n.GenericReference,id:"92e04dc7-2145-4a31-908e-03810f7235e8",entityType:n.ActionDescriptor,entityId:et.HttpRequest},ml={id:Ke.outputs.code.id,type:n.ValueDescriptor,description:'A standardized status code of the response. It is a 3-digit number that represents the response status. For example, 200 means "OK", 404 means "Not Found", and 500 means "Internal Server Error".',version:1,name:"Code",dataType:Uh,required:!0,index:0,parentRelationType:O.FixedReturns,parent:Xh},Qh={type:n.GenericReference,id:"86aca556-bbf1-4679-9909-31db61b288e2",entityType:n.ActionDescriptor,entityId:et.HttpRequest},Xa={parentRelationType:O.FixedReturns,id:Ke.outputs.headers.id,type:n.ValueDescriptor,description:"A set of any properties, with names and value that the server sent back to you. It represents metadata about the response, such as the server, date, content type, and more.",version:1,name:"Headers",dataType:kh,required:!0,index:1,parent:Qh},em={type:n.GenericReference,id:"ccf3d1be-04e4-4d03-99fd-5bc1e1919f90",entityType:n.ActionDescriptor,entityId:et.HttpRequest},wi={parentRelationType:O.FixedReturns,id:Ke.outputs.body.id,type:n.ValueDescriptor,description:"The main data payload of the response. This is the data that the server sent back to you. It could be anything, but it is usually a JSON data structure or a text value.",version:1,name:"Body",dataType:Wh,required:!0,index:2,parent:em},tm={type:n.GenericReference,id:"21487ffc-82b9-473d-bc19-6e7d7c480ed7",entityType:n.ActionDescriptor,entityId:et.HttpRequest},nm={type:n.GenericReference,id:"ad69861b-32f7-4461-b7f7-aa84a82578d9",entityType:n.ValueDescriptor,entityId:Ke.outputs.error.id},rm={like:!1,inferred:!1,id:"5da68b15-57bc-40c1-b79f-a9075e0f22c1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,isList:!1,asType:!1,isNullable:!1,constant:!1,defaultValue:null,parent:nm},Tl={parentRelationType:O.ReturnedError,id:Ke.outputs.error.id,type:n.ValueDescriptor,description:"Http request error, if any. Contains a payload describing what went wrong.",version:1,name:"Error",dataType:rm,required:!0,index:0,parent:tm},_i={type:n.ActionDescriptor,id:et.HttpRequest,name:et.HttpRequest,description:"Make an HTTP request, out to the internet, to a given URL with the specified method, query parameters, headers, and body.",version:1,inputs:[Ha,za,hl,Za,Ka],outputs:[ml,Xa,wi],error:Tl,parent:null},im={[et.HttpRequest]:_i},GA={...cy,...Dp,...Tf,...Kf,...Dh,...im},$A=B[n.Loop]["manual-flow-loop"],am={id:"manual-flow-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ManualFlow,entityType:n.ActionDescriptor},sm={id:$A.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:am,parentRelationType:O.DynamicReturn},El={id:k.ManualFlow,type:n.ActionDescriptor,version:1,name:k.ManualFlow,description:"A loop that is manually controlled by the continue and break statements. It runs until the break statement is called, and it can skip to the next iteration with the continue statement.",inputs:[],outputs:[sm],error:null,parent:null},Ni=B[n.Loop]["manual-flow-loop"],om={id:"manual-flow-loop-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"manual-flow-loop-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},lm={like:!1,inferred:!1,id:"manual-flow-loop-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:om},cm={id:"manual-flow-loop-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},bl={id:Ni.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the manual flow loop. Keeps track of the number of iterations that have been executed.",dataType:lm,required:!0,index:0,parentRelationType:O.FixedArguments,parent:cm},dm={id:"manual-flow-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},um={id:"manual-flow-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:1,parentRelationType:O.DynamicArgument,parent:dm},pm={id:"manual-flow-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:Ni.body.id,entityType:n.ActionDescriptor},ym={id:"manual-flow-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:pm},Rl={id:Ni.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the manual flow loop.",inputs:[bl,um],outputs:[ym],error:null,parent:null},fm=B[n.Loop]["list-loop"],hm={id:"iterate-over-list-loop-list-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-list-argument-declaration-id",entityType:n.ValueDescriptor},mm={like:!1,inferred:!1,id:"iterate-over-list-loop-list-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!0,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:hm},Tm={id:"iterate-over-list-loop-list-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.List,entityType:n.ActionDescriptor},Em={id:fm.inputs.list.id,type:n.ValueDescriptor,version:1,name:"List",description:"The list to iterate over",required:!0,dataType:mm,index:0,parent:Tm,parentRelationType:O.FixedArguments},bm={id:"iterate-over-list-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.List,entityType:n.ActionDescriptor},Rm={id:fm.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:bm,parentRelationType:O.DynamicReturn},rr={id:k.List,type:n.ActionDescriptor,version:1,name:k.List,description:"Iterates over a list of entities",inputs:[Em],outputs:[Rm],error:null,parent:null},ir=B[n.Loop]["list-loop"],gm={id:"iterate-over-list-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},vm={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:gm},Im={id:"iterate-over-list-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Qa={id:ir.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the list that is being iterated over. This value is passed to the child actions.",dataType:vm,required:!0,index:1,parentRelationType:O.FixedArguments,parent:Im},Dm={id:"iterate-over-list-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-list-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},Pm={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:Dm},Am={id:"iterate-over-list-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Om={id:ir.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the list loop. Keeps track of the number of iterations that have been executed.",dataType:Pm,required:!0,index:0,parentRelationType:O.FixedArguments,parent:Am},Sm={id:"iterate-over-list-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},Cm={id:"iterate-over-list-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:Sm},Bm={id:"iterate-over-list-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:ir.body.id,entityType:n.ActionDescriptor},wm={id:"iterate-over-list-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:Bm},es={id:ir.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the list loop.",inputs:[Om,Qa,Cm],outputs:[wm],error:null,parent:null},_m=B[n.Loop]["string-loop"],Nm={id:"iterate-over-string-loop-string-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-string-argument-declaration-id",entityType:n.ValueDescriptor},Mm={like:!1,inferred:!1,id:"iterate-over-string-loop-string-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:Nm},Vm={id:"iterate-over-string-loop-string-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.String,entityType:n.ActionDescriptor},Lm={id:_m.inputs.string.id,type:n.ValueDescriptor,version:1,name:"Texts",description:"The text to iterate over the characters of",required:!0,dataType:Mm,index:0,parent:Vm,parentRelationType:O.FixedArguments},Gm={id:"iterate-over-string-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.String,entityType:n.ActionDescriptor},$m={id:_m.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:Gm,parentRelationType:O.DynamicReturn},ts={id:k.String,type:n.ActionDescriptor,version:1,name:k.String,description:"Iterates over a string of entities",inputs:[Lm],outputs:[$m],error:null,parent:null},ar=B[n.Loop]["string-loop"],Fm={id:"iterate-over-string-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},Um={like:!1,inferred:!1,id:"iterate-over-string-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:Fm},xm={id:"iterate-over-string-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},gl={id:ar.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the string that is being iterated over. This value is passed to the child actions.",dataType:Um,required:!0,index:1,parentRelationType:O.FixedArguments,parent:xm},jm={id:"iterate-over-string-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-string-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},km={like:!1,inferred:!1,id:"iterate-over-string-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:jm},qm={id:"iterate-over-string-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},vl={id:ar.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the string loop. Keeps track of the number of iterations that have been executed.",dataType:km,required:!0,index:0,parentRelationType:O.FixedArguments,parent:qm},Jm={id:"iterate-over-string-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},Wm={id:"iterate-over-string-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:Jm},Ym={id:"iterate-over-string-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:ar.body.id,entityType:n.ActionDescriptor},Hm={id:"iterate-over-string-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:Ym},Il={id:ar.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the string loop.",inputs:[vl,gl,Wm],outputs:[Hm],error:null,parent:null},zm=B[n.Loop]["object-keys-loop"],Zm={id:"iterate-over-object-keys-loop-object-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-object-argument-declaration-id",entityType:n.ValueDescriptor},Km={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-object-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:null,parent:Zm},Xm={id:"iterate-over-object-keys-loop-object-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectKeys,entityType:n.ActionDescriptor},Qm={id:zm.inputs.object.id,type:n.ValueDescriptor,version:1,name:"Object",description:"The object to iterate over",required:!0,dataType:Km,index:0,parent:Xm,parentRelationType:O.FixedArguments},eT={id:"iterate-over-object-keys-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectKeys,entityType:n.ActionDescriptor},tT={id:zm.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:eT,parentRelationType:O.DynamicReturn},Mi={id:k.ObjectKeys,type:n.ActionDescriptor,version:1,name:k.ObjectKeys,description:"Iterates over a object of entities",inputs:[Qm],outputs:[tT],error:null,parent:null},sr=B[n.Loop]["object-keys-loop"],nT={id:"iterate-over-object-keys-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},rT={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:nT},iT={id:"iterate-over-object-keys-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},Dl={id:sr.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the object-keys that is being iterated over. This value is passed to the child actions.",dataType:rT,required:!0,index:1,parentRelationType:O.FixedArguments,parent:iT},aT={id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},sT={like:!1,inferred:!1,id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:aT},oT={id:"iterate-over-object-keys-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},lT={id:sr.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the object-keys loop. Keeps track of the number of iterations that have been executed.",dataType:sT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:oT},cT={id:"iterate-over-object-keys-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},dT={id:"iterate-over-object-keys-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:cT},uT={id:"iterate-over-object-keys-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:sr.body.id,entityType:n.ActionDescriptor},pT={id:"iterate-over-object-keys-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:uT},yT={id:sr.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the object-keys loop.",inputs:[lT,Dl,dT],outputs:[pT],error:null,parent:null},fT=B[n.Loop]["object-values-loop"],hT={id:"iterate-over-object-values-loop-object-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-object-argument-declaration-id",entityType:n.ValueDescriptor},mT={like:!1,inferred:!1,id:"iterate-over-object-values-loop-object-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:null,parent:hT},TT={id:"iterate-over-object-values-loop-object-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectValues,entityType:n.ActionDescriptor},ET={id:fT.inputs.object.id,type:n.ValueDescriptor,version:1,name:"Object",description:"The object to iterate over",required:!0,dataType:mT,index:0,parent:TT,parentRelationType:O.FixedArguments},bT={id:"iterate-over-object-values-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.ObjectValues,entityType:n.ActionDescriptor},RT={id:fT.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:bT,parentRelationType:O.DynamicReturn},Vi={id:k.ObjectValues,type:n.ActionDescriptor,version:1,name:k.ObjectValues,description:"Iterates over a object of entities",inputs:[ET],outputs:[RT],error:null,parent:null},or=B[n.Loop]["object-values-loop"],gT={id:"iterate-over-object-values-loop-body-current-value-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-body-current-value-declaration-id",entityType:n.ValueDescriptor},vT={id:"iterate-over-object-values-loop-body-current-value-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:null,isNullable:!1,constant:!1,entity:null,asType:null,like:!1,inferred:!1,defaultValue:null,parent:gT},IT={id:"iterate-over-object-values-loop-body-current-value-declaration-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},Pl={id:or.body.inputs.currentValue.id,type:n.ValueDescriptor,version:1,name:"Current value",description:"The current value in the object-values that is being iterated over. This value is passed to the child actions.",dataType:vT,required:!0,index:1,parentRelationType:O.FixedArguments,parent:IT},DT={id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"iterate-over-object-values-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},PT={like:!1,inferred:!1,id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:DT},AT={id:"iterate-over-object-values-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},OT={id:or.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the object-values loop. Keeps track of the number of iterations that have been executed.",dataType:PT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:AT},ST={id:"iterate-over-object-values-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},CT={id:"iterate-over-object-values-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:2,parentRelationType:O.DynamicArgument,parent:ST},BT={id:"iterate-over-object-values-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:or.body.id,entityType:n.ActionDescriptor},wT={id:"iterate-over-object-values-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:BT},_T={id:or.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the object-values loop.",inputs:[OT,Pl,CT],outputs:[wT],error:null,parent:null},NT=B[n.Loop]["counted-loop"],MT={id:"counted-loop-string-argument-declaration-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-string-argument-declaration-data-type-id",entityType:n.DataType},VT={id:"counted-loop-string-argument-declaration-data-type-default-value-id",type:n.PrimitiveValue,name:D.Number,version:1,value:5,valueAsType:null,autogeneration:null,parent:MT},LT={id:"counted-loop-string-argument-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-string-argument-declaration-id",entityType:n.ValueDescriptor},GT={like:!1,inferred:!1,id:"counted-loop-string-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:VT,parent:LT},$T={id:"counted-loop-string-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:k.Counted,entityType:n.ActionDescriptor},FT={id:NT.inputs.number.id,type:n.ValueDescriptor,version:1,name:"Number of iterations",description:"The number of iterations to perform",required:!0,dataType:GT,index:0,parent:$T,parentRelationType:O.FixedArguments},UT={id:"counted-loop-dynamic-return-declaration-parent-ref-id",type:n.GenericReference,entityId:k.Counted,entityType:n.ActionDescriptor},xT={id:NT.outputs.results.id,type:n.ValueDescriptor,version:1,name:"Ouput value",description:"An output value of the loop",required:!1,dataType:null,index:0,parent:UT,parentRelationType:O.DynamicReturn},ns={id:k.Counted,type:n.ActionDescriptor,version:1,name:k.Counted,description:"Iterates a given number of times",inputs:[FT],outputs:[xT],error:null,parent:null},Li=B[n.Loop]["counted-loop"],jT={id:"counted-loop-body-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:"counted-loop-body-current-iteration-number-declaration-id",entityType:n.ValueDescriptor},kT={like:!1,inferred:!1,id:"counted-loop-body-current-iteration-number-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,isNullable:!1,constant:!1,entity:Q,asType:!1,defaultValue:null,parent:jT},qT={id:"counted-loop-body-current-iteration-number-declaration-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},Al={id:Li.body.inputs.iterationNumber.id,type:n.ValueDescriptor,version:1,name:"Current iteration number",description:"The number of the current iteration of the string loop. Keeps track of the number of iterations that have been executed.",dataType:kT,required:!0,index:0,parentRelationType:O.FixedArguments,parent:qT},JT={id:"counted-loop-body-any-dynamic-argument-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},WT={id:"counted-loop-body-any-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values inputed to the loop's body as an aggregation of the respective values outputed.",dataType:null,required:!1,index:1,parentRelationType:O.DynamicArgument,parent:JT},YT={id:"counted-loop-body-any-dynamic-return-parent-ref-id",type:n.GenericReference,entityId:Li.body.id,entityType:n.ActionDescriptor},HT={id:"counted-loop-body-any-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any value",description:"Values outputed by the loop's body.",dataType:null,required:!1,index:0,parentRelationType:O.DynamicReturn,parent:YT},Ol={id:Li.body.id,type:n.ActionDescriptor,version:1,name:"Iteration logic trigger",description:"Describes the body of the string loop.",inputs:[Al,WT],outputs:[HT],error:null,parent:null},rs=B[n.BuiltInBaseEntity][L.KEY_VALUE_PARAM],FA={id:"key-value-param-built-in-base-entity-name-property-data-type-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-name-property-data-type",entityType:n.DataType},zT={id:"key-value-param-built-in-base-entity-name-property-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-name-property",entityType:n.Property},UA={like:!1,inferred:!1,id:"key-value-param-built-in-base-entity-name-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:zT},ZT={id:"key-value-param-built-in-base-entity-name-property-parent-ref",type:n.GenericReference,entityId:rs.id,entityType:n.BuiltInBaseEntity},KT={hidden:!1,required:!0,id:"key-value-param-built-in-base-entity-name-property",name:"Parameter name",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:UA,description:"The name of the path parameter",parent:ZT},xA={id:"key-value-param-built-in-base-entity-value-property-data-type-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-value-property-data-type",entityType:n.DataType},XT={id:"key-value-param-built-in-base-entity-value-property-ref",type:n.GenericReference,entityId:"key-value-param-built-in-base-entity-value-property",entityType:n.Property},jA={like:!1,inferred:!1,id:"key-value-param-built-in-base-entity-value-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:null,parent:XT},QT={id:"key-value-param-built-in-base-entity-value-property-parent-ref",type:n.GenericReference,entityId:rs.id,entityType:n.BuiltInBaseEntity},eE={hidden:!1,required:!0,id:"key-value-param-built-in-base-entity-value-property",name:"Parameter Value",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:1,dataType:jA,description:"The value of the path parameter",parent:QT},is={id:rs.id,version:1,description:'An entity with a "name" and "value" property representing a breakdown of a key-value pair.',name:rs.id,type:n.BuiltInBaseEntity,abstract:!1,static:!1,interactive:!0,properties:[KT,eE],abstractMethods:[],methods:[],extends:[]},Gi=B[n.BuiltInBaseEntity][L.HTTP_ENDPOINT].properties,tE={id:"endpointBuiltInCorsPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInCorsPropertyDataType"},nE={id:"endpointBuiltInCorsPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:Gi.cors.id},rE={like:!1,inferred:!1,id:"endpointBuiltInCorsPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"endpointBuiltInCorsPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:["*"],parent:tE,autogeneration:null,valueAsType:null},parent:nE},iE={id:"endpointBuiltInBaseEntityRef",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},aE={hidden:!0,required:!0,id:Gi.cors.id,name:"Allowed origins",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:rE,description:"The origins that are allowed to access this endpoint, use * for all origins, or http://example.com/* to be as specific as you need.",parent:iE},sE={id:"endpointBuiltInPathPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInPathPropertyDataType"},oE={id:"endpointBuiltInPathPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:Gi.path.id},lE={like:!1,inferred:!1,id:"endpointBuiltInPathPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"endpointBuiltInPathPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.String,value:"/",parent:sE,autogeneration:null,valueAsType:null},parent:oE},cE={id:"endpointBuiltInBaseEntityRefTwo",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Sl={hidden:!1,required:!0,id:Gi.path.id,name:"Path",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:1,dataType:lE,description:"Path to the endpoint, for example /api/users, or /api/users/{id}, or /api/users/{id}/:name. The path can contain parameters, which are defined by curly braces, and will be passed to the endpoint event as variables with the same name.",parent:cE},dE={id:"endpointBuiltInMethodPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointBuiltInMethodPropertyDataType"},uE={id:"endpointBuiltInMethodPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"endpointBuiltInMethodProperty"},pE={like:!1,inferred:!1,id:"endpointBuiltInMethodPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:_n,isList:!0,isNullable:!1,constant:!0,asType:!1,defaultValue:{id:"endpointBuiltInMethodPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,parent:dE,autogeneration:null,valueAsType:null},options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],parent:uE},yE={id:"endpointBuiltInBaseEntityRefThree",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Cl={hidden:!1,required:!0,id:Gi.method.id,name:"Method",version:1,type:n.Property,private:!1,index:2,implements:null,abstract:!0,static:!0,dataType:pE,description:"The HTTP method that this endpoint will respond to, for example GET, POST, PUT, DELETE, etc.",parent:yE},fE={id:"endpointRequestHeadersVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointRequestHeadersVariableDataType"},hE={id:"endpointRequestHeadersArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestHeadersArgumentDeclaration"},mE={like:!1,inferred:!1,id:"endpointRequestHeadersVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"endpointRequestHeadersVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:fE,autogeneration:null,valueAsType:null},parent:hE},TE={id:"endpointRequestBodyArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestBodyArgumentDeclaration"},EE={like:!1,inferred:!1,id:"endpointRequestBodyVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:TE},bE={id:"endpointRequestQueryParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointRequestQueryParamsVariableDataType"},RE={id:"endpointRequestQueryParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointRequestQueryParamsArgumentDeclaration"},gE={like:!1,inferred:!1,id:"endpointRequestQueryParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,asType:!1,entity:is,defaultValue:{id:"endpointRequestQueryParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:[],parent:bE,autogeneration:null,valueAsType:null},parent:RE},vE={id:"endpointPathParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointPathParamsVariableDataType"},IE={id:"endpointPathParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"endpointPathParamsArgumentDeclaration"},DE={like:!1,inferred:!1,id:"endpointPathParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:is,asType:!1,defaultValue:{id:"endpointPathParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:[],parent:vE,autogeneration:null,valueAsType:null},parent:IE},PE={id:"endpointReachedTriggerActionDescriptorRef",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},Bl={id:"endpointRequestHeadersArgumentDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the request.",type:n.ValueDescriptor,name:"Request headers",dataType:mE,required:!0,index:0,parentRelationType:O.FixedArguments,parent:PE},AE={id:"endpointReachedTriggerActionDescriptorRefTwo",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},wl={id:"endpointPathParamsArgumentDeclaration",type:n.ValueDescriptor,description:"A standarized text, without spaces that is added at the end of the domain and routes the request to a specific resource within the target server. For example: /api/users/123, /api/users/123/:name, /api/users/123/:name/:age.",version:1,name:"Path parameters",dataType:DE,required:!0,index:1,parentRelationType:O.FixedArguments,parent:AE},OE={id:"endpointReachedTriggerActionDescriptorRefThree",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},_l={id:"endpointRequestQueryParamsArgumentDeclaration",version:1,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",type:n.ValueDescriptor,name:"Request query params",dataType:gE,required:!0,index:2,parentRelationType:O.FixedArguments,parent:OE},SE={id:"endpointReachedTriggerActionDescriptorRefFour",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReachedTriggerActionDescriptor"},Nl={id:"endpointRequestBodyArgumentDeclaration",version:1,description:"The main data payload of the request.",type:n.ValueDescriptor,name:"Request body",dataType:EE,index:3,required:!0,parentRelationType:O.FixedArguments,parent:SE},CE={id:"endpointResponseCodeReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseCodeReturnDeclaration"},BE={like:!1,inferred:!1,id:"9ba575b0-6f8e-436d-a3de-3b843622aa17",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:CE},wE={id:"endpointReturnStatementRef",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Ml={id:"endpointResponseCodeReturnDeclaration",version:1,description:"A standarized number that represents the status of the response. 200 for OK, 404 for not found, 500 for server error, etc.",type:n.ValueDescriptor,name:"Response code",dataType:BE,required:!0,index:0,parentRelationType:O.FixedReturns,parent:wE},_E={id:"endpointResponseHeadersDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"endpointResponseHeadersDataType"},NE={id:"endpointResponseHeadersReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseHeadersReturnDeclaration"},ME={like:!1,inferred:!1,id:"endpointResponseHeadersDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"endpointResponseHeadersDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:_E,autogeneration:null,valueAsType:null},parent:NE},VE={id:"endpointReturnStatementRefTwo",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Vl={id:"endpointResponseHeadersReturnDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the response.",type:n.ValueDescriptor,name:"Response headers",dataType:ME,required:!1,index:1,parentRelationType:O.FixedReturns,parent:VE},LE={id:"endpointResponseBodyReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"endpointResponseBodyReturnDeclaration"},GE={like:!1,inferred:!1,id:"endpointResponseBodyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:LE},$E={id:"endpointReturnStatementRefThree",type:n.GenericReference,entityType:n.ActionDescriptor,entityId:"endpointReturnStatement"},Ll={id:"endpointResponseBodyReturnDeclaration",version:1,description:"The main data payload of the response.",type:n.ValueDescriptor,name:"Response body",dataType:GE,required:!1,index:2,parentRelationType:O.FixedReturns,parent:$E},FE={id:"endpointBuiltInBaseEntityRefFour",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},Gl={id:"endpointReachedTriggerActionDescriptor",type:n.ActionDescriptor,version:1,name:"Endpoint reached",description:"Fired when the endpoint is reached.",inputs:[Bl,wl,_l,Nl],outputs:[Ml,Vl,Ll],error:null,parent:FE},as={id:L.HTTP_ENDPOINT,version:1,description:"An HTTP endpoint that can be reached by a client from the internet.",name:L.HTTP_ENDPOINT,type:n.BuiltInBaseEntity,interactive:!1,abstract:!0,static:!0,properties:[aE,Sl,Cl],abstractMethods:[Gl],extends:[],methods:[]},Vt=B[n.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY,UE={id:"relational-database-built-in-base-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-identifier-property-data-type-id",entityType:n.DataType},xE={id:"relational-database-built-in-base-entity-identifier-property-ref-id",type:n.GenericReference,entityId:Vt.properties.identifier.id,entityType:n.Property},kA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-identifier-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:null,parent:UE,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:xE},Hr={id:"relational-database-built-in-base-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},ss={hidden:!1,required:!0,id:Vt.properties.identifier.id,name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:0,dataType:kA,description:"The name of the main database inside of the server instance where the data will be stored.",parent:Hr},qA={id:"relational-database-built-in-base-entity-username-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-username-property-data-type-idd",entityType:n.DataType},jE={id:"relational-database-built-in-base-entity-username-property-ref-id",type:n.GenericReference,entityId:Vt.properties.username.id,entityType:n.Property},JA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-username-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"postgres",parent:{id:"relational-database-built-in-base-entity-username-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-username-property-data-type-id",entityType:n.DataType},autogeneration:null,valueAsType:null},parent:jE},os={hidden:!1,required:!0,id:Vt.properties.username.id,name:"Username",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:1,dataType:JA,description:"The username that will be used to connect to the database.",parent:Hr},WA={id:"relational-database-built-in-base-entity-password-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-password-property-data-type-id",entityType:n.DataType},kE={id:"relational-database-built-in-base-entity-password-property-ref-id",type:n.GenericReference,entityId:Vt.properties.password.id,entityType:n.Property},YA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:kE},ls={hidden:!1,required:!0,id:Vt.properties.password.id,name:"Password",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:2,dataType:YA,description:"The password that will be used to connect to the database.",parent:Hr},qE={id:"relational-database-built-in-base-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-min-size-property-data-type-id",entityType:n.DataType},JE={id:"relational-database-built-in-base-entity-min-size-property-ref-id",type:n.GenericReference,entityId:Vt.properties.minSize.id,entityType:n.Property},HA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-min-size-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:qE,autogeneration:null,valueAsType:null},parent:JE},cs={hidden:!0,required:!0,id:Vt.properties.minSize.id,name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:3,dataType:HA,description:"The minimum size of the database in GB.",parent:Hr},WE={id:"relational-database-built-in-base-entity-default-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-default-property-data-type-id",entityType:n.DataType},YE={id:"relational-database-built-in-base-entity-default-property-ref-id",type:n.GenericReference,entityId:Vt.properties.default.id,entityType:n.Property},zA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-default-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:wn,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-default-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!1,parent:WE,autogeneration:null,valueAsType:null},parent:YE},$l={hidden:!0,required:!0,id:Vt.properties.default.id,name:"Default",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:4,dataType:zA,description:"If true, this database will be the default database for the server instance and all the new entities.",parent:Hr},HE={id:"relational-database-built-in-base-entity-autoscaling-property-ref-id",type:n.GenericReference,entityId:Vt.properties.autoscaling.id,entityType:n.Property},zE={id:"relational-database-built-in-base-entity-autoscaling-property-data-type-ref-id",type:n.GenericReference,entityId:"relational-database-built-in-base-entity-autoscaling-property-data-type-id",entityType:n.DataType},ZA={like:!1,inferred:!1,id:"relational-database-built-in-base-entity-autoscaling-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:wn,asType:!1,defaultValue:{id:"relational-database-built-in-base-entity-autoscaling-property-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!1,parent:zE,autogeneration:null,valueAsType:null},parent:HE},ZE={id:"relational-database-built-in-base-entity-autoscaling-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},Fl={hidden:!0,required:!0,id:Vt.properties.autoscaling.id,name:"Auto-scaling",version:1,type:n.Property,private:!1,abstract:!0,static:!0,implements:null,index:4,dataType:ZA,description:"If true, this database will automatically scale up or down in memory size, based on the usage.",parent:ZE},Nn={id:L.RELATIONAL_DATABASE,version:1,description:"This entity provisions a relational database in the cloud.",name:L.RELATIONAL_DATABASE,type:n.BuiltInBaseEntity,abstract:!0,static:!0,interactive:!1,properties:[ss,os,ls,cs,$l,Fl],abstractMethods:[],methods:[],extends:[]},KE={type:n.GenericReference,entityId:"persisted-built-in-base-entity-ref-id",entityType:n.BuiltInBaseEntity,id:At.DeletePersistedEntity},Ul={type:n.FunctionDeclaration,id:At.DeletePersistedEntity,name:At.DeletePersistedEntity,description:"Permanently deletes the current copy of an entity from the database",version:1,parent:KE,inputs:[],calls:[],implements:null,collapsed:!1,returnStatements:[],index:0,private:!1,x:0,y:0},XE={type:n.GenericReference,entityId:"persisted-built-in-base-entity-ref-id",entityType:n.BuiltInBaseEntity,id:At.SoftDeletePersistedEntity},QE={type:n.FunctionDeclaration,id:At.SoftDeletePersistedEntity,name:At.SoftDeletePersistedEntity,description:"Designates the entity as deleted, but does not remove it from the database.",version:1,parent:XE,inputs:[],calls:[],implements:null,collapsed:!1,returnStatements:[],index:0,private:!1,x:0,y:0},eb=B[n.BuiltInBaseEntity][L.PERSISTED_ENTITY].properties,KA={id:"persisted-built-in-base-entity-database-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-database-property-data-type-id",entityType:n.DataType},tb={id:"persisted-built-in-base-entity-database-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-database-property-id",entityType:n.Property},XA={like:!1,inferred:!1,id:"persisted-built-in-base-entity-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Nn,asType:!1,defaultValue:null,parent:tb},nb={id:"persisted-built-in-base-entity-database-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},$i={hidden:!0,required:!0,id:eb.database.id,name:"Database",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:XA,description:"The database that the entity belongs to.",parent:nb},rb={id:"persisted-built-in-base-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-identifier-property-data-type-id",entityType:n.DataType},ib={id:"persisted-built-in-base-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-identifier-property-id",entityType:n.Property},QA={like:!1,inferred:!1,id:"persisted-built-in-base-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:ka,asType:!1,defaultValue:{id:"persisted-built-in-base-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.UUID,value:null,parent:rb,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:ib},ab={id:"persisted-built-in-base-entity-identifier-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},sb={hidden:!1,required:!0,id:eb.identifier.id,name:"Identifier",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:QA,description:"Auto-generated unique identifier for the entity, can be used to identify the entity among other entities of the same type.",parent:ab},eO={id:"persisted-built-in-base-entity-deleted-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-deleted-at-property-data-type-id",entityType:n.DataType},ob={id:"persisted-built-in-base-entity-deleted-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-deleted-at-property-id",entityType:n.Property},lb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-deleted-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!0,constant:!1,entity:un,asType:!1,defaultValue:null,parent:ob},cb={id:"persisted-built-in-base-entity-deleted-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},db={hidden:!1,required:!0,id:"persisted-built-in-base-entity-deleted-at-property-id",name:"Deleted at",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:lb,description:"The date and time when the entity was deleted.",parent:cb},tO={id:"persisted-built-in-base-entity-created-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-created-at-property-data-type-id",entityType:n.DataType},ub={id:"persisted-built-in-base-entity-created-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-created-at-property-id",entityType:n.Property},pb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-created-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:un,asType:!1,defaultValue:null,parent:ub},yb={id:"persisted-built-in-base-entity-created-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},fb={hidden:!1,required:!0,id:"persisted-built-in-base-entity-created-at-property-id",name:"Created at",version:1,type:n.Property,private:!1,abstract:!1,implements:null,static:!1,index:0,dataType:pb,description:"The date and time when the entity was created.",parent:yb},nO={id:"persisted-built-in-base-entity-updated-at-property-data-type-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-updated-at-property-data-type-id",entityType:n.DataType},hb={id:"persisted-built-in-base-entity-updated-at-property-ref-id",type:n.GenericReference,entityId:"persisted-built-in-base-entity-updated-at-property-id",entityType:n.Property},mb={like:!1,inferred:!1,id:"persisted-built-in-base-entity-updated-at-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:un,asType:!1,defaultValue:null,parent:hb},Tb={id:"persisted-built-in-base-entity-updated-at-property-parent-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},Eb={hidden:!1,required:!0,id:"persisted-built-in-base-entity-updated-at-property-id",name:"Updated at",version:1,type:n.Property,private:!1,implements:null,abstract:!1,static:!1,index:0,dataType:mb,description:"The date and time when the entity was last updated.",parent:Tb},xe={id:L.PERSISTED_ENTITY,version:1,description:"An entity that is permanently stored in the database and can be accessed at any point.",name:L.PERSISTED_ENTITY,type:n.BuiltInBaseEntity,abstract:!0,static:!1,interactive:!0,abstractMethods:[],properties:[$i,sb,db,fb,Eb],methods:[Ul,QE],extends:[]},bb={id:"cron-job-triggered-function-declaration-blueprint-parent-ref-id",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},xl={id:"cron-job-triggered-function-declaration-blueprint-id",name:"Cron job triggered",version:1,type:n.ActionDescriptor,description:"Executed when the cron job is triggered",inputs:[],error:null,outputs:[],parent:bb},Rb=B[n.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY,rO={id:"cron-job-built-in-base-entity-expression-property-data-type-ref",type:n.GenericReference,entityId:"cron-job-built-in-base-entity-expression-property-data-type",entityType:n.DataType},gb={id:"cron-job-built-in-base-entity-expression-property-ref",type:n.GenericReference,entityId:Rb.properties.expression.id,entityType:n.Property},iO={like:!1,inferred:!1,id:"cron-job-built-in-base-entity-expression-property-data-type",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:gb},vb={id:"cron-job-built-in-base-entity-ref",type:n.GenericReference,entityId:L.CRON_JOB,entityType:n.BuiltInBaseEntity},Ib={hidden:!1,required:!0,id:Rb.properties.expression.id,name:"Cron expression",version:1,type:n.Property,private:!1,abstract:!0,implements:null,static:!0,index:0,dataType:iO,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.",parent:vb},jl={id:L.CRON_JOB,version:1,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.",name:L.CRON_JOB,type:n.BuiltInBaseEntity,abstract:!0,static:!0,interactive:!1,properties:[Ib],methods:[],abstractMethods:[xl],extends:[]},Db={type:n.GenericReference,id:"execution-built-in-entity-abort-method-parent-ref-id",entityType:n.BuiltInBaseEntity,entityId:"execution-built-in-entity-id"},kl={id:"execution-built-in-entity-abort-method-id",type:n.FunctionDeclaration,version:1,name:At.AbortExecution,description:"Aborts the execution of the entity",inputs:[],returnStatements:[],calls:[],implements:null,private:!1,collapsed:!1,index:null,x:0,y:0,parent:Db},ql={id:L.EXECUTION,type:n.BuiltInBaseEntity,version:1,name:L.EXECUTION,description:"A reference to an ongoing execution of any entity that can be called. Eg: Operations, custom trigger calls, etc.",static:!1,abstract:!1,interactive:!0,extends:[],properties:[],methods:[kl],abstractMethods:[]},aO=B[n.Condition]["not-empty"],Pb={type:n.GenericReference,id:"not-empty-condition-ref",entityType:n.ActionDescriptor,entityId:Mt.NotEmpty},Ab={id:aO.inputs.leftHand.id,type:n.ValueDescriptor,version:1,name:"Value",description:"The value to check if it is not empty",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:0,parent:Pb},lr={type:n.ActionDescriptor,id:Mt.NotEmpty,version:1,name:Mt.NotEmpty,description:"Checks if the value is not empty",parent:null,inputs:[Ab],outputs:[],error:null},Ob={[Mt.NotEmpty]:lr},Sb=B[n.Condition]["more-than-or-equal"],Cb={type:n.GenericReference,id:"more-than-or-equal-condition-left-hand-argument-parent-ref",entityType:n.ActionDescriptor,entityId:Le.MoreThanOrEqual},Bb={id:Sb.inputs.leftHand.id,type:n.ValueDescriptor,version:1,name:"First value",description:"The first value to compare",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:0,parent:Cb},wb={type:n.GenericReference,id:"more-than-or-equal-condition-right-hand-argument-parent-ref",entityType:n.ActionDescriptor,entityId:Le.MoreThanOrEqual},_b={id:Sb.inputs.rightHand.id,type:n.ValueDescriptor,version:1,name:"Second value",description:"The second value to compare",dataType:null,required:!0,parentRelationType:O.FixedArguments,index:1,parent:wb},zr={type:n.ActionDescriptor,id:Le.MoreThanOrEqual,version:1,name:Le.MoreThanOrEqual,description:"Checks if the value is not empty",parent:null,inputs:[Bb,_b],outputs:[],error:null},Nb={[Le.MoreThanOrEqual]:zr},sO={...Ob,...Nb},ds={type:n.ActionDescriptor,id:cn.PROJECT_PUBLICATION_COMPLETED,version:1,name:cn.PROJECT_PUBLICATION_COMPLETED,description:"The event that is triggered when the project has completed its publication and all its code and resurces are now deployed and ready to be used by the users",parent:null,inputs:[],outputs:[],error:null},oO={[cn.PROJECT_PUBLICATION_COMPLETED]:ds},Jl=B[n.ValueDescriptor][Zo.ActionOngoingProcessOutputValue],Mb={type:n.GenericReference,id:"182f767f-50e8-4394-ba5f-43e78c232733",entityType:n.ValueDescriptor,entityId:Jl.id},Vb={like:!1,inferred:!1,id:Jl.dataType.id,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ql,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Mb},Wl={id:Jl.id,type:n.ValueDescriptor,description:"A value that represents the ongoing process of the parent action",version:1,name:"Process",dataType:Vb,required:!0,index:0,parent:null,parentRelationType:O.OngoingProcessExecution};var ne;(function(r){r.assertEqual=a=>a;function e(a){}r.assertIs=e;function t(a){throw new Error}r.assertNever=t,r.arrayToEnum=a=>{const s={};for(const o of a)s[o]=o;return s},r.getValidEnumValues=a=>{const s=r.objectKeys(a).filter(l=>typeof a[a[l]]!="number"),o={};for(const l of s)o[l]=a[l];return r.objectValues(o)},r.objectValues=a=>r.objectKeys(a).map(function(s){return a[s]}),r.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{const s=[];for(const o in a)Object.prototype.hasOwnProperty.call(a,o)&&s.push(o);return s},r.find=(a,s)=>{for(const o of a)if(s(o))return o},r.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&isFinite(a)&&Math.floor(a)===a;function i(a,s=" | "){return a.map(o=>typeof o=="string"?`'${o}'`:o).join(s)}r.joinValues=i,r.jsonStringifyReplacer=(a,s)=>typeof s=="bigint"?s.toString():s})(ne||(ne={}));var Yl;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(Yl||(Yl={}));const G=ne.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Mn=r=>{switch(typeof r){case"undefined":return G.undefined;case"string":return G.string;case"number":return isNaN(r)?G.nan:G.number;case"boolean":return G.boolean;case"function":return G.function;case"bigint":return G.bigint;case"symbol":return G.symbol;case"object":return Array.isArray(r)?G.array:r===null?G.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?G.promise:typeof Map<"u"&&r instanceof Map?G.map:typeof Set<"u"&&r instanceof Set?G.set:typeof Date<"u"&&r instanceof Date?G.date:G.object;default:return G.unknown}},w=ne.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),lO=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:");class Rt extends Error{constructor(e){super(),this.issues=[],this.addIssue=i=>{this.issues=[...this.issues,i]},this.addIssues=(i=[])=>{this.issues=[...this.issues,...i]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(s){return s.message},i={_errors:[]},a=s=>{for(const o of s.issues)if(o.code==="invalid_union")o.unionErrors.map(a);else if(o.code==="invalid_return_type")a(o.returnTypeError);else if(o.code==="invalid_arguments")a(o.argumentsError);else if(o.path.length===0)i._errors.push(t(o));else{let l=i,p=0;for(;p<o.path.length;){const y=o.path[p];p===o.path.length-1?(l[y]=l[y]||{_errors:[]},l[y]._errors.push(t(o))):l[y]=l[y]||{_errors:[]},l=l[y],p++}}};return a(this),i}static assert(e){if(!(e instanceof Rt))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ne.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){const t={},i=[];for(const a of this.issues)a.path.length>0?(t[a.path[0]]=t[a.path[0]]||[],t[a.path[0]].push(e(a))):i.push(e(a));return{formErrors:i,fieldErrors:t}}get formErrors(){return this.flatten()}}Rt.create=r=>new Rt(r);const Zr=(r,e)=>{let t;switch(r.code){case w.invalid_type:r.received===G.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case w.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,ne.jsonStringifyReplacer)}`;break;case w.unrecognized_keys:t=`Unrecognized key(s) in object: ${ne.joinValues(r.keys,", ")}`;break;case w.invalid_union:t="Invalid input";break;case w.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${ne.joinValues(r.options)}`;break;case w.invalid_enum_value:t=`Invalid enum value. Expected ${ne.joinValues(r.options)}, received '${r.received}'`;break;case w.invalid_arguments:t="Invalid function arguments";break;case w.invalid_return_type:t="Invalid function return type";break;case w.invalid_date:t="Invalid date";break;case w.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:ne.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case w.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case w.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case w.custom:t="Invalid input";break;case w.invalid_intersection_types:t="Intersection results could not be merged";break;case w.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case w.not_finite:t="Number must be finite";break;default:t=e.defaultError,ne.assertNever(r)}return{message:t}};let Lb=Zr;function cO(r){Lb=r}function us(){return Lb}const ps=r=>{const{data:e,path:t,errorMaps:i,issueData:a}=r,s=[...t,...a.path||[]],o={...a,path:s};if(a.message!==void 0)return{...a,path:s,message:a.message};let l="";const p=i.filter(y=>!!y).slice().reverse();for(const y of p)l=y(o,{data:e,defaultError:l}).message;return{...a,path:s,message:l}},dO=[];function V(r,e){const t=us(),i=ps({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===Zr?void 0:Zr].filter(a=>!!a)});r.common.issues.push(i)}class nt{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){const i=[];for(const a of t){if(a.status==="aborted")return J;a.status==="dirty"&&e.dirty(),i.push(a.value)}return{status:e.value,value:i}}static async mergeObjectAsync(e,t){const i=[];for(const a of t){const s=await a.key,o=await a.value;i.push({key:s,value:o})}return nt.mergeObjectSync(e,i)}static mergeObjectSync(e,t){const i={};for(const a of t){const{key:s,value:o}=a;if(s.status==="aborted"||o.status==="aborted")return J;s.status==="dirty"&&e.dirty(),o.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof o.value<"u"||a.alwaysSet)&&(i[s.value]=o.value)}return{status:e.value,value:i}}}const J=Object.freeze({status:"aborted"}),Kr=r=>({status:"dirty",value:r}),ut=r=>({status:"valid",value:r}),Hl=r=>r.status==="aborted",zl=r=>r.status==="dirty",Fi=r=>r.status==="valid",Ui=r=>typeof Promise<"u"&&r instanceof Promise;function ys(r,e,t,i){if(t==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?r!==e||!i:!e.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?i:t==="a"?i.call(r):i?i.value:e.get(r)}function Gb(r,e,t,i,a){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?r!==e||!a:!e.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?a.call(r,t):a?a.value=t:e.set(r,t),t}typeof SuppressedError=="function"&&SuppressedError;var j;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e==null?void 0:e.message})(j||(j={}));var xi,ji;class Kt{constructor(e,t,i,a){this._cachedPath=[],this.parent=e,this.data=t,this._path=i,this._key=a}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const $b=(r,e)=>{if(Fi(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new Rt(r.common.issues);return this._error=t,this._error}}};function Z(r){if(!r)return{};const{errorMap:e,invalid_type_error:t,required_error:i,description:a}=r;if(e&&(t||i))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:a}:{errorMap:(o,l)=>{var p,y;const{message:h}=r;return o.code==="invalid_enum_value"?{message:h??l.defaultError}:typeof l.data>"u"?{message:(p=h??i)!==null&&p!==void 0?p:l.defaultError}:o.code!=="invalid_type"?{message:l.defaultError}:{message:(y=h??t)!==null&&y!==void 0?y:l.defaultError}},description:a}}class X{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return Mn(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Mn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new nt,ctx:{common:e.parent.common,data:e.data,parsedType:Mn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(Ui(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const i=this.safeParse(e,t);if(i.success)return i.data;throw i.error}safeParse(e,t){var i;const a={common:{issues:[],async:(i=t==null?void 0:t.async)!==null&&i!==void 0?i:!1,contextualErrorMap:t==null?void 0:t.errorMap},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Mn(e)},s=this._parseSync({data:e,path:a.path,parent:a});return $b(a,s)}async parseAsync(e,t){const i=await this.safeParseAsync(e,t);if(i.success)return i.data;throw i.error}async safeParseAsync(e,t){const i={common:{issues:[],contextualErrorMap:t==null?void 0:t.errorMap,async:!0},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Mn(e)},a=this._parse({data:e,path:i.path,parent:i}),s=await(Ui(a)?a:Promise.resolve(a));return $b(i,s)}refine(e,t){const i=a=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(a):t;return this._refinement((a,s)=>{const o=e(a),l=()=>s.addIssue({code:w.custom,...i(a)});return typeof Promise<"u"&&o instanceof Promise?o.then(p=>p?!0:(l(),!1)):o?!0:(l(),!1)})}refinement(e,t){return this._refinement((i,a)=>e(i)?!0:(a.addIssue(typeof t=="function"?t(i,a):t),!1))}_refinement(e){return new Yt({schema:this,typeName:q.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return Qt.create(this,this._def)}nullable(){return $n.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Wt.create(this,this._def)}promise(){return ti.create(this,this._def)}or(e){return Wi.create([this,e],this._def)}and(e){return Yi.create(this,e,this._def)}transform(e){return new Yt({...Z(this._def),schema:this,typeName:q.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t=typeof e=="function"?e:()=>e;return new Xi({...Z(this._def),innerType:this,defaultValue:t,typeName:q.ZodDefault})}brand(){return new Xl({typeName:q.ZodBranded,type:this,...Z(this._def)})}catch(e){const t=typeof e=="function"?e:()=>e;return new Qi({...Z(this._def),innerType:this,catchValue:t,typeName:q.ZodCatch})}describe(e){const t=this.constructor;return new t({...this._def,description:e})}pipe(e){return ea.create(this,e)}readonly(){return ta.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const uO=/^c[^\s-]{8,}$/i,pO=/^[0-9a-z]+$/,yO=/^[0-9A-HJKMNP-TV-Z]{26}$/,fO=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,hO=/^[a-z0-9_-]{21}$/i,mO=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,TO=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,EO="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Zl;const bO=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,RO=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,gO=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Fb="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",vO=new RegExp(`^${Fb}$`);function Ub(r){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`),e}function IO(r){return new RegExp(`^${Ub(r)}$`)}function xb(r){let e=`${Fb}T${Ub(r)}`;const t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function DO(r,e){return!!((e==="v4"||!e)&&bO.test(r)||(e==="v6"||!e)&&RO.test(r))}class Jt extends X{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==G.string){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.string,received:s.parsedType}),J}const i=new nt;let a;for(const s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),i.dirty());else if(s.kind==="max")e.data.length>s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),i.dirty());else if(s.kind==="length"){const o=e.data.length>s.value,l=e.data.length<s.value;(o||l)&&(a=this._getOrReturnCtx(e,a),o?V(a,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):l&&V(a,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),i.dirty())}else if(s.kind==="email")TO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"email",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="emoji")Zl||(Zl=new RegExp(EO,"u")),Zl.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"emoji",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="uuid")fO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"uuid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="nanoid")hO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"nanoid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="cuid")uO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"cuid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="cuid2")pO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"cuid2",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="ulid")yO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"ulid",code:w.invalid_string,message:s.message}),i.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{a=this._getOrReturnCtx(e,a),V(a,{validation:"url",code:w.invalid_string,message:s.message}),i.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"regex",code:w.invalid_string,message:s.message}),i.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),i.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{startsWith:s.value},message:s.message}),i.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:{endsWith:s.value},message:s.message}),i.dirty()):s.kind==="datetime"?xb(s).test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"datetime",message:s.message}),i.dirty()):s.kind==="date"?vO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"date",message:s.message}),i.dirty()):s.kind==="time"?IO(s).test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{code:w.invalid_string,validation:"time",message:s.message}),i.dirty()):s.kind==="duration"?mO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"duration",code:w.invalid_string,message:s.message}),i.dirty()):s.kind==="ip"?DO(e.data,s.version)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"ip",code:w.invalid_string,message:s.message}),i.dirty()):s.kind==="base64"?gO.test(e.data)||(a=this._getOrReturnCtx(e,a),V(a,{validation:"base64",code:w.invalid_string,message:s.message}),i.dirty()):ne.assertNever(s);return{status:i.value,value:e.data}}_regex(e,t,i){return this.refinement(a=>e.test(a),{validation:t,code:w.invalid_string,...j.errToObj(i)})}_addCheck(e){return new Jt({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...j.errToObj(e)})}url(e){return this._addCheck({kind:"url",...j.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...j.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...j.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...j.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...j.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...j.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...j.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...j.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...j.errToObj(e)})}datetime(e){var t,i;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,offset:(t=e==null?void 0:e.offset)!==null&&t!==void 0?t:!1,local:(i=e==null?void 0:e.local)!==null&&i!==void 0?i:!1,...j.errToObj(e==null?void 0:e.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,...j.errToObj(e==null?void 0:e.message)})}duration(e){return this._addCheck({kind:"duration",...j.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...j.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t==null?void 0:t.position,...j.errToObj(t==null?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...j.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...j.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...j.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...j.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...j.errToObj(t)})}nonempty(e){return this.min(1,j.errToObj(e))}trim(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Jt({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Jt.create=r=>{var e;return new Jt({checks:[],typeName:q.ZodString,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Z(r)})};function PO(r,e){const t=(r.toString().split(".")[1]||"").length,i=(e.toString().split(".")[1]||"").length,a=t>i?t:i,s=parseInt(r.toFixed(a).replace(".","")),o=parseInt(e.toFixed(a).replace(".",""));return s%o/Math.pow(10,a)}class Vn extends X{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==G.number){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.number,received:s.parsedType}),J}let i;const a=new nt;for(const s of this._def.checks)s.kind==="int"?ne.isInteger(e.data)||(i=this._getOrReturnCtx(e,i),V(i,{code:w.invalid_type,expected:"integer",received:"float",message:s.message}),a.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),a.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),a.dirty()):s.kind==="multipleOf"?PO(e.data,s.value)!==0&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),a.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_finite,message:s.message}),a.dirty()):ne.assertNever(s);return{status:a.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,j.toString(t))}gt(e,t){return this.setLimit("min",e,!1,j.toString(t))}lte(e,t){return this.setLimit("max",e,!0,j.toString(t))}lt(e,t){return this.setLimit("max",e,!1,j.toString(t))}setLimit(e,t,i,a){return new Vn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:i,message:j.toString(a)}]})}_addCheck(e){return new Vn({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:j.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:j.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:j.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:j.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:j.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:j.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:j.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:j.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:j.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ne.isInteger(e.value))}get isFinite(){let e=null,t=null;for(const i of this._def.checks){if(i.kind==="finite"||i.kind==="int"||i.kind==="multipleOf")return!0;i.kind==="min"?(t===null||i.value>t)&&(t=i.value):i.kind==="max"&&(e===null||i.value<e)&&(e=i.value)}return Number.isFinite(t)&&Number.isFinite(e)}}Vn.create=r=>new Vn({checks:[],typeName:q.ZodNumber,coerce:(r==null?void 0:r.coerce)||!1,...Z(r)});class Ln extends X{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==G.bigint){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.bigint,received:s.parsedType}),J}let i;const a=new nt;for(const s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),a.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),a.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(i=this._getOrReturnCtx(e,i),V(i,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),a.dirty()):ne.assertNever(s);return{status:a.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,j.toString(t))}gt(e,t){return this.setLimit("min",e,!1,j.toString(t))}lte(e,t){return this.setLimit("max",e,!0,j.toString(t))}lt(e,t){return this.setLimit("max",e,!1,j.toString(t))}setLimit(e,t,i,a){return new Ln({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:i,message:j.toString(a)}]})}_addCheck(e){return new Ln({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:j.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:j.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:j.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:j.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:j.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Ln.create=r=>{var e;return new Ln({checks:[],typeName:q.ZodBigInt,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Z(r)})};class ki extends X{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==G.boolean){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.boolean,received:i.parsedType}),J}return ut(e.data)}}ki.create=r=>new ki({typeName:q.ZodBoolean,coerce:(r==null?void 0:r.coerce)||!1,...Z(r)});class cr extends X{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==G.date){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_type,expected:G.date,received:s.parsedType}),J}if(isNaN(e.data.getTime())){const s=this._getOrReturnCtx(e);return V(s,{code:w.invalid_date}),J}const i=new nt;let a;for(const s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),i.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(a=this._getOrReturnCtx(e,a),V(a,{code:w.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),i.dirty()):ne.assertNever(s);return{status:i.value,value:new Date(e.data.getTime())}}_addCheck(e){return new cr({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:j.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:j.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}}cr.create=r=>new cr({checks:[],coerce:(r==null?void 0:r.coerce)||!1,typeName:q.ZodDate,...Z(r)});class fs extends X{_parse(e){if(this._getType(e)!==G.symbol){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.symbol,received:i.parsedType}),J}return ut(e.data)}}fs.create=r=>new fs({typeName:q.ZodSymbol,...Z(r)});class qi extends X{_parse(e){if(this._getType(e)!==G.undefined){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.undefined,received:i.parsedType}),J}return ut(e.data)}}qi.create=r=>new qi({typeName:q.ZodUndefined,...Z(r)});class Ji extends X{_parse(e){if(this._getType(e)!==G.null){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.null,received:i.parsedType}),J}return ut(e.data)}}Ji.create=r=>new Ji({typeName:q.ZodNull,...Z(r)});class Xr extends X{constructor(){super(...arguments),this._any=!0}_parse(e){return ut(e.data)}}Xr.create=r=>new Xr({typeName:q.ZodAny,...Z(r)});class dr extends X{constructor(){super(...arguments),this._unknown=!0}_parse(e){return ut(e.data)}}dr.create=r=>new dr({typeName:q.ZodUnknown,...Z(r)});class mn extends X{_parse(e){const t=this._getOrReturnCtx(e);return V(t,{code:w.invalid_type,expected:G.never,received:t.parsedType}),J}}mn.create=r=>new mn({typeName:q.ZodNever,...Z(r)});class hs extends X{_parse(e){if(this._getType(e)!==G.undefined){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.void,received:i.parsedType}),J}return ut(e.data)}}hs.create=r=>new hs({typeName:q.ZodVoid,...Z(r)});class Wt extends X{_parse(e){const{ctx:t,status:i}=this._processInputParams(e),a=this._def;if(t.parsedType!==G.array)return V(t,{code:w.invalid_type,expected:G.array,received:t.parsedType}),J;if(a.exactLength!==null){const o=t.data.length>a.exactLength.value,l=t.data.length<a.exactLength.value;(o||l)&&(V(t,{code:o?w.too_big:w.too_small,minimum:l?a.exactLength.value:void 0,maximum:o?a.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:a.exactLength.message}),i.dirty())}if(a.minLength!==null&&t.data.length<a.minLength.value&&(V(t,{code:w.too_small,minimum:a.minLength.value,type:"array",inclusive:!0,exact:!1,message:a.minLength.message}),i.dirty()),a.maxLength!==null&&t.data.length>a.maxLength.value&&(V(t,{code:w.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),i.dirty()),t.common.async)return Promise.all([...t.data].map((o,l)=>a.type._parseAsync(new Kt(t,o,t.path,l)))).then(o=>nt.mergeArray(i,o));const s=[...t.data].map((o,l)=>a.type._parseSync(new Kt(t,o,t.path,l)));return nt.mergeArray(i,s)}get element(){return this._def.type}min(e,t){return new Wt({...this._def,minLength:{value:e,message:j.toString(t)}})}max(e,t){return new Wt({...this._def,maxLength:{value:e,message:j.toString(t)}})}length(e,t){return new Wt({...this._def,exactLength:{value:e,message:j.toString(t)}})}nonempty(e){return this.min(1,e)}}Wt.create=(r,e)=>new Wt({type:r,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Z(e)});function Qr(r){if(r instanceof je){const e={};for(const t in r.shape){const i=r.shape[t];e[t]=Qt.create(Qr(i))}return new je({...r._def,shape:()=>e})}else return r instanceof Wt?new Wt({...r._def,type:Qr(r.element)}):r instanceof Qt?Qt.create(Qr(r.unwrap())):r instanceof $n?$n.create(Qr(r.unwrap())):r instanceof Xt?Xt.create(r.items.map(e=>Qr(e))):r}class je extends X{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),t=ne.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==G.object){const y=this._getOrReturnCtx(e);return V(y,{code:w.invalid_type,expected:G.object,received:y.parsedType}),J}const{status:i,ctx:a}=this._processInputParams(e),{shape:s,keys:o}=this._getCached(),l=[];if(!(this._def.catchall instanceof mn&&this._def.unknownKeys==="strip"))for(const y in a.data)o.includes(y)||l.push(y);const p=[];for(const y of o){const h=s[y],m=a.data[y];p.push({key:{status:"valid",value:y},value:h._parse(new Kt(a,m,a.path,y)),alwaysSet:y in a.data})}if(this._def.catchall instanceof mn){const y=this._def.unknownKeys;if(y==="passthrough")for(const h of l)p.push({key:{status:"valid",value:h},value:{status:"valid",value:a.data[h]}});else if(y==="strict")l.length>0&&(V(a,{code:w.unrecognized_keys,keys:l}),i.dirty());else if(y!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const y=this._def.catchall;for(const h of l){const m=a.data[h];p.push({key:{status:"valid",value:h},value:y._parse(new Kt(a,m,a.path,h)),alwaysSet:h in a.data})}}return a.common.async?Promise.resolve().then(async()=>{const y=[];for(const h of p){const m=await h.key,b=await h.value;y.push({key:m,value:b,alwaysSet:h.alwaysSet})}return y}).then(y=>nt.mergeObjectSync(i,y)):nt.mergeObjectSync(i,p)}get shape(){return this._def.shape()}strict(e){return j.errToObj,new je({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,i)=>{var a,s,o,l;const p=(o=(s=(a=this._def).errorMap)===null||s===void 0?void 0:s.call(a,t,i).message)!==null&&o!==void 0?o:i.defaultError;return t.code==="unrecognized_keys"?{message:(l=j.errToObj(e).message)!==null&&l!==void 0?l:p}:{message:p}}}:{}})}strip(){return new je({...this._def,unknownKeys:"strip"})}passthrough(){return new je({...this._def,unknownKeys:"passthrough"})}extend(e){return new je({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new je({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:q.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new je({...this._def,catchall:e})}pick(e){const t={};return ne.objectKeys(e).forEach(i=>{e[i]&&this.shape[i]&&(t[i]=this.shape[i])}),new je({...this._def,shape:()=>t})}omit(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{e[i]||(t[i]=this.shape[i])}),new je({...this._def,shape:()=>t})}deepPartial(){return Qr(this)}partial(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{const a=this.shape[i];e&&!e[i]?t[i]=a:t[i]=a.optional()}),new je({...this._def,shape:()=>t})}required(e){const t={};return ne.objectKeys(this.shape).forEach(i=>{if(e&&!e[i])t[i]=this.shape[i];else{let s=this.shape[i];for(;s instanceof Qt;)s=s._def.innerType;t[i]=s}}),new je({...this._def,shape:()=>t})}keyof(){return jb(ne.objectKeys(this.shape))}}je.create=(r,e)=>new je({shape:()=>r,unknownKeys:"strip",catchall:mn.create(),typeName:q.ZodObject,...Z(e)}),je.strictCreate=(r,e)=>new je({shape:()=>r,unknownKeys:"strict",catchall:mn.create(),typeName:q.ZodObject,...Z(e)}),je.lazycreate=(r,e)=>new je({shape:r,unknownKeys:"strip",catchall:mn.create(),typeName:q.ZodObject,...Z(e)});class Wi extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i=this._def.options;function a(s){for(const l of s)if(l.result.status==="valid")return l.result;for(const l of s)if(l.result.status==="dirty")return t.common.issues.push(...l.ctx.common.issues),l.result;const o=s.map(l=>new Rt(l.ctx.common.issues));return V(t,{code:w.invalid_union,unionErrors:o}),J}if(t.common.async)return Promise.all(i.map(async s=>{const o={...t,common:{...t.common,issues:[]},parent:null};return{result:await s._parseAsync({data:t.data,path:t.path,parent:o}),ctx:o}})).then(a);{let s;const o=[];for(const p of i){const y={...t,common:{...t.common,issues:[]},parent:null},h=p._parseSync({data:t.data,path:t.path,parent:y});if(h.status==="valid")return h;h.status==="dirty"&&!s&&(s={result:h,ctx:y}),y.common.issues.length&&o.push(y.common.issues)}if(s)return t.common.issues.push(...s.ctx.common.issues),s.result;const l=o.map(p=>new Rt(p));return V(t,{code:w.invalid_union,unionErrors:l}),J}}get options(){return this._def.options}}Wi.create=(r,e)=>new Wi({options:r,typeName:q.ZodUnion,...Z(e)});const Tn=r=>r instanceof zi?Tn(r.schema):r instanceof Yt?Tn(r.innerType()):r instanceof Zi?[r.value]:r instanceof Gn?r.options:r instanceof Ki?ne.objectValues(r.enum):r instanceof Xi?Tn(r._def.innerType):r instanceof qi?[void 0]:r instanceof Ji?[null]:r instanceof Qt?[void 0,...Tn(r.unwrap())]:r instanceof $n?[null,...Tn(r.unwrap())]:r instanceof Xl||r instanceof ta?Tn(r.unwrap()):r instanceof Qi?Tn(r._def.innerType):[];class ms extends X{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.object)return V(t,{code:w.invalid_type,expected:G.object,received:t.parsedType}),J;const i=this.discriminator,a=t.data[i],s=this.optionsMap.get(a);return s?t.common.async?s._parseAsync({data:t.data,path:t.path,parent:t}):s._parseSync({data:t.data,path:t.path,parent:t}):(V(t,{code:w.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[i]}),J)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,i){const a=new Map;for(const s of t){const o=Tn(s.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const l of o){if(a.has(l))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(l)}`);a.set(l,s)}}return new ms({typeName:q.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:a,...Z(i)})}}function Kl(r,e){const t=Mn(r),i=Mn(e);if(r===e)return{valid:!0,data:r};if(t===G.object&&i===G.object){const a=ne.objectKeys(e),s=ne.objectKeys(r).filter(l=>a.indexOf(l)!==-1),o={...r,...e};for(const l of s){const p=Kl(r[l],e[l]);if(!p.valid)return{valid:!1};o[l]=p.data}return{valid:!0,data:o}}else if(t===G.array&&i===G.array){if(r.length!==e.length)return{valid:!1};const a=[];for(let s=0;s<r.length;s++){const o=r[s],l=e[s],p=Kl(o,l);if(!p.valid)return{valid:!1};a.push(p.data)}return{valid:!0,data:a}}else return t===G.date&&i===G.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}class Yi extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e),a=(s,o)=>{if(Hl(s)||Hl(o))return J;const l=Kl(s.value,o.value);return l.valid?((zl(s)||zl(o))&&t.dirty(),{status:t.value,value:l.data}):(V(i,{code:w.invalid_intersection_types}),J)};return i.common.async?Promise.all([this._def.left._parseAsync({data:i.data,path:i.path,parent:i}),this._def.right._parseAsync({data:i.data,path:i.path,parent:i})]).then(([s,o])=>a(s,o)):a(this._def.left._parseSync({data:i.data,path:i.path,parent:i}),this._def.right._parseSync({data:i.data,path:i.path,parent:i}))}}Yi.create=(r,e,t)=>new Yi({left:r,right:e,typeName:q.ZodIntersection,...Z(t)});class Xt extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.array)return V(i,{code:w.invalid_type,expected:G.array,received:i.parsedType}),J;if(i.data.length<this._def.items.length)return V(i,{code:w.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),J;!this._def.rest&&i.data.length>this._def.items.length&&(V(i,{code:w.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const s=[...i.data].map((o,l)=>{const p=this._def.items[l]||this._def.rest;return p?p._parse(new Kt(i,o,i.path,l)):null}).filter(o=>!!o);return i.common.async?Promise.all(s).then(o=>nt.mergeArray(t,o)):nt.mergeArray(t,s)}get items(){return this._def.items}rest(e){return new Xt({...this._def,rest:e})}}Xt.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Xt({items:r,typeName:q.ZodTuple,rest:null,...Z(e)})};class Hi extends X{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.object)return V(i,{code:w.invalid_type,expected:G.object,received:i.parsedType}),J;const a=[],s=this._def.keyType,o=this._def.valueType;for(const l in i.data)a.push({key:s._parse(new Kt(i,l,i.path,l)),value:o._parse(new Kt(i,i.data[l],i.path,l)),alwaysSet:l in i.data});return i.common.async?nt.mergeObjectAsync(t,a):nt.mergeObjectSync(t,a)}get element(){return this._def.valueType}static create(e,t,i){return t instanceof X?new Hi({keyType:e,valueType:t,typeName:q.ZodRecord,...Z(i)}):new Hi({keyType:Jt.create(),valueType:e,typeName:q.ZodRecord,...Z(t)})}}class Ts extends X{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.map)return V(i,{code:w.invalid_type,expected:G.map,received:i.parsedType}),J;const a=this._def.keyType,s=this._def.valueType,o=[...i.data.entries()].map(([l,p],y)=>({key:a._parse(new Kt(i,l,i.path,[y,"key"])),value:s._parse(new Kt(i,p,i.path,[y,"value"]))}));if(i.common.async){const l=new Map;return Promise.resolve().then(async()=>{for(const p of o){const y=await p.key,h=await p.value;if(y.status==="aborted"||h.status==="aborted")return J;(y.status==="dirty"||h.status==="dirty")&&t.dirty(),l.set(y.value,h.value)}return{status:t.value,value:l}})}else{const l=new Map;for(const p of o){const y=p.key,h=p.value;if(y.status==="aborted"||h.status==="aborted")return J;(y.status==="dirty"||h.status==="dirty")&&t.dirty(),l.set(y.value,h.value)}return{status:t.value,value:l}}}}Ts.create=(r,e,t)=>new Ts({valueType:e,keyType:r,typeName:q.ZodMap,...Z(t)});class ur extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.parsedType!==G.set)return V(i,{code:w.invalid_type,expected:G.set,received:i.parsedType}),J;const a=this._def;a.minSize!==null&&i.data.size<a.minSize.value&&(V(i,{code:w.too_small,minimum:a.minSize.value,type:"set",inclusive:!0,exact:!1,message:a.minSize.message}),t.dirty()),a.maxSize!==null&&i.data.size>a.maxSize.value&&(V(i,{code:w.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),t.dirty());const s=this._def.valueType;function o(p){const y=new Set;for(const h of p){if(h.status==="aborted")return J;h.status==="dirty"&&t.dirty(),y.add(h.value)}return{status:t.value,value:y}}const l=[...i.data.values()].map((p,y)=>s._parse(new Kt(i,p,i.path,y)));return i.common.async?Promise.all(l).then(p=>o(p)):o(l)}min(e,t){return new ur({...this._def,minSize:{value:e,message:j.toString(t)}})}max(e,t){return new ur({...this._def,maxSize:{value:e,message:j.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}ur.create=(r,e)=>new ur({valueType:r,minSize:null,maxSize:null,typeName:q.ZodSet,...Z(e)});class ei extends X{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.function)return V(t,{code:w.invalid_type,expected:G.function,received:t.parsedType}),J;function i(l,p){return ps({data:l,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,us(),Zr].filter(y=>!!y),issueData:{code:w.invalid_arguments,argumentsError:p}})}function a(l,p){return ps({data:l,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,us(),Zr].filter(y=>!!y),issueData:{code:w.invalid_return_type,returnTypeError:p}})}const s={errorMap:t.common.contextualErrorMap},o=t.data;if(this._def.returns instanceof ti){const l=this;return ut(async function(...p){const y=new Rt([]),h=await l._def.args.parseAsync(p,s).catch(v=>{throw y.addIssue(i(p,v)),y}),m=await Reflect.apply(o,this,h);return await l._def.returns._def.type.parseAsync(m,s).catch(v=>{throw y.addIssue(a(m,v)),y})})}else{const l=this;return ut(function(...p){const y=l._def.args.safeParse(p,s);if(!y.success)throw new Rt([i(p,y.error)]);const h=Reflect.apply(o,this,y.data),m=l._def.returns.safeParse(h,s);if(!m.success)throw new Rt([a(h,m.error)]);return m.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new ei({...this._def,args:Xt.create(e).rest(dr.create())})}returns(e){return new ei({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,i){return new ei({args:e||Xt.create([]).rest(dr.create()),returns:t||dr.create(),typeName:q.ZodFunction,...Z(i)})}}class zi extends X{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}zi.create=(r,e)=>new zi({getter:r,typeName:q.ZodLazy,...Z(e)});class Zi extends X{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return V(t,{received:t.data,code:w.invalid_literal,expected:this._def.value}),J}return{status:"valid",value:e.data}}get value(){return this._def.value}}Zi.create=(r,e)=>new Zi({value:r,typeName:q.ZodLiteral,...Z(e)});function jb(r,e){return new Gn({values:r,typeName:q.ZodEnum,...Z(e)})}class Gn extends X{constructor(){super(...arguments),xi.set(this,void 0)}_parse(e){if(typeof e.data!="string"){const t=this._getOrReturnCtx(e),i=this._def.values;return V(t,{expected:ne.joinValues(i),received:t.parsedType,code:w.invalid_type}),J}if(ys(this,xi,"f")||Gb(this,xi,new Set(this._def.values),"f"),!ys(this,xi,"f").has(e.data)){const t=this._getOrReturnCtx(e),i=this._def.values;return V(t,{received:t.data,code:w.invalid_enum_value,options:i}),J}return ut(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return Gn.create(e,{...this._def,...t})}exclude(e,t=this._def){return Gn.create(this.options.filter(i=>!e.includes(i)),{...this._def,...t})}}xi=new WeakMap,Gn.create=jb;class Ki extends X{constructor(){super(...arguments),ji.set(this,void 0)}_parse(e){const t=ne.getValidEnumValues(this._def.values),i=this._getOrReturnCtx(e);if(i.parsedType!==G.string&&i.parsedType!==G.number){const a=ne.objectValues(t);return V(i,{expected:ne.joinValues(a),received:i.parsedType,code:w.invalid_type}),J}if(ys(this,ji,"f")||Gb(this,ji,new Set(ne.getValidEnumValues(this._def.values)),"f"),!ys(this,ji,"f").has(e.data)){const a=ne.objectValues(t);return V(i,{received:i.data,code:w.invalid_enum_value,options:a}),J}return ut(e.data)}get enum(){return this._def.values}}ji=new WeakMap,Ki.create=(r,e)=>new Ki({values:r,typeName:q.ZodNativeEnum,...Z(e)});class ti extends X{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==G.promise&&t.common.async===!1)return V(t,{code:w.invalid_type,expected:G.promise,received:t.parsedType}),J;const i=t.parsedType===G.promise?t.data:Promise.resolve(t.data);return ut(i.then(a=>this._def.type.parseAsync(a,{path:t.path,errorMap:t.common.contextualErrorMap})))}}ti.create=(r,e)=>new ti({type:r,typeName:q.ZodPromise,...Z(e)});class Yt extends X{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===q.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:i}=this._processInputParams(e),a=this._def.effect||null,s={addIssue:o=>{V(i,o),o.fatal?t.abort():t.dirty()},get path(){return i.path}};if(s.addIssue=s.addIssue.bind(s),a.type==="preprocess"){const o=a.transform(i.data,s);if(i.common.async)return Promise.resolve(o).then(async l=>{if(t.value==="aborted")return J;const p=await this._def.schema._parseAsync({data:l,path:i.path,parent:i});return p.status==="aborted"?J:p.status==="dirty"||t.value==="dirty"?Kr(p.value):p});{if(t.value==="aborted")return J;const l=this._def.schema._parseSync({data:o,path:i.path,parent:i});return l.status==="aborted"?J:l.status==="dirty"||t.value==="dirty"?Kr(l.value):l}}if(a.type==="refinement"){const o=l=>{const p=a.refinement(l,s);if(i.common.async)return Promise.resolve(p);if(p instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return l};if(i.common.async===!1){const l=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return l.status==="aborted"?J:(l.status==="dirty"&&t.dirty(),o(l.value),{status:t.value,value:l.value})}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(l=>l.status==="aborted"?J:(l.status==="dirty"&&t.dirty(),o(l.value).then(()=>({status:t.value,value:l.value}))))}if(a.type==="transform")if(i.common.async===!1){const o=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!Fi(o))return o;const l=a.transform(o.value,s);if(l instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:l}}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(o=>Fi(o)?Promise.resolve(a.transform(o.value,s)).then(l=>({status:t.value,value:l})):o);ne.assertNever(a)}}Yt.create=(r,e,t)=>new Yt({schema:r,typeName:q.ZodEffects,effect:e,...Z(t)}),Yt.createWithPreprocess=(r,e,t)=>new Yt({schema:e,effect:{type:"preprocess",transform:r},typeName:q.ZodEffects,...Z(t)});class Qt extends X{_parse(e){return this._getType(e)===G.undefined?ut(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Qt.create=(r,e)=>new Qt({innerType:r,typeName:q.ZodOptional,...Z(e)});class $n extends X{_parse(e){return this._getType(e)===G.null?ut(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}$n.create=(r,e)=>new $n({innerType:r,typeName:q.ZodNullable,...Z(e)});class Xi extends X{_parse(e){const{ctx:t}=this._processInputParams(e);let i=t.data;return t.parsedType===G.undefined&&(i=this._def.defaultValue()),this._def.innerType._parse({data:i,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}Xi.create=(r,e)=>new Xi({innerType:r,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Z(e)});class Qi extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i={...t,common:{...t.common,issues:[]}},a=this._def.innerType._parse({data:i.data,path:i.path,parent:{...i}});return Ui(a)?a.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Rt(i.common.issues)},input:i.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new Rt(i.common.issues)},input:i.data})}}removeCatch(){return this._def.innerType}}Qi.create=(r,e)=>new Qi({innerType:r,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Z(e)});class Es extends X{_parse(e){if(this._getType(e)!==G.nan){const i=this._getOrReturnCtx(e);return V(i,{code:w.invalid_type,expected:G.nan,received:i.parsedType}),J}return{status:"valid",value:e.data}}}Es.create=r=>new Es({typeName:q.ZodNaN,...Z(r)});const AO=Symbol("zod_brand");class Xl extends X{_parse(e){const{ctx:t}=this._processInputParams(e),i=t.data;return this._def.type._parse({data:i,path:t.path,parent:t})}unwrap(){return this._def.type}}class ea extends X{_parse(e){const{status:t,ctx:i}=this._processInputParams(e);if(i.common.async)return(async()=>{const s=await this._def.in._parseAsync({data:i.data,path:i.path,parent:i});return s.status==="aborted"?J:s.status==="dirty"?(t.dirty(),Kr(s.value)):this._def.out._parseAsync({data:s.value,path:i.path,parent:i})})();{const a=this._def.in._parseSync({data:i.data,path:i.path,parent:i});return a.status==="aborted"?J:a.status==="dirty"?(t.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:i.path,parent:i})}}static create(e,t){return new ea({in:e,out:t,typeName:q.ZodPipeline})}}class ta extends X{_parse(e){const t=this._def.innerType._parse(e),i=a=>(Fi(a)&&(a.value=Object.freeze(a.value)),a);return Ui(t)?t.then(a=>i(a)):i(t)}unwrap(){return this._def.innerType}}ta.create=(r,e)=>new ta({innerType:r,typeName:q.ZodReadonly,...Z(e)});function kb(r,e={},t){return r?Xr.create().superRefine((i,a)=>{var s,o;if(!r(i)){const l=typeof e=="function"?e(i):typeof e=="string"?{message:e}:e,p=(o=(s=l.fatal)!==null&&s!==void 0?s:t)!==null&&o!==void 0?o:!0,y=typeof l=="string"?{message:l}:l;a.addIssue({code:"custom",...y,fatal:p})}}):Xr.create()}const OO={object:je.lazycreate};var q;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(q||(q={}));const SO=(r,e={message:`Input not instance of ${r.name}`})=>kb(t=>t instanceof r,e),bs=Jt.create,Ql=Vn.create,CO=Es.create,BO=Ln.create,ec=ki.create,qb=cr.create,wO=fs.create,_O=qi.create,Jb=Ji.create,NO=Xr.create,Rs=dr.create,MO=mn.create,VO=hs.create,LO=Wt.create,Wb=je.create,GO=je.strictCreate,$O=Wi.create,FO=ms.create,UO=Yi.create,xO=Xt.create,Yb=Hi.create,jO=Ts.create,kO=ur.create,qO=ei.create,JO=zi.create,WO=Zi.create,Hb=Gn.create,YO=Ki.create,HO=ti.create,zb=Yt.create,zO=Qt.create,ZO=$n.create,KO=Yt.createWithPreprocess,XO=ea.create;var u=Object.freeze({__proto__:null,defaultErrorMap:Zr,setErrorMap:cO,getErrorMap:us,makeIssue:ps,EMPTY_PATH:dO,addIssueToContext:V,ParseStatus:nt,INVALID:J,DIRTY:Kr,OK:ut,isAborted:Hl,isDirty:zl,isValid:Fi,isAsync:Ui,get util(){return ne},get objectUtil(){return Yl},ZodParsedType:G,getParsedType:Mn,ZodType:X,datetimeRegex:xb,ZodString:Jt,ZodNumber:Vn,ZodBigInt:Ln,ZodBoolean:ki,ZodDate:cr,ZodSymbol:fs,ZodUndefined:qi,ZodNull:Ji,ZodAny:Xr,ZodUnknown:dr,ZodNever:mn,ZodVoid:hs,ZodArray:Wt,ZodObject:je,ZodUnion:Wi,ZodDiscriminatedUnion:ms,ZodIntersection:Yi,ZodTuple:Xt,ZodRecord:Hi,ZodMap:Ts,ZodSet:ur,ZodFunction:ei,ZodLazy:zi,ZodLiteral:Zi,ZodEnum:Gn,ZodNativeEnum:Ki,ZodPromise:ti,ZodEffects:Yt,ZodTransformer:Yt,ZodOptional:Qt,ZodNullable:$n,ZodDefault:Xi,ZodCatch:Qi,ZodNaN:Es,BRAND:AO,ZodBranded:Xl,ZodPipeline:ea,ZodReadonly:ta,custom:kb,Schema:X,ZodSchema:X,late:OO,get ZodFirstPartyTypeKind(){return q},coerce:{string:r=>Jt.create({...r,coerce:!0}),number:r=>Vn.create({...r,coerce:!0}),boolean:r=>ki.create({...r,coerce:!0}),bigint:r=>Ln.create({...r,coerce:!0}),date:r=>cr.create({...r,coerce:!0})},any:NO,array:LO,bigint:BO,boolean:ec,date:qb,discriminatedUnion:FO,effect:zb,enum:Hb,function:qO,instanceof:SO,intersection:UO,lazy:JO,literal:WO,map:jO,nan:CO,nativeEnum:YO,never:MO,null:Jb,nullable:ZO,number:Ql,object:Wb,oboolean:()=>ec().optional(),onumber:()=>Ql().optional(),optional:zO,ostring:()=>bs().optional(),pipeline:XO,preprocess:KO,promise:HO,record:Yb,set:kO,strictObject:GO,string:bs,symbol:wO,transformer:zb,tuple:xO,undefined:_O,union:$O,unknown:Rs,void:VO,NEVER:J,ZodIssueCode:w,quotelessJson:lO,ZodError:Rt});function Zb(r){var a,s,o;if(!(r!=null&&r.dataType))return Rs();const e=r.dataType.isNullable||!1,t=r.dataType.isList||!1;let i=Rs();if(((a=r.dataType.entity)==null?void 0:a.type)===n.PrimitiveEntity)switch(r.dataType.entity.name){case D.String:i=bs();break;case D.JSON:i=Yb(Rs());break;case D.Number:i=Ql();break;case D.Boolean:i=ec();break;case D.Date:i=qb();break;case D.Enum:{const l=r.dataType.options||[];if(l.length===0)throw new Error(`Enum property ${r.name} has no options`);i=Hb(l);break}case D.Null:i=Jb();break;case D.UUID:i=bs().uuid();break}else if(((s=r.dataType.entity)==null?void 0:s.type)===n.CustomEntity)i=Kb(r.dataType.entity);else throw new Error(`Unsupported data type validation: ${(o=r.dataType.entity)==null?void 0:o.type}`);return e&&(i=i.nullable()),t&&(i=i.array()),i}function Kb(r){const e=Wb({});for(const t of r.properties){const i=Zb(t);e.shape[t.name]=i}return e}function Xb(r){const e=r.rangeStart;return new Date(e.getTime()+Math.random()*(Date.now()-e.getTime()))}function Qb(r){const e=r.rangeEnd;return new Date(Math.random()*e.getTime())}function eR(r){const e=r.rangeStart,t=r.rangeEnd;return new Date(e.getTime()+Math.random()*(t.getTime()-e.getTime()))}function tR(r){return r.rangeStart&&r.rangeEnd?eR(r):r.rangeStart?Xb(r):r.rangeEnd?Qb(r):new Date}function QO(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var nR={},gs={},vs={};Object.defineProperty(vs,"__esModule",{value:!0}),vs.default=tS;let Is;const eS=new Uint8Array(16);function tS(){if(!Is&&(Is=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Is))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Is(eS)}var Fn={},pr={},Ds={};Object.defineProperty(Ds,"__esModule",{value:!0}),Ds.default=void 0;var nS=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;Ds.default=nS,Object.defineProperty(pr,"__esModule",{value:!0}),pr.default=void 0;var rS=iS(Ds);function iS(r){return r&&r.__esModule?r:{default:r}}function aS(r){return typeof r=="string"&&rS.default.test(r)}var sS=aS;pr.default=sS,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.default=void 0,Fn.unsafeStringify=rR;var oS=lS(pr);function lS(r){return r&&r.__esModule?r:{default:r}}const tt=[];for(let r=0;r<256;++r)tt.push((r+256).toString(16).slice(1));function rR(r,e=0){return tt[r[e+0]]+tt[r[e+1]]+tt[r[e+2]]+tt[r[e+3]]+"-"+tt[r[e+4]]+tt[r[e+5]]+"-"+tt[r[e+6]]+tt[r[e+7]]+"-"+tt[r[e+8]]+tt[r[e+9]]+"-"+tt[r[e+10]]+tt[r[e+11]]+tt[r[e+12]]+tt[r[e+13]]+tt[r[e+14]]+tt[r[e+15]]}function cS(r,e=0){const t=rR(r,e);if(!(0,oS.default)(t))throw TypeError("Stringified UUID is invalid");return t}var dS=cS;Fn.default=dS,Object.defineProperty(gs,"__esModule",{value:!0}),gs.default=void 0;var uS=yS(vs),pS=Fn;function yS(r){return r&&r.__esModule?r:{default:r}}let iR,tc,nc=0,rc=0;function fS(r,e,t){let i=e&&t||0;const a=e||new Array(16);r=r||{};let s=r.node||iR,o=r.clockseq!==void 0?r.clockseq:tc;if(s==null||o==null){const b=r.random||(r.rng||uS.default)();s==null&&(s=iR=[b[0]|1,b[1],b[2],b[3],b[4],b[5]]),o==null&&(o=tc=(b[6]<<8|b[7])&16383)}let l=r.msecs!==void 0?r.msecs:Date.now(),p=r.nsecs!==void 0?r.nsecs:rc+1;const y=l-nc+(p-rc)/1e4;if(y<0&&r.clockseq===void 0&&(o=o+1&16383),(y<0||l>nc)&&r.nsecs===void 0&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");nc=l,rc=p,tc=o,l+=122192928e5;const h=((l&268435455)*1e4+p)%4294967296;a[i++]=h>>>24&255,a[i++]=h>>>16&255,a[i++]=h>>>8&255,a[i++]=h&255;const m=l/4294967296*1e4&268435455;a[i++]=m>>>8&255,a[i++]=m&255,a[i++]=m>>>24&15|16,a[i++]=m>>>16&255,a[i++]=o>>>8|128,a[i++]=o&255;for(let b=0;b<6;++b)a[i+b]=s[b];return e||(0,pS.unsafeStringify)(a)}var hS=fS;gs.default=hS;var Ps={},Un={},na={};Object.defineProperty(na,"__esModule",{value:!0}),na.default=void 0;var mS=TS(pr);function TS(r){return r&&r.__esModule?r:{default:r}}function ES(r){if(!(0,mS.default)(r))throw TypeError("Invalid UUID");let e;const t=new Uint8Array(16);return t[0]=(e=parseInt(r.slice(0,8),16))>>>24,t[1]=e>>>16&255,t[2]=e>>>8&255,t[3]=e&255,t[4]=(e=parseInt(r.slice(9,13),16))>>>8,t[5]=e&255,t[6]=(e=parseInt(r.slice(14,18),16))>>>8,t[7]=e&255,t[8]=(e=parseInt(r.slice(19,23),16))>>>8,t[9]=e&255,t[10]=(e=parseInt(r.slice(24,36),16))/1099511627776&255,t[11]=e/4294967296&255,t[12]=e>>>24&255,t[13]=e>>>16&255,t[14]=e>>>8&255,t[15]=e&255,t}var bS=ES;na.default=bS,Object.defineProperty(Un,"__esModule",{value:!0}),Un.URL=Un.DNS=void 0,Un.default=DS;var RS=Fn,gS=vS(na);function vS(r){return r&&r.__esModule?r:{default:r}}function IS(r){r=unescape(encodeURIComponent(r));const e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t));return e}const aR="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Un.DNS=aR;const sR="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Un.URL=sR;function DS(r,e,t){function i(a,s,o,l){var p;if(typeof a=="string"&&(a=IS(a)),typeof s=="string"&&(s=(0,gS.default)(s)),((p=s)===null||p===void 0?void 0:p.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let y=new Uint8Array(16+a.length);if(y.set(s),y.set(a,s.length),y=t(y),y[6]=y[6]&15|e,y[8]=y[8]&63|128,o){l=l||0;for(let h=0;h<16;++h)o[l+h]=y[h];return o}return(0,RS.unsafeStringify)(y)}try{i.name=r}catch{}return i.DNS=aR,i.URL=sR,i}var As={};Object.defineProperty(As,"__esModule",{value:!0}),As.default=void 0;function PS(r){if(typeof r=="string"){const e=unescape(encodeURIComponent(r));r=new Uint8Array(e.length);for(let t=0;t<e.length;++t)r[t]=e.charCodeAt(t)}return AS(OS(SS(r),r.length*8))}function AS(r){const e=[],t=r.length*32,i="0123456789abcdef";for(let a=0;a<t;a+=8){const s=r[a>>5]>>>a%32&255,o=parseInt(i.charAt(s>>>4&15)+i.charAt(s&15),16);e.push(o)}return e}function oR(r){return(r+64>>>9<<4)+14+1}function OS(r,e){r[e>>5]|=128<<e%32,r[oR(e)-1]=e;let t=1732584193,i=-271733879,a=-1732584194,s=271733878;for(let o=0;o<r.length;o+=16){const l=t,p=i,y=a,h=s;t=rt(t,i,a,s,r[o],7,-680876936),s=rt(s,t,i,a,r[o+1],12,-389564586),a=rt(a,s,t,i,r[o+2],17,606105819),i=rt(i,a,s,t,r[o+3],22,-1044525330),t=rt(t,i,a,s,r[o+4],7,-176418897),s=rt(s,t,i,a,r[o+5],12,1200080426),a=rt(a,s,t,i,r[o+6],17,-1473231341),i=rt(i,a,s,t,r[o+7],22,-45705983),t=rt(t,i,a,s,r[o+8],7,1770035416),s=rt(s,t,i,a,r[o+9],12,-1958414417),a=rt(a,s,t,i,r[o+10],17,-42063),i=rt(i,a,s,t,r[o+11],22,-1990404162),t=rt(t,i,a,s,r[o+12],7,1804603682),s=rt(s,t,i,a,r[o+13],12,-40341101),a=rt(a,s,t,i,r[o+14],17,-1502002290),i=rt(i,a,s,t,r[o+15],22,1236535329),t=it(t,i,a,s,r[o+1],5,-165796510),s=it(s,t,i,a,r[o+6],9,-1069501632),a=it(a,s,t,i,r[o+11],14,643717713),i=it(i,a,s,t,r[o],20,-373897302),t=it(t,i,a,s,r[o+5],5,-701558691),s=it(s,t,i,a,r[o+10],9,38016083),a=it(a,s,t,i,r[o+15],14,-660478335),i=it(i,a,s,t,r[o+4],20,-405537848),t=it(t,i,a,s,r[o+9],5,568446438),s=it(s,t,i,a,r[o+14],9,-1019803690),a=it(a,s,t,i,r[o+3],14,-187363961),i=it(i,a,s,t,r[o+8],20,1163531501),t=it(t,i,a,s,r[o+13],5,-1444681467),s=it(s,t,i,a,r[o+2],9,-51403784),a=it(a,s,t,i,r[o+7],14,1735328473),i=it(i,a,s,t,r[o+12],20,-1926607734),t=at(t,i,a,s,r[o+5],4,-378558),s=at(s,t,i,a,r[o+8],11,-2022574463),a=at(a,s,t,i,r[o+11],16,1839030562),i=at(i,a,s,t,r[o+14],23,-35309556),t=at(t,i,a,s,r[o+1],4,-1530992060),s=at(s,t,i,a,r[o+4],11,1272893353),a=at(a,s,t,i,r[o+7],16,-155497632),i=at(i,a,s,t,r[o+10],23,-1094730640),t=at(t,i,a,s,r[o+13],4,681279174),s=at(s,t,i,a,r[o],11,-358537222),a=at(a,s,t,i,r[o+3],16,-722521979),i=at(i,a,s,t,r[o+6],23,76029189),t=at(t,i,a,s,r[o+9],4,-640364487),s=at(s,t,i,a,r[o+12],11,-421815835),a=at(a,s,t,i,r[o+15],16,530742520),i=at(i,a,s,t,r[o+2],23,-995338651),t=st(t,i,a,s,r[o],6,-198630844),s=st(s,t,i,a,r[o+7],10,1126891415),a=st(a,s,t,i,r[o+14],15,-1416354905),i=st(i,a,s,t,r[o+5],21,-57434055),t=st(t,i,a,s,r[o+12],6,1700485571),s=st(s,t,i,a,r[o+3],10,-1894986606),a=st(a,s,t,i,r[o+10],15,-1051523),i=st(i,a,s,t,r[o+1],21,-2054922799),t=st(t,i,a,s,r[o+8],6,1873313359),s=st(s,t,i,a,r[o+15],10,-30611744),a=st(a,s,t,i,r[o+6],15,-1560198380),i=st(i,a,s,t,r[o+13],21,1309151649),t=st(t,i,a,s,r[o+4],6,-145523070),s=st(s,t,i,a,r[o+11],10,-1120210379),a=st(a,s,t,i,r[o+2],15,718787259),i=st(i,a,s,t,r[o+9],21,-343485551),t=xn(t,l),i=xn(i,p),a=xn(a,y),s=xn(s,h)}return[t,i,a,s]}function SS(r){if(r.length===0)return[];const e=r.length*8,t=new Uint32Array(oR(e));for(let i=0;i<e;i+=8)t[i>>5]|=(r[i/8]&255)<<i%32;return t}function xn(r,e){const t=(r&65535)+(e&65535);return(r>>16)+(e>>16)+(t>>16)<<16|t&65535}function CS(r,e){return r<<e|r>>>32-e}function Os(r,e,t,i,a,s){return xn(CS(xn(xn(e,r),xn(i,s)),a),t)}function rt(r,e,t,i,a,s,o){return Os(e&t|~e&i,r,e,a,s,o)}function it(r,e,t,i,a,s,o){return Os(e&i|t&~i,r,e,a,s,o)}function at(r,e,t,i,a,s,o){return Os(e^t^i,r,e,a,s,o)}function st(r,e,t,i,a,s,o){return Os(t^(e|~i),r,e,a,s,o)}var BS=PS;As.default=BS,Object.defineProperty(Ps,"__esModule",{value:!0}),Ps.default=void 0;var wS=lR(Un),_S=lR(As);function lR(r){return r&&r.__esModule?r:{default:r}}var NS=(0,wS.default)("v3",48,_S.default);Ps.default=NS;var Ss={},Cs={};Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.default=void 0;var MS={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};Cs.default=MS,Object.defineProperty(Ss,"__esModule",{value:!0}),Ss.default=void 0;var cR=dR(Cs),VS=dR(vs),LS=Fn;function dR(r){return r&&r.__esModule?r:{default:r}}function GS(r,e,t){if(cR.default.randomUUID&&!e&&!r)return cR.default.randomUUID();r=r||{};const i=r.random||(r.rng||VS.default)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,e){t=t||0;for(let a=0;a<16;++a)e[t+a]=i[a];return e}return(0,LS.unsafeStringify)(i)}var $S=GS;Ss.default=$S;var Bs={},ws={};Object.defineProperty(ws,"__esModule",{value:!0}),ws.default=void 0;function FS(r,e,t,i){switch(r){case 0:return e&t^~e&i;case 1:return e^t^i;case 2:return e&t^e&i^t&i;case 3:return e^t^i}}function ic(r,e){return r<<e|r>>>32-e}function US(r){const e=[1518500249,1859775393,2400959708,3395469782],t=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof r=="string"){const o=unescape(encodeURIComponent(r));r=[];for(let l=0;l<o.length;++l)r.push(o.charCodeAt(l))}else Array.isArray(r)||(r=Array.prototype.slice.call(r));r.push(128);const i=r.length/4+2,a=Math.ceil(i/16),s=new Array(a);for(let o=0;o<a;++o){const l=new Uint32Array(16);for(let p=0;p<16;++p)l[p]=r[o*64+p*4]<<24|r[o*64+p*4+1]<<16|r[o*64+p*4+2]<<8|r[o*64+p*4+3];s[o]=l}s[a-1][14]=(r.length-1)*8/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=(r.length-1)*8&4294967295;for(let o=0;o<a;++o){const l=new Uint32Array(80);for(let v=0;v<16;++v)l[v]=s[o][v];for(let v=16;v<80;++v)l[v]=ic(l[v-3]^l[v-8]^l[v-14]^l[v-16],1);let p=t[0],y=t[1],h=t[2],m=t[3],b=t[4];for(let v=0;v<80;++v){const P=Math.floor(v/20),A=ic(p,5)+FS(P,y,h,m)+b+e[P]+l[v]>>>0;b=m,m=h,h=ic(y,30)>>>0,y=p,p=A}t[0]=t[0]+p>>>0,t[1]=t[1]+y>>>0,t[2]=t[2]+h>>>0,t[3]=t[3]+m>>>0,t[4]=t[4]+b>>>0}return[t[0]>>24&255,t[0]>>16&255,t[0]>>8&255,t[0]&255,t[1]>>24&255,t[1]>>16&255,t[1]>>8&255,t[1]&255,t[2]>>24&255,t[2]>>16&255,t[2]>>8&255,t[2]&255,t[3]>>24&255,t[3]>>16&255,t[3]>>8&255,t[3]&255,t[4]>>24&255,t[4]>>16&255,t[4]>>8&255,t[4]&255]}var xS=US;ws.default=xS,Object.defineProperty(Bs,"__esModule",{value:!0}),Bs.default=void 0;var jS=uR(Un),kS=uR(ws);function uR(r){return r&&r.__esModule?r:{default:r}}var qS=(0,jS.default)("v5",80,kS.default);Bs.default=qS;var _s={};Object.defineProperty(_s,"__esModule",{value:!0}),_s.default=void 0;var JS="00000000-0000-0000-0000-000000000000";_s.default=JS;var Ns={};Object.defineProperty(Ns,"__esModule",{value:!0}),Ns.default=void 0;var WS=YS(pr);function YS(r){return r&&r.__esModule?r:{default:r}}function HS(r){if(!(0,WS.default)(r))throw TypeError("Invalid UUID");return parseInt(r.slice(14,15),16)}var zS=HS;Ns.default=zS,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"NIL",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(r,"parse",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(r,"stringify",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(r,"v1",{enumerable:!0,get:function(){return e.default}}),Object.defineProperty(r,"v3",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(r,"v4",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(r,"v5",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(r,"validate",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(r,"version",{enumerable:!0,get:function(){return o.default}});var e=h(gs),t=h(Ps),i=h(Ss),a=h(Bs),s=h(_s),o=h(Ns),l=h(pr),p=h(Fn),y=h(na);function h(m){return m&&m.__esModule?m:{default:m}}}(nR);function ac(r,e){if(!r||!e||!r.length||!e.length)throw new Error("Bad alphabet");this.srcAlphabet=r,this.dstAlphabet=e}ac.prototype.convert=function(r){var e,t,i,a={},s=this.srcAlphabet.length,o=this.dstAlphabet.length,l=r.length,p=typeof r=="string"?"":[];if(!this.isValid(r))throw new Error('Number "'+r+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return r;for(e=0;e<l;e++)a[e]=this.srcAlphabet.indexOf(r[e]);do{for(t=0,i=0,e=0;e<l;e++)t=t*s+a[e],t>=o?(a[i++]=parseInt(t/o,10),t=t%o):i>0&&(a[i++]=0);l=i,p=this.dstAlphabet.slice(t,t+1).concat(p)}while(i!==0);return p},ac.prototype.isValid=function(r){for(var e=0;e<r.length;++e)if(this.srcAlphabet.indexOf(r[e])===-1)return!1;return!0};var ZS=ac,KS=ZS;function ra(r,e){var t=new KS(r,e);return function(i){return t.convert(i)}}ra.BIN="01",ra.OCT="01234567",ra.DEC="0123456789",ra.HEX="0123456789abcdef";var XS=ra;const{v4:sc,validate:QS}=nR,Ms=XS,oc={cookieBase90:"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",flickrBase58:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",uuid25Base36:"0123456789abcdefghijklmnopqrstuvwxyz"},eC={consistentLength:!0};let lc;const pR=(r,e,t)=>{const i=e(r.toLowerCase().replace(/-/g,""));return!t||!t.consistentLength?i:i.padStart(t.shortIdLength,t.paddingChar)},yR=(r,e)=>{const i=e(r).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[i[1],i[2],i[3],i[4],i[5]].join("-")},tC=r=>Math.ceil(Math.log(2**128)/Math.log(r));var nC=(()=>{const r=(e,t)=>{const i=e||oc.flickrBase58,a={...eC,...t};if([...new Set(Array.from(i))].length!==i.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const s=tC(i.length),o={shortIdLength:s,consistentLength:a.consistentLength,paddingChar:i[0]},l=Ms(Ms.HEX,i),p=Ms(i,Ms.HEX),y=()=>pR(sc(),l,o),m={alphabet:i,fromUUID:b=>pR(b,l,o),maxLength:s,generate:y,new:y,toUUID:b=>yR(b,p),uuid:sc,validate:(b,v=!1)=>{if(!b||typeof b!="string")return!1;const P=a.consistentLength?b.length===s:b.length<=s,A=b.split("").every(I=>i.includes(I));return v===!1?P&&A:P&&A&&QS(yR(b,p))}};return Object.freeze(m),m};return r.constants=oc,r.uuid=sc,r.generate=()=>(lc||(lc=r(oc.flickrBase58).generate),lc()),r})();const Vs=QO(nC);function fR(){return Vs().uuid()}function hR(r){return r.rangeStart+Math.random()}function mR(r){const e=r.rangeEnd;return Math.random()*e}function TR(r){const e=r.rangeStart,t=r.rangeEnd;return Math.random()*(t-e)+e}function ER(r){return r.rangeStart&&r.rangeEnd?TR(r):r.rangeStart?hR(r):r.rangeEnd?mR(r):Math.random()}function bR(r){const e=r.rangeStart;return Math.random().toString(36).substring(e)}function RR(r){const e=r.rangeEnd;return Math.random().toString(36).substring(0,e)}function gR(r){const e=r.rangeStart,t=r.rangeEnd;return Math.random().toString(36).substring(e,t)}function vR(r){return r.rangeStart&&r.rangeEnd?gR(r):r.rangeStart?bR(r):r.rangeEnd?RR(r):Math.random().toString(36)}function IR(r){return Math.random()>=.5}function rC(r){if(!r||!r.autogeneration)return null;switch(r.autogeneration.type){case qe.CurrentDateAndTime:if(r.name===D.Date)return new Date;case qe.Random:{if(r.name===D.Date)return tR(r.autogeneration);if(r.name===D.Number)return ER(r.autogeneration);if(r.name===D.String)return vR(r.autogeneration);if(r.name===D.Boolean)return IR(r.autogeneration)}case qe.Unique:if(r.name===D.UUID)return fR();default:throw new Error(`Generating a ${r.autogeneration.type} value for a ${r.name} is not supported`)}}const H="e7eb5382-3d99-44fd-972a-b8b1e819f6be",cc="global-user-variable-id",DR="last-executed-timestamp-variable-id",iC={id:"alternative-relational-database-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-identifier-property-data-type-id",entityType:n.DataType},aC={id:"alternative-relational-database-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-identifier-property-id",entityType:n.Property},sC={like:!1,inferred:!1,id:"alternative-relational-database-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"alternative-relational-database-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:null,parent:iC,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:aC},Ls={id:"alternative-relational-database-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},oC={hidden:!1,required:!0,id:"alternative-relational-database-entity-identifier-property-id",name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!1,implements:ss,static:!0,index:0,dataType:sC,description:"The name of the main database inside of the server instance where the data will be stored.",parent:Ls};n.GenericReference,n.DataType;const lC={id:"alternative-relational-database-entity-username-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-username-property-id",entityType:n.Property},cC={like:!1,inferred:!1,id:"alternative-relational-database-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:lC},dC={hidden:!1,required:!0,id:"alternative-relational-database-entity-username-property-id",name:"Username",version:1,type:n.Property,private:!1,abstract:!1,implements:os,static:!0,index:1,dataType:cC,description:"The username that will be used to connect to the database.",parent:Ls};n.GenericReference,n.DataType;const uC={id:"alternative-relational-database-entity-password-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-password-property-id",entityType:n.Property},pC={like:!1,inferred:!1,id:"alternative-relational-database-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:uC},yC={hidden:!1,required:!0,id:"alternative-relational-database-entity-password-property-id",name:"Password",version:1,type:n.Property,private:!1,abstract:!1,implements:ls,static:!0,index:2,dataType:pC,description:"The password that will be used to connect to the database.",parent:Ls},fC={id:"alternative-relational-database-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-min-size-property-data-type-id",entityType:n.DataType},hC={id:"alternative-relational-database-entity-min-size-property-ref-id",type:n.GenericReference,entityId:"alternative-relational-database-entity-min-size-property-id",entityType:n.Property},mC={like:!1,inferred:!1,id:"alternative-relational-database-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"alternative-relational-database-entity-min-size-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:fC,autogeneration:null,valueAsType:null},parent:hC},TC={hidden:!1,required:!0,id:"alternative-relational-database-entity-min-size-property-id",name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!1,implements:cs,static:!0,index:3,dataType:mC,description:"The minimum size of the database in GB.",parent:Ls},EC={id:"alternative-relational-database-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},PR={id:"alternative-relational-database-entity-id",type:n.CustomEntity,version:1,name:"Alternative relational Database",description:"A database that permanently stores the persisted entities attached to it.",abstract:!1,static:!0,properties:[oC,dC,yC,TC],methods:[],abstractMethods:[],extends:[],implements:[Nn],x:0,y:0,parent:EC},bC={id:"animal-prototype-database-property-ref-id",type:n.GenericReference,entityId:"animal-prototype-database-property-id",entityType:n.Property},RC={id:"animal-prototype-database-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"animal-prototype-database-property-data-type-default-value-id",entityType:n.DataType},gC={like:!1,inferred:!1,id:"animal-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"animal-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:PR,autogeneration:null,parent:RC},parent:bC},vC={id:"animal-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},IC={hidden:!1,required:!0,id:"animal-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:gC,description:"The database that the entity belongs to.",parent:vC},DC={type:n.GenericReference,id:"291e4d4f-01d8-40a0-90dc-5f1ac6636e9b",entityType:n.Property,entityId:"5cb617b0-92be-4dbe-a007-49093368d94f"},PC={like:!1,inferred:!1,id:"c1930577-9e79-48a6-8905-be24611015c1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:DC},AC={type:n.GenericReference,id:"e2b9e456-f2b3-4dc7-85a2-fbb68ed0c9c7",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},OC={hidden:!1,required:!0,type:n.Property,id:"5cb617b0-92be-4dbe-a007-49093368d94f",version:1,name:"Name",description:"The name of the animal",implements:null,static:!1,private:!1,index:0,dataType:PC,abstract:!1,parent:AC},SC={type:n.GenericReference,id:"abc565de-4c83-4936-bc48-4013bef213b8",entityType:n.Project,entityId:H},CC={type:n.CustomEntity,id:"83eaa847-e62b-4192-84fb-3d8d6f5ea970",version:1,name:"Animal",description:"A living creature that is not human",abstract:!1,static:!1,abstractMethods:[],properties:[IC,OC],methods:[],extends:[],implements:[xe],x:0,y:0,parent:SC},BC={id:"default-relational-database-entity-identifier-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-identifier-property-data-type-id",entityType:n.DataType},wC={id:"default-relational-database-entity-identifier-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-identifier-property-id",entityType:n.Property},_C={like:!1,inferred:!1,id:"default-relational-database-entity-identifier-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-identifier-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"main",parent:BC,autogeneration:{type:qe.Unique,rangeStart:null,rangeEnd:null},valueAsType:null},parent:wC},ni={id:"default-relational-database-entity-ref-id",type:n.GenericReference,entityId:L.PERSISTED_ENTITY,entityType:n.BuiltInBaseEntity},NC={hidden:!1,required:!0,id:"default-relational-database-entity-identifier-property-id",name:"Identifier name",version:1,type:n.Property,private:!1,abstract:!1,implements:ss,static:!0,index:0,dataType:_C,description:"The name of the main database inside of the server instance where the data will be stored.",parent:ni};n.GenericReference,n.DataType;const MC={id:"default-relational-database-entity-username-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-username-property-id",entityType:n.Property},VC={id:"default-relational-database-entity-username-property-default-value-parent-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-username-property-data-type-id",entityType:n.DataType},LC={like:!1,inferred:!1,id:"default-relational-database-entity-username-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-username-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"root",parent:VC,autogeneration:null,valueAsType:null},parent:MC},GC={hidden:!1,required:!0,id:"default-relational-database-entity-username-property-id",name:"Username",version:1,type:n.Property,private:!1,abstract:!1,implements:os,static:!0,index:1,dataType:LC,description:"The username that will be used to connect to the database.",parent:ni};n.GenericReference,n.DataType;const $C={id:"default-relational-database-entity-password-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-password-property-id",entityType:n.Property},FC={id:"default-relational-database-entity-password-property-default-value-parent-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-password-property-data-type-id",entityType:n.DataType},UC={like:!1,inferred:!1,id:"default-relational-database-entity-password-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"default-relational-database-entity-password-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"password",parent:FC,autogeneration:null,valueAsType:null},parent:$C},xC={hidden:!1,required:!0,id:"default-relational-database-entity-password-property-id",name:"Password",version:1,type:n.Property,private:!1,abstract:!1,implements:ls,static:!0,index:2,dataType:UC,description:"The password that will be used to connect to the database.",parent:ni},jC={id:"default-relational-database-entity-min-size-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-min-size-property-data-type-id",entityType:n.DataType},kC={id:"default-relational-database-entity-min-size-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-min-size-property-id",entityType:n.Property},qC={like:!1,inferred:!1,id:"default-relational-database-entity-min-size-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-min-size-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:6,parent:jC,autogeneration:null,valueAsType:null},parent:kC},JC={hidden:!1,required:!0,id:"default-relational-database-entity-min-size-property-id",name:"Minimum GB size",version:1,type:n.Property,private:!1,abstract:!1,implements:cs,static:!0,index:3,dataType:qC,description:"The minimum size of the database in GB.",parent:ni},WC={id:"default-relational-database-entity-default-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-default-property-data-type-id",entityType:n.DataType},YC={id:"default-relational-database-entity-default-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-default-property-id",entityType:n.Property},HC={like:!1,inferred:!1,id:"default-relational-database-entity-default-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-default-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!0,parent:WC,autogeneration:null,valueAsType:null},parent:YC},zC={hidden:!0,required:!0,id:"default-relational-database-entity-default-property-id",name:"Default",version:1,type:n.Property,private:!1,abstract:!1,implements:$l,static:!0,index:4,dataType:HC,description:"Whether this database is automatically picked by other entities as the default database.",parent:ni},ZC={id:"default-relational-database-entity-autoscaling-property-data-type-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-autoscaling-property-data-type-id",entityType:n.DataType},KC={id:"default-relational-database-entity-autoscaling-property-ref-id",type:n.GenericReference,entityId:"default-relational-database-entity-autoscaling-property-id",entityType:n.Property},XC={like:!1,inferred:!1,id:"default-relational-database-entity-autoscaling-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:Q,asType:!1,defaultValue:{id:"default-relational-database-entity-autoscaling-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.Boolean,value:!0,parent:ZC,autogeneration:null,valueAsType:null},parent:KC},QC={hidden:!1,required:!0,id:"default-relational-database-entity-autoscaling-property-id",name:"Auto-scaling",version:1,type:n.Property,private:!1,abstract:!1,implements:Fl,static:!0,index:5,dataType:XC,description:"If true, this database will automatically scale up or down in memory size, based on the usage.s",parent:ni},eB={id:"default-relational-database-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},dc={id:"default-relational-database-entity-id",type:n.CustomEntity,version:1,name:"Relational Database",description:"A database that permanently stores the persisted entities attached to it.",abstract:!1,static:!0,properties:[zC,QC,NC,GC,xC,JC],methods:[],abstractMethods:[],extends:[],implements:[Nn],x:0,y:0,parent:eB},tB={id:"user-prototype-database-property-data-type-ref-id",type:n.GenericReference,entityId:"user-prototype-database-property-data-type-id",entityType:n.DataType},nB={id:"user-prototype-database-property-ref-id",type:n.GenericReference,entityId:"user-prototype-database-property-id",entityType:n.Property},rB={like:!1,inferred:!1,id:"user-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"user-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:dc,autogeneration:null,parent:tB},parent:nB},iB={id:"user-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},aB={hidden:!1,required:!0,id:"user-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:rB,description:"The database that the entity belongs to.",parent:iB},sB={type:n.GenericReference,id:"user-prototype-parent-ref-id",entityType:n.Project,entityId:H},uc={type:n.CustomEntity,id:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",version:1,name:"User",description:"A user of the application",implements:[xe],abstract:!1,static:!1,abstractMethods:[],extends:[],properties:[aB],methods:[],x:0,y:0,parent:sB},oB={type:n.GenericReference,id:"person-date-of-birth-property-data-type-parent-ref-id",entityType:n.Property,entityId:"person-date-of-birth-property-id"},lB={like:!1,inferred:!1,id:"person-date-of-birth-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:un,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:oB},cB={type:n.GenericReference,id:"person-date-of-birth-property-parent-ref-id",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},dB={hidden:!1,required:!0,type:n.Property,id:"person-date-of-birth-property-id",version:1,name:"Date of birth",description:"The date of birth of the person",implements:null,private:!1,static:!1,index:0,dataType:lB,abstract:!1,parent:cB},uB={type:n.GenericReference,id:"a2867827-2f8e-4c25-b18b-d91857d7f24e",entityType:n.Property,entityId:"cacfec92-46c3-4fca-a1d9-fd1ba94d78c7"},pB={like:!1,inferred:!1,id:"1d49f41b-17b9-4f48-87aa-3ce43498e5a9",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:uB},yB={type:n.GenericReference,id:"01cbe760-40a9-4f49-8e3d-194d2f57cb1e",entityType:n.CustomEntity,entityId:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},fB={hidden:!1,required:!0,type:n.Property,id:"cacfec92-46c3-4fca-a1d9-fd1ba94d78c7",version:1,name:"Name",description:"The name of the person",implements:null,private:!1,static:!1,index:0,dataType:pB,abstract:!1,parent:yB},hB={type:n.GenericReference,id:"3542b22a-3a2f-41c6-876e-24c885572498",entityType:n.Project,entityId:H},pt={type:n.CustomEntity,id:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416",version:1,name:"Person",description:"A entity to store more information about a person than the user entity does, to split the responsibilities and keep it the logic clean.",properties:[fB,dB],abstract:!1,static:!1,abstractMethods:[],methods:[],implements:[],extends:[uc],x:0,y:0,parent:hB},mB={type:n.GenericReference,id:"b59c80b7-b2e9-41e9-abcd-7c5652835efc",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},TB={type:n.GenericReference,id:"1190b5a2-f25e-46db-884d-8a3dd1a44d94",entityType:n.ReturnStatement,entityId:"3ebc4342-c9e8-42e7-a61c-7937081e1d2e"},EB={type:n.GenericReference,id:"36c63126-7814-496f-a6cc-48662c2aabae",entityType:n.ArgumentDeclaration,entityId:"500dee3a-3435-4453-9699-0d053f646523"},bB={type:n.GenericReference,id:"c567e55d-ec12-4e4e-958e-f07522892b4b",entityType:n.ReturnDeclaration,entityId:"9e070523-7e07-4100-8637-960a187f5f14"},RB={like:!1,inferred:!1,id:"3973c5a1-f0d8-49a0-a9a9-a0009bf3f0d8",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:bB},pc={isError:!1,id:"9e070523-7e07-4100-8637-960a187f5f14",type:n.ReturnDeclaration,version:1,name:"Output Account Owner",description:null,dataType:RB,implements:null,readsValue:EB,required:!0,index:0,parent:TB},gB={type:n.GenericReference,id:"567d923c-20da-4c1e-956d-962ea30c6d0b",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},vB={type:n.GenericReference,id:"da85e620-59f3-42ab-88c8-b38d33c2c833",entityType:n.FunctionDeclaration,entityId:"36f29f96-c001-4b9a-b49c-83eff406a060"},AR={type:n.ReturnStatement,id:"3ebc4342-c9e8-42e7-a61c-7937081e1d2e",version:1,outputs:[pc],calledByError:[],calledByEntry:[gB],calledBySuccess:[],throws:null,x:0,y:0,parent:vB},IB={type:n.GenericReference,id:"1c806bb7-4c25-4bad-963b-93dfbb7c8304",entityType:n.ArgumentDeclaration,entityId:"500dee3a-3435-4453-9699-0d053f646523"},DB={like:!1,inferred:!1,id:"d90fcc18-642b-433c-8fcb-4094b9031cd5",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:IB},OR={id:"500dee3a-3435-4453-9699-0d053f646523",type:n.ArgumentDeclaration,version:1,name:"New Account Owner",description:null,dataType:DB,implements:null,required:!0,writesValues:[pc],index:0,parent:mB},PB={type:n.GenericReference,id:"83dceb60-f3c4-4085-824c-85f2003bfd27",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},SR={type:n.FunctionDeclaration,id:"36f29f96-c001-4b9a-b49c-83eff406a060",version:1,name:"Change owner of bank account",description:null,implements:null,inputs:[OR],calls:[AR],returnStatements:[AR],index:0,collapsed:!1,private:!1,x:0,y:0,parent:PB},AB={type:n.GenericReference,id:"adbaf302-ffa9-49b6-a3c6-83f9a75068e3",entityType:n.VariableDeclaration,entityId:"8e36a476-766e-4cc2-a8a7-27a07dfb5a4b"},OB={like:!1,inferred:!1,id:"79ee04aa-1ba4-4ae9-a406-ed45e5b03f7f",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:AB},SB={type:n.GenericReference,id:"55e212d1-f0ec-4bb6-acbe-60f741367daf",entityType:n.OutputMap,entityId:"dc9ddb8f-02a0-4a43-aea6-270ec7b7f8a4"},CB={type:n.GenericReference,id:"944e1171-3d9b-4559-9386-1d4974b15962",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},BB={id:"8e36a476-766e-4cc2-a8a7-27a07dfb5a4b",type:n.VariableDeclaration,version:1,name:"Output Account Owner",description:null,dataType:OB,readsValue:SB,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:CB},wB={type:n.GenericReference,id:"b89ebc83-52cf-4447-a5ae-62241f713079",entityType:n.FunctionCall,entityId:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e"},_B={id:"dc9ddb8f-02a0-4a43-aea6-270ec7b7f8a4",type:n.OutputMap,version:1,declaration:pc,writesValues:[BB],index:0,parent:wB},NB={type:n.GenericReference,id:"c1b9e125-1aad-48b7-9687-95c57a6bc10d",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},MB={type:n.GenericReference,id:"d2deaa02-e164-4425-905c-6dee47eb4eac",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},VB={type:n.GenericReference,id:"1109a655-ac62-4110-a933-42a72106f4f0",entityType:n.VariableDeclaration,entityId:"8bea6986-8da2-487b-905d-2fb962db6728"},LB={like:!1,inferred:!1,id:"7d9a1307-512e-42ec-9797-2f7229796b97",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:VB},GB={type:n.GenericReference,id:"bb61ebf7-57b3-4d14-905d-82ec907205b5",entityType:n.ArgumentDeclaration,entityId:"38f6b236-98ac-47b0-ab9c-d2f9610137b9"},$B={type:n.GenericReference,id:"6b8c7bf2-9fc8-4ea4-9ec0-f41679d513b1",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},FB={type:n.GenericReference,id:"6163d1a1-7a94-49b1-95bb-aecd8d6d335c",entityType:n.FunctionCall,entityId:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e"},UB={type:n.GenericReference,id:"1f900f62-4bd2-4246-94aa-b8f5aad384fd",entityType:n.VariableDeclaration,entityId:"8bea6986-8da2-487b-905d-2fb962db6728"},CR={id:"be8538be-e6f9-4b94-9314-a546003ebaa0",type:n.InputMap,version:1,declaration:OR,name:null,description:null,readsValue:UB,defaultValue:null,index:0,parent:FB},xB={type:n.VariableDeclaration,id:"8bea6986-8da2-487b-905d-2fb962db6728",version:1,name:"Changed Account Owner",description:null,dataType:LB,readsValue:GB,writesValues:[CR],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:$B},jB={type:n.FunctionCall,id:"78f6dba8-bed8-44cd-8b0f-6dcc787d1e1e",version:1,declaration:SR,inputs:[CR],outputs:[_B],process:null,successCalls:[],errorCalls:[],calledByError:[],calledByEntry:[NB],calledBySuccess:[],parent:MB,error:null,x:0,y:0},kB={type:n.GenericReference,id:"2d47aba1-a918-46a7-8db7-78809928654a",entityType:n.ArgumentDeclaration,entityId:"38f6b236-98ac-47b0-ab9c-d2f9610137b9"},qB={like:!1,inferred:!1,id:"5583766c-e9a5-484c-8f43-f4b0a6a1876c",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:kB},JB={type:n.GenericReference,id:"3e2a81e4-55b2-49f5-94eb-39135e95c3d7",entityType:n.FunctionDeclaration,entityId:"15ee556d-681f-47de-a31f-16d4ba73cc4e"},WB={id:"38f6b236-98ac-47b0-ab9c-d2f9610137b9",type:n.ArgumentDeclaration,version:1,description:null,name:"New Company Owner",dataType:qB,implements:null,required:!0,index:0,writesValues:[xB],parent:JB},YB={type:n.GenericReference,id:"30291b01-1b94-4d03-b434-dec122c2bc7d",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},HB={type:n.FunctionDeclaration,id:"15ee556d-681f-47de-a31f-16d4ba73cc4e",version:1,description:null,name:"Change Account Owner",inputs:[WB],collapsed:!0,returnStatements:[],calls:[jB],private:!1,index:0,implements:null,x:0,y:0,parent:YB},zB={type:n.GenericReference,id:"72c7ac0a-886e-4e10-b7ed-2f5a819a0233",entityType:n.Property,entityId:"b8f4656a-2b77-43ab-af51-7c32ddede044"},ZB={like:!1,inferred:!1,id:"c09dd282-73f6-4077-a467-b66db20b9fc6",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:zB},KB={type:n.GenericReference,id:"8a950024-512c-4580-81db-a705410aeb99",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},XB={hidden:!1,required:!0,type:n.Property,id:"b8f4656a-2b77-43ab-af51-7c32ddede044",version:1,name:"Account number",description:null,private:!0,implements:null,static:!1,index:0,dataType:ZB,abstract:!1,parent:KB},QB={type:n.GenericReference,id:"b6704b6c-c3bd-49d0-8ebc-82d03e726cbb",entityType:n.Property,entityId:"733d06a6-b8c5-44f3-a1f7-a8c9bd9e44ea"},ew={like:!1,inferred:!1,id:"c03e0b0a-88ab-401a-8833-4806738bdc37",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:QB},tw={type:n.GenericReference,id:"1ef999a7-e9ed-406a-866e-e58277fc985b",entityType:n.CustomEntity,entityId:"506946aa-30da-48e6-918f-ffd9eac58813"},nw={hidden:!1,required:!0,type:n.Property,id:"733d06a6-b8c5-44f3-a1f7-a8c9bd9e44ea",version:1,description:null,name:"Account Owner",index:1,dataType:ew,implements:null,static:!1,private:!0,abstract:!1,parent:tw},rw={type:n.GenericReference,id:"d41d7f41-98b8-4f67-be92-c349fdda5156",entityType:n.Project,entityId:H},ri={type:n.CustomEntity,id:"506946aa-30da-48e6-918f-ffd9eac58813",version:1,name:"Bank Account",description:null,abstract:!1,static:!1,abstractMethods:[],properties:[XB,nw],methods:[SR,HB],extends:[],implements:[xe],x:0,y:0,parent:rw},ia="bitcoin-api-response-id",BR="time-property-id",wR="disclaimer-property-id",_R="chart-name-property-id",NR="bpi-property-id",Gs="bpi-entity-id",MR="usd-property-id",VR="gbp-property-id",LR="eur-property-id",ii="currency-entity-id",GR="currency-code-property-id",$R="currency-symbol-property-id",FR="currency-rate-property-id",UR="currency-description-property-id",xR="currency-rate-number-property-id",iw={type:n.GenericReference,id:"code-property-data-type-parent-ref-id",entityType:n.Property,entityId:GR},aw={like:!1,inferred:!1,id:"code-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:null,options:["USD","GBP","EUR"],constant:!1,parent:iw},sw={type:n.GenericReference,id:"code-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},ow={hidden:!1,required:!0,type:n.Property,id:GR,version:1,name:"code",description:null,dataType:aw,index:0,implements:null,static:!1,private:!1,abstract:!1,parent:sw},lw={type:n.GenericReference,id:"symbol-property-data-type-parent-ref-id",entityType:n.Property,entityId:$R},cw={like:!1,inferred:!1,id:"symbol-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,asType:!1,isNullable:!1,defaultValue:null,options:["$","£","€"],constant:!1,parent:lw},dw={type:n.GenericReference,id:"symbol-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},uw={hidden:!1,required:!0,type:n.Property,id:$R,version:1,name:"symbol",description:null,index:0,dataType:cw,implements:null,static:!1,private:!1,abstract:!1,parent:dw},pw={type:n.GenericReference,id:"rate-property-data-type-parent-ref-id",entityType:n.Property,entityId:FR},yw={like:!1,inferred:!1,id:"rate-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:pw},fw={type:n.GenericReference,id:"rate-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},hw={hidden:!1,required:!0,type:n.Property,id:FR,version:1,name:"rate",description:null,index:0,dataType:yw,implements:null,static:!1,private:!1,abstract:!1,parent:fw},mw={type:n.GenericReference,id:"description-property-data-type-parent-ref-id",entityType:n.Property,entityId:UR},Tw={like:!1,inferred:!1,id:"description-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:mw},Ew={type:n.GenericReference,id:"description-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},bw={hidden:!1,required:!0,type:n.Property,id:UR,version:1,name:"description",description:null,dataType:Tw,implements:null,static:!1,index:0,private:!1,abstract:!1,parent:Ew},Rw={type:n.GenericReference,id:"rate-number-property-data-type-parent-ref-id",entityType:n.Property,entityId:xR},gw={like:!1,inferred:!1,id:"rate-number-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Rw},vw={type:n.GenericReference,id:"rate-number-property-parent-ref-id",entityType:n.CustomEntity,entityId:ii},Iw={hidden:!1,required:!0,type:n.Property,id:xR,version:1,name:"rate_float",description:null,dataType:gw,implements:null,static:!1,index:0,private:!1,abstract:!1,parent:vw},Dw={type:n.GenericReference,id:"currency-prototype-parent-ref-id",entityType:n.Project,entityId:H},$s={type:n.CustomEntity,id:ii,version:1,name:"Currency",description:"This entity describes a currency in the Bitcoin Price Index.",properties:[ow,uw,hw,bw,Iw],static:!1,abstract:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:Dw},Pw={type:n.GenericReference,id:"usd-property-data-type-parent-ref-id",entityType:n.Property,entityId:MR},Aw={like:!1,inferred:!1,id:"usd-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Pw},Ow={type:n.GenericReference,id:"usd-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},Sw={hidden:!1,required:!0,id:MR,type:n.Property,version:1,name:"USD",description:null,index:0,dataType:Aw,implements:null,static:!1,private:!1,abstract:!1,parent:Ow},Cw={type:n.GenericReference,id:"gbp-property-data-type-parent-ref-id",entityType:n.Property,entityId:VR},Bw={like:!1,inferred:!1,id:"gbp-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Cw},ww={type:n.GenericReference,id:"gbp-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},_w={hidden:!1,required:!0,id:VR,type:n.Property,version:1,name:"GBP",description:null,index:0,dataType:Bw,implements:null,static:!1,private:!1,abstract:!1,parent:ww},Nw={type:n.GenericReference,id:"eur-property-data-type-parent-ref-id",entityType:n.Property,entityId:LR},Mw={like:!1,inferred:!1,id:"eur-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:$s,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Nw},Vw={type:n.GenericReference,id:"eur-property-parent-ref-id",entityType:n.CustomEntity,entityId:Gs},Lw={hidden:!1,required:!0,id:LR,type:n.Property,version:1,name:"EUR",description:null,implements:null,static:!1,index:0,dataType:Mw,private:!1,abstract:!1,parent:Vw},Gw={type:n.GenericReference,id:"bpi-prototype-parent-ref-id",entityType:n.Project,entityId:H},jR={type:n.CustomEntity,id:Gs,version:1,name:"BPI",description:"The Bitcoin Price Index",properties:[Sw,_w,Lw],abstract:!1,static:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:Gw},$w={type:n.GenericReference,id:"time-property-data-type-parent-ref-id",entityType:n.Property,entityId:BR},Fw={like:!1,inferred:!1,id:"time-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ko,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:$w},Uw={type:n.GenericReference,id:"time-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},xw={hidden:!1,required:!0,type:n.Property,id:BR,version:1,name:"time",description:null,index:0,dataType:Fw,implements:null,static:!1,private:!1,abstract:!1,parent:Uw},jw={type:n.GenericReference,id:"disclaimer-property-data-type-parent-ref-id",entityType:n.Property,entityId:wR},kw={like:!1,inferred:!1,id:"disclaimer-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:jw},qw={type:n.GenericReference,id:"disclaimer-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},Jw={hidden:!1,required:!0,type:n.Property,id:wR,version:1,name:"disclaimer",description:null,index:0,dataType:kw,implements:null,static:!1,private:!1,abstract:!1,parent:qw},Ww={type:n.GenericReference,id:"chart-name-property-data-type-parent-ref-id",entityType:n.Property,entityId:_R},Yw={like:!1,inferred:!1,id:"chart-name-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Ww},Hw={type:n.GenericReference,id:"chart-name-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},zw={hidden:!1,required:!0,type:n.Property,id:_R,version:1,name:"chartName",description:null,index:0,dataType:Yw,implements:null,static:!1,private:!1,abstract:!1,parent:Hw},Zw={type:n.GenericReference,id:"bpi-property-data-type-parent-ref-id",entityType:n.Property,entityId:NR},Kw={like:!1,inferred:!1,id:"bpi-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:jR,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Zw},Xw={type:n.GenericReference,id:"bpi-property-parent-ref-id",entityType:n.CustomEntity,entityId:ia},Qw={hidden:!1,required:!0,type:n.Property,id:NR,version:1,name:"bpi",description:null,implements:null,index:0,dataType:Kw,static:!1,private:!1,abstract:!1,parent:Xw},e_={type:n.GenericReference,id:"bitcoin-api-response-parent-ref-id",entityType:n.Project,entityId:H},kR={type:n.CustomEntity,id:ia,version:1,name:"Bitcoin API Response type",description:"The type of the data structure response from the Bitcoin API call",properties:[xw,Jw,zw,Qw],abstract:!1,static:!1,abstractMethods:[],methods:[],extends:[],implements:[],x:0,y:0,parent:e_},t_={type:n.GenericReference,id:"eefa0147-f873-484b-b4f3-9e6493aab183",entityType:n.ArgumentDeclaration,entityId:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},n_={like:!1,inferred:!1,id:"b9f35112-dcb2-4b7c-8fb9-f196b3fa37f9",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:t_},r_={type:n.GenericReference,id:"128770d6-5e3a-4aff-bca0-ad1f32ebefa8",entityType:n.ReturnStatement,entityId:"e4e05975-c277-471a-b869-f0aed316045c"},i_={type:n.GenericReference,id:"0be84bf9-6421-42b9-980f-6a03f30cb809",entityType:n.ReturnDeclaration,entityId:"a1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},a_={like:!1,inferred:!1,id:"43daa02a-237b-4b7c-a6e9-2b8c167f6e22",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:i_},s_={type:n.GenericReference,id:"ad380383-4a47-43da-968e-75a2d603b230",entityType:n.ArgumentDeclaration,entityId:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},qR={isError:!1,id:"a1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.ReturnDeclaration,version:1,name:"New Company Owner",description:"The new owner of the company",implements:null,dataType:a_,readsValue:s_,required:!0,index:0,parent:r_},o_={type:n.GenericReference,id:"4f24dc27-59a1-49bf-abcc-7d72b00926e4",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},l_={id:"f2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a",type:n.ArgumentDeclaration,version:1,name:"New Company Owner",description:null,implements:null,dataType:n_,writesValues:[qR],required:!0,index:0,parent:o_},c_={type:n.GenericReference,id:"5c9a02f0-d2cf-4efc-828e-467f33a74dd3",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},d_={type:n.GenericReference,id:"2ff8f3da-e0c5-4f0f-b688-2c051c588786",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},u_={type:n.GenericReference,id:"195ae28c-159b-42de-80b1-2ebb8be3619f",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},JR={type:n.ReturnStatement,id:"e4e05975-c277-471a-b869-f0aed316045c",version:1,outputs:[qR],calledByError:[],calledByEntry:[d_],calledBySuccess:[],throws:null,x:0,y:0,parent:u_},p_={type:n.FunctionDeclaration,id:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4",version:1,name:"Change owner of company",description:"Change the owner of the company to a new person",inputs:[l_],calls:[JR],index:0,collapsed:!1,implements:null,returnStatements:[JR],private:!1,x:0,y:0,parent:c_},y_={type:n.GenericReference,id:"e691026f-6db0-43ec-93cd-805ae7d713e3",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},f_={type:n.GenericReference,id:"29c4e3e0-1b66-4075-b559-45b27c5cf356",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},h_={type:n.GenericReference,id:"b1289358-b185-455d-8f58-7791b15cd52a",entityType:n.ReturnStatement,entityId:"9690cd1d-ea35-4e83-823d-0c7310265fee"},m_={type:n.GenericReference,id:"d847bb49-8789-4550-bb2d-e2d551993b28",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},T_={type:n.GenericReference,id:"06535500-c37c-4915-8398-1d4e184fa5e7",entityType:n.ReturnDeclaration,entityId:"e7a35277-a0c4-46d5-aca2-bddd0c26e931"},E_={like:!1,inferred:!1,id:"d358dd91-35f7-4095-b728-3fb3c71dbc05",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:T_},yc={isError:!1,id:"e7a35277-a0c4-46d5-aca2-bddd0c26e931",type:n.ReturnDeclaration,version:1,name:"Is name registered",description:"Whether the company name is already registered",dataType:E_,implements:null,readsValue:m_,required:!0,index:0,parent:h_},b_={type:n.GenericReference,id:"gov-company-registry-return-statement-called-by-success-ref-id",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},fc={type:n.ReturnStatement,id:"9690cd1d-ea35-4e83-823d-0c7310265fee",version:1,outputs:[yc],calledByError:[],calledByEntry:[],calledBySuccess:[y_,b_],throws:null,x:0,y:0,parent:f_},R_={type:n.GenericReference,id:"b3126414-4c9b-495f-901e-59f5073c8d67",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},g_={type:n.GenericReference,id:"35115c48-618b-411b-a290-d746d22fdd10",entityType:n.VariableDeclaration,entityId:"83e12ebb-c958-4dee-b750-8ab9930f0f4e"},WR={id:"a0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a",type:n.InputMap,version:1,declaration:hl,name:null,description:null,readsValue:g_,defaultValue:null,parent:R_,index:2},v_={type:n.GenericReference,id:"14f46eae-04a5-47d1-9c7f-28fb09b84d1d",entityType:n.VariableDeclaration,entityId:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a"},I_={like:!1,inferred:!1,id:"990bd5d1-07ea-4253-acc1-d03bedd22a38",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:v_},D_={type:n.GenericReference,id:"e4c3542a-8fb0-4b72-8d6e-3fdff812dd67",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},P_={type:n.GenericReference,id:"825f9f60-22a8-4cc6-9055-d7333f8e92f4",entityType:n.OutputMap,entityId:"8f30d787-9459-4d8d-98a2-b46fbc2006d5"},A_={type:n.GenericReference,id:"is-company-name-registered-var-called-by-ref",entityType:n.Operation,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},YR={type:n.VariableDeclaration,id:"e5a8b6d0-0e6f-4e9a-9b1e-8a2b5c7f0d5a",version:1,name:"Is name registered",description:"Whether the company name is registered with the government company registry",dataType:I_,readsValue:P_,writesValues:[yc],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[A_],successCalls:[fc],errorCalls:[],internalCalls:[],x:0,y:0,parent:D_},O_={type:n.GenericReference,id:"1aba021e-48ef-44ac-93d0-eaecac5895da",entityType:n.InputMap,entityId:"c3c8d6c1-3e0d-4e6c-9f9c-6b8c7d7f8e9a"},S_={type:n.GenericReference,id:"dffae7e0-0a5c-4c14-8ed2-8d680b4c4c86",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},C_={type:n.InputMap,id:"c3c8d6c1-3e0d-4e6c-9f9c-6b8c7d7f8e9a",version:1,declaration:za,name:null,description:null,readsValue:null,defaultValue:{id:"gov-http-request-url-argument-default-value-id",type:n.PrimitiveValue,version:1,value:"https://api.publicapis.org/entries",name:D.String,valueAsType:null,parent:O_,autogeneration:null},index:1,parent:S_},B_={type:n.GenericReference,id:"64ae61f5-ace7-401b-926d-25f852daa60e",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},w_={id:"8f30d787-9459-4d8d-98a2-b46fbc2006d5",type:n.OutputMap,version:1,declaration:wi,index:2,writesValues:[YR],parent:B_},__={type:n.GenericReference,id:"62a1a086-caea-4270-9c9f-a1695503e745",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},N_={id:"48cf7654-8f3e-4fcd-abc6-740876c310a0",type:n.InputMap,version:1,declaration:Ha,name:null,description:null,readsValue:null,index:0,defaultValue:null,parent:__},M_={type:n.GenericReference,id:"b0c9c79f-f525-428d-99e7-087d3237ad62",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},V_={id:"2c1dc406-4b71-4023-87b2-abede3a111d2",type:n.InputMap,version:1,name:null,description:null,declaration:Za,index:3,readsValue:null,defaultValue:null,parent:M_},L_={type:n.GenericReference,id:"9887d6c9-d75b-4c97-b722-e2e60945ea20",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},G_={id:"3fef94b2-0278-43ae-b0c5-bc7083f0a111",type:n.InputMap,version:1,declaration:Ka,name:null,description:null,readsValue:null,index:4,defaultValue:null,parent:L_},$_={type:n.GenericReference,id:"561275b6-5056-45d8-bf7d-8abaa4645593",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},F_={id:"3efe20a7-4d63-411e-89ef-63e277f48d66",type:n.OutputMap,version:1,declaration:Xa,index:1,writesValues:[],parent:$_},U_={type:n.GenericReference,id:"3170ccc2-13de-4bfc-802a-a643be41cd42",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},x_={id:"40d34323-d7e6-440a-8016-67c05a3b66dd",type:n.OutputMap,version:1,declaration:wi,index:0,writesValues:[],parent:U_},j_={type:n.GenericReference,id:"7432fa82-f574-4c54-a8fa-4cc4376da3d5",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},k_={type:n.GenericReference,id:"8f518502-9eea-462c-8753-8bc3bf3e29a9",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},q_={type:n.GenericReference,id:"123b8f18-79d9-4166-a5f6-78ec4b461680",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},J_={type:n.GenericReference,id:"e691026f-6db0-43ec-93cd-805ae7d713e3",entityType:n.FunctionCall,entityId:"abb5d456-ee85-4800-bdd9-d409415f60d7"},W_={type:n.GenericReference,id:"a375eedf-4811-41aa-a998-4897c69c46b9",entityType:n.ReturnDeclaration,entityId:"024a9b77-c1cd-4b67-b3ba-1935046b590d"},Y_={like:!1,inferred:!1,id:"767cc5ed-20ec-4fd1-89b1-c8d19daa87d1",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ze,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:W_},H_={type:n.GenericReference,id:"e64b0c23-129d-4d74-8ab4-eec60e1e5b9b",entityType:n.ReturnStatement,entityId:"ea444a9e-6a5b-4138-b81f-0d5618c3c6f3"},HR={isError:!0,id:"024a9b77-c1cd-4b67-b3ba-1935046b590d",type:n.ReturnDeclaration,version:1,name:"Error",description:"The error that occurred during the HTTP request to the government company registry",dataType:Y_,implements:null,required:!0,readsValue:null,index:0,parent:H_},z_={type:n.ReturnStatement,id:"ea444a9e-6a5b-4138-b81f-0d5618c3c6f3",version:1,outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[J_],throws:HR,x:0,y:0,parent:q_},Z_={type:n.GenericReference,id:"323814fb-9723-49ef-bbba-f882384f18e4",entityType:n.FunctionCall,entityId:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7"},K_={id:"2f63f7ba-0ff0-458a-92bc-65d1dd4df8c3",type:n.OutputMap,declaration:Tl,version:1,writesValues:[HR],index:0,parent:Z_},X_={type:n.Operation,id:"4eb96d0b-025b-4ed1-ae34-0cebbb07f1e7",version:1,declaration:_i,inputs:[N_,C_,WR,V_,G_],outputs:[x_,F_,w_],process:null,calledByError:[],calledByEntry:[j_],calledBySuccess:[],successCalls:[fc,YR],errorCalls:[z_],error:K_,x:0,y:0,parent:k_},Q_={type:n.GenericReference,id:"597b8aa2-f6f2-4f7d-bbb9-b703d02de96a",entityType:n.InputMap,entityId:"b0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a"},eN={type:n.GenericReference,id:"546d99b3-28c4-4186-93a0-ac53c1565e07",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},tN={id:"b0e7b4e5-2f5f-4d4c-8f5c-1e1f1e1a1b1a",type:n.InputMap,version:1,declaration:Ja,name:null,description:null,readsValue:null,defaultValue:{id:"base-query-string-map-default-value-id",type:n.PrimitiveValue,version:1,value:"?name=",name:D.String,parent:Q_,valueAsType:null,autogeneration:null},index:0,parent:eN},nN={type:n.GenericReference,id:"6a56fb22-82e1-47c9-bf85-41c4e5986c74",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},rN={type:n.GenericReference,id:"191c6a6d-9bcb-441e-bf98-de0da96f5f3a",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},iN={type:n.GenericReference,id:"d8fcbb76-dae2-40cf-847a-02364721b387",entityType:n.VariableDeclaration,entityId:"83e12ebb-c958-4dee-b750-8ab9930f0f4e"},aN={like:!1,inferred:!1,id:"6a70c42b-024a-47c6-8a9d-af52be9c9b9a",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:iN},sN={type:n.GenericReference,id:"2282e2c0-ed9e-4c7b-86fc-1a364fa0fdb8",entityType:n.OutputMap,entityId:"f6c22cf8-63e4-4b2d-b649-b5ab884cf9a5"},oN={type:n.GenericReference,id:"assembled-query-string-called-by-ref",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},zR={type:n.VariableDeclaration,id:"83e12ebb-c958-4dee-b750-8ab9930f0f4e",version:1,name:"Query string",description:"The final, assembled query string that will be used in the HTTP request to the government company registry",dataType:aN,readsValue:sN,writesValues:[WR],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[oN],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:rN},lN={id:"f6c22cf8-63e4-4b2d-b649-b5ab884cf9a5",type:n.OutputMap,version:1,writesValues:[zR],declaration:Ci,index:0,parent:nN},cN={type:n.GenericReference,id:"a1b48e7c-0301-4747-b4dd-b5af79956f7f",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},dN={type:n.GenericReference,id:"487c9235-be95-4c96-b9b5-2714b374a277",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},uN={type:n.GenericReference,id:"f6471f4f-b269-46fa-80ec-885e87a449c2",entityId:"a4106e8e-ec4f-4633-a636-09ae73135f69",entityType:n.ArgumentDeclaration},pN={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:"8f2094c0-e27e-465e-9280-112da0de9019"},ZR={id:"08f36e2b-bad2-425c-8129-93560bec8488",version:1,type:n.InputMap,declaration:Wa,name:null,description:null,readsValue:uN,defaultValue:null,index:1,parent:pN},yN={type:n.Operation,id:"8f2094c0-e27e-465e-9280-112da0de9019",declaration:Bi,version:1,inputs:[ZR,tN],outputs:[lN],process:null,calledByError:[],calledByEntry:[cN],calledBySuccess:[],successCalls:[zR],errorCalls:[],error:null,x:0,y:0,parent:dN},fN={type:n.GenericReference,id:"c2e0e9b4-aa46-4974-bf8a-886b737b12fb",entityType:n.ArgumentDeclaration,entityId:"a4106e8e-ec4f-4633-a636-09ae73135f69"},hN={like:!1,inferred:!1,id:"a4279518-3bf3-44b7-a2ac-65142ca37f1c",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:fN},mN={type:n.GenericReference,id:"dc273f24-164b-4943-82f9-589b237141e2",entityType:n.FunctionDeclaration,entityId:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d"},KR={id:"a4106e8e-ec4f-4633-a636-09ae73135f69",type:n.ArgumentDeclaration,version:1,name:"Company Name to check",description:"The name of the company to check in the government registry",dataType:hN,implements:null,required:!1,writesValues:[ZR],index:0,parent:mN},TN={type:n.GenericReference,id:"2178a10c-1cc0-4dad-97c3-0941be6c9738",entityType:n.Project,entityId:H},XR={type:n.FunctionDeclaration,id:"e0f6e8a7-6e4b-4d0e-8a1a-6b4c1b0b7e9d",version:1,name:"Check Gov Company Registry availability",description:"Check whether the company name is already registered in the government company registry, or it is available for a new company to use.",inputs:[KR],calls:[yN,X_],returnStatements:[fc],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:TN},EN={type:n.GenericReference,id:"4d66c53c-f0f7-496a-9955-1e6c8533c5e0",entityType:n.Condition,entityId:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b"},bN={type:n.GenericReference,id:"6fa0c8e0-d104-4b4d-a035-d4f6e0c49f09",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},RN={type:n.GenericReference,id:"146408d5-5336-4877-941a-777dd5871926",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},gN={type:n.GenericReference,id:"34ae8f8c-548d-4654-984a-6f36affdaf49",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},QR={id:"69b1215d-9ebf-4274-b9cb-d4a5888f5122",version:1,type:n.InputMap,declaration:KR,name:null,description:null,readsValue:RN,defaultValue:null,index:0,parent:gN},vN={type:n.GenericReference,id:"07540a94-dda1-40b3-8452-f209bdc87b88",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},IN={type:n.GenericReference,id:"eaddf12a-a995-429e-90a0-13bf06efeb28",entityType:n.VariableDeclaration,entityId:"faaf3bf6-917d-40d7-aee6-5164f6646c4b"},DN={like:!1,inferred:!1,id:"7fdaf943-3ffb-48e0-b766-b86cc24090cf",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:wn,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:IN},PN={type:n.GenericReference,id:"030fb5c5-af4d-4c85-8cf0-e99edd50d2bd",entityType:n.OutputMap,entityId:"c1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},AN={type:n.GenericReference,id:"a8b618e9-c68c-48c1-8bd6-ef47c87d699e",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},ON={type:n.GenericReference,id:"is-company-name-valid-var-called-by-ref",entityType:n.FunctionCall,entityId:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a"},eg={type:n.VariableDeclaration,id:"faaf3bf6-917d-40d7-aee6-5164f6646c4b",version:1,name:"Is name valid",description:"Whether the company name is valid",dataType:DN,readsValue:PN,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[ON],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:AN},SN={id:"c1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.OutputMap,version:1,declaration:yc,writesValues:[eg],index:0,parent:vN},CN={type:n.FunctionCall,id:"d2c2c3b0-5f3c-4d0d-9e4c-2d5a2c1f1e2a",version:1,declaration:XR,inputs:[QR],outputs:[SN],calledByError:[],calledByEntry:[],process:null,calledBySuccess:[EN],successCalls:[eg],errorCalls:[],error:null,x:0,y:0,parent:bN},BN={type:n.GenericReference,id:"9d0b87b4-bfed-4e02-9e84-6831c21feae2",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},wN={type:n.GenericReference,id:"74345f4f-e80d-48be-adff-d12fcea25bec",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},_N={type:n.GenericReference,id:"b39279ea-969a-4efb-a9ec-353bfd13db65",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},NN={type:n.GenericReference,id:"549db613-f225-4c5b-9634-7d096717f0ff",entityType:n.Condition,entityId:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b"},tg={id:"358e242c-7448-442e-ab8b-fd7fa119ea71",version:1,type:n.InputMap,declaration:lr.inputs[0],name:null,description:null,readsValue:_N,defaultValue:null,index:0,parent:NN},MN={type:n.Condition,id:"a8f4b0f2-5e5e-4e8f-9d7b-1b5b9b6e9a4b",version:1,declaration:lr,inputs:[tg],calledByError:[],calledByEntry:[BN],calledBySuccess:[],successCalls:[CN],errorCalls:[],x:0,y:0,parent:wN},VN={type:n.GenericReference,id:"43ba1e25-f805-488f-8ae8-c58bb6215b2f",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},LN={type:n.GenericReference,id:"eb091bed-507f-4a1e-93b5-7cd2fccfe002",entityType:n.VariableDeclaration,entityId:"9c928995-0dd5-4f97-9962-56b343bc8a45"},GN={like:!1,inferred:!1,id:"d64152ea-831f-4426-9506-a39bfa170513",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:LN},$N={type:n.GenericReference,id:"7e79c29f-f7bd-441a-a77e-c627604dae94",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},FN={type:n.GenericReference,id:"8995ce5f-d5cf-4341-a8b1-5c046cc78b89",entityType:n.ArgumentDeclaration,entityId:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071"},UN={type:n.GenericReference,id:"new-company-bank-account-var-decl-1-called-by-ref",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},ng={type:n.VariableDeclaration,id:"9c928995-0dd5-4f97-9962-56b343bc8a45",version:1,name:"New bank account",description:"The new entity value representing the new bank account of the company",dataType:GN,readsValue:FN,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[UN],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:$N},xN={type:n.GenericReference,id:"9a4887bf-d50d-43e4-bdd5-a5262f65f04b",entityType:n.ArgumentDeclaration,entityId:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071"},jN={like:!1,inferred:!1,id:"ae148c06-3143-49e9-9614-c3aca3f6fa7b",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:xN},kN={id:"7ed0f7bb-2df0-44e2-b0b3-0709dcca8071",type:n.ArgumentDeclaration,version:1,name:"New bank account",description:"The new bank account of the company",dataType:jN,implements:null,required:!0,index:1,writesValues:[ng],parent:VN},qN={type:n.GenericReference,id:"caec9cf8-3133-48d4-a390-114fa71b2933",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},JN={type:n.GenericReference,id:"cebcbad8-ca87-4c4b-be8a-312293d49892",entityType:n.FunctionDeclaration,entityId:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84"},WN={type:n.GenericReference,id:"7b8ccfe5-f9cd-4776-a19b-80c689bbe3df",entityType:n.ArgumentDeclaration,entityId:"c6cf620c-1eee-4919-8578-1a0b6c088551"},YN={like:!1,inferred:!1,id:"2a6b4703-ac8d-4d25-8abd-48a115577fec",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:WN},HN={id:"c6cf620c-1eee-4919-8578-1a0b6c088551",type:n.ArgumentDeclaration,version:1,name:"New company name",description:null,dataType:YN,implements:null,required:!0,index:0,writesValues:[tg,QR],parent:JN},zN={type:n.FunctionDeclaration,id:"183fd975-a5d3-4dff-8d6a-c62f5a4d5a84",version:1,name:"Company changed event",description:"The event that is triggered when a company is changed",returnStatements:[],collapsed:!1,inputs:[HN,kN],calls:[MN,ng],index:1,private:!1,implements:null,x:0,y:0,parent:qN},ZN={type:n.GenericReference,id:"employee-manager-property-data-type-entity-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},KN={type:n.GenericReference,id:"employee-manager-property-data-type-parent-ref-id",entityType:n.Property,entityId:"employee-manager-property-id"},XN={like:!1,inferred:!1,id:"employee-manager-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ZN,isList:!1,isNullable:!0,asType:!1,defaultValue:null,constant:!1,parent:KN},QN={type:n.GenericReference,id:"employee-manager-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},eM={hidden:!1,required:!0,type:n.Property,id:"employee-manager-property-id",version:1,name:"Manager",description:"The manager of the employee",index:0,implements:null,private:!1,static:!1,dataType:XN,abstract:!1,parent:QN},tM={type:n.GenericReference,id:"employee-start-date-property-data-type-parent-ref-id",entityType:n.Property,entityId:"employee-start-date-property-id"},nM={like:!1,inferred:!1,id:"employee-start-date-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:un,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:tM},rM={type:n.GenericReference,id:"employee-start-date-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},iM={hidden:!1,required:!0,type:n.Property,id:"employee-start-date-property-id",version:1,name:"Start date",description:"The date the employee started working in the company",index:0,private:!1,static:!1,implements:null,dataType:nM,abstract:!1,parent:rM},aM={type:n.GenericReference,id:"employee-department-property-ref-id",entityType:n.Property,entityId:"employee-department-property-id"},sM={like:!1,inferred:!1,id:"employee-department-property-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:_n,isList:!1,isNullable:!1,asType:!1,options:["Human Resources","Finance","IT","Sales","Marketing","Customer Service","Logistics","Product"],defaultValue:null,constant:!1,parent:aM},oM={type:n.GenericReference,id:"employee-department-property-parent-ref-id",entityType:n.CustomEntity,entityId:"employee-entity-id"},lM={hidden:!1,required:!0,type:n.Property,id:"employee-department-property-id",version:1,name:"Department",description:"The department the employee works in, from a list of departments in the company",index:0,implements:null,static:!1,private:!1,dataType:sM,abstract:!1,parent:oM},cM={type:n.GenericReference,id:"employee-prototype-parent-ref-id",entityType:n.Project,entityId:H},Lt={type:n.CustomEntity,id:"employee-entity-id",version:1,name:"Employee",description:"A entity that represents an employee in the company",properties:[lM,iM,eM],abstract:!1,static:!1,abstractMethods:[],methods:[],implements:[],extends:[pt],x:0,y:0,parent:cM},dM={type:n.GenericReference,id:"dec8fbfe-9124-41fd-9f1c-5b2f07cfd6ba",entityType:n.Property,entityId:"4f52d044-f3dd-4bdf-927e-637c3b92e8bd"},uM={like:!1,inferred:!1,id:"bc0b8979-6c43-4d47-a712-6742b89e3c00",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:dM},pM={type:n.GenericReference,id:"4f8c0a05-466e-4672-b4c4-6bd408c0be9a",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},yM={hidden:!1,required:!0,type:n.Property,id:"4f52d044-f3dd-4bdf-927e-637c3b92e8bd",version:1,name:"Company Name",private:!1,static:!1,description:"The name of the company",index:0,implements:null,dataType:uM,abstract:!1,parent:pM},fM={type:n.GenericReference,id:"95173fe0-a6e6-443c-94f3-f7c5cf171fcf",entityType:n.Property,entityId:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3"},hM={like:!1,inferred:!1,id:"ddbb6f5c-0cf4-41fb-83b3-b6c47c0e338d",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ri,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:fM},mM={type:n.GenericReference,id:"6a9a0b72-a05d-4169-b3f3-5afb01e8d0df",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},hc={hidden:!1,required:!0,type:n.Property,id:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3",version:1,name:"Bank account",description:"The bank account of the company",index:1,implements:null,static:!1,private:!1,dataType:hM,abstract:!1,parent:mM},TM={type:n.GenericReference,id:"62892cc6-d227-4088-90d3-ae7c15ed4af4",entityType:n.Property,entityId:"19a31727-1fba-40a5-be25-18e0f149d5cb"},EM={like:!1,inferred:!1,id:"1f7629df-dc29-4c89-8369-c6d043e97a9e",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:pt,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:TM},bM={type:n.GenericReference,id:"89384206-fd5a-4f0a-849c-f777473e5773",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},RM={hidden:!1,required:!0,type:n.Property,id:"19a31727-1fba-40a5-be25-18e0f149d5cb",version:1,name:"Company Owner",description:"The person that owns the company",index:2,static:!1,implements:null,dataType:EM,private:!0,abstract:!1,parent:bM},gM={type:n.GenericReference,id:"4d2ffb6c-5f38-436e-8339-fb9878ac2b5e",entityType:n.Property,entityId:"f8310850-a87e-405c-b182-4f1d5fa49240"},vM={like:!1,inferred:!1,id:"ad44250b-40c2-48f7-a480-381fa938f562",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Lt,isList:!0,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:gM},IM={type:n.GenericReference,id:"aa5d4eee-6fac-4e72-bf21-9c8750024541",entityType:n.CustomEntity,entityId:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},DM={hidden:!1,required:!0,type:n.Property,id:"f8310850-a87e-405c-b182-4f1d5fa49240",version:1,name:"Employees",description:null,index:3,dataType:vM,implements:null,private:!0,static:!1,abstract:!1,parent:IM},PM={type:n.GenericReference,id:"e3c03b6b-2ea0-4d99-865d-5e6a348672d0",entityType:n.Project,entityId:H},Ot={type:n.CustomEntity,id:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d",version:1,name:"Company",description:null,properties:[yM,hc,RM,DM],static:!1,abstract:!1,abstractMethods:[],methods:[p_,zN],extends:[],implements:[xe],x:0,y:0,parent:PM},AM={type:n.GenericReference,id:"ffcad334-138d-4b67-8fb3-5f0e6f5fefbd",entityType:n.Project,entityId:H},mc={type:n.FunctionDeclaration,id:"0f89260c-8c58-4639-8629-d9ea5ab40ba7",version:1,name:"Show popup",description:null,inputs:[],calls:[],returnStatements:[],implements:null,collapsed:!1,private:!1,index:null,x:0,y:0,parent:AM};n.GenericReference,n.DataType;const OM={id:"cron-job-entity-expression-property-ref-id",type:n.GenericReference,entityId:"cron-job-entity-expression-property-id",entityType:n.Property},SM={like:!1,inferred:!1,id:"cron-job-entity-expression-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:null,parent:OM},CM={id:"cron-job-entity-ref-id",type:n.GenericReference,entityId:"cron-job-entity-id",entityType:n.CustomEntity},BM={hidden:!1,required:!0,id:"cron-job-entity-expression-property-id",type:n.Property,version:1,name:"Cron expression",description:"The cron expression that defines when the cron job should be triggered",dataType:SM,implements:null,static:!0,private:!1,abstract:!1,index:0,parent:CM},wM={id:"cron-job-entity-trigger-show-popup-func-call-called-by-ref-one-id",type:n.GenericReference,entityId:"show-popup-func-decl-id",entityType:n.FunctionDeclaration},_M={id:"cron-job-entity-trigger-show-popup-func-call-parent-ref-id",type:n.GenericReference,entityId:"cron-job-entity-trigger-func-decl-id",entityType:n.FunctionDeclaration},NM={id:"cron-job-entity-trigger-show-popup-func-call-id",version:1,type:n.FunctionCall,declaration:mc,inputs:[],outputs:[],process:null,successCalls:[],calledByError:[],calledByEntry:[wM],calledBySuccess:[],errorCalls:[],error:null,x:0,y:0,parent:_M},MM={id:"cron-job-entity-trigger-func-decl-parent-ref-id",type:n.GenericReference,entityId:"cron-job-entity-id",entityType:n.CustomEntity},VM={id:"cron-job-entity-trigger-func-decl-id",version:1,type:n.FunctionDeclaration,name:"Scheduled trigger",description:"The function that is called when the cron job is triggered",inputs:[],private:!1,implements:xl,calls:[NM],collapsed:!1,returnStatements:[],index:0,x:0,y:0,parent:MM},LM={id:"cron-job-entity-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},GM={id:"cron-job-entity-id",version:1,type:n.CustomEntity,name:"Run at 12pm on Christmas day",description:"A cron job that runs at 12pm on Christmas day",properties:[BM],static:!0,abstract:!1,abstractMethods:[],extends:[jl],implements:[],methods:[VM],x:0,y:0,parent:LM},$M={type:n.GenericReference,id:"52dbd85c-48b1-462a-8205-2437d6fb1cb4",entityType:n.Project,entityId:H},FM={type:n.CustomEntity,id:"6f0908c2-09c6-4a8b-8f43-d2467fe6fb39",version:1,name:"Get bank all bank accounts",description:null,properties:[],static:!0,abstract:!1,abstractMethods:[],methods:[],extends:[],implements:[as],x:0,y:0,parent:$M},rg="f558fbf8-67de-4545-9804-6ae621e0b2d4",UM={id:"getCompanyByIdEndpointPathParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointPathParamsVariableDataType"},xM={id:"getCompanyByIdEndpointPathParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointPathParamsArgumentDeclaration"},jM={like:!1,inferred:!1,id:"getCompanyByIdEndpointPathParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:x,asType:!1,defaultValue:{id:"getCompanyByIdEndpointPathParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:UM,autogeneration:null,valueAsType:null},parent:xM},kM={id:"getCompanyByIdEndpointReachedEntityEventRef",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},qM={id:"getCompanyByIdEndpointRequestHeadersVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointRequestHeadersVariableDataType"},JM={id:"getCompanyByIdEndpointRequestHeadersArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestHeadersArgumentDeclaration"},WM={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestHeadersVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"getCompanyByIdEndpointRequestHeadersVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:qM,autogeneration:null,valueAsType:null},parent:JM},YM={id:"getCompanyByIdEndpointRequestHeadersArgumentDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the request.",type:n.ArgumentDeclaration,writesValues:[],name:"Request headers",dataType:WM,implements:Bl,required:!0,index:0,parent:kM},HM={id:"getCompanyByIdEndpointReachedEntityEventRefTwo",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},zM={id:"getCompanyByIdEndpointPathParamsArgumentDeclaration",type:n.ArgumentDeclaration,description:"A standarized text, without spaces that is added at the end of the domain and routes the request to a specific resource within the target server. For example: /api/users/123, /api/users/123/:name, /api/users/123/:name/:age.",version:1,name:"Path parameters",writesValues:[],dataType:jM,implements:wl,required:!0,index:1,parent:HM},ZM={id:"getCompanyByIdEndpointReachedEntityEventRefThree",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},KM={id:"getCompanyByIdEndpointRequestQueryParamsVariableDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointRequestQueryParamsVariableDataType"},XM={id:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclaration"},QM={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestQueryParamsVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,asType:!1,entity:x,defaultValue:{id:"getCompanyByIdEndpointRequestQueryParamsVariableDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:KM,autogeneration:null,valueAsType:null},parent:XM},e1={id:"getCompanyByIdEndpointRequestQueryParamsArgumentDeclaration",version:1,description:"A text with standarized format, without spaces that is added at the end of the URL path, after the ? character. It contains data that might be used to process the request. For example: /api/users?name=John&age=30",type:n.ArgumentDeclaration,writesValues:[],name:"Request query params",dataType:QM,implements:_l,required:!0,index:2,parent:ZM},t1={id:"getCompanyByIdEndpointReachedEntityEventRefFour",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},n1={id:"getCompanyByIdEndpointRequestBodyArgumentDeclarationRef",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:"getCompanyByIdEndpointRequestBodyArgumentDeclaration"},r1={like:!1,inferred:!1,id:"getCompanyByIdEndpointRequestBodyVariableDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:n1},i1={id:"getCompanyByIdEndpointRequestBodyArgumentDeclaration",version:1,description:"The main data payload of the request.",type:n.ArgumentDeclaration,writesValues:[],name:"Request body",dataType:r1,implements:Nl,index:3,required:!0,parent:t1},a1={id:"getCompanyByIdEndpointResponseCodeReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseCodeReturnDeclaration"},s1={like:!1,inferred:!1,id:"9ba575b0-6f8e-436d-a3de-3b843622aa17",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:a1},o1={id:"getCompanyByIdEndpointReturnStatementRef",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},l1={isError:!1,id:"getCompanyByIdEndpointResponseCodeReturnDeclaration",version:1,description:"A standarized number that represents the status of the response. 200 for OK, 404 for not found, 500 for server error, etc.",type:n.ReturnDeclaration,name:"Response code",dataType:s1,implements:Ml,readsValue:null,required:!0,index:0,parent:o1},c1={id:"getCompanyByIdEndpointResponseHeadersDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointResponseHeadersDataType"},d1={id:"getCompanyByIdEndpointResponseHeadersReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseHeadersReturnDeclaration"},u1={like:!1,inferred:!1,id:"getCompanyByIdEndpointResponseHeadersDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!0,isNullable:!1,constant:!1,entity:Ze,asType:!1,defaultValue:{id:"getCompanyByIdEndpointResponseHeadersDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.JSON,value:{},parent:c1,autogeneration:null,valueAsType:null},parent:d1},p1={id:"getCompanyByIdEndpointReturnStatementRefTwo",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},y1={isError:!1,id:"getCompanyByIdEndpointResponseHeadersReturnDeclaration",version:1,description:"A set of any properties, with names and value that transmit metadata about the response.",type:n.ReturnDeclaration,name:"Response headers",dataType:u1,implements:Vl,readsValue:null,required:!0,index:1,parent:p1},f1={id:"getCompanyByIdEndpointResponseBodyReturnDeclarationRef",type:n.GenericReference,entityType:n.ReturnDeclaration,entityId:"getCompanyByIdEndpointResponseBodyReturnDeclaration"},h1={like:!1,inferred:!1,id:"getCompanyByIdEndpointResponseBodyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,asType:!1,constant:!1,entity:Ze,defaultValue:null,parent:f1},m1={id:"getCompanyByIdEndpointReturnStatementRefThree",type:n.GenericReference,entityType:n.ReturnStatement,entityId:"getCompanyByIdEndpointReturnStatement"},T1={isError:!1,id:"getCompanyByIdEndpointResponseBodyReturnDeclaration",version:1,description:"The main data payload of the response.",type:n.ReturnDeclaration,name:"Response body",implements:Ll,dataType:h1,readsValue:null,required:!0,index:2,parent:m1},E1={id:"getCompanyByIdEndpointReturnStatementCallerRef",type:n.GenericReference,entityId:"getCompanyByIdEndpointReachedEntityEvent",entityType:n.FunctionDeclaration},b1={id:"getCompanyByIdEndpointReachedEntityEventRefFive",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"getCompanyByIdEndpointReachedEntityEvent"},R1={id:"getCompanyByIdEndpointReturnStatement",type:n.ReturnStatement,version:1,outputs:[l1,y1,T1],calledByError:[],calledByEntry:[E1],calledBySuccess:[],throws:null,x:0,y:0,parent:b1},g1={id:"endpointBuiltInBaseEntityRefFour",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:rg},v1={id:"getCompanyByIdEndpointReachedEntityEvent",name:"Endpoint reached",version:1,type:n.FunctionDeclaration,inputs:[YM,zM,e1,i1],returnStatements:[R1],description:"Fired when the endpoint is reached.",calls:[],collapsed:!1,implements:Gl,index:0,private:!1,x:0,y:0,parent:g1},I1={id:"getCompanyByIdEndpointPathPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointPathPropertyDataType"},D1={id:"getCompanyByIdEndpointPathPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"getCompanyByIdEndpointPathProperty"},P1={like:!1,inferred:!1,id:"getCompanyByIdEndpointPathPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!0,entity:x,asType:!1,defaultValue:{id:"getCompanyByIdEndpointPathPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,name:D.String,value:"/company/{id}",parent:I1,valueAsType:null,autogeneration:null},parent:D1},A1={id:"getCompanyByIdEndpointBaseEntityRefTwo",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},O1={hidden:!1,required:!0,id:"getCompanyByIdEndpointPathProperty",name:"Path",version:1,type:n.Property,private:!1,abstract:!1,static:!0,implements:Sl,dataType:P1,index:1,description:"Path to the endpoint, for example /api/users, or /api/users/{id}, or /api/users/{id}/:name. The path can contain parameters, which are defined by curly braces, and will be passed to the endpoint event as variables with the same name.",parent:A1},S1={id:"getCompanyByIdEndpointMethodPropertyDataTypeRef",type:n.GenericReference,entityType:n.DataType,entityId:"getCompanyByIdEndpointMethodPropertyDataType"},C1={id:"getCompanyByIdEndpointMethodPropertyRef",type:n.GenericReference,entityType:n.Property,entityId:"getCompanyByIdEndpointMethodProperty"},B1={like:!1,inferred:!1,id:"getCompanyByIdEndpointMethodPropertyDataType",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:_n,isList:!0,isNullable:!1,constant:!0,asType:!1,defaultValue:{id:"getCompanyByIdEndpointMethodPropertyDataTypeDefaultValueId",type:n.PrimitiveValue,version:1,value:"GET",name:D.Enum,parent:S1,valueAsType:null,autogeneration:null},options:["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","CUSTOM"],parent:C1},w1={id:"getCompanyByIdEndpointBaseEntityRefThree",type:n.GenericReference,entityType:n.BuiltInBaseEntity,entityId:L.HTTP_ENDPOINT},_1={hidden:!1,required:!0,id:"getCompanyByIdEndpointMethodProperty",name:"Method",version:1,type:n.Property,private:!1,abstract:!1,static:!0,implements:Cl,index:0,dataType:B1,description:null,parent:w1},N1={type:n.GenericReference,id:"6a905153-8aa8-4424-bd7b-6415731a2725",entityType:n.Project,entityId:H},M1={type:n.CustomEntity,id:rg,version:1,name:"Get given company data by id",description:null,properties:[O1,_1],methods:[v1],static:!0,abstract:!1,abstractMethods:[],extends:[],implements:[as],x:0,y:0,parent:N1},V1={id:"product-prototype-database-property-ref-id",type:n.GenericReference,entityId:"product-prototype-database-property-id",entityType:n.Property},L1={id:"product-prototype-database-property-data-type-default-value-parent-ref-id",type:n.GenericReference,entityId:"product-prototype-database-property-data-type-default-value-id",entityType:n.DataType},G1={like:!1,inferred:!1,id:"product-prototype-database-property-data-type-id",version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,isList:!1,isNullable:!1,constant:!1,entity:Nn,asType:!1,defaultValue:{id:"product-prototype-database-property-data-type-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.EntityTemplate,valueAsType:dc,autogeneration:null,parent:L1},parent:V1},$1={id:"product-prototype-database-property-parent-ref-id",type:n.GenericReference,entityId:"de67fc84-3719-46fd-9ab4-3fca3a3cc50d",entityType:n.CustomEntity},F1={hidden:!1,required:!0,id:"product-prototype-database-property-id",name:"Database",version:1,type:n.Property,private:!1,abstract:!1,implements:$i,static:!0,index:0,dataType:G1,description:"The database that the entity belongs to.",parent:$1},U1={type:n.GenericReference,id:"13a4045e-dcb0-4159-8d33-10a646078b5a",entityType:n.Property,entityId:"d519c26a-15b8-40d8-ad09-13fa9342e9ba"},x1={like:!1,inferred:!1,id:"7449779e-1d4e-409c-81c6-4b611336ed18",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:U1},j1={type:n.GenericReference,id:"0969562f-d836-406f-8b48-dd9d417fbe72",entityType:n.CustomEntity,entityId:"a2d0ec83-72ce-4f54-b059-a39e018fa86c"},k1={hidden:!1,required:!0,type:n.Property,id:"d519c26a-15b8-40d8-ad09-13fa9342e9ba",version:1,name:"Name",description:"The name of the product",index:0,implements:null,static:!1,private:!1,dataType:x1,abstract:!1,parent:j1},q1={type:n.GenericReference,id:"833a5425-7bd0-41dd-9e97-e018acce9592",entityType:n.Project,entityId:H},J1={type:n.CustomEntity,id:"a2d0ec83-72ce-4f54-b059-a39e018fa86c",version:1,name:"Product",description:"A product that can be sold",implements:[xe],extends:[],abstract:!1,static:!1,abstractMethods:[],properties:[F1,k1],methods:[],x:0,y:0,parent:q1},aa="project-loaded-event-id",en="get-bitcoin-price-http-call-operation-id",ig="get-bitcoin-price-http-call-response-body-id",Fs="validate-bitcoin-price-response-operation-ids",W1={type:n.GenericReference,id:"validate-bitcoin-data-to-validate-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:ig},Y1={type:n.GenericReference,id:"validate-bitcoin-data-to-validate-input-map-parent-ref-id",entityType:n.Operation,entityId:Fs},ag={id:"validate-bitcoin-data-to-validate-input-map-id",type:n.InputMap,version:1,declaration:nr.inputs[1],name:null,description:null,readsValue:W1,defaultValue:null,index:0,parent:Y1},H1={type:n.GenericReference,id:"validate-bitcoin-type-to-match-input-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:"validate-bitcoin-type-to-match-input-map-id"},z1={type:n.GenericReference,id:"validate-bitcoin-type-to-match-input-map-parent-ref-id",entityType:n.Operation,entityId:Fs},Z1={id:"validate-bitcoin-type-to-match-input-map-id",type:n.InputMap,version:1,declaration:nr.inputs[0],name:null,description:null,readsValue:null,defaultValue:{id:"validate-bitcoin-type-to-match-input-map-default-value-id",type:n.PrimitiveValue,version:1,name:D.EntityTemplate,valueAsType:kR,value:null,parent:H1,autogeneration:null},index:0,parent:z1},K1={type:n.GenericReference,id:"validate-bitcoin-validated-entity-output-map-parent-ref-id",entityType:n.Operation,entityId:Fs},X1={id:"validate-bitcoin-validated-entity-output-map-id",type:n.OutputMap,version:1,declaration:nr.outputs[0],writesValues:[],index:0,parent:K1},Q1={type:n.GenericReference,id:"validate-bitcoin-price-response-operation-parent-ref-id",entityType:n.GlobalEvent,entityId:aa},eV={type:n.GenericReference,id:"validate-bitcoin-price-response-operation-called-by-ref-id",entityType:n.Operation,entityId:en},tV={type:n.Operation,id:Fs,version:1,declaration:nr,inputs:[Z1,ag],outputs:[X1],process:null,successCalls:[],errorCalls:[],error:null,x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[eV],parent:Q1},nV={type:n.GenericReference,id:"96edb661-3f36-406c-8921-f1679dd796a3",entityType:n.FunctionCall,entityId:en},rV={id:"c93e1393-9b5e-4de2-b8da-7eae647d715a",version:1,type:n.InputMap,declaration:Ha,name:null,description:null,readsValue:null,defaultValue:null,index:0,parent:nV},iV={type:n.GenericReference,id:"40312b28-71b8-4b01-a654-58b87191939d",entityType:n.FunctionCall,entityId:en},aV={type:n.GenericReference,id:"6ea96c7d-02a7-4971-82ad-2f32a0fec8b4",entityType:n.InputMap,entityId:"9f21cbac-5a83-4983-8923-9224ffd3ba9f"},sV={id:"9f21cbac-5a83-4983-8923-9224ffd3ba9f",version:1,type:n.InputMap,declaration:za,name:null,description:null,readsValue:null,defaultValue:{id:"get-bitcoin-price-http-request-url-argument-default-value-id",type:n.PrimitiveValue,version:1,value:"https://api.coindesk.com/v1/bpi/currentprice.json",name:D.String,parent:aV,valueAsType:null,autogeneration:null},index:1,parent:iV},oV={type:n.GenericReference,id:"2610bf4a-c8a2-4746-b6cc-eb15f7fa8e9c",entityType:n.FunctionCall,entityId:en},lV={id:"ffb3cd9d-c955-4104-bc7b-299120fe4ede",version:1,type:n.InputMap,declaration:Za,name:null,description:null,readsValue:null,defaultValue:null,index:2,parent:oV},cV={type:n.GenericReference,id:"bfd29a6a-671a-448c-9f2f-f8c7e4ad8349",entityType:n.FunctionCall,entityId:en},dV={id:"412bf1f3-1a8e-4665-a95f-82117540e34e",version:1,type:n.InputMap,declaration:Ka,name:null,description:null,readsValue:null,defaultValue:null,index:3,parent:cV},uV={type:n.GenericReference,id:"616a15f3-c224-4b11-b95c-63314edef409",entityType:n.FunctionCall,entityId:en},pV={id:"4dd4651c-02e4-45f1-b50f-824f3bcb1648",version:1,type:n.OutputMap,declaration:Xa,writesValues:[],index:1,parent:uV},yV={type:n.GenericReference,id:"28793b68-4d7e-4826-aee1-f201a3499faf",entityType:n.FunctionCall,entityId:en},fV={id:"94fe9d35-4dd4-4729-a50c-5283ccd7e661",version:1,type:n.OutputMap,declaration:ml,writesValues:[],index:0,parent:yV},hV={type:n.GenericReference,id:"f13e04b2-49b4-4c69-85b8-cbbafafa3524",entityType:n.FunctionCall,entityId:en},mV={id:ig,type:n.OutputMap,version:1,declaration:wi,writesValues:[ag],index:2,parent:hV},TV={type:n.GenericReference,id:"6148d6d0-caaa-45fc-b601-ff2493dfc60f",entityType:n.FunctionDeclaration,entityId:en},EV={type:n.GenericReference,id:"b115f084-807b-44b3-ae01-b69cc342f761",entityType:n.GlobalEvent,entityId:aa},bV={type:n.Operation,id:en,version:1,declaration:_i,inputs:[rV,sV,lV,dV],outputs:[fV,pV,mV],process:null,parent:EV,calledByError:[],calledByEntry:[TV],calledBySuccess:[],successCalls:[tV],errorCalls:[],error:null,x:0,y:0},RV={type:n.GenericReference,id:"24e76019-3f94-475b-91ce-297f76bbc224",entityType:n.GlobalEvent,entityId:aa},gV={type:n.GenericReference,id:"0eac8e29-cdf2-42f8-8ea7-ad76d4d79abe",entityType:n.GlobalEvent,entityId:aa},vV={process:null,type:n.FunctionCall,id:"2d2e7593-bfbf-457c-a607-5fce18eef457",version:1,declaration:mc,inputs:[],outputs:[],calledByError:[],calledByEntry:[RV],calledBySuccess:[],parent:gV,successCalls:[],errorCalls:[],error:null,x:0,y:0},IV={id:"793b5999-a9da-47fb-9665-0c17ebc6d5c9",type:n.GenericReference,entityType:n.Project,entityId:"2e7eb5382-3d99-44fd-972a-b8b1e819f6be"},DV={type:n.GlobalEvent,id:aa,version:1,name:cn.PROJECT_PUBLICATION_COMPLETED,returnStatements:[],collapsed:!1,implements:ds,parent:IV,inputs:[],calls:[vV,bV],x:0,y:0},Gt="abort-execution-func-declaration-id",sa="abort-execution-func-exec-var-declaration-id",Us="abort-execution-func-small-wait-op-id",Tc="abort-execution-func-long-wait-op-id",sg="abort-execution-func-long-wait-process-output-id",og="abort-execution-func-exec-var-instance-write-id",lg="abort-execution-func-long-wait-return-stmt-id",cg="abort-execution-func-small-wait-return-stmt-id",PV="abort-execution-func-exec-var-instance-abort-call-id",Ec="abort-execution-func-exec-var-instance-abort-internal-call-id",dg="abort-execution-func-exec-second-wait-op-id",AV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:"short-wait-return-statement-returned-hello-string-id"},OV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-data-type-default-value-parent-ref-id",entityType:n.DataType,entityId:"short-wait-return-statement-returned-hello-string-data-type-id"},SV={like:!1,inferred:!1,id:"short-wait-return-statement-returned-hello-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:{id:"short-wait-return-statement-returned-hello-string-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"Hello 2",autogeneration:null,valueAsType:null,parent:OV},constant:!1,parent:AV},CV={type:n.GenericReference,id:"short-wait-return-statement-returned-hello-string-parent-ref-id",entityType:n.ReturnStatement,entityId:cg},BV={isError:!1,id:"short-wait-return-statement-returned-hello-string-id",type:n.ReturnDeclaration,version:1,name:"Return 1",description:"A random string that is returned by the function",dataType:SV,implements:null,readsValue:null,required:!0,index:0,parent:CV},wV={type:n.GenericReference,id:"short-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Us},_V={type:n.GenericReference,id:"short-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},ug={type:n.ReturnStatement,id:cg,version:1,outputs:[BV],calledByError:[],calledByEntry:[],calledBySuccess:[wV],throws:null,x:0,y:0,parent:_V},NV={type:n.GenericReference,id:"second-wait-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"second-wait-argument-map-id"},MV={type:n.GenericReference,id:"second-wait-argument-map-parent-ref-id",entityType:n.Operation,entityId:dg},VV={id:"second-wait-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"second-wait-argument-default-value-id",type:n.PrimitiveValue,version:1,value:2e3,valueAsType:null,autogeneration:null,name:D.Number,parent:NV},index:0,parent:MV},LV={type:n.GenericReference,id:"small-wait-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},GV={type:n.GenericReference,id:"small-wait-called-by-ref-one-id",entityType:n.InternalCall,entityId:Ec},$V={id:dg,type:n.Operation,version:1,declaration:dt,inputs:[VV],outputs:[],process:null,successCalls:[ug],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[GV],error:null,parent:LV},FV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-abort-internal-call-called-by-ref-one-id",entityType:n.VariableInstance,entityId:og},UV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-abort-internal-call-called-by-ref-two-id",entityType:n.Operation,entityId:Us},xV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},jV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:sa},kV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-internal-call-ref-one-id",entityType:n.InternalCall,entityId:Ec},qV={id:PV,type:n.VariableInstance,version:1,declaration:jV,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[kV],parent:xV},pg={id:Ec,type:n.InternalCall,version:1,inputs:[],outputs:[],declaration:kl,process:null,calledByError:[],calledByEntry:[],calledBySuccess:[FV,UV],successCalls:[$V],errorCalls:[],error:null,index:0,parent:qV},JV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},WV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-called-by-ref-one-id",entityType:n.VariableDeclaration,entityId:sa},YV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-called-by-ref-two-id",entityType:n.FunctionDeclaration,entityId:Gt},HV={type:n.GenericReference,id:"abort-exec-func-abort-call-var-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:sa},zV={type:n.GenericReference,id:"abort-exec-func-var-write-instance-reads-value-ref-id",entityType:n.OutputMap,entityId:sg},bc={id:og,type:n.VariableInstance,version:1,declaration:HV,inputs:[],outputs:[],calledByError:[],calledByEntry:[YV],calledBySuccess:[WV],successCalls:[pg],errorCalls:[],x:0,y:0,readsValue:zV,writesValues:[],internalCalls:[],parent:JV},ZV={type:n.GenericReference,id:"abort-exec-func-var-decl-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:sa};n.GenericReference,n.DataType;const KV={like:!1,inferred:!1,id:"abort-exec-func-var-decl-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:ql,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:ZV,defaultValue:null},XV={type:n.GenericReference,id:"abort-exec-func-var-decl-main-project-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},QV={type:n.GenericReference,id:"abort-exec-func-var-decl-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},e0={id:sa,type:n.VariableDeclaration,version:1,name:"Execution in progress",description:"A variable that holds an ongoing execution to abort it if needed",dataType:KV,inputs:[],outputs:[],calledByError:[],calledByEntry:[QV],calledBySuccess:[],successCalls:[bc],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:XV},t0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:"long-wait-return-statement-returned-hello-string-id"},n0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-data-type-default-value-parent-ref-id",entityType:n.DataType,entityId:"long-wait-return-statement-returned-hello-string-data-type-id"},r0={like:!1,inferred:!1,id:"long-wait-return-statement-returned-hello-string-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,asType:!1,isList:!1,isNullable:!1,defaultValue:{id:"long-wait-return-statement-returned-hello-string-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.String,value:"Hello 1",autogeneration:null,valueAsType:null,parent:n0},constant:!1,parent:t0},i0={type:n.GenericReference,id:"long-wait-return-statement-returned-hello-string-parent-ref-id",entityType:n.ReturnStatement,entityId:lg},a0={isError:!1,id:"long-wait-return-statement-returned-hello-string-id",type:n.ReturnDeclaration,version:1,name:"Return 2",description:"A random string that is returned by the function",implements:null,dataType:r0,readsValue:null,required:!0,index:0,parent:i0},s0={type:n.GenericReference,id:"long-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Tc},o0={type:n.GenericReference,id:"long-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},yg={type:n.ReturnStatement,id:lg,version:1,outputs:[a0],calledByError:[],calledByEntry:[],calledBySuccess:[s0],throws:null,x:0,y:0,parent:o0},l0={type:n.GenericReference,id:"long-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"long-argument-map-id"},fg={type:n.GenericReference,id:"long-argument-map-parent-ref-id",entityType:n.Operation,entityId:Tc},c0={id:"long-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"long-argument-default-value-id",type:n.PrimitiveValue,version:1,value:1500,valueAsType:null,autogeneration:null,name:D.Number,parent:l0},index:0,parent:fg},d0={type:n.GenericReference,id:"long-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},u0={type:n.GenericReference,id:"long-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},p0={id:sg,type:n.OutputMap,version:1,declaration:Wl,writesValues:[bc],index:0,parent:fg},y0={id:Tc,type:n.Operation,version:1,declaration:dt,inputs:[c0],outputs:[],process:p0,successCalls:[yg],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[u0],calledBySuccess:[],error:null,parent:d0},f0={type:n.GenericReference,id:"small-wait-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"small-wait-argument-map-id"},h0={type:n.GenericReference,id:"small-wait-argument-map-parent-ref-id",entityType:n.Operation,entityId:Us},m0={id:"small-wait-argument-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"small-wait-argument-default-value-id",type:n.PrimitiveValue,version:1,value:500,valueAsType:null,autogeneration:null,name:D.Number,parent:f0},index:0,parent:h0},T0={type:n.GenericReference,id:"small-wait-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gt},E0={type:n.GenericReference,id:"small-wait-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:Gt},b0={id:Us,type:n.Operation,version:1,declaration:dt,inputs:[m0],outputs:[],process:null,successCalls:[pg],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[E0],calledBySuccess:[],error:null,parent:T0},R0={type:n.GenericReference,id:"abort-execution-func-decl-parent-ref-id",entityType:n.Project,entityId:H},hg={id:"abort-execution-func-decl-id",type:n.FunctionDeclaration,version:1,name:"Test aborting execution",description:"Executes a wait and then aborts the execution of that wait",inputs:[],returnStatements:[yg,ug],calls:[b0,e0,bc,y0],implements:null,private:!1,collapsed:!1,index:null,x:0,y:0,parent:R0},g0={type:n.GenericReference,id:"call-execution-abort-func-parent-ref-id",entityType:n.Project,entityId:H},v0={id:"call-execution-abort-func-id",type:n.FunctionCall,version:1,declaration:hg,inputs:[],process:null,outputs:[],successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:g0},Rc="manual-hello-world-loop-func-decl-id",mg="manual-hello-world-loop-func-return-statement-id",tn="manual-hello-world-loop-id",oa="manual-hello-world-loop-body-id",gc="manual-hello-world-loop-break-statement-id",la="manual-hello-world-loop-current-iteration-number-output-map-id",vc="manual-hello-world-loop-previous-iterations-results-output-map-id",Ic="assembled-hello-world-text-output-id",Tg="assembled-hello-world-list-output-id",ca="iteration-number-is-equal-or-greater-than-10-condition-id",xs="join-hello-world-and-number-operation-id",js="append-string-to-list-operation-id",Eg="hello-world-loop-output-map-id",I0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-parent-ref",entityType:n.ReturnStatement,entityId:mg},D0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-data-type-parent-ref",entityType:n.ReturnDeclaration,entityId:"manual-hello-world-loop-function-declaration-output-declaration"},P0={like:!1,inferred:!1,id:"manual-hello-world-loop-function-declaration-output-declaration-data-type",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!0,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:D0},A0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-output-declaration-reads-value-ref",entityType:n.OutputMap,entityId:Eg},bg={isError:!1,id:"manual-hello-world-loop-function-declaration-output-declaration",version:1,type:n.ReturnDeclaration,name:"Results",description:null,dataType:P0,implements:null,readsValue:A0,required:!0,index:0,parent:I0},O0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-return-statement-called-by-ref",entityType:n.Loop,entityId:tn},S0={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-parent-ref",entityType:n.FunctionDeclaration,entityId:Rc},Rg={type:n.ReturnStatement,id:mg,version:1,outputs:[bg],calledByError:[],calledByEntry:[],calledBySuccess:[O0],parent:S0,throws:null,x:0,y:0},C0={type:n.GenericReference,id:"hello-world-loop-break-statement-ref-id",entityType:n.BreakStatement,entityId:gc},B0={type:n.GenericReference,id:"hello-world-loop-break-statement-reads-value-ref-id",entityType:n.OutputMap,entityId:Ic},gg={isError:!1,id:"hello-world-loop-break-statement-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration result",description:null,dataType:null,readsValue:B0,implements:null,required:!0,index:0,parent:C0},w0={type:n.GenericReference,id:"hello-world-loop-break-statement-counter-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:la},_0={type:n.GenericReference,id:"hello-world-loop-break-statement-counter-ref-id",entityType:n.BreakStatement,entityId:gc},vg={isError:!1,id:"hello-world-loop-break-statement-counter-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration counter",description:null,implements:null,dataType:null,readsValue:w0,required:!0,index:1,parent:_0},N0={type:n.GenericReference,id:"hello-world-loop-break-statement-called-by-ref-id",entityType:n.Condition,entityId:ca},M0={type:n.GenericReference,id:"hello-world-loop-break-statement-parent-ref-id",entityType:n.Loop,entityId:tn},Ig={type:n.BreakStatement,id:gc,version:1,outputs:[gg,vg],calledByError:[],calledByEntry:[],calledBySuccess:[N0],parent:M0,throws:null,x:0,y:0},V0={type:n.GenericReference,id:"hello-world-loop-continue-statement-ref-id",entityType:n.ContinueStatement,entityId:"hello-world-loop-continue-statement"},L0={type:n.GenericReference,id:"hello-world-loop-continue-statement-output-data-type-ref-id",entityType:n.ReturnDeclaration,entityId:"hello-world-loop-continue-statement-output-id"},G0={like:!1,inferred:!1,id:"hello-world-loop-continue-statement-output-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:L0},$0={type:n.GenericReference,id:"hello-world-loop-continue-statement-reads-value-ref-id",entityType:n.OutputMap,entityId:Ic},Dg={isError:!1,id:"hello-world-loop-continue-statement-output-id",version:1,type:n.ReturnDeclaration,name:"Iteration result",description:null,implements:null,dataType:G0,readsValue:$0,required:!0,index:0,parent:V0},F0={type:n.GenericReference,id:"hello-world-loop-continue-statement-called-by-ref-id",entityType:n.Condition,entityId:ca},U0={type:n.GenericReference,id:"hello-world-loop-continue-statement-parent-ref-id",entityType:n.Loop,entityId:tn},Pg={type:n.ContinueStatement,id:"hello-world-loop-continue-statement",version:1,outputs:[Dg],calledBySuccess:[],calledByError:[F0],calledByEntry:[],parent:U0,throws:null,x:0,y:0};n.GenericReference,n.InputMap;const x0={type:n.GenericReference,id:"append-string-to-list-base-string-map-parent-ref-id",entityType:n.Operation,entityId:js},j0={type:n.GenericReference,id:"base-string-map-reads-value-ref-id",entityType:n.OutputMap,entityId:vc},Ag={id:"append-string-to-list-base-string-map-id",type:n.InputMap,version:1,declaration:cl,name:null,description:null,readsValue:j0,defaultValue:null,index:0,parent:x0},k0={type:n.GenericReference,id:"assembly-string-map-parent-ref-id",entityType:n.Operation,entityId:js},q0={id:Tg,type:n.OutputMap,version:1,writesValues:[gg],declaration:Ci,index:0,parent:k0},J0={type:n.GenericReference,id:"append-string-to-list-called-by-ref-id",entityType:n.Condition,entityId:ca},W0={type:n.GenericReference,id:"latest-string-to-add-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Tg},Y0={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:js},Og={id:"latest-string-to-add-input-map-id",version:1,type:n.InputMap,declaration:dl,name:null,description:null,readsValue:W0,defaultValue:null,index:1,parent:Y0},H0={type:n.GenericReference,id:"append-string-to-list-parent-ref-id",entityType:n.FunctionDeclaration,entityId:tn},z0={type:n.Operation,id:js,declaration:Ya,version:1,inputs:[Ag,Og],outputs:[q0],calledByError:[],process:null,calledByEntry:[],calledBySuccess:[J0],successCalls:[],errorCalls:[],error:null,x:0,y:0,parent:H0},Z0={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:oa},K0={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-parent-ref-id",entityType:n.Loop,entityId:tn},X0={type:n.GenericReference,id:"current-iteration-number-to-check-map-reads-value-ref-id",entityType:n.OutputMap,entityId:la},Sg={type:n.GenericReference,id:"iteration-number-is-equal-or-greater-than-10-condition-ref-two-id",entityType:n.Condition,entityId:ca},Q0={id:"current-iteration-number-to-check-map-id",version:1,type:n.InputMap,declaration:zr.inputs[0],name:null,description:null,readsValue:X0,index:1,defaultValue:null,parent:Sg},eL={type:n.GenericReference,id:"max-num-iterations-value-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:"max-num-iterations-value-map-id"},tL={id:"max-num-iterations-value-map-id",version:1,type:n.InputMap,declaration:zr.inputs[1],name:null,description:null,readsValue:null,index:0,defaultValue:{id:"max-num-iterations-value-map-default-value-id",type:n.PrimitiveValue,version:1,name:D.Number,value:10,autogeneration:null,valueAsType:null,parent:eL},parent:Sg},nL={type:n.Condition,id:ca,version:1,declaration:zr,inputs:[tL,Q0],calledByError:[],calledByEntry:[Z0],calledBySuccess:[],successCalls:[Ig,z0],errorCalls:[Pg],x:0,y:0,parent:K0},rL={type:n.GenericReference,id:"base-string-map-ref-id",entityType:n.InputMap,entityId:"join-hello-world-and-number-base-string-map-id"},iL={type:n.GenericReference,id:"join-hello-world-and-number-base-string-map-parent-ref-id",entityType:n.Operation,entityId:xs},aL={id:"join-hello-world-and-number-base-string-map-id",type:n.InputMap,version:1,declaration:Ja,name:null,description:null,readsValue:null,defaultValue:{id:"join-hello-world-and-number-base-string-map-default-value-id",type:n.PrimitiveValue,version:1,value:"Hello world ",name:D.String,parent:rL,valueAsType:null,autogeneration:null},index:0,parent:iL},sL={type:n.GenericReference,id:"assembly-string-map-parent-ref-id",entityType:n.Operation,entityId:xs},oL={id:Ic,type:n.OutputMap,version:1,writesValues:[Og,Dg],declaration:Ci,index:0,parent:sL},lL={type:n.GenericReference,id:"join-hello-world-and-number-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:oa},cL={type:n.GenericReference,id:"current-iteration-number-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:la},dL={type:n.GenericReference,id:"62b4afb0-6c21-4b0f-abd3-cebef7b17c28",entityType:n.Operation,entityId:xs},Cg={id:"current-iteration-number-input-map-id",version:1,type:n.InputMap,declaration:Wa,name:null,description:null,readsValue:cL,defaultValue:null,index:1,parent:dL},uL={type:n.GenericReference,id:"join-hello-world-and-number-parent-ref-id",entityType:n.FunctionDeclaration,entityId:tn},pL={type:n.Operation,id:xs,declaration:Bi,version:1,inputs:[aL,Cg],outputs:[oL],process:null,calledByError:[],calledByEntry:[lL],calledBySuccess:[],successCalls:[],errorCalls:[],error:null,x:0,y:0,parent:uL},yL={id:"manual-hello-world-loop-iterations-results-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:vc,entityType:n.ArgumentDeclaration},fL={like:!1,inferred:!1,id:"manual-hello-world-loop-iterations-results-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!0,isNullable:!1,constant:!1,entity:null,asType:!1,defaultValue:null,parent:yL},hL={id:"manual-hello-world-loop-previous-iterations-results-output-map-parent-ref-id",type:n.GenericReference,entityId:oa,entityType:n.FunctionDeclaration},mL={id:vc,type:n.ArgumentDeclaration,version:1,name:"Previous iterations results",description:"The results of the previous iterations of the loop.",required:!0,dataType:fL,implements:null,writesValues:[Ag],index:1,parent:hL},TL={id:"manual-hello-world-loop-current-iteration-number-output-map-parent-ref-id",type:n.GenericReference,entityId:oa,entityType:n.FunctionDeclaration},EL={id:"manual-flow-loop-current-iteration-number-declaration-data-type-parent-ref-id",type:n.GenericReference,entityId:la,entityType:n.ArgumentDeclaration};n.DataType;const bL={id:la,type:n.ArgumentDeclaration,version:1,name:"Current iteration number",description:"The number of the current iteration of the loop. Starts at 1.",required:!0,implements:bl,dataType:null,writesValues:[Cg,vg],index:0,parent:TL},RL={id:"manual-flow-loop-body-parent-ref-id",type:n.GenericReference,entityId:tn,entityType:n.Loop},gL={id:oa,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called multiple times, once for each iteration of the loop.",inputs:[bL,mL],calls:[nL,pL],implements:Rl,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:RL},vL={type:n.GenericReference,id:"hello-world-loop-iteration-result-inline-output-declaration-parent-ref-id",entityType:n.Loop,entityId:tn},Bg={id:"hello-world-loop-iteration-result-inline-output-declaration-id",version:1,type:n.ValueDescriptor,name:"Iteration result",description:null,dataType:null,required:!0,index:0,parent:vL},IL={type:n.GenericReference,id:"hello-world-loop-break-statement-output-map-parent-ref-id",entityType:n.Loop,entityId:tn},DL={type:n.OutputMap,id:Eg,version:1,declaration:Bg,writesValues:[bg],index:0,parent:IL},PL={id:"manual-hello-world-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},AL={id:"manual-hello-world-loop-called-by-ref-id",type:n.GenericReference,entityId:Rc,entityType:n.FunctionDeclaration},OL={id:tn,type:n.Loop,version:1,declaration:El,inputs:[],outputsDeclarations:[Bg],outputs:[DL],body:gL,successCalls:[Rg],errorCalls:[],process:null,error:null,calledByError:[],calledByEntry:[AL],calledBySuccess:[],breakStatements:[Ig],continueStatements:[Pg],x:0,y:0,parent:PL},SL={type:n.GenericReference,id:"manual-hello-world-loop-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},wg={type:n.FunctionDeclaration,id:Rc,version:1,name:"Manual hello world loop",description:null,inputs:[],calls:[OL],returnStatements:[Rg],implements:null,collapsed:!1,private:!1,index:null,x:0,y:0,parent:SL},CL={type:n.GenericReference,id:"call-hello-world-loop-parent-ref-id",entityType:n.Project,entityId:H},BL={id:"call-hello-world-loop-id",type:n.FunctionCall,version:1,declaration:wg,inputs:[],outputs:[],process:null,successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:CL},En="company-dto-function-declaration-id",Dc="company-dto-func-declaration-argument-dcl-id",nn="company-dto-function-company-variable-id",jn="company-dto-function-company-dto-variable-id",ai="iterate-over-employee-list-loop-id",_g="iterate-over-employee-list-loop-employee-dto-output-map-id",Pc="iterate-over-employee-list-loop-body-current-employee-argument-declaration-id",da="iterate-over-employee-list-loop-body-map-employee-dto-function-call-id",Ng="iterate-over-employee-list-continue-statement-employee-dto-output-decl-id",wL="iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id",Mg="iterate-over-employee-list-continue-statement-id",ks="iterate-over-employee-list-loop-body-id",Vg="company-dto-func-declaration-return-statement-id",Lg="company-dto-func-declaration-return-decl-id",Gg="company-dto-func-declaration-company-variable-id-output-map-id",$g="company-dto-func-declaration-company-variable-employess-output-map-id",Fg="company-dto-func-declaration-company-variable-name-output-map-id",_L="company-dto-func-declaration-company-dto-variable-input-map-id",NL="company-dto-func-declaration-company-dto-variable-employess-input-map-id",ML="company-dto-func-declaration-company-dto-variable-name-input-map-id",qs="company-dto-func-declaration-owner-variable-id",VL="company-dto-func-declaration-company-dto-variable-owner-input-map-id",Ug="company-dto-func-declaration-company-variable-owner-output-map-id",xg="company-dto-func-declaration-owner-variable-id-output-map-id",Js="company-dto-func-declaration-bank-account-variable-id",LL="company-dto-func-declaration-company-dto-variable-bank-account-input-map-id",jg="company-dto-func-declaration-company-variable-bank-account-output-map-id",kg="company-dto-func-declaration-bank-account-variable-id-output-map-id",GL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Lg},$L={like:!1,inferred:!1,id:"company-dto-func-returned-company-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:null,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:GL},FL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Vg},UL={type:n.GenericReference,id:"company-dto-func-returned-company-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:jn},qg={isError:!1,id:Lg,type:n.ReturnDeclaration,version:1,name:"Company DTO",description:"Output the company data in the format that it will be sent through an HTTP request.",implements:null,dataType:$L,readsValue:UL,required:!0,index:0,parent:FL},xL={type:n.GenericReference,id:"company-dto-func-return-statement-called-by-ref-id",entityType:n.Operation,entityId:jn},jL={type:n.GenericReference,id:"company-dto-func-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},Ac={type:n.ReturnStatement,id:Vg,version:1,outputs:[qg],calledByError:[],calledByEntry:[],calledBySuccess:[xL],throws:null,x:0,y:0,parent:jL},kL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-owner-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:xg},qL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-owner-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Jg={id:VL,type:n.InputMap,version:1,declaration:null,name:"owner_id",description:null,defaultValue:null,index:5,readsValue:kL,parent:qL},JL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-bank-account-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:kg},WL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Wg={id:LL,type:n.InputMap,version:1,declaration:null,name:"bank_account_id",description:null,defaultValue:null,index:4,readsValue:JL,parent:WL},YL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-name-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Fg},HL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-name-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Yg={id:ML,type:n.InputMap,version:1,declaration:null,name:"name",description:null,defaultValue:null,index:3,readsValue:YL,parent:HL},zL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-employess-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:_g},ZL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-employess-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},Hg={id:NL,type:n.InputMap,version:1,declaration:null,name:"employees",description:null,defaultValue:null,index:2,readsValue:zL,parent:ZL},KL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Gg},XL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:jn},zg={id:_L,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the company",defaultValue:null,index:1,readsValue:KL,parent:XL},QL={type:n.GenericReference,id:"company-dto-func-company-dto-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},eG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-one-id",entityType:n.VariableDeclaration,entityId:Js},tG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-two-id",entityType:n.VariableDeclaration,entityId:qs},nG={type:n.GenericReference,id:"company-dto-func-company-dto-variable-called-by-ref-three-id",entityType:n.VariableDeclaration,entityId:ai},Oc={id:jn,type:n.VariableDeclaration,version:1,name:"Company DTO",dataType:null,description:"A variable holding the data of a mapped company DTO",calledByError:[],calledByEntry:[],calledBySuccess:[eG,tG,nG],successCalls:[Ac],errorCalls:[],readsValue:null,writesValues:[qg],inputs:[zg,Yg,Wg,Jg,Hg],outputs:[],internalCalls:[],parent:QL,x:0,y:0},yr="employee-dto-func-declaration-id",Sc="employee-dto-func-declaration-argument-dcl-id",Zg="employee-dto-func-declaration-return-statement-id",Kg="employee-dto-func-declaration-return-decl-id",fr="employee-dto-func-declaration-employee-variable-id",hr="employee-dto-func-declaration-employee-dto-variable-id",Ws="employee-dto-func-declaration-manager-variable-id",Xg="employee-dto-func-declaration-employee-variable-id-output-map-id",Qg="employee-dto-func-declaration-employee-variable-birth-date-output-map-id",ev="employee-dto-func-declaration-employee-variable-department-output-map-id",tv="employee-dto-func-declaration-employee-variable-manager-output-map-id",nv="employee-dto-func-declaration-manager-variable-id-output-map-id",rG="employee-dto-func-declaration-employee-dto-variable-input-map-id",iG="employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id",aG="employee-dto-func-declaration-employee-dto-variable-department-input-map-id",sG="employee-dto-func-declaration-employee-dto-variable-manager-input-map-id",oG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Kg},lG={like:!1,inferred:!1,id:"employee-dto-func-returned-employee-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:oG},cG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Zg},dG={type:n.GenericReference,id:"employee-dto-func-returned-employee-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:hr},rv={isError:!1,id:Kg,type:n.ReturnDeclaration,version:1,name:"Employee DTO",description:"Output the employee data in the format that it will be sent through an HTTP request.",dataType:lG,implements:null,readsValue:dG,required:!0,index:0,parent:cG},uG={type:n.GenericReference,id:"employee-dto-func-return-statement-called-by-ref-id",entityType:n.Operation,entityId:hr},pG={type:n.GenericReference,id:"employee-dto-func-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},Cc={type:n.ReturnStatement,id:Zg,version:1,outputs:[rv],calledByError:[],calledByEntry:[],calledBySuccess:[uG],throws:null,x:0,y:0,parent:pG},yG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-manager-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:nv},fG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},iv={id:sG,type:n.InputMap,version:1,declaration:null,name:"manager_id",description:null,defaultValue:null,index:4,readsValue:yG,parent:fG},hG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-department-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:ev},mG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},av={id:aG,type:n.InputMap,version:1,declaration:null,name:"department_name",description:null,defaultValue:null,index:3,readsValue:hG,parent:mG},TG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-birth-date-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Qg},EG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},sv={id:iG,type:n.InputMap,version:1,declaration:null,name:"birth_date",description:null,defaultValue:null,index:2,readsValue:TG,parent:EG},bG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Xg},RG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:hr},ov={id:rG,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the employee",defaultValue:null,index:1,readsValue:bG,parent:RG},gG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},vG={type:n.GenericReference,id:"employee-dto-func-employee-dto-variable-called-by-ref-id",entityType:n.VariableDeclaration,entityId:Ws},IG={id:hr,type:n.VariableDeclaration,version:1,name:"Employee DTO",dataType:null,description:"A variable holding the data of a mapped employee DTO",calledByError:[],calledByEntry:[],calledBySuccess:[vG],successCalls:[Cc],errorCalls:[],readsValue:null,writesValues:[rv],inputs:[ov,sv,av,iv],outputs:[],internalCalls:[],parent:gG,x:0,y:0},DG={type:n.GenericReference,id:"employee-dto-func-manager-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:Ws},PG={id:nv,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[iv],parent:DG},AG={type:n.GenericReference,id:"employee-dto-func-manager-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Ws},OG={like:!1,inferred:!1,id:"employee-dto-func-manager-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Lt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:AG,defaultValue:null},SG={type:n.GenericReference,id:"employee-dto-func-manager-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:tv},CG={type:n.GenericReference,id:"employee-dto-func-manager-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr};n.GenericReference,n.VariableDeclaration;const lv={id:Ws,type:n.VariableDeclaration,version:1,name:"Manager",dataType:OG,description:"A variable holding an inherited manager",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[IG],errorCalls:[],readsValue:SG,writesValues:[],inputs:[],outputs:[PG],internalCalls:[],parent:CG,x:0,y:0},BG={type:n.GenericReference,id:"employee-dto-func-employee-variable-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},wG={id:tv,type:n.OutputMap,version:1,declaration:Lt.properties[2],index:3,writesValues:[lv],parent:BG},_G={type:n.GenericReference,id:"employee-dto-func-employee-variable-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},NG={id:ev,type:n.OutputMap,version:1,declaration:Lt.properties[0],index:2,writesValues:[av],parent:_G},MG={type:n.GenericReference,id:"employee-dto-func-employee-variable-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},VG={id:Qg,type:n.OutputMap,version:1,declaration:pt.properties[1],index:1,writesValues:[sv],parent:MG},LG={type:n.GenericReference,id:"employee-dto-func-employee-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},GG={id:Xg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[ov],parent:LG},$G={type:n.GenericReference,id:"employee-dto-func-employee-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:fr},FG={like:!1,inferred:!1,id:"employee-dto-func-employee-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Lt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:$G,defaultValue:null},UG={type:n.GenericReference,id:"employee-dto-func-employee-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yr},xG={type:n.GenericReference,id:"employee-dto-func-employee-variable-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:Sc},jG={type:n.GenericReference,id:"employee-dto-func-employee-variable-called-by-id",entityType:n.FunctionDeclaration,entityId:yr},cv={id:fr,type:n.VariableDeclaration,version:1,name:"Company employee",dataType:FG,description:"A variable holding a company employee",calledByError:[],calledByEntry:[jG],calledBySuccess:[],successCalls:[lv],errorCalls:[],readsValue:xG,writesValues:[],inputs:[],outputs:[GG,VG,NG,wG],internalCalls:[],parent:UG,x:0,y:0},kG={type:n.GenericReference,id:"employee-dto-func-declaration-employee-input-declaration-data-type-parent-ref-id",entityId:Sc,entityType:n.ArgumentDeclaration},qG={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"employee-dto-func-declaration-employee-input-declaration-data-type-id",version:1,entity:Lt,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,parent:kG,defaultValue:null},JG={type:n.GenericReference,id:"employee-dto-func-declaration-employee-input-declaration-parent-ref-id",entityId:yr,entityType:n.FunctionDeclaration},WG={type:n.ArgumentDeclaration,id:Sc,version:1,name:"Employee",description:"The employee to create a DTO for",required:!0,implements:null,dataType:qG,index:0,writesValues:[cv],parent:JG},YG={type:n.GenericReference,id:"employee-dto-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},Bc={type:n.FunctionDeclaration,id:yr,version:1,name:"Employee DTO",description:"Takes a employee and returns a DTO of that employee",index:null,inputs:[WG],calls:[cv],implements:null,returnStatements:[Cc],collapsed:!1,private:!1,x:0,y:0,parent:YG},HG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:Ng,entityType:n.ReturnDeclaration},zG={like:!1,inferred:!1,id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:HG},ZG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-reads-value-ref-id",type:n.GenericReference,entityId:da,entityType:n.OutputMap},KG={id:"iterate-over-employee-list-continue-statement-employee-dto-output-decl-parent-ref-id",type:n.GenericReference,entityId:Mg,entityType:n.ContinueStatement},dv={isError:!1,id:Ng,type:n.ReturnDeclaration,version:1,name:"Employee DTO",description:"The DTO of the employee entity.",readsValue:ZG,dataType:zG,implements:null,required:!0,index:0,parent:KG},XG={id:"iterate-over-employee-list-continue-statement-called-by-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},QG={id:"iterate-over-employee-list-continue-statement-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},uv={id:Mg,type:n.ContinueStatement,version:1,calledByError:[],calledByEntry:[],calledBySuccess:[XG],outputs:[dv],throws:null,x:0,y:0,parent:QG},e$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-parent-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},t$={id:wL,type:n.OutputMap,version:1,declaration:Cc.outputs[0],writesValues:[dv],index:0,parent:e$},n$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-reads-value-ref-id",type:n.GenericReference,entityId:Pc,entityType:n.ArgumentDeclaration},r$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-parent-ref-id",type:n.GenericReference,entityId:da,entityType:n.FunctionCall},pv={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Bc.inputs[0],readsValue:n$,index:0,defaultValue:null,parent:r$},i$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-called-by-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},a$={id:"iterate-over-employee-list-loop-body-map-employee-dto-function-call-parent-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},s$={id:da,type:n.FunctionCall,version:1,declaration:Bc,inputs:[pv],process:null,outputs:[t$],calledByError:[],calledByEntry:[i$],calledBySuccess:[],successCalls:[uv],errorCalls:[],error:null,x:0,y:0,parent:a$},o$={type:n.GenericReference,id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-data-type-parent-ref-id",entityId:Pc,entityType:n.ArgumentDeclaration},l$={like:!1,inferred:!1,id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:Lt,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:o$},c$={id:"iterate-over-employee-list-loop-body-current-employee-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:ks,entityType:n.FunctionDeclaration},d$={id:Pc,type:n.ArgumentDeclaration,version:1,name:"Current employee",description:"The current employee entity being processed.",dataType:l$,required:!0,implements:Qa,index:0,writesValues:[pv],parent:c$},u$={id:"iterate-over-employee-list-loop-body-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},p$={id:ks,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[d$],calls:[s$],implements:es,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:u$},y$={id:"iterate-over-employee-list-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},f$={id:"iterate-over-employee-list-loop-iteration-list-input-map-reads-value-ref-id",type:n.GenericReference,entityId:$g,entityType:n.OutputMap},yv={id:"iterate-over-employee-list-loop-iteration-list-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:rr.inputs[0],defaultValue:null,readsValue:f$,index:0,parent:y$},h$={id:"iterate-over-employee-list-loop-parent-ref-id",type:n.GenericReference,entityId:En,entityType:n.FunctionDeclaration},m$={id:"iterate-over-employee-list-loop-employee-dto-output-map-parent-ref-id",type:n.GenericReference,entityId:ai,entityType:n.Loop},T$={id:_g,type:n.OutputMap,version:1,declaration:rr.outputs[0],writesValues:[Hg],index:0,parent:m$},E$={type:n.GenericReference,id:"iterate-over-employee-list-loop-called-by-ref-id",entityType:n.VariableDeclaration,entityId:nn},b$={id:ai,type:n.Loop,version:1,declaration:rr,inputs:[yv],successCalls:[Oc],errorCalls:[],outputsDeclarations:[],outputs:[T$],body:p$,process:null,calledByError:[],calledByEntry:[],calledBySuccess:[E$],breakStatements:[],continueStatements:[uv],error:null,x:0,y:0,parent:h$},R$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:Js},g$={id:kg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[Wg],parent:R$},v$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Js},I$={like:!1,inferred:!1,id:"company-dto-func-bank-account-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:v$,defaultValue:null},D$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:jg},P$={type:n.GenericReference,id:"company-dto-func-bank-account-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En};n.GenericReference,n.VariableDeclaration;const fv={id:Js,type:n.VariableDeclaration,version:1,name:"Bank account",dataType:I$,description:"A variable holding an inherited bank account",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Oc],errorCalls:[],readsValue:D$,writesValues:[],inputs:[],outputs:[g$],internalCalls:[],parent:P$,x:0,y:0},A$={type:n.GenericReference,id:"company-dto-func-owner-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:qs},O$={id:xg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[Jg],parent:A$},S$={type:n.GenericReference,id:"company-dto-func-owner-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:qs},C$={like:!1,inferred:!1,id:"company-dto-func-owner-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:S$,defaultValue:null},B$={type:n.GenericReference,id:"company-dto-func-owner-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:Ug},w$={type:n.GenericReference,id:"company-dto-func-owner-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En};n.GenericReference,n.VariableDeclaration;const hv={id:qs,type:n.VariableDeclaration,version:1,name:"Owner",dataType:C$,description:"A variable holding an inherited owner",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Oc],errorCalls:[],readsValue:B$,writesValues:[],inputs:[],outputs:[O$],internalCalls:[],parent:w$,x:0,y:0},_$={type:n.GenericReference,id:"company-dto-func-company-variable-owner-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},N$={id:Ug,type:n.OutputMap,version:1,declaration:Ot.properties[2],index:4,writesValues:[hv],parent:_$},M$={type:n.GenericReference,id:"company-dto-func-company-variable-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},V$={id:jg,type:n.OutputMap,version:1,declaration:Ot.properties[2],index:3,writesValues:[fv],parent:M$},L$={type:n.GenericReference,id:"company-dto-func-company-variable-name-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},G$={id:Fg,type:n.OutputMap,version:1,declaration:Ot.properties[0],index:2,writesValues:[Yg],parent:L$},$$={type:n.GenericReference,id:"company-dto-func-company-variable-employess-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},F$={id:$g,type:n.OutputMap,version:1,declaration:Ot.properties[3],index:1,writesValues:[yv],parent:$$},U$={type:n.GenericReference,id:"company-dto-func-company-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},x$={id:Gg,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[zg],parent:U$},j$={type:n.GenericReference,id:"company-dto-func-company-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:nn},k$={like:!1,inferred:!1,id:"company-dto-func-company-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:j$,defaultValue:null},q$={type:n.GenericReference,id:"company-dto-func-company-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:En},J$={type:n.GenericReference,id:"company-dto-func-company-variable-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:Dc},W$={type:n.GenericReference,id:"company-dto-func-company-variable-called-by-id",entityType:n.FunctionDeclaration,entityId:En},mv={id:nn,type:n.VariableDeclaration,version:1,name:"Company",dataType:k$,description:"A variable holding a company",calledByError:[],calledByEntry:[W$],calledBySuccess:[],successCalls:[fv,hv,b$],errorCalls:[],readsValue:J$,writesValues:[],inputs:[],outputs:[x$,F$,G$,V$,N$],internalCalls:[],parent:q$,x:0,y:0},Y$={type:n.GenericReference,id:"company-dto-func-declaration-company-input-declaration-data-type-parent-ref-id",entityId:Dc,entityType:n.ArgumentDeclaration},H$={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"company-dto-func-declaration-company-input-declaration-data-type-id",version:1,entity:Ot,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,parent:Y$,defaultValue:null},z$={type:n.GenericReference,id:"company-dto-func-declaration-company-input-declaration-parent-ref-id",entityId:En,entityType:n.FunctionDeclaration},Z$={type:n.ArgumentDeclaration,id:Dc,version:1,name:"Company",description:"The company to create a DTO for",required:!0,implements:null,dataType:H$,index:0,writesValues:[mv],parent:z$},K$={type:n.GenericReference,id:"company-dto-function-declaration-parent-ref-id",entityType:n.Project,entityId:H},wc={type:n.FunctionDeclaration,id:En,version:1,name:"Company DTO",description:"Takes a company and returns a DTO of that company",inputs:[Z$],calls:[mv],implements:null,index:null,returnStatements:[Ac],collapsed:!1,private:!1,x:0,y:0,parent:K$},ua="exec-in-parallel-operation-call-id",pa="exec-sequentially-operation-call-id",yt="concurrency-and-wait-function-declaration-id",Tv="concurrency-and-wait-return-statement-id",Ev="concurrency-and-wait-return-declaration-id",_c="exec-in-parallel-argument-map-id",bv="exec-sequentially-argument-map-id",Nc="wait-for-2-seconds-operation-id",Rv="wait-for-2-seconds-argument-map-id",Mc="map-company-dto-function-call-id",gv="map-company-dto-function-call-company-dto-output-map-id",ya="company-dto-variable-one-id",Vc="company-dto-variable-one-instance-id",X$="company-dto-variable-two-id",Q$={type:n.GenericReference,id:"returned-company-dto-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Ev},eF={like:!1,inferred:!1,id:"returned-company-dto-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Q$},tF={type:n.GenericReference,id:"returned-company-dto-parent-ref-id",entityType:n.ReturnStatement,entityId:Tv},nF={type:n.GenericReference,id:"returned-company-dto-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ya},vv={isError:!1,id:Ev,type:n.ReturnDeclaration,version:1,name:"Company DTO",description:"Output the company data in the format that it will be sent through an HTTP request.",dataType:eF,implements:null,readsValue:nF,required:!0,index:0,parent:tF},rF={type:n.GenericReference,id:"concurrency-and-wait-return-statement-called-by-ref-id",entityType:n.Operation,entityId:Nc},iF={type:n.GenericReference,id:"concurrency-and-wait-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Iv={type:n.ReturnStatement,id:Tv,version:1,outputs:[vv],calledByError:[],calledByEntry:[],calledBySuccess:[rF],throws:null,x:0,y:0,parent:iF},aF={type:n.GenericReference,id:"company-dto-variable-two-called-by-ref-id",entityType:n.VariableInstance,entityId:Vc},sF={type:n.GenericReference,id:"company-dto-variable-two-reads-value-ref-id",entityType:n.VariableInstance,entityId:Vc},oF={type:n.GenericReference,id:"company-dto-variable-two-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Dv={id:X$,type:n.VariableDeclaration,version:1,name:"Company DTO",description:null,dataType:null,inputs:[],outputs:[],successCalls:[],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[aF],internalCalls:[],writesValues:[vv],readsValue:sF,x:0,y:0,parent:oF},lF={type:n.GenericReference,id:"company-dto-variable-one-instance-called-by-ref-id",entityType:n.VariableDeclaration,entityId:ya},cF={type:n.GenericReference,id:"company-dto-variable-one-instance-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ya},dF={type:n.GenericReference,id:"company-dto-variable-one-instance-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},uF={type:n.GenericReference,id:"company-dto-variable-one-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:ya},Pv={id:Vc,type:n.VariableInstance,version:1,declaration:uF,inputs:[],outputs:[],successCalls:[Dv],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[lF],internalCalls:[],writesValues:[Dv],readsValue:cF,x:0,y:0,parent:dF},pF={type:n.GenericReference,id:"company-dto-variable-one-called-by-ref-id",entityType:n.FunctionCall,entityId:Mc},yF={type:n.GenericReference,id:"company-dto-variable-one-reads-value-ref-id",entityType:n.OutputMap,entityId:gv},fF={type:n.GenericReference,id:"company-dto-variable-one-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},Av={id:ya,type:n.VariableDeclaration,version:1,name:"Company DTO",description:null,dataType:null,inputs:[],outputs:[],successCalls:[Pv],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[pF],internalCalls:[],writesValues:[Pv],readsValue:yF,x:0,y:0,parent:fF},Ov={type:n.GenericReference,id:"map-company-dto-function-call-company-input-map-parent-ref-id",entityType:n.FunctionCall,entityId:Mc},hF={id:"map-company-dto-function-call-company-input-map-id",type:n.InputMap,version:1,declaration:wc.inputs[0],name:null,description:null,defaultValue:null,index:0,readsValue:null,parent:Ov},mF={id:gv,type:n.OutputMap,version:1,declaration:Ac.outputs[0],writesValues:[Av],index:0,parent:Ov},TF={id:"map-company-dto-function-call-called-by-ref-id",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:yt},EF={id:"map-company-dto-function-call-parent-ref-id",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:yt},bF={id:Mc,type:n.FunctionCall,version:1,declaration:wc,successCalls:[Av],process:null,errorCalls:[],inputs:[hF],outputs:[mF],calledByError:[],calledByEntry:[TF],calledBySuccess:[],parent:EF,x:0,y:0,error:null},RF={type:n.GenericReference,id:"last-timestamp-variable-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:DR},gF={type:n.GenericReference,id:"last-timestamp-variable-default-value-parent-ref-id",entityType:n.DataType,entityId:"last-timestamp-variable-datatype-id"},vF={like:!1,inferred:!1,id:"last-timestamp-variable-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:un,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:RF,defaultValue:{id:"last-timestamp-variable-default-value-id",type:n.PrimitiveValue,version:1,name:D.Date,value:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:gF,valueAsType:null}},IF={type:n.GenericReference,id:"last-timestamp-variable-main-project-ref-id",entityType:n.Project,entityId:H},Lc={id:DR,type:n.VariableDeclaration,version:1,name:"Last registered current time",description:"A test variable that holds the last current date and time that was registered.",dataType:vF,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:IF},DF={type:n.GenericReference,id:"wait-for-2-seconds-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:Rv},PF={type:n.GenericReference,id:"wait-for-2-seconds-argument-map-parent-ref-id",entityType:n.Operation,entityId:Nc},AF={id:Rv,type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"wait-for-2-seconds-argument-default-value-id",type:n.PrimitiveValue,version:1,value:2e3,valueAsType:null,autogeneration:null,name:D.Number,parent:DF},index:0,parent:PF},OF={type:n.GenericReference,id:"wait-for-2-seconds-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},SF={type:n.GenericReference,id:"wait-for-2-seconds-called-by-ref-one-id",entityType:n.FunctionDeclaration,entityId:pa},CF={type:n.GenericReference,id:"wait-for-2-seconds-called-by-ref-two-id",entityType:n.FunctionDeclaration,entityId:ua},Sv={id:Nc,type:n.Operation,version:1,declaration:qt,inputs:[AF],outputs:[],process:null,successCalls:[Iv],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[SF,CF],calledBySuccess:[],error:null,parent:OF},BF={type:n.GenericReference,id:"wait-for-random-amount-argument-default-value-parent-ref-id",entityType:n.InputMap,entityId:"wait-for-random-amount-input-map-id"},wF={type:n.GenericReference,id:"wait-for-random-amount-argument-map-parent-ref-id",entityType:n.Operation,entityId:"wait-for-random-amount-id"},_F={id:"wait-for-random-amount-input-map-id",type:n.InputMap,version:1,declaration:er,name:null,description:null,readsValue:null,defaultValue:{id:"wait-for-random-amount-argument-default-value-id",type:n.PrimitiveValue,version:1,value:null,valueAsType:null,autogeneration:{type:qe.Random,rangeStart:1e3,rangeEnd:4e3},name:D.Number,parent:BF},index:0,parent:wF},NF={type:n.GenericReference,id:"wait-for-random-amount-parent-ref-id",entityType:n.Project,entityId:H},si={id:"wait-for-random-amount-id",type:n.Operation,version:1,declaration:qt,inputs:[_F],process:null,outputs:[],successCalls:[],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[],calledBySuccess:[],error:null,parent:NF},Cv="list-of-functions-variable-id",MF={type:n.GenericReference,id:"list-of-functions-variable-action-descriptor-dynamic-argument-parent-ref-id",entityType:n.ActionDescriptor,entityId:"list-of-functions-variable-action-descriptor-id"},VF={id:"list-of-functions-variable-action-descriptor-dynamic-argument-id",type:n.ValueDescriptor,version:1,name:"Any input value",description:"Any input value that can be passed to the action",index:0,required:!1,dataType:null,parent:MF},LF={type:n.GenericReference,id:"list-of-functions-variable-action-descriptor-dynamic-return-parent-ref-id",entityType:n.ActionDescriptor,entityId:"list-of-functions-variable-action-descriptor-id"},GF={id:"list-of-functions-variable-action-descriptor-dynamic-return-id",type:n.ValueDescriptor,version:1,name:"Any output value",description:"Any output value that can be returned to the action",index:0,required:!1,dataType:null,parent:LF},$F={type:n.GenericReference,id:"list-of-functions-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:Cv},FF={id:"list-of-functions-variable-action-descriptor-id",type:n.ActionDescriptor,version:1,name:"Action to execute",description:"An action of any type, to be executed. It can contain any number of inputs and outputs.",inputs:[VF],error:null,outputs:[GF],parent:null},UF={type:n.GenericReference,id:"list-of-functions-variable-data-type-default-parent-ref-id",entityType:n.DataType,entityId:"list-of-functions-variable-data-type-id"},xF={like:!1,inferred:!1,id:"list-of-functions-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:FF,asType:!1,isList:!0,isNullable:!1,defaultValue:{id:"list-of-functions-variable-data-type-default-value-id",type:n.PrimitiveValue,version:1,name:D.ActionDescriptor,value:null,valueAsType:[si,si,si,si,si],autogeneration:null,parent:UF},constant:!1,parent:$F},jF={type:n.GenericReference,id:"list-of-functions-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt};n.GenericReference,n.InputMap;const kF={type:n.GenericReference,id:"list-of-functions-variable-writes-value-one-ref-id",entityType:n.InputMap,entityId:bv},qF={type:n.GenericReference,id:"list-of-functions-variable-writes-value-two-ref-id",entityType:n.InputMap,entityId:_c},Bv={id:Cv,type:n.VariableDeclaration,version:1,name:"List of functions to execute",description:"A list of functions to be executed in parallel",dataType:xF,parent:jF,readsValue:null,writesValues:[kF,qF],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],inputs:[],outputs:[],internalCalls:[],x:0,y:0},JF={type:n.GenericReference,id:"exec-in-parallel-return-map-parent-ref-id",entityType:n.Operation,entityId:ua},WF={type:n.GenericReference,id:"exec-in-parallel-result-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},YF={type:n.GenericReference,id:"exec-in-parallel-result-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:"exec-in-parallel-return-map-id"},HF={type:n.GenericReference,id:"exec-in-parallel-result-variable-called-by-ref-id",entityType:n.Operation,entityId:ua},wv={id:"exec-in-parallel-result-variable-id",type:n.VariableInstance,version:1,declaration:Lc,readsValue:YF,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[HF],successCalls:[],errorCalls:[],internalCalls:[],parent:WF,x:0,y:0},zF={id:"exec-in-parallel-return-map-id",type:n.OutputMap,version:1,declaration:pl,writesValues:[wv],index:0,parent:JF},ZF={type:n.GenericReference,id:"exec-in-parallel-argument-map-parent-ref-id",entityType:n.Operation,entityId:ua},KF={id:_c,type:n.InputMap,version:1,declaration:ul,name:null,description:null,readsValue:Bv,defaultValue:null,index:0,parent:ZF},XF={type:n.GenericReference,id:"exec-in-parallel-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},QF={type:n.GenericReference,id:"exec-in-parallel-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:yt},e4={process:null,id:ua,type:n.Operation,version:1,declaration:qt,inputs:[KF],outputs:[zF],successCalls:[Sv,wv],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[QF],calledBySuccess:[],error:null,parent:XF},t4={type:n.GenericReference,id:"exec-sequentially-return-map-parent-ref-id",entityType:n.Operation,entityId:pa},n4={type:n.GenericReference,id:"exec-sequentially-result-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},r4={type:n.GenericReference,id:"exec-sequentially-result-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:"exec-sequentially-return-map-id"},i4={type:n.GenericReference,id:"exec-sequentially-result-variable-called-by-ref-id",entityType:n.Operation,entityId:pa},_v={id:"exec-sequentially-result-variable-id",type:n.VariableInstance,version:1,declaration:Lc,readsValue:r4,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[i4],successCalls:[],errorCalls:[],internalCalls:[],parent:n4,x:0,y:0},a4={id:"exec-sequentially-return-map-id",type:n.OutputMap,version:1,declaration:fl,writesValues:[_v],index:0,parent:t4},s4={type:n.GenericReference,id:"exec-sequentially-argument-map-parent-ref-id",entityType:n.Operation,entityId:pa},o4={id:bv,type:n.InputMap,version:1,declaration:yl,name:null,description:null,readsValue:Bv,defaultValue:null,index:0,parent:s4},l4={type:n.GenericReference,id:"exec-sequentially-parent-ref-id",entityType:n.FunctionDeclaration,entityId:yt},c4={type:n.GenericReference,id:"exec-sequentially-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:yt},d4={id:pa,type:n.Operation,version:1,declaration:hn,inputs:[o4],process:null,outputs:[a4],successCalls:[Sv,_v],errorCalls:[],x:0,y:0,calledByError:[],calledByEntry:[c4],calledBySuccess:[],error:null,parent:l4},u4={type:n.GenericReference,id:"concurrency-and-wait-parent-ref-id",entityType:n.Project,entityId:H},p4={type:n.FunctionDeclaration,id:yt,version:1,name:"Execute with concurrency and wait",description:"Executes a hardcoded list of actions in parallel and waits for some time before ending the logic with some unrelated data payload as the result.",inputs:[],calls:[d4,e4,bF],returnStatements:[Iv],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:u4},y4={type:n.GenericReference,id:"3521f2c8-a5c0-419c-8808-4fc6a73d0b78",entityType:n.ReturnDeclaration,entityId:"e1ec31f0-25ca-42ac-a4c4-c9ec2255f55b"},f4={like:!1,inferred:!1,id:"ce8b9a30-afe9-4d4f-879f-1677efca2c47",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Ot,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:y4},h4={type:n.GenericReference,id:"8ee66e38-b060-474e-a503-594063a8ec24",entityType:n.ReturnStatement,entityId:"40a23a98-d3b2-42b1-9652-b33779ad15aa"},m4={isError:!1,id:"e1ec31f0-25ca-42ac-a4c4-c9ec2255f55b",type:n.ReturnDeclaration,version:1,name:"Created company",description:"The new company that was created",implements:null,dataType:f4,readsValue:null,required:!0,index:0,parent:h4},T4={type:n.GenericReference,id:"9cb3c1e4-7250-4be6-be2a-69c2dd366d6f",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},E4={type:n.GenericReference,id:"c065fcdd-e054-4f95-941c-7eaa65c35d04",entityType:n.FunctionDeclaration,entityId:"d683bfc1-a464-4810-8ec0-1dd8eaa0c3c4"},Nv={type:n.ReturnStatement,id:"40a23a98-d3b2-42b1-9652-b33779ad15aa",version:1,outputs:[m4],calledByError:[],calledByEntry:[E4],calledBySuccess:[],throws:null,x:0,y:0,parent:T4},b4={type:n.GenericReference,id:"312ef836-9e40-4d57-b177-03b7145ed074",entityType:n.Project,entityId:H},R4={type:n.FunctionDeclaration,id:"5059c093-eda2-4efc-b7b4-aaaadd4d44de",version:1,name:"Create new company",description:null,inputs:[],calls:[Nv],index:null,implements:null,returnStatements:[Nv],collapsed:!1,private:!1,x:0,y:0,parent:b4},Gc="get-current-date-and-time-func-decl-id",Mv="get-current-date-and-time-return-statement-id",Vv="get-current-date-and-time-return-declaration-id",Lv="get-current-date-and-time-return-declaration-data-type-id",g4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-data-type-value-parent-ref-id",entityType:n.DataType,entityId:Lv},v4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-data-type-parent-ref-id",entityType:n.ReturnDeclaration,entityId:Vv},I4={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:Lv,version:1,entity:un,asType:!1,isList:!1,isNullable:!1,like:!1,inferred:!1,defaultValue:{id:"last-timestamp-variable-default-value-id",type:n.PrimitiveValue,version:1,value:null,name:D.Date,valueAsType:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:g4},constant:!1,parent:v4},D4={type:n.GenericReference,id:"get-current-date-and-time-return-declaration-parent-ref-id",entityType:n.ReturnStatement,entityId:Mv};n.ReturnDeclaration;const P4={type:n.GenericReference,id:"get-current-date-and-time-return-statement-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:Gc},A4={type:n.GenericReference,id:"get-current-date-and-time-return-statement-parent-ref-id",entityType:n.FunctionDeclaration,entityId:Gc};n.ReturnStatement;const O4={type:n.GenericReference,id:"concurrency-and-wait-parent-ref-id",entityType:n.Project,entityId:H},S4={type:n.FunctionDeclaration,id:Gc,version:1,name:"Get current date and time",description:"Generates and returns the current date and time at the time of the execution",inputs:[],calls:[],returnStatements:[],implements:null,index:null,collapsed:!1,private:!1,x:0,y:0,parent:O4},Gv="do-math-return-statement-id",$v="do-math-return-declaration-id",C4={type:n.GenericReference,id:"do-math-func-var-to-return-one-ref-id",entityType:n.VariableDeclaration,entityId:"do-math-func-var-to-return-one-id"},B4={like:!1,inferred:!1,id:"do-math-func-var-to-return-one-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:C4},w4={type:n.GenericReference,id:"do-math-func-decl-ref-two-id",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},_4={type:n.GenericReference,id:"do-math-func-var-to-return-one-map-ref-id",entityType:n.ReturnDeclaration,entityId:$v},N4={type:n.VariableDeclaration,id:"do-math-func-var-to-return-one-id",version:1,description:null,name:"Fixed result",dataType:B4,readsValue:null,writesValues:[_4],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:w4},M4={type:n.GenericReference,id:"96ec244e-594b-45f7-802b-6dc3056920f6",entityType:n.ReturnStatement,entityId:Gv},V4={type:n.GenericReference,id:"d120c0cc-9d13-4e45-90e2-4e1ee825ca46",entityType:n.ReturnDeclaration,entityId:"873a3556-4911-4141-b2a0-49c677b56fb4"},L4={like:!1,inferred:!1,id:"da91aa23-9985-49ac-a8bf-9d623ba1ba8f",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:V4},G4={isError:!1,id:$v,version:1,type:n.ReturnDeclaration,name:"Result",description:null,implements:null,dataType:L4,readsValue:N4,required:!0,index:0,parent:M4},$4={type:n.GenericReference,id:"57fd93e4-93a1-484e-82eb-4dd15d2d0e24",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},F4={type:n.GenericReference,id:"0a86e8d5-ab21-476e-a482-b928cbf351e3",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Fv={type:n.ReturnStatement,id:Gv,version:1,outputs:[G4],calledByError:[],calledByEntry:[],calledBySuccess:[$4],parent:F4,throws:null,x:0,y:0},U4={type:n.GenericReference,id:"a2db26be-57f2-48e5-9769-cdbf0d95dc7c",entityType:n.VariableDeclaration,entityId:"d0e9f1f3-7e9f-4e1f-8d8e-7b4b3e6c6a6a"},x4={like:!1,inferred:!1,id:"c3e9d5f0-204f-45f9-85f7-e1b56b468388",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,asType:!1,isList:!1,isNullable:!1,defaultValue:null,constant:!1,parent:U4},j4={type:n.GenericReference,id:"692122c5-610a-4504-90dd-f5a5202d116c",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},k4={type:n.GenericReference,id:"do-math-func-return-one-called-by",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},q4={type:n.GenericReference,id:"6dceb501-be5b-4252-afb4-3c0d08abba33",entityType:n.OutputMap,entityId:"64752080-ee0f-4cfe-9897-a0668f2b2aca"},Uv={type:n.VariableDeclaration,id:"d0e9f1f3-7e9f-4e1f-8d8e-7b4b3e6c6a6a",version:1,name:"Result",dataType:x4,description:null,readsValue:q4,writesValues:[],inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[k4],successCalls:[],errorCalls:[],internalCalls:[],x:0,y:0,parent:j4},J4={type:n.GenericReference,id:"5440f523-af38-4981-8035-89d162fe8041",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},W4={type:n.GenericReference,id:"8c482c35-e674-4713-a1dd-63c3d13b611c",entityType:n.OutputMap,entityId:"64752080-ee0f-4cfe-9897-a0668f2b2aca"},Y4={type:n.GenericReference,id:"c0a299cd-5869-4930-8cf0-90e3ceb8a903",entityType:n.VariableDeclaration,entityId:"46b2fe23-b417-4887-a35d-09b186679172"},H4={like:!1,inferred:!1,id:"51c0c1df-2ee3-41df-ae52-ac512d8cf795",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,asType:!1,isNullable:!1,defaultValue:null,constant:!1,parent:Y4},z4={type:n.GenericReference,id:"do-math-func-return-two-called-by",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},xv={type:n.VariableDeclaration,id:"46b2fe23-b417-4887-a35d-09b186679172",version:1,name:"Total",description:null,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[z4],successCalls:[],errorCalls:[],dataType:H4,readsValue:W4,writesValues:[],internalCalls:[],parent:J4,x:0,y:0},jv={type:n.GenericReference,id:"6e4d776e-6af2-4321-b630-c78110fd677c",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Z4={type:n.GenericReference,id:"5b60955b-2486-40b6-bb24-ffd97ccd8902",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},K4={type:n.GenericReference,id:"1a49923f-bc6f-453f-a438-e74e5475c2a9",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},X4={type:n.GenericReference,id:"02bfde0a-b757-4072-9613-6e9c7c9a424a",entityType:n.ArgumentDeclaration,entityId:"d8895765-f705-457e-85fa-25d130926769"},kv={id:"928953b0-0e3f-4d8c-ae5a-84620b4b8c68",version:1,type:n.InputMap,declaration:Xo,name:null,description:null,readsValue:X4,defaultValue:null,index:0,parent:K4},Q4={id:"64752080-ee0f-4cfe-9897-a0668f2b2aca",type:n.OutputMap,version:1,declaration:tl,writesValues:[Uv,xv],index:0,parent:Z4},eU={type:n.GenericReference,id:"d235a7f6-07ff-4f35-98d2-8f42dd59cf9f",entityType:n.Operation,entityId:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e"},tU={id:"8827e8e9-9381-4ad7-8f61-5419c23c9136",type:n.GenericReference,entityType:n.VariableDeclaration,entityId:"72a338d8-0183-4ca2-8760-227517854595"},qv={id:"a5525249-0eb5-472b-97bc-5e4cc0d75aee",version:1,type:n.InputMap,declaration:Qo,name:null,description:null,readsValue:tU,defaultValue:null,index:1,parent:eU},nU={type:n.Operation,id:"e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e",declaration:qa,version:1,inputs:[kv,qv],outputs:[Q4],calledByError:[],calledByEntry:[jv],calledBySuccess:[],process:null,successCalls:[Fv,Uv,xv],errorCalls:[],parent:jv,error:null,x:0,y:0},rU={type:n.GenericReference,id:"a2c40226-2270-4963-a865-c777ba79c551",entityType:n.DataType,entityId:"a350a9e9-25ee-477f-a83d-9e98ed2451662"},iU={id:"f47731b3-f278-4ab5-aeb2-24519c1119fb",type:n.GenericReference,entityId:"72a338d8-0183-4ca2-8760-227517854595",entityType:n.ArgumentDeclaration},Jv={like:!1,inferred:!1,id:"a350a9e9-25ee-477f-a83d-9e98ed2451662",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"do-math-func-argument-two-default-value-id",type:n.PrimitiveValue,version:1,value:1,name:D.Number,parent:rU,valueAsType:null,autogeneration:null},constant:!1,parent:iU},aU={type:n.GenericReference,id:"5f5d8dd0-7f3b-40cd-9f84-83d976887eaf",entityType:n.ArgumentDeclaration,entityId:"649bf0a4-6532-44aa-9818-a03d1c6564e9"},sU={type:n.GenericReference,id:"ca018d0f-a8b3-4c7e-a408-c8b372d04aff",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},oU={type:n.GenericReference,id:"do-math-func-var-called-by-ref",entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},Wv={type:n.VariableDeclaration,id:"72a338d8-0183-4ca2-8760-227517854595",version:1,name:"Z",description:null,dataType:Jv,inputs:[],outputs:[],calledByError:[],calledByEntry:[oU],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:aU,writesValues:[qv],internalCalls:[],x:0,y:0,parent:sU},lU={entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b",type:n.GenericReference,id:"af0cf105-4075-425f-aecc-b25d3600fcc4"},cU={id:"649bf0a4-6532-44aa-9818-a03d1c6564e9",type:n.ArgumentDeclaration,version:1,name:"Z",description:"The number to add",dataType:Jv,implements:null,writesValues:[Wv],required:!0,index:1,parent:lU},dU={type:n.GenericReference,id:"56953b5d-3e43-4dea-a62c-f3e868ba81bb",entityType:n.Project,entityId:H},uU={id:"868defc8-5c95-48ed-942d-257e8b9b9b00",type:n.GenericReference,entityType:n.FunctionDeclaration,entityId:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b"},pU={type:n.GenericReference,id:"35167664-a793-49f1-9eaf-fb57eac30897",entityType:n.DataType,entityId:"55b12914-91b1-48b7-9a3e-9c5d0d2a2ec2"},yU={id:"d47ceef6-be6f-40f1-a7b3-c73c8d8a6c6a",type:n.GenericReference,entityId:"d8895765-f705-457e-85fa-25d130926769",entityType:n.ArgumentDeclaration},fU={like:!1,inferred:!1,id:"55b12914-91b1-48b7-9a3e-9c5d0d2a2ec2",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:{id:"do-math-func-argument-one-default-value-id",type:n.PrimitiveValue,version:1,value:5,name:D.Number,parent:pU,valueAsType:null,autogeneration:null},constant:!1,parent:yU},hU={id:"d8895765-f705-457e-85fa-25d130926769",type:n.ArgumentDeclaration,version:1,name:"N",dataType:fU,description:"The number to add",implements:null,writesValues:[kv],required:!0,index:0,parent:uU},mU={type:n.FunctionDeclaration,id:"b4c1d8d2-9c5e-4e0c-bd5e-3a6a0e4d2f0b",version:1,name:"Do math",description:"This function does math",inputs:[hU,cU],calls:[nU,Wv],implements:null,index:null,collapsed:!1,returnStatements:[Fv],private:!1,x:0,y:0,parent:dU},ft="replace-bank-account-in-company-func-declaration-id",$c="company-entity-to-modify-arg-declaration-id",Fc="account-number-to-create-arg-decl-id",oi="company-main-variable-id",li="search-person-by-id-id",Yv="new-bank-account-owner-arg-decl-id",Hv="search-person-by-id-output-declaration-id",Uc="search-person-by-id-output-entity-map-id",fa="person-not-empty-condition-id",Ys="create-new-bank-account-instance-operation-id",zv="create-new-bank-account-instance-operation-output-entity-map-id",Zv="company-bank-account-output-map-id",xc="old-bank-account-var-declaration-id",Kv="old-bank-account-var-instance-id",Xv="company-variable-instance-id",jc="delete-bank-account-internal-call-id",ha="new-bank-account-data-variable-declaration-id",TU={type:n.GenericReference,id:"company-variable-instance-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},EU={type:n.GenericReference,id:"company-variable-instance-called-by-ref-id",entityType:n.InternalCall,entityId:jc},bU={type:n.GenericReference,id:"company-variable-instance-declaration-ref-id",entityType:n.VariableDeclaration,entityId:oi},RU={type:n.GenericReference,id:"bank-account-input-map-parent-ref-id",entityType:n.VariableInstance,entityId:Xv},gU={type:n.GenericReference,id:"bank-account-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:zv},Qv={type:n.InputMap,id:"bank-account-input-map-id",version:1,readsValue:gU,declaration:hc,name:null,description:null,index:0,defaultValue:null,parent:RU},vU={type:n.VariableInstance,id:Xv,version:1,declaration:bU,inputs:[Qv],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[EU],successCalls:[],errorCalls:[],internalCalls:[],parent:TU,readsValue:null,writesValues:[],x:0,y:0},IU={type:n.GenericReference,id:"bank-account-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},DU={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"bank-account-variable-data-type-id",version:1,entity:ri,asType:!1,isList:!1,isNullable:!1,constant:!1,like:!1,inferred:!1,defaultValue:null,parent:IU},PU={type:n.GenericReference,id:"bank-account-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:Zv},AU={type:n.GenericReference,id:"bank-account-variable-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},OU={type:n.GenericReference,id:"bank-account-variable-called-by-ref-id",entityType:n.VariableDeclaration,entityId:oi},SU={type:n.GenericReference,id:"delete-bank-account-internal-call-called-by-ref-id",entityType:n.Operation,entityId:Ys};n.GenericReference,n.VariableInstance;const CU={type:n.GenericReference,id:"delete-bank-account-internal-call-called-by-ref-two-id",entityType:n.VariableDeclaration,entityId:xc},BU={type:n.GenericReference,id:"old-bank-account-variable-trigger-delete-decl-ref-id",entityType:n.VariableDeclaration,entityId:xc},wU={type:n.GenericReference,id:"bank-account-variable-parent-ref-two-id",entityType:n.FunctionDeclaration,entityId:ft},_U={type:n.GenericReference,id:"old-bank-account-variable-trigger-delete-internal-call-ref-id",entityType:n.InternalCall,entityId:jc},NU={type:n.VariableInstance,id:Kv,version:1,declaration:BU,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],internalCalls:[_U],errorCalls:[],parent:wU,readsValue:null,writesValues:[],x:0,y:0},eI={process:null,type:n.InternalCall,id:jc,version:1,declaration:Ul,index:0,successCalls:[vU],errorCalls:[],inputs:[],outputs:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[SU,CU],parent:NU},tI={type:n.VariableDeclaration,id:xc,version:1,name:"Old bank account",description:"The existing bank account that needs to be replaced in the company entity",dataType:DU,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[OU],successCalls:[eI],internalCalls:[],errorCalls:[],parent:AU,readsValue:PU,writesValues:[],x:0,y:0},MU={type:n.GenericReference,id:"company-variable-declaration-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},VU={type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,id:"company-variable-declaration-data-type-id",version:1,entity:Ot,asType:!1,isList:!1,isNullable:!1,like:!1,inferred:!1,constant:!1,defaultValue:null,parent:MU},LU={type:n.GenericReference,id:"company-variable-declaration-reads-value-ref-id",entityType:n.ArgumentDeclaration,entityId:$c},GU={type:n.GenericReference,id:"company-variable-declaration-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},$U={type:n.GenericReference,id:"company-variable-declaration-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:ft},FU={type:n.GenericReference,id:"company-bank-account-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:oi},UU={id:Zv,version:1,type:n.OutputMap,declaration:hc,index:0,parent:FU,writesValues:[tI]},nI={type:n.VariableDeclaration,id:oi,version:1,name:"Company",description:"The company entity that was passed as an argument to the parent function",dataType:VU,inputs:[],outputs:[UU],calledByError:[],calledByEntry:[$U],calledBySuccess:[],successCalls:[tI],errorCalls:[],parent:GU,internalCalls:[],readsValue:LU,writesValues:[],x:0,y:0},xU={type:n.GenericReference,id:"create-new-bank-account-account-owner-dynamic-input-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ha},jU={id:"create-new-bank-account-account-owner-dynamic-input-map-reads-value-ref-id",type:n.GenericReference,entityType:n.OutputMap,entityId:Uc},rI={id:"create-new-bank-account-account-owner-dynamic-input-map-id",version:1,type:n.InputMap,declaration:null,name:"Account owner",description:null,readsValue:jU,index:1,defaultValue:null,parent:xU},kU={id:"create-new-bank-account-account-number-dynamic-input-map-reads-value-ref-id",type:n.GenericReference,entityType:n.ArgumentDeclaration,entityId:Fc},qU={type:n.GenericReference,id:"create-new-bank-account-account-number-dynamic-input-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ha},iI={id:"create-new-bank-account-account-number-dynamic-input-map-id",version:1,type:n.InputMap,declaration:null,name:"Account number",description:null,readsValue:kU,defaultValue:null,index:0,parent:qU},aI={type:n.GenericReference,id:"create-new-bank-account-instance-operation-entity-to-create-input-map-parent-ref-id",entityType:n.Operation,entityId:Ys},JU={id:"create-new-bank-account-instance-operation-entity-to-create-input-map-id",version:1,type:n.InputMap,declaration:tr.inputs[0],name:null,description:null,index:0,readsValue:null,defaultValue:{type:n.PrimitiveValue,name:D.EntityTemplate,value:null,valueAsType:ri,autogeneration:null},parent:aI},WU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-entity-data-input-map-reads-value-ref-id",entityType:n.VariableDeclaration,entityId:ha},sI={id:"create-new-bank-account-instance-operation-entity-data-input-map-id",version:1,type:n.InputMap,declaration:tr.inputs[1],name:null,description:null,index:1,readsValue:WU,defaultValue:null,parent:aI},YU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-output-entity-map-parent-ref-id",entityType:n.Operation,entityId:Ys},HU={id:zv,version:1,type:n.OutputMap,declaration:tr.outputs[0],index:0,writesValues:[Qv],parent:YU},zU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.Condition,entityId:fa},ZU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.VariableDeclaration,entityId:ha},KU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},oI={process:null,id:Ys,type:n.Operation,version:1,declaration:tr,inputs:[JU,sI],error:null,outputs:[HU],successCalls:[eI],errorCalls:[],calledByError:[],calledByEntry:[],calledBySuccess:[ZU,zU],parent:KU,x:0,y:0},XU={type:n.GenericReference,id:"new-bank-account-data-variable-declaration-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},QU={type:n.GenericReference,id:"create-new-bank-account-instance-operation-called-by-ref-id",entityType:n.Condition,entityId:fa},ex={id:ha,type:n.VariableDeclaration,version:1,inputs:[iI,rI],dataType:null,name:"New bank Account's data",description:null,readsValue:null,outputs:[],writesValues:[sI],successCalls:[oI],errorCalls:[],internalCalls:[],calledByError:[],calledBySuccess:[QU],calledByEntry:[],x:0,y:0,parent:XU},tx={id:"person-not-found-thrown-error-datatype-default-value-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-thrown-error-datatype-id",entityType:n.DataType},nx={id:"person-not-found-thrown-error-datatype-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-thrown-error-id",entityType:n.ReturnDeclaration};n.DataType,n.PrimitiveValue,D.String;const rx={id:"person-not-found-thrown-error-parent-ref-id",type:n.GenericReference,entityId:"person-not-found-error-return-statement-id",entityType:n.ReturnStatement},ix={isError:!0,id:"person-not-found-thrown-error-id",type:n.ReturnDeclaration,version:1,dataType:null,name:"Person not found error",description:"If the person entity was not found this error is outputted",parent:rx,implements:null,required:!0,index:0,readsValue:null},ax={id:"person-not-found-error-return-statement-called-by-ref-id",type:n.GenericReference,entityId:fa,entityType:n.Condition},sx={id:"person-not-found-error-return-statement-parent-ref-id",type:n.GenericReference,entityId:ft,entityType:n.FunctionDeclaration},ox={id:"person-not-found-error-return-statement-id",type:n.ReturnStatement,version:1,throws:ix,outputs:[],calledBySuccess:[],calledByError:[ax],calledByEntry:[],x:0,y:0,parent:sx},lx={type:n.GenericReference,id:"person-not-empty-condition-called-by-ref-id",entityType:n.Search,entityId:li},cx={type:n.GenericReference,id:"person-not-empty-condition-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},dx={type:n.GenericReference,id:"person-entity-to-check-map-reads-value-ref-id",entityType:n.OutputMap,entityId:Uc},ux={type:n.GenericReference,id:"person-not-empty-condition-ref-two-id",entityType:n.Condition,entityId:fa},lI={id:"person-entity-to-check-map-id",version:1,type:n.InputMap,declaration:lr.inputs[0],name:null,description:null,readsValue:dx,index:0,defaultValue:null,parent:ux},px={type:n.Condition,id:fa,version:1,declaration:lr,inputs:[lI],calledByError:[],calledByEntry:[],calledBySuccess:[lx],successCalls:[ex,oI],errorCalls:[ox],x:0,y:0,parent:cx},yx={type:n.GenericReference,id:"search-person-by-id-output-entity-declaration-datatype-parent-ref-id",entityType:n.ValueDescriptor,entityId:Hv},fx={like:!1,inferred:!1,id:"search-person-by-id-output-entity-declaration-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,isList:!1,constant:!1,asType:!1,isNullable:!1,entity:pt,defaultValue:null,parent:yx},hx={type:n.GenericReference,id:"search-person-by-id-output-entity-declaration-parent-ref-id",entityType:n.Search,entityId:li},cI={id:Hv,type:n.ValueDescriptor,version:1,dataType:fx,name:"Found person",description:"The person entity that was found",parent:hx,required:!0,index:0},mx={type:n.GenericReference,id:"search-person-by-id-output-entity-map-parent-ref-id",entityType:n.Search,entityId:li},Tx={type:n.OutputMap,id:Uc,version:1,declaration:cI,parent:mx,writesValues:[lI,rI],index:0},Ex={id:"search-person-by-id-input-declaration-datatype-parent-ref-id",type:n.GenericReference,entityId:"search-person-by-id-input-declaration-id",entityType:n.ArgumentDeclaration};n.DataType;const bx={type:n.GenericReference,id:"search-person-by-id-input-declaration-parent-ref-id",entityType:n.Search,entityId:li},dI={id:"search-person-by-id-input-declaration-id",type:n.ArgumentDeclaration,version:1,dataType:null,name:"Person ID",description:"The unique identifier (ID) property of the person entity",implements:null,index:0,required:!0,parent:bx,writesValues:[]},Rx={type:n.GenericReference,id:"search-person-by-id-input-map-parent-ref-id",entityType:n.Search,entityId:li},gx={id:"search-person-by-id-input-map-reads-value-ref-id",type:n.GenericReference,entityId:Yv,entityType:n.ArgumentDeclaration},uI={type:n.InputMap,id:"search-person-by-id-input-map",version:1,declaration:dI,name:null,description:null,readsValue:gx,defaultValue:null,parent:Rx,index:0},vx={from:{name:"c9bc312a-10d3-48a7-9ab4-ea483a9e2416"},items:[{name:"*"}],where:[{name:"id",value:"{{dynamic_value_1}}"}]},Ix={type:n.GenericReference,id:"search-person-by-id-parent-ref-id",entityType:n.FunctionDeclaration,entityId:ft},Dx={type:n.GenericReference,id:"search-person-by-id-called-by-ref-id",entityType:n.FunctionDeclaration,entityId:ft},Px={type:n.Search,id:li,version:1,name:"Search person by ID",description:"Searches for a person entity given the UUID",query:vx,inputsDeclarations:[dI],inputs:[uI],outputsDeclarations:[cI],outputs:[Tx],calledByError:[],calledByEntry:[Dx],calledBySuccess:[],error:null,successCalls:[px],errorCalls:[],parent:Ix,x:0,y:0};n.GenericReference,n.DataType;const Ax={id:"account-number-to-create-arg-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:Fc,entityType:n.ArgumentDeclaration},Ox={like:!1,inferred:!1,id:"account-number-to-create-arg-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:x,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Ax},Sx={entityType:n.FunctionDeclaration,entityId:ft,type:n.GenericReference,id:"account-number-to-create-arg-decl-parent-ref-id"},Cx={id:Fc,type:n.ArgumentDeclaration,version:1,name:"Account number",description:"The account number of the new bank account entity",dataType:Ox,implements:null,writesValues:[iI],required:!0,index:1,parent:Sx};n.GenericReference,n.DataType;const Bx={id:"new-bank-account-owner-arg-decl-data-type-parent-ref-id",type:n.GenericReference,entityId:"new-bank-account-owner-arg-decl-id",entityType:n.ArgumentDeclaration},wx={like:!1,inferred:!1,id:"new-bank-account-owner-arg-decl-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:ka,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Bx},_x={entityType:n.FunctionDeclaration,entityId:ft,type:n.GenericReference,id:"new-bank-account-owner-arg-decl-parent-ref-id"},Nx={id:Yv,type:n.ArgumentDeclaration,version:1,name:"New account owner ID",description:"If it has changed, this is the new person entity, that owns of the bank account",dataType:wx,implements:null,writesValues:[uI],required:!1,index:1,parent:_x},Mx={type:n.GenericReference,id:"replace-bank-account-in-company-parent-ref",entityType:n.Project,entityId:H},Vx={type:n.GenericReference,id:"company-entity-to-modify-parent-ref",entityType:n.FunctionDeclaration,entityId:ft};n.GenericReference,n.DataType;const Lx={id:"d47ceef6-be6f-40f1-a7b3-c73c8d8a6c6a",type:n.GenericReference,entityId:$c,entityType:n.ArgumentDeclaration},Gx={like:!1,inferred:!1,id:"company-entity-to-modify-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Q,isList:!1,isNullable:!1,asType:!1,defaultValue:null,constant:!1,parent:Lx},$x={id:$c,type:n.ArgumentDeclaration,version:1,name:"Company",dataType:Gx,implements:null,description:"The company to replace the bank account for",writesValues:[nI],required:!0,index:0,parent:Vx},Fx={type:n.FunctionDeclaration,id:ft,version:1,name:"Replace bank account",description:"This action takes an existing company and data to create a new bank account entity. It then creates a bank account, deletes the old one, and updates the company with the new bank account",inputs:[$x,Cx,Nx],index:null,implements:null,calls:[Px,nI],collapsed:!1,returnStatements:[],private:!1,x:0,y:0,parent:Mx},Ux={type:n.GenericReference,id:"e0a937bd-3a85-4037-a973-916985b9f94b",entityType:n.Project,entityId:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6"},xx={type:n.FunctionDeclaration,version:1,id:"6bedb217-f844-4332-af72-9626b2a32511",name:"Some library main function",description:null,inputs:[],calls:[],implements:null,collapsed:!0,index:null,returnStatements:[],private:!1,parent:Ux,x:0,y:0},jx={type:n.GenericReference,id:"948e6869-ae5b-4914-bea0-b9f02ad6a014",entityType:n.Project,entityId:"23b23d8b-1929-4505-a350-745c8550e731"},kx={type:n.GenericReference,id:"f3d6f2c6-1b3e-4e9d-8c9d-5b5b9f0b8d9c",entityType:n.Project,entityId:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6"},qx={type:n.InstalledProject,version:1,id:"7268bc97-c0e6-4d88-b37e-d3241b5f77a6",name:"Third Party Installed Project",description:null,functions:[xx],events:[],implements:kx,parent:jx,x:0,y:0},kc="global-counted-test-loop-id",pI="global-counted-test-loop-body-id",yI="global-counted-test-loop-body-current-iteration-argument-declaration-id",Jx={type:n.GenericReference,id:"global-counted-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:yI,entityType:n.ArgumentDeclaration},Wx={like:!1,inferred:!1,id:"global-counted-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Jx},Yx={id:"global-counted-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:pI,entityType:n.FunctionDeclaration},Hx={id:yI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:Wx,implements:Al,required:!0,index:0,writesValues:[],parent:Yx},zx={id:"global-counted-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:kc,entityType:n.Loop},Zx={id:pI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Hx],calls:[],implements:Ol,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:zx},ci="random-company-employee-test-variable-id",qc="manager-global-variable-id",fI="global-user-instance-id",bn="employee-mapped-dto-variable-id",kn="employee-mapped-dto-variable-instance-id",hI="random-employee-id-output-map-id",mI="random-employee-birth-date-output-map-id",TI="random-employee-department-output-map-id",EI="random-employee-manager-output-map-id",bI="manager-global-id-output-map-id",RI="global-user-instance-id-output-map-id",Kx="employee-mapped-dto-requester-id-input-map-id",gI="employee-mapped-dto-now-timestamp-input-map-id",Xx="employee-mapped-dto-id-input-map-id",Qx="employee-mapped-dto-birth-date-input-map-id",ej="employee-mapped-dto-department-input-map-id",tj="employee-mapped-dto-manager-input-map-id",nj={id:"global-counted-test-loop-iteration-number-input-map-parent-ref-id",type:n.GenericReference,entityId:kc,entityType:n.Loop};n.GenericReference,n.VariableDeclaration;const rj={id:"global-counted-test-loop-iteration-number-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:ns.inputs[0],defaultValue:null,readsValue:null,index:0,parent:nj},ij={id:"global-counted-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},aj={id:"global-counted-test-loop-called-by-success-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},sj={id:kc,type:n.Loop,version:1,declaration:ns,inputs:[rj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Zx,calledByError:[],calledByEntry:[],calledBySuccess:[aj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:ij},Jc="global-object-keys-test-loop-id",vI="global-object-keys-test-loop-body-id",II="global-object-keys-test-loop-body-current-iteration-argument-declaration-id",oj={type:n.GenericReference,id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:II,entityType:n.ArgumentDeclaration},lj={like:!1,inferred:!1,id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:oj},cj={id:"global-object-keys-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:vI,entityType:n.FunctionDeclaration},dj={id:II,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:lj,implements:Dl,required:!0,index:0,writesValues:[],parent:cj},uj={id:"global-object-keys-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:Jc,entityType:n.Loop},pj={id:vI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[dj],calls:[],implements:Mi,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:uj},yj={id:"global-object-keys-test-loop-iteration-object-input-map-parent-ref-id",type:n.GenericReference,entityId:Jc,entityType:n.Loop},fj={id:"global-object-keys-test-loop-iteration-object-input-map-reads-value-ref-id",type:n.GenericReference,entityId:bn,entityType:n.VariableDeclaration},DI={id:"global-object-keys-test-loop-iteration-object-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Mi.inputs[0],defaultValue:null,readsValue:fj,index:0,parent:yj},hj={id:"global-object-keys-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},mj={id:"global-object-keys-test-loop-called-by-success-ref-two-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},Tj={id:"global-object-keys-test-loop-called-by-success-ref-one-id",type:n.GenericReference,entityId:bn,entityType:n.VariableDeclaration},Wc={id:Jc,type:n.Loop,version:1,declaration:Mi,inputs:[DI],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:pj,calledByError:[],calledByEntry:[],calledBySuccess:[Tj,mj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:hj},Yc="global-object-values-test-loop-id",PI="global-object-values-test-loop-body-id",AI="global-object-values-test-loop-body-current-iteration-argument-declaration-id",Ej={type:n.GenericReference,id:"global-object-values-test-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:AI,entityType:n.ArgumentDeclaration},bj={like:!1,inferred:!1,id:"global-object-values-test-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Ej},Rj={id:"global-object-values-test-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:PI,entityType:n.FunctionDeclaration},gj={id:AI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:bj,implements:Pl,required:!0,index:0,writesValues:[],parent:Rj},vj={id:"global-object-values-test-loop-body-parent-ref-id",type:n.GenericReference,entityId:Yc,entityType:n.Loop},Ij={id:PI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[gj],calls:[],implements:Vi,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:vj},Dj={id:"global-object-values-test-loop-iteration-object-input-map-parent-ref-id",type:n.GenericReference,entityId:Yc,entityType:n.Loop},Pj={id:"global-object-values-test-loop-iteration-object-input-map-reads-value-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},OI={id:"global-object-values-test-loop-iteration-object-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:Vi.inputs[0],defaultValue:null,readsValue:Pj,index:0,parent:Dj},Aj={id:"global-object-values-test-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},Oj={id:"global-object-values-test-loop-called-by-success-ref-id",type:n.GenericReference,entityId:kn,entityType:n.VariableDeclaration},SI={id:Yc,type:n.Loop,version:1,declaration:Vi,inputs:[OI],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Ij,calledByError:[],calledByEntry:[],calledBySuccess:[Oj],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:Aj},Hc="global-test-iterate-over-string-loop-id",zc="global-test-iterate-over-string-loop-body-id",Hs="global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-id",CI="global-test-iterate-over-string-loop-iteration-list-input-map-id",Sj={type:n.GenericReference,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:Hs,entityType:n.ArgumentDeclaration},Cj={like:!1,inferred:!1,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:Sj},Bj={id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:zc,entityType:n.FunctionDeclaration},wj={id:Hs,type:n.ArgumentDeclaration,version:1,name:"Current character",description:"The current character value being processed.",dataType:Cj,implements:gl,required:!0,index:1,writesValues:[],parent:Bj},_j={type:n.GenericReference,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:Hs,entityType:n.ArgumentDeclaration},Nj={like:!1,inferred:!1,id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:_j},Mj={id:"global-test-iterate-over-string-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:zc,entityType:n.FunctionDeclaration},Vj={id:Hs,type:n.ArgumentDeclaration,version:1,name:"Current character",description:"The current character value being processed.",dataType:Nj,implements:vl,required:!0,index:0,writesValues:[],parent:Mj},Lj={id:"global-test-iterate-over-string-loop-body-parent-ref-id",type:n.GenericReference,entityId:Hc,entityType:n.Loop},Gj={id:zc,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Vj,wj],calls:[],implements:Il,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:Lj},$j={id:"global-test-iterate-over-string-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:Hc,entityType:n.Loop},Fj={id:"global-test-iterate-over-string-loop-iteration-list-input-map-default-value-parent-ref-id",type:n.GenericReference,entityId:CI,entityType:n.InputMap},Uj={id:"global-test-iterate-over-string-loop-iteration-list-input-map-default-value-id",type:n.PrimitiveValue,name:D.String,version:1,value:"Hello",valueAsType:null,autogeneration:{type:qe.Random,rangeStart:4,rangeEnd:5},parent:Fj},xj={id:CI,type:n.InputMap,version:1,name:null,description:null,declaration:ts.inputs[0],defaultValue:Uj,readsValue:null,index:0,parent:$j},jj={id:"global-test-iterate-over-string-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},kj={id:Hc,type:n.Loop,version:1,declaration:ts,inputs:[xj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:Gj,calledByError:[],calledByEntry:[],calledBySuccess:[],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:jj},Zc="iterate-over-list-loop-id",BI="iterate-over-list-loop-body-id",wI="iterate-over-list-loop-body-current-iteration-argument-declaration-id",qj={type:n.GenericReference,id:"iterate-over-list-loop-body-current-iteration-argument-declaration-data-type-parent-ref-id",entityId:wI,entityType:n.ArgumentDeclaration},Jj={like:!1,inferred:!1,id:"iterate-over-list-loop-body-current-iteration-argument-declaration-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,defaultValue:null,entity:null,isList:!1,isNullable:!1,asType:!1,constant:!1,parent:qj},Wj={id:"iterate-over-list-loop-body-current-iteration-argument-declaration-parent-ref-id",type:n.GenericReference,entityId:BI,entityType:n.FunctionDeclaration},Yj={id:wI,type:n.ArgumentDeclaration,version:1,name:"Current value",description:"The current value being processed.",dataType:Jj,implements:Qa,required:!0,index:0,writesValues:[],parent:Wj},Hj={id:"iterate-over-list-loop-body-parent-ref-id",type:n.GenericReference,entityId:Zc,entityType:n.Loop},zj={id:BI,type:n.FunctionDeclaration,version:1,name:"Iteration logic trigger",description:"This function is called once for each iteration of the loop.",inputs:[Yj],calls:[],implements:es,collapsed:!1,returnStatements:[],private:!1,index:0,x:0,y:0,parent:Hj},Zj={id:"iterate-over-list-loop-iteration-list-input-map-parent-ref-id",type:n.GenericReference,entityId:Zc,entityType:n.Loop},Kj={id:"iterate-over-list-loop-iteration-list-input-map-id",type:n.InputMap,version:1,name:null,description:null,declaration:rr.inputs[0],defaultValue:null,readsValue:null,index:0,parent:Zj},Xj={id:"iterate-over-list-loop-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},Qj={id:Zc,type:n.Loop,version:1,declaration:rr,inputs:[Kj],successCalls:[],errorCalls:[],outputsDeclarations:[],outputs:[],process:null,body:zj,calledByError:[],calledByEntry:[],calledBySuccess:[],breakStatements:[],continueStatements:[],error:null,x:0,y:0,parent:Xj};var Kc=(r=>(r.EQ="eq",r.NEQ="neq",r.GT="gt",r.GTE="gte",r.LT="lt",r.LTE="lte",r.LIKE="like",r.ILIKE="ilike",r))(Kc||{}),_I=(r=>(r.COUNT="count",r.SUM="sum",r.AVG="avg",r.MIN="min",r.MAX="max",r))(_I||{});const e8={from:{name:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},items:{from:{name:"ed3a6098-12ee-4632-a6dd-c2e6c542f66d"},items:[{function:{name:_I.COUNT,items:["f8310850-a87e-405c-b182-4f1d5fa49240"]},alias:"employee_count"}],where:[{name:"80c86e1b-caca-4ba5-9b1f-38f72d10e4a3",operation:Kc.NEQ,value:null}]},where:[{name:"employee_count",operation:Kc.GT,value:1}]},t8={id:"find-companies-with-multiple-employees-and-bank-account-search-parent-ref-id",type:n.GenericReference,entityId:H,entityType:n.Project},n8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-declaration-parent-ref-id",type:n.GenericReference,entityId:"find-companies-with-multiple-employees-and-bank-account",entityType:n.Search},NI={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-declaration-id",type:n.ValueDescriptor,version:1,name:"companies",description:"List of companies with multiple employees and an existing bank account",dataType:null,required:!0,index:0,parent:n8},r8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-parent-ref-id",type:n.GenericReference,entityId:"find-companies-with-multiple-employees-and-bank-account",entityType:n.Search},i8={id:"find-companies-with-multiple-employees-and-bank-account-search-companies-list-output-id",type:n.OutputMap,version:1,declaration:NI,writesValues:[],index:0,parent:r8},a8={id:"find-companies-with-multiple-employees-and-bank-account",type:n.Search,version:1,name:"Find companies with multiple employees and a bank account",description:"This search statement finds companies with multiple employees and an existing bank account",inputsDeclarations:[],outputsDeclarations:[NI],inputs:[],outputs:[i8],query:e8,successCalls:[],errorCalls:[],error:null,calledByError:[],calledByEntry:[],calledBySuccess:[],x:0,y:0,parent:t8},s8={type:n.GenericReference,id:"employee-mapped-dto-manager-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:bI},o8={type:n.GenericReference,id:"employee-mapped-dto-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},MI={id:tj,type:n.InputMap,version:1,declaration:null,name:"manager_id",description:null,defaultValue:null,index:4,readsValue:s8,parent:o8},l8={type:n.GenericReference,id:"employee-mapped-dto-department-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:TI},c8={type:n.GenericReference,id:"employee-mapped-dto-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},VI={id:ej,type:n.InputMap,version:1,declaration:null,name:"department_name",description:null,defaultValue:null,index:3,readsValue:l8,parent:c8},d8={type:n.GenericReference,id:"employee-mapped-dto-birth-date-input-map-reads-value-ref-id",entityType:n.OutputMap,entityId:mI},u8={type:n.GenericReference,id:"employee-mapped-dto-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},LI={id:Qx,type:n.InputMap,version:1,declaration:null,name:"birth_date",description:null,defaultValue:null,index:2,readsValue:d8,parent:u8},p8={type:n.GenericReference,id:"employee-mapped-dto-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:hI},y8={type:n.GenericReference,id:"employee-mapped-dto-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},GI={id:Xx,type:n.InputMap,version:1,declaration:null,name:"id",description:"The ID of the employee",defaultValue:null,index:1,readsValue:p8,parent:y8},f8={type:n.GenericReference,id:"employee-mapped-dto-requester-id-output-map-reads-value-ref-id",entityType:n.OutputMap,entityId:RI},h8={type:n.GenericReference,id:"employee-mapped-dto-requester-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:bn},$I={id:Kx,type:n.InputMap,version:1,declaration:null,name:"requester_id",description:"The ID of the current user making the request",defaultValue:null,index:0,readsValue:f8,parent:h8},m8={type:n.GenericReference,id:"manager-variable-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:qc},T8={id:bI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[MI],parent:m8},E8={type:n.GenericReference,id:"manager-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:qc},b8={like:!1,inferred:!1,id:"manager-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Lt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:E8,defaultValue:null},R8={type:n.GenericReference,id:"manager-variable-reads-value-ref-id",entityType:n.OutputMap,entityId:EI},g8={type:n.GenericReference,id:"manager-variable-parent-ref-id",entityType:n.Project,entityId:H},FI={id:qc,type:n.VariableDeclaration,version:1,name:"Manager",dataType:b8,description:"A variable holding an inherited manager for testing purposes",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:R8,writesValues:[],inputs:[],outputs:[T8],internalCalls:[],parent:g8,x:0,y:0},v8={type:n.GenericReference,id:"random-company-employee-manager-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},I8={id:EI,type:n.OutputMap,version:1,declaration:Lt.properties[2],index:3,writesValues:[FI],parent:v8},D8={type:n.GenericReference,id:"random-company-employee-department-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},P8={id:TI,type:n.OutputMap,version:1,declaration:Lt.properties[0],index:2,writesValues:[VI],parent:D8},A8={type:n.GenericReference,id:"random-company-employee-birth-date-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},O8={id:mI,type:n.OutputMap,version:1,declaration:pt.properties[1],index:1,writesValues:[LI],parent:A8},S8={type:n.GenericReference,id:"random-company-employee-id-output-map-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},C8={id:hI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[GI],parent:S8},B8={type:n.GenericReference,id:"random-company-employee-test-variable-data-type-parent-ref-id",entityType:n.VariableDeclaration,entityId:ci},w8={like:!1,inferred:!1,id:"random-company-employee-test-variable-data-type-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,version:1,entity:Lt,asType:!1,isList:!1,isNullable:!0,constant:!1,parent:B8,defaultValue:null},_8={type:n.GenericReference,id:"random-company-employee-test-variable-parent-ref-id",entityType:n.Project,entityId:H},N8={id:ci,type:n.VariableDeclaration,version:1,name:"Company employee",dataType:w8,description:"A variable holding a random company employee for testing purposes",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[C8,O8,P8,I8],internalCalls:[],parent:_8,x:0,y:0},M8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-parent-ref-id",entityType:n.InputMap,entityId:gI},V8={type:n.PrimitiveValue,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-id",name:D.Date,version:1,valueAsType:null,value:null,autogeneration:{type:qe.CurrentDateAndTime,rangeStart:null,rangeEnd:null},parent:M8},L8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-now-timestamp-input-map-parent-ref-id",entityType:n.VariableInstance,entityId:kn},G8={id:gI,type:n.InputMap,version:1,declaration:null,name:"now",description:"The current timestamp when the operation is executed",defaultValue:V8,index:5,readsValue:null,parent:L8},$8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-decl-ref-id",entityType:n.VariableDeclaration,entityId:bn},F8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-called-by-success-ref-id",entityType:n.VariableDeclaration,entityId:kn},U8={type:n.GenericReference,id:"employee-mapped-dto-variable-instance-parent-ref-id",entityType:n.Project,entityId:H},x8={id:kn,type:n.VariableInstance,version:1,declaration:$8,calledByError:[],calledByEntry:[],calledBySuccess:[F8],successCalls:[Wc,SI],errorCalls:[],readsValue:null,writesValues:[OI],inputs:[G8],outputs:[],internalCalls:[],parent:U8,x:0,y:0},j8={type:n.GenericReference,id:"employee-mapped-dto-variable-parent-ref-id",entityType:n.Project,entityId:H},k8={id:bn,type:n.VariableDeclaration,version:1,name:"Employee DTO",dataType:null,description:"A variable holding the data of a mapped employee DTO",calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[Wc,x8],errorCalls:[],readsValue:null,writesValues:[DI],inputs:[$I,GI,LI,VI,MI],outputs:[],internalCalls:[],parent:j8,x:0,y:0},q8={type:n.GenericReference,id:"0e63e617-f9d3-42e8-bde0-1bb0b1df7034",entityType:n.VariableDeclaration,entityId:cc},J8={like:!1,inferred:!1,id:"e75645ce-d3df-4f07-a897-ae9ef4d917fd",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:uc,version:1,asType:!1,isList:!1,isNullable:!1,constant:!1,parent:q8,defaultValue:null},W8={type:n.GenericReference,id:"e92a8ff5-3fef-4e0c-8d8f-92c930b2890b",entityType:n.Project,entityId:H},UI={id:cc,type:n.VariableDeclaration,version:1,name:"Current user",description:"The user that is currently logged in",dataType:J8,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:W8},Y8={type:n.GenericReference,id:"manager-variable-id-output-map-parent-ref-id",entityType:n.VariableInstance,entityId:fI},H8={id:RI,type:n.OutputMap,version:1,declaration:xe.properties[1],index:0,writesValues:[$I],parent:Y8},z8={type:n.GenericReference,id:"global-user-instance-parent-ref-id",entityType:n.Project,entityId:H},Z8={id:fI,type:n.VariableInstance,version:1,declaration:UI,calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[H8],internalCalls:[],parent:z8,x:0,y:0},K8={type:n.GenericReference,id:"is-test-environment-variable-dcl-datatype-parent-ref-id",entityType:n.VariableDeclaration,entityId:cc},X8={type:n.GenericReference,id:"is-test-environment-variable-dcl-datatype-default-value-parent-ref-id",entityType:n.DataType,entityId:"is-test-environment-variable-dcl-datatype-id"},Q8={like:!1,inferred:!1,id:"is-test-environment-variable-dcl-datatype-id",type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,entity:wn,version:1,asType:!1,isList:!1,isNullable:!1,constant:!0,parent:K8,defaultValue:{id:"is-test-environment-variable-dcl-datatype-default-value-id",name:D.Boolean,version:1,value:null,type:n.PrimitiveValue,autogeneration:{type:qe.Random,rangeStart:null,rangeEnd:null},valueAsType:null,parent:X8}},e9={type:n.GenericReference,id:"is-test-environment-variable-dcl-main-project-ref-id",entityType:n.Project,entityId:H},xI={id:"is-test-environment-variable-dcl-id",type:n.VariableDeclaration,version:1,name:"Is test envrioment",description:"Indicates whether the current environment is a test environment or not.",dataType:Q8,inputs:[],outputs:[],calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],x:0,y:0,readsValue:null,writesValues:[],internalCalls:[],parent:e9},t9={type:n.GenericReference,id:"is-test-environment-variable-instance-parent-ref-id",entityType:n.Project,entityId:H},n9={id:"is-test-environment-variable-instance-id",type:n.VariableInstance,version:1,declaration:xI,calledByError:[],calledByEntry:[],calledBySuccess:[],successCalls:[],errorCalls:[],readsValue:null,writesValues:[],inputs:[],outputs:[],internalCalls:[],parent:t9,x:0,y:0},jI={type:n.Project,id:H,version:1,name:"Mocked project to compile",description:"This project is used to test all sorts of features and edge cases. It is not meant to be used in production. Or to have any functionality that makes sense",projects:[qx],entities:[dc,uc,pt,J1,Lt,$s,jR,kR,ri,FM,Ot,M1,PR,CC,GM],functions:[p4,hg,Bc,R4,S4,wg,wc,mc,Fx,XR,mU],events:[DV],variableDeclarations:[xI,UI,Lc,N8,FI,k8],variableInstances:[n9,Z8],conditions:[],operations:[si],functionCalls:[v0,BL],loops:[Qj,Wc,SI,kj,sj],searches:[a8]};var T=(r=>(r.Error="error",r.Warning="warning",r))(T||{}),S=(r=>(r.InvalidObjectStructure="invalid-object-structure",r.NameNotUniqueInScope="name-not-unique-in-scope",r.EmptyName="empty-name",r.MissingCaller="missing-caller",r.PropertyOverwrite="property-overwrite",r.MethodOverwrite="method-overwrite",r.NoOverlapWithImplementedSignature="no-overlap-with-implemented-signature",r.ReaderWriterIncompatibleDataType="reader-writer-incompatible-data-type",r.UnreachableEntity="unreachable-entity",r.InternalCallParentMissingDataType="internal-call-parent-missing-data-type",r.InternalCallParentDeclarationEntityInvalidType="internal-call-parent-declaration-entity-invalid-type",r.InternalCallDeclarationNotFoundInParentDatatypeEntity="internal-call-declaration-not-found-in-parent-datatype-entity",r.InternalCallDeclarationIsNotFunctionDeclaration="internal-call-declaration-is-not-function-declaration",r.InternalCallDeclarationNotInParentDatatypeEntity="internal-call-declaration-not-in-parent-datatype-entity",r))(S||{}),f=(r=>(r.RootReference="root-reference",r.ReferencedEntityNotFound="referenced-entity-not-found",r.EntityIdNotUnique="entity-id-not-unique",r.BuiltInEntityGenerated="built-in-entity-generated",r.BuiltInEntityUpdated="built-in-entity-updated",r.BuiltInEntityDeleted="built-in-entity-deleted",r.UnknownEntityType="unknown-entity-type",r.MissingTypeProperty="missing-type-property",r.MissingIdProperty="missing-id-property",r.BuiltInEntityParent="built-in-entity-parent",r.InvalidBuiltInEntityReference="invalid-built-in-entity-reference",r.RecommendedImplementAbstractEntityAction="recommended-implement-abstract-entity-action",r.RecommendedImplementOperationAction="recommended-implement-operation-action",r.RecommendedImplementFunctionCallAction="recommended-implement-function-call-action",r.RecommendedImplementVariableDeclarationAction="recommended-implement-variable-declaration-action",r.RecommendedImplementVariableInstanceAction="recommended-implement-variable-instance-action",r.RecommendedImplementConditionAction="recommended-implement-condition-action",r.InvalidReferenceObjectStructure="invalid-reference-object-structure",r.ContainsSingleButShouldBeReferenceList="contains-single-but-should-be-reference-list",r.ContainsListButShouldReferenceSingle="contains-list-but-should-reference-single",r.InvalidParentReference="invalid-parent-reference",r.InvalidImplementsReference="invalid-implements-reference",r.InvalidExtendsReference="invalid-extends-reference",r.InvalidGenerationActionPayload="invalid-generation-action-payload",r.InvalidReference="invalid-reference",r.InvalidInternalCallParentRelation="invalid-internal-call-parent-relation",r.InvalidUpdateEntityOperation="invalid-update-entity-operation",r.NewEntityWouldOverriteExisting="new-entity-would-overrite-existing",r.InvalidDownstreamPropertyOverride="invalid-downstream-property-override",r.UnrecognizedProperty="unrecognized-property",r.SelfReference="self-reference",r.DuplicateReference="duplicate-reference",r.CallerWithIncompatibleScope="caller-with-incompatible-scope",r.InvalidFunctionDeclarationForFunctionCall="invalid-function-declaration-for-function-call",r.InvalidInputMapDeclaration="invalid-input-map-declaration",r.InvalidActionDescriptorForOperation="invalid-action-descriptor-for-operation",r.InvalidActionDescriptorForCondition="invalid-action-descriptor-for-condition",r.InvalidActionDescriptorForLoop="invalid-action-descriptor-for-loop",r.InvalidInmutablePropertyOverride="invalid-inmutable-property-override",r.OutputOverwrite="output-overwrite",r.InputOverwrite="input-overwrite",r.IncompatibleScope="incompatible-scope",r.InvalidParentUpdate="invalid-parent-update",r.NonInteractiveEntityReferenced="non-interactive-entity-referenced",r.InvalidParentRelationType="invalid-parent-relation-type",r))(f||{}),M=(r=>(r.ScopeWithoutLogic="scope-without-logic",r.ExtendingAbstractEntity="extending-abstract-entity",r.ImplementingNonAbstractEntity="implementing-non-abstract-entity",r.AbstractEntityWithNonAbstractMethods="abstract-entity-with-non-abstract-methods",r.AbstractEntityWithNonAbstractProperties="abstract-entity-with-non-abstract-properties",r.StaticEntityWithNonStaticProperties="static-entity-with-non-static-properties",r.NonStaticPropertyInStaticEntity="non-static-property-in-static-entity",r.AbstractPropertyInNonAbstractEntity="abstract-property-in-non-abstract-entity",r.AbstractMethodInNonAbstractEntity="abstract-method-in-non-abstract-entity",r.IncorrectEntityImplementation="incorrect-entity-implementation",r.IncorrectMethodImplementation="incorrect-method-implementation",r.IncorrectPropertyImplementation="incorrect-property-implementation",r.PropertyImplementsNonAbstact="property-implements-non-abstract",r.NonStaticPropertyImplementsStatic="non-static-property-implements-static",r.StaticPropertyImplementsNonStatic="static-property-implements-non-static",r.PropertyImplementsIncompatibleType="property-implements-incompatible-type",r.MissingPropertyImplementation="missing-property-implementation",r.MissingMethodImplementation="missing-method-implementation",r.NoProperties="no-properties",r.ReadingFromIncompatibleType="reading-from-incompatible-type",r.WritingToIncompatibleType="writing-to-incompatible-type",r.InvalidPropertiesCombination="invalid-properties-combination",r.DisconnectedCallableEntity="disconnected-callable-entity",r.VariableReadsValueAndInternalCall="variable-reads-value-and-internal-call",r.VariableWritesValuesAndInternalCall="variable-writes-values-and-internal-call",r.VariableHasInputsAndInternalCall="variable-has-inputs-and-internal-calls",r.VariableHasOutputsAndInternalCall="variable-has-outputs-and-internal-call",r.VariableIsCalledAndHasInternalCall="variable-is-called-and-has-internal-call",r.VariableCallsOthersAndHasInternalCall="variable-calls-others-and-has-internal-call",r))(M||{});class E{constructor(e){c(this,"id");c(this,"message");c(this,"issue");c(this,"severity");c(this,"code");this.id=e.id,this.message=e.message,this.issue=e.issue,this.severity=e.severity,this.code=e.code}toEntityError(e){return this.code in S?new mr({id:this.id,message:this.message,issue:this.issue,severity:this.severity,code:this.code,entity:e}):null}}class mr{constructor(e){c(this,"id");c(this,"message");c(this,"issue");c(this,"severity");c(this,"code");c(this,"entity");this.id=e.id,this.message=e.message,this.issue=e.issue,this.severity=e.severity,this.code=e.code,this.entity=e.entity}clone(){return new mr({id:this.id,message:this.message,issue:this.issue,severity:this.severity,code:this.code,entity:this.entity})}}function r9(r){const e=new Set;return r.filter(t=>e.has(t.id)?!1:(e.add(t.id),!0))}function z(r){const e=r.entity.errors.find(i=>i.id===r.id);return e?{new:!1,error:e}:{new:!0,error:new mr(r)}}function i9(r,e){const t=new Map;return r.forEach(i=>{t.set(i.id,i)}),e.forEach(i=>{t.set(i.id,i)}),Array.from(t.values())}function ae(r,e){const t=[];return e.forEach(i=>{const a=r.find(s=>s.id===i.id);a?t.push(a):t.push(i)}),t}const ma=u.union([u.string(),u.number(),u.boolean(),u.date()]),kI=u.enum([qe.CurrentDateAndTime,qe.Random,qe.Unique]),zs=u.object({type:kI,rangeStart:ma.nullable(),rangeEnd:ma.nullable()}),Ta=zs.extend({type:u.literal(qe.Random),rangeStart:ma,rangeEnd:ma}),Xc=zs.extend({type:u.literal(qe.Unique),rangeStart:u.null(),rangeEnd:u.null()}),qI=zs.extend({type:u.literal(qe.CurrentDateAndTime),rangeStart:u.null(),rangeEnd:u.null()}),Zs=Ta.extend({rangeStart:u.number().nullable(),rangeEnd:u.number().nullable()}),JI=Zs.extend({rangeStart:u.number(),rangeEnd:u.null()}),WI=Zs.extend({rangeStart:u.null(),rangeEnd:u.number()}),YI=Zs.extend({rangeStart:u.number(),rangeEnd:u.number()}),Ks=Ta.extend({rangeStart:u.number().nullable(),rangeEnd:u.number().nullable()}),HI=Ks.extend({rangeStart:u.number(),rangeEnd:u.null()}),zI=Ks.extend({rangeStart:u.null(),rangeEnd:u.number()}),ZI=Ks.extend({rangeStart:u.number(),rangeEnd:u.number()}),Xs=Ta.extend({rangeStart:u.date().nullable(),rangeEnd:u.date().nullable()}),KI=Xs.extend({rangeStart:u.date(),rangeEnd:u.null()}),XI=Xs.extend({rangeStart:u.null(),rangeEnd:u.date()}),QI=Xs.extend({rangeStart:u.date(),rangeEnd:u.date()}),Qc=Ta.extend({rangeStart:u.null(),rangeEnd:u.null()}),ed=u.union([HI,zI,ZI]),td=u.union([JI,WI,YI]),nd=u.union([KI,XI,QI,qI]),rd=u.union([ed,td,nd,Xc,Qc]);function Ea(){return u.union([u.object({type:u.literal(n.ValueDescriptor)}),u.record(u.string(),u.any())])}function eD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ValueDescriptor)})}function id(){return u.object({id:u.string(),type:u.literal(n.ValueDescriptor),name:u.string(),required:u.boolean()})}function a9(){return id().merge(u.object({version:u.number(),index:u.number()}))}function s9(){return id().merge(u.object({}))}function o9(){return u.object({dataType:Rr(),parent:Er()})}function l9(){return a9().merge(o9())}function Qs(){return u.union([u.object({type:u.literal(n.PrimitiveEntity)}),u.record(u.string(),u.any())])}function eo(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.PrimitiveEntity)})}function to(){return u.object({id:u.string(),type:u.literal(n.PrimitiveEntity),name:u.string(),description:u.string().nullable(),static:u.boolean(),abstract:u.boolean()})}function c9(){return to().merge(u.object({version:u.number()}))}function d9(){return to().merge(u.object({}))}function u9(){return u.object({properties:u.array(Tr()),methods:u.array(St()),abstractMethods:u.array(rn()),extends:u.array(u.union([Qs(),di()]))})}function p9(){return c9().merge(u9())}function Tr(){return u.union([u.object({type:u.literal(n.Property)}),u.record(u.string(),u.any())])}function tD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Property)})}function ad(){return u.object({id:u.string(),type:u.literal(n.Property),name:u.string(),description:u.string().nullable(),private:u.boolean(),static:u.boolean(),required:u.boolean(),abstract:u.boolean()})}function y9(){return ad().merge(u.object({version:u.number(),index:u.number()}))}function f9(){return ad().merge(u.object({}))}function h9(){return u.object({dataType:Rr(),implements:Tr().nullable(),parent:u.union([Ir(),eo(),no()])})}function m9(){return y9().merge(h9())}function T9(){return u.enum([L.CRON_JOB,L.EXECUTION,L.HTTP_ENDPOINT,L.PERSISTED_ENTITY,L.RELATIONAL_DATABASE])}function di(){return u.union([u.object({type:u.literal(n.BuiltInBaseEntity)}),u.record(u.string(),u.any())])}function no(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.BuiltInBaseEntity)})}function sd(){return u.object({id:u.string(),version:u.number(),type:u.literal(n.BuiltInBaseEntity),name:T9(),description:u.string().nullable(),abstract:u.boolean(),static:u.boolean()})}function E9(){return sd()}function b9(){return sd().merge(u.object({}))}function R9(){return u.object({properties:u.array(Tr()),methods:u.array(St()),abstractMethods:u.array(rn()),extends:u.array(u.union([di(),Qs()]))})}function g9(){return E9().merge(R9())}function rn(){return u.union([u.object({type:u.literal(n.ActionDescriptor)}),u.record(u.string(),u.any())])}function Er(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ActionDescriptor)})}function ro(){return u.object({id:u.string(),type:u.literal(n.ActionDescriptor),name:u.string(),description:u.string().nullable()})}function v9(){return ro().merge(u.object({version:u.number()}))}function I9(){return ro().merge(u.object({}))}function D9(){return u.object({inputs:u.array(Ea()),outputs:u.array(Ea()),parent:u.union([gt(),Ir(),no(),eo()]).nullable()})}function nD(){return v9().merge(D9())}function ui(){return u.union([u.object({type:u.literal(n.Loop)}),u.record(u.string(),u.any())])}function an(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Loop)})}function rD(){return u.object({id:u.string(),type:u.literal(n.Loop)})}function P9(){return rD().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function A9(){return rD().merge(u.object({declaration:u.union([u.string(),St()])}))}function O9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),declaration:rn(),inputs:u.array(Ht()),outputs:u.array(ht()),outputsDeclarations:u.array(Ea()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),error:ht(),body:St(),parent:u.union([In(),gt()]),breakStatements:u.array(hi()),continueStatements:u.array(pi())})}function S9(){return P9().merge(O9())}function pi(){return u.union([u.object({type:u.literal(n.ContinueStatement)}),u.record(u.string(),u.any())])}function yi(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ContinueStatement)})}function od(){return u.object({id:u.string(),type:u.literal(n.ContinueStatement)})}function C9(){return od().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function B9(){return od().merge(u.object({}))}function w9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:an()})}function _9(){return C9().merge(w9())}function br(){return u.union([u.object({type:u.literal(n.ReturnStatement)}),u.record(u.string(),u.any())])}function fi(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ReturnStatement)})}function ld(){return u.object({id:u.string(),type:u.literal(n.ReturnStatement)})}function N9(){return ld().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function M9(){return ld().merge(u.object({}))}function V9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:In()})}function L9(){return N9().merge(V9())}function Rn(){return u.union([u.object({type:u.literal(n.ReturnDeclaration)}),u.record(u.string(),u.any())])}function iD(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ReturnDeclaration)})}function cd(){return u.object({id:u.string(),type:u.literal(n.ReturnDeclaration),name:u.string(),description:u.string().nullable(),isError:u.boolean()})}function G9(){return cd().merge(u.object({version:u.number(),index:u.number()}))}function $9(){return cd().merge(u.object({}))}function F9(){return u.object({dataType:Rr().nullable(),readsValue:Da().nullable(),parent:u.union([fi(),Er(),gn(),yi()])})}function U9(){return G9().merge(F9())}function hi(){return u.union([u.object({type:u.literal(n.BreakStatement)}),u.record(u.string(),u.any())])}function gn(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.BreakStatement)})}function dd(){return u.object({id:u.string(),type:u.literal(n.BreakStatement)})}function x9(){return dd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function j9(){return dd().merge(u.object({}))}function k9(){return u.object({calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),outputs:u.array(Rn()),throws:u.optional(Rn()),parent:an()})}function q9(){return x9().merge(k9())}function ht(){return u.union([u.object({type:u.literal(n.OutputMap)}),u.record(u.string(),u.any())])}function ud(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.OutputMap)})}function pd(){return u.object({id:u.string(),type:u.literal(n.OutputMap)})}function J9(){return pd().merge(u.object({version:u.number(),index:u.number()}))}function W9(){return pd().merge(u.object({}))}function Y9(){return u.object({writesValues:u.array(vn()),declaration:u.union([Rn(),Tr()]),parent:u.union([he(),an(),gn()])})}function H9(){return J9().merge(Y9())}function mi(){return u.union([u.object({type:u.literal(n.FunctionCall)}),u.record(u.string(),u.any())])}function ba(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.FunctionCall)})}function yd(){return u.object({id:u.string(),type:u.literal(n.FunctionCall)})}function z9(){return yd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function Z9(){return yd().merge(u.object({}))}function K9(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:St(),inputs:u.array(Ht()),outputs:u.array(ht()),error:u.optional(ht()),parent:u.union([In(),gt()])})}function X9(){return z9().merge(K9())}function Q9(){return u.enum([Le.Equal,Le.NotEqual,Le.MoreThan,Le.MoreThanOrEqual,Le.LessThan,Le.LessThanOrEqual,Le.And,Le.Or,Mt.Empty,Mt.NotEmpty])}function Ra(){return u.union([u.object({type:u.literal(n.Condition)}),u.record(u.string(),u.any())])}function io(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Condition)})}function fd(){return u.object({id:u.string(),type:u.literal(n.Condition)})}function e6(){return fd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function t6(){return fd().merge(u.object({}))}function n6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),leftValue:Ht(),rightValue:Ht().nullable(),operator:Q9(),parent:u.union([In(),gt()])})}function r6(){return e6().merge(n6())}function ga(){return u.union([u.object({type:u.literal(n.Search)}),u.record(u.string(),u.any())])}function va(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Search)})}function hd(){return u.object({id:u.string(),type:u.literal(n.Search),name:u.string(),query:u.any(),description:u.string().nullable()})}function i6(){return hd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function a6(){return hd().merge(u.object({}))}function s6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),inputsDeclarations:u.array(vr()),inputs:u.array(Ht()),outputsDeclarations:u.array(Ea()),outputs:u.array(ht()),parent:u.union([In(),gt()]),error:ht().nullable()})}function o6(){return i6().merge(s6())}function Ia(){return u.union([u.object({type:u.literal(n.InternalCall)}),u.record(u.string(),u.any())])}function md(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InternalCall)})}function Td(){return u.object({id:u.string(),type:u.literal(n.InternalCall),index:u.number()})}function l6(){return Td().merge(u.object({version:u.number(),index:u.number()}))}function c6(){return Td().merge(u.object({declaration:u.union([u.string(),St()])}))}function d6(){return u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:St(),inputs:u.array(Ht()),outputs:u.array(ht()),parent:qn(),error:u.optional(ht())})}function u6(){return l6().merge(d6())}function Ht(){return u.union([u.object({type:u.literal(n.InputMap)}),u.record(u.string(),u.any())])}function ao(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InputMap)})}function Ed(){return u.object({id:u.string(),type:u.literal(n.InputMap),name:u.string().nullable().optional(),description:u.string().nullable().optional()})}function p6(){return Ed().merge(u.object({version:u.number(),index:u.number()}))}function y6(){return Ed().merge(u.object({}))}function f6(){return u.object({defaultValue:bd().nullable(),declaration:u.union([vr(),Tr()]).nullable(),readsValue:Da().nullable(),parent:u.union([he(),ao(),an(),gn()])})}function h6(){return p6().merge(f6())}function Ti(){return u.union([u.object({type:u.literal(n.Operation)}),u.record(u.string(),u.any())])}function Ei(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.Operation)})}function so(){return u.object({id:u.string(),type:u.literal(n.Operation)})}function m6(){return so().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function T6(){return so().merge(u.object({}))}function E6(){return so().merge(u.object({successCalls:u.array(Ye()),errorCalls:u.array(Ye()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),writesValues:u.array(vn()),declaration:rn(),inputs:u.array(Ht()),outputs:u.array(ht()),error:u.array(ht()),parent:u.union([In(),gt()])}))}function b6(){return m6().merge(E6())}function oo(){return u.union([u.string(),u.number(),u.boolean(),u.null(),u.date()])}function aD(){return u.record(u.string(),oo())}function R6(){return u.array(u.union([oo(),aD()]))}function sD(){return u.union([oo(),aD(),R6()])}function oD(){return u.union([oo(),sD()])}function lD(){return u.enum([D.String,D.Number,D.Boolean,D.Null,D.Date,D.JSON,D.Enum,D.File,D.UUID,D.EntityTemplate,D.ActionDescriptor])}function g6(){return u.union([Ir(),Ei(),Pa()])}function v6(){return u.object({id:u.string(),name:lD(),type:u.literal(n.PrimitiveValue),value:oD(),autogeneration:rd.nullable()})}function I6(){return v6().merge(u.object({}))}function zt(){return u.object({id:u.string(),version:u.number(),name:lD(),type:u.literal(n.PrimitiveValue),value:oD(),valueAsType:g6().nullable(),autogeneration:rd.nullable(),parent:u.union([Rd(),ao()])})}function D6(){return zt().extend({name:u.literal(D.String),value:u.string(),autogeneration:ed.nullable()})}function P6(){return zt().extend({name:u.literal(D.Number),value:u.number(),autogeneration:td.nullable()})}function A6(){return zt().extend({name:u.literal(D.Boolean),value:u.boolean(),autogeneration:Qc.nullable()})}function O6(){return zt().extend({name:u.literal(D.Null),value:u.null(),autogeneration:u.null()})}function S6(){return zt().extend({name:u.literal(D.Date),value:u.date(),autogeneration:nd.nullable()})}function C6(){return zt().extend({name:u.literal(D.JSON),value:sD(),autogeneration:u.null()})}function B6(){return zt().extend({name:u.literal(D.Enum),value:u.string(),autogeneration:u.null()})}function w6(){return zt().extend({name:u.literal(D.File),value:u.string(),autogeneration:u.null()})}function _6(){return zt().extend({name:u.literal(D.UUID),value:u.string(),autogeneration:Xc.nullable()})}function N6(){return zt().extend({name:u.literal(D.EntityTemplate),value:Ir(),autogeneration:u.null()})}function M6(){return zt().extend({name:u.literal(D.ActionDescriptor),value:Pa(),autogeneration:u.null()})}function bd(){return u.union([D6(),P6(),A6(),O6(),S6(),C6(),B6(),w6(),_6(),N6(),M6()])}function Rr(){return u.union([u.object({type:u.literal(n.DataType)}),u.record(u.string(),u.any())])}function Rd(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.DataType)})}function gd(){return u.object({id:u.string(),type:u.literal(n.DataType),isNullable:u.boolean(),isList:u.boolean(),constant:u.boolean(),asType:u.boolean(),options:u.array(u.string()).optional()})}function V6(){return gd().merge(u.object({version:u.number()}))}function L6(){return gd().merge(u.object({}))}function G6(){return u.object({defaultValue:bd().nullable(),entity:u.union([bi(),di(),Qs(),rn()]).nullable(),parent:u.union([tD(),uD(),eD()])})}function $6(){return V6().merge(G6())}function vd(){return u.union([u.object({type:u.literal(n.VariableDeclaration)}),u.record(u.string(),u.any())])}function F6(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.VariableDeclaration)})}function Id(){return u.object({id:u.string(),type:u.literal(n.VariableDeclaration),name:u.string(),description:u.string().nullable()})}function U6(){return Id().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function x6(){return Id().merge(u.object({}))}function j6(){return u.object({dataType:Rr().nullable(),readsValue:Da().nullable(),writesValues:u.array(vn()),inputs:u.array(Ht()),outputs:u.array(ht()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),internalCalls:u.array(Ia()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),parent:u.union([In(),gt()])})}function k6(){return U6().merge(j6())}function cD(){return u.union([u.object({type:u.literal(n.VariableInstance)}),u.record(u.string(),u.any())])}function q6(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.VariableInstance)})}function Dd(){return u.object({id:u.string(),type:u.literal(n.VariableInstance)})}function J6(){return Dd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function W6(){return Dd().merge(u.object({}))}function Y6(){return u.object({declaration:vd(),dataType:Rr().nullable(),readsValue:Da().nullable(),writesValues:u.array(vn()),inputs:u.array(Ht()),outputs:u.array(ht()),successCalls:u.array(Ye()),errorCalls:u.array(Ye()),internalCalls:u.array(Ia()),calledBySuccess:u.array(he()),calledByError:u.array(he()),calledByEntry:u.array(We()),parent:u.union([In(),gt()])})}function H6(){return J6().merge(Y6())}function Pd(){return u.union([u.object({type:u.literal(n.InstalledProject)}),u.record(u.string(),u.any())])}function lo(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.InstalledProject)})}function z6(){return u.object({id:u.string(),type:u.literal(n.InstalledProject)})}function Z6(){return u.object({version:u.number(),x:u.number(),y:u.number()})}function K6(){return u.object({})}function X6(){return u.object({implements:gt(),description:u.string().nullable(),functions:u.array(St()),events:u.array(Ad()),parent:gt()})}function Q6(){return Z6().merge(X6())}function Ad(){return u.union([u.object({type:u.literal(n.GlobalEvent)}),u.record(u.string(),u.any())])}function e3(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.GlobalEvent)})}function co(){return u.object({id:u.string(),type:u.literal(n.GlobalEvent),name:u.string(),collapsed:u.boolean()})}function t3(){return co().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function n3(){return co().merge(u.object({}))}function r3(){return co().merge(u.object({returnStatements:u.array(br()),implements:u.array(nD()),inputs:u.array(vr()),calls:u.array(Ye()),parent:u.union([gt(),lo()])}))}function i3(){return t3().merge(r3())}function gr(){return u.union([vd(),cD()])}function qn(){return u.union([F6(),q6()])}function vn(){return u.union([gr(),Ht(),Rn()])}function dD(){return u.union([qn(),ao(),iD()])}function Da(){return u.union([gr(),vr(),ht(),Ti(),Ia(),mi()])}function a3(){return u.union([qn(),Od(),ud(),Ei(),md(),ba()])}function s3(){return u.union([vr(),ht(),vn()])}function uD(){return u.union([Od(),ud(),dD()])}function uo(){return Ad()}function po(){return e3()}function yo(){return u.union([Ti(),mi(),Ra(),ga(),gr(),Ia(),ui()])}function he(){return u.union([Ei(),ba(),io(),va(),qn(),md(),an()])}function fo(){return u.union([Ti(),mi(),Ra(),ga(),gr(),ui()])}function ho(){return u.union([Ei(),ba(),io(),va(),qn(),an()])}function pD(){return u.union([yo(),br(),hi(),pi()])}function Ye(){return u.union([he(),fi(),gn(),yi()])}function yD(){return u.union([fo(),br(),hi(),pi()])}function fD(){return u.union([ho(),fi(),gn(),yi()])}function Jn(){return u.union([St(),uo()])}function We(){return u.union([Pa(),po()])}function o3(){return u.union([yo(),Jn()])}function l3(){return u.union([he(),We()])}function c3(){return u.union([fo(),Jn()])}function d3(){return u.union([ho(),We()])}function u3(){return u.union([pD(),Jn()])}function p3(){return u.union([Ye(),We()])}function y3(){return u.union([yD(),Jn()])}function f3(){return u.union([fD(),We()])}function h3(){return u.union([Jn(),ui()])}function In(){return u.union([We(),an()])}function m3(){return u.union([yo(),Jn()])}function T3(){return u.union([he(),We()])}function E3(){return u.union([fo(),Jn()])}function b3(){return u.union([ho(),We()])}function R3(){return u.union([br(),hi(),pi()])}function g3(){return u.union([fi(),gn(),yi()])}function v3(){return u.union([di(),M3(),Pd(),bi(),St(),uo(),gr(),Ht(),ht(),Ra(),Ti(),mi(),Rn(),vr(),Qs(),Rr(),Tr(),rn(),br(),pi(),hi(),ui(),ga(),rn(),rn(),Ea(),Ia()])}function I3(){return u.union([no(),gt(),lo(),Ir(),Pa(),po(),qn(),ao(),ud(),io(),Ei(),ba(),iD(),Od(),eo(),Rd(),tD(),Er(),fi(),yi(),gn(),an(),va(),Er(),Er(),eD(),md()])}function D3(){return u.union([Pd(),bi(),St(),uo(),gr(),Ra(),Ti(),mi(),br(),pi(),hi(),ui(),ga()])}function P3(){return u.union([lo(),Ir(),Pa(),po(),qn(),io(),Ei(),ba(),fi(),yi(),gn(),an(),va()])}function vr(){return u.union([u.object({type:u.literal(n.ArgumentDeclaration)}),u.record(u.string(),u.any())])}function Od(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.ArgumentDeclaration)})}function Sd(){return u.object({id:u.string(),type:u.literal(n.ArgumentDeclaration)})}function A3(){return Sd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function O3(){return Sd().merge(u.object({}))}function S3(){return u.object({dataType:Rr().nullable(),writesValues:u.array(vn()),parent:u.union([We(),Er(),Er(),va(),gn()])})}function C3(){return A3().merge(S3())}function St(){return u.union([u.object({type:u.literal(n.FunctionDeclaration)}),u.record(u.string(),u.any())])}function Pa(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.FunctionDeclaration)})}function Cd(){return u.object({id:u.string(),type:u.literal(n.FunctionDeclaration),name:u.string(),description:u.string().nullable()})}function B3(){return Cd().merge(u.object({version:u.number(),x:u.number(),y:u.number(),index:u.number().nullable()}))}function w3(){return Cd()}function _3(){return u.object({inputs:u.array(vr()),implements:rn().nullable(),returnStatements:u.array(br()),parent:u.union([gt(),lo(),Ir(),an(),no(),eo()])})}function N3(){return B3().merge(_3())}function M3(){return u.union([u.object({type:u.literal(n.Project)}),u.record(u.string(),u.any())])}function gt(){return u.object({entityType:u.literal(n.Project),entityId:u.string(),id:u.string(),type:u.literal(n.GenericReference)})}function Bd(){return u.object({id:u.string(),type:u.literal(n.Project),name:u.string(),description:u.string().nullable()})}function V3(){return Bd().merge(u.object({version:u.number()}))}function L3(){return Bd()}function G3(){return u.object({entities:u.array(bi()),functions:u.array(St()),events:u.array(Ad()),projects:u.array(Pd()),variableDeclarations:u.array(vd()),variableInstances:u.array(cD()),conditions:u.array(Ra()),operations:u.array(Ti()),functionCalls:u.array(mi()),loops:u.array(ui()),searches:u.array(ga())})}function $3(){return V3().merge(G3())}function bi(){return u.union([u.object({type:u.literal(n.CustomEntity)}),u.record(u.string(),u.any())])}function Ir(){return u.object({id:u.string(),type:u.literal(n.GenericReference),entityId:u.string(),entityType:u.literal(n.CustomEntity)})}function wd(){return u.object({id:u.string(),type:u.literal(n.CustomEntity),name:u.string(),description:u.string().nullable(),static:u.boolean(),abstract:u.boolean()})}function F3(){return wd().merge(u.object({version:u.number(),x:u.number(),y:u.number()}))}function U3(){return wd().merge(u.object({}))}function x3(){return u.union([gt(),Rd()])}function j3(){return u.object({properties:u.array(Tr()),methods:u.array(St()),abstractMethods:u.array(rn()),extends:u.array(u.union([bi(),di()])),implements:u.array(u.union([bi(),di()])),parent:x3()})}function k3(){return F3().merge(j3())}function q3(r){const e=k3(),t=r.toJSON();e.safeParse(t).success;const a=r.implements.flatMap(h=>Y3(r,h)),s=r.extends.flatMap(h=>H3(r,h)),o=Z3(r),l=z3(r);r.methods.flatMap(h=>h.validate());const p=[...a,...s,...o,...l];return ae(r.errors,p)}function J3(r,e){const t=e.properties.filter(s=>s.abstract),i=[];let a=[...r.properties];return t.forEach(s=>{const o=a.find(l=>{var p;return((p=l.implements)==null?void 0:p.id)===s.id});o?a=a.filter(l=>l.id!==o.id):i.push(s)}),i}function W3(r,e){const t=e.abstractMethods,i=[];let a=[...r.methods];return t.forEach(s=>{const o=a.find(l=>{var p;return((p=l.implements)==null?void 0:p.id)===s.id});o?a=a.filter(l=>l.id!==o.id):i.push(s)}),i}function Y3(r,e){const t=[];if(!e.abstract){const h=z({id:r.id+"--"+M.ImplementingNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is implementing a non-abstract entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:M.ImplementingNonAbstractEntity,entity:r});return t.push(h.error),t}const i=e.properties.filter(h=>h.abstract),a=[];let s=[...r.properties];i.forEach(h=>{const m=s.find(b=>{var v;return((v=b.implements)==null?void 0:v.id)===h.id});m?s=s.filter(b=>b.id!==m.id):a.push(h)}),a.length&&a.forEach(h=>{const m=z({id:r.id+"--"+M.MissingPropertyImplementation+"--"+h.id,message:`Property "${h.name}" with id "${h.id}" of entity "${e.name}" with id "${e.id}" is not implemented when entity "${r.name}" with id "${r.id}" implements it`,issue:null,severity:T.Error,code:M.MissingPropertyImplementation,entity:r});t.push(m.error)});const o=[];let l=[...r.methods];e.abstractMethods.forEach(h=>{const m=l.find(b=>{var v;return((v=b.implements)==null?void 0:v.id)===h.id});m?l=l.filter(b=>b.id!==m.id):o.push(h)}),o.length&&o.forEach(h=>{const m=z({id:r.id+"--"+M.MissingMethodImplementation+"--"+h.id,message:`Method "${h.name}" with id "${h.id}" of entity "${e.name}" with id "${e.id}" is not implemented when entity "${r.name}" with id "${r.id}" implements it`,issue:null,severity:T.Error,code:M.MissingMethodImplementation,entity:r});t.push(m.error)});const p=[];e.properties.forEach(h=>{const m=s.find(b=>b.name===h.name);m&&p.push([m,h])}),p.length&&p.forEach(([h])=>{const m=z({id:r.id+"--"+S.PropertyOverwrite+"--"+h.id,message:`Property "${h.name}" with id "${h.id}" of entity "${r.name}" with id "${r.id}" overwrites the property with the same name from the base entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.PropertyOverwrite,entity:r});t.push(m.error)});const y=[];return e.methods.forEach(h=>{const m=l.find(b=>b.name===h.name);m&&y.push([m,h])}),y.length&&y.forEach(([h])=>{const m=z({id:r.id+"--"+S.MethodOverwrite+"--"+h.id,message:`Method "${h.name}" with id "${h.id}" of entity "${r.name}" with id "${r.id}" overwrites the method with the same name from the base entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.MethodOverwrite,entity:r});t.push(m.error)}),t}function H3(r,e){const t=[],i=[];if(e.abstract){const s=z({id:r.id+"--"+M.ExtendingAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is extending an abstract entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:M.ExtendingAbstractEntity,entity:r});return t.push(s.error),t}r.properties.forEach(s=>{var l;const o=e.properties.find(p=>p.name===s.name);((l=s.implements)==null?void 0:l.id)!==(o==null?void 0:o.id)&&o&&i.push(s)}),i.length&&i.forEach(s=>{const o=z({id:r.id+"--"+S.PropertyOverwrite,message:`Property "${s.name}" with id "${s.id}" of entity "${r.name}" with id "${r.id}" overwrites the property with the same name from the extended entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.PropertyOverwrite,entity:r});t.push(o.error)});const a=[];return r.methods.forEach(s=>{var l;const o=e.methods.find(p=>p.name===s.name);((l=s.implements)==null?void 0:l.id)!==(o==null?void 0:o.id)&&o&&a.push(s)}),a.length&&a.forEach(s=>{const o=z({id:r.id+"--"+S.MethodOverwrite,message:`Method "${s.name}" with id "${s.id}" of entity "${r.name}" with id "${r.id}" overwrites the method with the same name from the extended entity "${e.name}" with id "${e.id}"`,issue:null,severity:T.Error,code:S.MethodOverwrite,entity:r});t.push(o.error)}),t}function z3(r){const e=[];if(!r.properties.length){const t=z({id:r.id+"--"+M.NoProperties,message:"No properties implemented",issue:null,severity:T.Warning,code:M.NoProperties,entity:r});e.push(t.error)}return r.properties.forEach(t=>{t.validate()}),e}function Z3(r){const e=[];if(r.abstract){if(r.methods.length){const t=z({id:r.id+"--"+M.AbstractEntityWithNonAbstractMethods,message:`Entity "${r.name}" with id "${r.id}" is marked as abstract but has non-abstract methods`,issue:null,severity:T.Error,code:M.AbstractEntityWithNonAbstractMethods,entity:r});e.push(t.error)}if(r.properties.some(t=>!t.abstract)){const t=z({id:r.id+"--"+M.AbstractEntityWithNonAbstractProperties,message:`Entity "${r.name}" with id "${r.id}" is marked as abstract but has non-abstract properties`,issue:null,severity:T.Error,code:M.AbstractEntityWithNonAbstractProperties,entity:r});e.push(t.error),r.properties.forEach(i=>{if(!i.abstract){const a=z({id:r.id+"--"+M.StaticEntityWithNonStaticProperties+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is not marked as abstract but the entity is marked as abstract`,issue:null,severity:T.Error,code:M.StaticEntityWithNonStaticProperties,entity:r});e.push(a.error)}})}}else{if(r.abstractMethods.length){const t=z({id:r.id+"--"+M.AbstractPropertyInNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is not marked as abstract but has abstract methods`,issue:null,severity:T.Error,code:M.AbstractPropertyInNonAbstractEntity,entity:r});e.push(t.error)}if(r.properties.some(t=>t.abstract)){const t=z({id:r.id+"--"+M.AbstractMethodInNonAbstractEntity,message:`Entity "${r.name}" with id "${r.id}" is not marked as abstract but has abstract properties`,issue:null,severity:T.Error,code:M.AbstractMethodInNonAbstractEntity,entity:r});e.push(t.error),r.properties.forEach(i=>{if(i.abstract){const a=z({id:r.id+"--"+M.AbstractMethodInNonAbstractEntity+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is marked as abstract but the entity is not marked as abstract`,issue:null,severity:T.Error,code:M.AbstractMethodInNonAbstractEntity,entity:r});e.push(a.error)}})}}if(r.static&&r.properties.some(t=>!t.static)){const t=z({id:r.id+"--"+M.StaticEntityWithNonStaticProperties,message:`Entity "${r.name}" with id "${r.id}" is marked as static but has non-static properties`,issue:null,severity:T.Error,code:M.StaticEntityWithNonStaticProperties,entity:r});e.push(t.error),r.properties.forEach(i=>{if(!i.static){const a=z({id:r.id+"--"+M.NonStaticPropertyInStaticEntity+"--"+i.id,message:`Property "${i.name}" with id "${i.id}" of entity "${r.name}" with id "${r.id}" is not marked as static but the entity is marked as static`,issue:null,severity:T.Error,code:M.NonStaticPropertyInStaticEntity,entity:r});e.push(a.error)}})}return e}function K3(r){return r instanceof Error&&r.name==="ZodError"&&"issues"in r&&Array.isArray(r.issues)}var X3=class extends Error{constructor(e,t){super(e,t);c(this,"name");c(this,"details");this.name="ZodValidationError",this.details=Q3(t)}toString(){return this.message}};function Q3(r){if(r){const e=r.cause;if(K3(e))return e.issues}return[]}function e5(r){return r.length!==0}var t5=/[$_\p{ID_Start}][$\u200c\u200d\p{ID_Continue}]*/u;function n5(r){return r.length===1?r[0].toString():r.reduce((e,t)=>{if(typeof t=="number")return e+"["+t.toString()+"]";if(t.includes('"'))return e+'["'+r5(t)+'"]';if(!t5.test(t))return e+'["'+t+'"]';const i=e.length===0?"":".";return e+i+t},"")}function r5(r){return r.replace(/"/g,'\\"')}var i5="; ",a5=99,hD="Validation error",s5=": ",o5=", or ";function l5(r={}){const{issueSeparator:e=i5,unionSeparator:t=o5,prefixSeparator:i=s5,prefix:a=hD,includePath:s=!0,maxIssuesInMessage:o=a5}=r;return l=>{const p=l.slice(0,o).map(y=>mo({issue:y,issueSeparator:e,unionSeparator:t,includePath:s})).join(e);return c5(p,a,i)}}function mo(r){const{issue:e,issueSeparator:t,unionSeparator:i,includePath:a}=r;if(e.code===w.invalid_union)return e.unionErrors.reduce((s,o)=>{const l=o.issues.map(p=>mo({issue:p,issueSeparator:t,unionSeparator:i,includePath:a})).join(t);return s.includes(l)||s.push(l),s},[]).join(i);if(e.code===w.invalid_arguments)return[e.message,...e.argumentsError.issues.map(s=>mo({issue:s,issueSeparator:t,unionSeparator:i,includePath:a}))].join(t);if(e.code===w.invalid_return_type)return[e.message,...e.returnTypeError.issues.map(s=>mo({issue:s,issueSeparator:t,unionSeparator:i,includePath:a}))].join(t);if(a&&e5(e.path)){if(e.path.length===1){const s=e.path[0];if(typeof s=="number")return`${e.message} at index ${s}`}return`${e.message} at "${n5(e.path)}"`}return e.message}function c5(r,e,t){return e!==null?r.length>0?[e,r].join(t):e:r.length>0?r:hD}function d5(r,e={}){const i=u5(e)([r]);return new X3(i,{cause:new Rt([r])})}function u5(r){return"messageBuilder"in r?r.messageBuilder:l5(r)}var mD="1.13.7",TD=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},To=Array.prototype,_d=Object.prototype,ED=typeof Symbol<"u"?Symbol.prototype:null,p5=To.push,Aa=To.slice,Oa=_d.toString,y5=_d.hasOwnProperty,bD=typeof ArrayBuffer<"u",f5=typeof DataView<"u",h5=Array.isArray,RD=Object.keys,gD=Object.create,vD=bD&&ArrayBuffer.isView,m5=isNaN,T5=isFinite,ID=!{toString:null}.propertyIsEnumerable("toString"),DD=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],E5=Math.pow(2,53)-1;function vt(r,e){return e=e==null?r.length-1:+e,function(){for(var t=Math.max(arguments.length-e,0),i=Array(t),a=0;a<t;a++)i[a]=arguments[a+e];switch(e){case 0:return r.call(this,i);case 1:return r.call(this,arguments[0],i);case 2:return r.call(this,arguments[0],arguments[1],i)}var s=Array(e+1);for(a=0;a<e;a++)s[a]=arguments[a];return s[e]=i,r.apply(this,s)}}function Wn(r){var e=typeof r;return e==="function"||e==="object"&&!!r}function b5(r){return r===null}function PD(r){return r===void 0}function AD(r){return r===!0||r===!1||Oa.call(r)==="[object Boolean]"}function R5(r){return!!(r&&r.nodeType===1)}function ot(r){var e="[object "+r+"]";return function(t){return Oa.call(t)===e}}const Nd=ot("String"),OD=ot("Number"),g5=ot("Date"),v5=ot("RegExp"),I5=ot("Error"),SD=ot("Symbol"),CD=ot("ArrayBuffer");var BD=ot("Function"),D5=TD.document&&TD.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof D5!="function"&&(BD=function(r){return typeof r=="function"||!1});const mt=BD,wD=ot("Object");var _D=f5&&(!/\[native code\]/.test(String(DataView))||wD(new DataView(new ArrayBuffer(8)))),Md=typeof Map<"u"&&wD(new Map),P5=ot("DataView");function A5(r){return r!=null&&mt(r.getInt8)&&CD(r.buffer)}const Eo=_D?A5:P5,Dr=h5||ot("Array");function Yn(r,e){return r!=null&&y5.call(r,e)}var Vd=ot("Arguments");(function(){Vd(arguments)||(Vd=function(r){return Yn(r,"callee")})})();const Ld=Vd;function O5(r){return!SD(r)&&T5(r)&&!isNaN(parseFloat(r))}function ND(r){return OD(r)&&m5(r)}function MD(r){return function(){return r}}function VD(r){return function(e){var t=r(e);return typeof t=="number"&&t>=0&&t<=E5}}function LD(r){return function(e){return e==null?void 0:e[r]}}const bo=LD("byteLength"),S5=VD(bo);var C5=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function B5(r){return vD?vD(r)&&!Eo(r):S5(r)&&C5.test(Oa.call(r))}const GD=bD?B5:MD(!1),It=LD("length");function w5(r){for(var e={},t=r.length,i=0;i<t;++i)e[r[i]]=!0;return{contains:function(a){return e[a]===!0},push:function(a){return e[a]=!0,r.push(a)}}}function $D(r,e){e=w5(e);var t=DD.length,i=r.constructor,a=mt(i)&&i.prototype||_d,s="constructor";for(Yn(r,s)&&!e.contains(s)&&e.push(s);t--;)s=DD[t],s in r&&r[s]!==a[s]&&!e.contains(s)&&e.push(s)}function Xe(r){if(!Wn(r))return[];if(RD)return RD(r);var e=[];for(var t in r)Yn(r,t)&&e.push(t);return ID&&$D(r,e),e}function Sa(r){if(r==null)return!0;var e=It(r);return typeof e=="number"&&(Dr(r)||Nd(r)||Ld(r))?e===0:It(Xe(r))===0}function FD(r,e){var t=Xe(e),i=t.length;if(r==null)return!i;for(var a=Object(r),s=0;s<i;s++){var o=t[s];if(e[o]!==a[o]||!(o in a))return!1}return!0}function se(r){if(r instanceof se)return r;if(!(this instanceof se))return new se(r);this._wrapped=r}se.VERSION=mD,se.prototype.value=function(){return this._wrapped},se.prototype.valueOf=se.prototype.toJSON=se.prototype.value,se.prototype.toString=function(){return String(this._wrapped)};function UD(r){return new Uint8Array(r.buffer||r,r.byteOffset||0,bo(r))}var xD="[object DataView]";function Gd(r,e,t,i){if(r===e)return r!==0||1/r===1/e;if(r==null||e==null)return!1;if(r!==r)return e!==e;var a=typeof r;return a!=="function"&&a!=="object"&&typeof e!="object"?!1:jD(r,e,t,i)}function jD(r,e,t,i){r instanceof se&&(r=r._wrapped),e instanceof se&&(e=e._wrapped);var a=Oa.call(r);if(a!==Oa.call(e))return!1;if(_D&&a=="[object Object]"&&Eo(r)){if(!Eo(e))return!1;a=xD}switch(a){case"[object RegExp]":case"[object String]":return""+r==""+e;case"[object Number]":return+r!=+r?+e!=+e:+r==0?1/+r===1/e:+r==+e;case"[object Date]":case"[object Boolean]":return+r==+e;case"[object Symbol]":return ED.valueOf.call(r)===ED.valueOf.call(e);case"[object ArrayBuffer]":case xD:return jD(UD(r),UD(e),t,i)}var s=a==="[object Array]";if(!s&&GD(r)){var o=bo(r);if(o!==bo(e))return!1;if(r.buffer===e.buffer&&r.byteOffset===e.byteOffset)return!0;s=!0}if(!s){if(typeof r!="object"||typeof e!="object")return!1;var l=r.constructor,p=e.constructor;if(l!==p&&!(mt(l)&&l instanceof l&&mt(p)&&p instanceof p)&&"constructor"in r&&"constructor"in e)return!1}t=t||[],i=i||[];for(var y=t.length;y--;)if(t[y]===r)return i[y]===e;if(t.push(r),i.push(e),s){if(y=r.length,y!==e.length)return!1;for(;y--;)if(!Gd(r[y],e[y],t,i))return!1}else{var h=Xe(r),m;if(y=h.length,Xe(e).length!==y)return!1;for(;y--;)if(m=h[y],!(Yn(e,m)&&Gd(r[m],e[m],t,i)))return!1}return t.pop(),i.pop(),!0}function _5(r,e){return Gd(r,e)}function Ca(r){if(!Wn(r))return[];var e=[];for(var t in r)e.push(t);return ID&&$D(r,e),e}function $d(r){var e=It(r);return function(t){if(t==null)return!1;var i=Ca(t);if(It(i))return!1;for(var a=0;a<e;a++)if(!mt(t[r[a]]))return!1;return r!==JD||!mt(t[Fd])}}var Fd="forEach",kD="has",Ud=["clear","delete"],qD=["get",kD,"set"],N5=Ud.concat(Fd,qD),JD=Ud.concat(qD),M5=["add"].concat(Ud,Fd,kD);const V5=Md?$d(N5):ot("Map"),L5=Md?$d(JD):ot("WeakMap"),G5=Md?$d(M5):ot("Set"),$5=ot("WeakSet");function Ri(r){for(var e=Xe(r),t=e.length,i=Array(t),a=0;a<t;a++)i[a]=r[e[a]];return i}function F5(r){for(var e=Xe(r),t=e.length,i=Array(t),a=0;a<t;a++)i[a]=[e[a],r[e[a]]];return i}function WD(r){for(var e={},t=Xe(r),i=0,a=t.length;i<a;i++)e[r[t[i]]]=t[i];return e}function xd(r){var e=[];for(var t in r)mt(r[t])&&e.push(t);return e.sort()}function jd(r,e){return function(t){var i=arguments.length;if(e&&(t=Object(t)),i<2||t==null)return t;for(var a=1;a<i;a++)for(var s=arguments[a],o=r(s),l=o.length,p=0;p<l;p++){var y=o[p];(!e||t[y]===void 0)&&(t[y]=s[y])}return t}}const YD=jd(Ca),Ro=jd(Xe),HD=jd(Ca,!0);function U5(){return function(){}}function zD(r){if(!Wn(r))return{};if(gD)return gD(r);var e=U5();e.prototype=r;var t=new e;return e.prototype=null,t}function x5(r,e){var t=zD(r);return e&&Ro(t,e),t}function j5(r){return Wn(r)?Dr(r)?r.slice():YD({},r):r}function k5(r,e){return e(r),r}function ZD(r){return Dr(r)?r:[r]}se.toPath=ZD;function Ba(r){return se.toPath(r)}function kd(r,e){for(var t=e.length,i=0;i<t;i++){if(r==null)return;r=r[e[i]]}return t?r:void 0}function KD(r,e,t){var i=kd(r,Ba(e));return PD(i)?t:i}function q5(r,e){e=Ba(e);for(var t=e.length,i=0;i<t;i++){var a=e[i];if(!Yn(r,a))return!1;r=r[a]}return!!t}function qd(r){return r}function wa(r){return r=Ro({},r),function(e){return FD(e,r)}}function Jd(r){return r=Ba(r),function(e){return kd(e,r)}}function _a(r,e,t){if(e===void 0)return r;switch(t??3){case 1:return function(i){return r.call(e,i)};case 3:return function(i,a,s){return r.call(e,i,a,s)};case 4:return function(i,a,s,o){return r.call(e,i,a,s,o)}}return function(){return r.apply(e,arguments)}}function XD(r,e,t){return r==null?qd:mt(r)?_a(r,e,t):Wn(r)&&!Dr(r)?wa(r):Jd(r)}function Wd(r,e){return XD(r,e,1/0)}se.iteratee=Wd;function Dt(r,e,t){return se.iteratee!==Wd?se.iteratee(r,e):XD(r,e,t)}function J5(r,e,t){e=Dt(e,t);for(var i=Xe(r),a=i.length,s={},o=0;o<a;o++){var l=i[o];s[l]=e(r[l],l,r)}return s}function QD(){}function W5(r){return r==null?QD:function(e){return KD(r,e)}}function Y5(r,e,t){var i=Array(Math.max(0,r));e=_a(e,t,1);for(var a=0;a<r;a++)i[a]=e(a);return i}function Yd(r,e){return e==null&&(e=r,r=0),r+Math.floor(Math.random()*(e-r+1))}const Na=Date.now||function(){return new Date().getTime()};function eP(r){var e=function(s){return r[s]},t="(?:"+Xe(r).join("|")+")",i=RegExp(t),a=RegExp(t,"g");return function(s){return s=s==null?"":""+s,i.test(s)?s.replace(a,e):s}}const tP={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},H5=eP(tP),z5=WD(tP),Z5=eP(z5),K5=se.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var Hd=/(.)^/,X5={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Q5=/\\|'|\r|\n|\u2028|\u2029/g;function ek(r){return"\\"+X5[r]}var tk=/^\s*(\w|\$)+\s*$/;function nk(r,e,t){!e&&t&&(e=t),e=HD({},e,se.templateSettings);var i=RegExp([(e.escape||Hd).source,(e.interpolate||Hd).source,(e.evaluate||Hd).source].join("|")+"|$","g"),a=0,s="__p+='";r.replace(i,function(y,h,m,b,v){return s+=r.slice(a,v).replace(Q5,ek),a=v+y.length,h?s+=`'+
|
|
2
2
|
((__t=(`+h+`))==null?'':_.escape(__t))+
|
|
3
3
|
'`:m?s+=`'+
|
|
4
4
|
((__t=(`+m+`))==null?'':__t)+
|
|
@@ -10,16 +10,16 @@ __p+='`),y}),s+=`';
|
|
|
10
10
|
`,o="obj";s=`var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
|
|
11
11
|
`+s+`return __p;
|
|
12
12
|
`;var l;try{l=new Function(o,"_",s)}catch(y){throw y.source=s,y}var p=function(y){return l.call(this,y,se)};return p.source="function("+o+`){
|
|
13
|
-
`+s+"}",p}function rk(r,e,t){e=Ba(e);var i=e.length;if(!i)return mt(t)?t.call(r):t;for(var a=0;a<i;a++){var s=r==null?void 0:r[e[a]];s===void 0&&(s=t,a=i),r=mt(s)?s.call(r):s}return r}var ik=0;function ak(r){var e=++ik+"";return r?r+e:e}function sk(r){var e=se(r);return e._chain=!0,e}function nP(r,e,t,i,a){if(!(i instanceof e))return r.apply(t,a);var s=zD(r.prototype),o=r.apply(s,a);return Wn(o)?o:s}var gi=It(function(r,e){var t=gi.placeholder,i=function(){for(var a=0,s=e.length,o=Array(s),l=0;l<s;l++)o[l]=e[l]===t?arguments[a++]:e[l];for(;a<arguments.length;)o.push(arguments[a++]);return nP(r,i,this,this,o)};return i});gi.placeholder=se;const rP=It(function(r,e,t){if(!mt(r))throw new TypeError("Bind must be called on a function");var i=It(function(a){return nP(r,i,e,this,t.concat(a))});return i}),Bt=VD(Dt);function Pr(r,e,t,i){if(i=i||[],!e&&e!==0)e=1/0;else if(e<=0)return i.concat(r);for(var a=i.length,s=0,o=Dt(r);s<o;s++){var l=r[s];if(Bt(l)&&(Dr(l)||Ld(l)))if(e>1)Pr(l,e-1,t,i),a=i.length;else for(var p=0,y=l.length;p<y;)i[a++]=l[p++];else t||(i[a++]=l)}return i}const ok=It(function(r,e){e=Pr(e,!1,!1);var t=e.length;if(t<1)throw new Error("bindAll must be passed function names");for(;t--;){var i=e[t];r[i]=rP(r[i],r)}return r});function lk(r,e){var t=function(i){var a=t.cache,s=""+(e?e.apply(this,arguments):i);return Yn(a,s)||(a[s]=r.apply(this,arguments)),a[s]};return t.cache={},t}const iP=It(function(r,e,t){return setTimeout(function(){return r.apply(null,t)},e)}),ck=gi(iP,se,1);function dk(r,e,t){var i,a,s,o,l=0;t||(t={});var p=function(){l=t.leading===!1?0:Na(),i=null,o=r.apply(a,s),i||(a=s=null)},y=function(){var h=Na();!l&&t.leading===!1&&(l=h);var m=e-(h-l);return a=this,s=arguments,m<=0||m>e?(i&&(clearTimeout(i),i=null),l=h,o=r.apply(a,s),i||(a=s=null)):!i&&t.trailing!==!1&&(i=setTimeout(p,m)),o};return y.cancel=function(){clearTimeout(i),l=0,i=a=s=null},y}function uk(r,e,t){var i,a,s,o,l,p=function(){var h=Na()-a;e>h?i=setTimeout(p,e-h):(i=null,t||(o=r.apply(l,s)),i||(s=l=null))},y=It(function(h){return l=this,s=h,a=Na(),i||(i=setTimeout(p,e),t&&(o=r.apply(l,s))),o});return y.cancel=function(){clearTimeout(i),i=s=l=null},y}function pk(r,e){return gi(e,r)}function zd(r){return function(){return!r.apply(this,arguments)}}function yk(){var r=arguments,e=r.length-1;return function(){for(var t=e,i=r[e].apply(this,arguments);t--;)i=r[t].call(this,i);return i}}function fk(r,e){return function(){if(--r<1)return e.apply(this,arguments)}}function aP(r,e){var t;return function(){return--r>0&&(t=e.apply(this,arguments)),r<=1&&(e=null),t}}const hk=gi(aP,2);function sP(r,e,t){e=Pt(e,t);for(var i=Xe(r),a,s=0,o=i.length;s<o;s++)if(a=i[s],e(r[a],a,r))return a}function oP(r){return function(e,t,i){t=Pt(t,i);for(var a=Dt(e),s=r>0?0:a-1;s>=0&&s<a;s+=r)if(t(e[s],s,e))return s;return-1}}const Zd=oP(1),lP=oP(-1);function cP(r,e,t,i){t=Pt(t,i,1);for(var a=t(e),s=0,o=Dt(r);s<o;){var l=Math.floor((s+o)/2);t(r[l])<a?s=l+1:o=l}return s}function dP(r,e,t){return function(i,a,s){var o=0,l=Dt(i);if(typeof s=="number")r>0?o=s>=0?s:Math.max(s+l,o):l=s>=0?Math.min(s+1,l):s+l+1;else if(t&&s&&l)return s=t(i,a),i[s]===a?s:-1;if(a!==a)return s=e(Aa.call(i,o,l),ND),s>=0?s+o:-1;for(s=r>0?o:l-1;s>=0&&s<l;s+=r)if(i[s]===a)return s;return-1}}const uP=dP(1,Zd,cP),mk=dP(-1,lP);function Kd(r,e,t){var i=Bt(r)?Zd:sP,a=i(r,e,t);if(a!==void 0&&a!==-1)return r[a]}function Tk(r,e){return Kd(r,wa(e))}function Dn(r,e,t){e=_a(e,t);var i,a;if(Bt(r))for(i=0,a=r.length;i<a;i++)e(r[i],i,r);else{var s=Xe(r);for(i=0,a=s.length;i<a;i++)e(r[s[i]],s[i],r)}return r}function Ar(r,e,t){e=Pt(e,t);for(var i=!Bt(r)&&Xe(r),a=(i||r).length,s=Array(a),o=0;o<a;o++){var l=i?i[o]:o;s[o]=e(r[l],l,r)}return s}function pP(r){var e=function(t,i,a,s){var o=!Bt(t)&&Xe(t),l=(o||t).length,p=r>0?0:l-1;for(s||(a=t[o?o[p]:p],p+=r);p>=0&&p<l;p+=r){var y=o?o[p]:p;a=i(a,t[y],y,t)}return a};return function(t,i,a,s){var o=arguments.length>=3;return e(t,_a(i,s,4),a,o)}}const Xd=pP(1),yP=pP(-1);function vi(r,e,t){var i=[];return e=Pt(e,t),Dn(r,function(a,s,o){e(a,s,o)&&i.push(a)}),i}function Ek(r,e,t){return vi(r,zd(Pt(e)),t)}function fP(r,e,t){e=Pt(e,t);for(var i=!Bt(r)&&Xe(r),a=(i||r).length,s=0;s<a;s++){var o=i?i[s]:s;if(!e(r[o],o,r))return!1}return!0}function hP(r,e,t){e=Pt(e,t);for(var i=!Bt(r)&&Xe(r),a=(i||r).length,s=0;s<a;s++){var o=i?i[s]:s;if(e(r[o],o,r))return!0}return!1}function Pn(r,e,t,i){return Bt(r)||(r=Ri(r)),(typeof t!="number"||i)&&(t=0),uP(r,e,t)>=0}const bk=It(function(r,e,t){var i,a;return mt(e)?a=e:(e=Ba(e),i=e.slice(0,-1),e=e[e.length-1]),Ar(r,function(s){var o=a;if(!o){if(i&&i.length&&(s=kd(s,i)),s==null)return;o=s[e]}return o==null?o:o.apply(s,t)})});function Qd(r,e){return Ar(r,Jd(e))}function Rk(r,e){return vi(r,wa(e))}function mP(r,e,t){var i=-1/0,a=-1/0,s,o;if(e==null||typeof e=="number"&&typeof r[0]!="object"&&r!=null){r=Bt(r)?r:Ri(r);for(var l=0,p=r.length;l<p;l++)s=r[l],s!=null&&s>i&&(i=s)}else e=Pt(e,t),Dn(r,function(y,h,m){o=e(y,h,m),(o>a||o===-1/0&&i===-1/0)&&(i=y,a=o)});return i}function gk(r,e,t){var i=1/0,a=1/0,s,o;if(e==null||typeof e=="number"&&typeof r[0]!="object"&&r!=null){r=Bt(r)?r:Ri(r);for(var l=0,p=r.length;l<p;l++)s=r[l],s!=null&&s<i&&(i=s)}else e=Pt(e,t),Dn(r,function(y,h,m){o=e(y,h,m),(o<a||o===1/0&&i===1/0)&&(i=y,a=o)});return i}var vk=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function TP(r){return r?Dr(r)?Aa.call(r):Nd(r)?r.match(vk):Bt(r)?Ar(r,qd):Ri(r):[]}function EP(r,e,t){if(e==null||t)return Bt(r)||(r=Ri(r)),r[Yd(r.length-1)];var i=TP(r),a=Dt(i);e=Math.max(Math.min(e,a),0);for(var s=a-1,o=0;o<e;o++){var l=Yd(o,s),p=i[o];i[o]=i[l],i[l]=p}return i.slice(0,e)}function Ik(r){return EP(r,1/0)}function Dk(r,e,t){var i=0;return e=Pt(e,t),Qd(Ar(r,function(a,s,o){return{value:a,index:i++,criteria:e(a,s,o)}}).sort(function(a,s){var o=a.criteria,l=s.criteria;if(o!==l){if(o>l||o===void 0)return 1;if(o<l||l===void 0)return-1}return a.index-s.index}),"value")}function go(r,e){return function(t,i,a){var s=e?[[],[]]:{};return i=Pt(i,a),Dn(t,function(o,l){var p=i(o,l,t);r(s,o,p)}),s}}const Pk=go(function(r,e,t){Yn(r,t)?r[t].push(e):r[t]=[e]}),Ak=go(function(r,e,t){r[t]=e}),Ok=go(function(r,e,t){Yn(r,t)?r[t]++:r[t]=1}),Sk=go(function(r,e,t){r[t?0:1].push(e)},!0);function Ck(r){return r==null?0:Bt(r)?r.length:Xe(r).length}function Bk(r,e,t){return e in t}const bP=It(function(r,e){var t={},i=e[0];if(r==null)return t;mt(i)?(e.length>1&&(i=_a(i,e[1])),e=Ca(r)):(i=Bk,e=Pr(e,!1,!1),r=Object(r));for(var a=0,s=e.length;a<s;a++){var o=e[a],l=r[o];i(l,o,r)&&(t[o]=l)}return t}),wk=It(function(r,e){var t=e[0],i;return mt(t)?(t=zd(t),e.length>1&&(i=e[1])):(e=Ar(Pr(e,!1,!1),String),t=function(a,s){return!Pn(e,s)}),bP(r,t,i)});function RP(r,e,t){return Aa.call(r,0,Math.max(0,r.length-(e==null||t?1:e)))}function eu(r,e,t){return r==null||r.length<1?e==null||t?void 0:[]:e==null||t?r[0]:RP(r,r.length-e)}function vo(r,e,t){return Aa.call(r,e==null||t?1:e)}function _k(r,e,t){return r==null||r.length<1?e==null||t?void 0:[]:e==null||t?r[r.length-1]:vo(r,Math.max(0,r.length-e))}function Nk(r){return vi(r,Boolean)}function Mk(r,e){return Pr(r,e,!1)}const gP=It(function(r,e){return e=Pr(e,!0,!0),vi(r,function(t){return!Pn(e,t)})}),Vk=It(function(r,e){return gP(r,e)});function tu(r,e,t,i){AD(e)||(i=t,t=e,e=!1),t!=null&&(t=Pt(t,i));for(var a=[],s=[],o=0,l=Dt(r);o<l;o++){var p=r[o],y=t?t(p,o,r):p;e&&!t?((!o||s!==y)&&a.push(p),s=y):t?Pn(s,y)||(s.push(y),a.push(p)):Pn(a,p)||a.push(p)}return a}const Lk=It(function(r){return tu(Pr(r,!0,!0))});function Gk(r){for(var e=[],t=arguments.length,i=0,a=Dt(r);i<a;i++){var s=r[i];if(!Pn(e,s)){var o;for(o=1;o<t&&Pn(arguments[o],s);o++);o===t&&e.push(s)}}return e}function nu(r){for(var e=r&&mP(r,Dt).length||0,t=Array(e),i=0;i<e;i++)t[i]=Qd(r,i);return t}const $k=It(nu);function Fk(r,e){for(var t={},i=0,a=Dt(r);i<a;i++)e?t[r[i]]=e[i]:t[r[i][0]]=r[i][1];return t}function Uk(r,e,t){e==null&&(e=r||0,r=0),t||(t=e<r?-1:1);for(var i=Math.max(Math.ceil((e-r)/t),0),a=Array(i),s=0;s<i;s++,r+=t)a[s]=r;return a}function xk(r,e){if(e==null||e<1)return[];for(var t=[],i=0,a=r.length;i<a;)t.push(Aa.call(r,i,i+=e));return t}function ru(r,e){return r._chain?se(e).chain():e}function vP(r){return Dn(xd(r),function(e){var t=se[e]=r[e];se.prototype[e]=function(){var i=[this._wrapped];return p5.apply(i,arguments),ru(this,t.apply(se,i))}}),se}Dn(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var e=To[r];se.prototype[r]=function(){var t=this._wrapped;return t!=null&&(e.apply(t,arguments),(r==="shift"||r==="splice")&&t.length===0&&delete t[0]),ru(this,t)}}),Dn(["concat","join","slice"],function(r){var e=To[r];se.prototype[r]=function(){var t=this._wrapped;return t!=null&&(t=e.apply(t,arguments)),ru(this,t)}});var IP=vP(Object.freeze(Object.defineProperty({__proto__:null,VERSION:mD,after:fk,all:fP,allKeys:Ca,any:hP,assign:Ro,before:aP,bind:rP,bindAll:ok,chain:sk,chunk:xk,clone:j5,collect:Ar,compact:Nk,compose:yk,constant:MD,contains:Pn,countBy:Ok,create:x5,debounce:uk,default:se,defaults:HD,defer:ck,delay:iP,detect:Kd,difference:gP,drop:vo,each:Dn,escape:H5,every:fP,extend:YD,extendOwn:Ro,filter:vi,find:Kd,findIndex:Zd,findKey:sP,findLastIndex:lP,findWhere:Tk,first:eu,flatten:Mk,foldl:Xd,foldr:yP,forEach:Dn,functions:xd,get:KD,groupBy:Pk,has:q5,head:eu,identity:qd,include:Pn,includes:Pn,indexBy:Ak,indexOf:uP,initial:RP,inject:Xd,intersection:Gk,invert:WD,invoke:bk,isArguments:Ld,isArray:Dr,isArrayBuffer:CD,isBoolean:AD,isDataView:Eo,isDate:g5,isElement:R5,isEmpty:Sa,isEqual:_5,isError:I5,isFinite:O5,isFunction:mt,isMap:V5,isMatch:FD,isNaN:ND,isNull:b5,isNumber:OD,isObject:Wn,isRegExp:v5,isSet:G5,isString:Nd,isSymbol:SD,isTypedArray:GD,isUndefined:PD,isWeakMap:L5,isWeakSet:$5,iteratee:Wd,keys:Xe,last:_k,lastIndexOf:mk,map:Ar,mapObject:J5,matcher:wa,matches:wa,max:mP,memoize:lk,methods:xd,min:gk,mixin:vP,negate:zd,noop:QD,now:Na,object:Fk,omit:wk,once:hk,pairs:F5,partial:gi,partition:Sk,pick:bP,pluck:Qd,property:Jd,propertyOf:W5,random:Yd,range:Uk,reduce:Xd,reduceRight:yP,reject:Ek,rest:vo,restArguments:It,result:rk,sample:EP,select:vi,shuffle:Ik,size:Ck,some:hP,sortBy:Dk,sortedIndex:cP,tail:vo,take:eu,tap:k5,template:nk,templateSettings:K5,throttle:dk,times:Y5,toArray:TP,toPath:ZD,transpose:nu,unescape:Z5,union:Lk,uniq:tu,unique:tu,uniqueId:ak,unzip:nu,values:Ri,where:Rk,without:Vk,wrap:pk,zip:$k},Symbol.toStringTag,{value:"Module"})));IP._=IP;function Io(r){return r.charAt(0).toUpperCase()+r.slice(1)}function DP(r){return r.charAt(0).toLowerCase()+r.slice(1)}function PP(r,e){if(r.type!==n.Property||e.type!==n.Property)throw new Error(`Expected property entities for comparison. But got ${r.type} and ${e.type}.`);return r===e||r.id===e.id?!0:r.name!==e.name||r.static!==e.static||r.abstract!==e.abstract?!1:Zt(r.dataType,e.dataType).compatible}function AP(r,e){if(r.type!==n.CustomEntity||e.type!==n.CustomEntity)throw new Error(`Expected custom entities for comparison. But got ${r.type} and ${e.type}.`);if(r===e||r.id===e.id)return!0;if(r.properties.length!==e.properties.length)return!1;let t=[...e.properties];const i=[];for(let a=0;a<r.properties.length;a++){const s=r.properties[a];t.find(l=>{const p=PP(s,l);return p&&(t=t.filter(y=>y.id!==l.id)),p})||i.push(s)}return!(i.length>0)}var $t=(r=>(r.BothUnconstrained="both-unconstrained",r.AConstraintBUnconstrained="a-constraint-b-unconstrained",r.BConstraintAUnconstrained="b-constraint-a-unconstrained",r.Same="same",r.AIsListBIsNot="a-is-list-b-is-not",r.BIsListAIsNot="b-is-list-a-is-not",r.AIsNullableBIsNot="a-is-nullable-b-is-not",r.BIsNullableAIsNot="b-is-nullable-a-is-not",r.AIsTemplateBIsNot="a-is-template-b-is-not",r.BIsTemplateAIsNot="b-is-template-a-is-not",r.BothUntyped="both-untyped",r.AIsUntypedBIsNot="a-is-untyped-b-is-not",r.BIsUntypedAIsNot="b-is-untyped-a-is-not",r.TypeEntityMismatch="type-entity-mismatch",r.SameCustomEntities="same-custom-entities",r.CompatibleCustomEntities="compatible-custom-entities",r.IncompatibleCustomEntities="incompatible-custom-entities",r.SamePrimitiveEntities="same-primitive-entities",r.IncompatiblePrimitiveEntities="incompatible-primitive-entities",r.SameBuiltInBaseEntities="same-built-in-base-entities",r.IncompatibleBuiltInBaseEntities="incompatible-built-in-base-entities",r.CheckUnknown="check-unknown",r))($t||{});function Zt(r,e){var t,i,a,s,o,l,p,y,h,m,b;if(r&&r.type!==n.DataType||e&&e.type!==n.DataType)throw new Error(`Expected data-type entities for comparison. But got ${r==null?void 0:r.type} and ${e==null?void 0:e.type}.`);if(r===null&&e===null)return{compatible:!0,type:"both-unconstrained"};if(r===null)return{compatible:!0,type:"a-constraint-b-unconstrained"};if(e===null)return{compatible:!0,type:"b-constraint-a-unconstrained"};if(r===e)return{compatible:!0,type:"same"};if(r.id===e.id)return{compatible:!0,type:"same"};if(r.isList!==e.isList)return{compatible:!1,type:r.isList?"a-is-list-b-is-not":"b-is-list-a-is-not"};if(r.isNullable!==e.isNullable)return{compatible:!1,type:r.isNullable?"a-is-nullable-b-is-not":"b-is-nullable-a-is-not"};if(r.asType!==e.asType)return{compatible:!1,type:r.asType?"a-is-template-b-is-not":"b-is-template-a-is-not"};if(!r.entity&&e.entity)return{compatible:!0,type:"a-is-untyped-b-is-not"};if(r.entity&&!e.entity)return{compatible:!0,type:"b-is-untyped-a-is-not"};if(!r.entity&&!e.entity)return{compatible:!0,type:"both-untyped"};if(((t=r.entity)==null?void 0:t.type)!==((i=e.entity)==null?void 0:i.type))return{compatible:!1,type:"type-entity-mismatch"};if(((a=r.entity)==null?void 0:a.type)===n.CustomEntity){if(((s=r.entity)==null?void 0:s.id)===((o=e.entity)==null?void 0:o.id))return{compatible:!0,type:"same-custom-entities"};const v=AP(r.entity,e.entity);return{compatible:v,type:v?"compatible-custom-entities":"incompatible-custom-entities"}}return((l=r.entity)==null?void 0:l.type)===n.PrimitiveEntity?((p=r.entity)==null?void 0:p.id)===((y=e.entity)==null?void 0:y.id)?{compatible:!0,type:"same-primitive-entities"}:{compatible:!1,type:"incompatible-primitive-entities"}:((h=r.entity)==null?void 0:h.type)===n.BuiltInBaseEntity?((m=r.entity)==null?void 0:m.id)===((b=e.entity)==null?void 0:b.id)?{compatible:!0,type:"same-built-in-base-entities"}:{compatible:!1,type:"incompatible-built-in-base-entities"}:{compatible:!1,type:"check-unknown"}}function jk(r){const e=r.project.builtInBaseEntities.find(a=>a.id===L.EXECUTION),t={id:r.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,defaultValue:null,parent:null},i=R(t,r.project);return i.inferred=!0,i.sync(t),i.setParent(r),i.entity=e,i}function OP(r){return r.dataType?r.dataType:null}function iu(r){var t;const e=(t=r.declaration)==null?void 0:t.getDataType();return e&&e.isResolved()?e:r.readsValue?sn(r.readsValue):null}function au(r){return r.dataType&&!r.dataType.inferred&&r.dataType.isResolved()?r.dataType:r.readsValue?sn(r.readsValue):null}function SP(r){return sn(r.declaration)}function CP(r){return r.dataType&&!r.dataType.inferred?r.dataType:(r.dataType&&r.dataType.inferred,r.inferDataTypeAndSyncInstancesInputsAndOutputs(),r.dataType)}function su(r){var e;return((e=r.declaration)==null?void 0:e.dataType)||null}function BP(r){return(r==null?void 0:r.dataType)||null}function wP(r){return(r==null?void 0:r.dataType)||null}function sn(r){switch(r.type){case n.VariableDeclaration:return CP(r);case n.ArgumentDeclaration:return OP(r);case n.ReturnDeclaration:return au(r);case n.VariableInstance:return SP(r);case n.InputMap:return iu(r);case n.OutputMap:return su(r);case n.Property:return BP(r);case n.ValueDescriptor:return wP(r);default:throw new Error(`Cannot infer data type from entity of type ${r.type}.`)}}function Do(r){switch(r.type){case n.ArgumentDeclaration:return r.getDataType();case n.InputMap:return r.getDataType();case n.VariableDeclaration:return r.getDataType();case n.VariableInstance:return r.getDataType();case n.OutputMap:return r.getDataType();case n.ReturnDeclaration:return r.getDataType();case n.Property:return r.getDataType();case n.ValueDescriptor:return r.getDataType();default:return null}}function _(r){if(r){let e=null;return typeof r=="string"?e=r:r.entityId?e=r.entityId:r.type!==n.GenericReference&&(e=r.id),e}return null}function Or(r){return r.declaration||r}function kk(r){return r.type===n.VariableDeclaration?r.parent===r.project?"global-declaration":"local-declaration":r.declaration.parent===r.project?"global-instance":"local-instance"}function ou(r,e){const t=[];if(r.type===n.Project)t.push(...r.variableDeclarations);else{const a=Et(we(r)).filter(s=>s.type===n.VariableDeclaration);t.push(...a),r.parent&&(ct.includes(r.parent.type)||r.parent.type===n.Project)&&t.push(...ou(r.parent))}return t}function qk(r){return r.replace(/(?:^\w|[A-Z]|\b\w)/g,function(e,t){return t===0?e.toLowerCase():e.toUpperCase()}).replace(/\s+/g,"")}function Jk(r){return r.split(/\s+/).map(i=>i[0].toUpperCase()+i.slice(1).toLowerCase()).join("")}function _P(r){var e;return(e=r.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g))==null?void 0:e.map(t=>t.toLowerCase()).join("-")}function Po(r){return _P(r).toLowerCase()}function lu(r){if(!r)return"Any data type";if(!r.entity)return r.isList?"List of an unknown data type":"Unknown data type";if(r.entity.type===n.PrimitiveEntity){const e=r.entity.name===D.String?"Text":r.entity.name;return r.isList?`List of ${e}s`:`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}else if(r.entity.type===n.CustomEntity){const e=VP(r.entity);return r.isList?`List of ${e} entities`:e.slice(0,1).toUpperCase()+e.slice(1)}else if(r.entity.type===n.BuiltInBaseEntity){const e=MP(r.entity);return r.isList?`List of ${e} entities`:e.slice(0,1).toUpperCase()+e.slice(1)}else return r.isList?`List of ${r.entity.name} entities`:`${r.entity.name.slice(0,1).toUpperCase()+r.entity.name.slice(1)} entity`}function Wk(r){if(!r)return"Any data type";const e=r.getDataType();return lu(e)}function Ao(r){switch(r.declaration.id){case Le.Equal:return"is equal to";case Le.NotEqual:return"is not equal to";case Le.MoreThan:return"is greater than";case Le.MoreThanOrEqual:return"is greater than or equal to";case Le.LessThan:return"is less than";case Le.LessThanOrEqual:return"is less than or equal to";case Le.And:return"and";case Le.Or:return"or";case Vt.Empty:return"is empty";case Vt.NotEmpty:return"is not empty"}}function NP(r){return r.includes(L.HTTP_ENDPOINT)?"HTTP endpoint":r.includes(L.PERSISTED_ENTITY)?"Persisted entity":r.includes(L.CRON_JOB)?"Scheduled execution":r.includes(L.RELATIONAL_DATABASE)?"Relational database":"Entity"}function MP(r){switch(r.name){case L.HTTP_ENDPOINT:return"HTTP endpoint";case L.PERSISTED_ENTITY:return"Persisted entity";case L.CRON_JOB:return"Scheduled execution";case L.RELATIONAL_DATABASE:return"Relational database"}return"Entity"}function VP(r){const e=bA(r);if(!e){const t=TA(r);return t.includes(L.HTTP_ENDPOINT)?"HTTP endpoint":t.includes(L.PERSISTED_ENTITY)?"Persisted entity":t.includes(L.CRON_JOB)?"Scheduled execution":t.includes(L.RELATIONAL_DATABASE)?"Relational database":C(r,r.project)+" entity"}return C(e,r.project)+" entity"}function LP(r){let e="Find ";return r.outputsDeclarations.forEach((t,i)=>{const a=Do(t),s=DP(a&&a.entity?C(a.entity,r.project):"unstructured data");i===0?e+=`${s} `:i===r.outputsDeclarations.length-1?e+=`and ${s} `:e+=`, ${s} `}),e}function GP(r){switch(r.name){case D.String:return"Text";case D.Number:return"Number";case D.Boolean:return"Boolean";case D.JSON:return"Data structure";case D.UUID:return"Unique identifier";case D.Date:return"Date";case D.EntityTemplate:return"Entity as template";case D.Enum:return"Enumeration";case D.File:return"File";case D.Null:return"Empty";case D.ActionDescriptor:return"Action descriptor";default:return r.name}}function $P(r){switch(r.id){case k.List:return"Loop over list items";case k.ManualFlow:return"Manual flow control loop";case k.ObjectKeys:return"Loop over object keys";case k.ObjectValues:return"Loop over object values";case k.Counted:return"Loop given number of times";case k.String:return"Loop over text characters";case fe.Addition:return"Sum numbers";case fe.Subtraction:return"Subtract numbers";case fe.Multiplication:return"Multiply numbers";case fe.Division:return"Divide numbers";case fe.Remainder:return"Get remainder of numbers";case fe.Exponentiation:return"Get exponent of numbers";case K.AddIndex:return"Add at index position";case K.DeleteFirst:return"Delete first character";case K.DeleteLast:return"Delete last character";case K.DeleteIndex:return"Delete at index position";case K.Join:return"Join texts";case K.ReplaceAllMatches:return"Replace all matches";case K.ReplaceFirst:return"Replace first match";case K.ReplaceLast:return"Replace last match";case K.Split:return"Split text";case K.ReplaceIndex:return"Replace at index position";case K.ReplaceSingleMatch:return"Replace single match";case K.GetFirst:return"Get first character";case K.GetLast:return"Get last character";case K.GetIndex:return"Get at index position";case K.Append:return"Add at the end";case K.Prepend:return"Add at the start";case _e.Wait:return"Wait";case _e.Parallel:return"Run in parallel";case _e.Sequential:return"Run in sequence";case et.HttpRequest:return"HTTP request";case oe.CreateNewInstance:return"Create new copy of entity";case Y.AddIndex:return"Add item at index position";case Y.DeleteFirst:return"Delete first item";case Y.DeleteLast:return"Delete last item";case Y.DeleteIndex:return"Delete item at index position";case Y.Join:return"Join lists";case Y.ReplaceAllMatches:return"Replace all matches";case Y.ReplaceFirst:return"Replace first match";case Y.ReplaceLast:return"Replace last match";case Y.Split:return"Split list";case Y.ReplaceIndex:return"Replace at index position";case Y.ReplaceSingleMatch:return"Replace single match";case Y.GetFirst:return"Get first item";case Y.GetLast:return"Get last item";case Y.GetIndex:return"Get item at index position";case Y.Append:return"Add item at the end";case Y.Prepend:return"Add item at the start";case cn.PROJECT_PUBLICATION_COMPLETED:return"Project publication completed";default:return(r.name.slice(0,1).toUpperCase()+r.name.slice(1)).replaceAll("-"," ")}}function C(r,e){var t;if(n.FunctionDeclaration===r.type){const i=r.name;if(Object.values(Ot).includes(i))switch(i){case Ot.AbortExecution:return"Abort execution";case Ot.DeletePersistedEntity:return"Delete persisted entity";case Ot.SoftDeletePersistedEntity:return"Soft delete persisted entity";default:return Io(r.type).replaceAll("-"," ")}return i}if(n.BuiltInBaseEntity===r.type)return NP([r.name]);if(ku.includes(r.type)&&r.type!==n.ActionDescriptor)return r.name;switch(r.type){case n.Search:return LP(r);case n.Operation:case n.InternalCall:case n.Loop:const i=_t(r.declaration,e);return C(i,e);case n.ActionDescriptor:return $P(r);case n.BreakStatement:const a=_t(r.parent,e);return`Stop loop ${C(a,e)}`;case n.ContinueStatement:const s=_t(r.parent,e);return`Execute next iteration of ${C(s,e)}`;case n.FunctionCall:return _t(r.declaration,e).name;case n.Condition:{const l=r;if((t=r.inputs)!=null&&t.length){const p=C(l.inputs[0],l.project);if(l.inputs[1]){const y=l.inputs[1].declaration.name;return`If ${p} ${Ao(l)} ${y}`}return`If ${p} ${Ao(l)}`}else return`If ${Ao(l)}`}case n.ReturnStatement:{const l=_t(r.parent,e);return`Output of ${C(l,e)}`}case n.InputMap:if(r.declaration){const l=_t(r.declaration,e);return C(l,e)||""}else return r.name||"";case n.VariableInstance:{const l=_t(r.declaration,e);return C(l,e)||""}case n.OutputMap:if(r.declaration){const l=_t(r.declaration,e);return(l==null?void 0:l.name)||""}else return"";case n.PrimitiveEntity:case n.PrimitiveValue:return GP(r);default:return Io(r.type).replaceAll("-"," ")}}function Oo(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=e.entities.filter(a=>a.name===r.name);return i.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique in the project. Entity with id "${i[0].id}" has the same name.
|
|
13
|
+
`+s+"}",p}function rk(r,e,t){e=Ba(e);var i=e.length;if(!i)return mt(t)?t.call(r):t;for(var a=0;a<i;a++){var s=r==null?void 0:r[e[a]];s===void 0&&(s=t,a=i),r=mt(s)?s.call(r):s}return r}var ik=0;function ak(r){var e=++ik+"";return r?r+e:e}function sk(r){var e=se(r);return e._chain=!0,e}function nP(r,e,t,i,a){if(!(i instanceof e))return r.apply(t,a);var s=zD(r.prototype),o=r.apply(s,a);return Wn(o)?o:s}var gi=vt(function(r,e){var t=gi.placeholder,i=function(){for(var a=0,s=e.length,o=Array(s),l=0;l<s;l++)o[l]=e[l]===t?arguments[a++]:e[l];for(;a<arguments.length;)o.push(arguments[a++]);return nP(r,i,this,this,o)};return i});gi.placeholder=se;const rP=vt(function(r,e,t){if(!mt(r))throw new TypeError("Bind must be called on a function");var i=vt(function(a){return nP(r,i,e,this,t.concat(a))});return i}),Ct=VD(It);function Pr(r,e,t,i){if(i=i||[],!e&&e!==0)e=1/0;else if(e<=0)return i.concat(r);for(var a=i.length,s=0,o=It(r);s<o;s++){var l=r[s];if(Ct(l)&&(Dr(l)||Ld(l)))if(e>1)Pr(l,e-1,t,i),a=i.length;else for(var p=0,y=l.length;p<y;)i[a++]=l[p++];else t||(i[a++]=l)}return i}const ok=vt(function(r,e){e=Pr(e,!1,!1);var t=e.length;if(t<1)throw new Error("bindAll must be passed function names");for(;t--;){var i=e[t];r[i]=rP(r[i],r)}return r});function lk(r,e){var t=function(i){var a=t.cache,s=""+(e?e.apply(this,arguments):i);return Yn(a,s)||(a[s]=r.apply(this,arguments)),a[s]};return t.cache={},t}const iP=vt(function(r,e,t){return setTimeout(function(){return r.apply(null,t)},e)}),ck=gi(iP,se,1);function dk(r,e,t){var i,a,s,o,l=0;t||(t={});var p=function(){l=t.leading===!1?0:Na(),i=null,o=r.apply(a,s),i||(a=s=null)},y=function(){var h=Na();!l&&t.leading===!1&&(l=h);var m=e-(h-l);return a=this,s=arguments,m<=0||m>e?(i&&(clearTimeout(i),i=null),l=h,o=r.apply(a,s),i||(a=s=null)):!i&&t.trailing!==!1&&(i=setTimeout(p,m)),o};return y.cancel=function(){clearTimeout(i),l=0,i=a=s=null},y}function uk(r,e,t){var i,a,s,o,l,p=function(){var h=Na()-a;e>h?i=setTimeout(p,e-h):(i=null,t||(o=r.apply(l,s)),i||(s=l=null))},y=vt(function(h){return l=this,s=h,a=Na(),i||(i=setTimeout(p,e),t&&(o=r.apply(l,s))),o});return y.cancel=function(){clearTimeout(i),i=s=l=null},y}function pk(r,e){return gi(e,r)}function zd(r){return function(){return!r.apply(this,arguments)}}function yk(){var r=arguments,e=r.length-1;return function(){for(var t=e,i=r[e].apply(this,arguments);t--;)i=r[t].call(this,i);return i}}function fk(r,e){return function(){if(--r<1)return e.apply(this,arguments)}}function aP(r,e){var t;return function(){return--r>0&&(t=e.apply(this,arguments)),r<=1&&(e=null),t}}const hk=gi(aP,2);function sP(r,e,t){e=Dt(e,t);for(var i=Xe(r),a,s=0,o=i.length;s<o;s++)if(a=i[s],e(r[a],a,r))return a}function oP(r){return function(e,t,i){t=Dt(t,i);for(var a=It(e),s=r>0?0:a-1;s>=0&&s<a;s+=r)if(t(e[s],s,e))return s;return-1}}const Zd=oP(1),lP=oP(-1);function cP(r,e,t,i){t=Dt(t,i,1);for(var a=t(e),s=0,o=It(r);s<o;){var l=Math.floor((s+o)/2);t(r[l])<a?s=l+1:o=l}return s}function dP(r,e,t){return function(i,a,s){var o=0,l=It(i);if(typeof s=="number")r>0?o=s>=0?s:Math.max(s+l,o):l=s>=0?Math.min(s+1,l):s+l+1;else if(t&&s&&l)return s=t(i,a),i[s]===a?s:-1;if(a!==a)return s=e(Aa.call(i,o,l),ND),s>=0?s+o:-1;for(s=r>0?o:l-1;s>=0&&s<l;s+=r)if(i[s]===a)return s;return-1}}const uP=dP(1,Zd,cP),mk=dP(-1,lP);function Kd(r,e,t){var i=Ct(r)?Zd:sP,a=i(r,e,t);if(a!==void 0&&a!==-1)return r[a]}function Tk(r,e){return Kd(r,wa(e))}function Dn(r,e,t){e=_a(e,t);var i,a;if(Ct(r))for(i=0,a=r.length;i<a;i++)e(r[i],i,r);else{var s=Xe(r);for(i=0,a=s.length;i<a;i++)e(r[s[i]],s[i],r)}return r}function Ar(r,e,t){e=Dt(e,t);for(var i=!Ct(r)&&Xe(r),a=(i||r).length,s=Array(a),o=0;o<a;o++){var l=i?i[o]:o;s[o]=e(r[l],l,r)}return s}function pP(r){var e=function(t,i,a,s){var o=!Ct(t)&&Xe(t),l=(o||t).length,p=r>0?0:l-1;for(s||(a=t[o?o[p]:p],p+=r);p>=0&&p<l;p+=r){var y=o?o[p]:p;a=i(a,t[y],y,t)}return a};return function(t,i,a,s){var o=arguments.length>=3;return e(t,_a(i,s,4),a,o)}}const Xd=pP(1),yP=pP(-1);function vi(r,e,t){var i=[];return e=Dt(e,t),Dn(r,function(a,s,o){e(a,s,o)&&i.push(a)}),i}function Ek(r,e,t){return vi(r,zd(Dt(e)),t)}function fP(r,e,t){e=Dt(e,t);for(var i=!Ct(r)&&Xe(r),a=(i||r).length,s=0;s<a;s++){var o=i?i[s]:s;if(!e(r[o],o,r))return!1}return!0}function hP(r,e,t){e=Dt(e,t);for(var i=!Ct(r)&&Xe(r),a=(i||r).length,s=0;s<a;s++){var o=i?i[s]:s;if(e(r[o],o,r))return!0}return!1}function Pn(r,e,t,i){return Ct(r)||(r=Ri(r)),(typeof t!="number"||i)&&(t=0),uP(r,e,t)>=0}const bk=vt(function(r,e,t){var i,a;return mt(e)?a=e:(e=Ba(e),i=e.slice(0,-1),e=e[e.length-1]),Ar(r,function(s){var o=a;if(!o){if(i&&i.length&&(s=kd(s,i)),s==null)return;o=s[e]}return o==null?o:o.apply(s,t)})});function Qd(r,e){return Ar(r,Jd(e))}function Rk(r,e){return vi(r,wa(e))}function mP(r,e,t){var i=-1/0,a=-1/0,s,o;if(e==null||typeof e=="number"&&typeof r[0]!="object"&&r!=null){r=Ct(r)?r:Ri(r);for(var l=0,p=r.length;l<p;l++)s=r[l],s!=null&&s>i&&(i=s)}else e=Dt(e,t),Dn(r,function(y,h,m){o=e(y,h,m),(o>a||o===-1/0&&i===-1/0)&&(i=y,a=o)});return i}function gk(r,e,t){var i=1/0,a=1/0,s,o;if(e==null||typeof e=="number"&&typeof r[0]!="object"&&r!=null){r=Ct(r)?r:Ri(r);for(var l=0,p=r.length;l<p;l++)s=r[l],s!=null&&s<i&&(i=s)}else e=Dt(e,t),Dn(r,function(y,h,m){o=e(y,h,m),(o<a||o===1/0&&i===1/0)&&(i=y,a=o)});return i}var vk=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function TP(r){return r?Dr(r)?Aa.call(r):Nd(r)?r.match(vk):Ct(r)?Ar(r,qd):Ri(r):[]}function EP(r,e,t){if(e==null||t)return Ct(r)||(r=Ri(r)),r[Yd(r.length-1)];var i=TP(r),a=It(i);e=Math.max(Math.min(e,a),0);for(var s=a-1,o=0;o<e;o++){var l=Yd(o,s),p=i[o];i[o]=i[l],i[l]=p}return i.slice(0,e)}function Ik(r){return EP(r,1/0)}function Dk(r,e,t){var i=0;return e=Dt(e,t),Qd(Ar(r,function(a,s,o){return{value:a,index:i++,criteria:e(a,s,o)}}).sort(function(a,s){var o=a.criteria,l=s.criteria;if(o!==l){if(o>l||o===void 0)return 1;if(o<l||l===void 0)return-1}return a.index-s.index}),"value")}function go(r,e){return function(t,i,a){var s=e?[[],[]]:{};return i=Dt(i,a),Dn(t,function(o,l){var p=i(o,l,t);r(s,o,p)}),s}}const Pk=go(function(r,e,t){Yn(r,t)?r[t].push(e):r[t]=[e]}),Ak=go(function(r,e,t){r[t]=e}),Ok=go(function(r,e,t){Yn(r,t)?r[t]++:r[t]=1}),Sk=go(function(r,e,t){r[t?0:1].push(e)},!0);function Ck(r){return r==null?0:Ct(r)?r.length:Xe(r).length}function Bk(r,e,t){return e in t}const bP=vt(function(r,e){var t={},i=e[0];if(r==null)return t;mt(i)?(e.length>1&&(i=_a(i,e[1])),e=Ca(r)):(i=Bk,e=Pr(e,!1,!1),r=Object(r));for(var a=0,s=e.length;a<s;a++){var o=e[a],l=r[o];i(l,o,r)&&(t[o]=l)}return t}),wk=vt(function(r,e){var t=e[0],i;return mt(t)?(t=zd(t),e.length>1&&(i=e[1])):(e=Ar(Pr(e,!1,!1),String),t=function(a,s){return!Pn(e,s)}),bP(r,t,i)});function RP(r,e,t){return Aa.call(r,0,Math.max(0,r.length-(e==null||t?1:e)))}function eu(r,e,t){return r==null||r.length<1?e==null||t?void 0:[]:e==null||t?r[0]:RP(r,r.length-e)}function vo(r,e,t){return Aa.call(r,e==null||t?1:e)}function _k(r,e,t){return r==null||r.length<1?e==null||t?void 0:[]:e==null||t?r[r.length-1]:vo(r,Math.max(0,r.length-e))}function Nk(r){return vi(r,Boolean)}function Mk(r,e){return Pr(r,e,!1)}const gP=vt(function(r,e){return e=Pr(e,!0,!0),vi(r,function(t){return!Pn(e,t)})}),Vk=vt(function(r,e){return gP(r,e)});function tu(r,e,t,i){AD(e)||(i=t,t=e,e=!1),t!=null&&(t=Dt(t,i));for(var a=[],s=[],o=0,l=It(r);o<l;o++){var p=r[o],y=t?t(p,o,r):p;e&&!t?((!o||s!==y)&&a.push(p),s=y):t?Pn(s,y)||(s.push(y),a.push(p)):Pn(a,p)||a.push(p)}return a}const Lk=vt(function(r){return tu(Pr(r,!0,!0))});function Gk(r){for(var e=[],t=arguments.length,i=0,a=It(r);i<a;i++){var s=r[i];if(!Pn(e,s)){var o;for(o=1;o<t&&Pn(arguments[o],s);o++);o===t&&e.push(s)}}return e}function nu(r){for(var e=r&&mP(r,It).length||0,t=Array(e),i=0;i<e;i++)t[i]=Qd(r,i);return t}const $k=vt(nu);function Fk(r,e){for(var t={},i=0,a=It(r);i<a;i++)e?t[r[i]]=e[i]:t[r[i][0]]=r[i][1];return t}function Uk(r,e,t){e==null&&(e=r||0,r=0),t||(t=e<r?-1:1);for(var i=Math.max(Math.ceil((e-r)/t),0),a=Array(i),s=0;s<i;s++,r+=t)a[s]=r;return a}function xk(r,e){if(e==null||e<1)return[];for(var t=[],i=0,a=r.length;i<a;)t.push(Aa.call(r,i,i+=e));return t}function ru(r,e){return r._chain?se(e).chain():e}function vP(r){return Dn(xd(r),function(e){var t=se[e]=r[e];se.prototype[e]=function(){var i=[this._wrapped];return p5.apply(i,arguments),ru(this,t.apply(se,i))}}),se}Dn(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var e=To[r];se.prototype[r]=function(){var t=this._wrapped;return t!=null&&(e.apply(t,arguments),(r==="shift"||r==="splice")&&t.length===0&&delete t[0]),ru(this,t)}}),Dn(["concat","join","slice"],function(r){var e=To[r];se.prototype[r]=function(){var t=this._wrapped;return t!=null&&(t=e.apply(t,arguments)),ru(this,t)}});var IP=vP(Object.freeze(Object.defineProperty({__proto__:null,VERSION:mD,after:fk,all:fP,allKeys:Ca,any:hP,assign:Ro,before:aP,bind:rP,bindAll:ok,chain:sk,chunk:xk,clone:j5,collect:Ar,compact:Nk,compose:yk,constant:MD,contains:Pn,countBy:Ok,create:x5,debounce:uk,default:se,defaults:HD,defer:ck,delay:iP,detect:Kd,difference:gP,drop:vo,each:Dn,escape:H5,every:fP,extend:YD,extendOwn:Ro,filter:vi,find:Kd,findIndex:Zd,findKey:sP,findLastIndex:lP,findWhere:Tk,first:eu,flatten:Mk,foldl:Xd,foldr:yP,forEach:Dn,functions:xd,get:KD,groupBy:Pk,has:q5,head:eu,identity:qd,include:Pn,includes:Pn,indexBy:Ak,indexOf:uP,initial:RP,inject:Xd,intersection:Gk,invert:WD,invoke:bk,isArguments:Ld,isArray:Dr,isArrayBuffer:CD,isBoolean:AD,isDataView:Eo,isDate:g5,isElement:R5,isEmpty:Sa,isEqual:_5,isError:I5,isFinite:O5,isFunction:mt,isMap:V5,isMatch:FD,isNaN:ND,isNull:b5,isNumber:OD,isObject:Wn,isRegExp:v5,isSet:G5,isString:Nd,isSymbol:SD,isTypedArray:GD,isUndefined:PD,isWeakMap:L5,isWeakSet:$5,iteratee:Wd,keys:Xe,last:_k,lastIndexOf:mk,map:Ar,mapObject:J5,matcher:wa,matches:wa,max:mP,memoize:lk,methods:xd,min:gk,mixin:vP,negate:zd,noop:QD,now:Na,object:Fk,omit:wk,once:hk,pairs:F5,partial:gi,partition:Sk,pick:bP,pluck:Qd,property:Jd,propertyOf:W5,random:Yd,range:Uk,reduce:Xd,reduceRight:yP,reject:Ek,rest:vo,restArguments:vt,result:rk,sample:EP,select:vi,shuffle:Ik,size:Ck,some:hP,sortBy:Dk,sortedIndex:cP,tail:vo,take:eu,tap:k5,template:nk,templateSettings:K5,throttle:dk,times:Y5,toArray:TP,toPath:ZD,transpose:nu,unescape:Z5,union:Lk,uniq:tu,unique:tu,uniqueId:ak,unzip:nu,values:Ri,where:Rk,without:Vk,wrap:pk,zip:$k},Symbol.toStringTag,{value:"Module"})));IP._=IP;function Io(r){return r.charAt(0).toUpperCase()+r.slice(1)}function DP(r){return r.charAt(0).toLowerCase()+r.slice(1)}function PP(r,e){if(r.type!==n.Property||e.type!==n.Property)throw new Error(`Expected property entities for comparison. But got ${r.type} and ${e.type}.`);return r===e||r.id===e.id?!0:r.name!==e.name||r.static!==e.static||r.abstract!==e.abstract?!1:Zt(r.dataType,e.dataType).compatible}function AP(r,e){if(r.type!==n.CustomEntity||e.type!==n.CustomEntity)throw new Error(`Expected custom entities for comparison. But got ${r.type} and ${e.type}.`);if(r===e||r.id===e.id)return!0;if(r.properties.length!==e.properties.length)return!1;let t=[...e.properties];const i=[];for(let a=0;a<r.properties.length;a++){const s=r.properties[a];t.find(l=>{const p=PP(s,l);return p&&(t=t.filter(y=>y.id!==l.id)),p})||i.push(s)}return!(i.length>0)}var $t=(r=>(r.BothUnconstrained="both-unconstrained",r.AConstraintBUnconstrained="a-constraint-b-unconstrained",r.BConstraintAUnconstrained="b-constraint-a-unconstrained",r.Same="same",r.AIsListBIsNot="a-is-list-b-is-not",r.BIsListAIsNot="b-is-list-a-is-not",r.AIsNullableBIsNot="a-is-nullable-b-is-not",r.BIsNullableAIsNot="b-is-nullable-a-is-not",r.AIsTemplateBIsNot="a-is-template-b-is-not",r.BIsTemplateAIsNot="b-is-template-a-is-not",r.BothUntyped="both-untyped",r.AIsUntypedBIsNot="a-is-untyped-b-is-not",r.BIsUntypedAIsNot="b-is-untyped-a-is-not",r.TypeEntityMismatch="type-entity-mismatch",r.SameCustomEntities="same-custom-entities",r.CompatibleCustomEntities="compatible-custom-entities",r.IncompatibleCustomEntities="incompatible-custom-entities",r.SamePrimitiveEntities="same-primitive-entities",r.IncompatiblePrimitiveEntities="incompatible-primitive-entities",r.SameBuiltInBaseEntities="same-built-in-base-entities",r.IncompatibleBuiltInBaseEntities="incompatible-built-in-base-entities",r.CheckUnknown="check-unknown",r))($t||{});function Zt(r,e){var t,i,a,s,o,l,p,y,h,m,b;if(r&&r.type!==n.DataType||e&&e.type!==n.DataType)throw new Error(`Expected data-type entities for comparison. But got ${r==null?void 0:r.type} and ${e==null?void 0:e.type}.`);if(r===null&&e===null)return{compatible:!0,type:"both-unconstrained"};if(r===null)return{compatible:!0,type:"a-constraint-b-unconstrained"};if(e===null)return{compatible:!0,type:"b-constraint-a-unconstrained"};if(r===e)return{compatible:!0,type:"same"};if(r.id===e.id)return{compatible:!0,type:"same"};if(r.isList!==e.isList)return{compatible:!1,type:r.isList?"a-is-list-b-is-not":"b-is-list-a-is-not"};if(r.isNullable!==e.isNullable)return{compatible:!1,type:r.isNullable?"a-is-nullable-b-is-not":"b-is-nullable-a-is-not"};if(r.asType!==e.asType)return{compatible:!1,type:r.asType?"a-is-template-b-is-not":"b-is-template-a-is-not"};if(!r.entity&&e.entity)return{compatible:!0,type:"a-is-untyped-b-is-not"};if(r.entity&&!e.entity)return{compatible:!0,type:"b-is-untyped-a-is-not"};if(!r.entity&&!e.entity)return{compatible:!0,type:"both-untyped"};if(((t=r.entity)==null?void 0:t.type)!==((i=e.entity)==null?void 0:i.type))return{compatible:!1,type:"type-entity-mismatch"};if(((a=r.entity)==null?void 0:a.type)===n.CustomEntity){if(((s=r.entity)==null?void 0:s.id)===((o=e.entity)==null?void 0:o.id))return{compatible:!0,type:"same-custom-entities"};const v=AP(r.entity,e.entity);return{compatible:v,type:v?"compatible-custom-entities":"incompatible-custom-entities"}}return((l=r.entity)==null?void 0:l.type)===n.PrimitiveEntity?((p=r.entity)==null?void 0:p.id)===((y=e.entity)==null?void 0:y.id)?{compatible:!0,type:"same-primitive-entities"}:{compatible:!1,type:"incompatible-primitive-entities"}:((h=r.entity)==null?void 0:h.type)===n.BuiltInBaseEntity?((m=r.entity)==null?void 0:m.id)===((b=e.entity)==null?void 0:b.id)?{compatible:!0,type:"same-built-in-base-entities"}:{compatible:!1,type:"incompatible-built-in-base-entities"}:{compatible:!1,type:"check-unknown"}}function jk(r){const e=r.project.builtInBaseEntities.find(a=>a.id===L.EXECUTION),t={id:r.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,defaultValue:null,parent:null},i=R(t,r.project);return i.inferred=!0,i.sync(t),i.setParent(r),i.entity=e,i}function OP(r){return r.dataType?r.dataType:null}function iu(r){var t;const e=(t=r.declaration)==null?void 0:t.getDataType();return e&&e.isResolved()?e:r.readsValue?sn(r.readsValue):null}function au(r){return r.dataType&&!r.dataType.inferred&&r.dataType.isResolved()?r.dataType:r.readsValue?sn(r.readsValue):null}function SP(r){return sn(r.declaration)}function CP(r){return r.dataType&&!r.dataType.inferred?r.dataType:(r.dataType&&r.dataType.inferred,r.inferDataTypeAndSyncInstancesInputsAndOutputs(),r.dataType)}function su(r){var e;return((e=r.declaration)==null?void 0:e.dataType)||null}function BP(r){return(r==null?void 0:r.dataType)||null}function wP(r){return(r==null?void 0:r.dataType)||null}function sn(r){switch(r.type){case n.VariableDeclaration:return CP(r);case n.ArgumentDeclaration:return OP(r);case n.ReturnDeclaration:return au(r);case n.VariableInstance:return SP(r);case n.InputMap:return iu(r);case n.OutputMap:return su(r);case n.Property:return BP(r);case n.ValueDescriptor:return wP(r);default:throw new Error(`Cannot infer data type from entity of type ${r.type}.`)}}function Do(r){switch(r.type){case n.ArgumentDeclaration:return r.getDataType();case n.InputMap:return r.getDataType();case n.VariableDeclaration:return r.getDataType();case n.VariableInstance:return r.getDataType();case n.OutputMap:return r.getDataType();case n.ReturnDeclaration:return r.getDataType();case n.Property:return r.getDataType();case n.ValueDescriptor:return r.getDataType();default:return null}}function _(r){if(r){let e=null;return typeof r=="string"?e=r:r.entityId?e=r.entityId:r.type!==n.GenericReference&&(e=r.id),e}return null}function Or(r){return r.declaration||r}function kk(r){return r.type===n.VariableDeclaration?r.parent===r.project?"global-declaration":"local-declaration":r.declaration.parent===r.project?"global-instance":"local-instance"}function ou(r,e){const t=[];if(r.type===n.Project)t.push(...r.variableDeclarations);else{const a=Et(we(r)).filter(s=>s.type===n.VariableDeclaration);t.push(...a),r.parent&&(ct.includes(r.parent.type)||r.parent.type===n.Project)&&t.push(...ou(r.parent))}return t}function qk(r){return r.replace(/(?:^\w|[A-Z]|\b\w)/g,function(e,t){return t===0?e.toLowerCase():e.toUpperCase()}).replace(/\s+/g,"")}function Jk(r){return r.split(/\s+/).map(i=>i[0].toUpperCase()+i.slice(1).toLowerCase()).join("")}function _P(r){var e;return(e=r.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g))==null?void 0:e.map(t=>t.toLowerCase()).join("-")}function Po(r){return _P(r).toLowerCase()}function lu(r){if(!r)return"Any data type";if(!r.entity)return r.isList?"List of an unknown data type":"Unknown data type";if(r.entity.type===n.PrimitiveEntity){const e=r.entity.name===D.String?"Text":r.entity.name;return r.isList?`List of ${e}s`:`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}else if(r.entity.type===n.CustomEntity){const e=VP(r.entity);return r.isList?`List of ${e} entities`:e.slice(0,1).toUpperCase()+e.slice(1)}else if(r.entity.type===n.BuiltInBaseEntity){const e=MP(r.entity);return r.isList?`List of ${e} entities`:e.slice(0,1).toUpperCase()+e.slice(1)}else return r.isList?`List of ${r.entity.name} entities`:`${r.entity.name.slice(0,1).toUpperCase()+r.entity.name.slice(1)} entity`}function Wk(r){if(!r)return"Any data type";const e=r.getDataType();return lu(e)}function Ao(r){switch(r.declaration.id){case Le.Equal:return"is equal to";case Le.NotEqual:return"is not equal to";case Le.MoreThan:return"is greater than";case Le.MoreThanOrEqual:return"is greater than or equal to";case Le.LessThan:return"is less than";case Le.LessThanOrEqual:return"is less than or equal to";case Le.And:return"and";case Le.Or:return"or";case Mt.Empty:return"is empty";case Mt.NotEmpty:return"is not empty"}}function NP(r){return r.includes(L.HTTP_ENDPOINT)?"HTTP endpoint":r.includes(L.PERSISTED_ENTITY)?"Persisted entity":r.includes(L.CRON_JOB)?"Scheduled execution":r.includes(L.RELATIONAL_DATABASE)?"Relational database":"Entity"}function MP(r){switch(r.name){case L.HTTP_ENDPOINT:return"HTTP endpoint";case L.PERSISTED_ENTITY:return"Persisted entity";case L.CRON_JOB:return"Scheduled execution";case L.RELATIONAL_DATABASE:return"Relational database"}return"Entity"}function VP(r){const e=bA(r);if(!e){const t=TA(r);return t.includes(L.HTTP_ENDPOINT)?"HTTP endpoint":t.includes(L.PERSISTED_ENTITY)?"Persisted entity":t.includes(L.CRON_JOB)?"Scheduled execution":t.includes(L.RELATIONAL_DATABASE)?"Relational database":C(r,r.project)+" entity"}return C(e,r.project)+" entity"}function LP(r){let e="Find ";return r.outputsDeclarations.forEach((t,i)=>{const a=Do(t),s=DP(a&&a.entity?C(a.entity,r.project):"unstructured data");i===0?e+=`${s} `:i===r.outputsDeclarations.length-1?e+=`and ${s} `:e+=`, ${s} `}),e}function GP(r){switch(r.name){case D.String:return"Text";case D.Number:return"Number";case D.Boolean:return"Boolean";case D.JSON:return"Data structure";case D.UUID:return"Unique identifier";case D.Date:return"Date";case D.EntityTemplate:return"Entity as template";case D.Enum:return"Enumeration";case D.File:return"File";case D.Null:return"Empty";case D.ActionDescriptor:return"Action descriptor";default:return r.name}}function $P(r){switch(r.id){case k.List:return"Loop over list items";case k.ManualFlow:return"Manual flow control loop";case k.ObjectKeys:return"Loop over object keys";case k.ObjectValues:return"Loop over object values";case k.Counted:return"Loop given number of times";case k.String:return"Loop over text characters";case fe.Addition:return"Sum numbers";case fe.Subtraction:return"Subtract numbers";case fe.Multiplication:return"Multiply numbers";case fe.Division:return"Divide numbers";case fe.Remainder:return"Get remainder of numbers";case fe.Exponentiation:return"Get exponent of numbers";case K.AddIndex:return"Add at index position";case K.DeleteFirst:return"Delete first character";case K.DeleteLast:return"Delete last character";case K.DeleteIndex:return"Delete at index position";case K.Join:return"Join texts";case K.ReplaceAllMatches:return"Replace all matches";case K.ReplaceFirst:return"Replace first match";case K.ReplaceLast:return"Replace last match";case K.Split:return"Split text";case K.ReplaceIndex:return"Replace at index position";case K.ReplaceSingleMatch:return"Replace single match";case K.GetFirst:return"Get first character";case K.GetLast:return"Get last character";case K.GetIndex:return"Get at index position";case K.Append:return"Add at the end";case K.Prepend:return"Add at the start";case _e.Wait:return"Wait";case _e.Parallel:return"Run in parallel";case _e.Sequential:return"Run in sequence";case et.HttpRequest:return"HTTP request";case oe.CreateNewInstance:return"Create new copy of entity";case Y.AddIndex:return"Add item at index position";case Y.DeleteFirst:return"Delete first item";case Y.DeleteLast:return"Delete last item";case Y.DeleteIndex:return"Delete item at index position";case Y.Join:return"Join lists";case Y.ReplaceAllMatches:return"Replace all matches";case Y.ReplaceFirst:return"Replace first match";case Y.ReplaceLast:return"Replace last match";case Y.Split:return"Split list";case Y.ReplaceIndex:return"Replace at index position";case Y.ReplaceSingleMatch:return"Replace single match";case Y.GetFirst:return"Get first item";case Y.GetLast:return"Get last item";case Y.GetIndex:return"Get item at index position";case Y.Append:return"Add item at the end";case Y.Prepend:return"Add item at the start";case cn.PROJECT_PUBLICATION_COMPLETED:return"Project publication completed";default:return(r.name.slice(0,1).toUpperCase()+r.name.slice(1)).replaceAll("-"," ")}}function C(r,e){var t;if(n.FunctionDeclaration===r.type){const i=r.name;if(Object.values(At).includes(i))switch(i){case At.AbortExecution:return"Abort execution";case At.DeletePersistedEntity:return"Delete persisted entity";case At.SoftDeletePersistedEntity:return"Soft delete persisted entity";default:return Io(r.type).replaceAll("-"," ")}return i}if(n.BuiltInBaseEntity===r.type)return NP([r.name]);if(ku.includes(r.type)&&r.type!==n.ActionDescriptor)return r.name;switch(r.type){case n.Search:return LP(r);case n.Operation:case n.InternalCall:case n.Loop:const i=wt(r.declaration,e);return C(i,e);case n.ActionDescriptor:return $P(r);case n.BreakStatement:const a=wt(r.parent,e);return`Stop loop ${C(a,e)}`;case n.ContinueStatement:const s=wt(r.parent,e);return`Execute next iteration of ${C(s,e)}`;case n.FunctionCall:return wt(r.declaration,e).name;case n.Condition:{const l=r;if((t=r.inputs)!=null&&t.length){const p=C(l.inputs[0],l.project);if(l.inputs[1]){const y=l.inputs[1].declaration.name;return`If ${p} ${Ao(l)} ${y}`}return`If ${p} ${Ao(l)}`}else return`If ${Ao(l)}`}case n.ReturnStatement:{const l=wt(r.parent,e);return`Output of ${C(l,e)}`}case n.InputMap:if(r.declaration){const l=wt(r.declaration,e);return C(l,e)||""}else return r.name||"";case n.VariableInstance:{const l=wt(r.declaration,e);return C(l,e)||""}case n.OutputMap:if(r.declaration){const l=wt(r.declaration,e);return(l==null?void 0:l.name)||""}else return"";case n.PrimitiveEntity:case n.PrimitiveValue:return GP(r);default:return Io(r.type).replaceAll("-"," ")}}function Oo(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=e.entities.filter(a=>a.name===r.name);return i.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique in the project. Entity with id "${i[0].id}" has the same name.
|
|
14
14
|
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null})),t}function cu(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=r.parent?_(r.parent):null;let a=e;i&&(a=e.get(i));const s=[];a.type===n.CustomEntity?s.push(...a.methods.map(l=>l)):a.type===n.Project?s.push(...a.functions.map(l=>l)):a.type===n.Loop?a.body&&s.push(a.body):a.type===n.InstalledProject&&s.push(...a.functions.map(l=>l));const o=s.filter(l=>l.name===r.name);return o.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique in ${a.type===n.Project?"the globally declared project scope":"its parent entity"}. Entity with id "${o[0].id}" has the same name.
|
|
15
|
-
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null})),t}function du(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=r.parent&&
|
|
15
|
+
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null})),t}function du(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=r.parent&&wt(r.parent,e)||e;if(!i)t.push(new E({id:`${r.id}--parent-reference--${f.ReferencedEntityNotFound}`,message:`The entity with id '${r.parent}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,severity:T.Error,code:f.ReferencedEntityNotFound,issue:null}));else{const s=ou(i).filter(o=>o.name===r.name);s.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique in its scope or higher scopes. Entity with id "${s[0].id}" has the same name.
|
|
16
16
|
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null}))}return t}function uu(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=_(r.parent);if(!i)t.push(new E({id:`${r.id}--parent-reference--${f.InvalidReferenceObjectStructure}`,message:`Reference object at 'parent' property for entity with id "${r.id}" and type "${r.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,severity:T.Error,code:f.InvalidReferenceObjectStructure,issue:null}));else{const a=e.get(i);if(!a)t.push(new E({id:`${r.id}--parent-reference--${f.ReferencedEntityNotFound}`,message:`The entity with id '${i}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,severity:T.Error,code:f.ReferencedEntityNotFound,issue:null}));else{const o=a.properties.filter(l=>l.name===r.name);o.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique among all properties in the parent entity. Entity with id "${o[0].id}" has the same name.
|
|
17
17
|
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null}))}}return t}function pu(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=_(r.parent);if(!i)t.push(new E({id:`${r.id}--parent-reference--${f.InvalidReferenceObjectStructure}`,message:`Reference object at 'parent' property for entity with id "${r.id}" and type "${r.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,severity:T.Error,code:f.InvalidReferenceObjectStructure,issue:null}));else{const a=e.get(i);if(!a)t.push(new E({id:`${r.id}--parent-reference--${f.ReferencedEntityNotFound}`,message:`The entity with id '${i}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,severity:T.Error,code:f.ReferencedEntityNotFound,issue:null}));else{const o=wu(a).filter(l=>l.name===r.name);o.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique among all inputs declared in the parent entity. Entity with id "${o[0].id}" has the same name.
|
|
18
18
|
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null}))}}return t}function yu(r,e){const t=[];r.name||t.push(new E({id:`${r.id}--${S.EmptyName}`,message:`Entity with id "${r.id}" and type "${r.type}" has an empty name. Please provide a 'name' string.`,severity:T.Error,code:S.EmptyName,issue:null}));const i=_(r.parent);if(!i)t.push(new E({id:`${r.id}--parent-reference--${f.InvalidReferenceObjectStructure}`,message:`Reference object at 'parent' property for entity with id "${r.id}" and type "${r.type}" is not a valid reference. A reference needs to be a 'id' string of an existing entity in the project.`,severity:T.Error,code:f.InvalidReferenceObjectStructure,issue:null}));else{const a=e.get(i);if(!a)t.push(new E({id:`${r.id}--parent-reference--${f.ReferencedEntityNotFound}`,message:`The entity with id '${i}' that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,severity:T.Error,code:f.ReferencedEntityNotFound,issue:null}));else{const o=_u(a).filter(l=>l.name===r.name);o.length&&t.push(new E({id:`${r.id}--${S.NameNotUniqueInScope}`,message:`Entity with id "${r.id}" and type "${r.type}" has a name "${r.name}" that is not unique among all outputs declared in the parent entity. Entity with id "${o[0].id}" has the same name.
|
|
19
19
|
Please provide a unique 'name' string.`,severity:T.Error,code:S.NameNotUniqueInScope,issue:null}))}}return t}function Yk(r,e){switch(r.type){case n.CustomEntity:return Oo(r,e);case n.FunctionDeclaration:return cu(r,e);case n.VariableDeclaration:return du(r,e);case n.Property:return uu(r,e);case n.ArgumentDeclaration:return pu(r,e);case n.ReturnDeclaration:return yu(r,e);default:return[]}}function He(r,e,t){const a=`${Po(r)}-${e}-id`;return t.instances[a]?N.UUID.uuid():a}function fu(r,e){let t="",i=null;if(r.parent){const s=e.get(r.parent);s&&(i=s)}let a="";return i&&(a=`${Po(C(i,e))}-`),t=`${a}${Po(C(r,e))}-id`,e.instances[t]?N.UUID.uuid():t}function Hk(r){var o;const e=m9(),t=r.toJSON();e.safeParse(t).success;const a=zk(r);(o=r.dataType)==null||o.validate();const s=[...a];if(r.id==="80c86e1b-caca-4ba5-9b1f-38f72d10e4a3"){const l=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(l.error)}return s}function zk(r){const e=[];if(!r.implements)return e;const t=r.implements;if(!t.abstract){const a=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(t,r.project)}" with id "${t.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});e.push(a.error)}if(r.static&&!t.static){const a=z({id:`${r.id}--${M.NonStaticPropertyImplementsStatic}`,message:`Static property "${C(r,r.project)}" with id "${r.id}" implements a non-static property "${C(t,r.project)}" with id "${t.id}".`,issue:null,severity:T.Error,code:M.NonStaticPropertyImplementsStatic,entity:r});e.push(a.error)}if(!r.static&&t.static){const a=z({id:`${r.id}--${M.StaticPropertyImplementsNonStatic}`,message:`Non-static property "${C(r,r.project)}" with id "${r.id}" implements a static property "${C(t,r.project)}" with id "${t.id}".`,issue:null,severity:T.Error,code:M.StaticPropertyImplementsNonStatic,entity:r});e.push(a.error)}if(!Zt(r.dataType,t.dataType)){const a=z({id:`${r.id}--${M.PropertyImplementsIncompatibleType}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a property "${C(t,r.project)}" with id "${t.id}" that has an incompatible data type.`,issue:null,severity:T.Error,code:M.PropertyImplementsIncompatibleType,entity:r});e.push(a.error)}return ae(r.errors,e)}function Zk(r,e){const t=[];if(r.parent){const a=e.get(r.parent);if(!a)t.push(new E({id:`${r.id}--${r.parent}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.parent}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}));else{const s=Qn(a);if(s){const o=a!==s?`The entity of type '${r.type}' with id '${r.id}' have 'parent' with id '${r.parent}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${C(s,a.project)}) higher up in the tree.`:`The entity of type '${r.type}' with id '${r.id}' have 'parent' with id '${r.parent}' because it is a built-in entity of type ${s.type}.`;t.push(new E({id:`${r.id}--${f.InvalidBuiltInEntityReference}`,code:f.InvalidBuiltInEntityReference,severity:T.Error,message:o,issue:null}))}else if(![n.CustomEntity].includes(a.type))t.push(new E({id:`${r.id}--${r.parent}--${f.InvalidParentReference}`,code:f.InvalidParentReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a parent reference that isn't pointing to an entity of type 'custom-entity'.`,issue:null}));else{const l=Xn(a).filter(p=>!p.interactive);if(l.length){let p=l.length>1?`The entity of type '${r.type}' with id '${r.id}' can't be added to the 'parent' entity with id '${a.id}' because it extends or implements multiple '${n.BuiltInBaseEntity}' entities that are non-interactive ("${F(l.map(y=>C(y,y.project)),'", "','" and "')}").`:`The entity of type '${r.type}' with id '${r.id}' can't be added to the 'parent' entity with id '${a.id}' because it extends or implements a '${n.BuiltInBaseEntity}' entity that is non-interactive ("${C(l[0],l[0].project)}").`;p+=`
|
|
20
20
|
${Zn}`,t.push(new E({id:`${r.id}--${f.NonInteractiveEntityReferenced}`,code:f.NonInteractiveEntityReferenced,severity:T.Error,message:p,issue:null}))}else if(r.implements){const p=e.get(r.implements);if(r.id===r.implements)return t.push(new E({id:`${r.id}--${r.implements}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'implements'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null})),t;if(!p)t.push(new E({id:`${r.id}--${r.implements}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.implements}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}));else{const y=a.properties.find(h=>{var m;return((m=h.implements)==null?void 0:m.id)===r.implements});y?t.push(new E({id:`${r.id}--${S.PropertyOverwrite}`,code:S.PropertyOverwrite,severity:T.Error,message:`The property with id "${r.id}" is trying to implement the property with id "${r.implements}", but the parent entity already has a property with id '${y.id}' that implements the same base property.`,issue:null})):[n.Property].includes(p.type)?p.abstract||t.push(new E({id:`${r.id}--${r.implements}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an abstract entity.`,issue:null})):t.push(new E({id:`${r.id}--${r.implements}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an entity of type 'property'.`,issue:null}))}}}}}const i=Je(r,{},e);return t.push(...i.errors),t}const me=class me{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"private");c(this,"abstract");c(this,"index");c(this,"static");c(this,"required");c(this,"type",n.Property);c(this,"hidden",!1);c(this,"dataType",null);c(this,"implements",null);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.private=e.private,this.abstract=e.abstract,this.index=e.index,this.static=e.static,this.required=e.required||!1,this.hidden=e.hidden||!1}static fromGenerationTarget(e,t){const i=_(e.parent),a=t.get(i);let s=null;if(e.implements){const p=_(e.implements);s=t.get(p)}const o={id:e.id,version:1,name:e.name,type:n.Property,index:a.properties.length,private:e.private,abstract:e.abstract,static:e.static,required:e.required||!1,hidden:!1,description:e.description,implements:s,dataType:null,parent:a},l=R(o,t);return l.setParent(a),l.initChildren(),l}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Zk(i,t),o=uu(i,t);return a.push(...s,...o,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated, as it would mean moving the '${this.type}' entity to another parent entity.
|
|
21
21
|
This is likely an incorrect strategy, either the '${this.type}' entity doesn't need to be updated or it should be deleted and a new one created in the desired parent.`,issue:null})),(e.readsValue||e.writesValue)&&t.push(new E({id:`${this.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' is not a value reading or writing entity.
|
|
22
|
-
${wo}`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent.addProperty(this),e.push(this.parent),{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.dataType){const e=R(this.initialData.dataType,this.project);e.setParent(this),e.initChildren(),this.dataType=e}if(this.initialData.implements){const e=R(this.initialData.implements,this.project);this.implements=e}return this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.abstract=e.abstract||this.abstract,this.private=e.private||this.private,this.index=e.index||(e.index!==0?this.index:0),this.static=e.static||this.static,this.required=e.required||this.required,this.hidden=e.hidden||this.hidden,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.dataType){const{affected:s,removed:o}=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return e||this.parent.type===n.CustomEntity&&(this.parent.removeProperty(this),i.push(this.parent)),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.dataType){const{affected:i}=this.dataType.restore({seenEntities:e});t.push(...i)}return this.parent.type===n.CustomEntity&&(this.parent.addProperty(this),t.push(this.parent)),{affected:t,self:this}}toFlat(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this,...((i=this.dataType)==null?void 0:i.toFlat(e))||[]])}toFlatIds(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.id,...((i=this.dataType)==null?void 0:i.toFlatIds(e))||[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,private:this.private,required:this.required,static:this.static,abstract:this.abstract,hidden:this.hidden,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,implements:((t=this.implements)==null?void 0:t.toJSON())||null,parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,private:this.private,required:this.required,abstract:this.abstract,static:this.static,hidden:this.hidden,dataType:((e=this.dataType)==null?void 0:e.toReference())||null,implements:((t=this.implements)==null?void 0:t.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i,a;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.dataType)==null?void 0:i.toFlatJSON(e))||[],...((a=this.implements)==null?void 0:a.toFlatJSON(e))||[]])}toGenerationTarget(){var e;return{id:this.id,name:this.name,description:this.description,type:this.type,private:this.private,required:this.required,abstract:this.abstract,static:this.static,implements:((e=this.implements)==null?void 0:e.id)||null,parent:this.parent.id}}toFlatGenerationTarget(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.dataType)==null?void 0:i.toFlatGenerationTarget(e))||[]])}clearErrors(){var e;return this.errors=[],(e=this.dataType)==null||e.clearErrors(),this}validate(){return this.errors=Hk(this),this.errors.length,{success:!0,error:null,data:null}}getErrors(){var t;return[...this.errors,...((t=this.dataType)==null?void 0:t.getErrors())||[]]}getShallowErrors(){return this.errors}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}clone(e=null,t=null,i=!0){var h;const a=t||He(C(this,this.project),n.Property,this.project),s=a.split("-id"),o=s[s.length-1||0]||a,l={hidden:!1,id:a,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,private:this.private,required:this.required,abstract:this.abstract,static:this.static,dataType:null,implements:null,parent:e||this.parent},p=xt(l,this.project);i&&p.subscribe();const y=((h=this.dataType)==null?void 0:h.clone(p,o+"-data-type-id",i))||null;return y&&p.setDataType(y),p}setDataType(e){return this.dataType=e,this}removeDataType(){return this.dataType=null,this}getDataType(){return this.dataType}};c(me,"MUTABLE_BASE_PROPERTIES",["name","description","private","abstract","static","required"]),c(me,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(me,"BASE_PROPERTIES",[...me.MUTABLE_BASE_PROPERTIES,...me.INMUTABLE_BASE_PROPERTIES]),c(me,"MUTABLE_META_PROPERTIES",[...me.MUTABLE_BASE_PROPERTIES,"index"]),c(me,"INMUTABLE_META_PROPERTIES",[...me.INMUTABLE_BASE_PROPERTIES]),c(me,"META_PROPERTIES",[...me.MUTABLE_META_PROPERTIES,...me.INMUTABLE_META_PROPERTIES]),c(me,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(me,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","implements"]),c(me,"UPSTREAM_PROPERTIES",[...me.MUTABLE_UPSTREAM_PROPERTIES,...me.INMUTABLE_UPSTREAM_PROPERTIES]),c(me,"MUTABLE_DOWNSTREAM_PROPERTIES",["dataType"]),c(me,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(me,"DOWNSTREAM_PROPERTIES",[...me.MUTABLE_DOWNSTREAM_PROPERTIES,...me.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(me,"PROPERTIES",[...me.META_PROPERTIES,...me.UPSTREAM_PROPERTIES,...me.DOWNSTREAM_PROPERTIES]);let Sr=me;function Kk(r){const e=N3(),t=r.toJSON();e.safeParse(t).success;const a=Xk(r),s=Qk(r),o=
|
|
22
|
+
${wo}`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent.addProperty(this),e.push(this.parent),{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.dataType){const e=R(this.initialData.dataType,this.project);e.setParent(this),e.initChildren(),this.dataType=e}if(this.initialData.implements){const e=R(this.initialData.implements,this.project);this.implements=e}return this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.abstract=e.abstract||this.abstract,this.private=e.private||this.private,this.index=e.index||(e.index!==0?this.index:0),this.static=e.static||this.static,this.required=e.required||this.required,this.hidden=e.hidden||this.hidden,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.dataType){const{affected:s,removed:o}=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return e||this.parent.type===n.CustomEntity&&(this.parent.removeProperty(this),i.push(this.parent)),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.dataType){const{affected:i}=this.dataType.restore({seenEntities:e});t.push(...i)}return this.parent.type===n.CustomEntity&&(this.parent.addProperty(this),t.push(this.parent)),{affected:t,self:this}}toFlat(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this,...((i=this.dataType)==null?void 0:i.toFlat(e))||[]])}toFlatIds(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.id,...((i=this.dataType)==null?void 0:i.toFlatIds(e))||[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,private:this.private,required:this.required,static:this.static,abstract:this.abstract,hidden:this.hidden,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,implements:((t=this.implements)==null?void 0:t.toJSON())||null,parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,private:this.private,required:this.required,abstract:this.abstract,static:this.static,hidden:this.hidden,dataType:((e=this.dataType)==null?void 0:e.toReference())||null,implements:((t=this.implements)==null?void 0:t.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i,a;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.dataType)==null?void 0:i.toFlatJSON(e))||[],...((a=this.implements)==null?void 0:a.toFlatJSON(e))||[]])}toGenerationTarget(){var e;return{id:this.id,name:this.name,description:this.description,type:this.type,private:this.private,required:this.required,abstract:this.abstract,static:this.static,implements:((e=this.implements)==null?void 0:e.id)||null,parent:this.parent.id}}toFlatGenerationTarget(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.dataType)==null?void 0:i.toFlatGenerationTarget(e))||[]])}clearErrors(){var e;return this.errors=[],(e=this.dataType)==null||e.clearErrors(),this}validate(){return this.errors=Hk(this),this.errors.length,{success:!0,error:null,data:null}}getErrors(){var t;return[...this.errors,...((t=this.dataType)==null?void 0:t.getErrors())||[]]}getShallowErrors(){return this.errors}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}clone(e=null,t=null,i=!0){var h;const a=t||He(C(this,this.project),n.Property,this.project),s=a.split("-id"),o=s[s.length-1||0]||a,l={hidden:!1,id:a,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,private:this.private,required:this.required,abstract:this.abstract,static:this.static,dataType:null,implements:null,parent:e||this.parent},p=xt(l,this.project);i&&p.subscribe();const y=((h=this.dataType)==null?void 0:h.clone(p,o+"-data-type-id",i))||null;return y&&p.setDataType(y),p}setDataType(e){return this.dataType=e,this}removeDataType(){return this.dataType=null,this}getDataType(){return this.dataType}};c(me,"MUTABLE_BASE_PROPERTIES",["name","description","private","abstract","static","required"]),c(me,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(me,"BASE_PROPERTIES",[...me.MUTABLE_BASE_PROPERTIES,...me.INMUTABLE_BASE_PROPERTIES]),c(me,"MUTABLE_META_PROPERTIES",[...me.MUTABLE_BASE_PROPERTIES,"index"]),c(me,"INMUTABLE_META_PROPERTIES",[...me.INMUTABLE_BASE_PROPERTIES]),c(me,"META_PROPERTIES",[...me.MUTABLE_META_PROPERTIES,...me.INMUTABLE_META_PROPERTIES]),c(me,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(me,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","implements"]),c(me,"UPSTREAM_PROPERTIES",[...me.MUTABLE_UPSTREAM_PROPERTIES,...me.INMUTABLE_UPSTREAM_PROPERTIES]),c(me,"MUTABLE_DOWNSTREAM_PROPERTIES",["dataType"]),c(me,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(me,"DOWNSTREAM_PROPERTIES",[...me.MUTABLE_DOWNSTREAM_PROPERTIES,...me.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(me,"PROPERTIES",[...me.META_PROPERTIES,...me.UPSTREAM_PROPERTIES,...me.DOWNSTREAM_PROPERTIES]);let Sr=me;function Kk(r){const e=N3(),t=r.toJSON();e.safeParse(t).success;const a=Xk(r),s=Qk(r),o=Pt(r);r.inputs.forEach(p=>p.validate()),o.forEach(p=>p.validate());const l=[...a,...s];if(r.id==="getCompanyByIdEndpointReachedEntityEvent"){const p=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});l.push(p.error)}return ae(r.errors,l)}function Xk(r){const e=[];if(!r.calls.length){const t=z({id:`${r.id}--${M.ScopeWithoutLogic}`,message:`Action "${C(r,r.project)}" with id "${r.id}" does not have any logic defined. So it doesn't do anything.`,issue:null,severity:T.Error,code:M.ScopeWithoutLogic,entity:r});e.push(t.error)}return ae(r.errors,e)}function Qk(r){const e=[];return r.implements,ae(r.errors,e)}const Te=class Te{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"collapsed");c(this,"private");c(this,"index",null);c(this,"type",n.FunctionDeclaration);c(this,"implements",null);c(this,"inputs",[]);c(this,"returnStatements",[]);c(this,"calls",[]);c(this,"parent");c(this,"detachedChildren",[]);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.private=e.private,this.collapsed=e.collapsed,this.x=e.x,this.y=e.y,this.index=e.index}static fromGenerationTarget(e,t){let i=t;if(e.parent){const l=_(e.parent);i=t.get(l)}let a=null;if(e.implements){const l=_(e.implements);a=t.get(l)}const s={id:e.id,version:1,name:e.name,type:n.FunctionDeclaration,index:i.type===n.CustomEntity?i.methods.length:null,description:e.description,collapsed:!1,private:!1,returnStatements:[],calls:[],inputs:[],implements:a,x:0,y:0,parent:i},o=R(s,t);return o.setParent(i),o.initChildren(),o}static validateGenerationTarget(e,t){var h;let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[n.Project,n.InstalledProject,n.CustomEntity,n.Loop],optional:!0},implements:{list:!1,types:[n.ActionDescriptor],optional:!0}},t);i=s.modifiedData;const o=cu(i,t),l=i.parent?t.get(i.parent):null;if(l&&l.type===n.CustomEntity){const m=l,v=Xn(m).filter(P=>!P.interactive);if(v.length){let P=v.length>1?`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${m.id}' because it extends or implements multiple '${n.BuiltInBaseEntity}' entities that are non-interactive ("${F(v.map(A=>C(A,A.project)),'", "','" and "')}").`:`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${m.id}' because it extends or implements a '${n.BuiltInBaseEntity}' entity that is non-interactive ("${C(v[0],v[0].project)}").`;P+=`
|
|
23
23
|
${Zn}`,a.push(new E({id:`${e.id}--${f.NonInteractiveEntityReferenced}`,code:f.NonInteractiveEntityReferenced,severity:T.Error,message:P,issue:null}))}else{const P=m.methods.find($=>{var U;return((U=$.implements)==null?void 0:U.id)===i.implements});P&&a.push(new E({id:`${i.id}--${S.MethodOverwrite}`,code:S.MethodOverwrite,severity:T.Error,message:`The '${n.FunctionDeclaration}' with id "${i.id}" is trying to implement the '${n.ActionDescriptor}' with id "${i.implements}", but the parent custom-entity already has a ${n.FunctionDeclaration} with id '${P.id}' that implements the same base method.
|
|
24
24
|
A ${n.FunctionDeclaration} that has a parent of type '${n.CustomEntity}' is considered a method of that entity, and cannot implement the same '${n.ActionDescriptor}' more than once.
|
|
25
25
|
${n.ActionDescriptor} entities inside a ${n.CustomEntity} are considered abstract methods that can be implemented by ${n.FunctionDeclaration} entities inside the same parent.
|
|
@@ -29,7 +29,7 @@ If you want to implement a new method, you can create a new 'function-declaratio
|
|
|
29
29
|
If you want to modify the existing implementation, you can update the existing method instead, but it will have to match the same base ${n.ActionDescriptor} signature, otherwise the implementation will have a validation error.`,issue:null}))}}else if(l&&l.type===n.Loop){const m=l.body;m&&((h=m.implements)==null?void 0:h.id)===i.implements&&a.push(new E({id:`${i.id}--${S.MethodOverwrite}`,code:S.MethodOverwrite,severity:T.Error,message:`The '${n.FunctionDeclaration}' with id "${i.id}" is being added as the 'body' of the ${n.Loop} with id "${l.id}", but the loop already has a function-declaration body. A loop can only have one function-declaration body at a time. You can edit the existing body instead, but it will have to match the same base signature, otherwise the implementation will have a validation error.`,issue:null}))}const p=i.parent&&t.get(i.parent)||t.getBuiltIn(i.parent),y=p?Qn(p):null;return y&&a.push(new E({id:`${e.id}--${f.BuiltInEntityParent}`,code:f.BuiltInEntityParent,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${C(y,t)}" with id '${y.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`,issue:null})),a.push(...s.errors,...o,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&(this.parent.type===n.Project?t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated, as it would mean moving the '${this.type}' entity to another parent entity.
|
|
30
30
|
This is likely an incorrect strategy because this is a globally declared '${this.type}' entity which can only have the root project as its parent.`,issue:null})):t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated, as it would mean moving the '${this.type}' entity to another parent entity.
|
|
31
31
|
This is likely an incorrect strategy because this function declaration is a method, since it belongs to a '${this.parent.type}' entity, either the '${this.type}' entity doesn't need to be updated or it should be deleted and a new one created in the desired parent.
|
|
32
|
-
Please consider that any updates might affect the overlap with the signature of the parent entity's action descriptors.`,issue:null}))),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project?this.project.addFunctionDeclaration(this):this.parent.type===n.CustomEntity?(this.parent.addMethod(this),e.push(this.parent)):this.parent.type===n.Loop&&(this.parent.setBody(this),e.push(this.parent)),{updated:g(e),added:g(t),removed:g(i),self:this}}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}addInputDeclaration(e){return this.inputs.includes(e)||this.inputs.push(e),this}removeInputDeclaration(e){const t=this.inputs.indexOf(e);return t!==-1&&this.inputs.splice(t,1),this}setParent(e){return this.parent=e,this}setImplements(e){return this.implements=e,this}addCall(e){return this.calls.includes(e)||this.calls.push(e),this}removeCall(e){const t=this.calls.indexOf(e);return t!==-1&&this.calls.splice(t,1),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.calls=this.initialData.calls.map(e=>{const t=R(e,this.project);return t.addEntryCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this),t.initChildren()),t}),this.returnStatements=this.initialData.returnStatements.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.implements&&(this.implements=R(this.initialData.implements,this.project)),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.private=e.private||this.private,this.index=e.index||(e.index!==0?this.index:0),this.collapsed=e.collapsed!==void 0?e.collapsed:this.collapsed,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),At(this).forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),At(this).forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),{affected:g(t),self:this})}toFlat(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=At(this);return[this,...this.inputs.flatMap(a=>a.toFlat(e)),...this.calls.flatMap(a=>a.toFlat(e)),...this.returnStatements.flatMap(a=>a.toFlat(e)),...this.implements?this.implements.toFlat(e):[],...t.flatMap(a=>a.toFlat(e))]}toFlatIds(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=At(this);return[this.id,...this.inputs.flatMap(a=>a.toFlatIds(e)),...this.calls.flatMap(a=>a.toFlatIds(e)),...this.returnStatements.flatMap(a=>a.toFlatIds(e)),...this.implements?this.implements.toFlatIds(e):[],...t.flatMap(a=>a.toFlatIds(e))]}toJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,x:this.x,y:this.y,collapsed:this.collapsed,private:this.private,parent:this.parent.toReference(),calls:this.calls.map(t=>t.toJSON()),inputs:this.inputs.map(t=>t.toJSON()),implements:((e=this.implements)==null?void 0:e.toJSON())||null,returnStatements:this.returnStatements.map(t=>t.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,collapsed:this.collapsed,private:this.private,x:this.x,y:this.y,inputs:this.inputs.map(t=>t.toReference()),calls:this.calls.map(t=>t.toReference()),returnStatements:this.returnStatements.map(t=>t.toReference()),implements:((e=this.implements)==null?void 0:e.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.calls.flatMap(i=>i.toFlatJSON(e)),...this.returnStatements.flatMap(i=>i.toFlatJSON(e)),...this.implements?this.implements.toFlatJSON(e):[]])}toGenerationTarget(){var t;const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,private:this.private,implements:((t=this.implements)==null?void 0:t.id)||null,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.calls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.returnStatements.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.inputs.forEach(e=>e.clearErrors()),this.calls.forEach(e=>e.clearErrors()),this.returnStatements.forEach(e=>e.clearErrors()),this}validate(){const e=Kk(this);return this.errors=[...e],{success:!0,error:null,data:this.toJSON()}}getErrors(){const e=At(this);return[...this.errors,...this.inputs.flatMap(i=>i.getErrors()),...e.flatMap(i=>i.getErrors())]}getShallowErrors(){return this.errors}clone(e=null,t=null,i=!0,a=!1){var m;const s=this.toJSON(),o=t||He(C(this,this.project),n.FunctionDeclaration,this.project);s.inputs=[];const l=o.split("-id"),p=l[l.length-1||0]||o;s.id=o;const y=xt(s,this.project);e?y.setParent(e):y.setParent(this.parent),i&&y.subscribe(),y.initChildren();const h=(m=this.inputs)==null?void 0:m.map((b,v)=>b.clone(this,p+"-argument-declaration-"+v+"-id",i));return y.inputs=h,y}getVariableInstances(){return ie(this).filter(i=>i.type===n.VariableInstance)}getArgument(e){return this.inputs.find(t=>t.id===e)||null}createCall(e=this.project,t={}){const i={id:t.id||N.UUID.uuid(),version:t.version||1,type:n.FunctionCall,parent:e.toReference(),successCalls:t.successCalls||[],errorCalls:t.errorCalls||[],inputs:t.inputs||[],outputs:t.outputs||[],error:t.error||null,process:t.process||null,calledBySuccess:t.calledBySuccess||[],calledByError:t.calledByError||[],calledByEntry:t.calledByEntry||[],declaration:this.toJSON(),x:0,y:0},a=R(i,this.project);return a.setParent(e),a.initChildren(),e===this.project&&this.project.addFunctionCall(a),a}createInternalCall(e,t={}){const i={id:t.id||N.UUID.uuid(),version:t.version||1,type:n.InternalCall,parent:e.toReference(),successCalls:t.successCalls||[],errorCalls:t.errorCalls||[],inputs:t.inputs||[],outputs:t.outputs||[],error:t.error||null,process:t.process||null,calledBySuccess:t.calledBySuccess||[],calledByError:t.calledByError||[],calledByEntry:t.calledByEntry||[],declaration:this.toShallowJSON(),index:e.internalCalls.length},a=R(i,this.project);return a.setParent(e),a.initChildren(),a}addReturnStatement(e){return this.returnStatements.includes(e)||this.returnStatements.push(e),this}removeReturnStatement(e){const t=this.returnStatements.indexOf(e);return t!==-1&&this.returnStatements.splice(t,1),this}};c(Te,"MUTABLE_BASE_PROPERTIES",["name","description","private"]),c(Te,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Te,"BASE_PROPERTIES",[...Te.MUTABLE_BASE_PROPERTIES,...Te.INMUTABLE_BASE_PROPERTIES]),c(Te,"MUTABLE_META_PROPERTIES",[...Te.MUTABLE_BASE_PROPERTIES,"x","y","index","collapsed"]),c(Te,"INMUTABLE_META_PROPERTIES",[...Te.INMUTABLE_BASE_PROPERTIES]),c(Te,"META_PROPERTIES",[...Te.MUTABLE_META_PROPERTIES,...Te.INMUTABLE_META_PROPERTIES]),c(Te,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(Te,"INMUATABLE_UPSTREAM_PROPERTIES",["parent","implements"]),c(Te,"UPSTREAM_PROPERTIES",[...Te.MUTABLE_UPSTREAM_PROPERTIES,...Te.INMUATABLE_UPSTREAM_PROPERTIES]),c(Te,"MUTABLE_DOWNSTREAM_PROPERTIES",["inputs","calls","returnStatements"]),c(Te,"INMUATABLE_DOWNSTREAM_PROPERTIES",[]),c(Te,"DOWNSTREAM_PROPERTIES",[...Te.MUTABLE_DOWNSTREAM_PROPERTIES,...Te.INMUATABLE_DOWNSTREAM_PROPERTIES]),c(Te,"PROPERTIES",[...Te.META_PROPERTIES,...Te.UPSTREAM_PROPERTIES,...Te.DOWNSTREAM_PROPERTIES]);let Cr=Te;function e2(r){const e=$6(),t=r.toJSON();e.safeParse(t).success;const a=[];if(r.entity&&r.andChildrenGroup||r.entity&&r.orChildrenGroup||r.andChildrenGroup&&r.orChildrenGroup){const s=z({id:r.id+"--"+M.InvalidPropertiesCombination,message:`Data type with id "${r.id}" has invalid properties combination. Only one of the following properties can be present at the time: 'entity', 'andChildrenGroup' or 'orChildrenGroup'`,issue:null,severity:T.Error,code:M.InvalidPropertiesCombination,entity:r});a.push(s.error)}return ae(r.errors,a)}function t2(r,e){const t=[],i=[n.CustomEntity,n.ActionDescriptor,n.Property,n.ArgumentDeclaration,n.ReturnDeclaration,n.VariableDeclaration,n.ValueDescriptor,n.DataType],a=`'${F(i,"', '","' or '")}'`;if(r.parent)if(r.id===r.parent)t.push(new E({id:`${r.id}--${r.parent}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'parent'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));else{const s=e.get(r.parent);s?i.includes(s.type)||t.push(new E({id:`${r.id}--${r.parent}--${f.InvalidParentReference}`,code:f.InvalidParentReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a parent reference that isn't pointing to an entity of type ${a}.`,issue:null})):t.push(new E({id:`${r.id}--${r.parent}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.parent}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}else t.push(new E({id:`${r.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}" is missing a 'parent' reference. The 'parent' of a 'data-type' entity must be a reference to an entity of type ${a}.`,issue:null}));if(r.entity){if(r.id===r.entity)return t.push(new E({id:`${r.id}--${r.entity}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'entity'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null})),t;const s=e.get(r.entity);s?[n.CustomEntity,n.PrimitiveEntity,n.ActionDescriptor,n.BuiltInBaseEntity].includes(s.type)||t.push(new E({id:`${r.id}--${r.entity}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'entity' reference that isn't pointing to an entity of type 'custom-entity', 'primitive-entity', 'action-descriptor' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${r.entity}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.entity}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}return t}const Ee=class Ee{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"isNullable");c(this,"isList",null);c(this,"constant");c(this,"asType",null);c(this,"type",n.DataType);c(this,"options");c(this,"parentRelationType");c(this,"like");c(this,"defaultValue",null);c(this,"entity",null);c(this,"andChildrenGroup",null);c(this,"orChildrenGroup",null);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"inferred",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.isNullable=e.isNullable,this.isList=e.isList,this.constant=e.constant,this.asType=e.asType,this.options=e.options,this.parentRelationType=e.parentRelationType,this.inferred=e.inferred||!1,this.like=e.like||!1}static fromGenerationTarget(e,t){const i=_(e.parent),a=t.get(i);let s=null;e.entity&&(s=t.get(e.entity));const o={id:e.id,version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,parentRelationType:e.parentRelationType,isList:e.isList,isNullable:e.isNullable,constant:e.constant,like:e.like||!1,inferred:!1,defaultValue:null,entity:s,asType:e.asType,parent:a},l=R(o,t);return l.setParent(a),l.initChildren(),l}static validateGenerationTarget(e,t){var p;let i=JSON.parse(JSON.stringify(e));const a=[],s=t2(i,t);if(a.push(...s,...Ne(i)),i.entity){const y=t.get(i.entity);if(y.type===n.CustomEntity){const m=Xn(y).filter(b=>!b.interactive);if(m.length){const b=m.length>1?`entities with ids '${F(m.map(v=>v.id),"', '","' and '")}'`:`entity with id '${m[0].id}'`;a.push(new E({id:`${e.id}--${f.NonInteractiveEntityReferenced}`,code:f.NonInteractiveEntityReferenced,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', cannot reference 'custom-entity' with id '${i.entity}' at 'entity'. The entity extends or implements non-interactive built-in-base-entity ${b}.
|
|
32
|
+
Please consider that any updates might affect the overlap with the signature of the parent entity's action descriptors.`,issue:null}))),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project?this.project.addFunctionDeclaration(this):this.parent.type===n.CustomEntity?(this.parent.addMethod(this),e.push(this.parent)):this.parent.type===n.Loop&&(this.parent.setBody(this),e.push(this.parent)),{updated:g(e),added:g(t),removed:g(i),self:this}}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}addInputDeclaration(e){return this.inputs.includes(e)||this.inputs.push(e),this}removeInputDeclaration(e){const t=this.inputs.indexOf(e);return t!==-1&&this.inputs.splice(t,1),this}setParent(e){return this.parent=e,this}setImplements(e){return this.implements=e,this}addCall(e){return this.calls.includes(e)||this.calls.push(e),this}removeCall(e){const t=this.calls.indexOf(e);return t!==-1&&this.calls.splice(t,1),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.calls=this.initialData.calls.map(e=>{const t=R(e,this.project);return t.addEntryCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this),t.initChildren()),t}),this.returnStatements=this.initialData.returnStatements.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.implements&&(this.implements=R(this.initialData.implements,this.project)),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.private=e.private||this.private,this.index=e.index||(e.index!==0?this.index:0),this.collapsed=e.collapsed!==void 0?e.collapsed:this.collapsed,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),Pt(this).forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),Pt(this).forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),{affected:g(t),self:this})}toFlat(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=Pt(this);return[this,...this.inputs.flatMap(a=>a.toFlat(e)),...this.calls.flatMap(a=>a.toFlat(e)),...this.returnStatements.flatMap(a=>a.toFlat(e)),...this.implements?this.implements.toFlat(e):[],...t.flatMap(a=>a.toFlat(e))]}toFlatIds(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=Pt(this);return[this.id,...this.inputs.flatMap(a=>a.toFlatIds(e)),...this.calls.flatMap(a=>a.toFlatIds(e)),...this.returnStatements.flatMap(a=>a.toFlatIds(e)),...this.implements?this.implements.toFlatIds(e):[],...t.flatMap(a=>a.toFlatIds(e))]}toJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,x:this.x,y:this.y,collapsed:this.collapsed,private:this.private,parent:this.parent.toReference(),calls:this.calls.map(t=>t.toJSON()),inputs:this.inputs.map(t=>t.toJSON()),implements:((e=this.implements)==null?void 0:e.toJSON())||null,returnStatements:this.returnStatements.map(t=>t.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,collapsed:this.collapsed,private:this.private,x:this.x,y:this.y,inputs:this.inputs.map(t=>t.toReference()),calls:this.calls.map(t=>t.toReference()),returnStatements:this.returnStatements.map(t=>t.toReference()),implements:((e=this.implements)==null?void 0:e.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.calls.flatMap(i=>i.toFlatJSON(e)),...this.returnStatements.flatMap(i=>i.toFlatJSON(e)),...this.implements?this.implements.toFlatJSON(e):[]])}toGenerationTarget(){var t;const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,private:this.private,implements:((t=this.implements)==null?void 0:t.id)||null,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.calls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.returnStatements.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.inputs.forEach(e=>e.clearErrors()),this.calls.forEach(e=>e.clearErrors()),this.returnStatements.forEach(e=>e.clearErrors()),this}validate(){const e=Kk(this);return this.errors=[...e],{success:!0,error:null,data:this.toJSON()}}getErrors(){const e=Pt(this);return[...this.errors,...this.inputs.flatMap(i=>i.getErrors()),...e.flatMap(i=>i.getErrors())]}getShallowErrors(){return this.errors}clone(e=null,t=null,i=!0,a=!1){var m;const s=this.toJSON(),o=t||He(C(this,this.project),n.FunctionDeclaration,this.project);s.inputs=[];const l=o.split("-id"),p=l[l.length-1||0]||o;s.id=o;const y=xt(s,this.project);e?y.setParent(e):y.setParent(this.parent),i&&y.subscribe(),y.initChildren();const h=(m=this.inputs)==null?void 0:m.map((b,v)=>b.clone(this,p+"-argument-declaration-"+v+"-id",i));return y.inputs=h,y}getVariableInstances(){return ie(this).filter(i=>i.type===n.VariableInstance)}getArgument(e){return this.inputs.find(t=>t.id===e)||null}createCall(e=this.project,t={}){const i={id:t.id||N.UUID.uuid(),version:t.version||1,type:n.FunctionCall,parent:e.toReference(),successCalls:t.successCalls||[],errorCalls:t.errorCalls||[],inputs:t.inputs||[],outputs:t.outputs||[],error:t.error||null,process:t.process||null,calledBySuccess:t.calledBySuccess||[],calledByError:t.calledByError||[],calledByEntry:t.calledByEntry||[],declaration:this.toJSON(),x:0,y:0},a=R(i,this.project);return a.setParent(e),a.initChildren(),e===this.project&&this.project.addFunctionCall(a),a}createInternalCall(e,t={}){const i={id:t.id||N.UUID.uuid(),version:t.version||1,type:n.InternalCall,parent:e.toReference(),successCalls:t.successCalls||[],errorCalls:t.errorCalls||[],inputs:t.inputs||[],outputs:t.outputs||[],error:t.error||null,process:t.process||null,calledBySuccess:t.calledBySuccess||[],calledByError:t.calledByError||[],calledByEntry:t.calledByEntry||[],declaration:this.toShallowJSON(),index:e.internalCalls.length},a=R(i,this.project);return a.setParent(e),a.initChildren(),a}addReturnStatement(e){return this.returnStatements.includes(e)||this.returnStatements.push(e),this}removeReturnStatement(e){const t=this.returnStatements.indexOf(e);return t!==-1&&this.returnStatements.splice(t,1),this}};c(Te,"MUTABLE_BASE_PROPERTIES",["name","description","private"]),c(Te,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Te,"BASE_PROPERTIES",[...Te.MUTABLE_BASE_PROPERTIES,...Te.INMUTABLE_BASE_PROPERTIES]),c(Te,"MUTABLE_META_PROPERTIES",[...Te.MUTABLE_BASE_PROPERTIES,"x","y","index","collapsed"]),c(Te,"INMUTABLE_META_PROPERTIES",[...Te.INMUTABLE_BASE_PROPERTIES]),c(Te,"META_PROPERTIES",[...Te.MUTABLE_META_PROPERTIES,...Te.INMUTABLE_META_PROPERTIES]),c(Te,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(Te,"INMUATABLE_UPSTREAM_PROPERTIES",["parent","implements"]),c(Te,"UPSTREAM_PROPERTIES",[...Te.MUTABLE_UPSTREAM_PROPERTIES,...Te.INMUATABLE_UPSTREAM_PROPERTIES]),c(Te,"MUTABLE_DOWNSTREAM_PROPERTIES",["inputs","calls","returnStatements"]),c(Te,"INMUATABLE_DOWNSTREAM_PROPERTIES",[]),c(Te,"DOWNSTREAM_PROPERTIES",[...Te.MUTABLE_DOWNSTREAM_PROPERTIES,...Te.INMUATABLE_DOWNSTREAM_PROPERTIES]),c(Te,"PROPERTIES",[...Te.META_PROPERTIES,...Te.UPSTREAM_PROPERTIES,...Te.DOWNSTREAM_PROPERTIES]);let Cr=Te;function e2(r){const e=$6(),t=r.toJSON();e.safeParse(t).success;const a=[];if(r.entity&&r.andChildrenGroup||r.entity&&r.orChildrenGroup||r.andChildrenGroup&&r.orChildrenGroup){const s=z({id:r.id+"--"+M.InvalidPropertiesCombination,message:`Data type with id "${r.id}" has invalid properties combination. Only one of the following properties can be present at the time: 'entity', 'andChildrenGroup' or 'orChildrenGroup'`,issue:null,severity:T.Error,code:M.InvalidPropertiesCombination,entity:r});a.push(s.error)}return ae(r.errors,a)}function t2(r,e){const t=[],i=[n.CustomEntity,n.ActionDescriptor,n.Property,n.ArgumentDeclaration,n.ReturnDeclaration,n.VariableDeclaration,n.ValueDescriptor,n.DataType],a=`'${F(i,"', '","' or '")}'`;if(r.parent)if(r.id===r.parent)t.push(new E({id:`${r.id}--${r.parent}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'parent'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));else{const s=e.get(r.parent);s?i.includes(s.type)||t.push(new E({id:`${r.id}--${r.parent}--${f.InvalidParentReference}`,code:f.InvalidParentReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a parent reference that isn't pointing to an entity of type ${a}.`,issue:null})):t.push(new E({id:`${r.id}--${r.parent}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.parent}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}else t.push(new E({id:`${r.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}" is missing a 'parent' reference. The 'parent' of a 'data-type' entity must be a reference to an entity of type ${a}.`,issue:null}));if(r.entity){if(r.id===r.entity)return t.push(new E({id:`${r.id}--${r.entity}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'entity'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null})),t;const s=e.get(r.entity);s?[n.CustomEntity,n.PrimitiveEntity,n.ActionDescriptor,n.BuiltInBaseEntity].includes(s.type)||t.push(new E({id:`${r.id}--${r.entity}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'entity' reference that isn't pointing to an entity of type 'custom-entity', 'primitive-entity', 'action-descriptor' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${r.entity}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.entity}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}return t}const Ee=class Ee{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"isNullable");c(this,"isList",null);c(this,"constant");c(this,"asType",null);c(this,"type",n.DataType);c(this,"options");c(this,"parentRelationType");c(this,"like");c(this,"defaultValue",null);c(this,"entity",null);c(this,"andChildrenGroup",null);c(this,"orChildrenGroup",null);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"inferred",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.isNullable=e.isNullable,this.isList=e.isList,this.constant=e.constant,this.asType=e.asType,this.options=e.options,this.parentRelationType=e.parentRelationType,this.inferred=e.inferred||!1,this.like=e.like||!1}static fromGenerationTarget(e,t){const i=_(e.parent),a=t.get(i);let s=null;e.entity&&(s=t.get(e.entity));const o={id:e.id,version:1,type:n.DataType,andChildrenGroup:null,orChildrenGroup:null,parentRelationType:e.parentRelationType,isList:e.isList,isNullable:e.isNullable,constant:e.constant,like:e.like||!1,inferred:!1,defaultValue:null,entity:s,asType:e.asType,parent:a},l=R(o,t);return l.setParent(a),l.initChildren(),l}static validateGenerationTarget(e,t){var p;let i=JSON.parse(JSON.stringify(e));const a=[],s=t2(i,t);if(a.push(...s,...Ne(i)),i.entity){const y=t.get(i.entity);if(y.type===n.CustomEntity){const m=Xn(y).filter(b=>!b.interactive);if(m.length){const b=m.length>1?`entities with ids '${F(m.map(v=>v.id),"', '","' and '")}'`:`entity with id '${m[0].id}'`;a.push(new E({id:`${e.id}--${f.NonInteractiveEntityReferenced}`,code:f.NonInteractiveEntityReferenced,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', cannot reference 'custom-entity' with id '${i.entity}' at 'entity'. The entity extends or implements non-interactive built-in-base-entity ${b}.
|
|
33
33
|
${Zn}`,issue:null}))}}}const o=i.parent&&t.get(i.parent)||t.getBuiltIn(i.parent),l=o?Qn(o):null;if(l)a.push(new E({id:`${e.id}--${f.BuiltInEntityParent}`,code:f.BuiltInEntityParent,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${C(l,t)}" with id '${l.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`,issue:null}));else if(o){const y=o.type,h=[n.Property,n.VariableDeclaration,n.ArgumentDeclaration,n.ReturnDeclaration,n.ValueDescriptor];if(h.includes(y)&&(i.parentRelationType&&a.push(new E({id:`${e.id}--${f.InvalidParentRelationType}`,code:f.InvalidParentRelationType,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', cannot have a 'parentRelationType' property set of type '${y}'.
|
|
34
34
|
The entitities of type '${F(h,"', '","' and '")}' can only have one 'data-type' child under the 'dataType' property so no 'parentRelationType' is needed.`,issue:null})),o.dataType)){const m=(p=o.dataType)==null?void 0:p.id;a.push(new E({id:`${e.id}--${f.NewEntityWouldOverriteExisting}`,code:f.NewEntityWouldOverriteExisting,severity:T.Error,message:`The entity with id '${e.id}' and type '${e.type}', cannot be added as a child to the entity with id '${i.parent}' and type '${y}', because it already has a 'data-type' child with id '${m}'.
|
|
35
35
|
The entitities of type '${F(h,"', '","' and '")}' can only have one 'data-type' child under the 'dataType' property. You can inspect the existing data-type entity with the 'describe_entity' action. Like so:
|
|
@@ -41,20 +41,20 @@ All built-in 'action-descriptor' entity ids are:
|
|
|
41
41
|
`;a.push(new E({id:`${i.id}--${f.InvalidReference}`,code:f.InvalidReference,severity:T.Error,message:`Entity of type "${n.Operation}" with id "${i.id}", has an invalid reference at the 'declaration' property. The 'declaration' property must be a valid reference to an 'action-descriptor' entity.
|
|
42
42
|
References can either be an ID string or an object with exacly four properties: 'id', 'entityId', 'entityType', 'type'.${l}`,issue:null}))}return{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
43
43
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
44
|
-
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){var a;const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addOperation(this),(a=this.process)==null||a.writesValues.forEach(s=>{s.setValueWriter(this.process),e.push(s)}),this.successCalls.forEach(s=>{s.addSuccessCaller(this),e.push(s)}),this.errorCalls.forEach(s=>{s.addErrorCaller(this),e.push(s)}),this.calledBySuccess.forEach(s=>{s.addSuccessCall(this),e.push(s)}),this.calledByError.forEach(s=>{s.addErrorCall(this),e.push(s)}),this.calledByEntry.forEach(s=>{s.addCall(this),e.push(s)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addValueReader(e){var t;return(t=this.process)==null||t.addValueReader(e),this}removeValueReader(e){var t;return(t=this.process)==null||t.removeValueReader(e),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?t.setParent(this.parent.parent):t.type!==n.InternalCall&&t.setParent(this.parent),t.initChildren(),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.syncMissingFixedInputs(),this.syncMissingFixedOutputs(),this.declaration.syncOperationInstance(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){var s;const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.process){const{affected:o,removed:l}=(s=this.process)==null?void 0:s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}if(this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.outputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.error){const{affected:o,removed:l}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}return this.successCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),this.errorCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),e||this.calledBy.forEach(o=>{i.push(o),o.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.process){const{affected:i}=this.process.restore({seenEntities:e});t.push(...i)}return this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.process?this.process.toFlatIds(e):[],...this.error?this.error.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:(e=this.process)==null?void 0:e.toJSON(),declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),parent:this.parent.toReference(),error:(t=this.error)==null?void 0:t.toJSON()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,process:this.process?this.process.toReference():null,inputs:this.inputs.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),declaration:this.declaration.toReference(),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.process?this.process.toFlatJSON(e):[],...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.process?this.process.toFlatGenerationTarget(e):[],...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=n2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new le(this.toJSON(),this.project)}syncMissingFixedInputs(){const e=this.declaration.inputs.filter(t=>t.parentRelationType===O.FixedArguments&&!this.inputs.find(i=>i.declaration.id===t.id));return this.inputs.sort((t,i)=>t.index-i.index),e.forEach(t=>{this.inputs.forEach(s=>{s.index>=t.index&&s.index++});const i={id:N.UUID.uuid(),version:1,type:n.InputMap,declaration:t.toJSON(),readsValue:null,defaultValue:null,index:t.index,name:null,description:null,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this.inputs.sort((t,i)=>t.index-i.index),this}syncMissingFixedOutputs(){const e=this.declaration.outputs.filter(t=>t.parentRelationType===O.FixedReturns&&!this.outputs.find(i=>i.declaration.id===t.id));return this.outputs.sort((t,i)=>t.index-i.index),e.forEach(t=>{this.outputs.forEach(s=>{s.index>=t.index&&s.index++});const i={id:N.UUID.uuid(),version:1,type:n.OutputMap,declaration:t.toJSON(),writesValues:[],index:t.index,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this.outputs.sort((t,i)=>t.index-i.index),this}};c(le,"MUTABLE_BASE_PROPERTIES",[]),c(le,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(le,"BASE_PROPERTIES",[...le.MUTABLE_BASE_PROPERTIES,...le.INMUTABLE_BASE_PROPERTIES]),c(le,"MUTABLE_META_PROPERTIES",[...le.MUTABLE_BASE_PROPERTIES,"x","y"]),c(le,"INMUTABLE_META_PROPERTIES",[...le.INMUTABLE_BASE_PROPERTIES]),c(le,"META_PROPERTIES",[...le.MUTABLE_META_PROPERTIES,...le.INMUTABLE_META_PROPERTIES]),c(le,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(le,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","declaration"]),c(le,"UPSTREAM_PROPERTIES",[...le.MUTABLE_UPSTREAM_PROPERTIES,...le.INMUTABLE_UPSTREAM_PROPERTIES]),c(le,"MUTABLE_DOWNSTREAM_PROPERTIES",["inputs","outputs","writesValues","successCalls","errorCalls","error"]),c(le,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(le,"DOWNSTREAM_PROPERTIES",[...le.MUTABLE_DOWNSTREAM_PROPERTIES,...le.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(le,"PROPERTIES",[...le.META_PROPERTIES,...le.UPSTREAM_PROPERTIES,...le.DOWNSTREAM_PROPERTIES]);let Br=le;function i2(r){const e=i3(),t=r.toJSON();e.safeParse(t).success;const a=At(r);r.inputs.forEach(o=>o.validate()),a.forEach(o=>o.validate());const s=[];return ae(r.errors,s)}const ce=class ce{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"collapsed");c(this,"type",n.GlobalEvent);c(this,"inputs",[]);c(this,"calls",[]);c(this,"returnStatements",[]);c(this,"parent");c(this,"implements");c(this,"detachedChildren",[]);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.x=e.x,this.y=e.y,this.collapsed=e.collapsed}static fromGenerationTarget(e,t){let i=t;if(e.parent){const l=_(e.parent);i=t.get(l)}let a;e.implements&&(a=t.getBuiltIn(e.implements));const s={id:e.id,version:1,name:e.name,type:n.GlobalEvent,collapsed:!1,returnStatements:[],calls:[],inputs:[],implements:a,x:0,y:0,parent:i},o=R(s,t);return o.setParent(i),o.initChildren(),o}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{},t);if(i=s.modifiedData,a.push(...s.errors,...Ne(i)),!e.implements)a.push(new E({id:`${e.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' is missing the 'implements' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for 'global-event' entities.
|
|
44
|
+
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){var a;const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addOperation(this),(a=this.process)==null||a.writesValues.forEach(s=>{s.setValueWriter(this.process),e.push(s)}),this.successCalls.forEach(s=>{s.addSuccessCaller(this),e.push(s)}),this.errorCalls.forEach(s=>{s.addErrorCaller(this),e.push(s)}),this.calledBySuccess.forEach(s=>{s.addSuccessCall(this),e.push(s)}),this.calledByError.forEach(s=>{s.addErrorCall(this),e.push(s)}),this.calledByEntry.forEach(s=>{s.addCall(this),e.push(s)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addValueReader(e){var t;return(t=this.process)==null||t.addValueReader(e),this}removeValueReader(e){var t;return(t=this.process)==null||t.removeValueReader(e),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?t.setParent(this.parent.parent):t.type!==n.InternalCall&&t.setParent(this.parent),t.initChildren(),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.syncMissingFixedInputs(),this.syncMissingFixedOutputs(),this.declaration.syncOperationInstance(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){var s;const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.process){const{affected:o,removed:l}=(s=this.process)==null?void 0:s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}if(this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.outputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.error){const{affected:o,removed:l}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}return this.successCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),this.errorCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),e||this.calledBy.forEach(o=>{i.push(o),o.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.process){const{affected:i}=this.process.restore({seenEntities:e});t.push(...i)}return this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.process?this.process.toFlatIds(e):[],...this.error?this.error.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:(e=this.process)==null?void 0:e.toJSON(),declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),parent:this.parent.toReference(),error:(t=this.error)==null?void 0:t.toJSON()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,process:this.process?this.process.toReference():null,inputs:this.inputs.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),declaration:this.declaration.toReference(),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.process?this.process.toFlatJSON(e):[],...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.process?this.process.toFlatGenerationTarget(e):[],...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=n2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new le(this.toJSON(),this.project)}syncMissingFixedInputs(){const e=this.declaration.inputs.filter(t=>t.parentRelationType===O.FixedArguments&&!this.inputs.find(i=>i.declaration.id===t.id));return this.inputs.sort((t,i)=>t.index-i.index),e.forEach(t=>{this.inputs.forEach(s=>{s.index>=t.index&&s.index++});const i={id:N.UUID.uuid(),version:1,type:n.InputMap,declaration:t.toJSON(),readsValue:null,defaultValue:null,index:t.index,name:null,description:null,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this.inputs.sort((t,i)=>t.index-i.index),this}syncMissingFixedOutputs(){const e=this.declaration.outputs.filter(t=>t.parentRelationType===O.FixedReturns&&!this.outputs.find(i=>i.declaration.id===t.id));return this.outputs.sort((t,i)=>t.index-i.index),e.forEach(t=>{this.outputs.forEach(s=>{s.index>=t.index&&s.index++});const i={id:N.UUID.uuid(),version:1,type:n.OutputMap,declaration:t.toJSON(),writesValues:[],index:t.index,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this.outputs.sort((t,i)=>t.index-i.index),this}};c(le,"MUTABLE_BASE_PROPERTIES",[]),c(le,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(le,"BASE_PROPERTIES",[...le.MUTABLE_BASE_PROPERTIES,...le.INMUTABLE_BASE_PROPERTIES]),c(le,"MUTABLE_META_PROPERTIES",[...le.MUTABLE_BASE_PROPERTIES,"x","y"]),c(le,"INMUTABLE_META_PROPERTIES",[...le.INMUTABLE_BASE_PROPERTIES]),c(le,"META_PROPERTIES",[...le.MUTABLE_META_PROPERTIES,...le.INMUTABLE_META_PROPERTIES]),c(le,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(le,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","declaration"]),c(le,"UPSTREAM_PROPERTIES",[...le.MUTABLE_UPSTREAM_PROPERTIES,...le.INMUTABLE_UPSTREAM_PROPERTIES]),c(le,"MUTABLE_DOWNSTREAM_PROPERTIES",["inputs","outputs","writesValues","successCalls","errorCalls","error"]),c(le,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(le,"DOWNSTREAM_PROPERTIES",[...le.MUTABLE_DOWNSTREAM_PROPERTIES,...le.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(le,"PROPERTIES",[...le.META_PROPERTIES,...le.UPSTREAM_PROPERTIES,...le.DOWNSTREAM_PROPERTIES]);let Br=le;function i2(r){const e=i3(),t=r.toJSON();e.safeParse(t).success;const a=Pt(r);r.inputs.forEach(o=>o.validate()),a.forEach(o=>o.validate());const s=[];return ae(r.errors,s)}const ce=class ce{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"collapsed");c(this,"type",n.GlobalEvent);c(this,"inputs",[]);c(this,"calls",[]);c(this,"returnStatements",[]);c(this,"parent");c(this,"implements");c(this,"detachedChildren",[]);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.x=e.x,this.y=e.y,this.collapsed=e.collapsed}static fromGenerationTarget(e,t){let i=t;if(e.parent){const l=_(e.parent);i=t.get(l)}let a;e.implements&&(a=t.getBuiltIn(e.implements));const s={id:e.id,version:1,name:e.name,type:n.GlobalEvent,collapsed:!1,returnStatements:[],calls:[],inputs:[],implements:a,x:0,y:0,parent:i},o=R(s,t);return o.setParent(i),o.initChildren(),o}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{},t);if(i=s.modifiedData,a.push(...s.errors,...Ne(i)),!e.implements)a.push(new E({id:`${e.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' is missing the 'implements' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for 'global-event' entities.
|
|
45
45
|
${No(t)}`,issue:null}));else if(!t.get(e.implements))a.push(new E({id:`${e.id}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'implements' property that isn't found in the project. The 'implements' property must point to one of the built-in action descriptors reserved for 'global-event' entities.
|
|
46
46
|
${No(t)}`,issue:null}));else if(!t.globalEventActionDescriptors.find(p=>p.id===e.implements))a.push(new E({id:`${e.id}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'implements' property that isn't pointing to an action descriptor reserved for 'global-event' entities.
|
|
47
47
|
${No(t)}`,issue:null}));else{const p=t.events.find(y=>y.implements.id===e.implements);p&&a.push(new E({id:`${e.id}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'implements' property that points to an action descriptor that is already implemented by another global event with id '${p.id}' in the project. Each global event must implement a unique action descriptor.
|
|
48
|
-
You can attach new logic to the existing 'global-event' but creating a new callable entity that gets called by it.`,issue:null}))}return{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an '${this.type}', must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.project.addGlobalEvent(this),{updated:g(e),added:g(t),removed:g(i),self:this}}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}setParent(e){return this.parent=e,this}addCall(e){return this.calls.includes(e)||this.calls.push(e),this}removeCall(e){const t=this.calls.indexOf(e);return t!==-1&&this.calls.splice(t,1),this}addInputDeclaration(e){return this.inputs.includes(e)||this.inputs.push(e),this}removeInputDeclaration(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.calls=this.initialData.calls.map(e=>{const t=R(e,this.project);return t.addEntryCaller(this),t.type!==n.InternalCall&&(t.setParent(this),t.initChildren()),t}),this.returnStatements=this.initialData.returnStatements.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.implements=R(this.initialData.implements,this.project),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.x=e.x||this.x,this.y=e.y||this.y,this.collapsed=e.collapsed!==void 0?e.collapsed:this.collapsed,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),
|
|
48
|
+
You can attach new logic to the existing 'global-event' but creating a new callable entity that gets called by it.`,issue:null}))}return{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an '${this.type}', must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.project.addGlobalEvent(this),{updated:g(e),added:g(t),removed:g(i),self:this}}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}setParent(e){return this.parent=e,this}addCall(e){return this.calls.includes(e)||this.calls.push(e),this}removeCall(e){const t=this.calls.indexOf(e);return t!==-1&&this.calls.splice(t,1),this}addInputDeclaration(e){return this.inputs.includes(e)||this.inputs.push(e),this}removeInputDeclaration(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.calls=this.initialData.calls.map(e=>{const t=R(e,this.project);return t.addEntryCaller(this),t.type!==n.InternalCall&&(t.setParent(this),t.initChildren()),t}),this.returnStatements=this.initialData.returnStatements.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.implements=R(this.initialData.implements,this.project),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.x=e.x||this.x,this.y=e.y||this.y,this.collapsed=e.collapsed!==void 0?e.collapsed:this.collapsed,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),Pt(this).forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),Pt(this).forEach(a=>{const{affected:s}=a.restore({seenEntities:e});t.push(...s)}),{affected:g(t),self:this})}toFlat(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=Pt(this);return[this,...this.inputs.flatMap(a=>a.toFlat(e)),...this.calls.flatMap(a=>a.toFlat(e)),...this.returnStatements.flatMap(a=>a.toFlat(e)),...this.implements?this.implements.toFlat(e):[],...t.flatMap(a=>a.toFlat(e))]}toFlatIds(e=new Set){if(e.has(this.id))return[];e.add(this.id);const t=Pt(this);return[this.id,...this.inputs.flatMap(a=>a.toFlatIds(e)),...this.calls.flatMap(a=>a.toFlatIds(e)),...this.returnStatements.flatMap(a=>a.toFlatIds(e)),...this.implements?this.implements.toFlatIds(e):[],...t.flatMap(a=>a.toFlatIds(e))]}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,x:this.x,y:this.y,collapsed:this.collapsed,implements:this.implements.toJSON(),returnStatements:this.returnStatements.map(e=>e.toJSON()),inputs:this.inputs.map(e=>e.toJSON()),calls:this.calls.map(e=>e.toJSON()),parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,collapsed:this.collapsed,x:this.x,y:this.y,implements:this.implements.toReference(),inputs:this.inputs.map(e=>e.toReference()),calls:this.calls.map(e=>e.toReference()),returnStatements:this.returnStatements.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.calls.flatMap(i=>i.toFlatJSON(e)),...this.returnStatements.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,name:this.name,type:this.type,implements:this.implements.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.calls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.returnStatements.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.inputs.forEach(e=>e.clearErrors()),this.calls.forEach(e=>e.clearErrors()),this.returnStatements.forEach(e=>e.clearErrors()),this}validate(){const e=i2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){const e=Pt(this);return[...this.errors,...this.inputs.flatMap(i=>i.getErrors()),...e.flatMap(i=>i.getErrors())]}getShallowErrors(){return this.errors}clone(){return new ce(this.toJSON(),this.project)}getVariableInstances(){return ie(this).filter(i=>i.type===n.VariableInstance)}addReturnStatement(e){return this.returnStatements.includes(e)||this.returnStatements.push(e),this}removeReturnStatement(e){const t=this.returnStatements.indexOf(e);return t!==-1&&this.returnStatements.splice(t,1),this}};c(ce,"MUTABLE_BASE_PROPERTIES",["description"]),c(ce,"INMUTABLE_BASE_PROPERTIES",["id","version","name","type"]),c(ce,"BASE_PROPERTIES",[...ce.MUTABLE_BASE_PROPERTIES,...ce.INMUTABLE_BASE_PROPERTIES]),c(ce,"MUTABLE_META_PROPERTIES",[...ce.MUTABLE_BASE_PROPERTIES,"x","y","collapsed"]),c(ce,"INMUTABLE_META_PROPERTIES",[...ce.INMUTABLE_BASE_PROPERTIES]),c(ce,"META_PROPERTIES",[...ce.MUTABLE_META_PROPERTIES,...ce.INMUTABLE_META_PROPERTIES]),c(ce,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(ce,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","implements"]),c(ce,"UPSTREAM_PROPERTIES",[...ce.MUTABLE_UPSTREAM_PROPERTIES,...ce.INMUTABLE_UPSTREAM_PROPERTIES]),c(ce,"MUTABLE_DOWNSTREAM_PROPERTIES",["inputs","calls","returnStatements"]),c(ce,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(ce,"DOWNSTREAM_PROPERTIES",[...ce.MUTABLE_DOWNSTREAM_PROPERTIES,...ce.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(ce,"PROPERTIES",[...ce.META_PROPERTIES,...ce.UPSTREAM_PROPERTIES,...ce.DOWNSTREAM_PROPERTIES]);let Di=ce;function a2(r){var o,l;const e=S9(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(p=>p.validate()),r.outputs.forEach(p=>p.validate()),(o=r.error)==null||o.validate(),(l=r.body)==null||l.validate();const s=[...Sn(r)];return ae(r.errors,s)}const W=class W{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.Loop);c(this,"declaration");c(this,"inputs",[]);c(this,"outputs",[]);c(this,"process",null);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"error",null);c(this,"breakStatements",[]);c(this,"continueStatements",[]);c(this,"outputsDeclarations",[]);c(this,"body");c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"parent");c(this,"detachedChildren",[]);c(this,"currentIterationNumberArgumentDeclaration");c(this,"currentValueArgumentDeclaration",null);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const m=_(e.parent);i=t.get(m)}const a=_(e.declaration),s=t.get(a),o=e.calledByEntry.map(m=>{const b=_(m);return t.get(b)}),l=e.calledBySuccess.map(m=>{const b=_(m);return t.get(b)}),p=e.calledByError.map(m=>{const b=_(m);return t.get(b)}),y={id:e.id,version:1,type:n.Loop,declaration:s,calledByEntry:o,calledBySuccess:l,calledByError:p,process:null,errorCalls:[],successCalls:[],inputs:[],outputs:[],body:null,breakStatements:[],continueStatements:[],outputsDeclarations:[],error:null,x:0,y:0,parent:i},h=R(y,t);return h.setParent(i),h.initChildren(),h}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0},declaration:{list:!1,types:[n.ActionDescriptor]}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),e.declaration?t.get(e.declaration)?t.conditionDeclarations.find(p=>p.id===e.declaration)||a.push(new E({id:`${e.id}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't pointing to an action descriptor reserved for '${n.Condition}' entities.
|
|
49
49
|
${Mo(t)}`,issue:null})):a.push(new E({id:`${e.id}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't found in the project. The 'declaration' property must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
|
|
50
50
|
${Mo(t)}`,issue:null})):a.push(new E({id:`${e.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' is missing the 'declaration' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
|
|
51
51
|
${Mo(t)}`,issue:null})),{errors:a,modifiedData:i}}static fromReturnDeclarationToBodyArgumentDeclarationName(e){return`Previous iteration results of '${C(e,e.project)}'`}static fromBodyArgumentDeclarationToReturnDeclarationName(e){const t=e.name.replace("Previous iteration results of '","");return t.slice(0,t.length-1)}static fromReturnDeclarationToLoopOutputDeclarationName(e){return`Result list of '${C(e,e.project)}'`}static fromLoopOutputDeclarationToReturnDeclarationName(e){const t=e.name.replace("Result list of '","");return t.slice(0,t.length-1)}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
52
52
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
53
|
-
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addLoop(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutputDeclaration(e){return this.outputsDeclarations.includes(e)?this:(this.outputsDeclarations.push(e),this)}removeOutputDeclaration(e){const t=this.outputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.outputsDeclarations.splice(t,1),this}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}setBody(e){return this.body=e,this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.initialData.body&&(this.body=R(this.initialData.body,this.project),this.body.setParent(this),this.body.initChildren()),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this.syncChildren(),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.body.remove({ignoreUpstream:!0,seenEntities:t}),this.error){const{affected:s,removed:o}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.body.restore({seenEntities:e}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.error?this.error.toFlat(e):[],...this.body?this.body.toFlat(e):[],...this.continueStatements.flatMap(i=>i.toFlat(e)),...this.breakStatements.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.process?this.process.toFlatIds(e):[],...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.error?this.error.toFlatIds(e):[],...this.body?this.body.toFlatIds(e):[],...this.continueStatements.flatMap(i=>i.toFlatIds(e)),...this.breakStatements.flatMap(i=>i.toFlatIds(e))])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:((e=this.process)==null?void 0:e.toJSON())||null,declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),outputsDeclarations:this.outputsDeclarations.map(i=>i.toJSON()),successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),error:((t=this.error)==null?void 0:t.toJSON())||null,body:this.body.toJSON(),parent:this.parent.toReference(),breakStatements:this.breakStatements.map(i=>i.toJSON()),continueStatements:this.continueStatements.map(i=>i.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t,i,a;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:((e=this.declaration)==null?void 0:e.toReference())||null,body:((t=this.body)==null?void 0:t.toReference())||null,inputs:this.inputs.map(s=>s.toReference()),outputs:this.outputs.map(s=>s.toReference()),outputsDeclarations:this.outputsDeclarations.map(s=>s.toReference()),successCalls:this.successCalls.map(s=>s.toReference()),errorCalls:this.errorCalls.map(s=>s.toReference()),process:((i=this.process)==null?void 0:i.toReference())||null,calledBySuccess:this.calledBySuccess.map(s=>s.toReference()),calledByError:this.calledByError.map(s=>s.toReference()),calledByEntry:this.calledByEntry.map(s=>s.toReference()),continueStatements:this.continueStatements.map(s=>s.toReference()),breakStatements:this.breakStatements.map(s=>s.toReference()),error:((a=this.error)==null?void 0:a.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.body)==null?void 0:i.toFlatJSON(e))||[],...this.successCalls.flatMap(a=>a.toFlatJSON(e)),...this.errorCalls.flatMap(a=>a.toFlatJSON(e)),...this.inputs.flatMap(a=>a.toFlatJSON(e)),...this.outputs.flatMap(a=>a.toFlatJSON(e)),...this.continueStatements.flatMap(a=>a.toFlatJSON(e)),...this.breakStatements.flatMap(a=>a.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[],...this.process?this.process.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.body)==null?void 0:i.toFlatGenerationTarget(e))||[],...this.successCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.inputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.outputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.continueStatements.flatMap(a=>a.toFlatGenerationTarget(e)),...this.breakStatements.flatMap(a=>a.toFlatGenerationTarget(e)),...this.error?this.error.toFlatGenerationTarget(e):[],...this.process?this.process.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),this.continueStatements.forEach(i=>i.clearErrors()),this.breakStatements.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=a2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.body?this.body.getErrors():[],...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new W(this.toJSON(),this.project)}getVariableInstances(){return this.body?ie(this.body).filter(i=>i.type===n.VariableInstance):[]}addReturnStatement(e){return Ge.includes(this.parent.type)&&this.parent.addReturnStatement(e),this}removeReturnStatement(e){return Ge.includes(this.parent.type)&&this.parent.removeReturnStatement(e),this}addBreakStatement(e){return this.breakStatements.includes(e)||this.breakStatements.push(e),this}removeBreakStatement(e){const t=this.breakStatements.indexOf(e);return t!==-1&&this.breakStatements.splice(t,1),this}addContinueStatement(e){return this.continueStatements.includes(e)||this.continueStatements.push(e),this}removeContinueStatement(e){const t=this.continueStatements.indexOf(e);return t!==-1&&this.continueStatements.splice(t,1),this}getUniqueReturnDeclarations(){const e=[];return[...this.breakStatements,...this.continueStatements].forEach(i=>{i.outputs.forEach(s=>{e.find(l=>l===s||C(l,this.project)===C(s,this.project)&&Zt(l.dataType,s.dataType))||e.push(s)})}),g(e)}syncTerminationStatements(){const e=[],t=[],i=[],a=this.getUniqueReturnDeclarations(),s=[...this.breakStatements,...this.continueStatements];return a.forEach((o,l)=>{o.index!==l&&(o.sync({index:l}),e.push(o))}),s.forEach(o=>{const l=o.outputs,p=a.filter(y=>!l.find(h=>C(y,this.project)===C(h,this.project)&&Zt(y.dataType,h.dataType)));p.length&&e.push(o),p.forEach(y=>{const h=y.clone(o);h.addSelfToProject(),t.push(h)})}),{updated:g(e),added:g(t),removed:g(i),self:this}}syncBodyArgumentsDeclarations(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.syncFixedBodyArgumentDeclarations();e.push(...a),t.push(...s),i.push(...o);const l=this.getUniqueReturnDeclarations(),p=this.body.inputs;l.forEach((b,v)=>{b.index!==v&&(b.sync({index:v}),e.push(b))}),l.forEach(b=>{const v=b.getDataType();let A=p.find(U=>C(U,this.project)===W.fromReturnDeclarationToBodyArgumentDeclarationName(b)&&Zt(U.dataType,b.dataType));if(!A){const U=W.fromReturnDeclarationToBodyArgumentDeclarationName(b),re={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:U,description:`Aggretated list of all previously outputted values from each iteration by the output '${C(b,this.project)}'`,dataType:null,implements:null,index:b.index,required:b.required,parent:this.body.toReference(),writesValues:[]},Ve=R(re,this.project);Ve.setParent(this.body),Ve.initChildren(),Ve.addSelfToProject(),t.push(Ve),A=Ve}A.index!==b.index&&(A.sync({index:b.index}),e.push(A));const I=A.getDataType();let $=I;if(v)if(!I||!Zt(I,v)){if(!$){const U=v.clone(A);U.addSelfToProject(),$=U,t.push(U),e.push(A)}$.merge(v),$.sync({isList:!0})}else $.isList||($.sync({isList:!0}),e.push($));if(!v&&!$){const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!0,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.sync({isList:!0}),re.setParent(A),re.initChildren(),re.addSelfToProject(),t.push(re)}});const{updated:y,added:h,removed:m}=this.removeExtraBodyArgumentDeclarations();return e.push(...y),t.push(...h),i.push(...m),{updated:g(e),added:g(t),removed:g(i),self:this}}syncOutputsDeclarations(){const e=[],t=[],i=[],a=this.getUniqueReturnDeclarations(),s=this.outputsDeclarations;return a.forEach((l,p)=>{l.index!==p&&(l.sync({index:p}),e.push(l))}),a.forEach(l=>{const p=l.getDataType();let h=s.find(v=>C(v,this.project)===W.fromReturnDeclarationToLoopOutputDeclarationName(l)&&Zt(v.dataType,l.dataType));if(!h){const v=W.fromReturnDeclarationToLoopOutputDeclarationName(l),P={id:N.UUID.uuid(),version:1,type:n.ValueDescriptor,name:v,description:`Aggretated list of all previously outputted values from each iteration by the output '${C(l,this.project)}'`,dataType:null,index:l.index,required:l.required,parent:this.toReference()},A=R(P,this.project);A.setParent(this),A.initChildren(),A.addSelfToProject(),t.push(A),h=A}h.index!==l.index&&(h.sync({index:l.index}),e.push(h));let b=h.getDataType();if(p)if(!b||!Zt(b,p)){if(!b){const v=p.clone(h);v.addSelfToProject(),b=v,t.push(v),e.push(h)}b.merge(p),b.sync({isList:!0})}else b.isList||(b.sync({isList:!0}),e.push(b));if(!p&&!b){const v={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!0,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:h.toReference()},P=R(v,this.project);P.sync({isList:!0}),P.setParent(h),P.initChildren(),P.addSelfToProject(),t.push(P)}}),s.filter(l=>!a.find(y=>C(l,this.project)===W.fromReturnDeclarationToLoopOutputDeclarationName(y))).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}syncOutputMaps(){const e=[],t=[],i=[],a=this.outputsDeclarations,s=this.outputs;return a.forEach(l=>{var h;let y=s.find(m=>{var b,v;return((b=m.declaration)==null?void 0:b.id)===l.id&&Zt((v=m.declaration)==null?void 0:v.dataType,l.dataType)});if(y)((h=y.declaration)==null?void 0:h.id)!==l.id&&(y.setDeclaration(l),e.push(y));else{const m={id:N.UUID.uuid(),version:1,type:n.OutputMap,index:l.index,declaration:l.toJSON(),writesValues:[],parent:this.toReference()},b=R(m,this.project);b.setParent(this),b.initChildren(),b.addSelfToProject(),t.push(b),y=b}y.index!==l.index&&(y.sync({index:l.index}),e.push(y))}),s.filter(l=>!a.find(y=>{var h;return((h=l.declaration)==null?void 0:h.id)===y.id})).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}createCurrentIterationNumberArgumentDeclaration(){const e=[],t=[],i=[];let s=this.body.inputs.find(y=>{var h;return y.name===W.CURRENT_ITERATION_NUMBER_ARG_NAME||y.id===((h=this.currentIterationNumberArgumentDeclaration)==null?void 0:h.id)});const o=this.getCurrentIterationNumberBuiltInValueDescriptor();if(!s){const y={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_ITERATION_NUMBER_ARG_NAME,description:"The number of the current iteration",dataType:null,implements:o==null?void 0:o.toJSON(),index:0,required:!0,parent:this.body.toReference(),writesValues:[]},h=R(y,this.project);h.setParent(this.body),h.initChildren(),h.addSelfToProject(),t.push(h),s=h}s.index!==0&&(s.sync({index:0}),e.push(s)),(!s.implements||s.implements.id!==o.id)&&(s.setImplements(o),e.push(s));let p=s.getDataType();if(!p){const y={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:s.toReference()},h=R(y,this.project);h.setParent(s),h.initChildren(),h.addSelfToProject(),t.push(h),p=h}if(!p.entity||p.entity.type!==n.PrimitiveEntity||p.entity.name!==D.Number||p.entity.id!==B["primitive-entity"].number.id){const y=this.project.getBuiltIn(B["primitive-entity"].number.id);p.setEntity(y),e.push(p)}return this.currentIterationNumberArgumentDeclaration=s,{updated:g(e),added:g(t),removed:g(i),self:this}}removeExtraBodyArgumentDeclarations(){const e=[],t=[],i=[],a=this.body.inputs,s=this.getUniqueReturnDeclarations();return a.filter(l=>l===this.currentIterationNumberArgumentDeclaration||l===this.currentValueArgumentDeclaration?!1:!s.find(y=>C(l,this.project)===W.fromReturnDeclarationToBodyArgumentDeclarationName(y))).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}createCurrentValueInputBasedOnInputMap(){var l,p,y,h,m;const e=[],t=[],i=[];switch(this.declaration.id){case k.List:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)}),v=this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["list-loop"].inputs.list.id});if(!v)break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["list-loop"].inputs.list.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if(!$){const re={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},Ve=R(re,this.project);Ve.setParent(A),Ve.initChildren(),Ve.addSelfToProject(),t.push(Ve),$=Ve}const U=v.getDataType();$.merge(U),$.sync({isList:!1})}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.ManualFlow:break;case k.Counted:break;case k.ObjectKeys:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)});if(!this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["object-keys-loop"].inputs.object.id}))break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=this.project.getBuiltIn(B["primitive-entity"].string.id);((l=$.entity)==null?void 0:l.id)!==U.id&&($.setEntity(U),e.push($))}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),$=re}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.ObjectValues:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)}),v=this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["object-values-loop"].inputs.object.id});if(!v)break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=v.getDataType(),re=((y=U==null?void 0:U.entity)==null?void 0:y.properties)||[];(h=$.orChildrenGroup)==null||h.forEach(Ve=>{const{affected:Nt,removed:Mt}=Ve.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...Nt),i.push(...Mt)}),re.forEach(Ve=>{const Nt=Ve.getDataType();if(Nt){const Mt=Nt.clone($);Mt.sync({parentRelationType:ze.OrDataTypeGroup}),Mt.addSelfToProject(),t.push(Mt)}else{const Mt={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parentRelationType:ze.OrDataTypeGroup,parent:$.toReference()},qr=R(Mt,this.project);qr.setParent($),qr.initChildren(),qr.addSelfToProject(),t.push(qr)}})}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),$=re;const Ve=v.getDataType();(((p=Ve==null?void 0:Ve.entity)==null?void 0:p.properties)||[]).forEach(Mt=>{const qr=Mt.getDataType();if(qr){const ja=qr.clone(re);ja.sync({parentRelationType:ze.OrDataTypeGroup}),ja.addSelfToProject(),t.push(ja)}else{const ja={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parentRelationType:ze.OrDataTypeGroup,parent:re.toReference()},Wo=R(ja,this.project);Wo.setParent(re),Wo.initChildren(),Wo.addSelfToProject(),t.push(Wo)}})}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.String:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)});if(!this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["string-loop"].inputs.string.id}))break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["string-loop"].inputs.string.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=this.project.getBuiltIn(B["primitive-entity"].string.id);((m=$.entity)==null?void 0:m.id)!==U.id&&($.setEntity(U),e.push($))}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),t.push(re),$=re}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}}const{updated:a,added:s,removed:o}=this.removeExtraBodyArgumentDeclarations();return e.push(...a),t.push(...s),i.push(...o),{updated:g(e),added:g(t),removed:g(i),self:this}}syncFixedBodyArgumentDeclarations(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.createCurrentIterationNumberArgumentDeclaration();e.push(...a),t.push(...s),i.push(...o);const{updated:l,added:p,removed:y}=this.createCurrentValueInputBasedOnInputMap();return e.push(...l),t.push(...p),i.push(...y),{updated:g(e),added:g(t),removed:g(i),self:this}}syncInputMaps(){const e=[],t=[],i=[];switch(this.declaration.id){case k.List:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["list-loop"].inputs.list.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["list-loop"].inputs.list.id){const s=this.project.get(B[n.Loop]["list-loop"].inputs.list.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["list-loop"].inputs.list.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ManualFlow:{this.inputs.forEach(a=>{a.remove(),i.push(a)});break}case k.Counted:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["counted-loop"].inputs.number.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["counted-loop"].inputs.number.id){const s=this.project.get(B[n.Loop]["counted-loop"].inputs.number.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["counted-loop"].inputs.number.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ObjectKeys:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["object-keys-loop"].inputs.object.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["object-keys-loop"].inputs.object.id){const s=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ObjectValues:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["object-values-loop"].inputs.object.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["object-values-loop"].inputs.object.id){const s=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.String:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["string-loop"].inputs.string.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["string-loop"].inputs.string.id){const s=this.project.get(B[n.Loop]["string-loop"].inputs.string.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["string-loop"].inputs.string.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}}return{updated:g(e),added:g(t),removed:g(i),self:this}}getCurrentValueBuiltInValueDescriptor(){var t;const e=(t=B[n.Loop][this.declaration.id].body.inputs.currentValue)==null?void 0:t.id;return e?this.project.get(e):null}getCurrentIterationNumberBuiltInValueDescriptor(){const e=B[n.Loop][this.declaration.id].body.inputs.iterationNumber.id;return this.project.get(e)}syncBody(){var o;const e=[],t=[],i=[],a=B[n.Loop][this.declaration.id].body.id,s=this.project.getBuiltIn(a);if(this.body)((o=this.body.implements)==null?void 0:o.id)!==s.id&&(this.body.setImplements(s),this.body.setParent(this),e.push(this.body));else{const l={id:N.UUID.uuid(),version:1,type:n.FunctionDeclaration,name:s.name,description:null,inputs:[],index:null,returnStatements:[],calls:[],collapsed:!1,private:!1,implements:s.toJSON(),x:0,y:0,parent:this.toReference()},p=R(l,this.project);p.initChildren(),p.setParent(this),p.addSelfToProject(),t.push(p)}return{self:this,updated:g(e),added:g(t),removed:g(i)}}syncChildren(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.syncBody();e.push(...a),t.push(...s),i.push(...o);const{updated:l,added:p,removed:y}=this.syncInputMaps();e.push(...l),t.push(...p),i.push(...y);const{updated:h,added:m,removed:b}=this.syncTerminationStatements();e.push(...h),t.push(...m),i.push(...b);const{updated:v,added:P,removed:A}=this.syncBodyArgumentsDeclarations();e.push(...v),t.push(...P),i.push(...A);const{updated:I,added:$,removed:U}=this.syncOutputsDeclarations();e.push(...I),t.push(...$),i.push(...U);const{updated:re,added:Ve,removed:Nt}=this.syncOutputMaps();return e.push(...re),t.push(...Ve),i.push(...Nt),{self:this,updated:g(e),added:g(t),removed:g(i)}}};c(W,"CURRENT_ITERATION_NUMBER_ARG_NAME","Current iteration number"),c(W,"CURRENT_VALUE_ARG_NAME","Current value"),c(W,"MUTABLE_BASE_PROPERTIES",[]),c(W,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(W,"BASE_PROPERTIES",[...W.MUTABLE_BASE_PROPERTIES,...W.INMUTABLE_BASE_PROPERTIES]),c(W,"MUTABLE_META_PROPERTIES",[...W.MUTABLE_BASE_PROPERTIES,"x","y"]),c(W,"INMUTABLE_META_PROPERTIES",[...W.INMUTABLE_BASE_PROPERTIES]),c(W,"META_PROPERTIES",[...W.MUTABLE_META_PROPERTIES,...W.INMUTABLE_META_PROPERTIES]),c(W,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(W,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","declaration"]),c(W,"UPSTREAM_PROPERTIES",[...W.MUTABLE_UPSTREAM_PROPERTIES,...W.INMUTABLE_UPSTREAM_PROPERTIES]),c(W,"MUTABLE_DOWNSTREAM_PROPERTIES",["body","inputs","outputs","outputsDeclarations","successCalls","errorCalls","error","breakStatements","continueStatements"]),c(W,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(W,"DOWNSTREAM_PROPERTIES",[...W.MUTABLE_DOWNSTREAM_PROPERTIES,...W.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(W,"PROPERTIES",[...W.META_PROPERTIES,...W.UPSTREAM_PROPERTIES,...W.DOWNSTREAM_PROPERTIES]);let wr=W;function s2(r){const e=r6(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(o=>o.validate());const s=[...Sn(r)];return ae(r.errors,s)}const be=class be{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.Condition);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"declaration");c(this,"inputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const h=_(e.parent);i=t.get(h)}const a=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),s=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),o=e.calledByError.map(h=>{const m=_(h);return t.get(m)});let l;if(e.declaration){const h=_(e.declaration);l=t.get(h)}const p={id:e.id,version:1,type:n.Condition,declaration:l,calledByEntry:a,calledBySuccess:s,calledByError:o,errorCalls:[],successCalls:[],inputs:[],x:0,y:0,parent:i},y=R(p,t);return y.setParent(i),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),e.declaration?t.get(e.declaration)?t.conditionDeclarations.find(p=>p.id===e.declaration)||a.push(new E({id:`${e.id}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't pointing to an action descriptor reserved for '${n.Condition}' entities.
|
|
53
|
+
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addLoop(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutputDeclaration(e){return this.outputsDeclarations.includes(e)?this:(this.outputsDeclarations.push(e),this)}removeOutputDeclaration(e){const t=this.outputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.outputsDeclarations.splice(t,1),this}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}setBody(e){return this.body=e,this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}replaceDetachedChild(e,t){const i=this.detachedChildren.indexOf(e);return i!==-1&&(this.detachedChildren[i]=t),this}subscribeDetachedChild(e){return this.detachedChildren.includes(e)||this.detachedChildren.push(e),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.initialData.body&&(this.body=R(this.initialData.body,this.project),this.body.setParent(this),this.body.initChildren()),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this.syncChildren(),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.body.remove({ignoreUpstream:!0,seenEntities:t}),this.error){const{affected:s,removed:o}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.body.restore({seenEntities:e}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.error?this.error.toFlat(e):[],...this.body?this.body.toFlat(e):[],...this.continueStatements.flatMap(i=>i.toFlat(e)),...this.breakStatements.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.process?this.process.toFlatIds(e):[],...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.error?this.error.toFlatIds(e):[],...this.body?this.body.toFlatIds(e):[],...this.continueStatements.flatMap(i=>i.toFlatIds(e)),...this.breakStatements.flatMap(i=>i.toFlatIds(e))])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:((e=this.process)==null?void 0:e.toJSON())||null,declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),outputsDeclarations:this.outputsDeclarations.map(i=>i.toJSON()),successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),error:((t=this.error)==null?void 0:t.toJSON())||null,body:this.body.toJSON(),parent:this.parent.toReference(),breakStatements:this.breakStatements.map(i=>i.toJSON()),continueStatements:this.continueStatements.map(i=>i.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t,i,a;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:((e=this.declaration)==null?void 0:e.toReference())||null,body:((t=this.body)==null?void 0:t.toReference())||null,inputs:this.inputs.map(s=>s.toReference()),outputs:this.outputs.map(s=>s.toReference()),outputsDeclarations:this.outputsDeclarations.map(s=>s.toReference()),successCalls:this.successCalls.map(s=>s.toReference()),errorCalls:this.errorCalls.map(s=>s.toReference()),process:((i=this.process)==null?void 0:i.toReference())||null,calledBySuccess:this.calledBySuccess.map(s=>s.toReference()),calledByError:this.calledByError.map(s=>s.toReference()),calledByEntry:this.calledByEntry.map(s=>s.toReference()),continueStatements:this.continueStatements.map(s=>s.toReference()),breakStatements:this.breakStatements.map(s=>s.toReference()),error:((a=this.error)==null?void 0:a.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.body)==null?void 0:i.toFlatJSON(e))||[],...this.successCalls.flatMap(a=>a.toFlatJSON(e)),...this.errorCalls.flatMap(a=>a.toFlatJSON(e)),...this.inputs.flatMap(a=>a.toFlatJSON(e)),...this.outputs.flatMap(a=>a.toFlatJSON(e)),...this.continueStatements.flatMap(a=>a.toFlatJSON(e)),...this.breakStatements.flatMap(a=>a.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[],...this.process?this.process.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.body)==null?void 0:i.toFlatGenerationTarget(e))||[],...this.successCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.inputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.outputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.continueStatements.flatMap(a=>a.toFlatGenerationTarget(e)),...this.breakStatements.flatMap(a=>a.toFlatGenerationTarget(e)),...this.error?this.error.toFlatGenerationTarget(e):[],...this.process?this.process.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),this.continueStatements.forEach(i=>i.clearErrors()),this.breakStatements.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=a2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.body?this.body.getErrors():[],...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new W(this.toJSON(),this.project)}getVariableInstances(){return this.body?ie(this.body).filter(i=>i.type===n.VariableInstance):[]}addReturnStatement(e){return Ge.includes(this.parent.type)&&this.parent.addReturnStatement(e),this}removeReturnStatement(e){return Ge.includes(this.parent.type)&&this.parent.removeReturnStatement(e),this}addBreakStatement(e){return this.breakStatements.includes(e)||this.breakStatements.push(e),this}removeBreakStatement(e){const t=this.breakStatements.indexOf(e);return t!==-1&&this.breakStatements.splice(t,1),this}addContinueStatement(e){return this.continueStatements.includes(e)||this.continueStatements.push(e),this}removeContinueStatement(e){const t=this.continueStatements.indexOf(e);return t!==-1&&this.continueStatements.splice(t,1),this}getUniqueReturnDeclarations(){const e=[];return[...this.breakStatements,...this.continueStatements].forEach(i=>{i.outputs.forEach(s=>{e.find(l=>l===s||C(l,this.project)===C(s,this.project)&&Zt(l.dataType,s.dataType))||e.push(s)})}),g(e)}syncTerminationStatements(){const e=[],t=[],i=[],a=this.getUniqueReturnDeclarations(),s=[...this.breakStatements,...this.continueStatements];return a.forEach((o,l)=>{o.index!==l&&(o.sync({index:l}),e.push(o))}),s.forEach(o=>{const l=o.outputs,p=a.filter(y=>!l.find(h=>C(y,this.project)===C(h,this.project)&&Zt(y.dataType,h.dataType)));p.length&&e.push(o),p.forEach(y=>{const h=y.clone(o);h.addSelfToProject(),t.push(h)})}),{updated:g(e),added:g(t),removed:g(i),self:this}}syncBodyArgumentsDeclarations(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.syncFixedBodyArgumentDeclarations();e.push(...a),t.push(...s),i.push(...o);const l=this.getUniqueReturnDeclarations(),p=this.body.inputs;l.forEach((b,v)=>{b.index!==v&&(b.sync({index:v}),e.push(b))}),l.forEach(b=>{const v=b.getDataType();let A=p.find(U=>C(U,this.project)===W.fromReturnDeclarationToBodyArgumentDeclarationName(b)&&Zt(U.dataType,b.dataType));if(!A){const U=W.fromReturnDeclarationToBodyArgumentDeclarationName(b),re={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:U,description:`Aggretated list of all previously outputted values from each iteration by the output '${C(b,this.project)}'`,dataType:null,implements:null,index:b.index,required:b.required,parent:this.body.toReference(),writesValues:[]},Ve=R(re,this.project);Ve.setParent(this.body),Ve.initChildren(),Ve.addSelfToProject(),t.push(Ve),A=Ve}A.index!==b.index&&(A.sync({index:b.index}),e.push(A));const I=A.getDataType();let $=I;if(v)if(!I||!Zt(I,v)){if(!$){const U=v.clone(A);U.addSelfToProject(),$=U,t.push(U),e.push(A)}$.merge(v),$.sync({isList:!0})}else $.isList||($.sync({isList:!0}),e.push($));if(!v&&!$){const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!0,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.sync({isList:!0}),re.setParent(A),re.initChildren(),re.addSelfToProject(),t.push(re)}});const{updated:y,added:h,removed:m}=this.removeExtraBodyArgumentDeclarations();return e.push(...y),t.push(...h),i.push(...m),{updated:g(e),added:g(t),removed:g(i),self:this}}syncOutputsDeclarations(){const e=[],t=[],i=[],a=this.getUniqueReturnDeclarations(),s=this.outputsDeclarations;return a.forEach((l,p)=>{l.index!==p&&(l.sync({index:p}),e.push(l))}),a.forEach(l=>{const p=l.getDataType();let h=s.find(v=>C(v,this.project)===W.fromReturnDeclarationToLoopOutputDeclarationName(l)&&Zt(v.dataType,l.dataType));if(!h){const v=W.fromReturnDeclarationToLoopOutputDeclarationName(l),P={id:N.UUID.uuid(),version:1,type:n.ValueDescriptor,name:v,description:`Aggretated list of all previously outputted values from each iteration by the output '${C(l,this.project)}'`,dataType:null,index:l.index,required:l.required,parent:this.toReference()},A=R(P,this.project);A.setParent(this),A.initChildren(),A.addSelfToProject(),t.push(A),h=A}h.index!==l.index&&(h.sync({index:l.index}),e.push(h));let b=h.getDataType();if(p)if(!b||!Zt(b,p)){if(!b){const v=p.clone(h);v.addSelfToProject(),b=v,t.push(v),e.push(h)}b.merge(p),b.sync({isList:!0})}else b.isList||(b.sync({isList:!0}),e.push(b));if(!p&&!b){const v={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!0,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:h.toReference()},P=R(v,this.project);P.sync({isList:!0}),P.setParent(h),P.initChildren(),P.addSelfToProject(),t.push(P)}}),s.filter(l=>!a.find(y=>C(l,this.project)===W.fromReturnDeclarationToLoopOutputDeclarationName(y))).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}syncOutputMaps(){const e=[],t=[],i=[],a=this.outputsDeclarations,s=this.outputs;return a.forEach(l=>{var h;let y=s.find(m=>{var b,v;return((b=m.declaration)==null?void 0:b.id)===l.id&&Zt((v=m.declaration)==null?void 0:v.dataType,l.dataType)});if(y)((h=y.declaration)==null?void 0:h.id)!==l.id&&(y.setDeclaration(l),e.push(y));else{const m={id:N.UUID.uuid(),version:1,type:n.OutputMap,index:l.index,declaration:l.toJSON(),writesValues:[],parent:this.toReference()},b=R(m,this.project);b.setParent(this),b.initChildren(),b.addSelfToProject(),t.push(b),y=b}y.index!==l.index&&(y.sync({index:l.index}),e.push(y))}),s.filter(l=>!a.find(y=>{var h;return((h=l.declaration)==null?void 0:h.id)===y.id})).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}createCurrentIterationNumberArgumentDeclaration(){const e=[],t=[],i=[];let s=this.body.inputs.find(y=>{var h;return y.name===W.CURRENT_ITERATION_NUMBER_ARG_NAME||y.id===((h=this.currentIterationNumberArgumentDeclaration)==null?void 0:h.id)});const o=this.getCurrentIterationNumberBuiltInValueDescriptor();if(!s){const y={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_ITERATION_NUMBER_ARG_NAME,description:"The number of the current iteration",dataType:null,implements:o==null?void 0:o.toJSON(),index:0,required:!0,parent:this.body.toReference(),writesValues:[]},h=R(y,this.project);h.setParent(this.body),h.initChildren(),h.addSelfToProject(),t.push(h),s=h}s.index!==0&&(s.sync({index:0}),e.push(s)),(!s.implements||s.implements.id!==o.id)&&(s.setImplements(o),e.push(s));let p=s.getDataType();if(!p){const y={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:s.toReference()},h=R(y,this.project);h.setParent(s),h.initChildren(),h.addSelfToProject(),t.push(h),p=h}if(!p.entity||p.entity.type!==n.PrimitiveEntity||p.entity.name!==D.Number||p.entity.id!==B["primitive-entity"].number.id){const y=this.project.getBuiltIn(B["primitive-entity"].number.id);p.setEntity(y),e.push(p)}return this.currentIterationNumberArgumentDeclaration=s,{updated:g(e),added:g(t),removed:g(i),self:this}}removeExtraBodyArgumentDeclarations(){const e=[],t=[],i=[],a=this.body.inputs,s=this.getUniqueReturnDeclarations();return a.filter(l=>l===this.currentIterationNumberArgumentDeclaration||l===this.currentValueArgumentDeclaration?!1:!s.find(y=>C(l,this.project)===W.fromReturnDeclarationToBodyArgumentDeclarationName(y))).forEach(l=>{const{affected:p,removed:y}=l.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(...p),i.push(...y)}),{updated:g(e),added:g(t),removed:g(i),self:this}}createCurrentValueInputBasedOnInputMap(){var l,p,y,h,m;const e=[],t=[],i=[];switch(this.declaration.id){case k.List:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)}),v=this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["list-loop"].inputs.list.id});if(!v)break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["list-loop"].inputs.list.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if(!$){const re={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},Ve=R(re,this.project);Ve.setParent(A),Ve.initChildren(),Ve.addSelfToProject(),t.push(Ve),$=Ve}const U=v.getDataType();$.merge(U),$.sync({isList:!1})}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.ManualFlow:break;case k.Counted:break;case k.ObjectKeys:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)});if(!this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["object-keys-loop"].inputs.object.id}))break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=this.project.getBuiltIn(B["primitive-entity"].string.id);((l=$.entity)==null?void 0:l.id)!==U.id&&($.setEntity(U),e.push($))}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),$=re}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.ObjectValues:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)}),v=this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["object-values-loop"].inputs.object.id});if(!v)break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=v.getDataType(),re=((y=U==null?void 0:U.entity)==null?void 0:y.properties)||[];(h=$.orChildrenGroup)==null||h.forEach(Ve=>{const{affected:_t,removed:Nt}=Ve.remove({ignoreUpstream:!1,seenEntities:new Set});e.push(..._t),i.push(...Nt)}),re.forEach(Ve=>{const _t=Ve.getDataType();if(_t){const Nt=_t.clone($);Nt.sync({parentRelationType:ze.OrDataTypeGroup}),Nt.addSelfToProject(),t.push(Nt)}else{const Nt={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parentRelationType:ze.OrDataTypeGroup,parent:$.toReference()},qr=R(Nt,this.project);qr.setParent($),qr.initChildren(),qr.addSelfToProject(),t.push(qr)}})}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),$=re;const Ve=v.getDataType();(((p=Ve==null?void 0:Ve.entity)==null?void 0:p.properties)||[]).forEach(Nt=>{const qr=Nt.getDataType();if(qr){const ja=qr.clone(re);ja.sync({parentRelationType:ze.OrDataTypeGroup}),ja.addSelfToProject(),t.push(ja)}else{const ja={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parentRelationType:ze.OrDataTypeGroup,parent:re.toReference()},Wo=R(ja,this.project);Wo.setParent(re),Wo.initChildren(),Wo.addSelfToProject(),t.push(Wo)}})}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}case k.String:{const b=this.body.inputs.find(A=>{var I;return A.name===W.CURRENT_VALUE_ARG_NAME||A.id===((I=this.currentValueArgumentDeclaration)==null?void 0:I.id)});if(!this.inputs.find(A=>{var I;return((I=A.declaration)==null?void 0:I.id)===B[n.Loop]["string-loop"].inputs.string.id}))break;const P=this.getCurrentValueBuiltInValueDescriptor();if(b){const A=this.project.get(B[n.Loop]["string-loop"].inputs.string.id);P&&(!b.implements||b.implements.id!==P.id)&&(b.setImplements(P),e.push(b));let $=b.getDataType();if($){const U=this.project.getBuiltIn(B["primitive-entity"].string.id);((m=$.entity)==null?void 0:m.id)!==U.id&&($.setEntity(U),e.push($))}else{const U={id:N.UUID.uuid(),version:1,type:n.DataType,isList:!1,entity:null,isNullable:!1,constant:!1,defaultValue:null,asType:!1,like:!1,inferred:!1,andChildrenGroup:[],orChildrenGroup:[],parent:A.toReference()},re=R(U,this.project);re.setParent(A),re.initChildren(),re.addSelfToProject(),t.push(re),$=re}}else{const A={id:N.UUID.uuid(),version:1,type:n.ArgumentDeclaration,name:W.CURRENT_VALUE_ARG_NAME,description:null,index:0,required:!0,implements:P,writesValues:[],dataType:null,parent:this.body.toReference()},I=R(A,this.project);I.initChildren(),I.setParent(this.body),I.addSelfToProject(),P&&(!I.implements||I.implements.id!==P.id)&&(I.setImplements(P),e.push(I)),t.push(I)}break}}const{updated:a,added:s,removed:o}=this.removeExtraBodyArgumentDeclarations();return e.push(...a),t.push(...s),i.push(...o),{updated:g(e),added:g(t),removed:g(i),self:this}}syncFixedBodyArgumentDeclarations(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.createCurrentIterationNumberArgumentDeclaration();e.push(...a),t.push(...s),i.push(...o);const{updated:l,added:p,removed:y}=this.createCurrentValueInputBasedOnInputMap();return e.push(...l),t.push(...p),i.push(...y),{updated:g(e),added:g(t),removed:g(i),self:this}}syncInputMaps(){const e=[],t=[],i=[];switch(this.declaration.id){case k.List:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["list-loop"].inputs.list.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["list-loop"].inputs.list.id){const s=this.project.get(B[n.Loop]["list-loop"].inputs.list.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["list-loop"].inputs.list.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ManualFlow:{this.inputs.forEach(a=>{a.remove(),i.push(a)});break}case k.Counted:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["counted-loop"].inputs.number.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["counted-loop"].inputs.number.id){const s=this.project.get(B[n.Loop]["counted-loop"].inputs.number.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["counted-loop"].inputs.number.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ObjectKeys:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["object-keys-loop"].inputs.object.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["object-keys-loop"].inputs.object.id){const s=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["object-keys-loop"].inputs.object.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.ObjectValues:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["object-values-loop"].inputs.object.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["object-values-loop"].inputs.object.id){const s=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["object-values-loop"].inputs.object.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}case k.String:{let a=null;if(this.inputs.forEach(s=>{var o;((o=s.declaration)==null?void 0:o.id)===B[n.Loop]["string-loop"].inputs.string.id?a=s:(s.remove(),i.push(s))}),a){if(a.declaration.id!==B[n.Loop]["string-loop"].inputs.string.id){const s=this.project.get(B[n.Loop]["string-loop"].inputs.string.id);a.setDeclaration(s),e.push(a)}}else{const s=this.project.get(B[n.Loop]["string-loop"].inputs.string.id),o={id:N.UUID.uuid(),version:1,type:n.InputMap,name:null,description:null,index:0,declaration:s.toJSON(),readsValue:null,defaultValue:null,parent:this.toReference()},l=R(o,this.project);l.initChildren(),l.setParent(this),l.addSelfToProject(),t.push(l)}break}}return{updated:g(e),added:g(t),removed:g(i),self:this}}getCurrentValueBuiltInValueDescriptor(){var t;const e=(t=B[n.Loop][this.declaration.id].body.inputs.currentValue)==null?void 0:t.id;return e?this.project.get(e):null}getCurrentIterationNumberBuiltInValueDescriptor(){const e=B[n.Loop][this.declaration.id].body.inputs.iterationNumber.id;return this.project.get(e)}syncBody(){var o;const e=[],t=[],i=[],a=B[n.Loop][this.declaration.id].body.id,s=this.project.getBuiltIn(a);if(this.body)((o=this.body.implements)==null?void 0:o.id)!==s.id&&(this.body.setImplements(s),this.body.setParent(this),e.push(this.body));else{const l={id:N.UUID.uuid(),version:1,type:n.FunctionDeclaration,name:s.name,description:null,inputs:[],index:null,returnStatements:[],calls:[],collapsed:!1,private:!1,implements:s.toJSON(),x:0,y:0,parent:this.toReference()},p=R(l,this.project);p.initChildren(),p.setParent(this),p.addSelfToProject(),t.push(p)}return{self:this,updated:g(e),added:g(t),removed:g(i)}}syncChildren(){const e=[],t=[],i=[],{updated:a,added:s,removed:o}=this.syncBody();e.push(...a),t.push(...s),i.push(...o);const{updated:l,added:p,removed:y}=this.syncInputMaps();e.push(...l),t.push(...p),i.push(...y);const{updated:h,added:m,removed:b}=this.syncTerminationStatements();e.push(...h),t.push(...m),i.push(...b);const{updated:v,added:P,removed:A}=this.syncBodyArgumentsDeclarations();e.push(...v),t.push(...P),i.push(...A);const{updated:I,added:$,removed:U}=this.syncOutputsDeclarations();e.push(...I),t.push(...$),i.push(...U);const{updated:re,added:Ve,removed:_t}=this.syncOutputMaps();return e.push(...re),t.push(...Ve),i.push(..._t),{self:this,updated:g(e),added:g(t),removed:g(i)}}};c(W,"CURRENT_ITERATION_NUMBER_ARG_NAME","Current iteration number"),c(W,"CURRENT_VALUE_ARG_NAME","Current value"),c(W,"MUTABLE_BASE_PROPERTIES",[]),c(W,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(W,"BASE_PROPERTIES",[...W.MUTABLE_BASE_PROPERTIES,...W.INMUTABLE_BASE_PROPERTIES]),c(W,"MUTABLE_META_PROPERTIES",[...W.MUTABLE_BASE_PROPERTIES,"x","y"]),c(W,"INMUTABLE_META_PROPERTIES",[...W.INMUTABLE_BASE_PROPERTIES]),c(W,"META_PROPERTIES",[...W.MUTABLE_META_PROPERTIES,...W.INMUTABLE_META_PROPERTIES]),c(W,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(W,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","declaration"]),c(W,"UPSTREAM_PROPERTIES",[...W.MUTABLE_UPSTREAM_PROPERTIES,...W.INMUTABLE_UPSTREAM_PROPERTIES]),c(W,"MUTABLE_DOWNSTREAM_PROPERTIES",["body","inputs","outputs","outputsDeclarations","successCalls","errorCalls","error","breakStatements","continueStatements"]),c(W,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(W,"DOWNSTREAM_PROPERTIES",[...W.MUTABLE_DOWNSTREAM_PROPERTIES,...W.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(W,"PROPERTIES",[...W.META_PROPERTIES,...W.UPSTREAM_PROPERTIES,...W.DOWNSTREAM_PROPERTIES]);let wr=W;function s2(r){const e=r6(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(o=>o.validate());const s=[...Sn(r)];return ae(r.errors,s)}const be=class be{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.Condition);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"declaration");c(this,"inputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const h=_(e.parent);i=t.get(h)}const a=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),s=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),o=e.calledByError.map(h=>{const m=_(h);return t.get(m)});let l;if(e.declaration){const h=_(e.declaration);l=t.get(h)}const p={id:e.id,version:1,type:n.Condition,declaration:l,calledByEntry:a,calledBySuccess:s,calledByError:o,errorCalls:[],successCalls:[],inputs:[],x:0,y:0,parent:i},y=R(p,t);return y.setParent(i),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),e.declaration?t.get(e.declaration)?t.conditionDeclarations.find(p=>p.id===e.declaration)||a.push(new E({id:`${e.id}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't pointing to an action descriptor reserved for '${n.Condition}' entities.
|
|
54
54
|
${Vo(t)}`,issue:null})):a.push(new E({id:`${e.id}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't found in the project. The 'declaration' property must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
|
|
55
55
|
${Vo(t)}`,issue:null})):a.push(new E({id:`${e.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type '${e.type}' with id '${e.id}' is missing the 'declaration' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
|
|
56
56
|
${Vo(t)}`,issue:null})),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
57
|
-
If an entity is called by another, they must be in the same scope, which means they have the same parent.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addCondition(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this}removeOutput(e){return this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:t,self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.inputs.flatMap(i=>i.toFlat(e)),...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.calledBy.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.calledBy.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:this.declaration.toJSON(),successCalls:this.successCalls.map(e=>e.toJSON()),errorCalls:this.errorCalls.map(e=>e.toJSON()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),inputs:this.inputs.map(e=>e.toJSON()),parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:this.declaration.toReference(),inputs:this.inputs.map(e=>e.toReference()),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,declaration:this.declaration.id,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.inputs.forEach(e=>e.clearErrors()),this.successCalls.forEach(e=>e.clearErrors()),this.errorCalls.forEach(e=>e.clearErrors()),this}validate(){const e=s2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e){return new be(this.toJSON(),this.project)}syncMissingFixedInputs(){return this.declaration.inputs.filter(t=>t.parentRelationType===O.FixedArguments&&!this.inputs.find(i=>i.declaration.id===t.id)).forEach(t=>{const i={id:N.UUID.uuid(),version:1,type:n.InputMap,declaration:t.toJSON(),readsValue:null,defaultValue:null,index:this.inputs.length,name:null,description:null,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this}};c(be,"MUTABLE_BASE_PROPERTIES",["operator"]),c(be,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(be,"BASE_PROPERTIES",[...be.MUTABLE_BASE_PROPERTIES,...be.INMUTABLE_BASE_PROPERTIES]),c(be,"MUTABLE_META_PROPERTIES",["x","y"]),c(be,"INMUTABLE_META_PROPERTIES",[...be.INMUTABLE_BASE_PROPERTIES]),c(be,"META_PROPERTIES",[...be.MUTABLE_META_PROPERTIES,...be.INMUTABLE_META_PROPERTIES]),c(be,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(be,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(be,"UPSTREAM_PROPERTIES",[...be.MUTABLE_UPSTREAM_PROPERTIES,...be.INMUTABLE_UPSTREAM_PROPERTIES]),c(be,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","inputsDeclarations","inputs"]),c(be,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(be,"DOWNSTREAM_PROPERTIES",[...be.MUTABLE_DOWNSTREAM_PROPERTIES,...be.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(be,"PROPERTIES",[...be.META_PROPERTIES,...be.UPSTREAM_PROPERTIES,...be.DOWNSTREAM_PROPERTIES]);let _r=be;class FP{constructor(){c(this,"initialData")}}class o2{}class l2 extends FP{}class c2{}class d2{}class u2{}class hu{}class p2 extends hu{}class y2 extends hu{}class f2{}class Ma{static initReadsValue(e){if(e.initialData.readsValue&&e.initialData.readsValue.type!==n.GenericReference)e.readsValue=R(e.initialData.readsValue,e.project);else if(e.initialData.readsValue&&e.initialData.readsValue.type===n.GenericReference){const t=_t(e.initialData.readsValue,e.project);t&&(e.readsValue=t)}if(e.readsValue){if(ke.includes(e.readsValue.type)){let t=e.parent;ct.includes(t.type)||(t=t.parent);const i=e.type===n.InputMap&&e.parent.type===n.Loop;i&&(t=e.parent.parent),e.readsValue.setParent(t),e.readsValue.initChildren(),!i&&t.detachedChildren.includes(e)?t.replaceDetachedChild(e,e.readsValue):i||t.subscribeDetachedChild(e.readsValue)}e.readsValue.addValueReader(e)}return e.readsValue}}class Va{static initWritesValues(e,t){const i=e.initialData.writesValues.reduce((s,o)=>{if(o.type===n.GenericReference||e.writesValues.some(p=>p.id===o.id))return s;const l=R(o,e.project);return l.setValueWriter(e),ke.includes(l.type)&&(l.setParent(t),l.initChildren()),[...s,l]},[]),a=[...e.writesValues];return e.writesValues=g([...a,...i]),e.writesValues}}class h2{}function m2(r){var l;const e=k6(),t=r.toJSON();e.safeParse(t).success,(l=r.dataType)==null||l.validate(),r.inputs.forEach(p=>p.validate()),r.outputs.forEach(p=>p.validate()),r.internalCalls.forEach(p=>p.validate());const s=[...Sn(r)];if(r.id==="random-company-employee-test-variable-id"){const p=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(p.error)}if(r.id==="company-dto-variable-one-id"){const p=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(p.error)}const o=Pu(r);return s.push(...o),ae(r.errors,s)}const de=class de{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"dataType",null);c(this,"x");c(this,"y");c(this,"type",n.VariableDeclaration);c(this,"writesValues",[]);c(this,"readsValue",null);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"internalCalls",[]);c(this,"parent");c(this,"variableInstances",[]);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const h=_(e.parent);i=t.get(h)}const a=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),s=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),o=e.calledByError.map(h=>{const m=_(h);return t.get(m)});let l=null;if(e.readsValue){const h=_(e.readsValue);l=t.get(h)}const p={id:e.id,version:1,type:n.VariableDeclaration,name:e.name,description:e.description,calledByEntry:a,calledBySuccess:s,calledByError:o,dataType:null,errorCalls:[],successCalls:[],internalCalls:[],readsValue:l,inputs:[],outputs:[],writesValues:[],x:0,y:0,parent:i},y=R(p,t);return y.setParent(i),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0}},t);i=s.modifiedData;const o=du(i,t);return a.push(...s.errors,...o,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];let i=JSON.parse(JSON.stringify(e));const a=Ga(i,this);return i=a.modifiedData,t.push(...a.errors),e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
57
|
+
If an entity is called by another, they must be in the same scope, which means they have the same parent.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addCondition(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this}removeOutput(e){return this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.declaration=R(this.initialData.declaration,this.project),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:t,self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.inputs.flatMap(i=>i.toFlat(e)),...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.calledBy.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.calledBy.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:this.declaration.toJSON(),successCalls:this.successCalls.map(e=>e.toJSON()),errorCalls:this.errorCalls.map(e=>e.toJSON()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),inputs:this.inputs.map(e=>e.toJSON()),parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,declaration:this.declaration.toReference(),inputs:this.inputs.map(e=>e.toReference()),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,declaration:this.declaration.id,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.inputs.forEach(e=>e.clearErrors()),this.successCalls.forEach(e=>e.clearErrors()),this.errorCalls.forEach(e=>e.clearErrors()),this}validate(){const e=s2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e){return new be(this.toJSON(),this.project)}syncMissingFixedInputs(){return this.declaration.inputs.filter(t=>t.parentRelationType===O.FixedArguments&&!this.inputs.find(i=>i.declaration.id===t.id)).forEach(t=>{const i={id:N.UUID.uuid(),version:1,type:n.InputMap,declaration:t.toJSON(),readsValue:null,defaultValue:null,index:this.inputs.length,name:null,description:null,parent:this.toReference()},a=R(i,this.project);a.setParent(this),a.initChildren(),a.addSelfToProject()}),this}};c(be,"MUTABLE_BASE_PROPERTIES",["operator"]),c(be,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(be,"BASE_PROPERTIES",[...be.MUTABLE_BASE_PROPERTIES,...be.INMUTABLE_BASE_PROPERTIES]),c(be,"MUTABLE_META_PROPERTIES",["x","y"]),c(be,"INMUTABLE_META_PROPERTIES",[...be.INMUTABLE_BASE_PROPERTIES]),c(be,"META_PROPERTIES",[...be.MUTABLE_META_PROPERTIES,...be.INMUTABLE_META_PROPERTIES]),c(be,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(be,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(be,"UPSTREAM_PROPERTIES",[...be.MUTABLE_UPSTREAM_PROPERTIES,...be.INMUTABLE_UPSTREAM_PROPERTIES]),c(be,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","inputsDeclarations","inputs"]),c(be,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(be,"DOWNSTREAM_PROPERTIES",[...be.MUTABLE_DOWNSTREAM_PROPERTIES,...be.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(be,"PROPERTIES",[...be.META_PROPERTIES,...be.UPSTREAM_PROPERTIES,...be.DOWNSTREAM_PROPERTIES]);let _r=be;class FP{constructor(){c(this,"initialData")}}class o2{}class l2 extends FP{}class c2{}class d2{}class u2{}class hu{}class p2 extends hu{}class y2 extends hu{}class f2{}class Ma{static initReadsValue(e){if(e.initialData.readsValue&&e.initialData.readsValue.type!==n.GenericReference)e.readsValue=R(e.initialData.readsValue,e.project);else if(e.initialData.readsValue&&e.initialData.readsValue.type===n.GenericReference){const t=wt(e.initialData.readsValue,e.project);t&&(e.readsValue=t)}if(e.readsValue){if(ke.includes(e.readsValue.type)){let t=e.parent;ct.includes(t.type)||(t=t.parent);const i=e.type===n.InputMap&&e.parent.type===n.Loop;i&&(t=e.parent.parent),e.readsValue.setParent(t),e.readsValue.initChildren(),!i&&t.detachedChildren.includes(e)?t.replaceDetachedChild(e,e.readsValue):i||t.subscribeDetachedChild(e.readsValue)}e.readsValue.addValueReader(e)}return e.readsValue}}class Va{static initWritesValues(e,t){const i=e.initialData.writesValues.reduce((s,o)=>{if(o.type===n.GenericReference||e.writesValues.some(p=>p.id===o.id))return s;const l=R(o,e.project);return l.setValueWriter(e),ke.includes(l.type)&&(l.setParent(t),l.initChildren()),[...s,l]},[]),a=[...e.writesValues];return e.writesValues=g([...a,...i]),e.writesValues}}class h2{}function m2(r){var l;const e=k6(),t=r.toJSON();e.safeParse(t).success,(l=r.dataType)==null||l.validate(),r.inputs.forEach(p=>p.validate()),r.outputs.forEach(p=>p.validate()),r.internalCalls.forEach(p=>p.validate());const s=[...Sn(r)];if(r.id==="random-company-employee-test-variable-id"){const p=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(p.error)}if(r.id==="company-dto-variable-one-id"){const p=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(p.error)}const o=Pu(r);return s.push(...o),ae(r.errors,s)}const de=class de{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"dataType",null);c(this,"x");c(this,"y");c(this,"type",n.VariableDeclaration);c(this,"writesValues",[]);c(this,"readsValue",null);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"internalCalls",[]);c(this,"parent");c(this,"variableInstances",[]);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const h=_(e.parent);i=t.get(h)}const a=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),s=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),o=e.calledByError.map(h=>{const m=_(h);return t.get(m)});let l=null;if(e.readsValue){const h=_(e.readsValue);l=t.get(h)}const p={id:e.id,version:1,type:n.VariableDeclaration,name:e.name,description:e.description,calledByEntry:a,calledBySuccess:s,calledByError:o,dataType:null,errorCalls:[],successCalls:[],internalCalls:[],readsValue:l,inputs:[],outputs:[],writesValues:[],x:0,y:0,parent:i},y=R(p,t);return y.setParent(i),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0}},t);i=s.modifiedData;const o=du(i,t);return a.push(...s.errors,...o,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];let i=JSON.parse(JSON.stringify(e));const a=Ga(i,this);return i=a.modifiedData,t.push(...a.errors),e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
58
58
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
59
59
|
Specifically for variables, their scope is also calculated from their value readers and value writters.
|
|
60
60
|
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its value readers, value writters, or callers.`,issue:null})),{errors:t,modifiedData:i}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addVariableDeclaration(this),this.readsValue&&(this.readsValue.addValueReader(this),e.push(this.readsValue)),this.writesValues.forEach(a=>{a.setValueWriter(this),e.push(a)}),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}get usedInputs(){return this.inputs.filter(e=>e.readsValue||e.defaultValue)}get unusedInputs(){return this.inputs.filter(e=>!e.readsValue&&!e.defaultValue)}get usedOutputs(){return this.outputs.filter(e=>e.writesValues.length)}get unusedOutputs(){return this.outputs.filter(e=>!e.writesValues.length)}get usedInternalCalls(){return this.internalCalls.filter(e=>!!e.calledBy.length)}get unusedInternalCalls(){return this.internalCalls.filter(e=>!e.calledBy.length)}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}addValueReader(e){return this.writesValues.includes(e)?this:(this.writesValues.push(e),this)}removeValueReader(e){return this.writesValues=this.writesValues.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.initialData.dataType&&(this.dataType=R(this.initialData.dataType,this.project),this.dataType.setParent(this),this.dataType.initChildren()),Va.initWritesValues(this,this.parent),Ma.initReadsValue(this),this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.initialData.inputs.forEach(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),this.addInput(t),t}),this.initialData.outputs.forEach(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),this.addOutput(t),t}),this.initialData.internalCalls.forEach(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),this.addInternalCall(t),t}),this.generateUnusedInputs(),this.generateUnusedOutputs(),this.generateUnusedInternalCalls(),(!this.dataType||this.dataType.inferred)&&this.inferDataTypeAndSyncInstancesInputsAndOutputs(),this)}setValueWriter(e){return this.readsValue=e,this}removeValueWriter(){return this.readsValue=null,this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}subscribeInstance(e){return this.variableInstances.includes(e)?this:(this.variableInstances.push(e),this)}removeInstance(e){return this.variableInstances=this.variableInstances.filter(t=>t.id!==e.id),this}getMasterInputWithValueWritterFromAllInstances(e){return g([...this.inputs,...this.variableInstances.flatMap(a=>a.inputs)]).find(a=>C(a,this.project)===C(e,this.project)&&!!a.readsValue)||e}inferDataTypeAndSyncInstancesInputsAndOutputs(){var i,a;if(!this.dataType){const s=R({id:this.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:this.toReference()},this.project);s.sync({inferred:!0,like:!0}),s.setParent(this),s.initChildren(),this.setDataType(s)}if(this.readsValue){const s=(i=this.readsValue.getDataType())==null?void 0:i.clone(this);return s&&(s.sync({inferred:!0,like:!0}),this.setDataType(s)),this}const e=g([...this.inputs,...this.variableInstances.flatMap(s=>s.inputs)]),t=[];return e.forEach(s=>{t.find(l=>C(l,this.project)===C(s,this.project))||t.push(s)}),t.length?((a=this.dataType)==null||a.inferFromInputs(t),this.dataType?(this.generateUnusedInputs(),this.generateUnusedOutputs(),this.variableInstances.forEach(s=>{s.generateUnusedInputs(),s.generateUnusedOutputs()}),this):this):this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this.sync(e),Ua(e,this),this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.readsValue&&(i.push(this.readsValue),this.readsValue.removeValueReader(this)),this.writesValues.forEach(s=>{i.push(s),s.readsValue=null}),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.internalCalls.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.dataType){const{affected:s,removed:o}=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){this.subscribe();const t=[];if(this.readsValue&&(t.push(this.readsValue),this.readsValue.addValueReader(this)),this.writesValues.forEach(i=>{t.push(i),i.setValueWriter(this)}),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.internalCalls.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.dataType){const{affected:i}=this.dataType.restore({seenEntities:e});t.push(...i)}return this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this,...((i=this.dataType)==null?void 0:i.toFlat(e))||[],...this.writesValues.flatMap(a=>a.toFlat(e)),...this.successCalls.flatMap(a=>a.toFlat(e)),...this.errorCalls.flatMap(a=>a.toFlat(e)),...this.inputs.flatMap(a=>a.toFlat(e)),...this.outputs.flatMap(a=>a.toFlat(e)),...this.internalCalls.flatMap(a=>a.toFlat(e))])}toFlatIds(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.id,...((i=this.dataType)==null?void 0:i.toFlatIds(e))||[],...this.writesValues.flatMap(a=>a.toFlatIds(e)),...this.successCalls.flatMap(a=>a.toFlatIds(e)),...this.errorCalls.flatMap(a=>a.toFlatIds(e)),...this.inputs.flatMap(a=>a.toFlatIds(e)),...this.outputs.flatMap(a=>a.toFlatIds(e)),...this.internalCalls.flatMap(a=>a.toFlatIds(e))])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,readsValue:((t=this.readsValue)==null?void 0:t.toReference())||null,writesValues:this.writesValues.map(i=>i.toJSON()),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),internalCalls:this.internalCalls.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),parent:this.parent.toReference(),x:this.x,y:this.y}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,x:this.x,y:this.y,dataType:((e=this.dataType)==null?void 0:e.toReference())||null,readsValue:((t=this.readsValue)==null?void 0:t.toReference())||null,writesValues:this.writesValues.map(i=>i.toReference()),inputs:this.inputs.map(i=>i.toReference()),outputs:this.outputs.map(i=>i.toReference()),successCalls:this.successCalls.map(i=>i.toReference()),errorCalls:this.errorCalls.map(i=>i.toReference()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),internalCalls:this.internalCalls.map(i=>i.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.dataType)==null?void 0:i.toFlatJSON(e))||[],...this.writesValues.flatMap(a=>a.toFlatJSON(e)),...this.successCalls.flatMap(a=>a.toFlatJSON(e)),...this.errorCalls.flatMap(a=>a.toFlatJSON(e)),...this.inputs.flatMap(a=>a.toFlatJSON(e)),...this.outputs.flatMap(a=>a.toFlatJSON(e)),...this.internalCalls.flatMap(a=>a.toFlatJSON(e))])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,type:this.type,name:this.name,description:this.description,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.dataType)==null?void 0:i.toFlatGenerationTarget(e))||[],...this.writesValues.flatMap(a=>a.toFlatGenerationTarget(e)),...this.successCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(a=>a.toFlatGenerationTarget(e)),...this.inputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.outputs.flatMap(a=>a.toFlatGenerationTarget(e)),...this.internalCalls.flatMap(a=>a.toFlatGenerationTarget(e))])}clearErrors(){var e;return this.errors=[],this.inputs.forEach(t=>t.clearErrors()),this.outputs.forEach(t=>t.clearErrors()),this.successCalls.forEach(t=>t.clearErrors()),this.errorCalls.forEach(t=>t.clearErrors()),this.internalCalls.forEach(t=>t.clearErrors()),(e=this.dataType)==null||e.clearErrors(),this}validate(){const e=m2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){var t,i;return[...this.errors,...((t=this.dataType)==null?void 0:t.getErrors())||[],...this.inputs.flatMap(a=>a.getErrors()),...this.internalCalls.flatMap(a=>a.getErrors()),...this.outputs.flatMap(a=>a.getErrors()),...((i=this.readsValue)==null?void 0:i.getErrors())||[]]}getShallowErrors(){return this.errors}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}clone(e){return new de(this.toJSON(),this.project)}addInternalCall(e){return this.internalCalls.find(t=>t===e)||this.internalCalls.push(e),this}createInstance(e=this.project,t={}){const i={id:t.id||N.UUID.uuid(),version:t.version||1,type:n.VariableInstance,parent:e.toReference(),successCalls:t.successCalls||[],errorCalls:t.errorCalls||[],inputs:t.inputs||[],outputs:t.outputs||[],writesValues:t.writesValues||[],internalCalls:t.internalCalls||[],readsValue:t.readsValue||null,calledByEntry:t.calledByEntry||[],calledBySuccess:t.calledBySuccess||[],calledByError:t.calledByError||[],declaration:this.toJSON(),x:0,y:0},a=R(i,this.project);return a.setParent(e),a.initChildren(),e===this.project&&this.project.addVariableInstance(a),a}generateUnusedInputs(){if(this.dataType)if(this.dataType.entity){if([n.CustomEntity,n.PrimitiveEntity,n.BuiltInBaseEntity].includes(this.dataType.entity.type)){const e=[...this.dataType.entity.properties,...this.dataType.entity.extendedProperties];e.filter(s=>!s.getDataType()).forEach(s=>{const o=this.inputs.find(y=>C(y,this.project)===C(s,this.project));if(!o)return;const l=this.getMasterInputWithValueWritterFromAllInstances(o);if(!l)return;const p=sn(l);s.setDataType(p),o.setDeclaration(s)}),e.filter(s=>!this.inputs.find(o=>{var l;return((l=o.declaration)==null?void 0:l.id)===s.id})).forEach(s=>{const o={id:N.UUID.uuid(),version:1,type:n.InputMap,parent:this.toReference(),name:null,description:null,declaration:s,defaultValue:null,index:s.index,readsValue:null},l=R(o,this.project);return l.setParent(this),l.initChildren(),l.suggestion=!0,this.addInput(l),l}),this.inputs.filter(s=>!s.declaration).forEach(s=>{const o=e.find(l=>C(l,this.project)===C(s,this.project));o&&s.setDeclaration(o)})}}else return[];else return[];return[]}generateUnusedOutputs(){if(this.dataType)if(this.dataType.entity){if([n.CustomEntity,n.PrimitiveEntity,n.BuiltInBaseEntity].includes(this.dataType.entity.type))return[...this.dataType.entity.properties,...this.dataType.entity.extendedProperties].filter(i=>!this.outputs.find(a=>a.declaration===i)).map(i=>{const a={id:N.UUID.uuid(),version:1,type:n.OutputMap,parent:this.toReference(),declaration:i,index:i.index,writesValues:[]},s=R(a,this.project);return s.setParent(this),s.initChildren(),s.suggestion=!0,this.addOutput(s),s})}else return[];else return[];return[]}generateUnusedInternalCalls(){if(this.dataType)if(this.dataType.entity){if([n.CustomEntity,n.PrimitiveEntity,n.BuiltInBaseEntity].includes(this.dataType.entity.type))return[...this.dataType.entity.getAllInteractiveMethods()].filter(i=>!this.internalCalls.find(s=>{var l,p,y,h,m;return(((l=s.declaration)==null?void 0:l.id)||((y=(p=s.initialData)==null?void 0:p.declaration)==null?void 0:y.entityId)||((m=(h=s.initialData)==null?void 0:h.declaration)==null?void 0:m.id))===i.id})).map(i=>{const a=i.createInternalCall(this);return a.suggestion=!0,this.addInternalCall(a),a})}else return[];else return[];return[]}setDataType(e){return this.dataType=e,this}removeDataType(){return this.dataType=null,this}getDataType(){return(!this.dataType||this.dataType.inferred)&&this.inferDataTypeAndSyncInstancesInputsAndOutputs(),this.dataType||null}getUnusedInputs(){return this.inputs.filter(e=>e.suggestion||!e.readsValue&&!e.defaultValue)}getUnusedOutputs(){return this.outputs.filter(e=>e.suggestion||!e.writesValues.length)}getUsedInputs(){return this.inputs.filter(e=>!e.suggestion&&(e.readsValue||e.defaultValue))}getUsedOutputs(){return this.outputs.filter(e=>!e.suggestion&&e.writesValues.length)}};c(de,"MUTABLE_BASE_PROPERTIES",["name","description"]),c(de,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(de,"BASE_PROPERTIES",[...de.MUTABLE_BASE_PROPERTIES,...de.INMUTABLE_BASE_PROPERTIES]),c(de,"MUTABLE_META_PROPERTIES",[...de.MUTABLE_BASE_PROPERTIES,"x","y"]),c(de,"INMUTABLE_META_PROPERTIES",[...de.INMUTABLE_BASE_PROPERTIES]),c(de,"META_PROPERTIES",[...de.MUTABLE_META_PROPERTIES,...de.INMUTABLE_META_PROPERTIES]),c(de,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","readsValue"]),c(de,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","dataType"]),c(de,"UPSTREAM_PROPERTIES",[...de.MUTABLE_UPSTREAM_PROPERTIES,...de.INMUTABLE_UPSTREAM_PROPERTIES]),c(de,"MUTABLE_DOWNSTREAM_PROPERTIES",["writesValues","inputs","outputs","successCalls","errorCalls","internalCalls"]),c(de,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(de,"DOWNSTREAM_PROPERTIES",[...de.MUTABLE_DOWNSTREAM_PROPERTIES,...de.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(de,"PROPERTIES",[...de.META_PROPERTIES,...de.UPSTREAM_PROPERTIES,...de.DOWNSTREAM_PROPERTIES]);let Nr=de;function T2(r){const e=H6(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(l=>l.validate()),r.outputs.forEach(l=>l.validate()),r.internalCalls.forEach(l=>l.validate());const s=[...Sn(r)];if(r.id==="exec-sequentially-result-variable-id"){const l=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(l.error)}const o=Pu(r);return s.push(...o),ae(r.errors,s)}const ue=class ue{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.VariableInstance);c(this,"writesValues",[]);c(this,"readsValue",null);c(this,"declaration");c(this,"inputs",[]);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"internalCalls",[]);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){let i=t;if(e.parent){const b=_(e.parent);i=t.get(b)}const a=_(e.declaration),s=t.get(a),o=e.calledByEntry.map(b=>{const v=_(b);return t.get(v)}),l=e.calledBySuccess.map(b=>{const v=_(b);return t.get(v)}),p=e.calledByError.map(b=>{const v=_(b);return t.get(v)});let y=null;if(e.readsValue){const b=_(e.readsValue);y=t.get(b)}const h={id:e.id,version:1,type:n.VariableInstance,declaration:s.toReference(),calledByEntry:o,calledBySuccess:l,calledByError:p,errorCalls:[],successCalls:[],internalCalls:[],readsValue:y,inputs:[],outputs:[],writesValues:[],x:0,y:0,parent:i},m=R(h,t);return m.setParent(i),m.initChildren(),m}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0},declaration:{list:!1,types:[n.VariableDeclaration]}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];let i=JSON.parse(JSON.stringify(e));const a=Ga(i,this);return i=a.modifiedData,t.push(...a.errors),e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
@@ -69,9 +69,9 @@ ${$}`,issue:null})):a.push(new E({id:`${i.id}--${S.NoOverlapWithImplementedSigna
|
|
|
69
69
|
Adding a new return would make the implementation invalid. There are no returns in the descriptor with the same name.
|
|
70
70
|
${I}
|
|
71
71
|
${$}`,issue:null}))}}}}return a.push(...s.errors,...o,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];let i=JSON.parse(JSON.stringify(e));const a=Ga(i,this);return i=a.modifiedData,t.push(...a.errors),i.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated, as it would mean moving the '${this.type}' entity to another parent entity.
|
|
72
|
-
This is likely an incorrect strategy, either the '${this.type}' entity doesn't need to be updated or it should be deleted and a new one created in the desired parent.`,issue:null})),{errors:t,modifiedData:i}}addSelfToProject(){var a;const e=[this],t=[],i=[];if(this.parent.addOutputDeclaration(this),e.push(this.parent),(a=this.readsValue)==null||a.addValueReader(this),this.readsValue&&e.push(this.readsValue),this.parent&&[n.BreakStatement,n.ContinueStatement].includes(this.parent.type)){const s=this.parent.parent,{updated:o,added:l,removed:p}=s.syncChildren();e.push(...o),t.push(...l),i.push(...p)}return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}setImplements(e){return this.implements=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.dataType&&(this.dataType=R(this.initialData.dataType,this.project),this.dataType.setParent(this),this.dataType.initChildren()),this.initialData.implements){const e=R(this.initialData.implements,this.project);this.implements=e}return Ma.initReadsValue(this),this}setValueWriter(e){return this.readsValue=e,this}removeValueWriter(){return this.readsValue=null,this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.index=e.index||(e.index!==0?this.index:0),this.name=e.name||this.name,this.description=e.description||this.description,this.required=e.required||this.required,this.isError=e.isError||this.isError,this}async load(){return this}async create(){return this}async update(e){return this.sync(e),Ua(e,this),this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.dataType){const s=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s.affected),a.push(...s.removed)}return{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.dataType){const i=this.dataType.restore({seenEntities:e});t.push(...i.affected)}return{affected:[],self:this}}toFlat(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this,...((i=this.dataType)==null?void 0:i.toFlat(e))||[]])}toFlatIds(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.id,...((i=this.dataType)==null?void 0:i.toFlatIds(e))||[]])}toJSON(){var e,t,i;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,required:this.required,isError:this.isError,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,implements:((t=this.implements)==null?void 0:t.toJSON())||null,readsValue:((i=this.readsValue)==null?void 0:i.toReference())||null,parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t,i;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,required:this.required,isError:this.isError,readsValue:((e=this.readsValue)==null?void 0:e.toReference())||null,implements:((t=this.implements)==null?void 0:t.toReference())||null,dataType:((i=this.dataType)==null?void 0:i.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.dataType)==null?void 0:i.toFlatJSON(e))||[]])}toGenerationTarget(){var e;return{id:this.id,name:this.name,description:this.description,type:this.type,isError:this.isError,readsValue:(e=this.readsValue)==null?void 0:e.id,required:this.required,parent:this.parent.id}}toFlatGenerationTarget(e=new Set){var i,a;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.readsValue)==null?void 0:i.toFlatGenerationTarget(e))||[],...((a=this.dataType)==null?void 0:a.toFlatGenerationTarget(e))||[]])}clearErrors(){var e;return this.errors=[],(e=this.dataType)==null||e.clearErrors(),this}validate(){const e=E2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){var t;return[...this.errors,...((t=this.dataType)==null?void 0:t.getErrors())||[]]}getShallowErrors(){return this.errors}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}clone(e=null,t=null,i=!0){var h;const a=this.toJSON(),s=t||He(C(this,this.project),n.ReturnDeclaration,this.project);a.dataType=null;const o=s.split("-id"),l=o[o.length-1||0]||s;a.id=s;const p=xt(a,this.project);e?p.setParent(e):p.setParent(this.parent),i&&p.subscribe(),p.initChildren();const y=(h=this.dataType)==null?void 0:h.clone(p,l+"--data-type-id",i);return p.dataType=y||null,p}setDataType(e){return this.dataType=e,this}removeDataType(){return this.dataType=null,this}inferDataType(){const e=au(this);if(e){const t=e.clone(this);t&&(t.inferred=!0,this.setDataType(t))}return this}getDataType(){var e;return(!this.dataType||!this.dataType.isResolved()||(e=this.dataType)!=null&&e.inferred)&&this.readsValue&&this.inferDataType(),this.dataType}};c(Re,"MUTABLE_BASE_PROPERTIES",["name","description","required","isError"]),c(Re,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(Re,"BASE_PROPERTIES",[...Re.MUTABLE_BASE_PROPERTIES,...Re.INMUTABLE_BASE_PROPERTIES]),c(Re,"MUTABLE_META_PROPERTIES",[...Re.MUTABLE_BASE_PROPERTIES,"index"]),c(Re,"INMUTABLE_META_PROPERTIES",[...Re.INMUTABLE_BASE_PROPERTIES]),c(Re,"META_PROPERTIES",[...Re.MUTABLE_META_PROPERTIES,...Re.INMUTABLE_META_PROPERTIES]),c(Re,"MUTABLE_UPSTREAM_PROPERTIES",["readsValue"]),c(Re,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","dataType"]),c(Re,"UPSTREAM_PROPERTIES",[...Re.MUTABLE_UPSTREAM_PROPERTIES,...Re.INMUTABLE_UPSTREAM_PROPERTIES]),c(Re,"MUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Re,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Re,"DOWNSTREAM_PROPERTIES",[...Re.MUTABLE_DOWNSTREAM_PROPERTIES,...Re.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Re,"PROPERTIES",[...Re.META_PROPERTIES,...Re.UPSTREAM_PROPERTIES,...Re.DOWNSTREAM_PROPERTIES]);let
|
|
72
|
+
This is likely an incorrect strategy, either the '${this.type}' entity doesn't need to be updated or it should be deleted and a new one created in the desired parent.`,issue:null})),{errors:t,modifiedData:i}}addSelfToProject(){var a;const e=[this],t=[],i=[];if(this.parent.addOutputDeclaration(this),e.push(this.parent),(a=this.readsValue)==null||a.addValueReader(this),this.readsValue&&e.push(this.readsValue),this.parent&&[n.BreakStatement,n.ContinueStatement].includes(this.parent.type)){const s=this.parent.parent,{updated:o,added:l,removed:p}=s.syncChildren();e.push(...o),t.push(...l),i.push(...p)}return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}setImplements(e){return this.implements=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.dataType&&(this.dataType=R(this.initialData.dataType,this.project),this.dataType.setParent(this),this.dataType.initChildren()),this.initialData.implements){const e=R(this.initialData.implements,this.project);this.implements=e}return Ma.initReadsValue(this),this}setValueWriter(e){return this.readsValue=e,this}removeValueWriter(){return this.readsValue=null,this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.index=e.index||(e.index!==0?this.index:0),this.name=e.name||this.name,this.description=e.description||this.description,this.required=e.required||this.required,this.isError=e.isError||this.isError,this}async load(){return this}async create(){return this}async update(e){return this.sync(e),Ua(e,this),this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.dataType){const s=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s.affected),a.push(...s.removed)}return{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.dataType){const i=this.dataType.restore({seenEntities:e});t.push(...i.affected)}return{affected:[],self:this}}toFlat(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this,...((i=this.dataType)==null?void 0:i.toFlat(e))||[]])}toFlatIds(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.id,...((i=this.dataType)==null?void 0:i.toFlatIds(e))||[]])}toJSON(){var e,t,i;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,required:this.required,isError:this.isError,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,implements:((t=this.implements)==null?void 0:t.toJSON())||null,readsValue:((i=this.readsValue)==null?void 0:i.toReference())||null,parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t,i;return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,index:this.index,required:this.required,isError:this.isError,readsValue:((e=this.readsValue)==null?void 0:e.toReference())||null,implements:((t=this.implements)==null?void 0:t.toReference())||null,dataType:((i=this.dataType)==null?void 0:i.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...((i=this.dataType)==null?void 0:i.toFlatJSON(e))||[]])}toGenerationTarget(){var e;return{id:this.id,name:this.name,description:this.description,type:this.type,isError:this.isError,readsValue:(e=this.readsValue)==null?void 0:e.id,required:this.required,parent:this.parent.id}}toFlatGenerationTarget(e=new Set){var i,a;return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...((i=this.readsValue)==null?void 0:i.toFlatGenerationTarget(e))||[],...((a=this.dataType)==null?void 0:a.toFlatGenerationTarget(e))||[]])}clearErrors(){var e;return this.errors=[],(e=this.dataType)==null||e.clearErrors(),this}validate(){const e=E2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){var t;return[...this.errors,...((t=this.dataType)==null?void 0:t.getErrors())||[]]}getShallowErrors(){return this.errors}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}clone(e=null,t=null,i=!0){var h;const a=this.toJSON(),s=t||He(C(this,this.project),n.ReturnDeclaration,this.project);a.dataType=null;const o=s.split("-id"),l=o[o.length-1||0]||s;a.id=s;const p=xt(a,this.project);e?p.setParent(e):p.setParent(this.parent),i&&p.subscribe(),p.initChildren();const y=(h=this.dataType)==null?void 0:h.clone(p,l+"--data-type-id",i);return p.dataType=y||null,p}setDataType(e){return this.dataType=e,this}removeDataType(){return this.dataType=null,this}inferDataType(){const e=au(this);if(e){const t=e.clone(this);t&&(t.inferred=!0,this.setDataType(t))}return this}getDataType(){var e;return(!this.dataType||!this.dataType.isResolved()||(e=this.dataType)!=null&&e.inferred)&&this.readsValue&&this.inferDataType(),this.dataType}};c(Re,"MUTABLE_BASE_PROPERTIES",["name","description","required","isError"]),c(Re,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(Re,"BASE_PROPERTIES",[...Re.MUTABLE_BASE_PROPERTIES,...Re.INMUTABLE_BASE_PROPERTIES]),c(Re,"MUTABLE_META_PROPERTIES",[...Re.MUTABLE_BASE_PROPERTIES,"index"]),c(Re,"INMUTABLE_META_PROPERTIES",[...Re.INMUTABLE_BASE_PROPERTIES]),c(Re,"META_PROPERTIES",[...Re.MUTABLE_META_PROPERTIES,...Re.INMUTABLE_META_PROPERTIES]),c(Re,"MUTABLE_UPSTREAM_PROPERTIES",["readsValue"]),c(Re,"INMUTABLE_UPSTREAM_PROPERTIES",["parent","dataType"]),c(Re,"UPSTREAM_PROPERTIES",[...Re.MUTABLE_UPSTREAM_PROPERTIES,...Re.INMUTABLE_UPSTREAM_PROPERTIES]),c(Re,"MUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Re,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Re,"DOWNSTREAM_PROPERTIES",[...Re.MUTABLE_DOWNSTREAM_PROPERTIES,...Re.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Re,"PROPERTIES",[...Re.META_PROPERTIES,...Re.UPSTREAM_PROPERTIES,...Re.DOWNSTREAM_PROPERTIES]);let Bt=Re;function b2(r){var o;const e=o6(),t=r.toJSON();e.safeParse(t).success,r.inputsDeclarations.forEach(l=>l.validate()),r.inputs.forEach(l=>l.validate()),r.outputsDeclarations.forEach(l=>l.validate()),r.outputs.forEach(l=>l.validate()),(o=r.error)==null||o.validate();const s=[...Sn(r)];if(r.id==="search-person-by-id-id"){const l=z({id:`${r.id}--${M.PropertyImplementsNonAbstact}`,message:`Property "${C(r,r.project)}" with id "${r.id}" implements a non-abstract property "${C(r,r.project)}" with id "${r.id}".`,issue:null,severity:T.Error,code:M.PropertyImplementsNonAbstact,entity:r});s.push(l.error)}return ae(r.errors,s)}const Me=class Me{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"query");c(this,"type",n.Search);c(this,"successCalls",[]);c(this,"errorCalls",[]);c(this,"inputsDeclarations",[]);c(this,"inputs",[]);c(this,"outputsDeclarations",[]);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"error",null);c(this,"parent");c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y,this.name=e.name,this.query=e.query,this.description=e.description}static fromGenerationTarget(e,t){let i=t;if(e.parent){const y=_(e.parent);i=t.get(y)}const a=e.calledByEntry.map(y=>{const h=_(y);return t.get(h)}),s=e.calledBySuccess.map(y=>{const h=_(y);return t.get(h)}),o=e.calledByError.map(y=>{const h=_(y);return t.get(h)}),l={id:e.id,version:1,type:n.Search,name:e.name,description:e.description,query:e.query,calledByEntry:a,calledBySuccess:s,calledByError:o,errorCalls:[],successCalls:[],inputsDeclarations:[],inputs:[],outputsDeclarations:[],outputs:[],error:null,x:0,y:0,parent:i},p=R(l,t);return p.setParent(i),p.initChildren(),p}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[...ct,n.Project],optional:!0}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
73
73
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
74
|
-
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addSearch(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(a=>a.id===e.id);t>-1&&this.inputs.splice(t,1);const i=this.inputsDeclarations.findIndex(a=>a.id===e.declaration.id);return i>-1&&this.inputsDeclarations.splice(i,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addInputDeclaration(e){return this.inputsDeclarations.includes(e)?this:(this.inputsDeclarations.push(e),this)}removeInputDeclaration(e){const t=this.inputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.inputsDeclarations.splice(t,1),this}addOutputDeclaration(e){return this.outputsDeclarations.includes(e)?this:(this.outputsDeclarations.push(e),this)}removeOutputDeclaration(e){const t=this.outputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.outputsDeclarations.splice(t,1),this}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputsDeclarations=this.initialData.inputsDeclarations.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputsDeclarations=this.initialData.outputsDeclarations.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this.name=e.name||this.name,this.query=e.query||this.query,this.description=e.description||this.description,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.inputsDeclarations.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputsDeclarations.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.error){const{affected:s,removed:o}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputsDeclarations.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputsDeclarations.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.inputsDeclarations.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.outputsDeclarations.flatMap(i=>i.toFlat(e)),...this.calledBy.flatMap(i=>i.toFlat(e)),...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatIds(e)),...this.calledBy.flatMap(i=>i.toFlatIds(e)),...this.error?this.error.toFlatIds(e):[]])}toJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,query:this.query,description:this.description,x:this.x,y:this.y,successCalls:this.successCalls.map(t=>t.toJSON()),errorCalls:this.errorCalls.map(t=>t.toJSON()),calledBySuccess:this.calledBySuccess.map(t=>t.toReference()),calledByError:this.calledByError.map(t=>t.toReference()),calledByEntry:this.calledByEntry.map(t=>t.toReference()),inputsDeclarations:this.inputsDeclarations.map(t=>t.toJSON()),inputs:this.inputs.map(t=>t.toJSON()),outputsDeclarations:this.outputsDeclarations.map(t=>t.toJSON()),outputs:this.outputs.map(t=>t.toJSON()),parent:this.parent.toReference(),error:((e=this.error)==null?void 0:e.toJSON())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,query:this.query,x:this.x,y:this.y,inputs:this.inputs.map(e=>e.toReference()),inputsDeclarations:this.inputsDeclarations.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),outputsDeclarations:this.outputsDeclarations.map(e=>e.toReference()),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,query:this.query,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.inputsDeclarations.forEach(t=>t.clearErrors()),this.inputs.forEach(t=>t.clearErrors()),this.outputs.forEach(t=>t.clearErrors()),this.successCalls.forEach(t=>t.clearErrors()),this.errorCalls.forEach(t=>t.clearErrors()),(e=this.error)==null||e.clearErrors(),this}validate(){const e=b2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputsDeclarations.flatMap(t=>t.getErrors()),...this.inputs.flatMap(t=>t.getErrors()),...this.outputsDeclarations.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new Me(this.toJSON(),this.project)}};c(Me,"MUTABLE_BASE_PROPERTIES",["name","description","query"]),c(Me,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(Me,"BASE_PROPERTIES",[...Me.MUTABLE_BASE_PROPERTIES,...Me.INMUTABLE_BASE_PROPERTIES]),c(Me,"MUTABLE_META_PROPERTIES",[...Me.MUTABLE_BASE_PROPERTIES,"x","y"]),c(Me,"INMUTABLE_META_PROPERTIES",[...Me.INMUTABLE_BASE_PROPERTIES]),c(Me,"META_PROPERTIES",[...Me.MUTABLE_META_PROPERTIES,...Me.INMUTABLE_META_PROPERTIES]),c(Me,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(Me,"INMUTABLE_UPSTREAM_PROPERTIES",["parent"]),c(Me,"UPSTREAM_PROPERTIES",[...Me.MUTABLE_UPSTREAM_PROPERTIES,...Me.INMUTABLE_UPSTREAM_PROPERTIES]),c(Me,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","inputsDeclarations","inputs","outputsDeclarations","outputs","error"]),c(Me,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Me,"DOWNSTREAM_PROPERTIES",[...Me.MUTABLE_DOWNSTREAM_PROPERTIES,...Me.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Me,"PROPERTIES",[...wt.META_PROPERTIES,...wt.UPSTREAM_PROPERTIES,...wt.DOWNSTREAM_PROPERTIES]);let Vr=Me;function R2(r){const e=Q6(),t=r.toJSON();e.safeParse(t).success,r.functions.forEach(s=>s.validate()),r.events.forEach(s=>s.validate());const a=[];return ae(r.errors,a)}const ge=class ge{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"type",n.InstalledProject);c(this,"implements");c(this,"functions",[]);c(this,"events",[]);c(this,"parent");c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y,this.implements=e.implements}static fromGenerationTarget(e,t){const i=t,a={id:e.id,version:1,name:e.name,type:n.InstalledProject,description:e.description,functions:[],events:[],implements:{entityId:e.implements,entityType:n.Project,type:n.GenericReference,id:N.UUID.uuid()},x:0,y:0,parent:i},s=R(a,t);return s.setParent(i),s.initChildren(),s}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[];return a.push(...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an installed project, must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.functions=this.initialData.functions.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.events=this.initialData.events.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.functions.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!1,seenEntities:t});i.push(...o),a.push(...l)}),this.events.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!1,seenEntities:t});i.push(...o),a.push(...l)}),{affected:[],removed:[]})}restore({seenEntities:e}={seenEntities:new Set}){return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.functions.forEach(t=>{t.restore({seenEntities:e})}),this.events.forEach(t=>{t.restore({seenEntities:e})}),{affected:[],self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.functions.flatMap(i=>i.toFlat(e)),...this.events.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.functions.flatMap(i=>i.toFlatIds(e)),...this.events.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,implements:this.implements,functions:this.functions.map(e=>e.toJSON()),events:this.events.map(e=>e.toJSON()),parent:this.parent.toReference(),x:this.x,y:this.y}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,x:this.x,y:this.y,implements:this.implements,functions:this.functions.map(e=>e.toReference()),events:this.events.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.functions.flatMap(i=>i.toFlatJSON(e)),...this.events.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,name:this.name,description:this.description,type:this.type,implements:this.implements.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.functions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.events.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.functions.forEach(e=>e.clearErrors()),this.events.forEach(e=>e.clearErrors()),this}validate(){const e=R2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.functions.flatMap(t=>t.getErrors()),...this.events.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new ge(this.toJSON(),this.project)}};c(ge,"MUTABLE_BASE_PROPERTIES",[]),c(ge,"INMUTABLE_BASE_PROPERTIES",["id","version","name","description","type"]),c(ge,"BASE_PROPERTIES",[...ge.MUTABLE_BASE_PROPERTIES,...ge.INMUTABLE_BASE_PROPERTIES]),c(ge,"MUTABLE_META_PROPERTIES",["x","y"]),c(ge,"INMUTABLE_META_PROPERTIES",[...ge.INMUTABLE_BASE_PROPERTIES]),c(ge,"META_PROPERTIES",[...ge.MUTABLE_META_PROPERTIES,...ge.INMUTABLE_META_PROPERTIES]),c(ge,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(ge,"INMUTABLE_UPSTREAM_PROPERTIES",["implements","parent"]),c(ge,"UPSTREAM_PROPERTIES",[...ge.MUTABLE_UPSTREAM_PROPERTIES,...ge.INMUTABLE_UPSTREAM_PROPERTIES]),c(ge,"MUTABLE_DOWNSTREAM_PROPERTIES",["functions","events"]),c(ge,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(ge,"DOWNSTREAM_PROPERTIES",[...ge.MUTABLE_DOWNSTREAM_PROPERTIES,...ge.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(ge,"PROPERTIES",[...ge.META_PROPERTIES,...ge.UPSTREAM_PROPERTIES,...ge.DOWNSTREAM_PROPERTIES]);let Lr=ge;function g2(r){var l;const e=u6(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(p=>p.validate()),r.outputs.forEach(p=>p.validate()),(l=r.error)==null||l.validate();const a=Sn(r),s=v2(r),o=[...a,...s];return ae(r.errors,o)}function v2(r){const e=[],t=Do(r.parent),i=t==null?void 0:t.entity;if(!i)e.push(z({id:`${r.id}--${S.InternalCallParentMissingDataType}`,code:S.InternalCallParentMissingDataType,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${r.declaration}".`,issue:null,entity:r}).error);else if(![n.CustomEntity,n.BuiltInBaseEntity,n.PrimitiveEntity].includes(i.type))e.push(z({id:`${r.id}--${S.InternalCallParentDeclarationEntityInvalidType}`,code:S.InternalCallParentDeclarationEntityInvalidType,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", belongs to a variable whose data type 'entity' is not a custom entity, built-in base entity or primitive entity.
|
|
74
|
+
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addSearch(this),this.successCalls.forEach(a=>{a.addSuccessCaller(this),e.push(a)}),this.errorCalls.forEach(a=>{a.addErrorCaller(this),e.push(a)}),this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(a=>a.id===e.id);t>-1&&this.inputs.splice(t,1);const i=this.inputsDeclarations.findIndex(a=>a.id===e.declaration.id);return i>-1&&this.inputsDeclarations.splice(i,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addInputDeclaration(e){return this.inputsDeclarations.includes(e)?this:(this.inputsDeclarations.push(e),this)}removeInputDeclaration(e){const t=this.inputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.inputsDeclarations.splice(t,1),this}addOutputDeclaration(e){return this.outputsDeclarations.includes(e)?this:(this.outputsDeclarations.push(e),this)}removeOutputDeclaration(e){const t=this.outputsDeclarations.findIndex(i=>i.id===e.id);return t>-1&&this.outputsDeclarations.splice(t,1),this}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputsDeclarations=this.initialData.inputsDeclarations.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputsDeclarations=this.initialData.outputsDeclarations.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this.name=e.name||this.name,this.query=e.query||this.query,this.description=e.description||this.description,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.inputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.inputsDeclarations.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.outputsDeclarations.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.error){const{affected:s,removed:o}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.successCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),this.errorCalls.forEach(s=>{i.push(s),s.removeCaller(this)}),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.inputsDeclarations.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputsDeclarations.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.inputsDeclarations.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.outputsDeclarations.flatMap(i=>i.toFlat(e)),...this.calledBy.flatMap(i=>i.toFlat(e)),...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatIds(e)),...this.calledBy.flatMap(i=>i.toFlatIds(e)),...this.error?this.error.toFlatIds(e):[]])}toJSON(){var e;return{id:this.id,version:this.version,type:this.type,name:this.name,query:this.query,description:this.description,x:this.x,y:this.y,successCalls:this.successCalls.map(t=>t.toJSON()),errorCalls:this.errorCalls.map(t=>t.toJSON()),calledBySuccess:this.calledBySuccess.map(t=>t.toReference()),calledByError:this.calledByError.map(t=>t.toReference()),calledByEntry:this.calledByEntry.map(t=>t.toReference()),inputsDeclarations:this.inputsDeclarations.map(t=>t.toJSON()),inputs:this.inputs.map(t=>t.toJSON()),outputsDeclarations:this.outputsDeclarations.map(t=>t.toJSON()),outputs:this.outputs.map(t=>t.toJSON()),parent:this.parent.toReference(),error:((e=this.error)==null?void 0:e.toJSON())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,query:this.query,x:this.x,y:this.y,inputs:this.inputs.map(e=>e.toReference()),inputsDeclarations:this.inputsDeclarations.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),outputsDeclarations:this.outputsDeclarations.map(e=>e.toReference()),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.calledBy.flatMap(i=>i.toFlatJSON(e)),...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,query:this.query,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputsDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputsDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.inputsDeclarations.forEach(t=>t.clearErrors()),this.inputs.forEach(t=>t.clearErrors()),this.outputs.forEach(t=>t.clearErrors()),this.successCalls.forEach(t=>t.clearErrors()),this.errorCalls.forEach(t=>t.clearErrors()),(e=this.error)==null||e.clearErrors(),this}validate(){const e=b2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputsDeclarations.flatMap(t=>t.getErrors()),...this.inputs.flatMap(t=>t.getErrors()),...this.outputsDeclarations.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new Me(this.toJSON(),this.project)}};c(Me,"MUTABLE_BASE_PROPERTIES",["name","description","query"]),c(Me,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(Me,"BASE_PROPERTIES",[...Me.MUTABLE_BASE_PROPERTIES,...Me.INMUTABLE_BASE_PROPERTIES]),c(Me,"MUTABLE_META_PROPERTIES",[...Me.MUTABLE_BASE_PROPERTIES,"x","y"]),c(Me,"INMUTABLE_META_PROPERTIES",[...Me.INMUTABLE_BASE_PROPERTIES]),c(Me,"META_PROPERTIES",[...Me.MUTABLE_META_PROPERTIES,...Me.INMUTABLE_META_PROPERTIES]),c(Me,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(Me,"INMUTABLE_UPSTREAM_PROPERTIES",["parent"]),c(Me,"UPSTREAM_PROPERTIES",[...Me.MUTABLE_UPSTREAM_PROPERTIES,...Me.INMUTABLE_UPSTREAM_PROPERTIES]),c(Me,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","inputsDeclarations","inputs","outputsDeclarations","outputs","error"]),c(Me,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Me,"DOWNSTREAM_PROPERTIES",[...Me.MUTABLE_DOWNSTREAM_PROPERTIES,...Me.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Me,"PROPERTIES",[...Bt.META_PROPERTIES,...Bt.UPSTREAM_PROPERTIES,...Bt.DOWNSTREAM_PROPERTIES]);let Vr=Me;function R2(r){const e=Q6(),t=r.toJSON();e.safeParse(t).success,r.functions.forEach(s=>s.validate()),r.events.forEach(s=>s.validate());const a=[];return ae(r.errors,a)}const ge=class ge{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"type",n.InstalledProject);c(this,"implements");c(this,"functions",[]);c(this,"events",[]);c(this,"parent");c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y,this.implements=e.implements}static fromGenerationTarget(e,t){const i=t,a={id:e.id,version:1,name:e.name,type:n.InstalledProject,description:e.description,functions:[],events:[],implements:{entityId:e.implements,entityType:n.Project,type:n.GenericReference,id:N.UUID.uuid()},x:0,y:0,parent:i},s=R(a,t);return s.setParent(i),s.initChildren(),s}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[];return a.push(...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an installed project, must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.functions=this.initialData.functions.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.events=this.initialData.events.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.functions.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!1,seenEntities:t});i.push(...o),a.push(...l)}),this.events.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!1,seenEntities:t});i.push(...o),a.push(...l)}),{affected:[],removed:[]})}restore({seenEntities:e}={seenEntities:new Set}){return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.functions.forEach(t=>{t.restore({seenEntities:e})}),this.events.forEach(t=>{t.restore({seenEntities:e})}),{affected:[],self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.functions.flatMap(i=>i.toFlat(e)),...this.events.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.functions.flatMap(i=>i.toFlatIds(e)),...this.events.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,implements:this.implements,functions:this.functions.map(e=>e.toJSON()),events:this.events.map(e=>e.toJSON()),parent:this.parent.toReference(),x:this.x,y:this.y}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,x:this.x,y:this.y,implements:this.implements,functions:this.functions.map(e=>e.toReference()),events:this.events.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.functions.flatMap(i=>i.toFlatJSON(e)),...this.events.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,name:this.name,description:this.description,type:this.type,implements:this.implements.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.functions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.events.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.functions.forEach(e=>e.clearErrors()),this.events.forEach(e=>e.clearErrors()),this}validate(){const e=R2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.functions.flatMap(t=>t.getErrors()),...this.events.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new ge(this.toJSON(),this.project)}};c(ge,"MUTABLE_BASE_PROPERTIES",[]),c(ge,"INMUTABLE_BASE_PROPERTIES",["id","version","name","description","type"]),c(ge,"BASE_PROPERTIES",[...ge.MUTABLE_BASE_PROPERTIES,...ge.INMUTABLE_BASE_PROPERTIES]),c(ge,"MUTABLE_META_PROPERTIES",["x","y"]),c(ge,"INMUTABLE_META_PROPERTIES",[...ge.INMUTABLE_BASE_PROPERTIES]),c(ge,"META_PROPERTIES",[...ge.MUTABLE_META_PROPERTIES,...ge.INMUTABLE_META_PROPERTIES]),c(ge,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(ge,"INMUTABLE_UPSTREAM_PROPERTIES",["implements","parent"]),c(ge,"UPSTREAM_PROPERTIES",[...ge.MUTABLE_UPSTREAM_PROPERTIES,...ge.INMUTABLE_UPSTREAM_PROPERTIES]),c(ge,"MUTABLE_DOWNSTREAM_PROPERTIES",["functions","events"]),c(ge,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(ge,"DOWNSTREAM_PROPERTIES",[...ge.MUTABLE_DOWNSTREAM_PROPERTIES,...ge.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(ge,"PROPERTIES",[...ge.META_PROPERTIES,...ge.UPSTREAM_PROPERTIES,...ge.DOWNSTREAM_PROPERTIES]);let Lr=ge;function g2(r){var l;const e=u6(),t=r.toJSON();e.safeParse(t).success,r.inputs.forEach(p=>p.validate()),r.outputs.forEach(p=>p.validate()),(l=r.error)==null||l.validate();const a=Sn(r),s=v2(r),o=[...a,...s];return ae(r.errors,o)}function v2(r){const e=[],t=Do(r.parent),i=t==null?void 0:t.entity;if(!i)e.push(z({id:`${r.id}--${S.InternalCallParentMissingDataType}`,code:S.InternalCallParentMissingDataType,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${r.declaration}".`,issue:null,entity:r}).error);else if(![n.CustomEntity,n.BuiltInBaseEntity,n.PrimitiveEntity].includes(i.type))e.push(z({id:`${r.id}--${S.InternalCallParentDeclarationEntityInvalidType}`,code:S.InternalCallParentDeclarationEntityInvalidType,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", belongs to a variable whose data type 'entity' is not a custom entity, built-in base entity or primitive entity.
|
|
75
75
|
This variable's data-type has an 'entity' field that references an entity with id '${i.id}' and of type '${i.type}'.`,issue:null,entity:r}).error);else{const a=Lu(i),s=[];[n.CustomEntity,n.BuiltInBaseEntity,n.PrimitiveEntity].includes(i.type)&&s.push(...i.getAllInteractiveMethods());let o="";a?i.methods.length?o=`
|
|
76
76
|
All 'function-declaration' entities attached as methods to the parent data-type 'entity' field, available to be called as 'internal-calls' in this variable are:
|
|
77
77
|
- ${i.methods.map(y=>y.id).join(`
|
|
@@ -154,7 +154,7 @@ You shouldn't have to manually update a 'parent' property.
|
|
|
154
154
|
Specifically for continue statements the parent needs to always be the 'loop' entity that contains it.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),this.parent.addContinueStatement(this),e.push(this),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}addOutputDeclaration(e){return this.outputs.find(t=>t.id===e.id)||this.outputs.push(e),this}removeOutputDeclaration(e){return this.outputs=this.outputs.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.throws&&(this.throws=R(this.initialData.throws,this.project),this.throws.setParent(this),this.throws.initChildren()),this.parent.addContinueStatement(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.throws){const{affected:s,removed:o}=this.throws.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.parent.removeContinueStatement(this),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.throws){const{affected:i}=this.throws.restore({seenEntities:e});t.push(...i)}return this.parent.addContinueStatement(this),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.outputs.flatMap(i=>i.toFlat(e)),...this.calledBy.flatMap(i=>i.toFlat(e)),...this.throws?this.throws.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.calledBy.flatMap(i=>i.toFlatIds(e)),...this.throws?this.throws.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),outputs:this.outputs.map(i=>i.toJSON()),throws:((e=this.throws)==null?void 0:e.toJSON())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,outputs:this.outputs.map(t=>t.toReference()),calledBySuccess:this.calledBySuccess.map(t=>t.toReference()),calledByError:this.calledByError.map(t=>t.toReference()),calledByEntry:this.calledByEntry.map(t=>t.toReference()),throws:((e=this.throws)==null?void 0:e.toReference())||null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){var i;return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.outputs.flatMap(a=>a.toFlatJSON(e)),...this.calledBy.flatMap(a=>a.toFlatJSON(e)),...((i=this.throws)==null?void 0:i.toFlatJSON(e))||[]])}toGenerationTarget(){return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(e=>e.id),calledByError:this.calledByError.map(e=>e.id),calledBySuccess:this.calledBySuccess.map(e=>e.id),parent:this.parent.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.throws?this.throws.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.outputs.forEach(t=>t.clearErrors()),(e=this.throws)==null||e.clearErrors(),this}validate(){const e=N2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.outputs.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e){return new Pe(this.toJSON(),this.project)}};c(Pe,"MUTABLE_BASE_PROPERTIES",[]),c(Pe,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Pe,"BASE_PROPERTIES",[...Pe.MUTABLE_BASE_PROPERTIES,...Pe.INMUTABLE_BASE_PROPERTIES]),c(Pe,"MUTABLE_META_PROPERTIES",["x","y"]),c(Pe,"INMUTABLE_META_PROPERTIES",[...Pe.INMUTABLE_BASE_PROPERTIES]),c(Pe,"META_PROPERTIES",[...Pe.MUTABLE_META_PROPERTIES,...Pe.INMUTABLE_META_PROPERTIES]),c(Pe,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(Pe,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(Pe,"UPSTREAM_PROPERTIES",[...Pe.MUTABLE_UPSTREAM_PROPERTIES,...Pe.INMUTABLE_UPSTREAM_PROPERTIES]),c(Pe,"MUTABLE_DOWNSTREAM_PROPERTIES",["outputs","throws"]),c(Pe,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Pe,"DOWNSTREAM_PROPERTIES",[...Pe.MUTABLE_DOWNSTREAM_PROPERTIES,...Pe.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Pe,"PROPERTIES",[...Pe.META_PROPERTIES,...Pe.UPSTREAM_PROPERTIES,...Pe.DOWNSTREAM_PROPERTIES]);let Tt=Pe;const lt=class lt{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.ReturnStatement);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"throws",null);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){const i=_(e.parent),a=t.get(i),s=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),o=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),l=e.calledByError.map(h=>{const m=_(h);return t.get(m)}),p={id:e.id,version:1,type:n.ReturnStatement,x:0,y:0,outputs:[],calledBySuccess:o,calledByError:l,calledByEntry:s,throws:null,parent:a},y=R(p,t);return y.setParent(a),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:ct}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
155
155
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
156
156
|
You shouldn't have to manually update a 'parent' property.
|
|
157
|
-
Specifically for return statements the parent needs to always be the 'function-declaration' or 'global-event' that contains it.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),this.parent.addReturnStatement(this),e.push(this.parent),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}addOutputDeclaration(e){return this.outputs.find(t=>t.id===e.id)||this.outputs.push(e),this}removeOutputDeclaration(e){return this.outputs=this.outputs.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.throws&&(this.throws=R(this.initialData.throws,this.project),this.throws.setParent(this),this.throws.initChildren()),this.parent.addReturnStatement(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.throws){const{affected:s,removed:o}=this.throws.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.parent.removeReturnStatement(this),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.throws){const{affected:i}=this.throws.restore({seenEntities:e});t.push(...i)}return this.parent.addReturnStatement(this),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.outputs.flatMap(i=>i.toFlat(e)),...this.throws?this.throws.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.throws?this.throws.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),outputs:this.outputs.map(i=>i.toJSON()),parent:((e=this.parent)==null?void 0:e.toReference())||null,throws:((t=this.throws)==null?void 0:t.toJSON())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,outputs:this.outputs.map(i=>i.toReference()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),throws:((e=this.throws)==null?void 0:e.toReference())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.throws?this.throws.toFlatJSON(e):[]])}toGenerationTarget(){return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(e=>e.id),calledByError:this.calledByError.map(e=>e.id),calledBySuccess:this.calledBySuccess.map(e=>e.id),parent:this.parent.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.throws?this.throws.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.outputs.forEach(t=>t.clearErrors()),(e=this.throws)==null||e.clearErrors(),this}validate(){const e=_2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.outputs.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e){return new lt(this.toJSON(),this.project)}};c(lt,"MUTABLE_BASE_PROPERTIES",[]),c(lt,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(lt,"BASE_PROPERTIES",[...Tt.MUTABLE_BASE_PROPERTIES,...Tt.INMUTABLE_BASE_PROPERTIES]),c(lt,"MUTABLE_META_PROPERTIES",["x","y"]),c(lt,"INMUTABLE_META_PROPERTIES",[...Tt.INMUTABLE_BASE_PROPERTIES]),c(lt,"META_PROPERTIES",[...Tt.MUTABLE_META_PROPERTIES,...Tt.INMUTABLE_META_PROPERTIES]),c(lt,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(lt,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(lt,"UPSTREAM_PROPERTIES",[...Tt.MUTABLE_UPSTREAM_PROPERTIES,...Tt.INMUTABLE_UPSTREAM_PROPERTIES]),c(lt,"MUTABLE_DOWNSTREAM_PROPERTIES",["outputs","throws"]),c(lt,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(lt,"DOWNSTREAM_PROPERTIES",[...Tt.MUTABLE_DOWNSTREAM_PROPERTIES,...Tt.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(lt,"PROPERTIES",[...
|
|
157
|
+
Specifically for return statements the parent needs to always be the 'function-declaration' or 'global-event' that contains it.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),this.parent.addReturnStatement(this),e.push(this.parent),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}addOutputDeclaration(e){return this.outputs.find(t=>t.id===e.id)||this.outputs.push(e),this}removeOutputDeclaration(e){return this.outputs=this.outputs.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.throws&&(this.throws=R(this.initialData.throws,this.project),this.throws.setParent(this),this.throws.initChildren()),this.parent.addReturnStatement(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.throws){const{affected:s,removed:o}=this.throws.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.parent.removeReturnStatement(this),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.throws){const{affected:i}=this.throws.restore({seenEntities:e});t.push(...i)}return this.parent.addReturnStatement(this),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.outputs.flatMap(i=>i.toFlat(e)),...this.throws?this.throws.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.throws?this.throws.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),outputs:this.outputs.map(i=>i.toJSON()),parent:((e=this.parent)==null?void 0:e.toReference())||null,throws:((t=this.throws)==null?void 0:t.toJSON())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,outputs:this.outputs.map(i=>i.toReference()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),throws:((e=this.throws)==null?void 0:e.toReference())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.throws?this.throws.toFlatJSON(e):[]])}toGenerationTarget(){return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(e=>e.id),calledByError:this.calledByError.map(e=>e.id),calledBySuccess:this.calledBySuccess.map(e=>e.id),parent:this.parent.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.throws?this.throws.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.outputs.forEach(t=>t.clearErrors()),(e=this.throws)==null||e.clearErrors(),this}validate(){const e=_2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.outputs.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e){return new lt(this.toJSON(),this.project)}};c(lt,"MUTABLE_BASE_PROPERTIES",[]),c(lt,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(lt,"BASE_PROPERTIES",[...Tt.MUTABLE_BASE_PROPERTIES,...Tt.INMUTABLE_BASE_PROPERTIES]),c(lt,"MUTABLE_META_PROPERTIES",["x","y"]),c(lt,"INMUTABLE_META_PROPERTIES",[...Tt.INMUTABLE_BASE_PROPERTIES]),c(lt,"META_PROPERTIES",[...Tt.MUTABLE_META_PROPERTIES,...Tt.INMUTABLE_META_PROPERTIES]),c(lt,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(lt,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(lt,"UPSTREAM_PROPERTIES",[...Tt.MUTABLE_UPSTREAM_PROPERTIES,...Tt.INMUTABLE_UPSTREAM_PROPERTIES]),c(lt,"MUTABLE_DOWNSTREAM_PROPERTIES",["outputs","throws"]),c(lt,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(lt,"DOWNSTREAM_PROPERTIES",[...Tt.MUTABLE_DOWNSTREAM_PROPERTIES,...Tt.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(lt,"PROPERTIES",[...Bt.META_PROPERTIES,...Bt.UPSTREAM_PROPERTIES,...Bt.DOWNSTREAM_PROPERTIES]);let $r=lt;function M2(r){var s;const e=q9(),t=r.toJSON();e.safeParse(t).success,r.outputs.forEach(o=>o.validate()),(s=r.throws)==null||s.validate();const a=[];return ae(r.errors,a)}const Ae=class Ae{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"x");c(this,"y");c(this,"type",n.BreakStatement);c(this,"outputs",[]);c(this,"calledBySuccess",[]);c(this,"calledByError",[]);c(this,"calledByEntry",[]);c(this,"throws",null);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestion",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.x=e.x,this.y=e.y}static fromGenerationTarget(e,t){const i=_(e.parent),a=t.get(i),s=e.calledByEntry.map(h=>{const m=_(h);return t.get(m)}),o=e.calledBySuccess.map(h=>{const m=_(h);return t.get(m)}),l=e.calledByError.map(h=>{const m=_(h);return t.get(m)}),p={id:e.id,version:1,type:n.BreakStatement,x:0,y:0,outputs:[],calledBySuccess:o,calledByError:l,calledByEntry:s,throws:null,parent:a},y=R(p,t);return y.setParent(a),y.initChildren(),y}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[n.Loop]}},t);return i=s.modifiedData,a.push(...s.errors,...Ne(i)),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
158
158
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
159
159
|
You shouldn't have to manually update a 'parent' property.
|
|
160
160
|
Specifically for break statements the parent needs to always be the 'loop' entity that contains it.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return this.calledByEntry.forEach(a=>{a.addCall(this),e.push(a)}),this.calledBySuccess.forEach(a=>{a.addSuccessCall(this),e.push(a)}),this.calledByError.forEach(a=>{a.addErrorCall(this),e.push(a)}),this.parent.addBreakStatement(this),e.push(this.parent),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}addOutputDeclaration(e){return this.outputs.find(t=>t.id===e.id)||this.outputs.push(e),this}removeOutputDeclaration(e){return this.outputs=this.outputs.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.outputs=this.initialData.outputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initialData.throws&&(this.throws=R(this.initialData.throws,this.project),this.throws.setParent(this),this.throws.initChildren()),this.parent.addBreakStatement(this),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.outputs.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.throws){const{affected:s,removed:o}=this.throws.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return this.parent.removeBreakStatement(this),e||this.calledBy.forEach(s=>{i.push(s),s.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.throws){const{affected:i}=this.throws.restore({seenEntities:e});t.push(...i)}return this.parent.addBreakStatement(this),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.outputs.flatMap(i=>i.toFlat(e)),...this.throws?this.throws.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.outputs.flatMap(i=>i.toFlatIds(e)),...this.throws?this.throws.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,outputs:this.outputs.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),parent:((e=this.parent)==null?void 0:e.toReference())||null,throws:((t=this.throws)==null?void 0:t.toJSON())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,outputs:this.outputs.map(i=>i.toReference()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),throws:((e=this.throws)==null?void 0:e.toReference())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.throws?this.throws.toFlatJSON(e):[]])}toGenerationTarget(){return{id:this.id,type:this.type,calledByEntry:this.calledByEntry.map(e=>e.id),calledByError:this.calledByError.map(e=>e.id),calledBySuccess:this.calledBySuccess.map(e=>e.id),parent:this.parent.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.throws?this.throws.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],this.outputs.forEach(t=>t.clearErrors()),(e=this.throws)==null||e.clearErrors(),this}validate(){const e=M2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.outputs.flatMap(t=>t.getErrors()),...this.throws?this.throws.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new Ae(this.toJSON(),this.project)}};c(Ae,"MUTABLE_BASE_PROPERTIES",[]),c(Ae,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Ae,"BASE_PROPERTIES",[...Ae.MUTABLE_BASE_PROPERTIES,...Ae.INMUTABLE_BASE_PROPERTIES]),c(Ae,"MUTABLE_META_PROPERTIES",["x","y"]),c(Ae,"INMUTABLE_META_PROPERTIES",[...Ae.INMUTABLE_BASE_PROPERTIES]),c(Ae,"META_PROPERTIES",[...Ae.MUTABLE_META_PROPERTIES,...Ae.INMUTABLE_META_PROPERTIES]),c(Ae,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry","parent"]),c(Ae,"INMUTABLE_UPSTREAM_PROPERTIES",[]),c(Ae,"UPSTREAM_PROPERTIES",[...Ae.MUTABLE_UPSTREAM_PROPERTIES,...Ae.INMUTABLE_UPSTREAM_PROPERTIES]),c(Ae,"MUTABLE_DOWNSTREAM_PROPERTIES",["outputs","throws"]),c(Ae,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Ae,"DOWNSTREAM_PROPERTIES",[...Ae.MUTABLE_DOWNSTREAM_PROPERTIES,...Ae.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Ae,"PROPERTIES",[...Ae.META_PROPERTIES,...Ae.UPSTREAM_PROPERTIES,...Ae.DOWNSTREAM_PROPERTIES]);let Oi=Ae;function V2(r){const e=nD(),t=r.toJSON();e.safeParse(t).success,r.inputs.flatMap(s=>s.validate()),r.outputs.flatMap(s=>s.validate());const a=[];return ae(r.errors,a)}const Oe=class Oe{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"implementation",null);c(this,"parent",null);c(this,"errors",[]);c(this,"project");c(this,"initialized",!1);c(this,"autoexecutable",!1);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description}static fromGenerationTarget(e,t){let i=null;if(e.parent){const o=_(e.parent);i=t.get(o)}const a={id:e.id,version:1,name:e.name,type:n.ActionDescriptor,description:e.description,inputs:[],outputs:[],error:null,parent:i},s=R(a,t);return i&&s.setParent(i),s.initChildren(),s}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=Je(i,{parent:{list:!1,types:[n.CustomEntity,n.DataType]}},t);i=s.modifiedData;const o=i.parent?t.get(i.parent):null;if(o&&o.type===n.CustomEntity){const l=o,y=Xn(l).filter(h=>!h.interactive);if(y.length){let h=y.length>1?`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements multiple '${n.BuiltInBaseEntity}' entities that are non-interactive ("${F(y.map(m=>C(m,m.project)),'", "','" and "')}").`:`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements a '${n.BuiltInBaseEntity}' entity that is non-interactive ("${C(y[0],y[0].project)}").`;h+=`
|
|
@@ -170,7 +170,7 @@ You can use the 'describe_entity' action to get more information about the exist
|
|
|
170
170
|
${on({describe_entity:o.error.id})}`,issue:null}))),{errors:a,modifiedData:i}}validateGeneratedUpdate(e){return{errors:[],modifiedData:e}}addSelfToProject(){var a,s,o,l;const e=[this],t=[],i=[];return this.parentRelationType===O.FixedArguments||this.parentRelationType===O.DynamicArgument?(s=(a=this.parent)==null?void 0:a.addInput)==null||s.call(a,this):this.parentRelationType===O.FixedReturns||this.parentRelationType===O.DynamicReturn?(l=(o=this.parent)==null?void 0:o.addOutput)==null||l.call(o,this):this.parentRelationType===O.ReturnedError&&this.parent&&(this.parent.error=this),this.parent&&([n.Search,n.Loop].includes(this.parent.type)&&this.parent.addOutputDeclaration(this),e.push(this.parent)),{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}initChildren(){return this.initialized?this:(this.initialized=!0,this.initialData.dataType&&(this.dataType=R(this.initialData.dataType,this.project),this.dataType.setParent(this),this.dataType.initChildren()),this)}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.index=e.index||(e.index!==0?this.index:0),this.required=e.required||this.required,this.parentRelationType=e.parentRelationType||this.parentRelationType,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.dataType){const{affected:s,removed:o}=this.dataType.remove({ignoreUpstream:!0,seenEntities:t});i.push(...s),a.push(...o)}return{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.dataType){const{affected:i}=this.dataType.restore({seenEntities:e});t.push(...i)}return{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.dataType?this.dataType.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.dataType?this.dataType.toFlatIds(e):[]])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,required:this.required,parentRelationType:this.parentRelationType,dataType:((e=this.dataType)==null?void 0:e.toJSON())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,index:this.index,required:this.required,parentRelationType:this.parentRelationType,dataType:((e=this.dataType)==null?void 0:e.toReference())||null,parent:((t=this.parent)==null?void 0:t.toReference())||null}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.dataType?this.dataType.toFlatJSON(e):[]])}toGenerationTarget(){var e;return{id:this.id,name:this.name,description:this.description,type:this.type,required:this.required,parentRelationType:this.parentRelationType,parent:(e=this.parent)==null?void 0:e.id}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.dataType?this.dataType.toFlatGenerationTarget(e):[]])}clearErrors(){var e;return this.errors=[],(e=this.dataType)==null||e.clearErrors(),this}validate(){const e=L2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.dataType?this.dataType.getErrors():[]]}getShallowErrors(){return this.errors}clone(e=null,t=null,i=!0){var h;const a=t||He(C(this,this.project),n.ValueDescriptor,this.project),s=a.split("-id"),o=s[s.length-1||0]||a,l=this.toJSON();l.id=a;const p=xt(l,this.project);e&&p.setParent(e),i&&p.subscribe();const y=((h=this.dataType)==null?void 0:h.clone(p,o+"-data-type-id",i))||null;return y&&p.setDataType(y),p}getDataType(){return this.dataType||null}setDataType(e){return this.dataType=e,this}getDefaultValue(){var e;return((e=this.dataType)==null?void 0:e.defaultValue)||null}};c(Se,"MUTABLE_BASE_PROPERTIES",["name","description","required"]),c(Se,"INMUTABLE_BASE_PROPERTIES",["id","version","type","parentRelationType"]),c(Se,"BASE_PROPERTIES",[...Se.MUTABLE_BASE_PROPERTIES,...Se.INMUTABLE_BASE_PROPERTIES]),c(Se,"MUTABLE_META_PROPERTIES",[...Se.MUTABLE_BASE_PROPERTIES,"index"]),c(Se,"INMUTABLE_META_PROPERTIES",[...Se.INMUTABLE_BASE_PROPERTIES]),c(Se,"META_PROPERTIES",[...Se.MUTABLE_META_PROPERTIES,...Se.INMUTABLE_META_PROPERTIES]),c(Se,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(Se,"INMUTABLE_UPSTREAM_PROPERTIES",["parent"]),c(Se,"UPSTREAM_PROPERTIES",[...Se.MUTABLE_UPSTREAM_PROPERTIES,...Se.INMUTABLE_UPSTREAM_PROPERTIES]),c(Se,"MUTABLE_DOWNSTREAM_PROPERTIES",["dataType"]),c(Se,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Se,"DOWNSTREAM_PROPERTIES",[...Se.MUTABLE_DOWNSTREAM_PROPERTIES,...Se.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Se,"PROPERTIES",[...Se.META_PROPERTIES,...Se.UPSTREAM_PROPERTIES,...Se.DOWNSTREAM_PROPERTIES]);let Fr=Se;function G2(r,e){if(!r.type&&!r.id)return{errors:[new E({id:`last-generated-entity-payload--${f.MissingTypeProperty}`,message:"Last generated entity payload is missing a 'type' property.",severity:T.Error,code:f.MissingTypeProperty,issue:null}),new E({id:`last-generated-entity-payload--${f.MissingIdProperty}`,message:"Last generated entity payload is missing an 'id' property.",severity:T.Error,code:f.MissingIdProperty,issue:null})],modifiedData:null};if(r.type){if(!r.id)return{errors:[new E({id:`last-generated-entity-payload--${f.MissingIdProperty}`,message:`Last generated entity, with type "${r.type}" is missing an 'id' property.`,severity:T.Error,code:f.MissingIdProperty,issue:null})],modifiedData:null}}else return{errors:[new E({id:`${r.id}--${f.MissingTypeProperty}`,message:`Entity with id "${r.id}" is missing a 'type' property.`,severity:T.Error,code:f.MissingTypeProperty,issue:null})],modifiedData:null};if(r.type===n.GenericReference)return{errors:[new E({id:`${r.id}--${f.RootReference}`,message:`Generic reference entity with id "${r.id}". A generic reference cannot be generated as a standalone entity. Only in the body of another entity.`,severity:T.Error,code:f.RootReference,issue:null})],modifiedData:null};const t=r,i=e.instances[t.id],a=e.builtInInstances[t.id];if(i&&!a&&t.type!==n.GenericReference){let s=`A previously generated entity with id "${t.id}" already exists in the project state.
|
|
171
171
|
Are you trying to update that entity?
|
|
172
172
|
If so, you should use the 'update' action for core mutable metadata properties, or 'delete' and then 'post' again to replace it.
|
|
173
|
-
If you are trying to create a new entity, please use a different id, for example: "${fu(t,e)}".`;return{errors:[new E({id:`duplicate--${t.id}--${f.EntityIdNotUnique}`,message:s,severity:T.Error,code:f.EntityIdNotUnique,issue:null})],modifiedData:r}}else if(i&&t.type!==n.GenericReference)return{errors:[new E({id:`${t.id}--${f.EntityIdNotUnique}`,message:`A built in entity with id "${t.id}" already exists. You cannot modify built in entities. If you are trying to create a new entity, please use a different id, for example: "${fu(t,e)}".`,severity:T.Error,code:f.EntityIdNotUnique,issue:null})],modifiedData:r};switch(t.type){case n.Project:return N.validateGenerationTarget(t,e);case n.CustomEntity:return jr.validateGenerationTarget(t,e);case n.Property:return Sr.validateGenerationTarget(t,e);case n.FunctionDeclaration:return Cr.validateGenerationTarget(t,e);case n.DataType:return Ii.validateGenerationTarget(t,e);case n.Operation:return Br.validateGenerationTarget(t,e);case n.FunctionCall:return Ur.validateGenerationTarget(t,e);case n.VariableDeclaration:return Nr.validateGenerationTarget(t,e);case n.VariableInstance:return Mr.validateGenerationTarget(t,e);case n.GlobalEvent:return Di.validateGenerationTarget(t,e);case n.InputMap:return An.validateGenerationTarget(t,e);case n.OutputMap:return On.validateGenerationTarget(t,e);case n.ArgumentDeclaration:return Gr.validateGenerationTarget(t,e);case n.ReturnDeclaration:return
|
|
173
|
+
If you are trying to create a new entity, please use a different id, for example: "${fu(t,e)}".`;return{errors:[new E({id:`duplicate--${t.id}--${f.EntityIdNotUnique}`,message:s,severity:T.Error,code:f.EntityIdNotUnique,issue:null})],modifiedData:r}}else if(i&&t.type!==n.GenericReference)return{errors:[new E({id:`${t.id}--${f.EntityIdNotUnique}`,message:`A built in entity with id "${t.id}" already exists. You cannot modify built in entities. If you are trying to create a new entity, please use a different id, for example: "${fu(t,e)}".`,severity:T.Error,code:f.EntityIdNotUnique,issue:null})],modifiedData:r};switch(t.type){case n.Project:return N.validateGenerationTarget(t,e);case n.CustomEntity:return jr.validateGenerationTarget(t,e);case n.Property:return Sr.validateGenerationTarget(t,e);case n.FunctionDeclaration:return Cr.validateGenerationTarget(t,e);case n.DataType:return Ii.validateGenerationTarget(t,e);case n.Operation:return Br.validateGenerationTarget(t,e);case n.FunctionCall:return Ur.validateGenerationTarget(t,e);case n.VariableDeclaration:return Nr.validateGenerationTarget(t,e);case n.VariableInstance:return Mr.validateGenerationTarget(t,e);case n.GlobalEvent:return Di.validateGenerationTarget(t,e);case n.InputMap:return An.validateGenerationTarget(t,e);case n.OutputMap:return On.validateGenerationTarget(t,e);case n.ArgumentDeclaration:return Gr.validateGenerationTarget(t,e);case n.ReturnDeclaration:return Bt.validateGenerationTarget(t,e);case n.Loop:return wr.validateGenerationTarget(t,e);case n.Condition:return _r.validateGenerationTarget(t,e);case n.Search:return Vr.validateGenerationTarget(t,e);case n.InstalledProject:return Lr.validateGenerationTarget(t,e);case n.InternalCall:return Pi.validateGenerationTarget(t,e);case n.PrimitiveValue:return Ai.validateGenerationTarget(t,e);case n.ReturnStatement:return $r.validateGenerationTarget(t,e);case n.BreakStatement:return Oi.validateGenerationTarget(t,e);case n.ContinueStatement:return Tt.validateGenerationTarget(t,e);case n.ActionDescriptor:return te.validateGenerationTarget(t,e);case n.ValueDescriptor:return Fr.validateGenerationTarget(t,e);case n.BuiltInBaseEntity:case n.PrimitiveEntity:{const s="Did you mean to generate a",l={[n.BuiltInBaseEntity]:`${s} '${n.CustomEntity}' instead?`,[n.PrimitiveEntity]:`${s} '${n.CustomEntity}' instead?`}[t.type]||"";return{errors:[new E({id:`${t.id}--${f.BuiltInEntityGenerated}`,message:`Entity with id "${t.id} is of "${t.type}" type and should not be generated. Built in entities can only be referenced by user created entities.
|
|
174
174
|
${l}`,severity:T.Error,code:f.BuiltInEntityGenerated,issue:null})],modifiedData:r}}default:{const s=t;return{errors:[new E({id:`${s.id}--${f.UnknownEntityType}`,message:`Incorrect entity implementation for entity with id "${s.id}". Entity type "${s.type}" is not supported.`,severity:T.Error,code:f.UnknownEntityType,issue:null})],modifiedData:null}}}}function So(r){const e=jo(r.type),t=e.MUTABLE_BASE_PROPERTIES,i=e.MUTABLE_UPSTREAM_PROPERTIES;let a=`Only mutable core metadata properties can be updated, no nested entities or references. You can alternatively delete the entity and create a new one with the updated values.
|
|
175
175
|
For entities of type "${r.type}", `;if(t.length>0?a+=`you can update the following metadata properties: '${F(t,"', '","' and '")}'. `:a+="there are no mutable metadata properties.",i.length>0){const s=t.length>0?`
|
|
176
176
|
You can also update the following upstream references: `:`
|
|
@@ -365,7 +365,7 @@ All global 'function-declaration' entity ids are:
|
|
|
365
365
|
The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.`;a.push(new E({id:`${i.id}--${f.InvalidReference}`,code:f.InvalidReference,severity:T.Error,message:`Entity of type "${n.FunctionCall}" with id "${i.id}", has an invalid reference at the 'declaration' property. The 'declaration' property must be a valid reference to an 'function-declaration' entity.
|
|
366
366
|
References can either be an ID string or an object with exacly four properties: 'id', 'entityId', 'entityType', 'type'.${l}`,issue:null}))}return{errors:a,modifiedData:i}}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on a callable entity, is its scope. It scope is auto-calculated implicitly by the its caller.
|
|
367
367
|
If an entity is called by another, they must be in the same scope, which means they have the same parent.
|
|
368
|
-
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){var a;const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addFunctionCall(this),(a=this.process)==null||a.writesValues.forEach(s=>{s.setValueWriter(this.process),e.push(s)}),this.successCalls.forEach(s=>{s.addSuccessCaller(this),e.push(s)}),this.errorCalls.forEach(s=>{s.addErrorCaller(this),e.push(s)}),this.calledBySuccess.forEach(s=>{s.addSuccessCall(this),e.push(s)}),this.calledByError.forEach(s=>{s.addErrorCall(this),e.push(s)}),this.calledByEntry.forEach(s=>{s.addCall(this),e.push(s)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addValueReader(e){var t;return(t=this.process)==null||t.addValueReader(e),this}removeValueReader(e){var t;return(t=this.process)==null||t.removeValueReader(e),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.declaration.type===n.FunctionDeclaration){const e=R(this.initialData.declaration,this.project);this.declaration=e}else{const e=_(this.initialData.declaration),t=this.project.get(e);this.declaration=t}return this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initOutputs(),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this}initOutputs(){const e=[];this.outputs=this.initialData.outputs.map(s=>{const o=R(s,this.project);return e.push(o.index),o.setParent(this),o.initChildren(),o});const i=_u(this).filter(s=>!this.outputs.find(o=>o.declaration.id===s.id));i.sort((s,o)=>s.index-o.index);const a=i.map((s,o)=>{const l=e.includes(s.index)?this.outputs.length-1+o:s.index,p={id:N.UUID.uuid(),type:n.OutputMap,version:1,declaration:s,index:l,parent:this,writesValues:[]},y=R(p,this.project);return y.setParent(this),y.initChildren(),y});return this.outputs.push(...a),this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){var s;const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.process){const{affected:o,removed:l}=(s=this.process)==null?void 0:s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}if(this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.outputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.error){const{affected:o,removed:l}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}return this.successCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),this.errorCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),e||this.calledBy.forEach(o=>{i.push(o),o.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.process){const{affected:i}=this.process.restore({seenEntities:e});t.push(...i)}return this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e))])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:(e=this.process)==null?void 0:e.toJSON(),declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),parent:this.parent.toReference(),error:(t=this.error)==null?void 0:t.toJSON()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,process:this.process?this.process.toReference():null,inputs:this.inputs.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),declaration:this.declaration.toReference(),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.process?this.process.toFlatJSON(e):[],...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,version:this.version,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.process?this.process.toFlatGenerationTarget(e):[],...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=z2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new Ce(this.toJSON(),this.project)}};c(Ce,"MUTABLE_BASE_PROPERTIES",[]),c(Ce,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Ce,"BASE_PROPERTIES",[...Ce.MUTABLE_BASE_PROPERTIES,...Ce.INMUTABLE_BASE_PROPERTIES]),c(Ce,"MUTABLE_META_PROPERTIES",["x","y"]),c(Ce,"INMUTABLE_META_PROPERTIES",[...Ce.INMUTABLE_BASE_PROPERTIES]),c(Ce,"META_PROPERTIES",[...Ce.MUTABLE_META_PROPERTIES,...Ce.INMUTABLE_META_PROPERTIES]),c(Ce,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(Ce,"INMUTABLE_UPSTREAM_PROPERTIES",["declaration","parent"]),c(Ce,"UPSTREAM_PROPERTIES",[...Ce.MUTABLE_UPSTREAM_PROPERTIES,...Ce.INMUTABLE_UPSTREAM_PROPERTIES]),c(Ce,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","writesValues","inputs","outputs","error"]),c(Ce,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Ce,"DOWNSTREAM_PROPERTIES",[...Ce.MUTABLE_DOWNSTREAM_PROPERTIES,...Ce.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Ce,"PROPERTIES",[...Ce.META_PROPERTIES,...Ce.UPSTREAM_PROPERTIES,...Ce.DOWNSTREAM_PROPERTIES]);let Ur=Ce;function XP(r){var e,t,i;switch(r.id){case B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id:{const a=r.project.entities.filter(h=>!!h.implements.find(m=>m.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id));if(a.find(h=>!!h.properties.find(m=>{var b;return m.implements&&m.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id&&((b=m.getDefaultValue())==null?void 0:b.value)===!0}))){const m=a[0].properties.find(v=>v.implements&&v.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id),b=(e=m==null?void 0:m.dataType)==null?void 0:e.defaultValue;if(b)b.value=!0;else if(m!=null&&m.dataType){const v=(t=m==null?void 0:m.dataType)==null?void 0:t.id.split("-id")[0],P=R({id:v+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:!0,valueAsType:null,parent:m==null?void 0:m.dataType.toReference()},r.project);return P.setParent(m==null?void 0:m.dataType),P.initChildren(),P.addSelfToProject(),{newEntities:[P]}}return{newEntities:[]}}const o=r.project.get(B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id),l=Lo(o,"Main database");if(l.errors.length>0)return{newEntities:[]};const p=l.implemented.properties.find(h=>h.implements&&h.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id),y=(i=p==null?void 0:p.dataType)==null?void 0:i.defaultValue;if(y)y.value=!0;else if(p!=null&&p.dataType){const h=p==null?void 0:p.dataType.id.split("-id")[0],m=R({id:h+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:!0,valueAsType:null,parent:p==null?void 0:p.dataType.toReference()},r.project);m.setParent(p==null?void 0:p.dataType),m.initChildren(),m.addSelfToProject()}return{newEntities:[l.implemented]}}}return{newEntities:[]}}function QP(r){return r.implements.filter(t=>t.type===n.BuiltInBaseEntity).map(t=>{var i;switch(t.id){case B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id:{const s=r.project.entities.filter(p=>p.implements.find(y=>y.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id)).find(p=>!!p.properties.find(y=>{var h;return y.implements&&y.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id&&((h=y.getDefaultValue())==null?void 0:h.value)===!0}));if(!s)return{newEntities:[]};const o=r.properties.find(p=>p.implements&&p.implements.id===B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.database.id),l=(i=o==null?void 0:o.dataType)==null?void 0:i.defaultValue;if(o&&(o!=null&&o.dataType)&&!l){const p=o==null?void 0:o.dataType.id.split("-id")[0],y=R({id:p+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:null,valueAsType:s,parent:o==null?void 0:o.dataType.toReference()},r.project);return y.setParent(o==null?void 0:o.dataType),y.initChildren(),y.addSelfToProject(),{newEntities:[y]}}return{newEntities:[]}}}}),{newEntities:[]}}function Lo(r,e,t){const i=t||He(e,n.CustomEntity,r.project),a=i.split("-id"),s=a[a.length-1||0]||i,o={id:i,version:1,name:e,type:n.CustomEntity,description:null,static:!1,abstract:!1,properties:[],methods:[],abstractMethods:[],extends:[],implements:[r],x:0,y:0,parent:r.project},l=Oo(o,r.project);if(l.length>0)return{errors:l,implemented:null,entitiesChanges:{new:[],updated:[],deleted:[]}};const p=XP(r),y=R(o,r.project);y.setParent(r.project),y.initChildren();const h=r.properties.map(v=>{const P=s+"-"+He(C(v,r.project),n.Property,r.project),A=v.clone(y,P);return A.abstract=!1,A.implements=v,A.setParent(y),y.addProperty(A),A}),m=r.abstractMethods.map(v=>{const P=s+He(v.name,n.FunctionDeclaration,r.project),A=v.implementAsFunctionDeclaration(P),I={id:P+"-parent-ref-id",type:n.GenericReference,entityId:i,entityType:n.CustomEntity},$={...A,implements:v,parent:I},U=R($,r.project);return y.addMethod(U),U.setParent(y),U.initChildren(),U.implements=v,U});o.properties=h,o.methods=m;const b=QP(y);return{implemented:y,errors:[],entitiesChanges:{new:[y,...p.newEntities,...b.newEntities],updated:[y],deleted:[]}}}function Au(r,e){return e.entities.find(a=>{const s=a.properties,o=s.map(m=>m.name),l=r.every(m=>o.includes(m)),p=o.filter(m=>!r.includes(m)),y=s.every(m=>!p.includes(m.name)||!m.required);return l&&y})||null}function eA(r,e,t=ze.OrDataTypeGroup){const i=[],a=[],s=[],l={id:e.id+"--nested-data-type-id-"+r.id,version:1,type:n.DataType,entity:r.toJSON(),isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:t,parent:e.toReference()},p=R(l,r.project);return a.push(p),p.setParent(e),p.initChildren(),p.setEntity(r),p.addSelfToProject(),{updated:g(i),added:g(a),removed:g(s),self:p}}function Ou(r,e,t,i){const a=[],s=[],o=[];switch(typeof r){case"string":let l=!1;const p=new Date(r);if(p instanceof Date&&!isNaN(p.valueOf())&&(l=!0),l){const y=e.project.getBuiltIn(B[n.PrimitiveEntity][D.Date].id);e.setEntity(y);break}else{const y=e.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id);e.setEntity(y);break}case"number":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":if(r===null){e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}else if(Array.isArray(r))if(e.sync({isList:!0}),r.length>0){const y=r.slice(0,5).filter(m=>m!==void 0);if(y.every(m=>typeof m==typeof y[0])&&(typeof y[0]!="object"||y[0]===null))switch(typeof y[0]){case"string":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id));break;case"number":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}else{const m=[];let b=!1;y.forEach((P,A)=>{if(Array.isArray(P)&&(b=!0),typeof P=="object"&&!Array.isArray(P)&&P!==null){const I=Go(P,e.project,{...t,id:e.id+"--or-child-data-type-entity-id-"+A},i);I.hasCreated&&m.push(I.changeSet.self),a.push(...I.changeSet.updated),s.push(...I.changeSet.added),o.push(...I.changeSet.removed)}});const v=g(m);if(!v.length&&!b){y.forEach(P=>{const A={id:N.UUID.uuid(),version:1,type:n.DataType,entity:null,isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:ze.OrDataTypeGroup,parent:e.toReference()},I=R(A,e.project);switch(I.setParent(e),I.initChildren(),I.addSelfToProject(),typeof P){case"string":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id));break;case"number":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}});break}else v.length===1&&!b?e.setEntity(v[0]):y.forEach((P,A)=>{if(typeof P=="object"&&!Array.isArray(P)&&P!==null){const I=Au(Object.keys(P),e.project);if(I){const $=eA(I||v[0],e,ze.OrDataTypeGroup);a.push(...$.updated),s.push(...$.added),o.push(...$.removed)}}else{const I={id:e.id+"--or-child-data-type-id--"+A,version:1,type:n.DataType,entity:null,isList:Array.isArray(P),isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:ze.OrDataTypeGroup,parent:e.toReference()},$=R(I,e.project);$.setParent(e),$.initChildren(),$.addSelfToProject();const U=Ou(P,$,{...t,id:e.id+"--or-child-data-type-entity-id-"+A},i);a.push(...U.updated),s.push(...U.added),o.push(...U.removed)}})}}else{const y=Go(r[0],e.project,{...t},i);e.setEntity(y.changeSet.self),a.push(...y.changeSet.updated),s.push(...y.changeSet.added),o.push(...y.changeSet.removed);break}else{const y=Go(r,e.project,{...t},i);e.setEntity(y.changeSet.self),a.push(...y.changeSet.updated),s.push(...y.changeSet.added),o.push(...y.changeSet.removed);break}}return{updated:g(a),added:g(s),removed:g(o),self:e}}function Go(r,e,t,i){const a=[],s=[],o=[],l=Object.keys(r),p=Au(l,e);if(p)return{hasCreated:!1,changeSet:{updated:[],added:[],removed:[],self:p}};const y=i?t.name+" of "+i.name:t.name,m={id:t.id||He(y,n.CustomEntity,e),version:1,name:y,type:n.CustomEntity,description:t.description||null,static:t.static||!1,abstract:t.abstract||!1,properties:[],methods:[],abstractMethods:[],extends:[],implements:[],x:0,y:0,parent:e.toReference()},b=R(m,e);return b.setParent(e),b.initChildren(),b.addSelfToProject(),s.push(b),l.forEach((v,P)=>{const A=He(y+" "+v,n.Property,e),I={id:A,version:1,name:v,type:n.Property,description:null,static:!1,abstract:!1,dataType:null,implements:null,index:P,hidden:!1,private:!1,required:!0,parent:b.toReference()},$=R(I,e);$.setParent(b),$.initChildren(),$.addSelfToProject(),s.push($);const U=r[v],Ve={id:A+"--data-type-id",version:1,type:n.DataType,entity:null,isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parent:$.toReference()},Nt=R(Ve,e);Nt.setParent($),Nt.initChildren(),Nt.addSelfToProject(),s.push(Nt);const Mt=Ou(U,Nt,{...t,name:v,id:A+"--data-type-entity-id"},i||b);a.push(...Mt.updated),s.push(...Mt.added),o.push(...Mt.removed)}),{hasCreated:!0,changeSet:{updated:g(a),added:g(s),removed:g(o),self:b}}}function $o(r,e){const t=xr(r);if(t.length===0)return{list:[],last:null};let i=null;return{list:t.flatMap(s=>{if(s===e)return i=s,[s];const o=$o(s,e);return o.last&&(i=o.last),[s,...o.list]}),last:i}}function tA(r,e,t=new Set){const i=Kn(r),a=Kn(e),s=i.filter(p=>!a.includes(p)),o=i.filter(p=>a.includes(p)),l=s.reduce((p,y)=>t.has(y.id)?p:(t.add(y.id),g([...p,...tA(y,e,t)])),[]);return g([...o,...l])}function $a(r,e){const t=$o(r,e);return t.last===e&&t.list.length>0&&t.list[0]!==e}function Z2(r,e){return!!$o(r,e).last}function K2(r){if(Ge.includes(r.type))return r;if([...Bn,n.VariableDeclaration].includes(r.type)){const e=r.parent;return Ge.includes(e.type)?e:null}return null}function Su(r,e){if(!r||!e)throw new Error("Both entities must be defined to find a common ancestor");if(r===e)return r;const t=r.parent;if(t){if(t===e)return e;if(t.type===n.Project)return null}else return null;const i=e.parent;if(i){if(i===r)return r;if(i.type===n.Project)return null}else return null;return Su(t,i)}function Qe(r){if(zo.includes(r.type)){if(r.type===n.FunctionDeclaration){const e=r.parent;if(e.type===n.CustomEntity)return e;if(e.type===n.Loop)return e}return r}else{const e=r.parent;return e?Qe(e):null}}function X2(r){return r.type===n.VariableDeclaration?[r]:Ue.includes(r.type)?[...r.inputs,...r.outputs||[]]:r.type===n.ReturnStatement?r.outputs:Jr.includes(r.type)||r.type===n.FunctionDeclaration?r.inputs:[]}function Q2(r){const e=Kn(r),t=[],i=[];ju.includes(r.type)&&t.push(...Cu(r));const a=e.filter(s=>{const o=t.includes(s);return o?!1:Bn.includes(s.type)&&!o?(i.push(s),!1):!0});return t.sort((s,o)=>$a(o,s)?-1:0),i.sort((s,o)=>$a(o,s)?-1:0),[...t,...i,...a]}function nA(r){return[...r].sort((e,t)=>$a(t,e)?-1:0)}function e7(r){const e=nA(r),t=[];return e.forEach(i=>{const a=t[t.length-1];if(a){const s=a[a.length-1];$a(i,s)?t.push([i]):a.push(i)}else t.push([i])}),t}function Et(r){const e=r.map(t=>Qe(t));return g(e)}function Cu(r){return Ue.includes(r.type)?[...Et(r.successCalls),...Et(r.errorCalls)]:Ge.includes(r.type)?Et(r.calls):[]}function t7(r,e){return Cu(r).includes(e)}function Bu(r){return r.writesValues||[]}function n7(r,e){return Bu(r).includes(e)}function rA(r){var e;return ke.includes((e=r==null?void 0:r.readsValue)==null?void 0:e.type)?r.readsValue:null}function r7(r){return r.writesValues}function iA(r=[]){return r.map(rA).filter(e=>!!e)}function Fo(r=[]){return r.map(e=>e.writesValues).flat().filter(e=>ke.includes(e.type))}function aA(r=[]){return r.map(e=>e.readsValue).filter(e=>!!e&&ke.includes(e.type))}function sA(r){return ke.includes(r.type)?r:null}function oA(r){return r.writesValues.map(sA).filter(e=>!!e)}function lA(r=[]){return r.reduce((e,t)=>t.type===n.OutputMap?[...e,...oA(t)]:e,[])}function we(r){return Ue.includes(r.type)?[...ln(Et(r.successCalls)),...ln(Et(r.errorCalls))]:Ge.includes(r.type)?ln(Et(r.calls)):[]}function i7(r){return Ue.includes(r.type)?[...ln(Et(r.successCalls)),...ln(Et(r.errorCalls))]:Ge.includes(r.type)?ln(Et(r.calls)):[]}function cA(r,e=new Set){return r.writesValues.filter(i=>ke.includes(i.type)&&!e.has(i.id)).reduce((i,a)=>e.has(a.id)?i:[...i,...ie(a,e)],[])}function dA(r,e=new Set){var i;return(((i=r.readsValue)==null?void 0:i.writesValues)||[]).filter(a=>ke.includes(a.type)&&!e.has(a.id)).reduce((a,s)=>e.has(s.id)?a:[...a,...ie(s,e)],[])}function ie(r,e=new Set){if(e.has(r.id))return[];if(r.type===n.ReturnStatement)return aA(r.outputs).reduce((i,a)=>[...i,...ie(a,e)],[]);if(r.type===n.FunctionCall||r.type===n.Operation||r.type===n.Condition)return[...we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]),...iA(r.inputs),...lA(r.outputs)].reduce((s,o)=>[...s,...ie(o,e)],[]);if(Jr.includes(r.type)){const t=Fo(r.inputs),a=we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]);return t.push(...a),t.reduce((s,o)=>[...s,...ie(o,e)],[])}if(r.type===n.FunctionDeclaration){const t=[...Fo(r.inputs)],a=we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]);return t.push(...a),t.reduce((s,o)=>[...s,...ie(o)],[])}if(ke.includes(r.type)){e.add(r.id);const i=we(r).reduce((a,s)=>{const o=Qe(s);return[...a,...ie(o||s,e)]},[]);return[r,...i,...dA(r,e),...cA(r,e)]}return[]}function At(r,e=new Set){return e.has(r.id)?[]:(e.add(r.id),[...Kn(r).reduce((a,s)=>[...a,s,...At(s,e)],[])])}function ln(r){return r.reduce((e,t)=>t.type===n.ReturnStatement||t.type===n.ContinueStatement||t.type===n.BreakStatement?[...e,t]:[...e,t,...we(t)],[])}function uA(r){const e=r.entities||[],t=[...e,...r.functions||[],...r.events||[],...r.projects||[]],i=e.reduce((p,y)=>[...p,...y.properties],[]),a=e.reduce((p,y)=>[...p,...y.methods],[]),s=a.reduce((p,y)=>[...p,...Fo(y.inputs),...ln(Et(y.calls)),...y.returnStatements],[]),o=r.functions.reduce((p,y)=>[...p,...ln(Et(y.calls)),...y.returnStatements],[]),l=r.events.reduce((p,y)=>[...p,...ln(Et(y.calls)),...y.returnStatements],[]);return[...t,...i,...a,...s,...o,...l]}function pA(r,e){return e.filter(i=>{if(!i)return!1;switch(i.type){case n.FunctionCall:return i.inputs.find(a=>a.id===r.id)!==void 0||i.outputs.find(a=>a.id===r.id)!==void 0;case n.Condition:return i.successCalls.find(a=>a.id===r.id)!==void 0||i.errorCalls.find(a=>a.id===r.id)!==void 0||i.inputs.find(a=>a.id===r.id)!==void 0;case n.Operation:return i.outputs.find(a=>a.id===r.id)!==void 0;case n.VariableDeclaration:return Ue.includes(r.type)?yA(r).find(s=>{var o;return((o=s.readsValue)==null?void 0:o.id)===i.id})!==void 0:!1;case n.CustomEntity:return i.properties.find(a=>a.id===r.id)!==void 0||i.methods.find(a=>a.id===r.id)!==void 0;case n.FunctionDeclaration:return i.inputs.find(a=>a.id===r.id)!==void 0||(i.returnStatements.map(a=>a.outputs).flat()||[]).find(a=>a.id===r.id)!==void 0;default:return!1}})}function a7(r){const e=uA(r.project);return pA(r,e)}function xr(r){const e=[];if(Bn.includes(r.type)){r.calledBy.forEach(a=>{const s=Qe(a);s&&e.push(s)});const i=[...r.inputs||[],...r.outputs||[]].map(a=>Nu(a)).filter(a=>a!==null);e.push(...g(i))}if(ke.includes(r.type)){const t=Nu(r);t&&e.push(t)}return g(e)}function wu(r){return r.type===n.FunctionCall||r.type===n.InternalCall||[n.Operation,n.Condition,n.Loop].includes(r.type)?r.declaration.inputs:r.type===n.FunctionDeclaration||Jr.includes(r.type)?r.inputs:r.type===n.Search?r.inputsDeclarations:[]}function s7(r,e){return e.type===n.Condition?e.inputs.find(t=>t.declaration.id===r.id):e.type===n.FunctionCall||e.type===n.Operation?e.inputs.find(t=>t.declaration.id===r.id):null}function yA(r){return Ue.includes(r.type)?r.inputs:[]}function _u(r){var e;return r.type===n.FunctionCall?((e=r.declaration.returnStatements[0])==null?void 0:e.outputs)||[]:[n.Operation,n.Condition,n.Loop].includes(r.type)?r.declaration.outputs:r.type===n.Search?r.outputsDeclarations:$e.includes(r.type)?r.outputs:[]}function o7(r,e){return e.type===n.Condition?null:e.type===n.FunctionCall||e.type===n.Operation?e.outputs.find(t=>t.declaration.id===r.id):null}function l7(r){return r.type===n.Condition?[]:Ue.includes(r.type)?r.outputs:[]}function Nu(r){const e=r.readsValue;return e?Qe(e):null}function fA(r){const e=r.internalCalls||[];return g(Et(g(e.flatMap(t=>[...t.successCalls,...t.errorCalls]))))}function Si(r){const e=Bu(r),t=[];return e.forEach(i=>{if(ke.includes(i.type))t.push(i);else if(Cn.includes(i.type)){const a=i.parent;t.push(a)}}),t}function g(r){const e=new Set;return r.filter(t=>!t||e.has(t.id)?!1:(e.add(t.id),!0))}function Kn(r,e=!1){const t=[];if(r.type===n.Project&&t.push(...(r==null?void 0:r.entities)||[],...(r==null?void 0:r.functions)||[],...(r==null?void 0:r.variableDeclarations)||[],...(r==null?void 0:r.variableInstances)||[],...(r==null?void 0:r.searches)||[],...(r==null?void 0:r.loops)||[],...(r==null?void 0:r.operations)||[],...(r==null?void 0:r.conditions)||[],...(r==null?void 0:r.functionCalls)||[],...(r==null?void 0:r.events)||[],...(r==null?void 0:r.projects)||[]),ct.includes(r.type)&&t.push(...(r==null?void 0:r.detachedChildren)||[]),r.type===n.CustomEntity){const i=[...r.suggestedMethods,...r.methods].flatMap(a=>a.collapsed&&e?[]:Kn(a));t.push(...i)}if(r.type===n.Condition){const i=r.successCalls.map(s=>Qe(s)),a=r.errorCalls.map(s=>Qe(s));t.push(...i,...a)}if(Jr.includes(r.type)){if(r.collapsed&&e)return[];const i=r.inputs.map(s=>Si(s)).flat(),a=r.calls.map(s=>Qe(s));t.push(...g(i),...a)}if(Ue.includes(r.type)&&r.type!==n.Condition){const i=r==null?void 0:r.outputs.map(o=>Si(o)).flat(),a=r.successCalls.map(o=>Qe(o)),s=r.errorCalls.map(o=>Qe(o));t.push(...g(i),...a,...s)}if(ke.includes(r.type)){const i=Si(r),a=fA(r);t.push(...i,...a)}if(r.type===n.Loop){const i=r.outputs.map(o=>Si(o)).flat();if(r.body){const o=Kn(r.body,e);t.push(...o)}const a=r.errorCalls.map(o=>Qe(o)),s=r.successCalls.map(o=>Qe(o));t.push(...g(i),...s,...a)}if(r.type===n.FunctionDeclaration){if(r.collapsed&&e)return[];const i=r.inputs.map(s=>Si(s)).flat(),a=r.calls.map(s=>Qe(s));t.push(...g(i),...a)}return g(t)}function hA(r,e=!1){const t=Kn(r,e),i=[...t,...t.reduce((a,s)=>[...a,...hA(s,e)],[])];return g(i)}function mA(r){const e=xr(r),t=[...e,...e.reduce((i,a)=>[...i,...mA(a)],[])];return g(t)}function Uo(r){return r.implements.reduce((e,t)=>t.type===n.CustomEntity?[...e,n.CustomEntity,...Uo(t),...xo(t)]:[...e,t.name],[])}function xo(r){return r.extends.reduce((e,t)=>t.type===n.CustomEntity?[...e,n.CustomEntity,...xo(t),...Uo(t)]:[...e,t.name],[])}function Mu(r){return r.extends.reduce((e,t)=>t.type===n.CustomEntity?[...e,t,...Mu(t),...Vu(t)]:[...e,t],[])}function Vu(r){return r.implements.reduce((e,t)=>t.type===n.CustomEntity?[...e,t,...Vu(t),...Mu(t)]:[...e,t],[])}function TA(r){return[...xo(r),...Uo(r)].filter((t,i,a)=>a.indexOf(t)===i)}function EA(r){return r.implements.length===0&&r.extends.length===0?null:r.implements.find(i=>i.type===n.BuiltInBaseEntity&&i.name===L.PERSISTED_ENTITY)?r:[...r.implements,...r.extends].reduce((i,a)=>{if(a.type===n.CustomEntity){const s=EA(a);if(s)return s}return i},null)}function c7(r){const e=r.extends.find(t=>t.type===n.BuiltInBaseEntity);return e&&e.type===n.BuiltInBaseEntity?e:null}function d7(r){const e=r.implements.find(t=>t.type===n.BuiltInBaseEntity);return e&&e.type===n.BuiltInBaseEntity?e:null}function bA(r){const e=r.extends.find(t=>t.type===n.CustomEntity);return e&&e.type===n.CustomEntity?e:null}function Xn(r){const e=[...r.implements,...r.extends].reduce((t,i)=>i.type===n.BuiltInBaseEntity?[...t,i]:i.type===n.CustomEntity?[...t,...Xn(i)]:t,[]);return g(e)}function Lu(r){return r.type===n.PrimitiveEntity?!0:r.type===n.BuiltInBaseEntity?r.interactive:!Xn(r).find(i=>!i.interactive)}function u7(r){return r.parent===r.project&&r.project.variableDeclarations.includes(r)}function Gu(r){return r.parent!==r.project?!1:n.VariableDeclaration===r.type?r.project.variableDeclarations.includes(r):n.VariableInstance===r.type?r.project.variableInstances.includes(r):n.FunctionCall===r.type?r.project.functionCalls.includes(r):n.Condition===r.type?r.project.conditions.includes(r):n.Operation===r.type?r.project.operations.includes(r):n.Loop===r.type?r.project.loops.includes(r):n.Search===r.type?r.project.searches.includes(r):!1}function RA(r){if([...Ge,n.CustomEntity,n.InstalledProject,n.Project].includes(r.type)||Gu(r))return!1;const e=xr(r);return e.length===0?!0:e.some(t=>RA(t))}function $u(r){return[...Ge,n.CustomEntity,n.InstalledProject,n.Project].includes(r.type)||Gu(r)?!1:xr(r).length===0}function gA(r,e=0){if($u(r)){const t=xr(r);return t.length===0?r:t.map(a=>gA(a,e+1)).reduce((a,s)=>a?s&&s.x<a.x?s:a:s,null)}return null}function vA(r){const e=[];if($u(r))e.push(r);else return[];return xr(r).forEach(i=>{e.push(...vA(i))}),e}function IA(r){return r.type===n.FunctionDeclaration&&r.parent!==r.project&&!![n.CustomEntity,n.Loop,n.InstalledProject].includes(r.parent.type)}function p7(r,e){const t=new Map;return r.forEach(i=>{t.set(i.id,i)}),e.forEach(i=>{t.set(i.id,i)}),Array.from(t.values())}function jo(r){switch(r){case n.CustomEntity:return jr;case n.FunctionDeclaration:return Cr;case n.VariableDeclaration:return Nr;case n.VariableInstance:return Mr;case n.FunctionCall:return Ur;case n.Operation:return Br;case n.Condition:return _r;case n.ReturnStatement:return $r;case n.Loop:return wr;case n.Search:return Vr;case n.InputMap:return An;case n.OutputMap:return On;case n.ArgumentDeclaration:return Gr;case n.ReturnDeclaration:return wt;case n.Property:return Sr;case n.InstalledProject:return Lr;case n.Project:return N;case n.BuiltInBaseEntity:return Ft;default:return null}}function bt(r,e){if(ct.includes(r.type))return r;if(Wr.includes(r.type))return null;const t=r.parent;if(!t)return null;if(t.type===n.GenericReference){const i=_(t);if(!i)return null;const a=e.get(i);return a?bt(a,e):null}else return t===e?e:bt(t,e)}function Fu(r,e){if(Wr.includes(r.type)||e.getBuiltIn(r.id))return null;const t=_t(r.parent,e);return t?t===e?ct.includes(r.type)?r:null:t.type===n.CustomEntity?r:Fu(t,e):null}function ko(r,e,t){if(r===e||e===t||r===t)return!1;const i=bt(e.parent,t);return i===r?!0:ko(i,e,t)}var qo=(r=>(r.SameBothLocal="same-both-local",r.AInB="a-in-b",r.BInA="b-in-a",r.ParallelInCommonParent="parallel-in-common-parent",r.ParallelInProject="parallel-in-project",r.AIsGlobalBIsNot="a-is-global-b-is-not",r.BIsGlobalAIsNot="b-is-global-a-is-not",r.SameBothGlobal="same-both-global",r))(qo||{});function Fa(r,e,t){const i=bt(r,t),a=bt(e,t);if(!i)throw new Error("Could not find scope owner for the entity: "+r.id);if(!a)throw new Error("Could not find scope owner for the entity: "+e.id);if(i===a&&i.type!==n.Project)return{compatible:!0,type:"same-both-local",commonAncestorScope:i};if(i===a&&i.type===n.Project)return{compatible:!0,type:"same-both-global",commonAncestorScope:i};if(i.type===n.Project&&a.type!==n.Project)return{compatible:!1,type:"a-is-global-b-is-not",commonAncestorScope:i};if(i.type!==n.Project&&a.type===n.Project)return{compatible:!1,type:"b-is-global-a-is-not",commonAncestorScope:a};if(ko(i,a,t))return{compatible:!0,type:"b-in-a",commonAncestorScope:i};if(ko(a,i,t))return{compatible:!0,type:"a-in-b",commonAncestorScope:a};const l=Su(i,a);return l===t?{compatible:!1,type:"parallel-in-project",commonAncestorScope:l}:l?{compatible:!1,type:"parallel-in-common-parent",commonAncestorScope:bt(l,t)}:{compatible:!1,type:"parallel-in-project",commonAncestorScope:t}}function DA(r,e,t){const i=Fa(r,e,t);if(!i.compatible||i.type!=="same-both-local")return null;if(r===e)return r;let a=bt(r.parent,t);if(a){if(a===e)return e;if(a.type===n.Project)return r}else return r;for(;a;){if(a){if(a===e)return e;if(a.type===n.Project)return r}else return r;a=bt(a.parent,t)}let s=bt(e.parent,t);if(s){if(s===r)return r;if(s.type===n.Project)return e}else return e;for(;s;){if(s){if(s===r)return r;if(s.type===n.Project)return e}else return e;s=bt(s.parent,t)}return null}function PA(r){return r.length===0?null:r.length===1?r[0]:r.reduce((t,i)=>{const a=DA(t,i,i.project);return!a||a===i?t:i},r[0])}function _t(r,e){let t;return typeof r=="string"?t=r:r.type===n.GenericReference?t=_(r):t=r.id,t===e.id?e:e.get(t)}function Qn(r){if(!r)return null;if(Wr.includes(r.type))return r;if(r.type===n.Project)return null;if(r.project.getBuiltIn(r.id))return r;const e=r.parent;return!e||e.type===n.Project?null:Qn(e)}function Ua(r,e){var t;if(r.readsValue){const i=_t(r.readsValue,e.project);e.setValueWriter(i),i.addValueReader(e)}else r.readsValue===null&&((t=e.readsValue)==null||t.removeValueReader(e),e.readsValue=null);return e}function xa(r){const e=[];function t(s,o){return e.some(l=>l.blockedByCaller===s&&l.blockedByCalling===o)}function i(s,o){t(s,o)||e.push({blockedByCaller:s,blockedByCalling:o})}const a=Fu(r,r.project);return r.calledBySuccess.forEach(s=>{[...s.successCalls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))});let l;if(Ue.includes(s.type)&&(l=s),l){const p=xa(l);p.reachable||we(r).find(m=>m===s)||p.blocks.forEach(m=>{i(s,m.blockedByCalling)})}}),r.calledByError.forEach(s=>{[...s.errorCalls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))});let l;if(Ue.includes(s.type)&&(l=s),l){const p=xa(l);p.reachable||we(r).find(m=>m===s)||p.blocks.forEach(m=>{i(s,m.blockedByCalling)})}}),r.calledByEntry.forEach(s=>{if([...s.calls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))}),s===a)return;let l;if(s.type===n.FunctionDeclaration){const p=Qe(s);if(p.type===n.CustomEntity)return;p.type===n.Loop&&(l=p)}if(l){const p=xa(l);p.reachable||p.blocks.forEach(y=>{i(s,y.blockedByCalling)})}}),{reachable:e.length===0,entryPoint:a,blocks:e}}function y7(r){return zo.includes(r.type)?r.type===n.FunctionDeclaration?!IA(r):!0:!1}function f7(r){if(n.ActionDescriptor===r.type){if(r.project.operationDeclarations.find(s=>s.id===r.id))return n.Operation;if(r.project.globalEventActionDescriptors.find(s=>s.id===r.id))return n.GlobalEvent;if(r.project.loopDeclarations.find(s=>s.id===r.id))return n.Loop;if(r.project.conditionDeclarations.find(s=>s.id===r.id))return n.Condition}return r.type}function h7(r,e){const t=[];if(r.parent)if(r.id===r.parent)t.push(new E({id:`${r.id}--${r.parent}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'parent'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));else{const i=e.get(r.parent);i?[n.Project,n.DataType].includes(i.type)||t.push(new E({id:`${r.id}--${r.parent}--${f.InvalidParentReference}`,code:f.InvalidParentReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a parent reference that isn't pointing to an entity of type 'project' or 'data-type'.`,issue:null})):t.push(new E({id:`${r.id}--${r.parent}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.parent}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}return r.implements&&Array.isArray(r.implements)?r.implements.forEach(i=>{if(r.id===i){t.push(new E({id:`${r.id}--${i}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at one of the 'implements' references. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));return}const a=e.get(i);a?[n.CustomEntity,n.BuiltInBaseEntity].includes(a.type)?a.abstract||t.push(new E({id:`${r.id}--${i}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an abstract entity.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an entity of type 'custom-entity' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${i}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}):t.push(new E({id:`${r.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' property that isn't an array.`,issue:null})),r.extends&&Array.isArray(r.extends)&&r.extends.forEach(i=>{const a=e.get(i);a?[n.CustomEntity,n.BuiltInBaseEntity].includes(a.type)?a.abstract&&t.push(new E({id:`${r.id}--${i}--${f.InvalidExtendsReference}`,code:f.InvalidExtendsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'extends' reference that isn't pointing to a non-abstract entity. Did you want to use the property 'implements', which holds a list of references to absract entities, instead?`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.InvalidExtendsReference}`,code:f.InvalidExtendsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'extends' reference that isn't pointing to an entity of type 'custom-entity' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${i}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}),t}const Be=class Be{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"static");c(this,"abstract");c(this,"type",n.CustomEntity);c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"implements",[]);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestedProperties",[]);c(this,"suggestedMethods",[]);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y,this.static=e.static,this.abstract=e.abstract}static fromGenerationTarget(e,t){let i=t;if(e.parent){const p=_(e.parent);i=t.get(p)}const a=[];e.implements&&e.implements.forEach(p=>{a.push(t.get(p)||t.getBuiltIn(p))});const s=[];e.extends&&e.extends.forEach(p=>{s.push(t.get(p)||t.getBuiltIn(p))});const o={id:e.id,version:1,name:e.name,type:n.CustomEntity,description:e.description,static:e.static,abstract:e.abstract,properties:[],methods:[],abstractMethods:[],extends:s,implements:a,x:0,y:0,parent:i},l=R(o,t);return l.setParent(i),l.initChildren(),l}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=h7(i,t),o=Oo(i,t);a.push(...s,...o,...Ne(i));const l=i.parent?t.get(i.parent):null;if(l&&l.type===n.DataType){const p=l;p.entity&&a.push(new E({id:`${e.id}--${f.NewEntityWouldOverriteExisting}`,code:f.NewEntityWouldOverriteExisting,severity:T.Error,message:`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${p.id}' because it already has an 'entity' child. Data type entities can only have one 'entity' as children.
|
|
368
|
+
You shouldn't have to manually update a 'parent' property. The equivalent result is to change its callers, the value writters of its inputs, or the value readers of its outputs.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){var a;const e=[this],t=[],i=[];return this.parent===this.project&&this.project.addFunctionCall(this),(a=this.process)==null||a.writesValues.forEach(s=>{s.setValueWriter(this.process),e.push(s)}),this.successCalls.forEach(s=>{s.addSuccessCaller(this),e.push(s)}),this.errorCalls.forEach(s=>{s.addErrorCaller(this),e.push(s)}),this.calledBySuccess.forEach(s=>{s.addSuccessCall(this),e.push(s)}),this.calledByError.forEach(s=>{s.addErrorCall(this),e.push(s)}),this.calledByEntry.forEach(s=>{s.addCall(this),e.push(s)}),{updated:g(e),added:g(t),removed:g(i),self:this}}get calledBy(){return[...this.calledByEntry,...this.calledBySuccess,...this.calledByError]}removeInput(e){const t=this.inputs.findIndex(i=>i.id===e.id);return t>-1&&this.inputs.splice(t,1),this}addInput(e){return this.inputs.includes(e)?this:(this.inputs.push(e),this)}addOutput(e){return this.outputs.includes(e)?this:(this.outputs.push(e),this)}removeOutput(e){const t=this.outputs.findIndex(i=>i.id===e.id);return t>-1&&this.outputs.splice(t,1),this}addValueReader(e){var t;return(t=this.process)==null||t.addValueReader(e),this}removeValueReader(e){var t;return(t=this.process)==null||t.removeValueReader(e),this}addSuccessCaller(e){return this.calledBySuccess.find(t=>t.id===e.id)||this.calledBySuccess.push(e),this}addErrorCaller(e){return this.calledByError.find(t=>t.id===e.id)||this.calledByError.push(e),this}addEntryCaller(e){return this.calledByEntry.find(t=>t.id===e.id)||this.calledByEntry.push(e),this}addErrorCall(e){return this.errorCalls.push(e),this}addSuccessCall(e){return this.successCalls.push(e),this}removeCall(e){const t=this.successCalls.findIndex(a=>a.id===e.id);t>-1&&this.successCalls.splice(t,1);const i=this.errorCalls.findIndex(a=>a.id===e.id);return i>-1&&this.errorCalls.splice(i,1),this}removeCaller(e){return this.calledBySuccess=this.calledBySuccess.filter(t=>t.id!==e.id),this.calledByError=this.calledByError.filter(t=>t.id!==e.id),this.calledByEntry=this.calledByEntry.filter(t=>t.id!==e.id),this}setParent(e){return this.parent=e,this}initChildren(){if(this.initialized)return this;if(this.initialized=!0,this.initialData.declaration.type===n.FunctionDeclaration){const e=R(this.initialData.declaration,this.project);this.declaration=e}else{const e=_(this.initialData.declaration),t=this.project.get(e);this.declaration=t}return this.successCalls=this.initialData.successCalls.map(e=>{const t=R(e,this.project);return t.addSuccessCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.errorCalls=this.initialData.errorCalls.map(e=>{const t=R(e,this.project);return t.addErrorCaller(this),[n.BreakStatement,n.ContinueStatement].includes(t.type)?(t.setParent(this.parent.parent),t.initChildren()):t.type!==n.InternalCall&&(t.setParent(this.parent),t.initChildren()),t}),this.inputs=this.initialData.inputs.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.initOutputs(),this.initialData.process&&(this.process=R(this.initialData.process,this.project),this.process.setParent(this),this.process.initChildren()),this.initialData.error&&(this.error=R(this.initialData.error,this.project),this.error.setParent(this),this.error.initChildren()),this}initOutputs(){const e=[];this.outputs=this.initialData.outputs.map(s=>{const o=R(s,this.project);return e.push(o.index),o.setParent(this),o.initChildren(),o});const i=_u(this).filter(s=>!this.outputs.find(o=>o.declaration.id===s.id));i.sort((s,o)=>s.index-o.index);const a=i.map((s,o)=>{const l=e.includes(s.index)?this.outputs.length-1+o:s.index,p={id:N.UUID.uuid(),type:n.OutputMap,version:1,declaration:s,index:l,parent:this,writesValues:[]},y=R(p,this.project);return y.setParent(this),y.initChildren(),y});return this.outputs.push(...a),this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){var s;const i=[],a=[];if(t.has(this.id))return{affected:[],removed:[]};if(t.add(this.id),a.push(this),this.unsubscribe(),this.process){const{affected:o,removed:l}=(s=this.process)==null?void 0:s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}if(this.inputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.outputs.forEach(o=>{const{affected:l,removed:p}=o.remove({ignoreUpstream:!0,seenEntities:t});i.push(...l),a.push(...p)}),this.error){const{affected:o,removed:l}=this.error.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}return this.successCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),this.errorCalls.forEach(o=>{i.push(o),o.removeCaller(this)}),e||this.calledBy.forEach(o=>{i.push(o),o.removeCall(this)}),{affected:g(i),removed:g(a)}}restore({seenEntities:e}={seenEntities:new Set}){const t=[];if(e.has(this.id))return{affected:[],self:this};if(e.add(this.id),this.subscribe(),this.process){const{affected:i}=this.process.restore({seenEntities:e});t.push(...i)}return this.inputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.outputs.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.successCalls.forEach(i=>{t.push(i),i.addSuccessCaller(this)}),this.errorCalls.forEach(i=>{t.push(i),i.addErrorCaller(this)}),this.calledBySuccess.forEach(i=>{t.push(i),i.addSuccessCall(this)}),this.calledByError.forEach(i=>{t.push(i),i.addErrorCall(this)}),this.calledByEntry.forEach(i=>{t.push(i),i.addCall(this)}),{affected:g(t),self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.successCalls.flatMap(i=>i.toFlat(e)),...this.errorCalls.flatMap(i=>i.toFlat(e)),...this.inputs.flatMap(i=>i.toFlat(e)),...this.outputs.flatMap(i=>i.toFlat(e)),...this.process?this.process.toFlat(e):[],...this.error?this.error.toFlat(e):[]])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.successCalls.flatMap(i=>i.toFlatIds(e)),...this.errorCalls.flatMap(i=>i.toFlatIds(e)),...this.inputs.flatMap(i=>i.toFlatIds(e)),...this.outputs.flatMap(i=>i.toFlatIds(e))])}toJSON(){var e,t;return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,successCalls:this.successCalls.map(i=>i.toJSON()),errorCalls:this.errorCalls.map(i=>i.toJSON()),calledBySuccess:this.calledBySuccess.map(i=>i.toReference()),calledByError:this.calledByError.map(i=>i.toReference()),calledByEntry:this.calledByEntry.map(i=>i.toReference()),process:(e=this.process)==null?void 0:e.toJSON(),declaration:this.declaration.toJSON(),inputs:this.inputs.map(i=>i.toJSON()),outputs:this.outputs.map(i=>i.toJSON()),parent:this.parent.toReference(),error:(t=this.error)==null?void 0:t.toJSON()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,x:this.x,y:this.y,process:this.process?this.process.toReference():null,inputs:this.inputs.map(e=>e.toReference()),outputs:this.outputs.map(e=>e.toReference()),declaration:this.declaration.toReference(),successCalls:this.successCalls.map(e=>e.toReference()),errorCalls:this.errorCalls.map(e=>e.toReference()),calledBySuccess:this.calledBySuccess.map(e=>e.toReference()),calledByError:this.calledByError.map(e=>e.toReference()),calledByEntry:this.calledByEntry.map(e=>e.toReference()),error:this.error?this.error.toReference():null,parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.successCalls.flatMap(i=>i.toFlatJSON(e)),...this.errorCalls.flatMap(i=>i.toFlatJSON(e)),...this.inputs.flatMap(i=>i.toFlatJSON(e)),...this.outputs.flatMap(i=>i.toFlatJSON(e)),...this.process?this.process.toFlatJSON(e):[],...this.error?this.error.toFlatJSON(e):[]])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,version:this.version,type:this.type,calledByEntry:this.calledByEntry.map(t=>t.id),calledBySuccess:this.calledBySuccess.map(t=>t.id),calledByError:this.calledByError.map(t=>t.id),declaration:this.declaration.id,parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.successCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.errorCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.inputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.outputs.flatMap(i=>i.toFlatGenerationTarget(e)),...this.process?this.process.toFlatGenerationTarget(e):[],...this.error?this.error.toFlatGenerationTarget(e):[]])}clearErrors(){var e,t;return this.errors=[],this.inputs.forEach(i=>i.clearErrors()),this.outputs.forEach(i=>i.clearErrors()),this.successCalls.forEach(i=>i.clearErrors()),this.errorCalls.forEach(i=>i.clearErrors()),(e=this.process)==null||e.clearErrors(),(t=this.error)==null||t.clearErrors(),this}validate(){const e=z2(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.inputs.flatMap(t=>t.getErrors()),...this.outputs.flatMap(t=>t.getErrors()),...this.error?this.error.getErrors():[],...this.process?this.process.getErrors():[]]}getShallowErrors(){return this.errors}clone(e){return new Ce(this.toJSON(),this.project)}};c(Ce,"MUTABLE_BASE_PROPERTIES",[]),c(Ce,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Ce,"BASE_PROPERTIES",[...Ce.MUTABLE_BASE_PROPERTIES,...Ce.INMUTABLE_BASE_PROPERTIES]),c(Ce,"MUTABLE_META_PROPERTIES",["x","y"]),c(Ce,"INMUTABLE_META_PROPERTIES",[...Ce.INMUTABLE_BASE_PROPERTIES]),c(Ce,"META_PROPERTIES",[...Ce.MUTABLE_META_PROPERTIES,...Ce.INMUTABLE_META_PROPERTIES]),c(Ce,"MUTABLE_UPSTREAM_PROPERTIES",["calledBySuccess","calledByError","calledByEntry"]),c(Ce,"INMUTABLE_UPSTREAM_PROPERTIES",["declaration","parent"]),c(Ce,"UPSTREAM_PROPERTIES",[...Ce.MUTABLE_UPSTREAM_PROPERTIES,...Ce.INMUTABLE_UPSTREAM_PROPERTIES]),c(Ce,"MUTABLE_DOWNSTREAM_PROPERTIES",["successCalls","errorCalls","writesValues","inputs","outputs","error"]),c(Ce,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Ce,"DOWNSTREAM_PROPERTIES",[...Ce.MUTABLE_DOWNSTREAM_PROPERTIES,...Ce.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Ce,"PROPERTIES",[...Ce.META_PROPERTIES,...Ce.UPSTREAM_PROPERTIES,...Ce.DOWNSTREAM_PROPERTIES]);let Ur=Ce;function XP(r){var e,t,i;switch(r.id){case B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id:{const a=r.project.entities.filter(h=>!!h.implements.find(m=>m.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id));if(a.find(h=>!!h.properties.find(m=>{var b;return m.implements&&m.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id&&((b=m.getDefaultValue())==null?void 0:b.value)===!0}))){const m=a[0].properties.find(v=>v.implements&&v.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id),b=(e=m==null?void 0:m.dataType)==null?void 0:e.defaultValue;if(b)b.value=!0;else if(m!=null&&m.dataType){const v=(t=m==null?void 0:m.dataType)==null?void 0:t.id.split("-id")[0],P=R({id:v+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:!0,valueAsType:null,parent:m==null?void 0:m.dataType.toReference()},r.project);return P.setParent(m==null?void 0:m.dataType),P.initChildren(),P.addSelfToProject(),{newEntities:[P]}}return{newEntities:[]}}const o=r.project.get(B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id),l=Lo(o,"Main database");if(l.errors.length>0)return{newEntities:[]};const p=l.implemented.properties.find(h=>h.implements&&h.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id),y=(i=p==null?void 0:p.dataType)==null?void 0:i.defaultValue;if(y)y.value=!0;else if(p!=null&&p.dataType){const h=p==null?void 0:p.dataType.id.split("-id")[0],m=R({id:h+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:!0,valueAsType:null,parent:p==null?void 0:p.dataType.toReference()},r.project);m.setParent(p==null?void 0:p.dataType),m.initChildren(),m.addSelfToProject()}return{newEntities:[l.implemented]}}}return{newEntities:[]}}function QP(r){return r.implements.filter(t=>t.type===n.BuiltInBaseEntity).map(t=>{var i;switch(t.id){case B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id:{const s=r.project.entities.filter(p=>p.implements.find(y=>y.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.id)).find(p=>!!p.properties.find(y=>{var h;return y.implements&&y.implements.id===B["built-in-base-entity"].BUILT_IN_RELATIONAL_DATABASE_ENTITY.properties.default.id&&((h=y.getDefaultValue())==null?void 0:h.value)===!0}));if(!s)return{newEntities:[]};const o=r.properties.find(p=>p.implements&&p.implements.id===B["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.properties.database.id),l=(i=o==null?void 0:o.dataType)==null?void 0:i.defaultValue;if(o&&(o!=null&&o.dataType)&&!l){const p=o==null?void 0:o.dataType.id.split("-id")[0],y=R({id:p+"-default-value-id",version:1,type:n.PrimitiveValue,name:D.EntityTemplate,autogeneration:null,value:null,valueAsType:s,parent:o==null?void 0:o.dataType.toReference()},r.project);return y.setParent(o==null?void 0:o.dataType),y.initChildren(),y.addSelfToProject(),{newEntities:[y]}}return{newEntities:[]}}}}),{newEntities:[]}}function Lo(r,e,t){const i=t||He(e,n.CustomEntity,r.project),a=i.split("-id"),s=a[a.length-1||0]||i,o={id:i,version:1,name:e,type:n.CustomEntity,description:null,static:!1,abstract:!1,properties:[],methods:[],abstractMethods:[],extends:[],implements:[r],x:0,y:0,parent:r.project},l=Oo(o,r.project);if(l.length>0)return{errors:l,implemented:null,entitiesChanges:{new:[],updated:[],deleted:[]}};const p=XP(r),y=R(o,r.project);y.setParent(r.project),y.initChildren();const h=r.properties.map(v=>{const P=s+"-"+He(C(v,r.project),n.Property,r.project),A=v.clone(y,P);return A.abstract=!1,A.implements=v,A.setParent(y),y.addProperty(A),A}),m=r.abstractMethods.map(v=>{const P=s+He(v.name,n.FunctionDeclaration,r.project),A=v.implementAsFunctionDeclaration(P),I={id:P+"-parent-ref-id",type:n.GenericReference,entityId:i,entityType:n.CustomEntity},$={...A,implements:v,parent:I},U=R($,r.project);return y.addMethod(U),U.setParent(y),U.initChildren(),U.implements=v,U});o.properties=h,o.methods=m;const b=QP(y);return{implemented:y,errors:[],entitiesChanges:{new:[y,...p.newEntities,...b.newEntities],updated:[y],deleted:[]}}}function Au(r,e){return e.entities.find(a=>{const s=a.properties,o=s.map(m=>m.name),l=r.every(m=>o.includes(m)),p=o.filter(m=>!r.includes(m)),y=s.every(m=>!p.includes(m.name)||!m.required);return l&&y})||null}function eA(r,e,t=ze.OrDataTypeGroup){const i=[],a=[],s=[],l={id:e.id+"--nested-data-type-id-"+r.id,version:1,type:n.DataType,entity:r.toJSON(),isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:t,parent:e.toReference()},p=R(l,r.project);return a.push(p),p.setParent(e),p.initChildren(),p.setEntity(r),p.addSelfToProject(),{updated:g(i),added:g(a),removed:g(s),self:p}}function Ou(r,e,t,i){const a=[],s=[],o=[];switch(typeof r){case"string":let l=!1;const p=new Date(r);if(p instanceof Date&&!isNaN(p.valueOf())&&(l=!0),l){const y=e.project.getBuiltIn(B[n.PrimitiveEntity][D.Date].id);e.setEntity(y);break}else{const y=e.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id);e.setEntity(y);break}case"number":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":if(r===null){e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}else if(Array.isArray(r))if(e.sync({isList:!0}),r.length>0){const y=r.slice(0,5).filter(m=>m!==void 0);if(y.every(m=>typeof m==typeof y[0])&&(typeof y[0]!="object"||y[0]===null))switch(typeof y[0]){case"string":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id));break;case"number":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":e.setEntity(e.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}else{const m=[];let b=!1;y.forEach((P,A)=>{if(Array.isArray(P)&&(b=!0),typeof P=="object"&&!Array.isArray(P)&&P!==null){const I=Go(P,e.project,{...t,id:e.id+"--or-child-data-type-entity-id-"+A},i);I.hasCreated&&m.push(I.changeSet.self),a.push(...I.changeSet.updated),s.push(...I.changeSet.added),o.push(...I.changeSet.removed)}});const v=g(m);if(!v.length&&!b){y.forEach(P=>{const A={id:N.UUID.uuid(),version:1,type:n.DataType,entity:null,isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:ze.OrDataTypeGroup,parent:e.toReference()},I=R(A,e.project);switch(I.setParent(e),I.initChildren(),I.addSelfToProject(),typeof P){case"string":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.String].id));break;case"number":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Number].id));break;case"boolean":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Boolean].id));break;case"object":I.setEntity(I.project.getBuiltIn(B[n.PrimitiveEntity][D.Null].id));break}});break}else v.length===1&&!b?e.setEntity(v[0]):y.forEach((P,A)=>{if(typeof P=="object"&&!Array.isArray(P)&&P!==null){const I=Au(Object.keys(P),e.project);if(I){const $=eA(I||v[0],e,ze.OrDataTypeGroup);a.push(...$.updated),s.push(...$.added),o.push(...$.removed)}}else{const I={id:e.id+"--or-child-data-type-id--"+A,version:1,type:n.DataType,entity:null,isList:Array.isArray(P),isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parentRelationType:ze.OrDataTypeGroup,parent:e.toReference()},$=R(I,e.project);$.setParent(e),$.initChildren(),$.addSelfToProject();const U=Ou(P,$,{...t,id:e.id+"--or-child-data-type-entity-id-"+A},i);a.push(...U.updated),s.push(...U.added),o.push(...U.removed)}})}}else{const y=Go(r[0],e.project,{...t},i);e.setEntity(y.changeSet.self),a.push(...y.changeSet.updated),s.push(...y.changeSet.added),o.push(...y.changeSet.removed);break}else{const y=Go(r,e.project,{...t},i);e.setEntity(y.changeSet.self),a.push(...y.changeSet.updated),s.push(...y.changeSet.added),o.push(...y.changeSet.removed);break}}return{updated:g(a),added:g(s),removed:g(o),self:e}}function Go(r,e,t,i){const a=[],s=[],o=[],l=Object.keys(r),p=Au(l,e);if(p)return{hasCreated:!1,changeSet:{updated:[],added:[],removed:[],self:p}};const y=i?t.name+" of "+i.name:t.name,m={id:t.id||He(y,n.CustomEntity,e),version:1,name:y,type:n.CustomEntity,description:t.description||null,static:t.static||!1,abstract:t.abstract||!1,properties:[],methods:[],abstractMethods:[],extends:[],implements:[],x:0,y:0,parent:e.toReference()},b=R(m,e);return b.setParent(e),b.initChildren(),b.addSelfToProject(),s.push(b),l.forEach((v,P)=>{const A=He(y+" "+v,n.Property,e),I={id:A,version:1,name:v,type:n.Property,description:null,static:!1,abstract:!1,dataType:null,implements:null,index:P,hidden:!1,private:!1,required:!0,parent:b.toReference()},$=R(I,e);$.setParent(b),$.initChildren(),$.addSelfToProject(),s.push($);const U=r[v],Ve={id:A+"--data-type-id",version:1,type:n.DataType,entity:null,isList:!1,isNullable:!1,defaultValue:null,asType:null,andChildrenGroup:null,orChildrenGroup:null,like:!0,inferred:!1,constant:!1,parent:$.toReference()},_t=R(Ve,e);_t.setParent($),_t.initChildren(),_t.addSelfToProject(),s.push(_t);const Nt=Ou(U,_t,{...t,name:v,id:A+"--data-type-entity-id"},i||b);a.push(...Nt.updated),s.push(...Nt.added),o.push(...Nt.removed)}),{hasCreated:!0,changeSet:{updated:g(a),added:g(s),removed:g(o),self:b}}}function $o(r,e){const t=xr(r);if(t.length===0)return{list:[],last:null};let i=null;return{list:t.flatMap(s=>{if(s===e)return i=s,[s];const o=$o(s,e);return o.last&&(i=o.last),[s,...o.list]}),last:i}}function tA(r,e,t=new Set){const i=Kn(r),a=Kn(e),s=i.filter(p=>!a.includes(p)),o=i.filter(p=>a.includes(p)),l=s.reduce((p,y)=>t.has(y.id)?p:(t.add(y.id),g([...p,...tA(y,e,t)])),[]);return g([...o,...l])}function $a(r,e){const t=$o(r,e);return t.last===e&&t.list.length>0&&t.list[0]!==e}function Z2(r,e){return!!$o(r,e).last}function K2(r){if(Ge.includes(r.type))return r;if([...Bn,n.VariableDeclaration].includes(r.type)){const e=r.parent;return Ge.includes(e.type)?e:null}return null}function Su(r,e){if(!r||!e)throw new Error("Both entities must be defined to find a common ancestor");if(r===e)return r;const t=r.parent;if(t){if(t===e)return e;if(t.type===n.Project)return null}else return null;const i=e.parent;if(i){if(i===r)return r;if(i.type===n.Project)return null}else return null;return Su(t,i)}function Qe(r){if(zo.includes(r.type)){if(r.type===n.FunctionDeclaration){const e=r.parent;if(e.type===n.CustomEntity)return e;if(e.type===n.Loop)return e}return r}else{const e=r.parent;return e?Qe(e):null}}function X2(r){return r.type===n.VariableDeclaration?[r]:Ue.includes(r.type)?[...r.inputs,...r.outputs||[]]:r.type===n.ReturnStatement?r.outputs:Jr.includes(r.type)||r.type===n.FunctionDeclaration?r.inputs:[]}function Q2(r){const e=Kn(r),t=[],i=[];ju.includes(r.type)&&t.push(...Cu(r));const a=e.filter(s=>{const o=t.includes(s);return o?!1:Bn.includes(s.type)&&!o?(i.push(s),!1):!0});return t.sort((s,o)=>$a(o,s)?-1:0),i.sort((s,o)=>$a(o,s)?-1:0),[...t,...i,...a]}function nA(r){return[...r].sort((e,t)=>$a(t,e)?-1:0)}function e7(r){const e=nA(r),t=[];return e.forEach(i=>{const a=t[t.length-1];if(a){const s=a[a.length-1];$a(i,s)?t.push([i]):a.push(i)}else t.push([i])}),t}function Et(r){const e=r.map(t=>Qe(t));return g(e)}function Cu(r){return Ue.includes(r.type)?[...Et(r.successCalls),...Et(r.errorCalls)]:Ge.includes(r.type)?Et(r.calls):[]}function t7(r,e){return Cu(r).includes(e)}function Bu(r){return r.writesValues||[]}function n7(r,e){return Bu(r).includes(e)}function rA(r){var e;return ke.includes((e=r==null?void 0:r.readsValue)==null?void 0:e.type)?r.readsValue:null}function r7(r){return r.writesValues}function iA(r=[]){return r.map(rA).filter(e=>!!e)}function Fo(r=[]){return r.map(e=>e.writesValues).flat().filter(e=>ke.includes(e.type))}function aA(r=[]){return r.map(e=>e.readsValue).filter(e=>!!e&&ke.includes(e.type))}function sA(r){return ke.includes(r.type)?r:null}function oA(r){return r.writesValues.map(sA).filter(e=>!!e)}function lA(r=[]){return r.reduce((e,t)=>t.type===n.OutputMap?[...e,...oA(t)]:e,[])}function we(r){return Ue.includes(r.type)?[...ln(Et(r.successCalls)),...ln(Et(r.errorCalls))]:Ge.includes(r.type)?ln(Et(r.calls)):[]}function i7(r){return Ue.includes(r.type)?[...ln(Et(r.successCalls)),...ln(Et(r.errorCalls))]:Ge.includes(r.type)?ln(Et(r.calls)):[]}function cA(r,e=new Set){return r.writesValues.filter(i=>ke.includes(i.type)&&!e.has(i.id)).reduce((i,a)=>e.has(a.id)?i:[...i,...ie(a,e)],[])}function dA(r,e=new Set){var i;return(((i=r.readsValue)==null?void 0:i.writesValues)||[]).filter(a=>ke.includes(a.type)&&!e.has(a.id)).reduce((a,s)=>e.has(s.id)?a:[...a,...ie(s,e)],[])}function ie(r,e=new Set){if(e.has(r.id))return[];if(r.type===n.ReturnStatement)return aA(r.outputs).reduce((i,a)=>[...i,...ie(a,e)],[]);if(r.type===n.FunctionCall||r.type===n.Operation||r.type===n.Condition)return[...we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]),...iA(r.inputs),...lA(r.outputs)].reduce((s,o)=>[...s,...ie(o,e)],[]);if(Jr.includes(r.type)){const t=Fo(r.inputs),a=we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]);return t.push(...a),t.reduce((s,o)=>[...s,...ie(o,e)],[])}if(r.type===n.FunctionDeclaration){const t=[...Fo(r.inputs)],a=we(r).reduce((s,o)=>{const l=Qe(o);return[...s,...ie(l||o,e)]},[]);return t.push(...a),t.reduce((s,o)=>[...s,...ie(o)],[])}if(ke.includes(r.type)){e.add(r.id);const i=we(r).reduce((a,s)=>{const o=Qe(s);return[...a,...ie(o||s,e)]},[]);return[r,...i,...dA(r,e),...cA(r,e)]}return[]}function Pt(r,e=new Set){return e.has(r.id)?[]:(e.add(r.id),[...Kn(r).reduce((a,s)=>[...a,s,...Pt(s,e)],[])])}function ln(r){return r.reduce((e,t)=>t.type===n.ReturnStatement||t.type===n.ContinueStatement||t.type===n.BreakStatement?[...e,t]:[...e,t,...we(t)],[])}function uA(r){const e=r.entities||[],t=[...e,...r.functions||[],...r.events||[],...r.projects||[]],i=e.reduce((p,y)=>[...p,...y.properties],[]),a=e.reduce((p,y)=>[...p,...y.methods],[]),s=a.reduce((p,y)=>[...p,...Fo(y.inputs),...ln(Et(y.calls)),...y.returnStatements],[]),o=r.functions.reduce((p,y)=>[...p,...ln(Et(y.calls)),...y.returnStatements],[]),l=r.events.reduce((p,y)=>[...p,...ln(Et(y.calls)),...y.returnStatements],[]);return[...t,...i,...a,...s,...o,...l]}function pA(r,e){return e.filter(i=>{if(!i)return!1;switch(i.type){case n.FunctionCall:return i.inputs.find(a=>a.id===r.id)!==void 0||i.outputs.find(a=>a.id===r.id)!==void 0;case n.Condition:return i.successCalls.find(a=>a.id===r.id)!==void 0||i.errorCalls.find(a=>a.id===r.id)!==void 0||i.inputs.find(a=>a.id===r.id)!==void 0;case n.Operation:return i.outputs.find(a=>a.id===r.id)!==void 0;case n.VariableDeclaration:return Ue.includes(r.type)?yA(r).find(s=>{var o;return((o=s.readsValue)==null?void 0:o.id)===i.id})!==void 0:!1;case n.CustomEntity:return i.properties.find(a=>a.id===r.id)!==void 0||i.methods.find(a=>a.id===r.id)!==void 0;case n.FunctionDeclaration:return i.inputs.find(a=>a.id===r.id)!==void 0||(i.returnStatements.map(a=>a.outputs).flat()||[]).find(a=>a.id===r.id)!==void 0;default:return!1}})}function a7(r){const e=uA(r.project);return pA(r,e)}function xr(r){const e=[];if(Bn.includes(r.type)){r.calledBy.forEach(a=>{const s=Qe(a);s&&e.push(s)});const i=[...r.inputs||[],...r.outputs||[]].map(a=>Nu(a)).filter(a=>a!==null);e.push(...g(i))}if(ke.includes(r.type)){const t=Nu(r);t&&e.push(t)}return g(e)}function wu(r){return r.type===n.FunctionCall||r.type===n.InternalCall||[n.Operation,n.Condition,n.Loop].includes(r.type)?r.declaration.inputs:r.type===n.FunctionDeclaration||Jr.includes(r.type)?r.inputs:r.type===n.Search?r.inputsDeclarations:[]}function s7(r,e){return e.type===n.Condition?e.inputs.find(t=>t.declaration.id===r.id):e.type===n.FunctionCall||e.type===n.Operation?e.inputs.find(t=>t.declaration.id===r.id):null}function yA(r){return Ue.includes(r.type)?r.inputs:[]}function _u(r){var e;return r.type===n.FunctionCall?((e=r.declaration.returnStatements[0])==null?void 0:e.outputs)||[]:[n.Operation,n.Condition,n.Loop].includes(r.type)?r.declaration.outputs:r.type===n.Search?r.outputsDeclarations:$e.includes(r.type)?r.outputs:[]}function o7(r,e){return e.type===n.Condition?null:e.type===n.FunctionCall||e.type===n.Operation?e.outputs.find(t=>t.declaration.id===r.id):null}function l7(r){return r.type===n.Condition?[]:Ue.includes(r.type)?r.outputs:[]}function Nu(r){const e=r.readsValue;return e?Qe(e):null}function fA(r){const e=r.internalCalls||[];return g(Et(g(e.flatMap(t=>[...t.successCalls,...t.errorCalls]))))}function Si(r){const e=Bu(r),t=[];return e.forEach(i=>{if(ke.includes(i.type))t.push(i);else if(Cn.includes(i.type)){const a=i.parent;t.push(a)}}),t}function g(r){const e=new Set;return r.filter(t=>!t||e.has(t.id)?!1:(e.add(t.id),!0))}function Kn(r,e=!1){const t=[];if(r.type===n.Project&&t.push(...(r==null?void 0:r.entities)||[],...(r==null?void 0:r.functions)||[],...(r==null?void 0:r.variableDeclarations)||[],...(r==null?void 0:r.variableInstances)||[],...(r==null?void 0:r.searches)||[],...(r==null?void 0:r.loops)||[],...(r==null?void 0:r.operations)||[],...(r==null?void 0:r.conditions)||[],...(r==null?void 0:r.functionCalls)||[],...(r==null?void 0:r.events)||[],...(r==null?void 0:r.projects)||[]),ct.includes(r.type)&&t.push(...(r==null?void 0:r.detachedChildren)||[]),r.type===n.CustomEntity){const i=[...r.suggestedMethods,...r.methods].flatMap(a=>a.collapsed&&e?[]:Kn(a));t.push(...i)}if(r.type===n.Condition){const i=r.successCalls.map(s=>Qe(s)),a=r.errorCalls.map(s=>Qe(s));t.push(...i,...a)}if(Jr.includes(r.type)){if(r.collapsed&&e)return[];const i=r.inputs.map(s=>Si(s)).flat(),a=r.calls.map(s=>Qe(s));t.push(...g(i),...a)}if(Ue.includes(r.type)&&r.type!==n.Condition){const i=r==null?void 0:r.outputs.map(o=>Si(o)).flat(),a=r.successCalls.map(o=>Qe(o)),s=r.errorCalls.map(o=>Qe(o));t.push(...g(i),...a,...s)}if(ke.includes(r.type)){const i=Si(r),a=fA(r);t.push(...i,...a)}if(r.type===n.Loop){const i=r.outputs.map(o=>Si(o)).flat();if(r.body){const o=Kn(r.body,e);t.push(...o)}const a=r.errorCalls.map(o=>Qe(o)),s=r.successCalls.map(o=>Qe(o));t.push(...g(i),...s,...a)}if(r.type===n.FunctionDeclaration){if(r.collapsed&&e)return[];const i=r.inputs.map(s=>Si(s)).flat(),a=r.calls.map(s=>Qe(s));t.push(...g(i),...a)}return g(t)}function hA(r,e=!1){const t=Kn(r,e),i=[...t,...t.reduce((a,s)=>[...a,...hA(s,e)],[])];return g(i)}function mA(r){const e=xr(r),t=[...e,...e.reduce((i,a)=>[...i,...mA(a)],[])];return g(t)}function Uo(r){return r.implements.reduce((e,t)=>t.type===n.CustomEntity?[...e,n.CustomEntity,...Uo(t),...xo(t)]:[...e,t.name],[])}function xo(r){return r.extends.reduce((e,t)=>t.type===n.CustomEntity?[...e,n.CustomEntity,...xo(t),...Uo(t)]:[...e,t.name],[])}function Mu(r){return r.extends.reduce((e,t)=>t.type===n.CustomEntity?[...e,t,...Mu(t),...Vu(t)]:[...e,t],[])}function Vu(r){return r.implements.reduce((e,t)=>t.type===n.CustomEntity?[...e,t,...Vu(t),...Mu(t)]:[...e,t],[])}function TA(r){return[...xo(r),...Uo(r)].filter((t,i,a)=>a.indexOf(t)===i)}function EA(r){return r.implements.length===0&&r.extends.length===0?null:r.implements.find(i=>i.type===n.BuiltInBaseEntity&&i.name===L.PERSISTED_ENTITY)?r:[...r.implements,...r.extends].reduce((i,a)=>{if(a.type===n.CustomEntity){const s=EA(a);if(s)return s}return i},null)}function c7(r){const e=r.extends.find(t=>t.type===n.BuiltInBaseEntity);return e&&e.type===n.BuiltInBaseEntity?e:null}function d7(r){const e=r.implements.find(t=>t.type===n.BuiltInBaseEntity);return e&&e.type===n.BuiltInBaseEntity?e:null}function bA(r){const e=r.extends.find(t=>t.type===n.CustomEntity);return e&&e.type===n.CustomEntity?e:null}function Xn(r){const e=[...r.implements,...r.extends].reduce((t,i)=>i.type===n.BuiltInBaseEntity?[...t,i]:i.type===n.CustomEntity?[...t,...Xn(i)]:t,[]);return g(e)}function Lu(r){return r.type===n.PrimitiveEntity?!0:r.type===n.BuiltInBaseEntity?r.interactive:!Xn(r).find(i=>!i.interactive)}function u7(r){return r.parent===r.project&&r.project.variableDeclarations.includes(r)}function Gu(r){return r.parent!==r.project?!1:n.VariableDeclaration===r.type?r.project.variableDeclarations.includes(r):n.VariableInstance===r.type?r.project.variableInstances.includes(r):n.FunctionCall===r.type?r.project.functionCalls.includes(r):n.Condition===r.type?r.project.conditions.includes(r):n.Operation===r.type?r.project.operations.includes(r):n.Loop===r.type?r.project.loops.includes(r):n.Search===r.type?r.project.searches.includes(r):!1}function RA(r){if([...Ge,n.CustomEntity,n.InstalledProject,n.Project].includes(r.type)||Gu(r))return!1;const e=xr(r);return e.length===0?!0:e.some(t=>RA(t))}function $u(r){return[...Ge,n.CustomEntity,n.InstalledProject,n.Project].includes(r.type)||Gu(r)?!1:xr(r).length===0}function gA(r,e=0){if($u(r)){const t=xr(r);return t.length===0?r:t.map(a=>gA(a,e+1)).reduce((a,s)=>a?s&&s.x<a.x?s:a:s,null)}return null}function vA(r){const e=[];if($u(r))e.push(r);else return[];return xr(r).forEach(i=>{e.push(...vA(i))}),e}function IA(r){return r.type===n.FunctionDeclaration&&r.parent!==r.project&&!![n.CustomEntity,n.Loop,n.InstalledProject].includes(r.parent.type)}function p7(r,e){const t=new Map;return r.forEach(i=>{t.set(i.id,i)}),e.forEach(i=>{t.set(i.id,i)}),Array.from(t.values())}function jo(r){switch(r){case n.CustomEntity:return jr;case n.FunctionDeclaration:return Cr;case n.VariableDeclaration:return Nr;case n.VariableInstance:return Mr;case n.FunctionCall:return Ur;case n.Operation:return Br;case n.Condition:return _r;case n.ReturnStatement:return $r;case n.Loop:return wr;case n.Search:return Vr;case n.InputMap:return An;case n.OutputMap:return On;case n.ArgumentDeclaration:return Gr;case n.ReturnDeclaration:return Bt;case n.Property:return Sr;case n.InstalledProject:return Lr;case n.Project:return N;case n.BuiltInBaseEntity:return Ft;default:return null}}function bt(r,e){if(ct.includes(r.type))return r;if(Wr.includes(r.type))return null;const t=r.parent;if(!t)return null;if(t.type===n.GenericReference){const i=_(t);if(!i)return null;const a=e.get(i);return a?bt(a,e):null}else return t===e?e:bt(t,e)}function Fu(r,e){if(Wr.includes(r.type)||e.getBuiltIn(r.id))return null;const t=wt(r.parent,e);return t?t===e?ct.includes(r.type)?r:null:t.type===n.CustomEntity?r:Fu(t,e):null}function ko(r,e,t){if(r===e||e===t||r===t)return!1;const i=bt(e.parent,t);return i===r?!0:ko(i,e,t)}var qo=(r=>(r.SameBothLocal="same-both-local",r.AInB="a-in-b",r.BInA="b-in-a",r.ParallelInCommonParent="parallel-in-common-parent",r.ParallelInProject="parallel-in-project",r.AIsGlobalBIsNot="a-is-global-b-is-not",r.BIsGlobalAIsNot="b-is-global-a-is-not",r.SameBothGlobal="same-both-global",r))(qo||{});function Fa(r,e,t){const i=bt(r,t),a=bt(e,t);if(!i)throw new Error("Could not find scope owner for the entity: "+r.id);if(!a)throw new Error("Could not find scope owner for the entity: "+e.id);if(i===a&&i.type!==n.Project)return{compatible:!0,type:"same-both-local",commonAncestorScope:i};if(i===a&&i.type===n.Project)return{compatible:!0,type:"same-both-global",commonAncestorScope:i};if(i.type===n.Project&&a.type!==n.Project)return{compatible:!1,type:"a-is-global-b-is-not",commonAncestorScope:i};if(i.type!==n.Project&&a.type===n.Project)return{compatible:!1,type:"b-is-global-a-is-not",commonAncestorScope:a};if(ko(i,a,t))return{compatible:!0,type:"b-in-a",commonAncestorScope:i};if(ko(a,i,t))return{compatible:!0,type:"a-in-b",commonAncestorScope:a};const l=Su(i,a);return l===t?{compatible:!1,type:"parallel-in-project",commonAncestorScope:l}:l?{compatible:!1,type:"parallel-in-common-parent",commonAncestorScope:bt(l,t)}:{compatible:!1,type:"parallel-in-project",commonAncestorScope:t}}function DA(r,e,t){const i=Fa(r,e,t);if(!i.compatible||i.type!=="same-both-local")return null;if(r===e)return r;let a=bt(r.parent,t);if(a){if(a===e)return e;if(a.type===n.Project)return r}else return r;for(;a;){if(a){if(a===e)return e;if(a.type===n.Project)return r}else return r;a=bt(a.parent,t)}let s=bt(e.parent,t);if(s){if(s===r)return r;if(s.type===n.Project)return e}else return e;for(;s;){if(s){if(s===r)return r;if(s.type===n.Project)return e}else return e;s=bt(s.parent,t)}return null}function PA(r){return r.length===0?null:r.length===1?r[0]:r.reduce((t,i)=>{const a=DA(t,i,i.project);return!a||a===i?t:i},r[0])}function wt(r,e){let t;return typeof r=="string"?t=r:r.type===n.GenericReference?t=_(r):t=r.id,t===e.id?e:e.get(t)}function Qn(r){if(!r)return null;if(Wr.includes(r.type))return r;if(r.type===n.Project)return null;if(r.project.getBuiltIn(r.id))return r;const e=r.parent;return!e||e.type===n.Project?null:Qn(e)}function Ua(r,e){var t;if(r.readsValue){const i=wt(r.readsValue,e.project);e.setValueWriter(i),i.addValueReader(e)}else r.readsValue===null&&((t=e.readsValue)==null||t.removeValueReader(e),e.readsValue=null);return e}function xa(r){const e=[];function t(s,o){return e.some(l=>l.blockedByCaller===s&&l.blockedByCalling===o)}function i(s,o){t(s,o)||e.push({blockedByCaller:s,blockedByCalling:o})}const a=Fu(r,r.project);return r.calledBySuccess.forEach(s=>{[...s.successCalls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))});let l;if(Ue.includes(s.type)&&(l=s),l){const p=xa(l);p.reachable||we(r).find(m=>m===s)||p.blocks.forEach(m=>{i(s,m.blockedByCalling)})}}),r.calledByError.forEach(s=>{[...s.errorCalls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))});let l;if(Ue.includes(s.type)&&(l=s),l){const p=xa(l);p.reachable||we(r).find(m=>m===s)||p.blocks.forEach(m=>{i(s,m.blockedByCalling)})}}),r.calledByEntry.forEach(s=>{if([...s.calls||[]].forEach(p=>{$e.includes(p.type)&&p!==r&&(we(r).find(m=>m===p)||i(s,p))}),s===a)return;let l;if(s.type===n.FunctionDeclaration){const p=Qe(s);if(p.type===n.CustomEntity)return;p.type===n.Loop&&(l=p)}if(l){const p=xa(l);p.reachable||p.blocks.forEach(y=>{i(s,y.blockedByCalling)})}}),{reachable:e.length===0,entryPoint:a,blocks:e}}function y7(r){return zo.includes(r.type)?r.type===n.FunctionDeclaration?!IA(r):!0:!1}function f7(r){if(n.ActionDescriptor===r.type){if(r.project.operationDeclarations.find(s=>s.id===r.id))return n.Operation;if(r.project.globalEventActionDescriptors.find(s=>s.id===r.id))return n.GlobalEvent;if(r.project.loopDeclarations.find(s=>s.id===r.id))return n.Loop;if(r.project.conditionDeclarations.find(s=>s.id===r.id))return n.Condition}return r.type}function h7(r,e){const t=[];if(r.parent)if(r.id===r.parent)t.push(new E({id:`${r.id}--${r.parent}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at 'parent'. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));else{const i=e.get(r.parent);i?[n.Project,n.DataType].includes(i.type)||t.push(new E({id:`${r.id}--${r.parent}--${f.InvalidParentReference}`,code:f.InvalidParentReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a parent reference that isn't pointing to an entity of type 'project' or 'data-type'.`,issue:null})):t.push(new E({id:`${r.id}--${r.parent}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${r.parent}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}return r.implements&&Array.isArray(r.implements)?r.implements.forEach(i=>{if(r.id===i){t.push(new E({id:`${r.id}--${i}--${f.SelfReference}`,code:f.SelfReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has a reference to itself at one of the 'implements' references. This is not allowed. Change the reference string or the 'entityId' property of the reference object.`,issue:null}));return}const a=e.get(i);a?[n.CustomEntity,n.BuiltInBaseEntity].includes(a.type)?a.abstract||t.push(new E({id:`${r.id}--${i}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an abstract entity.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.InvalidImplementsReference}`,code:f.InvalidImplementsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' reference that isn't pointing to an entity of type 'custom-entity' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${i}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}):t.push(new E({id:`${r.id}--${S.InvalidObjectStructure}`,code:S.InvalidObjectStructure,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'implements' property that isn't an array.`,issue:null})),r.extends&&Array.isArray(r.extends)&&r.extends.forEach(i=>{const a=e.get(i);a?[n.CustomEntity,n.BuiltInBaseEntity].includes(a.type)?a.abstract&&t.push(new E({id:`${r.id}--${i}--${f.InvalidExtendsReference}`,code:f.InvalidExtendsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'extends' reference that isn't pointing to a non-abstract entity. Did you want to use the property 'implements', which holds a list of references to absract entities, instead?`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.InvalidExtendsReference}`,code:f.InvalidExtendsReference,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", has an 'extends' reference that isn't pointing to an entity of type 'custom-entity' or 'built-in-base-entity'.`,issue:null})):t.push(new E({id:`${r.id}--${i}--${f.ReferencedEntityNotFound}`,code:f.ReferencedEntityNotFound,severity:T.Error,message:`Entity of type "${r.type}" with id "${r.id}", is referencing an entity with id "${i}" that isn't yet found in the project. Perhaps it should be created first. Or perhaps the ID is incorrect.`,issue:null}))}),t}const Be=class Be{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"x");c(this,"y");c(this,"static");c(this,"abstract");c(this,"type",n.CustomEntity);c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"implements",[]);c(this,"project");c(this,"errors",[]);c(this,"parent");c(this,"initialized",!1);c(this,"suggestedProperties",[]);c(this,"suggestedMethods",[]);this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=e.x,this.y=e.y,this.static=e.static,this.abstract=e.abstract}static fromGenerationTarget(e,t){let i=t;if(e.parent){const p=_(e.parent);i=t.get(p)}const a=[];e.implements&&e.implements.forEach(p=>{a.push(t.get(p)||t.getBuiltIn(p))});const s=[];e.extends&&e.extends.forEach(p=>{s.push(t.get(p)||t.getBuiltIn(p))});const o={id:e.id,version:1,name:e.name,type:n.CustomEntity,description:e.description,static:e.static,abstract:e.abstract,properties:[],methods:[],abstractMethods:[],extends:s,implements:a,x:0,y:0,parent:i},l=R(o,t);return l.setParent(i),l.initChildren(),l}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[],s=h7(i,t),o=Oo(i,t);a.push(...s,...o,...Ne(i));const l=i.parent?t.get(i.parent):null;if(l&&l.type===n.DataType){const p=l;p.entity&&a.push(new E({id:`${e.id}--${f.NewEntityWouldOverriteExisting}`,code:f.NewEntityWouldOverriteExisting,severity:T.Error,message:`The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${p.id}' because it already has an 'entity' child. Data type entities can only have one 'entity' as children.
|
|
369
369
|
You can inspect the existing 'entity' field with the 'describe_entity' action. Like so:
|
|
370
370
|
${on({describe_entity:p.entity.id})}
|
|
371
|
-
Alternatively you can update the parent data-type entity with 'update' action to remove the existing value of the field.`,issue:null}))}return{errors:a,modifiedData:i}}get extendedProperties(){return g([...this.extends.reduce((e,t)=>[...[...t.properties,...t.extendedProperties].filter(a=>!a.abstract),...e],[]),...this.implements.reduce((e,t)=>[...[...t.properties,...t.extendedProperties].filter(a=>!a.abstract),...e],[])])}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an '${this.type}', must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];if(this.parent.type===n.DataType){const a=this.parent;a.entity=this,e.push(a)}else this.project.addCustomEntity(this);return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}removeProperty(e){return this.properties=this.properties.filter(t=>t.id!==e.id),this}addMethod(e){return this.methods.includes(e)||(this.methods.push(e),this.suggestedMethods=this.suggestedMethods.filter(t=>t.name!==e.name)),this}removeMethod(e){return this.methods=this.methods.filter(t=>t.id!==e.id),this}addProperty(e){return this.properties.includes(e)||(this.properties.push(e),this.suggestedProperties=this.suggestedProperties.filter(t=>t.name!==e.name)),this}addSuggestedProperty(e){return this.suggestedProperties.includes(e)||this.suggestedProperties.push(e),this}addSuggestedMethod(e){return this.suggestedMethods.includes(e)||this.suggestedMethods.push(e),this}removeSuggestedProperty(e){return this.suggestedProperties=this.suggestedProperties.filter(t=>t.id!==e.id),this}removeSuggestedMethod(e){return this.suggestedMethods=this.suggestedMethods.filter(t=>t.id!==e.id),this}addAbstractMethod(e){return this.abstractMethods.includes(e)||this.abstractMethods.push(e),this}removeAbstractMethod(e){return this.abstractMethods=this.abstractMethods.filter(t=>t.id!==e.id),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.properties=this.initialData.properties.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.methods=this.initialData.methods.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.abstractMethods=this.initialData.abstractMethods.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.extends=this.initialData.extends.map(e=>R(e,this.project)),this.implements=this.initialData.implements.map(e=>R(e,this.project)),this.addSuggestions(),this)}addSuggestions(){return this.implements.forEach(e=>{J3(this,e).forEach(a=>{const s=a.toJSON();s.id=`_suggestion--parent--${this.id}--${a.id}`;const o=R(s,this.project);o.suggestion=!0,o.setParent(this),o.initChildren(),this.addSuggestedProperty(o)}),W3(this,e).forEach(a=>{const s=`_suggestion--parent--${this.id}--${a.id}`,o=a.implementAsFunctionDeclaration(s),l=R(o,this.project);if(l.suggestion=!0,l.setParent(this),l.initChildren(),l.inputs.forEach(p=>{p.suggestion=!0}),l.returnStatements.length){const p=l.returnStatements[0];p.suggestion=!0,p.outputs.forEach(y=>{y.suggestion=!0})}this.addSuggestedMethod(l)})}),this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.x=e.x||this.x,this.y=e.y||this.y,this.static=e.static||this.static,this.abstract=e.abstract||this.abstract,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.properties.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.methods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.abstractMethods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.suggestedProperties.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.suggestedMethods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.properties.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.methods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.abstractMethods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.suggestedProperties.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.suggestedMethods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.extends.flatMap(i=>i.toFlat(e)),...this.implements.flatMap(i=>i.toFlat(e)),...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.extends.flatMap(i=>i.toFlatIds(e)),...this.implements.flatMap(i=>i.toFlatIds(e)),...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,x:this.x,y:this.y,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),implements:this.implements.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON()),parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,x:this.x,y:this.y,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),implements:this.implements.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e)),...this.implements.flatMap(i=>i.toFlatJSON(e)),...this.extends.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,static:this.static,abstract:this.abstract,extends:this.extends.map(t=>t.id),implements:this.implements.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.implements.filter(i=>i.type===n.CustomEntity).flatMap(i=>i.toFlatGenerationTarget(e)),...this.implements.filter(i=>i.type===n.CustomEntity).flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){return this.errors=q3(this),{success:!0,error:null,data:null}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e=null,t=null,i=!0){var b,v,P;const a=this.toJSON(),s=t||He(C(this,this.project),n.CustomEntity,this.project);a.properties=[],a.methods=[],a.abstractMethods=[];const o=s.split("-id"),l=o[o.length-1||0]||s;a.id=s;const p=xt(a,this.project);e&&p.setParent(e),i&&p.subscribe(),p.initChildren();const y=(b=this.properties)==null?void 0:b.map((A,I)=>A.clone(this,l+"-property-"+I+"-id",i));p.properties=y;const h=(v=this.methods)==null?void 0:v.map((A,I)=>A.clone(this,l+"-method-"+I+"-id",i));p.methods=h;const m=(P=this.abstractMethods)==null?void 0:P.map((A,I)=>A.clone(this,l+"-abstract-method-"+I+"-id",i));return p.abstractMethods=m,p}getFunctionDeclaration(e){return this.methods.find(t=>t.id===e)}implement(e,t){return Lo(this,e,t)}getAllInteractiveMethods(){const e=this.implements.filter(i=>i.type===n.CustomEntity||i.type===n.BuiltInBaseEntity&&i.interactive);return g([...this.methods,...this.extends.flatMap(i=>i.getAllInteractiveMethods()),...e.flatMap(i=>i.getAllInteractiveMethods())])}inferFromInputs(e){if(this.parent.type!==n.DataType||!this.parent.inferred)return this;const t=[];e.forEach(s=>{t.find(l=>C(l,this.project)===C(s,this.project))||t.push(s)});const i=this.properties.filter(s=>!s.getDataType());t.forEach(s=>{const o=i.find(m=>C(m,this.project)===C(s,this.project));if(!o)return;const p=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),y=sn(p),h=y==null?void 0:y.clone(o,o.id+"--data-type",!0);h&&o.setDataType(h),s.setDeclaration(o)});const a=[];return t.forEach(s=>{if(!s.declaration){a.push(s);return}}),a.length===0?this:(a.forEach(s=>{const o=this.properties.find(v=>C(v,this.project)===C(s,this.project));if(o){if(s.setDeclaration(o),!o.getDataType()){const P=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),A=sn(P),I=A==null?void 0:A.clone(o,o.id+"--data-type",!0);I&&o.setDataType(I)}return}const l={id:s.id+"--inferred-property",type:n.Property,version:1,name:C(s,this.project),description:s.description,static:!0,abstract:!1,private:!1,hidden:!1,required:!1,index:s.index,implements:null,dataType:null,parent:this.toReference()},p=R(l,this.project);p.setParent(this),p.initChildren();const h=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),m=sn(h),b=m==null?void 0:m.clone(p,l.id+"--data-type",!0);return b&&p.setDataType(b),this.addProperty(p),s.setDeclaration(p),p}),this)}};c(Be,"MUTABLE_BASE_PROPERTIES",["name","description","static","abstract"]),c(Be,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Be,"BASE_PROPERTIES",[...Be.MUTABLE_BASE_PROPERTIES,...Be.INMUTABLE_BASE_PROPERTIES]),c(Be,"MUTABLE_META_PROPERTIES",[...Be.MUTABLE_BASE_PROPERTIES,"x","y"]),c(Be,"INMUTABLE_META_PROPERTIES",[...Be.INMUTABLE_BASE_PROPERTIES]),c(Be,"META_PROPERTIES",[...Be.MUTABLE_META_PROPERTIES,...Be.INMUTABLE_META_PROPERTIES]),c(Be,"MUTABLE_UPSTREAM_PROPERTIES",["extends","implements"]),c(Be,"INMUTABLE_UPSTREAM_PROPERTIES",["parent"]),c(Be,"UPSTREAM_PROPERTIES",[...Be.MUTABLE_UPSTREAM_PROPERTIES,...Be.INMUTABLE_UPSTREAM_PROPERTIES]),c(Be,"MUTABLE_DOWNSTREAM_PROPERTIES",["properties","methods","abstractMethods"]),c(Be,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Be,"DOWNSTREAM_PROPERTIES",[...Be.MUTABLE_DOWNSTREAM_PROPERTIES,...Be.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Be,"PROPERTIES",[...Be.META_PROPERTIES,...Be.UPSTREAM_PROPERTIES,...Be.DOWNSTREAM_PROPERTIES]);let jr=Be;function m7(r){const e=g9(),t=r.toJSON();e.safeParse(t).success;const a=[];return ae(r.errors,a)}class Ft{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"type",n.BuiltInBaseEntity);c(this,"abstract",!1);c(this,"static");c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"interactive",!1);c(this,"errors",[]);c(this,"project");this.initialData=this.initialData||e,this.project=this.project||t,this.id=this.id||e.id,this.version=this.version||e.version,this.name=this.name||e.name,this.static=this.static||e.static,this.interactive=this.interactive||e.interactive,this.abstract=e.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.extends=this.initialData.extends.map(i=>R(i,this.project))}get extendedProperties(){return g(this.extends.reduce((e,t)=>{const i=[...t.properties,...t.extendedProperties].filter(a=>!a.abstract);return[...e,...i]},[]))}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}async load(){return this}remove(e={ignoreUpstream:!1,seenEntities:new Set}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e)),...this.extends.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e)),...this.extends.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,interactive:this.interactive,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,interactive:this.interactive,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,interactive:this.interactive,extends:this.extends.map(e=>e.id)}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){const e=m7(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new Ft(this.toJSON(),this.project)}implement(e,t){return Lo(this,e,t)}getAllInteractiveMethods(){const e=[];return this.interactive&&(e.push(...this.methods),this.extends.filter(i=>i.type===n.BuiltInBaseEntity&&i.interactive||i.type===n.PrimitiveEntity).forEach(i=>{i instanceof Ft&&e.push(...i.getAllInteractiveMethods())})),g(e)}}function T7(r){const e=p9(),t=r.toJSON();e.safeParse(t).success;const a=[];return ae(r.errors,a)}class Ut{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"type",n.PrimitiveEntity);c(this,"static");c(this,"abstract");c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"errors",[]);c(this,"project");this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.static=e.static,this.abstract=e.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.parent=this,a})}get extendedProperties(){return g(this.extends.reduce((e,t)=>{const i=[...t.properties,...t.extendedProperties].filter(a=>!a.abstract);return[...e,...i]},[]))}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}async load(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,extends:this.extends.map(e=>e.id)}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){const e=T7(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new Ut(this.toJSON(),this.project)}getAllInteractiveMethods(){const e=[];return e.push(...this.methods),this.extends.filter(i=>i.type===n.BuiltInBaseEntity&&i.interactive||i.type===n.PrimitiveEntity).forEach(i=>{i instanceof Ft&&e.push(...i.getAllInteractiveMethods())}),g(e)}}function xt(r,e){if(!r)throw new Error("Entity is null");const t=e.get(r.id);switch(r.type){case n.PrimitiveValue:return t||new Ai(r,e);case n.CustomEntity:return t||new jr(r,e);case n.PrimitiveEntity:return t||new Ut(r,e);case n.FunctionDeclaration:return t||new Cr(r,e);case n.GlobalEvent:return t||new Di(r,e);case n.DataType:return t||new Ii(r,e);case n.Property:return t||new Sr(r,e);case n.FunctionCall:return t||new Ur(r,e);case n.Condition:return t||new _r(r,e);case n.Operation:return t||new Br(r,e);case n.VariableDeclaration:return t||new Nr(r,e);case n.VariableInstance:return t||new Mr(r,e);case n.OutputMap:return t||new On(r,e);case n.ReturnDeclaration:return t||new wt(r,e);case n.ArgumentDeclaration:return t||new Gr(r,e);case n.InputMap:return t||new An(r,e);case n.Project:return t||new N(r);case n.InstalledProject:return t||new Lr(r,e);case n.ActionDescriptor:return t||new te(r,e);case n.ReturnStatement:return t||new $r(r,e);case n.Loop:return t||new wr(r,e);case n.Search:return t||new Vr(r,e);case n.ValueDescriptor:return t||new Fr(r,e);case n.BuiltInBaseEntity:return t||new Ft(r,e);case n.InternalCall:return t||new Pi(r,e);case n.ContinueStatement:return t||new Tt(r,e);case n.BreakStatement:return t||new Oi(r,e);default:throw new Error("Invalid entity type: "+r.type)}}function R(r,e){if(!r)throw new Error("Entity is null");const t=xt(r,e);return t.subscribe(),t}function E7(r,e){if(!r)throw new Error("Entity is null");switch(r.type){case n.PrimitiveValue:return Ai.fromGenerationTarget(r,e);case n.CustomEntity:return jr.fromGenerationTarget(r,e);case n.FunctionDeclaration:return Cr.fromGenerationTarget(r,e);case n.GlobalEvent:return Di.fromGenerationTarget(r,e);case n.DataType:return Ii.fromGenerationTarget(r,e);case n.Property:return Sr.fromGenerationTarget(r,e);case n.FunctionCall:return Ur.fromGenerationTarget(r,e);case n.Condition:return _r.fromGenerationTarget(r,e);case n.Operation:return Br.fromGenerationTarget(r,e);case n.VariableDeclaration:return Nr.fromGenerationTarget(r,e);case n.VariableInstance:return Mr.fromGenerationTarget(r,e);case n.OutputMap:return On.fromGenerationTarget(r,e);case n.ReturnDeclaration:return wt.fromGenerationTarget(r,e);case n.ArgumentDeclaration:return Gr.fromGenerationTarget(r,e);case n.InputMap:return An.fromGenerationTarget(r,e);case n.InstalledProject:return Lr.fromGenerationTarget(r,e);case n.ReturnStatement:return $r.fromGenerationTarget(r,e);case n.Loop:return wr.fromGenerationTarget(r,e);case n.Search:return Vr.fromGenerationTarget(r,e);case n.ActionDescriptor:return te.fromGenerationTarget(r,e);case n.ValueDescriptor:return Fr.fromGenerationTarget(r,e);case n.InternalCall:return Pi.fromGenerationTarget(r,e);case n.ContinueStatement:return Tt.fromGenerationTarget(r,e);case n.BreakStatement:return Oi.fromGenerationTarget(r,e);default:throw new Error("Invalid entity type: "+r.type)}}const ee=class ee{constructor(e){c(this,"initialData");c(this,"id");c(this,"version");c(this,"type",n.Project);c(this,"name",null);c(this,"description",null);c(this,"x");c(this,"y");c(this,"entities",[]);c(this,"projects",[]);c(this,"functions",[]);c(this,"events",[]);c(this,"variableDeclarations",[]);c(this,"variableInstances",[]);c(this,"conditions",[]);c(this,"operations",[]);c(this,"functionCalls",[]);c(this,"loops",[]);c(this,"searches",[]);c(this,"primitives",[]);c(this,"builtInBaseEntities",[]);c(this,"operationDeclarations",[]);c(this,"globalEventActionDescriptors",[]);c(this,"loopDeclarations",[]);c(this,"loopDeclarationsBodies",[]);c(this,"conditionDeclarations",[]);c(this,"valueDescriptors",[]);c(this,"dataTypes",[]);c(this,"project");c(this,"instances",{});c(this,"builtInInstances",{});c(this,"errors",[]);c(this,"references",[]);this.initialData=e,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=0,this.y=0;try{(!ee.UUID||ee.UUID.isBackup)&&(ee.UUID=Vs==null?void 0:Vs()),ee.UUID||(ee.UUID={isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:t=>t})}catch(t){console.error("Error initializing UUID module",t),ee.UUID={isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:i=>i}}}static injectUUIDModule(e){ee.UUID=e}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[];return a.push(...Ne(i)),{errors:a,modifiedData:i}}async inject(...e){return await Promise.all(e.map(t=>new Promise(async i=>{await t.init(this),i(null)}))),this}validateGeneratedUpdate(e){return{errors:[],modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return{updated:g(e),added:g(t),removed:g(i),self:this}}get instancesList(){return Object.values(this.instances)}isOperationDeclaration(e){return this.operationDeclarations.includes(e)}isGlobalEventActionDescriptor(e){return this.globalEventActionDescriptors.includes(e)}isLoopDeclaration(e){return this.loopDeclarations.includes(e)}isConditionDeclaration(e){return this.conditionDeclarations.includes(e)}initChildren(){return this.entities=this.initialData.entities.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.projects=this.initialData.projects.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.functions=this.initialData.functions.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.events=this.initialData.events.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.variableDeclarations=this.initialData.variableDeclarations.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.variableInstances=this.initialData.variableInstances.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.conditions=this.initialData.conditions.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.operations=this.initialData.operations.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.functionCalls=this.initialData.functionCalls.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.loops=this.initialData.loops.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.searches=this.initialData.searches.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.attachOrphanReferences(),this.validate(),this}subscribeInstance(e){return(!this.instances[e.id]||this.instances[e.id]!==e)&&(this.instances[e.id]=e),this}subscribeBuiltInInstance(e){return(!this.builtInInstances[e.id]||this.builtInInstances[e.id]!==e)&&(this.builtInInstances[e.id]=e),this}subscribe(){return this}unsubscribe(){return this}unsubscribeInstance(e){return delete this.instances[e.id],this}findSubscribedInstance(e){return this.instances[e.id]||null}findSubscribedBuiltInInstance(e){return this.builtInInstances[e.id]||null}get(e){return this.instances[e]||this.builtInInstances[e]||null}getManaged(e){return this.instances[e]||null}getBuiltIn(e){return this.builtInInstances[e]||null}findSubscribedInstanceFromReference(e){return this.instances[e.entityId]||null}findSubscribedBuiltInInstanceFromReference(e){return this.builtInInstances[e.entityId]||null}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e}={ignoreUpstream:!1}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}getAllBuiltInIds(){const e=new Set;return[...this.primitives.flatMap(t=>t.toFlatIds(e)),...this.builtInBaseEntities.flatMap(t=>t.toFlatIds(e)),...this.operationDeclarations.flatMap(t=>t.toFlatIds(e)),...this.globalEventActionDescriptors.flatMap(t=>t.toFlatIds(e)),...this.loopDeclarations.flatMap(t=>t.toFlatIds(e)),...this.conditionDeclarations.flatMap(t=>t.toFlatIds(e)),...this.valueDescriptors.flatMap(t=>t.toFlatIds(e)),...this.dataTypes.flatMap(t=>t.toFlatIds(e))]}getAllBuiltIn(){const e=new Set;return[...this.primitives.flatMap(t=>t.toFlat(e)),...this.builtInBaseEntities.flatMap(t=>t.toFlat(e)),...this.operationDeclarations.flatMap(t=>t.toFlat(e)),...this.globalEventActionDescriptors.flatMap(t=>t.toFlat(e)),...this.loopDeclarations.flatMap(t=>t.toFlat(e)),...this.conditionDeclarations.flatMap(t=>t.toFlat(e)),...this.valueDescriptors.flatMap(t=>t.toFlat(e)),...this.dataTypes.flatMap(t=>t.toFlat(e))]}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlat(e)),...this.functions.flatMap(i=>i.toFlat(e)),...this.events.flatMap(i=>i.toFlat(e)),...this.projects.flatMap(i=>i.toFlat(e)),...this.variableDeclarations.flatMap(i=>i.toFlat(e)),...this.variableInstances.flatMap(i=>i.toFlat(e)),...this.conditions.flatMap(i=>i.toFlat(e)),...this.operations.flatMap(i=>i.toFlat(e)),...this.functionCalls.flatMap(i=>i.toFlat(e)),...this.loops.flatMap(i=>i.toFlat(e)),...this.searches.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),Array.from(e))}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,entities:this.entities.map(e=>e.toJSON()),functions:this.functions.map(e=>e.toJSON()),events:this.events.map(e=>e.toJSON()),projects:this.projects.map(e=>e.toJSON()),variableDeclarations:this.variableDeclarations.map(e=>e.toJSON()),variableInstances:this.variableInstances.map(e=>e.toJSON()),conditions:this.conditions.map(e=>e.toJSON()),operations:this.operations.map(e=>e.toJSON()),functionCalls:this.functionCalls.map(e=>e.toJSON()),loops:this.loops.map(e=>e.toJSON()),searches:this.searches.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+ee.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,entities:this.entities.map(e=>e.toReference()),functions:this.functions.map(e=>e.toReference()),events:this.events.map(e=>e.toReference()),projects:this.projects.map(e=>e.toReference()),variableDeclarations:this.variableDeclarations.map(e=>e.toReference()),variableInstances:this.variableInstances.map(e=>e.toReference()),conditions:this.conditions.map(e=>e.toReference()),operations:this.operations.map(e=>e.toReference()),functionCalls:this.functionCalls.map(e=>e.toReference()),loops:this.loops.map(e=>e.toReference()),searches:this.searches.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlatJSON(e)),...this.functions.flatMap(i=>i.toFlatJSON(e)),...this.events.flatMap(i=>i.toFlatJSON(e)),...this.projects.flatMap(i=>i.toFlatJSON(e)),...this.variableDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.variableInstances.flatMap(i=>i.toFlatJSON(e)),...this.conditions.flatMap(i=>i.toFlatJSON(e)),...this.operations.flatMap(i=>i.toFlatJSON(e)),...this.functionCalls.flatMap(i=>i.toFlatJSON(e)),...this.loops.flatMap(i=>i.toFlatJSON(e)),...this.searches.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlatGenerationTarget(e)),...this.functions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.events.flatMap(i=>i.toFlatGenerationTarget(e)),...this.projects.flatMap(i=>i.toFlatGenerationTarget(e)),...this.variableDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.variableInstances.flatMap(i=>i.toFlatGenerationTarget(e)),...this.conditions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.operations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.functionCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.loops.flatMap(i=>i.toFlatGenerationTarget(e)),...this.searches.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.entities.forEach(e=>e.clearErrors()),this.projects.forEach(e=>e.clearErrors()),this.functions.forEach(e=>e.clearErrors()),this.events.forEach(e=>e.clearErrors()),this.variableDeclarations.forEach(e=>e.clearErrors()),this.variableInstances.forEach(e=>e.clearErrors()),this.conditions.forEach(e=>e.clearErrors()),this.operations.forEach(e=>e.clearErrors()),this.functionCalls.forEach(e=>e.clearErrors()),this.loops.forEach(e=>e.clearErrors()),this.searches.forEach(e=>e.clearErrors()),this}validate(){const e=$3(),t=this.toJSON();return e.safeParse(t),this.validateChildren(),{success:!0,error:null,data:t}}validateChildren(){this.entities.forEach(e=>e.validate()),this.projects.forEach(e=>e.validate()),this.functions.forEach(e=>e.validate()),this.events.forEach(e=>e.validate()),this.variableDeclarations.forEach(e=>e.validate()),this.variableInstances.forEach(e=>e.validate()),this.conditions.forEach(e=>e.validate()),this.operations.forEach(e=>e.validate()),this.functionCalls.forEach(e=>e.validate()),this.loops.forEach(e=>e.validate()),this.searches.forEach(e=>e.validate())}getErrors(){return[...this.errors,...this.entities.flatMap(t=>t.getErrors()),...this.projects.flatMap(t=>t.getErrors()),...this.functions.flatMap(t=>t.getErrors()),...this.events.flatMap(t=>t.getErrors()),...this.variableDeclarations.flatMap(t=>t.getErrors()),...this.variableInstances.flatMap(t=>t.getErrors()),...this.conditions.flatMap(t=>t.getErrors()),...this.operations.flatMap(t=>t.getErrors()),...this.functionCalls.flatMap(t=>t.getErrors()),...this.loops.flatMap(t=>t.getErrors()),...this.searches.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new ee(this.toJSON())}getCustomEntity(e){return this.entities.find(t=>t.id===e)||null}addCustomEntityFromTransfer(e){const t=R(e,this);return this.addCustomEntity(t),t}addCustomEntity(e){return this.entities.includes(e)||this.entities.push(e),e}addFunctionDeclarationFromTransfer(e){const t=R(e,this);return this.addFunctionDeclaration(t),t}addFunctionDeclaration(e){return this.functions.includes(e)||this.functions.push(e),e}addFunctionCallFromTransfer(e){const t=R(e,this);return this.addFunctionCall(t),t}addFunctionCall(e){return this.functionCalls.includes(e)||this.functionCalls.push(e),e}addVariableDeclarationFromTransfer(e){const t=R(e,this);return this.addVariableDeclaration(t),t}addVariableDeclaration(e){return this.variableDeclarations.includes(e)||this.variableDeclarations.push(e),e}addVariableInstanceFromTransfer(e){const t=R(e,this);return this.addVariableInstance(t),t}addVariableInstance(e){return this.variableInstances.includes(e)||this.variableInstances.push(e),e}addInstalledProjectFromTransfer(e){const t=R(e,this);return this.addInstalledProject(t),this}addInstalledProject(e){return this.projects.includes(e)||this.projects.push(e),this}addGlobalEventFromTransfer(e){const t=R(e,this);return this.addGlobalEvent(t),this}addGlobalEvent(e){return this.events.includes(e)||this.events.push(e),this}addConditionFromTransfer(e){const t=R(e,this);return this.addCondition(t),this}addCondition(e){return this.conditions.includes(e)||this.conditions.push(e),this}addOperationFromTransfer(e){const t=R(e,this);return this.addOperation(t),this}addOperation(e){return this.operations.includes(e)||this.operations.push(e),this}addLoopFromTransfer(e){const t=R(e,this);return this.addLoop(t),this}addLoop(e){return this.loops.includes(e)||this.loops.push(e),this}addSearchFromTransfer(e){const t=R(e,this);return this.addSearch(t),this}addSearch(e){return this.searches.includes(e)||this.searches.push(e),this}removeCustomEntity(e){const t=this.entities.findIndex(i=>i.id===e.id);if(t>-1){const i=this.entities[t];return this.entities.splice(t,1),i}return null}removeFunctionDeclaration(e){const t=this.functions.findIndex(i=>i.id===e.id);if(t>-1){const i=this.functions[t];return this.functions.splice(t,1),i}return null}removeExternalProject(e){const t=this.projects.findIndex(i=>i.id===e.id);if(t>-1){const i=this.projects[t];return this.projects.splice(t,1),i}return null}removeGlobalEvent(e){const t=this.events.findIndex(i=>i.id===e.id);if(t>-1){const i=this.events[t];return this.events.splice(t,1),i}return null}removeTopLevelVariableDeclaration(e){if(e.type!==n.VariableDeclaration)return null;const t=this.variableDeclarations.findIndex(i=>i.id===e.id);if(t>-1){const i=this.variableDeclarations[t];return this.variableDeclarations.splice(t,1),i}return null}getEntryPoints(){return[...this.functions,...this.events,...this.entities.flatMap(t=>t.methods)]}getFunctionDeclaration(e){return this.functions.find(t=>t.id===e)||null}getConditions(){return[...this.conditions,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.functionCalls.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.operations.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[])]}getOperations(){return[...this.operations,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.functionCalls.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.conditions.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[])]}getFunctionCalls(){return[...this.functionCalls,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.conditions.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.operations.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[])]}getVariables(){return[...this.variableDeclarations,...this.getEntryPoints().reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.functionCalls.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.conditions.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.operations.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.loops.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.searches.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[])]}getVariableInstances(){return[...this.variableInstances,...this.getEntryPoints().reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.functionCalls.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.conditions.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.operations.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.loops.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.searches.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[])]}getVariableDeclarations(){return g([...this.variableDeclarations,...this.getEntryPoints().reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.functionCalls.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.conditions.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.operations.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.loops.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.searches.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[])])}attachOrphanReferences(){const e=this.getVariableInstances(),t=this.getVariableDeclarations();return e.forEach(i=>{if(!i.declaration){const a=i.initialData,s=a.declaration.entityId||a.declaration.id,o=t.find(l=>l.id===s);o&&i.setDeclaration(o)}}),this}getBuiltInPersistedEntity(){return this.builtInBaseEntities.find(e=>e.name===L.PERSISTED_ENTITY)||null}};c(ee,"UUID",{isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:e=>e}),c(ee,"MUTABLE_BASE_PROPERTIES",["name","description"]),c(ee,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(ee,"BASE_PROPERTIES",[...ee.MUTABLE_BASE_PROPERTIES,...ee.INMUTABLE_BASE_PROPERTIES]),c(ee,"MUTABLE_META_PROPERTIES",[...ee.MUTABLE_BASE_PROPERTIES,"x","y"]),c(ee,"INMUTABLE_META_PROPERTIES",[...ee.INMUTABLE_BASE_PROPERTIES]),c(ee,"META_PROPERTIES",[...ee.MUTABLE_META_PROPERTIES,...ee.INMUTABLE_META_PROPERTIES]),c(ee,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(ee,"INMUTABLE_UPSTREAM_PROPERTIES",["primitives","builtInBaseEntities","operationDeclarations","globalEventActionDescriptors","loopDeclarations","builtInInstances"]),c(ee,"UPSTREAM_PROPERTIES",[...ee.MUTABLE_UPSTREAM_PROPERTIES,...ee.INMUTABLE_UPSTREAM_PROPERTIES]),c(ee,"MUTABLE_DOWNSTREAM_PROPERTIES",["entities","projects","functions","events","variableDeclarations","variableInstances","conditions","operations","functionCalls","loops","searches"]),c(ee,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(ee,"DOWNSTREAM_PROPERTIES",[...ee.MUTABLE_DOWNSTREAM_PROPERTIES,...ee.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(ee,"PROPERTIES",[...ee.META_PROPERTIES,...ee.UPSTREAM_PROPERTIES,...ee.DOWNSTREAM_PROPERTIES]);let N=ee;class AA extends te{constructor(t){super(qt,t);c(this,"id",_e.Parallel);c(this,"name",_e.Parallel);c(this,"description","Execute a list of actions one after the other");c(this,"version",1);c(this,"autoexecutable",!0);c(this,"initialData",qt);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=qt.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=qt.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=qt.error?R(qt.error,this.project):null}}class OA extends te{constructor(t){super(dt,t);c(this,"id",dt.id);c(this,"name",dt.name);c(this,"description",dt.description);c(this,"version",dt.version);c(this,"autoexecutable",!1);c(this,"initialData",dt);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=dt.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=dt.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=dt.error?R(dt.error,this.project):null}}class SA extends te{constructor(t){super(hn,t);c(this,"id",_e.Sequential);c(this,"name",_e.Sequential);c(this,"description","Execute a list of actions one after the other");c(this,"version",1);c(this,"autoexecutable",!0);c(this,"initialData",hn);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=hn.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=hn.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=hn.error?R(hn.error,this.project):null}}class b7 extends te{constructor(e){super(_i,e)}}class R7 extends te{constructor(e){super(tr,e)}}class g7 extends te{constructor(t){super(nr,t);c(this,"autoexecutable",!0)}getEntityToMatchInputMap(t){return t.inputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.entityToMatch.id})||null}getDataToValidateInputMap(t){return t.inputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.dataToValidate.id})||null}getOutputDataOutputMap(t){return t.outputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].outputs.outputEntity.id})||null}getEntityToMatch(t){let i=null;if(t.readsValue){const s=t.readsValue.getDataType();s&&s.entity&&s.entity.type===n.CustomEntity&&(i=s.entity)}const a=t.getDefaultValue();return!i&&a&&a.valueAsType&&!Array.isArray(a.valueAsType)&&a.valueAsType.type===n.CustomEntity&&(i=a.valueAsType),i}syncOperationInstance(t){const i=this.getEntityToMatchInputMap(t);i&&this.syncEntityToMatchInputMapDataType(i);const a=this.getDataToValidateInputMap(t);a&&this.syncDataToValidateInputMapDataType(a);const s=this.getOutputDataOutputMap(t);return s&&this.syncOutputDataOutputMapDataType(s),t}syncEntityToMatchInputMapDataType(t){var a,s,o;if(((a=t.declaration)==null?void 0:a.id)!==B.operation[oe.Validate].inputs.entityToMatch.id)return null;if(!t.dataType){const l={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!0,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},p=R(l,t.project);p.setParent(t),p.initChildren(),t.setDataType(p)}(s=t.dataType)==null||s.sync({inferred:!0,like:!1,asType:!0});const i=this.getEntityToMatch(t);return(o=t.dataType)==null||o.setEntity(i),t.dataType}syncDataToValidateInputMapDataType(t){var o,l,p;if(((o=t.declaration)==null?void 0:o.id)!==B.operation[oe.Validate].inputs.dataToValidate.id)return null;const i=this.getEntityToMatchInputMap(t.parent);if(!i||!this.getEntityToMatch(i))return null;if(!t.dataType){const y={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},h=R(y,t.project);h.setParent(t),h.initChildren(),t.setDataType(h)}(l=t.dataType)==null||l.sync({inferred:!0,like:!0,asType:!1});const s=this.getEntityToMatch(i);return(p=t.dataType)==null||p.setEntity(s),t.dataType}syncOutputDataOutputMapDataType(t){var o,l,p;if(((o=t.declaration)==null?void 0:o.id)!==B.operation[oe.Validate].outputs.outputEntity.id)return null;const i=this.getEntityToMatchInputMap(t.parent);if(!i||!this.getEntityToMatch(i))return null;if(!t.dataType){const y={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},h=R(y,t.project);h.setParent(t),h.initChildren(),t.setDataType(h)}(l=t.dataType)==null||l.sync({inferred:!0,like:!0,asType:!1});const s=this.getEntityToMatch(i);return(p=t.dataType)==null||p.setEntity(s),t.dataType}inferInputMapDataType(t){var i,a;return((i=t.declaration)==null?void 0:i.id)===B.operation[oe.Validate].inputs.entityToMatch.id?this.syncEntityToMatchInputMapDataType(t):((a=t.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.dataToValidate.id?this.syncDataToValidateInputMapDataType(t):null}inferOutputMapDataType(t){var i;return((i=t.declaration)==null?void 0:i.id)===B.operation[oe.Validate].outputs.outputEntity.id?this.syncOutputDataOutputMapDataType(t):null}}class v7 extends te{constructor(e){super(al,e)}}class I7 extends te{constructor(e){super(ol,e)}}class D7 extends te{constructor(e){super(ll,e)}}class P7 extends te{constructor(e){super(Ya,e)}}class A7 extends te{constructor(e){super(qa,e)}}class O7 extends te{constructor(e){super(Bi,e)}}function S7(r){const e=[new SA(r),new AA(r),new OA(r),new b7(r),new R7(r),new g7(r),new P7(r),new v7(r),new D7(r),new I7(r),new A7(r),new O7(r),new te(il,r),new te(rl,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.operationDeclarations=e,e}class CA extends Ft{constructor(t){super(xe,t);c(this,"initialData");c(this,"id",L.PERSISTED_ENTITY);c(this,"version",1);c(this,"name",L.PERSISTED_ENTITY);c(this,"description",xe.description);c(this,"type",n.BuiltInBaseEntity);c(this,"abstract",xe.abstract);c(this,"static",xe.static);c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"errors",[]);c(this,"project");this.initialData=xe,this.project=t,this.id=xe.id,this.version=xe.version,this.name=xe.name,this.static=xe.static,this.abstract=xe.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.extends=this.initialData.extends.map(i=>R(i,this.project))}}function C7(r){const e=[new CA(r),new Ft(as,r),new Ft(Nn,r),new Ft(jl,r),new Ft(is,r)];return e.forEach(t=>{r.subscribeBuiltInInstance(t)}),r.builtInBaseEntities=e,e}function B7(r){const e=[new Ut(x,r),new Ut(wn,r),new Ut(Q,r),new Ut(Ze,r),new Ut(_n,r),new Ut(un,r),new Ut(ka,r),new Ut(Ko,r)];return e.forEach(t=>{r.subscribeBuiltInInstance(t)}),r.primitives=e,e}function w7(r){const e=[new te(ds,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.globalEventActionDescriptors=e,e}function _7(r){const e=[new te(ns,r),new te(rr,r),new te(ts,r),new te(Mi,r),new te(Vi,r),new te(El,r)];e.forEach(i=>{i.initChildren(),r.subscribeBuiltInInstance(i)}),r.loopDeclarations=e;const t=[new te(Ol,r),new te(es,r),new te(Il,r),new te(yT,r),new te(_T,r),new te(Rl,r)];return t.forEach(i=>{i.initChildren(),r.subscribeBuiltInInstance(i)}),r.loopDeclarationsBodies=t,e}function N7(r){const e=[new Fr(Wl,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.valueDescriptors=e,e}function M7(r){const e=[new te(lr,r),new te(zr,r)];return e.forEach(t=>{t.initChildren()}),r.conditionDeclarations=e,e}const kr={},Jo={};async function V7(r,e={}){const t={...jI};return t.id=r.id,e.empty?{data:{id:r.id,type:n.Project,version:1,name:null,description:null,projects:[],entities:[],operations:[],functions:[],variableDeclarations:[],variableInstances:[],functionCalls:[],conditions:[],loops:[],searches:[],events:[]}}:{data:t}}function BA(r){const e=new N(r);return B7(e),C7(e),S7(e),w7(e),_7(e),N7(e),M7(e),e.getAllBuiltIn().forEach(i=>{e.builtInInstances[i.id]||(e.builtInInstances[i.id]=i,delete e.instances[i.id])}),e.initChildren(),e}async function L7(r,e={}){if(r.id&&kr[r.id])return kr[r.id];if(r.id&&Jo[r.id])return await Jo[r.id],kr[r.id];const t=V7(r,e);r.id&&(Jo[r.id]=t);const i=await t;if(i.data){const a=BA(i.data);return kr[r.id]=a,r.id&&delete Jo[r.id],a}return null}function G7(r){return kr[r.id]&&delete kr[r.id],null}const $7="test_primitive_entities_export";d.AI_VALUE_CONNECTION_GENERATION_ACTION_EXPLANATION=Iu,d.ActionDescriptorState=te,d.ActionInputMapState=P2,d.ActionOutputMapState=S2,d.AppendToListOperationInputIds=nf,d.AppendToListOperationOutputIds=rf,d.ArgumentDeclarationState=Gr,d.BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION=bu,d.BUILT_IN_BASE_ENTITY_IDS=B,d.BUILT_IN_ENTITY_TYPES=Wr,d.BaseCanvasDraggableState=c2,d.BaseEntityNames=L,d.BaseState=l2,d.BaseValueDescriptorIds=Zo,d.BreakStatementState=Oi,d.BuiltInBaseEntityState=Ft,d.CACHED_PROJECTS_BY_ID=kr,d.CALLABLE_ENTITIES_EXPLANATION=U2,d.CALLABLE_TYPES=Bn,d.CALLER_ENTITIES_EXPLANATION=jP,d.CALLER_TYPES=dn,d.CALLS_UPDATE_EXPLANATION=zn,d.COMPARISON_CONDITIONS=Nb,d.CONDITIONS=sO,d.CUSTOM_ENTITY_OPERATIONS=Dh,d.CallableEntityClass=u2,d.CallerEntityClass=hu,d.ChildEntityState=d2,d.ComparisonOperatorTypes=Le,d.ConditionState=_r,d.ContinueStatementState=Tt,d.CreateNewInputIds=Xf,d.CreateNewOutputIds=Qf,d.CustomEntityState=jr,d.DRAGGABLE_CALLABLE_TYPES=Ho,d.DRAGGABLE_CALLER_TYPES=ju,d.DRAGGABLE_ELEMENT_TYPES=zo,d.DRAGGABLE_EXECUTABLE_TYPES=_A,d.DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES=Yo,d.DataTypeCompatibilityTypes=$t,d.DataTypeParentChildRelation=ze,d.DataTypeState=Ii,d.ENTITIES_WITH_VALLUES_EXPLANATION=wo,d.ENTITY_TYPES=NA,d.ENTITY_WITH_LOGIC_SCOPE_TYPES=ct,d.ENTITY_WITH_NAMES_TYPES=ku,d.ENTITY_WITH_VALUE_TYPES=xu,d.ENTRY_POINT_ENTITIES_EXPLANATION=La,d.ENTRY_POINT_TYPES=Ge,d.EVENT_TYPES=Jr,d.EXECUTABLE_TYPES=wA,d.EXECUTION_OPERATIONS=Kf,d.EntityError=mr,d.EntityErrorSeverity=T,d.EntityGenerationError=E,d.EntityGenerationErrorCode=f,d.EntityInstanceErrorCode=M,d.EntityOperations=oe,d.EntityType=n,d.EntityWithLogicScopeClass=h2,d.EntityWithValueClass=f2,d.EntryPointEntityClass=p2,d.ExecutionOperations=_e,d.FunctionCallState=Ur,d.FunctionDeclarationState=Cr,d.GLOBAL_EVENT_DECLARATIONS=oO,d.GetLastInListOperationInputIds=qy,d.GetLastInListOperationOutputIds=Jy,d.GlobalEventNames=cn,d.GlobalEventState=Di,d.HTTPOperations=et,d.HTTP_OPERATIONS=im,d.InputMapState=An,d.InstalledProjectState=Lr,d.InternalCallState=Pi,d.JoinListOperationInputIds=dy,d.JoinListOperationOutputIds=uy,d.LIST_OPERATIONS=Tf,d.ListOperations=Y,d.LoopState=wr,d.LoopTypes=k,d.NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION=Zn,d.NUMBER_OPERATIONS=Dp,d.NumberOperations=fe,d.OPERATION_DECLARATIONS=GA,d.OperationState=Br,d.OutputMapParentChildRelation=Uu,d.OutputMapState=On,d.PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION=_o,d.PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION=Hn,d.PASS_THROUGH_CALLABLE_TYPES=Ue,d.PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION=vu,d.ParallelExecutionOperation=AA,d.ParallelExecutionOperationInputIds=Ef,d.ParallelExecutionOperationOutputIds=bf,d.PassThroughCallableEntityClass=y2,d.PersistedEntity=CA,d.PersistedEntityMethods=Ot,d.PrimitiveEntityState=Ut,d.PrimitiveTypes=D,d.PrimitiveValueState=Ai,d.ProjectState=N,d.PropertyState=Sr,d.RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION=x2,d.ReturnDeclarationState=wt,d.ReturnStatementState=$r,d.STANDALONE_CONDITIONS=Ob,d.STRING_OPERATIONS=cy,d.ScopeCompatibilityType=qo,d.SearchState=Vr,d.SequentialExecutionOperation=SA,d.SequentialExecutionOperationInputIds=$f,d.SequentialExecutionOperationOutputIds=Ff,d.SharedEntityErrorCode=S,d.SharedStateFunctionality=FP,d.SplitListOperationInputIds=Ay,d.SplitListOperationOutputIds=Oy,d.StandaloneOperatorTypes=Vt,d.StringOperations=K,d.TERMINATION_TYPES=$e,d.USER_MANAGED_ENTITY_TYPES=MA,d.UserManagedEntityStateFunctionality=o2,d.VALUE_READING_ENTITIES_EXPLANATION=gu,d.VALUE_READING_TYPES=Cn,d.VALUE_WRITING_ENTITIES_EXPLANATION=kP,d.VALUE_WRITING_TYPES=Fe,d.VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION=Ru,d.VARIABLE_TYPES=ke,d.ValueAutogenerationType=qe,d.ValueDescriptorParentChildRelation=O,d.ValueDescriptorState=Fr,d.ValueReadingEntityClass=Ma,d.ValueWritingEntityClass=Va,d.VariableDeclarationState=Nr,d.VariableInputMapState=D2,d.VariableInstanceState=Mr,d.VariableOutputMapState=O2,d.WaitOperation=OA,d.WaitOperationInputIds=wf,d.WaitOperationOutputIds=_f,d.appendToListOperation=Ya,d.appendToListOperationElementToAppendArgument=dl,d.appendToListOperationElementToAppendArgumentParentRef=pf,d.appendToListOperationElementToAppendArgumentRef=of,d.appendToListOperationError=mf,d.appendToListOperationErrorParentRef=hf,d.appendToListOperationListArgument=cl,d.appendToListOperationListArgumentParentRef=uf,d.appendToListOperationListArgumentRef=af,d.appendToListOperationListDataType=sf,d.appendToListOperationResultListDataType=df,d.appendToListOperationResultListReturn=ff,d.appendToListOperationResultListReturnParentRef=yf,d.appendToListOperationResultListReturnRef=cf,d.appendToListOperationSecondListDataType=lf,d.asGenerationActionExample=on,d.booleanPrototype=wn,d.capitalizeFirstLetter=Io,d.checkAreCustomEntitiesCompatibleAsDataType=AP,d.checkAreDataTypesCompatible=Zt,d.checkArePropertiesCompatibleAsDataType=PP,d.checkIsBranchDependentButNotDirectlyOnBranch=$a,d.checkIsBranchDependentOnBranch=Z2,d.checkIsCallableEntityReachable=xa,d.checkIsCanvasEntity=y7,d.checkIsDetachedBranch=RA,d.checkIsDetachedBranchShallow=$u,d.checkIsGlobalVariable=u7,d.checkIsGloballyDeclared=Gu,d.checkIsMethod=IA,d.checkIsNestedScope=ko,d.checkScopeCompatibility=Fa,d.countedLoopActionDescriptor=ns,d.countedLoopActionDescriptorDynamicReturnDeclaration=xT,d.countedLoopActionDescriptorDynamicReturnDeclarationParentRef=UT,d.countedLoopActionDescriptorStringArgumentDeclaration=FT,d.countedLoopActionDescriptorStringArgumentDeclarationDataType=GT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeDefaultValue=VT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeDefaultValueParentRef=MT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeParentRef=LT,d.countedLoopActionDescriptorStringArgumentDeclarationParentRef=$T,d.countedLoopBodyActionDescriptor=Ol,d.countedLoopBodyActionDescriptorAnyDynamicArgument=WT,d.countedLoopBodyActionDescriptorAnyDynamicArgumentParentRef=JT,d.countedLoopBodyActionDescriptorAnyDynamicReturn=HT,d.countedLoopBodyActionDescriptorAnyDynamicReturnParentRef=YT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclaration=Al,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=kT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=jT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=qT,d.createCustomEntityFromJSONObject=Go,d.createEntityError=z,d.createNestedDataTypeForEntity=eA,d.createNewInstanceOperation=tr,d.createNewInstanceOperationEntityToInstanciateArgument=oh,d.createNewInstanceOperationEntityToInstanciateArgumentRef=ih,d.createNewInstanceOperationEntityToInstanciateDataType=ah,d.createNewInstanceOperationError=uh,d.createNewInstanceOperationErrorParentRef=dh,d.createNewInstanceOperationNewEntityDataArgument=rh,d.createNewInstanceOperationNewEntityDataArgumentDataType=nh,d.createNewInstanceOperationNewEntityDataArgumentDataTypeParentRef=th,d.createNewInstanceOperationNewEntityDataArgumentParentRef=eh,d.createNewInstanceOperationOutputEntityDeclaration=ch,d.createNewInstanceOperationOutputEntityDeclarationParentRef=lh,d.createNewInstanceOperationRef=sh,d.createSemanticId=He,d.createStateFromGenerationTargetType=E7,d.createStateFromType=xt,d.createStateFromTypeAndSubscribe=R,d.cronJobBuiltInBaseEntity=jl,d.cronJobBuiltInBaseEntityExpressionProperty=Ib,d.cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef=rO,d.cronJobBuiltInBaseEntityExpressionPropertyRef=gb,d.cronJobBuiltInBaseEntityRef=vb,d.cronJobTriggeredFunctionDeclarationBlueprint=xl,d.cronJobTriggeredFunctionDeclarationBlueprintParentRef=bb,d.customEntityToZodSchema=Kb,d.dataTypeCompatibilityToErrorExplanation=KP,d.datePrototype=un,d.dateValueAutogenerationSchema=nd,d.deletePersistedEntityMethod=Ul,d.deletePersistedEntityMethodParentRef=KE,d.deleteRootProject=G7,d.endpointBuiltInBaseEntity=as,d.endpointBuiltInBaseEntityRef=iE,d.endpointBuiltInBaseEntityRefFour=FE,d.endpointBuiltInBaseEntityRefThree=yE,d.endpointBuiltInBaseEntityRefTwo=cE,d.endpointBuiltInCorsProperty=aE,d.endpointBuiltInCorsPropertyDataType=rE,d.endpointBuiltInCorsPropertyDataTypeRef=tE,d.endpointBuiltInCorsPropertyRef=nE,d.endpointBuiltInMethodProperty=Cl,d.endpointBuiltInMethodPropertyDataType=pE,d.endpointBuiltInMethodPropertyDataTypeRef=dE,d.endpointBuiltInMethodPropertyRef=uE,d.endpointBuiltInPathProperty=Sl,d.endpointBuiltInPathPropertyDataType=lE,d.endpointBuiltInPathPropertyDataTypeRef=sE,d.endpointBuiltInPathPropertyRef=oE,d.endpointPathParamsArgumentDeclaration=wl,d.endpointPathParamsArgumentDeclarationRef=IE,d.endpointPathParamsVariableDataType=DE,d.endpointPathParamsVariableDataTypeRef=vE,d.endpointReachedTriggerActionDescriptor=Gl,d.endpointReachedTriggerActionDescriptorRef=PE,d.endpointReachedTriggerActionDescriptorRefFour=SE,d.endpointReachedTriggerActionDescriptorRefThree=OE,d.endpointReachedTriggerActionDescriptorRefTwo=AE,d.endpointRequestBodyArgumentDeclaration=Nl,d.endpointRequestBodyArgumentDeclarationRef=TE,d.endpointRequestBodyVariableDataType=EE,d.endpointRequestHeadersArgumentDeclaration=Bl,d.endpointRequestHeadersArgumentDeclarationRef=hE,d.endpointRequestHeadersVariableDataType=mE,d.endpointRequestHeadersVariableDataTypeRef=fE,d.endpointRequestQueryParamsArgumentDeclaration=_l,d.endpointRequestQueryParamsArgumentDeclarationRef=RE,d.endpointRequestQueryParamsVariableDataType=gE,d.endpointRequestQueryParamsVariableDataTypeRef=bE,d.endpointResponseBodyDataType=GE,d.endpointResponseBodyReturnDeclaration=Ll,d.endpointResponseBodyReturnDeclarationRef=LE,d.endpointResponseCodeDataType=BE,d.endpointResponseCodeReturnDeclaration=Ml,d.endpointResponseCodeReturnDeclarationRef=CE,d.endpointResponseHeadersDataType=ME,d.endpointResponseHeadersDataTypeRef=_E,d.endpointResponseHeadersReturnDeclaration=Vl,d.endpointResponseHeadersReturnDeclarationRef=NE,d.endpointReturnStatementRef=wE,d.endpointReturnStatementRefThree=$E,d.endpointReturnStatementRefTwo=VE,d.enumOptionsProperty=Hu,d.enumOptionsPropertyDataType=Wu,d.enumOptionsPropertyDataTypeRef=qu,d.enumOptionsPropertyRef=Ju,d.enumPrototype=_n,d.enumPrototypeRef=Yu,d.executionBuiltInEntity=ql,d.executionBuiltInEntityAbortMethod=kl,d.executionBuiltInEntityAbortMethodParentRef=Db,d.filterOutDuplicateEntities=g,d.filterOutDuplicateErrors=r9,d.findEntityFromKeys=Au,d.findReferenceToSelfInList=pA,d.findReferencesToSelfInProject=a7,d.flattenCalls=ln,d.flattenCanvasAncestorsUntil=$o,d.flattenCustomEntityExtensionAndImplementationTypes=TA,d.flattenCustomEntityExtensionTypes=xo,d.flattenCustomEntityExtensions=Mu,d.flattenCustomEntityImplementations=Vu,d.flattenCustomEntityImplementionTypes=Uo,d.flattenDerivedCanvasEntities=At,d.flattenDetachedBranch=vA,d.flattenElementCalls=we,d.flattenElementCallsOnTheSameScope=i7,d.flattenProjectElements=uA,d.flattenRelatedCanvasElementsOnTheLeft=mA,d.flattenRelatedCanvasElementsOnTheRight=hA,d.flattenVariableReads=dA,d.flattenVariableWrites=cA,d.flattenVariables=ie,d.fromZodParseToEntityGenerationErrors=mu,d.generate=rC,d.generateActionExample=j2,d.generateExecutionDataType=jk,d.generateMutablePropertiesExplanation=So,d.generateRandomBoolean=IR,d.generateRandomDate=tR,d.generateRandomDateAfter=Xb,d.generateRandomDateBefore=Qb,d.generateRandomDateBetweenRange=eR,d.generateRandomNumber=ER,d.generateRandomNumberAfter=hR,d.generateRandomNumberBefore=mR,d.generateRandomNumberBetweenRange=TR,d.generateRandomText=vR,d.generateRandomTextAfter=bR,d.generateRandomTextBefore=RR,d.generateRandomTextBetweenRange=gR,d.generateUniqueUUID=fR,d.getAllActionDescriptorsForConditions=Vo,d.getAllActionDescriptorsForGlobalEvents=No,d.getAllActionDescriptorsForLoops=Mo,d.getAllActionDescriptorsForOperations=W2,d.getAllGloballyDeclaredFunctionDeclarationsExplanation=HP,d.getBaseBuiltInEntities=Xn,d.getBaseSchemaBasedOnType=UP,d.getBuiltInEntityOwner=Qn,d.getCallableEntityReferenceSchema=Ye,d.getCallableEntityTypeSchema=pD,d.getCallerEntityReferenceSchema=l3,d.getCallerEntityTypeSchema=o3,d.getCalls=Cu,d.getCanvasEntitiesDerivedFromInternalCalls=fA,d.getCanvasEntitiesDerivedFromWrites=Si,d.getCanvasEntityDerivedFromValueReadingEntity=Nu,d.getCanvasEntityReferenceSchema=P3,d.getCanvasEntityTypeSchema=D3,d.getChildrenEntityWithValues=X2,d.getCommonAncestor=Su,d.getCommonChildren=tA,d.getDeclaration=Or,d.getDeepestScope=PA,d.getDraggableCallableEntityReferenceSchema=fD,d.getDraggableCallableEntityTypeSchema=yD,d.getDraggableCallerEntityReferenceSchema=d3,d.getDraggableCallerEntityTypeSchema=c3,d.getDraggableExecutableEntityReferenceSchema=f3,d.getDraggableExecutableEntityTypeSchema=y3,d.getDraggablePassThroughCallableEntityReferenceSchema=ho,d.getDraggablePassThroughCallableEntityTypeSchema=fo,d.getDraggablePlayableEntityReferenceSchema=b3,d.getDraggablePlayableEntityTypeSchema=E3,d.getEntityArgumentDeclarations=wu,d.getEntityInputMaps=yA,d.getEntityOutputMaps=l7,d.getEntityReferenceSchema=I3,d.getEntityReturnDeclarations=_u,d.getEntityTypeSchema=v3,d.getEntityWithLogicScopeReferenceSchema=In,d.getEntityWithLogicScopeTypeSchema=h3,d.getEntityWithValueReferenceSchema=uD,d.getEntityWithValueTypeSchema=s3,d.getEntryPointEntityReferenceSchema=We,d.getEntryPointEntityTypeSchema=Jn,d.getEventEntityReferenceSchema=po,d.getEventEntityTypeSchema=uo,d.getExecutableEntityReferenceSchema=p3,d.getExecutableEntityTypeSchema=u3,d.getExtendedBuiltInEntity=c7,d.getExtendedCustomEntity=bA,d.getGenerationTargetSchemaBasedOnType=xP,d.getHeadIfPartOfDetachedBranch=gA,d.getHighestScope=DA,d.getImplementedBuiltInEntity=d7,d.getIsInteractive=Lu,d.getLastInListOperation=ll,d.getLastInListOperationError=tf,d.getLastInListOperationErrorParentRef=ef,d.getLastInListOperationInputListArgument=Ky,d.getLastInListOperationInputListArgumentParentRef=Zy,d.getLastInListOperationInputListArgumentRef=Wy,d.getLastInListOperationInputListDataType=Yy,d.getLastInListOperationOutputElementDataType=zy,d.getLastInListOperationOutputElementReturn=Qy,d.getLastInListOperationOutputElementReturnParentRef=Xy,d.getLastInListOperationOutputElementReturnRef=Hy,d.getLinkedEntitiesFromArgumentDeclaration=r7,d.getLowestPersistedEntityImplementation=EA,d.getParentCanvasEntities=Et,d.getParentCanvasEntity=Qe,d.getParentEntryPoint=K2,d.getPassThroughCallableEntityReferenceSchema=he,d.getPassThroughCallableEntityTypeSchema=yo,d.getPlayableEntityReferenceSchema=T3,d.getPlayableEntityTypeSchema=m3,d.getProject=L7,d.getPrototypeByType=jo,d.getReferenceEntityId=_,d.getReferencedEntitiesStateOrErrors=Bo,d.getReferencedEntityStateOrErrors=Tu,d.getRelatedCanvasElementsOnTheLeft=xr,d.getRelatedCanvasElementsOnTheRight=Kn,d.getRootEntryPointScopeOwner=Fu,d.getScopeOwner=bt,d.getTerminationReferenceSchema=g3,d.getTerminationTypeSchema=R3,d.getUsedArgFromDeclaration=s7,d.getUsedReturnFromDeclaration=o7,d.getValueReadingEntityReferenceSchema=dD,d.getValueReadingEntityTypeSchema=vn,d.getValueWritingEntityReferenceSchema=a3,d.getValueWritingEntityTypeSchema=Da,d.getVariableFromInputMapping=rA,d.getVariableFromReturnVariablePointer=sA,d.getVariableReferenceSchema=qn,d.getVariableTypeSchema=gr,d.getVariablesFromArgumentDeclarations=Fo,d.getVariablesFromInputMaps=iA,d.getVariablesFromOutputMapping=oA,d.getVariablesFromOutputMaps=lA,d.getVariablesFromReturnDeclarations=aA,d.getVariablesInSameOrHigherScope=ou,d.getWrites=Bu,d.groupCallsBasedOnParallelizableExecution=e7,d.handleAfterEntityImplementationSideEffects=QP,d.handleBeforeEntityImplementationSideEffects=XP,d.httpRequestBodyArgument=Ka,d.httpRequestBodyArgumentRef=Gh,d.httpRequestBodyDataType=$h,d.httpRequestHeadersArgument=Za,d.httpRequestHeadersArgumentRef=Vh,d.httpRequestHeadersDataType=Lh,d.httpRequestMethodArgument=Ha,d.httpRequestMethodArgumentRef=Nh,d.httpRequestMethodDataType=Mh,d.httpRequestMethodDataTypeRef=wh,d.httpRequestOperation=_i,d.httpRequestOperationErrorValueDescriptor=Tl,d.httpRequestOperationErrorValueDescriptorDatatype=rm,d.httpRequestOperationErrorValueDescriptorRef=nm,d.httpRequestOperationRef=Xh,d.httpRequestOperationRefEight=em,d.httpRequestOperationRefFive=Zh,d.httpRequestOperationRefFour=zh,d.httpRequestOperationRefNine=tm,d.httpRequestOperationRefSeven=Qh,d.httpRequestOperationRefSix=Kh,d.httpRequestOperationRefThree=Hh,d.httpRequestOperationRefTwo=Yh,d.httpRequestQueryParamsArgument=hl,d.httpRequestQueryParamsArgumentRef=Ch,d.httpRequestQueryParamsDataType=Bh,d.httpRequestVariableURLArgument=za,d.httpRequestVariableURLArgumentRef=Oh,d.httpRequestVariableURLDataType=Sh,d.httpRequestVariableURLDataTypeRef=Ph,d.httpResponseBodyReturnDataType=Wh,d.httpResponseBodyReturnDataTypeRef=qh,d.httpResponseBodyReturnReturn=wi,d.httpResponseBodyReturnReturnRef=Jh,d.httpResponseCodeDataType=Uh,d.httpResponseCodeReturn=ml,d.httpResponseCodeReturnRef=Fh,d.httpResponseHeadersDataType=kh,d.httpResponseHeadersDataTypeRef=xh,d.httpResponseHeadersReturn=Xa,d.httpResponseHeadersReturnRef=jh,d.implement=Lo,d.inferArgumentDeclarationDataType=OP,d.inferDataType=sn,d.inferInputMapDataType=iu,d.inferOutputMapDataType=su,d.inferPropertyDataType=BP,d.inferReturnDeclarationDataType=au,d.inferValueDescriptorDataType=wP,d.inferVariableDeclarationDataType=CP,d.inferVariableInstanceDataType=SP,d.initProject=BA,d.iterateOverListActionDescriptorListArgumentDeclaration=Em,d.iterateOverListActionDescriptorListArgumentDeclarationDataType=mm,d.iterateOverListActionDescriptorListArgumentDeclarationDataTypeParentRef=hm,d.iterateOverListActionDescriptorListArgumentDeclarationParentRef=Tm,d.iterateOverListLoopActionDescriptor=rr,d.iterateOverListLoopActionDescriptorDynamicReturnDeclaration=Rm,d.iterateOverListLoopActionDescriptorDynamicReturnDeclarationParentRef=bm,d.iterateOverListLoopBodyActionDescriptor=es,d.iterateOverListLoopBodyActionDescriptorAnyDynamicArgument=Cm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicArgumentParentRef=Sm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicReturn=wm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicReturnParentRef=Bm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Qa,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=vm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=gm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=Im,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclaration=Om,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=Pm,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=Dm,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=Am,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclaration=Qm,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationDataType=Km,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationDataTypeParentRef=Zm,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationParentRef=Xm,d.iterateOverObjectKeysLoopActionDescriptor=Mi,d.iterateOverObjectKeysLoopActionDescriptorDynamicReturnDeclaration=tT,d.iterateOverObjectKeysLoopActionDescriptorDynamicReturnDeclarationParentRef=eT,d.iterateOverObjectKeysLoopBodyActionDescriptor=yT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicArgument=dT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicArgumentParentRef=cT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicReturn=pT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicReturnParentRef=uT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Dl,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=rT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=nT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=iT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclaration=lT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=sT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=aT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=oT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclaration=ET,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationDataType=mT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationDataTypeParentRef=hT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationParentRef=TT,d.iterateOverObjectValuesLoopActionDescriptor=Vi,d.iterateOverObjectValuesLoopActionDescriptorDynamicReturnDeclaration=RT,d.iterateOverObjectValuesLoopActionDescriptorDynamicReturnDeclarationParentRef=bT,d.iterateOverObjectValuesLoopBodyActionDescriptor=_T,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicArgument=CT,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicArgumentParentRef=ST,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicReturn=wT,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicReturnParentRef=BT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Pl,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=vT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=gT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=IT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclaration=OT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=PT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=DT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=AT,d.iterateOverStringActionDescriptorDynamicReturnDeclaration=$m,d.iterateOverStringActionDescriptorDynamicReturnDeclarationParentRef=Gm,d.iterateOverStringActionDescriptorStringArgumentDeclaration=Lm,d.iterateOverStringActionDescriptorStringArgumentDeclarationDataType=Mm,d.iterateOverStringActionDescriptorStringArgumentDeclarationDataTypeParentRef=Nm,d.iterateOverStringActionDescriptorStringArgumentDeclarationParentRef=Vm,d.iterateOverStringLoopActionDescriptor=ts,d.iterateOverStringLoopBodyActionDescriptor=Il,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicArgument=Wm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicArgumentParentRef=Jm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicReturn=Hm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicReturnParentRef=Ym,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclaration=gl,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=Um,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=Fm,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=xm,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclaration=vl,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=km,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=jm,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=qm,d.joinListOperation=al,d.joinListOperationError=Py,d.joinListOperationErrorParentRef=Dy,d.joinListOperationFirstListArgument=by,d.joinListOperationFirstListArgumentParentRef=Ey,d.joinListOperationFirstListArgumentRef=py,d.joinListOperationFirstListDataType=yy,d.joinListOperationResultListDataType=Ty,d.joinListOperationResultListReturn=Iy,d.joinListOperationResultListReturnParentRef=vy,d.joinListOperationResultListReturnRef=my,d.joinListOperationSecondListArgument=gy,d.joinListOperationSecondListArgumentParentRef=Ry,d.joinListOperationSecondListArgumentRef=fy,d.joinListOperationSecondListDataType=hy,d.joinListWithLastSeparator=F,d.joinStringsOperation=Bi,d.joinStringsOperationDynamicStringArgument=Jp,d.joinStringsOperationDynamicStringArgumentParentRef=qp,d.joinStringsOperationDynamicStringArgumentRef=jp,d.joinStringsOperationDynamicStringDataType=kp,d.joinStringsOperationError=xp,d.joinStringsOperationErrorParentRef=Up,d.joinStringsOperationFirstStringArgument=Ja,d.joinStringsOperationFirstStringArgumentParentRef=wp,d.joinStringsOperationFirstStringArgumentRef=Pp,d.joinStringsOperationFirstStringDataType=Ap,d.joinStringsOperationResultStringDataType=Bp,d.joinStringsOperationResultStringReturn=Ci,d.joinStringsOperationResultStringReturnParentRef=Fp,d.joinStringsOperationResultStringReturnRef=Cp,d.joinStringsOperationSecondStringArgument=Wa,d.joinStringsOperationSecondStringArgumentParentRef=$p,d.joinStringsOperationSecondStringArgumentRef=Op,d.joinStringsOperationSecondStringDataType=Sp,d.joinStringsOperationSeparatorStringArgument=Gp,d.joinStringsOperationSeparatorStringArgumentParentRef=Lp,d.joinStringsOperationSeparatorStringArgumentRef=_p,d.joinStringsOperationSeparatorStringDataType=Vp,d.joinStringsOperationSeparatorStringDataTypeDefaultValue=Mp,d.joinStringsOperationSeparatorStringDataTypeDefaultValueParentRef=Np,d.jsonPrototype=Ko,d.keyValueParamBuiltInBaseEntity=is,d.keyValueParamBuiltInBaseEntityNameProperty=KT,d.keyValueParamBuiltInBaseEntityNamePropertyDataTypeRef=FA,d.keyValueParamBuiltInBaseEntityNamePropertyParentRef=ZT,d.keyValueParamBuiltInBaseEntityNamePropertyRef=zT,d.keyValueParamBuiltInBaseEntityValueProperty=eE,d.keyValueParamBuiltInBaseEntityValuePropertyDataTypeRef=xA,d.keyValueParamBuiltInBaseEntityValuePropertyParentRef=QT,d.keyValueParamBuiltInBaseEntityValuePropertyRef=XT,d.lowercaseFirstLetter=DP,d.manualFlowActionDescriptorDeclarationArgumentDeclaration=bl,d.manualFlowActionDescriptorDeclarationArgumentDeclarationDataType=lm,d.manualFlowActionDescriptorDeclarationArgumentDeclarationDataTypeParentRef=om,d.manualFlowActionDescriptorDeclarationArgumentDeclarationParentRef=cm,d.manualFlowLoopActionDescriptor=El,d.manualFlowLoopActionDescriptorDynamicReturnDeclaration=sm,d.manualFlowLoopActionDescriptorDynamicReturnDeclarationParentRef=am,d.manualFlowLoopBodyActionDescriptor=Rl,d.manualFlowLoopBodyActionDescriptorAnyDynamicArgument=um,d.manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef=dm,d.manualFlowLoopBodyActionDescriptorAnyDynamicReturn=ym,d.manualFlowLoopBodyActionDescriptorAnyDynamicReturnParentRef=pm,d.mapActionDescriptorToTypeItRepresents=f7,d.mergeEntityErrorsList=i9,d.mergeListOfEntities=p7,d.methodDefaultValue=_h,d.mockClientProject=jI,d.moreThanOrEqualCondition=zr,d.moreThanOrEqualConditionLeftHandArgument=Bb,d.moreThanOrEqualConditionLeftHandArgumentParentRef=Cb,d.moreThanOrEqualConditionRightHandArgument=_b,d.moreThanOrEqualConditionRightHandArgumentParentRef=wb,d.notEmptyCondition=lr,d.notEmptyConditionArgument=Ab,d.notEmptyConditionRef=Pb,d.nullPrototype=VA,d.numberAdditionOperation=qa,d.numberAdditionOperationDynamicSummandArgument=op,d.numberAdditionOperationDynamicSummandArgumentType=sp,d.numberAdditionOperationDynamicSummandArgumentTypeParentRef=ap,d.numberAdditionOperationError=ip,d.numberAdditionOperationErrorParentRef=rp,d.numberAdditionOperationFirstNumberArgument=Xo,d.numberAdditionOperationFirstNumberArgumentRef=zu,d.numberAdditionOperationFirstNumberDataType=Zu,d.numberAdditionOperationRef=tp,d.numberAdditionOperationRefThree=el,d.numberAdditionOperationRefTwo=np,d.numberAdditionOperationResultNumberDataType=ep,d.numberAdditionOperationResultNumberReturn=tl,d.numberAdditionOperationResultNumberReturnRef=Qu,d.numberAdditionOperationSecondNumberArgument=Qo,d.numberAdditionOperationSecondNumberArgumentRef=Ku,d.numberAdditionOperationSecondNumberDataType=Xu,d.numberPrototype=Q,d.numberSubtractionOperation=rl,d.numberSubtractionOperationDynamicSubtrahendArgument=Ip,d.numberSubtractionOperationDynamicSubtrahendArgumentType=vp,d.numberSubtractionOperationDynamicSubtrahendArgumentTypeParentRef=gp,d.numberSubtractionOperationError=Rp,d.numberSubtractionOperationErrorParentRef=bp,d.numberSubtractionOperationFirstNumberArgument=fp,d.numberSubtractionOperationFirstNumberArgumentRef=lp,d.numberSubtractionOperationFirstNumberDataType=cp,d.numberSubtractionOperationRef=nl,d.numberSubtractionOperationRefThree=Tp,d.numberSubtractionOperationRefTwo=hp,d.numberSubtractionOperationResultNumberDataType=yp,d.numberSubtractionOperationResultNumberReturn=Ep,d.numberSubtractionOperationResultNumberReturnRef=pp,d.numberSubtractionOperationSecondNumberArgument=mp,d.numberSubtractionOperationSecondNumberArgumentRef=dp,d.numberSubtractionOperationSecondNumberDataType=up,d.numberValueAutogenerationSchema=td,d.parallelExecutionOperation=qt,d.parallelExecutionOperationError=Bf,d.parallelExecutionOperationErrorParentRef=Cf,d.parallelExecutionOperationListOfExecutionResultsDataType=Af,d.parallelExecutionOperationListOfExecutionResultsReturn=pl,d.parallelExecutionOperationListOfExecutionResultsReturnRef=Pf,d.parallelExecutionOperationListOfFunctionsArgument=ul,d.parallelExecutionOperationListOfFunctionsArgumentDatatype=Df,d.parallelExecutionOperationListOfFunctionsArgumentRef=If,d.parallelExecutionOperationListOfFunctionsBlueprint=vf,d.parallelExecutionOperationListOfFunctionsBlueprintDynamicInput=gf,d.parallelExecutionOperationListOfFunctionsBlueprintDynamicOutput=Rf,d.parallelExecutionOperationRef=Of,d.parallelExecutionOperationRefThree=Sf,d.persistedBuiltInBaseEntity=xe,d.persistedBuiltInBaseEntityCreatedAtProperty=fb,d.persistedBuiltInBaseEntityCreatedAtPropertyDataType=pb,d.persistedBuiltInBaseEntityCreatedAtPropertyDataTypeRef=tO,d.persistedBuiltInBaseEntityCreatedAtPropertyParentRef=yb,d.persistedBuiltInBaseEntityCreatedAtPropertyRef=ub,d.persistedBuiltInBaseEntityDatabaseProperty=$i,d.persistedBuiltInBaseEntityDatabasePropertyDataTypeRef=KA,d.persistedBuiltInBaseEntityDatabasePropertyParentRef=nb,d.persistedBuiltInBaseEntityDatabasePropertyRef=tb,d.persistedBuiltInBaseEntityDeletedAtProperty=db,d.persistedBuiltInBaseEntityDeletedAtPropertyDataType=lb,d.persistedBuiltInBaseEntityDeletedAtPropertyDataTypeRef=eO,d.persistedBuiltInBaseEntityDeletedAtPropertyParentRef=cb,d.persistedBuiltInBaseEntityDeletedAtPropertyRef=ob,d.persistedBuiltInBaseEntityIdentifierProperty=sb,d.persistedBuiltInBaseEntityIdentifierPropertyDataTypeRef=rb,d.persistedBuiltInBaseEntityIdentifierPropertyParentRef=ab,d.persistedBuiltInBaseEntityIdentifierPropertyRef=ib,d.persistedBuiltInBaseEntityUpdatedAtProperty=Eb,d.persistedBuiltInBaseEntityUpdatedAtPropertyDataType=mb,d.persistedBuiltInBaseEntityUpdatedAtPropertyDataTypeRef=nO,d.persistedBuiltInBaseEntityUpdatedAtPropertyParentRef=Tb,d.persistedBuiltInBaseEntityUpdatedAtPropertyRef=hb,d.processOutputGlobalValueDescriptorDataType=Vb,d.processOutputGlobalValueDescriptorReturn=Wl,d.processOutputGlobalValueDescriptorReturnRef=Mb,d.projectPublicationCompletedGlobalEvent=ds,d.propertyToZodSchema=Zb,d.relationalDatabaseBuiltInBaseEntity=Nn,d.relationalDatabaseBuiltInBaseEntityAutoscalingProperty=Fl,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyDataTypeRef=zE,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyParentRef=ZE,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyRef=HE,d.relationalDatabaseBuiltInBaseEntityDefaultProperty=$l,d.relationalDatabaseBuiltInBaseEntityDefaultPropertyDataTypeRef=WE,d.relationalDatabaseBuiltInBaseEntityDefaultPropertyRef=YE,d.relationalDatabaseBuiltInBaseEntityIdentifierProperty=ss,d.relationalDatabaseBuiltInBaseEntityIdentifierPropertyDataTypeRef=UE,d.relationalDatabaseBuiltInBaseEntityIdentifierPropertyRef=xE,d.relationalDatabaseBuiltInBaseEntityMinSizeProperty=cs,d.relationalDatabaseBuiltInBaseEntityMinSizePropertyDataTypeRef=qE,d.relationalDatabaseBuiltInBaseEntityMinSizePropertyRef=JE,d.relationalDatabaseBuiltInBaseEntityPasswordProperty=ls,d.relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef=WA,d.relationalDatabaseBuiltInBaseEntityPasswordPropertyRef=kE,d.relationalDatabaseBuiltInBaseEntityRef=Hr,d.relationalDatabaseBuiltInBaseEntityUsernameProperty=os,d.relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef=qA,d.relationalDatabaseBuiltInBaseEntityUsernamePropertyRef=jE,d.resolveActionDescriptorName=$P,d.resolveBaseEntityName=NP,d.resolveBuiltInBaseEntityDataTypeLabel=MP,d.resolveConditionOperatorLabel=Ao,d.resolveCustomEntityDataTypeLabel=VP,d.resolveDataType=Do,d.resolveDataTypeEntityOrNestedChildrenFromLiteralValue=Ou,d.resolveDataTypeLabel=lu,d.resolveEntityDataTypeLabel=Wk,d.resolveEntityName=C,d.resolveFirstCallsSecond=t7,d.resolveFirstWritesSecond=n7,d.resolvePrimitiveEntityName=GP,d.resolveSearchName=LP,d.resolveVariableScope=kk,d.sequentialExecutionOperation=hn,d.sequentialExecutionOperationError=Zf,d.sequentialExecutionOperationErrorParentRef=zf,d.sequentialExecutionOperationListOfExecutionResultsDataType=Wf,d.sequentialExecutionOperationListOfExecutionResultsReturn=fl,d.sequentialExecutionOperationListOfExecutionResultsReturnParentRef=Hf,d.sequentialExecutionOperationListOfExecutionResultsReturnRef=Jf,d.sequentialExecutionOperationListOfFunctionsArgument=yl,d.sequentialExecutionOperationListOfFunctionsArgumentDatatype=qf,d.sequentialExecutionOperationListOfFunctionsArgumentParentRef=Yf,d.sequentialExecutionOperationListOfFunctionsArgumentRef=kf,d.sequentialExecutionOperationListOfFunctionsBlueprint=jf,d.sequentialExecutionOperationListOfFunctionsBlueprintDynamicInput=xf,d.sequentialExecutionOperationListOfFunctionsBlueprintDynamicOutput=Uf,d.softDeletePersistedEntityMethod=QE,d.softDeletePersistedEntityMethodParentRef=XE,d.sortCallsBasedOnExecutionDependencies=nA,d.sortChildrenEntitiesBasedOnExecutionDependencies=Q2,d.splitListOperation=ol,d.splitListOperationError=ky,d.splitListOperationErrorParentRef=jy,d.splitListOperationFirstOutputListDataType=_y,d.splitListOperationFirstOutputListReturn=$y,d.splitListOperationFirstOutputListReturnParentRef=Gy,d.splitListOperationFirstOutputListReturnRef=sl,d.splitListOperationInputListArgument=My,d.splitListOperationInputListArgumentParentRef=Ny,d.splitListOperationInputListArgumentRef=Sy,d.splitListOperationInputListDataType=Cy,d.splitListOperationSecondOutputListDataType=Fy,d.splitListOperationSecondOutputListReturn=xy,d.splitListOperationSecondOutputListReturnParentRef=Uy,d.splitListOperationSplitIndexArgument=Ly,d.splitListOperationSplitIndexArgumentParentRef=Vy,d.splitListOperationSplitIndexArgumentRef=By,d.splitListOperationSplitIndexDataType=wy,d.splitStringOperation=il,d.splitStringOperationError=ly,d.splitStringOperationErrorParentRef=oy,d.splitStringOperationFirstPartResultStringDataType=Kp,d.splitStringOperationFirstPartResultStringReturn=sy,d.splitStringOperationFirstPartResultStringReturnParentRef=ay,d.splitStringOperationFirstPartResultStringReturnRef=Zp,d.splitStringOperationIndexArgument=ry,d.splitStringOperationIndexArgumentParentRef=ny,d.splitStringOperationIndexArgumentRef=Hp,d.splitStringOperationIndexDataType=zp,d.splitStringOperationSecondPartResultStringDataType=Qp,d.splitStringOperationSecondPartResultStringReturn=LA,d.splitStringOperationSecondPartResultStringReturnParentRef=iy,d.splitStringOperationSecondPartResultStringReturnRef=Xp,d.splitStringOperationStringArgument=ty,d.splitStringOperationStringArgumentParentRef=ey,d.splitStringOperationStringArgumentRef=Wp,d.splitStringOperationStringDataType=Yp,d.stringPrototype=x,d.stringValueAutogenerationSchema=ed,d.suggestNewIdForEntity=fu,d.test_primitive_entities_export=$7,d.toCamelCase=qk,d.toEntityState=_t,d.toKebabCase=_P,d.toLowerCaseKebabCase=Po,d.toPascalCase=Jk,d.untypedObjectPrototype=Ze,d.updateErrorsList=ae,d.updateValueReader=Ua,d.urlDefaultValue=Ah,d.uuidPrototype=ka,d.validateArgumentDeclarationName=pu,d.validateCalledByErrorIdInAction=q2,d.validateCalledByIdInAction=k2,d.validateCallers=YP,d.validateConditionEntityDeclaration=Y2,d.validateCustomEntityName=Oo,d.validateDataOperation=nr,d.validateDataOperationDataToValidateArgument=hh,d.validateDataOperationDataToValidateArgumentParentRef=fh,d.validateDataOperationDataToValidateArgumentRef=ph,d.validateDataOperationDataToValidateDataType=yh,d.validateDataOperationEntityToMatchTypeArgument=bh,d.validateDataOperationEntityToMatchTypeArgumentParentRef=Eh,d.validateDataOperationEntityToMatchTypeArgumentRef=mh,d.validateDataOperationEntityToMatchTypeDataType=Th,d.validateDataOperationError=Ih,d.validateDataOperationErrorParentRef=vh,d.validateDataOperationOutputEntityDeclaration=gh,d.validateDataOperationOutputEntityDeclarationParentRef=Rh,d.validateEntryCaller=WP,d.validateErrorCaller=JP,d.validateFunctionCallDeclaration=zP,d.validateFunctionDeclarationName=cu,d.validateGeneratedEntityParentIsNotBuiltInEntity=F2,d.validateGeneration=G2,d.validateGenerationTarget=Ne,d.validateGenerationUpdate=$2,d.validateLoopEntityDeclaration=H2,d.validateName=Yk,d.validateOperationEntityDeclaration=ZP,d.validatePropertyName=uu,d.validateReachability=Sn,d.validateReadsValueInActionPayload=J2,d.validateReferenceObject=Co,d.validateReferenceToOne=Eu,d.validateReferences=Je,d.validateReturnDeclarationName=yu,d.validateSuccessCaller=qP,d.validateValueReaderGenerationUpdate=Ga,d.validateValueWritter=Du,d.validateVariableDeclarationName=du,d.validateVariableInternalCallUse=Pu,d.valueAutogenerationCurrentDateAndTimeSchema=qI,d.valueAutogenerationGenericSchema=zs,d.valueAutogenerationOptions=rd,d.valueAutogenerationOptionsSchema=kI,d.valueAutogenerationRandomBooleanSchema=Qc,d.valueAutogenerationRandomDateBetweenSchema=QI,d.valueAutogenerationRandomDateFromSchema=KI,d.valueAutogenerationRandomDateSchema=Xs,d.valueAutogenerationRandomDateUntilSchema=XI,d.valueAutogenerationRandomNumberBetweenSchema=YI,d.valueAutogenerationRandomNumberFromSchema=JI,d.valueAutogenerationRandomNumberSchema=Zs,d.valueAutogenerationRandomNumberUntilSchema=WI,d.valueAutogenerationRandomSchema=Ta,d.valueAutogenerationRandomTextBetweenSchema=ZI,d.valueAutogenerationRandomTextFromSchema=HI,d.valueAutogenerationRandomTextSchema=Ks,d.valueAutogenerationRandomTextUntilSchema=zI,d.valueAutogenerationRangeValueTypesSchema=ma,d.valueAutogenerationUniqueSchema=Xc,d.waitOperation=dt,d.waitOperationMillisecondsNumberArgument=er,d.waitOperationMillisecondsNumberArgumentRef=Nf,d.waitOperationMillisecondsNumberDataType=Mf,d.waitOperationOperationError=Gf,d.waitOperationOperationErrorParentRef=Lf,d.waitOperationRef=Vf,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})});
|
|
371
|
+
Alternatively you can update the parent data-type entity with 'update' action to remove the existing value of the field.`,issue:null}))}return{errors:a,modifiedData:i}}get extendedProperties(){return g([...this.extends.reduce((e,t)=>[...[...t.properties,...t.extendedProperties].filter(a=>!a.abstract),...e],[]),...this.implements.reduce((e,t)=>[...[...t.properties,...t.extendedProperties].filter(a=>!a.abstract),...e],[])])}validateGeneratedUpdate(e){const t=[];return e.parent&&t.push(new E({id:`${this.id}--${f.InvalidParentUpdate}`,code:f.InvalidParentUpdate,severity:T.Error,message:`Entity of type '${this.type}' with id '${this.id}' cannot have the 'parent' property updated. The 'parent' on an '${this.type}', must be the root project as it is a globally declared entity.`,issue:null})),{errors:t,modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];if(this.parent.type===n.DataType){const a=this.parent;a.entity=this,e.push(a)}else this.project.addCustomEntity(this);return{updated:g(e),added:g(t),removed:g(i),self:this}}setParent(e){return this.parent=e,this}removeProperty(e){return this.properties=this.properties.filter(t=>t.id!==e.id),this}addMethod(e){return this.methods.includes(e)||(this.methods.push(e),this.suggestedMethods=this.suggestedMethods.filter(t=>t.name!==e.name)),this}removeMethod(e){return this.methods=this.methods.filter(t=>t.id!==e.id),this}addProperty(e){return this.properties.includes(e)||(this.properties.push(e),this.suggestedProperties=this.suggestedProperties.filter(t=>t.name!==e.name)),this}addSuggestedProperty(e){return this.suggestedProperties.includes(e)||this.suggestedProperties.push(e),this}addSuggestedMethod(e){return this.suggestedMethods.includes(e)||this.suggestedMethods.push(e),this}removeSuggestedProperty(e){return this.suggestedProperties=this.suggestedProperties.filter(t=>t.id!==e.id),this}removeSuggestedMethod(e){return this.suggestedMethods=this.suggestedMethods.filter(t=>t.id!==e.id),this}addAbstractMethod(e){return this.abstractMethods.includes(e)||this.abstractMethods.push(e),this}removeAbstractMethod(e){return this.abstractMethods=this.abstractMethods.filter(t=>t.id!==e.id),this}initChildren(){return this.initialized?this:(this.initialized=!0,this.properties=this.initialData.properties.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.methods=this.initialData.methods.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.abstractMethods=this.initialData.abstractMethods.map(e=>{const t=R(e,this.project);return t.setParent(this),t.initChildren(),t}),this.extends=this.initialData.extends.map(e=>R(e,this.project)),this.implements=this.initialData.implements.map(e=>R(e,this.project)),this.addSuggestions(),this)}addSuggestions(){return this.implements.forEach(e=>{J3(this,e).forEach(a=>{const s=a.toJSON();s.id=`_suggestion--parent--${this.id}--${a.id}`;const o=R(s,this.project);o.suggestion=!0,o.setParent(this),o.initChildren(),this.addSuggestedProperty(o)}),W3(this,e).forEach(a=>{const s=`_suggestion--parent--${this.id}--${a.id}`,o=a.implementAsFunctionDeclaration(s),l=R(o,this.project);if(l.suggestion=!0,l.setParent(this),l.initChildren(),l.inputs.forEach(p=>{p.suggestion=!0}),l.returnStatements.length){const p=l.returnStatements[0];p.suggestion=!0,p.outputs.forEach(y=>{y.suggestion=!0})}this.addSuggestedMethod(l)})}),this}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.x=e.x||this.x,this.y=e.y||this.y,this.static=e.static||this.static,this.abstract=e.abstract||this.abstract,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){const i=[],a=[];return t.has(this.id)?{affected:[],removed:[]}:(t.add(this.id),a.push(this),this.unsubscribe(),this.properties.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.methods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.abstractMethods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.suggestedProperties.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),this.suggestedMethods.forEach(s=>{const{affected:o,removed:l}=s.remove({ignoreUpstream:!0,seenEntities:t});i.push(...o),a.push(...l)}),{affected:g(i),removed:g(a)})}restore({seenEntities:e}={seenEntities:new Set}){const t=[];return e.has(this.id)?{affected:[],self:this}:(e.add(this.id),this.subscribe(),this.properties.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.methods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.abstractMethods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.suggestedProperties.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),this.suggestedMethods.forEach(i=>{const{affected:a}=i.restore({seenEntities:e});t.push(...a)}),{affected:g(t),self:this})}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.extends.flatMap(i=>i.toFlat(e)),...this.implements.flatMap(i=>i.toFlat(e)),...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.extends.flatMap(i=>i.toFlatIds(e)),...this.implements.flatMap(i=>i.toFlatIds(e)),...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,x:this.x,y:this.y,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),implements:this.implements.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON()),parent:this.parent.toReference()}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,name:this.name,description:this.description,type:this.type,x:this.x,y:this.y,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),implements:this.implements.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference()),parent:this.parent.toReference()}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e)),...this.implements.flatMap(i=>i.toFlatJSON(e)),...this.extends.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){const e=this.parent.type===n.Project?void 0:this.parent.id;return{id:this.id,name:this.name,description:this.description,type:this.type,static:this.static,abstract:this.abstract,extends:this.extends.map(t=>t.id),implements:this.implements.map(t=>t.id),parent:e}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.implements.filter(i=>i.type===n.CustomEntity).flatMap(i=>i.toFlatGenerationTarget(e)),...this.implements.filter(i=>i.type===n.CustomEntity).flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){return this.errors=q3(this),{success:!0,error:null,data:null}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(e=null,t=null,i=!0){var b,v,P;const a=this.toJSON(),s=t||He(C(this,this.project),n.CustomEntity,this.project);a.properties=[],a.methods=[],a.abstractMethods=[];const o=s.split("-id"),l=o[o.length-1||0]||s;a.id=s;const p=xt(a,this.project);e&&p.setParent(e),i&&p.subscribe(),p.initChildren();const y=(b=this.properties)==null?void 0:b.map((A,I)=>A.clone(this,l+"-property-"+I+"-id",i));p.properties=y;const h=(v=this.methods)==null?void 0:v.map((A,I)=>A.clone(this,l+"-method-"+I+"-id",i));p.methods=h;const m=(P=this.abstractMethods)==null?void 0:P.map((A,I)=>A.clone(this,l+"-abstract-method-"+I+"-id",i));return p.abstractMethods=m,p}getFunctionDeclaration(e){return this.methods.find(t=>t.id===e)}implement(e,t){return Lo(this,e,t)}getAllInteractiveMethods(){const e=this.implements.filter(i=>i.type===n.CustomEntity||i.type===n.BuiltInBaseEntity&&i.interactive);return g([...this.methods,...this.extends.flatMap(i=>i.getAllInteractiveMethods()),...e.flatMap(i=>i.getAllInteractiveMethods())])}inferFromInputs(e){if(this.parent.type!==n.DataType||!this.parent.inferred)return this;const t=[];e.forEach(s=>{t.find(l=>C(l,this.project)===C(s,this.project))||t.push(s)});const i=this.properties.filter(s=>!s.getDataType());t.forEach(s=>{const o=i.find(m=>C(m,this.project)===C(s,this.project));if(!o)return;const p=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),y=sn(p),h=y==null?void 0:y.clone(o,o.id+"--data-type",!0);h&&o.setDataType(h),s.setDeclaration(o)});const a=[];return t.forEach(s=>{if(!s.declaration){a.push(s);return}}),a.length===0?this:(a.forEach(s=>{const o=this.properties.find(v=>C(v,this.project)===C(s,this.project));if(o){if(s.setDeclaration(o),!o.getDataType()){const P=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),A=sn(P),I=A==null?void 0:A.clone(o,o.id+"--data-type",!0);I&&o.setDataType(I)}return}const l={id:s.id+"--inferred-property",type:n.Property,version:1,name:C(s,this.project),description:s.description,static:!0,abstract:!1,private:!1,hidden:!1,required:!1,index:s.index,implements:null,dataType:null,parent:this.toReference()},p=R(l,this.project);p.setParent(this),p.initChildren();const h=Or(s.parent).getMasterInputWithValueWritterFromAllInstances(s),m=sn(h),b=m==null?void 0:m.clone(p,l.id+"--data-type",!0);return b&&p.setDataType(b),this.addProperty(p),s.setDeclaration(p),p}),this)}};c(Be,"MUTABLE_BASE_PROPERTIES",["name","description","static","abstract"]),c(Be,"INMUTABLE_BASE_PROPERTIES",["id","version","type"]),c(Be,"BASE_PROPERTIES",[...Be.MUTABLE_BASE_PROPERTIES,...Be.INMUTABLE_BASE_PROPERTIES]),c(Be,"MUTABLE_META_PROPERTIES",[...Be.MUTABLE_BASE_PROPERTIES,"x","y"]),c(Be,"INMUTABLE_META_PROPERTIES",[...Be.INMUTABLE_BASE_PROPERTIES]),c(Be,"META_PROPERTIES",[...Be.MUTABLE_META_PROPERTIES,...Be.INMUTABLE_META_PROPERTIES]),c(Be,"MUTABLE_UPSTREAM_PROPERTIES",["extends","implements"]),c(Be,"INMUTABLE_UPSTREAM_PROPERTIES",["parent"]),c(Be,"UPSTREAM_PROPERTIES",[...Be.MUTABLE_UPSTREAM_PROPERTIES,...Be.INMUTABLE_UPSTREAM_PROPERTIES]),c(Be,"MUTABLE_DOWNSTREAM_PROPERTIES",["properties","methods","abstractMethods"]),c(Be,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(Be,"DOWNSTREAM_PROPERTIES",[...Be.MUTABLE_DOWNSTREAM_PROPERTIES,...Be.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(Be,"PROPERTIES",[...Be.META_PROPERTIES,...Be.UPSTREAM_PROPERTIES,...Be.DOWNSTREAM_PROPERTIES]);let jr=Be;function m7(r){const e=g9(),t=r.toJSON();e.safeParse(t).success;const a=[];return ae(r.errors,a)}class Ft{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"type",n.BuiltInBaseEntity);c(this,"abstract",!1);c(this,"static");c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"interactive",!1);c(this,"errors",[]);c(this,"project");this.initialData=this.initialData||e,this.project=this.project||t,this.id=this.id||e.id,this.version=this.version||e.version,this.name=this.name||e.name,this.static=this.static||e.static,this.interactive=this.interactive||e.interactive,this.abstract=e.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.extends=this.initialData.extends.map(i=>R(i,this.project))}get extendedProperties(){return g(this.extends.reduce((e,t)=>{const i=[...t.properties,...t.extendedProperties].filter(a=>!a.abstract);return[...e,...i]},[]))}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}async load(){return this}remove(e={ignoreUpstream:!1,seenEntities:new Set}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e)),...this.extends.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e)),...this.extends.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,interactive:this.interactive,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,interactive:this.interactive,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,interactive:this.interactive,extends:this.extends.map(e=>e.id)}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){const e=m7(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new Ft(this.toJSON(),this.project)}implement(e,t){return Lo(this,e,t)}getAllInteractiveMethods(){const e=[];return this.interactive&&(e.push(...this.methods),this.extends.filter(i=>i.type===n.BuiltInBaseEntity&&i.interactive||i.type===n.PrimitiveEntity).forEach(i=>{i instanceof Ft&&e.push(...i.getAllInteractiveMethods())})),g(e)}}function T7(r){const e=p9(),t=r.toJSON();e.safeParse(t).success;const a=[];return ae(r.errors,a)}class Ut{constructor(e,t){c(this,"initialData");c(this,"id");c(this,"version");c(this,"name");c(this,"description",null);c(this,"type",n.PrimitiveEntity);c(this,"static");c(this,"abstract");c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"errors",[]);c(this,"project");this.initialData=e,this.project=t,this.id=e.id,this.version=e.version,this.name=e.name,this.static=e.static,this.abstract=e.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.parent=this,a})}get extendedProperties(){return g(this.extends.reduce((e,t)=>{const i=[...t.properties,...t.extendedProperties].filter(a=>!a.abstract);return[...e,...i]},[]))}subscribe(){return this.project.subscribeInstance(this),this}unsubscribe(){return this.project.unsubscribeInstance(this),this}async load(){return this}remove({ignoreUpstream:e,seenEntities:t}={ignoreUpstream:!1,seenEntities:new Set}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this,...this.properties.flatMap(i=>i.toFlat(e)),...this.methods.flatMap(i=>i.toFlat(e)),...this.abstractMethods.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.id,...this.properties.flatMap(i=>i.toFlatIds(e)),...this.methods.flatMap(i=>i.toFlatIds(e)),...this.abstractMethods.flatMap(i=>i.toFlatIds(e))])}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,properties:this.properties.map(e=>e.toJSON()),methods:this.methods.map(e=>e.toJSON()),abstractMethods:this.abstractMethods.map(e=>e.toJSON()),extends:this.extends.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+N.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,abstract:this.abstract,static:this.static,properties:this.properties.map(e=>e.toReference()),methods:this.methods.map(e=>e.toReference()),abstractMethods:this.abstractMethods.map(e=>e.toReference()),extends:this.extends.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toShallowJSON(),...this.properties.flatMap(i=>i.toFlatJSON(e)),...this.methods.flatMap(i=>i.toFlatJSON(e)),...this.abstractMethods.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description,static:this.static,abstract:this.abstract,extends:this.extends.map(e=>e.id)}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[this.toGenerationTarget(),...this.properties.flatMap(i=>i.toFlatGenerationTarget(e)),...this.methods.flatMap(i=>i.toFlatGenerationTarget(e)),...this.abstractMethods.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.properties.forEach(e=>e.clearErrors()),this.methods.forEach(e=>e.clearErrors()),this.abstractMethods.forEach(e=>e.clearErrors()),this}validate(){const e=T7(this);return this.errors=e,{success:!0,error:null,data:this.toJSON()}}getErrors(){return[...this.errors,...this.properties.flatMap(t=>t.getErrors()),...this.methods.flatMap(t=>t.getErrors()),...this.abstractMethods.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new Ut(this.toJSON(),this.project)}getAllInteractiveMethods(){const e=[];return e.push(...this.methods),this.extends.filter(i=>i.type===n.BuiltInBaseEntity&&i.interactive||i.type===n.PrimitiveEntity).forEach(i=>{i instanceof Ft&&e.push(...i.getAllInteractiveMethods())}),g(e)}}function xt(r,e){if(!r)throw new Error("Entity is null");const t=e.get(r.id);switch(r.type){case n.PrimitiveValue:return t||new Ai(r,e);case n.CustomEntity:return t||new jr(r,e);case n.PrimitiveEntity:return t||new Ut(r,e);case n.FunctionDeclaration:return t||new Cr(r,e);case n.GlobalEvent:return t||new Di(r,e);case n.DataType:return t||new Ii(r,e);case n.Property:return t||new Sr(r,e);case n.FunctionCall:return t||new Ur(r,e);case n.Condition:return t||new _r(r,e);case n.Operation:return t||new Br(r,e);case n.VariableDeclaration:return t||new Nr(r,e);case n.VariableInstance:return t||new Mr(r,e);case n.OutputMap:return t||new On(r,e);case n.ReturnDeclaration:return t||new Bt(r,e);case n.ArgumentDeclaration:return t||new Gr(r,e);case n.InputMap:return t||new An(r,e);case n.Project:return t||new N(r);case n.InstalledProject:return t||new Lr(r,e);case n.ActionDescriptor:return t||new te(r,e);case n.ReturnStatement:return t||new $r(r,e);case n.Loop:return t||new wr(r,e);case n.Search:return t||new Vr(r,e);case n.ValueDescriptor:return t||new Fr(r,e);case n.BuiltInBaseEntity:return t||new Ft(r,e);case n.InternalCall:return t||new Pi(r,e);case n.ContinueStatement:return t||new Tt(r,e);case n.BreakStatement:return t||new Oi(r,e);default:throw new Error("Invalid entity type: "+r.type)}}function R(r,e){if(!r)throw new Error("Entity is null");const t=xt(r,e);return t.subscribe(),t}function E7(r,e){if(!r)throw new Error("Entity is null");switch(r.type){case n.PrimitiveValue:return Ai.fromGenerationTarget(r,e);case n.CustomEntity:return jr.fromGenerationTarget(r,e);case n.FunctionDeclaration:return Cr.fromGenerationTarget(r,e);case n.GlobalEvent:return Di.fromGenerationTarget(r,e);case n.DataType:return Ii.fromGenerationTarget(r,e);case n.Property:return Sr.fromGenerationTarget(r,e);case n.FunctionCall:return Ur.fromGenerationTarget(r,e);case n.Condition:return _r.fromGenerationTarget(r,e);case n.Operation:return Br.fromGenerationTarget(r,e);case n.VariableDeclaration:return Nr.fromGenerationTarget(r,e);case n.VariableInstance:return Mr.fromGenerationTarget(r,e);case n.OutputMap:return On.fromGenerationTarget(r,e);case n.ReturnDeclaration:return Bt.fromGenerationTarget(r,e);case n.ArgumentDeclaration:return Gr.fromGenerationTarget(r,e);case n.InputMap:return An.fromGenerationTarget(r,e);case n.InstalledProject:return Lr.fromGenerationTarget(r,e);case n.ReturnStatement:return $r.fromGenerationTarget(r,e);case n.Loop:return wr.fromGenerationTarget(r,e);case n.Search:return Vr.fromGenerationTarget(r,e);case n.ActionDescriptor:return te.fromGenerationTarget(r,e);case n.ValueDescriptor:return Fr.fromGenerationTarget(r,e);case n.InternalCall:return Pi.fromGenerationTarget(r,e);case n.ContinueStatement:return Tt.fromGenerationTarget(r,e);case n.BreakStatement:return Oi.fromGenerationTarget(r,e);default:throw new Error("Invalid entity type: "+r.type)}}const ee=class ee{constructor(e){c(this,"initialData");c(this,"id");c(this,"version");c(this,"type",n.Project);c(this,"name",null);c(this,"description",null);c(this,"x");c(this,"y");c(this,"entities",[]);c(this,"projects",[]);c(this,"functions",[]);c(this,"events",[]);c(this,"variableDeclarations",[]);c(this,"variableInstances",[]);c(this,"conditions",[]);c(this,"operations",[]);c(this,"functionCalls",[]);c(this,"loops",[]);c(this,"searches",[]);c(this,"primitives",[]);c(this,"builtInBaseEntities",[]);c(this,"operationDeclarations",[]);c(this,"globalEventActionDescriptors",[]);c(this,"loopDeclarations",[]);c(this,"loopDeclarationsBodies",[]);c(this,"conditionDeclarations",[]);c(this,"valueDescriptors",[]);c(this,"dataTypes",[]);c(this,"project");c(this,"instances",{});c(this,"builtInInstances",{});c(this,"errors",[]);c(this,"references",[]);this.initialData=e,this.id=e.id,this.version=e.version,this.name=e.name,this.description=e.description,this.x=0,this.y=0;try{(!ee.UUID||ee.UUID.isBackup)&&(ee.UUID=Vs==null?void 0:Vs()),ee.UUID||(ee.UUID={isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:t=>t})}catch(t){console.error("Error initializing UUID module",t),ee.UUID={isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:i=>i}}}static injectUUIDModule(e){ee.UUID=e}static validateGenerationTarget(e,t){let i=JSON.parse(JSON.stringify(e));const a=[];return a.push(...Ne(i)),{errors:a,modifiedData:i}}async inject(...e){return await Promise.all(e.map(t=>new Promise(async i=>{await t.init(this),i(null)}))),this}validateGeneratedUpdate(e){return{errors:[],modifiedData:e}}addSelfToProject(){const e=[this],t=[],i=[];return{updated:g(e),added:g(t),removed:g(i),self:this}}get instancesList(){return Object.values(this.instances)}isOperationDeclaration(e){return this.operationDeclarations.includes(e)}isGlobalEventActionDescriptor(e){return this.globalEventActionDescriptors.includes(e)}isLoopDeclaration(e){return this.loopDeclarations.includes(e)}isConditionDeclaration(e){return this.conditionDeclarations.includes(e)}initChildren(){return this.entities=this.initialData.entities.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.projects=this.initialData.projects.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.functions=this.initialData.functions.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.events=this.initialData.events.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.variableDeclarations=this.initialData.variableDeclarations.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.variableInstances=this.initialData.variableInstances.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.conditions=this.initialData.conditions.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.operations=this.initialData.operations.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.functionCalls=this.initialData.functionCalls.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.loops=this.initialData.loops.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.searches=this.initialData.searches.map(e=>{const t=R(e,this);return t.setParent(this),t.initChildren(),t}),this.attachOrphanReferences(),this.validate(),this}subscribeInstance(e){return(!this.instances[e.id]||this.instances[e.id]!==e)&&(this.instances[e.id]=e),this}subscribeBuiltInInstance(e){return(!this.builtInInstances[e.id]||this.builtInInstances[e.id]!==e)&&(this.builtInInstances[e.id]=e),this}subscribe(){return this}unsubscribe(){return this}unsubscribeInstance(e){return delete this.instances[e.id],this}findSubscribedInstance(e){return this.instances[e.id]||null}findSubscribedBuiltInInstance(e){return this.builtInInstances[e.id]||null}get(e){return this.instances[e]||this.builtInInstances[e]||null}getManaged(e){return this.instances[e]||null}getBuiltIn(e){return this.builtInInstances[e]||null}findSubscribedInstanceFromReference(e){return this.instances[e.entityId]||null}findSubscribedBuiltInInstanceFromReference(e){return this.builtInInstances[e.entityId]||null}sync(e){return this.version=e.version||this.version,this.name=e.name||this.name,this.description=e.description||this.description,this.x=e.x||this.x,this.y=e.y||this.y,this}async load(){return this}async create(){return this}async update(e){return this}async delete(){return this}remove({ignoreUpstream:e}={ignoreUpstream:!1}){return{affected:[],removed:[]}}restore({seenEntities:e}={seenEntities:new Set}){return{affected:[],self:this}}getAllBuiltInIds(){const e=new Set;return[...this.primitives.flatMap(t=>t.toFlatIds(e)),...this.builtInBaseEntities.flatMap(t=>t.toFlatIds(e)),...this.operationDeclarations.flatMap(t=>t.toFlatIds(e)),...this.globalEventActionDescriptors.flatMap(t=>t.toFlatIds(e)),...this.loopDeclarations.flatMap(t=>t.toFlatIds(e)),...this.conditionDeclarations.flatMap(t=>t.toFlatIds(e)),...this.valueDescriptors.flatMap(t=>t.toFlatIds(e)),...this.dataTypes.flatMap(t=>t.toFlatIds(e))]}getAllBuiltIn(){const e=new Set;return[...this.primitives.flatMap(t=>t.toFlat(e)),...this.builtInBaseEntities.flatMap(t=>t.toFlat(e)),...this.operationDeclarations.flatMap(t=>t.toFlat(e)),...this.globalEventActionDescriptors.flatMap(t=>t.toFlat(e)),...this.loopDeclarations.flatMap(t=>t.toFlat(e)),...this.conditionDeclarations.flatMap(t=>t.toFlat(e)),...this.valueDescriptors.flatMap(t=>t.toFlat(e)),...this.dataTypes.flatMap(t=>t.toFlat(e))]}toFlat(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlat(e)),...this.functions.flatMap(i=>i.toFlat(e)),...this.events.flatMap(i=>i.toFlat(e)),...this.projects.flatMap(i=>i.toFlat(e)),...this.variableDeclarations.flatMap(i=>i.toFlat(e)),...this.variableInstances.flatMap(i=>i.toFlat(e)),...this.conditions.flatMap(i=>i.toFlat(e)),...this.operations.flatMap(i=>i.toFlat(e)),...this.functionCalls.flatMap(i=>i.toFlat(e)),...this.loops.flatMap(i=>i.toFlat(e)),...this.searches.flatMap(i=>i.toFlat(e))])}toFlatIds(e=new Set){return e.has(this.id)?[]:(e.add(this.id),Array.from(e))}toJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,entities:this.entities.map(e=>e.toJSON()),functions:this.functions.map(e=>e.toJSON()),events:this.events.map(e=>e.toJSON()),projects:this.projects.map(e=>e.toJSON()),variableDeclarations:this.variableDeclarations.map(e=>e.toJSON()),variableInstances:this.variableInstances.map(e=>e.toJSON()),conditions:this.conditions.map(e=>e.toJSON()),operations:this.operations.map(e=>e.toJSON()),functionCalls:this.functionCalls.map(e=>e.toJSON()),loops:this.loops.map(e=>e.toJSON()),searches:this.searches.map(e=>e.toJSON())}}toReference(){return{id:this.id+"--"+ee.UUID.uuid()+"--ref",type:n.GenericReference,entityId:this.id,entityType:this.type}}toShallowJSON(){return{id:this.id,version:this.version,type:this.type,name:this.name,description:this.description,entities:this.entities.map(e=>e.toReference()),functions:this.functions.map(e=>e.toReference()),events:this.events.map(e=>e.toReference()),projects:this.projects.map(e=>e.toReference()),variableDeclarations:this.variableDeclarations.map(e=>e.toReference()),variableInstances:this.variableInstances.map(e=>e.toReference()),conditions:this.conditions.map(e=>e.toReference()),operations:this.operations.map(e=>e.toReference()),functionCalls:this.functionCalls.map(e=>e.toReference()),loops:this.loops.map(e=>e.toReference()),searches:this.searches.map(e=>e.toReference())}}toFlatJSON(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlatJSON(e)),...this.functions.flatMap(i=>i.toFlatJSON(e)),...this.events.flatMap(i=>i.toFlatJSON(e)),...this.projects.flatMap(i=>i.toFlatJSON(e)),...this.variableDeclarations.flatMap(i=>i.toFlatJSON(e)),...this.variableInstances.flatMap(i=>i.toFlatJSON(e)),...this.conditions.flatMap(i=>i.toFlatJSON(e)),...this.operations.flatMap(i=>i.toFlatJSON(e)),...this.functionCalls.flatMap(i=>i.toFlatJSON(e)),...this.loops.flatMap(i=>i.toFlatJSON(e)),...this.searches.flatMap(i=>i.toFlatJSON(e))])}toGenerationTarget(){return{id:this.id,type:this.type,name:this.name,description:this.description}}toFlatGenerationTarget(e=new Set){return e.has(this.id)?[]:(e.add(this.id),[...this.entities.flatMap(i=>i.toFlatGenerationTarget(e)),...this.functions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.events.flatMap(i=>i.toFlatGenerationTarget(e)),...this.projects.flatMap(i=>i.toFlatGenerationTarget(e)),...this.variableDeclarations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.variableInstances.flatMap(i=>i.toFlatGenerationTarget(e)),...this.conditions.flatMap(i=>i.toFlatGenerationTarget(e)),...this.operations.flatMap(i=>i.toFlatGenerationTarget(e)),...this.functionCalls.flatMap(i=>i.toFlatGenerationTarget(e)),...this.loops.flatMap(i=>i.toFlatGenerationTarget(e)),...this.searches.flatMap(i=>i.toFlatGenerationTarget(e))])}clearErrors(){return this.errors=[],this.entities.forEach(e=>e.clearErrors()),this.projects.forEach(e=>e.clearErrors()),this.functions.forEach(e=>e.clearErrors()),this.events.forEach(e=>e.clearErrors()),this.variableDeclarations.forEach(e=>e.clearErrors()),this.variableInstances.forEach(e=>e.clearErrors()),this.conditions.forEach(e=>e.clearErrors()),this.operations.forEach(e=>e.clearErrors()),this.functionCalls.forEach(e=>e.clearErrors()),this.loops.forEach(e=>e.clearErrors()),this.searches.forEach(e=>e.clearErrors()),this}validate(){const e=$3(),t=this.toJSON();return e.safeParse(t),this.validateChildren(),{success:!0,error:null,data:t}}validateChildren(){this.entities.forEach(e=>e.validate()),this.projects.forEach(e=>e.validate()),this.functions.forEach(e=>e.validate()),this.events.forEach(e=>e.validate()),this.variableDeclarations.forEach(e=>e.validate()),this.variableInstances.forEach(e=>e.validate()),this.conditions.forEach(e=>e.validate()),this.operations.forEach(e=>e.validate()),this.functionCalls.forEach(e=>e.validate()),this.loops.forEach(e=>e.validate()),this.searches.forEach(e=>e.validate())}getErrors(){return[...this.errors,...this.entities.flatMap(t=>t.getErrors()),...this.projects.flatMap(t=>t.getErrors()),...this.functions.flatMap(t=>t.getErrors()),...this.events.flatMap(t=>t.getErrors()),...this.variableDeclarations.flatMap(t=>t.getErrors()),...this.variableInstances.flatMap(t=>t.getErrors()),...this.conditions.flatMap(t=>t.getErrors()),...this.operations.flatMap(t=>t.getErrors()),...this.functionCalls.flatMap(t=>t.getErrors()),...this.loops.flatMap(t=>t.getErrors()),...this.searches.flatMap(t=>t.getErrors())]}getShallowErrors(){return this.errors}clone(){return new ee(this.toJSON())}getCustomEntity(e){return this.entities.find(t=>t.id===e)||null}addCustomEntityFromTransfer(e){const t=R(e,this);return this.addCustomEntity(t),t}addCustomEntity(e){return this.entities.includes(e)||this.entities.push(e),e}addFunctionDeclarationFromTransfer(e){const t=R(e,this);return this.addFunctionDeclaration(t),t}addFunctionDeclaration(e){return this.functions.includes(e)||this.functions.push(e),e}addFunctionCallFromTransfer(e){const t=R(e,this);return this.addFunctionCall(t),t}addFunctionCall(e){return this.functionCalls.includes(e)||this.functionCalls.push(e),e}addVariableDeclarationFromTransfer(e){const t=R(e,this);return this.addVariableDeclaration(t),t}addVariableDeclaration(e){return this.variableDeclarations.includes(e)||this.variableDeclarations.push(e),e}addVariableInstanceFromTransfer(e){const t=R(e,this);return this.addVariableInstance(t),t}addVariableInstance(e){return this.variableInstances.includes(e)||this.variableInstances.push(e),e}addInstalledProjectFromTransfer(e){const t=R(e,this);return this.addInstalledProject(t),this}addInstalledProject(e){return this.projects.includes(e)||this.projects.push(e),this}addGlobalEventFromTransfer(e){const t=R(e,this);return this.addGlobalEvent(t),this}addGlobalEvent(e){return this.events.includes(e)||this.events.push(e),this}addConditionFromTransfer(e){const t=R(e,this);return this.addCondition(t),this}addCondition(e){return this.conditions.includes(e)||this.conditions.push(e),this}addOperationFromTransfer(e){const t=R(e,this);return this.addOperation(t),this}addOperation(e){return this.operations.includes(e)||this.operations.push(e),this}addLoopFromTransfer(e){const t=R(e,this);return this.addLoop(t),this}addLoop(e){return this.loops.includes(e)||this.loops.push(e),this}addSearchFromTransfer(e){const t=R(e,this);return this.addSearch(t),this}addSearch(e){return this.searches.includes(e)||this.searches.push(e),this}removeCustomEntity(e){const t=this.entities.findIndex(i=>i.id===e.id);if(t>-1){const i=this.entities[t];return this.entities.splice(t,1),i}return null}removeFunctionDeclaration(e){const t=this.functions.findIndex(i=>i.id===e.id);if(t>-1){const i=this.functions[t];return this.functions.splice(t,1),i}return null}removeExternalProject(e){const t=this.projects.findIndex(i=>i.id===e.id);if(t>-1){const i=this.projects[t];return this.projects.splice(t,1),i}return null}removeGlobalEvent(e){const t=this.events.findIndex(i=>i.id===e.id);if(t>-1){const i=this.events[t];return this.events.splice(t,1),i}return null}removeTopLevelVariableDeclaration(e){if(e.type!==n.VariableDeclaration)return null;const t=this.variableDeclarations.findIndex(i=>i.id===e.id);if(t>-1){const i=this.variableDeclarations[t];return this.variableDeclarations.splice(t,1),i}return null}getEntryPoints(){return[...this.functions,...this.events,...this.entities.flatMap(t=>t.methods)]}getFunctionDeclaration(e){return this.functions.find(t=>t.id===e)||null}getConditions(){return[...this.conditions,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.functionCalls.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.operations.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Condition)]},[])]}getOperations(){return[...this.operations,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.functionCalls.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.conditions.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.Operation)]},[])]}getFunctionCalls(){return[...this.functionCalls,...this.getEntryPoints().reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.conditions.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.operations.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.loops.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[]),...this.searches.reduce((t,i)=>{const a=we(i);return[...t,...a.filter(s=>s.type===n.FunctionCall)]},[])]}getVariables(){return[...this.variableDeclarations,...this.getEntryPoints().reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.functionCalls.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.conditions.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.operations.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.loops.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[]),...this.searches.reduce((t,i)=>{const a=ie(i);return[...t,...a]},[])]}getVariableInstances(){return[...this.variableInstances,...this.getEntryPoints().reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.functionCalls.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.conditions.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.operations.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.loops.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[]),...this.searches.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableInstance);return[...t,...s]},[])]}getVariableDeclarations(){return g([...this.variableDeclarations,...this.getEntryPoints().reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.functionCalls.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.conditions.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.operations.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.loops.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[]),...this.searches.reduce((t,i)=>{const s=ie(i).filter(o=>o.type===n.VariableDeclaration);return[...t,...s]},[])])}attachOrphanReferences(){const e=this.getVariableInstances(),t=this.getVariableDeclarations();return e.forEach(i=>{if(!i.declaration){const a=i.initialData,s=a.declaration.entityId||a.declaration.id,o=t.find(l=>l.id===s);o&&i.setDeclaration(o)}}),this}getBuiltInPersistedEntity(){return this.builtInBaseEntities.find(e=>e.name===L.PERSISTED_ENTITY)||null}};c(ee,"UUID",{isBackup:!0,uuid:()=>Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15),fromUUID:e=>e}),c(ee,"MUTABLE_BASE_PROPERTIES",["name","description"]),c(ee,"INMUTABLE_BASE_PROPERTIES",["id","type","version"]),c(ee,"BASE_PROPERTIES",[...ee.MUTABLE_BASE_PROPERTIES,...ee.INMUTABLE_BASE_PROPERTIES]),c(ee,"MUTABLE_META_PROPERTIES",[...ee.MUTABLE_BASE_PROPERTIES,"x","y"]),c(ee,"INMUTABLE_META_PROPERTIES",[...ee.INMUTABLE_BASE_PROPERTIES]),c(ee,"META_PROPERTIES",[...ee.MUTABLE_META_PROPERTIES,...ee.INMUTABLE_META_PROPERTIES]),c(ee,"MUTABLE_UPSTREAM_PROPERTIES",[]),c(ee,"INMUTABLE_UPSTREAM_PROPERTIES",["primitives","builtInBaseEntities","operationDeclarations","globalEventActionDescriptors","loopDeclarations","builtInInstances"]),c(ee,"UPSTREAM_PROPERTIES",[...ee.MUTABLE_UPSTREAM_PROPERTIES,...ee.INMUTABLE_UPSTREAM_PROPERTIES]),c(ee,"MUTABLE_DOWNSTREAM_PROPERTIES",["entities","projects","functions","events","variableDeclarations","variableInstances","conditions","operations","functionCalls","loops","searches"]),c(ee,"INMUTABLE_DOWNSTREAM_PROPERTIES",[]),c(ee,"DOWNSTREAM_PROPERTIES",[...ee.MUTABLE_DOWNSTREAM_PROPERTIES,...ee.INMUTABLE_DOWNSTREAM_PROPERTIES]),c(ee,"PROPERTIES",[...ee.META_PROPERTIES,...ee.UPSTREAM_PROPERTIES,...ee.DOWNSTREAM_PROPERTIES]);let N=ee;class AA extends te{constructor(t){super(qt,t);c(this,"id",_e.Parallel);c(this,"name",_e.Parallel);c(this,"description","Execute a list of actions one after the other");c(this,"version",1);c(this,"autoexecutable",!0);c(this,"initialData",qt);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=qt.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=qt.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=qt.error?R(qt.error,this.project):null}}class OA extends te{constructor(t){super(dt,t);c(this,"id",dt.id);c(this,"name",dt.name);c(this,"description",dt.description);c(this,"version",dt.version);c(this,"autoexecutable",!1);c(this,"initialData",dt);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=dt.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=dt.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=dt.error?R(dt.error,this.project):null}}class SA extends te{constructor(t){super(hn,t);c(this,"id",_e.Sequential);c(this,"name",_e.Sequential);c(this,"description","Execute a list of actions one after the other");c(this,"version",1);c(this,"autoexecutable",!0);c(this,"initialData",hn);c(this,"type",n.ActionDescriptor);c(this,"inputs",[]);c(this,"outputs",[]);c(this,"error",null);c(this,"project");this.project=t,this.inputs=hn.inputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.outputs=hn.outputs.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.error=hn.error?R(hn.error,this.project):null}}class b7 extends te{constructor(e){super(_i,e)}}class R7 extends te{constructor(e){super(tr,e)}}class g7 extends te{constructor(t){super(nr,t);c(this,"autoexecutable",!0)}getEntityToMatchInputMap(t){return t.inputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.entityToMatch.id})||null}getDataToValidateInputMap(t){return t.inputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.dataToValidate.id})||null}getOutputDataOutputMap(t){return t.outputs.find(i=>{var a;return((a=i.declaration)==null?void 0:a.id)===B.operation[oe.Validate].outputs.outputEntity.id})||null}getEntityToMatch(t){let i=null;if(t.readsValue){const s=t.readsValue.getDataType();s&&s.entity&&s.entity.type===n.CustomEntity&&(i=s.entity)}const a=t.getDefaultValue();return!i&&a&&a.valueAsType&&!Array.isArray(a.valueAsType)&&a.valueAsType.type===n.CustomEntity&&(i=a.valueAsType),i}syncOperationInstance(t){const i=this.getEntityToMatchInputMap(t);i&&this.syncEntityToMatchInputMapDataType(i);const a=this.getDataToValidateInputMap(t);a&&this.syncDataToValidateInputMapDataType(a);const s=this.getOutputDataOutputMap(t);return s&&this.syncOutputDataOutputMapDataType(s),t}syncEntityToMatchInputMapDataType(t){var a,s,o;if(((a=t.declaration)==null?void 0:a.id)!==B.operation[oe.Validate].inputs.entityToMatch.id)return null;if(!t.dataType){const l={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!0,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},p=R(l,t.project);p.setParent(t),p.initChildren(),t.setDataType(p)}(s=t.dataType)==null||s.sync({inferred:!0,like:!1,asType:!0});const i=this.getEntityToMatch(t);return(o=t.dataType)==null||o.setEntity(i),t.dataType}syncDataToValidateInputMapDataType(t){var o,l,p;if(((o=t.declaration)==null?void 0:o.id)!==B.operation[oe.Validate].inputs.dataToValidate.id)return null;const i=this.getEntityToMatchInputMap(t.parent);if(!i||!this.getEntityToMatch(i))return null;if(!t.dataType){const y={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},h=R(y,t.project);h.setParent(t),h.initChildren(),t.setDataType(h)}(l=t.dataType)==null||l.sync({inferred:!0,like:!0,asType:!1});const s=this.getEntityToMatch(i);return(p=t.dataType)==null||p.setEntity(s),t.dataType}syncOutputDataOutputMapDataType(t){var o,l,p;if(((o=t.declaration)==null?void 0:o.id)!==B.operation[oe.Validate].outputs.outputEntity.id)return null;const i=this.getEntityToMatchInputMap(t.parent);if(!i||!this.getEntityToMatch(i))return null;if(!t.dataType){const y={id:t.id+"--infered-data-type",version:1,type:n.DataType,isList:!1,isNullable:!1,andChildrenGroup:null,orChildrenGroup:null,asType:!1,entity:null,constant:!1,like:!0,inferred:!0,defaultValue:null,parent:t.toReference()},h=R(y,t.project);h.setParent(t),h.initChildren(),t.setDataType(h)}(l=t.dataType)==null||l.sync({inferred:!0,like:!0,asType:!1});const s=this.getEntityToMatch(i);return(p=t.dataType)==null||p.setEntity(s),t.dataType}inferInputMapDataType(t){var i,a;return((i=t.declaration)==null?void 0:i.id)===B.operation[oe.Validate].inputs.entityToMatch.id?this.syncEntityToMatchInputMapDataType(t):((a=t.declaration)==null?void 0:a.id)===B.operation[oe.Validate].inputs.dataToValidate.id?this.syncDataToValidateInputMapDataType(t):null}inferOutputMapDataType(t){var i;return((i=t.declaration)==null?void 0:i.id)===B.operation[oe.Validate].outputs.outputEntity.id?this.syncOutputDataOutputMapDataType(t):null}}class v7 extends te{constructor(e){super(al,e)}}class I7 extends te{constructor(e){super(ol,e)}}class D7 extends te{constructor(e){super(ll,e)}}class P7 extends te{constructor(e){super(Ya,e)}}class A7 extends te{constructor(e){super(qa,e)}}class O7 extends te{constructor(e){super(Bi,e)}}function S7(r){const e=[new SA(r),new AA(r),new OA(r),new b7(r),new R7(r),new g7(r),new P7(r),new v7(r),new D7(r),new I7(r),new A7(r),new O7(r),new te(il,r),new te(rl,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.operationDeclarations=e,e}class CA extends Ft{constructor(t){super(xe,t);c(this,"initialData");c(this,"id",L.PERSISTED_ENTITY);c(this,"version",1);c(this,"name",L.PERSISTED_ENTITY);c(this,"description",xe.description);c(this,"type",n.BuiltInBaseEntity);c(this,"abstract",xe.abstract);c(this,"static",xe.static);c(this,"properties",[]);c(this,"methods",[]);c(this,"abstractMethods",[]);c(this,"extends",[]);c(this,"errors",[]);c(this,"project");this.initialData=xe,this.project=t,this.id=xe.id,this.version=xe.version,this.name=xe.name,this.static=xe.static,this.abstract=xe.abstract,this.properties=this.initialData.properties.map(i=>{const a=R(i,this.project);return a.setParent(this),a.initChildren(),a}),this.methods=this.initialData.methods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.abstractMethods=this.initialData.abstractMethods.map(i=>{const a=R(i,this.project);return a.parent=this,a}),this.extends=this.initialData.extends.map(i=>R(i,this.project))}}function C7(r){const e=[new CA(r),new Ft(as,r),new Ft(Nn,r),new Ft(jl,r),new Ft(is,r)];return e.forEach(t=>{r.subscribeBuiltInInstance(t)}),r.builtInBaseEntities=e,e}function B7(r){const e=[new Ut(x,r),new Ut(wn,r),new Ut(Q,r),new Ut(Ze,r),new Ut(_n,r),new Ut(un,r),new Ut(ka,r),new Ut(Ko,r)];return e.forEach(t=>{r.subscribeBuiltInInstance(t)}),r.primitives=e,e}function w7(r){const e=[new te(ds,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.globalEventActionDescriptors=e,e}function _7(r){const e=[new te(ns,r),new te(rr,r),new te(ts,r),new te(Mi,r),new te(Vi,r),new te(El,r)];e.forEach(i=>{i.initChildren(),r.subscribeBuiltInInstance(i)}),r.loopDeclarations=e;const t=[new te(Ol,r),new te(es,r),new te(Il,r),new te(yT,r),new te(_T,r),new te(Rl,r)];return t.forEach(i=>{i.initChildren(),r.subscribeBuiltInInstance(i)}),r.loopDeclarationsBodies=t,e}function N7(r){const e=[new Fr(Wl,r)];return e.forEach(t=>{t.initChildren(),r.subscribeBuiltInInstance(t)}),r.valueDescriptors=e,e}function M7(r){const e=[new te(lr,r),new te(zr,r)];return e.forEach(t=>{t.initChildren()}),r.conditionDeclarations=e,e}const kr={},Jo={};async function V7(r,e={}){const t={...jI};return t.id=r.id,e.empty?{data:{id:r.id,type:n.Project,version:1,name:null,description:null,projects:[],entities:[],operations:[],functions:[],variableDeclarations:[],variableInstances:[],functionCalls:[],conditions:[],loops:[],searches:[],events:[]}}:{data:t}}function BA(r){const e=new N(r);return B7(e),C7(e),S7(e),w7(e),_7(e),N7(e),M7(e),e.getAllBuiltIn().forEach(i=>{e.builtInInstances[i.id]||(e.builtInInstances[i.id]=i,delete e.instances[i.id])}),e.initChildren(),e}async function L7(r,e={}){if(r.id&&kr[r.id])return kr[r.id];if(r.id&&Jo[r.id])return await Jo[r.id],kr[r.id];const t=V7(r,e);r.id&&(Jo[r.id]=t);const i=await t;if(i.data){const a=BA(i.data);return kr[r.id]=a,r.id&&delete Jo[r.id],a}return null}function G7(r){return kr[r.id]&&delete kr[r.id],null}const $7="test_primitive_entities_export";d.AI_VALUE_CONNECTION_GENERATION_ACTION_EXPLANATION=Iu,d.ActionDescriptorState=te,d.ActionInputMapState=P2,d.ActionOutputMapState=S2,d.AppendToListOperationInputIds=nf,d.AppendToListOperationOutputIds=rf,d.ArgumentDeclarationState=Gr,d.BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION=bu,d.BUILT_IN_BASE_ENTITY_IDS=B,d.BUILT_IN_ENTITY_TYPES=Wr,d.BaseCanvasDraggableState=c2,d.BaseEntityNames=L,d.BaseState=l2,d.BaseValueDescriptorIds=Zo,d.BreakStatementState=Oi,d.BuiltInBaseEntityState=Ft,d.CACHED_PROJECTS_BY_ID=kr,d.CALLABLE_ENTITIES_EXPLANATION=U2,d.CALLABLE_TYPES=Bn,d.CALLER_ENTITIES_EXPLANATION=jP,d.CALLER_TYPES=dn,d.CALLS_UPDATE_EXPLANATION=zn,d.COMPARISON_CONDITIONS=Nb,d.CONDITIONS=sO,d.CUSTOM_ENTITY_OPERATIONS=Dh,d.CallableEntityClass=u2,d.CallerEntityClass=hu,d.ChildEntityState=d2,d.ComparisonOperatorTypes=Le,d.ConditionState=_r,d.ContinueStatementState=Tt,d.CreateNewInputIds=Xf,d.CreateNewOutputIds=Qf,d.CustomEntityState=jr,d.DRAGGABLE_CALLABLE_TYPES=Ho,d.DRAGGABLE_CALLER_TYPES=ju,d.DRAGGABLE_ELEMENT_TYPES=zo,d.DRAGGABLE_EXECUTABLE_TYPES=_A,d.DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES=Yo,d.DataTypeCompatibilityTypes=$t,d.DataTypeParentChildRelation=ze,d.DataTypeState=Ii,d.ENTITIES_WITH_VALLUES_EXPLANATION=wo,d.ENTITY_TYPES=NA,d.ENTITY_WITH_LOGIC_SCOPE_TYPES=ct,d.ENTITY_WITH_NAMES_TYPES=ku,d.ENTITY_WITH_VALUE_TYPES=xu,d.ENTRY_POINT_ENTITIES_EXPLANATION=La,d.ENTRY_POINT_TYPES=Ge,d.EVENT_TYPES=Jr,d.EXECUTABLE_TYPES=wA,d.EXECUTION_OPERATIONS=Kf,d.EntityError=mr,d.EntityErrorSeverity=T,d.EntityGenerationError=E,d.EntityGenerationErrorCode=f,d.EntityInstanceErrorCode=M,d.EntityOperations=oe,d.EntityType=n,d.EntityWithLogicScopeClass=h2,d.EntityWithValueClass=f2,d.EntryPointEntityClass=p2,d.ExecutionOperations=_e,d.FunctionCallState=Ur,d.FunctionDeclarationState=Cr,d.GLOBAL_EVENT_DECLARATIONS=oO,d.GetLastInListOperationInputIds=qy,d.GetLastInListOperationOutputIds=Jy,d.GlobalEventNames=cn,d.GlobalEventState=Di,d.HTTPOperations=et,d.HTTP_OPERATIONS=im,d.InputMapState=An,d.InstalledProjectState=Lr,d.InternalCallState=Pi,d.JoinListOperationInputIds=dy,d.JoinListOperationOutputIds=uy,d.LIST_OPERATIONS=Tf,d.ListOperations=Y,d.LoopState=wr,d.LoopTypes=k,d.NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION=Zn,d.NUMBER_OPERATIONS=Dp,d.NumberOperations=fe,d.OPERATION_DECLARATIONS=GA,d.OperationState=Br,d.OutputMapParentChildRelation=Uu,d.OutputMapState=On,d.PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION=_o,d.PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION=Hn,d.PASS_THROUGH_CALLABLE_TYPES=Ue,d.PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION=vu,d.ParallelExecutionOperation=AA,d.ParallelExecutionOperationInputIds=Ef,d.ParallelExecutionOperationOutputIds=bf,d.PassThroughCallableEntityClass=y2,d.PersistedEntity=CA,d.PersistedEntityMethods=At,d.PrimitiveEntityState=Ut,d.PrimitiveTypes=D,d.PrimitiveValueState=Ai,d.ProjectState=N,d.PropertyState=Sr,d.RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION=x2,d.ReturnDeclarationState=Bt,d.ReturnStatementState=$r,d.STANDALONE_CONDITIONS=Ob,d.STRING_OPERATIONS=cy,d.ScopeCompatibilityType=qo,d.SearchState=Vr,d.SequentialExecutionOperation=SA,d.SequentialExecutionOperationInputIds=$f,d.SequentialExecutionOperationOutputIds=Ff,d.SharedEntityErrorCode=S,d.SharedStateFunctionality=FP,d.SplitListOperationInputIds=Ay,d.SplitListOperationOutputIds=Oy,d.StandaloneOperatorTypes=Mt,d.StringOperations=K,d.TERMINATION_TYPES=$e,d.USER_MANAGED_ENTITY_TYPES=MA,d.UserManagedEntityStateFunctionality=o2,d.VALUE_READING_ENTITIES_EXPLANATION=gu,d.VALUE_READING_TYPES=Cn,d.VALUE_WRITING_ENTITIES_EXPLANATION=kP,d.VALUE_WRITING_TYPES=Fe,d.VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION=Ru,d.VARIABLE_TYPES=ke,d.ValueAutogenerationType=qe,d.ValueDescriptorParentChildRelation=O,d.ValueDescriptorState=Fr,d.ValueReadingEntityClass=Ma,d.ValueWritingEntityClass=Va,d.VariableDeclarationState=Nr,d.VariableInputMapState=D2,d.VariableInstanceState=Mr,d.VariableOutputMapState=O2,d.WaitOperation=OA,d.WaitOperationInputIds=wf,d.WaitOperationOutputIds=_f,d.appendToListOperation=Ya,d.appendToListOperationElementToAppendArgument=dl,d.appendToListOperationElementToAppendArgumentParentRef=pf,d.appendToListOperationElementToAppendArgumentRef=of,d.appendToListOperationError=mf,d.appendToListOperationErrorParentRef=hf,d.appendToListOperationListArgument=cl,d.appendToListOperationListArgumentParentRef=uf,d.appendToListOperationListArgumentRef=af,d.appendToListOperationListDataType=sf,d.appendToListOperationResultListDataType=df,d.appendToListOperationResultListReturn=ff,d.appendToListOperationResultListReturnParentRef=yf,d.appendToListOperationResultListReturnRef=cf,d.appendToListOperationSecondListDataType=lf,d.asGenerationActionExample=on,d.booleanPrototype=wn,d.capitalizeFirstLetter=Io,d.checkAreCustomEntitiesCompatibleAsDataType=AP,d.checkAreDataTypesCompatible=Zt,d.checkArePropertiesCompatibleAsDataType=PP,d.checkIsBranchDependentButNotDirectlyOnBranch=$a,d.checkIsBranchDependentOnBranch=Z2,d.checkIsCallableEntityReachable=xa,d.checkIsCanvasEntity=y7,d.checkIsDetachedBranch=RA,d.checkIsDetachedBranchShallow=$u,d.checkIsGlobalVariable=u7,d.checkIsGloballyDeclared=Gu,d.checkIsMethod=IA,d.checkIsNestedScope=ko,d.checkScopeCompatibility=Fa,d.countedLoopActionDescriptor=ns,d.countedLoopActionDescriptorDynamicReturnDeclaration=xT,d.countedLoopActionDescriptorDynamicReturnDeclarationParentRef=UT,d.countedLoopActionDescriptorStringArgumentDeclaration=FT,d.countedLoopActionDescriptorStringArgumentDeclarationDataType=GT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeDefaultValue=VT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeDefaultValueParentRef=MT,d.countedLoopActionDescriptorStringArgumentDeclarationDataTypeParentRef=LT,d.countedLoopActionDescriptorStringArgumentDeclarationParentRef=$T,d.countedLoopBodyActionDescriptor=Ol,d.countedLoopBodyActionDescriptorAnyDynamicArgument=WT,d.countedLoopBodyActionDescriptorAnyDynamicArgumentParentRef=JT,d.countedLoopBodyActionDescriptorAnyDynamicReturn=HT,d.countedLoopBodyActionDescriptorAnyDynamicReturnParentRef=YT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclaration=Al,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=kT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=jT,d.countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=qT,d.createCustomEntityFromJSONObject=Go,d.createEntityError=z,d.createNestedDataTypeForEntity=eA,d.createNewInstanceOperation=tr,d.createNewInstanceOperationEntityToInstanciateArgument=oh,d.createNewInstanceOperationEntityToInstanciateArgumentRef=ih,d.createNewInstanceOperationEntityToInstanciateDataType=ah,d.createNewInstanceOperationError=uh,d.createNewInstanceOperationErrorParentRef=dh,d.createNewInstanceOperationNewEntityDataArgument=rh,d.createNewInstanceOperationNewEntityDataArgumentDataType=nh,d.createNewInstanceOperationNewEntityDataArgumentDataTypeParentRef=th,d.createNewInstanceOperationNewEntityDataArgumentParentRef=eh,d.createNewInstanceOperationOutputEntityDeclaration=ch,d.createNewInstanceOperationOutputEntityDeclarationParentRef=lh,d.createNewInstanceOperationRef=sh,d.createSemanticId=He,d.createStateFromGenerationTargetType=E7,d.createStateFromType=xt,d.createStateFromTypeAndSubscribe=R,d.cronJobBuiltInBaseEntity=jl,d.cronJobBuiltInBaseEntityExpressionProperty=Ib,d.cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef=rO,d.cronJobBuiltInBaseEntityExpressionPropertyRef=gb,d.cronJobBuiltInBaseEntityRef=vb,d.cronJobTriggeredFunctionDeclarationBlueprint=xl,d.cronJobTriggeredFunctionDeclarationBlueprintParentRef=bb,d.customEntityToZodSchema=Kb,d.dataTypeCompatibilityToErrorExplanation=KP,d.datePrototype=un,d.dateValueAutogenerationSchema=nd,d.deletePersistedEntityMethod=Ul,d.deletePersistedEntityMethodParentRef=KE,d.deleteRootProject=G7,d.endpointBuiltInBaseEntity=as,d.endpointBuiltInBaseEntityRef=iE,d.endpointBuiltInBaseEntityRefFour=FE,d.endpointBuiltInBaseEntityRefThree=yE,d.endpointBuiltInBaseEntityRefTwo=cE,d.endpointBuiltInCorsProperty=aE,d.endpointBuiltInCorsPropertyDataType=rE,d.endpointBuiltInCorsPropertyDataTypeRef=tE,d.endpointBuiltInCorsPropertyRef=nE,d.endpointBuiltInMethodProperty=Cl,d.endpointBuiltInMethodPropertyDataType=pE,d.endpointBuiltInMethodPropertyDataTypeRef=dE,d.endpointBuiltInMethodPropertyRef=uE,d.endpointBuiltInPathProperty=Sl,d.endpointBuiltInPathPropertyDataType=lE,d.endpointBuiltInPathPropertyDataTypeRef=sE,d.endpointBuiltInPathPropertyRef=oE,d.endpointPathParamsArgumentDeclaration=wl,d.endpointPathParamsArgumentDeclarationRef=IE,d.endpointPathParamsVariableDataType=DE,d.endpointPathParamsVariableDataTypeRef=vE,d.endpointReachedTriggerActionDescriptor=Gl,d.endpointReachedTriggerActionDescriptorRef=PE,d.endpointReachedTriggerActionDescriptorRefFour=SE,d.endpointReachedTriggerActionDescriptorRefThree=OE,d.endpointReachedTriggerActionDescriptorRefTwo=AE,d.endpointRequestBodyArgumentDeclaration=Nl,d.endpointRequestBodyArgumentDeclarationRef=TE,d.endpointRequestBodyVariableDataType=EE,d.endpointRequestHeadersArgumentDeclaration=Bl,d.endpointRequestHeadersArgumentDeclarationRef=hE,d.endpointRequestHeadersVariableDataType=mE,d.endpointRequestHeadersVariableDataTypeRef=fE,d.endpointRequestQueryParamsArgumentDeclaration=_l,d.endpointRequestQueryParamsArgumentDeclarationRef=RE,d.endpointRequestQueryParamsVariableDataType=gE,d.endpointRequestQueryParamsVariableDataTypeRef=bE,d.endpointResponseBodyDataType=GE,d.endpointResponseBodyReturnDeclaration=Ll,d.endpointResponseBodyReturnDeclarationRef=LE,d.endpointResponseCodeDataType=BE,d.endpointResponseCodeReturnDeclaration=Ml,d.endpointResponseCodeReturnDeclarationRef=CE,d.endpointResponseHeadersDataType=ME,d.endpointResponseHeadersDataTypeRef=_E,d.endpointResponseHeadersReturnDeclaration=Vl,d.endpointResponseHeadersReturnDeclarationRef=NE,d.endpointReturnStatementRef=wE,d.endpointReturnStatementRefThree=$E,d.endpointReturnStatementRefTwo=VE,d.enumOptionsProperty=Hu,d.enumOptionsPropertyDataType=Wu,d.enumOptionsPropertyDataTypeRef=qu,d.enumOptionsPropertyRef=Ju,d.enumPrototype=_n,d.enumPrototypeRef=Yu,d.executionBuiltInEntity=ql,d.executionBuiltInEntityAbortMethod=kl,d.executionBuiltInEntityAbortMethodParentRef=Db,d.filterOutDuplicateEntities=g,d.filterOutDuplicateErrors=r9,d.findEntityFromKeys=Au,d.findReferenceToSelfInList=pA,d.findReferencesToSelfInProject=a7,d.flattenCalls=ln,d.flattenCanvasAncestorsUntil=$o,d.flattenCustomEntityExtensionAndImplementationTypes=TA,d.flattenCustomEntityExtensionTypes=xo,d.flattenCustomEntityExtensions=Mu,d.flattenCustomEntityImplementations=Vu,d.flattenCustomEntityImplementionTypes=Uo,d.flattenDerivedCanvasEntities=Pt,d.flattenDetachedBranch=vA,d.flattenElementCalls=we,d.flattenElementCallsOnTheSameScope=i7,d.flattenProjectElements=uA,d.flattenRelatedCanvasElementsOnTheLeft=mA,d.flattenRelatedCanvasElementsOnTheRight=hA,d.flattenVariableReads=dA,d.flattenVariableWrites=cA,d.flattenVariables=ie,d.fromZodParseToEntityGenerationErrors=mu,d.generate=rC,d.generateActionExample=j2,d.generateExecutionDataType=jk,d.generateMutablePropertiesExplanation=So,d.generateRandomBoolean=IR,d.generateRandomDate=tR,d.generateRandomDateAfter=Xb,d.generateRandomDateBefore=Qb,d.generateRandomDateBetweenRange=eR,d.generateRandomNumber=ER,d.generateRandomNumberAfter=hR,d.generateRandomNumberBefore=mR,d.generateRandomNumberBetweenRange=TR,d.generateRandomText=vR,d.generateRandomTextAfter=bR,d.generateRandomTextBefore=RR,d.generateRandomTextBetweenRange=gR,d.generateUniqueUUID=fR,d.getAllActionDescriptorsForConditions=Vo,d.getAllActionDescriptorsForGlobalEvents=No,d.getAllActionDescriptorsForLoops=Mo,d.getAllActionDescriptorsForOperations=W2,d.getAllGloballyDeclaredFunctionDeclarationsExplanation=HP,d.getBaseBuiltInEntities=Xn,d.getBaseSchemaBasedOnType=UP,d.getBuiltInEntityOwner=Qn,d.getCallableEntityReferenceSchema=Ye,d.getCallableEntityTypeSchema=pD,d.getCallerEntityReferenceSchema=l3,d.getCallerEntityTypeSchema=o3,d.getCalls=Cu,d.getCanvasEntitiesDerivedFromInternalCalls=fA,d.getCanvasEntitiesDerivedFromWrites=Si,d.getCanvasEntityDerivedFromValueReadingEntity=Nu,d.getCanvasEntityReferenceSchema=P3,d.getCanvasEntityTypeSchema=D3,d.getChildrenEntityWithValues=X2,d.getCommonAncestor=Su,d.getCommonChildren=tA,d.getDeclaration=Or,d.getDeepestScope=PA,d.getDraggableCallableEntityReferenceSchema=fD,d.getDraggableCallableEntityTypeSchema=yD,d.getDraggableCallerEntityReferenceSchema=d3,d.getDraggableCallerEntityTypeSchema=c3,d.getDraggableExecutableEntityReferenceSchema=f3,d.getDraggableExecutableEntityTypeSchema=y3,d.getDraggablePassThroughCallableEntityReferenceSchema=ho,d.getDraggablePassThroughCallableEntityTypeSchema=fo,d.getDraggablePlayableEntityReferenceSchema=b3,d.getDraggablePlayableEntityTypeSchema=E3,d.getEntityArgumentDeclarations=wu,d.getEntityInputMaps=yA,d.getEntityOutputMaps=l7,d.getEntityReferenceSchema=I3,d.getEntityReturnDeclarations=_u,d.getEntityTypeSchema=v3,d.getEntityWithLogicScopeReferenceSchema=In,d.getEntityWithLogicScopeTypeSchema=h3,d.getEntityWithValueReferenceSchema=uD,d.getEntityWithValueTypeSchema=s3,d.getEntryPointEntityReferenceSchema=We,d.getEntryPointEntityTypeSchema=Jn,d.getEventEntityReferenceSchema=po,d.getEventEntityTypeSchema=uo,d.getExecutableEntityReferenceSchema=p3,d.getExecutableEntityTypeSchema=u3,d.getExtendedBuiltInEntity=c7,d.getExtendedCustomEntity=bA,d.getGenerationTargetSchemaBasedOnType=xP,d.getHeadIfPartOfDetachedBranch=gA,d.getHighestScope=DA,d.getImplementedBuiltInEntity=d7,d.getIsInteractive=Lu,d.getLastInListOperation=ll,d.getLastInListOperationError=tf,d.getLastInListOperationErrorParentRef=ef,d.getLastInListOperationInputListArgument=Ky,d.getLastInListOperationInputListArgumentParentRef=Zy,d.getLastInListOperationInputListArgumentRef=Wy,d.getLastInListOperationInputListDataType=Yy,d.getLastInListOperationOutputElementDataType=zy,d.getLastInListOperationOutputElementReturn=Qy,d.getLastInListOperationOutputElementReturnParentRef=Xy,d.getLastInListOperationOutputElementReturnRef=Hy,d.getLinkedEntitiesFromArgumentDeclaration=r7,d.getLowestPersistedEntityImplementation=EA,d.getParentCanvasEntities=Et,d.getParentCanvasEntity=Qe,d.getParentEntryPoint=K2,d.getPassThroughCallableEntityReferenceSchema=he,d.getPassThroughCallableEntityTypeSchema=yo,d.getPlayableEntityReferenceSchema=T3,d.getPlayableEntityTypeSchema=m3,d.getProject=L7,d.getPrototypeByType=jo,d.getReferenceEntityId=_,d.getReferencedEntitiesStateOrErrors=Bo,d.getReferencedEntityStateOrErrors=Tu,d.getRelatedCanvasElementsOnTheLeft=xr,d.getRelatedCanvasElementsOnTheRight=Kn,d.getRootEntryPointScopeOwner=Fu,d.getScopeOwner=bt,d.getTerminationReferenceSchema=g3,d.getTerminationTypeSchema=R3,d.getUsedArgFromDeclaration=s7,d.getUsedReturnFromDeclaration=o7,d.getValueReadingEntityReferenceSchema=dD,d.getValueReadingEntityTypeSchema=vn,d.getValueWritingEntityReferenceSchema=a3,d.getValueWritingEntityTypeSchema=Da,d.getVariableFromInputMapping=rA,d.getVariableFromReturnVariablePointer=sA,d.getVariableReferenceSchema=qn,d.getVariableTypeSchema=gr,d.getVariablesFromArgumentDeclarations=Fo,d.getVariablesFromInputMaps=iA,d.getVariablesFromOutputMapping=oA,d.getVariablesFromOutputMaps=lA,d.getVariablesFromReturnDeclarations=aA,d.getVariablesInSameOrHigherScope=ou,d.getWrites=Bu,d.groupCallsBasedOnParallelizableExecution=e7,d.handleAfterEntityImplementationSideEffects=QP,d.handleBeforeEntityImplementationSideEffects=XP,d.httpRequestBodyArgument=Ka,d.httpRequestBodyArgumentRef=Gh,d.httpRequestBodyDataType=$h,d.httpRequestHeadersArgument=Za,d.httpRequestHeadersArgumentRef=Vh,d.httpRequestHeadersDataType=Lh,d.httpRequestMethodArgument=Ha,d.httpRequestMethodArgumentRef=Nh,d.httpRequestMethodDataType=Mh,d.httpRequestMethodDataTypeRef=wh,d.httpRequestOperation=_i,d.httpRequestOperationErrorValueDescriptor=Tl,d.httpRequestOperationErrorValueDescriptorDatatype=rm,d.httpRequestOperationErrorValueDescriptorRef=nm,d.httpRequestOperationRef=Xh,d.httpRequestOperationRefEight=em,d.httpRequestOperationRefFive=Zh,d.httpRequestOperationRefFour=zh,d.httpRequestOperationRefNine=tm,d.httpRequestOperationRefSeven=Qh,d.httpRequestOperationRefSix=Kh,d.httpRequestOperationRefThree=Hh,d.httpRequestOperationRefTwo=Yh,d.httpRequestQueryParamsArgument=hl,d.httpRequestQueryParamsArgumentRef=Ch,d.httpRequestQueryParamsDataType=Bh,d.httpRequestVariableURLArgument=za,d.httpRequestVariableURLArgumentRef=Oh,d.httpRequestVariableURLDataType=Sh,d.httpRequestVariableURLDataTypeRef=Ph,d.httpResponseBodyReturnDataType=Wh,d.httpResponseBodyReturnDataTypeRef=qh,d.httpResponseBodyReturnReturn=wi,d.httpResponseBodyReturnReturnRef=Jh,d.httpResponseCodeDataType=Uh,d.httpResponseCodeReturn=ml,d.httpResponseCodeReturnRef=Fh,d.httpResponseHeadersDataType=kh,d.httpResponseHeadersDataTypeRef=xh,d.httpResponseHeadersReturn=Xa,d.httpResponseHeadersReturnRef=jh,d.implement=Lo,d.inferArgumentDeclarationDataType=OP,d.inferDataType=sn,d.inferInputMapDataType=iu,d.inferOutputMapDataType=su,d.inferPropertyDataType=BP,d.inferReturnDeclarationDataType=au,d.inferValueDescriptorDataType=wP,d.inferVariableDeclarationDataType=CP,d.inferVariableInstanceDataType=SP,d.initProject=BA,d.iterateOverListActionDescriptorListArgumentDeclaration=Em,d.iterateOverListActionDescriptorListArgumentDeclarationDataType=mm,d.iterateOverListActionDescriptorListArgumentDeclarationDataTypeParentRef=hm,d.iterateOverListActionDescriptorListArgumentDeclarationParentRef=Tm,d.iterateOverListLoopActionDescriptor=rr,d.iterateOverListLoopActionDescriptorDynamicReturnDeclaration=Rm,d.iterateOverListLoopActionDescriptorDynamicReturnDeclarationParentRef=bm,d.iterateOverListLoopBodyActionDescriptor=es,d.iterateOverListLoopBodyActionDescriptorAnyDynamicArgument=Cm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicArgumentParentRef=Sm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicReturn=wm,d.iterateOverListLoopBodyActionDescriptorAnyDynamicReturnParentRef=Bm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Qa,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=vm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=gm,d.iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=Im,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclaration=Om,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=Pm,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=Dm,d.iterateOverListLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=Am,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclaration=Qm,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationDataType=Km,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationDataTypeParentRef=Zm,d.iterateOverObjectKeysActionDescriptorObjectArgumentDeclarationParentRef=Xm,d.iterateOverObjectKeysLoopActionDescriptor=Mi,d.iterateOverObjectKeysLoopActionDescriptorDynamicReturnDeclaration=tT,d.iterateOverObjectKeysLoopActionDescriptorDynamicReturnDeclarationParentRef=eT,d.iterateOverObjectKeysLoopBodyActionDescriptor=yT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicArgument=dT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicArgumentParentRef=cT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicReturn=pT,d.iterateOverObjectKeysLoopBodyActionDescriptorAnyDynamicReturnParentRef=uT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Dl,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=rT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=nT,d.iterateOverObjectKeysLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=iT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclaration=lT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=sT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=aT,d.iterateOverObjectKeysLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=oT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclaration=ET,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationDataType=mT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationDataTypeParentRef=hT,d.iterateOverObjectValuesActionDescriptorObjectArgumentDeclarationParentRef=TT,d.iterateOverObjectValuesLoopActionDescriptor=Vi,d.iterateOverObjectValuesLoopActionDescriptorDynamicReturnDeclaration=RT,d.iterateOverObjectValuesLoopActionDescriptorDynamicReturnDeclarationParentRef=bT,d.iterateOverObjectValuesLoopBodyActionDescriptor=_T,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicArgument=CT,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicArgumentParentRef=ST,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicReturn=wT,d.iterateOverObjectValuesLoopBodyActionDescriptorAnyDynamicReturnParentRef=BT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclaration=Pl,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=vT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=gT,d.iterateOverObjectValuesLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=IT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclaration=OT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=PT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=DT,d.iterateOverObjectValuesLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=AT,d.iterateOverStringActionDescriptorDynamicReturnDeclaration=$m,d.iterateOverStringActionDescriptorDynamicReturnDeclarationParentRef=Gm,d.iterateOverStringActionDescriptorStringArgumentDeclaration=Lm,d.iterateOverStringActionDescriptorStringArgumentDeclarationDataType=Mm,d.iterateOverStringActionDescriptorStringArgumentDeclarationDataTypeParentRef=Nm,d.iterateOverStringActionDescriptorStringArgumentDeclarationParentRef=Vm,d.iterateOverStringLoopActionDescriptor=ts,d.iterateOverStringLoopBodyActionDescriptor=Il,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicArgument=Wm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicArgumentParentRef=Jm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicReturn=Hm,d.iterateOverStringLoopBodyActionDescriptorAnyDynamicReturnParentRef=Ym,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclaration=gl,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType=Um,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef=Fm,d.iterateOverStringLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef=xm,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclaration=vl,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType=km,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef=jm,d.iterateOverStringLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef=qm,d.joinListOperation=al,d.joinListOperationError=Py,d.joinListOperationErrorParentRef=Dy,d.joinListOperationFirstListArgument=by,d.joinListOperationFirstListArgumentParentRef=Ey,d.joinListOperationFirstListArgumentRef=py,d.joinListOperationFirstListDataType=yy,d.joinListOperationResultListDataType=Ty,d.joinListOperationResultListReturn=Iy,d.joinListOperationResultListReturnParentRef=vy,d.joinListOperationResultListReturnRef=my,d.joinListOperationSecondListArgument=gy,d.joinListOperationSecondListArgumentParentRef=Ry,d.joinListOperationSecondListArgumentRef=fy,d.joinListOperationSecondListDataType=hy,d.joinListWithLastSeparator=F,d.joinStringsOperation=Bi,d.joinStringsOperationDynamicStringArgument=Jp,d.joinStringsOperationDynamicStringArgumentParentRef=qp,d.joinStringsOperationDynamicStringArgumentRef=jp,d.joinStringsOperationDynamicStringDataType=kp,d.joinStringsOperationError=xp,d.joinStringsOperationErrorParentRef=Up,d.joinStringsOperationFirstStringArgument=Ja,d.joinStringsOperationFirstStringArgumentParentRef=wp,d.joinStringsOperationFirstStringArgumentRef=Pp,d.joinStringsOperationFirstStringDataType=Ap,d.joinStringsOperationResultStringDataType=Bp,d.joinStringsOperationResultStringReturn=Ci,d.joinStringsOperationResultStringReturnParentRef=Fp,d.joinStringsOperationResultStringReturnRef=Cp,d.joinStringsOperationSecondStringArgument=Wa,d.joinStringsOperationSecondStringArgumentParentRef=$p,d.joinStringsOperationSecondStringArgumentRef=Op,d.joinStringsOperationSecondStringDataType=Sp,d.joinStringsOperationSeparatorStringArgument=Gp,d.joinStringsOperationSeparatorStringArgumentParentRef=Lp,d.joinStringsOperationSeparatorStringArgumentRef=_p,d.joinStringsOperationSeparatorStringDataType=Vp,d.joinStringsOperationSeparatorStringDataTypeDefaultValue=Mp,d.joinStringsOperationSeparatorStringDataTypeDefaultValueParentRef=Np,d.jsonPrototype=Ko,d.keyValueParamBuiltInBaseEntity=is,d.keyValueParamBuiltInBaseEntityNameProperty=KT,d.keyValueParamBuiltInBaseEntityNamePropertyDataTypeRef=FA,d.keyValueParamBuiltInBaseEntityNamePropertyParentRef=ZT,d.keyValueParamBuiltInBaseEntityNamePropertyRef=zT,d.keyValueParamBuiltInBaseEntityValueProperty=eE,d.keyValueParamBuiltInBaseEntityValuePropertyDataTypeRef=xA,d.keyValueParamBuiltInBaseEntityValuePropertyParentRef=QT,d.keyValueParamBuiltInBaseEntityValuePropertyRef=XT,d.lowercaseFirstLetter=DP,d.manualFlowActionDescriptorDeclarationArgumentDeclaration=bl,d.manualFlowActionDescriptorDeclarationArgumentDeclarationDataType=lm,d.manualFlowActionDescriptorDeclarationArgumentDeclarationDataTypeParentRef=om,d.manualFlowActionDescriptorDeclarationArgumentDeclarationParentRef=cm,d.manualFlowLoopActionDescriptor=El,d.manualFlowLoopActionDescriptorDynamicReturnDeclaration=sm,d.manualFlowLoopActionDescriptorDynamicReturnDeclarationParentRef=am,d.manualFlowLoopBodyActionDescriptor=Rl,d.manualFlowLoopBodyActionDescriptorAnyDynamicArgument=um,d.manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef=dm,d.manualFlowLoopBodyActionDescriptorAnyDynamicReturn=ym,d.manualFlowLoopBodyActionDescriptorAnyDynamicReturnParentRef=pm,d.mapActionDescriptorToTypeItRepresents=f7,d.mergeEntityErrorsList=i9,d.mergeListOfEntities=p7,d.methodDefaultValue=_h,d.mockClientProject=jI,d.moreThanOrEqualCondition=zr,d.moreThanOrEqualConditionLeftHandArgument=Bb,d.moreThanOrEqualConditionLeftHandArgumentParentRef=Cb,d.moreThanOrEqualConditionRightHandArgument=_b,d.moreThanOrEqualConditionRightHandArgumentParentRef=wb,d.notEmptyCondition=lr,d.notEmptyConditionArgument=Ab,d.notEmptyConditionRef=Pb,d.nullPrototype=VA,d.numberAdditionOperation=qa,d.numberAdditionOperationDynamicSummandArgument=op,d.numberAdditionOperationDynamicSummandArgumentType=sp,d.numberAdditionOperationDynamicSummandArgumentTypeParentRef=ap,d.numberAdditionOperationError=ip,d.numberAdditionOperationErrorParentRef=rp,d.numberAdditionOperationFirstNumberArgument=Xo,d.numberAdditionOperationFirstNumberArgumentRef=zu,d.numberAdditionOperationFirstNumberDataType=Zu,d.numberAdditionOperationRef=tp,d.numberAdditionOperationRefThree=el,d.numberAdditionOperationRefTwo=np,d.numberAdditionOperationResultNumberDataType=ep,d.numberAdditionOperationResultNumberReturn=tl,d.numberAdditionOperationResultNumberReturnRef=Qu,d.numberAdditionOperationSecondNumberArgument=Qo,d.numberAdditionOperationSecondNumberArgumentRef=Ku,d.numberAdditionOperationSecondNumberDataType=Xu,d.numberPrototype=Q,d.numberSubtractionOperation=rl,d.numberSubtractionOperationDynamicSubtrahendArgument=Ip,d.numberSubtractionOperationDynamicSubtrahendArgumentType=vp,d.numberSubtractionOperationDynamicSubtrahendArgumentTypeParentRef=gp,d.numberSubtractionOperationError=Rp,d.numberSubtractionOperationErrorParentRef=bp,d.numberSubtractionOperationFirstNumberArgument=fp,d.numberSubtractionOperationFirstNumberArgumentRef=lp,d.numberSubtractionOperationFirstNumberDataType=cp,d.numberSubtractionOperationRef=nl,d.numberSubtractionOperationRefThree=Tp,d.numberSubtractionOperationRefTwo=hp,d.numberSubtractionOperationResultNumberDataType=yp,d.numberSubtractionOperationResultNumberReturn=Ep,d.numberSubtractionOperationResultNumberReturnRef=pp,d.numberSubtractionOperationSecondNumberArgument=mp,d.numberSubtractionOperationSecondNumberArgumentRef=dp,d.numberSubtractionOperationSecondNumberDataType=up,d.numberValueAutogenerationSchema=td,d.parallelExecutionOperation=qt,d.parallelExecutionOperationError=Bf,d.parallelExecutionOperationErrorParentRef=Cf,d.parallelExecutionOperationListOfExecutionResultsDataType=Af,d.parallelExecutionOperationListOfExecutionResultsReturn=pl,d.parallelExecutionOperationListOfExecutionResultsReturnRef=Pf,d.parallelExecutionOperationListOfFunctionsArgument=ul,d.parallelExecutionOperationListOfFunctionsArgumentDatatype=Df,d.parallelExecutionOperationListOfFunctionsArgumentRef=If,d.parallelExecutionOperationListOfFunctionsBlueprint=vf,d.parallelExecutionOperationListOfFunctionsBlueprintDynamicInput=gf,d.parallelExecutionOperationListOfFunctionsBlueprintDynamicOutput=Rf,d.parallelExecutionOperationRef=Of,d.parallelExecutionOperationRefThree=Sf,d.persistedBuiltInBaseEntity=xe,d.persistedBuiltInBaseEntityCreatedAtProperty=fb,d.persistedBuiltInBaseEntityCreatedAtPropertyDataType=pb,d.persistedBuiltInBaseEntityCreatedAtPropertyDataTypeRef=tO,d.persistedBuiltInBaseEntityCreatedAtPropertyParentRef=yb,d.persistedBuiltInBaseEntityCreatedAtPropertyRef=ub,d.persistedBuiltInBaseEntityDatabaseProperty=$i,d.persistedBuiltInBaseEntityDatabasePropertyDataTypeRef=KA,d.persistedBuiltInBaseEntityDatabasePropertyParentRef=nb,d.persistedBuiltInBaseEntityDatabasePropertyRef=tb,d.persistedBuiltInBaseEntityDeletedAtProperty=db,d.persistedBuiltInBaseEntityDeletedAtPropertyDataType=lb,d.persistedBuiltInBaseEntityDeletedAtPropertyDataTypeRef=eO,d.persistedBuiltInBaseEntityDeletedAtPropertyParentRef=cb,d.persistedBuiltInBaseEntityDeletedAtPropertyRef=ob,d.persistedBuiltInBaseEntityIdentifierProperty=sb,d.persistedBuiltInBaseEntityIdentifierPropertyDataTypeRef=rb,d.persistedBuiltInBaseEntityIdentifierPropertyParentRef=ab,d.persistedBuiltInBaseEntityIdentifierPropertyRef=ib,d.persistedBuiltInBaseEntityUpdatedAtProperty=Eb,d.persistedBuiltInBaseEntityUpdatedAtPropertyDataType=mb,d.persistedBuiltInBaseEntityUpdatedAtPropertyDataTypeRef=nO,d.persistedBuiltInBaseEntityUpdatedAtPropertyParentRef=Tb,d.persistedBuiltInBaseEntityUpdatedAtPropertyRef=hb,d.processOutputGlobalValueDescriptorDataType=Vb,d.processOutputGlobalValueDescriptorReturn=Wl,d.processOutputGlobalValueDescriptorReturnRef=Mb,d.projectPublicationCompletedGlobalEvent=ds,d.propertyToZodSchema=Zb,d.relationalDatabaseBuiltInBaseEntity=Nn,d.relationalDatabaseBuiltInBaseEntityAutoscalingProperty=Fl,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyDataTypeRef=zE,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyParentRef=ZE,d.relationalDatabaseBuiltInBaseEntityAutoscalingPropertyRef=HE,d.relationalDatabaseBuiltInBaseEntityDefaultProperty=$l,d.relationalDatabaseBuiltInBaseEntityDefaultPropertyDataTypeRef=WE,d.relationalDatabaseBuiltInBaseEntityDefaultPropertyRef=YE,d.relationalDatabaseBuiltInBaseEntityIdentifierProperty=ss,d.relationalDatabaseBuiltInBaseEntityIdentifierPropertyDataTypeRef=UE,d.relationalDatabaseBuiltInBaseEntityIdentifierPropertyRef=xE,d.relationalDatabaseBuiltInBaseEntityMinSizeProperty=cs,d.relationalDatabaseBuiltInBaseEntityMinSizePropertyDataTypeRef=qE,d.relationalDatabaseBuiltInBaseEntityMinSizePropertyRef=JE,d.relationalDatabaseBuiltInBaseEntityPasswordProperty=ls,d.relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef=WA,d.relationalDatabaseBuiltInBaseEntityPasswordPropertyRef=kE,d.relationalDatabaseBuiltInBaseEntityRef=Hr,d.relationalDatabaseBuiltInBaseEntityUsernameProperty=os,d.relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef=qA,d.relationalDatabaseBuiltInBaseEntityUsernamePropertyRef=jE,d.resolveActionDescriptorName=$P,d.resolveBaseEntityName=NP,d.resolveBuiltInBaseEntityDataTypeLabel=MP,d.resolveConditionOperatorLabel=Ao,d.resolveCustomEntityDataTypeLabel=VP,d.resolveDataType=Do,d.resolveDataTypeEntityOrNestedChildrenFromLiteralValue=Ou,d.resolveDataTypeLabel=lu,d.resolveEntityDataTypeLabel=Wk,d.resolveEntityName=C,d.resolveFirstCallsSecond=t7,d.resolveFirstWritesSecond=n7,d.resolvePrimitiveEntityName=GP,d.resolveSearchName=LP,d.resolveVariableScope=kk,d.sequentialExecutionOperation=hn,d.sequentialExecutionOperationError=Zf,d.sequentialExecutionOperationErrorParentRef=zf,d.sequentialExecutionOperationListOfExecutionResultsDataType=Wf,d.sequentialExecutionOperationListOfExecutionResultsReturn=fl,d.sequentialExecutionOperationListOfExecutionResultsReturnParentRef=Hf,d.sequentialExecutionOperationListOfExecutionResultsReturnRef=Jf,d.sequentialExecutionOperationListOfFunctionsArgument=yl,d.sequentialExecutionOperationListOfFunctionsArgumentDatatype=qf,d.sequentialExecutionOperationListOfFunctionsArgumentParentRef=Yf,d.sequentialExecutionOperationListOfFunctionsArgumentRef=kf,d.sequentialExecutionOperationListOfFunctionsBlueprint=jf,d.sequentialExecutionOperationListOfFunctionsBlueprintDynamicInput=xf,d.sequentialExecutionOperationListOfFunctionsBlueprintDynamicOutput=Uf,d.softDeletePersistedEntityMethod=QE,d.softDeletePersistedEntityMethodParentRef=XE,d.sortCallsBasedOnExecutionDependencies=nA,d.sortChildrenEntitiesBasedOnExecutionDependencies=Q2,d.splitListOperation=ol,d.splitListOperationError=ky,d.splitListOperationErrorParentRef=jy,d.splitListOperationFirstOutputListDataType=_y,d.splitListOperationFirstOutputListReturn=$y,d.splitListOperationFirstOutputListReturnParentRef=Gy,d.splitListOperationFirstOutputListReturnRef=sl,d.splitListOperationInputListArgument=My,d.splitListOperationInputListArgumentParentRef=Ny,d.splitListOperationInputListArgumentRef=Sy,d.splitListOperationInputListDataType=Cy,d.splitListOperationSecondOutputListDataType=Fy,d.splitListOperationSecondOutputListReturn=xy,d.splitListOperationSecondOutputListReturnParentRef=Uy,d.splitListOperationSplitIndexArgument=Ly,d.splitListOperationSplitIndexArgumentParentRef=Vy,d.splitListOperationSplitIndexArgumentRef=By,d.splitListOperationSplitIndexDataType=wy,d.splitStringOperation=il,d.splitStringOperationError=ly,d.splitStringOperationErrorParentRef=oy,d.splitStringOperationFirstPartResultStringDataType=Kp,d.splitStringOperationFirstPartResultStringReturn=sy,d.splitStringOperationFirstPartResultStringReturnParentRef=ay,d.splitStringOperationFirstPartResultStringReturnRef=Zp,d.splitStringOperationIndexArgument=ry,d.splitStringOperationIndexArgumentParentRef=ny,d.splitStringOperationIndexArgumentRef=Hp,d.splitStringOperationIndexDataType=zp,d.splitStringOperationSecondPartResultStringDataType=Qp,d.splitStringOperationSecondPartResultStringReturn=LA,d.splitStringOperationSecondPartResultStringReturnParentRef=iy,d.splitStringOperationSecondPartResultStringReturnRef=Xp,d.splitStringOperationStringArgument=ty,d.splitStringOperationStringArgumentParentRef=ey,d.splitStringOperationStringArgumentRef=Wp,d.splitStringOperationStringDataType=Yp,d.stringPrototype=x,d.stringValueAutogenerationSchema=ed,d.suggestNewIdForEntity=fu,d.test_primitive_entities_export=$7,d.toCamelCase=qk,d.toEntityState=wt,d.toKebabCase=_P,d.toLowerCaseKebabCase=Po,d.toPascalCase=Jk,d.untypedObjectPrototype=Ze,d.updateErrorsList=ae,d.updateValueReader=Ua,d.urlDefaultValue=Ah,d.uuidPrototype=ka,d.validateArgumentDeclarationName=pu,d.validateCalledByErrorIdInAction=q2,d.validateCalledByIdInAction=k2,d.validateCallers=YP,d.validateConditionEntityDeclaration=Y2,d.validateCustomEntityName=Oo,d.validateDataOperation=nr,d.validateDataOperationDataToValidateArgument=hh,d.validateDataOperationDataToValidateArgumentParentRef=fh,d.validateDataOperationDataToValidateArgumentRef=ph,d.validateDataOperationDataToValidateDataType=yh,d.validateDataOperationEntityToMatchTypeArgument=bh,d.validateDataOperationEntityToMatchTypeArgumentParentRef=Eh,d.validateDataOperationEntityToMatchTypeArgumentRef=mh,d.validateDataOperationEntityToMatchTypeDataType=Th,d.validateDataOperationError=Ih,d.validateDataOperationErrorParentRef=vh,d.validateDataOperationOutputEntityDeclaration=gh,d.validateDataOperationOutputEntityDeclarationParentRef=Rh,d.validateEntryCaller=WP,d.validateErrorCaller=JP,d.validateFunctionCallDeclaration=zP,d.validateFunctionDeclarationName=cu,d.validateGeneratedEntityParentIsNotBuiltInEntity=F2,d.validateGeneration=G2,d.validateGenerationTarget=Ne,d.validateGenerationUpdate=$2,d.validateLoopEntityDeclaration=H2,d.validateName=Yk,d.validateOperationEntityDeclaration=ZP,d.validatePropertyName=uu,d.validateReachability=Sn,d.validateReadsValueInActionPayload=J2,d.validateReferenceObject=Co,d.validateReferenceToOne=Eu,d.validateReferences=Je,d.validateReturnDeclarationName=yu,d.validateSuccessCaller=qP,d.validateValueReaderGenerationUpdate=Ga,d.validateValueWritter=Du,d.validateVariableDeclarationName=du,d.validateVariableInternalCallUse=Pu,d.valueAutogenerationCurrentDateAndTimeSchema=qI,d.valueAutogenerationGenericSchema=zs,d.valueAutogenerationOptions=rd,d.valueAutogenerationOptionsSchema=kI,d.valueAutogenerationRandomBooleanSchema=Qc,d.valueAutogenerationRandomDateBetweenSchema=QI,d.valueAutogenerationRandomDateFromSchema=KI,d.valueAutogenerationRandomDateSchema=Xs,d.valueAutogenerationRandomDateUntilSchema=XI,d.valueAutogenerationRandomNumberBetweenSchema=YI,d.valueAutogenerationRandomNumberFromSchema=JI,d.valueAutogenerationRandomNumberSchema=Zs,d.valueAutogenerationRandomNumberUntilSchema=WI,d.valueAutogenerationRandomSchema=Ta,d.valueAutogenerationRandomTextBetweenSchema=ZI,d.valueAutogenerationRandomTextFromSchema=HI,d.valueAutogenerationRandomTextSchema=Ks,d.valueAutogenerationRandomTextUntilSchema=zI,d.valueAutogenerationRangeValueTypesSchema=ma,d.valueAutogenerationUniqueSchema=Xc,d.waitOperation=dt,d.waitOperationMillisecondsNumberArgument=er,d.waitOperationMillisecondsNumberArgumentRef=Nf,d.waitOperationMillisecondsNumberDataType=Mf,d.waitOperationOperationError=Gf,d.waitOperationOperationErrorParentRef=Lf,d.waitOperationRef=Vf,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})});
|