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,722 changes: 1,722 additions & 0 deletions codegen/Marketing/Events/Api/AddEventAttendeesApi.php

Large diffs are not rendered by default.

1,234 changes: 392 additions & 842 deletions codegen/Marketing/Events/Api/BasicApi.php

Large diffs are not rendered by default.

1,427 changes: 1,427 additions & 0 deletions codegen/Marketing/Events/Api/BatchApi.php

Large diffs are not rendered by default.

Large diffs are not rendered by default.

839 changes: 839 additions & 0 deletions codegen/Marketing/Events/Api/IdentifiersApi.php

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions codegen/Marketing/Events/Api/ListAssociationsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ public function disassociateByMarketingEventIdRequest($marketing_event_id, $list
*
* Get lists associated with a marketing event
*
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $external_event_id The id of the marketing event in the external event application. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
*
Expand All @@ -1245,7 +1245,7 @@ public function getAllByExternalAccountAndEventIds($external_account_id, $extern
*
* Get lists associated with a marketing event
*
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $external_event_id The id of the marketing event in the external event application. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
*
Expand Down Expand Up @@ -1405,7 +1405,7 @@ public function getAllByExternalAccountAndEventIdsWithHttpInfo($external_account
*
* Get lists associated with a marketing event
*
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $external_event_id The id of the marketing event in the external event application. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
*
Expand All @@ -1427,7 +1427,7 @@ function ($response) {
*
* Get lists associated with a marketing event
*
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $external_event_id The id of the marketing event in the external event application. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
*
Expand Down Expand Up @@ -1478,7 +1478,7 @@ function ($exception) {
/**
* Create request for operation 'getAllByExternalAccountAndEventIds'
*
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $external_event_id The id of the marketing event in the external event application. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* ParticipantStateApi
* RetrieveParticipantStateApi
* PHP version 7.4
*
* @category Class
Expand Down Expand Up @@ -40,14 +40,14 @@
use HubSpot\Client\Marketing\Events\ObjectSerializer;

/**
* ParticipantStateApi Class Doc Comment
* RetrieveParticipantStateApi Class Doc Comment
*
* @category Class
* @package HubSpot\Client\Marketing\Events
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class ParticipantStateApi
class RetrieveParticipantStateApi
{
/**
* @var ClientInterface
Expand Down
40 changes: 20 additions & 20 deletions codegen/Marketing/Events/Api/SubscriberStateChangesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ public function getConfig()
*
* Record a subscriber state by contact email
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventEmailSubscriber $batch_input_marketing_event_email_subscriber batch_input_marketing_event_email_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
*
Expand All @@ -151,9 +151,9 @@ public function upsertByContactEmail($external_event_id, $subscriber_state, $ext
*
* Record a subscriber state by contact email
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventEmailSubscriber $batch_input_marketing_event_email_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
*
Expand Down Expand Up @@ -278,9 +278,9 @@ public function upsertByContactEmailWithHttpInfo($external_event_id, $subscriber
*
* Record a subscriber state by contact email
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventEmailSubscriber $batch_input_marketing_event_email_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
*
Expand All @@ -302,9 +302,9 @@ function ($response) {
*
* Record a subscriber state by contact email
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventEmailSubscriber $batch_input_marketing_event_email_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
*
Expand Down Expand Up @@ -355,9 +355,9 @@ function ($exception) {
/**
* Create request for operation 'upsertByContactEmail'
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventEmailSubscriber $batch_input_marketing_event_email_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
*
Expand Down Expand Up @@ -501,9 +501,9 @@ public function upsertByContactEmailRequest($external_event_id, $subscriber_stat
*
* Record a subscriber state by contact ID
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventSubscriber $batch_input_marketing_event_subscriber batch_input_marketing_event_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
*
Expand All @@ -522,9 +522,9 @@ public function upsertByContactId($external_event_id, $subscriber_state, $extern
*
* Record a subscriber state by contact ID
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventSubscriber $batch_input_marketing_event_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
*
Expand Down Expand Up @@ -649,9 +649,9 @@ public function upsertByContactIdWithHttpInfo($external_event_id, $subscriber_st
*
* Record a subscriber state by contact ID
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventSubscriber $batch_input_marketing_event_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
*
Expand All @@ -673,9 +673,9 @@ function ($response) {
*
* Record a subscriber state by contact ID
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventSubscriber $batch_input_marketing_event_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
*
Expand Down Expand Up @@ -726,9 +726,9 @@ function ($exception) {
/**
* Create request for operation 'upsertByContactId'
*
* @param string $external_event_id The ID of the marketing event (required)
* @param string $external_event_id The id of the marketing event in the external event application (required)
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: &#39;register&#39;, &#39;attend&#39; or &#39;cancel&#39;. (required)
* @param string $external_account_id The account ID associated with the marketing event (required)
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param \HubSpot\Client\Marketing\Events\Model\BatchInputMarketingEventSubscriber $batch_input_marketing_event_subscriber (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
*
Expand Down
Loading
Loading