From e5793aa1f3151a044faee843b66bbf8236aae72c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:31:03 +0000 Subject: [PATCH 1/3] Automated update by SDK Generator version:3.5.1 commit:cfda8be --- .gitignore | 1 + src/gen/lib/Api/AccountingApi.php | 1840 ++++++++++++++++++++------ src/gen/lib/Api/AtsApi.php | 260 +++- src/gen/lib/Api/ConnectorApi.php | 70 +- src/gen/lib/Api/CrmApi.php | 900 ++++++++++--- src/gen/lib/Api/EcommerceApi.php | 260 +++- src/gen/lib/Api/FileStorageApi.php | 630 +++++++-- src/gen/lib/Api/HrisApi.php | 600 +++++++-- src/gen/lib/Api/IssueTrackingApi.php | 450 +++++-- src/gen/lib/Api/LeadApi.php | 110 +- src/gen/lib/Api/PosApi.php | 860 +++++++++--- src/gen/lib/Api/SmsApi.php | 90 +- src/gen/lib/Api/VaultApi.php | 100 +- src/gen/lib/Api/WebhookApi.php | 50 +- 14 files changed, 4977 insertions(+), 1244 deletions(-) diff --git a/.gitignore b/.gitignore index 7a2dc24c4..f6a2735e0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ tmp/* .dist api_new.yml .eslintcache +.idea .dist/* diff --git a/src/gen/lib/Api/AccountingApi.php b/src/gen/lib/Api/AccountingApi.php index 43c62e6e8..7a64cfcd5 100644 --- a/src/gen/lib/Api/AccountingApi.php +++ b/src/gen/lib/Api/AccountingApi.php @@ -512,7 +512,6 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -520,7 +519,14 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -552,7 +558,6 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -560,7 +565,14 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -592,7 +604,6 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -600,7 +611,14 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -632,7 +650,6 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -640,7 +657,14 @@ public function attachmentsAllRequest($reference_type, $reference_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1130,7 +1154,6 @@ public function attachmentsDeleteRequest($reference_type, $reference_id, $id, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1138,7 +1161,14 @@ public function attachmentsDeleteRequest($reference_type, $reference_id, $id, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1636,7 +1666,6 @@ public function attachmentsDownloadRequest($reference_type, $reference_id, $id, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1644,7 +1673,14 @@ public function attachmentsDownloadRequest($reference_type, $reference_id, $id, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2147,7 +2183,6 @@ public function attachmentsOneRequest($reference_type, $reference_id, $id, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2155,7 +2190,14 @@ public function attachmentsOneRequest($reference_type, $reference_id, $id, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2187,7 +2229,6 @@ public function attachmentsOneRequest($reference_type, $reference_id, $id, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2195,7 +2236,14 @@ public function attachmentsOneRequest($reference_type, $reference_id, $id, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2670,7 +2718,6 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2678,7 +2725,14 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -2710,7 +2764,6 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2718,7 +2771,14 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -2750,7 +2810,6 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2758,7 +2817,14 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3210,7 +3276,6 @@ public function billsAddRequest($bill, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3218,7 +3283,14 @@ public function billsAddRequest($bill, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3702,7 +3774,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3710,7 +3781,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3742,7 +3820,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3750,7 +3827,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3782,7 +3866,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3790,7 +3873,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3822,7 +3912,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3830,7 +3919,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -3862,7 +3958,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3870,7 +3965,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -3902,7 +4004,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3910,7 +4011,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -3942,7 +4050,6 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3950,7 +4057,14 @@ public function billsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4402,7 +4516,6 @@ public function billsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4410,7 +4523,14 @@ public function billsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4875,7 +4995,6 @@ public function billsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4883,7 +5002,14 @@ public function billsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4915,7 +5041,6 @@ public function billsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4923,7 +5048,14 @@ public function billsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5394,7 +5526,6 @@ public function billsUpdateRequest($id, $bill, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5402,7 +5533,14 @@ public function billsUpdateRequest($id, $bill, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5862,7 +6000,6 @@ public function companyInfoOneRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5870,7 +6007,14 @@ public function companyInfoOneRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5902,7 +6046,6 @@ public function companyInfoOneRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5910,7 +6053,14 @@ public function companyInfoOneRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6362,7 +6512,6 @@ public function creditNotesAddRequest($credit_note, $raw = false, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6370,7 +6519,14 @@ public function creditNotesAddRequest($credit_note, $raw = false, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6854,7 +7010,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6862,7 +7017,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6894,7 +7056,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6902,7 +7063,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -6934,7 +7102,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6942,7 +7109,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -6974,7 +7148,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6982,7 +7155,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -7014,7 +7194,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7022,7 +7201,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -7054,7 +7240,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7062,7 +7247,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -7094,7 +7286,6 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7102,7 +7293,14 @@ public function creditNotesAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7554,7 +7752,6 @@ public function creditNotesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7562,7 +7759,14 @@ public function creditNotesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8027,7 +8231,6 @@ public function creditNotesOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8035,7 +8238,14 @@ public function creditNotesOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8067,7 +8277,6 @@ public function creditNotesOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8075,7 +8284,14 @@ public function creditNotesOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -8546,7 +8762,6 @@ public function creditNotesUpdateRequest($id, $credit_note, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8554,7 +8769,14 @@ public function creditNotesUpdateRequest($id, $credit_note, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9020,7 +9242,6 @@ public function customersAddRequest($customer, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9028,7 +9249,14 @@ public function customersAddRequest($customer, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9512,7 +9740,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9520,7 +9747,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9552,7 +9786,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9560,7 +9793,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -9592,7 +9832,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9600,7 +9839,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -9632,7 +9878,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9640,7 +9885,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -9672,7 +9924,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9680,7 +9931,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -9712,7 +9970,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9720,7 +9977,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -9752,7 +10016,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9760,7 +10023,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10212,7 +10482,6 @@ public function customersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10220,7 +10489,14 @@ public function customersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10685,7 +10961,6 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10693,7 +10968,14 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10725,7 +11007,6 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10733,7 +11014,14 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -11204,7 +11492,6 @@ public function customersUpdateRequest($id, $customer, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11212,7 +11499,14 @@ public function customersUpdateRequest($id, $customer, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11678,7 +11972,6 @@ public function departmentsAddRequest($accounting_department, $raw = false, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11686,7 +11979,14 @@ public function departmentsAddRequest($accounting_department, $raw = false, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12160,7 +12460,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12168,7 +12467,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12200,7 +12506,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12208,7 +12513,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -12240,7 +12552,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12248,7 +12559,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -12280,7 +12598,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12288,7 +12605,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -12320,7 +12644,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12328,7 +12651,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -12780,7 +13110,6 @@ public function departmentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12788,7 +13117,14 @@ public function departmentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13253,7 +13589,6 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13261,7 +13596,14 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13293,7 +13635,6 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13301,7 +13642,14 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -13772,7 +14120,6 @@ public function departmentsUpdateRequest($id, $accounting_department, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13780,7 +14127,14 @@ public function departmentsUpdateRequest($id, $accounting_department, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14246,7 +14600,6 @@ public function invoiceItemsAddRequest($invoice_item, $raw = false, $x_apideck_c $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14254,7 +14607,14 @@ public function invoiceItemsAddRequest($invoice_item, $raw = false, $x_apideck_c $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14733,7 +15093,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14741,7 +15100,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14773,7 +15139,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14781,7 +15146,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -14813,7 +15185,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14821,7 +15192,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -14853,7 +15231,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14861,7 +15238,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -14893,7 +15277,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14901,7 +15284,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -14933,7 +15323,6 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14941,7 +15330,14 @@ public function invoiceItemsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -15393,7 +15789,6 @@ public function invoiceItemsDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15401,7 +15796,14 @@ public function invoiceItemsDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15866,7 +16268,6 @@ public function invoiceItemsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15874,7 +16275,14 @@ public function invoiceItemsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15906,7 +16314,6 @@ public function invoiceItemsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15914,7 +16321,14 @@ public function invoiceItemsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -16385,7 +16799,6 @@ public function invoiceItemsUpdateRequest($id, $invoice_item, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16393,7 +16806,14 @@ public function invoiceItemsUpdateRequest($id, $invoice_item, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16859,7 +17279,6 @@ public function invoicesAddRequest($invoice, $raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16867,7 +17286,14 @@ public function invoicesAddRequest($invoice, $raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17351,7 +17777,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17359,7 +17784,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17391,7 +17823,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17399,7 +17830,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -17431,7 +17869,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17439,7 +17876,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -17471,7 +17915,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17479,7 +17922,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -17511,7 +17961,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17519,7 +17968,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -17551,7 +18007,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17559,7 +18014,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -17591,7 +18053,6 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17599,7 +18060,14 @@ public function invoicesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -18051,7 +18519,6 @@ public function invoicesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18059,7 +18526,14 @@ public function invoicesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -18524,7 +18998,6 @@ public function invoicesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18532,7 +19005,14 @@ public function invoicesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -18564,7 +19044,6 @@ public function invoicesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18572,7 +19051,14 @@ public function invoicesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -19043,7 +19529,6 @@ public function invoicesUpdateRequest($id, $invoice, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19051,7 +19536,14 @@ public function invoicesUpdateRequest($id, $invoice, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -19517,7 +20009,6 @@ public function journalEntriesAddRequest($journal_entry, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19525,7 +20016,14 @@ public function journalEntriesAddRequest($journal_entry, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20009,7 +20507,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20017,7 +20514,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20049,7 +20553,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20057,7 +20560,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -20089,7 +20599,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20097,7 +20606,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -20129,7 +20645,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20137,7 +20652,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -20169,7 +20691,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20177,7 +20698,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -20209,7 +20737,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20217,7 +20744,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -20249,7 +20783,6 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20257,7 +20790,14 @@ public function journalEntriesAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -20709,7 +21249,6 @@ public function journalEntriesDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20717,7 +21256,14 @@ public function journalEntriesDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -21182,7 +21728,6 @@ public function journalEntriesOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21190,7 +21735,14 @@ public function journalEntriesOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -21222,7 +21774,6 @@ public function journalEntriesOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21230,7 +21781,14 @@ public function journalEntriesOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -21701,7 +22259,6 @@ public function journalEntriesUpdateRequest($id, $journal_entry, $x_apideck_cons $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21709,7 +22266,14 @@ public function journalEntriesUpdateRequest($id, $journal_entry, $x_apideck_cons $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -22175,7 +22739,6 @@ public function ledgerAccountsAddRequest($ledger_account, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22183,7 +22746,14 @@ public function ledgerAccountsAddRequest($ledger_account, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -22667,7 +23237,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22675,7 +23244,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -22707,7 +23283,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22715,7 +23290,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -22747,7 +23329,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22755,7 +23336,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -22787,7 +23375,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22795,7 +23382,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -22827,7 +23421,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22835,7 +23428,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -22867,7 +23467,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22875,7 +23474,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -22907,7 +23513,6 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22915,7 +23520,14 @@ public function ledgerAccountsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -23367,7 +23979,6 @@ public function ledgerAccountsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -23375,7 +23986,14 @@ public function ledgerAccountsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -23840,7 +24458,6 @@ public function ledgerAccountsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -23848,7 +24465,14 @@ public function ledgerAccountsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -23880,7 +24504,6 @@ public function ledgerAccountsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -23888,7 +24511,14 @@ public function ledgerAccountsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -24359,7 +24989,6 @@ public function ledgerAccountsUpdateRequest($id, $ledger_account, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -24367,7 +24996,14 @@ public function ledgerAccountsUpdateRequest($id, $ledger_account, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -24833,7 +25469,6 @@ public function locationsAddRequest($accounting_location, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -24841,7 +25476,14 @@ public function locationsAddRequest($accounting_location, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -25315,7 +25957,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25323,7 +25964,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -25355,7 +26003,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25363,7 +26010,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -25395,7 +26049,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25403,7 +26056,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -25435,7 +26095,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25443,7 +26102,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -25475,7 +26141,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25483,7 +26148,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -25935,7 +26607,6 @@ public function locationsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -25943,7 +26614,14 @@ public function locationsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -26408,7 +27086,6 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -26416,7 +27093,14 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -26448,7 +27132,6 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -26456,7 +27139,14 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -26927,7 +27617,6 @@ public function locationsUpdateRequest($id, $accounting_location, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -26935,7 +27624,14 @@ public function locationsUpdateRequest($id, $accounting_location, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -27401,7 +28097,6 @@ public function paymentsAddRequest($payment, $raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -27409,7 +28104,14 @@ public function paymentsAddRequest($payment, $raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -27893,7 +28595,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -27901,7 +28602,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -27933,7 +28641,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -27941,7 +28648,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -27973,7 +28687,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -27981,7 +28694,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -28013,7 +28733,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -28021,7 +28740,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -28053,7 +28779,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -28061,7 +28786,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -28093,7 +28825,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -28101,7 +28832,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -28133,7 +28871,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -28141,7 +28878,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -28593,7 +29337,6 @@ public function paymentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -28601,7 +29344,14 @@ public function paymentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -29066,7 +29816,6 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -29074,7 +29823,14 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -29106,7 +29862,6 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -29114,7 +29869,14 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -29585,7 +30347,6 @@ public function paymentsUpdateRequest($id, $payment, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -29593,7 +30354,14 @@ public function paymentsUpdateRequest($id, $payment, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -30063,7 +30831,6 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -30071,7 +30838,14 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -30103,7 +30877,6 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -30111,7 +30884,14 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -30143,7 +30923,6 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -30151,7 +30930,14 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -30183,7 +30969,6 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -30191,7 +30976,14 @@ public function profitAndLossOneRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -30643,7 +31435,6 @@ public function purchaseOrdersAddRequest($purchase_order, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -30651,7 +31442,14 @@ public function purchaseOrdersAddRequest($purchase_order, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -31130,7 +31928,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31138,7 +31935,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -31170,7 +31974,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31178,7 +31981,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -31210,7 +32020,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31218,7 +32027,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -31250,7 +32066,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31258,7 +32073,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -31290,7 +32112,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31298,7 +32119,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -31330,7 +32158,6 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31338,7 +32165,14 @@ public function purchaseOrdersAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -31790,7 +32624,6 @@ public function purchaseOrdersDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -31798,7 +32631,14 @@ public function purchaseOrdersDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -32258,7 +33098,6 @@ public function purchaseOrdersOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -32266,7 +33105,14 @@ public function purchaseOrdersOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -32737,7 +33583,6 @@ public function purchaseOrdersUpdateRequest($id, $purchase_order, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -32745,7 +33590,14 @@ public function purchaseOrdersUpdateRequest($id, $purchase_order, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -33211,7 +34063,6 @@ public function subsidiariesAddRequest($subsidiary, $raw = false, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -33219,7 +34070,14 @@ public function subsidiariesAddRequest($subsidiary, $raw = false, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -33688,7 +34546,6 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -33696,7 +34553,14 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -33728,7 +34592,6 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -33736,7 +34599,14 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -33768,7 +34638,6 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -33776,7 +34645,14 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -33808,7 +34684,6 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -33816,7 +34691,14 @@ public function subsidiariesAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -34268,7 +35150,6 @@ public function subsidiariesDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -34276,7 +35157,14 @@ public function subsidiariesDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -34741,7 +35629,6 @@ public function subsidiariesOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -34749,7 +35636,14 @@ public function subsidiariesOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -34781,7 +35675,6 @@ public function subsidiariesOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -34789,7 +35682,14 @@ public function subsidiariesOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -35260,7 +36160,6 @@ public function subsidiariesUpdateRequest($id, $subsidiary, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -35268,7 +36167,14 @@ public function subsidiariesUpdateRequest($id, $subsidiary, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -35734,7 +36640,6 @@ public function suppliersAddRequest($supplier, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -35742,7 +36647,14 @@ public function suppliersAddRequest($supplier, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -36226,7 +37138,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36234,7 +37145,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -36266,7 +37184,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36274,7 +37191,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -36306,7 +37230,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36314,7 +37237,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -36346,7 +37276,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36354,7 +37283,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -36386,7 +37322,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36394,7 +37329,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -36426,7 +37368,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36434,7 +37375,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -36466,7 +37414,6 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36474,7 +37421,14 @@ public function suppliersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -36926,7 +37880,6 @@ public function suppliersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -36934,7 +37887,14 @@ public function suppliersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -37399,7 +38359,6 @@ public function suppliersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -37407,7 +38366,14 @@ public function suppliersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -37439,7 +38405,6 @@ public function suppliersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -37447,7 +38412,14 @@ public function suppliersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -37918,7 +38890,6 @@ public function suppliersUpdateRequest($id, $supplier, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -37926,7 +38897,14 @@ public function suppliersUpdateRequest($id, $supplier, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -38392,7 +39370,6 @@ public function taxRatesAddRequest($tax_rate, $raw = false, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -38400,7 +39377,14 @@ public function taxRatesAddRequest($tax_rate, $raw = false, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -38879,7 +39863,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -38887,7 +39870,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -38919,7 +39909,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -38927,7 +39916,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -38959,7 +39955,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -38967,7 +39962,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -38999,7 +40001,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -39007,7 +40008,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -39039,7 +40047,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -39047,7 +40054,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -39079,7 +40093,6 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -39087,7 +40100,14 @@ public function taxRatesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -39539,7 +40559,6 @@ public function taxRatesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -39547,7 +40566,14 @@ public function taxRatesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -40012,7 +41038,6 @@ public function taxRatesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -40020,7 +41045,14 @@ public function taxRatesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -40052,7 +41084,6 @@ public function taxRatesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -40060,7 +41091,14 @@ public function taxRatesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -40531,7 +41569,6 @@ public function taxRatesUpdateRequest($id, $tax_rate, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -40539,7 +41576,14 @@ public function taxRatesUpdateRequest($id, $tax_rate, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -41005,7 +42049,6 @@ public function trackingCategoriesAddRequest($tracking_category, $raw = false, $ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41013,7 +42056,14 @@ public function trackingCategoriesAddRequest($tracking_category, $raw = false, $ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -41487,7 +42537,6 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41495,7 +42544,14 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -41527,7 +42583,6 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41535,7 +42590,14 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -41567,7 +42629,6 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41575,7 +42636,14 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -41607,7 +42675,6 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41615,7 +42682,14 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -41647,7 +42721,6 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -41655,7 +42728,14 @@ public function trackingCategoriesAllRequest($raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -42107,7 +43187,6 @@ public function trackingCategoriesDeleteRequest($id, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -42115,7 +43194,14 @@ public function trackingCategoriesDeleteRequest($id, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -42580,7 +43666,6 @@ public function trackingCategoriesOneRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -42588,7 +43673,14 @@ public function trackingCategoriesOneRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -42620,7 +43712,6 @@ public function trackingCategoriesOneRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -42628,7 +43719,14 @@ public function trackingCategoriesOneRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -43099,7 +44197,6 @@ public function trackingCategoriesUpdateRequest($id, $tracking_category, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -43107,7 +44204,14 @@ public function trackingCategoriesUpdateRequest($id, $tracking_category, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/AtsApi.php b/src/gen/lib/Api/AtsApi.php index b7884e524..a06a257ad 100644 --- a/src/gen/lib/Api/AtsApi.php +++ b/src/gen/lib/Api/AtsApi.php @@ -479,7 +479,6 @@ public function applicantsAddRequest($applicant, $raw = false, $x_apideck_consum $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function applicantsAddRequest($applicant, $raw = false, $x_apideck_consum $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -966,7 +972,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -974,7 +979,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1006,7 +1018,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1014,7 +1025,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1046,7 +1064,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1054,7 +1071,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1086,7 +1110,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1094,7 +1117,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1126,7 +1156,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1134,7 +1163,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1166,7 +1202,6 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1174,7 +1209,14 @@ public function applicantsAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1626,7 +1668,6 @@ public function applicantsDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1634,7 +1675,14 @@ public function applicantsDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2099,7 +2147,6 @@ public function applicantsOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2107,7 +2154,14 @@ public function applicantsOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2139,7 +2193,6 @@ public function applicantsOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2147,7 +2200,14 @@ public function applicantsOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2618,7 +2678,6 @@ public function applicantsUpdateRequest($id, $applicant, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2626,7 +2685,14 @@ public function applicantsUpdateRequest($id, $applicant, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3092,7 +3158,6 @@ public function applicationsAddRequest($application, $raw = false, $x_apideck_co $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3100,7 +3165,14 @@ public function applicationsAddRequest($application, $raw = false, $x_apideck_co $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3569,7 +3641,6 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3577,7 +3648,14 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3609,7 +3687,6 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3617,7 +3694,14 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3649,7 +3733,6 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3657,7 +3740,14 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -3689,7 +3779,6 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3697,7 +3786,14 @@ public function applicationsAllRequest($raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -4149,7 +4245,6 @@ public function applicationsDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4157,7 +4252,14 @@ public function applicationsDeleteRequest($id, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4617,7 +4719,6 @@ public function applicationsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4625,7 +4726,14 @@ public function applicationsOneRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5096,7 +5204,6 @@ public function applicationsUpdateRequest($id, $application, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5104,7 +5211,14 @@ public function applicationsUpdateRequest($id, $application, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5586,7 +5700,6 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5594,7 +5707,14 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5626,7 +5746,6 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5634,7 +5753,14 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -5666,7 +5792,6 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5674,7 +5799,14 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -5706,7 +5838,6 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5714,7 +5845,14 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -5746,7 +5884,6 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5754,7 +5891,14 @@ public function jobsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6211,7 +6355,6 @@ public function jobsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6219,7 +6362,14 @@ public function jobsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6251,7 +6401,6 @@ public function jobsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ap $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6259,7 +6408,14 @@ public function jobsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ap $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/ConnectorApi.php b/src/gen/lib/Api/ConnectorApi.php index 78026f83b..93eb39c53 100644 --- a/src/gen/lib/Api/ConnectorApi.php +++ b/src/gen/lib/Api/ConnectorApi.php @@ -1203,7 +1203,6 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1211,7 +1210,14 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1243,7 +1249,6 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1251,7 +1256,14 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1283,7 +1295,6 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1291,7 +1302,14 @@ public function apisAllRequest($x_apideck_app_id = null, $cursor = null, $limit $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -2445,7 +2463,6 @@ public function connectorResourcesOneRequest($id, $resource_id, $x_apideck_app_i $queryParams['sort['.$key.']'] = $value; } } - if ($unified_api !== null && 'filter' === 'unified_api') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2453,7 +2470,14 @@ public function connectorResourcesOneRequest($id, $resource_id, $x_apideck_app_i $queryParams['filter['.$key.']'] = $value; } } - if ($unified_api !== null && !('unified_api' === 'raw' || 'unified_api' === 'sort' || 'unified_api' === 'filter')) { + if ($unified_api !== null && 'pass_through' === 'unified_api') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($unified_api !== null && !('unified_api' === 'raw' || 'unified_api' === 'sort' || 'unified_api' === 'filter' || 'unified_api' === 'pass_through')) { if('form' === 'form' && is_array($unified_api)) { foreach($unified_api as $key => $value) { $queryParams[$key] = $value; @@ -2869,7 +2893,6 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2877,7 +2900,14 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -2909,7 +2939,6 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2917,7 +2946,14 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -2949,7 +2985,6 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2957,7 +2992,14 @@ public function connectorsAllRequest($x_apideck_app_id = null, $cursor = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/CrmApi.php b/src/gen/lib/Api/CrmApi.php index 560b89018..e52ab0d98 100644 --- a/src/gen/lib/Api/CrmApi.php +++ b/src/gen/lib/Api/CrmApi.php @@ -479,7 +479,6 @@ public function activitiesAddRequest($activity, $raw = false, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function activitiesAddRequest($activity, $raw = false, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -971,7 +977,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -979,7 +984,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1011,7 +1023,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1019,7 +1030,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1051,7 +1069,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1059,7 +1076,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1091,7 +1115,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1099,7 +1122,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1131,7 +1161,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1139,7 +1168,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -1171,7 +1207,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1179,7 +1214,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1211,7 +1253,6 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1219,7 +1260,14 @@ public function activitiesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1671,7 +1719,6 @@ public function activitiesDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1679,7 +1726,14 @@ public function activitiesDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2144,7 +2198,6 @@ public function activitiesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2152,7 +2205,14 @@ public function activitiesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2184,7 +2244,6 @@ public function activitiesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2192,7 +2251,14 @@ public function activitiesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2663,7 +2729,6 @@ public function activitiesUpdateRequest($id, $activity, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2671,7 +2736,14 @@ public function activitiesUpdateRequest($id, $activity, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3137,7 +3209,6 @@ public function companiesAddRequest($company, $raw = false, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3145,7 +3216,14 @@ public function companiesAddRequest($company, $raw = false, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3629,7 +3707,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3637,7 +3714,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3669,7 +3753,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3677,7 +3760,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3709,7 +3799,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3717,7 +3806,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3749,7 +3845,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3757,7 +3852,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -3789,7 +3891,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3797,7 +3898,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -3829,7 +3937,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3837,7 +3944,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -3869,7 +3983,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3877,7 +3990,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4329,7 +4449,6 @@ public function companiesDeleteRequest($id, $raw = false, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4337,7 +4456,14 @@ public function companiesDeleteRequest($id, $raw = false, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4802,7 +4928,6 @@ public function companiesOneRequest($id, $raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4810,7 +4935,14 @@ public function companiesOneRequest($id, $raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4842,7 +4974,6 @@ public function companiesOneRequest($id, $raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4850,7 +4981,14 @@ public function companiesOneRequest($id, $raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5321,7 +5459,6 @@ public function companiesUpdateRequest($id, $company, $raw = false, $x_apideck_c $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5329,7 +5466,14 @@ public function companiesUpdateRequest($id, $company, $raw = false, $x_apideck_c $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5795,7 +5939,6 @@ public function contactsAddRequest($contact, $raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5803,7 +5946,14 @@ public function contactsAddRequest($contact, $raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6287,7 +6437,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6295,7 +6444,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6327,7 +6483,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6335,7 +6490,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -6367,7 +6529,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6375,7 +6536,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -6407,7 +6575,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6415,7 +6582,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -6447,7 +6621,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6455,7 +6628,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -6487,7 +6667,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6495,7 +6674,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -6527,7 +6713,6 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6535,7 +6720,14 @@ public function contactsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6987,7 +7179,6 @@ public function contactsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6995,7 +7186,14 @@ public function contactsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7460,7 +7658,6 @@ public function contactsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7468,7 +7665,14 @@ public function contactsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7500,7 +7704,6 @@ public function contactsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7508,7 +7711,14 @@ public function contactsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7979,7 +8189,6 @@ public function contactsUpdateRequest($id, $contact, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7987,7 +8196,14 @@ public function contactsUpdateRequest($id, $contact, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8453,7 +8669,6 @@ public function leadsAddRequest($lead, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8461,7 +8676,14 @@ public function leadsAddRequest($lead, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8945,7 +9167,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8953,7 +9174,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8985,7 +9213,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8993,7 +9220,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -9025,7 +9259,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9033,7 +9266,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -9065,7 +9305,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9073,7 +9312,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -9105,7 +9351,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9113,7 +9358,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -9145,7 +9397,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9153,7 +9404,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -9185,7 +9443,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9193,7 +9450,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -9645,7 +9909,6 @@ public function leadsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9653,7 +9916,14 @@ public function leadsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10118,7 +10388,6 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10126,7 +10395,14 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10158,7 +10434,6 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10166,7 +10441,14 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10637,7 +10919,6 @@ public function leadsUpdateRequest($id, $lead, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10645,7 +10926,14 @@ public function leadsUpdateRequest($id, $lead, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11111,7 +11399,6 @@ public function notesAddRequest($note, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11119,7 +11406,14 @@ public function notesAddRequest($note, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11593,7 +11887,6 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11601,7 +11894,14 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11633,7 +11933,6 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11641,7 +11940,14 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -11673,7 +11979,6 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11681,7 +11986,14 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -11713,7 +12025,6 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11721,7 +12032,14 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -11753,7 +12071,6 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11761,7 +12078,14 @@ public function notesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -12213,7 +12537,6 @@ public function notesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12221,7 +12544,14 @@ public function notesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12686,7 +13016,6 @@ public function notesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12694,7 +13023,14 @@ public function notesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12726,7 +13062,6 @@ public function notesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12734,7 +13069,14 @@ public function notesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -13205,7 +13547,6 @@ public function notesUpdateRequest($id, $note, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13213,7 +13554,14 @@ public function notesUpdateRequest($id, $note, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13679,7 +14027,6 @@ public function opportunitiesAddRequest($opportunity, $raw = false, $x_apideck_c $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13687,7 +14034,14 @@ public function opportunitiesAddRequest($opportunity, $raw = false, $x_apideck_c $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14171,7 +14525,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14179,7 +14532,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14211,7 +14571,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14219,7 +14578,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -14251,7 +14617,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14259,7 +14624,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -14291,7 +14663,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14299,7 +14670,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -14331,7 +14709,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14339,7 +14716,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -14371,7 +14755,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14379,7 +14762,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -14411,7 +14801,6 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14419,7 +14808,14 @@ public function opportunitiesAllRequest($raw = false, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -14871,7 +15267,6 @@ public function opportunitiesDeleteRequest($id, $x_apideck_consumer_id = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14879,7 +15274,14 @@ public function opportunitiesDeleteRequest($id, $x_apideck_consumer_id = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15344,7 +15746,6 @@ public function opportunitiesOneRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15352,7 +15753,14 @@ public function opportunitiesOneRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15384,7 +15792,6 @@ public function opportunitiesOneRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15392,7 +15799,14 @@ public function opportunitiesOneRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -15863,7 +16277,6 @@ public function opportunitiesUpdateRequest($id, $opportunity, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15871,7 +16284,14 @@ public function opportunitiesUpdateRequest($id, $opportunity, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16337,7 +16757,6 @@ public function pipelinesAddRequest($pipeline, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16345,7 +16764,14 @@ public function pipelinesAddRequest($pipeline, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16819,7 +17245,6 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16827,7 +17252,14 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16859,7 +17291,6 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16867,7 +17298,14 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -16899,7 +17337,6 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16907,7 +17344,14 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -16939,7 +17383,6 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16947,7 +17390,14 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -16979,7 +17429,6 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16987,7 +17436,14 @@ public function pipelinesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -17439,7 +17895,6 @@ public function pipelinesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17447,7 +17902,14 @@ public function pipelinesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17912,7 +18374,6 @@ public function pipelinesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17920,7 +18381,14 @@ public function pipelinesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17952,7 +18420,6 @@ public function pipelinesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17960,7 +18427,14 @@ public function pipelinesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -18431,7 +18905,6 @@ public function pipelinesUpdateRequest($id, $pipeline, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18439,7 +18912,14 @@ public function pipelinesUpdateRequest($id, $pipeline, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -18905,7 +19385,6 @@ public function usersAddRequest($user, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18913,7 +19392,14 @@ public function usersAddRequest($user, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -19387,7 +19873,6 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19395,7 +19880,14 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -19427,7 +19919,6 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19435,7 +19926,14 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -19467,7 +19965,6 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19475,7 +19972,14 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -19507,7 +20011,6 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19515,7 +20018,14 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -19547,7 +20057,6 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19555,7 +20064,14 @@ public function usersAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -20007,7 +20523,6 @@ public function usersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20015,7 +20530,14 @@ public function usersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20480,7 +21002,6 @@ public function usersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20488,7 +21009,14 @@ public function usersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20520,7 +21048,6 @@ public function usersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20528,7 +21055,14 @@ public function usersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -20999,7 +21533,6 @@ public function usersUpdateRequest($id, $user, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21007,7 +21540,14 @@ public function usersUpdateRequest($id, $user, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/EcommerceApi.php b/src/gen/lib/Api/EcommerceApi.php index e30b1af88..461a319ce 100644 --- a/src/gen/lib/Api/EcommerceApi.php +++ b/src/gen/lib/Api/EcommerceApi.php @@ -500,7 +500,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -508,7 +507,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -540,7 +546,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -548,7 +553,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -580,7 +592,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -588,7 +599,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -620,7 +638,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -628,7 +645,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -660,7 +684,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -668,7 +691,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -700,7 +730,6 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -708,7 +737,14 @@ public function customersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1165,7 +1201,6 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1173,7 +1208,14 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1205,7 +1247,6 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1213,7 +1254,14 @@ public function customersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1699,7 +1747,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1707,7 +1754,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1739,7 +1793,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1747,7 +1800,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1779,7 +1839,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1787,7 +1846,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1819,7 +1885,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1827,7 +1892,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1859,7 +1931,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1867,7 +1938,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -1899,7 +1977,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1907,7 +1984,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1939,7 +2023,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1947,7 +2030,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2404,7 +2494,6 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2412,7 +2501,14 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2444,7 +2540,6 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2452,7 +2547,14 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2928,7 +3030,6 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2936,7 +3037,14 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2968,7 +3076,6 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2976,7 +3083,14 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3008,7 +3122,6 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3016,7 +3129,14 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3048,7 +3168,6 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3056,7 +3175,14 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -3088,7 +3214,6 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3096,7 +3221,14 @@ public function productsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -3553,7 +3685,6 @@ public function productsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3561,7 +3692,14 @@ public function productsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3593,7 +3731,6 @@ public function productsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3601,7 +3738,14 @@ public function productsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4055,7 +4199,6 @@ public function storesOneRequest($x_apideck_consumer_id = null, $x_apideck_app_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4063,7 +4206,14 @@ public function storesOneRequest($x_apideck_consumer_id = null, $x_apideck_app_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4095,7 +4245,6 @@ public function storesOneRequest($x_apideck_consumer_id = null, $x_apideck_app_i $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4103,7 +4252,14 @@ public function storesOneRequest($x_apideck_consumer_id = null, $x_apideck_app_i $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/FileStorageApi.php b/src/gen/lib/Api/FileStorageApi.php index 0093c81a1..5419ddf42 100644 --- a/src/gen/lib/Api/FileStorageApi.php +++ b/src/gen/lib/Api/FileStorageApi.php @@ -479,7 +479,6 @@ public function driveGroupsAddRequest($drive_group, $raw = false, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function driveGroupsAddRequest($drive_group, $raw = false, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -966,7 +972,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -974,7 +979,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1006,7 +1018,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1014,7 +1025,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1046,7 +1064,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1054,7 +1071,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1086,7 +1110,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1094,7 +1117,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1126,7 +1156,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1134,7 +1163,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1166,7 +1202,6 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1174,7 +1209,14 @@ public function driveGroupsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1626,7 +1668,6 @@ public function driveGroupsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1634,7 +1675,14 @@ public function driveGroupsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2099,7 +2147,6 @@ public function driveGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2107,7 +2154,14 @@ public function driveGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2139,7 +2193,6 @@ public function driveGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2147,7 +2200,14 @@ public function driveGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2618,7 +2678,6 @@ public function driveGroupsUpdateRequest($id, $drive_group, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2626,7 +2685,14 @@ public function driveGroupsUpdateRequest($id, $drive_group, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3092,7 +3158,6 @@ public function drivesAddRequest($drive, $raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3100,7 +3165,14 @@ public function drivesAddRequest($drive, $raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3574,7 +3646,6 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3582,7 +3653,14 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3614,7 +3692,6 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3622,7 +3699,14 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3654,7 +3738,6 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3662,7 +3745,14 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3694,7 +3784,6 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3702,7 +3791,14 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -3734,7 +3830,6 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3742,7 +3837,14 @@ public function drivesAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4194,7 +4296,6 @@ public function drivesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4202,7 +4303,14 @@ public function drivesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4667,7 +4775,6 @@ public function drivesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4675,7 +4782,14 @@ public function drivesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4707,7 +4821,6 @@ public function drivesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4715,7 +4828,14 @@ public function drivesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5186,7 +5306,6 @@ public function drivesUpdateRequest($id, $drive, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5194,7 +5313,14 @@ public function drivesUpdateRequest($id, $drive, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5686,7 +5812,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5694,7 +5819,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5726,7 +5858,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5734,7 +5865,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -5766,7 +5904,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5774,7 +5911,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -5806,7 +5950,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5814,7 +5957,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -5846,7 +5996,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5854,7 +6003,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -5886,7 +6042,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5894,7 +6049,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -5926,7 +6088,6 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5934,7 +6095,14 @@ public function filesAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6386,7 +6554,6 @@ public function filesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6394,7 +6561,14 @@ public function filesDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6854,7 +7028,6 @@ public function filesDownloadRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6862,7 +7035,14 @@ public function filesDownloadRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7333,7 +7513,6 @@ public function filesExportRequest($id, $format, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7341,7 +7520,14 @@ public function filesExportRequest($id, $format, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7373,7 +7559,6 @@ public function filesExportRequest($id, $format, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($format !== null && 'filter' === 'format') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7381,7 +7566,14 @@ public function filesExportRequest($id, $format, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($format !== null && !('format' === 'raw' || 'format' === 'sort' || 'format' === 'filter')) { + if ($format !== null && 'pass_through' === 'format') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($format !== null && !('format' === 'raw' || 'format' === 'sort' || 'format' === 'filter' || 'format' === 'pass_through')) { if('form' === 'form' && is_array($format)) { foreach($format as $key => $value) { $queryParams[$key] = $value; @@ -7846,7 +8038,6 @@ public function filesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7854,7 +8045,14 @@ public function filesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7886,7 +8084,6 @@ public function filesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7894,7 +8091,14 @@ public function filesOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -8381,7 +8585,6 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8389,7 +8592,14 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -8421,7 +8631,6 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8429,7 +8638,14 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -8461,7 +8677,6 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8469,7 +8684,14 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -8501,7 +8723,6 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8509,7 +8730,14 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -8541,7 +8769,6 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8549,7 +8776,14 @@ public function filesSearchRequest($files_search, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -9018,7 +9252,6 @@ public function filesUpdateRequest($id, $update_file_request, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9026,7 +9259,14 @@ public function filesUpdateRequest($id, $update_file_request, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9497,7 +9737,6 @@ public function foldersAddRequest($create_folder_request, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9505,7 +9744,14 @@ public function foldersAddRequest($create_folder_request, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9537,7 +9783,6 @@ public function foldersAddRequest($create_folder_request, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9545,7 +9790,14 @@ public function foldersAddRequest($create_folder_request, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10019,7 +10271,6 @@ public function foldersCopyRequest($id, $copy_folder_request, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10027,7 +10278,14 @@ public function foldersCopyRequest($id, $copy_folder_request, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10059,7 +10317,6 @@ public function foldersCopyRequest($id, $copy_folder_request, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10067,7 +10324,14 @@ public function foldersCopyRequest($id, $copy_folder_request, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10533,7 +10797,6 @@ public function foldersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10541,7 +10804,14 @@ public function foldersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11006,7 +11276,6 @@ public function foldersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11014,7 +11283,14 @@ public function foldersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11046,7 +11322,6 @@ public function foldersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11054,7 +11329,14 @@ public function foldersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -11525,7 +11807,6 @@ public function foldersUpdateRequest($id, $update_folder_request, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11533,7 +11814,14 @@ public function foldersUpdateRequest($id, $update_folder_request, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11999,7 +12287,6 @@ public function sharedLinksAddRequest($shared_link, $raw = false, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12007,7 +12294,14 @@ public function sharedLinksAddRequest($shared_link, $raw = false, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12481,7 +12775,6 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12489,7 +12782,14 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12521,7 +12821,6 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12529,7 +12828,14 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -12561,7 +12867,6 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12569,7 +12874,14 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -12601,7 +12913,6 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12609,7 +12920,14 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -12641,7 +12959,6 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12649,7 +12966,14 @@ public function sharedLinksAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -13101,7 +13425,6 @@ public function sharedLinksDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13109,7 +13432,14 @@ public function sharedLinksDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13574,7 +13904,6 @@ public function sharedLinksOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13582,7 +13911,14 @@ public function sharedLinksOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13614,7 +13950,6 @@ public function sharedLinksOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13622,7 +13957,14 @@ public function sharedLinksOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -14093,7 +14435,6 @@ public function sharedLinksUpdateRequest($id, $shared_link, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14101,7 +14442,14 @@ public function sharedLinksUpdateRequest($id, $shared_link, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14582,7 +14930,6 @@ public function uploadSessionsAddRequest($create_upload_session_request, $raw = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14590,7 +14937,14 @@ public function uploadSessionsAddRequest($create_upload_session_request, $raw = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15054,7 +15408,6 @@ public function uploadSessionsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15062,7 +15415,14 @@ public function uploadSessionsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15547,7 +15907,6 @@ public function uploadSessionsFinishRequest($id, $raw = false, $x_apideck_consum $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15555,7 +15914,14 @@ public function uploadSessionsFinishRequest($id, $raw = false, $x_apideck_consum $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16051,7 +16417,6 @@ public function uploadSessionsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16059,7 +16424,14 @@ public function uploadSessionsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16091,7 +16463,6 @@ public function uploadSessionsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16099,7 +16470,14 @@ public function uploadSessionsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/HrisApi.php b/src/gen/lib/Api/HrisApi.php index 44268dcfe..548160519 100644 --- a/src/gen/lib/Api/HrisApi.php +++ b/src/gen/lib/Api/HrisApi.php @@ -479,7 +479,6 @@ public function companiesAddRequest($hris_company, $raw = false, $x_apideck_cons $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function companiesAddRequest($hris_company, $raw = false, $x_apideck_cons $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -961,7 +967,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -969,7 +974,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1001,7 +1013,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1009,7 +1020,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1041,7 +1059,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1049,7 +1066,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1081,7 +1105,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1089,7 +1112,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1121,7 +1151,6 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1129,7 +1158,14 @@ public function companiesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1581,7 +1617,6 @@ public function companiesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1589,7 +1624,14 @@ public function companiesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2054,7 +2096,6 @@ public function companiesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2062,7 +2103,14 @@ public function companiesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2094,7 +2142,6 @@ public function companiesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2102,7 +2149,14 @@ public function companiesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2573,7 +2627,6 @@ public function companiesUpdateRequest($id, $hris_company, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2581,7 +2634,14 @@ public function companiesUpdateRequest($id, $hris_company, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3047,7 +3107,6 @@ public function departmentsAddRequest($department, $raw = false, $x_apideck_cons $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3055,7 +3114,14 @@ public function departmentsAddRequest($department, $raw = false, $x_apideck_cons $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3529,7 +3595,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3537,7 +3602,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3569,7 +3641,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3577,7 +3648,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3609,7 +3687,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3617,7 +3694,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3649,7 +3733,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3657,7 +3740,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -3689,7 +3779,6 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3697,7 +3786,14 @@ public function departmentsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4149,7 +4245,6 @@ public function departmentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4157,7 +4252,14 @@ public function departmentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4622,7 +4724,6 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4630,7 +4731,14 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4662,7 +4770,6 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4670,7 +4777,14 @@ public function departmentsOneRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5141,7 +5255,6 @@ public function departmentsUpdateRequest($id, $department, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5149,7 +5262,14 @@ public function departmentsUpdateRequest($id, $department, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5630,7 +5750,6 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5638,7 +5757,14 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5670,7 +5796,6 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5678,7 +5803,14 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -5710,7 +5842,6 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5718,7 +5849,14 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -5750,7 +5888,6 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5758,7 +5895,14 @@ public function employeePayrollsAllRequest($employee_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6234,7 +6378,6 @@ public function employeePayrollsOneRequest($payroll_id, $employee_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6242,7 +6385,14 @@ public function employeePayrollsOneRequest($payroll_id, $employee_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6274,7 +6424,6 @@ public function employeePayrollsOneRequest($payroll_id, $employee_id, $raw = fal $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6282,7 +6431,14 @@ public function employeePayrollsOneRequest($payroll_id, $employee_id, $raw = fal $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6760,7 +6916,6 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6768,7 +6923,14 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6800,7 +6962,6 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6808,7 +6969,14 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -6840,7 +7008,6 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6848,7 +7015,14 @@ public function employeeSchedulesAllRequest($employee_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7308,7 +7482,6 @@ public function employeesAddRequest($employee, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7316,7 +7489,14 @@ public function employeesAddRequest($employee, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7800,7 +7980,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7808,7 +7987,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7840,7 +8026,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7848,7 +8033,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -7880,7 +8072,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7888,7 +8079,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -7920,7 +8118,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7928,7 +8125,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -7960,7 +8164,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7968,7 +8171,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -8000,7 +8210,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8008,7 +8217,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -8040,7 +8256,6 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8048,7 +8263,14 @@ public function employeesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -8500,7 +8722,6 @@ public function employeesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8508,7 +8729,14 @@ public function employeesDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8983,7 +9211,6 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8991,7 +9218,14 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9023,7 +9257,6 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9031,7 +9264,14 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -9063,7 +9303,6 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9071,7 +9310,14 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -9103,7 +9349,6 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9111,7 +9356,14 @@ public function employeesOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -9582,7 +9834,6 @@ public function employeesUpdateRequest($id, $employee, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9590,7 +9841,14 @@ public function employeesUpdateRequest($id, $employee, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10060,7 +10318,6 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10068,7 +10325,14 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10100,7 +10364,6 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10108,7 +10371,14 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -10140,7 +10410,6 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10148,7 +10417,14 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -10180,7 +10456,6 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10188,7 +10463,14 @@ public function payrollsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10645,7 +10927,6 @@ public function payrollsOneRequest($payroll_id, $raw = false, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10653,7 +10934,14 @@ public function payrollsOneRequest($payroll_id, $raw = false, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10685,7 +10973,6 @@ public function payrollsOneRequest($payroll_id, $raw = false, $x_apideck_consume $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10693,7 +10980,14 @@ public function payrollsOneRequest($payroll_id, $raw = false, $x_apideck_consume $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -11153,7 +11447,6 @@ public function timeOffRequestsAddRequest($time_off_request, $raw = false, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11161,7 +11454,14 @@ public function timeOffRequestsAddRequest($time_off_request, $raw = false, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11640,7 +11940,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11648,7 +11947,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11680,7 +11986,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11688,7 +11993,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -11720,7 +12032,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11728,7 +12039,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -11760,7 +12078,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11768,7 +12085,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -11800,7 +12124,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11808,7 +12131,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -11840,7 +12170,6 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11848,7 +12177,14 @@ public function timeOffRequestsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -12311,7 +12647,6 @@ public function timeOffRequestsDeleteRequest($id, $employee_id, $x_apideck_consu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12319,7 +12654,14 @@ public function timeOffRequestsDeleteRequest($id, $employee_id, $x_apideck_consu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12803,7 +13145,6 @@ public function timeOffRequestsOneRequest($id, $employee_id, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12811,7 +13152,14 @@ public function timeOffRequestsOneRequest($id, $employee_id, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12843,7 +13191,6 @@ public function timeOffRequestsOneRequest($id, $employee_id, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12851,7 +13198,14 @@ public function timeOffRequestsOneRequest($id, $employee_id, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -13341,7 +13695,6 @@ public function timeOffRequestsUpdateRequest($id, $employee_id, $time_off_reques $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13349,7 +13702,14 @@ public function timeOffRequestsUpdateRequest($id, $employee_id, $time_off_reques $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/IssueTrackingApi.php b/src/gen/lib/Api/IssueTrackingApi.php index 948c0e011..3cfd48877 100644 --- a/src/gen/lib/Api/IssueTrackingApi.php +++ b/src/gen/lib/Api/IssueTrackingApi.php @@ -506,7 +506,6 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -514,7 +513,14 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -546,7 +552,6 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -554,7 +559,14 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -586,7 +598,6 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -594,7 +605,14 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -626,7 +644,6 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -634,7 +651,14 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -666,7 +690,6 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -674,7 +697,14 @@ public function collectionTagsAllRequest($collection_id, $raw = false, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1156,7 +1186,6 @@ public function collectionTicketCommentsAddRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1164,7 +1193,14 @@ public function collectionTicketCommentsAddRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1681,7 +1717,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1689,7 +1724,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1721,7 +1763,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1729,7 +1770,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1761,7 +1809,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1769,7 +1816,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1801,7 +1855,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1809,7 +1862,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -1841,7 +1901,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1849,7 +1908,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -1881,7 +1947,6 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1889,7 +1954,14 @@ public function collectionTicketCommentsAllRequest($collection_id, $ticket_id, $ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2379,7 +2451,6 @@ public function collectionTicketCommentsDeleteRequest($id, $collection_id, $tick $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2387,7 +2458,14 @@ public function collectionTicketCommentsDeleteRequest($id, $collection_id, $tick $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2907,7 +2985,6 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2915,7 +2992,14 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2947,7 +3031,6 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2955,7 +3038,14 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -2987,7 +3077,6 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2995,7 +3084,14 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3027,7 +3123,6 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3035,7 +3130,14 @@ public function collectionTicketCommentsOneRequest($id, $collection_id, $ticket_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -3544,7 +3646,6 @@ public function collectionTicketCommentsUpdateRequest($id, $collection_id, $tick $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3552,7 +3653,14 @@ public function collectionTicketCommentsUpdateRequest($id, $collection_id, $tick $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4045,7 +4153,6 @@ public function collectionTicketsAddRequest($collection_id, $ticket, $raw = fals $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4053,7 +4160,14 @@ public function collectionTicketsAddRequest($collection_id, $ticket, $raw = fals $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4556,7 +4670,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4564,7 +4677,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4596,7 +4716,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4604,7 +4723,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -4636,7 +4762,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4644,7 +4769,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -4676,7 +4808,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4684,7 +4815,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -4716,7 +4854,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4724,7 +4861,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -4756,7 +4900,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4764,7 +4907,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -4796,7 +4946,6 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4804,7 +4953,14 @@ public function collectionTicketsAllRequest($collection_id, $raw = false, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5275,7 +5431,6 @@ public function collectionTicketsDeleteRequest($ticket_id, $collection_id, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5283,7 +5438,14 @@ public function collectionTicketsDeleteRequest($ticket_id, $collection_id, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5767,7 +5929,6 @@ public function collectionTicketsOneRequest($ticket_id, $collection_id, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5775,7 +5936,14 @@ public function collectionTicketsOneRequest($ticket_id, $collection_id, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5807,7 +5975,6 @@ public function collectionTicketsOneRequest($ticket_id, $collection_id, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5815,7 +5982,14 @@ public function collectionTicketsOneRequest($ticket_id, $collection_id, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6305,7 +6479,6 @@ public function collectionTicketsUpdateRequest($ticket_id, $collection_id, $tick $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6313,7 +6486,14 @@ public function collectionTicketsUpdateRequest($ticket_id, $collection_id, $tick $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6814,7 +6994,6 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6822,7 +7001,14 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6854,7 +7040,6 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6862,7 +7047,14 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -6894,7 +7086,6 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6902,7 +7093,14 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -6934,7 +7132,6 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6942,7 +7139,14 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -6974,7 +7178,6 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6982,7 +7185,14 @@ public function collectionUsersAllRequest($collection_id, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7458,7 +7668,6 @@ public function collectionUsersOneRequest($collection_id, $id, $x_apideck_consum $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7466,7 +7675,14 @@ public function collectionUsersOneRequest($collection_id, $id, $x_apideck_consum $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7498,7 +7714,6 @@ public function collectionUsersOneRequest($collection_id, $id, $x_apideck_consum $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7506,7 +7721,14 @@ public function collectionUsersOneRequest($collection_id, $id, $x_apideck_consum $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7995,7 +8217,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8003,7 +8224,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8035,7 +8263,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8043,7 +8270,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -8075,7 +8309,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8083,7 +8316,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -8115,7 +8355,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8123,7 +8362,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -8155,7 +8401,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($pass_through !== null && 'filter' === 'pass_through') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8163,7 +8408,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter')) { + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { if('form' === 'deepObject' && is_array($pass_through)) { foreach($pass_through as $key => $value) { $queryParams[$key] = $value; @@ -8195,7 +8447,6 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8203,7 +8454,14 @@ public function collectionsAllRequest($raw = false, $x_apideck_consumer_id = nul $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -8660,7 +8918,6 @@ public function collectionsOneRequest($collection_id, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8668,7 +8925,14 @@ public function collectionsOneRequest($collection_id, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8700,7 +8964,6 @@ public function collectionsOneRequest($collection_id, $x_apideck_consumer_id = n $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8708,7 +8971,14 @@ public function collectionsOneRequest($collection_id, $x_apideck_consumer_id = n $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/LeadApi.php b/src/gen/lib/Api/LeadApi.php index 629f52b6d..80bcea22d 100644 --- a/src/gen/lib/Api/LeadApi.php +++ b/src/gen/lib/Api/LeadApi.php @@ -479,7 +479,6 @@ public function leadsAddRequest($lead, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function leadsAddRequest($lead, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -966,7 +972,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -974,7 +979,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -1006,7 +1018,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1014,7 +1025,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1046,7 +1064,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1054,7 +1071,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1086,7 +1110,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1094,7 +1117,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1126,7 +1156,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($sort !== null && 'filter' === 'sort') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1134,7 +1163,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter')) { + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { if('form' === 'deepObject' && is_array($sort)) { foreach($sort as $key => $value) { $queryParams[$key] = $value; @@ -1166,7 +1202,6 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1174,7 +1209,14 @@ public function leadsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1626,7 +1668,6 @@ public function leadsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1634,7 +1675,14 @@ public function leadsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2099,7 +2147,6 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2107,7 +2154,14 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2139,7 +2193,6 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2147,7 +2200,14 @@ public function leadsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2618,7 +2678,6 @@ public function leadsUpdateRequest($id, $lead, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2626,7 +2685,14 @@ public function leadsUpdateRequest($id, $lead, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/PosApi.php b/src/gen/lib/Api/PosApi.php index 63b9f010c..d2f9b020c 100644 --- a/src/gen/lib/Api/PosApi.php +++ b/src/gen/lib/Api/PosApi.php @@ -479,7 +479,6 @@ public function itemsAddRequest($item, $raw = false, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function itemsAddRequest($item, $raw = false, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -956,7 +962,6 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -964,7 +969,14 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -996,7 +1008,6 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1004,7 +1015,14 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1036,7 +1054,6 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1044,7 +1061,14 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1076,7 +1100,6 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1084,7 +1107,14 @@ public function itemsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1536,7 +1566,6 @@ public function itemsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1544,7 +1573,14 @@ public function itemsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2009,7 +2045,6 @@ public function itemsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2017,7 +2052,14 @@ public function itemsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2049,7 +2091,6 @@ public function itemsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2057,7 +2098,14 @@ public function itemsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_a $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2528,7 +2576,6 @@ public function itemsUpdateRequest($id, $item, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2536,7 +2583,14 @@ public function itemsUpdateRequest($id, $item, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3002,7 +3056,6 @@ public function locationsAddRequest($location, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3010,7 +3063,14 @@ public function locationsAddRequest($location, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3479,7 +3539,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3487,7 +3546,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -3519,7 +3585,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3527,7 +3592,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -3559,7 +3631,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3567,7 +3638,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -3599,7 +3677,6 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3607,7 +3684,14 @@ public function locationsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -4059,7 +4143,6 @@ public function locationsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4067,7 +4150,14 @@ public function locationsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4532,7 +4622,6 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4540,7 +4629,14 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -4572,7 +4668,6 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4580,7 +4675,14 @@ public function locationsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -5051,7 +5153,6 @@ public function locationsUpdateRequest($id, $location, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5059,7 +5160,14 @@ public function locationsUpdateRequest($id, $location, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -5525,7 +5633,6 @@ public function merchantsAddRequest($merchant, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -5533,7 +5640,14 @@ public function merchantsAddRequest($merchant, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6002,7 +6116,6 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6010,7 +6123,14 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -6042,7 +6162,6 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6050,7 +6169,14 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -6082,7 +6208,6 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6090,7 +6215,14 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -6122,7 +6254,6 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6130,7 +6261,14 @@ public function merchantsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -6582,7 +6720,6 @@ public function merchantsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6590,7 +6727,14 @@ public function merchantsDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7055,7 +7199,6 @@ public function merchantsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7063,7 +7206,14 @@ public function merchantsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -7095,7 +7245,6 @@ public function merchantsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7103,7 +7252,14 @@ public function merchantsOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -7574,7 +7730,6 @@ public function merchantsUpdateRequest($id, $merchant, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7582,7 +7737,14 @@ public function merchantsUpdateRequest($id, $merchant, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8048,7 +8210,6 @@ public function modifierGroupsAddRequest($modifier_group, $raw = false, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8056,7 +8217,14 @@ public function modifierGroupsAddRequest($modifier_group, $raw = false, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8525,7 +8693,6 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8533,7 +8700,14 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -8565,7 +8739,6 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8573,7 +8746,14 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -8605,7 +8785,6 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8613,7 +8792,14 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -8645,7 +8831,6 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -8653,7 +8838,14 @@ public function modifierGroupsAllRequest($raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -9105,7 +9297,6 @@ public function modifierGroupsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9113,7 +9304,14 @@ public function modifierGroupsDeleteRequest($id, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9578,7 +9776,6 @@ public function modifierGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9586,7 +9783,14 @@ public function modifierGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -9618,7 +9822,6 @@ public function modifierGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -9626,7 +9829,14 @@ public function modifierGroupsOneRequest($id, $x_apideck_consumer_id = null, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -10097,7 +10307,6 @@ public function modifierGroupsUpdateRequest($id, $modifier_group, $x_apideck_con $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10105,7 +10314,14 @@ public function modifierGroupsUpdateRequest($id, $modifier_group, $x_apideck_con $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -10571,7 +10787,6 @@ public function modifiersAddRequest($modifier, $raw = false, $x_apideck_consumer $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -10579,7 +10794,14 @@ public function modifiersAddRequest($modifier, $raw = false, $x_apideck_consumer $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11048,7 +11270,6 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11056,7 +11277,14 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11088,7 +11316,6 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11096,7 +11323,14 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -11128,7 +11362,6 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11136,7 +11369,14 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -11168,7 +11408,6 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11176,7 +11415,14 @@ public function modifiersAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -11633,7 +11879,6 @@ public function modifiersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11641,7 +11886,14 @@ public function modifiersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -11673,7 +11925,6 @@ public function modifiersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -11681,7 +11932,14 @@ public function modifiersDeleteRequest($id, $x_apideck_consumer_id = null, $x_ap $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -12151,7 +12409,6 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12159,7 +12416,14 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -12191,7 +12455,6 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12199,7 +12462,14 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -12231,7 +12501,6 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12239,7 +12508,14 @@ public function modifiersOneRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -12710,7 +12986,6 @@ public function modifiersUpdateRequest($id, $modifier, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -12718,7 +12993,14 @@ public function modifiersUpdateRequest($id, $modifier, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13184,7 +13466,6 @@ public function orderTypesAddRequest($order_type, $raw = false, $x_apideck_consu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13192,7 +13473,14 @@ public function orderTypesAddRequest($order_type, $raw = false, $x_apideck_consu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13661,7 +13949,6 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13669,7 +13956,14 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -13701,7 +13995,6 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13709,7 +14002,14 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -13741,7 +14041,6 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13749,7 +14048,14 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -13781,7 +14087,6 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -13789,7 +14094,14 @@ public function orderTypesAllRequest($raw = false, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -14241,7 +14553,6 @@ public function orderTypesDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14249,7 +14560,14 @@ public function orderTypesDeleteRequest($id, $x_apideck_consumer_id = null, $x_a $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14714,7 +15032,6 @@ public function orderTypesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14722,7 +15039,14 @@ public function orderTypesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -14754,7 +15078,6 @@ public function orderTypesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -14762,7 +15085,14 @@ public function orderTypesOneRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -15233,7 +15563,6 @@ public function orderTypesUpdateRequest($id, $order_type, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15241,7 +15570,14 @@ public function orderTypesUpdateRequest($id, $order_type, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -15707,7 +16043,6 @@ public function ordersAddRequest($order, $raw = false, $x_apideck_consumer_id = $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -15715,7 +16050,14 @@ public function ordersAddRequest($order, $raw = false, $x_apideck_consumer_id = $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16189,7 +16531,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16197,7 +16538,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -16229,7 +16577,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16237,7 +16584,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -16269,7 +16623,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16277,7 +16630,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -16309,7 +16669,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($location_id !== null && 'filter' === 'location_id') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16317,7 +16676,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($location_id !== null && !('location_id' === 'raw' || 'location_id' === 'sort' || 'location_id' === 'filter')) { + if ($location_id !== null && 'pass_through' === 'location_id') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($location_id !== null && !('location_id' === 'raw' || 'location_id' === 'sort' || 'location_id' === 'filter' || 'location_id' === 'pass_through')) { if('form' === 'form' && is_array($location_id)) { foreach($location_id as $key => $value) { $queryParams[$key] = $value; @@ -16349,7 +16715,6 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16357,7 +16722,14 @@ public function ordersAllRequest($raw = false, $x_apideck_consumer_id = null, $x $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -16809,7 +17181,6 @@ public function ordersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -16817,7 +17188,14 @@ public function ordersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apide $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17282,7 +17660,6 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17290,7 +17667,14 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17322,7 +17706,6 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17330,7 +17713,14 @@ public function ordersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -17806,7 +18196,6 @@ public function ordersPayRequest($id, $order, $raw = false, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17814,7 +18203,14 @@ public function ordersPayRequest($id, $order, $raw = false, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -17846,7 +18242,6 @@ public function ordersPayRequest($id, $order, $raw = false, $x_apideck_consumer_ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -17854,7 +18249,14 @@ public function ordersPayRequest($id, $order, $raw = false, $x_apideck_consumer_ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -18331,7 +18733,6 @@ public function ordersUpdateRequest($id, $order, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18339,7 +18740,14 @@ public function ordersUpdateRequest($id, $order, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -18805,7 +19213,6 @@ public function paymentsAddRequest($pos_payment, $raw = false, $x_apideck_consum $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -18813,7 +19220,14 @@ public function paymentsAddRequest($pos_payment, $raw = false, $x_apideck_consum $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -19282,7 +19696,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19290,7 +19703,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -19322,7 +19742,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19330,7 +19749,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -19362,7 +19788,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19370,7 +19795,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -19402,7 +19834,6 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19410,7 +19841,14 @@ public function paymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -19862,7 +20300,6 @@ public function paymentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -19870,7 +20307,14 @@ public function paymentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20335,7 +20779,6 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20343,7 +20786,14 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -20375,7 +20825,6 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20383,7 +20832,14 @@ public function paymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -20854,7 +21310,6 @@ public function paymentsUpdateRequest($id, $pos_payment, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -20862,7 +21317,14 @@ public function paymentsUpdateRequest($id, $pos_payment, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -21328,7 +21790,6 @@ public function tendersAddRequest($tender, $raw = false, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21336,7 +21797,14 @@ public function tendersAddRequest($tender, $raw = false, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -21805,7 +22273,6 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21813,7 +22280,14 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -21845,7 +22319,6 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21853,7 +22326,14 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -21885,7 +22365,6 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21893,7 +22372,14 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -21925,7 +22411,6 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -21933,7 +22418,14 @@ public function tendersAllRequest($raw = false, $x_apideck_consumer_id = null, $ $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -22385,7 +22877,6 @@ public function tendersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22393,7 +22884,14 @@ public function tendersDeleteRequest($id, $x_apideck_consumer_id = null, $x_apid $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -22858,7 +23356,6 @@ public function tendersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22866,7 +23363,14 @@ public function tendersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -22898,7 +23402,6 @@ public function tendersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -22906,7 +23409,14 @@ public function tendersOneRequest($id, $x_apideck_consumer_id = null, $x_apideck $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -23377,7 +23887,6 @@ public function tendersUpdateRequest($id, $tender, $x_apideck_consumer_id = null $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -23385,7 +23894,14 @@ public function tendersUpdateRequest($id, $tender, $x_apideck_consumer_id = null $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/SmsApi.php b/src/gen/lib/Api/SmsApi.php index 070da158b..92421be7d 100644 --- a/src/gen/lib/Api/SmsApi.php +++ b/src/gen/lib/Api/SmsApi.php @@ -479,7 +479,6 @@ public function messagesAddRequest($message, $raw = false, $x_apideck_consumer_i $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -487,7 +486,14 @@ public function messagesAddRequest($message, $raw = false, $x_apideck_consumer_i $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -956,7 +962,6 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -964,7 +969,14 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -996,7 +1008,6 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1004,7 +1015,14 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1036,7 +1054,6 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1044,7 +1061,14 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -1076,7 +1100,6 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1084,7 +1107,14 @@ public function messagesAllRequest($raw = false, $x_apideck_consumer_id = null, $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -1536,7 +1566,6 @@ public function messagesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1544,7 +1573,14 @@ public function messagesDeleteRequest($id, $x_apideck_consumer_id = null, $x_api $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2009,7 +2045,6 @@ public function messagesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2017,7 +2052,14 @@ public function messagesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; @@ -2049,7 +2091,6 @@ public function messagesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['sort['.$key.']'] = $value; } } - if ($fields !== null && 'filter' === 'fields') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2057,7 +2098,14 @@ public function messagesOneRequest($id, $x_apideck_consumer_id = null, $x_apidec $queryParams['filter['.$key.']'] = $value; } } - if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter')) { + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { if('form' === 'form' && is_array($fields)) { foreach($fields as $key => $value) { $queryParams[$key] = $value; @@ -2528,7 +2576,6 @@ public function messagesUpdateRequest($id, $message, $x_apideck_consumer_id = nu $queryParams['sort['.$key.']'] = $value; } } - if ($raw !== null && 'filter' === 'raw') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -2536,7 +2583,14 @@ public function messagesUpdateRequest($id, $message, $x_apideck_consumer_id = nu $queryParams['filter['.$key.']'] = $value; } } - if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter')) { + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { if('form' === 'form' && is_array($raw)) { foreach($raw as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/VaultApi.php b/src/gen/lib/Api/VaultApi.php index 926b69a3d..da279c5a5 100644 --- a/src/gen/lib/Api/VaultApi.php +++ b/src/gen/lib/Api/VaultApi.php @@ -1389,7 +1389,6 @@ public function connectionsAllRequest($x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($api !== null && 'filter' === 'api') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1397,7 +1396,14 @@ public function connectionsAllRequest($x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($api !== null && !('api' === 'raw' || 'api' === 'sort' || 'api' === 'filter')) { + if ($api !== null && 'pass_through' === 'api') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($api !== null && !('api' === 'raw' || 'api' === 'sort' || 'api' === 'filter' || 'api' === 'pass_through')) { if('form' === 'form' && is_array($api)) { foreach($api as $key => $value) { $queryParams[$key] = $value; @@ -1429,7 +1435,6 @@ public function connectionsAllRequest($x_apideck_consumer_id = null, $x_apideck_ $queryParams['sort['.$key.']'] = $value; } } - if ($configured !== null && 'filter' === 'configured') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1437,7 +1442,14 @@ public function connectionsAllRequest($x_apideck_consumer_id = null, $x_apideck_ $queryParams['filter['.$key.']'] = $value; } } - if ($configured !== null && !('configured' === 'raw' || 'configured' === 'sort' || 'configured' === 'filter')) { + if ($configured !== null && 'pass_through' === 'configured') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($configured !== null && !('configured' === 'raw' || 'configured' === 'sort' || 'configured' === 'filter' || 'configured' === 'pass_through')) { if('form' === 'form' && is_array($configured)) { foreach($configured as $key => $value) { $queryParams[$key] = $value; @@ -3985,7 +3997,6 @@ public function consumerRequestCountsAllRequest($consumer_id, $start_datetime, $ $queryParams['sort['.$key.']'] = $value; } } - if ($start_datetime !== null && 'filter' === 'start_datetime') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -3993,7 +4004,14 @@ public function consumerRequestCountsAllRequest($consumer_id, $start_datetime, $ $queryParams['filter['.$key.']'] = $value; } } - if ($start_datetime !== null && !('start_datetime' === 'raw' || 'start_datetime' === 'sort' || 'start_datetime' === 'filter')) { + if ($start_datetime !== null && 'pass_through' === 'start_datetime') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($start_datetime !== null && !('start_datetime' === 'raw' || 'start_datetime' === 'sort' || 'start_datetime' === 'filter' || 'start_datetime' === 'pass_through')) { if('form' === 'form' && is_array($start_datetime)) { foreach($start_datetime as $key => $value) { $queryParams[$key] = $value; @@ -4025,7 +4043,6 @@ public function consumerRequestCountsAllRequest($consumer_id, $start_datetime, $ $queryParams['sort['.$key.']'] = $value; } } - if ($end_datetime !== null && 'filter' === 'end_datetime') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4033,7 +4050,14 @@ public function consumerRequestCountsAllRequest($consumer_id, $start_datetime, $ $queryParams['filter['.$key.']'] = $value; } } - if ($end_datetime !== null && !('end_datetime' === 'raw' || 'end_datetime' === 'sort' || 'end_datetime' === 'filter')) { + if ($end_datetime !== null && 'pass_through' === 'end_datetime') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($end_datetime !== null && !('end_datetime' === 'raw' || 'end_datetime' === 'sort' || 'end_datetime' === 'filter' || 'end_datetime' === 'pass_through')) { if('form' === 'form' && is_array($end_datetime)) { foreach($end_datetime as $key => $value) { $queryParams[$key] = $value; @@ -4879,7 +4903,6 @@ public function consumersAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4887,7 +4910,14 @@ public function consumersAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -4919,7 +4949,6 @@ public function consumersAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -4927,7 +4956,14 @@ public function consumersAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -6620,7 +6656,6 @@ public function customFieldsAllRequest($unified_api, $service_id, $resource, $x_ $queryParams['sort['.$key.']'] = $value; } } - if ($resource_id !== null && 'filter' === 'resource_id') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -6628,7 +6663,14 @@ public function customFieldsAllRequest($unified_api, $service_id, $resource, $x_ $queryParams['filter['.$key.']'] = $value; } } - if ($resource_id !== null && !('resource_id' === 'raw' || 'resource_id' === 'sort' || 'resource_id' === 'filter')) { + if ($resource_id !== null && 'pass_through' === 'resource_id') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($resource_id !== null && !('resource_id' === 'raw' || 'resource_id' === 'sort' || 'resource_id' === 'filter' || 'resource_id' === 'pass_through')) { if('form' === 'form' && is_array($resource_id)) { foreach($resource_id as $key => $value) { $queryParams[$key] = $value; @@ -7101,7 +7143,6 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7109,7 +7150,14 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -7141,7 +7189,6 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7149,7 +7196,14 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -7181,7 +7235,6 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -7189,7 +7242,14 @@ public function logsAllRequest($x_apideck_app_id = null, $x_apideck_consumer_id $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; diff --git a/src/gen/lib/Api/WebhookApi.php b/src/gen/lib/Api/WebhookApi.php index bcb75b86c..14c9d237c 100644 --- a/src/gen/lib/Api/WebhookApi.php +++ b/src/gen/lib/Api/WebhookApi.php @@ -475,7 +475,6 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -483,7 +482,14 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -515,7 +521,6 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -523,7 +528,14 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; @@ -555,7 +567,6 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['sort['.$key.']'] = $value; } } - if ($filter !== null && 'filter' === 'filter') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -563,7 +574,14 @@ public function eventLogsAllRequest($x_apideck_app_id = null, $cursor = null, $l $queryParams['filter['.$key.']'] = $value; } } - if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter')) { + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { if('form' === 'deepObject' && is_array($filter)) { foreach($filter as $key => $value) { $queryParams[$key] = $value; @@ -1401,7 +1419,6 @@ public function webhooksAllRequest($x_apideck_app_id = null, $cursor = null, $li $queryParams['sort['.$key.']'] = $value; } } - if ($cursor !== null && 'filter' === 'cursor') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1409,7 +1426,14 @@ public function webhooksAllRequest($x_apideck_app_id = null, $cursor = null, $li $queryParams['filter['.$key.']'] = $value; } } - if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter')) { + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { if('form' === 'form' && is_array($cursor)) { foreach($cursor as $key => $value) { $queryParams[$key] = $value; @@ -1441,7 +1465,6 @@ public function webhooksAllRequest($x_apideck_app_id = null, $cursor = null, $li $queryParams['sort['.$key.']'] = $value; } } - if ($limit !== null && 'filter' === 'limit') { // Support for filter options $filter_data = $filter->jsonSerialize(); @@ -1449,7 +1472,14 @@ public function webhooksAllRequest($x_apideck_app_id = null, $cursor = null, $li $queryParams['filter['.$key.']'] = $value; } } - if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter')) { + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { if('form' === 'form' && is_array($limit)) { foreach($limit as $key => $value) { $queryParams[$key] = $value; From c63f380c9bb5b26d83898caf7bab78ec957c4979 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:33:19 +0000 Subject: [PATCH 2/3] Automated update by SDK Generator version:3.5.2 commit:5c0f419 --- .github/workflows/release.yml | 2 +- package.json | 2 +- src/gen/.openapi-generator/FILES | 27 + src/gen/docs/apis/AccountingApi.md | 342 +++ src/gen/docs/models/Allocation.md | 2 + src/gen/docs/models/BillPayment.md | 77 + .../docs/models/CreateBillPaymentResponse.md | 31 + .../docs/models/DeleteBillPaymentResponse.md | 31 + .../docs/models/DeprecatedLinkedSupplier.md | 31 + src/gen/docs/models/GetBillPaymentResponse.md | 31 + .../docs/models/GetBillPaymentsResponse.md | 35 + src/gen/docs/models/Payment.md | 70 +- src/gen/docs/models/PaymentStatus.md | 19 + src/gen/docs/models/PaymentType.md | 27 + .../docs/models/UpdateBillPaymentResponse.md | 31 + src/gen/lib/Api/AccountingApi.php | 2732 ++++++++++++++++- 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/AccountingDepartment.php | 2 +- .../lib/Model/AccountingDepartmentsFilter.php | 2 +- src/gen/lib/Model/AccountingEventType.php | 2 +- src/gen/lib/Model/AccountingLocation.php | 2 +- .../lib/Model/AccountingLocationsFilter.php | 2 +- src/gen/lib/Model/ActivitiesFilter.php | 2 +- src/gen/lib/Model/ActivitiesSort.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/Allocation.php | 4 +- src/gen/lib/Model/Api.php | 2 +- src/gen/lib/Model/ApiResource.php | 2 +- src/gen/lib/Model/ApiResourceCoverage.php | 2 +- .../lib/Model/ApiResourceCoverageCoverage.php | 2 +- .../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/Attachment.php | 2 +- src/gen/lib/Model/AttachmentReference.php | 2 +- src/gen/lib/Model/AttachmentReferenceType.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/BalanceSheetAccount.php | 2 +- .../lib/Model/BalanceSheetAccountRecord.php | 2 +- src/gen/lib/Model/BalanceSheetFilter.php | 2 +- src/gen/lib/Model/BalanceSheetReports.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/BillPayment.php | 1169 +++++++ src/gen/lib/Model/BillsFilter.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 +- .../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 +- ...nsumerRequestCountsInDateRangeResponse.php | 2 +- ...erRequestCountsInDateRangeResponseData.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 +- .../CreateAccountingDepartmentResponse.php | 2 +- .../CreateAccountingLocationResponse.php | 2 +- src/gen/lib/Model/CreateActivityResponse.php | 2 +- src/gen/lib/Model/CreateApplicantResponse.php | 2 +- .../lib/Model/CreateApplicationResponse.php | 2 +- src/gen/lib/Model/CreateAttachmentRequest.php | 2 +- .../lib/Model/CreateAttachmentResponse.php | 2 +- .../lib/Model/CreateBillPaymentResponse.php | 488 +++ src/gen/lib/Model/CreateBillResponse.php | 2 +- src/gen/lib/Model/CreateCommentResponse.php | 2 +- src/gen/lib/Model/CreateCompanyResponse.php | 2 +- .../lib/Model/CreateConnectionResponse.php | 2 +- src/gen/lib/Model/CreateConsumerResponse.php | 2 +- src/gen/lib/Model/CreateContactResponse.php | 2 +- .../lib/Model/CreateCreditNoteResponse.php | 2 +- .../lib/Model/CreateCustomMappingRequest.php | 2 +- .../lib/Model/CreateCustomMappingResponse.php | 2 +- src/gen/lib/Model/CreateCustomerResponse.php | 2 +- .../lib/Model/CreateDepartmentResponse.php | 2 +- .../lib/Model/CreateDriveGroupResponse.php | 2 +- src/gen/lib/Model/CreateDriveResponse.php | 2 +- .../Model/CreateEcommerceCustomerResponse.php | 2 +- .../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 +- .../lib/Model/CreateHrisCompanyResponse.php | 2 +- .../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 +- .../lib/Model/CreateJournalEntryResponse.php | 2 +- src/gen/lib/Model/CreateLeadResponse.php | 2 +- .../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 +- .../lib/Model/CreateModifierGroupResponse.php | 2 +- src/gen/lib/Model/CreateModifierResponse.php | 2 +- src/gen/lib/Model/CreateNoteResponse.php | 2 +- .../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 +- .../lib/Model/CreatePosPaymentResponse.php | 2 +- src/gen/lib/Model/CreateProductResponse.php | 2 +- .../lib/Model/CreatePurchaseOrderResponse.php | 2 +- src/gen/lib/Model/CreateSessionResponse.php | 2 +- .../lib/Model/CreateSessionResponseData.php | 2 +- .../lib/Model/CreateSharedLinkResponse.php | 2 +- .../lib/Model/CreateSubsidiaryResponse.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 +- .../Model/CreateTimeOffRequestResponse.php | 2 +- .../Model/CreateTrackingCategoryResponse.php | 2 +- .../lib/Model/CreateUploadSessionRequest.php | 2 +- .../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/CreditNotesFilter.php | 2 +- src/gen/lib/Model/CreditNotesSort.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/CustomFieldFinder.php | 2 +- src/gen/lib/Model/CustomMapping.php | 2 +- src/gen/lib/Model/Customer.php | 2 +- src/gen/lib/Model/CustomersFilter.php | 2 +- src/gen/lib/Model/CustomersSort.php | 2 +- src/gen/lib/Model/Deduction.php | 2 +- .../DeleteAccountingDepartmentResponse.php | 2 +- .../DeleteAccountingLocationResponse.php | 2 +- src/gen/lib/Model/DeleteActivityResponse.php | 2 +- src/gen/lib/Model/DeleteApplicantResponse.php | 2 +- .../lib/Model/DeleteApplicationResponse.php | 2 +- .../lib/Model/DeleteAttachmentResponse.php | 2 +- .../lib/Model/DeleteBillPaymentResponse.php | 488 +++ 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 +- .../lib/Model/DeleteCreditNoteResponse.php | 2 +- src/gen/lib/Model/DeleteCustomerResponse.php | 2 +- .../lib/Model/DeleteDepartmentResponse.php | 2 +- .../lib/Model/DeleteDriveGroupResponse.php | 2 +- src/gen/lib/Model/DeleteDriveResponse.php | 2 +- .../Model/DeleteEcommerceCustomerResponse.php | 2 +- .../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 +- .../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 +- .../lib/Model/DeleteJournalEntryResponse.php | 2 +- src/gen/lib/Model/DeleteLeadResponse.php | 2 +- .../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 +- .../lib/Model/DeleteModifierGroupResponse.php | 2 +- src/gen/lib/Model/DeleteModifierResponse.php | 2 +- src/gen/lib/Model/DeleteNoteResponse.php | 2 +- .../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 +- .../lib/Model/DeletePosPaymentResponse.php | 2 +- src/gen/lib/Model/DeleteProductResponse.php | 2 +- .../lib/Model/DeletePurchaseOrderResponse.php | 2 +- .../lib/Model/DeleteSharedLinkResponse.php | 2 +- .../lib/Model/DeleteSubsidiaryResponse.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 +- .../Model/DeleteTimeOffRequestResponse.php | 2 +- .../Model/DeleteTrackingCategoryResponse.php | 2 +- .../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 +- .../lib/Model/DeprecatedLinkedSupplier.php | 441 +++ .../DeprecatedLinkedTrackingCategory.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 +- .../lib/Model/EcommerceCustomerAddresses.php | 2 +- .../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 +- .../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 +- .../lib/Model/EcommerceProductOptions1.php | 2 +- .../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/EmployeesOneFilter.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 +- .../Model/GetAccountingDepartmentResponse.php | 2 +- .../GetAccountingDepartmentsResponse.php | 2 +- .../Model/GetAccountingLocationResponse.php | 2 +- .../Model/GetAccountingLocationsResponse.php | 2 +- src/gen/lib/Model/GetActivitiesResponse.php | 2 +- src/gen/lib/Model/GetActivityResponse.php | 2 +- .../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/GetAttachmentResponse.php | 2 +- src/gen/lib/Model/GetAttachmentsResponse.php | 2 +- src/gen/lib/Model/GetBalanceSheetResponse.php | 2 +- src/gen/lib/Model/GetBillPaymentResponse.php | 488 +++ src/gen/lib/Model/GetBillPaymentsResponse.php | 548 ++++ src/gen/lib/Model/GetBillResponse.php | 2 +- src/gen/lib/Model/GetBillsResponse.php | 2 +- src/gen/lib/Model/GetCollectionResponse.php | 2 +- .../lib/Model/GetCollectionTagsResponse.php | 2 +- .../lib/Model/GetCollectionUserResponse.php | 2 +- .../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 +- .../GetConnectorResourceExampleResponse.php | 2 +- ...etConnectorResourceExampleResponseData.php | 2 +- .../Model/GetConnectorResourceResponse.php | 2 +- .../GetConnectorResourceSchemaResponse.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 +- .../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/GetCustomFieldsResponse.php | 2 +- .../lib/Model/GetCustomMappingResponse.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 +- .../Model/GetEcommerceCustomerResponse.php | 2 +- .../Model/GetEcommerceCustomersResponse.php | 2 +- .../lib/Model/GetEcommerceOrderResponse.php | 2 +- .../lib/Model/GetEcommerceOrdersResponse.php | 2 +- .../lib/Model/GetEmployeePayrollResponse.php | 2 +- .../lib/Model/GetEmployeePayrollsResponse.php | 2 +- src/gen/lib/Model/GetEmployeeResponse.php | 2 +- .../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 +- .../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 +- .../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 +- .../lib/Model/GetLedgerAccountResponse.php | 2 +- .../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 +- .../lib/Model/GetModifierGroupResponse.php | 2 +- .../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 +- .../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 +- .../lib/Model/GetProfitAndLossResponse.php | 2 +- .../lib/Model/GetPurchaseOrderResponse.php | 2 +- .../lib/Model/GetPurchaseOrdersResponse.php | 2 +- .../lib/Model/GetResourceExampleResponse.php | 2 +- .../lib/Model/GetResourceSchemaResponse.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/GetSubsidiariesResponse.php | 2 +- src/gen/lib/Model/GetSubsidiaryResponse.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 +- .../lib/Model/GetTimeOffRequestResponse.php | 2 +- .../lib/Model/GetTimeOffRequestsResponse.php | 2 +- .../Model/GetTrackingCategoriesResponse.php | 2 +- .../lib/Model/GetTrackingCategoryResponse.php | 2 +- .../lib/Model/GetUploadSessionResponse.php | 2 +- src/gen/lib/Model/GetUserResponse.php | 2 +- src/gen/lib/Model/GetUsersResponse.php | 2 +- .../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/InvoicesFilter.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/JournalEntriesFilter.php | 2 +- src/gen/lib/Model/JournalEntriesSort.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 +- .../lib/Model/LedgerAccountParentAccount.php | 2 +- src/gen/lib/Model/LedgerAccountsFilter.php | 2 +- src/gen/lib/Model/LedgerAccountsSort.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 +- ...rderPickupDetailsCurbsidePickupDetails.php | 2 +- .../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/OrdersSort.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 | 126 +- 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/PaymentStatus.php | 69 + src/gen/lib/Model/PaymentType.php | 81 + src/gen/lib/Model/PaymentUnit.php | 2 +- src/gen/lib/Model/PaymentsFilter.php | 2 +- src/gen/lib/Model/PaymentsSort.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 +- .../lib/Model/PosBankAccountAchDetails.php | 2 +- src/gen/lib/Model/PosPayment.php | 2 +- src/gen/lib/Model/PosPaymentCardDetails.php | 2 +- .../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 +- .../lib/Model/ProfitAndLossGrossProfit.php | 2 +- src/gen/lib/Model/ProfitAndLossIncome.php | 2 +- src/gen/lib/Model/ProfitAndLossNetIncome.php | 2 +- .../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/PurchaseOrdersFilter.php | 2 +- src/gen/lib/Model/PurchaseOrdersSort.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/ResourceExample.php | 2 +- src/gen/lib/Model/ResourceStatus.php | 2 +- src/gen/lib/Model/Schedule.php | 2 +- src/gen/lib/Model/ScheduleWorkPattern.php | 2 +- .../lib/Model/ScheduleWorkPatternOddWeeks.php | 2 +- src/gen/lib/Model/SchemaSupport.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/Subsidiary.php | 2 +- src/gen/lib/Model/SubsidiaryReference.php | 2 +- src/gen/lib/Model/Supplier.php | 2 +- src/gen/lib/Model/SuppliersFilter.php | 2 +- src/gen/lib/Model/SuppliersSort.php | 2 +- src/gen/lib/Model/SupportedProperty.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 +- .../Model/TooManyRequestsResponseDetail.php | 2 +- src/gen/lib/Model/TrackingCategory.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 +- .../UpdateAccountingDepartmentResponse.php | 2 +- .../UpdateAccountingLocationResponse.php | 2 +- src/gen/lib/Model/UpdateActivityResponse.php | 2 +- src/gen/lib/Model/UpdateApplicantResponse.php | 2 +- .../lib/Model/UpdateApplicationResponse.php | 2 +- .../lib/Model/UpdateBillPaymentResponse.php | 488 +++ src/gen/lib/Model/UpdateBillResponse.php | 2 +- src/gen/lib/Model/UpdateCommentResponse.php | 2 +- src/gen/lib/Model/UpdateCompanyResponse.php | 2 +- .../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 +- .../lib/Model/UpdateCreditNoteResponse.php | 2 +- .../lib/Model/UpdateCustomMappingRequest.php | 2 +- .../lib/Model/UpdateCustomMappingResponse.php | 2 +- src/gen/lib/Model/UpdateCustomerResponse.php | 2 +- .../lib/Model/UpdateDepartmentResponse.php | 2 +- .../lib/Model/UpdateDriveGroupResponse.php | 2 +- src/gen/lib/Model/UpdateDriveResponse.php | 2 +- .../Model/UpdateEcommerceCustomerResponse.php | 2 +- .../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 +- .../lib/Model/UpdateHrisCompanyResponse.php | 2 +- .../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 +- .../lib/Model/UpdateJournalEntryResponse.php | 2 +- src/gen/lib/Model/UpdateLeadResponse.php | 2 +- .../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 +- .../lib/Model/UpdateModifierGroupResponse.php | 2 +- src/gen/lib/Model/UpdateModifierResponse.php | 2 +- src/gen/lib/Model/UpdateNoteResponse.php | 2 +- .../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 +- .../lib/Model/UpdatePosPaymentResponse.php | 2 +- src/gen/lib/Model/UpdateProductResponse.php | 2 +- .../lib/Model/UpdatePurchaseOrderResponse.php | 2 +- .../lib/Model/UpdateSharedLinkResponse.php | 2 +- .../lib/Model/UpdateSubsidiaryResponse.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 +- .../Model/UpdateTimeOffRequestResponse.php | 2 +- .../Model/UpdateTrackingCategoryResponse.php | 2 +- .../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 +- .../Model/ValidateConnectionStateResponse.php | 2 +- .../ValidateConnectionStateResponseData.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 +- .../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 | 62 +- 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 +- .../test/Model/AccountingDepartmentTest.php | 2 +- .../Model/AccountingDepartmentsFilterTest.php | 2 +- .../test/Model/AccountingEventTypeTest.php | 2 +- src/gen/test/Model/AccountingLocationTest.php | 2 +- .../Model/AccountingLocationsFilterTest.php | 2 +- src/gen/test/Model/ActivitiesFilterTest.php | 2 +- src/gen/test/Model/ActivitiesSortTest.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/AllocationTest.php | 2 +- .../Model/ApiResourceCoverageCoverageTest.php | 2 +- .../test/Model/ApiResourceCoverageTest.php | 2 +- .../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 +- .../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 +- .../test/Model/AttachmentReferenceTest.php | 2 +- .../Model/AttachmentReferenceTypeTest.php | 2 +- src/gen/test/Model/AttachmentTest.php | 2 +- src/gen/test/Model/AuthTypeTest.php | 2 +- src/gen/test/Model/BadRequestResponseTest.php | 2 +- .../Model/BalanceSheetAccountRecordTest.php | 2 +- .../test/Model/BalanceSheetAccountTest.php | 2 +- src/gen/test/Model/BalanceSheetFilterTest.php | 2 +- .../test/Model/BalanceSheetReportsTest.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/BillPaymentTest.php | 342 +++ src/gen/test/Model/BillTest.php | 2 +- src/gen/test/Model/BillsFilterTest.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 +- .../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 +- .../Model/ConnectionConfigurationTest.php | 2 +- src/gen/test/Model/ConnectionDefaultsTest.php | 2 +- .../ConnectionImportDataCredentialsTest.php | 2 +- .../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 +- .../test/Model/ConnectorOauthScopes1Test.php | 2 +- .../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 +- .../test/Model/ConnectorTlsSupportTest.php | 2 +- .../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 +- ...questCountsInDateRangeResponseDataTest.php | 2 +- ...erRequestCountsInDateRangeResponseTest.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 +- ...CreateAccountingDepartmentResponseTest.php | 2 +- .../CreateAccountingLocationResponseTest.php | 2 +- .../test/Model/CreateActivityResponseTest.php | 2 +- .../Model/CreateApplicantResponseTest.php | 2 +- .../Model/CreateApplicationResponseTest.php | 2 +- .../Model/CreateAttachmentRequestTest.php | 2 +- .../Model/CreateAttachmentResponseTest.php | 2 +- .../Model/CreateBillPaymentResponseTest.php | 135 + src/gen/test/Model/CreateBillResponseTest.php | 2 +- .../test/Model/CreateCommentResponseTest.php | 2 +- .../test/Model/CreateCompanyResponseTest.php | 2 +- .../Model/CreateConnectionResponseTest.php | 2 +- .../test/Model/CreateConsumerResponseTest.php | 2 +- .../test/Model/CreateContactResponseTest.php | 2 +- .../Model/CreateCreditNoteResponseTest.php | 2 +- .../Model/CreateCustomMappingRequestTest.php | 2 +- .../Model/CreateCustomMappingResponseTest.php | 2 +- .../test/Model/CreateCustomerResponseTest.php | 2 +- .../Model/CreateDepartmentResponseTest.php | 2 +- .../Model/CreateDriveGroupResponseTest.php | 2 +- .../test/Model/CreateDriveResponseTest.php | 2 +- .../CreateEcommerceCustomerResponseTest.php | 2 +- .../CreateEcommerceOrderResponseTest.php | 2 +- .../test/Model/CreateEmployeeResponseTest.php | 2 +- src/gen/test/Model/CreateFileRequestTest.php | 2 +- src/gen/test/Model/CreateFileResponseTest.php | 2 +- .../test/Model/CreateFolderRequestTest.php | 2 +- .../test/Model/CreateFolderResponseTest.php | 2 +- .../Model/CreateHrisCompanyResponseTest.php | 2 +- .../Model/CreateInvoiceItemResponseTest.php | 2 +- .../test/Model/CreateInvoiceResponseTest.php | 2 +- src/gen/test/Model/CreateItemResponseTest.php | 2 +- src/gen/test/Model/CreateJobResponseTest.php | 2 +- .../Model/CreateJournalEntryResponseTest.php | 2 +- src/gen/test/Model/CreateLeadResponseTest.php | 2 +- .../Model/CreateLedgerAccountResponseTest.php | 2 +- .../test/Model/CreateLocationResponseTest.php | 2 +- .../test/Model/CreateMerchantResponseTest.php | 2 +- .../test/Model/CreateMessageResponseTest.php | 2 +- .../Model/CreateModifierGroupResponseTest.php | 2 +- .../test/Model/CreateModifierResponseTest.php | 2 +- src/gen/test/Model/CreateNoteResponseTest.php | 2 +- .../Model/CreateOpportunityResponseTest.php | 2 +- .../test/Model/CreateOrderResponseTest.php | 2 +- .../Model/CreateOrderTypeResponseTest.php | 2 +- .../test/Model/CreatePaymentResponseTest.php | 2 +- .../test/Model/CreatePipelineResponseTest.php | 2 +- .../Model/CreatePosPaymentResponseTest.php | 2 +- .../test/Model/CreateProductResponseTest.php | 2 +- .../Model/CreatePurchaseOrderResponseTest.php | 2 +- .../Model/CreateSessionResponseDataTest.php | 2 +- .../test/Model/CreateSessionResponseTest.php | 2 +- .../Model/CreateSharedLinkResponseTest.php | 2 +- .../Model/CreateSubsidiaryResponseTest.php | 2 +- .../test/Model/CreateSupplierResponseTest.php | 2 +- .../test/Model/CreateTaxRateResponseTest.php | 2 +- .../test/Model/CreateTenderResponseTest.php | 2 +- .../test/Model/CreateTicketResponseTest.php | 2 +- .../CreateTimeOffRequestResponseTest.php | 2 +- .../CreateTrackingCategoryResponseTest.php | 2 +- .../Model/CreateUploadSessionRequestTest.php | 2 +- .../Model/CreateUploadSessionResponseTest.php | 2 +- src/gen/test/Model/CreateUserResponseTest.php | 2 +- .../test/Model/CreateWebhookRequestTest.php | 2 +- .../test/Model/CreateWebhookResponseTest.php | 2 +- src/gen/test/Model/CreditNoteTest.php | 2 +- src/gen/test/Model/CreditNotesFilterTest.php | 2 +- src/gen/test/Model/CreditNotesSortTest.php | 2 +- src/gen/test/Model/CrmEventTypeTest.php | 2 +- src/gen/test/Model/CurrencyTest.php | 2 +- src/gen/test/Model/CustomFieldFinderTest.php | 2 +- src/gen/test/Model/CustomFieldTest.php | 2 +- src/gen/test/Model/CustomMappingTest.php | 2 +- src/gen/test/Model/CustomerTest.php | 2 +- src/gen/test/Model/CustomersFilterTest.php | 2 +- src/gen/test/Model/CustomersSortTest.php | 2 +- src/gen/test/Model/DeductionTest.php | 2 +- ...DeleteAccountingDepartmentResponseTest.php | 2 +- .../DeleteAccountingLocationResponseTest.php | 2 +- .../test/Model/DeleteActivityResponseTest.php | 2 +- .../Model/DeleteApplicantResponseTest.php | 2 +- .../Model/DeleteApplicationResponseTest.php | 2 +- .../Model/DeleteAttachmentResponseTest.php | 2 +- .../Model/DeleteBillPaymentResponseTest.php | 135 + src/gen/test/Model/DeleteBillResponseTest.php | 2 +- .../test/Model/DeleteCommentResponseTest.php | 2 +- .../test/Model/DeleteCompanyResponseTest.php | 2 +- .../test/Model/DeleteConsumerResponseTest.php | 2 +- .../test/Model/DeleteContactResponseTest.php | 2 +- .../Model/DeleteCreditNoteResponseTest.php | 2 +- .../test/Model/DeleteCustomerResponseTest.php | 2 +- .../Model/DeleteDepartmentResponseTest.php | 2 +- .../Model/DeleteDriveGroupResponseTest.php | 2 +- .../test/Model/DeleteDriveResponseTest.php | 2 +- .../DeleteEcommerceCustomerResponseTest.php | 2 +- .../DeleteEcommerceOrderResponseTest.php | 2 +- .../test/Model/DeleteEmployeeResponseTest.php | 2 +- src/gen/test/Model/DeleteFileResponseTest.php | 2 +- .../test/Model/DeleteFolderResponseTest.php | 2 +- .../Model/DeleteHrisCompanyResponseTest.php | 2 +- .../test/Model/DeleteInvoiceResponseTest.php | 2 +- src/gen/test/Model/DeleteItemResponseTest.php | 2 +- src/gen/test/Model/DeleteJobResponseTest.php | 2 +- .../Model/DeleteJournalEntryResponseTest.php | 2 +- src/gen/test/Model/DeleteLeadResponseTest.php | 2 +- .../Model/DeleteLedgerAccountResponseTest.php | 2 +- .../test/Model/DeleteLocationResponseTest.php | 2 +- .../test/Model/DeleteMerchantResponseTest.php | 2 +- .../test/Model/DeleteMessageResponseTest.php | 2 +- .../Model/DeleteModifierGroupResponseTest.php | 2 +- .../test/Model/DeleteModifierResponseTest.php | 2 +- src/gen/test/Model/DeleteNoteResponseTest.php | 2 +- .../Model/DeleteOpportunityResponseTest.php | 2 +- .../test/Model/DeleteOrderResponseTest.php | 2 +- .../Model/DeleteOrderTypeResponseTest.php | 2 +- .../test/Model/DeletePaymentResponseTest.php | 2 +- .../test/Model/DeletePipelineResponseTest.php | 2 +- .../Model/DeletePosPaymentResponseTest.php | 2 +- .../test/Model/DeleteProductResponseTest.php | 2 +- .../Model/DeletePurchaseOrderResponseTest.php | 2 +- .../Model/DeleteSharedLinkResponseTest.php | 2 +- .../Model/DeleteSubsidiaryResponseTest.php | 2 +- .../test/Model/DeleteSupplierResponseTest.php | 2 +- .../test/Model/DeleteTaxRateResponseTest.php | 2 +- .../test/Model/DeleteTenderResponseTest.php | 2 +- .../test/Model/DeleteTicketResponseTest.php | 2 +- .../DeleteTimeOffRequestResponseTest.php | 2 +- .../DeleteTrackingCategoryResponseTest.php | 2 +- .../Model/DeleteUploadSessionResponseTest.php | 2 +- src/gen/test/Model/DeleteUserResponseTest.php | 2 +- .../test/Model/DeleteWebhookResponseTest.php | 2 +- src/gen/test/Model/DepartmentTest.php | 2 +- .../Model/DeprecatedLinkedSupplierTest.php | 126 + .../DeprecatedLinkedTrackingCategoryTest.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 +- .../Model/EcommerceCustomerAddressesTest.php | 2 +- src/gen/test/Model/EcommerceCustomerTest.php | 2 +- .../Model/EcommerceCustomersFilterTest.php | 2 +- src/gen/test/Model/EcommerceDiscountTest.php | 2 +- .../test/Model/EcommerceOrderLineItemTest.php | 2 +- .../test/Model/EcommerceOrderStatusTest.php | 2 +- src/gen/test/Model/EcommerceOrderTest.php | 2 +- .../test/Model/EcommerceOrdersFilterTest.php | 2 +- .../Model/EcommerceProductCategoriesTest.php | 2 +- .../Model/EcommerceProductImages1Test.php | 2 +- .../test/Model/EcommerceProductImagesTest.php | 2 +- .../Model/EcommerceProductOptions1Test.php | 2 +- .../Model/EcommerceProductOptionsTest.php | 2 +- src/gen/test/Model/EcommerceProductTest.php | 2 +- .../Model/EcommerceProductVariantsTest.php | 2 +- src/gen/test/Model/EcommerceStoreTest.php | 2 +- src/gen/test/Model/EmailTest.php | 2 +- .../test/Model/EmployeeCompensationTest.php | 2 +- .../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/EmployeesOneFilterTest.php | 2 +- src/gen/test/Model/EmployeesSortTest.php | 2 +- src/gen/test/Model/EmploymentStatusTest.php | 2 +- src/gen/test/Model/ErrorTest.php | 2 +- .../test/Model/ExecuteWebhookResponseTest.php | 2 +- .../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 +- .../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 +- .../GetAccountingDepartmentResponseTest.php | 2 +- .../GetAccountingDepartmentsResponseTest.php | 2 +- .../GetAccountingLocationResponseTest.php | 2 +- .../GetAccountingLocationsResponseTest.php | 2 +- .../test/Model/GetActivitiesResponseTest.php | 2 +- .../test/Model/GetActivityResponseTest.php | 2 +- .../GetApiResourceCoverageResponseTest.php | 2 +- .../test/Model/GetApiResourceResponseTest.php | 2 +- src/gen/test/Model/GetApiResponseTest.php | 2 +- src/gen/test/Model/GetApisResponseTest.php | 2 +- .../test/Model/GetApplicantResponseTest.php | 2 +- .../test/Model/GetApplicantsResponseTest.php | 2 +- .../test/Model/GetApplicationResponseTest.php | 2 +- .../Model/GetApplicationsResponseTest.php | 2 +- .../test/Model/GetAttachmentResponseTest.php | 2 +- .../test/Model/GetAttachmentsResponseTest.php | 2 +- .../Model/GetBalanceSheetResponseTest.php | 2 +- .../test/Model/GetBillPaymentResponseTest.php | 135 + .../Model/GetBillPaymentsResponseTest.php | 153 + src/gen/test/Model/GetBillResponseTest.php | 2 +- src/gen/test/Model/GetBillsResponseTest.php | 2 +- .../test/Model/GetCollectionResponseTest.php | 2 +- .../Model/GetCollectionTagsResponseTest.php | 2 +- .../Model/GetCollectionUserResponseTest.php | 2 +- .../Model/GetCollectionUsersResponseTest.php | 2 +- .../test/Model/GetCollectionsResponseTest.php | 2 +- src/gen/test/Model/GetCommentResponseTest.php | 2 +- .../test/Model/GetCommentsResponseTest.php | 2 +- .../test/Model/GetCompaniesResponseTest.php | 2 +- .../test/Model/GetCompanyInfoResponseTest.php | 2 +- src/gen/test/Model/GetCompanyResponseTest.php | 2 +- .../test/Model/GetConnectionResponseTest.php | 2 +- .../test/Model/GetConnectionsResponseTest.php | 2 +- ...nnectorResourceExampleResponseDataTest.php | 2 +- ...etConnectorResourceExampleResponseTest.php | 2 +- .../GetConnectorResourceResponseTest.php | 2 +- ...GetConnectorResourceSchemaResponseTest.php | 2 +- .../test/Model/GetConnectorResponseTest.php | 2 +- .../test/Model/GetConnectorsResponseTest.php | 2 +- .../test/Model/GetConsumerResponseTest.php | 2 +- .../Model/GetConsumersResponseDataTest.php | 2 +- .../test/Model/GetConsumersResponseTest.php | 2 +- src/gen/test/Model/GetContactResponseTest.php | 2 +- .../test/Model/GetContactsResponseTest.php | 2 +- .../test/Model/GetCreditNoteResponseTest.php | 2 +- .../test/Model/GetCreditNotesResponseTest.php | 2 +- .../Model/GetCustomFieldsResponseTest.php | 2 +- .../Model/GetCustomMappingResponseTest.php | 2 +- .../test/Model/GetCustomerResponseTest.php | 2 +- .../test/Model/GetCustomersResponseTest.php | 2 +- .../test/Model/GetDepartmentResponseTest.php | 2 +- .../test/Model/GetDepartmentsResponseTest.php | 2 +- .../test/Model/GetDriveGroupResponseTest.php | 2 +- .../test/Model/GetDriveGroupsResponseTest.php | 2 +- src/gen/test/Model/GetDriveResponseTest.php | 2 +- src/gen/test/Model/GetDrivesResponseTest.php | 2 +- .../GetEcommerceCustomerResponseTest.php | 2 +- .../GetEcommerceCustomersResponseTest.php | 2 +- .../Model/GetEcommerceOrderResponseTest.php | 2 +- .../Model/GetEcommerceOrdersResponseTest.php | 2 +- .../Model/GetEmployeePayrollResponseTest.php | 2 +- .../Model/GetEmployeePayrollsResponseTest.php | 2 +- .../test/Model/GetEmployeeResponseTest.php | 2 +- .../GetEmployeeSchedulesResponseTest.php | 2 +- .../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 +- .../Model/GetHrisCompaniesResponseTest.php | 2 +- .../test/Model/GetHrisCompanyResponseTest.php | 2 +- src/gen/test/Model/GetHrisJobResponseTest.php | 2 +- .../test/Model/GetHrisJobsResponseTest.php | 2 +- .../test/Model/GetInvoiceItemResponseTest.php | 2 +- .../Model/GetInvoiceItemsResponseTest.php | 2 +- src/gen/test/Model/GetInvoiceResponseTest.php | 2 +- .../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 +- .../Model/GetJournalEntriesResponseTest.php | 2 +- .../Model/GetJournalEntryResponseTest.php | 2 +- src/gen/test/Model/GetLeadResponseTest.php | 2 +- src/gen/test/Model/GetLeadsResponseTest.php | 2 +- .../Model/GetLedgerAccountResponseTest.php | 2 +- .../Model/GetLedgerAccountsResponseTest.php | 2 +- .../test/Model/GetLocationResponseTest.php | 2 +- .../test/Model/GetLocationsResponseTest.php | 2 +- src/gen/test/Model/GetLogsResponseTest.php | 2 +- .../test/Model/GetMerchantResponseTest.php | 2 +- .../test/Model/GetMerchantsResponseTest.php | 2 +- src/gen/test/Model/GetMessageResponseTest.php | 2 +- .../test/Model/GetMessagesResponseTest.php | 2 +- .../Model/GetModifierGroupResponseTest.php | 2 +- .../Model/GetModifierGroupsResponseTest.php | 2 +- .../test/Model/GetModifierResponseTest.php | 2 +- .../test/Model/GetModifiersResponseTest.php | 2 +- src/gen/test/Model/GetNoteResponseTest.php | 2 +- src/gen/test/Model/GetNotesResponseTest.php | 2 +- .../Model/GetOpportunitiesResponseTest.php | 2 +- .../test/Model/GetOpportunityResponseTest.php | 2 +- src/gen/test/Model/GetOrderResponseTest.php | 2 +- .../test/Model/GetOrderTypeResponseTest.php | 2 +- .../test/Model/GetOrderTypesResponseTest.php | 2 +- src/gen/test/Model/GetOrdersResponseTest.php | 2 +- src/gen/test/Model/GetPaymentResponseTest.php | 2 +- .../test/Model/GetPaymentsResponseTest.php | 2 +- src/gen/test/Model/GetPayrollResponseTest.php | 2 +- .../test/Model/GetPayrollsResponseTest.php | 2 +- .../test/Model/GetPipelineResponseTest.php | 2 +- .../test/Model/GetPipelinesResponseTest.php | 2 +- .../test/Model/GetPosPaymentResponseTest.php | 2 +- .../test/Model/GetPosPaymentsResponseTest.php | 2 +- src/gen/test/Model/GetProductResponseTest.php | 2 +- .../test/Model/GetProductsResponseTest.php | 2 +- .../Model/GetProfitAndLossResponseTest.php | 2 +- .../Model/GetPurchaseOrderResponseTest.php | 2 +- .../Model/GetPurchaseOrdersResponseTest.php | 2 +- .../Model/GetResourceExampleResponseTest.php | 2 +- .../Model/GetResourceSchemaResponseTest.php | 2 +- .../test/Model/GetSharedLinkResponseTest.php | 2 +- .../test/Model/GetSharedLinksResponseTest.php | 2 +- src/gen/test/Model/GetStoreResponseTest.php | 2 +- src/gen/test/Model/GetStoresResponseTest.php | 2 +- .../Model/GetSubsidiariesResponseTest.php | 2 +- .../test/Model/GetSubsidiaryResponseTest.php | 2 +- .../test/Model/GetSupplierResponseTest.php | 2 +- .../test/Model/GetSuppliersResponseTest.php | 2 +- src/gen/test/Model/GetTaxRateResponseTest.php | 2 +- .../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 +- .../Model/GetTimeOffRequestResponseTest.php | 2 +- .../Model/GetTimeOffRequestsResponseTest.php | 2 +- .../GetTrackingCategoriesResponseTest.php | 2 +- .../Model/GetTrackingCategoryResponseTest.php | 2 +- .../Model/GetUploadSessionResponseTest.php | 2 +- src/gen/test/Model/GetUserResponseTest.php | 2 +- src/gen/test/Model/GetUsersResponseTest.php | 2 +- .../Model/GetWebhookEventLogsResponseTest.php | 2 +- src/gen/test/Model/GetWebhookResponseTest.php | 2 +- .../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 +- .../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/InvoicesFilterTest.php | 2 +- src/gen/test/Model/InvoicesSortTest.php | 2 +- .../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 +- .../test/Model/JournalEntriesFilterTest.php | 2 +- src/gen/test/Model/JournalEntriesSortTest.php | 2 +- .../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 +- .../Model/LedgerAccountCategoriesTest.php | 2 +- .../Model/LedgerAccountParentAccountTest.php | 2 +- src/gen/test/Model/LedgerAccountTest.php | 2 +- .../test/Model/LedgerAccountsFilterTest.php | 2 +- src/gen/test/Model/LedgerAccountsSortTest.php | 2 +- .../Model/LinkedConnectorResourceTest.php | 2 +- src/gen/test/Model/LinkedCustomerTest.php | 2 +- .../Model/LinkedEcommerceCustomerTest.php | 2 +- .../test/Model/LinkedEcommerceOrderTest.php | 2 +- src/gen/test/Model/LinkedFolderTest.php | 2 +- src/gen/test/Model/LinkedInvoiceItemTest.php | 2 +- .../test/Model/LinkedLedgerAccountTest.php | 2 +- .../test/Model/LinkedParentCustomerTest.php | 2 +- src/gen/test/Model/LinkedSupplierTest.php | 2 +- src/gen/test/Model/LinkedTaxRateTest.php | 2 +- .../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 +- .../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 +- .../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 +- .../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 +- ...PickupDetailsCurbsidePickupDetailsTest.php | 2 +- .../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/OrdersSortTest.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/PaymentCardTest.php | 2 +- src/gen/test/Model/PaymentFrequencyTest.php | 2 +- .../Model/PaymentRequiredResponseTest.php | 2 +- src/gen/test/Model/PaymentStatusTest.php | 81 + src/gen/test/Model/PaymentTest.php | 2 +- src/gen/test/Model/PaymentTypeTest.php | 81 + src/gen/test/Model/PaymentUnitTest.php | 2 +- src/gen/test/Model/PaymentsFilterTest.php | 2 +- src/gen/test/Model/PaymentsSortTest.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 +- .../Model/PosBankAccountAchDetailsTest.php | 2 +- src/gen/test/Model/PosBankAccountTest.php | 2 +- .../test/Model/PosPaymentCardDetailsTest.php | 2 +- .../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 +- .../test/Model/ProfitAndLossExpensesTest.php | 2 +- .../test/Model/ProfitAndLossFilterTest.php | 2 +- .../Model/ProfitAndLossGrossProfitTest.php | 2 +- .../test/Model/ProfitAndLossIncomeTest.php | 2 +- .../test/Model/ProfitAndLossNetIncomeTest.php | 2 +- .../ProfitAndLossNetOperatingIncomeTest.php | 2 +- .../test/Model/ProfitAndLossRecordTest.php | 2 +- .../test/Model/ProfitAndLossSectionTest.php | 2 +- src/gen/test/Model/ProfitAndLossTest.php | 2 +- src/gen/test/Model/PurchaseOrderTest.php | 2 +- .../test/Model/PurchaseOrdersFilterTest.php | 2 +- src/gen/test/Model/PurchaseOrdersSortTest.php | 2 +- .../test/Model/RequestCountAllocationTest.php | 2 +- src/gen/test/Model/RequestRateTest.php | 2 +- .../test/Model/ResolveWebhookResponseTest.php | 2 +- src/gen/test/Model/ResourceExampleTest.php | 2 +- src/gen/test/Model/ResourceStatusTest.php | 2 +- src/gen/test/Model/ScheduleTest.php | 2 +- .../Model/ScheduleWorkPatternOddWeeksTest.php | 2 +- .../test/Model/ScheduleWorkPatternTest.php | 2 +- src/gen/test/Model/SchemaSupportTest.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 +- .../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 +- .../test/Model/SubsidiaryReferenceTest.php | 2 +- src/gen/test/Model/SubsidiaryTest.php | 2 +- src/gen/test/Model/SupplierTest.php | 2 +- src/gen/test/Model/SuppliersFilterTest.php | 2 +- src/gen/test/Model/SuppliersSortTest.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 +- .../test/Model/TimeOffRequestNotesTest.php | 2 +- src/gen/test/Model/TimeOffRequestTest.php | 2 +- .../test/Model/TimeOffRequestsFilterTest.php | 2 +- .../TooManyRequestsResponseDetailTest.php | 2 +- .../Model/TooManyRequestsResponseTest.php | 2 +- src/gen/test/Model/TrackingCategoryTest.php | 2 +- src/gen/test/Model/TrackingItemTest.php | 2 +- .../test/Model/UnauthorizedResponseTest.php | 2 +- .../Model/UnexpectedErrorResponseTest.php | 2 +- src/gen/test/Model/UnifiedApiIdTest.php | 2 +- .../test/Model/UnifiedFilePermissionsTest.php | 2 +- src/gen/test/Model/UnifiedFileTest.php | 2 +- src/gen/test/Model/UnifiedIdTest.php | 2 +- .../test/Model/UnprocessableResponseTest.php | 2 +- ...UpdateAccountingDepartmentResponseTest.php | 2 +- .../UpdateAccountingLocationResponseTest.php | 2 +- .../test/Model/UpdateActivityResponseTest.php | 2 +- .../Model/UpdateApplicantResponseTest.php | 2 +- .../Model/UpdateApplicationResponseTest.php | 2 +- .../Model/UpdateBillPaymentResponseTest.php | 135 + src/gen/test/Model/UpdateBillResponseTest.php | 2 +- .../test/Model/UpdateCommentResponseTest.php | 2 +- .../test/Model/UpdateCompanyResponseTest.php | 2 +- .../Model/UpdateConnectionResponseTest.php | 2 +- .../test/Model/UpdateConsumerRequestTest.php | 2 +- .../test/Model/UpdateConsumerResponseTest.php | 2 +- .../test/Model/UpdateContactResponseTest.php | 2 +- .../Model/UpdateCreditNoteResponseTest.php | 2 +- .../Model/UpdateCustomMappingRequestTest.php | 2 +- .../Model/UpdateCustomMappingResponseTest.php | 2 +- .../test/Model/UpdateCustomerResponseTest.php | 2 +- .../Model/UpdateDepartmentResponseTest.php | 2 +- .../Model/UpdateDriveGroupResponseTest.php | 2 +- .../test/Model/UpdateDriveResponseTest.php | 2 +- .../UpdateEcommerceCustomerResponseTest.php | 2 +- .../UpdateEcommerceOrderResponseTest.php | 2 +- .../test/Model/UpdateEmployeeResponseTest.php | 2 +- src/gen/test/Model/UpdateFileRequestTest.php | 2 +- src/gen/test/Model/UpdateFileResponseTest.php | 2 +- .../test/Model/UpdateFolderRequestTest.php | 2 +- .../test/Model/UpdateFolderResponseTest.php | 2 +- .../Model/UpdateHrisCompanyResponseTest.php | 2 +- .../Model/UpdateInvoiceItemsResponseTest.php | 2 +- .../test/Model/UpdateInvoiceResponseTest.php | 2 +- src/gen/test/Model/UpdateItemResponseTest.php | 2 +- src/gen/test/Model/UpdateJobResponseTest.php | 2 +- .../Model/UpdateJournalEntryResponseTest.php | 2 +- src/gen/test/Model/UpdateLeadResponseTest.php | 2 +- .../Model/UpdateLedgerAccountResponseTest.php | 2 +- .../test/Model/UpdateLocationResponseTest.php | 2 +- .../test/Model/UpdateMerchantResponseTest.php | 2 +- .../test/Model/UpdateMessageResponseTest.php | 2 +- .../Model/UpdateModifierGroupResponseTest.php | 2 +- .../test/Model/UpdateModifierResponseTest.php | 2 +- src/gen/test/Model/UpdateNoteResponseTest.php | 2 +- .../Model/UpdateOpportunityResponseTest.php | 2 +- .../test/Model/UpdateOrderResponseTest.php | 2 +- .../Model/UpdateOrderTypeResponseTest.php | 2 +- .../test/Model/UpdatePaymentResponseTest.php | 2 +- .../test/Model/UpdatePipelineResponseTest.php | 2 +- .../Model/UpdatePosPaymentResponseTest.php | 2 +- .../test/Model/UpdateProductResponseTest.php | 2 +- .../Model/UpdatePurchaseOrderResponseTest.php | 2 +- .../Model/UpdateSharedLinkResponseTest.php | 2 +- .../Model/UpdateSubsidiaryResponseTest.php | 2 +- .../test/Model/UpdateSupplierResponseTest.php | 2 +- .../test/Model/UpdateTaxRateResponseTest.php | 2 +- .../test/Model/UpdateTenderResponseTest.php | 2 +- .../test/Model/UpdateTicketResponseTest.php | 2 +- .../UpdateTimeOffRequestResponseTest.php | 2 +- .../UpdateTrackingCategoryResponseTest.php | 2 +- .../Model/UpdateUploadSessionResponseTest.php | 2 +- src/gen/test/Model/UpdateUserResponseTest.php | 2 +- .../test/Model/UpdateWebhookRequestTest.php | 2 +- .../test/Model/UpdateWebhookResponseTest.php | 2 +- src/gen/test/Model/UploadSessionTest.php | 2 +- src/gen/test/Model/UserTest.php | 2 +- ...alidateConnectionStateResponseDataTest.php | 2 +- .../ValidateConnectionStateResponseTest.php | 2 +- src/gen/test/Model/VaultEventTypeTest.php | 2 +- src/gen/test/Model/VirtualWebhooksTest.php | 2 +- src/gen/test/Model/WalletDetailsTest.php | 2 +- .../Model/WebhookEventLogAttemptsTest.php | 2 +- .../test/Model/WebhookEventLogServiceTest.php | 2 +- src/gen/test/Model/WebhookEventLogTest.php | 2 +- .../WebhookEventLogsFilterServiceTest.php | 2 +- .../test/Model/WebhookEventLogsFilterTest.php | 2 +- src/gen/test/Model/WebhookEventTest.php | 2 +- src/gen/test/Model/WebhookEventTypeTest.php | 2 +- .../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 +- 1354 files changed, 10422 insertions(+), 1483 deletions(-) create mode 100644 src/gen/docs/models/BillPayment.md create mode 100644 src/gen/docs/models/CreateBillPaymentResponse.md create mode 100644 src/gen/docs/models/DeleteBillPaymentResponse.md create mode 100644 src/gen/docs/models/DeprecatedLinkedSupplier.md create mode 100644 src/gen/docs/models/GetBillPaymentResponse.md create mode 100644 src/gen/docs/models/GetBillPaymentsResponse.md create mode 100644 src/gen/docs/models/PaymentStatus.md create mode 100644 src/gen/docs/models/PaymentType.md create mode 100644 src/gen/docs/models/UpdateBillPaymentResponse.md create mode 100644 src/gen/lib/Model/BillPayment.php create mode 100644 src/gen/lib/Model/CreateBillPaymentResponse.php create mode 100644 src/gen/lib/Model/DeleteBillPaymentResponse.php create mode 100644 src/gen/lib/Model/DeprecatedLinkedSupplier.php create mode 100644 src/gen/lib/Model/GetBillPaymentResponse.php create mode 100644 src/gen/lib/Model/GetBillPaymentsResponse.php create mode 100644 src/gen/lib/Model/PaymentStatus.php create mode 100644 src/gen/lib/Model/PaymentType.php create mode 100644 src/gen/lib/Model/UpdateBillPaymentResponse.php create mode 100644 src/gen/test/Model/BillPaymentTest.php create mode 100644 src/gen/test/Model/CreateBillPaymentResponseTest.php create mode 100644 src/gen/test/Model/DeleteBillPaymentResponseTest.php create mode 100644 src/gen/test/Model/DeprecatedLinkedSupplierTest.php create mode 100644 src/gen/test/Model/GetBillPaymentResponseTest.php create mode 100644 src/gen/test/Model/GetBillPaymentsResponseTest.php create mode 100644 src/gen/test/Model/PaymentStatusTest.php create mode 100644 src/gen/test/Model/PaymentTypeTest.php create mode 100644 src/gen/test/Model/UpdateBillPaymentResponseTest.php diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d497bd3f2..3100dd902 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,5 +18,5 @@ jobs: uses: ncipollo/release-action@v1 with: commit: main - tag: 3.5.1 + tag: 3.5.2 diff --git a/package.json b/package.json index a34382db1..ab2c04e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apideck/php", - "version": "3.5.1", + "version": "3.5.2", "description": "Apideck PHP SDK", "keywords": [ "apideck", diff --git a/src/gen/.openapi-generator/FILES b/src/gen/.openapi-generator/FILES index e2f9ab13a..667a680da 100644 --- a/src/gen/.openapi-generator/FILES +++ b/src/gen/.openapi-generator/FILES @@ -64,6 +64,7 @@ docs/Model/BankAccount.md docs/Model/Benefit.md docs/Model/Bill.md docs/Model/BillLineItem.md +docs/Model/BillPayment.md docs/Model/BillsFilter.md docs/Model/BillsSort.md docs/Model/Branch.md @@ -115,6 +116,7 @@ docs/Model/CreateApplicantResponse.md docs/Model/CreateApplicationResponse.md docs/Model/CreateAttachmentRequest.md docs/Model/CreateAttachmentResponse.md +docs/Model/CreateBillPaymentResponse.md docs/Model/CreateBillResponse.md docs/Model/CreateCommentResponse.md docs/Model/CreateCompanyResponse.md @@ -190,6 +192,7 @@ docs/Model/DeleteActivityResponse.md docs/Model/DeleteApplicantResponse.md docs/Model/DeleteApplicationResponse.md docs/Model/DeleteAttachmentResponse.md +docs/Model/DeleteBillPaymentResponse.md docs/Model/DeleteBillResponse.md docs/Model/DeleteCommentResponse.md docs/Model/DeleteCompanyResponse.md @@ -238,6 +241,7 @@ docs/Model/DeleteUploadSessionResponse.md docs/Model/DeleteUserResponse.md docs/Model/DeleteWebhookResponse.md docs/Model/Department.md +docs/Model/DeprecatedLinkedSupplier.md docs/Model/DeprecatedLinkedTrackingCategory.md docs/Model/Drive.md docs/Model/DriveGroup.md @@ -302,6 +306,8 @@ docs/Model/GetApplicationsResponse.md docs/Model/GetAttachmentResponse.md docs/Model/GetAttachmentsResponse.md docs/Model/GetBalanceSheetResponse.md +docs/Model/GetBillPaymentResponse.md +docs/Model/GetBillPaymentsResponse.md docs/Model/GetBillResponse.md docs/Model/GetBillsResponse.md docs/Model/GetCollectionResponse.md @@ -514,6 +520,8 @@ docs/Model/Payment.md docs/Model/PaymentCard.md docs/Model/PaymentFrequency.md docs/Model/PaymentRequiredResponse.md +docs/Model/PaymentStatus.md +docs/Model/PaymentType.md docs/Model/PaymentUnit.md docs/Model/PaymentsFilter.md docs/Model/PaymentsSort.md @@ -594,6 +602,7 @@ docs/Model/UpdateAccountingLocationResponse.md docs/Model/UpdateActivityResponse.md docs/Model/UpdateApplicantResponse.md docs/Model/UpdateApplicationResponse.md +docs/Model/UpdateBillPaymentResponse.md docs/Model/UpdateBillResponse.md docs/Model/UpdateCommentResponse.md docs/Model/UpdateCompanyResponse.md @@ -728,6 +737,7 @@ lib/Model/BankAccount.php lib/Model/Benefit.php lib/Model/Bill.php lib/Model/BillLineItem.php +lib/Model/BillPayment.php lib/Model/BillsFilter.php lib/Model/BillsSort.php lib/Model/Branch.php @@ -779,6 +789,7 @@ lib/Model/CreateApplicantResponse.php lib/Model/CreateApplicationResponse.php lib/Model/CreateAttachmentRequest.php lib/Model/CreateAttachmentResponse.php +lib/Model/CreateBillPaymentResponse.php lib/Model/CreateBillResponse.php lib/Model/CreateCommentResponse.php lib/Model/CreateCompanyResponse.php @@ -854,6 +865,7 @@ lib/Model/DeleteActivityResponse.php lib/Model/DeleteApplicantResponse.php lib/Model/DeleteApplicationResponse.php lib/Model/DeleteAttachmentResponse.php +lib/Model/DeleteBillPaymentResponse.php lib/Model/DeleteBillResponse.php lib/Model/DeleteCommentResponse.php lib/Model/DeleteCompanyResponse.php @@ -902,6 +914,7 @@ lib/Model/DeleteUploadSessionResponse.php lib/Model/DeleteUserResponse.php lib/Model/DeleteWebhookResponse.php lib/Model/Department.php +lib/Model/DeprecatedLinkedSupplier.php lib/Model/DeprecatedLinkedTrackingCategory.php lib/Model/Drive.php lib/Model/DriveGroup.php @@ -966,6 +979,8 @@ lib/Model/GetApplicationsResponse.php lib/Model/GetAttachmentResponse.php lib/Model/GetAttachmentsResponse.php lib/Model/GetBalanceSheetResponse.php +lib/Model/GetBillPaymentResponse.php +lib/Model/GetBillPaymentsResponse.php lib/Model/GetBillResponse.php lib/Model/GetBillsResponse.php lib/Model/GetCollectionResponse.php @@ -1179,6 +1194,8 @@ lib/Model/Payment.php lib/Model/PaymentCard.php lib/Model/PaymentFrequency.php lib/Model/PaymentRequiredResponse.php +lib/Model/PaymentStatus.php +lib/Model/PaymentType.php lib/Model/PaymentUnit.php lib/Model/PaymentsFilter.php lib/Model/PaymentsSort.php @@ -1259,6 +1276,7 @@ lib/Model/UpdateAccountingLocationResponse.php lib/Model/UpdateActivityResponse.php lib/Model/UpdateApplicantResponse.php lib/Model/UpdateApplicationResponse.php +lib/Model/UpdateBillPaymentResponse.php lib/Model/UpdateBillResponse.php lib/Model/UpdateCommentResponse.php lib/Model/UpdateCompanyResponse.php @@ -1388,6 +1406,7 @@ test/Model/BalanceSheetTest.php test/Model/BankAccountTest.php test/Model/BenefitTest.php test/Model/BillLineItemTest.php +test/Model/BillPaymentTest.php test/Model/BillTest.php test/Model/BillsFilterTest.php test/Model/BillsSortTest.php @@ -1440,6 +1459,7 @@ test/Model/CreateApplicantResponseTest.php test/Model/CreateApplicationResponseTest.php test/Model/CreateAttachmentRequestTest.php test/Model/CreateAttachmentResponseTest.php +test/Model/CreateBillPaymentResponseTest.php test/Model/CreateBillResponseTest.php test/Model/CreateCommentResponseTest.php test/Model/CreateCompanyResponseTest.php @@ -1515,6 +1535,7 @@ test/Model/DeleteActivityResponseTest.php test/Model/DeleteApplicantResponseTest.php test/Model/DeleteApplicationResponseTest.php test/Model/DeleteAttachmentResponseTest.php +test/Model/DeleteBillPaymentResponseTest.php test/Model/DeleteBillResponseTest.php test/Model/DeleteCommentResponseTest.php test/Model/DeleteCompanyResponseTest.php @@ -1563,6 +1584,7 @@ test/Model/DeleteUploadSessionResponseTest.php test/Model/DeleteUserResponseTest.php test/Model/DeleteWebhookResponseTest.php test/Model/DepartmentTest.php +test/Model/DeprecatedLinkedSupplierTest.php test/Model/DeprecatedLinkedTrackingCategoryTest.php test/Model/DriveGroupTest.php test/Model/DriveGroupsFilterTest.php @@ -1627,6 +1649,8 @@ test/Model/GetApplicationsResponseTest.php test/Model/GetAttachmentResponseTest.php test/Model/GetAttachmentsResponseTest.php test/Model/GetBalanceSheetResponseTest.php +test/Model/GetBillPaymentResponseTest.php +test/Model/GetBillPaymentsResponseTest.php test/Model/GetBillResponseTest.php test/Model/GetBillsResponseTest.php test/Model/GetCollectionResponseTest.php @@ -1838,7 +1862,9 @@ test/Model/PassThroughQueryTest.php test/Model/PaymentCardTest.php test/Model/PaymentFrequencyTest.php test/Model/PaymentRequiredResponseTest.php +test/Model/PaymentStatusTest.php test/Model/PaymentTest.php +test/Model/PaymentTypeTest.php test/Model/PaymentUnitTest.php test/Model/PaymentsFilterTest.php test/Model/PaymentsSortTest.php @@ -1919,6 +1945,7 @@ test/Model/UpdateAccountingLocationResponseTest.php test/Model/UpdateActivityResponseTest.php test/Model/UpdateApplicantResponseTest.php test/Model/UpdateApplicationResponseTest.php +test/Model/UpdateBillPaymentResponseTest.php test/Model/UpdateBillResponseTest.php test/Model/UpdateCommentResponseTest.php test/Model/UpdateCompanyResponseTest.php diff --git a/src/gen/docs/apis/AccountingApi.md b/src/gen/docs/apis/AccountingApi.md index 2f409eb6a..c9fa92087 100644 --- a/src/gen/docs/apis/AccountingApi.md +++ b/src/gen/docs/apis/AccountingApi.md @@ -10,6 +10,11 @@ * [Download Attachment](#attachmentsDownload) * [Get Attachment](#attachmentsOne) * [Get BalanceSheet](#balanceSheetOne) +* [Create Bill Payment](#billPaymentsAdd) +* [List Bill Payments](#billPaymentsAll) +* [Delete Bill Payment](#billPaymentsDelete) +* [Get Bill Payment](#billPaymentsOne) +* [Update Bill Payment](#billPaymentsUpdate) * [Create Bill](#billsAdd) * [List Bills](#billsAll) * [Delete Bill](#billsDelete) @@ -428,6 +433,343 @@ try { ``` +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + +# Create Bill Payment + + +Method: **billPaymentsAdd** + +```php +Apideck->getAccountingApi()->billPaymentsAdd($data) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **bill_payment** | [\Apideck\Client\Model\BillPayment](../models/\Apideck\Client\Model\BillPayment.md)| | + **x_apideck_consumer_id** | **string**| ID of the consumer which you want to get or push data from | + **x_apideck_app_id** | **string**| The ID of your Unify application | + **x_apideck_service_id** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | + **raw** | [**bool**] | Include raw response. Mostly used for debugging purposes | (optional) defaults to false + + + +### Response Type + +[`\Apideck\Client\Model\CreateBillPaymentResponse`](../models/\Apideck\Client\Model\CreateBillPaymentResponse.md) + + + +### HTTP response details +| Status code | Description | +|-------------|-------------| +**201** | Bill Payment created | +**400** | Bad Request | +**401** | Unauthorized | +**402** | Payment Required | +**404** | The specified resource was not found | +**422** | Unprocessable | +4/5xx | Unexpected error | + + +## Example Usage + +```php +', '', '', ''); + +$apideck = new Apideck($config); + +try { + $response = $apideck->getAccountingApi()->billPaymentsAdd($billPayment); + var_dump('API called successfully', $response); +} catch(ApiException $error) { + var_dump('API called failed', $error); +} + +``` + + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + +# List Bill Payments + + +Method: **billPaymentsAll** + +```php +Apideck->getAccountingApi()->billPaymentsAll($data) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **x_apideck_consumer_id** | **string**| ID of the consumer which you want to get or push data from | + **x_apideck_app_id** | **string**| The ID of your Unify application | + **x_apideck_service_id** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | + **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | + **filter** | [\Apideck\Client\Model\PaymentsFilter](../models/\Apideck\Client\Model\PaymentsFilter.md)| Apply filters | + **sort** | [\Apideck\Client\Model\PaymentsSort](../models/\Apideck\Client\Model\PaymentsSort.md)| Apply sorting | + **pass_through** | [\Apideck\Client\Model\PassThroughQuery](../models/\Apideck\Client\Model\PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | + **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | + **raw** | [**bool**] | Include raw response. Mostly used for debugging purposes | (optional) defaults to false + **limit** | [**int**] | Number of results to return. Minimum 1, Maximum 200, Default 20 | (optional) defaults to 20 + + + +### Response Type + +[`\Apideck\Client\Model\GetBillPaymentsResponse`](../models/\Apideck\Client\Model\GetBillPaymentsResponse.md) + + + +### HTTP response details +| Status code | Description | +|-------------|-------------| +**200** | Bill Payments | +**400** | Bad Request | +**401** | Unauthorized | +**402** | Payment Required | +**404** | The specified resource was not found | +**422** | Unprocessable | +4/5xx | Unexpected error | + + +## Example Usage + +```php +', '', '', ''); + +$apideck = new Apideck($config); + +try { + $response = $apideck->getAccountingApi()->billPaymentsAll(); + var_dump('API called successfully', $response); +} catch(ApiException $error) { + var_dump('API called failed', $error); +} + +``` + + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + +# Delete Bill Payment + + +Method: **billPaymentsDelete** + +```php +Apideck->getAccountingApi()->billPaymentsDelete($data) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **string**| ID of the record you are acting upon. | + **x_apideck_consumer_id** | **string**| ID of the consumer which you want to get or push data from | + **x_apideck_app_id** | **string**| The ID of your Unify application | + **x_apideck_service_id** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | + **raw** | [**bool**] | Include raw response. Mostly used for debugging purposes | (optional) defaults to false + + + +### Response Type + +[`\Apideck\Client\Model\DeleteBillPaymentResponse`](../models/\Apideck\Client\Model\DeleteBillPaymentResponse.md) + + + +### HTTP response details +| Status code | Description | +|-------------|-------------| +**200** | Bill Payment deleted | +**400** | Bad Request | +**401** | Unauthorized | +**402** | Payment Required | +**404** | The specified resource was not found | +**422** | Unprocessable | +4/5xx | Unexpected error | + + +## Example Usage + +```php +', '', '', ''); + +$apideck = new Apideck($config); + +try { + $response = $apideck->getAccountingApi()->billPaymentsDelete('id_example'); + var_dump('API called successfully', $response); +} catch(ApiException $error) { + var_dump('API called failed', $error); +} + +``` + + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + +# Get Bill Payment + + +Method: **billPaymentsOne** + +```php +Apideck->getAccountingApi()->billPaymentsOne($data) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **string**| ID of the record you are acting upon. | + **x_apideck_consumer_id** | **string**| ID of the consumer which you want to get or push data from | + **x_apideck_app_id** | **string**| The ID of your Unify application | + **x_apideck_service_id** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | + **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | + **raw** | [**bool**] | Include raw response. Mostly used for debugging purposes | (optional) defaults to false + + + +### Response Type + +[`\Apideck\Client\Model\GetBillPaymentResponse`](../models/\Apideck\Client\Model\GetBillPaymentResponse.md) + + + +### HTTP response details +| Status code | Description | +|-------------|-------------| +**200** | Bill Payment | +**400** | Bad Request | +**401** | Unauthorized | +**402** | Payment Required | +**404** | The specified resource was not found | +**422** | Unprocessable | +4/5xx | Unexpected error | + + +## Example Usage + +```php +', '', '', ''); + +$apideck = new Apideck($config); + +try { + $response = $apideck->getAccountingApi()->billPaymentsOne('id_example'); + var_dump('API called successfully', $response); +} catch(ApiException $error) { + var_dump('API called failed', $error); +} + +``` + + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + +# Update Bill Payment + + +Method: **billPaymentsUpdate** + +```php +Apideck->getAccountingApi()->billPaymentsUpdate($data) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **string**| ID of the record you are acting upon. | + **bill_payment** | [\Apideck\Client\Model\BillPayment](../models/\Apideck\Client\Model\BillPayment.md)| | + **x_apideck_consumer_id** | **string**| ID of the consumer which you want to get or push data from | + **x_apideck_app_id** | **string**| The ID of your Unify application | + **x_apideck_service_id** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | + **raw** | [**bool**] | Include raw response. Mostly used for debugging purposes | (optional) defaults to false + + + +### Response Type + +[`\Apideck\Client\Model\UpdateBillPaymentResponse`](../models/\Apideck\Client\Model\UpdateBillPaymentResponse.md) + + + +### HTTP response details +| Status code | Description | +|-------------|-------------| +**200** | Bill Payment updated | +**400** | Bad Request | +**401** | Unauthorized | +**402** | Payment Required | +**404** | The specified resource was not found | +**422** | Unprocessable | +4/5xx | Unexpected error | + + +## Example Usage + +```php +', '', '', ''); + +$apideck = new Apideck($config); + +try { + $response = $apideck->getAccountingApi()->billPaymentsUpdate('id_example', $billPayment); + var_dump('API called successfully', $response); +} catch(ApiException $error) { + var_dump('API called failed', $error); +} + +``` + + [[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/Allocation.md b/src/gen/docs/models/Allocation.md index 0148ead8b..346f2d03a 100644 --- a/src/gen/docs/models/Allocation.md +++ b/src/gen/docs/models/Allocation.md @@ -35,6 +35,8 @@ Name | Type | Description | Notes * `OTHER` (value: `'other'`) +* `BILL` (value: `'bill'`) + diff --git a/src/gen/docs/models/BillPayment.md b/src/gen/docs/models/BillPayment.md new file mode 100644 index 000000000..867faeddc --- /dev/null +++ b/src/gen/docs/models/BillPayment.md @@ -0,0 +1,77 @@ +# Apideck.BillPayment + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`id` | **string** | A unique identifier for an object. | +`total_amount` | **float** | The total amount of the transaction | +`transaction_date` | **\DateTime** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | +`downstream_id` | **string** | The third-party API ID of original entity | [optional] +`currency` | [**\Apideck\Client\Model\Currency**](Currency.md) | | [optional] +`currency_rate` | **float** | Currency Exchange Rate at the time entity was recorded/generated. | [optional] +`reference` | **string** | Optional transaction reference message ie: Debit remittance detail. | [optional] +`payment_method` | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional] +`payment_method_reference` | **string** | Optional reference message returned by payment method on processing | [optional] +`payment_method_id` | **string** | A unique identifier for an object. | [optional] +`account` | [**\Apideck\Client\Model\LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] +`supplier` | [**\Apideck\Client\Model\LinkedSupplier**](LinkedSupplier.md) | | [optional] +`company_id` | **string** | The company or subsidiary id the transaction belongs to | [optional] +`reconciled` | **bool** | Indicates if the transaction has been reconciled. | [optional] +`status` | [**\Apideck\Client\Model\PaymentStatus**](PaymentStatus.md) | | [optional] +`type` | [**\Apideck\Client\Model\PaymentType**](PaymentType.md) | | [optional] +`allocations` | [**\Apideck\Client\Model\Allocation[]**](Allocation.md) | | [optional] +`note` | **string** | Note associated with the transaction | [optional] +`number` | **string** | Number associated with the transaction | [optional] +`tracking_categories` | [**\Apideck\Client\Model\LinkedTrackingCategory[]**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional] +`custom_fields` | [**\Apideck\Client\Model\CustomField[]**](CustomField.md) | | [optional] +`row_version` | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] +`display_id` | **string** | Id to be displayed. | [optional] +`custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] +`updated_by` | **string** | The user who last updated the object. | [optional] +`created_by` | **string** | The user who created the object. | [optional] +`created_at` | **\DateTime** | The date and time when the object was created. | [optional] +`updated_at` | **\DateTime** | The date and time when the object was last updated. | [optional] +`pass_through` | **object[]** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional] + + + + + +## Referenced Types: + + + + +* [`Currency`](Currency.md) + + + + + +* [`LinkedLedgerAccount`](LinkedLedgerAccount.md) +* [`LinkedSupplier`](LinkedSupplier.md) + + +* [`PaymentStatus`](PaymentStatus.md) +* [`PaymentType`](PaymentType.md) +* [`Allocation`](Allocation.md) + + +* [`LinkedTrackingCategory`](LinkedTrackingCategory.md) +* [`CustomField`](CustomField.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/CreateBillPaymentResponse.md b/src/gen/docs/models/CreateBillPaymentResponse.md new file mode 100644 index 000000000..061b6cab9 --- /dev/null +++ b/src/gen/docs/models/CreateBillPaymentResponse.md @@ -0,0 +1,31 @@ +# Apideck.CreateBillPaymentResponse + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`status_code` | **int** | HTTP Response Status Code | +`status` | **string** | HTTP Response Status | +`service` | **string** | Apideck ID of service provider | +`resource` | **string** | Unified API resource name | +`operation` | **string** | Operation performed | +`data` | [**\Apideck\Client\Model\UnifiedId**](UnifiedId.md) | | + + + + + +## Referenced Types: + + + + + +* [`UnifiedId`](UnifiedId.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/DeleteBillPaymentResponse.md b/src/gen/docs/models/DeleteBillPaymentResponse.md new file mode 100644 index 000000000..81f19e2ed --- /dev/null +++ b/src/gen/docs/models/DeleteBillPaymentResponse.md @@ -0,0 +1,31 @@ +# Apideck.DeleteBillPaymentResponse + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`status_code` | **int** | HTTP Response Status Code | +`status` | **string** | HTTP Response Status | +`service` | **string** | Apideck ID of service provider | +`resource` | **string** | Unified API resource name | +`operation` | **string** | Operation performed | +`data` | [**\Apideck\Client\Model\UnifiedId**](UnifiedId.md) | | + + + + + +## Referenced Types: + + + + + +* [`UnifiedId`](UnifiedId.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/DeprecatedLinkedSupplier.md b/src/gen/docs/models/DeprecatedLinkedSupplier.md new file mode 100644 index 000000000..01b076dce --- /dev/null +++ b/src/gen/docs/models/DeprecatedLinkedSupplier.md @@ -0,0 +1,31 @@ +# Apideck.DeprecatedLinkedSupplier + +### Description + +The supplier this entity is linked to. + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`id` | **string** | A unique identifier for an object. | [optional] +`display_id` | **string** | The display ID of the supplier. | [optional] +`display_name` | **string** | The display name of the supplier. | [optional] +`company_name` | **string** | The company name of the supplier. | [optional] +`address` | [**\Apideck\Client\Model\Address**](Address.md) | | [optional] + + + + + +## Referenced Types: + + + + +* [`Address`](Address.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/GetBillPaymentResponse.md b/src/gen/docs/models/GetBillPaymentResponse.md new file mode 100644 index 000000000..298f89c70 --- /dev/null +++ b/src/gen/docs/models/GetBillPaymentResponse.md @@ -0,0 +1,31 @@ +# Apideck.GetBillPaymentResponse + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`status_code` | **int** | HTTP Response Status Code | +`status` | **string** | HTTP Response Status | +`service` | **string** | Apideck ID of service provider | +`resource` | **string** | Unified API resource name | +`operation` | **string** | Operation performed | +`data` | [**\Apideck\Client\Model\BillPayment**](BillPayment.md) | | + + + + + +## Referenced Types: + + + + + +* [`BillPayment`](BillPayment.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/GetBillPaymentsResponse.md b/src/gen/docs/models/GetBillPaymentsResponse.md new file mode 100644 index 000000000..95bfb8397 --- /dev/null +++ b/src/gen/docs/models/GetBillPaymentsResponse.md @@ -0,0 +1,35 @@ +# Apideck.GetBillPaymentsResponse + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`status_code` | **int** | HTTP Response Status Code | +`status` | **string** | HTTP Response Status | +`service` | **string** | Apideck ID of service provider | +`resource` | **string** | Unified API resource name | +`operation` | **string** | Operation performed | +`data` | [**\Apideck\Client\Model\BillPayment[]**](BillPayment.md) | | +`meta` | [**\Apideck\Client\Model\Meta**](Meta.md) | | [optional] +`links` | [**\Apideck\Client\Model\Links**](Links.md) | | [optional] + + + + + +## Referenced Types: + + + + + +* [`BillPayment`](BillPayment.md) +* [`Meta`](Meta.md) +* [`Links`](Links.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/Payment.md b/src/gen/docs/models/Payment.md index 6556c9fe5..0c2d7e17b 100644 --- a/src/gen/docs/models/Payment.md +++ b/src/gen/docs/models/Payment.md @@ -5,32 +5,32 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -`id` | **string** | Unique identifier representing the entity | -`total_amount` | **float** | Amount of payment | -`transaction_date` | **\DateTime** | Date transaction was entered - YYYY:MM::DDThh:mm:ss.sTZD | +`id` | **string** | A unique identifier for an object. | +`total_amount` | **float** | The total amount of the transaction | +`transaction_date` | **\DateTime** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | `downstream_id` | **string** | The third-party API ID of original entity | [optional] `currency` | [**\Apideck\Client\Model\Currency**](Currency.md) | | [optional] `currency_rate` | **float** | Currency Exchange Rate at the time entity was recorded/generated. | [optional] -`reference` | **string** | Optional payment reference message ie: Debit remittance detail. | [optional] -`payment_method` | **string** | Payment method name | [optional] +`reference` | **string** | Optional transaction reference message ie: Debit remittance detail. | [optional] +`payment_method` | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional] `payment_method_reference` | **string** | Optional reference message returned by payment method on processing | [optional] -`payment_method_id` | **string** | Unique identifier for the payment method. | [optional] +`payment_method_id` | **string** | A unique identifier for an object. | [optional] `accounts_receivable_account_type` | **string** | Type of accounts receivable account. | [optional] `accounts_receivable_account_id` | **string** | Unique identifier for the account to allocate payment to. | [optional] `account` | [**\Apideck\Client\Model\LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] `customer` | [**\Apideck\Client\Model\LinkedCustomer**](LinkedCustomer.md) | | [optional] -`supplier` | [**\Apideck\Client\Model\LinkedSupplier**](LinkedSupplier.md) | | [optional] +`supplier` | [**\Apideck\Client\Model\DeprecatedLinkedSupplier**](DeprecatedLinkedSupplier.md) | | [optional] `company_id` | **string** | The company or subsidiary id the transaction belongs to | [optional] -`reconciled` | **bool** | Payment has been reconciled | [optional] -`status` | **string** | Status of payment | [optional] -`type` | **string** | Type of payment | [optional] +`reconciled` | **bool** | Indicates if the transaction has been reconciled. | [optional] +`status` | [**\Apideck\Client\Model\PaymentStatus**](PaymentStatus.md) | | [optional] +`type` | [**\Apideck\Client\Model\PaymentType**](PaymentType.md) | | [optional] `allocations` | [**\Apideck\Client\Model\Allocation[]**](Allocation.md) | | [optional] -`note` | **string** | Optional note to be associated with the payment. | [optional] -`number` | **string** | Payment number. | [optional] +`note` | **string** | Note associated with the transaction | [optional] +`number` | **string** | Number associated with the transaction | [optional] `tracking_categories` | [**\Apideck\Client\Model\LinkedTrackingCategory[]**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional] `custom_fields` | [**\Apideck\Client\Model\CustomField[]**](CustomField.md) | | [optional] `row_version` | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] -`display_id` | **string** | Payment id to be displayed. | [optional] +`display_id` | **string** | Id to be displayed. | [optional] `custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] `updated_by` | **string** | The user who last updated the object. | [optional] `created_by` | **string** | The user who created the object. | [optional] @@ -42,44 +42,6 @@ Name | Type | Description | Notes - -## Enum: Payment.status - - -* `AUTHORISED` (value: `'authorised'`) - -* `PAID` (value: `'paid'`) - -* `VOIDED` (value: `'voided'`) - -* `DELETED` (value: `'deleted'`) - - - - - -## Enum: Payment.type - - -* `RECEIVABLE` (value: `'accounts_receivable'`) - -* `PAYABLE` (value: `'accounts_payable'`) - -* `RECEIVABLE_CREDIT` (value: `'accounts_receivable_credit'`) - -* `PAYABLE_CREDIT` (value: `'accounts_payable_credit'`) - -* `RECEIVABLE_OVERPAYMENT` (value: `'accounts_receivable_overpayment'`) - -* `PAYABLE_OVERPAYMENT` (value: `'accounts_payable_overpayment'`) - -* `RECEIVABLE_PREPAYMENT` (value: `'accounts_receivable_prepayment'`) - -* `PAYABLE_PREPAYMENT` (value: `'accounts_payable_prepayment'`) - - - - ## Referenced Types: @@ -95,11 +57,11 @@ Name | Type | Description | Notes * [`LinkedLedgerAccount`](LinkedLedgerAccount.md) * [`LinkedCustomer`](LinkedCustomer.md) -* [`LinkedSupplier`](LinkedSupplier.md) - - +* [`DeprecatedLinkedSupplier`](DeprecatedLinkedSupplier.md) +* [`PaymentStatus`](PaymentStatus.md) +* [`PaymentType`](PaymentType.md) * [`Allocation`](Allocation.md) diff --git a/src/gen/docs/models/PaymentStatus.md b/src/gen/docs/models/PaymentStatus.md new file mode 100644 index 000000000..8bcb66dab --- /dev/null +++ b/src/gen/docs/models/PaymentStatus.md @@ -0,0 +1,19 @@ +# Apideck.PaymentStatus + +## Enum + + +* `AUTHORISED` (value: `'authorised'`) + +* `PAID` (value: `'paid'`) + +* `VOIDED` (value: `'voided'`) + +* `DELETED` (value: `'deleted'`) + + +--- + +[[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/PaymentType.md b/src/gen/docs/models/PaymentType.md new file mode 100644 index 000000000..de22b1035 --- /dev/null +++ b/src/gen/docs/models/PaymentType.md @@ -0,0 +1,27 @@ +# Apideck.PaymentType + +## Enum + + +* `RECEIVABLE` (value: `'accounts_receivable'`) + +* `PAYABLE` (value: `'accounts_payable'`) + +* `RECEIVABLE_CREDIT` (value: `'accounts_receivable_credit'`) + +* `PAYABLE_CREDIT` (value: `'accounts_payable_credit'`) + +* `RECEIVABLE_OVERPAYMENT` (value: `'accounts_receivable_overpayment'`) + +* `PAYABLE_OVERPAYMENT` (value: `'accounts_payable_overpayment'`) + +* `RECEIVABLE_PREPAYMENT` (value: `'accounts_receivable_prepayment'`) + +* `PAYABLE_PREPAYMENT` (value: `'accounts_payable_prepayment'`) + + +--- + +[[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/UpdateBillPaymentResponse.md b/src/gen/docs/models/UpdateBillPaymentResponse.md new file mode 100644 index 000000000..7dab42dd3 --- /dev/null +++ b/src/gen/docs/models/UpdateBillPaymentResponse.md @@ -0,0 +1,31 @@ +# Apideck.UpdateBillPaymentResponse + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`status_code` | **int** | HTTP Response Status Code | +`status` | **string** | HTTP Response Status | +`service` | **string** | Apideck ID of service provider | +`resource` | **string** | Unified API resource name | +`operation` | **string** | Operation performed | +`data` | [**\Apideck\Client\Model\UnifiedId**](UnifiedId.md) | | + + + + + +## Referenced Types: + + + + + +* [`UnifiedId`](UnifiedId.md) + +--- + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + diff --git a/src/gen/lib/Api/AccountingApi.php b/src/gen/lib/Api/AccountingApi.php index 7a64cfcd5..85d9571c4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -2912,6 +2912,2736 @@ public function balanceSheetOneRequest($x_apideck_consumer_id = null, $x_apideck ); } + /** + * Operation billPaymentsAdd + * + * Create Bill Payment + * + * @param \Apideck\Client\Model\BillPayment $bill_payment bill_payment (required) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return \Apideck\Client\Model\CreateBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse + */ + public function billPaymentsAdd($bill_payment, $raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null) + { + list($response) = $this->billPaymentsAddWithHttpInfo($bill_payment, $raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id); + return $response; + } + + /** + * Operation billPaymentsAddWithHttpInfo + * + * Create Bill Payment + * + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return array of \Apideck\Client\Model\CreateBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function billPaymentsAddWithHttpInfo($bill_payment, $raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null) + { + $request = $this->billPaymentsAddRequest($bill_payment, $raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 201: + if ('\Apideck\Client\Model\CreateBillPaymentResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\CreateBillPaymentResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Apideck\Client\Model\BadRequestResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\BadRequestResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Apideck\Client\Model\UnauthorizedResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnauthorizedResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 402: + if ('\Apideck\Client\Model\PaymentRequiredResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\PaymentRequiredResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Apideck\Client\Model\NotFoundResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\NotFoundResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 422: + if ('\Apideck\Client\Model\UnprocessableResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnprocessableResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Apideck\Client\Model\UnexpectedErrorResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnexpectedErrorResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Apideck\Client\Model\CreateBillPaymentResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 201: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\CreateBillPaymentResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\BadRequestResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnauthorizedResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 402: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\PaymentRequiredResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\NotFoundResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 422: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnprocessableResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnexpectedErrorResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation billPaymentsAddAsync + * + * Create Bill Payment + * + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsAddAsync($bill_payment, $raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null) + { + return $this->billPaymentsAddAsyncWithHttpInfo($bill_payment, $raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation billPaymentsAddAsyncWithHttpInfo + * + * Create Bill Payment + * + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsAddAsyncWithHttpInfo($bill_payment, $raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null) + { + $returnType = '\Apideck\Client\Model\CreateBillPaymentResponse'; + $request = $this->billPaymentsAddRequest($bill_payment, $raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'billPaymentsAdd' + * + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function billPaymentsAddRequest($bill_payment, $raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null) + { + // verify the required parameter 'bill_payment' is set + if ($bill_payment === null || (is_array($bill_payment) && count($bill_payment) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $bill_payment when calling billPaymentsAdd' + ); + } + + $resourcePath = '/accounting/bill-payments'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + + if ('raw' === 'raw') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw ? 'true' : 'false'; + } + } + + + if ($raw !== null && 'sort' === 'raw') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($raw !== null && 'filter' === 'raw') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw; + } + } + + // header params + if ($x_apideck_consumer_id !== null) { + $headerParams['x-apideck-consumer-id'] = ObjectSerializer::toHeaderValue($x_apideck_consumer_id); + } + // header params + if ($x_apideck_app_id !== null) { + $headerParams['x-apideck-app-id'] = ObjectSerializer::toHeaderValue($x_apideck_app_id); + } + // header params + if ($x_apideck_service_id !== null) { + $headerParams['x-apideck-service-id'] = ObjectSerializer::toHeaderValue($x_apideck_service_id); + } + + + + if ($multipart) { + $headers = $this->headerSelector->selectHeadersForMultipart( + ['application/json'] + ); + } else { + $headers = $this->headerSelector->selectHeaders( + ['application/json'], + ['application/json'] + ); + } + + // for model (json/xml) + if (isset($bill_payment)) { + if ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($bill_payment)); + } else { + $httpBody = $bill_payment; + } + } elseif (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode($formParams); + + } else { + // for HTTP post (form) + $httpBody = \GuzzleHttp\Psr7\Query::build($formParams); + } + } + + // this endpoint requires API key authentication + $apiKey = $this->config->getApiKeyWithPrefix('Authorization'); + if ($apiKey !== null) { + $headers['Authorization'] = $apiKey; + } + + $defaultHeaders = $this->config->getDefaultHeaders(); + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $query = \GuzzleHttp\Psr7\Query::build($queryParams); + return new Request( + 'POST', + $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Operation billPaymentsAll + * + * List Bill Payments + * + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param string $cursor Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + * @param int $limit Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20) + * @param \Apideck\Client\Model\PaymentsFilter $filter Apply filters (optional) + * @param \Apideck\Client\Model\PaymentsSort $sort Apply sorting (optional) + * @param \Apideck\Client\Model\PassThroughQuery $pass_through Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return \Apideck\Client\Model\GetBillPaymentsResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse + */ + public function billPaymentsAll($raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $cursor = null, $limit = 20, $filter = null, $sort = null, $pass_through = null, $fields = null) + { + list($response) = $this->billPaymentsAllWithHttpInfo($raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $cursor, $limit, $filter, $sort, $pass_through, $fields); + return $response; + } + + /** + * Operation billPaymentsAllWithHttpInfo + * + * List Bill Payments + * + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param string $cursor Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + * @param int $limit Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20) + * @param \Apideck\Client\Model\PaymentsFilter $filter Apply filters (optional) + * @param \Apideck\Client\Model\PaymentsSort $sort Apply sorting (optional) + * @param \Apideck\Client\Model\PassThroughQuery $pass_through Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return array of \Apideck\Client\Model\GetBillPaymentsResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function billPaymentsAllWithHttpInfo($raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $cursor = null, $limit = 20, $filter = null, $sort = null, $pass_through = null, $fields = null) + { + $request = $this->billPaymentsAllRequest($raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $cursor, $limit, $filter, $sort, $pass_through, $fields); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\Apideck\Client\Model\GetBillPaymentsResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\GetBillPaymentsResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Apideck\Client\Model\BadRequestResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\BadRequestResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Apideck\Client\Model\UnauthorizedResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnauthorizedResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 402: + if ('\Apideck\Client\Model\PaymentRequiredResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\PaymentRequiredResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Apideck\Client\Model\NotFoundResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\NotFoundResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 422: + if ('\Apideck\Client\Model\UnprocessableResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnprocessableResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Apideck\Client\Model\UnexpectedErrorResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnexpectedErrorResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Apideck\Client\Model\GetBillPaymentsResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\GetBillPaymentsResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\BadRequestResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnauthorizedResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 402: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\PaymentRequiredResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\NotFoundResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 422: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnprocessableResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnexpectedErrorResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation billPaymentsAllAsync + * + * List Bill Payments + * + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param string $cursor Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + * @param int $limit Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20) + * @param \Apideck\Client\Model\PaymentsFilter $filter Apply filters (optional) + * @param \Apideck\Client\Model\PaymentsSort $sort Apply sorting (optional) + * @param \Apideck\Client\Model\PassThroughQuery $pass_through Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsAllAsync($raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $cursor = null, $limit = 20, $filter = null, $sort = null, $pass_through = null, $fields = null) + { + return $this->billPaymentsAllAsyncWithHttpInfo($raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $cursor, $limit, $filter, $sort, $pass_through, $fields) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation billPaymentsAllAsyncWithHttpInfo + * + * List Bill Payments + * + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param string $cursor Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + * @param int $limit Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20) + * @param \Apideck\Client\Model\PaymentsFilter $filter Apply filters (optional) + * @param \Apideck\Client\Model\PaymentsSort $sort Apply sorting (optional) + * @param \Apideck\Client\Model\PassThroughQuery $pass_through Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsAllAsyncWithHttpInfo($raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $cursor = null, $limit = 20, $filter = null, $sort = null, $pass_through = null, $fields = null) + { + $returnType = '\Apideck\Client\Model\GetBillPaymentsResponse'; + $request = $this->billPaymentsAllRequest($raw, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $cursor, $limit, $filter, $sort, $pass_through, $fields); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'billPaymentsAll' + * + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param string $cursor Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + * @param int $limit Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20) + * @param \Apideck\Client\Model\PaymentsFilter $filter Apply filters (optional) + * @param \Apideck\Client\Model\PaymentsSort $sort Apply sorting (optional) + * @param \Apideck\Client\Model\PassThroughQuery $pass_through Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function billPaymentsAllRequest($raw = false, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $cursor = null, $limit = 20, $filter = null, $sort = null, $pass_through = null, $fields = null) + { + if ($limit !== null && $limit > 200) { + throw new \InvalidArgumentException('invalid value for "$limit" when calling AccountingApi.billPaymentsAll, must be smaller than or equal to 200.'); + } + if ($limit !== null && $limit < 1) { + throw new \InvalidArgumentException('invalid value for "$limit" when calling AccountingApi.billPaymentsAll, must be bigger than or equal to 1.'); + } + + + $resourcePath = '/accounting/bill-payments'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + + if ('raw' === 'raw') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw ? 'true' : 'false'; + } + } + + + if ($raw !== null && 'sort' === 'raw') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($raw !== null && 'filter' === 'raw') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw; + } + } + // query params + + if ('raw' === 'cursor') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($cursor)) { + foreach($cursor as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['cursor'] = $cursor ? 'true' : 'false'; + } + } + + + if ($cursor !== null && 'sort' === 'cursor') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($cursor !== null && 'filter' === 'cursor') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($cursor !== null && 'pass_through' === 'cursor') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($cursor !== null && !('cursor' === 'raw' || 'cursor' === 'sort' || 'cursor' === 'filter' || 'cursor' === 'pass_through')) { + if('form' === 'form' && is_array($cursor)) { + foreach($cursor as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['cursor'] = $cursor; + } + } + // query params + + if ('raw' === 'limit') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($limit)) { + foreach($limit as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['limit'] = $limit ? 'true' : 'false'; + } + } + + + if ($limit !== null && 'sort' === 'limit') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($limit !== null && 'filter' === 'limit') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($limit !== null && 'pass_through' === 'limit') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($limit !== null && !('limit' === 'raw' || 'limit' === 'sort' || 'limit' === 'filter' || 'limit' === 'pass_through')) { + if('form' === 'form' && is_array($limit)) { + foreach($limit as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['limit'] = $limit; + } + } + // query params + + if ('raw' === 'filter') { + // Support for raw as true/false parameter + if('form' === 'deepObject' && is_array($filter)) { + foreach($filter as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['filter'] = $filter ? 'true' : 'false'; + } + } + + + if ($filter !== null && 'sort' === 'filter') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($filter !== null && 'filter' === 'filter') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($filter !== null && 'pass_through' === 'filter') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($filter !== null && !('filter' === 'raw' || 'filter' === 'sort' || 'filter' === 'filter' || 'filter' === 'pass_through')) { + if('form' === 'deepObject' && is_array($filter)) { + foreach($filter as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['filter'] = $filter; + } + } + // query params + + if ('raw' === 'sort') { + // Support for raw as true/false parameter + if('form' === 'deepObject' && is_array($sort)) { + foreach($sort as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['sort'] = $sort ? 'true' : 'false'; + } + } + + + if ($sort !== null && 'sort' === 'sort') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($sort !== null && 'filter' === 'sort') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($sort !== null && 'pass_through' === 'sort') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($sort !== null && !('sort' === 'raw' || 'sort' === 'sort' || 'sort' === 'filter' || 'sort' === 'pass_through')) { + if('form' === 'deepObject' && is_array($sort)) { + foreach($sort as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['sort'] = $sort; + } + } + // query params + + if ('raw' === 'pass_through') { + // Support for raw as true/false parameter + if('form' === 'deepObject' && is_array($pass_through)) { + foreach($pass_through as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['pass_through'] = $pass_through ? 'true' : 'false'; + } + } + + + if ($pass_through !== null && 'sort' === 'pass_through') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($pass_through !== null && 'filter' === 'pass_through') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($pass_through !== null && 'pass_through' === 'pass_through') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($pass_through !== null && !('pass_through' === 'raw' || 'pass_through' === 'sort' || 'pass_through' === 'filter' || 'pass_through' === 'pass_through')) { + if('form' === 'deepObject' && is_array($pass_through)) { + foreach($pass_through as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['pass_through'] = $pass_through; + } + } + // query params + + if ('raw' === 'fields') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($fields)) { + foreach($fields as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['fields'] = $fields ? 'true' : 'false'; + } + } + + + if ($fields !== null && 'sort' === 'fields') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($fields !== null && 'filter' === 'fields') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { + if('form' === 'form' && is_array($fields)) { + foreach($fields as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['fields'] = $fields; + } + } + + // header params + if ($x_apideck_consumer_id !== null) { + $headerParams['x-apideck-consumer-id'] = ObjectSerializer::toHeaderValue($x_apideck_consumer_id); + } + // header params + if ($x_apideck_app_id !== null) { + $headerParams['x-apideck-app-id'] = ObjectSerializer::toHeaderValue($x_apideck_app_id); + } + // header params + if ($x_apideck_service_id !== null) { + $headerParams['x-apideck-service-id'] = ObjectSerializer::toHeaderValue($x_apideck_service_id); + } + + + + if ($multipart) { + $headers = $this->headerSelector->selectHeadersForMultipart( + ['application/json'] + ); + } else { + $headers = $this->headerSelector->selectHeaders( + ['application/json'], + [] + ); + } + + // for model (json/xml) + if (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode($formParams); + + } else { + // for HTTP post (form) + $httpBody = \GuzzleHttp\Psr7\Query::build($formParams); + } + } + + // this endpoint requires API key authentication + $apiKey = $this->config->getApiKeyWithPrefix('Authorization'); + if ($apiKey !== null) { + $headers['Authorization'] = $apiKey; + } + + $defaultHeaders = $this->config->getDefaultHeaders(); + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $query = \GuzzleHttp\Psr7\Query::build($queryParams); + return new Request( + 'GET', + $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Operation billPaymentsDelete + * + * Delete Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return \Apideck\Client\Model\DeleteBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse + */ + public function billPaymentsDelete($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + list($response) = $this->billPaymentsDeleteWithHttpInfo($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + return $response; + } + + /** + * Operation billPaymentsDeleteWithHttpInfo + * + * Delete Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return array of \Apideck\Client\Model\DeleteBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function billPaymentsDeleteWithHttpInfo($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + $request = $this->billPaymentsDeleteRequest($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\Apideck\Client\Model\DeleteBillPaymentResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\DeleteBillPaymentResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Apideck\Client\Model\BadRequestResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\BadRequestResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Apideck\Client\Model\UnauthorizedResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnauthorizedResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 402: + if ('\Apideck\Client\Model\PaymentRequiredResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\PaymentRequiredResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Apideck\Client\Model\NotFoundResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\NotFoundResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 422: + if ('\Apideck\Client\Model\UnprocessableResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnprocessableResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Apideck\Client\Model\UnexpectedErrorResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnexpectedErrorResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Apideck\Client\Model\DeleteBillPaymentResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\DeleteBillPaymentResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\BadRequestResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnauthorizedResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 402: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\PaymentRequiredResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\NotFoundResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 422: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnprocessableResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnexpectedErrorResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation billPaymentsDeleteAsync + * + * Delete Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsDeleteAsync($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + return $this->billPaymentsDeleteAsyncWithHttpInfo($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation billPaymentsDeleteAsyncWithHttpInfo + * + * Delete Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsDeleteAsyncWithHttpInfo($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + $returnType = '\Apideck\Client\Model\DeleteBillPaymentResponse'; + $request = $this->billPaymentsDeleteRequest($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'billPaymentsDelete' + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function billPaymentsDeleteRequest($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + // verify the required parameter 'id' is set + if ($id === null || (is_array($id) && count($id) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $id when calling billPaymentsDelete' + ); + } + + $resourcePath = '/accounting/bill-payments/{id}'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + + if ('raw' === 'raw') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw ? 'true' : 'false'; + } + } + + + if ($raw !== null && 'sort' === 'raw') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($raw !== null && 'filter' === 'raw') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw; + } + } + + // header params + if ($x_apideck_consumer_id !== null) { + $headerParams['x-apideck-consumer-id'] = ObjectSerializer::toHeaderValue($x_apideck_consumer_id); + } + // header params + if ($x_apideck_app_id !== null) { + $headerParams['x-apideck-app-id'] = ObjectSerializer::toHeaderValue($x_apideck_app_id); + } + // header params + if ($x_apideck_service_id !== null) { + $headerParams['x-apideck-service-id'] = ObjectSerializer::toHeaderValue($x_apideck_service_id); + } + + // path params + if ($id !== null) { + $resourcePath = str_replace( + '{' . 'id' . '}', + ObjectSerializer::toPathValue($id), + $resourcePath + ); + } + + + if ($multipart) { + $headers = $this->headerSelector->selectHeadersForMultipart( + ['application/json'] + ); + } else { + $headers = $this->headerSelector->selectHeaders( + ['application/json'], + [] + ); + } + + // for model (json/xml) + if (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode($formParams); + + } else { + // for HTTP post (form) + $httpBody = \GuzzleHttp\Psr7\Query::build($formParams); + } + } + + // this endpoint requires API key authentication + $apiKey = $this->config->getApiKeyWithPrefix('Authorization'); + if ($apiKey !== null) { + $headers['Authorization'] = $apiKey; + } + + $defaultHeaders = $this->config->getDefaultHeaders(); + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $query = \GuzzleHttp\Psr7\Query::build($queryParams); + return new Request( + 'DELETE', + $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Operation billPaymentsOne + * + * Get Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return \Apideck\Client\Model\GetBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse + */ + public function billPaymentsOne($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false, $fields = null) + { + list($response) = $this->billPaymentsOneWithHttpInfo($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw, $fields); + return $response; + } + + /** + * Operation billPaymentsOneWithHttpInfo + * + * Get Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return array of \Apideck\Client\Model\GetBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function billPaymentsOneWithHttpInfo($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false, $fields = null) + { + $request = $this->billPaymentsOneRequest($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw, $fields); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\Apideck\Client\Model\GetBillPaymentResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\GetBillPaymentResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Apideck\Client\Model\BadRequestResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\BadRequestResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Apideck\Client\Model\UnauthorizedResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnauthorizedResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 402: + if ('\Apideck\Client\Model\PaymentRequiredResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\PaymentRequiredResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Apideck\Client\Model\NotFoundResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\NotFoundResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 422: + if ('\Apideck\Client\Model\UnprocessableResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnprocessableResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Apideck\Client\Model\UnexpectedErrorResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnexpectedErrorResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Apideck\Client\Model\GetBillPaymentResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\GetBillPaymentResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\BadRequestResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnauthorizedResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 402: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\PaymentRequiredResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\NotFoundResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 422: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnprocessableResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnexpectedErrorResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation billPaymentsOneAsync + * + * Get Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsOneAsync($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false, $fields = null) + { + return $this->billPaymentsOneAsyncWithHttpInfo($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw, $fields) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation billPaymentsOneAsyncWithHttpInfo + * + * Get Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsOneAsyncWithHttpInfo($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false, $fields = null) + { + $returnType = '\Apideck\Client\Model\GetBillPaymentResponse'; + $request = $this->billPaymentsOneRequest($id, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw, $fields); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'billPaymentsOne' + * + * @param string $id ID of the record you are acting upon. (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * @param string $fields The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function billPaymentsOneRequest($id, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false, $fields = null) + { + // verify the required parameter 'id' is set + if ($id === null || (is_array($id) && count($id) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $id when calling billPaymentsOne' + ); + } + + $resourcePath = '/accounting/bill-payments/{id}'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + + if ('raw' === 'raw') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw ? 'true' : 'false'; + } + } + + + if ($raw !== null && 'sort' === 'raw') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($raw !== null && 'filter' === 'raw') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw; + } + } + // query params + + if ('raw' === 'fields') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($fields)) { + foreach($fields as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['fields'] = $fields ? 'true' : 'false'; + } + } + + + if ($fields !== null && 'sort' === 'fields') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($fields !== null && 'filter' === 'fields') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($fields !== null && 'pass_through' === 'fields') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($fields !== null && !('fields' === 'raw' || 'fields' === 'sort' || 'fields' === 'filter' || 'fields' === 'pass_through')) { + if('form' === 'form' && is_array($fields)) { + foreach($fields as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['fields'] = $fields; + } + } + + // header params + if ($x_apideck_consumer_id !== null) { + $headerParams['x-apideck-consumer-id'] = ObjectSerializer::toHeaderValue($x_apideck_consumer_id); + } + // header params + if ($x_apideck_app_id !== null) { + $headerParams['x-apideck-app-id'] = ObjectSerializer::toHeaderValue($x_apideck_app_id); + } + // header params + if ($x_apideck_service_id !== null) { + $headerParams['x-apideck-service-id'] = ObjectSerializer::toHeaderValue($x_apideck_service_id); + } + + // path params + if ($id !== null) { + $resourcePath = str_replace( + '{' . 'id' . '}', + ObjectSerializer::toPathValue($id), + $resourcePath + ); + } + + + if ($multipart) { + $headers = $this->headerSelector->selectHeadersForMultipart( + ['application/json'] + ); + } else { + $headers = $this->headerSelector->selectHeaders( + ['application/json'], + [] + ); + } + + // for model (json/xml) + if (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode($formParams); + + } else { + // for HTTP post (form) + $httpBody = \GuzzleHttp\Psr7\Query::build($formParams); + } + } + + // this endpoint requires API key authentication + $apiKey = $this->config->getApiKeyWithPrefix('Authorization'); + if ($apiKey !== null) { + $headers['Authorization'] = $apiKey; + } + + $defaultHeaders = $this->config->getDefaultHeaders(); + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $query = \GuzzleHttp\Psr7\Query::build($queryParams); + return new Request( + 'GET', + $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Operation billPaymentsUpdate + * + * Update Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param \Apideck\Client\Model\BillPayment $bill_payment bill_payment (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return \Apideck\Client\Model\UpdateBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse + */ + public function billPaymentsUpdate($id, $bill_payment, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + list($response) = $this->billPaymentsUpdateWithHttpInfo($id, $bill_payment, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + return $response; + } + + /** + * Operation billPaymentsUpdateWithHttpInfo + * + * Update Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \Apideck\Client\ApiException on non-2xx response + * @throws \InvalidArgumentException + * @return array of \Apideck\Client\Model\UpdateBillPaymentResponse|\Apideck\Client\Model\BadRequestResponse|\Apideck\Client\Model\UnauthorizedResponse|\Apideck\Client\Model\PaymentRequiredResponse|\Apideck\Client\Model\NotFoundResponse|\Apideck\Client\Model\UnprocessableResponse|\Apideck\Client\Model\UnexpectedErrorResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function billPaymentsUpdateWithHttpInfo($id, $bill_payment, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + $request = $this->billPaymentsUpdateRequest($id, $bill_payment, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\Apideck\Client\Model\UpdateBillPaymentResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UpdateBillPaymentResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Apideck\Client\Model\BadRequestResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\BadRequestResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Apideck\Client\Model\UnauthorizedResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnauthorizedResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 402: + if ('\Apideck\Client\Model\PaymentRequiredResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\PaymentRequiredResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Apideck\Client\Model\NotFoundResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\NotFoundResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 422: + if ('\Apideck\Client\Model\UnprocessableResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnprocessableResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Apideck\Client\Model\UnexpectedErrorResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, '\Apideck\Client\Model\UnexpectedErrorResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Apideck\Client\Model\UpdateBillPaymentResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UpdateBillPaymentResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\BadRequestResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnauthorizedResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 402: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\PaymentRequiredResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\NotFoundResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 422: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnprocessableResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Apideck\Client\Model\UnexpectedErrorResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation billPaymentsUpdateAsync + * + * Update Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsUpdateAsync($id, $bill_payment, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + return $this->billPaymentsUpdateAsyncWithHttpInfo($id, $bill_payment, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation billPaymentsUpdateAsyncWithHttpInfo + * + * Update Bill Payment + * + * @param string $id ID of the record you are acting upon. (required) + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function billPaymentsUpdateAsyncWithHttpInfo($id, $bill_payment, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + $returnType = '\Apideck\Client\Model\UpdateBillPaymentResponse'; + $request = $this->billPaymentsUpdateRequest($id, $bill_payment, $x_apideck_consumer_id, $x_apideck_app_id, $x_apideck_service_id, $raw); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'billPaymentsUpdate' + * + * @param string $id ID of the record you are acting upon. (required) + * @param \Apideck\Client\Model\BillPayment $bill_payment (required) + * @param string $x_apideck_consumer_id ID of the consumer which you want to get or push data from (optional) + * @param string $x_apideck_app_id The ID of your Unify application (optional) + * @param string $x_apideck_service_id Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + * @param bool $raw Include raw response. Mostly used for debugging purposes (optional, default to false) + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function billPaymentsUpdateRequest($id, $bill_payment, $x_apideck_consumer_id = null, $x_apideck_app_id = null, $x_apideck_service_id = null, $raw = false) + { + // verify the required parameter 'id' is set + if ($id === null || (is_array($id) && count($id) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $id when calling billPaymentsUpdate' + ); + } + // verify the required parameter 'bill_payment' is set + if ($bill_payment === null || (is_array($bill_payment) && count($bill_payment) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $bill_payment when calling billPaymentsUpdate' + ); + } + + $resourcePath = '/accounting/bill-payments/{id}'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + + if ('raw' === 'raw') { + // Support for raw as true/false parameter + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw ? 'true' : 'false'; + } + } + + + if ($raw !== null && 'sort' === 'raw') { + // Support for sort options + $sort_data = $sort->jsonSerialize(); + foreach($sort_data as $key => $value) { + $queryParams['sort['.$key.']'] = $value; + } + } + if ($raw !== null && 'filter' === 'raw') { + // Support for filter options + $filter_data = $filter->jsonSerialize(); + foreach($filter_data as $key => $value) { + $queryParams['filter['.$key.']'] = $value; + } + } + if ($raw !== null && 'pass_through' === 'raw') { + // Support for pass_through options + $pass_through_data = $pass_through->jsonSerialize(); + foreach($pass_through_data as $key => $value) { + $queryParams['pass_through['.$key.']'] = $value; + } + } + if ($raw !== null && !('raw' === 'raw' || 'raw' === 'sort' || 'raw' === 'filter' || 'raw' === 'pass_through')) { + if('form' === 'form' && is_array($raw)) { + foreach($raw as $key => $value) { + $queryParams[$key] = $value; + } + } + else { + $queryParams['raw'] = $raw; + } + } + + // header params + if ($x_apideck_consumer_id !== null) { + $headerParams['x-apideck-consumer-id'] = ObjectSerializer::toHeaderValue($x_apideck_consumer_id); + } + // header params + if ($x_apideck_app_id !== null) { + $headerParams['x-apideck-app-id'] = ObjectSerializer::toHeaderValue($x_apideck_app_id); + } + // header params + if ($x_apideck_service_id !== null) { + $headerParams['x-apideck-service-id'] = ObjectSerializer::toHeaderValue($x_apideck_service_id); + } + + // path params + if ($id !== null) { + $resourcePath = str_replace( + '{' . 'id' . '}', + ObjectSerializer::toPathValue($id), + $resourcePath + ); + } + + + if ($multipart) { + $headers = $this->headerSelector->selectHeadersForMultipart( + ['application/json'] + ); + } else { + $headers = $this->headerSelector->selectHeaders( + ['application/json'], + ['application/json'] + ); + } + + // for model (json/xml) + if (isset($bill_payment)) { + if ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($bill_payment)); + } else { + $httpBody = $bill_payment; + } + } elseif (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif ($headers['Content-Type'] === 'application/json') { + $httpBody = \GuzzleHttp\json_encode($formParams); + + } else { + // for HTTP post (form) + $httpBody = \GuzzleHttp\Psr7\Query::build($formParams); + } + } + + // this endpoint requires API key authentication + $apiKey = $this->config->getApiKeyWithPrefix('Authorization'); + if ($apiKey !== null) { + $headers['Authorization'] = $apiKey; + } + + $defaultHeaders = $this->config->getDefaultHeaders(); + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $query = \GuzzleHttp\Psr7\Query::build($queryParams); + return new Request( + 'PATCH', + $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + /** * Operation billsAdd * diff --git a/src/gen/lib/Api/AtsApi.php b/src/gen/lib/Api/AtsApi.php index a06a257ad..a2648fa45 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 93eb39c53..3d5c74f86 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e52ab0d98..49f0de720 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 461a319ce..1b28b499b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5419ddf42..7881b578e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 548160519..dfff97877 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3cfd48877..05ae531d1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 80bcea22d..849795b15 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d2f9b020c..d30c49b1c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 92421be7d..66332d908 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 da279c5a5..4eb37a7c1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 14c9d237c..474f8f75a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3fe25b4f7..906b98c0c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c0a12bad6..92644405f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -97,7 +97,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/3.5.1/PHP'; + protected $userAgent = 'Apideck-php-sdk/3.5.2 Unify-spec/10.7.2'; /** * 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: 10.7.1' . PHP_EOL; - $report .= ' SDK Package Version: 3.5.1' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 10.7.2' . PHP_EOL; + $report .= ' SDK Package Version: 3.5.2' . 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 11b18fee5..7ce1074e5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AccountingDepartment.php b/src/gen/lib/Model/AccountingDepartment.php index 939224ba6..2ea2f7664 100644 --- a/src/gen/lib/Model/AccountingDepartment.php +++ b/src/gen/lib/Model/AccountingDepartment.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AccountingDepartmentsFilter.php b/src/gen/lib/Model/AccountingDepartmentsFilter.php index afaf915fa..e7dec8604 100644 --- a/src/gen/lib/Model/AccountingDepartmentsFilter.php +++ b/src/gen/lib/Model/AccountingDepartmentsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 06233035d..e4df65461 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AccountingLocation.php b/src/gen/lib/Model/AccountingLocation.php index 9d283d951..99e020cf1 100644 --- a/src/gen/lib/Model/AccountingLocation.php +++ b/src/gen/lib/Model/AccountingLocation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AccountingLocationsFilter.php b/src/gen/lib/Model/AccountingLocationsFilter.php index fe78d4684..b46495941 100644 --- a/src/gen/lib/Model/AccountingLocationsFilter.php +++ b/src/gen/lib/Model/AccountingLocationsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4ff677459..ae55c24b7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ActivitiesSort.php b/src/gen/lib/Model/ActivitiesSort.php index da509225e..511d4a148 100644 --- a/src/gen/lib/Model/ActivitiesSort.php +++ b/src/gen/lib/Model/ActivitiesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 64dc542bc..f93d5e477 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c6c66adf8..26075eb3d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 42172d12c..8e7529329 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Allocation.php b/src/gen/lib/Model/Allocation.php index 12a3f2321..f63560e4e 100644 --- a/src/gen/lib/Model/Allocation.php +++ b/src/gen/lib/Model/Allocation.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -190,6 +190,7 @@ public function getModelName() const TYPE_PRE_PAYMENT = 'pre_payment'; const TYPE_JOURNAL_ENTRY = 'journal_entry'; const TYPE_OTHER = 'other'; + const TYPE_BILL = 'bill'; /** * Gets allowable values of the enum @@ -207,6 +208,7 @@ public function getTypeAllowableValues() self::TYPE_PRE_PAYMENT, self::TYPE_JOURNAL_ENTRY, self::TYPE_OTHER, + self::TYPE_BILL, ]; } diff --git a/src/gen/lib/Model/Api.php b/src/gen/lib/Model/Api.php index 9c3117b9c..7f95939ce 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 486e0433b..767d2d7b1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 70327e054..f652a9d36 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ba16af4ac..6fc45cb3a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d8d45e8ea..f0e4b2e25 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 66e4f9ac2..957818241 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17879187e..6f97085a5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 64a199483..a4221ad8b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7e791b51b..66c269d7c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 85677bc0f..b330c6328 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dfaed074f..57f095b75 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf1f88ca3..11562a090 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4969ce49b..cc96b19bc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e40639ef1..35e61ded1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 27fae8419..e267b6a13 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 517af3bd8..7567409cd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ca22be2a..e997e9fa1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/Attachment.php b/src/gen/lib/Model/Attachment.php index c9d65ce17..aaabbb00b 100644 --- a/src/gen/lib/Model/Attachment.php +++ b/src/gen/lib/Model/Attachment.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AttachmentReference.php b/src/gen/lib/Model/AttachmentReference.php index b318762ce..bc3acd76e 100644 --- a/src/gen/lib/Model/AttachmentReference.php +++ b/src/gen/lib/Model/AttachmentReference.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/AttachmentReferenceType.php b/src/gen/lib/Model/AttachmentReferenceType.php index 031fbec43..c3a513047 100644 --- a/src/gen/lib/Model/AttachmentReferenceType.php +++ b/src/gen/lib/Model/AttachmentReferenceType.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cd731228e..e9d560e0c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fef604663..160a613cd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 85db3b0cc..9cef0f4bd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAccount.php b/src/gen/lib/Model/BalanceSheetAccount.php index d792b4ab9..cd5e564cf 100644 --- a/src/gen/lib/Model/BalanceSheetAccount.php +++ b/src/gen/lib/Model/BalanceSheetAccount.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetAccountRecord.php b/src/gen/lib/Model/BalanceSheetAccountRecord.php index 58e1255ff..64d160037 100644 --- a/src/gen/lib/Model/BalanceSheetAccountRecord.php +++ b/src/gen/lib/Model/BalanceSheetAccountRecord.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3670a19dc..75e6af4bb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BalanceSheetReports.php b/src/gen/lib/Model/BalanceSheetReports.php index 54c381e77..f24f80142 100644 --- a/src/gen/lib/Model/BalanceSheetReports.php +++ b/src/gen/lib/Model/BalanceSheetReports.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1c59f79ae..78df56b7f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bacb4e8bb..aaf28d67e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 395653744..79d2b69da 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7c068021f..33a36c747 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/BillPayment.php b/src/gen/lib/Model/BillPayment.php new file mode 100644 index 000000000..4ff1a3b99 --- /dev/null +++ b/src/gen/lib/Model/BillPayment.php @@ -0,0 +1,1169 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class BillPayment implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'BillPayment'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'id' => 'string', + 'total_amount' => 'float', + 'transaction_date' => '\DateTime', + 'downstream_id' => 'string', + 'currency' => '\Apideck\Client\Model\Currency', + 'currency_rate' => 'float', + 'reference' => 'string', + 'payment_method' => 'string', + 'payment_method_reference' => 'string', + 'payment_method_id' => 'string', + 'account' => '\Apideck\Client\Model\LinkedLedgerAccount', + 'supplier' => '\Apideck\Client\Model\LinkedSupplier', + 'company_id' => 'string', + 'reconciled' => 'bool', + 'status' => '\Apideck\Client\Model\PaymentStatus', + 'type' => '\Apideck\Client\Model\PaymentType', + 'allocations' => '\Apideck\Client\Model\Allocation[]', + 'note' => 'string', + 'number' => 'string', + 'tracking_categories' => '\Apideck\Client\Model\LinkedTrackingCategory[]', + 'custom_fields' => '\Apideck\Client\Model\CustomField[]', + 'row_version' => 'string', + 'display_id' => 'string', + 'custom_mappings' => 'object', + 'updated_by' => 'string', + 'created_by' => 'string', + 'created_at' => '\DateTime', + 'updated_at' => '\DateTime', + 'pass_through' => 'object[]' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'id' => null, + 'total_amount' => null, + 'transaction_date' => 'date-time', + 'downstream_id' => null, + 'currency' => null, + 'currency_rate' => null, + 'reference' => null, + 'payment_method' => null, + 'payment_method_reference' => null, + 'payment_method_id' => null, + 'account' => null, + 'supplier' => null, + 'company_id' => null, + 'reconciled' => null, + 'status' => null, + 'type' => null, + 'allocations' => null, + 'note' => null, + 'number' => null, + 'tracking_categories' => null, + 'custom_fields' => null, + 'row_version' => null, + 'display_id' => null, + 'custom_mappings' => null, + 'updated_by' => null, + 'created_by' => null, + 'created_at' => 'date-time', + 'updated_at' => 'date-time', + 'pass_through' => 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 = [ + 'id' => 'id', + 'total_amount' => 'total_amount', + 'transaction_date' => 'transaction_date', + 'downstream_id' => 'downstream_id', + 'currency' => 'currency', + 'currency_rate' => 'currency_rate', + 'reference' => 'reference', + 'payment_method' => 'payment_method', + 'payment_method_reference' => 'payment_method_reference', + 'payment_method_id' => 'payment_method_id', + 'account' => 'account', + 'supplier' => 'supplier', + 'company_id' => 'company_id', + 'reconciled' => 'reconciled', + 'status' => 'status', + 'type' => 'type', + 'allocations' => 'allocations', + 'note' => 'note', + 'number' => 'number', + 'tracking_categories' => 'tracking_categories', + 'custom_fields' => 'custom_fields', + 'row_version' => 'row_version', + 'display_id' => 'display_id', + 'custom_mappings' => 'custom_mappings', + 'updated_by' => 'updated_by', + 'created_by' => 'created_by', + 'created_at' => 'created_at', + 'updated_at' => 'updated_at', + 'pass_through' => 'pass_through' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'id' => 'setId', + 'total_amount' => 'setTotalAmount', + 'transaction_date' => 'setTransactionDate', + 'downstream_id' => 'setDownstreamId', + 'currency' => 'setCurrency', + 'currency_rate' => 'setCurrencyRate', + 'reference' => 'setReference', + 'payment_method' => 'setPaymentMethod', + 'payment_method_reference' => 'setPaymentMethodReference', + 'payment_method_id' => 'setPaymentMethodId', + 'account' => 'setAccount', + 'supplier' => 'setSupplier', + 'company_id' => 'setCompanyId', + 'reconciled' => 'setReconciled', + 'status' => 'setStatus', + 'type' => 'setType', + 'allocations' => 'setAllocations', + 'note' => 'setNote', + 'number' => 'setNumber', + 'tracking_categories' => 'setTrackingCategories', + 'custom_fields' => 'setCustomFields', + 'row_version' => 'setRowVersion', + 'display_id' => 'setDisplayId', + 'custom_mappings' => 'setCustomMappings', + 'updated_by' => 'setUpdatedBy', + 'created_by' => 'setCreatedBy', + 'created_at' => 'setCreatedAt', + 'updated_at' => 'setUpdatedAt', + 'pass_through' => 'setPassThrough' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'id' => 'getId', + 'total_amount' => 'getTotalAmount', + 'transaction_date' => 'getTransactionDate', + 'downstream_id' => 'getDownstreamId', + 'currency' => 'getCurrency', + 'currency_rate' => 'getCurrencyRate', + 'reference' => 'getReference', + 'payment_method' => 'getPaymentMethod', + 'payment_method_reference' => 'getPaymentMethodReference', + 'payment_method_id' => 'getPaymentMethodId', + 'account' => 'getAccount', + 'supplier' => 'getSupplier', + 'company_id' => 'getCompanyId', + 'reconciled' => 'getReconciled', + 'status' => 'getStatus', + 'type' => 'getType', + 'allocations' => 'getAllocations', + 'note' => 'getNote', + 'number' => 'getNumber', + 'tracking_categories' => 'getTrackingCategories', + 'custom_fields' => 'getCustomFields', + 'row_version' => 'getRowVersion', + 'display_id' => 'getDisplayId', + 'custom_mappings' => 'getCustomMappings', + 'updated_by' => 'getUpdatedBy', + 'created_by' => 'getCreatedBy', + 'created_at' => 'getCreatedAt', + 'updated_at' => 'getUpdatedAt', + 'pass_through' => 'getPassThrough' + ]; + + /** + * 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['id'] = $data['id'] ?? null; + $this->container['total_amount'] = $data['total_amount'] ?? null; + $this->container['transaction_date'] = $data['transaction_date'] ?? null; + $this->container['downstream_id'] = $data['downstream_id'] ?? null; + $this->container['currency'] = $data['currency'] ?? null; + $this->container['currency_rate'] = $data['currency_rate'] ?? null; + $this->container['reference'] = $data['reference'] ?? null; + $this->container['payment_method'] = $data['payment_method'] ?? null; + $this->container['payment_method_reference'] = $data['payment_method_reference'] ?? null; + $this->container['payment_method_id'] = $data['payment_method_id'] ?? null; + $this->container['account'] = $data['account'] ?? null; + $this->container['supplier'] = $data['supplier'] ?? null; + $this->container['company_id'] = $data['company_id'] ?? null; + $this->container['reconciled'] = $data['reconciled'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['type'] = $data['type'] ?? null; + $this->container['allocations'] = $data['allocations'] ?? null; + $this->container['note'] = $data['note'] ?? null; + $this->container['number'] = $data['number'] ?? null; + $this->container['tracking_categories'] = $data['tracking_categories'] ?? null; + $this->container['custom_fields'] = $data['custom_fields'] ?? null; + $this->container['row_version'] = $data['row_version'] ?? null; + $this->container['display_id'] = $data['display_id'] ?? null; + $this->container['custom_mappings'] = $data['custom_mappings'] ?? null; + $this->container['updated_by'] = $data['updated_by'] ?? null; + $this->container['created_by'] = $data['created_by'] ?? null; + $this->container['created_at'] = $data['created_at'] ?? null; + $this->container['updated_at'] = $data['updated_at'] ?? null; + $this->container['pass_through'] = $data['pass_through'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['id'] === null) { + $invalidProperties[] = "'id' can't be null"; + } + if ($this->container['total_amount'] === null) { + $invalidProperties[] = "'total_amount' can't be null"; + } + if ($this->container['transaction_date'] === null) { + $invalidProperties[] = "'transaction_date' can't be null"; + } + 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 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 total_amount + * + * @return float + */ + public function getTotalAmount() + { + return $this->container['total_amount']; + } + + /** + * Sets total_amount + * + * @param float $total_amount The total amount of the transaction + * + * @return self + */ + public function setTotalAmount($total_amount) + { + $this->container['total_amount'] = $total_amount; + + return $this; + } + + /** + * Gets transaction_date + * + * @return \DateTime + */ + public function getTransactionDate() + { + return $this->container['transaction_date']; + } + + /** + * Sets transaction_date + * + * @param \DateTime $transaction_date The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD + * + * @return self + */ + public function setTransactionDate($transaction_date) + { + $this->container['transaction_date'] = $transaction_date; + + return $this; + } + + /** + * Gets downstream_id + * + * @return string|null + */ + public function getDownstreamId() + { + return $this->container['downstream_id']; + } + + /** + * Sets downstream_id + * + * @param string|null $downstream_id The third-party API ID of original entity + * + * @return self + */ + public function setDownstreamId($downstream_id) + { + $this->container['downstream_id'] = $downstream_id; + + 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 currency_rate + * + * @return float|null + */ + public function getCurrencyRate() + { + return $this->container['currency_rate']; + } + + /** + * Sets currency_rate + * + * @param float|null $currency_rate Currency Exchange Rate at the time entity was recorded/generated. + * + * @return self + */ + public function setCurrencyRate($currency_rate) + { + $this->container['currency_rate'] = $currency_rate; + + return $this; + } + + /** + * Gets reference + * + * @return string|null + */ + public function getReference() + { + return $this->container['reference']; + } + + /** + * Sets reference + * + * @param string|null $reference Optional transaction reference message ie: Debit remittance detail. + * + * @return self + */ + public function setReference($reference) + { + $this->container['reference'] = $reference; + + return $this; + } + + /** + * Gets payment_method + * + * @return string|null + */ + public function getPaymentMethod() + { + return $this->container['payment_method']; + } + + /** + * Sets payment_method + * + * @param string|null $payment_method Payment method used for the transaction, such as cash, credit card, bank transfer, or check + * + * @return self + */ + public function setPaymentMethod($payment_method) + { + $this->container['payment_method'] = $payment_method; + + return $this; + } + + /** + * Gets payment_method_reference + * + * @return string|null + */ + public function getPaymentMethodReference() + { + return $this->container['payment_method_reference']; + } + + /** + * Sets payment_method_reference + * + * @param string|null $payment_method_reference Optional reference message returned by payment method on processing + * + * @return self + */ + public function setPaymentMethodReference($payment_method_reference) + { + $this->container['payment_method_reference'] = $payment_method_reference; + + return $this; + } + + /** + * Gets payment_method_id + * + * @return string|null + */ + public function getPaymentMethodId() + { + return $this->container['payment_method_id']; + } + + /** + * Sets payment_method_id + * + * @param string|null $payment_method_id A unique identifier for an object. + * + * @return self + */ + public function setPaymentMethodId($payment_method_id) + { + $this->container['payment_method_id'] = $payment_method_id; + + return $this; + } + + /** + * Gets account + * + * @return \Apideck\Client\Model\LinkedLedgerAccount|null + */ + public function getAccount() + { + return $this->container['account']; + } + + /** + * Sets account + * + * @param \Apideck\Client\Model\LinkedLedgerAccount|null $account account + * + * @return self + */ + public function setAccount($account) + { + $this->container['account'] = $account; + + return $this; + } + + /** + * Gets supplier + * + * @return \Apideck\Client\Model\LinkedSupplier|null + */ + public function getSupplier() + { + return $this->container['supplier']; + } + + /** + * Sets supplier + * + * @param \Apideck\Client\Model\LinkedSupplier|null $supplier supplier + * + * @return self + */ + public function setSupplier($supplier) + { + $this->container['supplier'] = $supplier; + + 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 company or subsidiary id the transaction belongs to + * + * @return self + */ + public function setCompanyId($company_id) + { + $this->container['company_id'] = $company_id; + + return $this; + } + + /** + * Gets reconciled + * + * @return bool|null + */ + public function getReconciled() + { + return $this->container['reconciled']; + } + + /** + * Sets reconciled + * + * @param bool|null $reconciled Indicates if the transaction has been reconciled. + * + * @return self + */ + public function setReconciled($reconciled) + { + $this->container['reconciled'] = $reconciled; + + return $this; + } + + /** + * Gets status + * + * @return \Apideck\Client\Model\PaymentStatus|null + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param \Apideck\Client\Model\PaymentStatus|null $status status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets type + * + * @return \Apideck\Client\Model\PaymentType|null + */ + public function getType() + { + return $this->container['type']; + } + + /** + * Sets type + * + * @param \Apideck\Client\Model\PaymentType|null $type type + * + * @return self + */ + public function setType($type) + { + $this->container['type'] = $type; + + return $this; + } + + /** + * Gets allocations + * + * @return \Apideck\Client\Model\Allocation[]|null + */ + public function getAllocations() + { + return $this->container['allocations']; + } + + /** + * Sets allocations + * + * @param \Apideck\Client\Model\Allocation[]|null $allocations allocations + * + * @return self + */ + public function setAllocations($allocations) + { + $this->container['allocations'] = $allocations; + + return $this; + } + + /** + * Gets note + * + * @return string|null + */ + public function getNote() + { + return $this->container['note']; + } + + /** + * Sets note + * + * @param string|null $note Note associated with the transaction + * + * @return self + */ + public function setNote($note) + { + $this->container['note'] = $note; + + return $this; + } + + /** + * Gets number + * + * @return string|null + */ + public function getNumber() + { + return $this->container['number']; + } + + /** + * Sets number + * + * @param string|null $number Number associated with the transaction + * + * @return self + */ + public function setNumber($number) + { + $this->container['number'] = $number; + + return $this; + } + + /** + * Gets tracking_categories + * + * @return \Apideck\Client\Model\LinkedTrackingCategory[]|null + */ + public function getTrackingCategories() + { + return $this->container['tracking_categories']; + } + + /** + * Sets tracking_categories + * + * @param \Apideck\Client\Model\LinkedTrackingCategory[]|null $tracking_categories A list of linked tracking categories. + * + * @return self + */ + public function setTrackingCategories($tracking_categories) + { + $this->container['tracking_categories'] = $tracking_categories; + + return $this; + } + + /** + * Gets custom_fields + * + * @return \Apideck\Client\Model\CustomField[]|null + */ + public function getCustomFields() + { + return $this->container['custom_fields']; + } + + /** + * Sets custom_fields + * + * @param \Apideck\Client\Model\CustomField[]|null $custom_fields custom_fields + * + * @return self + */ + public function setCustomFields($custom_fields) + { + $this->container['custom_fields'] = $custom_fields; + + return $this; + } + + /** + * Gets row_version + * + * @return string|null + */ + public function getRowVersion() + { + return $this->container['row_version']; + } + + /** + * Sets row_version + * + * @param string|null $row_version A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. + * + * @return self + */ + public function setRowVersion($row_version) + { + $this->container['row_version'] = $row_version; + + return $this; + } + + /** + * Gets display_id + * + * @return string|null + */ + public function getDisplayId() + { + return $this->container['display_id']; + } + + /** + * Sets display_id + * + * @param string|null $display_id Id to be displayed. + * + * @return self + */ + public function setDisplayId($display_id) + { + $this->container['display_id'] = $display_id; + + return $this; + } + + /** + * Gets custom_mappings + * + * @return object|null + */ + public function getCustomMappings() + { + return $this->container['custom_mappings']; + } + + /** + * Sets custom_mappings + * + * @param object|null $custom_mappings When custom mappings are configured on the resource, the result is included here. + * + * @return self + */ + public function setCustomMappings($custom_mappings) + { + $this->container['custom_mappings'] = $custom_mappings; + + return $this; + } + + /** + * Gets updated_by + * + * @return string|null + */ + public function getUpdatedBy() + { + return $this->container['updated_by']; + } + + /** + * Sets updated_by + * + * @param string|null $updated_by The user who last updated the object. + * + * @return self + */ + public function setUpdatedBy($updated_by) + { + $this->container['updated_by'] = $updated_by; + + return $this; + } + + /** + * Gets created_by + * + * @return string|null + */ + public function getCreatedBy() + { + return $this->container['created_by']; + } + + /** + * Sets created_by + * + * @param string|null $created_by The user who created the object. + * + * @return self + */ + public function setCreatedBy($created_by) + { + $this->container['created_by'] = $created_by; + + return $this; + } + + /** + * Gets created_at + * + * @return \DateTime|null + */ + public function getCreatedAt() + { + return $this->container['created_at']; + } + + /** + * Sets created_at + * + * @param \DateTime|null $created_at The date and time when the object was created. + * + * @return self + */ + public function setCreatedAt($created_at) + { + $this->container['created_at'] = $created_at; + + return $this; + } + + /** + * Gets updated_at + * + * @return \DateTime|null + */ + public function getUpdatedAt() + { + return $this->container['updated_at']; + } + + /** + * Sets updated_at + * + * @param \DateTime|null $updated_at The date and time when the object was last updated. + * + * @return self + */ + public function setUpdatedAt($updated_at) + { + $this->container['updated_at'] = $updated_at; + + return $this; + } + + /** + * Gets pass_through + * + * @return object[]|null + */ + public function getPassThrough() + { + return $this->container['pass_through']; + } + + /** + * Sets pass_through + * + * @param object[]|null $pass_through The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. + * + * @return self + */ + public function setPassThrough($pass_through) + { + $this->container['pass_through'] = $pass_through; + + 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/BillsFilter.php b/src/gen/lib/Model/BillsFilter.php index 0d82e2e07..e7a094f46 100644 --- a/src/gen/lib/Model/BillsFilter.php +++ b/src/gen/lib/Model/BillsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 445b9dac6..b454f732e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c4777d591..e256d8cf6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 322008839..31e749a59 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 441dee430..4fbcdfe6b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 018a479c3..c00496246 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bf7e7bd6a..e8a780594 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b3e1fcc70..2eac25a6c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1915a080a..c9132ad57 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a6671e872..eda74958e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f3681244f..668e2fbaa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0ca240d5c..827ab2e4e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ec2807b88..f6b9a1c54 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0ae38f81a..8e470b681 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 094f7a68b..10183c74d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8e9708c11..8dca95b00 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fbe6d925e..bbac5f35c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 612326eea..82192fd14 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 90d59aa07..0a30de072 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1c9d106e9..863e5b9d3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 968e4c279..dbfa17f93 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d5e6d422..ebb3e815a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b8235ccec..1b50d8880 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 37a3ad430..fac933455 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 46e6a118e..38802ab48 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6fc507a27..06f2bde9f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3df393ac3..cf553029c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cd9ede262..43167044a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 289df1d05..a6a4263a0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b98a2e33a..910b765f1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7a3b235c7..171972672 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b7164292e..503ac6a1f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 070b757f8..2e3ce117e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f168e7511..cd4e0915a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 00776c4aa..7588edd29 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ab848e13f..0f799a1ba 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d14e33da0..b17945ff5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 642d4cb59..7b532684c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a178c04b2..b3be8417d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 68166d506..a770ecd17 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f69c488be..18c8ad2ec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2dbddf6ae..0c0ae80d4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4fd22b5a3..6b366bb94 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54ebf9dee..7048fa31f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateAccountingDepartmentResponse.php b/src/gen/lib/Model/CreateAccountingDepartmentResponse.php index 1ae71754c..1d562b5b5 100644 --- a/src/gen/lib/Model/CreateAccountingDepartmentResponse.php +++ b/src/gen/lib/Model/CreateAccountingDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateAccountingLocationResponse.php b/src/gen/lib/Model/CreateAccountingLocationResponse.php index 2b1bbb5b5..6513e15ef 100644 --- a/src/gen/lib/Model/CreateAccountingLocationResponse.php +++ b/src/gen/lib/Model/CreateAccountingLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0311b014b..22d4c7ccf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a3b80c711..f44fb53a7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5d25b1f48..4b0bb2444 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateAttachmentRequest.php b/src/gen/lib/Model/CreateAttachmentRequest.php index 7df08f3ad..a878c2540 100644 --- a/src/gen/lib/Model/CreateAttachmentRequest.php +++ b/src/gen/lib/Model/CreateAttachmentRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateAttachmentResponse.php b/src/gen/lib/Model/CreateAttachmentResponse.php index 72632f810..a76743411 100644 --- a/src/gen/lib/Model/CreateAttachmentResponse.php +++ b/src/gen/lib/Model/CreateAttachmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateBillPaymentResponse.php b/src/gen/lib/Model/CreateBillPaymentResponse.php new file mode 100644 index 000000000..4b91adc9b --- /dev/null +++ b/src/gen/lib/Model/CreateBillPaymentResponse.php @@ -0,0 +1,488 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class CreateBillPaymentResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'CreateBillPaymentResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'status_code' => 'int', + 'status' => 'string', + 'service' => 'string', + 'resource' => 'string', + 'operation' => 'string', + 'data' => '\Apideck\Client\Model\UnifiedId' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'status_code' => null, + 'status' => null, + 'service' => null, + 'resource' => null, + 'operation' => null, + 'data' => 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 = [ + 'status_code' => 'status_code', + 'status' => 'status', + 'service' => 'service', + 'resource' => 'resource', + 'operation' => 'operation', + 'data' => 'data' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'status_code' => 'setStatusCode', + 'status' => 'setStatus', + 'service' => 'setService', + 'resource' => 'setResource', + 'operation' => 'setOperation', + 'data' => 'setData' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'status_code' => 'getStatusCode', + 'status' => 'getStatus', + 'service' => 'getService', + 'resource' => 'getResource', + 'operation' => 'getOperation', + 'data' => 'getData' + ]; + + /** + * 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['status_code'] = $data['status_code'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['service'] = $data['service'] ?? null; + $this->container['resource'] = $data['resource'] ?? null; + $this->container['operation'] = $data['operation'] ?? null; + $this->container['data'] = $data['data'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['status_code'] === null) { + $invalidProperties[] = "'status_code' can't be null"; + } + if ($this->container['status'] === null) { + $invalidProperties[] = "'status' can't be null"; + } + if ($this->container['service'] === null) { + $invalidProperties[] = "'service' can't be null"; + } + if ($this->container['resource'] === null) { + $invalidProperties[] = "'resource' can't be null"; + } + if ($this->container['operation'] === null) { + $invalidProperties[] = "'operation' can't be null"; + } + if ($this->container['data'] === null) { + $invalidProperties[] = "'data' can't be null"; + } + 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 status_code + * + * @return int + */ + public function getStatusCode() + { + return $this->container['status_code']; + } + + /** + * Sets status_code + * + * @param int $status_code HTTP Response Status Code + * + * @return self + */ + public function setStatusCode($status_code) + { + $this->container['status_code'] = $status_code; + + return $this; + } + + /** + * Gets status + * + * @return string + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param string $status HTTP Response Status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets service + * + * @return string + */ + public function getService() + { + return $this->container['service']; + } + + /** + * Sets service + * + * @param string $service Apideck ID of service provider + * + * @return self + */ + public function setService($service) + { + $this->container['service'] = $service; + + return $this; + } + + /** + * Gets resource + * + * @return string + */ + public function getResource() + { + return $this->container['resource']; + } + + /** + * Sets resource + * + * @param string $resource Unified API resource name + * + * @return self + */ + public function setResource($resource) + { + $this->container['resource'] = $resource; + + return $this; + } + + /** + * Gets operation + * + * @return string + */ + public function getOperation() + { + return $this->container['operation']; + } + + /** + * Sets operation + * + * @param string $operation Operation performed + * + * @return self + */ + public function setOperation($operation) + { + $this->container['operation'] = $operation; + + return $this; + } + + /** + * Gets data + * + * @return \Apideck\Client\Model\UnifiedId + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \Apideck\Client\Model\UnifiedId $data data + * + * @return self + */ + public function setData($data) + { + $this->container['data'] = $data; + + 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/CreateBillResponse.php b/src/gen/lib/Model/CreateBillResponse.php index 712dc220d..f11ef2cf1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d40ae2fd1..62e8caf5d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5b98a86d6..696f8f146 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 061b20842..b6e7a904c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 63f49c681..1e6ed95fb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9e22a7a0..bbb8e8b8d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fbdde15f4..9b27d7375 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCustomMappingRequest.php b/src/gen/lib/Model/CreateCustomMappingRequest.php index bbefdef8e..900df44fc 100644 --- a/src/gen/lib/Model/CreateCustomMappingRequest.php +++ b/src/gen/lib/Model/CreateCustomMappingRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateCustomMappingResponse.php b/src/gen/lib/Model/CreateCustomMappingResponse.php index b6b67c29c..1d62a0fbe 100644 --- a/src/gen/lib/Model/CreateCustomMappingResponse.php +++ b/src/gen/lib/Model/CreateCustomMappingResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 90bcffe7a..32777a374 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54834b2a9..4881d15e1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 53cb77cd7..fab78c3b3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 14a6dcb9c..b62d84557 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 43076e136..d7c94059c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 697588462..df12892bf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 327e85382..e304d27ad 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 45c2e0db7..a4b68d3ef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fff613597..90f4824c7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ed9d32135..9ca993de6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 26677ea12..01cbdd2ec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 38eb41193..c0a946ecf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9a4fa185b..0b7337853 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a305eef96..4bc00c075 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ccd20357a..5e156e501 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 04a9e7578..07ef6753c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9d5942ce6..9fa912274 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ebc383112..efb2545b2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f2116fa47..197bac7be 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 443359eb9..69bf5b5fb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 313c5be3a..c872b5c4a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 105ebde84..6cef3a06d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6972ce8f2..aa40eb75d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9815e3bfc..e4dd1c530 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d13364712..9219e924f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 99b4448c0..0f2470e02 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4a2118dd4..478c56f91 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d4a68b6b..24b918496 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 595ccaa19..fa6b8d653 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c5a013711..67c1ed4bc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bd12e3a5e..18a9ad04b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9aa07d5e5..3e3f0213a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 657d3a703..06de75ab6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 442665ab8..36e340f4a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 31325e343..9579b337a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3d276e00f..2bce68ef1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateSubsidiaryResponse.php b/src/gen/lib/Model/CreateSubsidiaryResponse.php index f483f9ac2..5f802a7be 100644 --- a/src/gen/lib/Model/CreateSubsidiaryResponse.php +++ b/src/gen/lib/Model/CreateSubsidiaryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 aad17f00f..56ab933fe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a7ae0ac42..834137c03 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ccbcce585..14c888d8d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e4348e5d8..c4410cca7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9fc27ffd3..1a21e97d3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreateTrackingCategoryResponse.php b/src/gen/lib/Model/CreateTrackingCategoryResponse.php index d1b782b0c..e720ce608 100644 --- a/src/gen/lib/Model/CreateTrackingCategoryResponse.php +++ b/src/gen/lib/Model/CreateTrackingCategoryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c32e50200..c3ac50bd5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4ef3f4fe9..a3d86965c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 99680fb99..37ba326ab 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cb968a08d..6d283b3e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 16ca1f1ae..47c5c3dfe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5b573568b..6cec98dfd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreditNotesFilter.php b/src/gen/lib/Model/CreditNotesFilter.php index 60152eb29..a51e21d63 100644 --- a/src/gen/lib/Model/CreditNotesFilter.php +++ b/src/gen/lib/Model/CreditNotesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CreditNotesSort.php b/src/gen/lib/Model/CreditNotesSort.php index d7a73ae48..bd466afa3 100644 --- a/src/gen/lib/Model/CreditNotesSort.php +++ b/src/gen/lib/Model/CreditNotesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e8b1b8321..41ddcc662 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 23f7b3eb9..e4ac46d1f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9a3c01e3b..90f0a127e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CustomFieldFinder.php b/src/gen/lib/Model/CustomFieldFinder.php index cc87663a7..3afdf7de5 100644 --- a/src/gen/lib/Model/CustomFieldFinder.php +++ b/src/gen/lib/Model/CustomFieldFinder.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CustomMapping.php b/src/gen/lib/Model/CustomMapping.php index 3c7412047..972fab54e 100644 --- a/src/gen/lib/Model/CustomMapping.php +++ b/src/gen/lib/Model/CustomMapping.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b9fc90a18..55af342cd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 eda5a7ecc..b54490fe9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/CustomersSort.php b/src/gen/lib/Model/CustomersSort.php index bb7f1979a..85d25a7fe 100644 --- a/src/gen/lib/Model/CustomersSort.php +++ b/src/gen/lib/Model/CustomersSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2cb1d6ca8..8b0a6e473 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteAccountingDepartmentResponse.php b/src/gen/lib/Model/DeleteAccountingDepartmentResponse.php index e460f622a..dfb1cc8e0 100644 --- a/src/gen/lib/Model/DeleteAccountingDepartmentResponse.php +++ b/src/gen/lib/Model/DeleteAccountingDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteAccountingLocationResponse.php b/src/gen/lib/Model/DeleteAccountingLocationResponse.php index ac553ce92..da1239f79 100644 --- a/src/gen/lib/Model/DeleteAccountingLocationResponse.php +++ b/src/gen/lib/Model/DeleteAccountingLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 47b9bdae7..9630d9393 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 921c6a094..47d501b8b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3fe8a3970..571016174 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteAttachmentResponse.php b/src/gen/lib/Model/DeleteAttachmentResponse.php index 636142bce..5d5f04dd0 100644 --- a/src/gen/lib/Model/DeleteAttachmentResponse.php +++ b/src/gen/lib/Model/DeleteAttachmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteBillPaymentResponse.php b/src/gen/lib/Model/DeleteBillPaymentResponse.php new file mode 100644 index 000000000..b94a34fc8 --- /dev/null +++ b/src/gen/lib/Model/DeleteBillPaymentResponse.php @@ -0,0 +1,488 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class DeleteBillPaymentResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'DeleteBillPaymentResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'status_code' => 'int', + 'status' => 'string', + 'service' => 'string', + 'resource' => 'string', + 'operation' => 'string', + 'data' => '\Apideck\Client\Model\UnifiedId' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'status_code' => null, + 'status' => null, + 'service' => null, + 'resource' => null, + 'operation' => null, + 'data' => 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 = [ + 'status_code' => 'status_code', + 'status' => 'status', + 'service' => 'service', + 'resource' => 'resource', + 'operation' => 'operation', + 'data' => 'data' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'status_code' => 'setStatusCode', + 'status' => 'setStatus', + 'service' => 'setService', + 'resource' => 'setResource', + 'operation' => 'setOperation', + 'data' => 'setData' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'status_code' => 'getStatusCode', + 'status' => 'getStatus', + 'service' => 'getService', + 'resource' => 'getResource', + 'operation' => 'getOperation', + 'data' => 'getData' + ]; + + /** + * 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['status_code'] = $data['status_code'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['service'] = $data['service'] ?? null; + $this->container['resource'] = $data['resource'] ?? null; + $this->container['operation'] = $data['operation'] ?? null; + $this->container['data'] = $data['data'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['status_code'] === null) { + $invalidProperties[] = "'status_code' can't be null"; + } + if ($this->container['status'] === null) { + $invalidProperties[] = "'status' can't be null"; + } + if ($this->container['service'] === null) { + $invalidProperties[] = "'service' can't be null"; + } + if ($this->container['resource'] === null) { + $invalidProperties[] = "'resource' can't be null"; + } + if ($this->container['operation'] === null) { + $invalidProperties[] = "'operation' can't be null"; + } + if ($this->container['data'] === null) { + $invalidProperties[] = "'data' can't be null"; + } + 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 status_code + * + * @return int + */ + public function getStatusCode() + { + return $this->container['status_code']; + } + + /** + * Sets status_code + * + * @param int $status_code HTTP Response Status Code + * + * @return self + */ + public function setStatusCode($status_code) + { + $this->container['status_code'] = $status_code; + + return $this; + } + + /** + * Gets status + * + * @return string + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param string $status HTTP Response Status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets service + * + * @return string + */ + public function getService() + { + return $this->container['service']; + } + + /** + * Sets service + * + * @param string $service Apideck ID of service provider + * + * @return self + */ + public function setService($service) + { + $this->container['service'] = $service; + + return $this; + } + + /** + * Gets resource + * + * @return string + */ + public function getResource() + { + return $this->container['resource']; + } + + /** + * Sets resource + * + * @param string $resource Unified API resource name + * + * @return self + */ + public function setResource($resource) + { + $this->container['resource'] = $resource; + + return $this; + } + + /** + * Gets operation + * + * @return string + */ + public function getOperation() + { + return $this->container['operation']; + } + + /** + * Sets operation + * + * @param string $operation Operation performed + * + * @return self + */ + public function setOperation($operation) + { + $this->container['operation'] = $operation; + + return $this; + } + + /** + * Gets data + * + * @return \Apideck\Client\Model\UnifiedId + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \Apideck\Client\Model\UnifiedId $data data + * + * @return self + */ + public function setData($data) + { + $this->container['data'] = $data; + + 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/DeleteBillResponse.php b/src/gen/lib/Model/DeleteBillResponse.php index 518be43ed..ed6cbad78 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c4d7869b4..0e0e33281 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 755bd86c3..9df573f04 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6c31fe1c3..3d115cbfb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 079291a77..13e414cd9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c3430c724..fd60108f0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 07ae1fffd..98bc8390e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 88f1b04f0..70b7a3189 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b060aaf95..8eb3ffc5c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4a98a3f03..eba96c032 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 937a69e76..1aba4afd7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d35b44cd7..367a95e37 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5faa6bb6f..7aaac091f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fa2631226..ab64efd72 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c590bf9b2..0f051b446 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9c608fa4..349f5cdf9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 054e1c0e8..4949b639d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2fb183064..2d4a5d481 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8ee88cbc1..0c068f4b7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c32a6b10d..501068458 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 009eaea31..9cd98b505 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2b0f8b4cb..795b5be16 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 234630d6c..bd4645f4a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8e19c611e..8764a7818 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 afaea23ec..88546e5ff 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 41ce15261..2f64a7781 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 886fc7e77..1a1c9cba9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 827828579..e1c33e914 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d4511f766..2f792b477 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b4339b5ce..5de48af8d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f1e951c9b..c6c99b112 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ebf724ad..bedadc7f7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c186f3c40..eca7f722b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 196b73a30..389651914 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 05c3ae075..35ab2db21 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 46af8d32c..6ef35651a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4611b0471..05f34e014 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteSubsidiaryResponse.php b/src/gen/lib/Model/DeleteSubsidiaryResponse.php index 7aa4085df..fe2191130 100644 --- a/src/gen/lib/Model/DeleteSubsidiaryResponse.php +++ b/src/gen/lib/Model/DeleteSubsidiaryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2fc06e8b0..c37e65f3c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc974392b..3467a97a6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7ad3be09b..840d98918 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5e5c1b869..059ec4067 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3b31d27a2..c908e19b5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeleteTrackingCategoryResponse.php b/src/gen/lib/Model/DeleteTrackingCategoryResponse.php index 854799d6b..45268a395 100644 --- a/src/gen/lib/Model/DeleteTrackingCategoryResponse.php +++ b/src/gen/lib/Model/DeleteTrackingCategoryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3b65b74bb..03d03a748 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ab1fc5444..17eb15610 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0ff24146c..7ed37e38c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f5702f102..29b327c1a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/DeprecatedLinkedSupplier.php b/src/gen/lib/Model/DeprecatedLinkedSupplier.php new file mode 100644 index 000000000..3de3ce0df --- /dev/null +++ b/src/gen/lib/Model/DeprecatedLinkedSupplier.php @@ -0,0 +1,441 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class DeprecatedLinkedSupplier implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'DeprecatedLinkedSupplier'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'id' => 'string', + 'display_id' => 'string', + 'display_name' => 'string', + 'company_name' => 'string', + 'address' => '\Apideck\Client\Model\Address' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'id' => null, + 'display_id' => null, + 'display_name' => null, + 'company_name' => null, + 'address' => 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 = [ + 'id' => 'id', + 'display_id' => 'display_id', + 'display_name' => 'display_name', + 'company_name' => 'company_name', + 'address' => 'address' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'id' => 'setId', + 'display_id' => 'setDisplayId', + 'display_name' => 'setDisplayName', + 'company_name' => 'setCompanyName', + 'address' => 'setAddress' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'id' => 'getId', + 'display_id' => 'getDisplayId', + 'display_name' => 'getDisplayName', + 'company_name' => 'getCompanyName', + 'address' => 'getAddress' + ]; + + /** + * 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['id'] = $data['id'] ?? null; + $this->container['display_id'] = $data['display_id'] ?? null; + $this->container['display_name'] = $data['display_name'] ?? null; + $this->container['company_name'] = $data['company_name'] ?? null; + $this->container['address'] = $data['address'] ?? 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 id + * + * @return string|null + */ + public function getId() + { + return $this->container['id']; + } + + /** + * Sets id + * + * @param string|null $id A unique identifier for an object. + * + * @return self + */ + public function setId($id) + { + $this->container['id'] = $id; + + return $this; + } + + /** + * Gets display_id + * + * @return string|null + */ + public function getDisplayId() + { + return $this->container['display_id']; + } + + /** + * Sets display_id + * + * @param string|null $display_id The display ID of the supplier. + * + * @return self + */ + public function setDisplayId($display_id) + { + $this->container['display_id'] = $display_id; + + return $this; + } + + /** + * Gets display_name + * + * @return string|null + */ + public function getDisplayName() + { + return $this->container['display_name']; + } + + /** + * Sets display_name + * + * @param string|null $display_name The display name of the supplier. + * + * @return self + */ + public function setDisplayName($display_name) + { + $this->container['display_name'] = $display_name; + + return $this; + } + + /** + * Gets company_name + * + * @return string|null + */ + public function getCompanyName() + { + return $this->container['company_name']; + } + + /** + * Sets company_name + * + * @param string|null $company_name The company name of the supplier. + * + * @return self + */ + public function setCompanyName($company_name) + { + $this->container['company_name'] = $company_name; + + return $this; + } + + /** + * Gets address + * + * @return \Apideck\Client\Model\Address|null + */ + public function getAddress() + { + return $this->container['address']; + } + + /** + * Sets address + * + * @param \Apideck\Client\Model\Address|null $address address + * + * @return self + */ + public function setAddress($address) + { + $this->container['address'] = $address; + + 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/DeprecatedLinkedTrackingCategory.php b/src/gen/lib/Model/DeprecatedLinkedTrackingCategory.php index 294382ff5..f04e64997 100644 --- a/src/gen/lib/Model/DeprecatedLinkedTrackingCategory.php +++ b/src/gen/lib/Model/DeprecatedLinkedTrackingCategory.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b0a66a56b..3aad30ed9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e56d0a658..b59616fb0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f06cf732e..167bfa78c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 35d65c230..a5c731462 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 741720250..409532f6e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 116c74c48..d3f588036 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5e39ecfa..6f1d3808e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 992b227b3..5d2162cc9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3cc91b8c3..bcbaad34d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b99d25a84..10110768c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9e7cd1b66..9688288d4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 08eb7d2b1..b6a446daa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1bb3fbd04..3a8b03c1f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fd3978568..bf40c7f70 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 942c6fed2..280eefc1e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 434e7df77..cd5091d4e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f16012b14..34dd3891a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc4953fab..306e0eaef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9eae6b6c5..76302084e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 60aae6801..c88cb413f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 06af2d173..e1c972df2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bfad80a41..f39905b64 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 085ad9807..fc99a57c9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f38a520d4..bb115a017 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9c21ea475..2e6a60401 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9aee5b9f3..e7676270e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 68bf11b0a..4e73f3958 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4fd53b77d..9419fd6bb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6116002bd..2ee7a91f8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3b24f9123..1e1075f10 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c7387871..d2c6cbcc1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/EmployeesOneFilter.php b/src/gen/lib/Model/EmployeesOneFilter.php index 1585bfa2d..ca472f36b 100644 --- a/src/gen/lib/Model/EmployeesOneFilter.php +++ b/src/gen/lib/Model/EmployeesOneFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7fb41bff3..b7b946159 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 34d540655..bab576226 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e5439433f..aff9d0811 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 86faf63af..df52b0610 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d56f651d..38e3d1740 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 22267a8aa..47893a1ec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e87fddfe6..b48b93bec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7b9b5d854..9041fbc7a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 994f5ae52..e363f4aa1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9108fef69..cbc422fb1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 881d25bc0..78534460f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 538604a42..64749321b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0b62470d2..8e4f23191 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2b59baa96..5234f6493 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAccountingDepartmentResponse.php b/src/gen/lib/Model/GetAccountingDepartmentResponse.php index 692262c7f..13e953729 100644 --- a/src/gen/lib/Model/GetAccountingDepartmentResponse.php +++ b/src/gen/lib/Model/GetAccountingDepartmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAccountingDepartmentsResponse.php b/src/gen/lib/Model/GetAccountingDepartmentsResponse.php index 8f776255e..7121b957e 100644 --- a/src/gen/lib/Model/GetAccountingDepartmentsResponse.php +++ b/src/gen/lib/Model/GetAccountingDepartmentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAccountingLocationResponse.php b/src/gen/lib/Model/GetAccountingLocationResponse.php index 123e9b4c6..4524314be 100644 --- a/src/gen/lib/Model/GetAccountingLocationResponse.php +++ b/src/gen/lib/Model/GetAccountingLocationResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAccountingLocationsResponse.php b/src/gen/lib/Model/GetAccountingLocationsResponse.php index 030d8cde0..40e57f35b 100644 --- a/src/gen/lib/Model/GetAccountingLocationsResponse.php +++ b/src/gen/lib/Model/GetAccountingLocationsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bf2c665ee..90c1b2549 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9eb32112c..db4e040e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ec6b47bef..8735bcf41 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 577428d71..01c7012b9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8d8a7f18a..d2693337e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 032585787..cc21dccba 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a116c699d..42bd5ee71 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 af741e099..8b976e816 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 992dfe897..c2f675692 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 637386a2b..b8b633e2f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAttachmentResponse.php b/src/gen/lib/Model/GetAttachmentResponse.php index 7e50cbf49..61679276d 100644 --- a/src/gen/lib/Model/GetAttachmentResponse.php +++ b/src/gen/lib/Model/GetAttachmentResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetAttachmentsResponse.php b/src/gen/lib/Model/GetAttachmentsResponse.php index ff6e42cdc..945a31db8 100644 --- a/src/gen/lib/Model/GetAttachmentsResponse.php +++ b/src/gen/lib/Model/GetAttachmentsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 181c6acba..ccd5d9d0d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetBillPaymentResponse.php b/src/gen/lib/Model/GetBillPaymentResponse.php new file mode 100644 index 000000000..08e9150e8 --- /dev/null +++ b/src/gen/lib/Model/GetBillPaymentResponse.php @@ -0,0 +1,488 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class GetBillPaymentResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'GetBillPaymentResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'status_code' => 'int', + 'status' => 'string', + 'service' => 'string', + 'resource' => 'string', + 'operation' => 'string', + 'data' => '\Apideck\Client\Model\BillPayment' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'status_code' => null, + 'status' => null, + 'service' => null, + 'resource' => null, + 'operation' => null, + 'data' => 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 = [ + 'status_code' => 'status_code', + 'status' => 'status', + 'service' => 'service', + 'resource' => 'resource', + 'operation' => 'operation', + 'data' => 'data' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'status_code' => 'setStatusCode', + 'status' => 'setStatus', + 'service' => 'setService', + 'resource' => 'setResource', + 'operation' => 'setOperation', + 'data' => 'setData' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'status_code' => 'getStatusCode', + 'status' => 'getStatus', + 'service' => 'getService', + 'resource' => 'getResource', + 'operation' => 'getOperation', + 'data' => 'getData' + ]; + + /** + * 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['status_code'] = $data['status_code'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['service'] = $data['service'] ?? null; + $this->container['resource'] = $data['resource'] ?? null; + $this->container['operation'] = $data['operation'] ?? null; + $this->container['data'] = $data['data'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['status_code'] === null) { + $invalidProperties[] = "'status_code' can't be null"; + } + if ($this->container['status'] === null) { + $invalidProperties[] = "'status' can't be null"; + } + if ($this->container['service'] === null) { + $invalidProperties[] = "'service' can't be null"; + } + if ($this->container['resource'] === null) { + $invalidProperties[] = "'resource' can't be null"; + } + if ($this->container['operation'] === null) { + $invalidProperties[] = "'operation' can't be null"; + } + if ($this->container['data'] === null) { + $invalidProperties[] = "'data' can't be null"; + } + 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 status_code + * + * @return int + */ + public function getStatusCode() + { + return $this->container['status_code']; + } + + /** + * Sets status_code + * + * @param int $status_code HTTP Response Status Code + * + * @return self + */ + public function setStatusCode($status_code) + { + $this->container['status_code'] = $status_code; + + return $this; + } + + /** + * Gets status + * + * @return string + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param string $status HTTP Response Status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets service + * + * @return string + */ + public function getService() + { + return $this->container['service']; + } + + /** + * Sets service + * + * @param string $service Apideck ID of service provider + * + * @return self + */ + public function setService($service) + { + $this->container['service'] = $service; + + return $this; + } + + /** + * Gets resource + * + * @return string + */ + public function getResource() + { + return $this->container['resource']; + } + + /** + * Sets resource + * + * @param string $resource Unified API resource name + * + * @return self + */ + public function setResource($resource) + { + $this->container['resource'] = $resource; + + return $this; + } + + /** + * Gets operation + * + * @return string + */ + public function getOperation() + { + return $this->container['operation']; + } + + /** + * Sets operation + * + * @param string $operation Operation performed + * + * @return self + */ + public function setOperation($operation) + { + $this->container['operation'] = $operation; + + return $this; + } + + /** + * Gets data + * + * @return \Apideck\Client\Model\BillPayment + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \Apideck\Client\Model\BillPayment $data data + * + * @return self + */ + public function setData($data) + { + $this->container['data'] = $data; + + 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/GetBillPaymentsResponse.php b/src/gen/lib/Model/GetBillPaymentsResponse.php new file mode 100644 index 000000000..1eaad56e2 --- /dev/null +++ b/src/gen/lib/Model/GetBillPaymentsResponse.php @@ -0,0 +1,548 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class GetBillPaymentsResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'GetBillPaymentsResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'status_code' => 'int', + 'status' => 'string', + 'service' => 'string', + 'resource' => 'string', + 'operation' => 'string', + 'data' => '\Apideck\Client\Model\BillPayment[]', + 'meta' => '\Apideck\Client\Model\Meta', + 'links' => '\Apideck\Client\Model\Links' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'status_code' => null, + 'status' => null, + 'service' => null, + 'resource' => null, + 'operation' => null, + 'data' => null, + 'meta' => null, + 'links' => 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 = [ + 'status_code' => 'status_code', + 'status' => 'status', + 'service' => 'service', + 'resource' => 'resource', + 'operation' => 'operation', + 'data' => 'data', + 'meta' => 'meta', + 'links' => 'links' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'status_code' => 'setStatusCode', + 'status' => 'setStatus', + 'service' => 'setService', + 'resource' => 'setResource', + 'operation' => 'setOperation', + 'data' => 'setData', + 'meta' => 'setMeta', + 'links' => 'setLinks' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'status_code' => 'getStatusCode', + 'status' => 'getStatus', + 'service' => 'getService', + 'resource' => 'getResource', + 'operation' => 'getOperation', + 'data' => 'getData', + 'meta' => 'getMeta', + 'links' => 'getLinks' + ]; + + /** + * 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['status_code'] = $data['status_code'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['service'] = $data['service'] ?? null; + $this->container['resource'] = $data['resource'] ?? null; + $this->container['operation'] = $data['operation'] ?? null; + $this->container['data'] = $data['data'] ?? null; + $this->container['meta'] = $data['meta'] ?? null; + $this->container['links'] = $data['links'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['status_code'] === null) { + $invalidProperties[] = "'status_code' can't be null"; + } + if ($this->container['status'] === null) { + $invalidProperties[] = "'status' can't be null"; + } + if ($this->container['service'] === null) { + $invalidProperties[] = "'service' can't be null"; + } + if ($this->container['resource'] === null) { + $invalidProperties[] = "'resource' can't be null"; + } + if ($this->container['operation'] === null) { + $invalidProperties[] = "'operation' can't be null"; + } + if ($this->container['data'] === null) { + $invalidProperties[] = "'data' can't be null"; + } + 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 status_code + * + * @return int + */ + public function getStatusCode() + { + return $this->container['status_code']; + } + + /** + * Sets status_code + * + * @param int $status_code HTTP Response Status Code + * + * @return self + */ + public function setStatusCode($status_code) + { + $this->container['status_code'] = $status_code; + + return $this; + } + + /** + * Gets status + * + * @return string + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param string $status HTTP Response Status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets service + * + * @return string + */ + public function getService() + { + return $this->container['service']; + } + + /** + * Sets service + * + * @param string $service Apideck ID of service provider + * + * @return self + */ + public function setService($service) + { + $this->container['service'] = $service; + + return $this; + } + + /** + * Gets resource + * + * @return string + */ + public function getResource() + { + return $this->container['resource']; + } + + /** + * Sets resource + * + * @param string $resource Unified API resource name + * + * @return self + */ + public function setResource($resource) + { + $this->container['resource'] = $resource; + + return $this; + } + + /** + * Gets operation + * + * @return string + */ + public function getOperation() + { + return $this->container['operation']; + } + + /** + * Sets operation + * + * @param string $operation Operation performed + * + * @return self + */ + public function setOperation($operation) + { + $this->container['operation'] = $operation; + + return $this; + } + + /** + * Gets data + * + * @return \Apideck\Client\Model\BillPayment[] + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \Apideck\Client\Model\BillPayment[] $data data + * + * @return self + */ + public function setData($data) + { + $this->container['data'] = $data; + + return $this; + } + + /** + * Gets meta + * + * @return \Apideck\Client\Model\Meta|null + */ + public function getMeta() + { + return $this->container['meta']; + } + + /** + * Sets meta + * + * @param \Apideck\Client\Model\Meta|null $meta meta + * + * @return self + */ + public function setMeta($meta) + { + $this->container['meta'] = $meta; + + return $this; + } + + /** + * Gets links + * + * @return \Apideck\Client\Model\Links|null + */ + public function getLinks() + { + return $this->container['links']; + } + + /** + * Sets links + * + * @param \Apideck\Client\Model\Links|null $links links + * + * @return self + */ + public function setLinks($links) + { + $this->container['links'] = $links; + + 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/GetBillResponse.php b/src/gen/lib/Model/GetBillResponse.php index 3b0580a71..3d5604b73 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 107db0016..97a0054df 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0a6230384..62bb50284 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c62774c83..1a5f6c34f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b69f64a20..bf3f1bdd1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9f75aa9ea..4fd114a20 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e0c9358cc..34700baaa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a9c7d6487..ecd224374 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 36e0ba955..a509d462b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c6f36e7e9..ce400e0ab 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2776864f0..739933aef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d1203a568..40fb43e9f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 51c57b43c..067e43375 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 64a9edccd..54c6d1e29 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorResourceExampleResponse.php b/src/gen/lib/Model/GetConnectorResourceExampleResponse.php index 79ed3a151..07772c16b 100644 --- a/src/gen/lib/Model/GetConnectorResourceExampleResponse.php +++ b/src/gen/lib/Model/GetConnectorResourceExampleResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorResourceExampleResponseData.php b/src/gen/lib/Model/GetConnectorResourceExampleResponseData.php index b31041406..170e21e28 100644 --- a/src/gen/lib/Model/GetConnectorResourceExampleResponseData.php +++ b/src/gen/lib/Model/GetConnectorResourceExampleResponseData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d29077635..c87a5326b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetConnectorResourceSchemaResponse.php b/src/gen/lib/Model/GetConnectorResourceSchemaResponse.php index ba07af6a6..d64e9499e 100644 --- a/src/gen/lib/Model/GetConnectorResourceSchemaResponse.php +++ b/src/gen/lib/Model/GetConnectorResourceSchemaResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 567e5ca56..2210c1200 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6e355a006..bcd3ed64d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4b925f694..701673c37 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1089e61ea..be1c201ac 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 054920501..d271a4297 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ce347250d..f60181e88 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dbeb00229..96838a97a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6bae33e3f..439b272c0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d07725b9a..a5bccfb3a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCustomFieldsResponse.php b/src/gen/lib/Model/GetCustomFieldsResponse.php index 602ab40be..fbab7031e 100644 --- a/src/gen/lib/Model/GetCustomFieldsResponse.php +++ b/src/gen/lib/Model/GetCustomFieldsResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetCustomMappingResponse.php b/src/gen/lib/Model/GetCustomMappingResponse.php index b65ff49c5..019eddd76 100644 --- a/src/gen/lib/Model/GetCustomMappingResponse.php +++ b/src/gen/lib/Model/GetCustomMappingResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ffc9a90ad..b8ac1a537 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a5256252f..c23af57c2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 30ef72d11..28db0d092 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d27b2f20..ae31412c3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 94d890f6c..4a4eaeb55 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7eedfb96a..4f30f6a8f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a86596d67..bea831530 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ac11be30f..a1a55bf05 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1444c6345..c83b5aa95 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 74a8aed59..618bc8ffb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17b9cb132..c664607e2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3732cd456..3cc55fb2c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 235262dfc..72e1673b6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 55732a904..1b92044b6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 095815e16..3339c3263 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7eb499c0c..33b9b57bd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b64623c54..e9d8cc544 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 01c4a8beb..eeb3e2761 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8555bfb8d..040f9756b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 110bf60f4..7f00347cb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6258823d1..09bda20ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 eadd23d3e..7dfa38ba7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3d361a0bb..cba4b0b01 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 502aecbdb..450cba8c2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5ccf43d3..8dd6b82b1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0cc8836c9..de0ca9875 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 703d0cd05..61cc870d4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fc9f926e6..630112b45 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 691931d17..7239c6f03 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2fd97b8d1..b6f5dc963 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 adbb13a1c..ede69833a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0d239fdf5..fe9b2f7ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5c55d2370..313c5b118 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 85a22eabf..317d75ff6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 eb05e7567..ab13b741d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 50f0a20ac..f6ef3f65e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ef93bf0c3..7de813375 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1bb789f9d..853effe4e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ba277ae9f..e3ffd5237 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 719fe54f0..45c12effb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8170aba42..8c3aa8673 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fdc09eda2..f16347b2b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0e5ea79df..d597335ed 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b6cc50076..e50e542e4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ccb7a8301..664415b17 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7f82cf443..af3c3bd30 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a890de68f..68750fc99 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7df7cb8a7..59b871bcd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7318f7b14..faf67387a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 770c0f1b7..aaafee108 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f078835e0..25d9c5093 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 84b180486..d19a531f5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d898c1eab..8122c270f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d92e96e7c..2e84b2b3b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a470122ee..ab16d27f2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 07dc7dfc0..91034660e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3d2ea3339..650cf063e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d961eb2d5..364a6afbf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e7407c81a..d65da19be 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9521ecb4..32b5a8c67 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 93254de6d..45dc491e2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 483400fdd..aa531e390 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d66b6b5a6..e98518187 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 533c124cc..afb68e253 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 202be21c2..71c5ff457 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fe5f24ab4..d4ec7c533 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 20dc502df..b54d13b2d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2b5bb123a..7be193d26 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 063160cb7..0db66c25e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6921e4c3e..730332eee 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8337741a8..ea19c00fb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetResourceExampleResponse.php b/src/gen/lib/Model/GetResourceExampleResponse.php index 299c42a57..d6b02d17a 100644 --- a/src/gen/lib/Model/GetResourceExampleResponse.php +++ b/src/gen/lib/Model/GetResourceExampleResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetResourceSchemaResponse.php b/src/gen/lib/Model/GetResourceSchemaResponse.php index 44b59aeb0..dc9040794 100644 --- a/src/gen/lib/Model/GetResourceSchemaResponse.php +++ b/src/gen/lib/Model/GetResourceSchemaResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 902648c96..591e9ab76 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3ee7c8857..86dd43309 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f26c7f6a3..5363d7851 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 00ad396a8..9148378db 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSubsidiariesResponse.php b/src/gen/lib/Model/GetSubsidiariesResponse.php index 896ecd553..4fd694d59 100644 --- a/src/gen/lib/Model/GetSubsidiariesResponse.php +++ b/src/gen/lib/Model/GetSubsidiariesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetSubsidiaryResponse.php b/src/gen/lib/Model/GetSubsidiaryResponse.php index 00e5559ab..9fce8e21e 100644 --- a/src/gen/lib/Model/GetSubsidiaryResponse.php +++ b/src/gen/lib/Model/GetSubsidiaryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 92fa3f429..56f58ec4e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7b31b0829..a385e044a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c29cb2d9b..f6acd95ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 32910a9b0..3d3382dc9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ff6b6b81c..d1b5418d4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 397a2cae8..13f6f8c1d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5d4e26f82..73e6f4f2a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 73ed7218c..e044b09b1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 192ad0931..abd87b15a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 459848dc7..61cf75d92 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTrackingCategoriesResponse.php b/src/gen/lib/Model/GetTrackingCategoriesResponse.php index 23538fba7..ff12faaec 100644 --- a/src/gen/lib/Model/GetTrackingCategoriesResponse.php +++ b/src/gen/lib/Model/GetTrackingCategoriesResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/GetTrackingCategoryResponse.php b/src/gen/lib/Model/GetTrackingCategoryResponse.php index 532c7f528..c96ac7bdf 100644 --- a/src/gen/lib/Model/GetTrackingCategoryResponse.php +++ b/src/gen/lib/Model/GetTrackingCategoryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 21389712e..93782ab07 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7fa5dc02a..22d1a14e3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1faea6dd9..2829d019a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 19e3c451d..c94206435 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ac48c9f22..61b837477 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d86f9af5a..00ec2d569 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ee42a2784..f1225382e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 72ca92b5b..9d073c596 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 669eee319..18bdeb3fb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f7245595f..5c647e3ee 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ba431b8ee..6c7f60f6c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2516a750b..14815640f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cffbc696a..e70f938e6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fcc30e244..93abfb03b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a780ddb66..da8dd2064 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1c601911b..cdbfcffe9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 92080344d..207eccc5b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ada5f9a18..856422835 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/InvoicesFilter.php b/src/gen/lib/Model/InvoicesFilter.php index 901984f47..b19a63cc5 100644 --- a/src/gen/lib/Model/InvoicesFilter.php +++ b/src/gen/lib/Model/InvoicesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1788c03fa..fd439af15 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2aa60cbb4..0d22bb568 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3686ce617..f32fd8dea 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a6e57d8aa..a5ec48d8c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a4aa4c67c..7c6097e8b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ee0aae218..ae478aa22 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 12ab3ebee..3150d6e1c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 636775b33..72f8ef839 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JournalEntriesFilter.php b/src/gen/lib/Model/JournalEntriesFilter.php index 113ec069f..a5c4e0bcc 100644 --- a/src/gen/lib/Model/JournalEntriesFilter.php +++ b/src/gen/lib/Model/JournalEntriesFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/JournalEntriesSort.php b/src/gen/lib/Model/JournalEntriesSort.php index 77138f6e9..f3834c7cb 100644 --- a/src/gen/lib/Model/JournalEntriesSort.php +++ b/src/gen/lib/Model/JournalEntriesSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1c00384d5..d8b5a04f9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c8746ceb5..05239be3c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d5be7d3d..ef5472c1e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 187e15648..3eff3a1e2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b22f3ed33..9aa98ce0c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7871b4562..1843259d6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5a54a3ef2..d3353dd84 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 55f538bb5..335c3eb0e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4f5639d2f..235f084f2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LedgerAccountsFilter.php b/src/gen/lib/Model/LedgerAccountsFilter.php index 7fa839f98..3fda7b531 100644 --- a/src/gen/lib/Model/LedgerAccountsFilter.php +++ b/src/gen/lib/Model/LedgerAccountsFilter.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/LedgerAccountsSort.php b/src/gen/lib/Model/LedgerAccountsSort.php index 78cb55b0b..8cd50991b 100644 --- a/src/gen/lib/Model/LedgerAccountsSort.php +++ b/src/gen/lib/Model/LedgerAccountsSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 279441adc..1f66f3476 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6ec7109de..1a5ef8ee8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 280f17566..71bbc1045 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6a988201d..24f64ae24 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6d6665332..b0c440b9d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0e660b9c7..5d56b3621 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 704d0232f..11f567a5c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6fc73eedd..34eadc56b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5037905d..4ba769706 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5c15bb92d..b416c1f5e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 865e2ab5f..3b4be11e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c8505758f..799a459e6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ef9c5812b..5af3bad4d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9f8fc57dc..b667b505f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f4efe7de8..2715d85df 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7b89772d0..836a30a9e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 339e37afb..c3e3eba38 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 eed4039dc..ee4abdcac 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 af88c10e7..8cdd85775 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 50739aac6..9f2cd29cd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 64e53d21c..7d2ed90ef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3445f6435..27dba8afa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 db25ca6d7..07a4d89e8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 efecead92..cfa04857e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f9525eee9..512d6ea21 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a1bf11b94..fbd4402f3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 18440959b..b9a88a952 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 52341c1ef..092974737 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 513d80168..2031ee332 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f14b4f178..78e9a6f1b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cfa955319..1471d3d21 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 02e4ddc77..f51cafb2b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d0bf2d14e..ad92df917 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 50c28d4bf..2dd50b24f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4c51d49d4..c40f7af92 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 700fab631..131941855 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2e671f89b..98d1a5d17 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ffbc164e2..361b36039 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a0d1eff60..35ef79d72 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf3af446d..5d29736ea 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 68616856a..16cc1b4b2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e7383d0d8..a86a94e0b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7c37f5c65..b44d3d583 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d6caa4b2e..754e2d157 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5c71941de..f9374a012 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/OrdersSort.php b/src/gen/lib/Model/OrdersSort.php index 17a03eb95..2e3b27fd1 100644 --- a/src/gen/lib/Model/OrdersSort.php +++ b/src/gen/lib/Model/OrdersSort.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0e6720bba..7503fae17 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 58ee0e4dc..571bb6a8f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 972b4139c..b17fac127 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0727ac47c..28fd8df05 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -73,11 +73,11 @@ class Payment implements ModelInterface, ArrayAccess, \JsonSerializable 'accounts_receivable_account_id' => 'string', 'account' => '\Apideck\Client\Model\LinkedLedgerAccount', 'customer' => '\Apideck\Client\Model\LinkedCustomer', - 'supplier' => '\Apideck\Client\Model\LinkedSupplier', + 'supplier' => '\Apideck\Client\Model\DeprecatedLinkedSupplier', 'company_id' => 'string', 'reconciled' => 'bool', - 'status' => 'string', - 'type' => 'string', + 'status' => '\Apideck\Client\Model\PaymentStatus', + 'type' => '\Apideck\Client\Model\PaymentType', 'allocations' => '\Apideck\Client\Model\Allocation[]', 'note' => 'string', 'number' => 'string', @@ -317,52 +317,6 @@ public function getModelName() return self::$openAPIModelName; } - const STATUS_AUTHORISED = 'authorised'; - const STATUS_PAID = 'paid'; - const STATUS_VOIDED = 'voided'; - const STATUS_DELETED = 'deleted'; - const TYPE_RECEIVABLE = 'accounts_receivable'; - const TYPE_PAYABLE = 'accounts_payable'; - const TYPE_RECEIVABLE_CREDIT = 'accounts_receivable_credit'; - const TYPE_PAYABLE_CREDIT = 'accounts_payable_credit'; - const TYPE_RECEIVABLE_OVERPAYMENT = 'accounts_receivable_overpayment'; - const TYPE_PAYABLE_OVERPAYMENT = 'accounts_payable_overpayment'; - const TYPE_RECEIVABLE_PREPAYMENT = 'accounts_receivable_prepayment'; - const TYPE_PAYABLE_PREPAYMENT = 'accounts_payable_prepayment'; - - /** - * Gets allowable values of the enum - * - * @return string[] - */ - public function getStatusAllowableValues() - { - return [ - self::STATUS_AUTHORISED, - self::STATUS_PAID, - self::STATUS_VOIDED, - self::STATUS_DELETED, - ]; - } - - /** - * Gets allowable values of the enum - * - * @return string[] - */ - public function getTypeAllowableValues() - { - return [ - self::TYPE_RECEIVABLE, - self::TYPE_PAYABLE, - self::TYPE_RECEIVABLE_CREDIT, - self::TYPE_PAYABLE_CREDIT, - self::TYPE_RECEIVABLE_OVERPAYMENT, - self::TYPE_PAYABLE_OVERPAYMENT, - self::TYPE_RECEIVABLE_PREPAYMENT, - self::TYPE_PAYABLE_PREPAYMENT, - ]; - } /** * Associative array for storing property values @@ -431,24 +385,6 @@ public function listInvalidProperties() if ($this->container['transaction_date'] === null) { $invalidProperties[] = "'transaction_date' can't be null"; } - $allowedValues = $this->getStatusAllowableValues(); - if (!is_null($this->container['status']) && !in_array($this->container['status'], $allowedValues, true)) { - $invalidProperties[] = sprintf( - "invalid value '%s' for 'status', must be one of '%s'", - $this->container['status'], - implode("', '", $allowedValues) - ); - } - - $allowedValues = $this->getTypeAllowableValues(); - if (!is_null($this->container['type']) && !in_array($this->container['type'], $allowedValues, true)) { - $invalidProperties[] = sprintf( - "invalid value '%s' for 'type', must be one of '%s'", - $this->container['type'], - implode("', '", $allowedValues) - ); - } - return $invalidProperties; } @@ -477,7 +413,7 @@ public function getId() /** * Sets id * - * @param string $id Unique identifier representing the entity + * @param string $id A unique identifier for an object. * * @return self */ @@ -501,7 +437,7 @@ public function getTotalAmount() /** * Sets total_amount * - * @param float $total_amount Amount of payment + * @param float $total_amount The total amount of the transaction * * @return self */ @@ -525,7 +461,7 @@ public function getTransactionDate() /** * Sets transaction_date * - * @param \DateTime $transaction_date Date transaction was entered - YYYY:MM::DDThh:mm:ss.sTZD + * @param \DateTime $transaction_date The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD * * @return self */ @@ -621,7 +557,7 @@ public function getReference() /** * Sets reference * - * @param string|null $reference Optional payment reference message ie: Debit remittance detail. + * @param string|null $reference Optional transaction reference message ie: Debit remittance detail. * * @return self */ @@ -645,7 +581,7 @@ public function getPaymentMethod() /** * Sets payment_method * - * @param string|null $payment_method Payment method name + * @param string|null $payment_method Payment method used for the transaction, such as cash, credit card, bank transfer, or check * * @return self */ @@ -693,7 +629,7 @@ public function getPaymentMethodId() /** * Sets payment_method_id * - * @param string|null $payment_method_id Unique identifier for the payment method. + * @param string|null $payment_method_id A unique identifier for an object. * * @return self */ @@ -807,7 +743,8 @@ public function setCustomer($customer) /** * Gets supplier * - * @return \Apideck\Client\Model\LinkedSupplier|null + * @return \Apideck\Client\Model\DeprecatedLinkedSupplier|null + * @deprecated */ public function getSupplier() { @@ -817,9 +754,10 @@ public function getSupplier() /** * Sets supplier * - * @param \Apideck\Client\Model\LinkedSupplier|null $supplier supplier + * @param \Apideck\Client\Model\DeprecatedLinkedSupplier|null $supplier supplier * * @return self + * @deprecated */ public function setSupplier($supplier) { @@ -865,7 +803,7 @@ public function getReconciled() /** * Sets reconciled * - * @param bool|null $reconciled Payment has been reconciled + * @param bool|null $reconciled Indicates if the transaction has been reconciled. * * @return self */ @@ -879,7 +817,7 @@ public function setReconciled($reconciled) /** * Gets status * - * @return string|null + * @return \Apideck\Client\Model\PaymentStatus|null */ public function getStatus() { @@ -889,22 +827,12 @@ public function getStatus() /** * Sets status * - * @param string|null $status Status of payment + * @param \Apideck\Client\Model\PaymentStatus|null $status status * * @return self */ public function setStatus($status) { - $allowedValues = $this->getStatusAllowableValues(); - if (!is_null($status) && !in_array($status, $allowedValues, true)) { - throw new \InvalidArgumentException( - sprintf( - "Invalid value '%s' for 'status', must be one of '%s'", - $status, - implode("', '", $allowedValues) - ) - ); - } $this->container['status'] = $status; return $this; @@ -913,7 +841,7 @@ public function setStatus($status) /** * Gets type * - * @return string|null + * @return \Apideck\Client\Model\PaymentType|null */ public function getType() { @@ -923,22 +851,12 @@ public function getType() /** * Sets type * - * @param string|null $type Type of payment + * @param \Apideck\Client\Model\PaymentType|null $type type * * @return self */ public function setType($type) { - $allowedValues = $this->getTypeAllowableValues(); - if (!is_null($type) && !in_array($type, $allowedValues, true)) { - throw new \InvalidArgumentException( - sprintf( - "Invalid value '%s' for 'type', must be one of '%s'", - $type, - implode("', '", $allowedValues) - ) - ); - } $this->container['type'] = $type; return $this; @@ -981,7 +899,7 @@ public function getNote() /** * Sets note * - * @param string|null $note Optional note to be associated with the payment. + * @param string|null $note Note associated with the transaction * * @return self */ @@ -1005,7 +923,7 @@ public function getNumber() /** * Sets number * - * @param string|null $number Payment number. + * @param string|null $number Number associated with the transaction * * @return self */ @@ -1101,7 +1019,7 @@ public function getDisplayId() /** * Sets display_id * - * @param string|null $display_id Payment id to be displayed. + * @param string|null $display_id Id to be displayed. * * @return self */ diff --git a/src/gen/lib/Model/PaymentCard.php b/src/gen/lib/Model/PaymentCard.php index 333e50f90..07ddddb29 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f5371babd..4f1dad722 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e5abfcc00..fd3aeb36a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/PaymentStatus.php b/src/gen/lib/Model/PaymentStatus.php new file mode 100644 index 000000000..882512998 --- /dev/null +++ b/src/gen/lib/Model/PaymentStatus.php @@ -0,0 +1,69 @@ + + * @template TKey int|null + * @template TValue mixed|null + */ +class UpdateBillPaymentResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'UpdateBillPaymentResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'status_code' => 'int', + 'status' => 'string', + 'service' => 'string', + 'resource' => 'string', + 'operation' => 'string', + 'data' => '\Apideck\Client\Model\UnifiedId' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'status_code' => null, + 'status' => null, + 'service' => null, + 'resource' => null, + 'operation' => null, + 'data' => 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 = [ + 'status_code' => 'status_code', + 'status' => 'status', + 'service' => 'service', + 'resource' => 'resource', + 'operation' => 'operation', + 'data' => 'data' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'status_code' => 'setStatusCode', + 'status' => 'setStatus', + 'service' => 'setService', + 'resource' => 'setResource', + 'operation' => 'setOperation', + 'data' => 'setData' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'status_code' => 'getStatusCode', + 'status' => 'getStatus', + 'service' => 'getService', + 'resource' => 'getResource', + 'operation' => 'getOperation', + 'data' => 'getData' + ]; + + /** + * 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['status_code'] = $data['status_code'] ?? null; + $this->container['status'] = $data['status'] ?? null; + $this->container['service'] = $data['service'] ?? null; + $this->container['resource'] = $data['resource'] ?? null; + $this->container['operation'] = $data['operation'] ?? null; + $this->container['data'] = $data['data'] ?? null; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + if ($this->container['status_code'] === null) { + $invalidProperties[] = "'status_code' can't be null"; + } + if ($this->container['status'] === null) { + $invalidProperties[] = "'status' can't be null"; + } + if ($this->container['service'] === null) { + $invalidProperties[] = "'service' can't be null"; + } + if ($this->container['resource'] === null) { + $invalidProperties[] = "'resource' can't be null"; + } + if ($this->container['operation'] === null) { + $invalidProperties[] = "'operation' can't be null"; + } + if ($this->container['data'] === null) { + $invalidProperties[] = "'data' can't be null"; + } + 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 status_code + * + * @return int + */ + public function getStatusCode() + { + return $this->container['status_code']; + } + + /** + * Sets status_code + * + * @param int $status_code HTTP Response Status Code + * + * @return self + */ + public function setStatusCode($status_code) + { + $this->container['status_code'] = $status_code; + + return $this; + } + + /** + * Gets status + * + * @return string + */ + public function getStatus() + { + return $this->container['status']; + } + + /** + * Sets status + * + * @param string $status HTTP Response Status + * + * @return self + */ + public function setStatus($status) + { + $this->container['status'] = $status; + + return $this; + } + + /** + * Gets service + * + * @return string + */ + public function getService() + { + return $this->container['service']; + } + + /** + * Sets service + * + * @param string $service Apideck ID of service provider + * + * @return self + */ + public function setService($service) + { + $this->container['service'] = $service; + + return $this; + } + + /** + * Gets resource + * + * @return string + */ + public function getResource() + { + return $this->container['resource']; + } + + /** + * Sets resource + * + * @param string $resource Unified API resource name + * + * @return self + */ + public function setResource($resource) + { + $this->container['resource'] = $resource; + + return $this; + } + + /** + * Gets operation + * + * @return string + */ + public function getOperation() + { + return $this->container['operation']; + } + + /** + * Sets operation + * + * @param string $operation Operation performed + * + * @return self + */ + public function setOperation($operation) + { + $this->container['operation'] = $operation; + + return $this; + } + + /** + * Gets data + * + * @return \Apideck\Client\Model\UnifiedId + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \Apideck\Client\Model\UnifiedId $data data + * + * @return self + */ + public function setData($data) + { + $this->container['data'] = $data; + + 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/UpdateBillResponse.php b/src/gen/lib/Model/UpdateBillResponse.php index a83eaede2..722d1a587 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5a52f850..a29dbf776 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5d3d44d53..1f5a0f57b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3d00eae2e..ef2c378e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 292b88c45..0fe2e804f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ae90a1615..ea1e7f9d7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ca01ad367..0cfcf41ab 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1573484b1..0579e439f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCustomMappingRequest.php b/src/gen/lib/Model/UpdateCustomMappingRequest.php index c3e2ce462..865fffe35 100644 --- a/src/gen/lib/Model/UpdateCustomMappingRequest.php +++ b/src/gen/lib/Model/UpdateCustomMappingRequest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateCustomMappingResponse.php b/src/gen/lib/Model/UpdateCustomMappingResponse.php index bda8b507c..adf277400 100644 --- a/src/gen/lib/Model/UpdateCustomMappingResponse.php +++ b/src/gen/lib/Model/UpdateCustomMappingResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d45c00343..c8ae17b5c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c4dfc4049..29634b1bf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c4015cf6a..9eefc7550 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9f339493f..473bf4f3f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 061c3dbbd..d967f712e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f02ec8c47..67a4b75f6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fa5cdbd6b..7a7574c39 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 522240b71..6bf135148 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1cffde330..814cc1dae 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8803d86e3..279c0b097 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0e8791317..5dc9e012a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e2f4d2432..65583f120 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1e1d65c10..9e76293fb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9b26263f1..ecd4840d7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0443cd3be..3aa2d0576 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6eda2a92a..a1190631e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 37044c5df..f3cf98ebe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf840d0d1..10bfbd1cf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ab7efb73f..86502aa2d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 20f29c8ba..37a803569 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bfca94b3b..efa77a10e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 431b1818f..2781a1343 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5e5c7f4f6..4e973335c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f704fe1bf..964c9620b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 875f5e65b..04adae192 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5281f9d5c..ca7384174 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 39260c356..a7d133e3f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b86bcd7e4..73e4079ec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 04f13634d..519b7049c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bc17851d2..b75a259a4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f93ce6822..7ca2867af 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9258b9ec3..b49f4e3a6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cd60df181..3d519c365 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 de9e5100c..da83c964c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateSubsidiaryResponse.php b/src/gen/lib/Model/UpdateSubsidiaryResponse.php index 34ffb8884..41d704d8d 100644 --- a/src/gen/lib/Model/UpdateSubsidiaryResponse.php +++ b/src/gen/lib/Model/UpdateSubsidiaryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5c4d1d020..5a086684a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 344f16953..2624cb0c3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6d55f9bc7..66812ce25 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7ae41a6d3..caf006cd5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4764baae5..d89cacee5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/UpdateTrackingCategoryResponse.php b/src/gen/lib/Model/UpdateTrackingCategoryResponse.php index efd89c3f0..0fb68117a 100644 --- a/src/gen/lib/Model/UpdateTrackingCategoryResponse.php +++ b/src/gen/lib/Model/UpdateTrackingCategoryResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bad80e077..4147d8168 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 de4287aa0..a9aab823d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 268c1d1bb..63c336a71 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d0ef869b..1c82396a8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 de27c02a1..29b6e27f1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e89f9da83..c6daacc5d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ValidateConnectionStateResponse.php b/src/gen/lib/Model/ValidateConnectionStateResponse.php index e94087934..0b7ce165b 100644 --- a/src/gen/lib/Model/ValidateConnectionStateResponse.php +++ b/src/gen/lib/Model/ValidateConnectionStateResponse.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/lib/Model/ValidateConnectionStateResponseData.php b/src/gen/lib/Model/ValidateConnectionStateResponseData.php index 6bfcdaa69..0d2d0f6b2 100644 --- a/src/gen/lib/Model/ValidateConnectionStateResponseData.php +++ b/src/gen/lib/Model/ValidateConnectionStateResponseData.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f81db7325..1a835b993 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3be8abcef..6ce5700fa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fd033b06b..f4c3e9585 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 05a8d6d39..11261002f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 00385475a..42e5e80e3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f9ce1f39f..45a9853eb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 96bc7d33a..a5af7af9d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 70365d18b..2cbb7f38c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7d805d844..f84605c4d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 55c93c3b6..fa5b8e590 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d948552f..7dab68924 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a5391b6cd..7df67b388 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 162818b89..37165778c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c26add862..7d11264e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6802698a9..7bf83baeb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d2f3cebd3..198aed821 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ @@ -131,6 +131,66 @@ public function testBalanceSheetOne() $this->markTestIncomplete('Not implemented'); } + /** + * Test case for billPaymentsAdd + * + * Create Bill Payment. + * + */ + public function testBillPaymentsAdd() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test case for billPaymentsAll + * + * List Bill Payments. + * + */ + public function testBillPaymentsAll() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test case for billPaymentsDelete + * + * Delete Bill Payment. + * + */ + public function testBillPaymentsDelete() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test case for billPaymentsOne + * + * Get Bill Payment. + * + */ + public function testBillPaymentsOne() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test case for billPaymentsUpdate + * + * Update Bill Payment. + * + */ + public function testBillPaymentsUpdate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + /** * Test case for billsAdd * diff --git a/src/gen/test/Api/AtsApiTest.php b/src/gen/test/Api/AtsApiTest.php index e31343e7b..fe53a9eca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5082471e9..83eddaf1c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6da357054..29459bb7b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 45ebb6c87..5c1bc4af5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2e4c1c08c..75a6609b2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6538ac9bd..56c1ac78d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ed821a4dd..952ec549d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1868941c6..b609eee70 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9aee71218..991f3573b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 808c9022b..2e5473480 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ee5b187f8..1305349ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17114833d..ab0b2b372 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AccountingDepartmentTest.php b/src/gen/test/Model/AccountingDepartmentTest.php index 8dbd27929..b99a013e7 100644 --- a/src/gen/test/Model/AccountingDepartmentTest.php +++ b/src/gen/test/Model/AccountingDepartmentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AccountingDepartmentsFilterTest.php b/src/gen/test/Model/AccountingDepartmentsFilterTest.php index 71669d5d1..67a0f8beb 100644 --- a/src/gen/test/Model/AccountingDepartmentsFilterTest.php +++ b/src/gen/test/Model/AccountingDepartmentsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 81edb89de..837836619 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AccountingLocationTest.php b/src/gen/test/Model/AccountingLocationTest.php index 73872ca4f..1cb14c574 100644 --- a/src/gen/test/Model/AccountingLocationTest.php +++ b/src/gen/test/Model/AccountingLocationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AccountingLocationsFilterTest.php b/src/gen/test/Model/AccountingLocationsFilterTest.php index ab122ca62..4d39377db 100644 --- a/src/gen/test/Model/AccountingLocationsFilterTest.php +++ b/src/gen/test/Model/AccountingLocationsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 14533c9ee..fb96d1045 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ActivitiesSortTest.php b/src/gen/test/Model/ActivitiesSortTest.php index b83c1a730..fefb35e63 100644 --- a/src/gen/test/Model/ActivitiesSortTest.php +++ b/src/gen/test/Model/ActivitiesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 77148758e..b974c33e2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54719adf0..a72473b43 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 77e0ba66e..b39f080aa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AllocationTest.php b/src/gen/test/Model/AllocationTest.php index 8888419f6..f2c81c0d4 100644 --- a/src/gen/test/Model/AllocationTest.php +++ b/src/gen/test/Model/AllocationTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2eacb0442..88bf54828 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 552df9151..fcbf65b1a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3b66c8750..9d8b5568d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b4a801a0a..d3bbf8eaf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a88f220a1..8d379899e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3f75bcfd5..c31231678 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 59ca5c457..e265b2912 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ba50ec76d..9a85e3390 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 35cb08898..d065d3d20 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4f309a301..0376ed47d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 364fa8327..e58dc2bd6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4e4e0ecd6..56fc194a3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 116d461fa..73323bed3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc9479329..ee9f73dfc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 aa640c4f9..36c02096b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 84ece4ea4..fd1798009 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f9a10bb2f..789ef5512 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AttachmentReferenceTest.php b/src/gen/test/Model/AttachmentReferenceTest.php index 093424fac..2763352ea 100644 --- a/src/gen/test/Model/AttachmentReferenceTest.php +++ b/src/gen/test/Model/AttachmentReferenceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AttachmentReferenceTypeTest.php b/src/gen/test/Model/AttachmentReferenceTypeTest.php index a8052fa15..4450d83e5 100644 --- a/src/gen/test/Model/AttachmentReferenceTypeTest.php +++ b/src/gen/test/Model/AttachmentReferenceTypeTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/AttachmentTest.php b/src/gen/test/Model/AttachmentTest.php index 10bb2d4bf..108a00b39 100644 --- a/src/gen/test/Model/AttachmentTest.php +++ b/src/gen/test/Model/AttachmentTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c560f1642..dbee758b3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 15afc6ff7..1615714de 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAccountRecordTest.php b/src/gen/test/Model/BalanceSheetAccountRecordTest.php index 8f94cbe39..faba39d71 100644 --- a/src/gen/test/Model/BalanceSheetAccountRecordTest.php +++ b/src/gen/test/Model/BalanceSheetAccountRecordTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetAccountTest.php b/src/gen/test/Model/BalanceSheetAccountTest.php index c4343e39d..d0d2b06b1 100644 --- a/src/gen/test/Model/BalanceSheetAccountTest.php +++ b/src/gen/test/Model/BalanceSheetAccountTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 60888d8dc..1521eb36c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BalanceSheetReportsTest.php b/src/gen/test/Model/BalanceSheetReportsTest.php index 6bfed9478..fc96db562 100644 --- a/src/gen/test/Model/BalanceSheetReportsTest.php +++ b/src/gen/test/Model/BalanceSheetReportsTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 11b921ab3..ceb5f6e1d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 62adb70b6..1f3e9bbb7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 41e633426..d18491995 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 80d0eac61..71456b1ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BillPaymentTest.php b/src/gen/test/Model/BillPaymentTest.php new file mode 100644 index 000000000..27aa0f25d --- /dev/null +++ b/src/gen/test/Model/BillPaymentTest.php @@ -0,0 +1,342 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "id" + */ + public function testPropertyId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "total_amount" + */ + public function testPropertyTotalAmount() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "transaction_date" + */ + public function testPropertyTransactionDate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "downstream_id" + */ + public function testPropertyDownstreamId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "currency" + */ + public function testPropertyCurrency() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "currency_rate" + */ + public function testPropertyCurrencyRate() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "reference" + */ + public function testPropertyReference() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "payment_method" + */ + public function testPropertyPaymentMethod() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "payment_method_reference" + */ + public function testPropertyPaymentMethodReference() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "payment_method_id" + */ + public function testPropertyPaymentMethodId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "account" + */ + public function testPropertyAccount() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "supplier" + */ + public function testPropertySupplier() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "company_id" + */ + public function testPropertyCompanyId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "reconciled" + */ + public function testPropertyReconciled() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "type" + */ + public function testPropertyType() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "allocations" + */ + public function testPropertyAllocations() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "note" + */ + public function testPropertyNote() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "number" + */ + public function testPropertyNumber() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "tracking_categories" + */ + public function testPropertyTrackingCategories() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "custom_fields" + */ + public function testPropertyCustomFields() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "row_version" + */ + public function testPropertyRowVersion() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "display_id" + */ + public function testPropertyDisplayId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "custom_mappings" + */ + public function testPropertyCustomMappings() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "updated_by" + */ + public function testPropertyUpdatedBy() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "created_by" + */ + public function testPropertyCreatedBy() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "created_at" + */ + public function testPropertyCreatedAt() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "updated_at" + */ + public function testPropertyUpdatedAt() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "pass_through" + */ + public function testPropertyPassThrough() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/BillTest.php b/src/gen/test/Model/BillTest.php index c72dbc982..8ae5a1519 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/BillsFilterTest.php b/src/gen/test/Model/BillsFilterTest.php index 8d3ab6676..8bd50f7ed 100644 --- a/src/gen/test/Model/BillsFilterTest.php +++ b/src/gen/test/Model/BillsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf25e3d91..95df6291f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1b07d5381..f1b8a26f5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cbb475e46..ca798db82 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 15eade8ed..19f10303c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 62c214afe..211882743 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 599cdf75a..4cce678b6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 99e63cf82..fe863cba2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c1e707e81..1c7561ec2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5c1385dbe..831c00d9a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c7283d393..4133e01a8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ad6659faa..57a72990a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f56d55587..0a17af78a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 78c745f71..e3f9da389 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17a8531a5..942836d9c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d0993c32c..cc4e6e040 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 93239b4ff..59f880176 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 57f6d9b47..596e0359a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 042c115bc..ade0e61e9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 32d06ea0a..9f58fe6db 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5b85c8cd0..c4ad5b001 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 718f186b0..7ae2d48ad 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c7c9976d5..e559f7647 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d5ce9d858..cc80ebcb7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc6b2f630..b478c924b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 59f8a54d6..4f3fdc02e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 95d86acca..4bf3e534b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e6db4e543..f1b575f1a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8f7625f68..49c9104f0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c0db6ed2f..ac31336cc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4f336bfab..ec30cfe8b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1fc475428..26bc472d7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 868296c25..c7c5f6b50 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e2625edd7..ae4b488a2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b7305b72e..4bdab0769 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0bce86b24..ce5d2f33a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc5a6f933..ff6636cc4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2c2b04b50..cdeb5cc20 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e64a0736a..6c86e286d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a1ba5bd4d..b245e2ae0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b04d22e97..8caea49a6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3dd7bd5c6..402099bc6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7df3ff43c..a662e3420 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d27652dc..f37317b5f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateAccountingDepartmentResponseTest.php b/src/gen/test/Model/CreateAccountingDepartmentResponseTest.php index 063d7465b..753e3cc9e 100644 --- a/src/gen/test/Model/CreateAccountingDepartmentResponseTest.php +++ b/src/gen/test/Model/CreateAccountingDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateAccountingLocationResponseTest.php b/src/gen/test/Model/CreateAccountingLocationResponseTest.php index 6ef6a1b79..6d3ab075c 100644 --- a/src/gen/test/Model/CreateAccountingLocationResponseTest.php +++ b/src/gen/test/Model/CreateAccountingLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6e0d9966f..5dc1adc31 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bb14f2235..b4f5d46d8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2dfc91048..b0626aba0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateAttachmentRequestTest.php b/src/gen/test/Model/CreateAttachmentRequestTest.php index 841aaeb04..907b43efe 100644 --- a/src/gen/test/Model/CreateAttachmentRequestTest.php +++ b/src/gen/test/Model/CreateAttachmentRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateAttachmentResponseTest.php b/src/gen/test/Model/CreateAttachmentResponseTest.php index a9ab88768..a0ae7cf48 100644 --- a/src/gen/test/Model/CreateAttachmentResponseTest.php +++ b/src/gen/test/Model/CreateAttachmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateBillPaymentResponseTest.php b/src/gen/test/Model/CreateBillPaymentResponseTest.php new file mode 100644 index 000000000..55530ee2e --- /dev/null +++ b/src/gen/test/Model/CreateBillPaymentResponseTest.php @@ -0,0 +1,135 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status_code" + */ + public function testPropertyStatusCode() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "service" + */ + public function testPropertyService() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "resource" + */ + public function testPropertyResource() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "operation" + */ + public function testPropertyOperation() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/CreateBillResponseTest.php b/src/gen/test/Model/CreateBillResponseTest.php index 99c2ad640..0c429a29b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bb7b2d1ab..435f16b8d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c7c48b767..6f0b91dc0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f7e800c4c..9009d1f84 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 016524ef7..83788f399 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f30f99243..470d665f0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0dd6e9e9c..adcfc30d8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCustomMappingRequestTest.php b/src/gen/test/Model/CreateCustomMappingRequestTest.php index faa2cb688..aa423d999 100644 --- a/src/gen/test/Model/CreateCustomMappingRequestTest.php +++ b/src/gen/test/Model/CreateCustomMappingRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateCustomMappingResponseTest.php b/src/gen/test/Model/CreateCustomMappingResponseTest.php index 0e7e6387b..ffafaf93b 100644 --- a/src/gen/test/Model/CreateCustomMappingResponseTest.php +++ b/src/gen/test/Model/CreateCustomMappingResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c65742a2..13ecd1e83 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 027fb2171..354fe8384 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 07c151e14..62881987d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 920dd885e..6bdec0add 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ffbaac2b7..c9a2063fd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54d084fa3..0b3dad5a8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3e9e4f46c..aca0207b4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 79d9c8b58..88431d62b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3be86dbd5..26fd10a97 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1e658cff6..5d214efda 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9958b2208..9152b173d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d45b27dd..78ddb1cfd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ef5d45b39..c050a33b4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f71671774..18a97b2c2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8430f6902..891819984 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 164a31592..456527513 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 24b4bd3f5..ff3f690f2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f0f74b070..aec367a4f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 991a39633..fdb3b607f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 81b9be2d0..72b9e2fa3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fef1f2e81..874b4212e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ecfa10b8b..25e8f6ae9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0eb4325b7..489ce6707 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9805d45d2..dcfeb413d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b8f086ddb..e7b6ad3d6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 085279d25..75b045c47 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7bdceb4ce..49d5e3437 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5ec956ffe..422a916a6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8ac7f6683..cf63924ef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e99f40ed2..aa1441a13 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 63d9d16d0..93e75ca29 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54baffc04..31204b076 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 836896b06..56f5abc27 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 200de4852..859f3679c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3874622c3..7dae05b16 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d5b7a23bc..fd04c20db 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateSubsidiaryResponseTest.php b/src/gen/test/Model/CreateSubsidiaryResponseTest.php index bf7020c25..1fc02ae06 100644 --- a/src/gen/test/Model/CreateSubsidiaryResponseTest.php +++ b/src/gen/test/Model/CreateSubsidiaryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4bff4e298..3b1d437c3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0009ac50a..99677e1a5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 450eb24ce..d459f9269 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 352fad18d..aa242e33c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e61249d08..55dadb07b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreateTrackingCategoryResponseTest.php b/src/gen/test/Model/CreateTrackingCategoryResponseTest.php index 2698c6696..24d87d02b 100644 --- a/src/gen/test/Model/CreateTrackingCategoryResponseTest.php +++ b/src/gen/test/Model/CreateTrackingCategoryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 018d5a705..338a6da2f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 66fe9544e..0a5e540fd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b874666ce..c928c1df1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9b6142cc8..2e684f084 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3984e981f..a7cba7831 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b90c486c5..9370c471d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreditNotesFilterTest.php b/src/gen/test/Model/CreditNotesFilterTest.php index 477c5ecf7..fbad5e40b 100644 --- a/src/gen/test/Model/CreditNotesFilterTest.php +++ b/src/gen/test/Model/CreditNotesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CreditNotesSortTest.php b/src/gen/test/Model/CreditNotesSortTest.php index 33c67ce7b..ebdfb8efd 100644 --- a/src/gen/test/Model/CreditNotesSortTest.php +++ b/src/gen/test/Model/CreditNotesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 080268863..efd89b3e1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc162d6cc..01a7adc0c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomFieldFinderTest.php b/src/gen/test/Model/CustomFieldFinderTest.php index 05026bc7f..6d8263925 100644 --- a/src/gen/test/Model/CustomFieldFinderTest.php +++ b/src/gen/test/Model/CustomFieldFinderTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9e6b23f66..f45438dce 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomMappingTest.php b/src/gen/test/Model/CustomMappingTest.php index 560b89cf6..c6d13b613 100644 --- a/src/gen/test/Model/CustomMappingTest.php +++ b/src/gen/test/Model/CustomMappingTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f87a3955f..8a1b8330e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2a6592adb..b0211fe24 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/CustomersSortTest.php b/src/gen/test/Model/CustomersSortTest.php index 6c3e0d068..2d63085c5 100644 --- a/src/gen/test/Model/CustomersSortTest.php +++ b/src/gen/test/Model/CustomersSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 28eb6a5a6..4b8b8104e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteAccountingDepartmentResponseTest.php b/src/gen/test/Model/DeleteAccountingDepartmentResponseTest.php index 0958bc1d1..c63527dbf 100644 --- a/src/gen/test/Model/DeleteAccountingDepartmentResponseTest.php +++ b/src/gen/test/Model/DeleteAccountingDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteAccountingLocationResponseTest.php b/src/gen/test/Model/DeleteAccountingLocationResponseTest.php index 361279102..08279bb07 100644 --- a/src/gen/test/Model/DeleteAccountingLocationResponseTest.php +++ b/src/gen/test/Model/DeleteAccountingLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 46793be93..29c66fd16 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ae83d917..0de717c8b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 32657404d..cb08b0408 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteAttachmentResponseTest.php b/src/gen/test/Model/DeleteAttachmentResponseTest.php index 5b88c1c75..fcc4f3af8 100644 --- a/src/gen/test/Model/DeleteAttachmentResponseTest.php +++ b/src/gen/test/Model/DeleteAttachmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteBillPaymentResponseTest.php b/src/gen/test/Model/DeleteBillPaymentResponseTest.php new file mode 100644 index 000000000..73b383e11 --- /dev/null +++ b/src/gen/test/Model/DeleteBillPaymentResponseTest.php @@ -0,0 +1,135 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status_code" + */ + public function testPropertyStatusCode() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "service" + */ + public function testPropertyService() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "resource" + */ + public function testPropertyResource() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "operation" + */ + public function testPropertyOperation() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/DeleteBillResponseTest.php b/src/gen/test/Model/DeleteBillResponseTest.php index 21ad371d1..1ae6aa019 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 67547c9f0..16d37b24e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c513d44ce..4d3aeb6e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6385e29fd..4503d16fa 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f56f5a988..ce5366495 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cd81017cc..99706621e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 36b8c065f..6418a3d5e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2488bc4df..99ce36971 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5f3789ee4..9af744441 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 003c958da..fb88f8e07 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ac4016044..a464db609 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a74786e1f..060befc9c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cd29b94ef..739864537 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 61db33cdb..331b1f481 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 29e1fdf4e..f654af3c2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d8244dd0..a3c835e34 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2a51e7752..696d3824f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 66c02ec2b..d4b0d9ebd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ebc4553ac..8d0efe308 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 544b001fe..29d712e1e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 53dc34518..677603ba3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e263416e9..10b1ac835 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 66d6c8e73..1e41c9117 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d074ed2c7..4637990b4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 33159f114..1b7425036 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f05de2e40..2ac0da531 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 248ecd901..cd52835d8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8fcca5baf..657682838 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3c01e1cde..64c0d0a24 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bbee93344..3607e8a09 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ef085e2bb..ee0bf3fa2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f2b480d0b..844e41cd4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8ae414e21..c1c62cb1f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d5bba3d47..9aef2a0a1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d2d0f36f..6d9c630b7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dfbf2d491..b561031dd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bb0717f49..3b98c21dd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteSubsidiaryResponseTest.php b/src/gen/test/Model/DeleteSubsidiaryResponseTest.php index bacc974a8..ac1f92817 100644 --- a/src/gen/test/Model/DeleteSubsidiaryResponseTest.php +++ b/src/gen/test/Model/DeleteSubsidiaryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b379de08c..72f228615 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b0748509d..d2d655ea5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f70620262..084439cb0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 916a5d401..de9271b62 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6dc6359b2..a04373500 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeleteTrackingCategoryResponseTest.php b/src/gen/test/Model/DeleteTrackingCategoryResponseTest.php index c285ebd40..8ddf8f7f1 100644 --- a/src/gen/test/Model/DeleteTrackingCategoryResponseTest.php +++ b/src/gen/test/Model/DeleteTrackingCategoryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d1967530..4fb90e0f2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fea5896c7..7327b56b9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4e687d7b1..a86397bc1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dd9d062ed..d8e047736 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/DeprecatedLinkedSupplierTest.php b/src/gen/test/Model/DeprecatedLinkedSupplierTest.php new file mode 100644 index 000000000..cb7f74e5e --- /dev/null +++ b/src/gen/test/Model/DeprecatedLinkedSupplierTest.php @@ -0,0 +1,126 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "id" + */ + public function testPropertyId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "display_id" + */ + public function testPropertyDisplayId() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "display_name" + */ + public function testPropertyDisplayName() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "company_name" + */ + public function testPropertyCompanyName() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "address" + */ + public function testPropertyAddress() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/DeprecatedLinkedTrackingCategoryTest.php b/src/gen/test/Model/DeprecatedLinkedTrackingCategoryTest.php index 95d986e69..01029402f 100644 --- a/src/gen/test/Model/DeprecatedLinkedTrackingCategoryTest.php +++ b/src/gen/test/Model/DeprecatedLinkedTrackingCategoryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5d779805f..14d80da53 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c0242daa4..c10e3bd40 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9966ee31..328d60553 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 45b4529a0..32b78c309 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d6b7dc94..6127028cd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 82707fa7f..84c8e4d6f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c844ceb80..c2eac9b22 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5824f0685..c8c4a4709 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3d2017e05..38c436254 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 620bc6cae..d2b2a048d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b87ffb03c..514b328e2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7faaebe61..57d4fd797 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9e0ff6f4d..e6bc3f933 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 473905f2e..64407845a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6d54f3e44..57f121556 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d42c0875a..801c8d71d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4b02a0ac2..077810f31 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 33df1f0c7..5163a0f5c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 854ff27c4..864472191 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b6b3d5bc9..81c8f568a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b8070ae68..0d30e57a9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 38b7b1c0e..346c6ff1f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 21b2ffd21..b5cada397 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 11265601a..207b77043 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3c9cc992c..1e0ee3ff1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d7a37daa..893349fcc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 747c8c49b..3a22bbd19 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a6d50821c..99956ce87 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 153193b4d..ab10356e9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 29f75b01c..c280c01f1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0bef7d63d..a17e67780 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/EmployeesOneFilterTest.php b/src/gen/test/Model/EmployeesOneFilterTest.php index fed620fad..ae0eafeb4 100644 --- a/src/gen/test/Model/EmployeesOneFilterTest.php +++ b/src/gen/test/Model/EmployeesOneFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6aed8a476..e0ff515ce 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c1b3495d3..e8164c139 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4cfe862cd..f49b9a591 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8516383d6..9e3db3f59 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e7b5a1f51..1c54af174 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8b77f90ad..dcd7177f0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 15cf1dd2e..7661d4bcd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2294739f8..e73580569 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d8127945..7a84452e1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a9cd8433c..fdd61751c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 68b1485f1..31b73c44e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 41da687ce..2bd5ddf64 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3dd560f8d..1bf31dffb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ef386ce91..8b06a80af 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAccountingDepartmentResponseTest.php b/src/gen/test/Model/GetAccountingDepartmentResponseTest.php index 9612537a4..2dfeaf6d9 100644 --- a/src/gen/test/Model/GetAccountingDepartmentResponseTest.php +++ b/src/gen/test/Model/GetAccountingDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAccountingDepartmentsResponseTest.php b/src/gen/test/Model/GetAccountingDepartmentsResponseTest.php index 9d35fa5ba..9e56c0971 100644 --- a/src/gen/test/Model/GetAccountingDepartmentsResponseTest.php +++ b/src/gen/test/Model/GetAccountingDepartmentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAccountingLocationResponseTest.php b/src/gen/test/Model/GetAccountingLocationResponseTest.php index a8e02f708..502ed1449 100644 --- a/src/gen/test/Model/GetAccountingLocationResponseTest.php +++ b/src/gen/test/Model/GetAccountingLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAccountingLocationsResponseTest.php b/src/gen/test/Model/GetAccountingLocationsResponseTest.php index 57e1b686d..66645cc55 100644 --- a/src/gen/test/Model/GetAccountingLocationsResponseTest.php +++ b/src/gen/test/Model/GetAccountingLocationsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 06cd9b74a..56a33606a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2427ab339..0c228e581 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d2fc03a22..01949dabe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 411f0638a..07f4fdb0b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1c68d733f..27bdce72d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c646c142..2907c25f7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5af30b61d..9b56b02ba 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0b2957331..bcab97b62 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fd377e968..dbae7fc89 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7c53ee961..5df7e17a9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAttachmentResponseTest.php b/src/gen/test/Model/GetAttachmentResponseTest.php index bc4919851..fae3691af 100644 --- a/src/gen/test/Model/GetAttachmentResponseTest.php +++ b/src/gen/test/Model/GetAttachmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetAttachmentsResponseTest.php b/src/gen/test/Model/GetAttachmentsResponseTest.php index 784846d0b..45f83b1f0 100644 --- a/src/gen/test/Model/GetAttachmentsResponseTest.php +++ b/src/gen/test/Model/GetAttachmentsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3ea2e26d2..0fba978dd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetBillPaymentResponseTest.php b/src/gen/test/Model/GetBillPaymentResponseTest.php new file mode 100644 index 000000000..0dc1abc84 --- /dev/null +++ b/src/gen/test/Model/GetBillPaymentResponseTest.php @@ -0,0 +1,135 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status_code" + */ + public function testPropertyStatusCode() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "service" + */ + public function testPropertyService() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "resource" + */ + public function testPropertyResource() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "operation" + */ + public function testPropertyOperation() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/GetBillPaymentsResponseTest.php b/src/gen/test/Model/GetBillPaymentsResponseTest.php new file mode 100644 index 000000000..6ea76249c --- /dev/null +++ b/src/gen/test/Model/GetBillPaymentsResponseTest.php @@ -0,0 +1,153 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status_code" + */ + public function testPropertyStatusCode() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "service" + */ + public function testPropertyService() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "resource" + */ + public function testPropertyResource() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "operation" + */ + public function testPropertyOperation() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "meta" + */ + public function testPropertyMeta() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "links" + */ + public function testPropertyLinks() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/GetBillResponseTest.php b/src/gen/test/Model/GetBillResponseTest.php index 9236fd7bf..4960bd512 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3087a6dcf..0cecc2365 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 26a89caf5..7357db8f6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b6ab3cd1c..844a72082 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 27d5cee4a..e063c799b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 505ed73ce..642a199ae 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 57200f066..321dbf224 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dc748086f..2ef32ba8c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7e534bc46..9328e8e1a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 df0ec7c68..5ebf510e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2dd6b0511..e94f60741 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a3f21284c..3729966e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7d60d7daa..93302f237 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fb4cb61bc..a2ec6296f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorResourceExampleResponseDataTest.php b/src/gen/test/Model/GetConnectorResourceExampleResponseDataTest.php index 4232a69d3..a134fcaa5 100644 --- a/src/gen/test/Model/GetConnectorResourceExampleResponseDataTest.php +++ b/src/gen/test/Model/GetConnectorResourceExampleResponseDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorResourceExampleResponseTest.php b/src/gen/test/Model/GetConnectorResourceExampleResponseTest.php index 90e18d9e1..db502de48 100644 --- a/src/gen/test/Model/GetConnectorResourceExampleResponseTest.php +++ b/src/gen/test/Model/GetConnectorResourceExampleResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f7dc78cf9..f13301376 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetConnectorResourceSchemaResponseTest.php b/src/gen/test/Model/GetConnectorResourceSchemaResponseTest.php index a1862bdf0..3aabc4561 100644 --- a/src/gen/test/Model/GetConnectorResourceSchemaResponseTest.php +++ b/src/gen/test/Model/GetConnectorResourceSchemaResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f2ec6acc9..f2b90c52c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ca32ab896..ea8a76371 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bfa9964a3..8453f63ab 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c392171e..048db59fd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1b76d12fb..4c3f107f4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0dc9e3c62..78e0d89b3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 24e951f1a..422a7ae78 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2476ea4a6..dfdb6a6dd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dbd773994..4a4b69c66 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCustomFieldsResponseTest.php b/src/gen/test/Model/GetCustomFieldsResponseTest.php index 752b5a6f1..8081218ea 100644 --- a/src/gen/test/Model/GetCustomFieldsResponseTest.php +++ b/src/gen/test/Model/GetCustomFieldsResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetCustomMappingResponseTest.php b/src/gen/test/Model/GetCustomMappingResponseTest.php index e83dad829..945922134 100644 --- a/src/gen/test/Model/GetCustomMappingResponseTest.php +++ b/src/gen/test/Model/GetCustomMappingResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f2d3d14a2..562b5423b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dd7e6a21e..a5af693a0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 51aaacd0e..84777757c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c0a40075a..c5fc370bc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 680b10053..918b6ab8a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1151cd7fc..5b2972587 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6ae91ce39..ecdae183c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ddea1897e..06c89876e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8d516960f..a68e4502d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1197b8228..93bb24fdf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc2639f03..59ae59358 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3aebf5bb2..eadc2b531 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 02a9206f7..97977e299 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5a50e848a..24a1263a7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 123991336..5f6028695 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d0547c168..9fcc37d92 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 328d848b1..d860bfbe1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 495858269..79c38b1e1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 604c2311a..d6b19eb10 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 589ce93e7..89eb995b5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4d3d15166..a071c2a88 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 913065518..2734d963c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 062cca029..1afb47ef3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f42e9fec9..7a4c03e82 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7fbe2ab07..450c59281 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 14f1ca2d3..164bd66ca 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 27f3a9320..83aae0563 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7ee7e2e5f..3c9bed1d1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ec900083f..d53a42471 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6275c4599..7262cc80e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 35a6cc91f..2eb39e6ed 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6859e0f3b..d24581d71 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2682a688b..eb77abb0f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9824f66da..87425610e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 564679f90..aa25dfbbf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e960f7c10..b06ddad58 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 88476cce1..0c3aa178a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f70f4f232..dd9f2b71a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 16f8a3733..12d7a9b7a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b7c2dad99..2b4845993 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ff0f1c95c..42bded8d1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 eb82a28d6..e47624587 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7823c163f..deb8e9b78 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e46e3450c..de289b7fe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 38cf13847..fbe1c20a5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dc3db8275..cd2a31728 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a0d628ee4..5752cc7c2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3f45290a2..71d4d2200 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf998923d..5341b7f55 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c30b2e370..66dab41a8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4b9759a0a..d7070c928 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ac018cf69..d29515edb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 573d70424..498886152 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 adf678a55..cba246029 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 22494a946..b03ba6737 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d2e02a59..24cbe2722 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0d9d6c1e0..cb14112af 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ee539eb22..296489d5a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9f2b08f14..b90587c68 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1016ebde4..6bc3b836a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1dd0f7d6b..1a39403eb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4c6e6be8d..3cf88b5b9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6cde65efe..8f24888cb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 338b7f6d0..d7ea61b2f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2848b2d0f..7d7680492 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9b4e92886..e79727814 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 18ce9e215..a268c4415 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9caa94ecb..3a91d379f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a830ecb38..68bd541b4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 94df5e412..fab2d5921 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4eca8b174..153681389 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetResourceExampleResponseTest.php b/src/gen/test/Model/GetResourceExampleResponseTest.php index 714a22a8a..c12083e85 100644 --- a/src/gen/test/Model/GetResourceExampleResponseTest.php +++ b/src/gen/test/Model/GetResourceExampleResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetResourceSchemaResponseTest.php b/src/gen/test/Model/GetResourceSchemaResponseTest.php index ce9130413..9ac7b1c92 100644 --- a/src/gen/test/Model/GetResourceSchemaResponseTest.php +++ b/src/gen/test/Model/GetResourceSchemaResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2f564fb02..00fe48019 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ec4064eb6..4b8f8fc4c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8eaec327c..3971dd50b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 19062cb86..2a6072968 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSubsidiariesResponseTest.php b/src/gen/test/Model/GetSubsidiariesResponseTest.php index 0380a456d..8c47b651f 100644 --- a/src/gen/test/Model/GetSubsidiariesResponseTest.php +++ b/src/gen/test/Model/GetSubsidiariesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetSubsidiaryResponseTest.php b/src/gen/test/Model/GetSubsidiaryResponseTest.php index aa2d48582..6ae68347a 100644 --- a/src/gen/test/Model/GetSubsidiaryResponseTest.php +++ b/src/gen/test/Model/GetSubsidiaryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b013e5c5e..e75f3b8c1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5833800d3..017ef8803 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6bd3be053..322fb0179 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ae4ce711..0c28b48ac 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5e717cfde..7dc14f96a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 03fafff88..48ff776b9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 516f0cdfd..fb058479c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b2978a5c6..9a11d0b3a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b4c10ec32..a11d5e94e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e841dadfc..65522d5e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTrackingCategoriesResponseTest.php b/src/gen/test/Model/GetTrackingCategoriesResponseTest.php index b62d375b0..4d3fc8416 100644 --- a/src/gen/test/Model/GetTrackingCategoriesResponseTest.php +++ b/src/gen/test/Model/GetTrackingCategoriesResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/GetTrackingCategoryResponseTest.php b/src/gen/test/Model/GetTrackingCategoryResponseTest.php index 579310a52..9bc4e5323 100644 --- a/src/gen/test/Model/GetTrackingCategoryResponseTest.php +++ b/src/gen/test/Model/GetTrackingCategoryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0ff74723d..e725db99f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2f157c4b0..09ab26f2b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 90b2525e7..c661014ed 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1016669c7..ab4e672be 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b1468add8..db19581f5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 416e3f72a..280784804 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0535e6543..a18fb0700 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 00ba3e59b..92e6c6c69 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2e7071758..2e291b8c7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ee79076ed..1407f2d0d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 db52cd0d5..94ab1d930 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 377a7d5c2..a227d98c8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c49780dcb..d00650af0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 734286e3f..11a46228d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0029cdff7..f6c7fc05f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 71d086427..6db031b99 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8e6c4da5a..3de52efac 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c13fcb7c4..6369f2f6d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/InvoicesFilterTest.php b/src/gen/test/Model/InvoicesFilterTest.php index 37d5b49e1..af1722f31 100644 --- a/src/gen/test/Model/InvoicesFilterTest.php +++ b/src/gen/test/Model/InvoicesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5da4fa9cc..2a6d0b1a3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d06134e0f..ad2a6d5d3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a835a50e2..dcdb792c9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 24cd044f6..a309836d1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1a97829ed..020376704 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b38350923..99cafd48c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4c1796015..2a608f8d8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3ace366d5..123b6cb4b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JournalEntriesFilterTest.php b/src/gen/test/Model/JournalEntriesFilterTest.php index a2064be1a..1e4ff19fa 100644 --- a/src/gen/test/Model/JournalEntriesFilterTest.php +++ b/src/gen/test/Model/JournalEntriesFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/JournalEntriesSortTest.php b/src/gen/test/Model/JournalEntriesSortTest.php index d6c31341c..da12e862d 100644 --- a/src/gen/test/Model/JournalEntriesSortTest.php +++ b/src/gen/test/Model/JournalEntriesSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5d98e38a9..06d0bdc69 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 def413b01..8beb02686 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17dcd5cf2..c90b6bda3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6edf5fd28..322d41bb7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 af30e9c29..f2e00aab4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 44f07d2ec..4de9a7d22 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d00b17311..651a8f2c7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8b96e0353..f72f5e6ae 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7ffe3f461..674961b58 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LedgerAccountsFilterTest.php b/src/gen/test/Model/LedgerAccountsFilterTest.php index cac0c590b..893219c5c 100644 --- a/src/gen/test/Model/LedgerAccountsFilterTest.php +++ b/src/gen/test/Model/LedgerAccountsFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/LedgerAccountsSortTest.php b/src/gen/test/Model/LedgerAccountsSortTest.php index 599a10020..a5074b3cd 100644 --- a/src/gen/test/Model/LedgerAccountsSortTest.php +++ b/src/gen/test/Model/LedgerAccountsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bd99b681c..5f0d210b2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7c3b8a15f..dcae90f36 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 67727dfec..512fbf39e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 47b3763d1..60d4726f0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d78071185..eb76323f3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9ce193dff..018753d90 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f195d08d3..8b1c7e477 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b4b80cc07..b3050e354 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 26ae1653a..b4740fe5f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 930859d06..e8d8de535 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 287d0988c..9cdaee464 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c6e747531..0d5251a19 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 739bdd218..729dc4643 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1414f3475..5234e2f65 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9c863933..c6197f54d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 871201203..5bf9de99d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 65d88d2db..ba80e8101 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dd7491909..9b9448815 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 20c3f02a5..d554f9f77 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b4a0f9802..30858aa73 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 15ea299f5..15c47b8ae 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a60ea716f..05750a7da 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 173a53150..9da42e7d6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f6f5c36ce..01377585c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ae283c748..e3f79b902 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4762c6bd6..b4600444a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 141640aa7..80a3b5c06 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cab4eeed2..d5e650145 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 13394c389..ac010e5e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 66d0a27d8..f9500ebb4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9eedf5028..ff85a5592 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a78ec8f92..30d9c510e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1b7444f9a..765f1b1cf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 de750f69c..dbdc86e2d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ec230a090..ca23fa072 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a6fe735f5..ca8e0ed73 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e9ad27f4f..ca91c09d2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7044fccef..41d6d20ec 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6350efbb4..89834bfa7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 417c31a60..4556b68f9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3e1e56fc9..f35d3c25f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cf011c443..c9165f998 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ba76f1e64..e3bd6e4e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8959aeab7..a6b742222 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/OrdersSortTest.php b/src/gen/test/Model/OrdersSortTest.php index 83785896d..f84740f98 100644 --- a/src/gen/test/Model/OrdersSortTest.php +++ b/src/gen/test/Model/OrdersSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9eccd79e9..bd11b37a9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 56994e28e..972cd5d16 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0806a46c1..a98979c90 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a36ee4d11..217e86b22 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 596067c3c..27516cd5b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2cd55d1fb..14bd36f85 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentStatusTest.php b/src/gen/test/Model/PaymentStatusTest.php new file mode 100644 index 000000000..9d5700914 --- /dev/null +++ b/src/gen/test/Model/PaymentStatusTest.php @@ -0,0 +1,81 @@ +markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/PaymentTest.php b/src/gen/test/Model/PaymentTest.php index 07b6645d6..b07ef8135 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentTypeTest.php b/src/gen/test/Model/PaymentTypeTest.php new file mode 100644 index 000000000..7252d4149 --- /dev/null +++ b/src/gen/test/Model/PaymentTypeTest.php @@ -0,0 +1,81 @@ +markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/PaymentUnitTest.php b/src/gen/test/Model/PaymentUnitTest.php index 593b8fe0e..fdd768701 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5e36baedd..690a2ecfe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PaymentsSortTest.php b/src/gen/test/Model/PaymentsSortTest.php index 7e638931d..e3f4e77eb 100644 --- a/src/gen/test/Model/PaymentsSortTest.php +++ b/src/gen/test/Model/PaymentsSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 77b60e319..9efe79534 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e490bc396..f5fd19398 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 007512f23..9c7433426 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6c1a10953..403405530 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ae5b399e..e1adf558d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f459fcef9..4ad872e78 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 950913a69..21f235a3f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 205275029..09587e278 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f584ce6ff..bfc01fde6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2c7540ec2..f3e51f0bb 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2d0e9b1c2..3adcfe0c9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8a4f0559f..96416b1e0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 26d80f529..4b7a7eb01 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ae92a222a..58338e76d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dee5bf655..79ad767c9 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cb188aad5..d279ad8b3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 225480c83..3ba9a1172 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 62c952c68..06d8f7972 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ce34dd7a..37b8b430d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8f4f8e9cb..29650a499 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6cea30653..db6ad10b7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fe8319597..fbd6ae902 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1b969ff3b..07e380d53 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c3db5bc14..3db10c850 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PurchaseOrdersFilterTest.php b/src/gen/test/Model/PurchaseOrdersFilterTest.php index edc4e6c2c..1dde9ac42 100644 --- a/src/gen/test/Model/PurchaseOrdersFilterTest.php +++ b/src/gen/test/Model/PurchaseOrdersFilterTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/PurchaseOrdersSortTest.php b/src/gen/test/Model/PurchaseOrdersSortTest.php index 91c3cb223..bd55147d4 100644 --- a/src/gen/test/Model/PurchaseOrdersSortTest.php +++ b/src/gen/test/Model/PurchaseOrdersSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b395051bc..b4d3705d2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c45f96a8b..cb2b6b5a4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f04d2f5af..332ced6bd 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ResourceExampleTest.php b/src/gen/test/Model/ResourceExampleTest.php index 9a4319443..111ed1602 100644 --- a/src/gen/test/Model/ResourceExampleTest.php +++ b/src/gen/test/Model/ResourceExampleTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3132e4675..433122ea6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ecf7e5d2c..d43511009 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bbbb7033b..5746092e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0f4fb6e64..4df2c8566 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SchemaSupportTest.php b/src/gen/test/Model/SchemaSupportTest.php index 07a8fbfe5..0f4078992 100644 --- a/src/gen/test/Model/SchemaSupportTest.php +++ b/src/gen/test/Model/SchemaSupportTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2434299cd..a6577aaa6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d16180f56..e33c92e7d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7690c3a1a..52ef64e90 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 94d503c91..40f9ac130 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 edcf87a95..d1d81dd67 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ea2a18c20..88712a2e5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cc2d587ed..2b56bb41a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 e75ef3855..ccabd80b1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fc3b6d1cd..a893dfd32 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 65bdfd022..1eb6f5ccf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SubsidiaryReferenceTest.php b/src/gen/test/Model/SubsidiaryReferenceTest.php index bfd0e76a8..4dc9ee9a5 100644 --- a/src/gen/test/Model/SubsidiaryReferenceTest.php +++ b/src/gen/test/Model/SubsidiaryReferenceTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SubsidiaryTest.php b/src/gen/test/Model/SubsidiaryTest.php index b8be0a0dc..0844ae80a 100644 --- a/src/gen/test/Model/SubsidiaryTest.php +++ b/src/gen/test/Model/SubsidiaryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c1a462d16..dd50892d0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b387f0f2c..703dbaf64 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/SuppliersSortTest.php b/src/gen/test/Model/SuppliersSortTest.php index 6fde8bf90..facf14669 100644 --- a/src/gen/test/Model/SuppliersSortTest.php +++ b/src/gen/test/Model/SuppliersSortTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 57c6ab044..4d6895e34 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5fbb82ff..65dacef48 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d41e6e300..e3c4b6af3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a6f24921e..b55b189e5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a8c720c81..bf958d496 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9d9840e67..1e6c99782 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 669f016b7..ea64e490b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 232ebad1c..2ec72f5da 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 34336d289..ccc08b49d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 354b6d2fb..858f399c7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 65ec57f11..192840b07 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 47dd737b9..fe0358df8 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 646d8f5ae..4c1671615 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/TrackingCategoryTest.php b/src/gen/test/Model/TrackingCategoryTest.php index da58d6900..668986d3b 100644 --- a/src/gen/test/Model/TrackingCategoryTest.php +++ b/src/gen/test/Model/TrackingCategoryTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b0f695a36..36da6ebf4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c125cb0b1..faa7ff189 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 10fa96249..594717d1a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 55444746b..b51a81681 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d06206558..08b026858 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5656f86e8..00c4c9ce4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c93c19ef..5d7d83459 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 874da857a..4de1ef08d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateAccountingDepartmentResponseTest.php b/src/gen/test/Model/UpdateAccountingDepartmentResponseTest.php index 7a0107a04..c6e6a9e45 100644 --- a/src/gen/test/Model/UpdateAccountingDepartmentResponseTest.php +++ b/src/gen/test/Model/UpdateAccountingDepartmentResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateAccountingLocationResponseTest.php b/src/gen/test/Model/UpdateAccountingLocationResponseTest.php index 4e33749af..f0d2579cb 100644 --- a/src/gen/test/Model/UpdateAccountingLocationResponseTest.php +++ b/src/gen/test/Model/UpdateAccountingLocationResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 30cbab3ed..fa6b52f7b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 585031cbe..b6ebb21f2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 5f8c3e835..c97547f42 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateBillPaymentResponseTest.php b/src/gen/test/Model/UpdateBillPaymentResponseTest.php new file mode 100644 index 000000000..a40c72561 --- /dev/null +++ b/src/gen/test/Model/UpdateBillPaymentResponseTest.php @@ -0,0 +1,135 @@ +markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status_code" + */ + public function testPropertyStatusCode() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "status" + */ + public function testPropertyStatus() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "service" + */ + public function testPropertyService() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "resource" + */ + public function testPropertyResource() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "operation" + */ + public function testPropertyOperation() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } +} diff --git a/src/gen/test/Model/UpdateBillResponseTest.php b/src/gen/test/Model/UpdateBillResponseTest.php index f4774dcf1..a2fa69d6a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 43e1e5b27..28d33fbf4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3a2aef8e0..90a92f1e5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 315bb09cb..451fa559c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b1bddbe6a..fc9d2990a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7e75f5417..d947f26a3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 42945eb25..68ffb8664 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 693bf226f..b04da0b0b 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCustomMappingRequestTest.php b/src/gen/test/Model/UpdateCustomMappingRequestTest.php index 2366f353c..1da18c389 100644 --- a/src/gen/test/Model/UpdateCustomMappingRequestTest.php +++ b/src/gen/test/Model/UpdateCustomMappingRequestTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateCustomMappingResponseTest.php b/src/gen/test/Model/UpdateCustomMappingResponseTest.php index c0f5dbeb0..4e86d4995 100644 --- a/src/gen/test/Model/UpdateCustomMappingResponseTest.php +++ b/src/gen/test/Model/UpdateCustomMappingResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 872a60684..f86a1addf 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 09b9f74cd..2d36b9066 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 54925e811..cfcafb980 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 ac5ff1ba2..49c8bf225 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8c2fbfe9d..8ca1efe24 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 6fc594204..0d56eb442 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5b3d50de..cc248c440 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 29b231cba..4bf05cbc6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f93124598..f9e6b464e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9fc1511b7..cfc4c4dbc 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8b2cbdff4..b5fc49476 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 12fcc5a51..785098dc1 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 410a410eb..06ab8bdc4 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 0602b58da..f8ac82d86 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cdb8c2e57..68e966786 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b2a9f91a0..f14ff4e26 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2c23460cb..f2c8222ef 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 558380df4..7aa91776d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9c99aad48..b7b8247e6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 fc16672a2..2ba3987b3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 3740520f3..f4c073de0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 cb4ad2584..ef2b09a5d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 d39965dac..c015f5ede 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 075877af3..7b4af2da2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b70c5d71f..f9db15f7f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 500cb2d14..557274923 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 bbce5369e..6f9854e32 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1fbf22aa3..4d467c0e3 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 af1d86a1c..92e1fa06e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4cbd42612..4d87c3608 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 a5849cc44..2cf6dd1ed 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 847284a84..a6a8913ad 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 f045e7994..8ffc79210 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 60363d937..5412552e7 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateSubsidiaryResponseTest.php b/src/gen/test/Model/UpdateSubsidiaryResponseTest.php index b21ae091d..fd2738ff0 100644 --- a/src/gen/test/Model/UpdateSubsidiaryResponseTest.php +++ b/src/gen/test/Model/UpdateSubsidiaryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7c6e55ae6..aec3ae0fe 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 2ea80a380..1ceb66ae0 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 96e5c69b2..66fd04125 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 64c0834ee..1c870778a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 c9f993071..a95e04262 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/UpdateTrackingCategoryResponseTest.php b/src/gen/test/Model/UpdateTrackingCategoryResponseTest.php index ba9f9ddd2..d5baa291c 100644 --- a/src/gen/test/Model/UpdateTrackingCategoryResponseTest.php +++ b/src/gen/test/Model/UpdateTrackingCategoryResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 265f8f374..b2a24588e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b5126f896..381c2e005 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9de2e3dee..99e4cbfd5 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 428091e1e..e2bcda404 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 b8bf1ce99..49f76742c 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 06b0e3dfb..6ae797997 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ValidateConnectionStateResponseDataTest.php b/src/gen/test/Model/ValidateConnectionStateResponseDataTest.php index 71b286ee9..4448200f1 100644 --- a/src/gen/test/Model/ValidateConnectionStateResponseDataTest.php +++ b/src/gen/test/Model/ValidateConnectionStateResponseDataTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ diff --git a/src/gen/test/Model/ValidateConnectionStateResponseTest.php b/src/gen/test/Model/ValidateConnectionStateResponseTest.php index 17e9e7ee5..9b924c490 100644 --- a/src/gen/test/Model/ValidateConnectionStateResponseTest.php +++ b/src/gen/test/Model/ValidateConnectionStateResponseTest.php @@ -15,7 +15,7 @@ * * The Apideck OpenAPI Spec: SDK Optimized * - * The version of the OpenAPI document: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 9f5918ce4..6ad79cec2 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 dc3e53660..eda1e0a27 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 7ff954322..e14b82450 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 49035be76..4e36da74e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 89ecd5dc8..3e9456c47 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 16f3cfb4d..61c741ab6 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 71ee31050..2c58e9f1e 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 36f43d73a..1c5f055ed 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 8a25f44da..1b622bb25 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 862110884..fdaf9c892 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 17989d547..6f4120ada 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 1115a5cdd..000377a8f 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 493957bc3..89b9c955a 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * 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 4db179d45..f3c5aac5d 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: 10.7.1 + * The version of the OpenAPI document: 10.7.2 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 */ From e15a1cb964613fe216443fb7928deea3da3a4ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:07:26 +0000 Subject: [PATCH 3/3] Automated update by SDK Generator version:3.5.2 commit:2e29db9 --- src/gen/docs/models/LeadsFilter.md | 1 + src/gen/lib/Model/LeadsFilter.php | 40 ++++++++++++++++++++++---- src/gen/test/Model/LeadsFilterTest.php | 9 ++++++ 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/src/gen/docs/models/LeadsFilter.md b/src/gen/docs/models/LeadsFilter.md index 13d28723e..d72e4953a 100644 --- a/src/gen/docs/models/LeadsFilter.md +++ b/src/gen/docs/models/LeadsFilter.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes `first_name` | **string** | First name of the lead to filter on | [optional] `last_name` | **string** | Last name of the lead to filter on | [optional] `email` | **string** | E-mail of the lead to filter on | [optional] +`phone_number` | **string** | Phone number of the lead to filter on | [optional] diff --git a/src/gen/lib/Model/LeadsFilter.php b/src/gen/lib/Model/LeadsFilter.php index 9aa98ce0c..22fff4025 100644 --- a/src/gen/lib/Model/LeadsFilter.php +++ b/src/gen/lib/Model/LeadsFilter.php @@ -62,7 +62,8 @@ class LeadsFilter implements ModelInterface, ArrayAccess, \JsonSerializable 'name' => 'string', 'first_name' => 'string', 'last_name' => 'string', - 'email' => 'string' + 'email' => 'string', + 'phone_number' => 'string' ]; /** @@ -76,7 +77,8 @@ class LeadsFilter implements ModelInterface, ArrayAccess, \JsonSerializable 'name' => null, 'first_name' => null, 'last_name' => null, - 'email' => null + 'email' => null, + 'phone_number' => null ]; /** @@ -109,7 +111,8 @@ public static function openAPIFormats() 'name' => 'name', 'first_name' => 'first_name', 'last_name' => 'last_name', - 'email' => 'email' + 'email' => 'email', + 'phone_number' => 'phone_number' ]; /** @@ -121,7 +124,8 @@ public static function openAPIFormats() 'name' => 'setName', 'first_name' => 'setFirstName', 'last_name' => 'setLastName', - 'email' => 'setEmail' + 'email' => 'setEmail', + 'phone_number' => 'setPhoneNumber' ]; /** @@ -133,7 +137,8 @@ public static function openAPIFormats() 'name' => 'getName', 'first_name' => 'getFirstName', 'last_name' => 'getLastName', - 'email' => 'getEmail' + 'email' => 'getEmail', + 'phone_number' => 'getPhoneNumber' ]; /** @@ -197,6 +202,7 @@ public function __construct(array $data = null) $this->container['first_name'] = $data['first_name'] ?? null; $this->container['last_name'] = $data['last_name'] ?? null; $this->container['email'] = $data['email'] ?? null; + $this->container['phone_number'] = $data['phone_number'] ?? null; } /** @@ -318,6 +324,30 @@ public function setEmail($email) return $this; } + + /** + * Gets phone_number + * + * @return string|null + */ + public function getPhoneNumber() + { + return $this->container['phone_number']; + } + + /** + * Sets phone_number + * + * @param string|null $phone_number Phone number of the lead to filter on + * + * @return self + */ + public function setPhoneNumber($phone_number) + { + $this->container['phone_number'] = $phone_number; + + return $this; + } /** * Returns true if offset exists. False otherwise. * diff --git a/src/gen/test/Model/LeadsFilterTest.php b/src/gen/test/Model/LeadsFilterTest.php index f2e00aab4..80f50cb12 100644 --- a/src/gen/test/Model/LeadsFilterTest.php +++ b/src/gen/test/Model/LeadsFilterTest.php @@ -114,4 +114,13 @@ public function testPropertyEmail() // TODO: implement $this->markTestIncomplete('Not implemented'); } + + /** + * Test attribute "phone_number" + */ + public function testPropertyPhoneNumber() + { + // TODO: implement + $this->markTestIncomplete('Not implemented'); + } }