@wix/app-extensions 1.0.118 → 1.0.119
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.
|
@@ -25710,8 +25710,14 @@ interface ConnectorConfig extends ConnectorConfigAuthConfigOneOf {
|
|
|
25710
25710
|
/**
|
|
25711
25711
|
* Stable, unique identifier of the third-party provider this connector targets.
|
|
25712
25712
|
* Lower-case, no spaces. For example: "google", "slack", "github".
|
|
25713
|
+
*
|
|
25714
|
+
* Immutable once the component is created. Credentials, connections and webhook subscriptions are
|
|
25715
|
+
* addressed by app id plus connector component id, and the slug is what identifies the provider
|
|
25716
|
+
* those rows belong to, so changing it after creation would leave stored material pointing at a
|
|
25717
|
+
* provider it was never issued for.
|
|
25713
25718
|
* @minLength 1
|
|
25714
25719
|
* @maxLength 80
|
|
25720
|
+
* @immutable
|
|
25715
25721
|
*/
|
|
25716
25722
|
slug?: string;
|
|
25717
25723
|
/** The authentication scheme the connector uses to authenticate against the provider. */
|