Skip to content

Commit

Permalink
Generated 2015-05-06, 2016-06-07, 2018-12-01 for cr
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jun 10, 2019
1 parent 2fa7604 commit 97460e4
Show file tree
Hide file tree
Showing 5 changed files with 1,003 additions and 999 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.7.10 - 2019-6-10
- Generated 2015-05-06, 2016-06-07, 2018-12-01 for `cr`


## 1.7.9 - 2019-6-3
- Generated 2018-01-12 for `afs`

Expand Down
6 changes: 3 additions & 3 deletions src/Cr/V20150506/CrApiResolver.php
Expand Up @@ -6,8 +6,8 @@

/**
* @method DoCheckResource doCheckResource(array $options = [])
* @method DoPhysicalDeleteResource doPhysicalDeleteResource(array $options = [])
* @method DoLogicalDeleteResource doLogicalDeleteResource(array $options = [])
* @method DoPhysicalDeleteResource doPhysicalDeleteResource(array $options = [])
*/
class CrApiResolver extends ApiResolver
{
Expand Down Expand Up @@ -86,7 +86,7 @@ class DoCheckResource extends Rpc
* @method string getTaskIdentifier()
* @method $this withTaskIdentifier($value)
*/
class DoPhysicalDeleteResource extends Rpc
class DoLogicalDeleteResource extends Rpc
{
}

Expand Down Expand Up @@ -114,6 +114,6 @@ class DoPhysicalDeleteResource extends Rpc
* @method string getTaskIdentifier()
* @method $this withTaskIdentifier($value)
*/
class DoLogicalDeleteResource extends Rpc
class DoPhysicalDeleteResource extends Rpc
{
}

0 comments on commit 97460e4

Please sign in to comment.