|
71 | 71 | * @method ListVideos listVideos(array $options = []) |
72 | 72 | * @method ListVideoTasks listVideoTasks(array $options = []) |
73 | 73 | * @method PutProject putProject(array $options = []) |
| 74 | + * @method RefreshOfficePreviewToken refreshOfficePreviewToken(array $options = []) |
74 | 75 | * @method SearchDocIndex searchDocIndex(array $options = []) |
75 | 76 | * @method UpdateDocIndexMeta updateDocIndexMeta(array $options = []) |
76 | 77 | * @method UpdateFaceGroup updateFaceGroup(array $options = []) |
@@ -874,8 +875,6 @@ class GetOfficeConversionTask extends Rpc |
874 | 875 | /** |
875 | 876 | * @method string getSrcType() |
876 | 877 | * @method $this withSrcType($value) |
877 | | - * @method string getExpires() |
878 | | - * @method $this withExpires($value) |
879 | 878 | * @method string getProject() |
880 | 879 | * @method $this withProject($value) |
881 | 880 | * @method string getUseHTTPS() |
@@ -1179,6 +1178,18 @@ class PutProject extends Rpc |
1179 | 1178 | { |
1180 | 1179 | } |
1181 | 1180 |
|
| 1181 | +/** |
| 1182 | + * @method string getProject() |
| 1183 | + * @method $this withProject($value) |
| 1184 | + * @method string getAccessToken() |
| 1185 | + * @method $this withAccessToken($value) |
| 1186 | + * @method string getRefreshToken() |
| 1187 | + * @method $this withRefreshToken($value) |
| 1188 | + */ |
| 1189 | +class RefreshOfficePreviewToken extends Rpc |
| 1190 | +{ |
| 1191 | +} |
| 1192 | + |
1182 | 1193 | /** |
1183 | 1194 | * @method string getModifiedTimeEnd() |
1184 | 1195 | * @method $this withModifiedTimeEnd($value) |
|
0 commit comments