Skip to content

Commit 5c78e45

Browse files
author
gate
committed
update to v7.2.43
1 parent 75705c3 commit 5c78e45

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
55

66
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

8-
- API version: v4.106.42
9-
- Package version: 7.2.42
8+
- API version: v4.106.43
9+
- Package version: 7.2.43
1010
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
1111
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)
1212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gate/gateapi-php",
3-
"version": "7.2.42",
3+
"version": "7.2.43",
44
"description": "Welcome to Gate API APIv4 provides operations related to spot, margin, and contract trading, including public interfaces for querying market data and authenticated private interfaces for implementing API-based automated trading.",
55
"keywords": [
66
"gate",

src/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Configuration
7171
*
7272
* @var string
7373
*/
74-
protected $userAgent = 'OpenAPI-Generator/7.2.42/PHP';
74+
protected $userAgent = 'OpenAPI-Generator/7.2.43/PHP';
7575

7676
/**
7777
* Debug switch (default set to false)
@@ -387,8 +387,8 @@ public static function toDebugReport()
387387
$report = 'PHP SDK (GateApi) Debug Report:' . PHP_EOL;
388388
$report .= ' OS: ' . php_uname() . PHP_EOL;
389389
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
390-
$report .= ' The version of the OpenAPI document: v4.106.42' . PHP_EOL;
391-
$report .= ' SDK Package Version: 7.2.42' . PHP_EOL;
390+
$report .= ' The version of the OpenAPI document: v4.106.43' . PHP_EOL;
391+
$report .= ' SDK Package Version: 7.2.43' . PHP_EOL;
392392
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
393393

394394
return $report;

0 commit comments

Comments
 (0)