@vrplatform/api 1.3.1-5850 → 1.3.1-5871
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.
|
@@ -802,7 +802,7 @@ export interface paths {
|
|
|
802
802
|
get?: never;
|
|
803
803
|
put?: never;
|
|
804
804
|
/**
|
|
805
|
-
* @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. Hostaway webhook reconciliation runs after credentials are stored. Provider tasks may take up to 25 seconds. Tasks that exceed the limit return ERROR_TIMEOUT.
|
|
805
|
+
* @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. Hostaway webhook reconciliation runs after credentials are stored. Ramp connections activate and run chart-of-accounts synchronization when autoExtract is enabled. Provider tasks may take up to 25 seconds. Tasks that exceed the limit return ERROR_TIMEOUT.
|
|
806
806
|
*
|
|
807
807
|
* Required scope: integrations:write
|
|
808
808
|
*/
|
|
@@ -959,7 +959,7 @@ export interface paths {
|
|
|
959
959
|
get?: never;
|
|
960
960
|
put?: never;
|
|
961
961
|
/**
|
|
962
|
-
* @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. Provider identities owned by another connection are rejected before mutation. PMS reconnections queue durable reservation line-mapping initialization. Hostaway webhook reconciliation runs after credentials are stored. Provider tasks may take up to 25 seconds. Tasks that exceed the limit return ERROR_TIMEOUT.
|
|
962
|
+
* @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. Provider identities owned by another connection are rejected before mutation. PMS reconnections queue durable reservation line-mapping initialization. Hostaway webhook reconciliation runs after credentials are stored. Ramp reconnections run chart-of-accounts synchronization unless that flow is explicitly inactive. Provider tasks may take up to 25 seconds. Tasks that exceed the limit return ERROR_TIMEOUT.
|
|
963
963
|
*
|
|
964
964
|
* Required scope: integrations:write
|
|
965
965
|
*/
|
|
@@ -22550,7 +22550,10 @@ export interface operations {
|
|
|
22550
22550
|
"application/json": {
|
|
22551
22551
|
appId?: string;
|
|
22552
22552
|
name?: string;
|
|
22553
|
-
/**
|
|
22553
|
+
/**
|
|
22554
|
+
* @description Start the provider synchronization after connecting. Ramp also activates and runs its chart-of-accounts push.
|
|
22555
|
+
* @default true
|
|
22556
|
+
*/
|
|
22554
22557
|
autoExtract?: boolean;
|
|
22555
22558
|
sessionKey?: string;
|
|
22556
22559
|
/** Format: uri */
|
|
@@ -25213,7 +25216,10 @@ export interface operations {
|
|
|
25213
25216
|
"application/json": {
|
|
25214
25217
|
appId?: string;
|
|
25215
25218
|
name?: string;
|
|
25216
|
-
/**
|
|
25219
|
+
/**
|
|
25220
|
+
* @description Start the provider synchronization after connecting. Ramp also activates and runs its chart-of-accounts push.
|
|
25221
|
+
* @default true
|
|
25222
|
+
*/
|
|
25217
25223
|
autoExtract?: boolean;
|
|
25218
25224
|
sessionKey?: string;
|
|
25219
25225
|
/** Format: uri */
|