File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 88[ ![ Packagist Version] ( https://img.shields.io/packagist/v/aspose/barcode-cloud-php )] ( https://packagist.org/packages/aspose/barcode-cloud-php )
99
1010- API version: 3.0
11- - Package version: 21.10 .0
11+ - Package version: 21.12 .0
1212
1313## Demo applications
1414
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Configuration implements JsonSerializable
4949 *
5050 * @var string
5151 */
52- protected $ clientVersion = '21.10 .0 ' ;
52+ protected $ clientVersion = '21.12 .0 ' ;
5353
5454 /*
5555 * ClientId for API
@@ -378,7 +378,7 @@ public static function toDebugReport()
378378 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
379379 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
380380 $ report .= ' OpenAPI Spec Version: 3.0 ' . PHP_EOL ;
381- $ report .= ' SDK Package Version: 21.10 .0 ' . PHP_EOL ;
381+ $ report .= ' SDK Package Version: 21.12 .0 ' . PHP_EOL ;
382382 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
383383
384384 return $ report ;
Original file line number Diff line number Diff line change @@ -380,4 +380,9 @@ class DecodeBarcodeType
380380 /// Enum value CodablockF
381381 /// </summary>
382382 public const CodablockF = "CodablockF " ;
383+
384+ /// <summary>
385+ /// Enum value Mailmark
386+ /// </summary>
387+ public const Mailmark = "Mailmark " ;
383388}
Original file line number Diff line number Diff line change @@ -375,4 +375,9 @@ class EncodeBarcodeType
375375 /// Enum value GS1CodablockF
376376 /// </summary>
377377 public const GS1CodablockF = "GS1CodablockF " ;
378+
379+ /// <summary>
380+ /// Enum value Mailmark
381+ /// </summary>
382+ public const Mailmark = "Mailmark " ;
378383}
You can’t perform that action at this time.
0 commit comments