@vrplatform/api 1.3.1-stage.2179 → 1.3.1-stage.2184
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.
|
@@ -8144,10 +8144,6 @@ export interface operations {
|
|
|
8144
8144
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
8145
8145
|
centValue: number;
|
|
8146
8146
|
})[];
|
|
8147
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
8148
|
-
descriptionValue?: string | null;
|
|
8149
|
-
amountMinCent?: number | null;
|
|
8150
|
-
amountMaxCent?: number | null;
|
|
8151
8147
|
descriptionOverride?: string | null;
|
|
8152
8148
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
8153
8149
|
usePriorMonthEnd: boolean;
|
|
@@ -8349,10 +8345,6 @@ export interface operations {
|
|
|
8349
8345
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
8350
8346
|
centValue: number;
|
|
8351
8347
|
})[] | null;
|
|
8352
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
8353
|
-
descriptionValue?: string | null;
|
|
8354
|
-
amountMinCent?: number | null;
|
|
8355
|
-
amountMaxCent?: number | null;
|
|
8356
8348
|
descriptionOverride?: string | null;
|
|
8357
8349
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
8358
8350
|
usePriorMonthEnd?: boolean | null;
|
|
@@ -8414,10 +8406,6 @@ export interface operations {
|
|
|
8414
8406
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
8415
8407
|
centValue: number;
|
|
8416
8408
|
})[];
|
|
8417
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
8418
|
-
descriptionValue?: string | null;
|
|
8419
|
-
amountMinCent?: number | null;
|
|
8420
|
-
amountMaxCent?: number | null;
|
|
8421
8409
|
descriptionOverride?: string | null;
|
|
8422
8410
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
8423
8411
|
usePriorMonthEnd: boolean;
|
|
@@ -8609,10 +8597,6 @@ export interface operations {
|
|
|
8609
8597
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
8610
8598
|
centValue: number;
|
|
8611
8599
|
})[] | null;
|
|
8612
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
8613
|
-
descriptionValue?: string | null;
|
|
8614
|
-
amountMinCent?: number | null;
|
|
8615
|
-
amountMaxCent?: number | null;
|
|
8616
8600
|
descriptionOverride?: string | null;
|
|
8617
8601
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
8618
8602
|
usePriorMonthEnd?: boolean | null;
|
|
@@ -8839,10 +8823,6 @@ export interface operations {
|
|
|
8839
8823
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
8840
8824
|
centValue: number;
|
|
8841
8825
|
})[];
|
|
8842
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
8843
|
-
descriptionValue?: string | null;
|
|
8844
|
-
amountMinCent?: number | null;
|
|
8845
|
-
amountMaxCent?: number | null;
|
|
8846
8826
|
descriptionOverride?: string | null;
|
|
8847
8827
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
8848
8828
|
usePriorMonthEnd: boolean;
|
|
@@ -9038,10 +9018,6 @@ export interface operations {
|
|
|
9038
9018
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
9039
9019
|
centValue: number;
|
|
9040
9020
|
})[] | null;
|
|
9041
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
9042
|
-
descriptionValue?: string | null;
|
|
9043
|
-
amountMinCent?: number | null;
|
|
9044
|
-
amountMaxCent?: number | null;
|
|
9045
9021
|
descriptionOverride?: string | null;
|
|
9046
9022
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
9047
9023
|
usePriorMonthEnd?: boolean;
|
|
@@ -9103,10 +9079,6 @@ export interface operations {
|
|
|
9103
9079
|
operator: ">" | ">=" | "=" | "<" | "<=";
|
|
9104
9080
|
centValue: number;
|
|
9105
9081
|
})[];
|
|
9106
|
-
descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
|
|
9107
|
-
descriptionValue?: string | null;
|
|
9108
|
-
amountMinCent?: number | null;
|
|
9109
|
-
amountMaxCent?: number | null;
|
|
9110
9082
|
descriptionOverride?: string | null;
|
|
9111
9083
|
/** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
|
|
9112
9084
|
usePriorMonthEnd: boolean;
|