@thinkai/tai-api-contract 2.45.1 → 2.46.0
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.
|
@@ -3356,6 +3356,11 @@ export interface components {
|
|
|
3356
3356
|
returnPath?: string;
|
|
3357
3357
|
/** @description OAuth org-picker session id; when set, server prefers the session's stored returnPath over the body returnPath. */
|
|
3358
3358
|
pickerSession?: string;
|
|
3359
|
+
/**
|
|
3360
|
+
* Format: uri
|
|
3361
|
+
* @description SPA origin to redirect back to after OAuth; must match server spaOrigins allowlist.
|
|
3362
|
+
*/
|
|
3363
|
+
spaOrigin?: string;
|
|
3359
3364
|
};
|
|
3360
3365
|
GithubInstallUrlResponseDto: {
|
|
3361
3366
|
/** Format: uri */
|
|
@@ -3364,6 +3369,11 @@ export interface components {
|
|
|
3364
3369
|
};
|
|
3365
3370
|
GithubUserAuthorizeUrlRequestDto: {
|
|
3366
3371
|
returnPath?: string;
|
|
3372
|
+
/**
|
|
3373
|
+
* Format: uri
|
|
3374
|
+
* @description SPA origin to redirect back to after OAuth; must match server spaOrigins allowlist.
|
|
3375
|
+
*/
|
|
3376
|
+
spaOrigin?: string;
|
|
3367
3377
|
};
|
|
3368
3378
|
GithubUserAuthorizeUrlResponseDto: {
|
|
3369
3379
|
/** Format: uri */
|