File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 118118
119119This PHP package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
120120
121- - API version: ` 1.1 .0 `
121+ - API version: ` 1.2 .0 `
122122 - Generator version: ` 7.13.0-SNAPSHOT `
123123- Build package: ` org.openapitools.codegen.languages.PhpClientCodegen `
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ public static function toDebugReport(): string
426426 $ report = 'PHP SDK (Sigwin\RedditClient) Debug Report: ' .\PHP_EOL ;
427427 $ report .= ' OS: ' .php_uname ().\PHP_EOL ;
428428 $ report .= ' PHP Version: ' .\PHP_VERSION .\PHP_EOL ;
429- $ report .= ' The version of the OpenAPI document: 1.1 .0 ' .\PHP_EOL ;
429+ $ report .= ' The version of the OpenAPI document: 1.2 .0 ' .\PHP_EOL ;
430430 $ report .= ' Temp Folder Path: ' .self ::getDefaultConfiguration ()->getTempFolderPath ().\PHP_EOL ;
431431
432432 return $ report ;
Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ public function getModelName(): string
339339 public const POST_HINT_IMAGE = 'image ' ;
340340 public const POST_HINT_HOSTED_VIDEO = 'hosted:video ' ;
341341 public const POST_HINT_RICH_VIDEO = 'rich:video ' ;
342+ public const POST_HINT_GALLERY = 'gallery ' ;
342343
343344 /**
344345 * Gets allowable values of the enum.
@@ -353,6 +354,7 @@ public function getPostHintAllowableValues(): array
353354 self ::POST_HINT_IMAGE ,
354355 self ::POST_HINT_HOSTED_VIDEO ,
355356 self ::POST_HINT_RICH_VIDEO ,
357+ self ::POST_HINT_GALLERY ,
356358 ];
357359 }
358360
You can’t perform that action at this time.
0 commit comments