@wix/app-extensions 1.0.66 → 1.0.67
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.
|
@@ -10939,6 +10939,11 @@ interface HeadlessOAuth {
|
|
|
10939
10939
|
* @maxLength 1024
|
|
10940
10940
|
*/
|
|
10941
10941
|
redirectUrlWixPages?: string | null;
|
|
10942
|
+
/**
|
|
10943
|
+
* The origin from which the OAuth app was created.
|
|
10944
|
+
* @maxLength 256
|
|
10945
|
+
*/
|
|
10946
|
+
origin?: string | null;
|
|
10942
10947
|
}
|
|
10943
10948
|
/** Types of OAuth application. */
|
|
10944
10949
|
/** @internal */
|