Skip to content

Commit dd70be2

Browse files
Merge pull request #514 from HubSpot/revert-512-codegen/cmsBlogs
Revert "Codegen: CMS Blogs Authors and Tags"
2 parents 6a04ac7 + 255f93d commit dd70be2

48 files changed

Lines changed: 1838 additions & 1426 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

codegen/Cms/Blogs/Authors/Api/BlogAuthorsApi.php

Lines changed: 751 additions & 260 deletions
Large diffs are not rendered by default.

codegen/Cms/Blogs/Authors/ApiException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* ApiException
4-
* PHP version 8.1
4+
* PHP version 7.4
55
*
66
* @category Class
77
* @package HubSpot\Client\Cms\Blogs\Authors
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: v3
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.17.0
19+
* Generator version: 7.12.0
2020
*/
2121

2222
/**

codegen/Cms/Blogs/Authors/Configuration.php

Lines changed: 3 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Configuration
4-
* PHP version 8.1
4+
* PHP version 7.4
55
*
66
* @category Class
77
* @package HubSpot\Client\Cms\Blogs\Authors
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: v3
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.17.0
19+
* Generator version: 7.12.0
2020
*/
2121

2222
/**
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* Configuration Class Doc Comment
32-
* PHP version 8.1
32+
* PHP version 7.4
3333
*
3434
* @category Class
3535
* @package HubSpot\Client\Cms\Blogs\Authors
@@ -123,20 +123,6 @@ class Configuration
123123
*/
124124
protected $tempFolderPath;
125125

126-
/**
127-
* Path to a certificate file, for mTLS
128-
*
129-
* @var string
130-
*/
131-
protected $certFile;
132-
133-
/**
134-
* Path to a key file, for mTLS
135-
*
136-
* @var string
137-
*/
138-
protected $keyFile;
139-
140126
/**
141127
* Constructor
142128
*/
@@ -410,49 +396,6 @@ public function getTempFolderPath()
410396
return $this->tempFolderPath;
411397
}
412398

413-
/**
414-
* Sets the certificate file path, for mTLS
415-
*
416-
* @return $this
417-
*/
418-
public function setCertFile($certFile)
419-
{
420-
$this->certFile = $certFile;
421-
return $this;
422-
}
423-
424-
/**
425-
* Gets the certificate file path, for mTLS
426-
*
427-
* @return string Certificate file path
428-
*/
429-
public function getCertFile()
430-
{
431-
return $this->certFile;
432-
}
433-
434-
/**
435-
* Sets the certificate key path, for mTLS
436-
*
437-
* @return $this
438-
*/
439-
public function setKeyFile($keyFile)
440-
{
441-
$this->keyFile = $keyFile;
442-
return $this;
443-
}
444-
445-
/**
446-
* Gets the certificate key path, for mTLS
447-
*
448-
* @return string Certificate key path
449-
*/
450-
public function getKeyFile()
451-
{
452-
return $this->keyFile;
453-
}
454-
455-
456399
/**
457400
* Gets the default configuration instance
458401
*

codegen/Cms/Blogs/Authors/FormDataProcessor.php

Lines changed: 0 additions & 246 deletions
This file was deleted.

codegen/Cms/Blogs/Authors/HeaderSelector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* HeaderSelector
4-
* PHP version 8.1
4+
* PHP version 7.4
55
*
66
* @category Class
77
* @package HubSpot\Client\Cms\Blogs\Authors
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: v3
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.17.0
19+
* Generator version: 7.12.0
2020
*/
2121

2222
/**

0 commit comments

Comments
 (0)