diff --git a/changelog.txt b/changelog.txt index 7b6e35a..2dd1d96 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ *** Xero Integration *** +2024-07-22 - version 1.8.8 +* Dev - Bump WooCommerce "tested up to" version 9.1. +* Dev - Bump WooCommerce minimum supported version to 8.9. +* Dev - Bump WordPress "tested up to" version 6.6. +* Dev - Exclude the Woo Comment Hook `@since` sniff. + 2024-07-01 - version 1.8.7 * Dev - Bump WooCommerce "tested up to" version 9.0. * Dev - Bump WooCommerce minimum supported version to 8.8. diff --git a/languages/woocommerce-xero.pot b/languages/woocommerce-xero.pot index 2ffd735..8c41653 100644 --- a/languages/woocommerce-xero.pot +++ b/languages/woocommerce-xero.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the WooCommerce Xero Integration package. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Xero Integration 1.8.7\n" +"Project-Id-Version: WooCommerce Xero Integration 1.8.8\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-xero\n" -"POT-Creation-Date: 2024-07-01 14:02:10+00:00\n" +"POT-Creation-Date: 2024-07-22 16:05:03+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/lib/packages/firebase/php-jwt/src/BeforeValidException.php b/lib/packages/firebase/php-jwt/src/BeforeValidException.php index 6c86fab..a4d875a 100644 --- a/lib/packages/firebase/php-jwt/src/BeforeValidException.php +++ b/lib/packages/firebase/php-jwt/src/BeforeValidException.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/CachedKeySet.php b/lib/packages/firebase/php-jwt/src/CachedKeySet.php index 722bf2d..7635ebc 100644 --- a/lib/packages/firebase/php-jwt/src/CachedKeySet.php +++ b/lib/packages/firebase/php-jwt/src/CachedKeySet.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/ExpiredException.php b/lib/packages/firebase/php-jwt/src/ExpiredException.php index 3d70a88..9530ccb 100644 --- a/lib/packages/firebase/php-jwt/src/ExpiredException.php +++ b/lib/packages/firebase/php-jwt/src/ExpiredException.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/JWK.php b/lib/packages/firebase/php-jwt/src/JWK.php index 65f9b85..0df4518 100644 --- a/lib/packages/firebase/php-jwt/src/JWK.php +++ b/lib/packages/firebase/php-jwt/src/JWK.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/JWT.php b/lib/packages/firebase/php-jwt/src/JWT.php index 41ff14a..7da5c4d 100644 --- a/lib/packages/firebase/php-jwt/src/JWT.php +++ b/lib/packages/firebase/php-jwt/src/JWT.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php b/lib/packages/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php index 6807bba..e64cc2d 100644 --- a/lib/packages/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +++ b/lib/packages/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ namespace Automattic\WooCommerce\Xero\Vendor\Firebase\JWT; diff --git a/lib/packages/firebase/php-jwt/src/Key.php b/lib/packages/firebase/php-jwt/src/Key.php index 12b6661..27262c1 100644 --- a/lib/packages/firebase/php-jwt/src/Key.php +++ b/lib/packages/firebase/php-jwt/src/Key.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/firebase/php-jwt/src/SignatureInvalidException.php b/lib/packages/firebase/php-jwt/src/SignatureInvalidException.php index 1f5c443..a6ba55e 100644 --- a/lib/packages/firebase/php-jwt/src/SignatureInvalidException.php +++ b/lib/packages/firebase/php-jwt/src/SignatureInvalidException.php @@ -2,7 +2,7 @@ /** * @license BSD-3-Clause * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/BodySummarizer.php b/lib/packages/guzzlehttp/guzzle/src/BodySummarizer.php index 02fa76d..fb2474c 100644 --- a/lib/packages/guzzlehttp/guzzle/src/BodySummarizer.php +++ b/lib/packages/guzzlehttp/guzzle/src/BodySummarizer.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/BodySummarizerInterface.php b/lib/packages/guzzlehttp/guzzle/src/BodySummarizerInterface.php index 2541138..272f57f 100644 --- a/lib/packages/guzzlehttp/guzzle/src/BodySummarizerInterface.php +++ b/lib/packages/guzzlehttp/guzzle/src/BodySummarizerInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Client.php b/lib/packages/guzzlehttp/guzzle/src/Client.php index f773298..52c1c98 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Client.php +++ b/lib/packages/guzzlehttp/guzzle/src/Client.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/ClientInterface.php b/lib/packages/guzzlehttp/guzzle/src/ClientInterface.php index 7aa6464..41687c9 100644 --- a/lib/packages/guzzlehttp/guzzle/src/ClientInterface.php +++ b/lib/packages/guzzlehttp/guzzle/src/ClientInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/ClientTrait.php b/lib/packages/guzzlehttp/guzzle/src/ClientTrait.php index 5a0394b..9169473 100644 --- a/lib/packages/guzzlehttp/guzzle/src/ClientTrait.php +++ b/lib/packages/guzzlehttp/guzzle/src/ClientTrait.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJar.php b/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJar.php index 2c49d1a..2f2248c 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJar.php +++ b/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJar.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php b/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php index bf84f02..d848a57 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +++ b/lib/packages/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php b/lib/packages/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php index b6864c4..d2456a5 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +++ b/lib/packages/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php b/lib/packages/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php index 53f1a9c..1da848c 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +++ b/lib/packages/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Cookie/SetCookie.php b/lib/packages/guzzlehttp/guzzle/src/Cookie/SetCookie.php index 758841d..807a074 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Cookie/SetCookie.php +++ b/lib/packages/guzzlehttp/guzzle/src/Cookie/SetCookie.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/BadResponseException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/BadResponseException.php index 3a9cb42..29b1762 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/BadResponseException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/BadResponseException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/ClientException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/ClientException.php index 7bdf028..24eecd7 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/ClientException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/ClientException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/ConnectException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/ConnectException.php index 8b85b0a..ac0b01b 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/ConnectException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/ConnectException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/GuzzleException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/GuzzleException.php index 93a84c1..a25e468 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/GuzzleException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/GuzzleException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php index c947ea6..a760ddd 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/RequestException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/RequestException.php index 7c5df3e..82df4bc 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/RequestException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/RequestException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/ServerException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/ServerException.php index 7d847b5..7a21ae8 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/ServerException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/ServerException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php index 714d2d0..3429892 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Exception/TransferException.php b/lib/packages/guzzlehttp/guzzle/src/Exception/TransferException.php index 37cfd44..8bbe6be 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Exception/TransferException.php +++ b/lib/packages/guzzlehttp/guzzle/src/Exception/TransferException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactory.php b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactory.php index 5e6a8d2..8d927a6 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactory.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactory.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php index 8dd6e7d..f8cec8b 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlHandler.php b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlHandler.php index 1b3ee5e..6d283f2 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlHandler.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlHandler.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php index 5270dfb..2947b66 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/EasyHandle.php b/lib/packages/guzzlehttp/guzzle/src/Handler/EasyHandle.php index 102a77d..57dab2a 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/EasyHandle.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/EasyHandle.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php b/lib/packages/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php index 0cd4894..9dfde8e 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/MockHandler.php b/lib/packages/guzzlehttp/guzzle/src/Handler/MockHandler.php index 14dc67d..8f04361 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/MockHandler.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/MockHandler.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/Proxy.php b/lib/packages/guzzlehttp/guzzle/src/Handler/Proxy.php index aa8293b..a12c7af 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/Proxy.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/Proxy.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Handler/StreamHandler.php b/lib/packages/guzzlehttp/guzzle/src/Handler/StreamHandler.php index 5420bb7..df4791a 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Handler/StreamHandler.php +++ b/lib/packages/guzzlehttp/guzzle/src/Handler/StreamHandler.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/HandlerStack.php b/lib/packages/guzzlehttp/guzzle/src/HandlerStack.php index 1456ee6..f9de949 100644 --- a/lib/packages/guzzlehttp/guzzle/src/HandlerStack.php +++ b/lib/packages/guzzlehttp/guzzle/src/HandlerStack.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/MessageFormatter.php b/lib/packages/guzzlehttp/guzzle/src/MessageFormatter.php index 25d351e..0cb4d40 100644 --- a/lib/packages/guzzlehttp/guzzle/src/MessageFormatter.php +++ b/lib/packages/guzzlehttp/guzzle/src/MessageFormatter.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/MessageFormatterInterface.php b/lib/packages/guzzlehttp/guzzle/src/MessageFormatterInterface.php index 992c2a0..a47d105 100644 --- a/lib/packages/guzzlehttp/guzzle/src/MessageFormatterInterface.php +++ b/lib/packages/guzzlehttp/guzzle/src/MessageFormatterInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Middleware.php b/lib/packages/guzzlehttp/guzzle/src/Middleware.php index 7b9e3b2..891fbca 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Middleware.php +++ b/lib/packages/guzzlehttp/guzzle/src/Middleware.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Pool.php b/lib/packages/guzzlehttp/guzzle/src/Pool.php index fa13ae7..d3b6687 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Pool.php +++ b/lib/packages/guzzlehttp/guzzle/src/Pool.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php b/lib/packages/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php index d8cd5b9..06985b8 100644 --- a/lib/packages/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php +++ b/lib/packages/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/RedirectMiddleware.php b/lib/packages/guzzlehttp/guzzle/src/RedirectMiddleware.php index e99f930..0b09ace 100644 --- a/lib/packages/guzzlehttp/guzzle/src/RedirectMiddleware.php +++ b/lib/packages/guzzlehttp/guzzle/src/RedirectMiddleware.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/RequestOptions.php b/lib/packages/guzzlehttp/guzzle/src/RequestOptions.php index 4caab58..72daaf3 100644 --- a/lib/packages/guzzlehttp/guzzle/src/RequestOptions.php +++ b/lib/packages/guzzlehttp/guzzle/src/RequestOptions.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/RetryMiddleware.php b/lib/packages/guzzlehttp/guzzle/src/RetryMiddleware.php index d749d18..890b903 100644 --- a/lib/packages/guzzlehttp/guzzle/src/RetryMiddleware.php +++ b/lib/packages/guzzlehttp/guzzle/src/RetryMiddleware.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/TransferStats.php b/lib/packages/guzzlehttp/guzzle/src/TransferStats.php index 61accec..6eb69e1 100644 --- a/lib/packages/guzzlehttp/guzzle/src/TransferStats.php +++ b/lib/packages/guzzlehttp/guzzle/src/TransferStats.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/Utils.php b/lib/packages/guzzlehttp/guzzle/src/Utils.php index df56854..92be92f 100644 --- a/lib/packages/guzzlehttp/guzzle/src/Utils.php +++ b/lib/packages/guzzlehttp/guzzle/src/Utils.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/guzzle/src/functions.php b/lib/packages/guzzlehttp/guzzle/src/functions.php index 57d69dc..7ad812b 100644 --- a/lib/packages/guzzlehttp/guzzle/src/functions.php +++ b/lib/packages/guzzlehttp/guzzle/src/functions.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/AggregateException.php b/lib/packages/guzzlehttp/promises/src/AggregateException.php index 1030295..95af0ad 100644 --- a/lib/packages/guzzlehttp/promises/src/AggregateException.php +++ b/lib/packages/guzzlehttp/promises/src/AggregateException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/CancellationException.php b/lib/packages/guzzlehttp/promises/src/CancellationException.php index 8d12bd7..5f822c2 100644 --- a/lib/packages/guzzlehttp/promises/src/CancellationException.php +++ b/lib/packages/guzzlehttp/promises/src/CancellationException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Coroutine.php b/lib/packages/guzzlehttp/promises/src/Coroutine.php index 113cde7..c07286d 100644 --- a/lib/packages/guzzlehttp/promises/src/Coroutine.php +++ b/lib/packages/guzzlehttp/promises/src/Coroutine.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Create.php b/lib/packages/guzzlehttp/promises/src/Create.php index ea8eff2..8fe6748 100644 --- a/lib/packages/guzzlehttp/promises/src/Create.php +++ b/lib/packages/guzzlehttp/promises/src/Create.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Each.php b/lib/packages/guzzlehttp/promises/src/Each.php index 47dbfb7..528e1d2 100644 --- a/lib/packages/guzzlehttp/promises/src/Each.php +++ b/lib/packages/guzzlehttp/promises/src/Each.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/EachPromise.php b/lib/packages/guzzlehttp/promises/src/EachPromise.php index b9bdd5d..fd987c8 100644 --- a/lib/packages/guzzlehttp/promises/src/EachPromise.php +++ b/lib/packages/guzzlehttp/promises/src/EachPromise.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/FulfilledPromise.php b/lib/packages/guzzlehttp/promises/src/FulfilledPromise.php index 4368fe7..d70ba6a 100644 --- a/lib/packages/guzzlehttp/promises/src/FulfilledPromise.php +++ b/lib/packages/guzzlehttp/promises/src/FulfilledPromise.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Is.php b/lib/packages/guzzlehttp/promises/src/Is.php index ece551e..7dc312a 100644 --- a/lib/packages/guzzlehttp/promises/src/Is.php +++ b/lib/packages/guzzlehttp/promises/src/Is.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Promise.php b/lib/packages/guzzlehttp/promises/src/Promise.php index 625e552..e43c4ab 100644 --- a/lib/packages/guzzlehttp/promises/src/Promise.php +++ b/lib/packages/guzzlehttp/promises/src/Promise.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/PromiseInterface.php b/lib/packages/guzzlehttp/promises/src/PromiseInterface.php index 1db6a18..33ce501 100644 --- a/lib/packages/guzzlehttp/promises/src/PromiseInterface.php +++ b/lib/packages/guzzlehttp/promises/src/PromiseInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/PromisorInterface.php b/lib/packages/guzzlehttp/promises/src/PromisorInterface.php index 13032e5..911e07b 100644 --- a/lib/packages/guzzlehttp/promises/src/PromisorInterface.php +++ b/lib/packages/guzzlehttp/promises/src/PromisorInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/RejectedPromise.php b/lib/packages/guzzlehttp/promises/src/RejectedPromise.php index d7766da..b823b2b 100644 --- a/lib/packages/guzzlehttp/promises/src/RejectedPromise.php +++ b/lib/packages/guzzlehttp/promises/src/RejectedPromise.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/RejectionException.php b/lib/packages/guzzlehttp/promises/src/RejectionException.php index eecd486..0b47c0f 100644 --- a/lib/packages/guzzlehttp/promises/src/RejectionException.php +++ b/lib/packages/guzzlehttp/promises/src/RejectionException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/TaskQueue.php b/lib/packages/guzzlehttp/promises/src/TaskQueue.php index 9343911..e9c45d1 100644 --- a/lib/packages/guzzlehttp/promises/src/TaskQueue.php +++ b/lib/packages/guzzlehttp/promises/src/TaskQueue.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/TaskQueueInterface.php b/lib/packages/guzzlehttp/promises/src/TaskQueueInterface.php index 2c2a64c..93ffd86 100644 --- a/lib/packages/guzzlehttp/promises/src/TaskQueueInterface.php +++ b/lib/packages/guzzlehttp/promises/src/TaskQueueInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/promises/src/Utils.php b/lib/packages/guzzlehttp/promises/src/Utils.php index d454670..eacb209 100644 --- a/lib/packages/guzzlehttp/promises/src/Utils.php +++ b/lib/packages/guzzlehttp/promises/src/Utils.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/AppendStream.php b/lib/packages/guzzlehttp/psr7/src/AppendStream.php index 78352bc..3aee469 100644 --- a/lib/packages/guzzlehttp/psr7/src/AppendStream.php +++ b/lib/packages/guzzlehttp/psr7/src/AppendStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/BufferStream.php b/lib/packages/guzzlehttp/psr7/src/BufferStream.php index 5ce0848..3b21723 100644 --- a/lib/packages/guzzlehttp/psr7/src/BufferStream.php +++ b/lib/packages/guzzlehttp/psr7/src/BufferStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/CachingStream.php b/lib/packages/guzzlehttp/psr7/src/CachingStream.php index 5fabe7d..5b934fb 100644 --- a/lib/packages/guzzlehttp/psr7/src/CachingStream.php +++ b/lib/packages/guzzlehttp/psr7/src/CachingStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/DroppingStream.php b/lib/packages/guzzlehttp/psr7/src/DroppingStream.php index 4f2af82..00ac245 100644 --- a/lib/packages/guzzlehttp/psr7/src/DroppingStream.php +++ b/lib/packages/guzzlehttp/psr7/src/DroppingStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Exception/MalformedUriException.php b/lib/packages/guzzlehttp/psr7/src/Exception/MalformedUriException.php index be18b4e..0b04391 100644 --- a/lib/packages/guzzlehttp/psr7/src/Exception/MalformedUriException.php +++ b/lib/packages/guzzlehttp/psr7/src/Exception/MalformedUriException.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/FnStream.php b/lib/packages/guzzlehttp/psr7/src/FnStream.php index 6c14a5c..7632948 100644 --- a/lib/packages/guzzlehttp/psr7/src/FnStream.php +++ b/lib/packages/guzzlehttp/psr7/src/FnStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Header.php b/lib/packages/guzzlehttp/psr7/src/Header.php index 2c8cec9..cfe9674 100644 --- a/lib/packages/guzzlehttp/psr7/src/Header.php +++ b/lib/packages/guzzlehttp/psr7/src/Header.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/HttpFactory.php b/lib/packages/guzzlehttp/psr7/src/HttpFactory.php index 0f2577e..9a79242 100644 --- a/lib/packages/guzzlehttp/psr7/src/HttpFactory.php +++ b/lib/packages/guzzlehttp/psr7/src/HttpFactory.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/InflateStream.php b/lib/packages/guzzlehttp/psr7/src/InflateStream.php index 1cebabb..cac92d8 100644 --- a/lib/packages/guzzlehttp/psr7/src/InflateStream.php +++ b/lib/packages/guzzlehttp/psr7/src/InflateStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/LazyOpenStream.php b/lib/packages/guzzlehttp/psr7/src/LazyOpenStream.php index 5649689..88894f0 100644 --- a/lib/packages/guzzlehttp/psr7/src/LazyOpenStream.php +++ b/lib/packages/guzzlehttp/psr7/src/LazyOpenStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/LimitStream.php b/lib/packages/guzzlehttp/psr7/src/LimitStream.php index e9053eb..4b3c16d 100644 --- a/lib/packages/guzzlehttp/psr7/src/LimitStream.php +++ b/lib/packages/guzzlehttp/psr7/src/LimitStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Message.php b/lib/packages/guzzlehttp/psr7/src/Message.php index 146acc9..c52c06d 100644 --- a/lib/packages/guzzlehttp/psr7/src/Message.php +++ b/lib/packages/guzzlehttp/psr7/src/Message.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/MessageTrait.php b/lib/packages/guzzlehttp/psr7/src/MessageTrait.php index f90410f..3394fa1 100644 --- a/lib/packages/guzzlehttp/psr7/src/MessageTrait.php +++ b/lib/packages/guzzlehttp/psr7/src/MessageTrait.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/MimeType.php b/lib/packages/guzzlehttp/psr7/src/MimeType.php index a13323a..7da1d96 100644 --- a/lib/packages/guzzlehttp/psr7/src/MimeType.php +++ b/lib/packages/guzzlehttp/psr7/src/MimeType.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/MultipartStream.php b/lib/packages/guzzlehttp/psr7/src/MultipartStream.php index 8b61334..4a1084a 100644 --- a/lib/packages/guzzlehttp/psr7/src/MultipartStream.php +++ b/lib/packages/guzzlehttp/psr7/src/MultipartStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/NoSeekStream.php b/lib/packages/guzzlehttp/psr7/src/NoSeekStream.php index 6346d7c..920bafe 100644 --- a/lib/packages/guzzlehttp/psr7/src/NoSeekStream.php +++ b/lib/packages/guzzlehttp/psr7/src/NoSeekStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/PumpStream.php b/lib/packages/guzzlehttp/psr7/src/PumpStream.php index f418a90..b66e977 100644 --- a/lib/packages/guzzlehttp/psr7/src/PumpStream.php +++ b/lib/packages/guzzlehttp/psr7/src/PumpStream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Query.php b/lib/packages/guzzlehttp/psr7/src/Query.php index 1e616b8..47a5384 100644 --- a/lib/packages/guzzlehttp/psr7/src/Query.php +++ b/lib/packages/guzzlehttp/psr7/src/Query.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Request.php b/lib/packages/guzzlehttp/psr7/src/Request.php index 8f72ed7..a2bfc4f 100644 --- a/lib/packages/guzzlehttp/psr7/src/Request.php +++ b/lib/packages/guzzlehttp/psr7/src/Request.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Response.php b/lib/packages/guzzlehttp/psr7/src/Response.php index 8862873..1c6675f 100644 --- a/lib/packages/guzzlehttp/psr7/src/Response.php +++ b/lib/packages/guzzlehttp/psr7/src/Response.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Rfc7230.php b/lib/packages/guzzlehttp/psr7/src/Rfc7230.php index 763e6d0..493707d 100644 --- a/lib/packages/guzzlehttp/psr7/src/Rfc7230.php +++ b/lib/packages/guzzlehttp/psr7/src/Rfc7230.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/ServerRequest.php b/lib/packages/guzzlehttp/psr7/src/ServerRequest.php index b7907c1..4be2c39 100644 --- a/lib/packages/guzzlehttp/psr7/src/ServerRequest.php +++ b/lib/packages/guzzlehttp/psr7/src/ServerRequest.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Stream.php b/lib/packages/guzzlehttp/psr7/src/Stream.php index 53ae3b1..d7a3664 100644 --- a/lib/packages/guzzlehttp/psr7/src/Stream.php +++ b/lib/packages/guzzlehttp/psr7/src/Stream.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/StreamDecoratorTrait.php b/lib/packages/guzzlehttp/psr7/src/StreamDecoratorTrait.php index 23642e8..cdec154 100644 --- a/lib/packages/guzzlehttp/psr7/src/StreamDecoratorTrait.php +++ b/lib/packages/guzzlehttp/psr7/src/StreamDecoratorTrait.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/StreamWrapper.php b/lib/packages/guzzlehttp/psr7/src/StreamWrapper.php index 9ca0f30..83513a9 100644 --- a/lib/packages/guzzlehttp/psr7/src/StreamWrapper.php +++ b/lib/packages/guzzlehttp/psr7/src/StreamWrapper.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/UploadedFile.php b/lib/packages/guzzlehttp/psr7/src/UploadedFile.php index 7ca1725..4697839 100644 --- a/lib/packages/guzzlehttp/psr7/src/UploadedFile.php +++ b/lib/packages/guzzlehttp/psr7/src/UploadedFile.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Uri.php b/lib/packages/guzzlehttp/psr7/src/Uri.php index a450e6e..77391ff 100644 --- a/lib/packages/guzzlehttp/psr7/src/Uri.php +++ b/lib/packages/guzzlehttp/psr7/src/Uri.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/UriComparator.php b/lib/packages/guzzlehttp/psr7/src/UriComparator.php index d7d0e61..1a0e088 100644 --- a/lib/packages/guzzlehttp/psr7/src/UriComparator.php +++ b/lib/packages/guzzlehttp/psr7/src/UriComparator.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/UriNormalizer.php b/lib/packages/guzzlehttp/psr7/src/UriNormalizer.php index f6b8b67..99e4b01 100644 --- a/lib/packages/guzzlehttp/psr7/src/UriNormalizer.php +++ b/lib/packages/guzzlehttp/psr7/src/UriNormalizer.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/UriResolver.php b/lib/packages/guzzlehttp/psr7/src/UriResolver.php index 30a8068..472cb03 100644 --- a/lib/packages/guzzlehttp/psr7/src/UriResolver.php +++ b/lib/packages/guzzlehttp/psr7/src/UriResolver.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/guzzlehttp/psr7/src/Utils.php b/lib/packages/guzzlehttp/psr7/src/Utils.php index 3731bd4..83d7a68 100644 --- a/lib/packages/guzzlehttp/psr7/src/Utils.php +++ b/lib/packages/guzzlehttp/psr7/src/Utils.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/AbstractGrant.php b/lib/packages/league/oauth2-client/src/Grant/AbstractGrant.php index 4d129d8..9312520 100644 --- a/lib/packages/league/oauth2-client/src/Grant/AbstractGrant.php +++ b/lib/packages/league/oauth2-client/src/Grant/AbstractGrant.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/AuthorizationCode.php b/lib/packages/league/oauth2-client/src/Grant/AuthorizationCode.php index 1572ca6..fbde2a4 100644 --- a/lib/packages/league/oauth2-client/src/Grant/AuthorizationCode.php +++ b/lib/packages/league/oauth2-client/src/Grant/AuthorizationCode.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/ClientCredentials.php b/lib/packages/league/oauth2-client/src/Grant/ClientCredentials.php index 9804119..d1add36 100644 --- a/lib/packages/league/oauth2-client/src/Grant/ClientCredentials.php +++ b/lib/packages/league/oauth2-client/src/Grant/ClientCredentials.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php b/lib/packages/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php index e9d156e..a5a3140 100644 --- a/lib/packages/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php +++ b/lib/packages/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/GrantFactory.php b/lib/packages/league/oauth2-client/src/Grant/GrantFactory.php index 887dbf8..1fe37b3 100644 --- a/lib/packages/league/oauth2-client/src/Grant/GrantFactory.php +++ b/lib/packages/league/oauth2-client/src/Grant/GrantFactory.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/Password.php b/lib/packages/league/oauth2-client/src/Grant/Password.php index bea68f8..5cb6bf1 100644 --- a/lib/packages/league/oauth2-client/src/Grant/Password.php +++ b/lib/packages/league/oauth2-client/src/Grant/Password.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Grant/RefreshToken.php b/lib/packages/league/oauth2-client/src/Grant/RefreshToken.php index 5fdcbec..9853664 100644 --- a/lib/packages/league/oauth2-client/src/Grant/RefreshToken.php +++ b/lib/packages/league/oauth2-client/src/Grant/RefreshToken.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php b/lib/packages/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php index 155e487..518c542 100644 --- a/lib/packages/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php +++ b/lib/packages/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php b/lib/packages/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php index e1d99b8..bfe290c 100644 --- a/lib/packages/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php +++ b/lib/packages/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php b/lib/packages/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php index 777bd4c..46a137c 100644 --- a/lib/packages/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php +++ b/lib/packages/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Provider/AbstractProvider.php b/lib/packages/league/oauth2-client/src/Provider/AbstractProvider.php index 41675c0..dcd9bb8 100644 --- a/lib/packages/league/oauth2-client/src/Provider/AbstractProvider.php +++ b/lib/packages/league/oauth2-client/src/Provider/AbstractProvider.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php b/lib/packages/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php index 4d3e932..47b20a3 100644 --- a/lib/packages/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php +++ b/lib/packages/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Provider/GenericProvider.php b/lib/packages/league/oauth2-client/src/Provider/GenericProvider.php index 3818cf9..0abc865 100644 --- a/lib/packages/league/oauth2-client/src/Provider/GenericProvider.php +++ b/lib/packages/league/oauth2-client/src/Provider/GenericProvider.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Provider/GenericResourceOwner.php b/lib/packages/league/oauth2-client/src/Provider/GenericResourceOwner.php index dc86353..fa807ad 100644 --- a/lib/packages/league/oauth2-client/src/Provider/GenericResourceOwner.php +++ b/lib/packages/league/oauth2-client/src/Provider/GenericResourceOwner.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Provider/ResourceOwnerInterface.php b/lib/packages/league/oauth2-client/src/Provider/ResourceOwnerInterface.php index 8b6d920..8714941 100644 --- a/lib/packages/league/oauth2-client/src/Provider/ResourceOwnerInterface.php +++ b/lib/packages/league/oauth2-client/src/Provider/ResourceOwnerInterface.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Token/AccessToken.php b/lib/packages/league/oauth2-client/src/Token/AccessToken.php index 8d5c770..4771735 100644 --- a/lib/packages/league/oauth2-client/src/Token/AccessToken.php +++ b/lib/packages/league/oauth2-client/src/Token/AccessToken.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Token/AccessTokenInterface.php b/lib/packages/league/oauth2-client/src/Token/AccessTokenInterface.php index a53acb2..ca098ce 100644 --- a/lib/packages/league/oauth2-client/src/Token/AccessTokenInterface.php +++ b/lib/packages/league/oauth2-client/src/Token/AccessTokenInterface.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php b/lib/packages/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php index 2b2bebd..d152548 100644 --- a/lib/packages/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php +++ b/lib/packages/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/ArrayAccessorTrait.php b/lib/packages/league/oauth2-client/src/Tool/ArrayAccessorTrait.php index c72b851..44c141b 100644 --- a/lib/packages/league/oauth2-client/src/Tool/ArrayAccessorTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/ArrayAccessorTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php b/lib/packages/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php index 5a33d05..e140c4f 100644 --- a/lib/packages/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/GuardedPropertyTrait.php b/lib/packages/league/oauth2-client/src/Tool/GuardedPropertyTrait.php index adc26f8..f3fbc72 100644 --- a/lib/packages/league/oauth2-client/src/Tool/GuardedPropertyTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/GuardedPropertyTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/MacAuthorizationTrait.php b/lib/packages/league/oauth2-client/src/Tool/MacAuthorizationTrait.php index 7bca04c..7162943 100644 --- a/lib/packages/league/oauth2-client/src/Tool/MacAuthorizationTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/MacAuthorizationTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/ProviderRedirectTrait.php b/lib/packages/league/oauth2-client/src/Tool/ProviderRedirectTrait.php index bfbe7b5..6aba085 100644 --- a/lib/packages/league/oauth2-client/src/Tool/ProviderRedirectTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/ProviderRedirectTrait.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/QueryBuilderTrait.php b/lib/packages/league/oauth2-client/src/Tool/QueryBuilderTrait.php index c416621..b179551 100644 --- a/lib/packages/league/oauth2-client/src/Tool/QueryBuilderTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/QueryBuilderTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/RequestFactory.php b/lib/packages/league/oauth2-client/src/Tool/RequestFactory.php index 82a7ff6..d8e1b9e 100644 --- a/lib/packages/league/oauth2-client/src/Tool/RequestFactory.php +++ b/lib/packages/league/oauth2-client/src/Tool/RequestFactory.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/league/oauth2-client/src/Tool/RequiredParameterTrait.php b/lib/packages/league/oauth2-client/src/Tool/RequiredParameterTrait.php index 5694afb..c70f925 100644 --- a/lib/packages/league/oauth2-client/src/Tool/RequiredParameterTrait.php +++ b/lib/packages/league/oauth2-client/src/Tool/RequiredParameterTrait.php @@ -11,7 +11,7 @@ * @link https://packagist.org/packages/league/oauth2-client Packagist * @link https://github.com/thephpleague/oauth2-client GitHub * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/AccountingObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/AccountingObjectSerializer.php index ede9fb1..778e905 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/AccountingObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/AccountingObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AccountingApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AccountingApi.php index cf408a6..48c8f02 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AccountingApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AccountingApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AppStoreApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AppStoreApi.php index a809489..617a1e0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AppStoreApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AppStoreApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AssetApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AssetApi.php index 17000a0..8a7f8b5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AssetApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/AssetApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FilesApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FilesApi.php index d8806a7..94de919 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FilesApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FilesApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FinanceApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FinanceApi.php index 9888eb6..2795b67 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FinanceApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/FinanceApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/IdentityApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/IdentityApi.php index b5cd934..3c3a773 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/IdentityApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/IdentityApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollAuApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollAuApi.php index bb0f4bb..3cec34a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollAuApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollAuApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollNzApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollNzApi.php index 60752ae..da6a313 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollNzApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollNzApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollUkApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollUkApi.php index 3d29d84..88b6edc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollUkApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/PayrollUkApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/ProjectApi.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/ProjectApi.php index f0fd282..57a7759 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Api/ProjectApi.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Api/ProjectApi.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/ApiException.php b/lib/packages/xeroapi/xero-php-oauth2/lib/ApiException.php index fd8efde..767b553 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/ApiException.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/ApiException.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/AppStoreObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/AppStoreObjectSerializer.php index 5550b93..9e27950 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/AppStoreObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/AppStoreObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/AssetObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/AssetObjectSerializer.php index 96fa5d7..bfc7f33 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/AssetObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/AssetObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Configuration.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Configuration.php index 4393fcf..3563867 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Configuration.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Configuration.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/FileObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/FileObjectSerializer.php index 6935a2c..a46471e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/FileObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/FileObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/FinanceObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/FinanceObjectSerializer.php index 2198be4..205506e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/FinanceObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/FinanceObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/HeaderSelector.php b/lib/packages/xeroapi/xero-php-oauth2/lib/HeaderSelector.php index 2aacf62..05f3ccf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/HeaderSelector.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/HeaderSelector.php @@ -9,7 +9,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/IdentityObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/IdentityObjectSerializer.php index 1ccba8a..c988bcb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/IdentityObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/IdentityObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/JWTClaims.php b/lib/packages/xeroapi/xero-php-oauth2/lib/JWTClaims.php index e5db785..b3bddec 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/JWTClaims.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/JWTClaims.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ namespace Automattic\WooCommerce\Xero\Vendor\XeroAPI\XeroPHP; diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Account.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Account.php index a1e5eab..8486c06 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Account.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Account.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountType.php index 3406932..78e4701 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Accounts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Accounts.php index b74c7f9..1656daf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Accounts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Accounts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsPayable.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsPayable.php index bd58d47..9e62194 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsPayable.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsPayable.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsReceivable.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsReceivable.php index e479ceb..3be91e4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsReceivable.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AccountsReceivable.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Action.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Action.php index 5a2e15a..6d5c7f3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Action.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Action.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Actions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Actions.php index fda7ddf..230a7ec 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Actions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Actions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Address.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Address.php index 5fdfb93..3044aec 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Address.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Address.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AddressForOrganisation.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AddressForOrganisation.php index 77bb52d..8e170c5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AddressForOrganisation.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/AddressForOrganisation.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocation.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocation.php index 3a15166..8850691 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocation.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocation.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocations.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocations.php index 559ada0..95381b9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocations.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Allocations.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachment.php index eeb0af5..dbda4c8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachments.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachments.php index 9e3cbfa..57caf15 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachments.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Attachments.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BalanceDetails.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BalanceDetails.php index c688316..379d725 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BalanceDetails.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BalanceDetails.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Balances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Balances.php index 93a7ca4..884afaf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Balances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Balances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransaction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransaction.php index 91804e8..9631709 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransaction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransaction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransactions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransactions.php index 314b95a..ce46bca 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransactions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransactions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfer.php index f5f25b4..983e168 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfers.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfers.php index 11eee29..88f4616 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfers.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BankTransfers.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayment.php index 40ce25a..b1db04f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDelete.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDelete.php index d580902..309f5b0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDelete.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDelete.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDeleteByUrlParam.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDeleteByUrlParam.php index 87b65f1..36c4288 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDeleteByUrlParam.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDeleteByUrlParam.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDetails.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDetails.php index 79a72d8..a260d6e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDetails.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPaymentDetails.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayments.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayments.php index f2d625b..aa5fe32 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayments.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BatchPayments.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Bill.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Bill.php index eb58eba..0599a20 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Bill.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Bill.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingTheme.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingTheme.php index c44a0df..0bdfad9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingTheme.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingTheme.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingThemes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingThemes.php index b8089bb..e0ad154 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingThemes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BrandingThemes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budget.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budget.php index 878aa8e..aa7ab10 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budget.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budget.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetBalance.php index a90d4b5..8adcfee 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLine.php index badc0f9..d767e21 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLines.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLines.php index 97e0425..726d6f6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLines.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/BudgetLines.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budgets.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budgets.php index d792aa2..6ae26ef 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budgets.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Budgets.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSetting.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSetting.php index 18fab4b..a656835 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSetting.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSetting.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSettings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSettings.php index 5bb301b..85f70ee 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSettings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISOrgSettings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSetting.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSetting.php index 38b14c6..6182860 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSetting.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSetting.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSettings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSettings.php index 55544a2..a96967e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSettings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CISSettings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contact.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contact.php index 2088cad..798ed06 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contact.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contact.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroup.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroup.php index a450197..c6058a5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroup.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroup.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroups.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroups.php index aafa5c8..a530395 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroups.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactGroups.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactPerson.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactPerson.php index af7ff5a..1228287 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactPerson.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ContactPerson.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contacts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contacts.php index 39cf378..4dfe857 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contacts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Contacts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionBalances.php index e47bd76..247aac6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionDate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionDate.php index 0748ea1..7cc1776 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionDate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ConversionDate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CountryCode.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CountryCode.php index 379dfc5..f65b9fa 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CountryCode.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CountryCode.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNote.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNote.php index 55117b0..7359ebb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNote.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNote.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNotes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNotes.php index ae7094c..18c4244 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNotes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CreditNotes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currencies.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currencies.php index 2558def..f3872f1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currencies.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currencies.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currency.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currency.php index 5dc9f23..d57f758 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currency.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Currency.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CurrencyCode.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CurrencyCode.php index f29fd84..6d6b269 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CurrencyCode.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/CurrencyCode.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Element.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Element.php index f13d5bd..f9180a4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Element.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Element.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employee.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employee.php index 602ed0c..123f096 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employee.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employee.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employees.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employees.php index d2117b2..d1c2e19 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employees.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Employees.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Error.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Error.php index 19187e5..8efc0d0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Error.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Error.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaim.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaim.php index 199a264..9b67bcf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaim.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaim.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaims.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaims.php index 9953890..2990c32 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaims.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExpenseClaims.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExternalLink.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExternalLink.php index 797e784..44925bf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExternalLink.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ExternalLink.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecord.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecord.php index 5476d15..ad6a0fa 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecord.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecord.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecords.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecords.php index 75bd18a..388252c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecords.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/HistoryRecords.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummary.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummary.php index e1b0244..0b1095f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummary.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummary.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryAccounts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryAccounts.php index 3ad01bb..c18ac22 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryAccounts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryAccounts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryObject.php index 05704bc..e81d0f7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryOrganisation.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryOrganisation.php index 26b560e..5376536 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryOrganisation.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ImportSummaryOrganisation.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoice.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoice.php index 7519767..aa626a1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoice.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoice.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminder.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminder.php index e357465..c7fe688 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminder.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminder.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminders.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminders.php index f2e4fa3..ecdc25e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminders.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/InvoiceReminders.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoices.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoices.php index 1561da5..cd99aee 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoices.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Invoices.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Item.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Item.php index 406867e..3a65bcb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Item.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Item.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Items.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Items.php index 83540a0..7b5ab13 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Items.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Items.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journal.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journal.php index ddd9fc5..41d963c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journal.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journal.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/JournalLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/JournalLine.php index 4854d1d..4fa7ece 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/JournalLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/JournalLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journals.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journals.php index 9be9610..593c7b2 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journals.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Journals.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineAmountTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineAmountTypes.php index 6384662..5ebb66a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineAmountTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineAmountTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItem.php index b85c5b3..e84c7e8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemItem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemItem.php index 9539025..025ae7c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemItem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemItem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemTracking.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemTracking.php index f9f16d0..a056552 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemTracking.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LineItemTracking.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransaction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransaction.php index 7151eee..94daadc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransaction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransaction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransactions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransactions.php index 5616732..c1b4edd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransactions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/LinkedTransactions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournal.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournal.php index 4a7de9e..4f2e708 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournal.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournal.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournalLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournalLine.php index 32e890f..f61a990 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournalLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournalLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournals.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournals.php index 7cb97ee..a3e7b3e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournals.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ManualJournals.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ModelInterface.php index 78bea75..5f62420 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoice.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoice.php index 2f0d55c..a196348 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoice.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoice.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoices.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoices.php index 4e07c0e..219ae0f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoices.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/OnlineInvoices.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisation.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisation.php index 460a354..88c8992 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisation.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisation.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisations.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisations.php index d321dea..6d961cb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisations.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Organisations.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayment.php index f2cbf2b..7140b22 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayments.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayments.php index e669a71..091934c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayments.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Overpayments.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payment.php index 733fed9..b83983f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentDelete.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentDelete.php index ca74fdc..416e4dd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentDelete.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentDelete.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentService.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentService.php index 729e3b6..eb7bc30 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentService.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentService.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentServices.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentServices.php index 9fcdc69..3a8824a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentServices.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentServices.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTerm.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTerm.php index 7d68c75..263e9a4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTerm.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTerm.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTermType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTermType.php index 7d90037..2a6ff16 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTermType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PaymentTermType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payments.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payments.php index bc3e5c1..d602adc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payments.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Payments.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Phone.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Phone.php index 252c513..7d03acd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Phone.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Phone.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayment.php index 14660e0..c81198f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayments.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayments.php index 8aa8a1c..118ed6a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayments.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Prepayments.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Purchase.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Purchase.php index 8df215b..57045cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Purchase.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Purchase.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrder.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrder.php index 5c77e42..ce7d803 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrder.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrder.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrders.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrders.php index 689415e..b62ff94 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrders.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/PurchaseOrders.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quote.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quote.php index 1ff9666..200557d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quote.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quote.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteLineAmountTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteLineAmountTypes.php index c4db284..5d77d94 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteLineAmountTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteLineAmountTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteStatusCodes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteStatusCodes.php index 95ea38a..e36c011 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteStatusCodes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/QuoteStatusCodes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quotes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quotes.php index dab2abb..70d160a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quotes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Quotes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipt.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipt.php index 64976f3..6a8360b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipt.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipt.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipts.php index a0fc79d..8ccd0ae 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Receipts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoice.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoice.php index efc2833..e485989 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoice.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoice.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoices.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoices.php index 4f612d5..3a729e1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoices.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RepeatingInvoices.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Report.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Report.php index 6ace4e4..d5e40ea 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Report.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Report.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportAttribute.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportAttribute.php index 75fb88a..8c849a7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportAttribute.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportAttribute.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportCell.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportCell.php index 4c64e9b..890c015 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportCell.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportCell.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportFields.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportFields.php index dca2784..fc24190 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportFields.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportFields.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRow.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRow.php index bfe63d8..9c0ed8b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRow.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRow.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRows.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRows.php index 325542f..1eb308b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRows.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportRows.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRow.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRow.php index cb989e4..6d60194 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRow.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRow.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRows.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRows.php index 6a17b29..339a6bb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRows.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ReportWithRows.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Reports.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Reports.php index d488a82..70ece31 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Reports.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Reports.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RequestEmpty.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RequestEmpty.php index 947bf34..5119ea3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RequestEmpty.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RequestEmpty.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RowType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RowType.php index 1444700..031ab9a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RowType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/RowType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SalesTrackingCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SalesTrackingCategory.php index 08d9208..398ad7b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SalesTrackingCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SalesTrackingCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Schedule.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Schedule.php index b9bd64e..5617f52 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Schedule.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Schedule.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Setup.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Setup.php index 6c84de4..ecfffff 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Setup.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Setup.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupBalanceDetails.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupBalanceDetails.php index 8f1058f..c1dc2d4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupBalanceDetails.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupBalanceDetails.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionBalances.php index 7813723..6d8cc90 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionDate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionDate.php index f12ae11..a7db87f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionDate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/SetupConversionDate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxComponent.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxComponent.php index 38f5ebe..8d59eeb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxComponent.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxComponent.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRate.php index 99168f8..496914e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRates.php index f0775ea..cd6ea31 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxRates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxType.php index cfc7da4..073deb4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TaxType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinetyNineContact.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinetyNineContact.php index b0cb9f8..660ba37 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinetyNineContact.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinetyNineContact.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinteyNineContact.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinteyNineContact.php index 5f7c888..a060eaf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinteyNineContact.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TenNinteyNineContact.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TimeZone.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TimeZone.php index f90ceef..09139d2 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TimeZone.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TimeZone.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategories.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategories.php index dca95a6..e6184a7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategories.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategories.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategory.php index 6c9fe0b..5f59b2f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOption.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOption.php index f0f0375..9ffe8cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOption.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOption.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOptions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOptions.php index 2d8d0ac..09962ba 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOptions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/TrackingOptions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/User.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/User.php index 6381b8d..eaafe34 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/User.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/User.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Users.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Users.php index cc42e31..535959c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Users.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/Users.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ValidationError.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ValidationError.php index a1bc129..4c90552 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ValidationError.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Accounting/ValidationError.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/CreateUsageRecord.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/CreateUsageRecord.php index 4d9663d..264d3e0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/CreateUsageRecord.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/CreateUsageRecord.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ModelInterface.php index d58570d..da88e41 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Plan.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Plan.php index 561be2b..a6710eb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Plan.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Plan.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Price.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Price.php index f335ada..cd76c71 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Price.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Price.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ProblemDetails.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ProblemDetails.php index 578737c..775a27b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ProblemDetails.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/ProblemDetails.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Product.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Product.php index 8576548..9ec2c5a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Product.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Product.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Subscription.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Subscription.php index de50467..b069eeb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Subscription.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/Subscription.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/SubscriptionItem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/SubscriptionItem.php index 6d6e1e2..0482c77 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/SubscriptionItem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/SubscriptionItem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UpdateUsageRecord.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UpdateUsageRecord.php index 592dbf2..88c6616 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UpdateUsageRecord.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UpdateUsageRecord.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecord.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecord.php index a04cf07..51e0178 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecord.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecord.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecordsList.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecordsList.php index 0c49f87..d6305aa 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecordsList.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/AppStore/UsageRecordsList.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Asset.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Asset.php index 8d9f498..8f8a362 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Asset.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Asset.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatus.php index fa2c6d3..b6d1ed7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatusQueryParam.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatusQueryParam.php index baac236..c579fde 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatusQueryParam.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetStatusQueryParam.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetType.php index 7bb7eda..89579ab 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/AssetType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Assets.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Assets.php index 7533f92..c0788ee 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Assets.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Assets.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationDetail.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationDetail.php index 254f44c..5a4153f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationDetail.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationDetail.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationSetting.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationSetting.php index 21931f0..9fe513f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationSetting.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/BookDepreciationSetting.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Error.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Error.php index d798470..d7a323e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Error.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Error.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/FieldValidationErrorsElement.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/FieldValidationErrorsElement.php index 688d4a9..b3cdd51 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/FieldValidationErrorsElement.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/FieldValidationErrorsElement.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ModelInterface.php index b7eb2e6..b322a53 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Pagination.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Pagination.php index 3fc5ea7..7312c09 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Pagination.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Pagination.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ResourceValidationErrorsElement.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ResourceValidationErrorsElement.php index 4a69b84..95bc8ac 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ResourceValidationErrorsElement.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/ResourceValidationErrorsElement.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Setting.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Setting.php index e18fafc..07b3e2f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Setting.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Asset/Setting.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Association.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Association.php index f7531f0..31639ff 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Association.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Association.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileObject.php index 6f183cd..a019e37 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileResponse204.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileResponse204.php index a7fb240..7a776bf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileResponse204.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/FileResponse204.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Files.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Files.php index 08f01aa..417434b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Files.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Files.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folder.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folder.php index cf72fd3..ed8f325 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folder.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folder.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folders.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folders.php index bf8c9fa..6061f3a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folders.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/Folders.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/InlineObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/InlineObject.php index 265856c..a0bbe9d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/InlineObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/InlineObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ModelInterface.php index ab90717..c61f8b8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectGroup.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectGroup.php index 9124295..8dbffea 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectGroup.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectGroup.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectType.php index ff1ab38..ebdd85c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/ObjectType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/UploadObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/UploadObject.php index db8d275..a676c5b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/UploadObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/UploadObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/User.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/User.php index 425a548..5269dd6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/User.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/File/User.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsage.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsage.php index 2a454b2..7da0a30 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsage.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsage.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsageResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsageResponse.php index 0435771..3efede4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsageResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/AccountUsageResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountDetail.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountDetail.php index b29273c..07cbb44 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountDetail.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountDetail.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountGroup.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountGroup.php index 58e704a..0d3ea6f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountGroup.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountGroup.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountType.php index 6109bef..2eefff3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetAccountType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetResponse.php index ce69714..2e7e6e1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BalanceSheetResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementAccountingResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementAccountingResponse.php index 77f219c..15d7efb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementAccountingResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementAccountingResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementResponse.php index 7ca24d1..71847dc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankStatementResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankTransactionResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankTransactionResponse.php index 6fa217f..e35237a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankTransactionResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/BankTransactionResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashAccountResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashAccountResponse.php index 19c621f..a8d2f7b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashAccountResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashAccountResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashBalance.php index b9e4ae1..727bf12 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashValidationResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashValidationResponse.php index 94cca00..489fb12 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashValidationResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashValidationResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowAccount.php index 63881a7..79c22e7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowActivity.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowActivity.php index adaa238..dc6220f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowActivity.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowActivity.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowResponse.php index 7227697..f87993e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowType.php index 1ab9ce6..0a0e0ed 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CashflowType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactDetail.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactDetail.php index b30f6a7..410a319 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactDetail.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactDetail.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactResponse.php index 1fefacf..0021079 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalDetail.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalDetail.php index 82cc79b..148344a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalDetail.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalDetail.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalOther.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalOther.php index e53eafd..baf8ac5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalOther.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ContactTotalOther.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CreditNoteResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CreditNoteResponse.php index bcf81db..3184e3d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CreditNoteResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CreditNoteResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CurrentStatementResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CurrentStatementResponse.php index 1b7c5cf..562e010 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CurrentStatementResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/CurrentStatementResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/DataSourceResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/DataSourceResponse.php index 43e5c6d..0468172 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/DataSourceResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/DataSourceResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/HistoryRecordResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/HistoryRecordResponse.php index b5f0b40..31e077d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/HistoryRecordResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/HistoryRecordResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/IncomeByContactResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/IncomeByContactResponse.php index 4053653..1b6d436 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/IncomeByContactResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/IncomeByContactResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/InvoiceResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/InvoiceResponse.php index 22a6867..7c40ec7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/InvoiceResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/InvoiceResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LineItemResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LineItemResponse.php index 7e7a4e5..e1da0ad 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LineItemResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LineItemResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryModel.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryModel.php index bf60c64..0f64c80 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryModel.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryModel.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryResponse.php index 074917a..217cedf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/LockHistoryResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ManualJournalTotal.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ManualJournalTotal.php index aec112b..d6c13c6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ManualJournalTotal.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ManualJournalTotal.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ModelInterface.php index 160fc69..d70b527 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/OverpaymentResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/OverpaymentResponse.php index 7abd514..40c3925 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/OverpaymentResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/OverpaymentResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PaymentResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PaymentResponse.php index 33f89a9..c85c35c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PaymentResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PaymentResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccount.php index 8f596a6..e6c1cd7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountClass.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountClass.php index 1b220fd..4be77bc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountClass.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountClass.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountType.php index 748cae7..6f195fc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PnlAccountType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PracticeResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PracticeResponse.php index 9e5db49..3d18a3a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PracticeResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PracticeResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PrepaymentResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PrepaymentResponse.php index de6e77e..b19c5a1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PrepaymentResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/PrepaymentResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/Problem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/Problem.php index 4c922f6..d2fc37f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/Problem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/Problem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProblemType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProblemType.php index a08d6cf..4a9385f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProblemType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProblemType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProfitAndLossResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProfitAndLossResponse.php index 9363ba2..4eb0994 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProfitAndLossResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ProfitAndLossResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryModel.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryModel.php index 4bf3332..e642ae4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryModel.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryModel.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryResponse.php index 5f564f8..b2fce66 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/ReportHistoryResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementBalanceResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementBalanceResponse.php index 9b207d5..e25bc8a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementBalanceResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementBalanceResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLineResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLineResponse.php index 44f4d67..2e8fb79 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLineResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLineResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLinesResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLinesResponse.php index 7d815d7..5317d96 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLinesResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementLinesResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementResponse.php index dcd0807..645e14e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/StatementResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalDetail.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalDetail.php index 0e8a762..9418273 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalDetail.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalDetail.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalOther.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalOther.php index 5040e95..c17dec8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalOther.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TotalOther.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceAccount.php index 083ab43..0dc014f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceEntry.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceEntry.php index 095c613..ad27ca7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceEntry.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceEntry.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceMovement.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceMovement.php index b54bd68..6356131 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceMovement.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceMovement.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceResponse.php index 083d894..b814a74 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/TrialBalanceResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserActivitiesResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserActivitiesResponse.php index 8090398..2a42aa0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserActivitiesResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserActivitiesResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserResponse.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserResponse.php index 5d361ea..d56fd4b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserResponse.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Finance/UserResponse.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/AccessToken.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/AccessToken.php index cb578fe..ad91ccf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/AccessToken.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/AccessToken.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/Connection.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/Connection.php index da499a8..cf70e30 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/Connection.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/Connection.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/ModelInterface.php index 76aca70..4f3b5a0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/RefreshToken.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/RefreshToken.php index a1059c5..d4d6201 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/RefreshToken.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Identity/RefreshToken.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/APIException.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/APIException.php index 488483c..8f8ac6a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/APIException.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/APIException.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Account.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Account.php index 2e0db30..117e619 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Account.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Account.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AccountType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AccountType.php index 1efb2b3..ba6370e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AccountType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AccountType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceCategory.php index e2eeca3..5fa68f9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceType.php index a2f7bc6..5007b97 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/AllowanceType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/BankAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/BankAccount.php index 069634a..6da31d5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/BankAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/BankAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CalendarType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CalendarType.php index c082ed2..5aeec59 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CalendarType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CalendarType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CountryOfResidence.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CountryOfResidence.php index 84484d0..609c503 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CountryOfResidence.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/CountryOfResidence.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionLine.php index a9f0ced..dbf82b2 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionType.php index 9c592eb..ddd3dff 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionTypeCalculationType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionTypeCalculationType.php index 7194eb3..d893040 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionTypeCalculationType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/DeductionTypeCalculationType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsLine.php index 57bb132..33d81d8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRate.php index b45ed2c..ec4af13 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRateCalculationType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRateCalculationType.php index 7813d4a..2c5b3c6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRateCalculationType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsRateCalculationType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsType.php index c3c3319..ef00b62 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EarningsType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employee.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employee.php index 1346f78..bd8cda3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employee.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employee.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmployeeStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmployeeStatus.php index 7c4f399..add2b03 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmployeeStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmployeeStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employees.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employees.php index ffbf20c..eaf65cf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employees.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Employees.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentBasis.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentBasis.php index 79fcf6a..ad750e4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentBasis.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentBasis.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentTerminationPaymentType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentTerminationPaymentType.php index 9b1582c..c75adbe 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentTerminationPaymentType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentTerminationPaymentType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentType.php index 04cfb0f..17a0364 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EmploymentType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EntitlementFinalPayPayoutType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EntitlementFinalPayPayoutType.php index 2971ce8..ffb5d77 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EntitlementFinalPayPayoutType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/EntitlementFinalPayPayoutType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/HomeAddress.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/HomeAddress.php index 5e769ff..6d2e037 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/HomeAddress.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/HomeAddress.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/IncomeType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/IncomeType.php index ab971bb..619bf23 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/IncomeType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/IncomeType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveAccrualLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveAccrualLine.php index 8c84a62..e6ef141 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveAccrualLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveAccrualLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplication.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplication.php index 70c3e0e..e825231 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplication.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplication.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplications.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplications.php index 20cc787..b55d4f1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplications.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveApplications.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveBalance.php index f252460..05a8675 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveCategoryCode.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveCategoryCode.php index 78f5573..b277dad 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveCategoryCode.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveCategoryCode.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveEarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveEarningsLine.php index cb52edf..0334765 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveEarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveEarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLine.php index 15d5ec1..4424fe6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLineCalculationType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLineCalculationType.php index 470c1a6..728c057 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLineCalculationType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLineCalculationType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLines.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLines.php index 6792a7e..086be49 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLines.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveLines.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriod.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriod.php index 4db9514..ca9ee86 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriod.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriod.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriodStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriodStatus.php index f8b85f5..b519a45 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriodStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeavePeriodStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveType.php index 708dff9..16586b7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveTypeContributionType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveTypeContributionType.php index ec4ae35..880f931 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveTypeContributionType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/LeaveTypeContributionType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ManualTaxType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ManualTaxType.php index aaf5213..99b9b61 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ManualTaxType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ManualTaxType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ModelInterface.php index eba3f4c..36a8269 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/OpeningBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/OpeningBalances.php index 68b931b..dbef3bc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/OpeningBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/OpeningBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItem.php index bb0accc..01b7fe4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItems.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItems.php index 3b484b9..0bc48c6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItems.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayItems.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRun.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRun.php index 3a162d7..c4f0b94 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRun.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRun.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRunStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRunStatus.php index 80fde68..3f7767e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRunStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRunStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRuns.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRuns.php index e829ebb..a9e3d6c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRuns.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayRuns.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayTemplate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayTemplate.php index a58f0bb..3f74147 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayTemplate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayTemplate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PaymentFrequencyType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PaymentFrequencyType.php index ef87fbc..70a37a4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PaymentFrequencyType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PaymentFrequencyType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendar.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendar.php index 65ced79..0445b53 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendar.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendar.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendars.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendars.php index 21728c1..676799c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendars.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayrollCalendars.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslip.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslip.php index 4dae9e3..683b948 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslip.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslip.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipLines.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipLines.php index 3591217..b1cd9c3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipLines.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipLines.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipObject.php index faa4297..178ed35 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipSummary.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipSummary.php index cac8ed3..0f777f0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipSummary.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/PayslipSummary.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslips.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslips.php index 2b534cd..130787c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslips.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Payslips.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/RateType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/RateType.php index 0259c6d..ac50517 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/RateType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/RateType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLine.php index a94c2bf..713dd4f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLines.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLines.php index 85635fe..c2797d5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLines.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementLines.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementType.php index a905e1a..5159d86 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ReimbursementType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ResidencyStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ResidencyStatus.php index 704b65a..98bb4af 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ResidencyStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ResidencyStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SeniorMaritalStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SeniorMaritalStatus.php index 4c1fcbb..af475c4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SeniorMaritalStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SeniorMaritalStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Settings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Settings.php index 0c171c3..44ba5be 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Settings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Settings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsObject.php index efbd218..6a62b80 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategories.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategories.php index 5a471e0..35af7af 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategories.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategories.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesEmployeeGroups.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesEmployeeGroups.php index f53832d..f161c00 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesEmployeeGroups.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesEmployeeGroups.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesTimesheetCategories.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesTimesheetCategories.php index 0bff3a9..c224372 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesTimesheetCategories.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SettingsTrackingCategoriesTimesheetCategories.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/State.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/State.php index aaa3462..6afae9d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/State.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/State.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFund.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFund.php index 7ae3abe..c837a8e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFund.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFund.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProduct.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProduct.php index 61c159a..64fc121 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProduct.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProduct.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProducts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProducts.php index 4fc9dca..2576311 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProducts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundProducts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundType.php index 9aabba7..003ae59 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFundType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFunds.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFunds.php index fd9100a..7d3db03 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFunds.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperFunds.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperLine.php index 41e7caa..5d1c935 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperMembership.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperMembership.php index fe2b7e4..811817b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperMembership.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperMembership.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationCalculationType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationCalculationType.php index dcafbdb..bf3cb12 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationCalculationType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationCalculationType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationContributionType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationContributionType.php index 7e71ae8..9584097 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationContributionType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationContributionType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationLine.php index 7777306..be0e748 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/SuperannuationLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TFNExemptionType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TFNExemptionType.php index 919b5e3..674c724 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TFNExemptionType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TFNExemptionType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxDeclaration.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxDeclaration.php index c450693..8724103 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxDeclaration.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxDeclaration.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxLine.php index 377ac65..eb5d7b5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxScaleType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxScaleType.php index 7d938e3..be9b1f5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxScaleType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TaxScaleType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheet.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheet.php index ebde0ce..b717d8e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheet.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheet.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetLine.php index 474127b..ebf54b7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetObject.php index 623a98b..02a47e9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetStatus.php index a71d747..46679f1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/TimesheetStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheets.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheets.php index f0475b4..ca47903 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheets.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/Timesheets.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ValidationError.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ValidationError.php index 444595f..4da7e6a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ValidationError.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/ValidationError.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/WorkCondition.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/WorkCondition.php index 4f9ece2..15ec261 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/WorkCondition.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollAu/WorkCondition.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Account.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Account.php index fc1b4e9..ec1baba 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Account.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Account.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Accounts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Accounts.php index bbffe9f..4c1864a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Accounts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Accounts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Address.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Address.php index dba1119..a2520cd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Address.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Address.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/BankAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/BankAccount.php index 2a8ce77..62b3c62 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/BankAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/BankAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Benefit.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Benefit.php index 3d9c07d..9421177 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Benefit.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Benefit.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/CalendarType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/CalendarType.php index 35ccfe9..208354b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/CalendarType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/CalendarType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deduction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deduction.php index 97c2898..9d526f6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deduction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deduction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionLine.php index a40bcc0..ccca138 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionObject.php index ba3458b..8226f2e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/DeductionObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deductions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deductions.php index fce404e..0aff83a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deductions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Deductions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsLine.php index 5174bf6..c9287d5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrder.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrder.php index a093188..995a144 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrder.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrder.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrderObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrderObject.php index 115e8ca..e386a8f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrderObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrderObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrders.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrders.php index dbf52ed..99ed41c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrders.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsOrders.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRate.php index 2c71d4e..c932074 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRateObject.php index 4812c62..5788cd8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRates.php index 3d3aee3..57b0db1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsRates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplate.php index fa6a485..dd161cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplateObject.php index e0fd744..d870e75 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EarningsTemplateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employee.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employee.php index 4391e1c..e5c3118 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employee.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employee.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeEarningsTemplates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeEarningsTemplates.php index 895619c..d22a3a5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeEarningsTemplates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeEarningsTemplates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeave.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeave.php index 5f2d3d7..9c5faff 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeave.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeave.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalance.php index a452fbe..03c68c3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalances.php index 611dd92..dcd6819 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveObject.php index 02aba17..c19bf1c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetup.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetup.php index ae32fbd..af6fe8a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetup.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetup.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetupObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetupObject.php index c5fc0ea..9691608 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetupObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveSetupObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveType.php index 9dfebd7..6202b5e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypeObject.php index f3273cf..87bdb5e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypes.php index 63c0212..c98c876 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaveTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaves.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaves.php index f1d7757..bbf1a14 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaves.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeLeaves.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeObject.php index d5ce68c..6cbe6cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalance.php index d944077..f060329 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalancesObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalancesObject.php index 2d6a265..af47df4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalancesObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeOpeningBalancesObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplate.php index f246954..2a90a79 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplateObject.php index d41ea9c..624be4f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplates.php index 009fd1a..8d9d530 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeePayTemplates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalance.php index fa2798e..de3e142 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalanceObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalanceObject.php index 2c3b304..691a1f0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalanceObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveBalanceObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveSummary.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveSummary.php index 090b6a4..2ce2cc0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveSummary.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeaveSummary.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeavesSummaries.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeavesSummaries.php index 169e6af..fe45135 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeavesSummaries.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutoryLeavesSummaries.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeave.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeave.php index 210d339..d9abe06 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeave.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeave.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaveObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaveObject.php index 7f0ac89..498a9f6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaveObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaveObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaves.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaves.php index 9d781a1..5b3c793 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaves.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeStatutorySickLeaves.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTax.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTax.php index 8e5f48b..8de67de 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTax.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTax.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTaxObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTaxObject.php index 6ddf51c..8a69132 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTaxObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmployeeTaxObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employees.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employees.php index f278eb5..56176c3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employees.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employees.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employment.php index f28396f..ce3a375 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Employment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmploymentObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmploymentObject.php index de4f77d..61743b0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmploymentObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/EmploymentObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/GrossEarningsHistory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/GrossEarningsHistory.php index b7268ee..ac35dc5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/GrossEarningsHistory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/GrossEarningsHistory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/InvalidField.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/InvalidField.php index cbe4791..7309fc5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/InvalidField.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/InvalidField.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveAccrualLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveAccrualLine.php index eeee2f5..6fc9950 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveAccrualLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveAccrualLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveEarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveEarningsLine.php index 0fa403a..ddff395 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveEarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveEarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriod.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriod.php index 78a063b..3e0620c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriod.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriod.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriods.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriods.php index b6eeb0e..0af6561 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriods.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeavePeriods.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveType.php index 7864f24..1a30c72 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypeObject.php index e1e2250..63ad9e6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypes.php index fa75244..290659b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/LeaveTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ModelInterface.php index aea30d0..1fc0b0c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Pagination.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Pagination.php index 4506fcc..03dc987 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Pagination.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Pagination.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRun.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRun.php index 06b753c..959f25b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRun.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRun.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendar.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendar.php index 9d28482..09ef414 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendar.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendar.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendarObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendarObject.php index 95eb0c9..3b91b93 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendarObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendarObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendars.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendars.php index 85beaa3..14746e2 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendars.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunCalendars.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunObject.php index c2383d7..f1b847f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRunObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRuns.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRuns.php index 89ee018..0fb14cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRuns.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PayRuns.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlip.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlip.php index 976f7c6..82a1a47 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlip.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlip.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlipObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlipObject.php index 31ba81a..6404b6b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlipObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlipObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlips.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlips.php index c70ea7f..6e03c01 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlips.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaySlips.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentLine.php index f87e330..2205c2b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethod.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethod.php index 14f9931..dc29603 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethod.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethod.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethodObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethodObject.php index 36eddfc..525e552 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethodObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/PaymentMethodObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Problem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Problem.php index 46d209f..8c01fb0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Problem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Problem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursement.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursement.php index f976f40..7391d3a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursement.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursement.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementLine.php index 4c44825..56c0f61 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementObject.php index 53c4441..192ac62 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/ReimbursementObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursements.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursements.php index f4115e4..ed9ef9d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursements.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Reimbursements.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWage.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWage.php index 79721ff..61eea08 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWage.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWage.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWageObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWageObject.php index c07f4d7..e652c56 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWageObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWageObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWages.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWages.php index df9c119..8a37438 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWages.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SalaryAndWages.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Settings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Settings.php index b36a040..7b002a3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Settings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Settings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeduction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeduction.php index bc2a5e8..d367ede 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeduction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeduction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionCategory.php index 51fadf8..7e5e17c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionLine.php index a2d1b69..1177809 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionObject.php index 74d512a..e239331 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductionObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductions.php index a91a07c..56bc9dd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/StatutoryDeductions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationLine.php index b63ed66..3ace8b3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationObject.php index fa469cb..0365213 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/SuperannuationObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Superannuations.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Superannuations.php index 37fe332..f85935c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Superannuations.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Superannuations.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxCode.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxCode.php index ea2e7b3..faa35f7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxCode.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxCode.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxLine.php index 740a7e5..9349d10 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxSettings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxSettings.php index caee415..ebb4263 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxSettings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TaxSettings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheet.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheet.php index bcf1da3..e4b4709 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheet.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheet.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetEarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetEarningsLine.php index 52ba9fe..1ed0c1f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetEarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetEarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLine.php index a013e6c..f0efd29 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLineObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLineObject.php index 251316f..95011c5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLineObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetLineObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetObject.php index 58b6fd8..b6ec1ad 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TimesheetObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheets.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheets.php index 403043d..07e3e0b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheets.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/Timesheets.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategories.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategories.php index bd627b6..f70b42f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategories.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategories.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategory.php index 8bd6095..509b8e6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollNz/TrackingCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Account.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Account.php index 5c5f69a..32a5dab 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Account.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Account.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Accounts.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Accounts.php index 719a033..69c8f1f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Accounts.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Accounts.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Address.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Address.php index 90d7e7e..4431836 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Address.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Address.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BankAccount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BankAccount.php index 0bf5f9a..83bc1f0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BankAccount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BankAccount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefit.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefit.php index f8f28e3..5a52d9e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefit.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefit.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitLine.php index f4e262f..4d340dd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitObject.php index 0989b29..3db35e5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/BenefitObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefits.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefits.php index e2c8f46..628def9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefits.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Benefits.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/CourtOrderLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/CourtOrderLine.php index aa5f754..5958b51 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/CourtOrderLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/CourtOrderLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deduction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deduction.php index ab6b782..657a62b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deduction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deduction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionLine.php index 0453acd..a651f48 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionObject.php index 0e7e7f5..12544f1 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/DeductionObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deductions.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deductions.php index 1f728df..39de64d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deductions.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Deductions.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsLine.php index 75087ca..37cb4e7 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrder.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrder.php index c6c007e..834a808 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrder.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrder.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrderObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrderObject.php index 2834a3d..b13bf30 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrderObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrderObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrders.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrders.php index cfee64f..dc5b503 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrders.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsOrders.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRate.php index 604bae9..7313695 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRateObject.php index 1e43d62..b7158e0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRates.php index ae2e81b..df14bff 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsRates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplate.php index 02c80cc..05d0889 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplateObject.php index 26024dc..9f18be5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EarningsTemplateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employee.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employee.php index 6f6457b..aa67002 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employee.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employee.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeave.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeave.php index 1a003ed..7b28265 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeave.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeave.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalance.php index 0fe8345..99c94fb 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalances.php index db787ee..3c9cd91 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveObject.php index dbe3f74..51a3b55 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveType.php index 594cf39..283a2d3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypeObject.php index 61d42c4..1a5ba49 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypes.php index b447064..e73eab4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaveTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaves.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaves.php index ab74eed..90b1d78 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaves.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeLeaves.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeObject.php index 9649a66..69932f0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalances.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalances.php index 7817bb7..cd12238 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalances.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalances.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalancesObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalancesObject.php index 51b56b5..cc63e8d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalancesObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeOpeningBalancesObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplate.php index d877417..1cc184f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplateObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplateObject.php index f5f66fd..719a7a5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplateObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplateObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplates.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplates.php index 93505fa..856056b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplates.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeePayTemplates.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalance.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalance.php index cf75562..38c83c4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalance.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalance.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalanceObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalanceObject.php index eb3ac77..813b31c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalanceObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveBalanceObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveSummary.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveSummary.php index 1a2ea6e..22278cc 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveSummary.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeaveSummary.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeavesSummaries.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeavesSummaries.php index 90fc12f..e2d5dd3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeavesSummaries.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutoryLeavesSummaries.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeave.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeave.php index f356980..2ae706e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeave.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeave.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaveObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaveObject.php index 720b1d0..9f1688b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaveObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaveObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaves.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaves.php index 4edc094..d034023 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaves.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeStatutorySickLeaves.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTax.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTax.php index 975d94f..3c278af 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTax.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTax.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTaxObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTaxObject.php index 0d6f893..5fbaf71 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTaxObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmployeeTaxObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employees.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employees.php index b9a5ad1..e6cf3bd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employees.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employees.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employment.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employment.php index 47a00d6..4192d18 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employment.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Employment.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmploymentObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmploymentObject.php index 0058107..5589b92 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmploymentObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/EmploymentObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/InvalidField.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/InvalidField.php index 56fd7f3..280dde9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/InvalidField.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/InvalidField.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveAccrualLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveAccrualLine.php index 22e2d29..e6892b5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveAccrualLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveAccrualLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveEarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveEarningsLine.php index 27db593..925b42a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveEarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveEarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriod.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriod.php index 58dd8c2..8b1d9e3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriod.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriod.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriods.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriods.php index b4a785b..a34c355 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriods.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeavePeriods.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveType.php index ae95b0d..84ca160 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypeObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypeObject.php index 106a3f7..28f6eb9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypeObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypeObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypes.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypes.php index 1478948..ca2270b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypes.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/LeaveTypes.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ModelInterface.php index e5f4864..e908870 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Pagination.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Pagination.php index 9c19754..00c11e0 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Pagination.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Pagination.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRun.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRun.php index ae4b7c6..52572b5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRun.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRun.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendar.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendar.php index 345e6f4..e1370fa 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendar.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendar.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendarObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendarObject.php index 2557b29..82dc359 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendarObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendarObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendars.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendars.php index ed279a2..cf1d10f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendars.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunCalendars.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunObject.php index 8c3b9ee..4165c84 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRunObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRuns.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRuns.php index 61a5e34..650edb4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRuns.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayRuns.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentLine.php index f356e33..ca59559 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethod.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethod.php index 233cc34..bd8b8b3 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethod.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethod.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethodObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethodObject.php index 6aa35aa..bc90295 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethodObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PaymentMethodObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslip.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslip.php index 7b7b3d0..b59c7d8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslip.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslip.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayslipObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayslipObject.php index fac6039..a5a856b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayslipObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/PayslipObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslips.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslips.php index faff82b..71ca7b6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslips.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Payslips.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Problem.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Problem.php index 60d0a2d..f022c96 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Problem.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Problem.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursement.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursement.php index 10a5f31..35d9bb4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursement.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursement.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementLine.php index e717147..9a834b9 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementObject.php index 535e96e..a709b9e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/ReimbursementObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursements.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursements.php index 6669692..daf4a65 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursements.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Reimbursements.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWage.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWage.php index fe0876d..d35a035 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWage.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWage.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWageObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWageObject.php index 22b5b88..34f7879 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWageObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWageObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWages.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWages.php index 80f50bf..13d59dd 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWages.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/SalaryAndWages.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Settings.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Settings.php index 0223c18..d4d9cc8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Settings.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Settings.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeduction.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeduction.php index cbaea48..f64242c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeduction.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeduction.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeductionCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeductionCategory.php index 54df8eb..86be19c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeductionCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/StatutoryDeductionCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TaxLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TaxLine.php index 6103ffe..09077c5 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TaxLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TaxLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheet.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheet.php index cc29283..2a44a4d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheet.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheet.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetEarningsLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetEarningsLine.php index 537a0a1..8ceba10 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetEarningsLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetEarningsLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLine.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLine.php index f0b83e2..6e2519b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLine.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLine.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLineObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLineObject.php index 11636b0..c9e87b4 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLineObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetLineObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetObject.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetObject.php index 75b6cce..6179815 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetObject.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TimesheetObject.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheets.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheets.php index 232bb82..eff5e95 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheets.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/Timesheets.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategories.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategories.php index 0a00011..9a1b71a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategories.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategories.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategory.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategory.php index b28c3dd..64c1a40 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategory.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/PayrollUk/TrackingCategory.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Amount.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Amount.php index bdd85ce..be97dce 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Amount.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Amount.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ChargeType.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ChargeType.php index 2952a27..bdfb617 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ChargeType.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ChargeType.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/CurrencyCode.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/CurrencyCode.php index f65ed36..0166200 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/CurrencyCode.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/CurrencyCode.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Error.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Error.php index 6893332..c57419a 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Error.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Error.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ModelInterface.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ModelInterface.php index 0cf9efc..8eee231 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ModelInterface.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ModelInterface.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Pagination.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Pagination.php index 555eb46..3c8d11f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Pagination.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Pagination.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Project.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Project.php index 0fb664f..8a7cdf8 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Project.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Project.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectCreateOrUpdate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectCreateOrUpdate.php index 2b65f8e..911c5ed 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectCreateOrUpdate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectCreateOrUpdate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectPatch.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectPatch.php index e6fc78a..375c5ba 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectPatch.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectPatch.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectStatus.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectStatus.php index 9c043c0..240092d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectStatus.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectStatus.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUser.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUser.php index 0cafdb9..7aeea76 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUser.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUser.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUsers.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUsers.php index 1a7ff47..dde269c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUsers.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/ProjectUsers.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Projects.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Projects.php index 1039c98..de0067b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Projects.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Projects.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Task.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Task.php index f80aae5..c9f859d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Task.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Task.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TaskCreateOrUpdate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TaskCreateOrUpdate.php index c720b2e..1c69b4b 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TaskCreateOrUpdate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TaskCreateOrUpdate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Tasks.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Tasks.php index b778399..1452820 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Tasks.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/Tasks.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntries.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntries.php index a07fe13..11669d6 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntries.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntries.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntry.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntry.php index f83c02b..3151c1e 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntry.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntry.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntryCreateOrUpdate.php b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntryCreateOrUpdate.php index 205c393..6cef72c 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntryCreateOrUpdate.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/Models/Project/TimeEntryCreateOrUpdate.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollAuObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollAuObjectSerializer.php index 4ad954d..24343cf 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollAuObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollAuObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollNzObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollNzObjectSerializer.php index aa5188b..50d457f 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollNzObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollNzObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollUkObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollUkObjectSerializer.php index d5f93e9..9fbf424 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollUkObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/PayrollUkObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/ProjectObjectSerializer.php b/lib/packages/xeroapi/xero-php-oauth2/lib/ProjectObjectSerializer.php index 16d6fde..e8ef7da 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/ProjectObjectSerializer.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/ProjectObjectSerializer.php @@ -10,7 +10,7 @@ * @link https://openapi-generator.tech * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/lib/packages/xeroapi/xero-php-oauth2/lib/StringUtil.php b/lib/packages/xeroapi/xero-php-oauth2/lib/StringUtil.php index 534a432..033b06d 100644 --- a/lib/packages/xeroapi/xero-php-oauth2/lib/StringUtil.php +++ b/lib/packages/xeroapi/xero-php-oauth2/lib/StringUtil.php @@ -9,7 +9,7 @@ * @link * * @license MIT - * Modified by woocommerce on 01-July-2024 using Strauss. + * Modified by woocommerce on 22-July-2024 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/woocommerce-xero.php b/woocommerce-xero.php index 2c8e87e..ac5ee3c 100644 --- a/woocommerce-xero.php +++ b/woocommerce-xero.php @@ -6,15 +6,15 @@ * Description: Integrates WooCommerce with the Xero accounting software. * Author: WooCommerce * Author URI: https://woocommerce.com/ - * Version: 1.8.7 + * Version: 1.8.8 * Text Domain: woocommerce-xero * Domain Path: /languages/ * Requires at least: 6.4 - * Tested up to: 6.5 + * Tested up to: 6.6 * Requires PHP: 7.4 * PHP tested up to: 8.3 - * WC tested up to: 9.0 - * WC requires at least: 8.8 + * WC tested up to: 9.1 + * WC requires at least: 8.9 * * Copyright 2019 WooCommerce * @@ -43,7 +43,7 @@ define( 'WC_XERO_ABSURL', plugin_dir_url( __FILE__ ) . '/' ); } -define( 'WC_XERO_VERSION', '1.8.7' ); // WRCS: DEFINED_VERSION. +define( 'WC_XERO_VERSION', '1.8.8' ); // WRCS: DEFINED_VERSION. // ActionScheduler group. define( 'WC_XERO_AS_GROUP', 'wc_xero' );