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