@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2179",
6
+ "version": "1.3.1-stage.2184",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -8145,10 +8145,6 @@ export interface operations {
8145
8145
  operator: ">" | ">=" | "=" | "<" | "<=";
8146
8146
  centValue: number;
8147
8147
  })[];
8148
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8149
- descriptionValue?: string | null;
8150
- amountMinCent?: number | null;
8151
- amountMaxCent?: number | null;
8152
8148
  descriptionOverride?: string | null;
8153
8149
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8154
8150
  usePriorMonthEnd: boolean;
@@ -8350,10 +8346,6 @@ export interface operations {
8350
8346
  operator: ">" | ">=" | "=" | "<" | "<=";
8351
8347
  centValue: number;
8352
8348
  })[] | null;
8353
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8354
- descriptionValue?: string | null;
8355
- amountMinCent?: number | null;
8356
- amountMaxCent?: number | null;
8357
8349
  descriptionOverride?: string | null;
8358
8350
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8359
8351
  usePriorMonthEnd?: boolean | null;
@@ -8415,10 +8407,6 @@ export interface operations {
8415
8407
  operator: ">" | ">=" | "=" | "<" | "<=";
8416
8408
  centValue: number;
8417
8409
  })[];
8418
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8419
- descriptionValue?: string | null;
8420
- amountMinCent?: number | null;
8421
- amountMaxCent?: number | null;
8422
8410
  descriptionOverride?: string | null;
8423
8411
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8424
8412
  usePriorMonthEnd: boolean;
@@ -8610,10 +8598,6 @@ export interface operations {
8610
8598
  operator: ">" | ">=" | "=" | "<" | "<=";
8611
8599
  centValue: number;
8612
8600
  })[] | null;
8613
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8614
- descriptionValue?: string | null;
8615
- amountMinCent?: number | null;
8616
- amountMaxCent?: number | null;
8617
8601
  descriptionOverride?: string | null;
8618
8602
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8619
8603
  usePriorMonthEnd?: boolean | null;
@@ -8840,10 +8824,6 @@ export interface operations {
8840
8824
  operator: ">" | ">=" | "=" | "<" | "<=";
8841
8825
  centValue: number;
8842
8826
  })[];
8843
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8844
- descriptionValue?: string | null;
8845
- amountMinCent?: number | null;
8846
- amountMaxCent?: number | null;
8847
8827
  descriptionOverride?: string | null;
8848
8828
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8849
8829
  usePriorMonthEnd: boolean;
@@ -9039,10 +9019,6 @@ export interface operations {
9039
9019
  operator: ">" | ">=" | "=" | "<" | "<=";
9040
9020
  centValue: number;
9041
9021
  })[] | null;
9042
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
9043
- descriptionValue?: string | null;
9044
- amountMinCent?: number | null;
9045
- amountMaxCent?: number | null;
9046
9022
  descriptionOverride?: string | null;
9047
9023
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
9048
9024
  usePriorMonthEnd?: boolean;
@@ -9104,10 +9080,6 @@ export interface operations {
9104
9080
  operator: ">" | ">=" | "=" | "<" | "<=";
9105
9081
  centValue: number;
9106
9082
  })[];
9107
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
9108
- descriptionValue?: string | null;
9109
- amountMinCent?: number | null;
9110
- amountMaxCent?: number | null;
9111
9083
  descriptionOverride?: string | null;
9112
9084
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
9113
9085
  usePriorMonthEnd: boolean;