Skip to content

Commit 1139511

Browse files
author
manasa
committed
upgraded the typedef version to 3.2.2
1 parent e29e3db commit 1139511

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"@angular/compiler-cli": "^18.2.12",
9494
"@angular/language-service": "^18.2.12",
9595
"@pega/configs": "^0.16.2",
96-
"@pega/constellationjs": "~24.2.0",
96+
"@pega/constellationjs": "~24.2.1",
9797
"@pega/eslint-config": "^0.16.2",
98-
"@pega/pcore-pconnect-typedefs": "3.2.1",
98+
"@pega/pcore-pconnect-typedefs": "3.2.2",
9999
"@pega/prettier-config": "^0.16.2",
100100
"@playwright/test": "^1.40.1",
101101
"@types/jasmine": "~5.1.4",

packages/angular-sdk-components/src/lib/_components/infra/assignment/assignment.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ export class AssignmentComponent implements OnInit, OnDestroy, OnChanges {
469469
}
470470

471471
registerForRefresh() {
472-
// @ts-ignore - Property 'getActionRefreshConditions' is private and only accessible within class 'CaseInfo'
473472
const refreshConditions = this.pConn$.getCaseInfo()?.getActionRefreshConditions();
474473
const pageReference = this.pConn$.getPageReference();
475474
const context = this.pConn$.getContextName();

projects/angular-test-app/src/app/_samples/embedded/main-screen/main-screen.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export class MainScreenComponent implements OnInit, OnDestroy {
7171
this.scservice.getSdkConfig().then(sdkConfig => {
7272
let mashupCaseType = sdkConfig.serverConfig.appMashupCaseType;
7373
if (!mashupCaseType) {
74-
// @ts-ignore - Object is possibly 'null'
75-
const caseTypes: any = PCore.getEnvironmentInfo().environmentInfoObject.pyCaseTypeList;
74+
const caseTypes: any = PCore.getEnvironmentInfo().environmentInfoObject?.pyCaseTypeList;
7675
mashupCaseType = caseTypes[0].pyWorkTypeImplementationClassName;
7776
}
7877

0 commit comments

Comments
 (0)