Skip to content

Commit 2f05f77

Browse files
committed
feat: add Thing type "gallery"
1 parent 4619047 commit 2f05f77

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ [email protected]
118118

119119
This 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`

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/Model/ThingData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)