@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2167",
6
+ "version": "1.3.1-stage.2168",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -8131,6 +8131,7 @@ export interface operations {
8131
8131
  amountMinCent?: number | null;
8132
8132
  amountMaxCent?: number | null;
8133
8133
  descriptionOverride?: string | null;
8134
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8134
8135
  usePriorMonthEnd: boolean;
8135
8136
  version: number;
8136
8137
  vendorContact?: {
@@ -8321,6 +8322,7 @@ export interface operations {
8321
8322
  amountMinCent?: number | null;
8322
8323
  amountMaxCent?: number | null;
8323
8324
  descriptionOverride?: string | null;
8325
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8324
8326
  usePriorMonthEnd?: boolean | null;
8325
8327
  vendorContactId?: string | null;
8326
8328
  accountIds?: string[] | null;
@@ -8370,6 +8372,7 @@ export interface operations {
8370
8372
  amountMinCent?: number | null;
8371
8373
  amountMaxCent?: number | null;
8372
8374
  descriptionOverride?: string | null;
8375
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8373
8376
  usePriorMonthEnd: boolean;
8374
8377
  version: number;
8375
8378
  vendorContact?: {
@@ -8550,6 +8553,7 @@ export interface operations {
8550
8553
  amountMinCent?: number | null;
8551
8554
  amountMaxCent?: number | null;
8552
8555
  descriptionOverride?: string | null;
8556
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8553
8557
  usePriorMonthEnd?: boolean | null;
8554
8558
  vendorContactId?: string | null;
8555
8559
  accountIds?: string[] | null;
@@ -8764,6 +8768,7 @@ export interface operations {
8764
8768
  amountMinCent?: number | null;
8765
8769
  amountMaxCent?: number | null;
8766
8770
  descriptionOverride?: string | null;
8771
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8767
8772
  usePriorMonthEnd: boolean;
8768
8773
  version: number;
8769
8774
  vendorContact?: {
@@ -8947,6 +8952,7 @@ export interface operations {
8947
8952
  amountMinCent?: number | null;
8948
8953
  amountMaxCent?: number | null;
8949
8954
  descriptionOverride?: string | null;
8955
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8950
8956
  usePriorMonthEnd?: boolean;
8951
8957
  vendorContactId?: string | null;
8952
8958
  accountIds?: string[] | null;
@@ -8996,6 +9002,7 @@ export interface operations {
8996
9002
  amountMinCent?: number | null;
8997
9003
  amountMaxCent?: number | null;
8998
9004
  descriptionOverride?: string | null;
9005
+ /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8999
9006
  usePriorMonthEnd: boolean;
9000
9007
  version: number;
9001
9008
  vendorContact?: {