@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.
|
@@ -48909,6 +48909,8 @@ export interface operations {
|
|
|
48909
48909
|
amount?: string;
|
|
48910
48910
|
/** @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. */
|
|
48911
48911
|
paidAtRange?: string;
|
|
48912
|
+
/** @description Filter transactions by linked bank record date. */
|
|
48913
|
+
matchedBankRecordDateRange?: string;
|
|
48912
48914
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
48913
48915
|
dateRangeCondition?: "all" | "or";
|
|
48914
48916
|
/** @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. */
|
|
@@ -50029,6 +50031,8 @@ export interface operations {
|
|
|
50029
50031
|
amount?: string;
|
|
50030
50032
|
/** @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. */
|
|
50031
50033
|
paidAtRange?: string;
|
|
50034
|
+
/** @description Filter transactions by linked bank record date. */
|
|
50035
|
+
matchedBankRecordDateRange?: string;
|
|
50032
50036
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
50033
50037
|
dateRangeCondition?: "all" | "or";
|
|
50034
50038
|
/** @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. */
|
|
@@ -50164,6 +50168,8 @@ export interface operations {
|
|
|
50164
50168
|
amount?: string;
|
|
50165
50169
|
/** @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. */
|
|
50166
50170
|
paidAtRange?: string;
|
|
50171
|
+
/** @description Filter transactions by linked bank record date. */
|
|
50172
|
+
matchedBankRecordDateRange?: string;
|
|
50167
50173
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
50168
50174
|
dateRangeCondition?: "all" | "or";
|
|
50169
50175
|
/** @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. */
|
|
@@ -50299,6 +50305,8 @@ export interface operations {
|
|
|
50299
50305
|
amount?: string;
|
|
50300
50306
|
/** @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. */
|
|
50301
50307
|
paidAtRange?: string;
|
|
50308
|
+
/** @description Filter transactions by linked bank record date. */
|
|
50309
|
+
matchedBankRecordDateRange?: string;
|
|
50302
50310
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
50303
50311
|
dateRangeCondition?: "all" | "or";
|
|
50304
50312
|
/** @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. */
|
|
@@ -50776,6 +50784,8 @@ export interface operations {
|
|
|
50776
50784
|
amount?: string;
|
|
50777
50785
|
/** @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. */
|
|
50778
50786
|
paidAtRange?: string;
|
|
50787
|
+
/** @description Filter transactions by linked bank record date. */
|
|
50788
|
+
matchedBankRecordDateRange?: string;
|
|
50779
50789
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
50780
50790
|
dateRangeCondition?: "all" | "or";
|
|
50781
50791
|
/** @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. */
|
|
@@ -52666,6 +52676,8 @@ export interface operations {
|
|
|
52666
52676
|
amount?: string;
|
|
52667
52677
|
/** @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. */
|
|
52668
52678
|
paidAtRange?: string;
|
|
52679
|
+
/** @description Filter transactions by linked bank record date. */
|
|
52680
|
+
matchedBankRecordDateRange?: string;
|
|
52669
52681
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
52670
52682
|
dateRangeCondition?: "all" | "or";
|
|
52671
52683
|
/** @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. */
|