Skip to content

Commit 00624ff

Browse files
Merge pull request #549 from HubSpot/codegen/crmPipelines
Codegen: CRM Pipelines
2 parents 6a5a51d + 6e8db46 commit 00624ff

22 files changed

Lines changed: 773 additions & 749 deletions

codegen/Crm/Pipelines/Api/PipelineAuditsApi.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.19.0
2020
*/
2121

2222
/**
@@ -130,8 +130,8 @@ public function getConfig()
130130
*
131131
* Return an audit of all changes to the pipeline
132132
*
133-
* @param string $object_type object_type (required)
134-
* @param string $pipeline_id pipeline_id (required)
133+
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
134+
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
135135
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
136136
*
137137
* @throws \HubSpot\Client\Crm\Pipelines\ApiException on non-2xx response or if the response body is not in the expected format
@@ -149,8 +149,8 @@ public function getAudit($object_type, $pipeline_id, string $contentType = self:
149149
*
150150
* Return an audit of all changes to the pipeline
151151
*
152-
* @param string $object_type (required)
153-
* @param string $pipeline_id (required)
152+
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
153+
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
154154
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
155155
*
156156
* @throws \HubSpot\Client\Crm\Pipelines\ApiException on non-2xx response or if the response body is not in the expected format
@@ -249,8 +249,8 @@ public function getAuditWithHttpInfo($object_type, $pipeline_id, string $content
249249
*
250250
* Return an audit of all changes to the pipeline
251251
*
252-
* @param string $object_type (required)
253-
* @param string $pipeline_id (required)
252+
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
253+
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
254254
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
255255
*
256256
* @throws \InvalidArgumentException
@@ -271,8 +271,8 @@ function ($response) {
271271
*
272272
* Return an audit of all changes to the pipeline
273273
*
274-
* @param string $object_type (required)
275-
* @param string $pipeline_id (required)
274+
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
275+
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
276276
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
277277
*
278278
* @throws \InvalidArgumentException
@@ -322,8 +322,8 @@ function ($exception) {
322322
/**
323323
* Create request for operation 'getAudit'
324324
*
325-
* @param string $object_type (required)
326-
* @param string $pipeline_id (required)
325+
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
326+
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
327327
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
328328
*
329329
* @throws \InvalidArgumentException

codegen/Crm/Pipelines/Api/PipelineStageAuditsApi.php

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.19.0
2020
*/
2121

2222
/**
@@ -128,8 +128,10 @@ public function getConfig()
128128
/**
129129
* Operation getAudit
130130
*
131-
* @param string $object_type object_type (required)
132-
* @param string $stage_id stage_id (required)
131+
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
132+
*
133+
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
134+
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
133135
* @param string $pipeline_id pipeline_id (required)
134136
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
135137
*
@@ -146,8 +148,10 @@ public function getAudit($object_type, $stage_id, $pipeline_id, string $contentT
146148
/**
147149
* Operation getAuditWithHttpInfo
148150
*
149-
* @param string $object_type (required)
150-
* @param string $stage_id (required)
151+
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
152+
*
153+
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
154+
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
151155
* @param string $pipeline_id (required)
152156
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
153157
*
@@ -245,8 +249,10 @@ public function getAuditWithHttpInfo($object_type, $stage_id, $pipeline_id, stri
245249
/**
246250
* Operation getAuditAsync
247251
*
248-
* @param string $object_type (required)
249-
* @param string $stage_id (required)
252+
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
253+
*
254+
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
255+
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
250256
* @param string $pipeline_id (required)
251257
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
252258
*
@@ -266,8 +272,10 @@ function ($response) {
266272
/**
267273
* Operation getAuditAsyncWithHttpInfo
268274
*
269-
* @param string $object_type (required)
270-
* @param string $stage_id (required)
275+
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
276+
*
277+
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
278+
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
271279
* @param string $pipeline_id (required)
272280
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
273281
*
@@ -318,8 +326,8 @@ function ($exception) {
318326
/**
319327
* Create request for operation 'getAudit'
320328
*
321-
* @param string $object_type (required)
322-
* @param string $stage_id (required)
329+
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
330+
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
323331
* @param string $pipeline_id (required)
324332
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
325333
*

0 commit comments

Comments
 (0)