chore: update SDK generator and sdks

This commit is contained in:
Christy Jacob
2025-08-06 12:08:36 +04:00
parent 0109ca218e
commit 217cd48249
6 changed files with 18 additions and 18 deletions
@@ -15,7 +15,7 @@ functions.createExecution(
"<PATH>", // path (optional)
ExecutionMethod.GET, // method (optional)
mapOf( "a" to "b" ), // headers (optional)
"", // scheduledAt (optional)
"<SCHEDULED_AT>", // scheduledAt (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();