Skip to content

Commit 90601a0

Browse files
committed
Supported image for process.
1 parent 1406929 commit 90601a0

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.md

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

3+
## 1.8.39 - 2019-12-31
4+
- Supported image for process.
5+
6+
37
## 1.8.38 - 2019-12-31
48
- Generated 2019-09-28 for `reid`.
59

src/Imm/V20170906/ImmApiResolver.php

+34
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* @method CreateDocIndexTask createDocIndexTask(array $options = [])
1313
* @method CreateGrabFrameTask createGrabFrameTask(array $options = [])
1414
* @method CreateGroupFacesJob createGroupFacesJob(array $options = [])
15+
* @method CreateImageProcessTask createImageProcessTask(array $options = [])
1516
* @method CreateMediaComplexTask createMediaComplexTask(array $options = [])
1617
* @method CreateMergeFaceGroupsJob createMergeFaceGroupsJob(array $options = [])
1718
* @method CreateOfficeConversionTask createOfficeConversionTask(array $options = [])
@@ -49,6 +50,7 @@
4950
* @method GetImageJob getImageJob(array $options = [])
5051
* @method GetMediaMeta getMediaMeta(array $options = [])
5152
* @method GetOfficeConversionTask getOfficeConversionTask(array $options = [])
53+
* @method GetOfficePreviewURL getOfficePreviewURL(array $options = [])
5254
* @method GetProject getProject(array $options = [])
5355
* @method GetSet getSet(array $options = [])
5456
* @method GetVideo getVideo(array $options = [])
@@ -269,6 +271,22 @@ class CreateGroupFacesJob extends Rpc
269271
{
270272
}
271273

274+
/**
275+
* @method string getProject()
276+
* @method $this withProject($value)
277+
* @method string getNotifyEndpoint()
278+
* @method $this withNotifyEndpoint($value)
279+
* @method string getNotifyTopicName()
280+
* @method $this withNotifyTopicName($value)
281+
* @method string getTargetList()
282+
* @method $this withTargetList($value)
283+
* @method string getImageUri()
284+
* @method $this withImageUri($value)
285+
*/
286+
class CreateImageProcessTask extends Rpc
287+
{
288+
}
289+
272290
/**
273291
* @method string getProject()
274292
* @method $this withProject($value)
@@ -853,6 +871,22 @@ class GetOfficeConversionTask extends Rpc
853871
{
854872
}
855873

874+
/**
875+
* @method string getSrcType()
876+
* @method $this withSrcType($value)
877+
* @method string getExpires()
878+
* @method $this withExpires($value)
879+
* @method string getProject()
880+
* @method $this withProject($value)
881+
* @method string getUseHTTPS()
882+
* @method $this withUseHTTPS($value)
883+
* @method string getSrcUri()
884+
* @method $this withSrcUri($value)
885+
*/
886+
class GetOfficePreviewURL extends Rpc
887+
{
888+
}
889+
856890
/**
857891
* @method string getProject()
858892
* @method $this withProject($value)

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.38';
19+
const VERSION = '1.8.39';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)