From 34f858911c824a856fda295aca4d2f309c40ad58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlad=20Cri=C8=99an?= Date: Thu, 7 Nov 2024 16:03:31 +0200 Subject: [PATCH] chore(automation-client): update client with new spec + increasing automation-client version --- clients/automation-client/package.json | 2 +- clients/automation-client/src/openapi.d.ts | 2 +- clients/automation-client/src/openapi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/automation-client/package.json b/clients/automation-client/package.json index dcd0a89..06aac4f 100644 --- a/clients/automation-client/package.json +++ b/clients/automation-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/automation-client", - "version": "2.14.3", + "version": "2.14.4", "description": "Client library for epilot automation API", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/clients/automation-client/src/openapi.d.ts b/clients/automation-client/src/openapi.d.ts index a17f36c..6491a40 100644 --- a/clients/automation-client/src/openapi.d.ts +++ b/clients/automation-client/src/openapi.d.ts @@ -47,7 +47,7 @@ declare namespace Components { /** * The id of the configured scheduler which will be added on automation triggered */ - configuredScheduleId?: string; + scheduleApiId?: string; numberOfUnits?: number; timePeriod?: "minutes" | "hours" | "days" | "weeks" | "months"; timeRelation?: "after" | "before"; diff --git a/clients/automation-client/src/openapi.json b/clients/automation-client/src/openapi.json index 2eedd6e..f9a2b4e 100644 --- a/clients/automation-client/src/openapi.json +++ b/clients/automation-client/src/openapi.json @@ -2117,7 +2117,7 @@ "type": "string", "description": "Schedule Id" }, - "configuredScheduleId": { + "scheduleApiId": { "type": "string", "description": "The id of the configured scheduler which will be added on automation triggered" },