MCPcopy Create free account

hub / github.com/chainjet/platform / functions

Functions1,131 in github.com/chainjet/platform

↓ 2 callersMethodrunOpenApiOperation
( definition: Definition, opts: OperationRunOptions, retryCount: number = 0, )
apps/runner/src/services/operation-runner.service.ts:162
↓ 2 callersFunctionrunPipedreamOperation
( mixin: PipedreamMixin, operation: PipedreamOperation, opts: OperationRunOptions, req?: Request, )
libs/definitions/src/mixins/pipedream.mixin.ts:569
↓ 2 callersMethodrunWorkflowOnFailure
( workflowId: ObjectId | Reference<Workflow, mongoose.Types.ObjectId>, workflowRun: WorkflowRun, e
apps/runner/src/services/runner.service.ts:1003
↓ 2 callersMethodsendContactsExceededNotification
(user: User)
apps/api/src/users/services/user-notifications.service.ts:99
↓ 2 callersFunctionsortByCreationDate
(items: T[])
apps/runner/src/utils/trigger.utils.ts:65
↓ 2 callersFunctionstringifyInput
(input: unknown)
apps/runner/src/utils/input.utils.ts:173
↓ 2 callersFunctiontransformDynamicRefExtension
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:128
↓ 2 callersMethodunmarkUserPlanAsLimited
(userId: ObjectId)
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:551
↓ 2 callersMethodupdateMany
* Update multiple entities with a `@ptc-org/nestjs-query-core` Filter. * * @example * ```ts * const { updatedCount } = await this.service.
libs/common/src/TypegooseQueryService.ts:274
↓ 2 callersMethodvalidateSkills
(skills: AssistantSkill[], user: User)
apps/api/src/chat/services/assistant.service.ts:115
↓ 2 callersMethodvalidateUserWithSignature
(message: string, signature: string)
apps/api/src/auth/services/auth.service.ts:33
↓ 1 callersMethodaddRequestedMenuDetails
(menu: Record<string, any>, inputs: Record<string, unknown>, user: User)
apps/runner/src/services/runner.service.ts:950
↓ 1 callersMethodafterCreateMany
(contacts: Contact[])
apps/api/src/chat/services/contact.service.ts:198
↓ 1 callersMethodafterCreateOne
(contact: Contact)
apps/api/src/chat/services/contact.service.ts:185
↓ 1 callersMethodafterInitOperationRun
( outputs: Record<string, unknown>, opts: OperationRunOptions, )
libs/definitions/src/integration-definitions/airtable.definition.ts:116
↓ 1 callersMethodafterOperationRun
(opts: OperationRunOptions, outputs: Record<string, unknown>)
libs/definitions/src/integration-definitions/google-apis.definition.ts:765
↓ 1 callersMethodaggregate
(filter: Filter<Entity>, aggregate: AggregateQuery<Entity>)
libs/common/src/TypegooseQueryService.ts:157
↓ 1 callersFunctionappendParameters
* Append parameters not in requestBody to the resulting schema
libs/definitions/src/schema/utils/openapi2schema.ts:180
↓ 1 callersMethodbeforeCreate
( workflowAction: Partial<WorkflowAction>, integrationAction: IntegrationAction, accountCredential
libs/definitions/src/integration-definitions/chatbot/actions/get-info.action.ts:114
↓ 1 callersMethodbeforeCreate
( workflowTrigger: Partial<WorkflowTrigger>, integrationTrigger: IntegrationTrigger, accountCreden
libs/definitions/src/integration-definitions/discord/triggers/new-slash-command-guild.trigger.ts:121
↓ 1 callersMethodbeforeCreate
( workflowAction: Partial<WorkflowAction>, integrationAction: IntegrationAction, )
libs/definitions/src/integration-definitions/blockchain/actions/read-contract.ts:45
↓ 1 callersMethodbeforeCreate
( workflowTrigger: Partial<WorkflowTrigger>, integrationTrigger: IntegrationTrigger, accountCreden
libs/definitions/src/integration-definitions/blockchain/triggers/new-event.trigger.ts:64
↓ 1 callersMethodbeforeCreateWorkflowAction
( workflowAction: Partial<WorkflowAction>, integrationAction: IntegrationAction, accountCredential
libs/definitions/src/integration-definitions/discord/discord.definition.ts:79
↓ 1 callersMethodbeforeCreateWorkflowTrigger
( workflowTrigger: Partial<WorkflowTrigger>, integrationTrigger: IntegrationTrigger, accountCreden
libs/definitions/src/integration-definitions/discord/discord.definition.ts:98
↓ 1 callersMethodbeforeOperationRun
(opts: OperationRunOptions)
libs/definitions/src/integration-definitions/aws.definition.ts:117
↓ 1 callersMethodbeforeUpdateWorkflowAction
( update: Partial<WorkflowAction>, prevWorkflowAction: WorkflowAction, integrationAction: Integrat
libs/definitions/src/integration-definitions/discord/discord.definition.ts:88
↓ 1 callersMethodbeforeUpdateWorkflowTrigger
( update: Partial<WorkflowTrigger>, prevWorkflowTrigger: WorkflowTrigger, integrationTrigger: Inte
libs/definitions/src/integration-definitions/discord/discord.definition.ts:107
↓ 1 callersFunctionblockchainConfigList
()
libs/blockchain/src/blockchain.config.ts:19
↓ 1 callersFunctionbootstrap
()
apps/scheduler/src/main.ts:4
↓ 1 callersFunctionbootstrap
()
apps/runner/src/main.ts:4
↓ 1 callersFunctionbootstrap
()
apps/migrations/src/main.ts:4
↓ 1 callersFunctionbootstrap
()
apps/api/src/main.ts:7
↓ 1 callersFunctionbootstrap
* This app is a standalone application https://docs.nestjs.com/standalone-applications * * Bootstrap all integrations: * $ yarn start bootstrap
apps/bootstrap/src/main.ts:16
↓ 1 callersFunctionbootstrap
()
apps/platform-metrics/src/main.ts:4
↓ 1 callersMethodbootstrapIntegrations
(integration?: string, fetchSchemas = false)
apps/bootstrap/src/services/bootstrap.service.ts:12
↓ 1 callersFunctionbuildPaths
( paths: PathsObject, options: OpenApi2SchemaOptions, schemaOptions: SchemaOptions, )
libs/definitions/src/schema/utils/openapi2schema.ts:79
↓ 1 callersFunctionbuildResponses
(responses: any, schemaOptions: SchemaOptions)
libs/definitions/src/schema/utils/openapi2schema.ts:130
↓ 1 callersMethodcallAndResolve
( chainId: ChainId, callsWithResolve: CallWithResolve<T>[], options: MulticallOptions = {}, )
libs/blockchain/src/multicall/multicall.service.ts:126
↓ 1 callersMethodcallManyContracts
( chainId: ChainId, calls: CallManyContracts[], { requireSuccess = true }: MulticallOptions = {},
libs/blockchain/src/multicall/multicall.service.ts:85
↓ 1 callersMethodcanActivate
(context: ExecutionContext)
apps/api/src/auth/external-oauth/guards/cookie.guard.ts:9
↓ 1 callersMethodcancelSubscription
(user: User)
libs/common/src/subscriptions/subscription.service.ts:56
↓ 1 callersMethodchangeSubscription
(user: User, priceId: string)
libs/common/src/subscriptions/subscription.service.ts:66
↓ 1 callersMethodcompileSourceCode
(workflowId: string, sourcecode: string)
apps/api/src/compiler/compiler.service.ts:136
↓ 1 callersMethodcontinueConversation
( workflow: Workflow, workflowTrigger: WorkflowTrigger, workflowSleeps: WorkflowSleep[], messa
apps/api/src/workflow-triggers/controllers/chatbot.controller.ts:217
↓ 1 callersMethodcontinueConversation
( workflow: Workflow, workflowTrigger: WorkflowTrigger, workflowSleeps: WorkflowSleep[], messa
apps/api/src/workflow-triggers/services/chatbot.consumer.ts:221
↓ 1 callersMethodcreateAccountCredentials
( key: string, message: Message, { accountCredentialsService, integrationAccountService }: Integra
libs/definitions/src/integration-definitions/telegram/telegram.definition.ts:121
↓ 1 callersMethodcreateAccountFromSignature
(message: SiweMessage, externalApp: string | null)
apps/api/src/users/services/user.service.ts:51
↓ 1 callersMethodcreateCheckoutSession
(priceId: string)
generated/graphql.ts:1778
↓ 1 callersFunctioncreateFilters
(inputs: SubgraphInput[])
libs/definitions/src/utils/subgraph.utils.ts:464
↓ 1 callersMethodcreateFromTemplate
({ userId, template, name, inputs, }: { userId: Types.ObjectId template: Workflow
apps/api/src/templates/services/template.service.ts:21
↓ 1 callersMethodcreateIntegrationAction
(record: DeepPartial<IntegrationAction> = {})
libs/common/test/mock.service.ts:174
↓ 1 callersMethodcreateIntegrationTriggerDeep
(record: DeepPartial<IntegrationTrigger> = {})
libs/common/test/mock.service.ts:158
↓ 1 callersMethodcreateMany
* Create multiple entities. * * @example * ```ts * const todoItem = await this.service.createMany([ * {title: 'Todo Item 1', complete
libs/common/src/TypegooseQueryService.ts:229
↓ 1 callersFunctioncreateOperation
(graphqlSchema: any, listKey: string)
libs/definitions/src/utils/subgraph.utils.ts:330
↓ 1 callersMethodcreateOrUpdateIntegration
( definition: Definition, schema: OpenAPIObject, integrationData: SingleIntegrationData, )
libs/definitions/src/services/integration-installer.service.ts:491
↓ 1 callersMethodcreateOrUpdateIntegrationAccount
* Create a single integration account which will be shared between all AWS integrations
libs/definitions/src/integration-definitions/aws.definition.ts:75
↓ 1 callersFunctioncreateTypeOrmQueryServiceProvider
(model: TypegooseClass)
libs/common/src/NestjsQueryTypegooseModule.ts:21
↓ 1 callersFunctioncreateTypeOrmQueryServiceProviders
(models: TypegooseClass[])
libs/common/src/NestjsQueryTypegooseModule.ts:31
↓ 1 callersMethodcreateWorkflowAction
( record: DeepPartial<CreateWorkflowActionInput & WorkflowAction> = {}, )
libs/common/test/mock.service.ts:244
↓ 1 callersMethodcreateWorkflowRun
(record: DeepPartial<WorkflowRun> = {})
libs/common/test/mock.service.ts:271
↓ 1 callersMethoddeleteMany
* Delete multiple records with a `@ptc-org/nestjs-query-core` `Filter`. * * @example * * ```ts * const { deletedCount } = this.service.
libs/common/src/TypegooseQueryService.ts:316
↓ 1 callersFunctiondeployUpgradeableContract
( contractName: string, proxyAddress?: string, initializeArgs: any[] = [], )
scripts/deploy.utils.ts:4
↓ 1 callersMethodemit
({ nameSpace, metricName, dimensionName, dimensionValue, value = 1 }: IMetricData)
libs/common/src/metrics/metric.service.ts:23
↓ 1 callersFunctioneventsAbiToOutputJsonSchema
(eventsAbi: EventAbi)
libs/blockchain/src/utils/abi.utils.ts:141
↓ 1 callersMethodexecuteMulticallManyContracts
( chainId: ChainId, calls: CallManyContracts[], { requireSuccess = true }: MulticallOptions = {},
libs/blockchain/src/multicall/multicall.service.ts:102
↓ 1 callersMethodexecuteMulticallOneContract
( chainId: ChainId, abi: any[], calls: CallSingleContract[], { requireSuccess = true }: Multic
libs/blockchain/src/multicall/multicall.service.ts:63
↓ 1 callersFunctionexpressionsToQuery
(orExpressions: LogicExpression[][])
libs/definitions/src/integration-definitions/logic/logic.common.ts:90
↓ 1 callersMethodfindByIdWithReadPermissions
(id: string, userId: string)
apps/api/src/workflows/services/workflow.service.ts:45
↓ 1 callersMethodfork
( workflow: Workflow, userId: string, templateInputs: Record<string, any>, credentialIds: Reco
apps/api/src/workflows/services/workflow.service.ts:177
↓ 1 callersMethodforkMenu
( user: User, integration: Integration, workflowAction: WorkflowAction, menuMap: Map<string, s
apps/api/src/workflows/services/workflow.service.ts:343
↓ 1 callersMethodgenerateClaimCode
()
apps/api/src/chat/services/order.service.ts:36
↓ 1 callersFunctiongenerateOutputSchema
(globalTypes: SubgraphType[], type: SubgraphType, level = 0)
libs/definitions/src/utils/subgraph.utils.ts:227
↓ 1 callersMethodgetAbi
(address: string)
libs/blockchain/src/explorer/explorers/harmony.explorer.ts:15
↓ 1 callersMethodgetAccountCreationData
(userId: string)
libs/definitions/src/integration-definitions/telegram/telegram.definition.ts:159
↓ 1 callersMethodgetActionTree
(allActions: WorkflowAction[], action?: WorkflowAction)
apps/api/src/compiler/compiler.service.ts:87
↓ 1 callersMethodgetActiveUsers
(trailingDays: number = 30)
apps/platform-metrics/src/platform-metrics.service.ts:89
↓ 1 callersFunctiongetApiDefinitionFiles
()
libs/definitions/src/integration-definitions/aws.definition.ts:313
↓ 1 callersFunctiongetAsyncSchemasForPipedream
( integrationKey: string, operations: PipedreamOperation[], integrationOperation: IntegrationAction | In
libs/definitions/src/mixins/pipedream.mixin.ts:706
↓ 1 callersMethodgetCollectionsForAllPublications
(credentials: Record<string, any>, fetchAll: boolean)
libs/definitions/src/integration-definitions/lens/triggers/new-collection.trigger.ts:134
↓ 1 callersMethodgetCollectionsForSpecificPublication
( publicationId: string, credentials: Record<string, any>, fetchAll: boolean, )
libs/definitions/src/integration-definitions/lens/triggers/new-collection.trigger.ts:172
↓ 1 callersFunctiongetComparatorSchema
()
libs/definitions/src/utils/subgraph.utils.ts:483
↓ 1 callersMethodgetContract
( chainId: ChainId, provider: Wallet | providers.JsonRpcProvider = this.providerService.getReadOnlyPro
libs/blockchain/src/runner/chainjet-runner.service.ts:32
↓ 1 callersMethodgetCredentialsDataForWorkflowAction
( integration: Integration, workflow: Workflow, previousOutputs: Record<string, Record<string, unk
apps/runner/src/services/runner.service.ts:696
↓ 1 callersMethodgetDynamicSchemaOutputs
(req: Request)
libs/definitions/src/integration-definitions/webhook.definition.ts:27
↓ 1 callersFunctiongetEntityAssembler
* Replaces the default assembler * See description of DefaultEntityAssembler
libs/common/src/base/base.resolver.ts:47
↓ 1 callersMethodgetHello
()
apps/api/src/app.service.ts:5
↓ 1 callersMethodgetHtmlBody
()
libs/emails/src/templates/migrateAccountTemplate.ts:18
↓ 1 callersMethodgetInitOperationOptions
(opts: { integration: Integration integrationAccount: IntegrationAccount | null credentials: StepI
libs/definitions/src/integration-definitions/airtable.definition.ts:95
↓ 1 callersMethodgetInstanceOfIntegration
(record: DeepPartial<Integration> = {})
libs/common/test/mock.service.ts:122
↓ 1 callersMethodgetInstanceOfIntegrationAction
(record: DeepPartial<IntegrationAction> = {})
libs/common/test/mock.service.ts:163
↓ 1 callersMethodgetInstanceOfIntegrationTrigger
(record: DeepPartial<IntegrationTrigger> = {})
libs/common/test/mock.service.ts:139
↓ 1 callersMethodgetInstanceOfUser
(record: DeepPartial<User> = {})
libs/common/test/mock.service.ts:109
↓ 1 callersMethodgetInstanceOfWorkflow
(record: DeepPartial<CreateWorkflowInput & Workflow> = {})
libs/common/test/mock.service.ts:186
↓ 1 callersMethodgetInstanceOfWorkflowAction
(record: DeepPartial<CreateWorkflowActionInput & WorkflowAction> = {})
libs/common/test/mock.service.ts:233
↓ 1 callersMethodgetInstanceOfWorkflowRun
(record: DeepPartial<WorkflowRun> = {})
libs/common/test/mock.service.ts:261
↓ 1 callersMethodgetIntegrationsData
()
libs/definitions/src/integration-definitions/aws.definition.ts:209
↓ 1 callersMethodgetIntegrationsData
()
libs/definitions/src/integration-definitions/google-apis.definition.ts:13
↓ 1 callersFunctiongetLensCollectModule
({ recipientAddress, collect, paidCollect, collectFee, collectCurrency, mirrorReferral, maxColle
libs/definitions/src/integration-definitions/lens/lens.common.ts:69
↓ 1 callersFunctiongetNFTBalancePolygon
(token: string, owner: string)
libs/definitions/src/utils/balance.utils.ts:3
↓ 1 callersMethodgetOnChainWorkflowActions
(workflow: Workflow)
apps/api/src/compiler/compiler.service.ts:81
← previousnext →201–300 of 1,131, ranked by callers