@wix/app-extensions 1.0.126 → 1.0.127
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.
|
@@ -25866,6 +25866,13 @@ interface ProviderIdentityOperation {
|
|
|
25866
25866
|
* @maxLength 500
|
|
25867
25867
|
*/
|
|
25868
25868
|
responseIdJsonPointer?: string;
|
|
25869
|
+
/**
|
|
25870
|
+
* Extra HTTP headers to send on the identity request, on top of the Authorization bearer and
|
|
25871
|
+
* Accept: application/json the client always sets. Some providers require a version header —
|
|
25872
|
+
* e.g. Notion requires "Notion-Version" on api.notion.com/v1/users/me. Sent verbatim.
|
|
25873
|
+
* @maxSize 20
|
|
25874
|
+
*/
|
|
25875
|
+
headers?: Record<string, string>;
|
|
25869
25876
|
}
|
|
25870
25877
|
/**
|
|
25871
25878
|
* Provider-specific parameters required when the normal authorization endpoint is reused to
|