From 934610b803fc74d05966799b87e626adfb7fd2f9 Mon Sep 17 00:00:00 2001 From: activitysmith-bot Date: Mon, 8 Jun 2026 13:30:00 +0000 Subject: [PATCH] chore: regenerate SDK --- generated/Configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generated/Configuration.php b/generated/Configuration.php index e32d5f8..bd382bb 100644 --- a/generated/Configuration.php +++ b/generated/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/1.5.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/1.7.0/PHP'; /** * Debug switch (default set to false) @@ -433,7 +433,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 1.5.0' . PHP_EOL; + $report .= ' SDK Package Version: 1.7.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;