@vrplatform/api 1.3.1-stage.4896 → 1.3.1-stage.4904
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.
|
@@ -739,7 +739,7 @@ export interface paths {
|
|
|
739
739
|
get: operations["getConnections"];
|
|
740
740
|
put?: never;
|
|
741
741
|
/**
|
|
742
|
-
* @description Create a new connection
|
|
742
|
+
* @description Create a new connection. PMS connections queue durable reservation line-mapping initialization.
|
|
743
743
|
*
|
|
744
744
|
* Required scope: integrations:write
|
|
745
745
|
*/
|
|
@@ -760,7 +760,7 @@ export interface paths {
|
|
|
760
760
|
get?: never;
|
|
761
761
|
put?: never;
|
|
762
762
|
/**
|
|
763
|
-
* @description Connect an app and create the connection. OAuth defaults to https://portal.vrplatform.app/callback/ when redirectTo is omitted. The legacy production /callback path is normalized to /callback/. Provider integrations must return stable account identity. The built-in API app receives server-generated connection identity.
|
|
763
|
+
* @description Connect an app and create the connection. OAuth defaults to https://portal.vrplatform.app/callback/ when redirectTo is omitted. The legacy production /callback path is normalized to /callback/. Provider integrations must return stable account identity. The built-in API app receives server-generated connection identity. PMS connections queue durable reservation line-mapping initialization.
|
|
764
764
|
*
|
|
765
765
|
* Required scope: integrations:write
|
|
766
766
|
*/
|
|
@@ -917,7 +917,7 @@ export interface paths {
|
|
|
917
917
|
get?: never;
|
|
918
918
|
put?: never;
|
|
919
919
|
/**
|
|
920
|
-
* @description Reconnect an existing app connection. OAuth defaults to https://portal.vrplatform.app/callback/ when redirectTo is omitted. The legacy production /callback path is normalized to /callback/. The built-in API app preserves its existing server-generated identity.
|
|
920
|
+
* @description Reconnect an existing app connection. OAuth defaults to https://portal.vrplatform.app/callback/ when redirectTo is omitted. The legacy production /callback path is normalized to /callback/. The built-in API app preserves its existing server-generated identity. PMS reconnections queue durable reservation line-mapping initialization.
|
|
921
921
|
*
|
|
922
922
|
* Required scope: integrations:write
|
|
923
923
|
*/
|