@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.
@@ -180,7 +180,7 @@ export interface paths {
180
180
  get?: never;
181
181
  put?: never;
182
182
  /**
183
- * @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.
183
+ * @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.
184
184
  *
185
185
  * Required scope: bank-accounts:write
186
186
  */
@@ -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
  */
@@ -3550,7 +3550,7 @@ export interface paths {
3550
3550
  get?: never;
3551
3551
  put?: never;
3552
3552
  /**
3553
- * @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.
3553
+ * @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.
3554
3554
  *
3555
3555
  * Required scope: bank-connections:manage
3556
3556
  */
@@ -22550,7 +22550,10 @@ export interface operations {
22550
22550
  "application/json": {
22551
22551
  appId?: string;
22552
22552
  name?: string;
22553
- /** @default true */
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
- /** @default true */
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 */