Skip to content

v2.1.202

Choose a tag to compare

@mittwald-machine mittwald-machine released this 17 Jul 19:35

New Features

Added Purge Options

  • 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.