easywork-common-lib 1.0.883 → 1.0.884
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -255,7 +255,7 @@ service DriveService {
|
|
|
255
255
|
rpc CreateFolders(CreateFolderBulkRequest) returns (CreateFolderBulkResponse);
|
|
256
256
|
|
|
257
257
|
// Copia un archivo
|
|
258
|
-
rpc CopyFile(CopyFileRequest) returns (CopyFileResponse)
|
|
258
|
+
rpc CopyFile(CopyFileRequest) returns (CopyFileResponse);
|
|
259
259
|
|
|
260
260
|
// Crea un archivo.
|
|
261
261
|
rpc CreateFile(CreateFileRequest) returns (CreateFileResponse);
|