diff --git a/generated/Configuration.php b/generated/Configuration.php index ef29e0f..d12bcb4 100644 --- a/generated/Configuration.php +++ b/generated/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/1.0.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/1.1.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.0.0' . PHP_EOL; + $report .= ' SDK Package Version: 1.1.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/generated/Model/ContentStateEnd.php b/generated/Model/ContentStateEnd.php index adfe931..12c9cb6 100644 --- a/generated/Model/ContentStateEnd.php +++ b/generated/Model/ContentStateEnd.php @@ -35,7 +35,7 @@ * ContentStateEnd Class Doc Comment * * @category Class - * @description End payload requires title. For segmented_progress include current_step and optionally number_of_steps. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. Legacy counter/timer/countdown types also use current_step and number_of_steps. Type is optional when ending an existing activity. You can send an updated number_of_steps here if the workflow changed after start. + * @description End payload requires title. For segmented_progress include current_step and optionally number_of_steps. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. Type is optional when ending an existing activity. You can send an updated number_of_steps here if the workflow changed after start. * @package ActivitySmith\Generated * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -304,9 +304,6 @@ public function getModelName() public const TYPE_SEGMENTED_PROGRESS = 'segmented_progress'; public const TYPE_PROGRESS = 'progress'; public const TYPE_METRICS = 'metrics'; - public const TYPE_COUNTER = 'counter'; - public const TYPE_TIMER = 'timer'; - public const TYPE_COUNTDOWN = 'countdown'; public const COLOR_LIME = 'lime'; public const COLOR_GREEN = 'green'; public const COLOR_CYAN = 'cyan'; @@ -346,9 +343,6 @@ public function getTypeAllowableValues() self::TYPE_SEGMENTED_PROGRESS, self::TYPE_PROGRESS, self::TYPE_METRICS, - self::TYPE_COUNTER, - self::TYPE_TIMER, - self::TYPE_COUNTDOWN, ]; } diff --git a/generated/Model/ContentStateStart.php b/generated/Model/ContentStateStart.php index 1080b91..f4a5fdf 100644 --- a/generated/Model/ContentStateStart.php +++ b/generated/Model/ContentStateStart.php @@ -35,7 +35,7 @@ * ContentStateStart Class Doc Comment * * @category Class - * @description Start payload requires title and type. For segmented_progress include number_of_steps and current_step. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. Legacy counter/timer/countdown types also use current_step and number_of_steps. For segmented_progress, number_of_steps is not locked and can be changed in later update or end calls. + * @description Start payload requires title and type. For segmented_progress include number_of_steps and current_step. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. For segmented_progress, number_of_steps is not locked and can be changed in later update or end calls. * @package ActivitySmith\Generated * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -298,9 +298,6 @@ public function getModelName() public const TYPE_SEGMENTED_PROGRESS = 'segmented_progress'; public const TYPE_PROGRESS = 'progress'; public const TYPE_METRICS = 'metrics'; - public const TYPE_COUNTER = 'counter'; - public const TYPE_TIMER = 'timer'; - public const TYPE_COUNTDOWN = 'countdown'; public const COLOR_LIME = 'lime'; public const COLOR_GREEN = 'green'; public const COLOR_CYAN = 'cyan'; @@ -340,9 +337,6 @@ public function getTypeAllowableValues() self::TYPE_SEGMENTED_PROGRESS, self::TYPE_PROGRESS, self::TYPE_METRICS, - self::TYPE_COUNTER, - self::TYPE_TIMER, - self::TYPE_COUNTDOWN, ]; } diff --git a/generated/Model/ContentStateUpdate.php b/generated/Model/ContentStateUpdate.php index 6ddf1d2..0d460ec 100644 --- a/generated/Model/ContentStateUpdate.php +++ b/generated/Model/ContentStateUpdate.php @@ -35,7 +35,7 @@ * ContentStateUpdate Class Doc Comment * * @category Class - * @description Update payload requires title. For segmented_progress include current_step and optionally number_of_steps. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. Legacy counter/timer/countdown types also use current_step and number_of_steps. Type is optional when updating an existing activity. You can increase or decrease number_of_steps during updates. + * @description Update payload requires title. For segmented_progress include current_step and optionally number_of_steps. For progress include percentage or value with upper_limit. For metrics include a non-empty metrics array. Type is optional when updating an existing activity. You can increase or decrease number_of_steps during updates. * @package ActivitySmith\Generated * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -298,9 +298,6 @@ public function getModelName() public const TYPE_SEGMENTED_PROGRESS = 'segmented_progress'; public const TYPE_PROGRESS = 'progress'; public const TYPE_METRICS = 'metrics'; - public const TYPE_COUNTER = 'counter'; - public const TYPE_TIMER = 'timer'; - public const TYPE_COUNTDOWN = 'countdown'; public const COLOR_LIME = 'lime'; public const COLOR_GREEN = 'green'; public const COLOR_CYAN = 'cyan'; @@ -340,9 +337,6 @@ public function getTypeAllowableValues() self::TYPE_SEGMENTED_PROGRESS, self::TYPE_PROGRESS, self::TYPE_METRICS, - self::TYPE_COUNTER, - self::TYPE_TIMER, - self::TYPE_COUNTDOWN, ]; } diff --git a/generated/Model/StreamContentState.php b/generated/Model/StreamContentState.php index 237bbbc..ec7bd87 100644 --- a/generated/Model/StreamContentState.php +++ b/generated/Model/StreamContentState.php @@ -35,7 +35,7 @@ * StreamContentState Class Doc Comment * * @category Class - * @description Current state for a managed Live Activity stream. Include type on the first PUT, and whenever the stream may need to start a fresh activity. Supports segmented_progress, progress, metrics, and the legacy counter/timer/countdown step-based types. + * @description Current state for a managed Live Activity stream. Include type on the first PUT, and whenever the stream may need to start a fresh activity. Supports segmented_progress, progress, and metrics types. * @package ActivitySmith\Generated * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -310,9 +310,6 @@ public function getModelName() public const TYPE_SEGMENTED_PROGRESS = 'segmented_progress'; public const TYPE_PROGRESS = 'progress'; public const TYPE_METRICS = 'metrics'; - public const TYPE_COUNTER = 'counter'; - public const TYPE_TIMER = 'timer'; - public const TYPE_COUNTDOWN = 'countdown'; public const COLOR_LIME = 'lime'; public const COLOR_GREEN = 'green'; public const COLOR_CYAN = 'cyan'; @@ -352,9 +349,6 @@ public function getTypeAllowableValues() self::TYPE_SEGMENTED_PROGRESS, self::TYPE_PROGRESS, self::TYPE_METRICS, - self::TYPE_COUNTER, - self::TYPE_TIMER, - self::TYPE_COUNTDOWN, ]; } @@ -616,7 +610,7 @@ public function getNumberOfSteps() /** * Sets numberOfSteps * - * @param int|null $numberOfSteps Use for segmented_progress, counter, timer, and countdown. + * @param int|null $numberOfSteps Use for segmented_progress. * * @return self */ @@ -648,7 +642,7 @@ public function getCurrentStep() /** * Sets currentStep * - * @param int|null $currentStep Use for segmented_progress, counter, timer, and countdown. + * @param int|null $currentStep Use for segmented_progress. * * @return self */