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 67b9b76 commit 0d089e7
Show file tree
Hide file tree
Showing 79 changed files with 756 additions and 134 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "This repository contains GroupDocs.Viewer Cloud SDK for PHP source code.",
"name": "groupdocscloud/groupdocs-viewer-cloud",
"version": "23.10",
"version": "24.2",
"license": "MIT",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GroupDocs/Viewer/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="ApiException.php">
* 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
8 changes: 4 additions & 4 deletions src/GroupDocs/Viewer/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="Configuration.php">
* 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 @@ -95,7 +95,7 @@ class Configuration
* Version of client SDK
*
*/
protected $clientVersion = '23.10';
protected $clientVersion = '24.2';

/*
* Constructor
Expand Down Expand Up @@ -290,7 +290,7 @@ public function getClientName()
}

/*
* Gets client version, default value is '23.10'
* Gets client version, default value is '24.2'
*
*/
public function getClientVersion()
Expand All @@ -308,7 +308,7 @@ public static function toDebugReport()
$report = 'PHP SDK (GroupDocs\Viewer) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' SDK Package Version: 23.10' . PHP_EOL;
$report .= ' SDK Package Version: 24.2' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
12 changes: 6 additions & 6 deletions src/GroupDocs/Viewer/FileApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FileApi.php">
* 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 @@ -1602,7 +1602,7 @@ private function _requestToken()
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="copyFileRequest.php">
* 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 @@ -1679,7 +1679,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="deleteFileRequest.php">
* 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 @@ -1742,7 +1742,7 @@ public function __construct($path, $storageName = null, $versionId = null)
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="downloadFileRequest.php">
* 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 @@ -1805,7 +1805,7 @@ public function __construct($path, $storageName = null, $versionId = null)
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="moveFileRequest.php">
* 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 @@ -1882,7 +1882,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="uploadFileRequest.php">
* 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/FolderApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FolderApi.php">
* 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 @@ -1518,7 +1518,7 @@ private function _requestToken()
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="copyFolderRequest.php">
* 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 @@ -1588,7 +1588,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="createFolderRequest.php">
* 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 @@ -1644,7 +1644,7 @@ public function __construct($path, $storageName = null)
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="deleteFolderRequest.php">
* 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 @@ -1707,7 +1707,7 @@ public function __construct($path, $storageName = null, $recursive = null)
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="getFilesListRequest.php">
* 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 @@ -1763,7 +1763,7 @@ public function __construct($path, $storageName = null)
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="moveFolderRequest.php">
* 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/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="HeaderSelector.php">
* 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/InfoApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="InfoApi.php">
* 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 @@ -730,7 +730,7 @@ private function _requestToken()
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="getInfoRequest.php">
* 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/LicenseApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="LicenseApi.php">
* 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/Model/ArchiveOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="ArchiveOptions.php">
* 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/Model/ArchiveViewInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="ArchiveViewInfo.php">
* 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/Model/AttachmentInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="AttachmentInfo.php">
* 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/Model/AttachmentView.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="AttachmentView.php">
* 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/Model/CadOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="CadOptions.php">
* 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/Model/CadViewInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="CadViewInfo.php">
* 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/Model/Character.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="Character.php">
* 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/Model/ConsumptionResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="ConsumptionResult.php">
* 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/Model/DeleteViewOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="DeleteViewOptions.php">
* 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/Model/DiscUsage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="DiscUsage.php">
* 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/Model/EmailOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="EmailOptions.php">
* 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/Model/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="Error.php">
* 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/Model/ErrorDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="ErrorDetails.php">
* 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/Model/FieldLabel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FieldLabel.php">
* 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/Model/FileInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FileInfo.php">
* 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/Model/FileVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FileVersion.php">
* 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/Model/FileVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FileVersions.php">
* 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/Model/FilesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FilesList.php">
* 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/Model/FilesUploadResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FilesUploadResult.php">
* 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/Model/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="Format.php">
* 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/Model/FormatsResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose Pty Ltd" file="FormatsResult.php">
* 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 0d089e7

Please sign in to comment.