@vrplatform/api 1.3.1-5846 → 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
|
@@ -181,7 +181,7 @@ export interface paths {
|
|
|
181
181
|
get?: never;
|
|
182
182
|
put?: never;
|
|
183
183
|
/**
|
|
184
|
-
* @description Atomically initialize banking and return the complete opening-balance transaction and feed checkpoint. Credit cards store a negative feed balance while the journal credits the liability.
|
|
184
|
+
* @description Atomically initialize banking and return the complete opening-balance transaction and feed checkpoint. Credit cards store a negative feed balance while the journal credits the liability. Initialization can run before the team has selected its statement start date.
|
|
185
185
|
*
|
|
186
186
|
* Required scope: bank-accounts:write
|
|
187
187
|
*/
|
|
@@ -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
|
*/
|
|
@@ -3551,7 +3551,7 @@ export interface paths {
|
|
|
3551
3551
|
get?: never;
|
|
3552
3552
|
put?: never;
|
|
3553
3553
|
/**
|
|
3554
|
-
* @description Apply every required bank-account configuration for a Plaid connect session in one mutation, then create exactly one durable initial transaction sync. Connect decisions can reference an eligible existing GL bank account or create one using the normal account schema. Selecting an eligible GL account may transfer it from inactive predecessor feeds only while preserving historical bank-record ownership. Archive decisions make the external feed inactive. The earliest selected startDate controls history ingestion. Repeating a completed connectId returns the same sync. If eligibility or the active feed mapping changed after completion, a PLAID_CONNECT_CONFIGURATION_CHANGED conflict returns the refreshed screen model in context.result. See https://docs.vrplatform.app/guides/build/banking.
|
|
3554
|
+
* @description Apply every required bank-account configuration for a Plaid connect session in one mutation, then create exactly one durable initial transaction sync. Connect decisions can reference an eligible existing GL bank account or create one using the normal account schema. An explicit opening balance can be initialized before the team has selected its statement start date. Selecting an eligible GL account may transfer it from inactive predecessor feeds only while preserving historical bank-record ownership. Archive decisions make the external feed inactive. The earliest selected startDate controls history ingestion. Repeating a completed connectId returns the same sync. If eligibility or the active feed mapping changed after completion, a PLAID_CONNECT_CONFIGURATION_CHANGED conflict returns the refreshed screen model in context.result. See https://docs.vrplatform.app/guides/build/banking.
|
|
3555
3555
|
*
|
|
3556
3556
|
* Required scope: bank-connections:manage
|
|
3557
3557
|
*/
|
|
@@ -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 */
|