@vrplatform/api 1.3.1-stage.2167 → 1.3.1-stage.2168

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.
@@ -8130,6 +8130,7 @@ export interface operations {
8130
8130
  amountMinCent?: number | null;
8131
8131
  amountMaxCent?: number | null;
8132
8132
  descriptionOverride?: string | null;
8133
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8133
8134
  usePriorMonthEnd: boolean;
8134
8135
  version: number;
8135
8136
  vendorContact?: {
@@ -8320,6 +8321,7 @@ export interface operations {
8320
8321
  amountMinCent?: number | null;
8321
8322
  amountMaxCent?: number | null;
8322
8323
  descriptionOverride?: string | null;
8324
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8323
8325
  usePriorMonthEnd?: boolean | null;
8324
8326
  vendorContactId?: string | null;
8325
8327
  accountIds?: string[] | null;
@@ -8369,6 +8371,7 @@ export interface operations {
8369
8371
  amountMinCent?: number | null;
8370
8372
  amountMaxCent?: number | null;
8371
8373
  descriptionOverride?: string | null;
8374
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8372
8375
  usePriorMonthEnd: boolean;
8373
8376
  version: number;
8374
8377
  vendorContact?: {
@@ -8549,6 +8552,7 @@ export interface operations {
8549
8552
  amountMinCent?: number | null;
8550
8553
  amountMaxCent?: number | null;
8551
8554
  descriptionOverride?: string | null;
8555
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8552
8556
  usePriorMonthEnd?: boolean | null;
8553
8557
  vendorContactId?: string | null;
8554
8558
  accountIds?: string[] | null;
@@ -8763,6 +8767,7 @@ export interface operations {
8763
8767
  amountMinCent?: number | null;
8764
8768
  amountMaxCent?: number | null;
8765
8769
  descriptionOverride?: string | null;
8770
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8766
8771
  usePriorMonthEnd: boolean;
8767
8772
  version: number;
8768
8773
  vendorContact?: {
@@ -8946,6 +8951,7 @@ export interface operations {
8946
8951
  amountMinCent?: number | null;
8947
8952
  amountMaxCent?: number | null;
8948
8953
  descriptionOverride?: string | null;
8954
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8949
8955
  usePriorMonthEnd?: boolean;
8950
8956
  vendorContactId?: string | null;
8951
8957
  accountIds?: string[] | null;
@@ -8995,6 +9001,7 @@ export interface operations {
8995
9001
  amountMinCent?: number | null;
8996
9002
  amountMaxCent?: number | null;
8997
9003
  descriptionOverride?: string | null;
9004
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8998
9005
  usePriorMonthEnd: boolean;
8999
9006
  version: number;
9000
9007
  vendorContact?: {