@wix/app-extensions 1.0.19 → 1.0.20

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.
@@ -23460,7 +23460,8 @@ interface ProviderIdentifier {
23460
23460
  appId?: string;
23461
23461
  /**
23462
23462
  * The trigger/action key that identifies the trigger/action in the app
23463
- * @format GUID
23463
+ * @minLength 1
23464
+ * @maxLength 100
23464
23465
  */
23465
23466
  key?: string;
23466
23467
  }