From 5f7c9f9d5c8c4e79406163bdabe2f8f05de28130 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:19:16 +0000 Subject: [PATCH 1/5] Automated update by SDK Generator version:2.5.2 commit:fed9f88 --- src/gen/docs/models/HrisCompany.md | 2 ++ src/gen/lib/Model/HrisCompany.php | 30 ++++++++++++++++++++++++++ src/gen/test/Model/HrisCompanyTest.php | 9 ++++++++ 3 files changed, 41 insertions(+) diff --git a/src/gen/docs/models/HrisCompany.md b/src/gen/docs/models/HrisCompany.md index 6922df15a9..e0e61956f4 100644 --- a/src/gen/docs/models/HrisCompany.md +++ b/src/gen/docs/models/HrisCompany.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes `subdomain` | **string** | | [optional] `status` | **string** | | [optional] `company_number` | **string** | An Company Number, Company ID or Company Code, is a unique number that has been assigned to each company. | [optional] +`currency` | [**\Apideck\Client\Model\Currency**](Currency.md) | | [optional] `addresses` | [**\Apideck\Client\Model\Address[]**](Address.md) | | [optional] `phone_numbers` | [**\Apideck\Client\Model\PhoneNumber[]**](PhoneNumber.md) | | [optional] `emails` | [**\Apideck\Client\Model\Email[]**](Email.md) | | [optional] @@ -48,6 +49,7 @@ Name | Type | Description | Notes +* [`Currency`](Currency.md) * [`Address`](Address.md) * [`PhoneNumber`](PhoneNumber.md) * [`Email`](Email.md) diff --git a/src/gen/lib/Model/HrisCompany.php b/src/gen/lib/Model/HrisCompany.php index 2bea31e316..42cc0eec61 100644 --- a/src/gen/lib/Model/HrisCompany.php +++ b/src/gen/lib/Model/HrisCompany.php @@ -65,6 +65,7 @@ class HrisCompany implements ModelInterface, ArrayAccess, \JsonSerializable 'subdomain' => 'string', 'status' => 'string', 'company_number' => 'string', + 'currency' => '\Apideck\Client\Model\Currency', 'addresses' => '\Apideck\Client\Model\Address[]', 'phone_numbers' => '\Apideck\Client\Model\PhoneNumber[]', 'emails' => '\Apideck\Client\Model\Email[]', @@ -91,6 +92,7 @@ class HrisCompany implements ModelInterface, ArrayAccess, \JsonSerializable 'subdomain' => null, 'status' => null, 'company_number' => null, + 'currency' => null, 'addresses' => null, 'phone_numbers' => null, 'emails' => null, @@ -136,6 +138,7 @@ public static function openAPIFormats() 'subdomain' => 'subdomain', 'status' => 'status', 'company_number' => 'company_number', + 'currency' => 'currency', 'addresses' => 'addresses', 'phone_numbers' => 'phone_numbers', 'emails' => 'emails', @@ -160,6 +163,7 @@ public static function openAPIFormats() 'subdomain' => 'setSubdomain', 'status' => 'setStatus', 'company_number' => 'setCompanyNumber', + 'currency' => 'setCurrency', 'addresses' => 'setAddresses', 'phone_numbers' => 'setPhoneNumbers', 'emails' => 'setEmails', @@ -184,6 +188,7 @@ public static function openAPIFormats() 'subdomain' => 'getSubdomain', 'status' => 'getStatus', 'company_number' => 'getCompanyNumber', + 'currency' => 'getCurrency', 'addresses' => 'getAddresses', 'phone_numbers' => 'getPhoneNumbers', 'emails' => 'getEmails', @@ -278,6 +283,7 @@ public function __construct(array $data = null) $this->container['subdomain'] = $data['subdomain'] ?? null; $this->container['status'] = $data['status'] ?? null; $this->container['company_number'] = $data['company_number'] ?? null; + $this->container['currency'] = $data['currency'] ?? null; $this->container['addresses'] = $data['addresses'] ?? null; $this->container['phone_numbers'] = $data['phone_numbers'] ?? null; $this->container['emails'] = $data['emails'] ?? null; @@ -511,6 +517,30 @@ public function setCompanyNumber($company_number) return $this; } + /** + * Gets currency + * + * @return \Apideck\Client\Model\Currency|null + */ + public function getCurrency() + { + return $this->container['currency']; + } + + /** + * Sets currency + * + * @param \Apideck\Client\Model\Currency|null $currency currency + * + * @return self + */ + public function setCurrency($currency) + { + $this->container['currency'] = $currency; + + return $this; + } + /** * Gets addresses * diff --git a/src/gen/test/Model/HrisCompanyTest.php b/src/gen/test/Model/HrisCompanyTest.php index 5abc4fcf1d..ff0d4ab3a5 100644 --- a/src/gen/test/Model/HrisCompanyTest.php +++ b/src/gen/test/Model/HrisCompanyTest.php @@ -133,6 +133,15 @@ public function testPropertyCompanyNumber() $this->markTestIncomplete('Not implemented'); } + /** + * Test attribute "currency" + */ + public function testPropertyCurrency() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + /** * Test attribute "addresses" */ From 9870c0d3c333e2c1c7ec7efba2c4693185dd1320 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:06:59 +0000 Subject: [PATCH 2/5] Automated update by SDK Generator version:2.5.2 commit:4fd35a0 --- src/gen/docs/models/Bill.md | 2 +- src/gen/lib/Model/Bill.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gen/docs/models/Bill.md b/src/gen/docs/models/Bill.md index 4bfc5dc3bc..6f374be908 100644 --- a/src/gen/docs/models/Bill.md +++ b/src/gen/docs/models/Bill.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- `id` | **string** | A unique identifier for an object. | [optional] `downstream_id` | **string** | The third-party API ID of original entity | [optional] -`bill_number` | **string** | | [optional] +`bill_number` | **string** | Reference to supplier bill number | [optional] `supplier` | [**\Apideck\Client\Model\LinkedSupplier**](LinkedSupplier.md) | | [optional] `currency` | [**\Apideck\Client\Model\Currency**](Currency.md) | | [optional] `currency_rate` | **float** | Currency Exchange Rate at the time entity was recorded/generated. | [optional] diff --git a/src/gen/lib/Model/Bill.php b/src/gen/lib/Model/Bill.php index fe0ac9309b..e8a94d017a 100644 --- a/src/gen/lib/Model/Bill.php +++ b/src/gen/lib/Model/Bill.php @@ -500,7 +500,7 @@ public function getBillNumber() /** * Sets bill_number * - * @param string|null $bill_number bill_number + * @param string|null $bill_number Reference to supplier bill number * * @return self */ From 50c317ce1680634bd7a7a78dfa7186bb5de3c4a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:04:59 +0000 Subject: [PATCH 3/5] Automated update by SDK Generator version:2.5.2 commit:0960c92 --- src/gen/.openapi-generator/FILES | 3 - src/gen/docs/models/EmployeePayroll.md | 24 +- src/gen/docs/models/EmployeePayrolls.md | 23 -- .../models/GetEmployeePayrollsResponse.md | 4 +- src/gen/lib/Model/EmployeePayroll.php | 347 +++++++++++++++-- src/gen/lib/Model/EmployeePayrolls.php | 350 ------------------ .../lib/Model/GetEmployeePayrollsResponse.php | 6 +- src/gen/test/Model/EmployeePayrollTest.php | 80 +++- src/gen/test/Model/EmployeePayrollsTest.php | 99 ----- 9 files changed, 420 insertions(+), 516 deletions(-) delete mode 100644 src/gen/docs/models/EmployeePayrolls.md delete mode 100644 src/gen/lib/Model/EmployeePayrolls.php delete mode 100644 src/gen/test/Model/EmployeePayrollsTest.php diff --git a/src/gen/.openapi-generator/FILES b/src/gen/.openapi-generator/FILES index 08f6a4dc4a..5dbe25d5dd 100644 --- a/src/gen/.openapi-generator/FILES +++ b/src/gen/.openapi-generator/FILES @@ -245,7 +245,6 @@ docs/Model/EmployeeJob.md docs/Model/EmployeeList.md docs/Model/EmployeeManager.md docs/Model/EmployeePayroll.md -docs/Model/EmployeePayrolls.md docs/Model/EmployeeSchedules.md docs/Model/EmployeesFilter.md docs/Model/EmployeesSort.md @@ -848,7 +847,6 @@ lib/Model/EmployeeJob.php lib/Model/EmployeeList.php lib/Model/EmployeeManager.php lib/Model/EmployeePayroll.php -lib/Model/EmployeePayrolls.php lib/Model/EmployeeSchedules.php lib/Model/EmployeesFilter.php lib/Model/EmployeesSort.php @@ -1447,7 +1445,6 @@ test/Model/EmployeeJobTest.php test/Model/EmployeeListTest.php test/Model/EmployeeManagerTest.php test/Model/EmployeePayrollTest.php -test/Model/EmployeePayrollsTest.php test/Model/EmployeeSchedulesTest.php test/Model/EmployeeTest.php test/Model/EmployeesFilterTest.php diff --git a/src/gen/docs/models/EmployeePayroll.md b/src/gen/docs/models/EmployeePayroll.md index 48858c969f..6f58f7f662 100644 --- a/src/gen/docs/models/EmployeePayroll.md +++ b/src/gen/docs/models/EmployeePayroll.md @@ -5,16 +5,32 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -`employee` | [**\Apideck\Client\Model\Employee**](Employee.md) | | [optional] -`payroll` | [**\Apideck\Client\Model\Payroll**](Payroll.md) | | [optional] +`id` | **string** | A unique identifier for an object. | +`processed` | **bool** | Whether or not the payroll has been successfully processed. Note that processed payrolls cannot be updated. | +`check_date` | **string** | The date on which employees will be paid for the payroll. | +`start_date` | **string** | The start date, inclusive, of the pay period. | +`end_date` | **string** | The end date, inclusive, of the pay period. | +`employee_id` | **string** | ID of the employee | [optional] +`company_id` | **string** | The unique identifier of the company. | [optional] +`processed_date` | **string** | The date the payroll was processed. | [optional] +`totals` | [**\Apideck\Client\Model\PayrollTotals**](.md) | | [optional] +`compensations` | [**\Apideck\Client\Model\Compensation[]**](Compensation.md) | An array of compensations for the payroll. | [optional] ## Referenced Types: -* [`Employee`](Employee.md) -* [`Payroll`](Payroll.md) + + + + + + + + +* [``](.md) +* [`Compensation`](Compensation.md) --- diff --git a/src/gen/docs/models/EmployeePayrolls.md b/src/gen/docs/models/EmployeePayrolls.md deleted file mode 100644 index 4f9ad9c674..0000000000 --- a/src/gen/docs/models/EmployeePayrolls.md +++ /dev/null @@ -1,23 +0,0 @@ -# Apideck.EmployeePayrolls - -### Description - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -`employee` | [**\Apideck\Client\Model\Employee**](Employee.md) | | [optional] -`payrolls` | [**\Apideck\Client\Model\Payroll[]**](Payroll.md) | | [optional] - - - - - -## Referenced Types: -* [`Employee`](Employee.md) -* [`Payroll`](Payroll.md) - ---- - -[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) - - diff --git a/src/gen/docs/models/GetEmployeePayrollsResponse.md b/src/gen/docs/models/GetEmployeePayrollsResponse.md index 3d8a75b781..c318f77bfd 100644 --- a/src/gen/docs/models/GetEmployeePayrollsResponse.md +++ b/src/gen/docs/models/GetEmployeePayrollsResponse.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes `service` | **string** | Apideck ID of service provider | `resource` | **string** | Unified API resource name | `operation` | **string** | Operation performed | -`data` | [**\Apideck\Client\Model\EmployeePayrolls**](EmployeePayrolls.md) | | +`data` | [**\Apideck\Client\Model\EmployeePayroll[]**](EmployeePayroll.md) | | @@ -22,7 +22,7 @@ Name | Type | Description | Notes -* [`EmployeePayrolls`](EmployeePayrolls.md) +* [`EmployeePayroll`](EmployeePayroll.md) --- diff --git a/src/gen/lib/Model/EmployeePayroll.php b/src/gen/lib/Model/EmployeePayroll.php index 1df1df0559..ac6e43c380 100644 --- a/src/gen/lib/Model/EmployeePayroll.php +++ b/src/gen/lib/Model/EmployeePayroll.php @@ -59,8 +59,16 @@ class EmployeePayroll implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'employee' => '\Apideck\Client\Model\Employee', - 'payroll' => '\Apideck\Client\Model\Payroll' + 'id' => 'string', + 'processed' => 'bool', + 'check_date' => 'string', + 'start_date' => 'string', + 'end_date' => 'string', + 'employee_id' => 'string', + 'company_id' => 'string', + 'processed_date' => 'string', + 'totals' => '\Apideck\Client\Model\PayrollTotals', + 'compensations' => '\Apideck\Client\Model\Compensation[]' ]; /** @@ -71,8 +79,16 @@ class EmployeePayroll implements ModelInterface, ArrayAccess, \JsonSerializable * @psalm-var array */ protected static $openAPIFormats = [ - 'employee' => null, - 'payroll' => null + 'id' => null, + 'processed' => null, + 'check_date' => null, + 'start_date' => null, + 'end_date' => null, + 'employee_id' => null, + 'company_id' => null, + 'processed_date' => null, + 'totals' => null, + 'compensations' => null ]; /** @@ -102,8 +118,16 @@ public static function openAPIFormats() * @var string[] */ protected static $attributeMap = [ - 'employee' => 'employee', - 'payroll' => 'payroll' + 'id' => 'id', + 'processed' => 'processed', + 'check_date' => 'check_date', + 'start_date' => 'start_date', + 'end_date' => 'end_date', + 'employee_id' => 'employee_id', + 'company_id' => 'company_id', + 'processed_date' => 'processed_date', + 'totals' => 'totals', + 'compensations' => 'compensations' ]; /** @@ -112,8 +136,16 @@ public static function openAPIFormats() * @var string[] */ protected static $setters = [ - 'employee' => 'setEmployee', - 'payroll' => 'setPayroll' + 'id' => 'setId', + 'processed' => 'setProcessed', + 'check_date' => 'setCheckDate', + 'start_date' => 'setStartDate', + 'end_date' => 'setEndDate', + 'employee_id' => 'setEmployeeId', + 'company_id' => 'setCompanyId', + 'processed_date' => 'setProcessedDate', + 'totals' => 'setTotals', + 'compensations' => 'setCompensations' ]; /** @@ -122,8 +154,16 @@ public static function openAPIFormats() * @var string[] */ protected static $getters = [ - 'employee' => 'getEmployee', - 'payroll' => 'getPayroll' + 'id' => 'getId', + 'processed' => 'getProcessed', + 'check_date' => 'getCheckDate', + 'start_date' => 'getStartDate', + 'end_date' => 'getEndDate', + 'employee_id' => 'getEmployeeId', + 'company_id' => 'getCompanyId', + 'processed_date' => 'getProcessedDate', + 'totals' => 'getTotals', + 'compensations' => 'getCompensations' ]; /** @@ -183,8 +223,16 @@ public function getModelName() */ public function __construct(array $data = null) { - $this->container['employee'] = $data['employee'] ?? null; - $this->container['payroll'] = $data['payroll'] ?? null; + $this->container['id'] = $data['id'] ?? null; + $this->container['processed'] = $data['processed'] ?? null; + $this->container['check_date'] = $data['check_date'] ?? null; + $this->container['start_date'] = $data['start_date'] ?? null; + $this->container['end_date'] = $data['end_date'] ?? null; + $this->container['employee_id'] = $data['employee_id'] ?? null; + $this->container['company_id'] = $data['company_id'] ?? null; + $this->container['processed_date'] = $data['processed_date'] ?? null; + $this->container['totals'] = $data['totals'] ?? null; + $this->container['compensations'] = $data['compensations'] ?? null; } /** @@ -196,6 +244,37 @@ public function listInvalidProperties() { $invalidProperties = []; + if ($this->container['id'] === null) { + $invalidProperties[] = "'id' can't be null"; + } + if ($this->container['processed'] === null) { + $invalidProperties[] = "'processed' can't be null"; + } + if ($this->container['check_date'] === null) { + $invalidProperties[] = "'check_date' can't be null"; + } + if (!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $this->container['check_date'])) { + $invalidProperties[] = "invalid value for 'check_date', must be conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."; + } + + if ($this->container['start_date'] === null) { + $invalidProperties[] = "'start_date' can't be null"; + } + if (!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $this->container['start_date'])) { + $invalidProperties[] = "invalid value for 'start_date', must be conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."; + } + + if ($this->container['end_date'] === null) { + $invalidProperties[] = "'end_date' can't be null"; + } + if (!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $this->container['end_date'])) { + $invalidProperties[] = "invalid value for 'end_date', must be conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."; + } + + if (!is_null($this->container['processed_date']) && !preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $this->container['processed_date'])) { + $invalidProperties[] = "invalid value for 'processed_date', must be conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."; + } + return $invalidProperties; } @@ -212,49 +291,261 @@ public function valid() /** - * Gets employee + * Gets id + * + * @return string + */ + public function getId() + { + return $this->container['id']; + } + + /** + * Sets id + * + * @param string $id A unique identifier for an object. + * + * @return self + */ + public function setId($id) + { + $this->container['id'] = $id; + + return $this; + } + + /** + * Gets processed + * + * @return bool + */ + public function getProcessed() + { + return $this->container['processed']; + } + + /** + * Sets processed + * + * @param bool $processed Whether or not the payroll has been successfully processed. Note that processed payrolls cannot be updated. + * + * @return self + */ + public function setProcessed($processed) + { + $this->container['processed'] = $processed; + + return $this; + } + + /** + * Gets check_date + * + * @return string + */ + public function getCheckDate() + { + return $this->container['check_date']; + } + + /** + * Sets check_date + * + * @param string $check_date The date on which employees will be paid for the payroll. + * + * @return self + */ + public function setCheckDate($check_date) + { + + if ((!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $check_date))) { + throw new \InvalidArgumentException("invalid value for $check_date when calling EmployeePayroll., must conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."); + } + + $this->container['check_date'] = $check_date; + + return $this; + } + + /** + * Gets start_date + * + * @return string + */ + public function getStartDate() + { + return $this->container['start_date']; + } + + /** + * Sets start_date + * + * @param string $start_date The start date, inclusive, of the pay period. + * + * @return self + */ + public function setStartDate($start_date) + { + + if ((!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $start_date))) { + throw new \InvalidArgumentException("invalid value for $start_date when calling EmployeePayroll., must conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."); + } + + $this->container['start_date'] = $start_date; + + return $this; + } + + /** + * Gets end_date + * + * @return string + */ + public function getEndDate() + { + return $this->container['end_date']; + } + + /** + * Sets end_date + * + * @param string $end_date The end date, inclusive, of the pay period. + * + * @return self + */ + public function setEndDate($end_date) + { + + if ((!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $end_date))) { + throw new \InvalidArgumentException("invalid value for $end_date when calling EmployeePayroll., must conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."); + } + + $this->container['end_date'] = $end_date; + + return $this; + } + + /** + * Gets employee_id + * + * @return string|null + */ + public function getEmployeeId() + { + return $this->container['employee_id']; + } + + /** + * Sets employee_id + * + * @param string|null $employee_id ID of the employee + * + * @return self + */ + public function setEmployeeId($employee_id) + { + $this->container['employee_id'] = $employee_id; + + return $this; + } + + /** + * Gets company_id + * + * @return string|null + */ + public function getCompanyId() + { + return $this->container['company_id']; + } + + /** + * Sets company_id + * + * @param string|null $company_id The unique identifier of the company. + * + * @return self + */ + public function setCompanyId($company_id) + { + $this->container['company_id'] = $company_id; + + return $this; + } + + /** + * Gets processed_date + * + * @return string|null + */ + public function getProcessedDate() + { + return $this->container['processed_date']; + } + + /** + * Sets processed_date + * + * @param string|null $processed_date The date the payroll was processed. + * + * @return self + */ + public function setProcessedDate($processed_date) + { + + if (!is_null($processed_date) && (!preg_match("/^\\d{4}-\\d{2}-\\d{2}$/", $processed_date))) { + throw new \InvalidArgumentException("invalid value for $processed_date when calling EmployeePayroll., must conform to the pattern /^\\d{4}-\\d{2}-\\d{2}$/."); + } + + $this->container['processed_date'] = $processed_date; + + return $this; + } + + /** + * Gets totals * - * @return \Apideck\Client\Model\Employee|null + * @return \Apideck\Client\Model\PayrollTotals|null */ - public function getEmployee() + public function getTotals() { - return $this->container['employee']; + return $this->container['totals']; } /** - * Sets employee + * Sets totals * - * @param \Apideck\Client\Model\Employee|null $employee employee + * @param \Apideck\Client\Model\PayrollTotals|null $totals totals * * @return self */ - public function setEmployee($employee) + public function setTotals($totals) { - $this->container['employee'] = $employee; + $this->container['totals'] = $totals; return $this; } /** - * Gets payroll + * Gets compensations * - * @return \Apideck\Client\Model\Payroll|null + * @return \Apideck\Client\Model\Compensation[]|null */ - public function getPayroll() + public function getCompensations() { - return $this->container['payroll']; + return $this->container['compensations']; } /** - * Sets payroll + * Sets compensations * - * @param \Apideck\Client\Model\Payroll|null $payroll payroll + * @param \Apideck\Client\Model\Compensation[]|null $compensations An array of compensations for the payroll. * * @return self */ - public function setPayroll($payroll) + public function setCompensations($compensations) { - $this->container['payroll'] = $payroll; + $this->container['compensations'] = $compensations; return $this; } diff --git a/src/gen/lib/Model/EmployeePayrolls.php b/src/gen/lib/Model/EmployeePayrolls.php deleted file mode 100644 index e1791a0fac..0000000000 --- a/src/gen/lib/Model/EmployeePayrolls.php +++ /dev/null @@ -1,350 +0,0 @@ - - * @template TKey int|null - * @template TValue mixed|null - */ -class EmployeePayrolls implements ModelInterface, ArrayAccess, \JsonSerializable -{ - public const DISCRIMINATOR = null; - - /** - * The original name of the model. - * - * @var string - */ - protected static $openAPIModelName = 'EmployeePayrolls'; - - /** - * Array of property to type mappings. Used for (de)serialization - * - * @var string[] - */ - protected static $openAPITypes = [ - 'employee' => '\Apideck\Client\Model\Employee', - 'payrolls' => '\Apideck\Client\Model\Payroll[]' - ]; - - /** - * Array of property to format mappings. Used for (de)serialization - * - * @var string[] - * @phpstan-var array - * @psalm-var array - */ - protected static $openAPIFormats = [ - 'employee' => null, - 'payrolls' => null - ]; - - /** - * Array of property to type mappings. Used for (de)serialization - * - * @return array - */ - public static function openAPITypes() - { - return self::$openAPITypes; - } - - /** - * Array of property to format mappings. Used for (de)serialization - * - * @return array - */ - public static function openAPIFormats() - { - return self::$openAPIFormats; - } - - /** - * Array of attributes where the key is the local name, - * and the value is the original name - * - * @var string[] - */ - protected static $attributeMap = [ - 'employee' => 'employee', - 'payrolls' => 'payrolls' - ]; - - /** - * Array of attributes to setter functions (for deserialization of responses) - * - * @var string[] - */ - protected static $setters = [ - 'employee' => 'setEmployee', - 'payrolls' => 'setPayrolls' - ]; - - /** - * Array of attributes to getter functions (for serialization of requests) - * - * @var string[] - */ - protected static $getters = [ - 'employee' => 'getEmployee', - 'payrolls' => 'getPayrolls' - ]; - - /** - * Array of attributes where the key is the local name, - * and the value is the original name - * - * @return array - */ - public static function attributeMap() - { - return self::$attributeMap; - } - - /** - * Array of attributes to setter functions (for deserialization of responses) - * - * @return array - */ - public static function setters() - { - return self::$setters; - } - - /** - * Array of attributes to getter functions (for serialization of requests) - * - * @return array - */ - public static function getters() - { - return self::$getters; - } - - /** - * The original name of the model. - * - * @return string - */ - public function getModelName() - { - return self::$openAPIModelName; - } - - - /** - * Associative array for storing property values - * - * @var mixed[] - */ - protected $container = []; - - /** - * Constructor - * - * @param mixed[] $data Associated array of property values - * initializing the model - */ - public function __construct(array $data = null) - { - $this->container['employee'] = $data['employee'] ?? null; - $this->container['payrolls'] = $data['payrolls'] ?? null; - } - - /** - * Show all the invalid properties with reasons. - * - * @return array invalid properties with reasons - */ - public function listInvalidProperties() - { - $invalidProperties = []; - - return $invalidProperties; - } - - /** - * Validate all the properties in the model - * return true if all passed - * - * @return bool True if all properties are valid - */ - public function valid() - { - return count($this->listInvalidProperties()) === 0; - } - - - /** - * Gets employee - * - * @return \Apideck\Client\Model\Employee|null - */ - public function getEmployee() - { - return $this->container['employee']; - } - - /** - * Sets employee - * - * @param \Apideck\Client\Model\Employee|null $employee employee - * - * @return self - */ - public function setEmployee($employee) - { - $this->container['employee'] = $employee; - - return $this; - } - - /** - * Gets payrolls - * - * @return \Apideck\Client\Model\Payroll[]|null - */ - public function getPayrolls() - { - return $this->container['payrolls']; - } - - /** - * Sets payrolls - * - * @param \Apideck\Client\Model\Payroll[]|null $payrolls payrolls - * - * @return self - */ - public function setPayrolls($payrolls) - { - $this->container['payrolls'] = $payrolls; - - return $this; - } - /** - * Returns true if offset exists. False otherwise. - * - * @param integer $offset Offset - * - * @return boolean - */ - public function offsetExists($offset) - { - return isset($this->container[$offset]); - } - - /** - * Gets offset. - * - * @param integer $offset Offset - * - * @return mixed|null - */ - public function offsetGet($offset) - { - return $this->container[$offset] ?? null; - } - - /** - * Sets value based on offset. - * - * @param int|null $offset Offset - * @param mixed $value Value to be set - * - * @return void - */ - public function offsetSet($offset, $value) - { - if (is_null($offset)) { - $this->container[] = $value; - } else { - $this->container[$offset] = $value; - } - } - - /** - * Unsets offset. - * - * @param integer $offset Offset - * - * @return void - */ - public function offsetUnset($offset) - { - unset($this->container[$offset]); - } - - /** - * Serializes the object to a value that can be serialized natively by json_encode(). - * @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php - * - * @return mixed Returns data which can be serialized by json_encode(), which is a value - * of any type other than a resource. - */ - public function jsonSerialize() - { - return ObjectSerializer::sanitizeForSerialization($this); - } - - /** - * Gets the string presentation of the object - * - * @return string - */ - public function __toString() - { - return json_encode( - ObjectSerializer::sanitizeForSerialization($this), - JSON_PRETTY_PRINT - ); - } - - /** - * Gets a header-safe presentation of the object - * - * @return string - */ - public function toHeaderValue() - { - return json_encode(ObjectSerializer::sanitizeForSerialization($this)); - } -} - - diff --git a/src/gen/lib/Model/GetEmployeePayrollsResponse.php b/src/gen/lib/Model/GetEmployeePayrollsResponse.php index 098f2005f5..2ef80e65dc 100644 --- a/src/gen/lib/Model/GetEmployeePayrollsResponse.php +++ b/src/gen/lib/Model/GetEmployeePayrollsResponse.php @@ -64,7 +64,7 @@ class GetEmployeePayrollsResponse implements ModelInterface, ArrayAccess, \JsonS 'service' => 'string', 'resource' => 'string', 'operation' => 'string', - 'data' => '\Apideck\Client\Model\EmployeePayrolls' + 'data' => '\Apideck\Client\Model\EmployeePayroll[]' ]; /** @@ -376,7 +376,7 @@ public function setOperation($operation) /** * Gets data * - * @return \Apideck\Client\Model\EmployeePayrolls + * @return \Apideck\Client\Model\EmployeePayroll[] */ public function getData() { @@ -386,7 +386,7 @@ public function getData() /** * Sets data * - * @param \Apideck\Client\Model\EmployeePayrolls $data data + * @param \Apideck\Client\Model\EmployeePayroll[] $data data * * @return self */ diff --git a/src/gen/test/Model/EmployeePayrollTest.php b/src/gen/test/Model/EmployeePayrollTest.php index 0a9c609965..ec48d5aa8e 100644 --- a/src/gen/test/Model/EmployeePayrollTest.php +++ b/src/gen/test/Model/EmployeePayrollTest.php @@ -80,18 +80,90 @@ public function testEmployeePayroll() } /** - * Test attribute "employee" + * Test attribute "id" */ - public function testPropertyEmployee() + public function testPropertyId() { // TODO: implement $this->markTestIncomplete('Not implemented'); } /** - * Test attribute "payroll" + * Test attribute "processed" */ - public function testPropertyPayroll() + public function testPropertyProcessed() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "check_date" + */ + public function testPropertyCheckDate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "start_date" + */ + public function testPropertyStartDate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "end_date" + */ + public function testPropertyEndDate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "employee_id" + */ + public function testPropertyEmployeeId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "company_id" + */ + public function testPropertyCompanyId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "processed_date" + */ + public function testPropertyProcessedDate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "totals" + */ + public function testPropertyTotals() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "compensations" + */ + public function testPropertyCompensations() { // TODO: implement $this->markTestIncomplete('Not implemented'); diff --git a/src/gen/test/Model/EmployeePayrollsTest.php b/src/gen/test/Model/EmployeePayrollsTest.php deleted file mode 100644 index eeddb492e3..0000000000 --- a/src/gen/test/Model/EmployeePayrollsTest.php +++ /dev/null @@ -1,99 +0,0 @@ -markTestIncomplete('Not implemented'); - } - - /** - * Test attribute "employee" - */ - public function testPropertyEmployee() - { - // TODO: implement - $this->markTestIncomplete('Not implemented'); - } - - /** - * Test attribute "payrolls" - */ - public function testPropertyPayrolls() - { - // TODO: implement - $this->markTestIncomplete('Not implemented'); - } -} From b61208cabe936e2995498e8b2ae3707ca6209e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:55:29 +0000 Subject: [PATCH 4/5] Automated update by SDK Generator version:2.5.2 commit:021842f --- src/gen/docs/models/Employee.md | 2 ++ src/gen/lib/Model/Employee.php | 30 +++++++++++++++++++++++++++++ src/gen/test/Model/EmployeeTest.php | 9 +++++++++ 3 files changed, 41 insertions(+) diff --git a/src/gen/docs/models/Employee.md b/src/gen/docs/models/Employee.md index 431b6cae8e..b6033f7162 100644 --- a/src/gen/docs/models/Employee.md +++ b/src/gen/docs/models/Employee.md @@ -30,6 +30,7 @@ Name | Type | Description | Notes `employee_number` | **string** | An Employee Number, Employee ID or Employee Code, is a unique number that has been assigned to each individual staff member within a company. | [optional] `employment_status` | [**\Apideck\Client\Model\EmploymentStatus**](EmploymentStatus.md) | | [optional] `employment_role` | [**\Apideck\Client\Model\EmployeeEmploymentRole**](EmployeeEmploymentRole.md) | | [optional] +`ethnicity` | **string** | The ethnicity of the employee | [optional] `manager` | [**\Apideck\Client\Model\EmployeeManager**](EmployeeManager.md) | | [optional] `direct_reports` | **string[]** | Direct reports is an array of ids that reflect the individuals in an organizational hierarchy who are directly supervised by this specific employee. | [optional] `social_security_number` | **string** | A unique identifier assigned by the government. This field is considered sensitive information and may be subject to special security and privacy restrictions. | [optional] @@ -114,6 +115,7 @@ Name | Type | Description | Notes * [`EmploymentStatus`](EmploymentStatus.md) * [`EmployeeEmploymentRole`](EmployeeEmploymentRole.md) + * [`EmployeeManager`](EmployeeManager.md) diff --git a/src/gen/lib/Model/Employee.php b/src/gen/lib/Model/Employee.php index b48a7026e0..417b03504d 100644 --- a/src/gen/lib/Model/Employee.php +++ b/src/gen/lib/Model/Employee.php @@ -84,6 +84,7 @@ class Employee implements ModelInterface, ArrayAccess, \JsonSerializable 'employee_number' => 'string', 'employment_status' => '\Apideck\Client\Model\EmploymentStatus', 'employment_role' => '\Apideck\Client\Model\EmployeeEmploymentRole', + 'ethnicity' => 'string', 'manager' => '\Apideck\Client\Model\EmployeeManager', 'direct_reports' => 'string[]', 'social_security_number' => 'string', @@ -157,6 +158,7 @@ class Employee implements ModelInterface, ArrayAccess, \JsonSerializable 'employee_number' => null, 'employment_status' => null, 'employment_role' => null, + 'ethnicity' => null, 'manager' => null, 'direct_reports' => null, 'social_security_number' => null, @@ -249,6 +251,7 @@ public static function openAPIFormats() 'employee_number' => 'employee_number', 'employment_status' => 'employment_status', 'employment_role' => 'employment_role', + 'ethnicity' => 'ethnicity', 'manager' => 'manager', 'direct_reports' => 'direct_reports', 'social_security_number' => 'social_security_number', @@ -320,6 +323,7 @@ public static function openAPIFormats() 'employee_number' => 'setEmployeeNumber', 'employment_status' => 'setEmploymentStatus', 'employment_role' => 'setEmploymentRole', + 'ethnicity' => 'setEthnicity', 'manager' => 'setManager', 'direct_reports' => 'setDirectReports', 'social_security_number' => 'setSocialSecurityNumber', @@ -391,6 +395,7 @@ public static function openAPIFormats() 'employee_number' => 'getEmployeeNumber', 'employment_status' => 'getEmploymentStatus', 'employment_role' => 'getEmploymentRole', + 'ethnicity' => 'getEthnicity', 'manager' => 'getManager', 'direct_reports' => 'getDirectReports', 'social_security_number' => 'getSocialSecurityNumber', @@ -532,6 +537,7 @@ public function __construct(array $data = null) $this->container['employee_number'] = $data['employee_number'] ?? null; $this->container['employment_status'] = $data['employment_status'] ?? null; $this->container['employment_role'] = $data['employment_role'] ?? null; + $this->container['ethnicity'] = $data['ethnicity'] ?? null; $this->container['manager'] = $data['manager'] ?? null; $this->container['direct_reports'] = $data['direct_reports'] ?? null; $this->container['social_security_number'] = $data['social_security_number'] ?? null; @@ -1228,6 +1234,30 @@ public function setEmploymentRole($employment_role) return $this; } + /** + * Gets ethnicity + * + * @return string|null + */ + public function getEthnicity() + { + return $this->container['ethnicity']; + } + + /** + * Sets ethnicity + * + * @param string|null $ethnicity The ethnicity of the employee + * + * @return self + */ + public function setEthnicity($ethnicity) + { + $this->container['ethnicity'] = $ethnicity; + + return $this; + } + /** * Gets manager * diff --git a/src/gen/test/Model/EmployeeTest.php b/src/gen/test/Model/EmployeeTest.php index 84c85c1ef9..ca4aa094f9 100644 --- a/src/gen/test/Model/EmployeeTest.php +++ b/src/gen/test/Model/EmployeeTest.php @@ -304,6 +304,15 @@ public function testPropertyEmploymentRole() $this->markTestIncomplete('Not implemented'); } + /** + * Test attribute "ethnicity" + */ + public function testPropertyEthnicity() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + /** * Test attribute "manager" */ From 781ce5c46729fcbe78ede1cc74bb377c88dfc15b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:57:06 +0000 Subject: [PATCH 5/5] Automated update by SDK Generator version:2.5.3 commit:d7bdb04 --- .github/workflows/release.yml | 2 +- package.json | 2 +- src/gen/lib/Api/AccountingApi.php | 2 +- src/gen/lib/Api/AtsApi.php | 2 +- src/gen/lib/Api/ConnectorApi.php | 2 +- src/gen/lib/Api/CrmApi.php | 2 +- src/gen/lib/Api/EcommerceApi.php | 2 +- src/gen/lib/Api/FileStorageApi.php | 2 +- src/gen/lib/Api/HrisApi.php | 2 +- src/gen/lib/Api/IssueTrackingApi.php | 2 +- src/gen/lib/Api/LeadApi.php | 2 +- src/gen/lib/Api/PosApi.php | 2 +- src/gen/lib/Api/SmsApi.php | 2 +- src/gen/lib/Api/VaultApi.php | 2 +- src/gen/lib/Api/WebhookApi.php | 2 +- src/gen/lib/ApiException.php | 2 +- src/gen/lib/Configuration.php | 8 ++++---- src/gen/lib/HeaderSelector.php | 2 +- src/gen/lib/Model/AccountingEventType.php | 2 +- src/gen/lib/Model/ActivitiesFilter.php | 2 +- src/gen/lib/Model/Activity.php | 2 +- src/gen/lib/Model/ActivityAttendee.php | 2 +- src/gen/lib/Model/Address.php | 2 +- src/gen/lib/Model/Api.php | 2 +- src/gen/lib/Model/ApiResource.php | 2 +- src/gen/lib/Model/ApiResourceCoverage.php | 2 +- src/gen/lib/Model/ApiResourceCoverageCoverage.php | 2 +- src/gen/lib/Model/ApiResourceLinkedResources.php | 2 +- src/gen/lib/Model/ApiResources.php | 2 +- src/gen/lib/Model/ApiStatus.php | 2 +- src/gen/lib/Model/ApisFilter.php | 2 +- src/gen/lib/Model/Applicant.php | 2 +- src/gen/lib/Model/ApplicantSocialLinks.php | 2 +- src/gen/lib/Model/ApplicantWebsites.php | 2 +- src/gen/lib/Model/ApplicantsFilter.php | 2 +- src/gen/lib/Model/Application.php | 2 +- src/gen/lib/Model/ApplicationStage.php | 2 +- src/gen/lib/Model/Assignee.php | 2 +- src/gen/lib/Model/AtsActivity.php | 2 +- src/gen/lib/Model/AtsEventType.php | 2 +- src/gen/lib/Model/AuthType.php | 2 +- src/gen/lib/Model/BadRequestResponse.php | 2 +- src/gen/lib/Model/BalanceSheet.php | 2 +- src/gen/lib/Model/BalanceSheetAssets.php | 2 +- src/gen/lib/Model/BalanceSheetAssetsCurrentAssets.php | 2 +- .../lib/Model/BalanceSheetAssetsCurrentAssetsAccounts.php | 2 +- src/gen/lib/Model/BalanceSheetAssetsFixedAssets.php | 2 +- .../lib/Model/BalanceSheetAssetsFixedAssetsAccounts.php | 2 +- src/gen/lib/Model/BalanceSheetEquity.php | 2 +- src/gen/lib/Model/BalanceSheetEquityItems.php | 2 +- src/gen/lib/Model/BalanceSheetFilter.php | 2 +- src/gen/lib/Model/BalanceSheetLiabilities.php | 2 +- src/gen/lib/Model/BalanceSheetLiabilitiesAccounts.php | 2 +- src/gen/lib/Model/BankAccount.php | 2 +- src/gen/lib/Model/Benefit.php | 2 +- src/gen/lib/Model/Bill.php | 2 +- src/gen/lib/Model/BillLineItem.php | 2 +- src/gen/lib/Model/BillsSort.php | 2 +- src/gen/lib/Model/Branch.php | 2 +- src/gen/lib/Model/CashDetails.php | 2 +- src/gen/lib/Model/Collection.php | 2 +- src/gen/lib/Model/CollectionTag.php | 2 +- src/gen/lib/Model/CollectionTicketComment.php | 2 +- src/gen/lib/Model/CollectionUser.php | 2 +- src/gen/lib/Model/CollectionsSort.php | 2 +- src/gen/lib/Model/CommentsSort.php | 2 +- src/gen/lib/Model/CompaniesFilter.php | 2 +- src/gen/lib/Model/CompaniesSort.php | 2 +- src/gen/lib/Model/Company.php | 2 +- src/gen/lib/Model/CompanyInfo.php | 2 +- src/gen/lib/Model/CompanyRowType.php | 2 +- src/gen/lib/Model/Compensation.php | 2 +- src/gen/lib/Model/Connection.php | 2 +- src/gen/lib/Model/ConnectionConfiguration.php | 2 +- src/gen/lib/Model/ConnectionDefaults.php | 2 +- src/gen/lib/Model/ConnectionImportData.php | 2 +- src/gen/lib/Model/ConnectionImportDataCredentials.php | 2 +- src/gen/lib/Model/ConnectionMetadata.php | 2 +- src/gen/lib/Model/ConnectionState.php | 2 +- src/gen/lib/Model/ConnectionWebhook.php | 2 +- src/gen/lib/Model/Connector.php | 2 +- src/gen/lib/Model/ConnectorDoc.php | 2 +- src/gen/lib/Model/ConnectorEvent.php | 2 +- src/gen/lib/Model/ConnectorOauthScopes.php | 2 +- src/gen/lib/Model/ConnectorOauthScopes1.php | 2 +- src/gen/lib/Model/ConnectorResource.php | 2 +- src/gen/lib/Model/ConnectorSetting.php | 2 +- src/gen/lib/Model/ConnectorStatus.php | 2 +- src/gen/lib/Model/ConnectorTlsSupport.php | 2 +- src/gen/lib/Model/ConnectorUnifiedApis.php | 2 +- src/gen/lib/Model/ConnectorsFilter.php | 2 +- src/gen/lib/Model/Consumer.php | 2 +- src/gen/lib/Model/ConsumerConnection.php | 2 +- src/gen/lib/Model/ConsumerMetadata.php | 2 +- .../Model/ConsumerRequestCountsInDateRangeResponse.php | 2 +- .../ConsumerRequestCountsInDateRangeResponseData.php | 2 +- src/gen/lib/Model/Contact.php | 2 +- src/gen/lib/Model/ContactsFilter.php | 2 +- src/gen/lib/Model/ContactsSort.php | 2 +- src/gen/lib/Model/CopyFolderRequest.php | 2 +- src/gen/lib/Model/CreateActivityResponse.php | 2 +- src/gen/lib/Model/CreateApplicantResponse.php | 2 +- src/gen/lib/Model/CreateApplicationResponse.php | 2 +- src/gen/lib/Model/CreateBillResponse.php | 2 +- src/gen/lib/Model/CreateCommentResponse.php | 2 +- src/gen/lib/Model/CreateCompanyResponse.php | 2 +- src/gen/lib/Model/CreateConnectionResponse.php | 2 +- src/gen/lib/Model/CreateConsumerResponse.php | 2 +- src/gen/lib/Model/CreateContactResponse.php | 2 +- src/gen/lib/Model/CreateCreditNoteResponse.php | 2 +- src/gen/lib/Model/CreateCustomerResponse.php | 2 +- src/gen/lib/Model/CreateDepartmentResponse.php | 2 +- src/gen/lib/Model/CreateDriveGroupResponse.php | 2 +- src/gen/lib/Model/CreateDriveResponse.php | 2 +- src/gen/lib/Model/CreateEcommerceCustomerResponse.php | 2 +- src/gen/lib/Model/CreateEcommerceOrderResponse.php | 2 +- src/gen/lib/Model/CreateEmployeeResponse.php | 2 +- src/gen/lib/Model/CreateFileRequest.php | 2 +- src/gen/lib/Model/CreateFileResponse.php | 2 +- src/gen/lib/Model/CreateFolderRequest.php | 2 +- src/gen/lib/Model/CreateFolderResponse.php | 2 +- src/gen/lib/Model/CreateHrisCompanyResponse.php | 2 +- src/gen/lib/Model/CreateInvoiceItemResponse.php | 2 +- src/gen/lib/Model/CreateInvoiceResponse.php | 2 +- src/gen/lib/Model/CreateItemResponse.php | 2 +- src/gen/lib/Model/CreateJobResponse.php | 2 +- src/gen/lib/Model/CreateJournalEntryResponse.php | 2 +- src/gen/lib/Model/CreateLeadResponse.php | 2 +- src/gen/lib/Model/CreateLedgerAccountResponse.php | 2 +- src/gen/lib/Model/CreateLocationResponse.php | 2 +- src/gen/lib/Model/CreateMerchantResponse.php | 2 +- src/gen/lib/Model/CreateMessageResponse.php | 2 +- src/gen/lib/Model/CreateModifierGroupResponse.php | 2 +- src/gen/lib/Model/CreateModifierResponse.php | 2 +- src/gen/lib/Model/CreateNoteResponse.php | 2 +- src/gen/lib/Model/CreateOpportunityResponse.php | 2 +- src/gen/lib/Model/CreateOrderResponse.php | 2 +- src/gen/lib/Model/CreateOrderTypeResponse.php | 2 +- src/gen/lib/Model/CreatePaymentResponse.php | 2 +- src/gen/lib/Model/CreatePipelineResponse.php | 2 +- src/gen/lib/Model/CreatePosPaymentResponse.php | 2 +- src/gen/lib/Model/CreateProductResponse.php | 2 +- src/gen/lib/Model/CreatePurchaseOrderResponse.php | 2 +- src/gen/lib/Model/CreateSessionResponse.php | 2 +- src/gen/lib/Model/CreateSessionResponseData.php | 2 +- src/gen/lib/Model/CreateSharedLinkResponse.php | 2 +- src/gen/lib/Model/CreateSupplierResponse.php | 2 +- src/gen/lib/Model/CreateTaxRateResponse.php | 2 +- src/gen/lib/Model/CreateTenderResponse.php | 2 +- src/gen/lib/Model/CreateTicketResponse.php | 2 +- src/gen/lib/Model/CreateTimeOffRequestResponse.php | 2 +- src/gen/lib/Model/CreateUploadSessionRequest.php | 2 +- src/gen/lib/Model/CreateUploadSessionResponse.php | 2 +- src/gen/lib/Model/CreateUserResponse.php | 2 +- src/gen/lib/Model/CreateWebhookRequest.php | 2 +- src/gen/lib/Model/CreateWebhookResponse.php | 2 +- src/gen/lib/Model/CreditNote.php | 2 +- src/gen/lib/Model/CrmEventType.php | 2 +- src/gen/lib/Model/Currency.php | 2 +- src/gen/lib/Model/CustomField.php | 2 +- src/gen/lib/Model/Customer.php | 2 +- src/gen/lib/Model/CustomersFilter.php | 2 +- src/gen/lib/Model/Deduction.php | 2 +- src/gen/lib/Model/DeleteActivityResponse.php | 2 +- src/gen/lib/Model/DeleteApplicantResponse.php | 2 +- src/gen/lib/Model/DeleteApplicationResponse.php | 2 +- src/gen/lib/Model/DeleteBillResponse.php | 2 +- src/gen/lib/Model/DeleteCommentResponse.php | 2 +- src/gen/lib/Model/DeleteCompanyResponse.php | 2 +- src/gen/lib/Model/DeleteConsumerResponse.php | 2 +- src/gen/lib/Model/DeleteContactResponse.php | 2 +- src/gen/lib/Model/DeleteCreditNoteResponse.php | 2 +- src/gen/lib/Model/DeleteCustomerResponse.php | 2 +- src/gen/lib/Model/DeleteDepartmentResponse.php | 2 +- src/gen/lib/Model/DeleteDriveGroupResponse.php | 2 +- src/gen/lib/Model/DeleteDriveResponse.php | 2 +- src/gen/lib/Model/DeleteEcommerceCustomerResponse.php | 2 +- src/gen/lib/Model/DeleteEcommerceOrderResponse.php | 2 +- src/gen/lib/Model/DeleteEmployeeResponse.php | 2 +- src/gen/lib/Model/DeleteFileResponse.php | 2 +- src/gen/lib/Model/DeleteFolderResponse.php | 2 +- src/gen/lib/Model/DeleteHrisCompanyResponse.php | 2 +- src/gen/lib/Model/DeleteInvoiceResponse.php | 2 +- src/gen/lib/Model/DeleteItemResponse.php | 2 +- src/gen/lib/Model/DeleteJobResponse.php | 2 +- src/gen/lib/Model/DeleteJournalEntryResponse.php | 2 +- src/gen/lib/Model/DeleteLeadResponse.php | 2 +- src/gen/lib/Model/DeleteLedgerAccountResponse.php | 2 +- src/gen/lib/Model/DeleteLocationResponse.php | 2 +- src/gen/lib/Model/DeleteMerchantResponse.php | 2 +- src/gen/lib/Model/DeleteMessageResponse.php | 2 +- src/gen/lib/Model/DeleteModifierGroupResponse.php | 2 +- src/gen/lib/Model/DeleteModifierResponse.php | 2 +- src/gen/lib/Model/DeleteNoteResponse.php | 2 +- src/gen/lib/Model/DeleteOpportunityResponse.php | 2 +- src/gen/lib/Model/DeleteOrderResponse.php | 2 +- src/gen/lib/Model/DeleteOrderTypeResponse.php | 2 +- src/gen/lib/Model/DeletePaymentResponse.php | 2 +- src/gen/lib/Model/DeletePipelineResponse.php | 2 +- src/gen/lib/Model/DeletePosPaymentResponse.php | 2 +- src/gen/lib/Model/DeleteProductResponse.php | 2 +- src/gen/lib/Model/DeletePurchaseOrderResponse.php | 2 +- src/gen/lib/Model/DeleteSharedLinkResponse.php | 2 +- src/gen/lib/Model/DeleteSupplierResponse.php | 2 +- src/gen/lib/Model/DeleteTaxRateResponse.php | 2 +- src/gen/lib/Model/DeleteTenderResponse.php | 2 +- src/gen/lib/Model/DeleteTicketResponse.php | 2 +- src/gen/lib/Model/DeleteTimeOffRequestResponse.php | 2 +- src/gen/lib/Model/DeleteUploadSessionResponse.php | 2 +- src/gen/lib/Model/DeleteUserResponse.php | 2 +- src/gen/lib/Model/DeleteWebhookResponse.php | 2 +- src/gen/lib/Model/Department.php | 2 +- src/gen/lib/Model/Drive.php | 2 +- src/gen/lib/Model/DriveGroup.php | 2 +- src/gen/lib/Model/DriveGroupsFilter.php | 2 +- src/gen/lib/Model/DrivesFilter.php | 2 +- src/gen/lib/Model/EcommerceAddress.php | 2 +- src/gen/lib/Model/EcommerceCustomer.php | 2 +- src/gen/lib/Model/EcommerceCustomerAddresses.php | 2 +- src/gen/lib/Model/EcommerceCustomersFilter.php | 2 +- src/gen/lib/Model/EcommerceDiscount.php | 2 +- src/gen/lib/Model/EcommerceOrder.php | 2 +- src/gen/lib/Model/EcommerceOrderLineItem.php | 2 +- src/gen/lib/Model/EcommerceOrderStatus.php | 2 +- src/gen/lib/Model/EcommerceOrdersFilter.php | 2 +- src/gen/lib/Model/EcommerceProduct.php | 2 +- src/gen/lib/Model/EcommerceProductCategories.php | 2 +- src/gen/lib/Model/EcommerceProductImages.php | 2 +- src/gen/lib/Model/EcommerceProductImages1.php | 2 +- src/gen/lib/Model/EcommerceProductOptions.php | 2 +- src/gen/lib/Model/EcommerceProductOptions1.php | 2 +- src/gen/lib/Model/EcommerceProductVariants.php | 2 +- src/gen/lib/Model/EcommerceStore.php | 2 +- src/gen/lib/Model/Email.php | 2 +- src/gen/lib/Model/Employee.php | 2 +- src/gen/lib/Model/EmployeeCompensation.php | 2 +- src/gen/lib/Model/EmployeeEmploymentRole.php | 2 +- src/gen/lib/Model/EmployeeJob.php | 2 +- src/gen/lib/Model/EmployeeList.php | 2 +- src/gen/lib/Model/EmployeeManager.php | 2 +- src/gen/lib/Model/EmployeePayroll.php | 2 +- src/gen/lib/Model/EmployeeSchedules.php | 2 +- src/gen/lib/Model/EmployeesFilter.php | 2 +- src/gen/lib/Model/EmployeesSort.php | 2 +- src/gen/lib/Model/EmploymentStatus.php | 2 +- src/gen/lib/Model/Error.php | 2 +- src/gen/lib/Model/ExecuteWebhookResponse.php | 2 +- src/gen/lib/Model/FileStorageEventType.php | 2 +- src/gen/lib/Model/FileType.php | 2 +- src/gen/lib/Model/FilesFilter.php | 2 +- src/gen/lib/Model/FilesSearch.php | 2 +- src/gen/lib/Model/FilesSort.php | 2 +- src/gen/lib/Model/Folder.php | 2 +- src/gen/lib/Model/FormField.php | 2 +- src/gen/lib/Model/FormFieldOption.php | 2 +- src/gen/lib/Model/FormFieldOptionGroup.php | 2 +- src/gen/lib/Model/Gender.php | 2 +- src/gen/lib/Model/GetActivitiesResponse.php | 2 +- src/gen/lib/Model/GetActivityResponse.php | 2 +- src/gen/lib/Model/GetApiResourceCoverageResponse.php | 2 +- src/gen/lib/Model/GetApiResourceResponse.php | 2 +- src/gen/lib/Model/GetApiResponse.php | 2 +- src/gen/lib/Model/GetApisResponse.php | 2 +- src/gen/lib/Model/GetApplicantResponse.php | 2 +- src/gen/lib/Model/GetApplicantsResponse.php | 2 +- src/gen/lib/Model/GetApplicationResponse.php | 2 +- src/gen/lib/Model/GetApplicationsResponse.php | 2 +- src/gen/lib/Model/GetBalanceSheetResponse.php | 2 +- src/gen/lib/Model/GetBillResponse.php | 2 +- src/gen/lib/Model/GetBillsResponse.php | 2 +- src/gen/lib/Model/GetCollectionResponse.php | 2 +- src/gen/lib/Model/GetCollectionTagsResponse.php | 2 +- src/gen/lib/Model/GetCollectionUserResponse.php | 2 +- src/gen/lib/Model/GetCollectionUsersResponse.php | 2 +- src/gen/lib/Model/GetCollectionsResponse.php | 2 +- src/gen/lib/Model/GetCommentResponse.php | 2 +- src/gen/lib/Model/GetCommentsResponse.php | 2 +- src/gen/lib/Model/GetCompaniesResponse.php | 2 +- src/gen/lib/Model/GetCompanyInfoResponse.php | 2 +- src/gen/lib/Model/GetCompanyResponse.php | 2 +- src/gen/lib/Model/GetConnectionResponse.php | 2 +- src/gen/lib/Model/GetConnectionsResponse.php | 2 +- src/gen/lib/Model/GetConnectorResourceResponse.php | 2 +- src/gen/lib/Model/GetConnectorResponse.php | 2 +- src/gen/lib/Model/GetConnectorsResponse.php | 2 +- src/gen/lib/Model/GetConsumerResponse.php | 2 +- src/gen/lib/Model/GetConsumersResponse.php | 2 +- src/gen/lib/Model/GetConsumersResponseData.php | 2 +- src/gen/lib/Model/GetContactResponse.php | 2 +- src/gen/lib/Model/GetContactsResponse.php | 2 +- src/gen/lib/Model/GetCreditNoteResponse.php | 2 +- src/gen/lib/Model/GetCreditNotesResponse.php | 2 +- src/gen/lib/Model/GetCustomerResponse.php | 2 +- src/gen/lib/Model/GetCustomersResponse.php | 2 +- src/gen/lib/Model/GetDepartmentResponse.php | 2 +- src/gen/lib/Model/GetDepartmentsResponse.php | 2 +- src/gen/lib/Model/GetDriveGroupResponse.php | 2 +- src/gen/lib/Model/GetDriveGroupsResponse.php | 2 +- src/gen/lib/Model/GetDriveResponse.php | 2 +- src/gen/lib/Model/GetDrivesResponse.php | 2 +- src/gen/lib/Model/GetEcommerceCustomerResponse.php | 2 +- src/gen/lib/Model/GetEcommerceCustomersResponse.php | 2 +- src/gen/lib/Model/GetEcommerceOrderResponse.php | 2 +- src/gen/lib/Model/GetEcommerceOrdersResponse.php | 2 +- src/gen/lib/Model/GetEmployeePayrollResponse.php | 2 +- src/gen/lib/Model/GetEmployeePayrollsResponse.php | 2 +- src/gen/lib/Model/GetEmployeeResponse.php | 2 +- src/gen/lib/Model/GetEmployeeSchedulesResponse.php | 2 +- src/gen/lib/Model/GetEmployeesResponse.php | 2 +- src/gen/lib/Model/GetFileResponse.php | 2 +- src/gen/lib/Model/GetFilesResponse.php | 2 +- src/gen/lib/Model/GetFolderResponse.php | 2 +- src/gen/lib/Model/GetFoldersResponse.php | 2 +- src/gen/lib/Model/GetHrisCompaniesResponse.php | 2 +- src/gen/lib/Model/GetHrisCompanyResponse.php | 2 +- src/gen/lib/Model/GetHrisJobResponse.php | 2 +- src/gen/lib/Model/GetHrisJobsResponse.php | 2 +- src/gen/lib/Model/GetInvoiceItemResponse.php | 2 +- src/gen/lib/Model/GetInvoiceItemsResponse.php | 2 +- src/gen/lib/Model/GetInvoiceResponse.php | 2 +- src/gen/lib/Model/GetInvoicesResponse.php | 2 +- src/gen/lib/Model/GetItemResponse.php | 2 +- src/gen/lib/Model/GetItemsResponse.php | 2 +- src/gen/lib/Model/GetJobResponse.php | 2 +- src/gen/lib/Model/GetJobsResponse.php | 2 +- src/gen/lib/Model/GetJournalEntriesResponse.php | 2 +- src/gen/lib/Model/GetJournalEntryResponse.php | 2 +- src/gen/lib/Model/GetLeadResponse.php | 2 +- src/gen/lib/Model/GetLeadsResponse.php | 2 +- src/gen/lib/Model/GetLedgerAccountResponse.php | 2 +- src/gen/lib/Model/GetLedgerAccountsResponse.php | 2 +- src/gen/lib/Model/GetLocationResponse.php | 2 +- src/gen/lib/Model/GetLocationsResponse.php | 2 +- src/gen/lib/Model/GetLogsResponse.php | 2 +- src/gen/lib/Model/GetMerchantResponse.php | 2 +- src/gen/lib/Model/GetMerchantsResponse.php | 2 +- src/gen/lib/Model/GetMessageResponse.php | 2 +- src/gen/lib/Model/GetMessagesResponse.php | 2 +- src/gen/lib/Model/GetModifierGroupResponse.php | 2 +- src/gen/lib/Model/GetModifierGroupsResponse.php | 2 +- src/gen/lib/Model/GetModifierResponse.php | 2 +- src/gen/lib/Model/GetModifiersResponse.php | 2 +- src/gen/lib/Model/GetNoteResponse.php | 2 +- src/gen/lib/Model/GetNotesResponse.php | 2 +- src/gen/lib/Model/GetOpportunitiesResponse.php | 2 +- src/gen/lib/Model/GetOpportunityResponse.php | 2 +- src/gen/lib/Model/GetOrderResponse.php | 2 +- src/gen/lib/Model/GetOrderTypeResponse.php | 2 +- src/gen/lib/Model/GetOrderTypesResponse.php | 2 +- src/gen/lib/Model/GetOrdersResponse.php | 2 +- src/gen/lib/Model/GetPaymentResponse.php | 2 +- src/gen/lib/Model/GetPaymentsResponse.php | 2 +- src/gen/lib/Model/GetPayrollResponse.php | 2 +- src/gen/lib/Model/GetPayrollsResponse.php | 2 +- src/gen/lib/Model/GetPipelineResponse.php | 2 +- src/gen/lib/Model/GetPipelinesResponse.php | 2 +- src/gen/lib/Model/GetPosPaymentResponse.php | 2 +- src/gen/lib/Model/GetPosPaymentsResponse.php | 2 +- src/gen/lib/Model/GetProductResponse.php | 2 +- src/gen/lib/Model/GetProductsResponse.php | 2 +- src/gen/lib/Model/GetProfitAndLossResponse.php | 2 +- src/gen/lib/Model/GetPurchaseOrderResponse.php | 2 +- src/gen/lib/Model/GetPurchaseOrdersResponse.php | 2 +- src/gen/lib/Model/GetSharedLinkResponse.php | 2 +- src/gen/lib/Model/GetSharedLinksResponse.php | 2 +- src/gen/lib/Model/GetStoreResponse.php | 2 +- src/gen/lib/Model/GetStoresResponse.php | 2 +- src/gen/lib/Model/GetSupplierResponse.php | 2 +- src/gen/lib/Model/GetSuppliersResponse.php | 2 +- src/gen/lib/Model/GetTaxRateResponse.php | 2 +- src/gen/lib/Model/GetTaxRatesResponse.php | 2 +- src/gen/lib/Model/GetTenderResponse.php | 2 +- src/gen/lib/Model/GetTendersResponse.php | 2 +- src/gen/lib/Model/GetTicketResponse.php | 2 +- src/gen/lib/Model/GetTicketsResponse.php | 2 +- src/gen/lib/Model/GetTimeOffRequestResponse.php | 2 +- src/gen/lib/Model/GetTimeOffRequestsResponse.php | 2 +- src/gen/lib/Model/GetUploadSessionResponse.php | 2 +- src/gen/lib/Model/GetUserResponse.php | 2 +- src/gen/lib/Model/GetUsersResponse.php | 2 +- src/gen/lib/Model/GetWebhookEventLogsResponse.php | 2 +- src/gen/lib/Model/GetWebhookResponse.php | 2 +- src/gen/lib/Model/GetWebhooksResponse.php | 2 +- src/gen/lib/Model/HrisCompany.php | 2 +- src/gen/lib/Model/HrisEventType.php | 2 +- src/gen/lib/Model/HrisJob.php | 2 +- src/gen/lib/Model/HrisJobLocation.php | 2 +- src/gen/lib/Model/HrisJobs.php | 2 +- src/gen/lib/Model/IntegrationState.php | 2 +- src/gen/lib/Model/Invoice.php | 2 +- src/gen/lib/Model/InvoiceItem.php | 2 +- src/gen/lib/Model/InvoiceItemSalesDetails.php | 2 +- src/gen/lib/Model/InvoiceItemsFilter.php | 2 +- src/gen/lib/Model/InvoiceLineItem.php | 2 +- src/gen/lib/Model/InvoiceResponse.php | 2 +- src/gen/lib/Model/InvoicesSort.php | 2 +- src/gen/lib/Model/IssueTrackingEventType.php | 2 +- src/gen/lib/Model/IssuesFilter.php | 2 +- src/gen/lib/Model/Item.php | 2 +- src/gen/lib/Model/Job.php | 2 +- src/gen/lib/Model/JobLinks.php | 2 +- src/gen/lib/Model/JobSalary.php | 2 +- src/gen/lib/Model/JobStatus.php | 2 +- src/gen/lib/Model/JournalEntry.php | 2 +- src/gen/lib/Model/JournalEntryLineItem.php | 2 +- src/gen/lib/Model/Lead.php | 2 +- src/gen/lib/Model/LeadEventType.php | 2 +- src/gen/lib/Model/LeadsFilter.php | 2 +- src/gen/lib/Model/LeadsSort.php | 2 +- src/gen/lib/Model/LedgerAccount.php | 2 +- src/gen/lib/Model/LedgerAccountCategories.php | 2 +- src/gen/lib/Model/LedgerAccountParentAccount.php | 2 +- src/gen/lib/Model/LinkedConnectorResource.php | 2 +- src/gen/lib/Model/LinkedCustomer.php | 2 +- src/gen/lib/Model/LinkedEcommerceCustomer.php | 2 +- src/gen/lib/Model/LinkedEcommerceOrder.php | 2 +- src/gen/lib/Model/LinkedFolder.php | 2 +- src/gen/lib/Model/LinkedInvoiceItem.php | 2 +- src/gen/lib/Model/LinkedLedgerAccount.php | 2 +- src/gen/lib/Model/LinkedParentCustomer.php | 2 +- src/gen/lib/Model/LinkedSupplier.php | 2 +- src/gen/lib/Model/LinkedTaxRate.php | 2 +- src/gen/lib/Model/LinkedTrackingCategory.php | 2 +- src/gen/lib/Model/Links.php | 2 +- src/gen/lib/Model/Location.php | 2 +- src/gen/lib/Model/Log.php | 2 +- src/gen/lib/Model/LogOperation.php | 2 +- src/gen/lib/Model/LogService.php | 2 +- src/gen/lib/Model/LogsFilter.php | 2 +- src/gen/lib/Model/Merchant.php | 2 +- src/gen/lib/Model/Message.php | 2 +- src/gen/lib/Model/Meta.php | 2 +- src/gen/lib/Model/MetaCursors.php | 2 +- src/gen/lib/Model/ModelInterface.php | 2 +- src/gen/lib/Model/Modifier.php | 2 +- src/gen/lib/Model/ModifierGroup.php | 2 +- src/gen/lib/Model/ModifierGroupFilter.php | 2 +- src/gen/lib/Model/NotFoundResponse.php | 2 +- src/gen/lib/Model/NotImplementedResponse.php | 2 +- src/gen/lib/Model/Note.php | 2 +- src/gen/lib/Model/OAuthGrantType.php | 2 +- src/gen/lib/Model/Offer.php | 2 +- src/gen/lib/Model/OpportunitiesFilter.php | 2 +- src/gen/lib/Model/OpportunitiesSort.php | 2 +- src/gen/lib/Model/Opportunity.php | 2 +- src/gen/lib/Model/Order.php | 2 +- src/gen/lib/Model/OrderCustomers.php | 2 +- src/gen/lib/Model/OrderDiscounts.php | 2 +- src/gen/lib/Model/OrderFulfillments.php | 2 +- src/gen/lib/Model/OrderLineItems.php | 2 +- src/gen/lib/Model/OrderPayments.php | 2 +- src/gen/lib/Model/OrderPickupDetails.php | 2 +- .../lib/Model/OrderPickupDetailsCurbsidePickupDetails.php | 2 +- src/gen/lib/Model/OrderPickupDetailsRecipient.php | 2 +- src/gen/lib/Model/OrderRefunds.php | 2 +- src/gen/lib/Model/OrderTenders.php | 2 +- src/gen/lib/Model/OrderType.php | 2 +- src/gen/lib/Model/Owner.php | 2 +- src/gen/lib/Model/PaginationCoverage.php | 2 +- src/gen/lib/Model/PassThroughQuery.php | 2 +- src/gen/lib/Model/Payment.php | 2 +- src/gen/lib/Model/PaymentAllocations.php | 2 +- src/gen/lib/Model/PaymentCard.php | 2 +- src/gen/lib/Model/PaymentFrequency.php | 2 +- src/gen/lib/Model/PaymentRequiredResponse.php | 2 +- src/gen/lib/Model/PaymentUnit.php | 2 +- src/gen/lib/Model/PaymentsFilter.php | 2 +- src/gen/lib/Model/Payroll.php | 2 +- src/gen/lib/Model/PayrollTotals.php | 2 +- src/gen/lib/Model/PayrollsFilter.php | 2 +- src/gen/lib/Model/Person.php | 2 +- src/gen/lib/Model/PhoneNumber.php | 2 +- src/gen/lib/Model/Pipeline.php | 2 +- src/gen/lib/Model/PipelineStages.php | 2 +- src/gen/lib/Model/PosBankAccount.php | 2 +- src/gen/lib/Model/PosBankAccountAchDetails.php | 2 +- src/gen/lib/Model/PosPayment.php | 2 +- src/gen/lib/Model/PosPaymentCardDetails.php | 2 +- src/gen/lib/Model/PosPaymentExternalDetails.php | 2 +- src/gen/lib/Model/Price.php | 2 +- src/gen/lib/Model/ProbationPeriod.php | 2 +- src/gen/lib/Model/ProfitAndLoss.php | 2 +- src/gen/lib/Model/ProfitAndLossExpenses.php | 2 +- src/gen/lib/Model/ProfitAndLossFilter.php | 2 +- src/gen/lib/Model/ProfitAndLossGrossProfit.php | 2 +- src/gen/lib/Model/ProfitAndLossIncome.php | 2 +- src/gen/lib/Model/ProfitAndLossNetIncome.php | 2 +- src/gen/lib/Model/ProfitAndLossNetOperatingIncome.php | 2 +- src/gen/lib/Model/ProfitAndLossRecord.php | 2 +- src/gen/lib/Model/ProfitAndLossSection.php | 2 +- src/gen/lib/Model/PurchaseOrder.php | 2 +- src/gen/lib/Model/RequestCountAllocation.php | 2 +- src/gen/lib/Model/RequestRate.php | 2 +- src/gen/lib/Model/ResolveWebhookResponse.php | 2 +- src/gen/lib/Model/ResourceStatus.php | 2 +- src/gen/lib/Model/Schedule.php | 2 +- src/gen/lib/Model/ScheduleWorkPattern.php | 2 +- src/gen/lib/Model/ScheduleWorkPatternOddWeeks.php | 2 +- src/gen/lib/Model/ServiceCharge.php | 2 +- src/gen/lib/Model/Session.php | 2 +- src/gen/lib/Model/SessionSettings.php | 2 +- src/gen/lib/Model/SessionTheme.php | 2 +- src/gen/lib/Model/SharedLink.php | 2 +- src/gen/lib/Model/SharedLinkTarget.php | 2 +- src/gen/lib/Model/SimpleFormFieldOption.php | 2 +- src/gen/lib/Model/SocialLink.php | 2 +- src/gen/lib/Model/SortDirection.php | 2 +- src/gen/lib/Model/Status.php | 2 +- src/gen/lib/Model/Supplier.php | 2 +- src/gen/lib/Model/SuppliersFilter.php | 2 +- src/gen/lib/Model/SupportedProperty.php | 2 +- src/gen/lib/Model/SupportedPropertyChildProperties.php | 2 +- src/gen/lib/Model/Tax.php | 2 +- src/gen/lib/Model/TaxRate.php | 2 +- src/gen/lib/Model/TaxRatesFilter.php | 2 +- src/gen/lib/Model/Team.php | 2 +- src/gen/lib/Model/Tender.php | 2 +- src/gen/lib/Model/Ticket.php | 2 +- src/gen/lib/Model/TicketsSort.php | 2 +- src/gen/lib/Model/TimeOffRequest.php | 2 +- src/gen/lib/Model/TimeOffRequestNotes.php | 2 +- src/gen/lib/Model/TimeOffRequestsFilter.php | 2 +- src/gen/lib/Model/TooManyRequestsResponse.php | 2 +- src/gen/lib/Model/TooManyRequestsResponseDetail.php | 2 +- src/gen/lib/Model/TrackingItem.php | 2 +- src/gen/lib/Model/UnauthorizedResponse.php | 2 +- src/gen/lib/Model/UnexpectedErrorResponse.php | 2 +- src/gen/lib/Model/UnifiedApiId.php | 2 +- src/gen/lib/Model/UnifiedFile.php | 2 +- src/gen/lib/Model/UnifiedFilePermissions.php | 2 +- src/gen/lib/Model/UnifiedId.php | 2 +- src/gen/lib/Model/UnprocessableResponse.php | 2 +- src/gen/lib/Model/UpdateActivityResponse.php | 2 +- src/gen/lib/Model/UpdateApplicantResponse.php | 2 +- src/gen/lib/Model/UpdateApplicationResponse.php | 2 +- src/gen/lib/Model/UpdateBillResponse.php | 2 +- src/gen/lib/Model/UpdateCommentResponse.php | 2 +- src/gen/lib/Model/UpdateCompanyResponse.php | 2 +- src/gen/lib/Model/UpdateConnectionResponse.php | 2 +- src/gen/lib/Model/UpdateConsumerRequest.php | 2 +- src/gen/lib/Model/UpdateConsumerResponse.php | 2 +- src/gen/lib/Model/UpdateContactResponse.php | 2 +- src/gen/lib/Model/UpdateCreditNoteResponse.php | 2 +- src/gen/lib/Model/UpdateCustomerResponse.php | 2 +- src/gen/lib/Model/UpdateDepartmentResponse.php | 2 +- src/gen/lib/Model/UpdateDriveGroupResponse.php | 2 +- src/gen/lib/Model/UpdateDriveResponse.php | 2 +- src/gen/lib/Model/UpdateEcommerceCustomerResponse.php | 2 +- src/gen/lib/Model/UpdateEcommerceOrderResponse.php | 2 +- src/gen/lib/Model/UpdateEmployeeResponse.php | 2 +- src/gen/lib/Model/UpdateFileRequest.php | 2 +- src/gen/lib/Model/UpdateFileResponse.php | 2 +- src/gen/lib/Model/UpdateFolderRequest.php | 2 +- src/gen/lib/Model/UpdateFolderResponse.php | 2 +- src/gen/lib/Model/UpdateHrisCompanyResponse.php | 2 +- src/gen/lib/Model/UpdateInvoiceItemsResponse.php | 2 +- src/gen/lib/Model/UpdateInvoiceResponse.php | 2 +- src/gen/lib/Model/UpdateItemResponse.php | 2 +- src/gen/lib/Model/UpdateJobResponse.php | 2 +- src/gen/lib/Model/UpdateJournalEntryResponse.php | 2 +- src/gen/lib/Model/UpdateLeadResponse.php | 2 +- src/gen/lib/Model/UpdateLedgerAccountResponse.php | 2 +- src/gen/lib/Model/UpdateLocationResponse.php | 2 +- src/gen/lib/Model/UpdateMerchantResponse.php | 2 +- src/gen/lib/Model/UpdateMessageResponse.php | 2 +- src/gen/lib/Model/UpdateModifierGroupResponse.php | 2 +- src/gen/lib/Model/UpdateModifierResponse.php | 2 +- src/gen/lib/Model/UpdateNoteResponse.php | 2 +- src/gen/lib/Model/UpdateOpportunityResponse.php | 2 +- src/gen/lib/Model/UpdateOrderResponse.php | 2 +- src/gen/lib/Model/UpdateOrderTypeResponse.php | 2 +- src/gen/lib/Model/UpdatePaymentResponse.php | 2 +- src/gen/lib/Model/UpdatePipelineResponse.php | 2 +- src/gen/lib/Model/UpdatePosPaymentResponse.php | 2 +- src/gen/lib/Model/UpdateProductResponse.php | 2 +- src/gen/lib/Model/UpdatePurchaseOrderResponse.php | 2 +- src/gen/lib/Model/UpdateSharedLinkResponse.php | 2 +- src/gen/lib/Model/UpdateSupplierResponse.php | 2 +- src/gen/lib/Model/UpdateTaxRateResponse.php | 2 +- src/gen/lib/Model/UpdateTenderResponse.php | 2 +- src/gen/lib/Model/UpdateTicketResponse.php | 2 +- src/gen/lib/Model/UpdateTimeOffRequestResponse.php | 2 +- src/gen/lib/Model/UpdateUploadSessionResponse.php | 2 +- src/gen/lib/Model/UpdateUserResponse.php | 2 +- src/gen/lib/Model/UpdateWebhookRequest.php | 2 +- src/gen/lib/Model/UpdateWebhookResponse.php | 2 +- src/gen/lib/Model/UploadSession.php | 2 +- src/gen/lib/Model/User.php | 2 +- src/gen/lib/Model/VaultEventType.php | 2 +- src/gen/lib/Model/VirtualWebhooks.php | 2 +- src/gen/lib/Model/WalletDetails.php | 2 +- src/gen/lib/Model/Webhook.php | 2 +- src/gen/lib/Model/WebhookEvent.php | 2 +- src/gen/lib/Model/WebhookEventLog.php | 2 +- src/gen/lib/Model/WebhookEventLogAttempts.php | 2 +- src/gen/lib/Model/WebhookEventLogService.php | 2 +- src/gen/lib/Model/WebhookEventLogsFilter.php | 2 +- src/gen/lib/Model/WebhookEventLogsFilterService.php | 2 +- src/gen/lib/Model/WebhookEventType.php | 2 +- src/gen/lib/Model/WebhookSubscription.php | 2 +- src/gen/lib/Model/WebhookSupport.php | 2 +- src/gen/lib/Model/Website.php | 2 +- src/gen/lib/ObjectSerializer.php | 2 +- src/gen/test/Api/AccountingApiTest.php | 2 +- src/gen/test/Api/AtsApiTest.php | 2 +- src/gen/test/Api/ConnectorApiTest.php | 2 +- src/gen/test/Api/CrmApiTest.php | 2 +- src/gen/test/Api/EcommerceApiTest.php | 2 +- src/gen/test/Api/FileStorageApiTest.php | 2 +- src/gen/test/Api/HrisApiTest.php | 2 +- src/gen/test/Api/IssueTrackingApiTest.php | 2 +- src/gen/test/Api/LeadApiTest.php | 2 +- src/gen/test/Api/PosApiTest.php | 2 +- src/gen/test/Api/SmsApiTest.php | 2 +- src/gen/test/Api/VaultApiTest.php | 2 +- src/gen/test/Api/WebhookApiTest.php | 2 +- src/gen/test/Model/AccountingEventTypeTest.php | 2 +- src/gen/test/Model/ActivitiesFilterTest.php | 2 +- src/gen/test/Model/ActivityAttendeeTest.php | 2 +- src/gen/test/Model/ActivityTest.php | 2 +- src/gen/test/Model/AddressTest.php | 2 +- src/gen/test/Model/ApiResourceCoverageCoverageTest.php | 2 +- src/gen/test/Model/ApiResourceCoverageTest.php | 2 +- src/gen/test/Model/ApiResourceLinkedResourcesTest.php | 2 +- src/gen/test/Model/ApiResourceTest.php | 2 +- src/gen/test/Model/ApiResourcesTest.php | 2 +- src/gen/test/Model/ApiStatusTest.php | 2 +- src/gen/test/Model/ApiTest.php | 2 +- src/gen/test/Model/ApisFilterTest.php | 2 +- src/gen/test/Model/ApplicantSocialLinksTest.php | 2 +- src/gen/test/Model/ApplicantTest.php | 2 +- src/gen/test/Model/ApplicantWebsitesTest.php | 2 +- src/gen/test/Model/ApplicantsFilterTest.php | 2 +- src/gen/test/Model/ApplicationStageTest.php | 2 +- src/gen/test/Model/ApplicationTest.php | 2 +- src/gen/test/Model/AssigneeTest.php | 2 +- src/gen/test/Model/AtsActivityTest.php | 2 +- src/gen/test/Model/AtsEventTypeTest.php | 2 +- src/gen/test/Model/AuthTypeTest.php | 2 +- src/gen/test/Model/BadRequestResponseTest.php | 2 +- .../Model/BalanceSheetAssetsCurrentAssetsAccountsTest.php | 2 +- .../test/Model/BalanceSheetAssetsCurrentAssetsTest.php | 2 +- .../Model/BalanceSheetAssetsFixedAssetsAccountsTest.php | 2 +- src/gen/test/Model/BalanceSheetAssetsFixedAssetsTest.php | 2 +- src/gen/test/Model/BalanceSheetAssetsTest.php | 2 +- src/gen/test/Model/BalanceSheetEquityItemsTest.php | 2 +- src/gen/test/Model/BalanceSheetEquityTest.php | 2 +- src/gen/test/Model/BalanceSheetFilterTest.php | 2 +- .../test/Model/BalanceSheetLiabilitiesAccountsTest.php | 2 +- src/gen/test/Model/BalanceSheetLiabilitiesTest.php | 2 +- src/gen/test/Model/BalanceSheetTest.php | 2 +- src/gen/test/Model/BankAccountTest.php | 2 +- src/gen/test/Model/BenefitTest.php | 2 +- src/gen/test/Model/BillLineItemTest.php | 2 +- src/gen/test/Model/BillTest.php | 2 +- src/gen/test/Model/BillsSortTest.php | 2 +- src/gen/test/Model/BranchTest.php | 2 +- src/gen/test/Model/CashDetailsTest.php | 2 +- src/gen/test/Model/CollectionTagTest.php | 2 +- src/gen/test/Model/CollectionTest.php | 2 +- src/gen/test/Model/CollectionTicketCommentTest.php | 2 +- src/gen/test/Model/CollectionUserTest.php | 2 +- src/gen/test/Model/CollectionsSortTest.php | 2 +- src/gen/test/Model/CommentsSortTest.php | 2 +- src/gen/test/Model/CompaniesFilterTest.php | 2 +- src/gen/test/Model/CompaniesSortTest.php | 2 +- src/gen/test/Model/CompanyInfoTest.php | 2 +- src/gen/test/Model/CompanyRowTypeTest.php | 2 +- src/gen/test/Model/CompanyTest.php | 2 +- src/gen/test/Model/CompensationTest.php | 2 +- src/gen/test/Model/ConnectionConfigurationTest.php | 2 +- src/gen/test/Model/ConnectionDefaultsTest.php | 2 +- .../test/Model/ConnectionImportDataCredentialsTest.php | 2 +- src/gen/test/Model/ConnectionImportDataTest.php | 2 +- src/gen/test/Model/ConnectionMetadataTest.php | 2 +- src/gen/test/Model/ConnectionStateTest.php | 2 +- src/gen/test/Model/ConnectionTest.php | 2 +- src/gen/test/Model/ConnectionWebhookTest.php | 2 +- src/gen/test/Model/ConnectorDocTest.php | 2 +- src/gen/test/Model/ConnectorEventTest.php | 2 +- src/gen/test/Model/ConnectorOauthScopes1Test.php | 2 +- src/gen/test/Model/ConnectorOauthScopesTest.php | 2 +- src/gen/test/Model/ConnectorResourceTest.php | 2 +- src/gen/test/Model/ConnectorSettingTest.php | 2 +- src/gen/test/Model/ConnectorStatusTest.php | 2 +- src/gen/test/Model/ConnectorTest.php | 2 +- src/gen/test/Model/ConnectorTlsSupportTest.php | 2 +- src/gen/test/Model/ConnectorUnifiedApisTest.php | 2 +- src/gen/test/Model/ConnectorsFilterTest.php | 2 +- src/gen/test/Model/ConsumerConnectionTest.php | 2 +- src/gen/test/Model/ConsumerMetadataTest.php | 2 +- .../ConsumerRequestCountsInDateRangeResponseDataTest.php | 2 +- .../ConsumerRequestCountsInDateRangeResponseTest.php | 2 +- src/gen/test/Model/ConsumerTest.php | 2 +- src/gen/test/Model/ContactTest.php | 2 +- src/gen/test/Model/ContactsFilterTest.php | 2 +- src/gen/test/Model/ContactsSortTest.php | 2 +- src/gen/test/Model/CopyFolderRequestTest.php | 2 +- src/gen/test/Model/CreateActivityResponseTest.php | 2 +- src/gen/test/Model/CreateApplicantResponseTest.php | 2 +- src/gen/test/Model/CreateApplicationResponseTest.php | 2 +- src/gen/test/Model/CreateBillResponseTest.php | 2 +- src/gen/test/Model/CreateCommentResponseTest.php | 2 +- src/gen/test/Model/CreateCompanyResponseTest.php | 2 +- src/gen/test/Model/CreateConnectionResponseTest.php | 2 +- src/gen/test/Model/CreateConsumerResponseTest.php | 2 +- src/gen/test/Model/CreateContactResponseTest.php | 2 +- src/gen/test/Model/CreateCreditNoteResponseTest.php | 2 +- src/gen/test/Model/CreateCustomerResponseTest.php | 2 +- src/gen/test/Model/CreateDepartmentResponseTest.php | 2 +- src/gen/test/Model/CreateDriveGroupResponseTest.php | 2 +- src/gen/test/Model/CreateDriveResponseTest.php | 2 +- .../test/Model/CreateEcommerceCustomerResponseTest.php | 2 +- src/gen/test/Model/CreateEcommerceOrderResponseTest.php | 2 +- src/gen/test/Model/CreateEmployeeResponseTest.php | 2 +- src/gen/test/Model/CreateFileRequestTest.php | 2 +- src/gen/test/Model/CreateFileResponseTest.php | 2 +- src/gen/test/Model/CreateFolderRequestTest.php | 2 +- src/gen/test/Model/CreateFolderResponseTest.php | 2 +- src/gen/test/Model/CreateHrisCompanyResponseTest.php | 2 +- src/gen/test/Model/CreateInvoiceItemResponseTest.php | 2 +- src/gen/test/Model/CreateInvoiceResponseTest.php | 2 +- src/gen/test/Model/CreateItemResponseTest.php | 2 +- src/gen/test/Model/CreateJobResponseTest.php | 2 +- src/gen/test/Model/CreateJournalEntryResponseTest.php | 2 +- src/gen/test/Model/CreateLeadResponseTest.php | 2 +- src/gen/test/Model/CreateLedgerAccountResponseTest.php | 2 +- src/gen/test/Model/CreateLocationResponseTest.php | 2 +- src/gen/test/Model/CreateMerchantResponseTest.php | 2 +- src/gen/test/Model/CreateMessageResponseTest.php | 2 +- src/gen/test/Model/CreateModifierGroupResponseTest.php | 2 +- src/gen/test/Model/CreateModifierResponseTest.php | 2 +- src/gen/test/Model/CreateNoteResponseTest.php | 2 +- src/gen/test/Model/CreateOpportunityResponseTest.php | 2 +- src/gen/test/Model/CreateOrderResponseTest.php | 2 +- src/gen/test/Model/CreateOrderTypeResponseTest.php | 2 +- src/gen/test/Model/CreatePaymentResponseTest.php | 2 +- src/gen/test/Model/CreatePipelineResponseTest.php | 2 +- src/gen/test/Model/CreatePosPaymentResponseTest.php | 2 +- src/gen/test/Model/CreateProductResponseTest.php | 2 +- src/gen/test/Model/CreatePurchaseOrderResponseTest.php | 2 +- src/gen/test/Model/CreateSessionResponseDataTest.php | 2 +- src/gen/test/Model/CreateSessionResponseTest.php | 2 +- src/gen/test/Model/CreateSharedLinkResponseTest.php | 2 +- src/gen/test/Model/CreateSupplierResponseTest.php | 2 +- src/gen/test/Model/CreateTaxRateResponseTest.php | 2 +- src/gen/test/Model/CreateTenderResponseTest.php | 2 +- src/gen/test/Model/CreateTicketResponseTest.php | 2 +- src/gen/test/Model/CreateTimeOffRequestResponseTest.php | 2 +- src/gen/test/Model/CreateUploadSessionRequestTest.php | 2 +- src/gen/test/Model/CreateUploadSessionResponseTest.php | 2 +- src/gen/test/Model/CreateUserResponseTest.php | 2 +- src/gen/test/Model/CreateWebhookRequestTest.php | 2 +- src/gen/test/Model/CreateWebhookResponseTest.php | 2 +- src/gen/test/Model/CreditNoteTest.php | 2 +- src/gen/test/Model/CrmEventTypeTest.php | 2 +- src/gen/test/Model/CurrencyTest.php | 2 +- src/gen/test/Model/CustomFieldTest.php | 2 +- src/gen/test/Model/CustomerTest.php | 2 +- src/gen/test/Model/CustomersFilterTest.php | 2 +- src/gen/test/Model/DeductionTest.php | 2 +- src/gen/test/Model/DeleteActivityResponseTest.php | 2 +- src/gen/test/Model/DeleteApplicantResponseTest.php | 2 +- src/gen/test/Model/DeleteApplicationResponseTest.php | 2 +- src/gen/test/Model/DeleteBillResponseTest.php | 2 +- src/gen/test/Model/DeleteCommentResponseTest.php | 2 +- src/gen/test/Model/DeleteCompanyResponseTest.php | 2 +- src/gen/test/Model/DeleteConsumerResponseTest.php | 2 +- src/gen/test/Model/DeleteContactResponseTest.php | 2 +- src/gen/test/Model/DeleteCreditNoteResponseTest.php | 2 +- src/gen/test/Model/DeleteCustomerResponseTest.php | 2 +- src/gen/test/Model/DeleteDepartmentResponseTest.php | 2 +- src/gen/test/Model/DeleteDriveGroupResponseTest.php | 2 +- src/gen/test/Model/DeleteDriveResponseTest.php | 2 +- .../test/Model/DeleteEcommerceCustomerResponseTest.php | 2 +- src/gen/test/Model/DeleteEcommerceOrderResponseTest.php | 2 +- src/gen/test/Model/DeleteEmployeeResponseTest.php | 2 +- src/gen/test/Model/DeleteFileResponseTest.php | 2 +- src/gen/test/Model/DeleteFolderResponseTest.php | 2 +- src/gen/test/Model/DeleteHrisCompanyResponseTest.php | 2 +- src/gen/test/Model/DeleteInvoiceResponseTest.php | 2 +- src/gen/test/Model/DeleteItemResponseTest.php | 2 +- src/gen/test/Model/DeleteJobResponseTest.php | 2 +- src/gen/test/Model/DeleteJournalEntryResponseTest.php | 2 +- src/gen/test/Model/DeleteLeadResponseTest.php | 2 +- src/gen/test/Model/DeleteLedgerAccountResponseTest.php | 2 +- src/gen/test/Model/DeleteLocationResponseTest.php | 2 +- src/gen/test/Model/DeleteMerchantResponseTest.php | 2 +- src/gen/test/Model/DeleteMessageResponseTest.php | 2 +- src/gen/test/Model/DeleteModifierGroupResponseTest.php | 2 +- src/gen/test/Model/DeleteModifierResponseTest.php | 2 +- src/gen/test/Model/DeleteNoteResponseTest.php | 2 +- src/gen/test/Model/DeleteOpportunityResponseTest.php | 2 +- src/gen/test/Model/DeleteOrderResponseTest.php | 2 +- src/gen/test/Model/DeleteOrderTypeResponseTest.php | 2 +- src/gen/test/Model/DeletePaymentResponseTest.php | 2 +- src/gen/test/Model/DeletePipelineResponseTest.php | 2 +- src/gen/test/Model/DeletePosPaymentResponseTest.php | 2 +- src/gen/test/Model/DeleteProductResponseTest.php | 2 +- src/gen/test/Model/DeletePurchaseOrderResponseTest.php | 2 +- src/gen/test/Model/DeleteSharedLinkResponseTest.php | 2 +- src/gen/test/Model/DeleteSupplierResponseTest.php | 2 +- src/gen/test/Model/DeleteTaxRateResponseTest.php | 2 +- src/gen/test/Model/DeleteTenderResponseTest.php | 2 +- src/gen/test/Model/DeleteTicketResponseTest.php | 2 +- src/gen/test/Model/DeleteTimeOffRequestResponseTest.php | 2 +- src/gen/test/Model/DeleteUploadSessionResponseTest.php | 2 +- src/gen/test/Model/DeleteUserResponseTest.php | 2 +- src/gen/test/Model/DeleteWebhookResponseTest.php | 2 +- src/gen/test/Model/DepartmentTest.php | 2 +- src/gen/test/Model/DriveGroupTest.php | 2 +- src/gen/test/Model/DriveGroupsFilterTest.php | 2 +- src/gen/test/Model/DriveTest.php | 2 +- src/gen/test/Model/DrivesFilterTest.php | 2 +- src/gen/test/Model/EcommerceAddressTest.php | 2 +- src/gen/test/Model/EcommerceCustomerAddressesTest.php | 2 +- src/gen/test/Model/EcommerceCustomerTest.php | 2 +- src/gen/test/Model/EcommerceCustomersFilterTest.php | 2 +- src/gen/test/Model/EcommerceDiscountTest.php | 2 +- src/gen/test/Model/EcommerceOrderLineItemTest.php | 2 +- src/gen/test/Model/EcommerceOrderStatusTest.php | 2 +- src/gen/test/Model/EcommerceOrderTest.php | 2 +- src/gen/test/Model/EcommerceOrdersFilterTest.php | 2 +- src/gen/test/Model/EcommerceProductCategoriesTest.php | 2 +- src/gen/test/Model/EcommerceProductImages1Test.php | 2 +- src/gen/test/Model/EcommerceProductImagesTest.php | 2 +- src/gen/test/Model/EcommerceProductOptions1Test.php | 2 +- src/gen/test/Model/EcommerceProductOptionsTest.php | 2 +- src/gen/test/Model/EcommerceProductTest.php | 2 +- src/gen/test/Model/EcommerceProductVariantsTest.php | 2 +- src/gen/test/Model/EcommerceStoreTest.php | 2 +- src/gen/test/Model/EmailTest.php | 2 +- src/gen/test/Model/EmployeeCompensationTest.php | 2 +- src/gen/test/Model/EmployeeEmploymentRoleTest.php | 2 +- src/gen/test/Model/EmployeeJobTest.php | 2 +- src/gen/test/Model/EmployeeListTest.php | 2 +- src/gen/test/Model/EmployeeManagerTest.php | 2 +- src/gen/test/Model/EmployeePayrollTest.php | 2 +- src/gen/test/Model/EmployeeSchedulesTest.php | 2 +- src/gen/test/Model/EmployeeTest.php | 2 +- src/gen/test/Model/EmployeesFilterTest.php | 2 +- src/gen/test/Model/EmployeesSortTest.php | 2 +- src/gen/test/Model/EmploymentStatusTest.php | 2 +- src/gen/test/Model/ErrorTest.php | 2 +- src/gen/test/Model/ExecuteWebhookResponseTest.php | 2 +- src/gen/test/Model/FileStorageEventTypeTest.php | 2 +- src/gen/test/Model/FileTypeTest.php | 2 +- src/gen/test/Model/FilesFilterTest.php | 2 +- src/gen/test/Model/FilesSearchTest.php | 2 +- src/gen/test/Model/FilesSortTest.php | 2 +- src/gen/test/Model/FolderTest.php | 2 +- src/gen/test/Model/FormFieldOptionGroupTest.php | 2 +- src/gen/test/Model/FormFieldOptionTest.php | 2 +- src/gen/test/Model/FormFieldTest.php | 2 +- src/gen/test/Model/GenderTest.php | 2 +- src/gen/test/Model/GetActivitiesResponseTest.php | 2 +- src/gen/test/Model/GetActivityResponseTest.php | 2 +- src/gen/test/Model/GetApiResourceCoverageResponseTest.php | 2 +- src/gen/test/Model/GetApiResourceResponseTest.php | 2 +- src/gen/test/Model/GetApiResponseTest.php | 2 +- src/gen/test/Model/GetApisResponseTest.php | 2 +- src/gen/test/Model/GetApplicantResponseTest.php | 2 +- src/gen/test/Model/GetApplicantsResponseTest.php | 2 +- src/gen/test/Model/GetApplicationResponseTest.php | 2 +- src/gen/test/Model/GetApplicationsResponseTest.php | 2 +- src/gen/test/Model/GetBalanceSheetResponseTest.php | 2 +- src/gen/test/Model/GetBillResponseTest.php | 2 +- src/gen/test/Model/GetBillsResponseTest.php | 2 +- src/gen/test/Model/GetCollectionResponseTest.php | 2 +- src/gen/test/Model/GetCollectionTagsResponseTest.php | 2 +- src/gen/test/Model/GetCollectionUserResponseTest.php | 2 +- src/gen/test/Model/GetCollectionUsersResponseTest.php | 2 +- src/gen/test/Model/GetCollectionsResponseTest.php | 2 +- src/gen/test/Model/GetCommentResponseTest.php | 2 +- src/gen/test/Model/GetCommentsResponseTest.php | 2 +- src/gen/test/Model/GetCompaniesResponseTest.php | 2 +- src/gen/test/Model/GetCompanyInfoResponseTest.php | 2 +- src/gen/test/Model/GetCompanyResponseTest.php | 2 +- src/gen/test/Model/GetConnectionResponseTest.php | 2 +- src/gen/test/Model/GetConnectionsResponseTest.php | 2 +- src/gen/test/Model/GetConnectorResourceResponseTest.php | 2 +- src/gen/test/Model/GetConnectorResponseTest.php | 2 +- src/gen/test/Model/GetConnectorsResponseTest.php | 2 +- src/gen/test/Model/GetConsumerResponseTest.php | 2 +- src/gen/test/Model/GetConsumersResponseDataTest.php | 2 +- src/gen/test/Model/GetConsumersResponseTest.php | 2 +- src/gen/test/Model/GetContactResponseTest.php | 2 +- src/gen/test/Model/GetContactsResponseTest.php | 2 +- src/gen/test/Model/GetCreditNoteResponseTest.php | 2 +- src/gen/test/Model/GetCreditNotesResponseTest.php | 2 +- src/gen/test/Model/GetCustomerResponseTest.php | 2 +- src/gen/test/Model/GetCustomersResponseTest.php | 2 +- src/gen/test/Model/GetDepartmentResponseTest.php | 2 +- src/gen/test/Model/GetDepartmentsResponseTest.php | 2 +- src/gen/test/Model/GetDriveGroupResponseTest.php | 2 +- src/gen/test/Model/GetDriveGroupsResponseTest.php | 2 +- src/gen/test/Model/GetDriveResponseTest.php | 2 +- src/gen/test/Model/GetDrivesResponseTest.php | 2 +- src/gen/test/Model/GetEcommerceCustomerResponseTest.php | 2 +- src/gen/test/Model/GetEcommerceCustomersResponseTest.php | 2 +- src/gen/test/Model/GetEcommerceOrderResponseTest.php | 2 +- src/gen/test/Model/GetEcommerceOrdersResponseTest.php | 2 +- src/gen/test/Model/GetEmployeePayrollResponseTest.php | 2 +- src/gen/test/Model/GetEmployeePayrollsResponseTest.php | 2 +- src/gen/test/Model/GetEmployeeResponseTest.php | 2 +- src/gen/test/Model/GetEmployeeSchedulesResponseTest.php | 2 +- src/gen/test/Model/GetEmployeesResponseTest.php | 2 +- src/gen/test/Model/GetFileResponseTest.php | 2 +- src/gen/test/Model/GetFilesResponseTest.php | 2 +- src/gen/test/Model/GetFolderResponseTest.php | 2 +- src/gen/test/Model/GetFoldersResponseTest.php | 2 +- src/gen/test/Model/GetHrisCompaniesResponseTest.php | 2 +- src/gen/test/Model/GetHrisCompanyResponseTest.php | 2 +- src/gen/test/Model/GetHrisJobResponseTest.php | 2 +- src/gen/test/Model/GetHrisJobsResponseTest.php | 2 +- src/gen/test/Model/GetInvoiceItemResponseTest.php | 2 +- src/gen/test/Model/GetInvoiceItemsResponseTest.php | 2 +- src/gen/test/Model/GetInvoiceResponseTest.php | 2 +- src/gen/test/Model/GetInvoicesResponseTest.php | 2 +- src/gen/test/Model/GetItemResponseTest.php | 2 +- src/gen/test/Model/GetItemsResponseTest.php | 2 +- src/gen/test/Model/GetJobResponseTest.php | 2 +- src/gen/test/Model/GetJobsResponseTest.php | 2 +- src/gen/test/Model/GetJournalEntriesResponseTest.php | 2 +- src/gen/test/Model/GetJournalEntryResponseTest.php | 2 +- src/gen/test/Model/GetLeadResponseTest.php | 2 +- src/gen/test/Model/GetLeadsResponseTest.php | 2 +- src/gen/test/Model/GetLedgerAccountResponseTest.php | 2 +- src/gen/test/Model/GetLedgerAccountsResponseTest.php | 2 +- src/gen/test/Model/GetLocationResponseTest.php | 2 +- src/gen/test/Model/GetLocationsResponseTest.php | 2 +- src/gen/test/Model/GetLogsResponseTest.php | 2 +- src/gen/test/Model/GetMerchantResponseTest.php | 2 +- src/gen/test/Model/GetMerchantsResponseTest.php | 2 +- src/gen/test/Model/GetMessageResponseTest.php | 2 +- src/gen/test/Model/GetMessagesResponseTest.php | 2 +- src/gen/test/Model/GetModifierGroupResponseTest.php | 2 +- src/gen/test/Model/GetModifierGroupsResponseTest.php | 2 +- src/gen/test/Model/GetModifierResponseTest.php | 2 +- src/gen/test/Model/GetModifiersResponseTest.php | 2 +- src/gen/test/Model/GetNoteResponseTest.php | 2 +- src/gen/test/Model/GetNotesResponseTest.php | 2 +- src/gen/test/Model/GetOpportunitiesResponseTest.php | 2 +- src/gen/test/Model/GetOpportunityResponseTest.php | 2 +- src/gen/test/Model/GetOrderResponseTest.php | 2 +- src/gen/test/Model/GetOrderTypeResponseTest.php | 2 +- src/gen/test/Model/GetOrderTypesResponseTest.php | 2 +- src/gen/test/Model/GetOrdersResponseTest.php | 2 +- src/gen/test/Model/GetPaymentResponseTest.php | 2 +- src/gen/test/Model/GetPaymentsResponseTest.php | 2 +- src/gen/test/Model/GetPayrollResponseTest.php | 2 +- src/gen/test/Model/GetPayrollsResponseTest.php | 2 +- src/gen/test/Model/GetPipelineResponseTest.php | 2 +- src/gen/test/Model/GetPipelinesResponseTest.php | 2 +- src/gen/test/Model/GetPosPaymentResponseTest.php | 2 +- src/gen/test/Model/GetPosPaymentsResponseTest.php | 2 +- src/gen/test/Model/GetProductResponseTest.php | 2 +- src/gen/test/Model/GetProductsResponseTest.php | 2 +- src/gen/test/Model/GetProfitAndLossResponseTest.php | 2 +- src/gen/test/Model/GetPurchaseOrderResponseTest.php | 2 +- src/gen/test/Model/GetPurchaseOrdersResponseTest.php | 2 +- src/gen/test/Model/GetSharedLinkResponseTest.php | 2 +- src/gen/test/Model/GetSharedLinksResponseTest.php | 2 +- src/gen/test/Model/GetStoreResponseTest.php | 2 +- src/gen/test/Model/GetStoresResponseTest.php | 2 +- src/gen/test/Model/GetSupplierResponseTest.php | 2 +- src/gen/test/Model/GetSuppliersResponseTest.php | 2 +- src/gen/test/Model/GetTaxRateResponseTest.php | 2 +- src/gen/test/Model/GetTaxRatesResponseTest.php | 2 +- src/gen/test/Model/GetTenderResponseTest.php | 2 +- src/gen/test/Model/GetTendersResponseTest.php | 2 +- src/gen/test/Model/GetTicketResponseTest.php | 2 +- src/gen/test/Model/GetTicketsResponseTest.php | 2 +- src/gen/test/Model/GetTimeOffRequestResponseTest.php | 2 +- src/gen/test/Model/GetTimeOffRequestsResponseTest.php | 2 +- src/gen/test/Model/GetUploadSessionResponseTest.php | 2 +- src/gen/test/Model/GetUserResponseTest.php | 2 +- src/gen/test/Model/GetUsersResponseTest.php | 2 +- src/gen/test/Model/GetWebhookEventLogsResponseTest.php | 2 +- src/gen/test/Model/GetWebhookResponseTest.php | 2 +- src/gen/test/Model/GetWebhooksResponseTest.php | 2 +- src/gen/test/Model/HrisCompanyTest.php | 2 +- src/gen/test/Model/HrisEventTypeTest.php | 2 +- src/gen/test/Model/HrisJobLocationTest.php | 2 +- src/gen/test/Model/HrisJobTest.php | 2 +- src/gen/test/Model/HrisJobsTest.php | 2 +- src/gen/test/Model/IntegrationStateTest.php | 2 +- src/gen/test/Model/InvoiceItemSalesDetailsTest.php | 2 +- src/gen/test/Model/InvoiceItemTest.php | 2 +- src/gen/test/Model/InvoiceItemsFilterTest.php | 2 +- src/gen/test/Model/InvoiceLineItemTest.php | 2 +- src/gen/test/Model/InvoiceResponseTest.php | 2 +- src/gen/test/Model/InvoiceTest.php | 2 +- src/gen/test/Model/InvoicesSortTest.php | 2 +- src/gen/test/Model/IssueTrackingEventTypeTest.php | 2 +- src/gen/test/Model/IssuesFilterTest.php | 2 +- src/gen/test/Model/ItemTest.php | 2 +- src/gen/test/Model/JobLinksTest.php | 2 +- src/gen/test/Model/JobSalaryTest.php | 2 +- src/gen/test/Model/JobStatusTest.php | 2 +- src/gen/test/Model/JobTest.php | 2 +- src/gen/test/Model/JournalEntryLineItemTest.php | 2 +- src/gen/test/Model/JournalEntryTest.php | 2 +- src/gen/test/Model/LeadEventTypeTest.php | 2 +- src/gen/test/Model/LeadTest.php | 2 +- src/gen/test/Model/LeadsFilterTest.php | 2 +- src/gen/test/Model/LeadsSortTest.php | 2 +- src/gen/test/Model/LedgerAccountCategoriesTest.php | 2 +- src/gen/test/Model/LedgerAccountParentAccountTest.php | 2 +- src/gen/test/Model/LedgerAccountTest.php | 2 +- src/gen/test/Model/LinkedConnectorResourceTest.php | 2 +- src/gen/test/Model/LinkedCustomerTest.php | 2 +- src/gen/test/Model/LinkedEcommerceCustomerTest.php | 2 +- src/gen/test/Model/LinkedEcommerceOrderTest.php | 2 +- src/gen/test/Model/LinkedFolderTest.php | 2 +- src/gen/test/Model/LinkedInvoiceItemTest.php | 2 +- src/gen/test/Model/LinkedLedgerAccountTest.php | 2 +- src/gen/test/Model/LinkedParentCustomerTest.php | 2 +- src/gen/test/Model/LinkedSupplierTest.php | 2 +- src/gen/test/Model/LinkedTaxRateTest.php | 2 +- src/gen/test/Model/LinkedTrackingCategoryTest.php | 2 +- src/gen/test/Model/LinksTest.php | 2 +- src/gen/test/Model/LocationTest.php | 2 +- src/gen/test/Model/LogOperationTest.php | 2 +- src/gen/test/Model/LogServiceTest.php | 2 +- src/gen/test/Model/LogTest.php | 2 +- src/gen/test/Model/LogsFilterTest.php | 2 +- src/gen/test/Model/MerchantTest.php | 2 +- src/gen/test/Model/MessageTest.php | 2 +- src/gen/test/Model/MetaCursorsTest.php | 2 +- src/gen/test/Model/MetaTest.php | 2 +- src/gen/test/Model/ModifierGroupFilterTest.php | 2 +- src/gen/test/Model/ModifierGroupTest.php | 2 +- src/gen/test/Model/ModifierTest.php | 2 +- src/gen/test/Model/NotFoundResponseTest.php | 2 +- src/gen/test/Model/NotImplementedResponseTest.php | 2 +- src/gen/test/Model/NoteTest.php | 2 +- src/gen/test/Model/OAuthGrantTypeTest.php | 2 +- src/gen/test/Model/OfferTest.php | 2 +- src/gen/test/Model/OpportunitiesFilterTest.php | 2 +- src/gen/test/Model/OpportunitiesSortTest.php | 2 +- src/gen/test/Model/OpportunityTest.php | 2 +- src/gen/test/Model/OrderCustomersTest.php | 2 +- src/gen/test/Model/OrderDiscountsTest.php | 2 +- src/gen/test/Model/OrderFulfillmentsTest.php | 2 +- src/gen/test/Model/OrderLineItemsTest.php | 2 +- src/gen/test/Model/OrderPaymentsTest.php | 2 +- .../Model/OrderPickupDetailsCurbsidePickupDetailsTest.php | 2 +- src/gen/test/Model/OrderPickupDetailsRecipientTest.php | 2 +- src/gen/test/Model/OrderPickupDetailsTest.php | 2 +- src/gen/test/Model/OrderRefundsTest.php | 2 +- src/gen/test/Model/OrderTendersTest.php | 2 +- src/gen/test/Model/OrderTest.php | 2 +- src/gen/test/Model/OrderTypeTest.php | 2 +- src/gen/test/Model/OwnerTest.php | 2 +- src/gen/test/Model/PaginationCoverageTest.php | 2 +- src/gen/test/Model/PassThroughQueryTest.php | 2 +- src/gen/test/Model/PaymentAllocationsTest.php | 2 +- src/gen/test/Model/PaymentCardTest.php | 2 +- src/gen/test/Model/PaymentFrequencyTest.php | 2 +- src/gen/test/Model/PaymentRequiredResponseTest.php | 2 +- src/gen/test/Model/PaymentTest.php | 2 +- src/gen/test/Model/PaymentUnitTest.php | 2 +- src/gen/test/Model/PaymentsFilterTest.php | 2 +- src/gen/test/Model/PayrollTest.php | 2 +- src/gen/test/Model/PayrollTotalsTest.php | 2 +- src/gen/test/Model/PayrollsFilterTest.php | 2 +- src/gen/test/Model/PersonTest.php | 2 +- src/gen/test/Model/PhoneNumberTest.php | 2 +- src/gen/test/Model/PipelineStagesTest.php | 2 +- src/gen/test/Model/PipelineTest.php | 2 +- src/gen/test/Model/PosBankAccountAchDetailsTest.php | 2 +- src/gen/test/Model/PosBankAccountTest.php | 2 +- src/gen/test/Model/PosPaymentCardDetailsTest.php | 2 +- src/gen/test/Model/PosPaymentExternalDetailsTest.php | 2 +- src/gen/test/Model/PosPaymentTest.php | 2 +- src/gen/test/Model/PriceTest.php | 2 +- src/gen/test/Model/ProbationPeriodTest.php | 2 +- src/gen/test/Model/ProfitAndLossExpensesTest.php | 2 +- src/gen/test/Model/ProfitAndLossFilterTest.php | 2 +- src/gen/test/Model/ProfitAndLossGrossProfitTest.php | 2 +- src/gen/test/Model/ProfitAndLossIncomeTest.php | 2 +- src/gen/test/Model/ProfitAndLossNetIncomeTest.php | 2 +- .../test/Model/ProfitAndLossNetOperatingIncomeTest.php | 2 +- src/gen/test/Model/ProfitAndLossRecordTest.php | 2 +- src/gen/test/Model/ProfitAndLossSectionTest.php | 2 +- src/gen/test/Model/ProfitAndLossTest.php | 2 +- src/gen/test/Model/PurchaseOrderTest.php | 2 +- src/gen/test/Model/RequestCountAllocationTest.php | 2 +- src/gen/test/Model/RequestRateTest.php | 2 +- src/gen/test/Model/ResolveWebhookResponseTest.php | 2 +- src/gen/test/Model/ResourceStatusTest.php | 2 +- src/gen/test/Model/ScheduleTest.php | 2 +- src/gen/test/Model/ScheduleWorkPatternOddWeeksTest.php | 2 +- src/gen/test/Model/ScheduleWorkPatternTest.php | 2 +- src/gen/test/Model/ServiceChargeTest.php | 2 +- src/gen/test/Model/SessionSettingsTest.php | 2 +- src/gen/test/Model/SessionTest.php | 2 +- src/gen/test/Model/SessionThemeTest.php | 2 +- src/gen/test/Model/SharedLinkTargetTest.php | 2 +- src/gen/test/Model/SharedLinkTest.php | 2 +- src/gen/test/Model/SimpleFormFieldOptionTest.php | 2 +- src/gen/test/Model/SocialLinkTest.php | 2 +- src/gen/test/Model/SortDirectionTest.php | 2 +- src/gen/test/Model/StatusTest.php | 2 +- src/gen/test/Model/SupplierTest.php | 2 +- src/gen/test/Model/SuppliersFilterTest.php | 2 +- .../test/Model/SupportedPropertyChildPropertiesTest.php | 2 +- src/gen/test/Model/SupportedPropertyTest.php | 2 +- src/gen/test/Model/TaxRateTest.php | 2 +- src/gen/test/Model/TaxRatesFilterTest.php | 2 +- src/gen/test/Model/TaxTest.php | 2 +- src/gen/test/Model/TeamTest.php | 2 +- src/gen/test/Model/TenderTest.php | 2 +- src/gen/test/Model/TicketTest.php | 2 +- src/gen/test/Model/TicketsSortTest.php | 2 +- src/gen/test/Model/TimeOffRequestNotesTest.php | 2 +- src/gen/test/Model/TimeOffRequestTest.php | 2 +- src/gen/test/Model/TimeOffRequestsFilterTest.php | 2 +- src/gen/test/Model/TooManyRequestsResponseDetailTest.php | 2 +- src/gen/test/Model/TooManyRequestsResponseTest.php | 2 +- src/gen/test/Model/TrackingItemTest.php | 2 +- src/gen/test/Model/UnauthorizedResponseTest.php | 2 +- src/gen/test/Model/UnexpectedErrorResponseTest.php | 2 +- src/gen/test/Model/UnifiedApiIdTest.php | 2 +- src/gen/test/Model/UnifiedFilePermissionsTest.php | 2 +- src/gen/test/Model/UnifiedFileTest.php | 2 +- src/gen/test/Model/UnifiedIdTest.php | 2 +- src/gen/test/Model/UnprocessableResponseTest.php | 2 +- src/gen/test/Model/UpdateActivityResponseTest.php | 2 +- src/gen/test/Model/UpdateApplicantResponseTest.php | 2 +- src/gen/test/Model/UpdateApplicationResponseTest.php | 2 +- src/gen/test/Model/UpdateBillResponseTest.php | 2 +- src/gen/test/Model/UpdateCommentResponseTest.php | 2 +- src/gen/test/Model/UpdateCompanyResponseTest.php | 2 +- src/gen/test/Model/UpdateConnectionResponseTest.php | 2 +- src/gen/test/Model/UpdateConsumerRequestTest.php | 2 +- src/gen/test/Model/UpdateConsumerResponseTest.php | 2 +- src/gen/test/Model/UpdateContactResponseTest.php | 2 +- src/gen/test/Model/UpdateCreditNoteResponseTest.php | 2 +- src/gen/test/Model/UpdateCustomerResponseTest.php | 2 +- src/gen/test/Model/UpdateDepartmentResponseTest.php | 2 +- src/gen/test/Model/UpdateDriveGroupResponseTest.php | 2 +- src/gen/test/Model/UpdateDriveResponseTest.php | 2 +- .../test/Model/UpdateEcommerceCustomerResponseTest.php | 2 +- src/gen/test/Model/UpdateEcommerceOrderResponseTest.php | 2 +- src/gen/test/Model/UpdateEmployeeResponseTest.php | 2 +- src/gen/test/Model/UpdateFileRequestTest.php | 2 +- src/gen/test/Model/UpdateFileResponseTest.php | 2 +- src/gen/test/Model/UpdateFolderRequestTest.php | 2 +- src/gen/test/Model/UpdateFolderResponseTest.php | 2 +- src/gen/test/Model/UpdateHrisCompanyResponseTest.php | 2 +- src/gen/test/Model/UpdateInvoiceItemsResponseTest.php | 2 +- src/gen/test/Model/UpdateInvoiceResponseTest.php | 2 +- src/gen/test/Model/UpdateItemResponseTest.php | 2 +- src/gen/test/Model/UpdateJobResponseTest.php | 2 +- src/gen/test/Model/UpdateJournalEntryResponseTest.php | 2 +- src/gen/test/Model/UpdateLeadResponseTest.php | 2 +- src/gen/test/Model/UpdateLedgerAccountResponseTest.php | 2 +- src/gen/test/Model/UpdateLocationResponseTest.php | 2 +- src/gen/test/Model/UpdateMerchantResponseTest.php | 2 +- src/gen/test/Model/UpdateMessageResponseTest.php | 2 +- src/gen/test/Model/UpdateModifierGroupResponseTest.php | 2 +- src/gen/test/Model/UpdateModifierResponseTest.php | 2 +- src/gen/test/Model/UpdateNoteResponseTest.php | 2 +- src/gen/test/Model/UpdateOpportunityResponseTest.php | 2 +- src/gen/test/Model/UpdateOrderResponseTest.php | 2 +- src/gen/test/Model/UpdateOrderTypeResponseTest.php | 2 +- src/gen/test/Model/UpdatePaymentResponseTest.php | 2 +- src/gen/test/Model/UpdatePipelineResponseTest.php | 2 +- src/gen/test/Model/UpdatePosPaymentResponseTest.php | 2 +- src/gen/test/Model/UpdateProductResponseTest.php | 2 +- src/gen/test/Model/UpdatePurchaseOrderResponseTest.php | 2 +- src/gen/test/Model/UpdateSharedLinkResponseTest.php | 2 +- src/gen/test/Model/UpdateSupplierResponseTest.php | 2 +- src/gen/test/Model/UpdateTaxRateResponseTest.php | 2 +- src/gen/test/Model/UpdateTenderResponseTest.php | 2 +- src/gen/test/Model/UpdateTicketResponseTest.php | 2 +- src/gen/test/Model/UpdateTimeOffRequestResponseTest.php | 2 +- src/gen/test/Model/UpdateUploadSessionResponseTest.php | 2 +- src/gen/test/Model/UpdateUserResponseTest.php | 2 +- src/gen/test/Model/UpdateWebhookRequestTest.php | 2 +- src/gen/test/Model/UpdateWebhookResponseTest.php | 2 +- src/gen/test/Model/UploadSessionTest.php | 2 +- src/gen/test/Model/UserTest.php | 2 +- src/gen/test/Model/VaultEventTypeTest.php | 2 +- src/gen/test/Model/VirtualWebhooksTest.php | 2 +- src/gen/test/Model/WalletDetailsTest.php | 2 +- src/gen/test/Model/WebhookEventLogAttemptsTest.php | 2 +- src/gen/test/Model/WebhookEventLogServiceTest.php | 2 +- src/gen/test/Model/WebhookEventLogTest.php | 2 +- src/gen/test/Model/WebhookEventLogsFilterServiceTest.php | 2 +- src/gen/test/Model/WebhookEventLogsFilterTest.php | 2 +- src/gen/test/Model/WebhookEventTest.php | 2 +- src/gen/test/Model/WebhookEventTypeTest.php | 2 +- src/gen/test/Model/WebhookSubscriptionTest.php | 2 +- src/gen/test/Model/WebhookSupportTest.php | 2 +- src/gen/test/Model/WebhookTest.php | 2 +- src/gen/test/Model/WebsiteTest.php | 2 +- 1199 files changed, 1202 insertions(+), 1202 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1917eb7140..3fc802aed0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,5 +14,5 @@ jobs: uses: ncipollo/release-action@v1 with: commit: main - tag: 2.5.2 + tag: 2.5.3 diff --git a/package.json b/package.json index 4cded0064c..160936a1f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apideck/php", - "version": "2.5.2", + "version": "2.5.3", "description": "Apideck PHP SDK", "keywords": [ "apideck", diff --git a/src/gen/lib/Api/AccountingApi.php b/src/gen/lib/Api/AccountingApi.php index cfd6e4c1f2..4cd4bcf5c4 100644 --- a/src/gen/lib/Api/AccountingApi.php +++ b/src/gen/lib/Api/AccountingApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/AtsApi.php b/src/gen/lib/Api/AtsApi.php index c4f95fd2be..0ad0cb07dd 100644 --- a/src/gen/lib/Api/AtsApi.php +++ b/src/gen/lib/Api/AtsApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/ConnectorApi.php b/src/gen/lib/Api/ConnectorApi.php index 78bf1ad11b..52f5ea4f6f 100644 --- a/src/gen/lib/Api/ConnectorApi.php +++ b/src/gen/lib/Api/ConnectorApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/CrmApi.php b/src/gen/lib/Api/CrmApi.php index 6b827a9067..f4b2821b84 100644 --- a/src/gen/lib/Api/CrmApi.php +++ b/src/gen/lib/Api/CrmApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/EcommerceApi.php b/src/gen/lib/Api/EcommerceApi.php index a26860b529..aca4465b8d 100644 --- a/src/gen/lib/Api/EcommerceApi.php +++ b/src/gen/lib/Api/EcommerceApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/FileStorageApi.php b/src/gen/lib/Api/FileStorageApi.php index bbc0b5f285..abd814d265 100644 --- a/src/gen/lib/Api/FileStorageApi.php +++ b/src/gen/lib/Api/FileStorageApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/HrisApi.php b/src/gen/lib/Api/HrisApi.php index b70aebdb2b..6011aeac8d 100644 --- a/src/gen/lib/Api/HrisApi.php +++ b/src/gen/lib/Api/HrisApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/IssueTrackingApi.php b/src/gen/lib/Api/IssueTrackingApi.php index dd2f02b295..47976b4a83 100644 --- a/src/gen/lib/Api/IssueTrackingApi.php +++ b/src/gen/lib/Api/IssueTrackingApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/LeadApi.php b/src/gen/lib/Api/LeadApi.php index 742b34f1cb..c107d30e49 100644 --- a/src/gen/lib/Api/LeadApi.php +++ b/src/gen/lib/Api/LeadApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/PosApi.php b/src/gen/lib/Api/PosApi.php index 583ead4612..3d7aef5342 100644 --- a/src/gen/lib/Api/PosApi.php +++ b/src/gen/lib/Api/PosApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/SmsApi.php b/src/gen/lib/Api/SmsApi.php index cc1b2d950d..eef71fae6e 100644 --- a/src/gen/lib/Api/SmsApi.php +++ b/src/gen/lib/Api/SmsApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/VaultApi.php b/src/gen/lib/Api/VaultApi.php index a403643fbb..c8f5bfab96 100644 --- a/src/gen/lib/Api/VaultApi.php +++ b/src/gen/lib/Api/VaultApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Api/WebhookApi.php b/src/gen/lib/Api/WebhookApi.php index 4add7e7a8f..4da87a302e 100644 --- a/src/gen/lib/Api/WebhookApi.php +++ b/src/gen/lib/Api/WebhookApi.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/ApiException.php b/src/gen/lib/ApiException.php index 0839e9c266..bb255a0495 100644 --- a/src/gen/lib/ApiException.php +++ b/src/gen/lib/ApiException.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Configuration.php b/src/gen/lib/Configuration.php index e7dd64c021..a0bcb4336b 100644 --- a/src/gen/lib/Configuration.php +++ b/src/gen/lib/Configuration.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -97,7 +97,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.5.2/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.5.3/PHP'; /** * Debug switch (default set to false) @@ -447,8 +447,8 @@ public static function toDebugReport() $report = 'PHP SDK (Apideck\Client) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' The version of the OpenAPI document: 9.9.0' . PHP_EOL; - $report .= ' SDK Package Version: 2.5.2' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 9.9.1' . PHP_EOL; + $report .= ' SDK Package Version: 2.5.3' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/src/gen/lib/HeaderSelector.php b/src/gen/lib/HeaderSelector.php index b55591948b..0188a9e50b 100644 --- a/src/gen/lib/HeaderSelector.php +++ b/src/gen/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AccountingEventType.php b/src/gen/lib/Model/AccountingEventType.php index a4ba7f6868..358c2c8a1d 100644 --- a/src/gen/lib/Model/AccountingEventType.php +++ b/src/gen/lib/Model/AccountingEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ActivitiesFilter.php b/src/gen/lib/Model/ActivitiesFilter.php index eb6544ba28..571436c4b4 100644 --- a/src/gen/lib/Model/ActivitiesFilter.php +++ b/src/gen/lib/Model/ActivitiesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Activity.php b/src/gen/lib/Model/Activity.php index d7e070995c..e4f75ca1de 100644 --- a/src/gen/lib/Model/Activity.php +++ b/src/gen/lib/Model/Activity.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ActivityAttendee.php b/src/gen/lib/Model/ActivityAttendee.php index b4022ff011..8f8350aa95 100644 --- a/src/gen/lib/Model/ActivityAttendee.php +++ b/src/gen/lib/Model/ActivityAttendee.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Address.php b/src/gen/lib/Model/Address.php index 6e234ea62e..070e1e2778 100644 --- a/src/gen/lib/Model/Address.php +++ b/src/gen/lib/Model/Address.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Api.php b/src/gen/lib/Model/Api.php index 7f2f66ed8a..cfd20231f0 100644 --- a/src/gen/lib/Model/Api.php +++ b/src/gen/lib/Model/Api.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiResource.php b/src/gen/lib/Model/ApiResource.php index 94e372d9eb..f4f696f922 100644 --- a/src/gen/lib/Model/ApiResource.php +++ b/src/gen/lib/Model/ApiResource.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiResourceCoverage.php b/src/gen/lib/Model/ApiResourceCoverage.php index 8a54a0b570..823e808943 100644 --- a/src/gen/lib/Model/ApiResourceCoverage.php +++ b/src/gen/lib/Model/ApiResourceCoverage.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiResourceCoverageCoverage.php b/src/gen/lib/Model/ApiResourceCoverageCoverage.php index b56547e11a..2df8ff3dfb 100644 --- a/src/gen/lib/Model/ApiResourceCoverageCoverage.php +++ b/src/gen/lib/Model/ApiResourceCoverageCoverage.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiResourceLinkedResources.php b/src/gen/lib/Model/ApiResourceLinkedResources.php index 83703edb20..f6c9ec84b1 100644 --- a/src/gen/lib/Model/ApiResourceLinkedResources.php +++ b/src/gen/lib/Model/ApiResourceLinkedResources.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiResources.php b/src/gen/lib/Model/ApiResources.php index 5449f20e69..6a662cfbcf 100644 --- a/src/gen/lib/Model/ApiResources.php +++ b/src/gen/lib/Model/ApiResources.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApiStatus.php b/src/gen/lib/Model/ApiStatus.php index 683597d5ea..d9856b8e3b 100644 --- a/src/gen/lib/Model/ApiStatus.php +++ b/src/gen/lib/Model/ApiStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApisFilter.php b/src/gen/lib/Model/ApisFilter.php index 36ca5490fe..d45142d8d9 100644 --- a/src/gen/lib/Model/ApisFilter.php +++ b/src/gen/lib/Model/ApisFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Applicant.php b/src/gen/lib/Model/Applicant.php index 6f6df3f1d8..882a2b1fa2 100644 --- a/src/gen/lib/Model/Applicant.php +++ b/src/gen/lib/Model/Applicant.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApplicantSocialLinks.php b/src/gen/lib/Model/ApplicantSocialLinks.php index df54bb7fc7..7a4cf24b27 100644 --- a/src/gen/lib/Model/ApplicantSocialLinks.php +++ b/src/gen/lib/Model/ApplicantSocialLinks.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApplicantWebsites.php b/src/gen/lib/Model/ApplicantWebsites.php index a4d7de9a75..85c3e2cf28 100644 --- a/src/gen/lib/Model/ApplicantWebsites.php +++ b/src/gen/lib/Model/ApplicantWebsites.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApplicantsFilter.php b/src/gen/lib/Model/ApplicantsFilter.php index 1618f28093..81282059c6 100644 --- a/src/gen/lib/Model/ApplicantsFilter.php +++ b/src/gen/lib/Model/ApplicantsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Application.php b/src/gen/lib/Model/Application.php index 774c41ddd8..d8040427ec 100644 --- a/src/gen/lib/Model/Application.php +++ b/src/gen/lib/Model/Application.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ApplicationStage.php b/src/gen/lib/Model/ApplicationStage.php index e759d65e65..e6ddb269ac 100644 --- a/src/gen/lib/Model/ApplicationStage.php +++ b/src/gen/lib/Model/ApplicationStage.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Assignee.php b/src/gen/lib/Model/Assignee.php index 36d375ddd0..17b44d4ed8 100644 --- a/src/gen/lib/Model/Assignee.php +++ b/src/gen/lib/Model/Assignee.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AtsActivity.php b/src/gen/lib/Model/AtsActivity.php index b431fe3de8..a42dc61247 100644 --- a/src/gen/lib/Model/AtsActivity.php +++ b/src/gen/lib/Model/AtsActivity.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AtsEventType.php b/src/gen/lib/Model/AtsEventType.php index 624e3b72d8..0cb89d3d1e 100644 --- a/src/gen/lib/Model/AtsEventType.php +++ b/src/gen/lib/Model/AtsEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AuthType.php b/src/gen/lib/Model/AuthType.php index 7d91c977fb..71176ec31b 100644 --- a/src/gen/lib/Model/AuthType.php +++ b/src/gen/lib/Model/AuthType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BadRequestResponse.php b/src/gen/lib/Model/BadRequestResponse.php index 6a5b298436..5a355d1fe7 100644 --- a/src/gen/lib/Model/BadRequestResponse.php +++ b/src/gen/lib/Model/BadRequestResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheet.php b/src/gen/lib/Model/BalanceSheet.php index cc54007ec2..11911e5ec5 100644 --- a/src/gen/lib/Model/BalanceSheet.php +++ b/src/gen/lib/Model/BalanceSheet.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAssets.php b/src/gen/lib/Model/BalanceSheetAssets.php index e7c01c46ff..2e30d19c80 100644 --- a/src/gen/lib/Model/BalanceSheetAssets.php +++ b/src/gen/lib/Model/BalanceSheetAssets.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAssetsCurrentAssets.php b/src/gen/lib/Model/BalanceSheetAssetsCurrentAssets.php index f503c7e7ea..7e6e5bbb45 100644 --- a/src/gen/lib/Model/BalanceSheetAssetsCurrentAssets.php +++ b/src/gen/lib/Model/BalanceSheetAssetsCurrentAssets.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAssetsCurrentAssetsAccounts.php b/src/gen/lib/Model/BalanceSheetAssetsCurrentAssetsAccounts.php index 1898688f3b..098ff1f076 100644 --- a/src/gen/lib/Model/BalanceSheetAssetsCurrentAssetsAccounts.php +++ b/src/gen/lib/Model/BalanceSheetAssetsCurrentAssetsAccounts.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAssetsFixedAssets.php b/src/gen/lib/Model/BalanceSheetAssetsFixedAssets.php index 8356fcf113..2a09d9f410 100644 --- a/src/gen/lib/Model/BalanceSheetAssetsFixedAssets.php +++ b/src/gen/lib/Model/BalanceSheetAssetsFixedAssets.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAssetsFixedAssetsAccounts.php b/src/gen/lib/Model/BalanceSheetAssetsFixedAssetsAccounts.php index d879bb1594..1b312bb672 100644 --- a/src/gen/lib/Model/BalanceSheetAssetsFixedAssetsAccounts.php +++ b/src/gen/lib/Model/BalanceSheetAssetsFixedAssetsAccounts.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetEquity.php b/src/gen/lib/Model/BalanceSheetEquity.php index dfa2252c3b..53968dc51a 100644 --- a/src/gen/lib/Model/BalanceSheetEquity.php +++ b/src/gen/lib/Model/BalanceSheetEquity.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetEquityItems.php b/src/gen/lib/Model/BalanceSheetEquityItems.php index 861cc805ff..bbae59a58c 100644 --- a/src/gen/lib/Model/BalanceSheetEquityItems.php +++ b/src/gen/lib/Model/BalanceSheetEquityItems.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetFilter.php b/src/gen/lib/Model/BalanceSheetFilter.php index d425519e6a..fef4232c49 100644 --- a/src/gen/lib/Model/BalanceSheetFilter.php +++ b/src/gen/lib/Model/BalanceSheetFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetLiabilities.php b/src/gen/lib/Model/BalanceSheetLiabilities.php index 4e27ea076d..c7a69cf4d2 100644 --- a/src/gen/lib/Model/BalanceSheetLiabilities.php +++ b/src/gen/lib/Model/BalanceSheetLiabilities.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetLiabilitiesAccounts.php b/src/gen/lib/Model/BalanceSheetLiabilitiesAccounts.php index 5ec4905189..1ad14326e3 100644 --- a/src/gen/lib/Model/BalanceSheetLiabilitiesAccounts.php +++ b/src/gen/lib/Model/BalanceSheetLiabilitiesAccounts.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BankAccount.php b/src/gen/lib/Model/BankAccount.php index 34a1c0f895..f6ebf8d5ef 100644 --- a/src/gen/lib/Model/BankAccount.php +++ b/src/gen/lib/Model/BankAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Benefit.php b/src/gen/lib/Model/Benefit.php index 090063a7b0..c36eb04991 100644 --- a/src/gen/lib/Model/Benefit.php +++ b/src/gen/lib/Model/Benefit.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Bill.php b/src/gen/lib/Model/Bill.php index e8a94d017a..d15e0f0f5c 100644 --- a/src/gen/lib/Model/Bill.php +++ b/src/gen/lib/Model/Bill.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BillLineItem.php b/src/gen/lib/Model/BillLineItem.php index 948deca3d4..3aa580aab2 100644 --- a/src/gen/lib/Model/BillLineItem.php +++ b/src/gen/lib/Model/BillLineItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BillsSort.php b/src/gen/lib/Model/BillsSort.php index e507e980b9..43d5b14f3a 100644 --- a/src/gen/lib/Model/BillsSort.php +++ b/src/gen/lib/Model/BillsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Branch.php b/src/gen/lib/Model/Branch.php index 86c4743f77..6728136249 100644 --- a/src/gen/lib/Model/Branch.php +++ b/src/gen/lib/Model/Branch.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CashDetails.php b/src/gen/lib/Model/CashDetails.php index eed2757722..c34ef2e3b4 100644 --- a/src/gen/lib/Model/CashDetails.php +++ b/src/gen/lib/Model/CashDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Collection.php b/src/gen/lib/Model/Collection.php index 3720e0cac7..0b9dcf9216 100644 --- a/src/gen/lib/Model/Collection.php +++ b/src/gen/lib/Model/Collection.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CollectionTag.php b/src/gen/lib/Model/CollectionTag.php index 9172bd78c7..daf25c9aec 100644 --- a/src/gen/lib/Model/CollectionTag.php +++ b/src/gen/lib/Model/CollectionTag.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CollectionTicketComment.php b/src/gen/lib/Model/CollectionTicketComment.php index 13ed4809e3..42227118a6 100644 --- a/src/gen/lib/Model/CollectionTicketComment.php +++ b/src/gen/lib/Model/CollectionTicketComment.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CollectionUser.php b/src/gen/lib/Model/CollectionUser.php index 6ecad01046..65a9162fe2 100644 --- a/src/gen/lib/Model/CollectionUser.php +++ b/src/gen/lib/Model/CollectionUser.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CollectionsSort.php b/src/gen/lib/Model/CollectionsSort.php index 2853638636..4c719b68d5 100644 --- a/src/gen/lib/Model/CollectionsSort.php +++ b/src/gen/lib/Model/CollectionsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CommentsSort.php b/src/gen/lib/Model/CommentsSort.php index edf34aff29..55840082e5 100644 --- a/src/gen/lib/Model/CommentsSort.php +++ b/src/gen/lib/Model/CommentsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CompaniesFilter.php b/src/gen/lib/Model/CompaniesFilter.php index d2c0d24d00..6329e3671c 100644 --- a/src/gen/lib/Model/CompaniesFilter.php +++ b/src/gen/lib/Model/CompaniesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CompaniesSort.php b/src/gen/lib/Model/CompaniesSort.php index 31cf2ea0b6..49b9741d66 100644 --- a/src/gen/lib/Model/CompaniesSort.php +++ b/src/gen/lib/Model/CompaniesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Company.php b/src/gen/lib/Model/Company.php index af6f91728a..3d18be6a5e 100644 --- a/src/gen/lib/Model/Company.php +++ b/src/gen/lib/Model/Company.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CompanyInfo.php b/src/gen/lib/Model/CompanyInfo.php index 843715a3aa..675b8c8c25 100644 --- a/src/gen/lib/Model/CompanyInfo.php +++ b/src/gen/lib/Model/CompanyInfo.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CompanyRowType.php b/src/gen/lib/Model/CompanyRowType.php index 1fe3aa7390..97f30f524f 100644 --- a/src/gen/lib/Model/CompanyRowType.php +++ b/src/gen/lib/Model/CompanyRowType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Compensation.php b/src/gen/lib/Model/Compensation.php index f9ae13d96d..a4a2e7876d 100644 --- a/src/gen/lib/Model/Compensation.php +++ b/src/gen/lib/Model/Compensation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Connection.php b/src/gen/lib/Model/Connection.php index 21f7a2041d..e2b540e1a7 100644 --- a/src/gen/lib/Model/Connection.php +++ b/src/gen/lib/Model/Connection.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionConfiguration.php b/src/gen/lib/Model/ConnectionConfiguration.php index f3c24a0026..97b88b3ce2 100644 --- a/src/gen/lib/Model/ConnectionConfiguration.php +++ b/src/gen/lib/Model/ConnectionConfiguration.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionDefaults.php b/src/gen/lib/Model/ConnectionDefaults.php index 0e9cc157f8..9d3b312e13 100644 --- a/src/gen/lib/Model/ConnectionDefaults.php +++ b/src/gen/lib/Model/ConnectionDefaults.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionImportData.php b/src/gen/lib/Model/ConnectionImportData.php index a576781dab..75d0099b8a 100644 --- a/src/gen/lib/Model/ConnectionImportData.php +++ b/src/gen/lib/Model/ConnectionImportData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionImportDataCredentials.php b/src/gen/lib/Model/ConnectionImportDataCredentials.php index adb90d4a8a..4350f91195 100644 --- a/src/gen/lib/Model/ConnectionImportDataCredentials.php +++ b/src/gen/lib/Model/ConnectionImportDataCredentials.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionMetadata.php b/src/gen/lib/Model/ConnectionMetadata.php index 16b3acc59e..f555c3ad6e 100644 --- a/src/gen/lib/Model/ConnectionMetadata.php +++ b/src/gen/lib/Model/ConnectionMetadata.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionState.php b/src/gen/lib/Model/ConnectionState.php index cfce9d7ec2..d846fc67c7 100644 --- a/src/gen/lib/Model/ConnectionState.php +++ b/src/gen/lib/Model/ConnectionState.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectionWebhook.php b/src/gen/lib/Model/ConnectionWebhook.php index 97d62ed994..3b1cd6ba3b 100644 --- a/src/gen/lib/Model/ConnectionWebhook.php +++ b/src/gen/lib/Model/ConnectionWebhook.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Connector.php b/src/gen/lib/Model/Connector.php index 35498d691c..58cbe27e37 100644 --- a/src/gen/lib/Model/Connector.php +++ b/src/gen/lib/Model/Connector.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorDoc.php b/src/gen/lib/Model/ConnectorDoc.php index 2bed285c03..434233d102 100644 --- a/src/gen/lib/Model/ConnectorDoc.php +++ b/src/gen/lib/Model/ConnectorDoc.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorEvent.php b/src/gen/lib/Model/ConnectorEvent.php index 3be90d0f55..5d74fd8664 100644 --- a/src/gen/lib/Model/ConnectorEvent.php +++ b/src/gen/lib/Model/ConnectorEvent.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorOauthScopes.php b/src/gen/lib/Model/ConnectorOauthScopes.php index 967f2b5c83..feb885fc71 100644 --- a/src/gen/lib/Model/ConnectorOauthScopes.php +++ b/src/gen/lib/Model/ConnectorOauthScopes.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorOauthScopes1.php b/src/gen/lib/Model/ConnectorOauthScopes1.php index 299daa93ed..d9f739f912 100644 --- a/src/gen/lib/Model/ConnectorOauthScopes1.php +++ b/src/gen/lib/Model/ConnectorOauthScopes1.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorResource.php b/src/gen/lib/Model/ConnectorResource.php index 0a0a365ff1..e7c1725a6c 100644 --- a/src/gen/lib/Model/ConnectorResource.php +++ b/src/gen/lib/Model/ConnectorResource.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorSetting.php b/src/gen/lib/Model/ConnectorSetting.php index 67fa85de91..359ed10c23 100644 --- a/src/gen/lib/Model/ConnectorSetting.php +++ b/src/gen/lib/Model/ConnectorSetting.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorStatus.php b/src/gen/lib/Model/ConnectorStatus.php index 58fdccdc72..949c10f559 100644 --- a/src/gen/lib/Model/ConnectorStatus.php +++ b/src/gen/lib/Model/ConnectorStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorTlsSupport.php b/src/gen/lib/Model/ConnectorTlsSupport.php index 177166b93e..3588cc5d9b 100644 --- a/src/gen/lib/Model/ConnectorTlsSupport.php +++ b/src/gen/lib/Model/ConnectorTlsSupport.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorUnifiedApis.php b/src/gen/lib/Model/ConnectorUnifiedApis.php index 4b7f87aa6e..ecee1b32c3 100644 --- a/src/gen/lib/Model/ConnectorUnifiedApis.php +++ b/src/gen/lib/Model/ConnectorUnifiedApis.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConnectorsFilter.php b/src/gen/lib/Model/ConnectorsFilter.php index 7b1076c527..5018f72004 100644 --- a/src/gen/lib/Model/ConnectorsFilter.php +++ b/src/gen/lib/Model/ConnectorsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Consumer.php b/src/gen/lib/Model/Consumer.php index d0052f2927..0b08351bf0 100644 --- a/src/gen/lib/Model/Consumer.php +++ b/src/gen/lib/Model/Consumer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConsumerConnection.php b/src/gen/lib/Model/ConsumerConnection.php index f5de031d13..726f587511 100644 --- a/src/gen/lib/Model/ConsumerConnection.php +++ b/src/gen/lib/Model/ConsumerConnection.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConsumerMetadata.php b/src/gen/lib/Model/ConsumerMetadata.php index 6b4598ab23..e523582351 100644 --- a/src/gen/lib/Model/ConsumerMetadata.php +++ b/src/gen/lib/Model/ConsumerMetadata.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponse.php b/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponse.php index 36bc945949..4911766701 100644 --- a/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponse.php +++ b/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponseData.php b/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponseData.php index 575648ac96..77774129f4 100644 --- a/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponseData.php +++ b/src/gen/lib/Model/ConsumerRequestCountsInDateRangeResponseData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Contact.php b/src/gen/lib/Model/Contact.php index 1efe676173..7969c05146 100644 --- a/src/gen/lib/Model/Contact.php +++ b/src/gen/lib/Model/Contact.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ContactsFilter.php b/src/gen/lib/Model/ContactsFilter.php index c70050df39..d59086d873 100644 --- a/src/gen/lib/Model/ContactsFilter.php +++ b/src/gen/lib/Model/ContactsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ContactsSort.php b/src/gen/lib/Model/ContactsSort.php index ce71210f24..bca1581f49 100644 --- a/src/gen/lib/Model/ContactsSort.php +++ b/src/gen/lib/Model/ContactsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CopyFolderRequest.php b/src/gen/lib/Model/CopyFolderRequest.php index cc4077ab9d..2e2eed3161 100644 --- a/src/gen/lib/Model/CopyFolderRequest.php +++ b/src/gen/lib/Model/CopyFolderRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateActivityResponse.php b/src/gen/lib/Model/CreateActivityResponse.php index 03b4c8b208..19b38bdd35 100644 --- a/src/gen/lib/Model/CreateActivityResponse.php +++ b/src/gen/lib/Model/CreateActivityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateApplicantResponse.php b/src/gen/lib/Model/CreateApplicantResponse.php index 2388086718..f2d432481b 100644 --- a/src/gen/lib/Model/CreateApplicantResponse.php +++ b/src/gen/lib/Model/CreateApplicantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateApplicationResponse.php b/src/gen/lib/Model/CreateApplicationResponse.php index 8bb04d4024..f44ad6410c 100644 --- a/src/gen/lib/Model/CreateApplicationResponse.php +++ b/src/gen/lib/Model/CreateApplicationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateBillResponse.php b/src/gen/lib/Model/CreateBillResponse.php index a9e0150a03..e49de6cc57 100644 --- a/src/gen/lib/Model/CreateBillResponse.php +++ b/src/gen/lib/Model/CreateBillResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCommentResponse.php b/src/gen/lib/Model/CreateCommentResponse.php index 31e6bb77fd..b7e6c6b02f 100644 --- a/src/gen/lib/Model/CreateCommentResponse.php +++ b/src/gen/lib/Model/CreateCommentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCompanyResponse.php b/src/gen/lib/Model/CreateCompanyResponse.php index e832b8bf4a..b7141d1a4f 100644 --- a/src/gen/lib/Model/CreateCompanyResponse.php +++ b/src/gen/lib/Model/CreateCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateConnectionResponse.php b/src/gen/lib/Model/CreateConnectionResponse.php index 4556359dc8..36bbbda6e9 100644 --- a/src/gen/lib/Model/CreateConnectionResponse.php +++ b/src/gen/lib/Model/CreateConnectionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateConsumerResponse.php b/src/gen/lib/Model/CreateConsumerResponse.php index bec37fe24f..c1631267de 100644 --- a/src/gen/lib/Model/CreateConsumerResponse.php +++ b/src/gen/lib/Model/CreateConsumerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateContactResponse.php b/src/gen/lib/Model/CreateContactResponse.php index 9ec0eb1649..afca18e4a6 100644 --- a/src/gen/lib/Model/CreateContactResponse.php +++ b/src/gen/lib/Model/CreateContactResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCreditNoteResponse.php b/src/gen/lib/Model/CreateCreditNoteResponse.php index f95101736c..05ce1159f2 100644 --- a/src/gen/lib/Model/CreateCreditNoteResponse.php +++ b/src/gen/lib/Model/CreateCreditNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCustomerResponse.php b/src/gen/lib/Model/CreateCustomerResponse.php index 89aa297543..5ed68b1ce5 100644 --- a/src/gen/lib/Model/CreateCustomerResponse.php +++ b/src/gen/lib/Model/CreateCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateDepartmentResponse.php b/src/gen/lib/Model/CreateDepartmentResponse.php index 71d1c12550..f298eb96e1 100644 --- a/src/gen/lib/Model/CreateDepartmentResponse.php +++ b/src/gen/lib/Model/CreateDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateDriveGroupResponse.php b/src/gen/lib/Model/CreateDriveGroupResponse.php index 297ffb1f03..43a9ebf71b 100644 --- a/src/gen/lib/Model/CreateDriveGroupResponse.php +++ b/src/gen/lib/Model/CreateDriveGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateDriveResponse.php b/src/gen/lib/Model/CreateDriveResponse.php index dc80f42950..9a8880ffc1 100644 --- a/src/gen/lib/Model/CreateDriveResponse.php +++ b/src/gen/lib/Model/CreateDriveResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateEcommerceCustomerResponse.php b/src/gen/lib/Model/CreateEcommerceCustomerResponse.php index 2df5bdd3d6..2c6dd81075 100644 --- a/src/gen/lib/Model/CreateEcommerceCustomerResponse.php +++ b/src/gen/lib/Model/CreateEcommerceCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateEcommerceOrderResponse.php b/src/gen/lib/Model/CreateEcommerceOrderResponse.php index a9f7c6474b..f35c1106f2 100644 --- a/src/gen/lib/Model/CreateEcommerceOrderResponse.php +++ b/src/gen/lib/Model/CreateEcommerceOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateEmployeeResponse.php b/src/gen/lib/Model/CreateEmployeeResponse.php index 3c731529f6..69f30a8932 100644 --- a/src/gen/lib/Model/CreateEmployeeResponse.php +++ b/src/gen/lib/Model/CreateEmployeeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateFileRequest.php b/src/gen/lib/Model/CreateFileRequest.php index 25eba60a66..f787e49bbd 100644 --- a/src/gen/lib/Model/CreateFileRequest.php +++ b/src/gen/lib/Model/CreateFileRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateFileResponse.php b/src/gen/lib/Model/CreateFileResponse.php index a6eba8a9e8..b113cbd65b 100644 --- a/src/gen/lib/Model/CreateFileResponse.php +++ b/src/gen/lib/Model/CreateFileResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateFolderRequest.php b/src/gen/lib/Model/CreateFolderRequest.php index 0b862e68d3..01ee46c78f 100644 --- a/src/gen/lib/Model/CreateFolderRequest.php +++ b/src/gen/lib/Model/CreateFolderRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateFolderResponse.php b/src/gen/lib/Model/CreateFolderResponse.php index f253cab08d..8b96d5ac1d 100644 --- a/src/gen/lib/Model/CreateFolderResponse.php +++ b/src/gen/lib/Model/CreateFolderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateHrisCompanyResponse.php b/src/gen/lib/Model/CreateHrisCompanyResponse.php index 36ee9a5544..cc3d9dadb5 100644 --- a/src/gen/lib/Model/CreateHrisCompanyResponse.php +++ b/src/gen/lib/Model/CreateHrisCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateInvoiceItemResponse.php b/src/gen/lib/Model/CreateInvoiceItemResponse.php index c04c46d63f..fc0959d474 100644 --- a/src/gen/lib/Model/CreateInvoiceItemResponse.php +++ b/src/gen/lib/Model/CreateInvoiceItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateInvoiceResponse.php b/src/gen/lib/Model/CreateInvoiceResponse.php index 787992359b..d9c6d44862 100644 --- a/src/gen/lib/Model/CreateInvoiceResponse.php +++ b/src/gen/lib/Model/CreateInvoiceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateItemResponse.php b/src/gen/lib/Model/CreateItemResponse.php index 9a3a8683fe..d57ba1ada9 100644 --- a/src/gen/lib/Model/CreateItemResponse.php +++ b/src/gen/lib/Model/CreateItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateJobResponse.php b/src/gen/lib/Model/CreateJobResponse.php index a378679aec..863d355c6d 100644 --- a/src/gen/lib/Model/CreateJobResponse.php +++ b/src/gen/lib/Model/CreateJobResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateJournalEntryResponse.php b/src/gen/lib/Model/CreateJournalEntryResponse.php index b93cf9f121..abcbad896e 100644 --- a/src/gen/lib/Model/CreateJournalEntryResponse.php +++ b/src/gen/lib/Model/CreateJournalEntryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateLeadResponse.php b/src/gen/lib/Model/CreateLeadResponse.php index 16045493c3..34e0c3fd93 100644 --- a/src/gen/lib/Model/CreateLeadResponse.php +++ b/src/gen/lib/Model/CreateLeadResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateLedgerAccountResponse.php b/src/gen/lib/Model/CreateLedgerAccountResponse.php index 003a0bdea8..80f95829cb 100644 --- a/src/gen/lib/Model/CreateLedgerAccountResponse.php +++ b/src/gen/lib/Model/CreateLedgerAccountResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateLocationResponse.php b/src/gen/lib/Model/CreateLocationResponse.php index 898d78fd24..d75ad14311 100644 --- a/src/gen/lib/Model/CreateLocationResponse.php +++ b/src/gen/lib/Model/CreateLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateMerchantResponse.php b/src/gen/lib/Model/CreateMerchantResponse.php index 2aca154bdf..7178ff8098 100644 --- a/src/gen/lib/Model/CreateMerchantResponse.php +++ b/src/gen/lib/Model/CreateMerchantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateMessageResponse.php b/src/gen/lib/Model/CreateMessageResponse.php index 30a561c0af..3a80eaafed 100644 --- a/src/gen/lib/Model/CreateMessageResponse.php +++ b/src/gen/lib/Model/CreateMessageResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateModifierGroupResponse.php b/src/gen/lib/Model/CreateModifierGroupResponse.php index ebe2ca54a2..ba9cd7cc10 100644 --- a/src/gen/lib/Model/CreateModifierGroupResponse.php +++ b/src/gen/lib/Model/CreateModifierGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateModifierResponse.php b/src/gen/lib/Model/CreateModifierResponse.php index 3547df6d43..ed808b134a 100644 --- a/src/gen/lib/Model/CreateModifierResponse.php +++ b/src/gen/lib/Model/CreateModifierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateNoteResponse.php b/src/gen/lib/Model/CreateNoteResponse.php index d1a0d6636b..3b55d2b4e8 100644 --- a/src/gen/lib/Model/CreateNoteResponse.php +++ b/src/gen/lib/Model/CreateNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateOpportunityResponse.php b/src/gen/lib/Model/CreateOpportunityResponse.php index f2954c5703..4661060ea4 100644 --- a/src/gen/lib/Model/CreateOpportunityResponse.php +++ b/src/gen/lib/Model/CreateOpportunityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateOrderResponse.php b/src/gen/lib/Model/CreateOrderResponse.php index 5edce6ab08..d0b87e4d34 100644 --- a/src/gen/lib/Model/CreateOrderResponse.php +++ b/src/gen/lib/Model/CreateOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateOrderTypeResponse.php b/src/gen/lib/Model/CreateOrderTypeResponse.php index f34738542c..97e3dcc005 100644 --- a/src/gen/lib/Model/CreateOrderTypeResponse.php +++ b/src/gen/lib/Model/CreateOrderTypeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreatePaymentResponse.php b/src/gen/lib/Model/CreatePaymentResponse.php index 16e5bea4e7..b5835b842c 100644 --- a/src/gen/lib/Model/CreatePaymentResponse.php +++ b/src/gen/lib/Model/CreatePaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreatePipelineResponse.php b/src/gen/lib/Model/CreatePipelineResponse.php index c8e69a363b..af72ab99c0 100644 --- a/src/gen/lib/Model/CreatePipelineResponse.php +++ b/src/gen/lib/Model/CreatePipelineResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreatePosPaymentResponse.php b/src/gen/lib/Model/CreatePosPaymentResponse.php index aa9dcfe11c..1658926cb7 100644 --- a/src/gen/lib/Model/CreatePosPaymentResponse.php +++ b/src/gen/lib/Model/CreatePosPaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateProductResponse.php b/src/gen/lib/Model/CreateProductResponse.php index c421b62b04..9e07fd6561 100644 --- a/src/gen/lib/Model/CreateProductResponse.php +++ b/src/gen/lib/Model/CreateProductResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreatePurchaseOrderResponse.php b/src/gen/lib/Model/CreatePurchaseOrderResponse.php index 00548c86e9..95ca15492f 100644 --- a/src/gen/lib/Model/CreatePurchaseOrderResponse.php +++ b/src/gen/lib/Model/CreatePurchaseOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateSessionResponse.php b/src/gen/lib/Model/CreateSessionResponse.php index 69c7e586a4..01a33d640c 100644 --- a/src/gen/lib/Model/CreateSessionResponse.php +++ b/src/gen/lib/Model/CreateSessionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateSessionResponseData.php b/src/gen/lib/Model/CreateSessionResponseData.php index b64487be9b..05a16c8e50 100644 --- a/src/gen/lib/Model/CreateSessionResponseData.php +++ b/src/gen/lib/Model/CreateSessionResponseData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateSharedLinkResponse.php b/src/gen/lib/Model/CreateSharedLinkResponse.php index 1869b83275..3bd02fa711 100644 --- a/src/gen/lib/Model/CreateSharedLinkResponse.php +++ b/src/gen/lib/Model/CreateSharedLinkResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateSupplierResponse.php b/src/gen/lib/Model/CreateSupplierResponse.php index c79d4ed183..810afd005b 100644 --- a/src/gen/lib/Model/CreateSupplierResponse.php +++ b/src/gen/lib/Model/CreateSupplierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateTaxRateResponse.php b/src/gen/lib/Model/CreateTaxRateResponse.php index a52f66d635..faf4cf7756 100644 --- a/src/gen/lib/Model/CreateTaxRateResponse.php +++ b/src/gen/lib/Model/CreateTaxRateResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateTenderResponse.php b/src/gen/lib/Model/CreateTenderResponse.php index c549439a1b..c1595fa2ac 100644 --- a/src/gen/lib/Model/CreateTenderResponse.php +++ b/src/gen/lib/Model/CreateTenderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateTicketResponse.php b/src/gen/lib/Model/CreateTicketResponse.php index 4b8592650c..c27a5b1c9b 100644 --- a/src/gen/lib/Model/CreateTicketResponse.php +++ b/src/gen/lib/Model/CreateTicketResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateTimeOffRequestResponse.php b/src/gen/lib/Model/CreateTimeOffRequestResponse.php index 618df18203..c90d545af0 100644 --- a/src/gen/lib/Model/CreateTimeOffRequestResponse.php +++ b/src/gen/lib/Model/CreateTimeOffRequestResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateUploadSessionRequest.php b/src/gen/lib/Model/CreateUploadSessionRequest.php index 4c968fa627..0d30aee353 100644 --- a/src/gen/lib/Model/CreateUploadSessionRequest.php +++ b/src/gen/lib/Model/CreateUploadSessionRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateUploadSessionResponse.php b/src/gen/lib/Model/CreateUploadSessionResponse.php index e999f14940..5f58da2735 100644 --- a/src/gen/lib/Model/CreateUploadSessionResponse.php +++ b/src/gen/lib/Model/CreateUploadSessionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateUserResponse.php b/src/gen/lib/Model/CreateUserResponse.php index f1b0423dd8..42106659bc 100644 --- a/src/gen/lib/Model/CreateUserResponse.php +++ b/src/gen/lib/Model/CreateUserResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateWebhookRequest.php b/src/gen/lib/Model/CreateWebhookRequest.php index 8eaf8e449a..46279323fb 100644 --- a/src/gen/lib/Model/CreateWebhookRequest.php +++ b/src/gen/lib/Model/CreateWebhookRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateWebhookResponse.php b/src/gen/lib/Model/CreateWebhookResponse.php index 8f4ae443bb..628cd74513 100644 --- a/src/gen/lib/Model/CreateWebhookResponse.php +++ b/src/gen/lib/Model/CreateWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreditNote.php b/src/gen/lib/Model/CreditNote.php index a205ca7330..97935c2396 100644 --- a/src/gen/lib/Model/CreditNote.php +++ b/src/gen/lib/Model/CreditNote.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CrmEventType.php b/src/gen/lib/Model/CrmEventType.php index bf780932f1..f16543556d 100644 --- a/src/gen/lib/Model/CrmEventType.php +++ b/src/gen/lib/Model/CrmEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Currency.php b/src/gen/lib/Model/Currency.php index 4211eacab6..ae9959a06b 100644 --- a/src/gen/lib/Model/Currency.php +++ b/src/gen/lib/Model/Currency.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CustomField.php b/src/gen/lib/Model/CustomField.php index 4969cc60cd..0d8fa81095 100644 --- a/src/gen/lib/Model/CustomField.php +++ b/src/gen/lib/Model/CustomField.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Customer.php b/src/gen/lib/Model/Customer.php index 1ecc6e100f..15e70fc089 100644 --- a/src/gen/lib/Model/Customer.php +++ b/src/gen/lib/Model/Customer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CustomersFilter.php b/src/gen/lib/Model/CustomersFilter.php index 69d10d29f3..9da74aa79e 100644 --- a/src/gen/lib/Model/CustomersFilter.php +++ b/src/gen/lib/Model/CustomersFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Deduction.php b/src/gen/lib/Model/Deduction.php index bfefe1fb07..f8280dd104 100644 --- a/src/gen/lib/Model/Deduction.php +++ b/src/gen/lib/Model/Deduction.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteActivityResponse.php b/src/gen/lib/Model/DeleteActivityResponse.php index 6048d5df67..da1620de3c 100644 --- a/src/gen/lib/Model/DeleteActivityResponse.php +++ b/src/gen/lib/Model/DeleteActivityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteApplicantResponse.php b/src/gen/lib/Model/DeleteApplicantResponse.php index cce4ae0ec0..54c2c661cf 100644 --- a/src/gen/lib/Model/DeleteApplicantResponse.php +++ b/src/gen/lib/Model/DeleteApplicantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteApplicationResponse.php b/src/gen/lib/Model/DeleteApplicationResponse.php index 6907e34c63..af626bef49 100644 --- a/src/gen/lib/Model/DeleteApplicationResponse.php +++ b/src/gen/lib/Model/DeleteApplicationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteBillResponse.php b/src/gen/lib/Model/DeleteBillResponse.php index 79e2f6e765..3beecd7e83 100644 --- a/src/gen/lib/Model/DeleteBillResponse.php +++ b/src/gen/lib/Model/DeleteBillResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteCommentResponse.php b/src/gen/lib/Model/DeleteCommentResponse.php index 45d0e2bb6f..94cca1a0b8 100644 --- a/src/gen/lib/Model/DeleteCommentResponse.php +++ b/src/gen/lib/Model/DeleteCommentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteCompanyResponse.php b/src/gen/lib/Model/DeleteCompanyResponse.php index 35e4f48f30..61806649b2 100644 --- a/src/gen/lib/Model/DeleteCompanyResponse.php +++ b/src/gen/lib/Model/DeleteCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteConsumerResponse.php b/src/gen/lib/Model/DeleteConsumerResponse.php index dc2010df06..18b29a8fa6 100644 --- a/src/gen/lib/Model/DeleteConsumerResponse.php +++ b/src/gen/lib/Model/DeleteConsumerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteContactResponse.php b/src/gen/lib/Model/DeleteContactResponse.php index ff504f9a12..bea2ed0612 100644 --- a/src/gen/lib/Model/DeleteContactResponse.php +++ b/src/gen/lib/Model/DeleteContactResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteCreditNoteResponse.php b/src/gen/lib/Model/DeleteCreditNoteResponse.php index 0521a672ff..edfc2501fe 100644 --- a/src/gen/lib/Model/DeleteCreditNoteResponse.php +++ b/src/gen/lib/Model/DeleteCreditNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteCustomerResponse.php b/src/gen/lib/Model/DeleteCustomerResponse.php index a6d364d07c..832cf79b4a 100644 --- a/src/gen/lib/Model/DeleteCustomerResponse.php +++ b/src/gen/lib/Model/DeleteCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteDepartmentResponse.php b/src/gen/lib/Model/DeleteDepartmentResponse.php index 0753ff3336..87fd1eb28c 100644 --- a/src/gen/lib/Model/DeleteDepartmentResponse.php +++ b/src/gen/lib/Model/DeleteDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteDriveGroupResponse.php b/src/gen/lib/Model/DeleteDriveGroupResponse.php index 63cd2f29f3..9333ba1070 100644 --- a/src/gen/lib/Model/DeleteDriveGroupResponse.php +++ b/src/gen/lib/Model/DeleteDriveGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteDriveResponse.php b/src/gen/lib/Model/DeleteDriveResponse.php index d4ecb8a51a..f8a45f0d4b 100644 --- a/src/gen/lib/Model/DeleteDriveResponse.php +++ b/src/gen/lib/Model/DeleteDriveResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteEcommerceCustomerResponse.php b/src/gen/lib/Model/DeleteEcommerceCustomerResponse.php index 36abf61b73..f42c92b5e6 100644 --- a/src/gen/lib/Model/DeleteEcommerceCustomerResponse.php +++ b/src/gen/lib/Model/DeleteEcommerceCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteEcommerceOrderResponse.php b/src/gen/lib/Model/DeleteEcommerceOrderResponse.php index d5637461b7..cd5186b0a8 100644 --- a/src/gen/lib/Model/DeleteEcommerceOrderResponse.php +++ b/src/gen/lib/Model/DeleteEcommerceOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteEmployeeResponse.php b/src/gen/lib/Model/DeleteEmployeeResponse.php index 8ad0f6dd50..0460bf693b 100644 --- a/src/gen/lib/Model/DeleteEmployeeResponse.php +++ b/src/gen/lib/Model/DeleteEmployeeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteFileResponse.php b/src/gen/lib/Model/DeleteFileResponse.php index 7ad5ecb4c8..ab3f855eb9 100644 --- a/src/gen/lib/Model/DeleteFileResponse.php +++ b/src/gen/lib/Model/DeleteFileResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteFolderResponse.php b/src/gen/lib/Model/DeleteFolderResponse.php index 6cc891daeb..7c480c6817 100644 --- a/src/gen/lib/Model/DeleteFolderResponse.php +++ b/src/gen/lib/Model/DeleteFolderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteHrisCompanyResponse.php b/src/gen/lib/Model/DeleteHrisCompanyResponse.php index 09a5abf266..148e2fe015 100644 --- a/src/gen/lib/Model/DeleteHrisCompanyResponse.php +++ b/src/gen/lib/Model/DeleteHrisCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteInvoiceResponse.php b/src/gen/lib/Model/DeleteInvoiceResponse.php index b86cc5297f..05f6a37bf2 100644 --- a/src/gen/lib/Model/DeleteInvoiceResponse.php +++ b/src/gen/lib/Model/DeleteInvoiceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteItemResponse.php b/src/gen/lib/Model/DeleteItemResponse.php index b86fdc684f..a57e053cc8 100644 --- a/src/gen/lib/Model/DeleteItemResponse.php +++ b/src/gen/lib/Model/DeleteItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteJobResponse.php b/src/gen/lib/Model/DeleteJobResponse.php index d04af09e7f..77131687b2 100644 --- a/src/gen/lib/Model/DeleteJobResponse.php +++ b/src/gen/lib/Model/DeleteJobResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteJournalEntryResponse.php b/src/gen/lib/Model/DeleteJournalEntryResponse.php index 09e99c98bd..f15075fb42 100644 --- a/src/gen/lib/Model/DeleteJournalEntryResponse.php +++ b/src/gen/lib/Model/DeleteJournalEntryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteLeadResponse.php b/src/gen/lib/Model/DeleteLeadResponse.php index dbb382c6ef..6c34e60725 100644 --- a/src/gen/lib/Model/DeleteLeadResponse.php +++ b/src/gen/lib/Model/DeleteLeadResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteLedgerAccountResponse.php b/src/gen/lib/Model/DeleteLedgerAccountResponse.php index 90ce4d6ce8..584b7da679 100644 --- a/src/gen/lib/Model/DeleteLedgerAccountResponse.php +++ b/src/gen/lib/Model/DeleteLedgerAccountResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteLocationResponse.php b/src/gen/lib/Model/DeleteLocationResponse.php index 1d1a3d19a1..985f3c67ba 100644 --- a/src/gen/lib/Model/DeleteLocationResponse.php +++ b/src/gen/lib/Model/DeleteLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteMerchantResponse.php b/src/gen/lib/Model/DeleteMerchantResponse.php index 65cd994eda..cbaeba212c 100644 --- a/src/gen/lib/Model/DeleteMerchantResponse.php +++ b/src/gen/lib/Model/DeleteMerchantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteMessageResponse.php b/src/gen/lib/Model/DeleteMessageResponse.php index f8119e3ce7..815fb264d8 100644 --- a/src/gen/lib/Model/DeleteMessageResponse.php +++ b/src/gen/lib/Model/DeleteMessageResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteModifierGroupResponse.php b/src/gen/lib/Model/DeleteModifierGroupResponse.php index ce47d3e03a..db43b797e9 100644 --- a/src/gen/lib/Model/DeleteModifierGroupResponse.php +++ b/src/gen/lib/Model/DeleteModifierGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteModifierResponse.php b/src/gen/lib/Model/DeleteModifierResponse.php index 0d9adca11b..640ebf1ed7 100644 --- a/src/gen/lib/Model/DeleteModifierResponse.php +++ b/src/gen/lib/Model/DeleteModifierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteNoteResponse.php b/src/gen/lib/Model/DeleteNoteResponse.php index e2e6d63f45..18f3d9dd48 100644 --- a/src/gen/lib/Model/DeleteNoteResponse.php +++ b/src/gen/lib/Model/DeleteNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteOpportunityResponse.php b/src/gen/lib/Model/DeleteOpportunityResponse.php index 8bdba5e29e..45771171c6 100644 --- a/src/gen/lib/Model/DeleteOpportunityResponse.php +++ b/src/gen/lib/Model/DeleteOpportunityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteOrderResponse.php b/src/gen/lib/Model/DeleteOrderResponse.php index d8821327c7..aaa86edb3d 100644 --- a/src/gen/lib/Model/DeleteOrderResponse.php +++ b/src/gen/lib/Model/DeleteOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteOrderTypeResponse.php b/src/gen/lib/Model/DeleteOrderTypeResponse.php index 44e2357499..4269f820d9 100644 --- a/src/gen/lib/Model/DeleteOrderTypeResponse.php +++ b/src/gen/lib/Model/DeleteOrderTypeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeletePaymentResponse.php b/src/gen/lib/Model/DeletePaymentResponse.php index 6e1112ecb4..d163261998 100644 --- a/src/gen/lib/Model/DeletePaymentResponse.php +++ b/src/gen/lib/Model/DeletePaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeletePipelineResponse.php b/src/gen/lib/Model/DeletePipelineResponse.php index ae4bff7204..ef74d43aae 100644 --- a/src/gen/lib/Model/DeletePipelineResponse.php +++ b/src/gen/lib/Model/DeletePipelineResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeletePosPaymentResponse.php b/src/gen/lib/Model/DeletePosPaymentResponse.php index 726c43a7ca..2dd4a0e16d 100644 --- a/src/gen/lib/Model/DeletePosPaymentResponse.php +++ b/src/gen/lib/Model/DeletePosPaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteProductResponse.php b/src/gen/lib/Model/DeleteProductResponse.php index 503ef6eb3b..5b8c316b44 100644 --- a/src/gen/lib/Model/DeleteProductResponse.php +++ b/src/gen/lib/Model/DeleteProductResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeletePurchaseOrderResponse.php b/src/gen/lib/Model/DeletePurchaseOrderResponse.php index f11168eeba..48eb35d742 100644 --- a/src/gen/lib/Model/DeletePurchaseOrderResponse.php +++ b/src/gen/lib/Model/DeletePurchaseOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteSharedLinkResponse.php b/src/gen/lib/Model/DeleteSharedLinkResponse.php index 05325ee4cb..34da036c79 100644 --- a/src/gen/lib/Model/DeleteSharedLinkResponse.php +++ b/src/gen/lib/Model/DeleteSharedLinkResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteSupplierResponse.php b/src/gen/lib/Model/DeleteSupplierResponse.php index e4408de0bb..382211cdb2 100644 --- a/src/gen/lib/Model/DeleteSupplierResponse.php +++ b/src/gen/lib/Model/DeleteSupplierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteTaxRateResponse.php b/src/gen/lib/Model/DeleteTaxRateResponse.php index 8aeaa61899..1a2d2cb548 100644 --- a/src/gen/lib/Model/DeleteTaxRateResponse.php +++ b/src/gen/lib/Model/DeleteTaxRateResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteTenderResponse.php b/src/gen/lib/Model/DeleteTenderResponse.php index 3b092a1dfb..30f943fc91 100644 --- a/src/gen/lib/Model/DeleteTenderResponse.php +++ b/src/gen/lib/Model/DeleteTenderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteTicketResponse.php b/src/gen/lib/Model/DeleteTicketResponse.php index 94d28eb772..3e747328e0 100644 --- a/src/gen/lib/Model/DeleteTicketResponse.php +++ b/src/gen/lib/Model/DeleteTicketResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteTimeOffRequestResponse.php b/src/gen/lib/Model/DeleteTimeOffRequestResponse.php index bbed23024f..c1d0a4806b 100644 --- a/src/gen/lib/Model/DeleteTimeOffRequestResponse.php +++ b/src/gen/lib/Model/DeleteTimeOffRequestResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteUploadSessionResponse.php b/src/gen/lib/Model/DeleteUploadSessionResponse.php index 24542a8468..203662e81b 100644 --- a/src/gen/lib/Model/DeleteUploadSessionResponse.php +++ b/src/gen/lib/Model/DeleteUploadSessionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteUserResponse.php b/src/gen/lib/Model/DeleteUserResponse.php index 37c2d5ee4a..1a14c3f62e 100644 --- a/src/gen/lib/Model/DeleteUserResponse.php +++ b/src/gen/lib/Model/DeleteUserResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteWebhookResponse.php b/src/gen/lib/Model/DeleteWebhookResponse.php index 7007a9292d..8ae120bdb9 100644 --- a/src/gen/lib/Model/DeleteWebhookResponse.php +++ b/src/gen/lib/Model/DeleteWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Department.php b/src/gen/lib/Model/Department.php index fb573ba727..062525482d 100644 --- a/src/gen/lib/Model/Department.php +++ b/src/gen/lib/Model/Department.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Drive.php b/src/gen/lib/Model/Drive.php index 088646701b..efee33ff10 100644 --- a/src/gen/lib/Model/Drive.php +++ b/src/gen/lib/Model/Drive.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DriveGroup.php b/src/gen/lib/Model/DriveGroup.php index 85cf1b8b7b..3a073c457e 100644 --- a/src/gen/lib/Model/DriveGroup.php +++ b/src/gen/lib/Model/DriveGroup.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DriveGroupsFilter.php b/src/gen/lib/Model/DriveGroupsFilter.php index 1cbde6e25d..a9a89ef50b 100644 --- a/src/gen/lib/Model/DriveGroupsFilter.php +++ b/src/gen/lib/Model/DriveGroupsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DrivesFilter.php b/src/gen/lib/Model/DrivesFilter.php index 698966936e..8f2d6b702c 100644 --- a/src/gen/lib/Model/DrivesFilter.php +++ b/src/gen/lib/Model/DrivesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceAddress.php b/src/gen/lib/Model/EcommerceAddress.php index e1556e297c..3d361a8cfe 100644 --- a/src/gen/lib/Model/EcommerceAddress.php +++ b/src/gen/lib/Model/EcommerceAddress.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceCustomer.php b/src/gen/lib/Model/EcommerceCustomer.php index ec38c7ef99..bb24b2fbe3 100644 --- a/src/gen/lib/Model/EcommerceCustomer.php +++ b/src/gen/lib/Model/EcommerceCustomer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceCustomerAddresses.php b/src/gen/lib/Model/EcommerceCustomerAddresses.php index 24d22e9e1b..29c7c7bc5a 100644 --- a/src/gen/lib/Model/EcommerceCustomerAddresses.php +++ b/src/gen/lib/Model/EcommerceCustomerAddresses.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceCustomersFilter.php b/src/gen/lib/Model/EcommerceCustomersFilter.php index ca18d21cc3..666cf3a753 100644 --- a/src/gen/lib/Model/EcommerceCustomersFilter.php +++ b/src/gen/lib/Model/EcommerceCustomersFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceDiscount.php b/src/gen/lib/Model/EcommerceDiscount.php index 32e4fb38fe..744de59177 100644 --- a/src/gen/lib/Model/EcommerceDiscount.php +++ b/src/gen/lib/Model/EcommerceDiscount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceOrder.php b/src/gen/lib/Model/EcommerceOrder.php index 2ae4ded839..4311af5154 100644 --- a/src/gen/lib/Model/EcommerceOrder.php +++ b/src/gen/lib/Model/EcommerceOrder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceOrderLineItem.php b/src/gen/lib/Model/EcommerceOrderLineItem.php index b177b1668b..76e1f929e5 100644 --- a/src/gen/lib/Model/EcommerceOrderLineItem.php +++ b/src/gen/lib/Model/EcommerceOrderLineItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceOrderStatus.php b/src/gen/lib/Model/EcommerceOrderStatus.php index 122d28d7c0..d898383407 100644 --- a/src/gen/lib/Model/EcommerceOrderStatus.php +++ b/src/gen/lib/Model/EcommerceOrderStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceOrdersFilter.php b/src/gen/lib/Model/EcommerceOrdersFilter.php index 323eae50a7..7429557e49 100644 --- a/src/gen/lib/Model/EcommerceOrdersFilter.php +++ b/src/gen/lib/Model/EcommerceOrdersFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProduct.php b/src/gen/lib/Model/EcommerceProduct.php index 02716caf55..ebf7df9fec 100644 --- a/src/gen/lib/Model/EcommerceProduct.php +++ b/src/gen/lib/Model/EcommerceProduct.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductCategories.php b/src/gen/lib/Model/EcommerceProductCategories.php index b990a34db9..87c9c6a76e 100644 --- a/src/gen/lib/Model/EcommerceProductCategories.php +++ b/src/gen/lib/Model/EcommerceProductCategories.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductImages.php b/src/gen/lib/Model/EcommerceProductImages.php index 10719e8be0..837e0ef8a7 100644 --- a/src/gen/lib/Model/EcommerceProductImages.php +++ b/src/gen/lib/Model/EcommerceProductImages.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductImages1.php b/src/gen/lib/Model/EcommerceProductImages1.php index 6f75cf203d..e50dffeb48 100644 --- a/src/gen/lib/Model/EcommerceProductImages1.php +++ b/src/gen/lib/Model/EcommerceProductImages1.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductOptions.php b/src/gen/lib/Model/EcommerceProductOptions.php index 6d220fb2ce..116b62560d 100644 --- a/src/gen/lib/Model/EcommerceProductOptions.php +++ b/src/gen/lib/Model/EcommerceProductOptions.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductOptions1.php b/src/gen/lib/Model/EcommerceProductOptions1.php index 61f5116260..9773b50589 100644 --- a/src/gen/lib/Model/EcommerceProductOptions1.php +++ b/src/gen/lib/Model/EcommerceProductOptions1.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceProductVariants.php b/src/gen/lib/Model/EcommerceProductVariants.php index 995e9c2974..f2d05e0ac7 100644 --- a/src/gen/lib/Model/EcommerceProductVariants.php +++ b/src/gen/lib/Model/EcommerceProductVariants.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EcommerceStore.php b/src/gen/lib/Model/EcommerceStore.php index 54c3c1b45c..4f18bd6e99 100644 --- a/src/gen/lib/Model/EcommerceStore.php +++ b/src/gen/lib/Model/EcommerceStore.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Email.php b/src/gen/lib/Model/Email.php index f34b9ecb3c..ca60d5d1cb 100644 --- a/src/gen/lib/Model/Email.php +++ b/src/gen/lib/Model/Email.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Employee.php b/src/gen/lib/Model/Employee.php index 417b03504d..9d05eb891d 100644 --- a/src/gen/lib/Model/Employee.php +++ b/src/gen/lib/Model/Employee.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeCompensation.php b/src/gen/lib/Model/EmployeeCompensation.php index 5bb0a29fbe..c76791eb5f 100644 --- a/src/gen/lib/Model/EmployeeCompensation.php +++ b/src/gen/lib/Model/EmployeeCompensation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeEmploymentRole.php b/src/gen/lib/Model/EmployeeEmploymentRole.php index 32277fcddf..a0f6641cdd 100644 --- a/src/gen/lib/Model/EmployeeEmploymentRole.php +++ b/src/gen/lib/Model/EmployeeEmploymentRole.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeJob.php b/src/gen/lib/Model/EmployeeJob.php index 936706dd46..be0449c54c 100644 --- a/src/gen/lib/Model/EmployeeJob.php +++ b/src/gen/lib/Model/EmployeeJob.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeList.php b/src/gen/lib/Model/EmployeeList.php index 3457377de3..891bc4711f 100644 --- a/src/gen/lib/Model/EmployeeList.php +++ b/src/gen/lib/Model/EmployeeList.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeManager.php b/src/gen/lib/Model/EmployeeManager.php index 710250fe04..04112518b2 100644 --- a/src/gen/lib/Model/EmployeeManager.php +++ b/src/gen/lib/Model/EmployeeManager.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeePayroll.php b/src/gen/lib/Model/EmployeePayroll.php index ac6e43c380..6425d46573 100644 --- a/src/gen/lib/Model/EmployeePayroll.php +++ b/src/gen/lib/Model/EmployeePayroll.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeeSchedules.php b/src/gen/lib/Model/EmployeeSchedules.php index b8818a9675..944fe8f98c 100644 --- a/src/gen/lib/Model/EmployeeSchedules.php +++ b/src/gen/lib/Model/EmployeeSchedules.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeesFilter.php b/src/gen/lib/Model/EmployeesFilter.php index 3ee3edf086..41414b1cb2 100644 --- a/src/gen/lib/Model/EmployeesFilter.php +++ b/src/gen/lib/Model/EmployeesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeesSort.php b/src/gen/lib/Model/EmployeesSort.php index 23cc403941..b98fa63e7a 100644 --- a/src/gen/lib/Model/EmployeesSort.php +++ b/src/gen/lib/Model/EmployeesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmploymentStatus.php b/src/gen/lib/Model/EmploymentStatus.php index 391730bb71..9684bcecb7 100644 --- a/src/gen/lib/Model/EmploymentStatus.php +++ b/src/gen/lib/Model/EmploymentStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Error.php b/src/gen/lib/Model/Error.php index b041791130..f5c6f244fb 100644 --- a/src/gen/lib/Model/Error.php +++ b/src/gen/lib/Model/Error.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ExecuteWebhookResponse.php b/src/gen/lib/Model/ExecuteWebhookResponse.php index 7b2e9fa2da..5c33fa4093 100644 --- a/src/gen/lib/Model/ExecuteWebhookResponse.php +++ b/src/gen/lib/Model/ExecuteWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FileStorageEventType.php b/src/gen/lib/Model/FileStorageEventType.php index 35b4fa25bc..9a34878bdd 100644 --- a/src/gen/lib/Model/FileStorageEventType.php +++ b/src/gen/lib/Model/FileStorageEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FileType.php b/src/gen/lib/Model/FileType.php index 023ff7ac62..39216c8dfd 100644 --- a/src/gen/lib/Model/FileType.php +++ b/src/gen/lib/Model/FileType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FilesFilter.php b/src/gen/lib/Model/FilesFilter.php index 12c0bb53a0..3a4edca9a3 100644 --- a/src/gen/lib/Model/FilesFilter.php +++ b/src/gen/lib/Model/FilesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FilesSearch.php b/src/gen/lib/Model/FilesSearch.php index 14150f4f2c..9828a0692e 100644 --- a/src/gen/lib/Model/FilesSearch.php +++ b/src/gen/lib/Model/FilesSearch.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FilesSort.php b/src/gen/lib/Model/FilesSort.php index 5fdcd0468a..3d9844b162 100644 --- a/src/gen/lib/Model/FilesSort.php +++ b/src/gen/lib/Model/FilesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Folder.php b/src/gen/lib/Model/Folder.php index 51613016df..70013efa64 100644 --- a/src/gen/lib/Model/Folder.php +++ b/src/gen/lib/Model/Folder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FormField.php b/src/gen/lib/Model/FormField.php index 8de5a97f78..7a29d0ecad 100644 --- a/src/gen/lib/Model/FormField.php +++ b/src/gen/lib/Model/FormField.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FormFieldOption.php b/src/gen/lib/Model/FormFieldOption.php index 91bc991e46..4e13f26d8e 100644 --- a/src/gen/lib/Model/FormFieldOption.php +++ b/src/gen/lib/Model/FormFieldOption.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/FormFieldOptionGroup.php b/src/gen/lib/Model/FormFieldOptionGroup.php index c8be72490d..0e1d8b339d 100644 --- a/src/gen/lib/Model/FormFieldOptionGroup.php +++ b/src/gen/lib/Model/FormFieldOptionGroup.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Gender.php b/src/gen/lib/Model/Gender.php index 55ff50d7e9..df9268d5af 100644 --- a/src/gen/lib/Model/Gender.php +++ b/src/gen/lib/Model/Gender.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetActivitiesResponse.php b/src/gen/lib/Model/GetActivitiesResponse.php index 735a1d9408..fc3e34ffdb 100644 --- a/src/gen/lib/Model/GetActivitiesResponse.php +++ b/src/gen/lib/Model/GetActivitiesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetActivityResponse.php b/src/gen/lib/Model/GetActivityResponse.php index 726426ac83..333a46dfb3 100644 --- a/src/gen/lib/Model/GetActivityResponse.php +++ b/src/gen/lib/Model/GetActivityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApiResourceCoverageResponse.php b/src/gen/lib/Model/GetApiResourceCoverageResponse.php index 14348202f9..07ba04f6e1 100644 --- a/src/gen/lib/Model/GetApiResourceCoverageResponse.php +++ b/src/gen/lib/Model/GetApiResourceCoverageResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApiResourceResponse.php b/src/gen/lib/Model/GetApiResourceResponse.php index 323e70f20d..cba9e940be 100644 --- a/src/gen/lib/Model/GetApiResourceResponse.php +++ b/src/gen/lib/Model/GetApiResourceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApiResponse.php b/src/gen/lib/Model/GetApiResponse.php index 3a753cfc75..a6764fc189 100644 --- a/src/gen/lib/Model/GetApiResponse.php +++ b/src/gen/lib/Model/GetApiResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApisResponse.php b/src/gen/lib/Model/GetApisResponse.php index 304ed9d9de..538f8712c6 100644 --- a/src/gen/lib/Model/GetApisResponse.php +++ b/src/gen/lib/Model/GetApisResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApplicantResponse.php b/src/gen/lib/Model/GetApplicantResponse.php index 1f33802cb7..1da6076a4e 100644 --- a/src/gen/lib/Model/GetApplicantResponse.php +++ b/src/gen/lib/Model/GetApplicantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApplicantsResponse.php b/src/gen/lib/Model/GetApplicantsResponse.php index 850ae2a6bf..d0db24bb59 100644 --- a/src/gen/lib/Model/GetApplicantsResponse.php +++ b/src/gen/lib/Model/GetApplicantsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApplicationResponse.php b/src/gen/lib/Model/GetApplicationResponse.php index c5f40b5d39..11d412e492 100644 --- a/src/gen/lib/Model/GetApplicationResponse.php +++ b/src/gen/lib/Model/GetApplicationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetApplicationsResponse.php b/src/gen/lib/Model/GetApplicationsResponse.php index a9cd4cd3d5..9c3d9422cc 100644 --- a/src/gen/lib/Model/GetApplicationsResponse.php +++ b/src/gen/lib/Model/GetApplicationsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetBalanceSheetResponse.php b/src/gen/lib/Model/GetBalanceSheetResponse.php index 231857c79e..fb4c15db83 100644 --- a/src/gen/lib/Model/GetBalanceSheetResponse.php +++ b/src/gen/lib/Model/GetBalanceSheetResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetBillResponse.php b/src/gen/lib/Model/GetBillResponse.php index 0f5a9380ec..dda85573cc 100644 --- a/src/gen/lib/Model/GetBillResponse.php +++ b/src/gen/lib/Model/GetBillResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetBillsResponse.php b/src/gen/lib/Model/GetBillsResponse.php index d3639a3e35..15f2bc23aa 100644 --- a/src/gen/lib/Model/GetBillsResponse.php +++ b/src/gen/lib/Model/GetBillsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCollectionResponse.php b/src/gen/lib/Model/GetCollectionResponse.php index e408521684..4901c1263d 100644 --- a/src/gen/lib/Model/GetCollectionResponse.php +++ b/src/gen/lib/Model/GetCollectionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCollectionTagsResponse.php b/src/gen/lib/Model/GetCollectionTagsResponse.php index 8ffdb08cfa..7df5370e79 100644 --- a/src/gen/lib/Model/GetCollectionTagsResponse.php +++ b/src/gen/lib/Model/GetCollectionTagsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCollectionUserResponse.php b/src/gen/lib/Model/GetCollectionUserResponse.php index 081bbf4864..6eea5e19a8 100644 --- a/src/gen/lib/Model/GetCollectionUserResponse.php +++ b/src/gen/lib/Model/GetCollectionUserResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCollectionUsersResponse.php b/src/gen/lib/Model/GetCollectionUsersResponse.php index f74f925cb8..29d45dcb45 100644 --- a/src/gen/lib/Model/GetCollectionUsersResponse.php +++ b/src/gen/lib/Model/GetCollectionUsersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCollectionsResponse.php b/src/gen/lib/Model/GetCollectionsResponse.php index bc5b3d6d64..ddffd16b36 100644 --- a/src/gen/lib/Model/GetCollectionsResponse.php +++ b/src/gen/lib/Model/GetCollectionsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCommentResponse.php b/src/gen/lib/Model/GetCommentResponse.php index cf98d7adba..20ec0bbf36 100644 --- a/src/gen/lib/Model/GetCommentResponse.php +++ b/src/gen/lib/Model/GetCommentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCommentsResponse.php b/src/gen/lib/Model/GetCommentsResponse.php index 82911410b1..1beadfba85 100644 --- a/src/gen/lib/Model/GetCommentsResponse.php +++ b/src/gen/lib/Model/GetCommentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCompaniesResponse.php b/src/gen/lib/Model/GetCompaniesResponse.php index 9f00262b10..11d934b37f 100644 --- a/src/gen/lib/Model/GetCompaniesResponse.php +++ b/src/gen/lib/Model/GetCompaniesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCompanyInfoResponse.php b/src/gen/lib/Model/GetCompanyInfoResponse.php index d28056c823..6a0b0cb432 100644 --- a/src/gen/lib/Model/GetCompanyInfoResponse.php +++ b/src/gen/lib/Model/GetCompanyInfoResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCompanyResponse.php b/src/gen/lib/Model/GetCompanyResponse.php index 7fd7dfe1d9..cc4fe24046 100644 --- a/src/gen/lib/Model/GetCompanyResponse.php +++ b/src/gen/lib/Model/GetCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectionResponse.php b/src/gen/lib/Model/GetConnectionResponse.php index f6833fcf42..77c552241d 100644 --- a/src/gen/lib/Model/GetConnectionResponse.php +++ b/src/gen/lib/Model/GetConnectionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectionsResponse.php b/src/gen/lib/Model/GetConnectionsResponse.php index 96959cd2fa..1f1e43ebeb 100644 --- a/src/gen/lib/Model/GetConnectionsResponse.php +++ b/src/gen/lib/Model/GetConnectionsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorResourceResponse.php b/src/gen/lib/Model/GetConnectorResourceResponse.php index 79e96c85b0..d93d8431c0 100644 --- a/src/gen/lib/Model/GetConnectorResourceResponse.php +++ b/src/gen/lib/Model/GetConnectorResourceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorResponse.php b/src/gen/lib/Model/GetConnectorResponse.php index fe922d003b..7f9e34d2af 100644 --- a/src/gen/lib/Model/GetConnectorResponse.php +++ b/src/gen/lib/Model/GetConnectorResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorsResponse.php b/src/gen/lib/Model/GetConnectorsResponse.php index 88c786a54d..9add1f9619 100644 --- a/src/gen/lib/Model/GetConnectorsResponse.php +++ b/src/gen/lib/Model/GetConnectorsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConsumerResponse.php b/src/gen/lib/Model/GetConsumerResponse.php index ae2f4439fb..d750d5912a 100644 --- a/src/gen/lib/Model/GetConsumerResponse.php +++ b/src/gen/lib/Model/GetConsumerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConsumersResponse.php b/src/gen/lib/Model/GetConsumersResponse.php index 60f6182130..5c792a45cc 100644 --- a/src/gen/lib/Model/GetConsumersResponse.php +++ b/src/gen/lib/Model/GetConsumersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConsumersResponseData.php b/src/gen/lib/Model/GetConsumersResponseData.php index ca565d46a9..be41ceae8f 100644 --- a/src/gen/lib/Model/GetConsumersResponseData.php +++ b/src/gen/lib/Model/GetConsumersResponseData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetContactResponse.php b/src/gen/lib/Model/GetContactResponse.php index 518a3eea30..5138357a24 100644 --- a/src/gen/lib/Model/GetContactResponse.php +++ b/src/gen/lib/Model/GetContactResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetContactsResponse.php b/src/gen/lib/Model/GetContactsResponse.php index 5645ad689b..91a081bc26 100644 --- a/src/gen/lib/Model/GetContactsResponse.php +++ b/src/gen/lib/Model/GetContactsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCreditNoteResponse.php b/src/gen/lib/Model/GetCreditNoteResponse.php index 95430fcca2..421d8917f4 100644 --- a/src/gen/lib/Model/GetCreditNoteResponse.php +++ b/src/gen/lib/Model/GetCreditNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCreditNotesResponse.php b/src/gen/lib/Model/GetCreditNotesResponse.php index 75144d677b..7554e3b9e8 100644 --- a/src/gen/lib/Model/GetCreditNotesResponse.php +++ b/src/gen/lib/Model/GetCreditNotesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCustomerResponse.php b/src/gen/lib/Model/GetCustomerResponse.php index 07a4f7c336..1854a037ad 100644 --- a/src/gen/lib/Model/GetCustomerResponse.php +++ b/src/gen/lib/Model/GetCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCustomersResponse.php b/src/gen/lib/Model/GetCustomersResponse.php index 11043d9690..b075beaffa 100644 --- a/src/gen/lib/Model/GetCustomersResponse.php +++ b/src/gen/lib/Model/GetCustomersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDepartmentResponse.php b/src/gen/lib/Model/GetDepartmentResponse.php index 30cfa99d6c..458793fa2e 100644 --- a/src/gen/lib/Model/GetDepartmentResponse.php +++ b/src/gen/lib/Model/GetDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDepartmentsResponse.php b/src/gen/lib/Model/GetDepartmentsResponse.php index fb033c7fcc..3171480761 100644 --- a/src/gen/lib/Model/GetDepartmentsResponse.php +++ b/src/gen/lib/Model/GetDepartmentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDriveGroupResponse.php b/src/gen/lib/Model/GetDriveGroupResponse.php index dbe296715c..c0de9c9f86 100644 --- a/src/gen/lib/Model/GetDriveGroupResponse.php +++ b/src/gen/lib/Model/GetDriveGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDriveGroupsResponse.php b/src/gen/lib/Model/GetDriveGroupsResponse.php index 07b157e7f3..8d93b9d4fc 100644 --- a/src/gen/lib/Model/GetDriveGroupsResponse.php +++ b/src/gen/lib/Model/GetDriveGroupsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDriveResponse.php b/src/gen/lib/Model/GetDriveResponse.php index 79dd9ff0a7..0beb5a8832 100644 --- a/src/gen/lib/Model/GetDriveResponse.php +++ b/src/gen/lib/Model/GetDriveResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetDrivesResponse.php b/src/gen/lib/Model/GetDrivesResponse.php index 1a6a058170..4505d4ff25 100644 --- a/src/gen/lib/Model/GetDrivesResponse.php +++ b/src/gen/lib/Model/GetDrivesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEcommerceCustomerResponse.php b/src/gen/lib/Model/GetEcommerceCustomerResponse.php index 28c1d62f84..8223c1ec10 100644 --- a/src/gen/lib/Model/GetEcommerceCustomerResponse.php +++ b/src/gen/lib/Model/GetEcommerceCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEcommerceCustomersResponse.php b/src/gen/lib/Model/GetEcommerceCustomersResponse.php index efca2c6f3a..2686673bf5 100644 --- a/src/gen/lib/Model/GetEcommerceCustomersResponse.php +++ b/src/gen/lib/Model/GetEcommerceCustomersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEcommerceOrderResponse.php b/src/gen/lib/Model/GetEcommerceOrderResponse.php index 532f2737e1..774e8f314d 100644 --- a/src/gen/lib/Model/GetEcommerceOrderResponse.php +++ b/src/gen/lib/Model/GetEcommerceOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEcommerceOrdersResponse.php b/src/gen/lib/Model/GetEcommerceOrdersResponse.php index 47866f450f..2f682c1622 100644 --- a/src/gen/lib/Model/GetEcommerceOrdersResponse.php +++ b/src/gen/lib/Model/GetEcommerceOrdersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEmployeePayrollResponse.php b/src/gen/lib/Model/GetEmployeePayrollResponse.php index 48a245fa2b..e1dad8171f 100644 --- a/src/gen/lib/Model/GetEmployeePayrollResponse.php +++ b/src/gen/lib/Model/GetEmployeePayrollResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEmployeePayrollsResponse.php b/src/gen/lib/Model/GetEmployeePayrollsResponse.php index 2ef80e65dc..5451e2c940 100644 --- a/src/gen/lib/Model/GetEmployeePayrollsResponse.php +++ b/src/gen/lib/Model/GetEmployeePayrollsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEmployeeResponse.php b/src/gen/lib/Model/GetEmployeeResponse.php index 7555ef7cd9..4fa9952064 100644 --- a/src/gen/lib/Model/GetEmployeeResponse.php +++ b/src/gen/lib/Model/GetEmployeeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEmployeeSchedulesResponse.php b/src/gen/lib/Model/GetEmployeeSchedulesResponse.php index d6f944bfbf..24429c2544 100644 --- a/src/gen/lib/Model/GetEmployeeSchedulesResponse.php +++ b/src/gen/lib/Model/GetEmployeeSchedulesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetEmployeesResponse.php b/src/gen/lib/Model/GetEmployeesResponse.php index c3f023f2af..b72568d326 100644 --- a/src/gen/lib/Model/GetEmployeesResponse.php +++ b/src/gen/lib/Model/GetEmployeesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetFileResponse.php b/src/gen/lib/Model/GetFileResponse.php index 2c012bf7d0..4335aa0fd8 100644 --- a/src/gen/lib/Model/GetFileResponse.php +++ b/src/gen/lib/Model/GetFileResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetFilesResponse.php b/src/gen/lib/Model/GetFilesResponse.php index 1cfd13bf88..422f42e46d 100644 --- a/src/gen/lib/Model/GetFilesResponse.php +++ b/src/gen/lib/Model/GetFilesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetFolderResponse.php b/src/gen/lib/Model/GetFolderResponse.php index 05171f6c67..912fd7b11e 100644 --- a/src/gen/lib/Model/GetFolderResponse.php +++ b/src/gen/lib/Model/GetFolderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetFoldersResponse.php b/src/gen/lib/Model/GetFoldersResponse.php index f03c6190b4..a609d2b042 100644 --- a/src/gen/lib/Model/GetFoldersResponse.php +++ b/src/gen/lib/Model/GetFoldersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetHrisCompaniesResponse.php b/src/gen/lib/Model/GetHrisCompaniesResponse.php index 2e9e533704..f9b6757770 100644 --- a/src/gen/lib/Model/GetHrisCompaniesResponse.php +++ b/src/gen/lib/Model/GetHrisCompaniesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetHrisCompanyResponse.php b/src/gen/lib/Model/GetHrisCompanyResponse.php index 0f965c051b..5de268480e 100644 --- a/src/gen/lib/Model/GetHrisCompanyResponse.php +++ b/src/gen/lib/Model/GetHrisCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetHrisJobResponse.php b/src/gen/lib/Model/GetHrisJobResponse.php index 226ca03729..b9c8bd5bb0 100644 --- a/src/gen/lib/Model/GetHrisJobResponse.php +++ b/src/gen/lib/Model/GetHrisJobResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetHrisJobsResponse.php b/src/gen/lib/Model/GetHrisJobsResponse.php index 725a4d0d0f..2eb12a6c3f 100644 --- a/src/gen/lib/Model/GetHrisJobsResponse.php +++ b/src/gen/lib/Model/GetHrisJobsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetInvoiceItemResponse.php b/src/gen/lib/Model/GetInvoiceItemResponse.php index ac939bd410..65b6dd1cfc 100644 --- a/src/gen/lib/Model/GetInvoiceItemResponse.php +++ b/src/gen/lib/Model/GetInvoiceItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetInvoiceItemsResponse.php b/src/gen/lib/Model/GetInvoiceItemsResponse.php index d64df97467..d92363e62d 100644 --- a/src/gen/lib/Model/GetInvoiceItemsResponse.php +++ b/src/gen/lib/Model/GetInvoiceItemsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetInvoiceResponse.php b/src/gen/lib/Model/GetInvoiceResponse.php index 8c75174fde..dc67e8e8e5 100644 --- a/src/gen/lib/Model/GetInvoiceResponse.php +++ b/src/gen/lib/Model/GetInvoiceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetInvoicesResponse.php b/src/gen/lib/Model/GetInvoicesResponse.php index 4ce3d96854..38da5918be 100644 --- a/src/gen/lib/Model/GetInvoicesResponse.php +++ b/src/gen/lib/Model/GetInvoicesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetItemResponse.php b/src/gen/lib/Model/GetItemResponse.php index 06056d5090..b5472fce87 100644 --- a/src/gen/lib/Model/GetItemResponse.php +++ b/src/gen/lib/Model/GetItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetItemsResponse.php b/src/gen/lib/Model/GetItemsResponse.php index 3fa56cc990..9bc94eb59e 100644 --- a/src/gen/lib/Model/GetItemsResponse.php +++ b/src/gen/lib/Model/GetItemsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetJobResponse.php b/src/gen/lib/Model/GetJobResponse.php index ad24acd6a5..dadfb35acf 100644 --- a/src/gen/lib/Model/GetJobResponse.php +++ b/src/gen/lib/Model/GetJobResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetJobsResponse.php b/src/gen/lib/Model/GetJobsResponse.php index ec00bbe129..63d2d5ec0f 100644 --- a/src/gen/lib/Model/GetJobsResponse.php +++ b/src/gen/lib/Model/GetJobsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetJournalEntriesResponse.php b/src/gen/lib/Model/GetJournalEntriesResponse.php index 9fa058febe..313441b00c 100644 --- a/src/gen/lib/Model/GetJournalEntriesResponse.php +++ b/src/gen/lib/Model/GetJournalEntriesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetJournalEntryResponse.php b/src/gen/lib/Model/GetJournalEntryResponse.php index 1eb1d5c58d..db7b17e514 100644 --- a/src/gen/lib/Model/GetJournalEntryResponse.php +++ b/src/gen/lib/Model/GetJournalEntryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLeadResponse.php b/src/gen/lib/Model/GetLeadResponse.php index beb07be8bd..b4de4f9165 100644 --- a/src/gen/lib/Model/GetLeadResponse.php +++ b/src/gen/lib/Model/GetLeadResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLeadsResponse.php b/src/gen/lib/Model/GetLeadsResponse.php index fc435d3e1b..bd25c29d59 100644 --- a/src/gen/lib/Model/GetLeadsResponse.php +++ b/src/gen/lib/Model/GetLeadsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLedgerAccountResponse.php b/src/gen/lib/Model/GetLedgerAccountResponse.php index 78ef93a622..b0675b9e52 100644 --- a/src/gen/lib/Model/GetLedgerAccountResponse.php +++ b/src/gen/lib/Model/GetLedgerAccountResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLedgerAccountsResponse.php b/src/gen/lib/Model/GetLedgerAccountsResponse.php index 66aa066cdc..0f68edbddd 100644 --- a/src/gen/lib/Model/GetLedgerAccountsResponse.php +++ b/src/gen/lib/Model/GetLedgerAccountsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLocationResponse.php b/src/gen/lib/Model/GetLocationResponse.php index 8a366d2df9..876f9fbf54 100644 --- a/src/gen/lib/Model/GetLocationResponse.php +++ b/src/gen/lib/Model/GetLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLocationsResponse.php b/src/gen/lib/Model/GetLocationsResponse.php index f1ff756185..fd5e678461 100644 --- a/src/gen/lib/Model/GetLocationsResponse.php +++ b/src/gen/lib/Model/GetLocationsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetLogsResponse.php b/src/gen/lib/Model/GetLogsResponse.php index 12a9242746..1256e22455 100644 --- a/src/gen/lib/Model/GetLogsResponse.php +++ b/src/gen/lib/Model/GetLogsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetMerchantResponse.php b/src/gen/lib/Model/GetMerchantResponse.php index af935312aa..83b3f8318b 100644 --- a/src/gen/lib/Model/GetMerchantResponse.php +++ b/src/gen/lib/Model/GetMerchantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetMerchantsResponse.php b/src/gen/lib/Model/GetMerchantsResponse.php index 43b4507a48..06d1713677 100644 --- a/src/gen/lib/Model/GetMerchantsResponse.php +++ b/src/gen/lib/Model/GetMerchantsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetMessageResponse.php b/src/gen/lib/Model/GetMessageResponse.php index e65ed46c9c..04c2993de8 100644 --- a/src/gen/lib/Model/GetMessageResponse.php +++ b/src/gen/lib/Model/GetMessageResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetMessagesResponse.php b/src/gen/lib/Model/GetMessagesResponse.php index bd4293b84f..080f214653 100644 --- a/src/gen/lib/Model/GetMessagesResponse.php +++ b/src/gen/lib/Model/GetMessagesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetModifierGroupResponse.php b/src/gen/lib/Model/GetModifierGroupResponse.php index 419740094d..02b7baad9d 100644 --- a/src/gen/lib/Model/GetModifierGroupResponse.php +++ b/src/gen/lib/Model/GetModifierGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetModifierGroupsResponse.php b/src/gen/lib/Model/GetModifierGroupsResponse.php index 1011a62bc1..a87f2ba148 100644 --- a/src/gen/lib/Model/GetModifierGroupsResponse.php +++ b/src/gen/lib/Model/GetModifierGroupsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetModifierResponse.php b/src/gen/lib/Model/GetModifierResponse.php index 40c887a488..80315de772 100644 --- a/src/gen/lib/Model/GetModifierResponse.php +++ b/src/gen/lib/Model/GetModifierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetModifiersResponse.php b/src/gen/lib/Model/GetModifiersResponse.php index 050520854c..a363540102 100644 --- a/src/gen/lib/Model/GetModifiersResponse.php +++ b/src/gen/lib/Model/GetModifiersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetNoteResponse.php b/src/gen/lib/Model/GetNoteResponse.php index 13bc1d1702..c842fce430 100644 --- a/src/gen/lib/Model/GetNoteResponse.php +++ b/src/gen/lib/Model/GetNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetNotesResponse.php b/src/gen/lib/Model/GetNotesResponse.php index ae70a3a4ac..25e97c20f7 100644 --- a/src/gen/lib/Model/GetNotesResponse.php +++ b/src/gen/lib/Model/GetNotesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOpportunitiesResponse.php b/src/gen/lib/Model/GetOpportunitiesResponse.php index ce1ab098b5..0b800f368f 100644 --- a/src/gen/lib/Model/GetOpportunitiesResponse.php +++ b/src/gen/lib/Model/GetOpportunitiesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOpportunityResponse.php b/src/gen/lib/Model/GetOpportunityResponse.php index 1e582b3b50..31029704b9 100644 --- a/src/gen/lib/Model/GetOpportunityResponse.php +++ b/src/gen/lib/Model/GetOpportunityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOrderResponse.php b/src/gen/lib/Model/GetOrderResponse.php index e469964d1e..1205dd7229 100644 --- a/src/gen/lib/Model/GetOrderResponse.php +++ b/src/gen/lib/Model/GetOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOrderTypeResponse.php b/src/gen/lib/Model/GetOrderTypeResponse.php index e96c4a3937..3264b1ceff 100644 --- a/src/gen/lib/Model/GetOrderTypeResponse.php +++ b/src/gen/lib/Model/GetOrderTypeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOrderTypesResponse.php b/src/gen/lib/Model/GetOrderTypesResponse.php index f3f49dfdbb..c3aaa7fed3 100644 --- a/src/gen/lib/Model/GetOrderTypesResponse.php +++ b/src/gen/lib/Model/GetOrderTypesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetOrdersResponse.php b/src/gen/lib/Model/GetOrdersResponse.php index b5e6ca404a..fa3fd7c3f6 100644 --- a/src/gen/lib/Model/GetOrdersResponse.php +++ b/src/gen/lib/Model/GetOrdersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPaymentResponse.php b/src/gen/lib/Model/GetPaymentResponse.php index c6e3476507..4fa890ee2d 100644 --- a/src/gen/lib/Model/GetPaymentResponse.php +++ b/src/gen/lib/Model/GetPaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPaymentsResponse.php b/src/gen/lib/Model/GetPaymentsResponse.php index 2715f63bc3..2432e21d69 100644 --- a/src/gen/lib/Model/GetPaymentsResponse.php +++ b/src/gen/lib/Model/GetPaymentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPayrollResponse.php b/src/gen/lib/Model/GetPayrollResponse.php index 6586740457..5dc77fa1be 100644 --- a/src/gen/lib/Model/GetPayrollResponse.php +++ b/src/gen/lib/Model/GetPayrollResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPayrollsResponse.php b/src/gen/lib/Model/GetPayrollsResponse.php index 65f9fff2cd..8ebc306c6c 100644 --- a/src/gen/lib/Model/GetPayrollsResponse.php +++ b/src/gen/lib/Model/GetPayrollsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPipelineResponse.php b/src/gen/lib/Model/GetPipelineResponse.php index dc351e3fdf..7569b80196 100644 --- a/src/gen/lib/Model/GetPipelineResponse.php +++ b/src/gen/lib/Model/GetPipelineResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPipelinesResponse.php b/src/gen/lib/Model/GetPipelinesResponse.php index 7b3415a6f2..52083d6e5c 100644 --- a/src/gen/lib/Model/GetPipelinesResponse.php +++ b/src/gen/lib/Model/GetPipelinesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPosPaymentResponse.php b/src/gen/lib/Model/GetPosPaymentResponse.php index 658dcfaf1d..5901c70212 100644 --- a/src/gen/lib/Model/GetPosPaymentResponse.php +++ b/src/gen/lib/Model/GetPosPaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPosPaymentsResponse.php b/src/gen/lib/Model/GetPosPaymentsResponse.php index bb785aebef..8ffe7f2431 100644 --- a/src/gen/lib/Model/GetPosPaymentsResponse.php +++ b/src/gen/lib/Model/GetPosPaymentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetProductResponse.php b/src/gen/lib/Model/GetProductResponse.php index 646a302443..1eb39fdd63 100644 --- a/src/gen/lib/Model/GetProductResponse.php +++ b/src/gen/lib/Model/GetProductResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetProductsResponse.php b/src/gen/lib/Model/GetProductsResponse.php index 6d5d8a7c84..530d09a4c2 100644 --- a/src/gen/lib/Model/GetProductsResponse.php +++ b/src/gen/lib/Model/GetProductsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetProfitAndLossResponse.php b/src/gen/lib/Model/GetProfitAndLossResponse.php index 18aa3a1745..5b206d4445 100644 --- a/src/gen/lib/Model/GetProfitAndLossResponse.php +++ b/src/gen/lib/Model/GetProfitAndLossResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPurchaseOrderResponse.php b/src/gen/lib/Model/GetPurchaseOrderResponse.php index 50947e7919..6545321f75 100644 --- a/src/gen/lib/Model/GetPurchaseOrderResponse.php +++ b/src/gen/lib/Model/GetPurchaseOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetPurchaseOrdersResponse.php b/src/gen/lib/Model/GetPurchaseOrdersResponse.php index a410cd0aca..5507d8621f 100644 --- a/src/gen/lib/Model/GetPurchaseOrdersResponse.php +++ b/src/gen/lib/Model/GetPurchaseOrdersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSharedLinkResponse.php b/src/gen/lib/Model/GetSharedLinkResponse.php index 5add2a8506..16959d2330 100644 --- a/src/gen/lib/Model/GetSharedLinkResponse.php +++ b/src/gen/lib/Model/GetSharedLinkResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSharedLinksResponse.php b/src/gen/lib/Model/GetSharedLinksResponse.php index 35ae216a35..b8e6374af9 100644 --- a/src/gen/lib/Model/GetSharedLinksResponse.php +++ b/src/gen/lib/Model/GetSharedLinksResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetStoreResponse.php b/src/gen/lib/Model/GetStoreResponse.php index 8564510dae..d65873772f 100644 --- a/src/gen/lib/Model/GetStoreResponse.php +++ b/src/gen/lib/Model/GetStoreResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetStoresResponse.php b/src/gen/lib/Model/GetStoresResponse.php index 705523e112..7266ca5e28 100644 --- a/src/gen/lib/Model/GetStoresResponse.php +++ b/src/gen/lib/Model/GetStoresResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSupplierResponse.php b/src/gen/lib/Model/GetSupplierResponse.php index d8bb5d8de4..1036ed79eb 100644 --- a/src/gen/lib/Model/GetSupplierResponse.php +++ b/src/gen/lib/Model/GetSupplierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSuppliersResponse.php b/src/gen/lib/Model/GetSuppliersResponse.php index 7784c54ab2..ba425c82b4 100644 --- a/src/gen/lib/Model/GetSuppliersResponse.php +++ b/src/gen/lib/Model/GetSuppliersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTaxRateResponse.php b/src/gen/lib/Model/GetTaxRateResponse.php index 4991dd88e2..2109ff3545 100644 --- a/src/gen/lib/Model/GetTaxRateResponse.php +++ b/src/gen/lib/Model/GetTaxRateResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTaxRatesResponse.php b/src/gen/lib/Model/GetTaxRatesResponse.php index ef742b7535..40afa260d2 100644 --- a/src/gen/lib/Model/GetTaxRatesResponse.php +++ b/src/gen/lib/Model/GetTaxRatesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTenderResponse.php b/src/gen/lib/Model/GetTenderResponse.php index 82ed85911f..c4d8362e83 100644 --- a/src/gen/lib/Model/GetTenderResponse.php +++ b/src/gen/lib/Model/GetTenderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTendersResponse.php b/src/gen/lib/Model/GetTendersResponse.php index 376ccc173b..cc75b938d2 100644 --- a/src/gen/lib/Model/GetTendersResponse.php +++ b/src/gen/lib/Model/GetTendersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTicketResponse.php b/src/gen/lib/Model/GetTicketResponse.php index d9a056bcb4..687737d8e1 100644 --- a/src/gen/lib/Model/GetTicketResponse.php +++ b/src/gen/lib/Model/GetTicketResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTicketsResponse.php b/src/gen/lib/Model/GetTicketsResponse.php index 29015a751b..1f16f015d3 100644 --- a/src/gen/lib/Model/GetTicketsResponse.php +++ b/src/gen/lib/Model/GetTicketsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTimeOffRequestResponse.php b/src/gen/lib/Model/GetTimeOffRequestResponse.php index 6d96877a56..6227032215 100644 --- a/src/gen/lib/Model/GetTimeOffRequestResponse.php +++ b/src/gen/lib/Model/GetTimeOffRequestResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTimeOffRequestsResponse.php b/src/gen/lib/Model/GetTimeOffRequestsResponse.php index 6b3fc2b271..4a4fa6cf5f 100644 --- a/src/gen/lib/Model/GetTimeOffRequestsResponse.php +++ b/src/gen/lib/Model/GetTimeOffRequestsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetUploadSessionResponse.php b/src/gen/lib/Model/GetUploadSessionResponse.php index 103ec1e1e1..9d58372578 100644 --- a/src/gen/lib/Model/GetUploadSessionResponse.php +++ b/src/gen/lib/Model/GetUploadSessionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetUserResponse.php b/src/gen/lib/Model/GetUserResponse.php index 4ea2f1f5ed..d59a61f5b8 100644 --- a/src/gen/lib/Model/GetUserResponse.php +++ b/src/gen/lib/Model/GetUserResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetUsersResponse.php b/src/gen/lib/Model/GetUsersResponse.php index 83f44534fb..78bff193de 100644 --- a/src/gen/lib/Model/GetUsersResponse.php +++ b/src/gen/lib/Model/GetUsersResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetWebhookEventLogsResponse.php b/src/gen/lib/Model/GetWebhookEventLogsResponse.php index 7844390f5a..36a6ba8d13 100644 --- a/src/gen/lib/Model/GetWebhookEventLogsResponse.php +++ b/src/gen/lib/Model/GetWebhookEventLogsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetWebhookResponse.php b/src/gen/lib/Model/GetWebhookResponse.php index a0d28309f4..1a8af2e962 100644 --- a/src/gen/lib/Model/GetWebhookResponse.php +++ b/src/gen/lib/Model/GetWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetWebhooksResponse.php b/src/gen/lib/Model/GetWebhooksResponse.php index 4da45a7cf4..12d2017074 100644 --- a/src/gen/lib/Model/GetWebhooksResponse.php +++ b/src/gen/lib/Model/GetWebhooksResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/HrisCompany.php b/src/gen/lib/Model/HrisCompany.php index 42cc0eec61..706fa1e7fa 100644 --- a/src/gen/lib/Model/HrisCompany.php +++ b/src/gen/lib/Model/HrisCompany.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/HrisEventType.php b/src/gen/lib/Model/HrisEventType.php index 0104f25320..51d16bb5dc 100644 --- a/src/gen/lib/Model/HrisEventType.php +++ b/src/gen/lib/Model/HrisEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/HrisJob.php b/src/gen/lib/Model/HrisJob.php index 1b80560744..00e6774afe 100644 --- a/src/gen/lib/Model/HrisJob.php +++ b/src/gen/lib/Model/HrisJob.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/HrisJobLocation.php b/src/gen/lib/Model/HrisJobLocation.php index 82400240ba..bf4f5a50e8 100644 --- a/src/gen/lib/Model/HrisJobLocation.php +++ b/src/gen/lib/Model/HrisJobLocation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/HrisJobs.php b/src/gen/lib/Model/HrisJobs.php index a6a51938b2..956c972089 100644 --- a/src/gen/lib/Model/HrisJobs.php +++ b/src/gen/lib/Model/HrisJobs.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/IntegrationState.php b/src/gen/lib/Model/IntegrationState.php index 9f343d0802..4fcd901e5f 100644 --- a/src/gen/lib/Model/IntegrationState.php +++ b/src/gen/lib/Model/IntegrationState.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Invoice.php b/src/gen/lib/Model/Invoice.php index 7971faf5d5..b3d892f097 100644 --- a/src/gen/lib/Model/Invoice.php +++ b/src/gen/lib/Model/Invoice.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoiceItem.php b/src/gen/lib/Model/InvoiceItem.php index b780cde238..11aed7c7a3 100644 --- a/src/gen/lib/Model/InvoiceItem.php +++ b/src/gen/lib/Model/InvoiceItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoiceItemSalesDetails.php b/src/gen/lib/Model/InvoiceItemSalesDetails.php index f2273cdfeb..8615b8e954 100644 --- a/src/gen/lib/Model/InvoiceItemSalesDetails.php +++ b/src/gen/lib/Model/InvoiceItemSalesDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoiceItemsFilter.php b/src/gen/lib/Model/InvoiceItemsFilter.php index dba1ca9ff0..700373da91 100644 --- a/src/gen/lib/Model/InvoiceItemsFilter.php +++ b/src/gen/lib/Model/InvoiceItemsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoiceLineItem.php b/src/gen/lib/Model/InvoiceLineItem.php index 8a0eb8b10b..eabfd2283e 100644 --- a/src/gen/lib/Model/InvoiceLineItem.php +++ b/src/gen/lib/Model/InvoiceLineItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoiceResponse.php b/src/gen/lib/Model/InvoiceResponse.php index 966396af83..90419510db 100644 --- a/src/gen/lib/Model/InvoiceResponse.php +++ b/src/gen/lib/Model/InvoiceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoicesSort.php b/src/gen/lib/Model/InvoicesSort.php index 5a964d0ed8..3252d72fc0 100644 --- a/src/gen/lib/Model/InvoicesSort.php +++ b/src/gen/lib/Model/InvoicesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/IssueTrackingEventType.php b/src/gen/lib/Model/IssueTrackingEventType.php index b0393559c9..a20cc0793c 100644 --- a/src/gen/lib/Model/IssueTrackingEventType.php +++ b/src/gen/lib/Model/IssueTrackingEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/IssuesFilter.php b/src/gen/lib/Model/IssuesFilter.php index 7cf35f831f..ba8e3bfbea 100644 --- a/src/gen/lib/Model/IssuesFilter.php +++ b/src/gen/lib/Model/IssuesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Item.php b/src/gen/lib/Model/Item.php index 5c15d7bcd2..b02c92cc48 100644 --- a/src/gen/lib/Model/Item.php +++ b/src/gen/lib/Model/Item.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Job.php b/src/gen/lib/Model/Job.php index e0e269158e..4607c13786 100644 --- a/src/gen/lib/Model/Job.php +++ b/src/gen/lib/Model/Job.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JobLinks.php b/src/gen/lib/Model/JobLinks.php index 1b31e01916..4391c02753 100644 --- a/src/gen/lib/Model/JobLinks.php +++ b/src/gen/lib/Model/JobLinks.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JobSalary.php b/src/gen/lib/Model/JobSalary.php index e0c30867f5..0bd755a772 100644 --- a/src/gen/lib/Model/JobSalary.php +++ b/src/gen/lib/Model/JobSalary.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JobStatus.php b/src/gen/lib/Model/JobStatus.php index c469b9fc57..ddefb5f1df 100644 --- a/src/gen/lib/Model/JobStatus.php +++ b/src/gen/lib/Model/JobStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JournalEntry.php b/src/gen/lib/Model/JournalEntry.php index 3074765924..1691bfd0ad 100644 --- a/src/gen/lib/Model/JournalEntry.php +++ b/src/gen/lib/Model/JournalEntry.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JournalEntryLineItem.php b/src/gen/lib/Model/JournalEntryLineItem.php index de3728a216..3a8f9bba4a 100644 --- a/src/gen/lib/Model/JournalEntryLineItem.php +++ b/src/gen/lib/Model/JournalEntryLineItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Lead.php b/src/gen/lib/Model/Lead.php index d39c0c2d8a..20b46a93bb 100644 --- a/src/gen/lib/Model/Lead.php +++ b/src/gen/lib/Model/Lead.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LeadEventType.php b/src/gen/lib/Model/LeadEventType.php index 7eb34462bc..833ea5e4eb 100644 --- a/src/gen/lib/Model/LeadEventType.php +++ b/src/gen/lib/Model/LeadEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LeadsFilter.php b/src/gen/lib/Model/LeadsFilter.php index 2618af35c0..0efc309766 100644 --- a/src/gen/lib/Model/LeadsFilter.php +++ b/src/gen/lib/Model/LeadsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LeadsSort.php b/src/gen/lib/Model/LeadsSort.php index 5a615e9b54..ae47503e6b 100644 --- a/src/gen/lib/Model/LeadsSort.php +++ b/src/gen/lib/Model/LeadsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LedgerAccount.php b/src/gen/lib/Model/LedgerAccount.php index 477b240a5d..5a8a57f642 100644 --- a/src/gen/lib/Model/LedgerAccount.php +++ b/src/gen/lib/Model/LedgerAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LedgerAccountCategories.php b/src/gen/lib/Model/LedgerAccountCategories.php index 2e374c6b9a..337c2cdac7 100644 --- a/src/gen/lib/Model/LedgerAccountCategories.php +++ b/src/gen/lib/Model/LedgerAccountCategories.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LedgerAccountParentAccount.php b/src/gen/lib/Model/LedgerAccountParentAccount.php index 049811bae8..b91aeecc36 100644 --- a/src/gen/lib/Model/LedgerAccountParentAccount.php +++ b/src/gen/lib/Model/LedgerAccountParentAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedConnectorResource.php b/src/gen/lib/Model/LinkedConnectorResource.php index 80b106fe03..286c36ccb5 100644 --- a/src/gen/lib/Model/LinkedConnectorResource.php +++ b/src/gen/lib/Model/LinkedConnectorResource.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedCustomer.php b/src/gen/lib/Model/LinkedCustomer.php index e1a04eced2..6c6013edfa 100644 --- a/src/gen/lib/Model/LinkedCustomer.php +++ b/src/gen/lib/Model/LinkedCustomer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedEcommerceCustomer.php b/src/gen/lib/Model/LinkedEcommerceCustomer.php index 4dece48988..16bc5d8acd 100644 --- a/src/gen/lib/Model/LinkedEcommerceCustomer.php +++ b/src/gen/lib/Model/LinkedEcommerceCustomer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedEcommerceOrder.php b/src/gen/lib/Model/LinkedEcommerceOrder.php index 00cfb19cce..2e81561add 100644 --- a/src/gen/lib/Model/LinkedEcommerceOrder.php +++ b/src/gen/lib/Model/LinkedEcommerceOrder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedFolder.php b/src/gen/lib/Model/LinkedFolder.php index 9558633e9b..531edeef41 100644 --- a/src/gen/lib/Model/LinkedFolder.php +++ b/src/gen/lib/Model/LinkedFolder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedInvoiceItem.php b/src/gen/lib/Model/LinkedInvoiceItem.php index 73e8a58ab5..c8a0340fe6 100644 --- a/src/gen/lib/Model/LinkedInvoiceItem.php +++ b/src/gen/lib/Model/LinkedInvoiceItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedLedgerAccount.php b/src/gen/lib/Model/LinkedLedgerAccount.php index e3935aa461..4b48ce8ec7 100644 --- a/src/gen/lib/Model/LinkedLedgerAccount.php +++ b/src/gen/lib/Model/LinkedLedgerAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedParentCustomer.php b/src/gen/lib/Model/LinkedParentCustomer.php index 9963b26d15..88c234e395 100644 --- a/src/gen/lib/Model/LinkedParentCustomer.php +++ b/src/gen/lib/Model/LinkedParentCustomer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedSupplier.php b/src/gen/lib/Model/LinkedSupplier.php index 966a74393c..7a799ea960 100644 --- a/src/gen/lib/Model/LinkedSupplier.php +++ b/src/gen/lib/Model/LinkedSupplier.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedTaxRate.php b/src/gen/lib/Model/LinkedTaxRate.php index aaff19181b..fe670f71c9 100644 --- a/src/gen/lib/Model/LinkedTaxRate.php +++ b/src/gen/lib/Model/LinkedTaxRate.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LinkedTrackingCategory.php b/src/gen/lib/Model/LinkedTrackingCategory.php index 8637312873..d77f07ac3e 100644 --- a/src/gen/lib/Model/LinkedTrackingCategory.php +++ b/src/gen/lib/Model/LinkedTrackingCategory.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Links.php b/src/gen/lib/Model/Links.php index ed8b244663..982b57e518 100644 --- a/src/gen/lib/Model/Links.php +++ b/src/gen/lib/Model/Links.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Location.php b/src/gen/lib/Model/Location.php index 8570c53072..1a646e898a 100644 --- a/src/gen/lib/Model/Location.php +++ b/src/gen/lib/Model/Location.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Log.php b/src/gen/lib/Model/Log.php index 6226ab3192..ddab0ec676 100644 --- a/src/gen/lib/Model/Log.php +++ b/src/gen/lib/Model/Log.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LogOperation.php b/src/gen/lib/Model/LogOperation.php index c4780846ec..af872187df 100644 --- a/src/gen/lib/Model/LogOperation.php +++ b/src/gen/lib/Model/LogOperation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LogService.php b/src/gen/lib/Model/LogService.php index cba03c6163..1c290f49fb 100644 --- a/src/gen/lib/Model/LogService.php +++ b/src/gen/lib/Model/LogService.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LogsFilter.php b/src/gen/lib/Model/LogsFilter.php index c3ab549261..4ca00a7bcb 100644 --- a/src/gen/lib/Model/LogsFilter.php +++ b/src/gen/lib/Model/LogsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Merchant.php b/src/gen/lib/Model/Merchant.php index e2951b96ce..317f55168d 100644 --- a/src/gen/lib/Model/Merchant.php +++ b/src/gen/lib/Model/Merchant.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Message.php b/src/gen/lib/Model/Message.php index e11f2c8a44..1f27c841bd 100644 --- a/src/gen/lib/Model/Message.php +++ b/src/gen/lib/Model/Message.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Meta.php b/src/gen/lib/Model/Meta.php index 93c246316c..71697aad56 100644 --- a/src/gen/lib/Model/Meta.php +++ b/src/gen/lib/Model/Meta.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/MetaCursors.php b/src/gen/lib/Model/MetaCursors.php index dbad85ffea..1d94b9d42b 100644 --- a/src/gen/lib/Model/MetaCursors.php +++ b/src/gen/lib/Model/MetaCursors.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ModelInterface.php b/src/gen/lib/Model/ModelInterface.php index 597ade148f..d6f8f64c13 100644 --- a/src/gen/lib/Model/ModelInterface.php +++ b/src/gen/lib/Model/ModelInterface.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Modifier.php b/src/gen/lib/Model/Modifier.php index eedcac7794..05987beaf5 100644 --- a/src/gen/lib/Model/Modifier.php +++ b/src/gen/lib/Model/Modifier.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ModifierGroup.php b/src/gen/lib/Model/ModifierGroup.php index 0acf681ae7..86c1f371e5 100644 --- a/src/gen/lib/Model/ModifierGroup.php +++ b/src/gen/lib/Model/ModifierGroup.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ModifierGroupFilter.php b/src/gen/lib/Model/ModifierGroupFilter.php index 8704f481a5..529c77be2e 100644 --- a/src/gen/lib/Model/ModifierGroupFilter.php +++ b/src/gen/lib/Model/ModifierGroupFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/NotFoundResponse.php b/src/gen/lib/Model/NotFoundResponse.php index 422367bd50..1e04daa885 100644 --- a/src/gen/lib/Model/NotFoundResponse.php +++ b/src/gen/lib/Model/NotFoundResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/NotImplementedResponse.php b/src/gen/lib/Model/NotImplementedResponse.php index 098e20b76c..3a215b4602 100644 --- a/src/gen/lib/Model/NotImplementedResponse.php +++ b/src/gen/lib/Model/NotImplementedResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Note.php b/src/gen/lib/Model/Note.php index c2fde38c69..09be36f021 100644 --- a/src/gen/lib/Model/Note.php +++ b/src/gen/lib/Model/Note.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OAuthGrantType.php b/src/gen/lib/Model/OAuthGrantType.php index ede9f03fb2..e165e88339 100644 --- a/src/gen/lib/Model/OAuthGrantType.php +++ b/src/gen/lib/Model/OAuthGrantType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Offer.php b/src/gen/lib/Model/Offer.php index eef2e1feda..98ac823a9a 100644 --- a/src/gen/lib/Model/Offer.php +++ b/src/gen/lib/Model/Offer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OpportunitiesFilter.php b/src/gen/lib/Model/OpportunitiesFilter.php index 77d2b33221..37dfa37480 100644 --- a/src/gen/lib/Model/OpportunitiesFilter.php +++ b/src/gen/lib/Model/OpportunitiesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OpportunitiesSort.php b/src/gen/lib/Model/OpportunitiesSort.php index 6a0b58c864..826e4c6777 100644 --- a/src/gen/lib/Model/OpportunitiesSort.php +++ b/src/gen/lib/Model/OpportunitiesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Opportunity.php b/src/gen/lib/Model/Opportunity.php index 22c62d117d..2303a4309b 100644 --- a/src/gen/lib/Model/Opportunity.php +++ b/src/gen/lib/Model/Opportunity.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Order.php b/src/gen/lib/Model/Order.php index 6a24c1dd72..60dea6fdd7 100644 --- a/src/gen/lib/Model/Order.php +++ b/src/gen/lib/Model/Order.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderCustomers.php b/src/gen/lib/Model/OrderCustomers.php index 60a6c57e2b..738b58d25f 100644 --- a/src/gen/lib/Model/OrderCustomers.php +++ b/src/gen/lib/Model/OrderCustomers.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderDiscounts.php b/src/gen/lib/Model/OrderDiscounts.php index cd07302a09..41c3382602 100644 --- a/src/gen/lib/Model/OrderDiscounts.php +++ b/src/gen/lib/Model/OrderDiscounts.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderFulfillments.php b/src/gen/lib/Model/OrderFulfillments.php index e041545d89..d2a9fc3b37 100644 --- a/src/gen/lib/Model/OrderFulfillments.php +++ b/src/gen/lib/Model/OrderFulfillments.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderLineItems.php b/src/gen/lib/Model/OrderLineItems.php index c721357a37..664366dcd3 100644 --- a/src/gen/lib/Model/OrderLineItems.php +++ b/src/gen/lib/Model/OrderLineItems.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderPayments.php b/src/gen/lib/Model/OrderPayments.php index fe3136d61d..2ffb5bf3df 100644 --- a/src/gen/lib/Model/OrderPayments.php +++ b/src/gen/lib/Model/OrderPayments.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderPickupDetails.php b/src/gen/lib/Model/OrderPickupDetails.php index 6ceaee12fe..a8a5edd7d4 100644 --- a/src/gen/lib/Model/OrderPickupDetails.php +++ b/src/gen/lib/Model/OrderPickupDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderPickupDetailsCurbsidePickupDetails.php b/src/gen/lib/Model/OrderPickupDetailsCurbsidePickupDetails.php index 1a73bc7423..e6f05fb5bf 100644 --- a/src/gen/lib/Model/OrderPickupDetailsCurbsidePickupDetails.php +++ b/src/gen/lib/Model/OrderPickupDetailsCurbsidePickupDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderPickupDetailsRecipient.php b/src/gen/lib/Model/OrderPickupDetailsRecipient.php index 18b50da74d..7f5b58bc44 100644 --- a/src/gen/lib/Model/OrderPickupDetailsRecipient.php +++ b/src/gen/lib/Model/OrderPickupDetailsRecipient.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderRefunds.php b/src/gen/lib/Model/OrderRefunds.php index b22f00f5ab..7954f1ca64 100644 --- a/src/gen/lib/Model/OrderRefunds.php +++ b/src/gen/lib/Model/OrderRefunds.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderTenders.php b/src/gen/lib/Model/OrderTenders.php index d14d00b429..ae20320d23 100644 --- a/src/gen/lib/Model/OrderTenders.php +++ b/src/gen/lib/Model/OrderTenders.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrderType.php b/src/gen/lib/Model/OrderType.php index e0bdd14146..f422e54014 100644 --- a/src/gen/lib/Model/OrderType.php +++ b/src/gen/lib/Model/OrderType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Owner.php b/src/gen/lib/Model/Owner.php index bc53f5c342..72aa3c7507 100644 --- a/src/gen/lib/Model/Owner.php +++ b/src/gen/lib/Model/Owner.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaginationCoverage.php b/src/gen/lib/Model/PaginationCoverage.php index 03d3fddcc7..65efa02c11 100644 --- a/src/gen/lib/Model/PaginationCoverage.php +++ b/src/gen/lib/Model/PaginationCoverage.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PassThroughQuery.php b/src/gen/lib/Model/PassThroughQuery.php index 730e91f51a..f6814725c0 100644 --- a/src/gen/lib/Model/PassThroughQuery.php +++ b/src/gen/lib/Model/PassThroughQuery.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Payment.php b/src/gen/lib/Model/Payment.php index c4e5c5fc94..bb014b4e1f 100644 --- a/src/gen/lib/Model/Payment.php +++ b/src/gen/lib/Model/Payment.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentAllocations.php b/src/gen/lib/Model/PaymentAllocations.php index 373163edd4..7e68481d6a 100644 --- a/src/gen/lib/Model/PaymentAllocations.php +++ b/src/gen/lib/Model/PaymentAllocations.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentCard.php b/src/gen/lib/Model/PaymentCard.php index f0ea65bdf0..c9cbdc727a 100644 --- a/src/gen/lib/Model/PaymentCard.php +++ b/src/gen/lib/Model/PaymentCard.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentFrequency.php b/src/gen/lib/Model/PaymentFrequency.php index 6b2b07cbe7..7a4639a8ba 100644 --- a/src/gen/lib/Model/PaymentFrequency.php +++ b/src/gen/lib/Model/PaymentFrequency.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentRequiredResponse.php b/src/gen/lib/Model/PaymentRequiredResponse.php index 6293fcac90..0b64127d23 100644 --- a/src/gen/lib/Model/PaymentRequiredResponse.php +++ b/src/gen/lib/Model/PaymentRequiredResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentUnit.php b/src/gen/lib/Model/PaymentUnit.php index 14708d6e92..db2fba41d8 100644 --- a/src/gen/lib/Model/PaymentUnit.php +++ b/src/gen/lib/Model/PaymentUnit.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentsFilter.php b/src/gen/lib/Model/PaymentsFilter.php index 79cebb3bbe..3a55de7e59 100644 --- a/src/gen/lib/Model/PaymentsFilter.php +++ b/src/gen/lib/Model/PaymentsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Payroll.php b/src/gen/lib/Model/Payroll.php index cdd5450d20..4461b782b5 100644 --- a/src/gen/lib/Model/Payroll.php +++ b/src/gen/lib/Model/Payroll.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PayrollTotals.php b/src/gen/lib/Model/PayrollTotals.php index e15022cdaf..97a2ba0267 100644 --- a/src/gen/lib/Model/PayrollTotals.php +++ b/src/gen/lib/Model/PayrollTotals.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PayrollsFilter.php b/src/gen/lib/Model/PayrollsFilter.php index 08ea974af7..ac6b50b55d 100644 --- a/src/gen/lib/Model/PayrollsFilter.php +++ b/src/gen/lib/Model/PayrollsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Person.php b/src/gen/lib/Model/Person.php index a1bc5ef1cc..98de6c8ded 100644 --- a/src/gen/lib/Model/Person.php +++ b/src/gen/lib/Model/Person.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PhoneNumber.php b/src/gen/lib/Model/PhoneNumber.php index 9622e03dce..9640d1a99f 100644 --- a/src/gen/lib/Model/PhoneNumber.php +++ b/src/gen/lib/Model/PhoneNumber.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Pipeline.php b/src/gen/lib/Model/Pipeline.php index a4b79ffe25..e4c61448b0 100644 --- a/src/gen/lib/Model/Pipeline.php +++ b/src/gen/lib/Model/Pipeline.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PipelineStages.php b/src/gen/lib/Model/PipelineStages.php index 1b490777a6..e3df8a4593 100644 --- a/src/gen/lib/Model/PipelineStages.php +++ b/src/gen/lib/Model/PipelineStages.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PosBankAccount.php b/src/gen/lib/Model/PosBankAccount.php index 20cbd2c937..f87e9102db 100644 --- a/src/gen/lib/Model/PosBankAccount.php +++ b/src/gen/lib/Model/PosBankAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PosBankAccountAchDetails.php b/src/gen/lib/Model/PosBankAccountAchDetails.php index 594aa94d2e..d0ff5a7604 100644 --- a/src/gen/lib/Model/PosBankAccountAchDetails.php +++ b/src/gen/lib/Model/PosBankAccountAchDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PosPayment.php b/src/gen/lib/Model/PosPayment.php index 1a6a6e8496..af7b83cc55 100644 --- a/src/gen/lib/Model/PosPayment.php +++ b/src/gen/lib/Model/PosPayment.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PosPaymentCardDetails.php b/src/gen/lib/Model/PosPaymentCardDetails.php index 31883f4b91..970464d7b8 100644 --- a/src/gen/lib/Model/PosPaymentCardDetails.php +++ b/src/gen/lib/Model/PosPaymentCardDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PosPaymentExternalDetails.php b/src/gen/lib/Model/PosPaymentExternalDetails.php index 2fabd0fb8c..46103d9855 100644 --- a/src/gen/lib/Model/PosPaymentExternalDetails.php +++ b/src/gen/lib/Model/PosPaymentExternalDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Price.php b/src/gen/lib/Model/Price.php index 18249c7411..f7c4e906a1 100644 --- a/src/gen/lib/Model/Price.php +++ b/src/gen/lib/Model/Price.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProbationPeriod.php b/src/gen/lib/Model/ProbationPeriod.php index 5fb389c5ce..c61ba5f788 100644 --- a/src/gen/lib/Model/ProbationPeriod.php +++ b/src/gen/lib/Model/ProbationPeriod.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLoss.php b/src/gen/lib/Model/ProfitAndLoss.php index 7b1395d0cd..6c30557580 100644 --- a/src/gen/lib/Model/ProfitAndLoss.php +++ b/src/gen/lib/Model/ProfitAndLoss.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossExpenses.php b/src/gen/lib/Model/ProfitAndLossExpenses.php index 0e8d1d540a..fbb7e9a63b 100644 --- a/src/gen/lib/Model/ProfitAndLossExpenses.php +++ b/src/gen/lib/Model/ProfitAndLossExpenses.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossFilter.php b/src/gen/lib/Model/ProfitAndLossFilter.php index 5e7a5dc245..adf00a491e 100644 --- a/src/gen/lib/Model/ProfitAndLossFilter.php +++ b/src/gen/lib/Model/ProfitAndLossFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossGrossProfit.php b/src/gen/lib/Model/ProfitAndLossGrossProfit.php index 9bf7655e01..a0f73f3012 100644 --- a/src/gen/lib/Model/ProfitAndLossGrossProfit.php +++ b/src/gen/lib/Model/ProfitAndLossGrossProfit.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossIncome.php b/src/gen/lib/Model/ProfitAndLossIncome.php index 6989f0ab69..2c8d06f2ae 100644 --- a/src/gen/lib/Model/ProfitAndLossIncome.php +++ b/src/gen/lib/Model/ProfitAndLossIncome.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossNetIncome.php b/src/gen/lib/Model/ProfitAndLossNetIncome.php index 7a5f98ab2d..f1752c473c 100644 --- a/src/gen/lib/Model/ProfitAndLossNetIncome.php +++ b/src/gen/lib/Model/ProfitAndLossNetIncome.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossNetOperatingIncome.php b/src/gen/lib/Model/ProfitAndLossNetOperatingIncome.php index 1e3aed92a8..8d9d0bcd56 100644 --- a/src/gen/lib/Model/ProfitAndLossNetOperatingIncome.php +++ b/src/gen/lib/Model/ProfitAndLossNetOperatingIncome.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossRecord.php b/src/gen/lib/Model/ProfitAndLossRecord.php index c9c0f0bf55..62b42bee41 100644 --- a/src/gen/lib/Model/ProfitAndLossRecord.php +++ b/src/gen/lib/Model/ProfitAndLossRecord.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ProfitAndLossSection.php b/src/gen/lib/Model/ProfitAndLossSection.php index 04b292d963..1acbbe5fbf 100644 --- a/src/gen/lib/Model/ProfitAndLossSection.php +++ b/src/gen/lib/Model/ProfitAndLossSection.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PurchaseOrder.php b/src/gen/lib/Model/PurchaseOrder.php index a47c871539..d00d92cb14 100644 --- a/src/gen/lib/Model/PurchaseOrder.php +++ b/src/gen/lib/Model/PurchaseOrder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/RequestCountAllocation.php b/src/gen/lib/Model/RequestCountAllocation.php index f49ea046da..1712bc6948 100644 --- a/src/gen/lib/Model/RequestCountAllocation.php +++ b/src/gen/lib/Model/RequestCountAllocation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/RequestRate.php b/src/gen/lib/Model/RequestRate.php index 52e564c3f3..0fc7db9e39 100644 --- a/src/gen/lib/Model/RequestRate.php +++ b/src/gen/lib/Model/RequestRate.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ResolveWebhookResponse.php b/src/gen/lib/Model/ResolveWebhookResponse.php index 146e898ce5..9034e6d68e 100644 --- a/src/gen/lib/Model/ResolveWebhookResponse.php +++ b/src/gen/lib/Model/ResolveWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ResourceStatus.php b/src/gen/lib/Model/ResourceStatus.php index 6782daab1b..f58a972420 100644 --- a/src/gen/lib/Model/ResourceStatus.php +++ b/src/gen/lib/Model/ResourceStatus.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Schedule.php b/src/gen/lib/Model/Schedule.php index bbcefd2904..6b3ba22e5c 100644 --- a/src/gen/lib/Model/Schedule.php +++ b/src/gen/lib/Model/Schedule.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ScheduleWorkPattern.php b/src/gen/lib/Model/ScheduleWorkPattern.php index b5ff75b4c8..c10dcf5599 100644 --- a/src/gen/lib/Model/ScheduleWorkPattern.php +++ b/src/gen/lib/Model/ScheduleWorkPattern.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ScheduleWorkPatternOddWeeks.php b/src/gen/lib/Model/ScheduleWorkPatternOddWeeks.php index 07f7bb1af9..f83910d839 100644 --- a/src/gen/lib/Model/ScheduleWorkPatternOddWeeks.php +++ b/src/gen/lib/Model/ScheduleWorkPatternOddWeeks.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ServiceCharge.php b/src/gen/lib/Model/ServiceCharge.php index 306aa94775..2cb75048c2 100644 --- a/src/gen/lib/Model/ServiceCharge.php +++ b/src/gen/lib/Model/ServiceCharge.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Session.php b/src/gen/lib/Model/Session.php index 5c536715db..d8ec750a32 100644 --- a/src/gen/lib/Model/Session.php +++ b/src/gen/lib/Model/Session.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SessionSettings.php b/src/gen/lib/Model/SessionSettings.php index 1dbf3e1a20..35506b198e 100644 --- a/src/gen/lib/Model/SessionSettings.php +++ b/src/gen/lib/Model/SessionSettings.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SessionTheme.php b/src/gen/lib/Model/SessionTheme.php index 1822d10e36..e83619efa5 100644 --- a/src/gen/lib/Model/SessionTheme.php +++ b/src/gen/lib/Model/SessionTheme.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SharedLink.php b/src/gen/lib/Model/SharedLink.php index 85e27bb332..18a2cc4583 100644 --- a/src/gen/lib/Model/SharedLink.php +++ b/src/gen/lib/Model/SharedLink.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SharedLinkTarget.php b/src/gen/lib/Model/SharedLinkTarget.php index e693c24a56..fa2802ac90 100644 --- a/src/gen/lib/Model/SharedLinkTarget.php +++ b/src/gen/lib/Model/SharedLinkTarget.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SimpleFormFieldOption.php b/src/gen/lib/Model/SimpleFormFieldOption.php index b48a3360ff..e92779f246 100644 --- a/src/gen/lib/Model/SimpleFormFieldOption.php +++ b/src/gen/lib/Model/SimpleFormFieldOption.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SocialLink.php b/src/gen/lib/Model/SocialLink.php index 3f99e1b031..755ee924f4 100644 --- a/src/gen/lib/Model/SocialLink.php +++ b/src/gen/lib/Model/SocialLink.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SortDirection.php b/src/gen/lib/Model/SortDirection.php index 55ed180c69..df25d72993 100644 --- a/src/gen/lib/Model/SortDirection.php +++ b/src/gen/lib/Model/SortDirection.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Status.php b/src/gen/lib/Model/Status.php index 5890720b52..f0bf40ae7b 100644 --- a/src/gen/lib/Model/Status.php +++ b/src/gen/lib/Model/Status.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Supplier.php b/src/gen/lib/Model/Supplier.php index c9cbb8b26e..1e4447d69b 100644 --- a/src/gen/lib/Model/Supplier.php +++ b/src/gen/lib/Model/Supplier.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SuppliersFilter.php b/src/gen/lib/Model/SuppliersFilter.php index ade44f660f..bcb8867707 100644 --- a/src/gen/lib/Model/SuppliersFilter.php +++ b/src/gen/lib/Model/SuppliersFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SupportedProperty.php b/src/gen/lib/Model/SupportedProperty.php index 24f9add880..36c66ea9be 100644 --- a/src/gen/lib/Model/SupportedProperty.php +++ b/src/gen/lib/Model/SupportedProperty.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/SupportedPropertyChildProperties.php b/src/gen/lib/Model/SupportedPropertyChildProperties.php index 75d8995e3f..1b8d9a345c 100644 --- a/src/gen/lib/Model/SupportedPropertyChildProperties.php +++ b/src/gen/lib/Model/SupportedPropertyChildProperties.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Tax.php b/src/gen/lib/Model/Tax.php index 38e4cee4ac..1c04a9096f 100644 --- a/src/gen/lib/Model/Tax.php +++ b/src/gen/lib/Model/Tax.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TaxRate.php b/src/gen/lib/Model/TaxRate.php index 56ada78a6f..a7923c3f82 100644 --- a/src/gen/lib/Model/TaxRate.php +++ b/src/gen/lib/Model/TaxRate.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TaxRatesFilter.php b/src/gen/lib/Model/TaxRatesFilter.php index b9c36ac91a..540ddbd1f4 100644 --- a/src/gen/lib/Model/TaxRatesFilter.php +++ b/src/gen/lib/Model/TaxRatesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Team.php b/src/gen/lib/Model/Team.php index d8e2f4c240..367dbf5de3 100644 --- a/src/gen/lib/Model/Team.php +++ b/src/gen/lib/Model/Team.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Tender.php b/src/gen/lib/Model/Tender.php index cd8b4a75f3..77258f2e3f 100644 --- a/src/gen/lib/Model/Tender.php +++ b/src/gen/lib/Model/Tender.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Ticket.php b/src/gen/lib/Model/Ticket.php index 116f0e7193..2bcf305914 100644 --- a/src/gen/lib/Model/Ticket.php +++ b/src/gen/lib/Model/Ticket.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TicketsSort.php b/src/gen/lib/Model/TicketsSort.php index 34f79e6b23..17e0d20142 100644 --- a/src/gen/lib/Model/TicketsSort.php +++ b/src/gen/lib/Model/TicketsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TimeOffRequest.php b/src/gen/lib/Model/TimeOffRequest.php index cc8843ba24..90c1af5899 100644 --- a/src/gen/lib/Model/TimeOffRequest.php +++ b/src/gen/lib/Model/TimeOffRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TimeOffRequestNotes.php b/src/gen/lib/Model/TimeOffRequestNotes.php index c569b572c4..a7d9fed0f2 100644 --- a/src/gen/lib/Model/TimeOffRequestNotes.php +++ b/src/gen/lib/Model/TimeOffRequestNotes.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TimeOffRequestsFilter.php b/src/gen/lib/Model/TimeOffRequestsFilter.php index 8aeffa439f..4620f1a40b 100644 --- a/src/gen/lib/Model/TimeOffRequestsFilter.php +++ b/src/gen/lib/Model/TimeOffRequestsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TooManyRequestsResponse.php b/src/gen/lib/Model/TooManyRequestsResponse.php index fe488af63f..f3a30758fb 100644 --- a/src/gen/lib/Model/TooManyRequestsResponse.php +++ b/src/gen/lib/Model/TooManyRequestsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TooManyRequestsResponseDetail.php b/src/gen/lib/Model/TooManyRequestsResponseDetail.php index bf536676ac..9dc057975c 100644 --- a/src/gen/lib/Model/TooManyRequestsResponseDetail.php +++ b/src/gen/lib/Model/TooManyRequestsResponseDetail.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/TrackingItem.php b/src/gen/lib/Model/TrackingItem.php index 3809c2f9a1..afbc880744 100644 --- a/src/gen/lib/Model/TrackingItem.php +++ b/src/gen/lib/Model/TrackingItem.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnauthorizedResponse.php b/src/gen/lib/Model/UnauthorizedResponse.php index 10140986e9..891ff78733 100644 --- a/src/gen/lib/Model/UnauthorizedResponse.php +++ b/src/gen/lib/Model/UnauthorizedResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnexpectedErrorResponse.php b/src/gen/lib/Model/UnexpectedErrorResponse.php index cc184cbe20..4b1e0f602f 100644 --- a/src/gen/lib/Model/UnexpectedErrorResponse.php +++ b/src/gen/lib/Model/UnexpectedErrorResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnifiedApiId.php b/src/gen/lib/Model/UnifiedApiId.php index cf17809040..45f1f1b9de 100644 --- a/src/gen/lib/Model/UnifiedApiId.php +++ b/src/gen/lib/Model/UnifiedApiId.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnifiedFile.php b/src/gen/lib/Model/UnifiedFile.php index a82721405d..8c4999ce90 100644 --- a/src/gen/lib/Model/UnifiedFile.php +++ b/src/gen/lib/Model/UnifiedFile.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnifiedFilePermissions.php b/src/gen/lib/Model/UnifiedFilePermissions.php index 0956630f08..75e9dea30a 100644 --- a/src/gen/lib/Model/UnifiedFilePermissions.php +++ b/src/gen/lib/Model/UnifiedFilePermissions.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnifiedId.php b/src/gen/lib/Model/UnifiedId.php index 7bf2c7d943..18f4123ec3 100644 --- a/src/gen/lib/Model/UnifiedId.php +++ b/src/gen/lib/Model/UnifiedId.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UnprocessableResponse.php b/src/gen/lib/Model/UnprocessableResponse.php index 9c1cf20b41..cca6a0a1a1 100644 --- a/src/gen/lib/Model/UnprocessableResponse.php +++ b/src/gen/lib/Model/UnprocessableResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateActivityResponse.php b/src/gen/lib/Model/UpdateActivityResponse.php index fdd4c554ff..40f66924d1 100644 --- a/src/gen/lib/Model/UpdateActivityResponse.php +++ b/src/gen/lib/Model/UpdateActivityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateApplicantResponse.php b/src/gen/lib/Model/UpdateApplicantResponse.php index 18a7ea14ea..b63269cece 100644 --- a/src/gen/lib/Model/UpdateApplicantResponse.php +++ b/src/gen/lib/Model/UpdateApplicantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateApplicationResponse.php b/src/gen/lib/Model/UpdateApplicationResponse.php index 2aba828b7d..1d9c013b59 100644 --- a/src/gen/lib/Model/UpdateApplicationResponse.php +++ b/src/gen/lib/Model/UpdateApplicationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateBillResponse.php b/src/gen/lib/Model/UpdateBillResponse.php index 0983e20b11..60fecf5137 100644 --- a/src/gen/lib/Model/UpdateBillResponse.php +++ b/src/gen/lib/Model/UpdateBillResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCommentResponse.php b/src/gen/lib/Model/UpdateCommentResponse.php index 97ab80ed9f..9bf07c6a59 100644 --- a/src/gen/lib/Model/UpdateCommentResponse.php +++ b/src/gen/lib/Model/UpdateCommentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCompanyResponse.php b/src/gen/lib/Model/UpdateCompanyResponse.php index 4c82b736b8..c4697814f4 100644 --- a/src/gen/lib/Model/UpdateCompanyResponse.php +++ b/src/gen/lib/Model/UpdateCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateConnectionResponse.php b/src/gen/lib/Model/UpdateConnectionResponse.php index 7670a6a08e..8929d6d487 100644 --- a/src/gen/lib/Model/UpdateConnectionResponse.php +++ b/src/gen/lib/Model/UpdateConnectionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateConsumerRequest.php b/src/gen/lib/Model/UpdateConsumerRequest.php index 917a2d8391..79188b9444 100644 --- a/src/gen/lib/Model/UpdateConsumerRequest.php +++ b/src/gen/lib/Model/UpdateConsumerRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateConsumerResponse.php b/src/gen/lib/Model/UpdateConsumerResponse.php index af40e39186..1153868e64 100644 --- a/src/gen/lib/Model/UpdateConsumerResponse.php +++ b/src/gen/lib/Model/UpdateConsumerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateContactResponse.php b/src/gen/lib/Model/UpdateContactResponse.php index 97a5e3461e..73559b0ded 100644 --- a/src/gen/lib/Model/UpdateContactResponse.php +++ b/src/gen/lib/Model/UpdateContactResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCreditNoteResponse.php b/src/gen/lib/Model/UpdateCreditNoteResponse.php index c3e71646b7..fb750b9197 100644 --- a/src/gen/lib/Model/UpdateCreditNoteResponse.php +++ b/src/gen/lib/Model/UpdateCreditNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCustomerResponse.php b/src/gen/lib/Model/UpdateCustomerResponse.php index fb1fd8759c..b9b2b76f69 100644 --- a/src/gen/lib/Model/UpdateCustomerResponse.php +++ b/src/gen/lib/Model/UpdateCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateDepartmentResponse.php b/src/gen/lib/Model/UpdateDepartmentResponse.php index e5294b808f..508d6d2860 100644 --- a/src/gen/lib/Model/UpdateDepartmentResponse.php +++ b/src/gen/lib/Model/UpdateDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateDriveGroupResponse.php b/src/gen/lib/Model/UpdateDriveGroupResponse.php index 0d18e6a7ed..c1a1666fe7 100644 --- a/src/gen/lib/Model/UpdateDriveGroupResponse.php +++ b/src/gen/lib/Model/UpdateDriveGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateDriveResponse.php b/src/gen/lib/Model/UpdateDriveResponse.php index 4f49a9d38b..2f94c06ebc 100644 --- a/src/gen/lib/Model/UpdateDriveResponse.php +++ b/src/gen/lib/Model/UpdateDriveResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateEcommerceCustomerResponse.php b/src/gen/lib/Model/UpdateEcommerceCustomerResponse.php index af0050df96..29497b689f 100644 --- a/src/gen/lib/Model/UpdateEcommerceCustomerResponse.php +++ b/src/gen/lib/Model/UpdateEcommerceCustomerResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateEcommerceOrderResponse.php b/src/gen/lib/Model/UpdateEcommerceOrderResponse.php index 4b1c6ff168..e91c3240f7 100644 --- a/src/gen/lib/Model/UpdateEcommerceOrderResponse.php +++ b/src/gen/lib/Model/UpdateEcommerceOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateEmployeeResponse.php b/src/gen/lib/Model/UpdateEmployeeResponse.php index 30a103fde6..e1fdbcab3c 100644 --- a/src/gen/lib/Model/UpdateEmployeeResponse.php +++ b/src/gen/lib/Model/UpdateEmployeeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateFileRequest.php b/src/gen/lib/Model/UpdateFileRequest.php index 49ca231bdf..cd895502ab 100644 --- a/src/gen/lib/Model/UpdateFileRequest.php +++ b/src/gen/lib/Model/UpdateFileRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateFileResponse.php b/src/gen/lib/Model/UpdateFileResponse.php index 2af571712a..256a872c81 100644 --- a/src/gen/lib/Model/UpdateFileResponse.php +++ b/src/gen/lib/Model/UpdateFileResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateFolderRequest.php b/src/gen/lib/Model/UpdateFolderRequest.php index 23237d50de..3cb523877b 100644 --- a/src/gen/lib/Model/UpdateFolderRequest.php +++ b/src/gen/lib/Model/UpdateFolderRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateFolderResponse.php b/src/gen/lib/Model/UpdateFolderResponse.php index eff3df56c7..2dd85795c6 100644 --- a/src/gen/lib/Model/UpdateFolderResponse.php +++ b/src/gen/lib/Model/UpdateFolderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateHrisCompanyResponse.php b/src/gen/lib/Model/UpdateHrisCompanyResponse.php index ffaee0503a..4c5514fe72 100644 --- a/src/gen/lib/Model/UpdateHrisCompanyResponse.php +++ b/src/gen/lib/Model/UpdateHrisCompanyResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateInvoiceItemsResponse.php b/src/gen/lib/Model/UpdateInvoiceItemsResponse.php index 708349a969..a97dc364a4 100644 --- a/src/gen/lib/Model/UpdateInvoiceItemsResponse.php +++ b/src/gen/lib/Model/UpdateInvoiceItemsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateInvoiceResponse.php b/src/gen/lib/Model/UpdateInvoiceResponse.php index dbc57418f8..f865d0aaaf 100644 --- a/src/gen/lib/Model/UpdateInvoiceResponse.php +++ b/src/gen/lib/Model/UpdateInvoiceResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateItemResponse.php b/src/gen/lib/Model/UpdateItemResponse.php index 73f3dfbdba..71f0b91c7e 100644 --- a/src/gen/lib/Model/UpdateItemResponse.php +++ b/src/gen/lib/Model/UpdateItemResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateJobResponse.php b/src/gen/lib/Model/UpdateJobResponse.php index 78fad483b0..58616173b1 100644 --- a/src/gen/lib/Model/UpdateJobResponse.php +++ b/src/gen/lib/Model/UpdateJobResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateJournalEntryResponse.php b/src/gen/lib/Model/UpdateJournalEntryResponse.php index b29d880d71..2a97df75bd 100644 --- a/src/gen/lib/Model/UpdateJournalEntryResponse.php +++ b/src/gen/lib/Model/UpdateJournalEntryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateLeadResponse.php b/src/gen/lib/Model/UpdateLeadResponse.php index 9c50806e84..1387154718 100644 --- a/src/gen/lib/Model/UpdateLeadResponse.php +++ b/src/gen/lib/Model/UpdateLeadResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateLedgerAccountResponse.php b/src/gen/lib/Model/UpdateLedgerAccountResponse.php index 70d954e480..62190d012e 100644 --- a/src/gen/lib/Model/UpdateLedgerAccountResponse.php +++ b/src/gen/lib/Model/UpdateLedgerAccountResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateLocationResponse.php b/src/gen/lib/Model/UpdateLocationResponse.php index 41ba85a87c..e84db5915c 100644 --- a/src/gen/lib/Model/UpdateLocationResponse.php +++ b/src/gen/lib/Model/UpdateLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateMerchantResponse.php b/src/gen/lib/Model/UpdateMerchantResponse.php index 00bf5a8f3a..1452dcc179 100644 --- a/src/gen/lib/Model/UpdateMerchantResponse.php +++ b/src/gen/lib/Model/UpdateMerchantResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateMessageResponse.php b/src/gen/lib/Model/UpdateMessageResponse.php index 78c1a77c5d..6abebf6471 100644 --- a/src/gen/lib/Model/UpdateMessageResponse.php +++ b/src/gen/lib/Model/UpdateMessageResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateModifierGroupResponse.php b/src/gen/lib/Model/UpdateModifierGroupResponse.php index 8fb4cc81ff..22f7d42801 100644 --- a/src/gen/lib/Model/UpdateModifierGroupResponse.php +++ b/src/gen/lib/Model/UpdateModifierGroupResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateModifierResponse.php b/src/gen/lib/Model/UpdateModifierResponse.php index c9e6956d5a..5e3cfb4b32 100644 --- a/src/gen/lib/Model/UpdateModifierResponse.php +++ b/src/gen/lib/Model/UpdateModifierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateNoteResponse.php b/src/gen/lib/Model/UpdateNoteResponse.php index 92113f92cf..853e6cf5c5 100644 --- a/src/gen/lib/Model/UpdateNoteResponse.php +++ b/src/gen/lib/Model/UpdateNoteResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateOpportunityResponse.php b/src/gen/lib/Model/UpdateOpportunityResponse.php index d2e4a2adc7..b46bdd357b 100644 --- a/src/gen/lib/Model/UpdateOpportunityResponse.php +++ b/src/gen/lib/Model/UpdateOpportunityResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateOrderResponse.php b/src/gen/lib/Model/UpdateOrderResponse.php index 34684641aa..ef0944c32d 100644 --- a/src/gen/lib/Model/UpdateOrderResponse.php +++ b/src/gen/lib/Model/UpdateOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateOrderTypeResponse.php b/src/gen/lib/Model/UpdateOrderTypeResponse.php index 3c47d939d0..8d51d8779f 100644 --- a/src/gen/lib/Model/UpdateOrderTypeResponse.php +++ b/src/gen/lib/Model/UpdateOrderTypeResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdatePaymentResponse.php b/src/gen/lib/Model/UpdatePaymentResponse.php index 17f95f36e0..231f8d14c2 100644 --- a/src/gen/lib/Model/UpdatePaymentResponse.php +++ b/src/gen/lib/Model/UpdatePaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdatePipelineResponse.php b/src/gen/lib/Model/UpdatePipelineResponse.php index 017b43e700..457e988c45 100644 --- a/src/gen/lib/Model/UpdatePipelineResponse.php +++ b/src/gen/lib/Model/UpdatePipelineResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdatePosPaymentResponse.php b/src/gen/lib/Model/UpdatePosPaymentResponse.php index 842fe636ed..fe07b99c65 100644 --- a/src/gen/lib/Model/UpdatePosPaymentResponse.php +++ b/src/gen/lib/Model/UpdatePosPaymentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateProductResponse.php b/src/gen/lib/Model/UpdateProductResponse.php index e3e1aa0267..4f08d66a58 100644 --- a/src/gen/lib/Model/UpdateProductResponse.php +++ b/src/gen/lib/Model/UpdateProductResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdatePurchaseOrderResponse.php b/src/gen/lib/Model/UpdatePurchaseOrderResponse.php index 852c11d97b..ce67db907f 100644 --- a/src/gen/lib/Model/UpdatePurchaseOrderResponse.php +++ b/src/gen/lib/Model/UpdatePurchaseOrderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateSharedLinkResponse.php b/src/gen/lib/Model/UpdateSharedLinkResponse.php index d8b86b9eb8..2497889a7e 100644 --- a/src/gen/lib/Model/UpdateSharedLinkResponse.php +++ b/src/gen/lib/Model/UpdateSharedLinkResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateSupplierResponse.php b/src/gen/lib/Model/UpdateSupplierResponse.php index a6d26f8c0f..315169ad9a 100644 --- a/src/gen/lib/Model/UpdateSupplierResponse.php +++ b/src/gen/lib/Model/UpdateSupplierResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateTaxRateResponse.php b/src/gen/lib/Model/UpdateTaxRateResponse.php index b8d19b5571..a298ce7db3 100644 --- a/src/gen/lib/Model/UpdateTaxRateResponse.php +++ b/src/gen/lib/Model/UpdateTaxRateResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateTenderResponse.php b/src/gen/lib/Model/UpdateTenderResponse.php index bc488cfe64..6290382252 100644 --- a/src/gen/lib/Model/UpdateTenderResponse.php +++ b/src/gen/lib/Model/UpdateTenderResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateTicketResponse.php b/src/gen/lib/Model/UpdateTicketResponse.php index d8f984c9f4..456fca2122 100644 --- a/src/gen/lib/Model/UpdateTicketResponse.php +++ b/src/gen/lib/Model/UpdateTicketResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateTimeOffRequestResponse.php b/src/gen/lib/Model/UpdateTimeOffRequestResponse.php index d08047b3dc..6a3f797523 100644 --- a/src/gen/lib/Model/UpdateTimeOffRequestResponse.php +++ b/src/gen/lib/Model/UpdateTimeOffRequestResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateUploadSessionResponse.php b/src/gen/lib/Model/UpdateUploadSessionResponse.php index 206df41cd9..1fc94be37a 100644 --- a/src/gen/lib/Model/UpdateUploadSessionResponse.php +++ b/src/gen/lib/Model/UpdateUploadSessionResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateUserResponse.php b/src/gen/lib/Model/UpdateUserResponse.php index 8ed3286163..2f51ac252d 100644 --- a/src/gen/lib/Model/UpdateUserResponse.php +++ b/src/gen/lib/Model/UpdateUserResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateWebhookRequest.php b/src/gen/lib/Model/UpdateWebhookRequest.php index b1cb55bedd..d4a1575a4a 100644 --- a/src/gen/lib/Model/UpdateWebhookRequest.php +++ b/src/gen/lib/Model/UpdateWebhookRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateWebhookResponse.php b/src/gen/lib/Model/UpdateWebhookResponse.php index cc0b480ec4..feaca2c7c8 100644 --- a/src/gen/lib/Model/UpdateWebhookResponse.php +++ b/src/gen/lib/Model/UpdateWebhookResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UploadSession.php b/src/gen/lib/Model/UploadSession.php index 657b966b5d..48153d5d16 100644 --- a/src/gen/lib/Model/UploadSession.php +++ b/src/gen/lib/Model/UploadSession.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/User.php b/src/gen/lib/Model/User.php index 83fcac05ef..5a2d0d607a 100644 --- a/src/gen/lib/Model/User.php +++ b/src/gen/lib/Model/User.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/VaultEventType.php b/src/gen/lib/Model/VaultEventType.php index ea701a2046..8989c56744 100644 --- a/src/gen/lib/Model/VaultEventType.php +++ b/src/gen/lib/Model/VaultEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/VirtualWebhooks.php b/src/gen/lib/Model/VirtualWebhooks.php index 7f61824447..9e4a737dde 100644 --- a/src/gen/lib/Model/VirtualWebhooks.php +++ b/src/gen/lib/Model/VirtualWebhooks.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WalletDetails.php b/src/gen/lib/Model/WalletDetails.php index f22a71d835..6a67a98dc3 100644 --- a/src/gen/lib/Model/WalletDetails.php +++ b/src/gen/lib/Model/WalletDetails.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Webhook.php b/src/gen/lib/Model/Webhook.php index 3625f7c13e..837bd4a94d 100644 --- a/src/gen/lib/Model/Webhook.php +++ b/src/gen/lib/Model/Webhook.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEvent.php b/src/gen/lib/Model/WebhookEvent.php index 8d9c9009fa..a16342ca03 100644 --- a/src/gen/lib/Model/WebhookEvent.php +++ b/src/gen/lib/Model/WebhookEvent.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventLog.php b/src/gen/lib/Model/WebhookEventLog.php index 109dec2d6c..355525c8dc 100644 --- a/src/gen/lib/Model/WebhookEventLog.php +++ b/src/gen/lib/Model/WebhookEventLog.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventLogAttempts.php b/src/gen/lib/Model/WebhookEventLogAttempts.php index e5fd1cbfbd..2da3a3212b 100644 --- a/src/gen/lib/Model/WebhookEventLogAttempts.php +++ b/src/gen/lib/Model/WebhookEventLogAttempts.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventLogService.php b/src/gen/lib/Model/WebhookEventLogService.php index 59a6fba628..3cd36c5f13 100644 --- a/src/gen/lib/Model/WebhookEventLogService.php +++ b/src/gen/lib/Model/WebhookEventLogService.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventLogsFilter.php b/src/gen/lib/Model/WebhookEventLogsFilter.php index 69be52782a..3a99d56a71 100644 --- a/src/gen/lib/Model/WebhookEventLogsFilter.php +++ b/src/gen/lib/Model/WebhookEventLogsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventLogsFilterService.php b/src/gen/lib/Model/WebhookEventLogsFilterService.php index 140f271fb7..e11cc7a41e 100644 --- a/src/gen/lib/Model/WebhookEventLogsFilterService.php +++ b/src/gen/lib/Model/WebhookEventLogsFilterService.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookEventType.php b/src/gen/lib/Model/WebhookEventType.php index 43bb2314dd..378b34bca8 100644 --- a/src/gen/lib/Model/WebhookEventType.php +++ b/src/gen/lib/Model/WebhookEventType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookSubscription.php b/src/gen/lib/Model/WebhookSubscription.php index afeb790133..9e3cdbf22e 100644 --- a/src/gen/lib/Model/WebhookSubscription.php +++ b/src/gen/lib/Model/WebhookSubscription.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/WebhookSupport.php b/src/gen/lib/Model/WebhookSupport.php index d6a1907ab0..ec11b535f4 100644 --- a/src/gen/lib/Model/WebhookSupport.php +++ b/src/gen/lib/Model/WebhookSupport.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Website.php b/src/gen/lib/Model/Website.php index 4ac26c4302..66a0b407d3 100644 --- a/src/gen/lib/Model/Website.php +++ b/src/gen/lib/Model/Website.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/ObjectSerializer.php b/src/gen/lib/ObjectSerializer.php index e92f64457f..928f872de3 100644 --- a/src/gen/lib/ObjectSerializer.php +++ b/src/gen/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/AccountingApiTest.php b/src/gen/test/Api/AccountingApiTest.php index 53567aca50..03b2a509df 100644 --- a/src/gen/test/Api/AccountingApiTest.php +++ b/src/gen/test/Api/AccountingApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/AtsApiTest.php b/src/gen/test/Api/AtsApiTest.php index 88ea3ad4cc..6882d589f3 100644 --- a/src/gen/test/Api/AtsApiTest.php +++ b/src/gen/test/Api/AtsApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/ConnectorApiTest.php b/src/gen/test/Api/ConnectorApiTest.php index d96cc1bbf4..3f6a7341dc 100644 --- a/src/gen/test/Api/ConnectorApiTest.php +++ b/src/gen/test/Api/ConnectorApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/CrmApiTest.php b/src/gen/test/Api/CrmApiTest.php index 5750097d31..d534b71fba 100644 --- a/src/gen/test/Api/CrmApiTest.php +++ b/src/gen/test/Api/CrmApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/EcommerceApiTest.php b/src/gen/test/Api/EcommerceApiTest.php index 204a20b035..54ab4c28ce 100644 --- a/src/gen/test/Api/EcommerceApiTest.php +++ b/src/gen/test/Api/EcommerceApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/FileStorageApiTest.php b/src/gen/test/Api/FileStorageApiTest.php index 3c11bed067..bd7612faeb 100644 --- a/src/gen/test/Api/FileStorageApiTest.php +++ b/src/gen/test/Api/FileStorageApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/HrisApiTest.php b/src/gen/test/Api/HrisApiTest.php index 98e4e8bf23..ea9defa785 100644 --- a/src/gen/test/Api/HrisApiTest.php +++ b/src/gen/test/Api/HrisApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/IssueTrackingApiTest.php b/src/gen/test/Api/IssueTrackingApiTest.php index f0a5ffaf91..8027e533fa 100644 --- a/src/gen/test/Api/IssueTrackingApiTest.php +++ b/src/gen/test/Api/IssueTrackingApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/LeadApiTest.php b/src/gen/test/Api/LeadApiTest.php index 154cd6e42d..0009afcc59 100644 --- a/src/gen/test/Api/LeadApiTest.php +++ b/src/gen/test/Api/LeadApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/PosApiTest.php b/src/gen/test/Api/PosApiTest.php index 3c5ac8e68b..13bdfea605 100644 --- a/src/gen/test/Api/PosApiTest.php +++ b/src/gen/test/Api/PosApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/SmsApiTest.php b/src/gen/test/Api/SmsApiTest.php index 13b5245515..40cf47d69c 100644 --- a/src/gen/test/Api/SmsApiTest.php +++ b/src/gen/test/Api/SmsApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/VaultApiTest.php b/src/gen/test/Api/VaultApiTest.php index 4ae47bd197..1ac7a735ad 100644 --- a/src/gen/test/Api/VaultApiTest.php +++ b/src/gen/test/Api/VaultApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Api/WebhookApiTest.php b/src/gen/test/Api/WebhookApiTest.php index 043f22124a..82eba220c8 100644 --- a/src/gen/test/Api/WebhookApiTest.php +++ b/src/gen/test/Api/WebhookApiTest.php @@ -14,7 +14,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AccountingEventTypeTest.php b/src/gen/test/Model/AccountingEventTypeTest.php index c1c355f124..90714f006c 100644 --- a/src/gen/test/Model/AccountingEventTypeTest.php +++ b/src/gen/test/Model/AccountingEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ActivitiesFilterTest.php b/src/gen/test/Model/ActivitiesFilterTest.php index d354cdd71c..b64a77e9e1 100644 --- a/src/gen/test/Model/ActivitiesFilterTest.php +++ b/src/gen/test/Model/ActivitiesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ActivityAttendeeTest.php b/src/gen/test/Model/ActivityAttendeeTest.php index 42ef470c4d..5e3645f2c4 100644 --- a/src/gen/test/Model/ActivityAttendeeTest.php +++ b/src/gen/test/Model/ActivityAttendeeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ActivityTest.php b/src/gen/test/Model/ActivityTest.php index 0605fb292f..20adbbc42d 100644 --- a/src/gen/test/Model/ActivityTest.php +++ b/src/gen/test/Model/ActivityTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AddressTest.php b/src/gen/test/Model/AddressTest.php index 53978f3ca9..388eddea90 100644 --- a/src/gen/test/Model/AddressTest.php +++ b/src/gen/test/Model/AddressTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiResourceCoverageCoverageTest.php b/src/gen/test/Model/ApiResourceCoverageCoverageTest.php index 9802465d29..609d83ab49 100644 --- a/src/gen/test/Model/ApiResourceCoverageCoverageTest.php +++ b/src/gen/test/Model/ApiResourceCoverageCoverageTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiResourceCoverageTest.php b/src/gen/test/Model/ApiResourceCoverageTest.php index ef7447f4c0..7fe43fb30a 100644 --- a/src/gen/test/Model/ApiResourceCoverageTest.php +++ b/src/gen/test/Model/ApiResourceCoverageTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiResourceLinkedResourcesTest.php b/src/gen/test/Model/ApiResourceLinkedResourcesTest.php index 6e08ed9830..4088ccb60c 100644 --- a/src/gen/test/Model/ApiResourceLinkedResourcesTest.php +++ b/src/gen/test/Model/ApiResourceLinkedResourcesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiResourceTest.php b/src/gen/test/Model/ApiResourceTest.php index d0749eb283..405574796c 100644 --- a/src/gen/test/Model/ApiResourceTest.php +++ b/src/gen/test/Model/ApiResourceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiResourcesTest.php b/src/gen/test/Model/ApiResourcesTest.php index 98cd606892..49e2f2774f 100644 --- a/src/gen/test/Model/ApiResourcesTest.php +++ b/src/gen/test/Model/ApiResourcesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiStatusTest.php b/src/gen/test/Model/ApiStatusTest.php index f443c7410c..e82bad1087 100644 --- a/src/gen/test/Model/ApiStatusTest.php +++ b/src/gen/test/Model/ApiStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApiTest.php b/src/gen/test/Model/ApiTest.php index 0a7e4d73c9..9aec7553f0 100644 --- a/src/gen/test/Model/ApiTest.php +++ b/src/gen/test/Model/ApiTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApisFilterTest.php b/src/gen/test/Model/ApisFilterTest.php index 225fa78aac..d15a45c829 100644 --- a/src/gen/test/Model/ApisFilterTest.php +++ b/src/gen/test/Model/ApisFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicantSocialLinksTest.php b/src/gen/test/Model/ApplicantSocialLinksTest.php index 104846d910..b23acba9f6 100644 --- a/src/gen/test/Model/ApplicantSocialLinksTest.php +++ b/src/gen/test/Model/ApplicantSocialLinksTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicantTest.php b/src/gen/test/Model/ApplicantTest.php index 26e52519df..4a19fe8502 100644 --- a/src/gen/test/Model/ApplicantTest.php +++ b/src/gen/test/Model/ApplicantTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicantWebsitesTest.php b/src/gen/test/Model/ApplicantWebsitesTest.php index a64b3b0f17..288951b1e3 100644 --- a/src/gen/test/Model/ApplicantWebsitesTest.php +++ b/src/gen/test/Model/ApplicantWebsitesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicantsFilterTest.php b/src/gen/test/Model/ApplicantsFilterTest.php index 6f8efdfa04..fdcc91ee55 100644 --- a/src/gen/test/Model/ApplicantsFilterTest.php +++ b/src/gen/test/Model/ApplicantsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicationStageTest.php b/src/gen/test/Model/ApplicationStageTest.php index baa20da1b3..15f0835f71 100644 --- a/src/gen/test/Model/ApplicationStageTest.php +++ b/src/gen/test/Model/ApplicationStageTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ApplicationTest.php b/src/gen/test/Model/ApplicationTest.php index 5fb9345e71..59a9132977 100644 --- a/src/gen/test/Model/ApplicationTest.php +++ b/src/gen/test/Model/ApplicationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AssigneeTest.php b/src/gen/test/Model/AssigneeTest.php index 738f7783bb..9a7ffb8ec6 100644 --- a/src/gen/test/Model/AssigneeTest.php +++ b/src/gen/test/Model/AssigneeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AtsActivityTest.php b/src/gen/test/Model/AtsActivityTest.php index 9de882f70a..6c8d1819a1 100644 --- a/src/gen/test/Model/AtsActivityTest.php +++ b/src/gen/test/Model/AtsActivityTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AtsEventTypeTest.php b/src/gen/test/Model/AtsEventTypeTest.php index b81b4a1c96..4afada19df 100644 --- a/src/gen/test/Model/AtsEventTypeTest.php +++ b/src/gen/test/Model/AtsEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AuthTypeTest.php b/src/gen/test/Model/AuthTypeTest.php index 71da9a520b..4513a3d5e5 100644 --- a/src/gen/test/Model/AuthTypeTest.php +++ b/src/gen/test/Model/AuthTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BadRequestResponseTest.php b/src/gen/test/Model/BadRequestResponseTest.php index 59b64031f7..8155e7339c 100644 --- a/src/gen/test/Model/BadRequestResponseTest.php +++ b/src/gen/test/Model/BadRequestResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsAccountsTest.php b/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsAccountsTest.php index 87cde4d15f..989a6019c3 100644 --- a/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsAccountsTest.php +++ b/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsAccountsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsTest.php b/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsTest.php index 613e0898ce..9c2196cbe6 100644 --- a/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsTest.php +++ b/src/gen/test/Model/BalanceSheetAssetsCurrentAssetsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAssetsFixedAssetsAccountsTest.php b/src/gen/test/Model/BalanceSheetAssetsFixedAssetsAccountsTest.php index ae4eeb9782..82d015c193 100644 --- a/src/gen/test/Model/BalanceSheetAssetsFixedAssetsAccountsTest.php +++ b/src/gen/test/Model/BalanceSheetAssetsFixedAssetsAccountsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAssetsFixedAssetsTest.php b/src/gen/test/Model/BalanceSheetAssetsFixedAssetsTest.php index 7d78eba163..46d9e413d9 100644 --- a/src/gen/test/Model/BalanceSheetAssetsFixedAssetsTest.php +++ b/src/gen/test/Model/BalanceSheetAssetsFixedAssetsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAssetsTest.php b/src/gen/test/Model/BalanceSheetAssetsTest.php index 2b6df62610..d7edf80c39 100644 --- a/src/gen/test/Model/BalanceSheetAssetsTest.php +++ b/src/gen/test/Model/BalanceSheetAssetsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetEquityItemsTest.php b/src/gen/test/Model/BalanceSheetEquityItemsTest.php index c11abdcf3c..5dd1bb43ea 100644 --- a/src/gen/test/Model/BalanceSheetEquityItemsTest.php +++ b/src/gen/test/Model/BalanceSheetEquityItemsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetEquityTest.php b/src/gen/test/Model/BalanceSheetEquityTest.php index fe8b392d8e..4a5e715cf6 100644 --- a/src/gen/test/Model/BalanceSheetEquityTest.php +++ b/src/gen/test/Model/BalanceSheetEquityTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetFilterTest.php b/src/gen/test/Model/BalanceSheetFilterTest.php index d0538e080d..37ecce63cf 100644 --- a/src/gen/test/Model/BalanceSheetFilterTest.php +++ b/src/gen/test/Model/BalanceSheetFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetLiabilitiesAccountsTest.php b/src/gen/test/Model/BalanceSheetLiabilitiesAccountsTest.php index 9207f6511f..d36a5e86c3 100644 --- a/src/gen/test/Model/BalanceSheetLiabilitiesAccountsTest.php +++ b/src/gen/test/Model/BalanceSheetLiabilitiesAccountsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetLiabilitiesTest.php b/src/gen/test/Model/BalanceSheetLiabilitiesTest.php index 5481844a90..776e83748b 100644 --- a/src/gen/test/Model/BalanceSheetLiabilitiesTest.php +++ b/src/gen/test/Model/BalanceSheetLiabilitiesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetTest.php b/src/gen/test/Model/BalanceSheetTest.php index ea4b701c2b..df6ba5f157 100644 --- a/src/gen/test/Model/BalanceSheetTest.php +++ b/src/gen/test/Model/BalanceSheetTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BankAccountTest.php b/src/gen/test/Model/BankAccountTest.php index 8b29c0f375..871434c9cd 100644 --- a/src/gen/test/Model/BankAccountTest.php +++ b/src/gen/test/Model/BankAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BenefitTest.php b/src/gen/test/Model/BenefitTest.php index 1c2c2644c7..0e02f80198 100644 --- a/src/gen/test/Model/BenefitTest.php +++ b/src/gen/test/Model/BenefitTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BillLineItemTest.php b/src/gen/test/Model/BillLineItemTest.php index d4e5ca73ea..d26746e83b 100644 --- a/src/gen/test/Model/BillLineItemTest.php +++ b/src/gen/test/Model/BillLineItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BillTest.php b/src/gen/test/Model/BillTest.php index 3ad45e6542..8f7f6c49c4 100644 --- a/src/gen/test/Model/BillTest.php +++ b/src/gen/test/Model/BillTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BillsSortTest.php b/src/gen/test/Model/BillsSortTest.php index d798c750d6..8758d1c1cb 100644 --- a/src/gen/test/Model/BillsSortTest.php +++ b/src/gen/test/Model/BillsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BranchTest.php b/src/gen/test/Model/BranchTest.php index f15b7d03ae..f3e65a5ddf 100644 --- a/src/gen/test/Model/BranchTest.php +++ b/src/gen/test/Model/BranchTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CashDetailsTest.php b/src/gen/test/Model/CashDetailsTest.php index 7a16f9138a..7d616f0577 100644 --- a/src/gen/test/Model/CashDetailsTest.php +++ b/src/gen/test/Model/CashDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CollectionTagTest.php b/src/gen/test/Model/CollectionTagTest.php index c8cdd171e1..fb2832eae0 100644 --- a/src/gen/test/Model/CollectionTagTest.php +++ b/src/gen/test/Model/CollectionTagTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CollectionTest.php b/src/gen/test/Model/CollectionTest.php index 8231ec9689..e0942f1f72 100644 --- a/src/gen/test/Model/CollectionTest.php +++ b/src/gen/test/Model/CollectionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CollectionTicketCommentTest.php b/src/gen/test/Model/CollectionTicketCommentTest.php index aa13da3ebe..9d98524281 100644 --- a/src/gen/test/Model/CollectionTicketCommentTest.php +++ b/src/gen/test/Model/CollectionTicketCommentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CollectionUserTest.php b/src/gen/test/Model/CollectionUserTest.php index b295a42165..8fac7ba53a 100644 --- a/src/gen/test/Model/CollectionUserTest.php +++ b/src/gen/test/Model/CollectionUserTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CollectionsSortTest.php b/src/gen/test/Model/CollectionsSortTest.php index 1fa47cbaa9..b1c1ee91c5 100644 --- a/src/gen/test/Model/CollectionsSortTest.php +++ b/src/gen/test/Model/CollectionsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CommentsSortTest.php b/src/gen/test/Model/CommentsSortTest.php index b0bdbd04fb..9c8b9157c9 100644 --- a/src/gen/test/Model/CommentsSortTest.php +++ b/src/gen/test/Model/CommentsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompaniesFilterTest.php b/src/gen/test/Model/CompaniesFilterTest.php index 1bd59a9ae3..cc0b7bea98 100644 --- a/src/gen/test/Model/CompaniesFilterTest.php +++ b/src/gen/test/Model/CompaniesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompaniesSortTest.php b/src/gen/test/Model/CompaniesSortTest.php index 6f82487961..7e37cced22 100644 --- a/src/gen/test/Model/CompaniesSortTest.php +++ b/src/gen/test/Model/CompaniesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompanyInfoTest.php b/src/gen/test/Model/CompanyInfoTest.php index 52c7834f1f..f0a009dd2b 100644 --- a/src/gen/test/Model/CompanyInfoTest.php +++ b/src/gen/test/Model/CompanyInfoTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompanyRowTypeTest.php b/src/gen/test/Model/CompanyRowTypeTest.php index eaba42ee8d..5c5680eda3 100644 --- a/src/gen/test/Model/CompanyRowTypeTest.php +++ b/src/gen/test/Model/CompanyRowTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompanyTest.php b/src/gen/test/Model/CompanyTest.php index 094f2c2c58..7c1546d3fa 100644 --- a/src/gen/test/Model/CompanyTest.php +++ b/src/gen/test/Model/CompanyTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CompensationTest.php b/src/gen/test/Model/CompensationTest.php index 80fd9ddc8e..62ea4596f7 100644 --- a/src/gen/test/Model/CompensationTest.php +++ b/src/gen/test/Model/CompensationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionConfigurationTest.php b/src/gen/test/Model/ConnectionConfigurationTest.php index 8ba1bb4100..d75a9490a6 100644 --- a/src/gen/test/Model/ConnectionConfigurationTest.php +++ b/src/gen/test/Model/ConnectionConfigurationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionDefaultsTest.php b/src/gen/test/Model/ConnectionDefaultsTest.php index 45ace3accf..29c997c1e0 100644 --- a/src/gen/test/Model/ConnectionDefaultsTest.php +++ b/src/gen/test/Model/ConnectionDefaultsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionImportDataCredentialsTest.php b/src/gen/test/Model/ConnectionImportDataCredentialsTest.php index 6d6aed413b..24d3376b7a 100644 --- a/src/gen/test/Model/ConnectionImportDataCredentialsTest.php +++ b/src/gen/test/Model/ConnectionImportDataCredentialsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionImportDataTest.php b/src/gen/test/Model/ConnectionImportDataTest.php index 6a79153050..052da7d184 100644 --- a/src/gen/test/Model/ConnectionImportDataTest.php +++ b/src/gen/test/Model/ConnectionImportDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionMetadataTest.php b/src/gen/test/Model/ConnectionMetadataTest.php index 3c2c16d0c6..bd860d8d83 100644 --- a/src/gen/test/Model/ConnectionMetadataTest.php +++ b/src/gen/test/Model/ConnectionMetadataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionStateTest.php b/src/gen/test/Model/ConnectionStateTest.php index 5f14460152..4e773de4fe 100644 --- a/src/gen/test/Model/ConnectionStateTest.php +++ b/src/gen/test/Model/ConnectionStateTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionTest.php b/src/gen/test/Model/ConnectionTest.php index c375f2d077..d4d7ce08cd 100644 --- a/src/gen/test/Model/ConnectionTest.php +++ b/src/gen/test/Model/ConnectionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectionWebhookTest.php b/src/gen/test/Model/ConnectionWebhookTest.php index 7276b547b4..f882e0575a 100644 --- a/src/gen/test/Model/ConnectionWebhookTest.php +++ b/src/gen/test/Model/ConnectionWebhookTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorDocTest.php b/src/gen/test/Model/ConnectorDocTest.php index 22f07cac90..68cffe6039 100644 --- a/src/gen/test/Model/ConnectorDocTest.php +++ b/src/gen/test/Model/ConnectorDocTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorEventTest.php b/src/gen/test/Model/ConnectorEventTest.php index e891919377..6e4683fb07 100644 --- a/src/gen/test/Model/ConnectorEventTest.php +++ b/src/gen/test/Model/ConnectorEventTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorOauthScopes1Test.php b/src/gen/test/Model/ConnectorOauthScopes1Test.php index e62af94394..eb4785f246 100644 --- a/src/gen/test/Model/ConnectorOauthScopes1Test.php +++ b/src/gen/test/Model/ConnectorOauthScopes1Test.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorOauthScopesTest.php b/src/gen/test/Model/ConnectorOauthScopesTest.php index 819f6ab727..f8e03fab98 100644 --- a/src/gen/test/Model/ConnectorOauthScopesTest.php +++ b/src/gen/test/Model/ConnectorOauthScopesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorResourceTest.php b/src/gen/test/Model/ConnectorResourceTest.php index aace1e0b24..93a3f503e6 100644 --- a/src/gen/test/Model/ConnectorResourceTest.php +++ b/src/gen/test/Model/ConnectorResourceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorSettingTest.php b/src/gen/test/Model/ConnectorSettingTest.php index c07d6d87e0..5232b4e7cc 100644 --- a/src/gen/test/Model/ConnectorSettingTest.php +++ b/src/gen/test/Model/ConnectorSettingTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorStatusTest.php b/src/gen/test/Model/ConnectorStatusTest.php index 87d50b6b28..422d6c836f 100644 --- a/src/gen/test/Model/ConnectorStatusTest.php +++ b/src/gen/test/Model/ConnectorStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorTest.php b/src/gen/test/Model/ConnectorTest.php index 87c38d04c3..f85ed670f9 100644 --- a/src/gen/test/Model/ConnectorTest.php +++ b/src/gen/test/Model/ConnectorTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorTlsSupportTest.php b/src/gen/test/Model/ConnectorTlsSupportTest.php index 9d6ca2f174..d71bb87449 100644 --- a/src/gen/test/Model/ConnectorTlsSupportTest.php +++ b/src/gen/test/Model/ConnectorTlsSupportTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorUnifiedApisTest.php b/src/gen/test/Model/ConnectorUnifiedApisTest.php index 61b200d756..db801f4718 100644 --- a/src/gen/test/Model/ConnectorUnifiedApisTest.php +++ b/src/gen/test/Model/ConnectorUnifiedApisTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConnectorsFilterTest.php b/src/gen/test/Model/ConnectorsFilterTest.php index 1869f6732d..1aeea0c2b0 100644 --- a/src/gen/test/Model/ConnectorsFilterTest.php +++ b/src/gen/test/Model/ConnectorsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConsumerConnectionTest.php b/src/gen/test/Model/ConsumerConnectionTest.php index f2e5022315..678285743d 100644 --- a/src/gen/test/Model/ConsumerConnectionTest.php +++ b/src/gen/test/Model/ConsumerConnectionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConsumerMetadataTest.php b/src/gen/test/Model/ConsumerMetadataTest.php index c41cfe807f..7d6fe042dd 100644 --- a/src/gen/test/Model/ConsumerMetadataTest.php +++ b/src/gen/test/Model/ConsumerMetadataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseDataTest.php b/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseDataTest.php index a369faa36b..c6c29681ec 100644 --- a/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseDataTest.php +++ b/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseTest.php b/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseTest.php index 514ec0106b..91120694d3 100644 --- a/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseTest.php +++ b/src/gen/test/Model/ConsumerRequestCountsInDateRangeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ConsumerTest.php b/src/gen/test/Model/ConsumerTest.php index 667ac9cc42..25a8502db2 100644 --- a/src/gen/test/Model/ConsumerTest.php +++ b/src/gen/test/Model/ConsumerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ContactTest.php b/src/gen/test/Model/ContactTest.php index e98d600cb7..3b8232a293 100644 --- a/src/gen/test/Model/ContactTest.php +++ b/src/gen/test/Model/ContactTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ContactsFilterTest.php b/src/gen/test/Model/ContactsFilterTest.php index 6d57df5ad9..fdea4fd531 100644 --- a/src/gen/test/Model/ContactsFilterTest.php +++ b/src/gen/test/Model/ContactsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ContactsSortTest.php b/src/gen/test/Model/ContactsSortTest.php index 02539d8016..7f82f2844f 100644 --- a/src/gen/test/Model/ContactsSortTest.php +++ b/src/gen/test/Model/ContactsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CopyFolderRequestTest.php b/src/gen/test/Model/CopyFolderRequestTest.php index b2ea25062e..32d205d05f 100644 --- a/src/gen/test/Model/CopyFolderRequestTest.php +++ b/src/gen/test/Model/CopyFolderRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateActivityResponseTest.php b/src/gen/test/Model/CreateActivityResponseTest.php index a81b49dbd1..6a185aad1b 100644 --- a/src/gen/test/Model/CreateActivityResponseTest.php +++ b/src/gen/test/Model/CreateActivityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateApplicantResponseTest.php b/src/gen/test/Model/CreateApplicantResponseTest.php index 821c5e824e..4208746dd6 100644 --- a/src/gen/test/Model/CreateApplicantResponseTest.php +++ b/src/gen/test/Model/CreateApplicantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateApplicationResponseTest.php b/src/gen/test/Model/CreateApplicationResponseTest.php index 7f57d835ae..03b584ef93 100644 --- a/src/gen/test/Model/CreateApplicationResponseTest.php +++ b/src/gen/test/Model/CreateApplicationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateBillResponseTest.php b/src/gen/test/Model/CreateBillResponseTest.php index 4d8ab185ad..3828c3f53b 100644 --- a/src/gen/test/Model/CreateBillResponseTest.php +++ b/src/gen/test/Model/CreateBillResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCommentResponseTest.php b/src/gen/test/Model/CreateCommentResponseTest.php index e98e207339..b7763ad94c 100644 --- a/src/gen/test/Model/CreateCommentResponseTest.php +++ b/src/gen/test/Model/CreateCommentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCompanyResponseTest.php b/src/gen/test/Model/CreateCompanyResponseTest.php index 7eff818341..4f3495ce19 100644 --- a/src/gen/test/Model/CreateCompanyResponseTest.php +++ b/src/gen/test/Model/CreateCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateConnectionResponseTest.php b/src/gen/test/Model/CreateConnectionResponseTest.php index 40cb33c19d..6f84f83bc4 100644 --- a/src/gen/test/Model/CreateConnectionResponseTest.php +++ b/src/gen/test/Model/CreateConnectionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateConsumerResponseTest.php b/src/gen/test/Model/CreateConsumerResponseTest.php index ac024b8a21..6bed89f0c3 100644 --- a/src/gen/test/Model/CreateConsumerResponseTest.php +++ b/src/gen/test/Model/CreateConsumerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateContactResponseTest.php b/src/gen/test/Model/CreateContactResponseTest.php index cb2147cb4a..7fd5cc308d 100644 --- a/src/gen/test/Model/CreateContactResponseTest.php +++ b/src/gen/test/Model/CreateContactResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCreditNoteResponseTest.php b/src/gen/test/Model/CreateCreditNoteResponseTest.php index f39022088e..273ecdfbd0 100644 --- a/src/gen/test/Model/CreateCreditNoteResponseTest.php +++ b/src/gen/test/Model/CreateCreditNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCustomerResponseTest.php b/src/gen/test/Model/CreateCustomerResponseTest.php index 4d469b314e..784451d646 100644 --- a/src/gen/test/Model/CreateCustomerResponseTest.php +++ b/src/gen/test/Model/CreateCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateDepartmentResponseTest.php b/src/gen/test/Model/CreateDepartmentResponseTest.php index 61b02ac4dd..b48515f92a 100644 --- a/src/gen/test/Model/CreateDepartmentResponseTest.php +++ b/src/gen/test/Model/CreateDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateDriveGroupResponseTest.php b/src/gen/test/Model/CreateDriveGroupResponseTest.php index 242a27ef0e..a8225c5ddd 100644 --- a/src/gen/test/Model/CreateDriveGroupResponseTest.php +++ b/src/gen/test/Model/CreateDriveGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateDriveResponseTest.php b/src/gen/test/Model/CreateDriveResponseTest.php index 389875fc23..585293b1a1 100644 --- a/src/gen/test/Model/CreateDriveResponseTest.php +++ b/src/gen/test/Model/CreateDriveResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateEcommerceCustomerResponseTest.php b/src/gen/test/Model/CreateEcommerceCustomerResponseTest.php index 55850f3d49..70e967cf2b 100644 --- a/src/gen/test/Model/CreateEcommerceCustomerResponseTest.php +++ b/src/gen/test/Model/CreateEcommerceCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateEcommerceOrderResponseTest.php b/src/gen/test/Model/CreateEcommerceOrderResponseTest.php index c77aaffc86..80fdd9ca2f 100644 --- a/src/gen/test/Model/CreateEcommerceOrderResponseTest.php +++ b/src/gen/test/Model/CreateEcommerceOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateEmployeeResponseTest.php b/src/gen/test/Model/CreateEmployeeResponseTest.php index 52dd774125..66600b5241 100644 --- a/src/gen/test/Model/CreateEmployeeResponseTest.php +++ b/src/gen/test/Model/CreateEmployeeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateFileRequestTest.php b/src/gen/test/Model/CreateFileRequestTest.php index 2f25fdb392..8dab396c35 100644 --- a/src/gen/test/Model/CreateFileRequestTest.php +++ b/src/gen/test/Model/CreateFileRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateFileResponseTest.php b/src/gen/test/Model/CreateFileResponseTest.php index 591e598306..853c29bd70 100644 --- a/src/gen/test/Model/CreateFileResponseTest.php +++ b/src/gen/test/Model/CreateFileResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateFolderRequestTest.php b/src/gen/test/Model/CreateFolderRequestTest.php index c98a04682a..1452d5b49e 100644 --- a/src/gen/test/Model/CreateFolderRequestTest.php +++ b/src/gen/test/Model/CreateFolderRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateFolderResponseTest.php b/src/gen/test/Model/CreateFolderResponseTest.php index 2636506713..5ebd763bae 100644 --- a/src/gen/test/Model/CreateFolderResponseTest.php +++ b/src/gen/test/Model/CreateFolderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateHrisCompanyResponseTest.php b/src/gen/test/Model/CreateHrisCompanyResponseTest.php index 3caaf09336..202a8ef8af 100644 --- a/src/gen/test/Model/CreateHrisCompanyResponseTest.php +++ b/src/gen/test/Model/CreateHrisCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateInvoiceItemResponseTest.php b/src/gen/test/Model/CreateInvoiceItemResponseTest.php index 9698ce3e0a..0b4a6e1530 100644 --- a/src/gen/test/Model/CreateInvoiceItemResponseTest.php +++ b/src/gen/test/Model/CreateInvoiceItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateInvoiceResponseTest.php b/src/gen/test/Model/CreateInvoiceResponseTest.php index a18c75a73b..04c9c1beb7 100644 --- a/src/gen/test/Model/CreateInvoiceResponseTest.php +++ b/src/gen/test/Model/CreateInvoiceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateItemResponseTest.php b/src/gen/test/Model/CreateItemResponseTest.php index 07342fdfda..40639f814e 100644 --- a/src/gen/test/Model/CreateItemResponseTest.php +++ b/src/gen/test/Model/CreateItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateJobResponseTest.php b/src/gen/test/Model/CreateJobResponseTest.php index 655ccaf2b8..32ec82be9e 100644 --- a/src/gen/test/Model/CreateJobResponseTest.php +++ b/src/gen/test/Model/CreateJobResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateJournalEntryResponseTest.php b/src/gen/test/Model/CreateJournalEntryResponseTest.php index 9253d7b1da..ae8ad2f1f7 100644 --- a/src/gen/test/Model/CreateJournalEntryResponseTest.php +++ b/src/gen/test/Model/CreateJournalEntryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateLeadResponseTest.php b/src/gen/test/Model/CreateLeadResponseTest.php index 0444c7dd82..0543d49eac 100644 --- a/src/gen/test/Model/CreateLeadResponseTest.php +++ b/src/gen/test/Model/CreateLeadResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateLedgerAccountResponseTest.php b/src/gen/test/Model/CreateLedgerAccountResponseTest.php index f4dc39b96d..a215194699 100644 --- a/src/gen/test/Model/CreateLedgerAccountResponseTest.php +++ b/src/gen/test/Model/CreateLedgerAccountResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateLocationResponseTest.php b/src/gen/test/Model/CreateLocationResponseTest.php index e6548392a2..1a41abcb7f 100644 --- a/src/gen/test/Model/CreateLocationResponseTest.php +++ b/src/gen/test/Model/CreateLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateMerchantResponseTest.php b/src/gen/test/Model/CreateMerchantResponseTest.php index 78d34d4dda..d4be6fbb8a 100644 --- a/src/gen/test/Model/CreateMerchantResponseTest.php +++ b/src/gen/test/Model/CreateMerchantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateMessageResponseTest.php b/src/gen/test/Model/CreateMessageResponseTest.php index acb5148fe9..bbb66cbdb9 100644 --- a/src/gen/test/Model/CreateMessageResponseTest.php +++ b/src/gen/test/Model/CreateMessageResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateModifierGroupResponseTest.php b/src/gen/test/Model/CreateModifierGroupResponseTest.php index 36c96e4586..d8e135a188 100644 --- a/src/gen/test/Model/CreateModifierGroupResponseTest.php +++ b/src/gen/test/Model/CreateModifierGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateModifierResponseTest.php b/src/gen/test/Model/CreateModifierResponseTest.php index 368d783afa..2e293efe08 100644 --- a/src/gen/test/Model/CreateModifierResponseTest.php +++ b/src/gen/test/Model/CreateModifierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateNoteResponseTest.php b/src/gen/test/Model/CreateNoteResponseTest.php index 796424a6d0..b6f5774cb1 100644 --- a/src/gen/test/Model/CreateNoteResponseTest.php +++ b/src/gen/test/Model/CreateNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateOpportunityResponseTest.php b/src/gen/test/Model/CreateOpportunityResponseTest.php index 276bc084c9..3a60733352 100644 --- a/src/gen/test/Model/CreateOpportunityResponseTest.php +++ b/src/gen/test/Model/CreateOpportunityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateOrderResponseTest.php b/src/gen/test/Model/CreateOrderResponseTest.php index dff8319735..960178b25b 100644 --- a/src/gen/test/Model/CreateOrderResponseTest.php +++ b/src/gen/test/Model/CreateOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateOrderTypeResponseTest.php b/src/gen/test/Model/CreateOrderTypeResponseTest.php index 1894133894..ebca9f0902 100644 --- a/src/gen/test/Model/CreateOrderTypeResponseTest.php +++ b/src/gen/test/Model/CreateOrderTypeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreatePaymentResponseTest.php b/src/gen/test/Model/CreatePaymentResponseTest.php index 5098054279..b5e922551e 100644 --- a/src/gen/test/Model/CreatePaymentResponseTest.php +++ b/src/gen/test/Model/CreatePaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreatePipelineResponseTest.php b/src/gen/test/Model/CreatePipelineResponseTest.php index 44ede6f492..1dce41eaff 100644 --- a/src/gen/test/Model/CreatePipelineResponseTest.php +++ b/src/gen/test/Model/CreatePipelineResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreatePosPaymentResponseTest.php b/src/gen/test/Model/CreatePosPaymentResponseTest.php index 4e1735fd09..91c0c3d351 100644 --- a/src/gen/test/Model/CreatePosPaymentResponseTest.php +++ b/src/gen/test/Model/CreatePosPaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateProductResponseTest.php b/src/gen/test/Model/CreateProductResponseTest.php index 6ffd5a3f2c..d4afb7a1a9 100644 --- a/src/gen/test/Model/CreateProductResponseTest.php +++ b/src/gen/test/Model/CreateProductResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreatePurchaseOrderResponseTest.php b/src/gen/test/Model/CreatePurchaseOrderResponseTest.php index 00e4e2b9ad..7e9b1d1252 100644 --- a/src/gen/test/Model/CreatePurchaseOrderResponseTest.php +++ b/src/gen/test/Model/CreatePurchaseOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateSessionResponseDataTest.php b/src/gen/test/Model/CreateSessionResponseDataTest.php index 1447d1b62d..7d50bbe57d 100644 --- a/src/gen/test/Model/CreateSessionResponseDataTest.php +++ b/src/gen/test/Model/CreateSessionResponseDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateSessionResponseTest.php b/src/gen/test/Model/CreateSessionResponseTest.php index ee682956c4..a40634741a 100644 --- a/src/gen/test/Model/CreateSessionResponseTest.php +++ b/src/gen/test/Model/CreateSessionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateSharedLinkResponseTest.php b/src/gen/test/Model/CreateSharedLinkResponseTest.php index 8896a93b3b..8048874f73 100644 --- a/src/gen/test/Model/CreateSharedLinkResponseTest.php +++ b/src/gen/test/Model/CreateSharedLinkResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateSupplierResponseTest.php b/src/gen/test/Model/CreateSupplierResponseTest.php index 3ddb9ed12e..b5d75e4422 100644 --- a/src/gen/test/Model/CreateSupplierResponseTest.php +++ b/src/gen/test/Model/CreateSupplierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateTaxRateResponseTest.php b/src/gen/test/Model/CreateTaxRateResponseTest.php index e6ea0bac76..434901e4bd 100644 --- a/src/gen/test/Model/CreateTaxRateResponseTest.php +++ b/src/gen/test/Model/CreateTaxRateResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateTenderResponseTest.php b/src/gen/test/Model/CreateTenderResponseTest.php index bf43fed7fa..0a337fe42b 100644 --- a/src/gen/test/Model/CreateTenderResponseTest.php +++ b/src/gen/test/Model/CreateTenderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateTicketResponseTest.php b/src/gen/test/Model/CreateTicketResponseTest.php index 7f2f9e1f6f..082e960c44 100644 --- a/src/gen/test/Model/CreateTicketResponseTest.php +++ b/src/gen/test/Model/CreateTicketResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateTimeOffRequestResponseTest.php b/src/gen/test/Model/CreateTimeOffRequestResponseTest.php index 55002f9862..f08ac6d73b 100644 --- a/src/gen/test/Model/CreateTimeOffRequestResponseTest.php +++ b/src/gen/test/Model/CreateTimeOffRequestResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateUploadSessionRequestTest.php b/src/gen/test/Model/CreateUploadSessionRequestTest.php index 449022d453..bbdd98a615 100644 --- a/src/gen/test/Model/CreateUploadSessionRequestTest.php +++ b/src/gen/test/Model/CreateUploadSessionRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateUploadSessionResponseTest.php b/src/gen/test/Model/CreateUploadSessionResponseTest.php index 1bcf406d4b..e2f6f9a31d 100644 --- a/src/gen/test/Model/CreateUploadSessionResponseTest.php +++ b/src/gen/test/Model/CreateUploadSessionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateUserResponseTest.php b/src/gen/test/Model/CreateUserResponseTest.php index d8d977724a..a222352f7a 100644 --- a/src/gen/test/Model/CreateUserResponseTest.php +++ b/src/gen/test/Model/CreateUserResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateWebhookRequestTest.php b/src/gen/test/Model/CreateWebhookRequestTest.php index 5e60c64818..2c113f9631 100644 --- a/src/gen/test/Model/CreateWebhookRequestTest.php +++ b/src/gen/test/Model/CreateWebhookRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateWebhookResponseTest.php b/src/gen/test/Model/CreateWebhookResponseTest.php index 49fd9af8b9..05df0ab1d1 100644 --- a/src/gen/test/Model/CreateWebhookResponseTest.php +++ b/src/gen/test/Model/CreateWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreditNoteTest.php b/src/gen/test/Model/CreditNoteTest.php index e29b180b2e..ffc2134b47 100644 --- a/src/gen/test/Model/CreditNoteTest.php +++ b/src/gen/test/Model/CreditNoteTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CrmEventTypeTest.php b/src/gen/test/Model/CrmEventTypeTest.php index 8aa3b5f765..a809046581 100644 --- a/src/gen/test/Model/CrmEventTypeTest.php +++ b/src/gen/test/Model/CrmEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CurrencyTest.php b/src/gen/test/Model/CurrencyTest.php index bc364289a2..b8eba5aa78 100644 --- a/src/gen/test/Model/CurrencyTest.php +++ b/src/gen/test/Model/CurrencyTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomFieldTest.php b/src/gen/test/Model/CustomFieldTest.php index fdfdef5b11..47cfe4f016 100644 --- a/src/gen/test/Model/CustomFieldTest.php +++ b/src/gen/test/Model/CustomFieldTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomerTest.php b/src/gen/test/Model/CustomerTest.php index 2644637584..5e2f959ae8 100644 --- a/src/gen/test/Model/CustomerTest.php +++ b/src/gen/test/Model/CustomerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomersFilterTest.php b/src/gen/test/Model/CustomersFilterTest.php index 94d6adf463..9c239e3611 100644 --- a/src/gen/test/Model/CustomersFilterTest.php +++ b/src/gen/test/Model/CustomersFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeductionTest.php b/src/gen/test/Model/DeductionTest.php index 91294ee9ad..f8a4da7904 100644 --- a/src/gen/test/Model/DeductionTest.php +++ b/src/gen/test/Model/DeductionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteActivityResponseTest.php b/src/gen/test/Model/DeleteActivityResponseTest.php index bc297baf7d..a995b25392 100644 --- a/src/gen/test/Model/DeleteActivityResponseTest.php +++ b/src/gen/test/Model/DeleteActivityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteApplicantResponseTest.php b/src/gen/test/Model/DeleteApplicantResponseTest.php index e21e59cf31..566cc9ab3b 100644 --- a/src/gen/test/Model/DeleteApplicantResponseTest.php +++ b/src/gen/test/Model/DeleteApplicantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteApplicationResponseTest.php b/src/gen/test/Model/DeleteApplicationResponseTest.php index dd55965a16..854c25a589 100644 --- a/src/gen/test/Model/DeleteApplicationResponseTest.php +++ b/src/gen/test/Model/DeleteApplicationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteBillResponseTest.php b/src/gen/test/Model/DeleteBillResponseTest.php index c625fc51ad..54160d2844 100644 --- a/src/gen/test/Model/DeleteBillResponseTest.php +++ b/src/gen/test/Model/DeleteBillResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteCommentResponseTest.php b/src/gen/test/Model/DeleteCommentResponseTest.php index 8c0f78c4b0..e174ca6abe 100644 --- a/src/gen/test/Model/DeleteCommentResponseTest.php +++ b/src/gen/test/Model/DeleteCommentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteCompanyResponseTest.php b/src/gen/test/Model/DeleteCompanyResponseTest.php index 64942b345c..822990a993 100644 --- a/src/gen/test/Model/DeleteCompanyResponseTest.php +++ b/src/gen/test/Model/DeleteCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteConsumerResponseTest.php b/src/gen/test/Model/DeleteConsumerResponseTest.php index 15c3a6f5c1..7674407b73 100644 --- a/src/gen/test/Model/DeleteConsumerResponseTest.php +++ b/src/gen/test/Model/DeleteConsumerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteContactResponseTest.php b/src/gen/test/Model/DeleteContactResponseTest.php index 808b53444b..9f3769b48c 100644 --- a/src/gen/test/Model/DeleteContactResponseTest.php +++ b/src/gen/test/Model/DeleteContactResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteCreditNoteResponseTest.php b/src/gen/test/Model/DeleteCreditNoteResponseTest.php index 4654edfe5e..ed19247240 100644 --- a/src/gen/test/Model/DeleteCreditNoteResponseTest.php +++ b/src/gen/test/Model/DeleteCreditNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteCustomerResponseTest.php b/src/gen/test/Model/DeleteCustomerResponseTest.php index 6be18fe7bf..6226b55ff0 100644 --- a/src/gen/test/Model/DeleteCustomerResponseTest.php +++ b/src/gen/test/Model/DeleteCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteDepartmentResponseTest.php b/src/gen/test/Model/DeleteDepartmentResponseTest.php index 54961946d7..4487b7506a 100644 --- a/src/gen/test/Model/DeleteDepartmentResponseTest.php +++ b/src/gen/test/Model/DeleteDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteDriveGroupResponseTest.php b/src/gen/test/Model/DeleteDriveGroupResponseTest.php index bc4a9d9df2..cbee6b4387 100644 --- a/src/gen/test/Model/DeleteDriveGroupResponseTest.php +++ b/src/gen/test/Model/DeleteDriveGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteDriveResponseTest.php b/src/gen/test/Model/DeleteDriveResponseTest.php index b8bf515736..bcc44413b7 100644 --- a/src/gen/test/Model/DeleteDriveResponseTest.php +++ b/src/gen/test/Model/DeleteDriveResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteEcommerceCustomerResponseTest.php b/src/gen/test/Model/DeleteEcommerceCustomerResponseTest.php index 5a8805565c..b6f655a8c5 100644 --- a/src/gen/test/Model/DeleteEcommerceCustomerResponseTest.php +++ b/src/gen/test/Model/DeleteEcommerceCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteEcommerceOrderResponseTest.php b/src/gen/test/Model/DeleteEcommerceOrderResponseTest.php index adb4836a3d..e37b14bd24 100644 --- a/src/gen/test/Model/DeleteEcommerceOrderResponseTest.php +++ b/src/gen/test/Model/DeleteEcommerceOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteEmployeeResponseTest.php b/src/gen/test/Model/DeleteEmployeeResponseTest.php index 2741c33274..2b9f4bb3e9 100644 --- a/src/gen/test/Model/DeleteEmployeeResponseTest.php +++ b/src/gen/test/Model/DeleteEmployeeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteFileResponseTest.php b/src/gen/test/Model/DeleteFileResponseTest.php index 0b71fee28a..ad4e1453bb 100644 --- a/src/gen/test/Model/DeleteFileResponseTest.php +++ b/src/gen/test/Model/DeleteFileResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteFolderResponseTest.php b/src/gen/test/Model/DeleteFolderResponseTest.php index 5134f558f9..32e585c30f 100644 --- a/src/gen/test/Model/DeleteFolderResponseTest.php +++ b/src/gen/test/Model/DeleteFolderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteHrisCompanyResponseTest.php b/src/gen/test/Model/DeleteHrisCompanyResponseTest.php index 3f852cedea..4addaf1d37 100644 --- a/src/gen/test/Model/DeleteHrisCompanyResponseTest.php +++ b/src/gen/test/Model/DeleteHrisCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteInvoiceResponseTest.php b/src/gen/test/Model/DeleteInvoiceResponseTest.php index b9d662fd5c..f41bf4f757 100644 --- a/src/gen/test/Model/DeleteInvoiceResponseTest.php +++ b/src/gen/test/Model/DeleteInvoiceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteItemResponseTest.php b/src/gen/test/Model/DeleteItemResponseTest.php index 20d79d261c..411f5de9c6 100644 --- a/src/gen/test/Model/DeleteItemResponseTest.php +++ b/src/gen/test/Model/DeleteItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteJobResponseTest.php b/src/gen/test/Model/DeleteJobResponseTest.php index 9941a0f7ec..e2cf0169b7 100644 --- a/src/gen/test/Model/DeleteJobResponseTest.php +++ b/src/gen/test/Model/DeleteJobResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteJournalEntryResponseTest.php b/src/gen/test/Model/DeleteJournalEntryResponseTest.php index fa6aa8bcf8..112ee9a05e 100644 --- a/src/gen/test/Model/DeleteJournalEntryResponseTest.php +++ b/src/gen/test/Model/DeleteJournalEntryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteLeadResponseTest.php b/src/gen/test/Model/DeleteLeadResponseTest.php index c9e9a91c65..4ddee4937f 100644 --- a/src/gen/test/Model/DeleteLeadResponseTest.php +++ b/src/gen/test/Model/DeleteLeadResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteLedgerAccountResponseTest.php b/src/gen/test/Model/DeleteLedgerAccountResponseTest.php index c41afd3c80..2401368ae8 100644 --- a/src/gen/test/Model/DeleteLedgerAccountResponseTest.php +++ b/src/gen/test/Model/DeleteLedgerAccountResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteLocationResponseTest.php b/src/gen/test/Model/DeleteLocationResponseTest.php index e2d362a88d..f2cea8c557 100644 --- a/src/gen/test/Model/DeleteLocationResponseTest.php +++ b/src/gen/test/Model/DeleteLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteMerchantResponseTest.php b/src/gen/test/Model/DeleteMerchantResponseTest.php index 62fa161956..23196f5370 100644 --- a/src/gen/test/Model/DeleteMerchantResponseTest.php +++ b/src/gen/test/Model/DeleteMerchantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteMessageResponseTest.php b/src/gen/test/Model/DeleteMessageResponseTest.php index bb96bfe058..2c1c42ffb6 100644 --- a/src/gen/test/Model/DeleteMessageResponseTest.php +++ b/src/gen/test/Model/DeleteMessageResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteModifierGroupResponseTest.php b/src/gen/test/Model/DeleteModifierGroupResponseTest.php index b384101e4d..d9d3a71287 100644 --- a/src/gen/test/Model/DeleteModifierGroupResponseTest.php +++ b/src/gen/test/Model/DeleteModifierGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteModifierResponseTest.php b/src/gen/test/Model/DeleteModifierResponseTest.php index fff1b0f323..a44f41bb72 100644 --- a/src/gen/test/Model/DeleteModifierResponseTest.php +++ b/src/gen/test/Model/DeleteModifierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteNoteResponseTest.php b/src/gen/test/Model/DeleteNoteResponseTest.php index 1aa4eeba26..b8f74d2b52 100644 --- a/src/gen/test/Model/DeleteNoteResponseTest.php +++ b/src/gen/test/Model/DeleteNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteOpportunityResponseTest.php b/src/gen/test/Model/DeleteOpportunityResponseTest.php index 6812c70450..eb93c3c4f9 100644 --- a/src/gen/test/Model/DeleteOpportunityResponseTest.php +++ b/src/gen/test/Model/DeleteOpportunityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteOrderResponseTest.php b/src/gen/test/Model/DeleteOrderResponseTest.php index 5764474bc7..72f8e357ca 100644 --- a/src/gen/test/Model/DeleteOrderResponseTest.php +++ b/src/gen/test/Model/DeleteOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteOrderTypeResponseTest.php b/src/gen/test/Model/DeleteOrderTypeResponseTest.php index 76238ad980..d661f9476a 100644 --- a/src/gen/test/Model/DeleteOrderTypeResponseTest.php +++ b/src/gen/test/Model/DeleteOrderTypeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeletePaymentResponseTest.php b/src/gen/test/Model/DeletePaymentResponseTest.php index 819df3ceb3..fb1af9405f 100644 --- a/src/gen/test/Model/DeletePaymentResponseTest.php +++ b/src/gen/test/Model/DeletePaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeletePipelineResponseTest.php b/src/gen/test/Model/DeletePipelineResponseTest.php index c1496036ba..c95b99aa7e 100644 --- a/src/gen/test/Model/DeletePipelineResponseTest.php +++ b/src/gen/test/Model/DeletePipelineResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeletePosPaymentResponseTest.php b/src/gen/test/Model/DeletePosPaymentResponseTest.php index 7c0ea0474d..d34cccabb7 100644 --- a/src/gen/test/Model/DeletePosPaymentResponseTest.php +++ b/src/gen/test/Model/DeletePosPaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteProductResponseTest.php b/src/gen/test/Model/DeleteProductResponseTest.php index 4edccec200..88306822b4 100644 --- a/src/gen/test/Model/DeleteProductResponseTest.php +++ b/src/gen/test/Model/DeleteProductResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeletePurchaseOrderResponseTest.php b/src/gen/test/Model/DeletePurchaseOrderResponseTest.php index 99dc36c8f2..e1c3fab3c2 100644 --- a/src/gen/test/Model/DeletePurchaseOrderResponseTest.php +++ b/src/gen/test/Model/DeletePurchaseOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteSharedLinkResponseTest.php b/src/gen/test/Model/DeleteSharedLinkResponseTest.php index d3fc8ccb61..1264622bff 100644 --- a/src/gen/test/Model/DeleteSharedLinkResponseTest.php +++ b/src/gen/test/Model/DeleteSharedLinkResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteSupplierResponseTest.php b/src/gen/test/Model/DeleteSupplierResponseTest.php index 786bf23c42..a4053d5a3d 100644 --- a/src/gen/test/Model/DeleteSupplierResponseTest.php +++ b/src/gen/test/Model/DeleteSupplierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteTaxRateResponseTest.php b/src/gen/test/Model/DeleteTaxRateResponseTest.php index 441ee2bc55..cb0c6bf4a1 100644 --- a/src/gen/test/Model/DeleteTaxRateResponseTest.php +++ b/src/gen/test/Model/DeleteTaxRateResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteTenderResponseTest.php b/src/gen/test/Model/DeleteTenderResponseTest.php index e1c08d2ab2..f32b59b22a 100644 --- a/src/gen/test/Model/DeleteTenderResponseTest.php +++ b/src/gen/test/Model/DeleteTenderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteTicketResponseTest.php b/src/gen/test/Model/DeleteTicketResponseTest.php index 414c32b355..3b1188780a 100644 --- a/src/gen/test/Model/DeleteTicketResponseTest.php +++ b/src/gen/test/Model/DeleteTicketResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteTimeOffRequestResponseTest.php b/src/gen/test/Model/DeleteTimeOffRequestResponseTest.php index 0eb8845b2d..5d8c9ea0d3 100644 --- a/src/gen/test/Model/DeleteTimeOffRequestResponseTest.php +++ b/src/gen/test/Model/DeleteTimeOffRequestResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteUploadSessionResponseTest.php b/src/gen/test/Model/DeleteUploadSessionResponseTest.php index 5975b51953..047b199794 100644 --- a/src/gen/test/Model/DeleteUploadSessionResponseTest.php +++ b/src/gen/test/Model/DeleteUploadSessionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteUserResponseTest.php b/src/gen/test/Model/DeleteUserResponseTest.php index b10aa58138..8ca037d788 100644 --- a/src/gen/test/Model/DeleteUserResponseTest.php +++ b/src/gen/test/Model/DeleteUserResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteWebhookResponseTest.php b/src/gen/test/Model/DeleteWebhookResponseTest.php index ba1b82c69b..6777d26ed2 100644 --- a/src/gen/test/Model/DeleteWebhookResponseTest.php +++ b/src/gen/test/Model/DeleteWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DepartmentTest.php b/src/gen/test/Model/DepartmentTest.php index ec8708742c..7579a345b1 100644 --- a/src/gen/test/Model/DepartmentTest.php +++ b/src/gen/test/Model/DepartmentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DriveGroupTest.php b/src/gen/test/Model/DriveGroupTest.php index 5ba56d29d1..0f1a2f9632 100644 --- a/src/gen/test/Model/DriveGroupTest.php +++ b/src/gen/test/Model/DriveGroupTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DriveGroupsFilterTest.php b/src/gen/test/Model/DriveGroupsFilterTest.php index fc4d7cdabf..24f70774bd 100644 --- a/src/gen/test/Model/DriveGroupsFilterTest.php +++ b/src/gen/test/Model/DriveGroupsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DriveTest.php b/src/gen/test/Model/DriveTest.php index aee0961f55..79b01d7a68 100644 --- a/src/gen/test/Model/DriveTest.php +++ b/src/gen/test/Model/DriveTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DrivesFilterTest.php b/src/gen/test/Model/DrivesFilterTest.php index c29884078f..043a4a5b56 100644 --- a/src/gen/test/Model/DrivesFilterTest.php +++ b/src/gen/test/Model/DrivesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceAddressTest.php b/src/gen/test/Model/EcommerceAddressTest.php index 15f757ffb3..d3eaf5b04b 100644 --- a/src/gen/test/Model/EcommerceAddressTest.php +++ b/src/gen/test/Model/EcommerceAddressTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceCustomerAddressesTest.php b/src/gen/test/Model/EcommerceCustomerAddressesTest.php index 9089b6983b..855c2fd9a4 100644 --- a/src/gen/test/Model/EcommerceCustomerAddressesTest.php +++ b/src/gen/test/Model/EcommerceCustomerAddressesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceCustomerTest.php b/src/gen/test/Model/EcommerceCustomerTest.php index 7ee2248d05..72e060dfa1 100644 --- a/src/gen/test/Model/EcommerceCustomerTest.php +++ b/src/gen/test/Model/EcommerceCustomerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceCustomersFilterTest.php b/src/gen/test/Model/EcommerceCustomersFilterTest.php index 6b56438a6a..334b72dcba 100644 --- a/src/gen/test/Model/EcommerceCustomersFilterTest.php +++ b/src/gen/test/Model/EcommerceCustomersFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceDiscountTest.php b/src/gen/test/Model/EcommerceDiscountTest.php index ddc13ae183..b9a18640ac 100644 --- a/src/gen/test/Model/EcommerceDiscountTest.php +++ b/src/gen/test/Model/EcommerceDiscountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceOrderLineItemTest.php b/src/gen/test/Model/EcommerceOrderLineItemTest.php index 654544a492..7ac68476b7 100644 --- a/src/gen/test/Model/EcommerceOrderLineItemTest.php +++ b/src/gen/test/Model/EcommerceOrderLineItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceOrderStatusTest.php b/src/gen/test/Model/EcommerceOrderStatusTest.php index 72fa1823d1..9291b2ae18 100644 --- a/src/gen/test/Model/EcommerceOrderStatusTest.php +++ b/src/gen/test/Model/EcommerceOrderStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceOrderTest.php b/src/gen/test/Model/EcommerceOrderTest.php index 17cc1ef7e9..80c19c8956 100644 --- a/src/gen/test/Model/EcommerceOrderTest.php +++ b/src/gen/test/Model/EcommerceOrderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceOrdersFilterTest.php b/src/gen/test/Model/EcommerceOrdersFilterTest.php index 78a3979d37..63d054b66c 100644 --- a/src/gen/test/Model/EcommerceOrdersFilterTest.php +++ b/src/gen/test/Model/EcommerceOrdersFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductCategoriesTest.php b/src/gen/test/Model/EcommerceProductCategoriesTest.php index 13f72e22cb..bf3e66a1ea 100644 --- a/src/gen/test/Model/EcommerceProductCategoriesTest.php +++ b/src/gen/test/Model/EcommerceProductCategoriesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductImages1Test.php b/src/gen/test/Model/EcommerceProductImages1Test.php index e4c803c7a1..1afb7e9d04 100644 --- a/src/gen/test/Model/EcommerceProductImages1Test.php +++ b/src/gen/test/Model/EcommerceProductImages1Test.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductImagesTest.php b/src/gen/test/Model/EcommerceProductImagesTest.php index 87a3e741cb..2123c39400 100644 --- a/src/gen/test/Model/EcommerceProductImagesTest.php +++ b/src/gen/test/Model/EcommerceProductImagesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductOptions1Test.php b/src/gen/test/Model/EcommerceProductOptions1Test.php index c27aeeb347..40be5e7877 100644 --- a/src/gen/test/Model/EcommerceProductOptions1Test.php +++ b/src/gen/test/Model/EcommerceProductOptions1Test.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductOptionsTest.php b/src/gen/test/Model/EcommerceProductOptionsTest.php index 4f7b830f34..410f96bb95 100644 --- a/src/gen/test/Model/EcommerceProductOptionsTest.php +++ b/src/gen/test/Model/EcommerceProductOptionsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductTest.php b/src/gen/test/Model/EcommerceProductTest.php index 160efc1f47..9721b4478e 100644 --- a/src/gen/test/Model/EcommerceProductTest.php +++ b/src/gen/test/Model/EcommerceProductTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceProductVariantsTest.php b/src/gen/test/Model/EcommerceProductVariantsTest.php index 7673472891..af065e902d 100644 --- a/src/gen/test/Model/EcommerceProductVariantsTest.php +++ b/src/gen/test/Model/EcommerceProductVariantsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EcommerceStoreTest.php b/src/gen/test/Model/EcommerceStoreTest.php index b8be4ab155..fa36b7cee8 100644 --- a/src/gen/test/Model/EcommerceStoreTest.php +++ b/src/gen/test/Model/EcommerceStoreTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmailTest.php b/src/gen/test/Model/EmailTest.php index c9c3f3024e..8399cdf9c5 100644 --- a/src/gen/test/Model/EmailTest.php +++ b/src/gen/test/Model/EmailTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeCompensationTest.php b/src/gen/test/Model/EmployeeCompensationTest.php index fabcbd6f91..8bf65fd3e1 100644 --- a/src/gen/test/Model/EmployeeCompensationTest.php +++ b/src/gen/test/Model/EmployeeCompensationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeEmploymentRoleTest.php b/src/gen/test/Model/EmployeeEmploymentRoleTest.php index 71ee49178e..760f92f341 100644 --- a/src/gen/test/Model/EmployeeEmploymentRoleTest.php +++ b/src/gen/test/Model/EmployeeEmploymentRoleTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeJobTest.php b/src/gen/test/Model/EmployeeJobTest.php index 81633705be..e1a598484c 100644 --- a/src/gen/test/Model/EmployeeJobTest.php +++ b/src/gen/test/Model/EmployeeJobTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeListTest.php b/src/gen/test/Model/EmployeeListTest.php index a004826f3b..0de534a54d 100644 --- a/src/gen/test/Model/EmployeeListTest.php +++ b/src/gen/test/Model/EmployeeListTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeManagerTest.php b/src/gen/test/Model/EmployeeManagerTest.php index a14f624c30..a897b6ad46 100644 --- a/src/gen/test/Model/EmployeeManagerTest.php +++ b/src/gen/test/Model/EmployeeManagerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeePayrollTest.php b/src/gen/test/Model/EmployeePayrollTest.php index ec48d5aa8e..81b687b5b7 100644 --- a/src/gen/test/Model/EmployeePayrollTest.php +++ b/src/gen/test/Model/EmployeePayrollTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeSchedulesTest.php b/src/gen/test/Model/EmployeeSchedulesTest.php index c28a4493b0..45b02e9c0a 100644 --- a/src/gen/test/Model/EmployeeSchedulesTest.php +++ b/src/gen/test/Model/EmployeeSchedulesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeeTest.php b/src/gen/test/Model/EmployeeTest.php index ca4aa094f9..ff4e4d8150 100644 --- a/src/gen/test/Model/EmployeeTest.php +++ b/src/gen/test/Model/EmployeeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeesFilterTest.php b/src/gen/test/Model/EmployeesFilterTest.php index 10b8c246bf..598e02eee4 100644 --- a/src/gen/test/Model/EmployeesFilterTest.php +++ b/src/gen/test/Model/EmployeesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeesSortTest.php b/src/gen/test/Model/EmployeesSortTest.php index f54fcec224..4db1aed1b0 100644 --- a/src/gen/test/Model/EmployeesSortTest.php +++ b/src/gen/test/Model/EmployeesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmploymentStatusTest.php b/src/gen/test/Model/EmploymentStatusTest.php index fe5eb9717d..d1ad1191d3 100644 --- a/src/gen/test/Model/EmploymentStatusTest.php +++ b/src/gen/test/Model/EmploymentStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ErrorTest.php b/src/gen/test/Model/ErrorTest.php index 1a5dc16164..49b6d2e244 100644 --- a/src/gen/test/Model/ErrorTest.php +++ b/src/gen/test/Model/ErrorTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ExecuteWebhookResponseTest.php b/src/gen/test/Model/ExecuteWebhookResponseTest.php index 8a5b8cc54b..e6639e8ae8 100644 --- a/src/gen/test/Model/ExecuteWebhookResponseTest.php +++ b/src/gen/test/Model/ExecuteWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FileStorageEventTypeTest.php b/src/gen/test/Model/FileStorageEventTypeTest.php index bd3d43d308..f73ab8a6d1 100644 --- a/src/gen/test/Model/FileStorageEventTypeTest.php +++ b/src/gen/test/Model/FileStorageEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FileTypeTest.php b/src/gen/test/Model/FileTypeTest.php index 9489a73be3..3f23305775 100644 --- a/src/gen/test/Model/FileTypeTest.php +++ b/src/gen/test/Model/FileTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FilesFilterTest.php b/src/gen/test/Model/FilesFilterTest.php index 97443d7de6..b8372a50ab 100644 --- a/src/gen/test/Model/FilesFilterTest.php +++ b/src/gen/test/Model/FilesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FilesSearchTest.php b/src/gen/test/Model/FilesSearchTest.php index d29b24ccbf..e9f73d9c60 100644 --- a/src/gen/test/Model/FilesSearchTest.php +++ b/src/gen/test/Model/FilesSearchTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FilesSortTest.php b/src/gen/test/Model/FilesSortTest.php index 4fa60057b4..ecb2dfae49 100644 --- a/src/gen/test/Model/FilesSortTest.php +++ b/src/gen/test/Model/FilesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FolderTest.php b/src/gen/test/Model/FolderTest.php index 1f71039568..49027b92eb 100644 --- a/src/gen/test/Model/FolderTest.php +++ b/src/gen/test/Model/FolderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FormFieldOptionGroupTest.php b/src/gen/test/Model/FormFieldOptionGroupTest.php index 9feea6aec1..d38eee207c 100644 --- a/src/gen/test/Model/FormFieldOptionGroupTest.php +++ b/src/gen/test/Model/FormFieldOptionGroupTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FormFieldOptionTest.php b/src/gen/test/Model/FormFieldOptionTest.php index d757bb1cb9..732399546d 100644 --- a/src/gen/test/Model/FormFieldOptionTest.php +++ b/src/gen/test/Model/FormFieldOptionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/FormFieldTest.php b/src/gen/test/Model/FormFieldTest.php index f088ac8bd5..83b4ab5a78 100644 --- a/src/gen/test/Model/FormFieldTest.php +++ b/src/gen/test/Model/FormFieldTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GenderTest.php b/src/gen/test/Model/GenderTest.php index 463a0afb21..7d59696be5 100644 --- a/src/gen/test/Model/GenderTest.php +++ b/src/gen/test/Model/GenderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetActivitiesResponseTest.php b/src/gen/test/Model/GetActivitiesResponseTest.php index 35cb4f14a3..0714d7f0b6 100644 --- a/src/gen/test/Model/GetActivitiesResponseTest.php +++ b/src/gen/test/Model/GetActivitiesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetActivityResponseTest.php b/src/gen/test/Model/GetActivityResponseTest.php index 3dbdc559ef..0cc290a242 100644 --- a/src/gen/test/Model/GetActivityResponseTest.php +++ b/src/gen/test/Model/GetActivityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApiResourceCoverageResponseTest.php b/src/gen/test/Model/GetApiResourceCoverageResponseTest.php index 6e1ad01228..1a7cec8913 100644 --- a/src/gen/test/Model/GetApiResourceCoverageResponseTest.php +++ b/src/gen/test/Model/GetApiResourceCoverageResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApiResourceResponseTest.php b/src/gen/test/Model/GetApiResourceResponseTest.php index 7d49236625..fcc55e9fb9 100644 --- a/src/gen/test/Model/GetApiResourceResponseTest.php +++ b/src/gen/test/Model/GetApiResourceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApiResponseTest.php b/src/gen/test/Model/GetApiResponseTest.php index 5b9267e1cc..f422543601 100644 --- a/src/gen/test/Model/GetApiResponseTest.php +++ b/src/gen/test/Model/GetApiResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApisResponseTest.php b/src/gen/test/Model/GetApisResponseTest.php index c46ea1777f..c9754eaefd 100644 --- a/src/gen/test/Model/GetApisResponseTest.php +++ b/src/gen/test/Model/GetApisResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApplicantResponseTest.php b/src/gen/test/Model/GetApplicantResponseTest.php index d836ea9f0e..baa72470f3 100644 --- a/src/gen/test/Model/GetApplicantResponseTest.php +++ b/src/gen/test/Model/GetApplicantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApplicantsResponseTest.php b/src/gen/test/Model/GetApplicantsResponseTest.php index 92742a5988..d05c13fe0f 100644 --- a/src/gen/test/Model/GetApplicantsResponseTest.php +++ b/src/gen/test/Model/GetApplicantsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApplicationResponseTest.php b/src/gen/test/Model/GetApplicationResponseTest.php index 496c472ee4..eb58113571 100644 --- a/src/gen/test/Model/GetApplicationResponseTest.php +++ b/src/gen/test/Model/GetApplicationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetApplicationsResponseTest.php b/src/gen/test/Model/GetApplicationsResponseTest.php index 2f0d8cc09d..c067e59c91 100644 --- a/src/gen/test/Model/GetApplicationsResponseTest.php +++ b/src/gen/test/Model/GetApplicationsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetBalanceSheetResponseTest.php b/src/gen/test/Model/GetBalanceSheetResponseTest.php index 739c145160..45b5bfed11 100644 --- a/src/gen/test/Model/GetBalanceSheetResponseTest.php +++ b/src/gen/test/Model/GetBalanceSheetResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetBillResponseTest.php b/src/gen/test/Model/GetBillResponseTest.php index 4a7c65f3ef..4a87956ed2 100644 --- a/src/gen/test/Model/GetBillResponseTest.php +++ b/src/gen/test/Model/GetBillResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetBillsResponseTest.php b/src/gen/test/Model/GetBillsResponseTest.php index 7a9530aed0..46c66e5d2e 100644 --- a/src/gen/test/Model/GetBillsResponseTest.php +++ b/src/gen/test/Model/GetBillsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCollectionResponseTest.php b/src/gen/test/Model/GetCollectionResponseTest.php index 6e6910cd30..bade510440 100644 --- a/src/gen/test/Model/GetCollectionResponseTest.php +++ b/src/gen/test/Model/GetCollectionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCollectionTagsResponseTest.php b/src/gen/test/Model/GetCollectionTagsResponseTest.php index 8c2e3a18d6..d893ae54e6 100644 --- a/src/gen/test/Model/GetCollectionTagsResponseTest.php +++ b/src/gen/test/Model/GetCollectionTagsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCollectionUserResponseTest.php b/src/gen/test/Model/GetCollectionUserResponseTest.php index dc26e87f99..8ff4537cbb 100644 --- a/src/gen/test/Model/GetCollectionUserResponseTest.php +++ b/src/gen/test/Model/GetCollectionUserResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCollectionUsersResponseTest.php b/src/gen/test/Model/GetCollectionUsersResponseTest.php index 192863fa6f..661098a355 100644 --- a/src/gen/test/Model/GetCollectionUsersResponseTest.php +++ b/src/gen/test/Model/GetCollectionUsersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCollectionsResponseTest.php b/src/gen/test/Model/GetCollectionsResponseTest.php index 51a9e8130d..7f049e948b 100644 --- a/src/gen/test/Model/GetCollectionsResponseTest.php +++ b/src/gen/test/Model/GetCollectionsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCommentResponseTest.php b/src/gen/test/Model/GetCommentResponseTest.php index 98eb037ea4..019aea9044 100644 --- a/src/gen/test/Model/GetCommentResponseTest.php +++ b/src/gen/test/Model/GetCommentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCommentsResponseTest.php b/src/gen/test/Model/GetCommentsResponseTest.php index e8fde212c3..238fd9ad13 100644 --- a/src/gen/test/Model/GetCommentsResponseTest.php +++ b/src/gen/test/Model/GetCommentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCompaniesResponseTest.php b/src/gen/test/Model/GetCompaniesResponseTest.php index ed96f2ede4..1487398fe7 100644 --- a/src/gen/test/Model/GetCompaniesResponseTest.php +++ b/src/gen/test/Model/GetCompaniesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCompanyInfoResponseTest.php b/src/gen/test/Model/GetCompanyInfoResponseTest.php index 5b2a832e02..7728db54ba 100644 --- a/src/gen/test/Model/GetCompanyInfoResponseTest.php +++ b/src/gen/test/Model/GetCompanyInfoResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCompanyResponseTest.php b/src/gen/test/Model/GetCompanyResponseTest.php index 42e0912b7b..df41060edc 100644 --- a/src/gen/test/Model/GetCompanyResponseTest.php +++ b/src/gen/test/Model/GetCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectionResponseTest.php b/src/gen/test/Model/GetConnectionResponseTest.php index 86e9140050..d8a9416f1b 100644 --- a/src/gen/test/Model/GetConnectionResponseTest.php +++ b/src/gen/test/Model/GetConnectionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectionsResponseTest.php b/src/gen/test/Model/GetConnectionsResponseTest.php index 0d48d1b65c..72227b9669 100644 --- a/src/gen/test/Model/GetConnectionsResponseTest.php +++ b/src/gen/test/Model/GetConnectionsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorResourceResponseTest.php b/src/gen/test/Model/GetConnectorResourceResponseTest.php index 04b68a8d95..338744771a 100644 --- a/src/gen/test/Model/GetConnectorResourceResponseTest.php +++ b/src/gen/test/Model/GetConnectorResourceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorResponseTest.php b/src/gen/test/Model/GetConnectorResponseTest.php index 5fe72bce64..69fa59fffd 100644 --- a/src/gen/test/Model/GetConnectorResponseTest.php +++ b/src/gen/test/Model/GetConnectorResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorsResponseTest.php b/src/gen/test/Model/GetConnectorsResponseTest.php index 7c6d30838a..7d235e5327 100644 --- a/src/gen/test/Model/GetConnectorsResponseTest.php +++ b/src/gen/test/Model/GetConnectorsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConsumerResponseTest.php b/src/gen/test/Model/GetConsumerResponseTest.php index fb9a480499..c464ce004e 100644 --- a/src/gen/test/Model/GetConsumerResponseTest.php +++ b/src/gen/test/Model/GetConsumerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConsumersResponseDataTest.php b/src/gen/test/Model/GetConsumersResponseDataTest.php index ca7f7cfa23..d6881e375e 100644 --- a/src/gen/test/Model/GetConsumersResponseDataTest.php +++ b/src/gen/test/Model/GetConsumersResponseDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConsumersResponseTest.php b/src/gen/test/Model/GetConsumersResponseTest.php index a6fb90805d..9e81076afe 100644 --- a/src/gen/test/Model/GetConsumersResponseTest.php +++ b/src/gen/test/Model/GetConsumersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetContactResponseTest.php b/src/gen/test/Model/GetContactResponseTest.php index 7bbe31392d..37f1c47d2a 100644 --- a/src/gen/test/Model/GetContactResponseTest.php +++ b/src/gen/test/Model/GetContactResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetContactsResponseTest.php b/src/gen/test/Model/GetContactsResponseTest.php index 9cf7950a12..00a507359c 100644 --- a/src/gen/test/Model/GetContactsResponseTest.php +++ b/src/gen/test/Model/GetContactsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCreditNoteResponseTest.php b/src/gen/test/Model/GetCreditNoteResponseTest.php index 27562854b7..2e59ac6238 100644 --- a/src/gen/test/Model/GetCreditNoteResponseTest.php +++ b/src/gen/test/Model/GetCreditNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCreditNotesResponseTest.php b/src/gen/test/Model/GetCreditNotesResponseTest.php index 05231856c0..547d639e4e 100644 --- a/src/gen/test/Model/GetCreditNotesResponseTest.php +++ b/src/gen/test/Model/GetCreditNotesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCustomerResponseTest.php b/src/gen/test/Model/GetCustomerResponseTest.php index 2a9ae98255..6f8f4c6fed 100644 --- a/src/gen/test/Model/GetCustomerResponseTest.php +++ b/src/gen/test/Model/GetCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCustomersResponseTest.php b/src/gen/test/Model/GetCustomersResponseTest.php index f9f7937572..65d306121d 100644 --- a/src/gen/test/Model/GetCustomersResponseTest.php +++ b/src/gen/test/Model/GetCustomersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDepartmentResponseTest.php b/src/gen/test/Model/GetDepartmentResponseTest.php index 3d8cd79863..eb3a6f9eb4 100644 --- a/src/gen/test/Model/GetDepartmentResponseTest.php +++ b/src/gen/test/Model/GetDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDepartmentsResponseTest.php b/src/gen/test/Model/GetDepartmentsResponseTest.php index faeb6f184c..c32e54c779 100644 --- a/src/gen/test/Model/GetDepartmentsResponseTest.php +++ b/src/gen/test/Model/GetDepartmentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDriveGroupResponseTest.php b/src/gen/test/Model/GetDriveGroupResponseTest.php index 17dc7f26d2..fb6a92d89d 100644 --- a/src/gen/test/Model/GetDriveGroupResponseTest.php +++ b/src/gen/test/Model/GetDriveGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDriveGroupsResponseTest.php b/src/gen/test/Model/GetDriveGroupsResponseTest.php index 7cafd0d143..bd6731ce4d 100644 --- a/src/gen/test/Model/GetDriveGroupsResponseTest.php +++ b/src/gen/test/Model/GetDriveGroupsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDriveResponseTest.php b/src/gen/test/Model/GetDriveResponseTest.php index 908ecf133e..b5d4a5c6fd 100644 --- a/src/gen/test/Model/GetDriveResponseTest.php +++ b/src/gen/test/Model/GetDriveResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetDrivesResponseTest.php b/src/gen/test/Model/GetDrivesResponseTest.php index 6b5901b121..d33961641c 100644 --- a/src/gen/test/Model/GetDrivesResponseTest.php +++ b/src/gen/test/Model/GetDrivesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEcommerceCustomerResponseTest.php b/src/gen/test/Model/GetEcommerceCustomerResponseTest.php index ca2ca37d22..14c53a13ea 100644 --- a/src/gen/test/Model/GetEcommerceCustomerResponseTest.php +++ b/src/gen/test/Model/GetEcommerceCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEcommerceCustomersResponseTest.php b/src/gen/test/Model/GetEcommerceCustomersResponseTest.php index 0d9f992f15..952a468987 100644 --- a/src/gen/test/Model/GetEcommerceCustomersResponseTest.php +++ b/src/gen/test/Model/GetEcommerceCustomersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEcommerceOrderResponseTest.php b/src/gen/test/Model/GetEcommerceOrderResponseTest.php index 6cf3249133..1e2e0da22e 100644 --- a/src/gen/test/Model/GetEcommerceOrderResponseTest.php +++ b/src/gen/test/Model/GetEcommerceOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEcommerceOrdersResponseTest.php b/src/gen/test/Model/GetEcommerceOrdersResponseTest.php index 2ed5032437..61d9775be2 100644 --- a/src/gen/test/Model/GetEcommerceOrdersResponseTest.php +++ b/src/gen/test/Model/GetEcommerceOrdersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEmployeePayrollResponseTest.php b/src/gen/test/Model/GetEmployeePayrollResponseTest.php index 02afcea319..e6e1d47f34 100644 --- a/src/gen/test/Model/GetEmployeePayrollResponseTest.php +++ b/src/gen/test/Model/GetEmployeePayrollResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEmployeePayrollsResponseTest.php b/src/gen/test/Model/GetEmployeePayrollsResponseTest.php index 55ec0bfebf..096bcdba4b 100644 --- a/src/gen/test/Model/GetEmployeePayrollsResponseTest.php +++ b/src/gen/test/Model/GetEmployeePayrollsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEmployeeResponseTest.php b/src/gen/test/Model/GetEmployeeResponseTest.php index e419473dcc..cdc9f957c2 100644 --- a/src/gen/test/Model/GetEmployeeResponseTest.php +++ b/src/gen/test/Model/GetEmployeeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEmployeeSchedulesResponseTest.php b/src/gen/test/Model/GetEmployeeSchedulesResponseTest.php index 7ade77edc3..0bf16f70ad 100644 --- a/src/gen/test/Model/GetEmployeeSchedulesResponseTest.php +++ b/src/gen/test/Model/GetEmployeeSchedulesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetEmployeesResponseTest.php b/src/gen/test/Model/GetEmployeesResponseTest.php index 918fc8445b..23075b1b05 100644 --- a/src/gen/test/Model/GetEmployeesResponseTest.php +++ b/src/gen/test/Model/GetEmployeesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetFileResponseTest.php b/src/gen/test/Model/GetFileResponseTest.php index 063c8ace8c..0769a33778 100644 --- a/src/gen/test/Model/GetFileResponseTest.php +++ b/src/gen/test/Model/GetFileResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetFilesResponseTest.php b/src/gen/test/Model/GetFilesResponseTest.php index b09b68ed76..a4296c63a9 100644 --- a/src/gen/test/Model/GetFilesResponseTest.php +++ b/src/gen/test/Model/GetFilesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetFolderResponseTest.php b/src/gen/test/Model/GetFolderResponseTest.php index 1336d763f3..e906842224 100644 --- a/src/gen/test/Model/GetFolderResponseTest.php +++ b/src/gen/test/Model/GetFolderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetFoldersResponseTest.php b/src/gen/test/Model/GetFoldersResponseTest.php index c8e80cb9ca..3b456886a1 100644 --- a/src/gen/test/Model/GetFoldersResponseTest.php +++ b/src/gen/test/Model/GetFoldersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetHrisCompaniesResponseTest.php b/src/gen/test/Model/GetHrisCompaniesResponseTest.php index acf44bda6e..e9c085870f 100644 --- a/src/gen/test/Model/GetHrisCompaniesResponseTest.php +++ b/src/gen/test/Model/GetHrisCompaniesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetHrisCompanyResponseTest.php b/src/gen/test/Model/GetHrisCompanyResponseTest.php index 2d1520a576..a4f68e8d70 100644 --- a/src/gen/test/Model/GetHrisCompanyResponseTest.php +++ b/src/gen/test/Model/GetHrisCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetHrisJobResponseTest.php b/src/gen/test/Model/GetHrisJobResponseTest.php index 8873fa28d5..ac7b5ce6c8 100644 --- a/src/gen/test/Model/GetHrisJobResponseTest.php +++ b/src/gen/test/Model/GetHrisJobResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetHrisJobsResponseTest.php b/src/gen/test/Model/GetHrisJobsResponseTest.php index 36d7c28758..a71ad34a9e 100644 --- a/src/gen/test/Model/GetHrisJobsResponseTest.php +++ b/src/gen/test/Model/GetHrisJobsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetInvoiceItemResponseTest.php b/src/gen/test/Model/GetInvoiceItemResponseTest.php index f6bdc24016..6d828b82f5 100644 --- a/src/gen/test/Model/GetInvoiceItemResponseTest.php +++ b/src/gen/test/Model/GetInvoiceItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetInvoiceItemsResponseTest.php b/src/gen/test/Model/GetInvoiceItemsResponseTest.php index 2fbd2b2a06..f32b341d51 100644 --- a/src/gen/test/Model/GetInvoiceItemsResponseTest.php +++ b/src/gen/test/Model/GetInvoiceItemsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetInvoiceResponseTest.php b/src/gen/test/Model/GetInvoiceResponseTest.php index fd7f8ba072..9b9036bff2 100644 --- a/src/gen/test/Model/GetInvoiceResponseTest.php +++ b/src/gen/test/Model/GetInvoiceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetInvoicesResponseTest.php b/src/gen/test/Model/GetInvoicesResponseTest.php index d5b537edd0..6804f3449f 100644 --- a/src/gen/test/Model/GetInvoicesResponseTest.php +++ b/src/gen/test/Model/GetInvoicesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetItemResponseTest.php b/src/gen/test/Model/GetItemResponseTest.php index 28dc18bd37..9f5e1bcace 100644 --- a/src/gen/test/Model/GetItemResponseTest.php +++ b/src/gen/test/Model/GetItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetItemsResponseTest.php b/src/gen/test/Model/GetItemsResponseTest.php index 70f91a475c..5f2397646c 100644 --- a/src/gen/test/Model/GetItemsResponseTest.php +++ b/src/gen/test/Model/GetItemsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetJobResponseTest.php b/src/gen/test/Model/GetJobResponseTest.php index 2c00247231..2c31f76e13 100644 --- a/src/gen/test/Model/GetJobResponseTest.php +++ b/src/gen/test/Model/GetJobResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetJobsResponseTest.php b/src/gen/test/Model/GetJobsResponseTest.php index aab7335f00..8a1b6220c3 100644 --- a/src/gen/test/Model/GetJobsResponseTest.php +++ b/src/gen/test/Model/GetJobsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetJournalEntriesResponseTest.php b/src/gen/test/Model/GetJournalEntriesResponseTest.php index d32bb365b2..e46fbfb5d9 100644 --- a/src/gen/test/Model/GetJournalEntriesResponseTest.php +++ b/src/gen/test/Model/GetJournalEntriesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetJournalEntryResponseTest.php b/src/gen/test/Model/GetJournalEntryResponseTest.php index e6ab6d3411..2900de542a 100644 --- a/src/gen/test/Model/GetJournalEntryResponseTest.php +++ b/src/gen/test/Model/GetJournalEntryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLeadResponseTest.php b/src/gen/test/Model/GetLeadResponseTest.php index 1fa9c6c820..16c2d7029b 100644 --- a/src/gen/test/Model/GetLeadResponseTest.php +++ b/src/gen/test/Model/GetLeadResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLeadsResponseTest.php b/src/gen/test/Model/GetLeadsResponseTest.php index 27bb0686c7..d1a9154063 100644 --- a/src/gen/test/Model/GetLeadsResponseTest.php +++ b/src/gen/test/Model/GetLeadsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLedgerAccountResponseTest.php b/src/gen/test/Model/GetLedgerAccountResponseTest.php index 8112c8e2a2..5af3494732 100644 --- a/src/gen/test/Model/GetLedgerAccountResponseTest.php +++ b/src/gen/test/Model/GetLedgerAccountResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLedgerAccountsResponseTest.php b/src/gen/test/Model/GetLedgerAccountsResponseTest.php index 3ebd756b4f..b6a4030bcc 100644 --- a/src/gen/test/Model/GetLedgerAccountsResponseTest.php +++ b/src/gen/test/Model/GetLedgerAccountsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLocationResponseTest.php b/src/gen/test/Model/GetLocationResponseTest.php index aa090fdc30..804bdb489a 100644 --- a/src/gen/test/Model/GetLocationResponseTest.php +++ b/src/gen/test/Model/GetLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLocationsResponseTest.php b/src/gen/test/Model/GetLocationsResponseTest.php index 7aedc26d1c..18e66a3f16 100644 --- a/src/gen/test/Model/GetLocationsResponseTest.php +++ b/src/gen/test/Model/GetLocationsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetLogsResponseTest.php b/src/gen/test/Model/GetLogsResponseTest.php index 902912c585..75d13ba0c8 100644 --- a/src/gen/test/Model/GetLogsResponseTest.php +++ b/src/gen/test/Model/GetLogsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetMerchantResponseTest.php b/src/gen/test/Model/GetMerchantResponseTest.php index f367aa15fa..50fad7c1ac 100644 --- a/src/gen/test/Model/GetMerchantResponseTest.php +++ b/src/gen/test/Model/GetMerchantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetMerchantsResponseTest.php b/src/gen/test/Model/GetMerchantsResponseTest.php index 48583439e4..db9d178784 100644 --- a/src/gen/test/Model/GetMerchantsResponseTest.php +++ b/src/gen/test/Model/GetMerchantsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetMessageResponseTest.php b/src/gen/test/Model/GetMessageResponseTest.php index 3d21e33c8d..36b773335b 100644 --- a/src/gen/test/Model/GetMessageResponseTest.php +++ b/src/gen/test/Model/GetMessageResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetMessagesResponseTest.php b/src/gen/test/Model/GetMessagesResponseTest.php index 1c8d163cb9..4b2adabb1d 100644 --- a/src/gen/test/Model/GetMessagesResponseTest.php +++ b/src/gen/test/Model/GetMessagesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetModifierGroupResponseTest.php b/src/gen/test/Model/GetModifierGroupResponseTest.php index e9d3372112..d7967521ca 100644 --- a/src/gen/test/Model/GetModifierGroupResponseTest.php +++ b/src/gen/test/Model/GetModifierGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetModifierGroupsResponseTest.php b/src/gen/test/Model/GetModifierGroupsResponseTest.php index 1d605dc909..c389855577 100644 --- a/src/gen/test/Model/GetModifierGroupsResponseTest.php +++ b/src/gen/test/Model/GetModifierGroupsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetModifierResponseTest.php b/src/gen/test/Model/GetModifierResponseTest.php index b30c55f164..3713e0d25c 100644 --- a/src/gen/test/Model/GetModifierResponseTest.php +++ b/src/gen/test/Model/GetModifierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetModifiersResponseTest.php b/src/gen/test/Model/GetModifiersResponseTest.php index 4dae8ce0f2..4617b355eb 100644 --- a/src/gen/test/Model/GetModifiersResponseTest.php +++ b/src/gen/test/Model/GetModifiersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetNoteResponseTest.php b/src/gen/test/Model/GetNoteResponseTest.php index 523362585d..a0a8e50259 100644 --- a/src/gen/test/Model/GetNoteResponseTest.php +++ b/src/gen/test/Model/GetNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetNotesResponseTest.php b/src/gen/test/Model/GetNotesResponseTest.php index 57eb0869a0..61009fce94 100644 --- a/src/gen/test/Model/GetNotesResponseTest.php +++ b/src/gen/test/Model/GetNotesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOpportunitiesResponseTest.php b/src/gen/test/Model/GetOpportunitiesResponseTest.php index e5d157a063..5c3aa53710 100644 --- a/src/gen/test/Model/GetOpportunitiesResponseTest.php +++ b/src/gen/test/Model/GetOpportunitiesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOpportunityResponseTest.php b/src/gen/test/Model/GetOpportunityResponseTest.php index fb4dbb26f5..43cecb6230 100644 --- a/src/gen/test/Model/GetOpportunityResponseTest.php +++ b/src/gen/test/Model/GetOpportunityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOrderResponseTest.php b/src/gen/test/Model/GetOrderResponseTest.php index faf7dff0fa..15275d1831 100644 --- a/src/gen/test/Model/GetOrderResponseTest.php +++ b/src/gen/test/Model/GetOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOrderTypeResponseTest.php b/src/gen/test/Model/GetOrderTypeResponseTest.php index 41dc6687ca..0b565fe984 100644 --- a/src/gen/test/Model/GetOrderTypeResponseTest.php +++ b/src/gen/test/Model/GetOrderTypeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOrderTypesResponseTest.php b/src/gen/test/Model/GetOrderTypesResponseTest.php index 308db7dfb6..1d93095c2e 100644 --- a/src/gen/test/Model/GetOrderTypesResponseTest.php +++ b/src/gen/test/Model/GetOrderTypesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetOrdersResponseTest.php b/src/gen/test/Model/GetOrdersResponseTest.php index 2b06f4af76..e1903fe4e2 100644 --- a/src/gen/test/Model/GetOrdersResponseTest.php +++ b/src/gen/test/Model/GetOrdersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPaymentResponseTest.php b/src/gen/test/Model/GetPaymentResponseTest.php index 4ed60935d7..95fc73dc78 100644 --- a/src/gen/test/Model/GetPaymentResponseTest.php +++ b/src/gen/test/Model/GetPaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPaymentsResponseTest.php b/src/gen/test/Model/GetPaymentsResponseTest.php index cfe02545d1..0848c7172c 100644 --- a/src/gen/test/Model/GetPaymentsResponseTest.php +++ b/src/gen/test/Model/GetPaymentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPayrollResponseTest.php b/src/gen/test/Model/GetPayrollResponseTest.php index b6f629cba0..ada759b0f1 100644 --- a/src/gen/test/Model/GetPayrollResponseTest.php +++ b/src/gen/test/Model/GetPayrollResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPayrollsResponseTest.php b/src/gen/test/Model/GetPayrollsResponseTest.php index aef95b4072..3a9ccc4983 100644 --- a/src/gen/test/Model/GetPayrollsResponseTest.php +++ b/src/gen/test/Model/GetPayrollsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPipelineResponseTest.php b/src/gen/test/Model/GetPipelineResponseTest.php index e98b3f6cdd..4cf39f5b75 100644 --- a/src/gen/test/Model/GetPipelineResponseTest.php +++ b/src/gen/test/Model/GetPipelineResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPipelinesResponseTest.php b/src/gen/test/Model/GetPipelinesResponseTest.php index be742399e2..cb1431388c 100644 --- a/src/gen/test/Model/GetPipelinesResponseTest.php +++ b/src/gen/test/Model/GetPipelinesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPosPaymentResponseTest.php b/src/gen/test/Model/GetPosPaymentResponseTest.php index cb8c691a77..5d8c4c17ed 100644 --- a/src/gen/test/Model/GetPosPaymentResponseTest.php +++ b/src/gen/test/Model/GetPosPaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPosPaymentsResponseTest.php b/src/gen/test/Model/GetPosPaymentsResponseTest.php index 4b53191540..2deedb58f9 100644 --- a/src/gen/test/Model/GetPosPaymentsResponseTest.php +++ b/src/gen/test/Model/GetPosPaymentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetProductResponseTest.php b/src/gen/test/Model/GetProductResponseTest.php index 23dd149bb7..80bad8cfcb 100644 --- a/src/gen/test/Model/GetProductResponseTest.php +++ b/src/gen/test/Model/GetProductResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetProductsResponseTest.php b/src/gen/test/Model/GetProductsResponseTest.php index cd70c8fa79..0d8d18e637 100644 --- a/src/gen/test/Model/GetProductsResponseTest.php +++ b/src/gen/test/Model/GetProductsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetProfitAndLossResponseTest.php b/src/gen/test/Model/GetProfitAndLossResponseTest.php index 2abda1e0a2..862429c105 100644 --- a/src/gen/test/Model/GetProfitAndLossResponseTest.php +++ b/src/gen/test/Model/GetProfitAndLossResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPurchaseOrderResponseTest.php b/src/gen/test/Model/GetPurchaseOrderResponseTest.php index fcdde7a5f8..def8295c4c 100644 --- a/src/gen/test/Model/GetPurchaseOrderResponseTest.php +++ b/src/gen/test/Model/GetPurchaseOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetPurchaseOrdersResponseTest.php b/src/gen/test/Model/GetPurchaseOrdersResponseTest.php index b845608804..8dd2188f48 100644 --- a/src/gen/test/Model/GetPurchaseOrdersResponseTest.php +++ b/src/gen/test/Model/GetPurchaseOrdersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSharedLinkResponseTest.php b/src/gen/test/Model/GetSharedLinkResponseTest.php index 0487e9e30b..3287b44b8d 100644 --- a/src/gen/test/Model/GetSharedLinkResponseTest.php +++ b/src/gen/test/Model/GetSharedLinkResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSharedLinksResponseTest.php b/src/gen/test/Model/GetSharedLinksResponseTest.php index a04e6b5657..59d93abd6f 100644 --- a/src/gen/test/Model/GetSharedLinksResponseTest.php +++ b/src/gen/test/Model/GetSharedLinksResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetStoreResponseTest.php b/src/gen/test/Model/GetStoreResponseTest.php index de49d76de6..f6fb349451 100644 --- a/src/gen/test/Model/GetStoreResponseTest.php +++ b/src/gen/test/Model/GetStoreResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetStoresResponseTest.php b/src/gen/test/Model/GetStoresResponseTest.php index dbff693fe0..b8d151cec4 100644 --- a/src/gen/test/Model/GetStoresResponseTest.php +++ b/src/gen/test/Model/GetStoresResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSupplierResponseTest.php b/src/gen/test/Model/GetSupplierResponseTest.php index 4604f6f6df..a28e26c04f 100644 --- a/src/gen/test/Model/GetSupplierResponseTest.php +++ b/src/gen/test/Model/GetSupplierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSuppliersResponseTest.php b/src/gen/test/Model/GetSuppliersResponseTest.php index 99cb0e7839..a503523cc8 100644 --- a/src/gen/test/Model/GetSuppliersResponseTest.php +++ b/src/gen/test/Model/GetSuppliersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTaxRateResponseTest.php b/src/gen/test/Model/GetTaxRateResponseTest.php index 381b8c96b6..7c7f5c77b3 100644 --- a/src/gen/test/Model/GetTaxRateResponseTest.php +++ b/src/gen/test/Model/GetTaxRateResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTaxRatesResponseTest.php b/src/gen/test/Model/GetTaxRatesResponseTest.php index 6edefc12f8..723226bb51 100644 --- a/src/gen/test/Model/GetTaxRatesResponseTest.php +++ b/src/gen/test/Model/GetTaxRatesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTenderResponseTest.php b/src/gen/test/Model/GetTenderResponseTest.php index 31d5754448..18991f05db 100644 --- a/src/gen/test/Model/GetTenderResponseTest.php +++ b/src/gen/test/Model/GetTenderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTendersResponseTest.php b/src/gen/test/Model/GetTendersResponseTest.php index eb31fba726..ec2145a902 100644 --- a/src/gen/test/Model/GetTendersResponseTest.php +++ b/src/gen/test/Model/GetTendersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTicketResponseTest.php b/src/gen/test/Model/GetTicketResponseTest.php index b4fbcdf76f..0fa856ff7d 100644 --- a/src/gen/test/Model/GetTicketResponseTest.php +++ b/src/gen/test/Model/GetTicketResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTicketsResponseTest.php b/src/gen/test/Model/GetTicketsResponseTest.php index c242d6176f..e0083bd756 100644 --- a/src/gen/test/Model/GetTicketsResponseTest.php +++ b/src/gen/test/Model/GetTicketsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTimeOffRequestResponseTest.php b/src/gen/test/Model/GetTimeOffRequestResponseTest.php index f92b569f03..b021d31d6d 100644 --- a/src/gen/test/Model/GetTimeOffRequestResponseTest.php +++ b/src/gen/test/Model/GetTimeOffRequestResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTimeOffRequestsResponseTest.php b/src/gen/test/Model/GetTimeOffRequestsResponseTest.php index 4439cde770..13e52c1ae3 100644 --- a/src/gen/test/Model/GetTimeOffRequestsResponseTest.php +++ b/src/gen/test/Model/GetTimeOffRequestsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetUploadSessionResponseTest.php b/src/gen/test/Model/GetUploadSessionResponseTest.php index c862c53c23..36db338aa1 100644 --- a/src/gen/test/Model/GetUploadSessionResponseTest.php +++ b/src/gen/test/Model/GetUploadSessionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetUserResponseTest.php b/src/gen/test/Model/GetUserResponseTest.php index 7a39782021..7fd743ffdb 100644 --- a/src/gen/test/Model/GetUserResponseTest.php +++ b/src/gen/test/Model/GetUserResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetUsersResponseTest.php b/src/gen/test/Model/GetUsersResponseTest.php index edecd2e7c1..b5063511ef 100644 --- a/src/gen/test/Model/GetUsersResponseTest.php +++ b/src/gen/test/Model/GetUsersResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetWebhookEventLogsResponseTest.php b/src/gen/test/Model/GetWebhookEventLogsResponseTest.php index dcb09b8375..a0789c8600 100644 --- a/src/gen/test/Model/GetWebhookEventLogsResponseTest.php +++ b/src/gen/test/Model/GetWebhookEventLogsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetWebhookResponseTest.php b/src/gen/test/Model/GetWebhookResponseTest.php index ccf6452795..2fcb0e6990 100644 --- a/src/gen/test/Model/GetWebhookResponseTest.php +++ b/src/gen/test/Model/GetWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetWebhooksResponseTest.php b/src/gen/test/Model/GetWebhooksResponseTest.php index 226befc0d4..bae81bbbaf 100644 --- a/src/gen/test/Model/GetWebhooksResponseTest.php +++ b/src/gen/test/Model/GetWebhooksResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/HrisCompanyTest.php b/src/gen/test/Model/HrisCompanyTest.php index ff0d4ab3a5..fa6f238feb 100644 --- a/src/gen/test/Model/HrisCompanyTest.php +++ b/src/gen/test/Model/HrisCompanyTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/HrisEventTypeTest.php b/src/gen/test/Model/HrisEventTypeTest.php index 706855f3c8..015b83856f 100644 --- a/src/gen/test/Model/HrisEventTypeTest.php +++ b/src/gen/test/Model/HrisEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/HrisJobLocationTest.php b/src/gen/test/Model/HrisJobLocationTest.php index 4c7aac04cf..168b31ca0a 100644 --- a/src/gen/test/Model/HrisJobLocationTest.php +++ b/src/gen/test/Model/HrisJobLocationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/HrisJobTest.php b/src/gen/test/Model/HrisJobTest.php index fdbfc58b0f..a258a5b638 100644 --- a/src/gen/test/Model/HrisJobTest.php +++ b/src/gen/test/Model/HrisJobTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/HrisJobsTest.php b/src/gen/test/Model/HrisJobsTest.php index c3749457f2..485f20fee5 100644 --- a/src/gen/test/Model/HrisJobsTest.php +++ b/src/gen/test/Model/HrisJobsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/IntegrationStateTest.php b/src/gen/test/Model/IntegrationStateTest.php index 573ec9a385..718a6fa2e4 100644 --- a/src/gen/test/Model/IntegrationStateTest.php +++ b/src/gen/test/Model/IntegrationStateTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceItemSalesDetailsTest.php b/src/gen/test/Model/InvoiceItemSalesDetailsTest.php index e635b0357d..76d25750d9 100644 --- a/src/gen/test/Model/InvoiceItemSalesDetailsTest.php +++ b/src/gen/test/Model/InvoiceItemSalesDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceItemTest.php b/src/gen/test/Model/InvoiceItemTest.php index 64a5242e34..cceac062d1 100644 --- a/src/gen/test/Model/InvoiceItemTest.php +++ b/src/gen/test/Model/InvoiceItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceItemsFilterTest.php b/src/gen/test/Model/InvoiceItemsFilterTest.php index 69863a4cde..1491b42712 100644 --- a/src/gen/test/Model/InvoiceItemsFilterTest.php +++ b/src/gen/test/Model/InvoiceItemsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceLineItemTest.php b/src/gen/test/Model/InvoiceLineItemTest.php index 1af0bd6bf5..aaed6b8c00 100644 --- a/src/gen/test/Model/InvoiceLineItemTest.php +++ b/src/gen/test/Model/InvoiceLineItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceResponseTest.php b/src/gen/test/Model/InvoiceResponseTest.php index 151f6ac970..a05da0a7d7 100644 --- a/src/gen/test/Model/InvoiceResponseTest.php +++ b/src/gen/test/Model/InvoiceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoiceTest.php b/src/gen/test/Model/InvoiceTest.php index 5d5e4c1f65..ac4af3f30b 100644 --- a/src/gen/test/Model/InvoiceTest.php +++ b/src/gen/test/Model/InvoiceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoicesSortTest.php b/src/gen/test/Model/InvoicesSortTest.php index ba4734cc2c..3d0f3663f1 100644 --- a/src/gen/test/Model/InvoicesSortTest.php +++ b/src/gen/test/Model/InvoicesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/IssueTrackingEventTypeTest.php b/src/gen/test/Model/IssueTrackingEventTypeTest.php index 8b799a8050..17d455b4e2 100644 --- a/src/gen/test/Model/IssueTrackingEventTypeTest.php +++ b/src/gen/test/Model/IssueTrackingEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/IssuesFilterTest.php b/src/gen/test/Model/IssuesFilterTest.php index 4333c13347..ce2597936d 100644 --- a/src/gen/test/Model/IssuesFilterTest.php +++ b/src/gen/test/Model/IssuesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ItemTest.php b/src/gen/test/Model/ItemTest.php index cce8d6bddd..b11501733f 100644 --- a/src/gen/test/Model/ItemTest.php +++ b/src/gen/test/Model/ItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JobLinksTest.php b/src/gen/test/Model/JobLinksTest.php index 795eda7c7e..b4f347827b 100644 --- a/src/gen/test/Model/JobLinksTest.php +++ b/src/gen/test/Model/JobLinksTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JobSalaryTest.php b/src/gen/test/Model/JobSalaryTest.php index 77e3c48f15..382928d197 100644 --- a/src/gen/test/Model/JobSalaryTest.php +++ b/src/gen/test/Model/JobSalaryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JobStatusTest.php b/src/gen/test/Model/JobStatusTest.php index 67594c88a3..9614a7e629 100644 --- a/src/gen/test/Model/JobStatusTest.php +++ b/src/gen/test/Model/JobStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JobTest.php b/src/gen/test/Model/JobTest.php index 161fff5a78..b4f4beb707 100644 --- a/src/gen/test/Model/JobTest.php +++ b/src/gen/test/Model/JobTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JournalEntryLineItemTest.php b/src/gen/test/Model/JournalEntryLineItemTest.php index 8b4b4be231..033d892f93 100644 --- a/src/gen/test/Model/JournalEntryLineItemTest.php +++ b/src/gen/test/Model/JournalEntryLineItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JournalEntryTest.php b/src/gen/test/Model/JournalEntryTest.php index 32d541ad10..67860f1468 100644 --- a/src/gen/test/Model/JournalEntryTest.php +++ b/src/gen/test/Model/JournalEntryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LeadEventTypeTest.php b/src/gen/test/Model/LeadEventTypeTest.php index 08886cc98c..0bf0428e24 100644 --- a/src/gen/test/Model/LeadEventTypeTest.php +++ b/src/gen/test/Model/LeadEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LeadTest.php b/src/gen/test/Model/LeadTest.php index 177b8cc071..8804d5ae0c 100644 --- a/src/gen/test/Model/LeadTest.php +++ b/src/gen/test/Model/LeadTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LeadsFilterTest.php b/src/gen/test/Model/LeadsFilterTest.php index 45109141ba..bfe4b36001 100644 --- a/src/gen/test/Model/LeadsFilterTest.php +++ b/src/gen/test/Model/LeadsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LeadsSortTest.php b/src/gen/test/Model/LeadsSortTest.php index ac196e58b7..1b26d9d3a5 100644 --- a/src/gen/test/Model/LeadsSortTest.php +++ b/src/gen/test/Model/LeadsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LedgerAccountCategoriesTest.php b/src/gen/test/Model/LedgerAccountCategoriesTest.php index cf165dbd9b..673151c826 100644 --- a/src/gen/test/Model/LedgerAccountCategoriesTest.php +++ b/src/gen/test/Model/LedgerAccountCategoriesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LedgerAccountParentAccountTest.php b/src/gen/test/Model/LedgerAccountParentAccountTest.php index 0a7402ca65..70f75de230 100644 --- a/src/gen/test/Model/LedgerAccountParentAccountTest.php +++ b/src/gen/test/Model/LedgerAccountParentAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LedgerAccountTest.php b/src/gen/test/Model/LedgerAccountTest.php index c1d848203f..9be57fe99d 100644 --- a/src/gen/test/Model/LedgerAccountTest.php +++ b/src/gen/test/Model/LedgerAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedConnectorResourceTest.php b/src/gen/test/Model/LinkedConnectorResourceTest.php index db7da16ee6..d1516e57a3 100644 --- a/src/gen/test/Model/LinkedConnectorResourceTest.php +++ b/src/gen/test/Model/LinkedConnectorResourceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedCustomerTest.php b/src/gen/test/Model/LinkedCustomerTest.php index 9062c78623..2896a418c4 100644 --- a/src/gen/test/Model/LinkedCustomerTest.php +++ b/src/gen/test/Model/LinkedCustomerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedEcommerceCustomerTest.php b/src/gen/test/Model/LinkedEcommerceCustomerTest.php index d53f0a7992..48ed7820cc 100644 --- a/src/gen/test/Model/LinkedEcommerceCustomerTest.php +++ b/src/gen/test/Model/LinkedEcommerceCustomerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedEcommerceOrderTest.php b/src/gen/test/Model/LinkedEcommerceOrderTest.php index 81a442d4a9..7bceac11df 100644 --- a/src/gen/test/Model/LinkedEcommerceOrderTest.php +++ b/src/gen/test/Model/LinkedEcommerceOrderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedFolderTest.php b/src/gen/test/Model/LinkedFolderTest.php index c5a60f820e..2b0caefb74 100644 --- a/src/gen/test/Model/LinkedFolderTest.php +++ b/src/gen/test/Model/LinkedFolderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedInvoiceItemTest.php b/src/gen/test/Model/LinkedInvoiceItemTest.php index a8866bcd6e..dfbe8a2eef 100644 --- a/src/gen/test/Model/LinkedInvoiceItemTest.php +++ b/src/gen/test/Model/LinkedInvoiceItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedLedgerAccountTest.php b/src/gen/test/Model/LinkedLedgerAccountTest.php index 7420ed429e..639189eebd 100644 --- a/src/gen/test/Model/LinkedLedgerAccountTest.php +++ b/src/gen/test/Model/LinkedLedgerAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedParentCustomerTest.php b/src/gen/test/Model/LinkedParentCustomerTest.php index 29b17e7686..0a9ba48902 100644 --- a/src/gen/test/Model/LinkedParentCustomerTest.php +++ b/src/gen/test/Model/LinkedParentCustomerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedSupplierTest.php b/src/gen/test/Model/LinkedSupplierTest.php index 59d65231a9..5c947d6539 100644 --- a/src/gen/test/Model/LinkedSupplierTest.php +++ b/src/gen/test/Model/LinkedSupplierTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedTaxRateTest.php b/src/gen/test/Model/LinkedTaxRateTest.php index 6671ec4f99..3fae78bfd0 100644 --- a/src/gen/test/Model/LinkedTaxRateTest.php +++ b/src/gen/test/Model/LinkedTaxRateTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinkedTrackingCategoryTest.php b/src/gen/test/Model/LinkedTrackingCategoryTest.php index 73635247dc..6fc42f4b9f 100644 --- a/src/gen/test/Model/LinkedTrackingCategoryTest.php +++ b/src/gen/test/Model/LinkedTrackingCategoryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LinksTest.php b/src/gen/test/Model/LinksTest.php index df09fa8fdb..78cacad067 100644 --- a/src/gen/test/Model/LinksTest.php +++ b/src/gen/test/Model/LinksTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LocationTest.php b/src/gen/test/Model/LocationTest.php index 66df5c4518..26b56364e3 100644 --- a/src/gen/test/Model/LocationTest.php +++ b/src/gen/test/Model/LocationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LogOperationTest.php b/src/gen/test/Model/LogOperationTest.php index df4331e7a1..f85d58ad94 100644 --- a/src/gen/test/Model/LogOperationTest.php +++ b/src/gen/test/Model/LogOperationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LogServiceTest.php b/src/gen/test/Model/LogServiceTest.php index 41f2bd3d45..e8709df3d5 100644 --- a/src/gen/test/Model/LogServiceTest.php +++ b/src/gen/test/Model/LogServiceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LogTest.php b/src/gen/test/Model/LogTest.php index d68b9cadff..84e72bc3a9 100644 --- a/src/gen/test/Model/LogTest.php +++ b/src/gen/test/Model/LogTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LogsFilterTest.php b/src/gen/test/Model/LogsFilterTest.php index 899fcec094..32cd5aab26 100644 --- a/src/gen/test/Model/LogsFilterTest.php +++ b/src/gen/test/Model/LogsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/MerchantTest.php b/src/gen/test/Model/MerchantTest.php index 3c16882dcf..7f7875547a 100644 --- a/src/gen/test/Model/MerchantTest.php +++ b/src/gen/test/Model/MerchantTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/MessageTest.php b/src/gen/test/Model/MessageTest.php index 76240bdb10..304ea94326 100644 --- a/src/gen/test/Model/MessageTest.php +++ b/src/gen/test/Model/MessageTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/MetaCursorsTest.php b/src/gen/test/Model/MetaCursorsTest.php index 12bb64ff23..14a5e2cc9a 100644 --- a/src/gen/test/Model/MetaCursorsTest.php +++ b/src/gen/test/Model/MetaCursorsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/MetaTest.php b/src/gen/test/Model/MetaTest.php index 537324fe88..152025f943 100644 --- a/src/gen/test/Model/MetaTest.php +++ b/src/gen/test/Model/MetaTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ModifierGroupFilterTest.php b/src/gen/test/Model/ModifierGroupFilterTest.php index 15570a4acf..c3e040183c 100644 --- a/src/gen/test/Model/ModifierGroupFilterTest.php +++ b/src/gen/test/Model/ModifierGroupFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ModifierGroupTest.php b/src/gen/test/Model/ModifierGroupTest.php index 4fd9abdadf..5cb24ec4d6 100644 --- a/src/gen/test/Model/ModifierGroupTest.php +++ b/src/gen/test/Model/ModifierGroupTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ModifierTest.php b/src/gen/test/Model/ModifierTest.php index f48f1f4888..bd73822b7d 100644 --- a/src/gen/test/Model/ModifierTest.php +++ b/src/gen/test/Model/ModifierTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/NotFoundResponseTest.php b/src/gen/test/Model/NotFoundResponseTest.php index 3444771ac1..fc2b3b028e 100644 --- a/src/gen/test/Model/NotFoundResponseTest.php +++ b/src/gen/test/Model/NotFoundResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/NotImplementedResponseTest.php b/src/gen/test/Model/NotImplementedResponseTest.php index b02e4001b9..fb291204e1 100644 --- a/src/gen/test/Model/NotImplementedResponseTest.php +++ b/src/gen/test/Model/NotImplementedResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/NoteTest.php b/src/gen/test/Model/NoteTest.php index a8d3356c85..d4e39d7903 100644 --- a/src/gen/test/Model/NoteTest.php +++ b/src/gen/test/Model/NoteTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OAuthGrantTypeTest.php b/src/gen/test/Model/OAuthGrantTypeTest.php index fe25ef034e..7c1bce5033 100644 --- a/src/gen/test/Model/OAuthGrantTypeTest.php +++ b/src/gen/test/Model/OAuthGrantTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OfferTest.php b/src/gen/test/Model/OfferTest.php index 5d664e5dab..a8303d4c6e 100644 --- a/src/gen/test/Model/OfferTest.php +++ b/src/gen/test/Model/OfferTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OpportunitiesFilterTest.php b/src/gen/test/Model/OpportunitiesFilterTest.php index 578191fe8b..875d3a75bd 100644 --- a/src/gen/test/Model/OpportunitiesFilterTest.php +++ b/src/gen/test/Model/OpportunitiesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OpportunitiesSortTest.php b/src/gen/test/Model/OpportunitiesSortTest.php index 49eca9a11e..e12b01b417 100644 --- a/src/gen/test/Model/OpportunitiesSortTest.php +++ b/src/gen/test/Model/OpportunitiesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OpportunityTest.php b/src/gen/test/Model/OpportunityTest.php index 22ef58f5bc..032d63ab64 100644 --- a/src/gen/test/Model/OpportunityTest.php +++ b/src/gen/test/Model/OpportunityTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderCustomersTest.php b/src/gen/test/Model/OrderCustomersTest.php index d3aeb20043..12ca29c7da 100644 --- a/src/gen/test/Model/OrderCustomersTest.php +++ b/src/gen/test/Model/OrderCustomersTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderDiscountsTest.php b/src/gen/test/Model/OrderDiscountsTest.php index 8e1936bb57..d99fb9a3ab 100644 --- a/src/gen/test/Model/OrderDiscountsTest.php +++ b/src/gen/test/Model/OrderDiscountsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderFulfillmentsTest.php b/src/gen/test/Model/OrderFulfillmentsTest.php index 33fdd55780..281c9a25a3 100644 --- a/src/gen/test/Model/OrderFulfillmentsTest.php +++ b/src/gen/test/Model/OrderFulfillmentsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderLineItemsTest.php b/src/gen/test/Model/OrderLineItemsTest.php index 43791b8c06..a3625b6984 100644 --- a/src/gen/test/Model/OrderLineItemsTest.php +++ b/src/gen/test/Model/OrderLineItemsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderPaymentsTest.php b/src/gen/test/Model/OrderPaymentsTest.php index e3e6e0746b..9b9fb32587 100644 --- a/src/gen/test/Model/OrderPaymentsTest.php +++ b/src/gen/test/Model/OrderPaymentsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderPickupDetailsCurbsidePickupDetailsTest.php b/src/gen/test/Model/OrderPickupDetailsCurbsidePickupDetailsTest.php index 9037d063e2..bc9e71395b 100644 --- a/src/gen/test/Model/OrderPickupDetailsCurbsidePickupDetailsTest.php +++ b/src/gen/test/Model/OrderPickupDetailsCurbsidePickupDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderPickupDetailsRecipientTest.php b/src/gen/test/Model/OrderPickupDetailsRecipientTest.php index 66f2cad520..02b0322ed6 100644 --- a/src/gen/test/Model/OrderPickupDetailsRecipientTest.php +++ b/src/gen/test/Model/OrderPickupDetailsRecipientTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderPickupDetailsTest.php b/src/gen/test/Model/OrderPickupDetailsTest.php index b3c361ccf0..6a1ce681e5 100644 --- a/src/gen/test/Model/OrderPickupDetailsTest.php +++ b/src/gen/test/Model/OrderPickupDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderRefundsTest.php b/src/gen/test/Model/OrderRefundsTest.php index 6ae4dfa8b6..a8055dfa17 100644 --- a/src/gen/test/Model/OrderRefundsTest.php +++ b/src/gen/test/Model/OrderRefundsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderTendersTest.php b/src/gen/test/Model/OrderTendersTest.php index 6c294a29b2..98b87622b2 100644 --- a/src/gen/test/Model/OrderTendersTest.php +++ b/src/gen/test/Model/OrderTendersTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderTest.php b/src/gen/test/Model/OrderTest.php index 0fd12f7d1a..c77f200950 100644 --- a/src/gen/test/Model/OrderTest.php +++ b/src/gen/test/Model/OrderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrderTypeTest.php b/src/gen/test/Model/OrderTypeTest.php index ed56a1b11c..4b36cfd7a6 100644 --- a/src/gen/test/Model/OrderTypeTest.php +++ b/src/gen/test/Model/OrderTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OwnerTest.php b/src/gen/test/Model/OwnerTest.php index d588d1ff68..4266ef550c 100644 --- a/src/gen/test/Model/OwnerTest.php +++ b/src/gen/test/Model/OwnerTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaginationCoverageTest.php b/src/gen/test/Model/PaginationCoverageTest.php index 44f9b967ee..8a0cdb4f62 100644 --- a/src/gen/test/Model/PaginationCoverageTest.php +++ b/src/gen/test/Model/PaginationCoverageTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PassThroughQueryTest.php b/src/gen/test/Model/PassThroughQueryTest.php index f2cc490944..57a8250c2c 100644 --- a/src/gen/test/Model/PassThroughQueryTest.php +++ b/src/gen/test/Model/PassThroughQueryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentAllocationsTest.php b/src/gen/test/Model/PaymentAllocationsTest.php index 8a7a71408e..4ba9a06573 100644 --- a/src/gen/test/Model/PaymentAllocationsTest.php +++ b/src/gen/test/Model/PaymentAllocationsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentCardTest.php b/src/gen/test/Model/PaymentCardTest.php index 08f19e7ff4..1cba27efd8 100644 --- a/src/gen/test/Model/PaymentCardTest.php +++ b/src/gen/test/Model/PaymentCardTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentFrequencyTest.php b/src/gen/test/Model/PaymentFrequencyTest.php index d8ff0b6742..1e800e3ec7 100644 --- a/src/gen/test/Model/PaymentFrequencyTest.php +++ b/src/gen/test/Model/PaymentFrequencyTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentRequiredResponseTest.php b/src/gen/test/Model/PaymentRequiredResponseTest.php index 05f59801a0..8f6238176f 100644 --- a/src/gen/test/Model/PaymentRequiredResponseTest.php +++ b/src/gen/test/Model/PaymentRequiredResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentTest.php b/src/gen/test/Model/PaymentTest.php index 4660f5e442..35c2c81d55 100644 --- a/src/gen/test/Model/PaymentTest.php +++ b/src/gen/test/Model/PaymentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentUnitTest.php b/src/gen/test/Model/PaymentUnitTest.php index 83b9ba8cb9..88b8db1969 100644 --- a/src/gen/test/Model/PaymentUnitTest.php +++ b/src/gen/test/Model/PaymentUnitTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentsFilterTest.php b/src/gen/test/Model/PaymentsFilterTest.php index f80aa7d7de..6f38630669 100644 --- a/src/gen/test/Model/PaymentsFilterTest.php +++ b/src/gen/test/Model/PaymentsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PayrollTest.php b/src/gen/test/Model/PayrollTest.php index 7ddf6534b9..95ae58e7b2 100644 --- a/src/gen/test/Model/PayrollTest.php +++ b/src/gen/test/Model/PayrollTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PayrollTotalsTest.php b/src/gen/test/Model/PayrollTotalsTest.php index 6bcec2c096..02457c06e0 100644 --- a/src/gen/test/Model/PayrollTotalsTest.php +++ b/src/gen/test/Model/PayrollTotalsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PayrollsFilterTest.php b/src/gen/test/Model/PayrollsFilterTest.php index 09958a6417..5fbdb04f2a 100644 --- a/src/gen/test/Model/PayrollsFilterTest.php +++ b/src/gen/test/Model/PayrollsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PersonTest.php b/src/gen/test/Model/PersonTest.php index 887a793735..bd16ad32f1 100644 --- a/src/gen/test/Model/PersonTest.php +++ b/src/gen/test/Model/PersonTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PhoneNumberTest.php b/src/gen/test/Model/PhoneNumberTest.php index 0074552732..73987e0412 100644 --- a/src/gen/test/Model/PhoneNumberTest.php +++ b/src/gen/test/Model/PhoneNumberTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PipelineStagesTest.php b/src/gen/test/Model/PipelineStagesTest.php index 006847a670..bdd148db79 100644 --- a/src/gen/test/Model/PipelineStagesTest.php +++ b/src/gen/test/Model/PipelineStagesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PipelineTest.php b/src/gen/test/Model/PipelineTest.php index 63210683e2..a8bf206eb4 100644 --- a/src/gen/test/Model/PipelineTest.php +++ b/src/gen/test/Model/PipelineTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PosBankAccountAchDetailsTest.php b/src/gen/test/Model/PosBankAccountAchDetailsTest.php index 5bfbad24fe..ea42488f46 100644 --- a/src/gen/test/Model/PosBankAccountAchDetailsTest.php +++ b/src/gen/test/Model/PosBankAccountAchDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PosBankAccountTest.php b/src/gen/test/Model/PosBankAccountTest.php index 6f253670da..198f0dfdf1 100644 --- a/src/gen/test/Model/PosBankAccountTest.php +++ b/src/gen/test/Model/PosBankAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PosPaymentCardDetailsTest.php b/src/gen/test/Model/PosPaymentCardDetailsTest.php index b1af38f244..4767b4c156 100644 --- a/src/gen/test/Model/PosPaymentCardDetailsTest.php +++ b/src/gen/test/Model/PosPaymentCardDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PosPaymentExternalDetailsTest.php b/src/gen/test/Model/PosPaymentExternalDetailsTest.php index cea91fcac1..4ca3514f96 100644 --- a/src/gen/test/Model/PosPaymentExternalDetailsTest.php +++ b/src/gen/test/Model/PosPaymentExternalDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PosPaymentTest.php b/src/gen/test/Model/PosPaymentTest.php index d0f3babbe3..97c77aea78 100644 --- a/src/gen/test/Model/PosPaymentTest.php +++ b/src/gen/test/Model/PosPaymentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PriceTest.php b/src/gen/test/Model/PriceTest.php index 26e88f5a31..7e8f35a58e 100644 --- a/src/gen/test/Model/PriceTest.php +++ b/src/gen/test/Model/PriceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProbationPeriodTest.php b/src/gen/test/Model/ProbationPeriodTest.php index 3af9b7603d..8d97f127e2 100644 --- a/src/gen/test/Model/ProbationPeriodTest.php +++ b/src/gen/test/Model/ProbationPeriodTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossExpensesTest.php b/src/gen/test/Model/ProfitAndLossExpensesTest.php index 202ad39848..3a6ebcb3b0 100644 --- a/src/gen/test/Model/ProfitAndLossExpensesTest.php +++ b/src/gen/test/Model/ProfitAndLossExpensesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossFilterTest.php b/src/gen/test/Model/ProfitAndLossFilterTest.php index 2fdf3b3e7c..a9366647dc 100644 --- a/src/gen/test/Model/ProfitAndLossFilterTest.php +++ b/src/gen/test/Model/ProfitAndLossFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossGrossProfitTest.php b/src/gen/test/Model/ProfitAndLossGrossProfitTest.php index 1e16446034..18632b3dbb 100644 --- a/src/gen/test/Model/ProfitAndLossGrossProfitTest.php +++ b/src/gen/test/Model/ProfitAndLossGrossProfitTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossIncomeTest.php b/src/gen/test/Model/ProfitAndLossIncomeTest.php index bd60a4c916..3775694cd2 100644 --- a/src/gen/test/Model/ProfitAndLossIncomeTest.php +++ b/src/gen/test/Model/ProfitAndLossIncomeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossNetIncomeTest.php b/src/gen/test/Model/ProfitAndLossNetIncomeTest.php index 4b38c790f8..fac0dc76af 100644 --- a/src/gen/test/Model/ProfitAndLossNetIncomeTest.php +++ b/src/gen/test/Model/ProfitAndLossNetIncomeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossNetOperatingIncomeTest.php b/src/gen/test/Model/ProfitAndLossNetOperatingIncomeTest.php index f75720495a..072018ce27 100644 --- a/src/gen/test/Model/ProfitAndLossNetOperatingIncomeTest.php +++ b/src/gen/test/Model/ProfitAndLossNetOperatingIncomeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossRecordTest.php b/src/gen/test/Model/ProfitAndLossRecordTest.php index fb1fae7778..5a9e777cee 100644 --- a/src/gen/test/Model/ProfitAndLossRecordTest.php +++ b/src/gen/test/Model/ProfitAndLossRecordTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossSectionTest.php b/src/gen/test/Model/ProfitAndLossSectionTest.php index 21d1a7519a..fb80943a1a 100644 --- a/src/gen/test/Model/ProfitAndLossSectionTest.php +++ b/src/gen/test/Model/ProfitAndLossSectionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ProfitAndLossTest.php b/src/gen/test/Model/ProfitAndLossTest.php index 095e85bd64..d0fa7724d6 100644 --- a/src/gen/test/Model/ProfitAndLossTest.php +++ b/src/gen/test/Model/ProfitAndLossTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PurchaseOrderTest.php b/src/gen/test/Model/PurchaseOrderTest.php index 0c915786c2..395f5aede6 100644 --- a/src/gen/test/Model/PurchaseOrderTest.php +++ b/src/gen/test/Model/PurchaseOrderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/RequestCountAllocationTest.php b/src/gen/test/Model/RequestCountAllocationTest.php index e4347f3da5..7848172a02 100644 --- a/src/gen/test/Model/RequestCountAllocationTest.php +++ b/src/gen/test/Model/RequestCountAllocationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/RequestRateTest.php b/src/gen/test/Model/RequestRateTest.php index ba230092b9..ae0f0781fa 100644 --- a/src/gen/test/Model/RequestRateTest.php +++ b/src/gen/test/Model/RequestRateTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ResolveWebhookResponseTest.php b/src/gen/test/Model/ResolveWebhookResponseTest.php index 80c16a7c9b..aebd0c2bf4 100644 --- a/src/gen/test/Model/ResolveWebhookResponseTest.php +++ b/src/gen/test/Model/ResolveWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ResourceStatusTest.php b/src/gen/test/Model/ResourceStatusTest.php index 4395b5226e..aeb97596d1 100644 --- a/src/gen/test/Model/ResourceStatusTest.php +++ b/src/gen/test/Model/ResourceStatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ScheduleTest.php b/src/gen/test/Model/ScheduleTest.php index 1c6228f09d..72c8315025 100644 --- a/src/gen/test/Model/ScheduleTest.php +++ b/src/gen/test/Model/ScheduleTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ScheduleWorkPatternOddWeeksTest.php b/src/gen/test/Model/ScheduleWorkPatternOddWeeksTest.php index 162bf2cbf9..2f5e6b004f 100644 --- a/src/gen/test/Model/ScheduleWorkPatternOddWeeksTest.php +++ b/src/gen/test/Model/ScheduleWorkPatternOddWeeksTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ScheduleWorkPatternTest.php b/src/gen/test/Model/ScheduleWorkPatternTest.php index c07b2a0f40..53690307c8 100644 --- a/src/gen/test/Model/ScheduleWorkPatternTest.php +++ b/src/gen/test/Model/ScheduleWorkPatternTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ServiceChargeTest.php b/src/gen/test/Model/ServiceChargeTest.php index ebf1a1efcd..ed7e652311 100644 --- a/src/gen/test/Model/ServiceChargeTest.php +++ b/src/gen/test/Model/ServiceChargeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SessionSettingsTest.php b/src/gen/test/Model/SessionSettingsTest.php index 615964c8df..4b1ebeb8cc 100644 --- a/src/gen/test/Model/SessionSettingsTest.php +++ b/src/gen/test/Model/SessionSettingsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SessionTest.php b/src/gen/test/Model/SessionTest.php index fda2a9a635..64a8538813 100644 --- a/src/gen/test/Model/SessionTest.php +++ b/src/gen/test/Model/SessionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SessionThemeTest.php b/src/gen/test/Model/SessionThemeTest.php index bd7ff33b6d..a3503af3b5 100644 --- a/src/gen/test/Model/SessionThemeTest.php +++ b/src/gen/test/Model/SessionThemeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SharedLinkTargetTest.php b/src/gen/test/Model/SharedLinkTargetTest.php index 95e242b4b0..1b05d3c90c 100644 --- a/src/gen/test/Model/SharedLinkTargetTest.php +++ b/src/gen/test/Model/SharedLinkTargetTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SharedLinkTest.php b/src/gen/test/Model/SharedLinkTest.php index 7cac83cc49..ecf5b44756 100644 --- a/src/gen/test/Model/SharedLinkTest.php +++ b/src/gen/test/Model/SharedLinkTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SimpleFormFieldOptionTest.php b/src/gen/test/Model/SimpleFormFieldOptionTest.php index 4d638fc7d1..930a602f58 100644 --- a/src/gen/test/Model/SimpleFormFieldOptionTest.php +++ b/src/gen/test/Model/SimpleFormFieldOptionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SocialLinkTest.php b/src/gen/test/Model/SocialLinkTest.php index 6153a1ff23..d9ac1fd725 100644 --- a/src/gen/test/Model/SocialLinkTest.php +++ b/src/gen/test/Model/SocialLinkTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SortDirectionTest.php b/src/gen/test/Model/SortDirectionTest.php index 9b1a7bc564..67bb669835 100644 --- a/src/gen/test/Model/SortDirectionTest.php +++ b/src/gen/test/Model/SortDirectionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/StatusTest.php b/src/gen/test/Model/StatusTest.php index b9ee6e5444..5ae6034296 100644 --- a/src/gen/test/Model/StatusTest.php +++ b/src/gen/test/Model/StatusTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SupplierTest.php b/src/gen/test/Model/SupplierTest.php index 2178089038..f74cc8cbb5 100644 --- a/src/gen/test/Model/SupplierTest.php +++ b/src/gen/test/Model/SupplierTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SuppliersFilterTest.php b/src/gen/test/Model/SuppliersFilterTest.php index 31ccd6a48d..4f98aa27c1 100644 --- a/src/gen/test/Model/SuppliersFilterTest.php +++ b/src/gen/test/Model/SuppliersFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SupportedPropertyChildPropertiesTest.php b/src/gen/test/Model/SupportedPropertyChildPropertiesTest.php index 88fe761ae9..7b5dc3bd86 100644 --- a/src/gen/test/Model/SupportedPropertyChildPropertiesTest.php +++ b/src/gen/test/Model/SupportedPropertyChildPropertiesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SupportedPropertyTest.php b/src/gen/test/Model/SupportedPropertyTest.php index 02edf1169e..7083890cee 100644 --- a/src/gen/test/Model/SupportedPropertyTest.php +++ b/src/gen/test/Model/SupportedPropertyTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TaxRateTest.php b/src/gen/test/Model/TaxRateTest.php index 719ae67925..2834975902 100644 --- a/src/gen/test/Model/TaxRateTest.php +++ b/src/gen/test/Model/TaxRateTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TaxRatesFilterTest.php b/src/gen/test/Model/TaxRatesFilterTest.php index 4c7df90cf1..a7e94a8c66 100644 --- a/src/gen/test/Model/TaxRatesFilterTest.php +++ b/src/gen/test/Model/TaxRatesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TaxTest.php b/src/gen/test/Model/TaxTest.php index 2f2dda8ce1..45ead14f52 100644 --- a/src/gen/test/Model/TaxTest.php +++ b/src/gen/test/Model/TaxTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TeamTest.php b/src/gen/test/Model/TeamTest.php index 75a40589f0..be9f36834e 100644 --- a/src/gen/test/Model/TeamTest.php +++ b/src/gen/test/Model/TeamTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TenderTest.php b/src/gen/test/Model/TenderTest.php index e9c5f26631..a7a53c10d1 100644 --- a/src/gen/test/Model/TenderTest.php +++ b/src/gen/test/Model/TenderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TicketTest.php b/src/gen/test/Model/TicketTest.php index c5354ed77f..429d038ae3 100644 --- a/src/gen/test/Model/TicketTest.php +++ b/src/gen/test/Model/TicketTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TicketsSortTest.php b/src/gen/test/Model/TicketsSortTest.php index 84ecf5a4dd..8e85173dfc 100644 --- a/src/gen/test/Model/TicketsSortTest.php +++ b/src/gen/test/Model/TicketsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TimeOffRequestNotesTest.php b/src/gen/test/Model/TimeOffRequestNotesTest.php index bb8ee797e1..e582876e3d 100644 --- a/src/gen/test/Model/TimeOffRequestNotesTest.php +++ b/src/gen/test/Model/TimeOffRequestNotesTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TimeOffRequestTest.php b/src/gen/test/Model/TimeOffRequestTest.php index 987398e512..dfde61153a 100644 --- a/src/gen/test/Model/TimeOffRequestTest.php +++ b/src/gen/test/Model/TimeOffRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TimeOffRequestsFilterTest.php b/src/gen/test/Model/TimeOffRequestsFilterTest.php index 04d337f579..01f717bb2c 100644 --- a/src/gen/test/Model/TimeOffRequestsFilterTest.php +++ b/src/gen/test/Model/TimeOffRequestsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TooManyRequestsResponseDetailTest.php b/src/gen/test/Model/TooManyRequestsResponseDetailTest.php index 43a0fb69f5..8de60204e0 100644 --- a/src/gen/test/Model/TooManyRequestsResponseDetailTest.php +++ b/src/gen/test/Model/TooManyRequestsResponseDetailTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TooManyRequestsResponseTest.php b/src/gen/test/Model/TooManyRequestsResponseTest.php index db0839da19..fe9f3fc7f5 100644 --- a/src/gen/test/Model/TooManyRequestsResponseTest.php +++ b/src/gen/test/Model/TooManyRequestsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TrackingItemTest.php b/src/gen/test/Model/TrackingItemTest.php index d665fb3af0..3545b89825 100644 --- a/src/gen/test/Model/TrackingItemTest.php +++ b/src/gen/test/Model/TrackingItemTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnauthorizedResponseTest.php b/src/gen/test/Model/UnauthorizedResponseTest.php index aeec91dd8d..2cfc685b6a 100644 --- a/src/gen/test/Model/UnauthorizedResponseTest.php +++ b/src/gen/test/Model/UnauthorizedResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnexpectedErrorResponseTest.php b/src/gen/test/Model/UnexpectedErrorResponseTest.php index cd0cdcdd9c..a26f903fea 100644 --- a/src/gen/test/Model/UnexpectedErrorResponseTest.php +++ b/src/gen/test/Model/UnexpectedErrorResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnifiedApiIdTest.php b/src/gen/test/Model/UnifiedApiIdTest.php index 3455d81aaf..5a7ec11f95 100644 --- a/src/gen/test/Model/UnifiedApiIdTest.php +++ b/src/gen/test/Model/UnifiedApiIdTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnifiedFilePermissionsTest.php b/src/gen/test/Model/UnifiedFilePermissionsTest.php index cc9ee7adf4..3c48459d48 100644 --- a/src/gen/test/Model/UnifiedFilePermissionsTest.php +++ b/src/gen/test/Model/UnifiedFilePermissionsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnifiedFileTest.php b/src/gen/test/Model/UnifiedFileTest.php index 34143685b0..841d8d75c7 100644 --- a/src/gen/test/Model/UnifiedFileTest.php +++ b/src/gen/test/Model/UnifiedFileTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnifiedIdTest.php b/src/gen/test/Model/UnifiedIdTest.php index 607148a08e..2a0cb3e853 100644 --- a/src/gen/test/Model/UnifiedIdTest.php +++ b/src/gen/test/Model/UnifiedIdTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UnprocessableResponseTest.php b/src/gen/test/Model/UnprocessableResponseTest.php index db85ecf343..a1bcbd69d1 100644 --- a/src/gen/test/Model/UnprocessableResponseTest.php +++ b/src/gen/test/Model/UnprocessableResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateActivityResponseTest.php b/src/gen/test/Model/UpdateActivityResponseTest.php index 4569a40173..5524ec0cbb 100644 --- a/src/gen/test/Model/UpdateActivityResponseTest.php +++ b/src/gen/test/Model/UpdateActivityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateApplicantResponseTest.php b/src/gen/test/Model/UpdateApplicantResponseTest.php index 7b3e275104..fa43c2a663 100644 --- a/src/gen/test/Model/UpdateApplicantResponseTest.php +++ b/src/gen/test/Model/UpdateApplicantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateApplicationResponseTest.php b/src/gen/test/Model/UpdateApplicationResponseTest.php index 1390751b56..be3860d6d9 100644 --- a/src/gen/test/Model/UpdateApplicationResponseTest.php +++ b/src/gen/test/Model/UpdateApplicationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateBillResponseTest.php b/src/gen/test/Model/UpdateBillResponseTest.php index 3bedde2b25..a3901973a8 100644 --- a/src/gen/test/Model/UpdateBillResponseTest.php +++ b/src/gen/test/Model/UpdateBillResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCommentResponseTest.php b/src/gen/test/Model/UpdateCommentResponseTest.php index c5cf7b3307..d667fba291 100644 --- a/src/gen/test/Model/UpdateCommentResponseTest.php +++ b/src/gen/test/Model/UpdateCommentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCompanyResponseTest.php b/src/gen/test/Model/UpdateCompanyResponseTest.php index f6b5b12801..359c1daec6 100644 --- a/src/gen/test/Model/UpdateCompanyResponseTest.php +++ b/src/gen/test/Model/UpdateCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateConnectionResponseTest.php b/src/gen/test/Model/UpdateConnectionResponseTest.php index b2fc409aef..4a9956ca50 100644 --- a/src/gen/test/Model/UpdateConnectionResponseTest.php +++ b/src/gen/test/Model/UpdateConnectionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateConsumerRequestTest.php b/src/gen/test/Model/UpdateConsumerRequestTest.php index 7fbb3b9717..6abf3e9532 100644 --- a/src/gen/test/Model/UpdateConsumerRequestTest.php +++ b/src/gen/test/Model/UpdateConsumerRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateConsumerResponseTest.php b/src/gen/test/Model/UpdateConsumerResponseTest.php index 1cc807a032..24395e6c02 100644 --- a/src/gen/test/Model/UpdateConsumerResponseTest.php +++ b/src/gen/test/Model/UpdateConsumerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateContactResponseTest.php b/src/gen/test/Model/UpdateContactResponseTest.php index 964197703f..cde7aa3895 100644 --- a/src/gen/test/Model/UpdateContactResponseTest.php +++ b/src/gen/test/Model/UpdateContactResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCreditNoteResponseTest.php b/src/gen/test/Model/UpdateCreditNoteResponseTest.php index c972b706e7..2b71adff67 100644 --- a/src/gen/test/Model/UpdateCreditNoteResponseTest.php +++ b/src/gen/test/Model/UpdateCreditNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCustomerResponseTest.php b/src/gen/test/Model/UpdateCustomerResponseTest.php index 5c2ebdc8e6..bd0235fe62 100644 --- a/src/gen/test/Model/UpdateCustomerResponseTest.php +++ b/src/gen/test/Model/UpdateCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateDepartmentResponseTest.php b/src/gen/test/Model/UpdateDepartmentResponseTest.php index 3f062acf19..5862a84d96 100644 --- a/src/gen/test/Model/UpdateDepartmentResponseTest.php +++ b/src/gen/test/Model/UpdateDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateDriveGroupResponseTest.php b/src/gen/test/Model/UpdateDriveGroupResponseTest.php index 2b5607fdf1..9fa618ee61 100644 --- a/src/gen/test/Model/UpdateDriveGroupResponseTest.php +++ b/src/gen/test/Model/UpdateDriveGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateDriveResponseTest.php b/src/gen/test/Model/UpdateDriveResponseTest.php index 25f2c01492..8c412dc4a0 100644 --- a/src/gen/test/Model/UpdateDriveResponseTest.php +++ b/src/gen/test/Model/UpdateDriveResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateEcommerceCustomerResponseTest.php b/src/gen/test/Model/UpdateEcommerceCustomerResponseTest.php index a63b991890..c7bc677757 100644 --- a/src/gen/test/Model/UpdateEcommerceCustomerResponseTest.php +++ b/src/gen/test/Model/UpdateEcommerceCustomerResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateEcommerceOrderResponseTest.php b/src/gen/test/Model/UpdateEcommerceOrderResponseTest.php index d2d21aa073..c2b1e070dd 100644 --- a/src/gen/test/Model/UpdateEcommerceOrderResponseTest.php +++ b/src/gen/test/Model/UpdateEcommerceOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateEmployeeResponseTest.php b/src/gen/test/Model/UpdateEmployeeResponseTest.php index ae3451570f..f4dbad560e 100644 --- a/src/gen/test/Model/UpdateEmployeeResponseTest.php +++ b/src/gen/test/Model/UpdateEmployeeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateFileRequestTest.php b/src/gen/test/Model/UpdateFileRequestTest.php index 3628becbfa..8cb9b747e5 100644 --- a/src/gen/test/Model/UpdateFileRequestTest.php +++ b/src/gen/test/Model/UpdateFileRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateFileResponseTest.php b/src/gen/test/Model/UpdateFileResponseTest.php index 23c63a85da..d53555cae7 100644 --- a/src/gen/test/Model/UpdateFileResponseTest.php +++ b/src/gen/test/Model/UpdateFileResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateFolderRequestTest.php b/src/gen/test/Model/UpdateFolderRequestTest.php index 7a8956433a..48dd3fd9c7 100644 --- a/src/gen/test/Model/UpdateFolderRequestTest.php +++ b/src/gen/test/Model/UpdateFolderRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateFolderResponseTest.php b/src/gen/test/Model/UpdateFolderResponseTest.php index 93b2403782..34553fb3fc 100644 --- a/src/gen/test/Model/UpdateFolderResponseTest.php +++ b/src/gen/test/Model/UpdateFolderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateHrisCompanyResponseTest.php b/src/gen/test/Model/UpdateHrisCompanyResponseTest.php index b3222bd0cc..27d4beeb0f 100644 --- a/src/gen/test/Model/UpdateHrisCompanyResponseTest.php +++ b/src/gen/test/Model/UpdateHrisCompanyResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateInvoiceItemsResponseTest.php b/src/gen/test/Model/UpdateInvoiceItemsResponseTest.php index 43ee511fe7..084fb854ef 100644 --- a/src/gen/test/Model/UpdateInvoiceItemsResponseTest.php +++ b/src/gen/test/Model/UpdateInvoiceItemsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateInvoiceResponseTest.php b/src/gen/test/Model/UpdateInvoiceResponseTest.php index b4e2703ca1..b580ecdd2a 100644 --- a/src/gen/test/Model/UpdateInvoiceResponseTest.php +++ b/src/gen/test/Model/UpdateInvoiceResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateItemResponseTest.php b/src/gen/test/Model/UpdateItemResponseTest.php index 1dc805b71a..7fd03cb89c 100644 --- a/src/gen/test/Model/UpdateItemResponseTest.php +++ b/src/gen/test/Model/UpdateItemResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateJobResponseTest.php b/src/gen/test/Model/UpdateJobResponseTest.php index fedad20f67..1867d98a7f 100644 --- a/src/gen/test/Model/UpdateJobResponseTest.php +++ b/src/gen/test/Model/UpdateJobResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateJournalEntryResponseTest.php b/src/gen/test/Model/UpdateJournalEntryResponseTest.php index db5c67dcf6..7bba9f97d6 100644 --- a/src/gen/test/Model/UpdateJournalEntryResponseTest.php +++ b/src/gen/test/Model/UpdateJournalEntryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateLeadResponseTest.php b/src/gen/test/Model/UpdateLeadResponseTest.php index d42447a76b..51b53c5018 100644 --- a/src/gen/test/Model/UpdateLeadResponseTest.php +++ b/src/gen/test/Model/UpdateLeadResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateLedgerAccountResponseTest.php b/src/gen/test/Model/UpdateLedgerAccountResponseTest.php index ce6da5b99f..e77603041e 100644 --- a/src/gen/test/Model/UpdateLedgerAccountResponseTest.php +++ b/src/gen/test/Model/UpdateLedgerAccountResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateLocationResponseTest.php b/src/gen/test/Model/UpdateLocationResponseTest.php index 54448604aa..91b7f80f7a 100644 --- a/src/gen/test/Model/UpdateLocationResponseTest.php +++ b/src/gen/test/Model/UpdateLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateMerchantResponseTest.php b/src/gen/test/Model/UpdateMerchantResponseTest.php index 5e40a9f465..ed05d8548c 100644 --- a/src/gen/test/Model/UpdateMerchantResponseTest.php +++ b/src/gen/test/Model/UpdateMerchantResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateMessageResponseTest.php b/src/gen/test/Model/UpdateMessageResponseTest.php index f2ff5f0d4f..1584e19ed0 100644 --- a/src/gen/test/Model/UpdateMessageResponseTest.php +++ b/src/gen/test/Model/UpdateMessageResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateModifierGroupResponseTest.php b/src/gen/test/Model/UpdateModifierGroupResponseTest.php index 14904e4a37..3ec55eace6 100644 --- a/src/gen/test/Model/UpdateModifierGroupResponseTest.php +++ b/src/gen/test/Model/UpdateModifierGroupResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateModifierResponseTest.php b/src/gen/test/Model/UpdateModifierResponseTest.php index cf793d5a32..51ad5c144a 100644 --- a/src/gen/test/Model/UpdateModifierResponseTest.php +++ b/src/gen/test/Model/UpdateModifierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateNoteResponseTest.php b/src/gen/test/Model/UpdateNoteResponseTest.php index 1fd5107fde..ad36af276f 100644 --- a/src/gen/test/Model/UpdateNoteResponseTest.php +++ b/src/gen/test/Model/UpdateNoteResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateOpportunityResponseTest.php b/src/gen/test/Model/UpdateOpportunityResponseTest.php index c736faca92..8d2c9ac52f 100644 --- a/src/gen/test/Model/UpdateOpportunityResponseTest.php +++ b/src/gen/test/Model/UpdateOpportunityResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateOrderResponseTest.php b/src/gen/test/Model/UpdateOrderResponseTest.php index 08bab58466..1d5d026a8e 100644 --- a/src/gen/test/Model/UpdateOrderResponseTest.php +++ b/src/gen/test/Model/UpdateOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateOrderTypeResponseTest.php b/src/gen/test/Model/UpdateOrderTypeResponseTest.php index 4764efb5da..5679b4b7bb 100644 --- a/src/gen/test/Model/UpdateOrderTypeResponseTest.php +++ b/src/gen/test/Model/UpdateOrderTypeResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdatePaymentResponseTest.php b/src/gen/test/Model/UpdatePaymentResponseTest.php index cd2f30d583..8c6f430ccc 100644 --- a/src/gen/test/Model/UpdatePaymentResponseTest.php +++ b/src/gen/test/Model/UpdatePaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdatePipelineResponseTest.php b/src/gen/test/Model/UpdatePipelineResponseTest.php index 09efd3748a..c8f687fac8 100644 --- a/src/gen/test/Model/UpdatePipelineResponseTest.php +++ b/src/gen/test/Model/UpdatePipelineResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdatePosPaymentResponseTest.php b/src/gen/test/Model/UpdatePosPaymentResponseTest.php index 8353ee3727..52fe1100a5 100644 --- a/src/gen/test/Model/UpdatePosPaymentResponseTest.php +++ b/src/gen/test/Model/UpdatePosPaymentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateProductResponseTest.php b/src/gen/test/Model/UpdateProductResponseTest.php index 9e05de2f35..c46ebaa3ff 100644 --- a/src/gen/test/Model/UpdateProductResponseTest.php +++ b/src/gen/test/Model/UpdateProductResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdatePurchaseOrderResponseTest.php b/src/gen/test/Model/UpdatePurchaseOrderResponseTest.php index 1f322bf1fc..65f43dcb7a 100644 --- a/src/gen/test/Model/UpdatePurchaseOrderResponseTest.php +++ b/src/gen/test/Model/UpdatePurchaseOrderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateSharedLinkResponseTest.php b/src/gen/test/Model/UpdateSharedLinkResponseTest.php index 90825e7b11..b4f9c8eb23 100644 --- a/src/gen/test/Model/UpdateSharedLinkResponseTest.php +++ b/src/gen/test/Model/UpdateSharedLinkResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateSupplierResponseTest.php b/src/gen/test/Model/UpdateSupplierResponseTest.php index 216d32ba99..fc007d259a 100644 --- a/src/gen/test/Model/UpdateSupplierResponseTest.php +++ b/src/gen/test/Model/UpdateSupplierResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateTaxRateResponseTest.php b/src/gen/test/Model/UpdateTaxRateResponseTest.php index 39681827ec..c28253e8fa 100644 --- a/src/gen/test/Model/UpdateTaxRateResponseTest.php +++ b/src/gen/test/Model/UpdateTaxRateResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateTenderResponseTest.php b/src/gen/test/Model/UpdateTenderResponseTest.php index 559015c8b4..ad43b1d55a 100644 --- a/src/gen/test/Model/UpdateTenderResponseTest.php +++ b/src/gen/test/Model/UpdateTenderResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateTicketResponseTest.php b/src/gen/test/Model/UpdateTicketResponseTest.php index a97cf55a1c..558fd4da3d 100644 --- a/src/gen/test/Model/UpdateTicketResponseTest.php +++ b/src/gen/test/Model/UpdateTicketResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateTimeOffRequestResponseTest.php b/src/gen/test/Model/UpdateTimeOffRequestResponseTest.php index 56acbb619f..05093e5227 100644 --- a/src/gen/test/Model/UpdateTimeOffRequestResponseTest.php +++ b/src/gen/test/Model/UpdateTimeOffRequestResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateUploadSessionResponseTest.php b/src/gen/test/Model/UpdateUploadSessionResponseTest.php index 1318c31a04..51410491bf 100644 --- a/src/gen/test/Model/UpdateUploadSessionResponseTest.php +++ b/src/gen/test/Model/UpdateUploadSessionResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateUserResponseTest.php b/src/gen/test/Model/UpdateUserResponseTest.php index 80e3cc9174..0f84836549 100644 --- a/src/gen/test/Model/UpdateUserResponseTest.php +++ b/src/gen/test/Model/UpdateUserResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateWebhookRequestTest.php b/src/gen/test/Model/UpdateWebhookRequestTest.php index 3215d8c7c0..75649ae5de 100644 --- a/src/gen/test/Model/UpdateWebhookRequestTest.php +++ b/src/gen/test/Model/UpdateWebhookRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateWebhookResponseTest.php b/src/gen/test/Model/UpdateWebhookResponseTest.php index 3979d0abaf..5cabb95123 100644 --- a/src/gen/test/Model/UpdateWebhookResponseTest.php +++ b/src/gen/test/Model/UpdateWebhookResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UploadSessionTest.php b/src/gen/test/Model/UploadSessionTest.php index d72015a908..5cebf7ec35 100644 --- a/src/gen/test/Model/UploadSessionTest.php +++ b/src/gen/test/Model/UploadSessionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UserTest.php b/src/gen/test/Model/UserTest.php index 13b6152b40..f869970aab 100644 --- a/src/gen/test/Model/UserTest.php +++ b/src/gen/test/Model/UserTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/VaultEventTypeTest.php b/src/gen/test/Model/VaultEventTypeTest.php index 7312fe50de..2f46a8f819 100644 --- a/src/gen/test/Model/VaultEventTypeTest.php +++ b/src/gen/test/Model/VaultEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/VirtualWebhooksTest.php b/src/gen/test/Model/VirtualWebhooksTest.php index 56af2f32b1..aa3db6cd38 100644 --- a/src/gen/test/Model/VirtualWebhooksTest.php +++ b/src/gen/test/Model/VirtualWebhooksTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WalletDetailsTest.php b/src/gen/test/Model/WalletDetailsTest.php index 2b22f25d74..7df6d084a0 100644 --- a/src/gen/test/Model/WalletDetailsTest.php +++ b/src/gen/test/Model/WalletDetailsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventLogAttemptsTest.php b/src/gen/test/Model/WebhookEventLogAttemptsTest.php index 838b40cd9b..ca433884bb 100644 --- a/src/gen/test/Model/WebhookEventLogAttemptsTest.php +++ b/src/gen/test/Model/WebhookEventLogAttemptsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventLogServiceTest.php b/src/gen/test/Model/WebhookEventLogServiceTest.php index ddb0903638..ed9fd5a57d 100644 --- a/src/gen/test/Model/WebhookEventLogServiceTest.php +++ b/src/gen/test/Model/WebhookEventLogServiceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventLogTest.php b/src/gen/test/Model/WebhookEventLogTest.php index f4f7f60ab6..01090b97a8 100644 --- a/src/gen/test/Model/WebhookEventLogTest.php +++ b/src/gen/test/Model/WebhookEventLogTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventLogsFilterServiceTest.php b/src/gen/test/Model/WebhookEventLogsFilterServiceTest.php index ebd7de669a..d4eca2db44 100644 --- a/src/gen/test/Model/WebhookEventLogsFilterServiceTest.php +++ b/src/gen/test/Model/WebhookEventLogsFilterServiceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventLogsFilterTest.php b/src/gen/test/Model/WebhookEventLogsFilterTest.php index ef38007c4f..9a26ed42a2 100644 --- a/src/gen/test/Model/WebhookEventLogsFilterTest.php +++ b/src/gen/test/Model/WebhookEventLogsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventTest.php b/src/gen/test/Model/WebhookEventTest.php index 7cac77c0d6..e8a2b06584 100644 --- a/src/gen/test/Model/WebhookEventTest.php +++ b/src/gen/test/Model/WebhookEventTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookEventTypeTest.php b/src/gen/test/Model/WebhookEventTypeTest.php index 9d315a2592..99f1fa060c 100644 --- a/src/gen/test/Model/WebhookEventTypeTest.php +++ b/src/gen/test/Model/WebhookEventTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookSubscriptionTest.php b/src/gen/test/Model/WebhookSubscriptionTest.php index 4569912c0d..abbb6a72c4 100644 --- a/src/gen/test/Model/WebhookSubscriptionTest.php +++ b/src/gen/test/Model/WebhookSubscriptionTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookSupportTest.php b/src/gen/test/Model/WebhookSupportTest.php index f52a1429a7..00b0b7f87a 100644 --- a/src/gen/test/Model/WebhookSupportTest.php +++ b/src/gen/test/Model/WebhookSupportTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebhookTest.php b/src/gen/test/Model/WebhookTest.php index 3ff7aa720d..1997faf487 100644 --- a/src/gen/test/Model/WebhookTest.php +++ b/src/gen/test/Model/WebhookTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/WebsiteTest.php b/src/gen/test/Model/WebsiteTest.php index f097393837..4e6a273dcb 100644 --- a/src/gen/test/Model/WebsiteTest.php +++ b/src/gen/test/Model/WebsiteTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 9.9.0 + * The version of the OpenAPI document: 9.9.1 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */