Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Feb 1, 2024
1 parent f68dca5 commit c681e7f
Show file tree
Hide file tree
Showing 91 changed files with 228 additions and 115 deletions.
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/AuthApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/BaseApiTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/FileApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/FolderApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="TestFiles.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/StorageApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Config.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="Config.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/FileApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FileApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -254,7 +254,7 @@ public FilesUploadResult UploadFile(UploadFileRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CopyFileRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -338,7 +338,7 @@ public CopyFileRequest(string srcPath, string destPath, string srcStorageName =
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteFileRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -408,7 +408,7 @@ public DeleteFileRequest(string path, string storageName = null, string versionI
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DownloadFileRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -478,7 +478,7 @@ public DownloadFileRequest(string path, string storageName = null, string versio
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="MoveFileRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -562,7 +562,7 @@ public MoveFileRequest(string srcPath, string destPath, string srcStorageName =
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="UploadFileRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/FolderApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FolderApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -238,7 +238,7 @@ public void MoveFolder(MoveFolderRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CopyFolderRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -315,7 +315,7 @@ public CopyFolderRequest(string srcPath, string destPath, string srcStorageName
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CreateFolderRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -378,7 +378,7 @@ public CreateFolderRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteFolderRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -448,7 +448,7 @@ public DeleteFolderRequest(string path, string storageName = null, bool? recursi
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetFilesListRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -511,7 +511,7 @@ public GetFilesListRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="MoveFolderRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/InfoApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="InfoApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -131,7 +131,7 @@ public FormatsResult GetSupportedFileFormats()
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetInfoRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Api/LicenseApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="LicenseApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
10 changes: 5 additions & 5 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/StorageApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="StorageApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -209,7 +209,7 @@ public StorageExist StorageExists(StorageExistsRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetDiscUsageRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -265,7 +265,7 @@ public GetDiscUsageRequest(string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetFileVersionsRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -328,7 +328,7 @@ public GetFileVersionsRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ObjectExistsRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -398,7 +398,7 @@ public ObjectExistsRequest(string path, string storageName = null, string versio
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="StorageExistsRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 3 additions & 3 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/ViewApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ViewApi.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -130,7 +130,7 @@ public void DeleteView(DeleteViewRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CreateViewRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -186,7 +186,7 @@ public CreateViewRequest(ViewOptions viewOptions)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteViewRequest.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/ApiException.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiException.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/ApiInvoker.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiInvoker.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="Configuration.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/FileInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FileInfo.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/IRequestHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="IRequestHandler.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="NeedRepeatRequestException.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiErrorResponse.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiExceptionRequestHandler.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="AuthErrorResponse.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="AuthRequestHandler.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DebugLogRequestHandler.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="Error.cs">
// Copyright (c) 2003-2023 Aspose Pty Ltd
// Copyright (c) 2003-2024 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit c681e7f

Please sign in to comment.