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
New boolean properties purgeScopes and purgeWebhookUrls have been introduced in both OwnExtension and OwnExtensionRequestedChanges schemas. These options provide enhanced control over data management.
Changes
OwnExtension Class
Introduced purgeScopes and purgeWebhookUrls as boolean types in the schema definition.
OwnExtensionRequestedChanges Class
Added purgeScopes and purgeWebhookUrls as boolean properties.
Implemented getter methods for purgeScopes and purgeWebhookUrls.
Created setter methods withPurgeScopes and withPurgeWebhookUrls to facilitate setting these properties with validation.
Added methods withoutPurgeScopes and withoutPurgeWebhookUrls to allow removal of these properties.
Updated object construction to include purgeScopes and purgeWebhookUrls from input data.
Enhanced output serialization to include the new properties if they are set.