We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a25096 commit 2255541Copy full SHA for 2255541
lib/types/cmaClient.types.ts
@@ -2,7 +2,10 @@ import { PlainClientAPI } from 'contentful-management'
2
3
export type CMAClient = {
4
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
5
- appActionCall: Pick<PlainClientAPI['appActionCall'], 'create'>
+ appActionCall: Pick<
6
+ PlainClientAPI['appActionCall'],
7
+ 'create' | 'getCallDetails' | 'createWithResponse'
8
+ >
9
appDefinition: Pick<PlainClientAPI['appDefinition'], 'get' | 'getInstallationsForOrg'>
10
appInstallation: Pick<PlainClientAPI['appInstallation'], 'getForOrganization'>
11
asset: PlainClientAPI['asset']
0 commit comments