You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,24 @@ and `number_display_hint` to class `ObjectTypePropertyCreate`.
148
148
- Changed the type of parameter `after` from `int` to `string` in all `PublicObjectSearchRequest`.
149
149
- Added new param `id_property` in all `SimplePublicObjectBatchInput`.
150
150
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`.
0 commit comments