|
2 | 2 |
|
3 | 3 | namespace HubSpot\Discovery\Marketing\Events; |
4 | 4 |
|
5 | | -use HubSpot\Client\Marketing\Events\Api\AttendanceSubscriberStateChangesApi; |
| 5 | +use HubSpot\Client\Marketing\Events\Api\AddEventAttendeesApi; |
6 | 6 | use HubSpot\Client\Marketing\Events\Api\BasicApi; |
| 7 | +use HubSpot\Client\Marketing\Events\Api\BatchApi; |
| 8 | +use HubSpot\Client\Marketing\Events\Api\ChangePropertyApi; |
| 9 | +use HubSpot\Client\Marketing\Events\Api\IdentifiersApi; |
7 | 10 | use HubSpot\Client\Marketing\Events\Api\ListAssociationsApi; |
8 | | -use HubSpot\Client\Marketing\Events\Api\ParticipantStateApi; |
| 11 | +use HubSpot\Client\Marketing\Events\Api\RetrieveParticipantStateApi; |
9 | 12 | use HubSpot\Client\Marketing\Events\Api\SettingsApi; |
10 | 13 | use HubSpot\Client\Marketing\Events\Api\SubscriberStateChangesApi; |
11 | 14 | use HubSpot\Discovery\DiscoveryBase; |
12 | 15 |
|
13 | 16 | /** |
14 | | - * @method AttendanceSubscriberStateChangesApi attendanceSubscriberStateChangesApi() |
15 | | - * @method BasicApi basicApi() |
16 | | - * @method ListAssociationsApi listAssociationsApi() |
17 | | - * @method ParticipantStateApi participantStateApi() |
18 | | - * @method SettingsApi settingsApi() |
19 | | - * @method SubscriberStateChangesApi subscriberStateChangesApi() |
| 17 | + * @method AddEventAttendeesApi addEventAttendeesApi() |
| 18 | + * @method BasicApi basicApi() |
| 19 | + * @method BatchApi batchApi() |
| 20 | + * @method ChangePropertyApi changePropertyApi() |
| 21 | + * @method IdentifiersApi identifiersApi() |
| 22 | + * @method ListAssociationsApi listAssociationsApi() |
| 23 | + * @method RetrieveParticipantStateApi retrieveParticipantStateApi() |
| 24 | + * @method SettingsApi settingsApi() |
| 25 | + * @method SubscriberStateChangesApi subscriberStateChangesApi() |
20 | 26 | */ |
21 | 27 | class Discovery extends DiscoveryBase {} |
0 commit comments