@wix/app-extensions 1.0.117 → 1.0.118
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,14 +25710,8 @@ 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.
|
|
25718
25713
|
* @minLength 1
|
|
25719
25714
|
* @maxLength 80
|
|
25720
|
-
* @immutable
|
|
25721
25715
|
*/
|
|
25722
25716
|
slug?: string;
|
|
25723
25717
|
/** The authentication scheme the connector uses to authenticate against the provider. */
|