Skip to content

Commit 2255541

Browse files
authored
fix: exposed createWithResponse function[] (#1522)
* fix: exposed createWithResponse function * fix: exposed getCallDetails function
1 parent 4a25096 commit 2255541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/types/cmaClient.types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import { PlainClientAPI } from 'contentful-management'
22

33
export type CMAClient = {
44
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
5-
appActionCall: Pick<PlainClientAPI['appActionCall'], 'create'>
5+
appActionCall: Pick<
6+
PlainClientAPI['appActionCall'],
7+
'create' | 'getCallDetails' | 'createWithResponse'
8+
>
69
appDefinition: Pick<PlainClientAPI['appDefinition'], 'get' | 'getInstallationsForOrg'>
710
appInstallation: Pick<PlainClientAPI['appInstallation'], 'getForOrganization'>
811
asset: PlainClientAPI['asset']

0 commit comments

Comments
 (0)