Skip to content

Commit

Permalink
fix: exposed createWithResponse function[] (#1522)
Browse files Browse the repository at this point in the history
* fix: exposed createWithResponse function

* fix: exposed getCallDetails function
  • Loading branch information
vikaskumr authored May 17, 2023
1 parent 4a25096 commit 2255541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/types/cmaClient.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import { PlainClientAPI } from 'contentful-management'

export type CMAClient = {
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
appActionCall: Pick<PlainClientAPI['appActionCall'], 'create'>
appActionCall: Pick<
PlainClientAPI['appActionCall'],
'create' | 'getCallDetails' | 'createWithResponse'
>
appDefinition: Pick<PlainClientAPI['appDefinition'], 'get' | 'getInstallationsForOrg'>
appInstallation: Pick<PlainClientAPI['appInstallation'], 'getForOrganization'>
asset: PlainClientAPI['asset']
Expand Down

0 comments on commit 2255541

Please sign in to comment.