Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/Api/CallbacksApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/Api/DefinitionsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/Api/FunctionsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/Api/RevisionsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/FormDataProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion codegen/Automation/Actions/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
74 changes: 37 additions & 37 deletions codegen/Automation/Actions/Model/CallbackCompletionBatchRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down Expand Up @@ -57,8 +57,8 @@ class CallbackCompletionBatchRequest implements ModelInterface, ArrayAccess, \Js
* @var string[]
*/
protected static $openAPITypes = [
'output_fields' => 'array<string,string>',
'callback_id' => 'string'
'callback_id' => 'string',
'output_fields' => 'array<string,string>'
];

/**
Expand All @@ -69,8 +69,8 @@ class CallbackCompletionBatchRequest implements ModelInterface, ArrayAccess, \Js
* @psalm-var array<string, string|null>
*/
protected static $openAPIFormats = [
'output_fields' => null,
'callback_id' => null
'callback_id' => null,
'output_fields' => null
];

/**
Expand All @@ -79,8 +79,8 @@ class CallbackCompletionBatchRequest implements ModelInterface, ArrayAccess, \Js
* @var boolean[]
*/
protected static array $openAPINullables = [
'output_fields' => false,
'callback_id' => false
'callback_id' => false,
'output_fields' => false
];

/**
Expand Down Expand Up @@ -169,8 +169,8 @@ public function isNullableSetToNull(string $property): bool
* @var string[]
*/
protected static $attributeMap = [
'output_fields' => 'outputFields',
'callback_id' => 'callbackId'
'callback_id' => 'callbackId',
'output_fields' => 'outputFields'
];

/**
Expand All @@ -179,8 +179,8 @@ public function isNullableSetToNull(string $property): bool
* @var string[]
*/
protected static $setters = [
'output_fields' => 'setOutputFields',
'callback_id' => 'setCallbackId'
'callback_id' => 'setCallbackId',
'output_fields' => 'setOutputFields'
];

/**
Expand All @@ -189,8 +189,8 @@ public function isNullableSetToNull(string $property): bool
* @var string[]
*/
protected static $getters = [
'output_fields' => 'getOutputFields',
'callback_id' => 'getCallbackId'
'callback_id' => 'getCallbackId',
'output_fields' => 'getOutputFields'
];

/**
Expand Down Expand Up @@ -250,8 +250,8 @@ public function getModelName()
*/
public function __construct(?array $data = null)
{
$this->setIfExists('output_fields', $data ?? [], null);
$this->setIfExists('callback_id', $data ?? [], null);
$this->setIfExists('output_fields', $data ?? [], null);
}

/**
Expand Down Expand Up @@ -281,12 +281,12 @@ public function listInvalidProperties()
{
$invalidProperties = [];

if ($this->container['output_fields'] === null) {
$invalidProperties[] = "'output_fields' can't be null";
}
if ($this->container['callback_id'] === null) {
$invalidProperties[] = "'callback_id' can't be null";
}
if ($this->container['output_fields'] === null) {
$invalidProperties[] = "'output_fields' can't be null";
}
return $invalidProperties;
}

Expand All @@ -303,55 +303,55 @@ public function valid()


/**
* Gets output_fields
* Gets callback_id
*
* @return array<string,string>
* @return string
*/
public function getOutputFields()
public function getCallbackId()
{
return $this->container['output_fields'];
return $this->container['callback_id'];
}

/**
* Sets output_fields
* Sets callback_id
*
* @param array<string,string> $output_fields output_fields
* @param string $callback_id callback_id
*
* @return self
*/
public function setOutputFields($output_fields)
public function setCallbackId($callback_id)
{
if (is_null($output_fields)) {
throw new \InvalidArgumentException('non-nullable output_fields cannot be null');
if (is_null($callback_id)) {
throw new \InvalidArgumentException('non-nullable callback_id cannot be null');
}
$this->container['output_fields'] = $output_fields;
$this->container['callback_id'] = $callback_id;

return $this;
}

/**
* Gets callback_id
* Gets output_fields
*
* @return string
* @return array<string,string>
*/
public function getCallbackId()
public function getOutputFields()
{
return $this->container['callback_id'];
return $this->container['output_fields'];
}

/**
* Sets callback_id
* Sets output_fields
*
* @param string $callback_id callback_id
* @param array<string,string> $output_fields output_fields
*
* @return self
*/
public function setCallbackId($callback_id)
public function setOutputFields($output_fields)
{
if (is_null($callback_id)) {
throw new \InvalidArgumentException('non-nullable callback_id cannot be null');
if (is_null($output_fields)) {
throw new \InvalidArgumentException('non-nullable output_fields cannot be null');
}
$this->container['callback_id'] = $callback_id;
$this->container['output_fields'] = $output_fields;

return $this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: v4
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down
Loading