Temporal TypeScript Create Schedule Error

When trying to create a new schedule via typescript SDK getting an error with the below calendar payload.
calendars: [
{
comment: " ",
year: 2023,
month: “AUGUST”,
dayOfMonth: 16,
hour: 9
}
]

Getting below error Error: Invalid CalendarSpec component for field dayOfMonth: ‘16’ of type ‘number’

@Mithun_Shetty_794

there was a bug but is resolved, fix(client): Fix incorrect schedule spec boundaries by mjameswh · Pull Request #1120 · temporalio/sdk-typescript · GitHub

can you try updating the SDK to the latest version?

Antonio

Thank you for the details. SDK are part of which docker image of temporal

@antonio.perez Below are the docker image and version we are using currently

elasticsearch:7.16.2
postgres:13
temporalio/auto-setup:1.21.2.0
temporalio/admin-tools:1.21.2.0
temporalio/ui:2.16.2

Could you help me here with which particular image needs to be upgraded to get the latest typescript SDK for the above-mentioned issue

Hello @Mithun_Shetty_794

sorry, I meant, to upgrade the typescript SDK to the latest version, in your application (e.g package.json) Tags · temporalio/sdk-typescript · GitHub , The latest version currently is 1.8.1

Antonio