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
1,011 changes: 751 additions & 260 deletions codegen/Cms/Blogs/Authors/Api/BlogAuthorsApi.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codegen/Cms/Blogs/Authors/ApiException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ApiException
* PHP version 8.1
* PHP version 7.4
*
* @category Class
* @package HubSpot\Client\Cms\Blogs\Authors
Expand All @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.12.0
*/

/**
Expand Down
63 changes: 3 additions & 60 deletions codegen/Cms/Blogs/Authors/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Configuration
* PHP version 8.1
* PHP version 7.4
*
* @category Class
* @package HubSpot\Client\Cms\Blogs\Authors
Expand All @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.12.0
*/

/**
Expand All @@ -29,7 +29,7 @@

/**
* Configuration Class Doc Comment
* PHP version 8.1
* PHP version 7.4
*
* @category Class
* @package HubSpot\Client\Cms\Blogs\Authors
Expand Down Expand Up @@ -123,20 +123,6 @@ class Configuration
*/
protected $tempFolderPath;

/**
* Path to a certificate file, for mTLS
*
* @var string
*/
protected $certFile;

/**
* Path to a key file, for mTLS
*
* @var string
*/
protected $keyFile;

/**
* Constructor
*/
Expand Down Expand Up @@ -410,49 +396,6 @@ public function getTempFolderPath()
return $this->tempFolderPath;
}

/**
* Sets the certificate file path, for mTLS
*
* @return $this
*/
public function setCertFile($certFile)
{
$this->certFile = $certFile;
return $this;
}

/**
* Gets the certificate file path, for mTLS
*
* @return string Certificate file path
*/
public function getCertFile()
{
return $this->certFile;
}

/**
* Sets the certificate key path, for mTLS
*
* @return $this
*/
public function setKeyFile($keyFile)
{
$this->keyFile = $keyFile;
return $this;
}

/**
* Gets the certificate key path, for mTLS
*
* @return string Certificate key path
*/
public function getKeyFile()
{
return $this->keyFile;
}


/**
* Gets the default configuration instance
*
Expand Down
246 changes: 0 additions & 246 deletions codegen/Cms/Blogs/Authors/FormDataProcessor.php

This file was deleted.

4 changes: 2 additions & 2 deletions codegen/Cms/Blogs/Authors/HeaderSelector.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* HeaderSelector
* PHP version 8.1
* PHP version 7.4
*
* @category Class
* @package HubSpot\Client\Cms\Blogs\Authors
Expand All @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.12.0
*/

/**
Expand Down
Loading