Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK for Php 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed Jan 19, 2020
1 parent e0a0367 commit b1c79ac
Show file tree
Hide file tree
Showing 266 changed files with 1,831 additions and 682 deletions.
565 changes: 521 additions & 44 deletions .idea/workspace.xml

Large diffs are not rendered by default.

767 changes: 746 additions & 21 deletions lib/Api/CellsApi.php

Large diffs are not rendered by default.

42 changes: 19 additions & 23 deletions lib/ApiException.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
<?php
/**
* ApiException
* PHP version 5
* <summary>
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* @category Class
* @package Aspose\Cells\Cloud
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/

/**
* Web API Swagger specification
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.3.0-SNAPSHOT
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* </summary>
**/

namespace Aspose\Cells\Cloud;

Expand Down
30 changes: 7 additions & 23 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
<?php
/**
* Configuration
* PHP version 5
*
* @category Class
* @package Aspose\Cells\Cloud
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -30,13 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* </summary>
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
**/

namespace Aspose\Cells\Cloud;

Expand Down Expand Up @@ -100,7 +84,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Swagger-Codegen/19.10/php';
protected $userAgent = 'Swagger-Codegen/20.1/php';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -409,7 +393,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: 19.8' . PHP_EOL;
$report .= ' SDK Package Version: 19.10' . PHP_EOL;
$report .= ' SDK Package Version: 20.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
43 changes: 19 additions & 24 deletions lib/HeaderSelector.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
<?php
/**
* ApiException
* PHP version 5
* <summary>
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* @category Class
* @package Aspose\Cells\Cloud
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/

/**
* Web API Swagger specification
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.3.0-SNAPSHOT
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/

* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* </summary>
**/
namespace Aspose\Cells\Cloud;

use \Exception;
Expand Down
27 changes: 5 additions & 22 deletions lib/Model/AboveAverage.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<?php
/**
* AboveAverage
*
* PHP version 5
*
* @category Class
* @package Aspose\Cells\Cloud
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -31,13 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* </summary>
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
**/

namespace Aspose\Cells\Cloud\Model;

Expand Down
27 changes: 5 additions & 22 deletions lib/Model/AccessTokenResponse.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<?php
/**
* AccessTokenResponse
*
* PHP version 5
*
* @category Class
* @package Aspose\Cells\Cloud
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -31,13 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* </summary>
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
**/

namespace Aspose\Cells\Cloud\Model;

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Area.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoFilterResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoFitterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoShape.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoShapeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoShapes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AutoShapesResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Border.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CalculationOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Cell.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CellArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CellResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CellValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Cells.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*
* <summary>
* Copyright (c) 2019 Aspose.Cells Cloud
* Copyright (c) 2020 Aspose.Cells Cloud
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down
Loading

0 comments on commit b1c79ac

Please sign in to comment.