@wix/app-extensions 1.0.145 → 1.0.146

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.
@@ -26741,6 +26741,17 @@ interface ProviderIdentityOperation {
26741
26741
  * @maxSize 20
26742
26742
  */
26743
26743
  headers?: Record<string, string>;
26744
+ /**
26745
+ * RFC 6901 JSON Pointer selecting a human-readable display label from the same response —
26746
+ * GitHub's /user has "login" next to "node_id", Google's userinfo has "email" next to "sub".
26747
+ * Optional, deliberately with no minLength: a connector may leave this unset and stay
26748
+ * perfectly valid — an identity operation with no label pointer is not a misconfiguration.
26749
+ * This selects a display label only. It is mutable, never used for dedup, uniqueness, or
26750
+ * authorization, and it is not the identity — deduping on a display name would let a
26751
+ * provider-side rename fabricate a phantom duplicate connection.
26752
+ * @maxLength 500
26753
+ */
26754
+ responseDisplayNameJsonPointer?: string;
26744
26755
  }
26745
26756
  /**
26746
26757
  * Provider-specific parameters required when the normal authorization endpoint is reused to