@vrplatform/api 1.3.1-stage.6449 → 1.3.1-stage.6455

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.6449",
6
+ "version": "1.3.1-stage.6455",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -19653,6 +19653,7 @@ export interface operations {
19653
19653
  descriptionOverride?: string | null;
19654
19654
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
19655
19655
  usePriorMonthEnd?: boolean | null;
19656
+ /** @description Required for expense rules and unsupported for deposit rules */
19656
19657
  vendorContactId?: string | null;
19657
19658
  accountIds?: string[] | null;
19658
19659
  lines: {
@@ -20052,6 +20053,7 @@ export interface operations {
20052
20053
  descriptionOverride?: string | null;
20053
20054
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
20054
20055
  usePriorMonthEnd?: boolean | null;
20056
+ /** @description Required for expense rules and unsupported for deposit rules */
20055
20057
  vendorContactId?: string | null;
20056
20058
  accountIds?: string[] | null;
20057
20059
  lines: {
@@ -135650,7 +135652,7 @@ export interface operations {
135650
135652
  status?: "active" | "inactive";
135651
135653
  /** @description Filter by onboarding state. */
135652
135654
  isOnboarding?: boolean;
135653
- /** @description Exclude demo/test teams. */
135655
+ /** @description Exclude teams marked for testing and teams assigned to the demo accounting or billing partner. */
135654
135656
  excludeTestTeams?: boolean;
135655
135657
  search?: string;
135656
135658
  partnerId?: string;