Skip to content

Commit 32ff362

Browse files
Merge pull request #289 from HubSpot/changelog/marketing
Changelog: Update for Marketing
2 parents c2155bc + 31a387f commit 32ff362

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,24 @@ and `number_display_hint` to class `ObjectTypePropertyCreate`.
148148
- Changed the type of parameter `after` from `int` to `string` in all `PublicObjectSearchRequest`.
149149
- Added new param `id_property` in all `SimplePublicObjectBatchInput`.
150150

151+
#### Changes in Marketing Events Apis:
152+
- Moved methods `archive()`, `create()`, `do_cancel()`, `get_by_id()`, `replace()` and `update()` from `marketing.events.marketing_events_external_api` to `marketing.events.basic_api`.
153+
- Moved method `do_upsert()` from `marketing.events.marketing_events_external_api` to `marketing.events.batch_api`.
154+
- Moved and renamed method `archive_batch()` to `archive()` from `marketing.events.marketing_events_external_api.archive_batch` to `marketing.events.batch_api.archive`.
155+
- Moved methods `do_email_upsert_by_id()` and `do_upsert_by_id()` from `marketing.events.marketing_events_external_api` to `marketing.events.subscriber_state_changes`.
156+
- Renamed Api `marketing.events.settings_external_api` to `marketing.events.settings_api`.
157+
158+
#### Changes in Marketing Events Models:
159+
- Added new param `is_large_value` to `PropertyValue`.
160+
- Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
161+
162+
#### Changes in Marketing Forms Models:
163+
- Added new param `lifecycle_stages` to `HubSpotFormConfiguration`.
164+
- Changed the type of parameter `legal_consent_options` from `object` to `HubSpotFormDefinitionAllOfLegalConsentOptions` in all classes where parameter exists.
165+
- Changed the `field_type` parameter, now defaults to `payment_link_radio` instead `file` in class `DependentFieldDependentField`.
166+
- Renamed `HubSpotFormDefinitionPatchRequestLegalConsentOptions` to `HubSpotFormDefinitionAllOfLegalConsentOptions`.
167+
- Added new parameter `other` to `allowed_values`.
168+
151169
## Added new Client APIs:
152170
- Added `crm.extensions.calling.recording_settings_api` Api.
153171
- Added `crm.companies.gdpr_api` Api.
@@ -165,6 +183,9 @@ and `number_display_hint` to class `ObjectTypePropertyCreate`.
165183
- Added `crm.objects.quotes.gdpr_api` Api.
166184
- Added `crm.objects.tickets.gdpr_api` Api.
167185
- Added `crm.line_items.gdpr_api` Api.
186+
- Added `marketing.events.basic_api` Api.
187+
- Added `marketing.events.batch_api` Api.
188+
- Added `marketing.events.subscriber_state_changes_api` Api.
168189

169190
## [8.2.1](https://github.com/HubSpot/hubspot-api-python/compare/v8.2.0...v8.2.1) - 2024-01-25
170191

0 commit comments

Comments
 (0)