Skip to content

Commit

Permalink
feat: add possible cma client to Function context (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoudy91 authored Jul 25, 2024
1 parent 5245412 commit 6513ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/requests/typings/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ContentTypeProps,
EntryProps,
EnvironmentTemplateInstallationProps,
PlainClientAPI,
ReleaseActionProps,
ReleaseProps,
ScheduledActionProps,
Expand Down Expand Up @@ -155,6 +156,7 @@ export type FunctionEventContext<P extends Record<string, any> = Record<string,
spaceId: string
environmentId: string
appInstallationParameters: P
cma?: PlainClientAPI
}

type FunctionEventHandlers = {
Expand Down

0 comments on commit 6513ee0

Please sign in to comment.