MCPcopy Create free account

hub / github.com/chainjet/platform / functions

Functions1,131 in github.com/chainjet/platform

↓ 5 callersFunctionstripMarkdownSync
(str: string)
libs/common/src/utils/string.utils.ts:40
↓ 5 callersMethodupdateNextCheck
(workflowTrigger: WorkflowTrigger)
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:395
↓ 4 callersMethodaddContactDataKeys
(userId: ObjectId, contact: Contact[])
apps/api/src/users/services/user.service.ts:91
↓ 4 callersFunctionaddEllipsis
(str: string, maxLength: number)
libs/common/src/utils/string.utils.ts:51
↓ 4 callersMethodaddSingleContact
(address: string, user: User, tags?: string[], subscribed: boolean = true)
apps/api/src/chat/services/contact.service.ts:55
↓ 4 callersFunctionassertNever
(x: never)
libs/common/src/utils/typescript.utils.ts:1
↓ 4 callersMethodcreateOne
(record: DeepPartial<AccountCredential>)
apps/api/src/account-credentials/services/account-credentials.service.ts:33
↓ 4 callersMethodcreateOne
(record: DeepPartial<Workflow>)
apps/api/src/workflows/services/workflow.service.ts:56
↓ 4 callersFunctiondeleteObjectKeysDeep
( obj: T, keyMatcher: (key: string) => boolean, )
libs/common/src/utils/object.utils.ts:1
↓ 4 callersMethoddeleteOne
(id: string, opts?: DeleteOneOptions<WorkflowAction> | undefined)
apps/api/src/workflow-actions/services/workflow-action.service.ts:339
↓ 4 callersFunctiondereferenceJsonSchema
(schema: JSONSchema7, components: object)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:264
↓ 4 callersFunctionexpressionToQuery
(expression: LogicExpression)
libs/definitions/src/integration-definitions/logic/logic.common.ts:113
↓ 4 callersMethodgetCredentialsAndIntegrationAccount
( credentialsId: string | undefined, ownerId: string, onError: () => any, )
apps/runner/src/services/runner.service.ts:748
↓ 4 callersFunctionhumanize
(str: string)
libs/common/src/utils/string.utils.ts:20
↓ 4 callersFunctionmapSolidityTypeToJsonSchema
(type: string)
libs/blockchain/src/utils/abi.utils.ts:4
↓ 4 callersMethodmergeFilterWithId
(id: unknown, filter?: Filter<T>)
libs/common/src/TypegooseQueryService.ts:122
↓ 4 callersFunctionparseStepInputs
( inputs: Record<string, unknown>, outputs: Record<string, Record<string, unknown>>, )
apps/runner/src/utils/input.utils.ts:8
↓ 4 callersMethodrefreshOauth2AccessToken
( integrationAccountKey: string, accountCredential: AccountCredential | null, credentials: Record<
apps/api/src/auth/external-oauth/oauth-strategy.factory.ts:207
↓ 4 callersFunctionrunAction
(inputs: StepInputs)
libs/definitions/src/integration-definitions/logic/actions/assertions.action.spec.ts:6
↓ 4 callersFunctionrunAction
(inputs: StepInputs)
libs/definitions/src/integration-definitions/logic/actions/filter.action.spec.ts:6
↓ 4 callersMethodrunContactTrigger
(jobId: JobId, workflowTrigger: WorkflowTrigger, contactId: string, contactAddress: string)
apps/api/src/chat/services/contact.consumer.ts:179
↓ 4 callersMethodupdateUsedIntegrations
(workflow: Workflow)
apps/api/src/workflows/services/workflow.service.ts:389
↓ 4 callersMethodwakeUpWorkflowRun
(workflowRun: WorkflowRun)
apps/api/src/workflow-runs/services/workflow-run.service.ts:274
↓ 3 callersFunctionEntityConnection
( name: string, relationTypeFunc: RelationTypeFunc<Rel>, options?: RelationOneDecoratorOpts<Rel>, )
libs/common/src/decorators/entity-ref.decorator.ts:20
↓ 3 callersFunctionSearchableQueryArgsType
(DTOClass: Class<DTO>)
libs/common/src/base/base.resolver.ts:58
↓ 3 callersFunctionaddOneMonth
(start: Date = new Date())
libs/common/src/utils/date.utils.ts:19
↓ 3 callersMethodaddTags
(address: string, tags: string[], ownerId: ObjectId)
apps/api/src/chat/services/contact.service.ts:136
↓ 3 callersFunctionconvertObservableToRunResponse
(res: RunResponse | Observable<RunResponse>)
libs/common/src/utils/async.utils.ts:4
↓ 3 callersMethodcreateWorkflow
(record: DeepPartial<CreateWorkflowInput & Workflow> = {})
libs/common/test/mock.service.ts:194
↓ 3 callersFunctiondecycle
(object: unknown, refKey = '__ref__')
libs/common/src/utils/json.utils.ts:6
↓ 3 callersFunctiondeleteSchemaProperties
(schema: JSONSchema7, properties: string[])
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:165
↓ 3 callersMethodensureStrategy
* Register OAuth1/2 strategy on passport if it wasn't registered
apps/api/src/auth/external-oauth/oauth-strategy.factory.ts:73
↓ 3 callersMethodgetAllDefinitions
()
libs/definitions/src/integration-definition.factory.ts:190
↓ 3 callersMethodgetAsyncSchemaExtension
(operation: IntegrationAction, { inputs }: GetAsyncSchemasProps)
libs/definitions/src/integration-definitions/blockchain/actions/read-contract.ts:78
↓ 3 callersMethodgetAsyncSchemas
(operation: IntegrationAction | IntegrationTrigger)
libs/definitions/src/integration-definitions/reddit.definition.ts:30
↓ 3 callersFunctiongetLensDefaultProfile
(address: string)
libs/definitions/src/integration-definitions/lens/lens.common.ts:21
↓ 3 callersFunctiongetLensProfile
(handle: string)
libs/definitions/src/integration-definitions/lens/lens.common.ts:34
↓ 3 callersMethodgetNextCheck
(name: string, daysBefore: number)
libs/definitions/src/integration-definitions/ens/triggers/domain-expires.trigger.ts:49
↓ 3 callersFunctiongetVarName
(base: string, usedVars: VarEvm[])
libs/definitions/src/utils/field.utils.ts:28
↓ 3 callersFunctionhideParamsWithSingleEnum
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:158
↓ 3 callersFunctionmapXmtpMessageToOutput
(message: DecodedMessage)
libs/definitions/src/integration-definitions/xmtp/xmtp.common.ts:67
↓ 3 callersMethodonActionFailure
( workflow: Workflow, workflowRun: WorkflowRun, workflowAction: WorkflowRunAction, errorMessag
apps/runner/src/services/runner.service.ts:984
↓ 3 callersMethodonTagsAdded
(contact: Contact, tagsAdded: string[])
apps/api/src/chat/services/contact.service.ts:247
↓ 3 callersMethodonTriggerFailure
( workflow: Workflow, workflowTrigger: WorkflowTrigger, workflowRunData: Partial<WorkflowRun>,
apps/runner/src/services/runner.service.ts:960
↓ 3 callersMethodparseError
(e: any)
libs/definitions/src/integration-definitions/mailchimp.definition.ts:29
↓ 3 callersFunctionparseJsonSchemaValue
(propSchema: JSONSchema7Definition, value: any)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:243
↓ 3 callersFunctionprepareInputsJsonSchema
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:136
↓ 3 callersFunctionremovePropertiesWith
(schema: JSONSchema7, property: string)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:92
↓ 3 callersFunctionresolveAddressName
(addressName: string)
libs/definitions/src/utils/address.utils.ts:5
↓ 3 callersMethodrun
({ inputs }: OperationRunOptions)
libs/definitions/src/integration-definitions/rss.definition.ts:11
↓ 3 callersMethodrun
({ inputs }: OperationRunOptions)
libs/definitions/src/integration-definitions/logic/actions/filter.action.ts:27
↓ 3 callersMethodrunDefinitionWithRefreshCredentials
( definition: Definition, opts: OperationRunOptions, maxRetries = 3, // only for 429 errors, other
apps/runner/src/services/operation-runner.service.ts:340
↓ 3 callersMethodrunTriggerCheck
(definition: Definition, opts: OperationRunOptions)
apps/runner/src/services/operation-runner.service.ts:82
↓ 3 callersFunctiontransformConstExtension
(schema: JSONSchema7)
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:110
↓ 3 callersMethodupdateOne
( id: string, update: DeepPartial<AccountCredential>, opts?: UpdateOneOptions<AccountCredential>,
apps/api/src/account-credentials/services/account-credentials.service.ts:66
↓ 3 callersMethodvalidateSignature
(message: string, signature: string, nonce: string | null, allowExternal: boolean)
apps/api/src/auth/services/auth.service.ts:11
↓ 2 callersMethodaddContactTags
(user: User, tags: string[])
apps/api/src/users/services/user.service.ts:129
↓ 2 callersMethodaddRequestedContactDetails
( contact: Record<string, any>, inputs: Record<string, unknown>, user: User, inputsKey: string
apps/runner/src/services/runner.service.ts:935
↓ 2 callersMethodaddRunningAction
( workflowRunId: mongoose.Types.ObjectId, workflowAction: mongoose.Types.ObjectId, triggerItemId:
apps/api/src/workflow-runs/services/workflow-run.service.ts:158
↓ 2 callersMethodauthorize
(context: GqlContext, authorizationContext?: AuthorizationContext)
libs/common/src/base/owned.authorizer.ts:10
↓ 2 callersFunctionbullForRoot
()
libs/common/src/utils/redis.utils.ts:30
↓ 2 callersMethodcleanJSONSchema
(schema: JSONSchema7)
libs/definitions/src/services/integration-installer.service.ts:372
↓ 2 callersMethodcompleteAction
(entities: Entity[], data: any, user: User, contactAddress?: string)
libs/definitions/src/integration-definitions/chatbot/actions/get-info.action.ts:245
↓ 2 callersFunctionconvertKeys
(object: T, fn: (key: string) => string)
libs/common/src/utils/object.utils.ts:25
↓ 2 callersMethodcreateCompletedTriggerRun
( userId: ObjectId, workflowRunData: Partial<WorkflowRun>, triggerIds: string[], triggerItems:
apps/api/src/workflow-runs/services/workflow-run.service.ts:93
↓ 2 callersMethodcreateFailedTriggerRun
( workflow: Workflow, workflowRunData: Partial<WorkflowRun>, errorMessage: string | undefined,
apps/api/src/workflow-runs/services/workflow-run.service.ts:119
↓ 2 callersMethodcreateIntegrationActionDeep
(record: DeepPartial<IntegrationAction> = {})
libs/common/test/mock.service.ts:181
↓ 2 callersMethodcreateOrder
( data: { Order: Array<{ item: string; quantity?: number }> }, menu: Menu, user: User, address
libs/definitions/src/integration-definitions/orders/actions/create-order.action.ts:249
↓ 2 callersMethoddeleteOne
* Delete an entity by `id`. * * @example * * ```ts * const deletedTodo = await this.service.deleteOne(1); * ``` * * @param id
libs/common/src/TypegooseQueryService.ts:295
↓ 2 callersFunctiondeployLongTaskMock
(account: SignerWithAddress)
test-contracts/ChainJetRunner.spec.ts:37
↓ 2 callersMethodemitOperationRunMetric
(success: boolean)
apps/runner/src/services/operation-runner.service.ts:487
↓ 2 callersMethodensureIdIsNotPresent
(e: DeepPartial<Entity>)
libs/common/src/TypegooseQueryService.ts:321
↓ 2 callersFunctioneventsAbiToInputJsonSchema
(eventsAbi: EventAbi[])
libs/blockchain/src/utils/abi.utils.ts:101
↓ 2 callersMethodextendBindData
(bindData: Record<string, any>, { workflow }: OperationRunOptions)
libs/definitions/src/integration-definitions/slack.definition.ts:15
↓ 2 callersFunctionfilterValidInputs
(inputs: SubgraphInput[])
libs/definitions/src/utils/subgraph.utils.ts:286
↓ 2 callersMethodgetAsyncSchema
({ user, integrationId, accountCredentialId, names, inputs, integrationTriggerId,
apps/api/src/async-schema/resolvers/async-schema.resolver.ts:47
↓ 2 callersFunctiongetComparatorKey
(key: string, comparator: string)
libs/definitions/src/utils/subgraph.utils.ts:323
↓ 2 callersFunctiongetConvertedSchema
(type: 'request' | 'response', spec: any, schemaOptions: SchemaOptions)
libs/definitions/src/schema/utils/openapi2schema.ts:140
↓ 2 callersMethodgetCustomStrategy
* Gets a strategy from a custom strategy key * The strategy needs to be exported as default in the module
apps/api/src/auth/external-oauth/oauth-strategy.factory.ts:199
↓ 2 callersMethodgetImplementationAddress
(chainId: ChainId, address: string, abi: ContractAbi)
libs/blockchain/src/contract/services/contract.service.ts:24
↓ 2 callersFunctiongetInterpolatedValue
(str: string)
libs/definitions/src/utils/field.utils.ts:20
↓ 2 callersMethodgetMulticallContract
( chainId: ChainId, provider: Wallet | providers.JsonRpcProvider = this.providerService.getReadOnlyPro
libs/blockchain/src/multicall/multicall.service.ts:148
↓ 2 callersMethodgetNetworkName
(chainId: number)
libs/definitions/src/integration-definitions/orders/actions/create-order.action.ts:245
↓ 2 callersMethodgetRequest
(context: ExecutionContext)
apps/api/src/auth/guards/graphql.guard.ts:28
↓ 2 callersMethodgetSchemaResponse
(runResponse: RunResponse)
apps/runner/src/services/runner.service.ts:1033
↓ 2 callersMethodgetTransactionUrl
(chainId: ChainId, txHash: string)
libs/blockchain/src/explorer/explorer.service.ts:72
↓ 2 callersFunctiongetWalletName
(address: string)
libs/definitions/src/utils/address.utils.ts:29
↓ 2 callersMethodinstall
* Creates or updates integration(s), integration account(s) and integration operations
libs/definitions/src/services/integration-installer.service.ts:35
↓ 2 callersMethodisUpgradeable
(abi: ContractAbi)
libs/blockchain/src/contract/services/contract.service.ts:17
↓ 2 callersMethodlimits
({ user }: OperationRunOptions)
libs/definitions/src/integration-definitions/lens/actions/create-post.action.ts:163
↓ 2 callersFunctionmapPipedreamPropertyToJsonSchemaParam
( key: string, prop: PipedreaProp, asyncSchemas: AsyncSchema[] = [], )
libs/definitions/src/mixins/pipedream.mixin.ts:297
↓ 2 callersMethodmarkActionAsCompleted
( userId: ObjectId, workflowRunId: ObjectId, workflowRunAction: WorkflowRunAction, creditsUsed
apps/api/src/workflow-runs/services/workflow-run.service.ts:189
↓ 2 callersMethodmarkActionAsFailed
( workflow: Workflow, workflowRun: WorkflowRun, workflowAction: WorkflowRunAction, errorMessag
apps/api/src/workflow-runs/services/workflow-run.service.ts:212
↓ 2 callersMethodmarkUserPlanAsLimited
* When the user reaches the limit of the plan, we mark all his triggers as limited
apps/api/src/workflow-triggers/services/workflow-trigger.service.ts:547
↓ 2 callersFunctionmethodsAbiToInputJsonSchema
(methodsAbi: MethodAbi[])
libs/blockchain/src/utils/abi.utils.ts:48
↓ 2 callersFunctionparseSolidityInterpolation
(str: string)
libs/definitions/src/utils/field.utils.ts:9
↓ 2 callersMethodprocessOrderAndGetOutputs
( data: { Order: Array<{ item: string; quantity?: number }> }, menu: Menu, order: Order, crede
libs/definitions/src/integration-definitions/orders/actions/create-order.action.ts:198
↓ 2 callersFunctionremoveDeprecatedProperties
(schema: JSONSchema7 & { deprecated?: boolean })
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:49
↓ 2 callersFunctionremoveIgnoredProperties
(schema: JSONSchema7 & { ['x-ignore']?: boolean })
libs/definitions/src/schema/utils/jsonSchemaUtils.ts:76
↓ 2 callersMethodrunAction
(definition: Definition, opts: OperationRunOptions)
apps/runner/src/services/operation-runner.service.ts:123
← previousnext →101–200 of 1,131, ranked by callers