SDK 0.0.95 adds new typed fields the team needs:
email on ApiVolunteerGetList (SDK 0.0.93)
statusMatch , statusCommunication on ApiVolunteerGetList
statusMatch , agentTitle, numberOfVolunteers on ApiOpportunityGetList (SDK 0.0.94)
id on ApiOpportunityAgent (SDK 0.0.95)
ApiEvent interface (SDK 0.0.95)
Currently on 0.0.85 in development. Bumping triggers 9 typecheck errors across 5 files from the Voidable<T> widening introduced in SDK 0.0.91
Scope
SDK bump and fixing the 9 typecheck errors. No feature changes, no cast cleanup.
Out of scope
- Drop obsolete SDK casts that this bump makes redundant. I will create a separate issue
SDK 0.0.95 adds new typed fields the team needs:
emailonApiVolunteerGetList(SDK 0.0.93)statusMatch,statusCommunicationonApiVolunteerGetListstatusMatch,agentTitle,numberOfVolunteersonApiOpportunityGetList(SDK 0.0.94)idonApiOpportunityAgent(SDK 0.0.95)ApiEventinterface (SDK 0.0.95)Currently on 0.0.85 in development. Bumping triggers 9 typecheck errors across 5 files from the
Voidable<T>widening introduced in SDK 0.0.91Scope
SDK bump and fixing the 9 typecheck errors. No feature changes, no cast cleanup.
Out of scope