Skip to content

Commit 54194b4

Browse files
authored
feat: update appActionCall to use new methods [EXT-6593] (#2318)
* chore: update contentful-management dependency Replaced the version of `contentful-management` in both `package.json` and `package-lock.json` with a local tarball reference, ensuring consistent dependency resolution. Additionally, updated the `CMAClient` type to include new methods for enhanced functionality. * chore: update contentful-management and related dependencies
1 parent b0463ee commit 54194b4

File tree

3 files changed

+35
-36
lines changed

3 files changed

+35
-36
lines changed

lib/types/cmaClient.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type CMAClient = {
44
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
55
appActionCall: Pick<
66
PlainClientAPI['appActionCall'],
7-
'create' | 'getCallDetails' | 'createWithResponse'
7+
'create' | 'getCallDetails' | 'createWithResponse' | 'createWithResult' | 'get' | 'getResponse'
88
>
99
appDefinition: Pick<PlainClientAPI['appDefinition'], 'get' | 'getInstallationsForOrg'>
1010
appInstallation: Pick<PlainClientAPI['appInstallation'], 'getForOrganization'>

package-lock.json

Lines changed: 33 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint-staged": "lint-staged"
3838
},
3939
"dependencies": {
40-
"contentful-management": "^11.52.1"
40+
"contentful-management": "^11.56.0"
4141
},
4242
"devDependencies": {
4343
"@rollup/plugin-commonjs": "^28.0.0",

0 commit comments

Comments
 (0)