@wix/app-extensions 1.0.157 → 1.0.158

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.
@@ -26843,12 +26843,10 @@ interface ProviderIdentityOperation {
26843
26843
  /**
26844
26844
  * Absolute HTTPS endpoint for the identity request.
26845
26845
  *
26846
- * Deprecated: superseded by request.url. Kept live and enforced for configs that have not
26847
- * migrated to the structured request. Still required and HTTPS-only at the schema level:
26848
- * no config can leave this empty yet, since request is rejected whenever present, so nothing
26849
- * here relies on it being empty until that guard lifts.
26850
- * @minLength 1
26851
- * @format SECURE_WEB_URL
26846
+ * Deprecated: superseded by request.url. Kept live and read for configs that have not
26847
+ * migrated to the structured request. Length-bounded only at the schema level; a present value
26848
+ * is validated as an HTTPS url at connect, not at authoring.
26849
+ * @maxLength 2000
26852
26850
  * @deprecated
26853
26851
  * @replacedBy request.url
26854
26852
  * @targetRemovalDate 2027-06-30
@@ -26888,8 +26886,7 @@ interface ProviderIdentityOperation {
26888
26886
  /**
26889
26887
  * Structured HTTP request superseding method, url and headers above. Absent means the
26890
26888
  * identity request is described by those legacy fields; present means it is described here
26891
- * instead — the two are never combined. Not yet accepted: any present value, including an
26892
- * empty message, is rejected at authoring until the runtime that reads it is deployed.
26889
+ * instead — the two are never combined.
26893
26890
  */
26894
26891
  request?: ProviderHttpRequest;
26895
26892
  }