Skip to content

Commit 3e8160f

Browse files
committed
Modify CreateRestoreTask.
1 parent c3acc2e commit 3e8160f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.23 - 2019-12-26
4+
- Modify CreateRestoreTask.
5+
6+
37
## 1.8.22 - 2019-12-25
48
- Support merchant sync item info.
59

src/Dbs/V20190306/DbsApiResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ class CreateBackupPlan extends Rpc
145145
* @method $this withRestoreObjects($value)
146146
* @method string getRestoreTaskName()
147147
* @method $this withRestoreTaskName($value)
148+
* @method string getRestoreHome()
149+
* @method $this withRestoreHome($value)
148150
* @method string getDestinationEndpointOracleSID()
149151
* @method $this withDestinationEndpointOracleSID($value)
150152
* @method string getRestoreTime()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.22';
19+
const VERSION = '1.8.23';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)