@vrplatform/api 1.3.1-5850 → 1.3.1-5859
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
package/src/generated/v1.ts
CHANGED
|
@@ -803,7 +803,7 @@ export interface paths {
|
|
|
803
803
|
get?: never;
|
|
804
804
|
put?: never;
|
|
805
805
|
/**
|
|
806
|
-
* @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.
|
|
806
|
+
* @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.
|
|
807
807
|
*
|
|
808
808
|
* Required scope: integrations:write
|
|
809
809
|
*/
|
|
@@ -960,7 +960,7 @@ export interface paths {
|
|
|
960
960
|
get?: never;
|
|
961
961
|
put?: never;
|
|
962
962
|
/**
|
|
963
|
-
* @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.
|
|
963
|
+
* @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.
|
|
964
964
|
*
|
|
965
965
|
* Required scope: integrations:write
|
|
966
966
|
*/
|
|
@@ -22551,7 +22551,10 @@ export interface operations {
|
|
|
22551
22551
|
"application/json": {
|
|
22552
22552
|
appId?: string;
|
|
22553
22553
|
name?: string;
|
|
22554
|
-
/**
|
|
22554
|
+
/**
|
|
22555
|
+
* @description Start the provider synchronization after connecting. Ramp also activates and runs its chart-of-accounts push.
|
|
22556
|
+
* @default true
|
|
22557
|
+
*/
|
|
22555
22558
|
autoExtract?: boolean;
|
|
22556
22559
|
sessionKey?: string;
|
|
22557
22560
|
/** Format: uri */
|
|
@@ -25214,7 +25217,10 @@ export interface operations {
|
|
|
25214
25217
|
"application/json": {
|
|
25215
25218
|
appId?: string;
|
|
25216
25219
|
name?: string;
|
|
25217
|
-
/**
|
|
25220
|
+
/**
|
|
25221
|
+
* @description Start the provider synchronization after connecting. Ramp also activates and runs its chart-of-accounts push.
|
|
25222
|
+
* @default true
|
|
25223
|
+
*/
|
|
25218
25224
|
autoExtract?: boolean;
|
|
25219
25225
|
sessionKey?: string;
|
|
25220
25226
|
/** Format: uri */
|