@wix/app-extensions 1.0.146 → 1.0.147

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.
@@ -27382,10 +27382,11 @@ interface WebhookConfig extends WebhookConfigVerificationOneOf, WebhookConfigRep
27382
27382
  * value this field carries for every other method. HTTPS and a parseable endpoint are enforced
27383
27383
  * when the keys are fetched instead.
27384
27384
  *
27385
- * Deprecated: superseded by PublicKeyConfig.public_key_url.
27385
+ * Deprecated: superseded by PublicKeyConfig.public_key_url for PUBLIC_KEY, and by
27386
+ * OidcBearerConfig.public_key_url for OIDC_BEARER.
27386
27387
  * @maxLength 2000
27387
27388
  * @deprecated
27388
- * @replacedBy verification.public_key_config.public_key_url
27389
+ * @replacedBy verification.public_key_config.public_key_url (PUBLIC_KEY) or verification.oidc_bearer_config.public_key_url (OIDC_BEARER)
27389
27390
  * @targetRemovalDate 2027-06-30
27390
27391
  */
27391
27392
  publicKeyUrl?: string;
@@ -27622,10 +27623,10 @@ interface McpConfig {
27622
27623
  interface DisplayedPermission {
27623
27624
  /**
27624
27625
  * Identifies this line within its connector's list, so editing or reordering the list does not
27625
- * orphan an existing translation. Leave empty for a new line the server assigns one on create
27626
- * or update. To preserve an existing line's translation history, echo back the id you last read
27627
- * for it; sending it empty (even for a line that already had one) is read as "this is new" and
27628
- * mints a fresh id, starting a fresh translation history.
27626
+ * orphan an existing translation. The caller mints the id for a new line and it is echoed back
27627
+ * unchanged on update. To preserve an existing line's translation history, echo back the id you
27628
+ * last read for it; sending it empty (even for a line that already had one) is read as "this is
27629
+ * new" and mints a fresh id, starting a fresh translation history.
27629
27630
  * @maxLength 80
27630
27631
  */
27631
27632
  id?: string;