@vrplatform/api 1.3.1-stage.4896 → 1.3.1-stage.4897

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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4896",
6
+ "version": "1.3.1-stage.4897",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -740,7 +740,7 @@ export interface paths {
740
740
  get: operations["getConnections"];
741
741
  put?: never;
742
742
  /**
743
- * @description Create a new connection
743
+ * @description Create a new connection. PMS connections queue durable reservation line-mapping initialization.
744
744
  *
745
745
  * Required scope: integrations:write
746
746
  */
@@ -761,7 +761,7 @@ export interface paths {
761
761
  get?: never;
762
762
  put?: never;
763
763
  /**
764
- * @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.
764
+ * @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.
765
765
  *
766
766
  * Required scope: integrations:write
767
767
  */
@@ -918,7 +918,7 @@ export interface paths {
918
918
  get?: never;
919
919
  put?: never;
920
920
  /**
921
- * @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.
921
+ * @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.
922
922
  *
923
923
  * Required scope: integrations:write
924
924
  */