@wix/app-extensions 1.0.96 → 1.0.97
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.
|
@@ -26333,6 +26333,15 @@ interface WebhookConfig {
|
|
|
26333
26333
|
* rather than leaving replay protection to an unset field.
|
|
26334
26334
|
*/
|
|
26335
26335
|
replayProtection?: ReplayProtectionWithLiterals;
|
|
26336
|
+
/**
|
|
26337
|
+
* Greyhound topic that receives verified webhook deliveries for this connector provider.
|
|
26338
|
+
* The topic is provisioned and access-controlled by its owner outside ConnectorConfig.
|
|
26339
|
+
* It is immutable so existing webhook credentials can never be silently rerouted.
|
|
26340
|
+
* @minLength 1
|
|
26341
|
+
* @maxLength 249
|
|
26342
|
+
* @immutable
|
|
26343
|
+
*/
|
|
26344
|
+
deliveryTopic?: string;
|
|
26336
26345
|
}
|
|
26337
26346
|
/** Configuration for a ChannelDataProvider implementer, stored on the host side. */
|
|
26338
26347
|
/** @internal */
|