diff --git a/docs/v2/accounting/index.html b/docs/v2/accounting/index.html index 37dc7b7c..a93b03f4 100644 --- a/docs/v2/accounting/index.html +++ b/docs/v2/accounting/index.html @@ -6338,7 +6338,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods createAccount diff --git a/docs/v2/appstore/index.html b/docs/v2/appstore/index.html index 10ebd1b3..573c3371 100644 --- a/docs/v2/appstore/index.html +++ b/docs/v2/appstore/index.html @@ -1240,7 +1240,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods getSubscription diff --git a/docs/v2/assets/index.html b/docs/v2/assets/index.html index 857d1936..ab4056e4 100644 --- a/docs/v2/assets/index.html +++ b/docs/v2/assets/index.html @@ -1391,7 +1391,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods createAsset diff --git a/docs/v2/files/index.html b/docs/v2/files/index.html index a9d81b2c..4e8f50a1 100644 --- a/docs/v2/files/index.html +++ b/docs/v2/files/index.html @@ -1169,7 +1169,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods createFileAssociation diff --git a/docs/v2/finance/index.html b/docs/v2/finance/index.html index c04f88e4..5d442631 100644 --- a/docs/v2/finance/index.html +++ b/docs/v2/finance/index.html @@ -2736,7 +2736,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods getAccountingActivityAccountUsage diff --git a/docs/v2/payroll_au/index.html b/docs/v2/payroll_au/index.html index 1f083b81..25449b73 100644 --- a/docs/v2/payroll_au/index.html +++ b/docs/v2/payroll_au/index.html @@ -3411,7 +3411,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods approveLeaveApplication diff --git a/docs/v2/payroll_nz/index.html b/docs/v2/payroll_nz/index.html index 2b903b87..28e87bbc 100644 --- a/docs/v2/payroll_nz/index.html +++ b/docs/v2/payroll_nz/index.html @@ -4030,7 +4030,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods approveTimesheet diff --git a/docs/v2/payroll_uk/index.html b/docs/v2/payroll_uk/index.html index c43b24b9..30a34a0c 100644 --- a/docs/v2/payroll_uk/index.html +++ b/docs/v2/payroll_uk/index.html @@ -3516,7 +3516,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods approveTimesheet diff --git a/docs/v2/projects/index.html b/docs/v2/projects/index.html index a12e06fd..58a3cb6b 100644 --- a/docs/v2/projects/index.html +++ b/docs/v2/projects/index.html @@ -1461,7 +1461,7 @@ SDK: - VSN: 7.3.0 + VSN: 13.3.0 Methods createProject diff --git a/lib/Configuration.php b/lib/Configuration.php index 59ae0fb4..df7dae98 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -697,7 +697,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL; - $report .= ' SDK Package Version: 7.3.0' . PHP_EOL; + $report .= ' SDK Package Version: 13.3.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;