Skip to content

Commit a6916c1

Browse files
authored
feat: add agents and agent runs [PIC-829] (#2401)
* feat: add agents and agent runs * fix: update contentful-management dependency to version 11.67.0
1 parent 84f2046 commit a6916c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/types/cmaClient.types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { PlainClientAPI } from 'contentful-management'
22

33
export type CMAClient = {
4+
agent: Pick<PlainClientAPI['agent'], 'get' | 'getMany' | 'generate'>
5+
agentRun: Pick<PlainClientAPI['agentRun'], 'get' | 'getMany'>
46
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
57
appActionCall: Pick<
68
PlainClientAPI['appActionCall'],

0 commit comments

Comments
 (0)