MCPcopy Create free account

hub / github.com/chainjet/platform / functions

Functions1,131 in github.com/chainjet/platform

↓ 156 callersMethodfindOne
(query: FilterQuery<new () => Contact>)
apps/api/src/users/services/core-contact.service.ts:16
↓ 142 callersMethodfindById
* Find an entity by it's `id`. * * @example * ```ts * const todoItem = await this.service.findById(1); * ``` * @param id - The id of
libs/common/src/TypegooseQueryService.ts:175
↓ 140 callersMethodlog
(userId: ObjectId, key: UserEventKey | string)
libs/common/src/metrics/user-event.service.ts:19
↓ 101 callersMethodget
(chainId: ChainId)
libs/blockchain/src/blockchain.config.ts:272
↓ 82 callersMethodforFeature
(models: TypegooseClass[], connectionName?: string)
libs/common/src/NestjsQueryTypegooseModule.ts:9
↓ 51 callersMethodcompile
(workflow: Workflow)
apps/api/src/compiler/compiler.service.ts:38
↓ 47 callersFunctionparseInput
(input: unknown, outputs: Record<string, Record<string, unknown>>)
apps/runner/src/utils/input.utils.ts:19
↓ 44 callersMethodset
(databaseKey: string, itemKey: string, value: any)
libs/definitions/src/integration-definitions/storage/storage.client.ts:39
↓ 43 callersMethodupdateOneNative
( conditions: FilterQuery<new () => Assistant>, query: UpdateQuery<new () => Assistant>, )
apps/api/src/chat/services/assistant.service.ts:92
↓ 31 callersFunctionlogicExpressionSatisfied
(expression: LogicExpression)
libs/definitions/src/integration-definitions/logic/logic.common.ts:52
↓ 30 callersFunctionsendGraphqlQuery
( endpoint: string, query: string, headers: Record<string, any> = {}, retries = 1, waitMillis = 300,
libs/definitions/src/utils/subgraph.utils.ts:131
↓ 27 callersFunctionjsonProp
(options?: PropOptionsForString, kind?: PropType)
libs/common/src/decorators/props/json-prop.decorator.ts:9
↓ 26 callersFunctioncalculateExpression
(input: string, references: Record<string, Record<string, unknown>>)
apps/runner/src/utils/input.utils.ts:68
↓ 26 callersFunctioncloseMongoConnection
()
libs/common/test/database/test-database.module.ts:24
↓ 26 callersMethodgetTriggerNextCheck
(workflowTrigger: WorkflowTrigger, scheduleChanged: boolean = false)
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:426
↓ 22 callersMethodgetInstanceOfWorkflowTrigger
( record: DeepPartial<CreateWorkflowTriggerInput & WorkflowTrigger> = {}, )
libs/common/test/mock.service.ts:203
↓ 21 callersFunctionEntityRef
( name: string, relationTypeFunc: RelationTypeFunc<Rel>, options?: RelationOneDecoratorOpts<Rel>, )
libs/common/src/decorators/entity-ref.decorator.ts:8
↓ 21 callersFunctioncreateWorkflowAction
(record: DeepPartial<CreateWorkflowActionInput> = {})
apps/api/src/workflow-actions/services/workflow-action.service.spec.ts:39
↓ 21 callersFunctiondeployChainJetRunner
()
test-contracts/ChainJetRunner.spec.ts:21
↓ 19 callersMethodcreateOrUpdateOne
(record: DeepPartial<Integration>)
apps/api/src/integrations/services/integration.service.ts:24
↓ 19 callersMethodgetDefinition
(opts: { integrationKey?: string; integrationVersion?: string; schemaUrl?: string })
libs/common/test/mock.service.ts:63
↓ 19 callersFunctiongetInterpolatedVariables
(inputs: Record<string, any>)
libs/definitions/src/utils/field.utils.ts:71
↓ 18 callersFunctionisEmptyObj
(obj: Record<string, any>)
libs/common/src/utils/object.utils.ts:23
↓ 17 callersFunctionBaseResolver
( DTOClass: Class<DTO>, opts: CRUDResolverOpts<DTO, C, U, R, PS> = {}, )
libs/common/src/base/base.resolver.ts:68
↓ 17 callersFunctiondeployTaskMock
(account: SignerWithAddress)
test-contracts/ChainJetRunner.spec.ts:30
↓ 17 callersMethodget
(databaseKey: string, itemKey: string)
libs/definitions/src/integration-definitions/storage/storage.client.ts:17
↓ 16 callersMethodincrementWorkflowRunFailures
( workflowId: Reference<Workflow, mongoose.Types.ObjectId>, operation: 'trigger' | 'action', )
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:513
↓ 15 callersMethodrun
(opts: StaticRunOptions)
apps/runner/src/services/static-runner.service.ts:75
↓ 14 callersMethodupdateOne
( id: string, record: DeepPartial<User> | UpdateUserInput, opts?: UpdateOneOptions<User>, )
apps/api/src/users/services/user.service.ts:39
↓ 13 callersMethodcreateOne
(record: Partial<Order>)
apps/api/src/chat/services/order.service.ts:22
↓ 13 callersMethodcreateWorkflowTriggerDeep
( record: DeepPartial<CreateWorkflowTriggerInput & WorkflowTrigger> = {}, )
libs/common/test/mock.service.ts:225
↓ 13 callersFunctiongetCreationDate
(item: Record<string, any>)
apps/runner/src/utils/trigger.utils.ts:83
↓ 12 callersMethoddropDatabase
()
libs/common/test/mock.service.ts:59
↓ 12 callersFunctionextractFirstItem
( idKey: string, data: Record<string, unknown>, )
apps/runner/src/utils/trigger.utils.ts:36
↓ 12 callersMethodrunWorkflowActions
( rootActions: WorkflowAction[], triggerOutputsList: TriggerOutputs[], workflowRun: WorkflowRun,
apps/runner/src/services/runner.service.ts:391
↓ 12 callersMethodsend
(job: Job<{ campaignId: string; ownerId: string; accountCredentialId: string }>)
apps/api/src/chat/services/broadcast.consumer.ts:34
↓ 11 callersFunctionOwnedEntity
(opts: OwnedEntityOptions = {})
libs/common/src/decorators/owned-entity.decorator.ts:9
↓ 11 callersFunctionPipedreamMixin
(Base: T)
libs/definitions/src/mixins/pipedream.mixin.ts:67
↓ 11 callersMethodcreateOne
* Creates a single entity. * * @example * ```ts * const todoItem = await this.service.createOne({title: 'Todo Item', completed: false });
libs/common/src/TypegooseQueryService.ts:211
↓ 11 callersMethodcreateOneByInstantTrigger
( integration: Integration, integrationTrigger: IntegrationTrigger, workflow: Workflow, workfl
apps/api/src/workflow-runs/services/workflow-run.service.ts:66
↓ 11 callersFunctionextractTriggerItems
( idKey: string, data: Record<string, unknown>, )
apps/runner/src/utils/trigger.utils.ts:4
↓ 11 callersFunctionredisForRoot
()
libs/common/src/utils/redis.utils.ts:9
↓ 11 callersFunctionwait
(ms: number)
libs/common/src/utils/async.utils.ts:26
↓ 10 callersFunctionapplySchemaChangeRecursively
* Helper for applying a schema modification recursively to schema properties and items * This method also exists on frontend schema.utils
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:179
↓ 10 callersMethodbeforeUpdate
( update: Partial<WorkflowAction>, prevWorkflowAction: WorkflowAction, integrationAction: Integrat
libs/definitions/src/integration-definitions/chatbot/actions/get-info.action.ts:147
↓ 10 callersFunctionfixSchemaWithOneOf
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:8
↓ 10 callersFunctiongenerateSchemaFromObject
(obj: Record<string, any>)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:170
↓ 10 callersFunctionrefreshLensAccessToken
( refreshToken: string, )
libs/definitions/src/integration-definitions/lens/lens.common.ts:5
↓ 10 callersFunctionreplaceTemplateFields
( idsMap: Map<string, string>, inputs: Record<string, any> | any[], templateInputs: Record<string, any>
libs/definitions/src/utils/field.utils.ts:95
↓ 9 callersFunctionfindOutputKeys
(input: Record<string, any>, key: string)
apps/runner/src/utils/input.utils.ts:186
↓ 9 callersFunctionremoveScientificNotation
(num: number)
libs/common/src/utils/number.utils.ts:7
↓ 9 callersMethodupdateWorkflowRunStatus
* Update workflow run status respecting the status state machine. * Once the status is completed or failed it's final and cannot be updated
apps/api/src/workflow-runs/services/workflow-run.service.ts:51
↓ 8 callersFunctionfixObjectTypes
(obj: Record<string, any>, schema: JSONSchema7)
libs/definitions/src/utils/field.utils.ts:151
↓ 8 callersMethodgetSchemaKey
(key: string)
libs/common/src/TypegooseQueryService.ts:118
↓ 8 callersMethodmarkWorkflowRunAsCompleted
(workflowRunId: ObjectId)
apps/api/src/workflow-runs/services/workflow-run.service.ts:43
↓ 8 callersFunctionparseTime
(time: string)
libs/common/src/utils/date.utils.ts:7
↓ 8 callersMethodupdateOne
( id: string, update: DeepPartial<WorkflowAction>, opts?: (UpdateOneOptions<WorkflowAction> & Opti
apps/api/src/workflow-actions/services/workflow-action.service.ts:229
↓ 7 callersMethodcreateOne
(record: DeepPartial<WorkflowTrigger>)
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:53
↓ 7 callersMethodcreateUser
(record: DeepPartial<User> = {})
libs/common/test/mock.service.ts:117
↓ 7 callersMethodcreateWorkflowDeep
(record: DeepPartial<CreateWorkflowInput & Workflow> = {})
libs/common/test/mock.service.ts:199
↓ 7 callersMethoddeleteOne
(id: string, opts?: DeleteOneOptions<Campaign> | undefined)
apps/api/src/chat/services/campaign.service.ts:80
↓ 7 callersFunctiongetLensProfileId
(profileIdOrHandle: string)
libs/definitions/src/integration-definitions/lens/lens.common.ts:60
↓ 7 callersMethodgetReadOnlyProvider
(chainId: ChainId)
libs/blockchain/src/provider/provider.service.ts:16
↓ 7 callersMethodincrementOperationsUsed
(userId: ObjectId, success: boolean, creditsUsed?: number)
apps/api/src/users/services/user.service.ts:26
↓ 7 callersMethodpublish
(channel: string, message: string)
libs/common/src/cache/redis-pubsub.service.ts:25
↓ 7 callersMethodrunWorkflowActionsTree
( workflow: Workflow, workflowAction: WorkflowAction, previousOutputs: Record<string, Record<strin
apps/runner/src/services/runner.service.ts:420
↓ 7 callersMethodupdateOne
( id: string, update: DeepPartial<WorkflowTrigger>, opts?: UpdateOneOptions<WorkflowTrigger>, )
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:176
↓ 7 callersMethodupdateOne
* Update an entity. * * @example * ```ts * const updatedEntity = await this.service.updateOne(1, { completed: true }); * ``` * @para
libs/common/src/TypegooseQueryService.ts:244
↓ 6 callersMethodaddContacts
(addresses: string[], tags?: Nullable<string[]>, limitToPlan?: Nullable<boolean>)
generated/graphql.ts:1808
↓ 6 callersMethodbuildExpression
(filter: Filter<T>)
libs/common/src/TypegooseQueryService.ts:67
↓ 6 callersMethodcreateIntegration
(record: DeepPartial<Integration> = {})
libs/common/test/mock.service.ts:132
↓ 6 callersMethodcreateIntegrationTrigger
(record: DeepPartial<IntegrationTrigger> = {})
libs/common/test/mock.service.ts:151
↓ 6 callersMethodcreateOne
(address: string, data: Partial<CoreContract> = {})
apps/api/src/users/services/core-contact.service.ts:31
↓ 6 callersMethodcreateWorkflowRunDeep
(record: DeepPartial<WorkflowRun> = {})
libs/common/test/mock.service.ts:278
↓ 6 callersFunctiongetBindData
( integrationKey: string, operation: PipedreamOperation, opts: { operation: IntegrationAction | Inte
libs/definitions/src/mixins/pipedream.mixin.ts:492
↓ 6 callersMethodgetContractAbi
(chainId: ChainId, address: string)
libs/blockchain/src/explorer/explorer.service.ts:20
↓ 6 callersFunctiongetDateFromObjectId
(objectId: ObjectId)
libs/common/src/utils/mongodb.ts:15
↓ 6 callersMethodgetDefinition
(key: string)
libs/definitions/src/integration-definition.factory.ts:183
↓ 6 callersFunctiongetQueryParam
(url: string, param: string)
libs/common/src/utils/url.utils.ts:1
↓ 6 callersFunctionhasInterpolation
(str: string)
libs/definitions/src/utils/field.utils.ts:5
↓ 6 callersFunctionmongoForRoot
()
libs/common/src/utils/mongodb.ts:8
↓ 6 callersMethodquery
* Query for multiple entities, using a Query from `@ptc-org/nestjs-query-core`. * * @example * ```ts * const todoItems = await this.servic
libs/common/src/TypegooseQueryService.ts:142
↓ 6 callersFunctionremoveSchemaMarkdown
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:42
↓ 6 callersFunctionrunAction
(inputs: StepInputs)
libs/definitions/src/integration-definitions/logic/actions/decision.action.spec.ts:6
↓ 6 callersFunctionrunSubgraphOperation
( endpoints: Endpoints, opts: OperationRunOptions, )
libs/definitions/src/utils/subgraph.utils.ts:171
↓ 6 callersFunctionstripMarkdown
(str: string)
libs/common/src/utils/string.utils.ts:25
↓ 6 callersFunctionupdateSubgraphSchemaBeforeInstall
( endpoints: Endpoints, schema: OpenAPIObject, )
libs/definitions/src/utils/subgraph.utils.ts:203
↓ 6 callersMethodupdateTemplateSettings
( workflow: Workflow, integrationOperationId: string, operationType: 'action' | 'trigger', inp
apps/api/src/workflows/services/workflow.service.ts:101
↓ 5 callersFunctioncapitalize
(str: string)
libs/common/src/utils/string.utils.ts:4
↓ 5 callersMethodcreateOne
( record: CreateWorkflowActionInput & DeepPartial<WorkflowAction>, options: Options = {}, )
apps/api/src/workflow-actions/services/workflow-action.service.ts:44
↓ 5 callersMethodcreateWorkflowTrigger
( record: DeepPartial<CreateWorkflowTriggerInput & WorkflowTrigger> = {}, )
libs/common/test/mock.service.ts:216
↓ 5 callersMethodextractConversationMessages
(chat: string)
libs/definitions/src/integration-definitions/openai/actions/get-chat-response.action.ts:160
↓ 5 callersFunctiongetItemSchemaFromRes
(idKey: string, schema: JSONSchema7)
apps/runner/src/utils/trigger.utils.ts:101
↓ 5 callersMethodgetOAuthStrategyName
(integrationAccountKey: string)
apps/api/src/auth/external-oauth/oauth-strategy.factory.ts:240
↓ 5 callersFunctionisValidDate
(date: Date)
libs/common/src/utils/date.utils.ts:3
↓ 5 callersFunctionparseAddressType
(input: string, name: string, usedVars: VarEvm[])
libs/definitions/src/utils/field.utils.ts:39
↓ 5 callersMethodresolveContactData
(address: string, key: string, contactOwner: User)
apps/api/src/chat/services/contact.service.ts:39
↓ 5 callersMethodrunAction
({ definition, actionKey, inputs, accountCredential: credentialsOrId }: StaticRunOptions)
apps/runner/src/services/static-runner.service.ts:35
↓ 5 callersMethodrunWorkflowTriggerCheck
( workflowTrigger: WorkflowTrigger, startedBy: WorkflowRunStartedByOptions, opts?: { testTrigger?:
apps/runner/src/services/runner.service.ts:82
↓ 5 callersMethodsendNotification
(address: string, message: string)
apps/api/src/users/services/user-notifications.service.ts:25
next →1–100 of 1,131, ranked by callers