@wix/app-extensions 1.0.33 → 1.0.34

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.
@@ -23771,10 +23771,10 @@ interface EarnPointsLimitProviderConfig {
23771
23771
  }
23772
23772
  /** @internal */
23773
23773
  interface RealtimePermissionsProviderConfig {
23774
- /** URI where the SPI Implementer is deployed */
23774
+ /** The URI where the SPI Implementer is deployed */
23775
23775
  deploymentUri?: SpiBaseUri;
23776
23776
  /**
23777
- * User-friendly name of the permissions provider
23777
+ * A user-friendly name of the permissions provider
23778
23778
  * @maxLength 100
23779
23779
  */
23780
23780
  providerName?: string;