Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codegen: CRM Companies, Contacts and Deals #388

Merged
merged 1 commit into from
Oct 22, 2024
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
20 changes: 10 additions & 10 deletions codegen/Crm/Companies/Api/BasicApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public function createRequest($simple_public_object_input_for_create, string $co
* @param string[] $properties_with_history A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. (optional)
* @param string[] $associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. (optional)
* @param bool $archived Whether to return only results that have been archived. (optional, default to false)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getById'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Companies\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -753,7 +753,7 @@ public function getById($company_id, $properties = null, $properties_with_histor
* @param string[] $properties_with_history A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. (optional)
* @param string[] $associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. (optional)
* @param bool $archived Whether to return only results that have been archived. (optional, default to false)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getById'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Companies\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -917,7 +917,7 @@ public function getByIdWithHttpInfo($company_id, $properties = null, $properties
* @param string[] $properties_with_history A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. (optional)
* @param string[] $associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. (optional)
* @param bool $archived Whether to return only results that have been archived. (optional, default to false)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getById'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -943,7 +943,7 @@ function ($response) {
* @param string[] $properties_with_history A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. (optional)
* @param string[] $associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. (optional)
* @param bool $archived Whether to return only results that have been archived. (optional, default to false)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getById'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -998,7 +998,7 @@ function ($exception) {
* @param string[] $properties_with_history A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. (optional)
* @param string[] $associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. (optional)
* @param bool $archived Whether to return only results that have been archived. (optional, default to false)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getById'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -1564,7 +1564,7 @@ public function getPageRequest($limit = 10, $after = null, $properties = null, $
*
* @param string $company_id company_id (required)
* @param \HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput $simple_public_object_input simple_public_object_input (required)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Companies\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -1584,7 +1584,7 @@ public function update($company_id, $simple_public_object_input, $id_property =
*
* @param string $company_id (required)
* @param \HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput $simple_public_object_input (required)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Companies\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -1745,7 +1745,7 @@ public function updateWithHttpInfo($company_id, $simple_public_object_input, $id
*
* @param string $company_id (required)
* @param \HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput $simple_public_object_input (required)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -1768,7 +1768,7 @@ function ($response) {
*
* @param string $company_id (required)
* @param \HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput $simple_public_object_input (required)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -1820,7 +1820,7 @@ function ($exception) {
*
* @param string $company_id (required)
* @param \HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput $simple_public_object_input (required)
* @param string $id_property The name of a property whose values are unique for this object type (optional)
* @param string $id_property The name of a property whose values are unique for this object (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down
Loading
Loading