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 118
118
119
119
This PHP package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
120
120
121
- - API version: ` 1.1 .0 `
121
+ - API version: ` 1.2 .0 `
122
122
- Generator version: ` 7.13.0-SNAPSHOT `
123
123
- 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
426
426
$ report = 'PHP SDK (Sigwin\RedditClient) Debug Report: ' .\PHP_EOL ;
427
427
$ report .= ' OS: ' .php_uname ().\PHP_EOL ;
428
428
$ 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 ;
430
430
$ report .= ' Temp Folder Path: ' .self ::getDefaultConfiguration ()->getTempFolderPath ().\PHP_EOL ;
431
431
432
432
return $ report ;
Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ public function getModelName(): string
339
339
public const POST_HINT_IMAGE = 'image ' ;
340
340
public const POST_HINT_HOSTED_VIDEO = 'hosted:video ' ;
341
341
public const POST_HINT_RICH_VIDEO = 'rich:video ' ;
342
+ public const POST_HINT_GALLERY = 'gallery ' ;
342
343
343
344
/**
344
345
* Gets allowable values of the enum.
@@ -353,6 +354,7 @@ public function getPostHintAllowableValues(): array
353
354
self ::POST_HINT_IMAGE ,
354
355
self ::POST_HINT_HOSTED_VIDEO ,
355
356
self ::POST_HINT_RICH_VIDEO ,
357
+ self ::POST_HINT_GALLERY ,
356
358
];
357
359
}
358
360
You can’t perform that action at this time.
0 commit comments