@vrplatform/api 1.3.1-stage.2566 → 1.3.1-stage.2569

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.2566",
6
+ "version": "1.3.1-stage.2569",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -48910,6 +48910,8 @@ export interface operations {
48910
48910
  amount?: string;
48911
48911
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
48912
48912
  paidAtRange?: string;
48913
+ /** @description Filter transactions by linked bank record date. */
48914
+ matchedBankRecordDateRange?: string;
48913
48915
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
48914
48916
  dateRangeCondition?: "all" | "or";
48915
48917
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
@@ -50030,6 +50032,8 @@ export interface operations {
50030
50032
  amount?: string;
50031
50033
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
50032
50034
  paidAtRange?: string;
50035
+ /** @description Filter transactions by linked bank record date. */
50036
+ matchedBankRecordDateRange?: string;
50033
50037
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
50034
50038
  dateRangeCondition?: "all" | "or";
50035
50039
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
@@ -50165,6 +50169,8 @@ export interface operations {
50165
50169
  amount?: string;
50166
50170
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
50167
50171
  paidAtRange?: string;
50172
+ /** @description Filter transactions by linked bank record date. */
50173
+ matchedBankRecordDateRange?: string;
50168
50174
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
50169
50175
  dateRangeCondition?: "all" | "or";
50170
50176
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
@@ -50300,6 +50306,8 @@ export interface operations {
50300
50306
  amount?: string;
50301
50307
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
50302
50308
  paidAtRange?: string;
50309
+ /** @description Filter transactions by linked bank record date. */
50310
+ matchedBankRecordDateRange?: string;
50303
50311
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
50304
50312
  dateRangeCondition?: "all" | "or";
50305
50313
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
@@ -50777,6 +50785,8 @@ export interface operations {
50777
50785
  amount?: string;
50778
50786
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
50779
50787
  paidAtRange?: string;
50788
+ /** @description Filter transactions by linked bank record date. */
50789
+ matchedBankRecordDateRange?: string;
50780
50790
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
50781
50791
  dateRangeCondition?: "all" | "or";
50782
50792
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
@@ -52667,6 +52677,8 @@ export interface operations {
52667
52677
  amount?: string;
52668
52678
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
52669
52679
  paidAtRange?: string;
52680
+ /** @description Filter transactions by linked bank record date. */
52681
+ matchedBankRecordDateRange?: string;
52670
52682
  /** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
52671
52683
  dateRangeCondition?: "all" | "or";
52672
52684
  /** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */