@wix/auto_sdk_data-extension-schema_schemas 1.0.263 → 1.0.264

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21816,6 +21816,15 @@ interface WebhookConfig {
21816
21816
  * rather than leaving replay protection to an unset field.
21817
21817
  */
21818
21818
  replayProtection?: ReplayProtectionWithLiterals;
21819
+ /**
21820
+ * Greyhound topic that receives verified webhook deliveries for this connector provider.
21821
+ * The topic is provisioned and access-controlled by its owner outside ConnectorConfig.
21822
+ * It is immutable so existing webhook credentials can never be silently rerouted.
21823
+ * @minLength 1
21824
+ * @maxLength 249
21825
+ * @immutable
21826
+ */
21827
+ deliveryTopic?: string;
21819
21828
  }
21820
21829
  /** Configuration for a ChannelDataProvider implementer, stored on the host side. */
21821
21830
  interface ChannelDataProviderConfig {