@vrplatform/api 1.3.1-stage.4823 → 1.3.1-stage.4827
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.
|
@@ -10202,7 +10202,7 @@ export interface operations {
|
|
|
10202
10202
|
getAccountsByIdSummary: {
|
|
10203
10203
|
parameters: {
|
|
10204
10204
|
query: {
|
|
10205
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
10205
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
10206
10206
|
dateRange: string;
|
|
10207
10207
|
};
|
|
10208
10208
|
header?: never;
|
|
@@ -14243,7 +14243,7 @@ export interface operations {
|
|
|
14243
14243
|
search?: string;
|
|
14244
14244
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
14245
14245
|
amount?: string;
|
|
14246
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
14246
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
14247
14247
|
dateRange?: string;
|
|
14248
14248
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
14249
14249
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -15003,7 +15003,7 @@ export interface operations {
|
|
|
15003
15003
|
search?: string;
|
|
15004
15004
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
15005
15005
|
amount?: string;
|
|
15006
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
15006
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
15007
15007
|
dateRange?: string;
|
|
15008
15008
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
15009
15009
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -54495,7 +54495,7 @@ export interface operations {
|
|
|
54495
54495
|
startDate?: string;
|
|
54496
54496
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
54497
54497
|
endDate?: string;
|
|
54498
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
54498
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
54499
54499
|
dateRange?: string;
|
|
54500
54500
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
54501
54501
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -54756,7 +54756,7 @@ export interface operations {
|
|
|
54756
54756
|
startDate?: string;
|
|
54757
54757
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
54758
54758
|
endDate?: string;
|
|
54759
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
54759
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
54760
54760
|
dateRange?: string;
|
|
54761
54761
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
54762
54762
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55020,7 +55020,7 @@ export interface operations {
|
|
|
55020
55020
|
startDate?: string;
|
|
55021
55021
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55022
55022
|
endDate?: string;
|
|
55023
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55023
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
55024
55024
|
dateRange?: string;
|
|
55025
55025
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55026
55026
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55281,7 +55281,7 @@ export interface operations {
|
|
|
55281
55281
|
startDate?: string;
|
|
55282
55282
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55283
55283
|
endDate?: string;
|
|
55284
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55284
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
55285
55285
|
dateRange?: string;
|
|
55286
55286
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55287
55287
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55545,7 +55545,7 @@ export interface operations {
|
|
|
55545
55545
|
startDate?: string;
|
|
55546
55546
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55547
55547
|
endDate?: string;
|
|
55548
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55548
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
55549
55549
|
dateRange?: string;
|
|
55550
55550
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55551
55551
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55809,7 +55809,7 @@ export interface operations {
|
|
|
55809
55809
|
startDate?: string;
|
|
55810
55810
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55811
55811
|
endDate?: string;
|
|
55812
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55812
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
55813
55813
|
dateRange?: string;
|
|
55814
55814
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55815
55815
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56072,7 +56072,7 @@ export interface operations {
|
|
|
56072
56072
|
startDate?: string;
|
|
56073
56073
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56074
56074
|
endDate?: string;
|
|
56075
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56075
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
56076
56076
|
dateRange?: string;
|
|
56077
56077
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56078
56078
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56331,7 +56331,7 @@ export interface operations {
|
|
|
56331
56331
|
startDate?: string;
|
|
56332
56332
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56333
56333
|
endDate?: string;
|
|
56334
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56334
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
56335
56335
|
dateRange?: string;
|
|
56336
56336
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56337
56337
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56592,7 +56592,7 @@ export interface operations {
|
|
|
56592
56592
|
startDate?: string;
|
|
56593
56593
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56594
56594
|
endDate?: string;
|
|
56595
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56595
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
56596
56596
|
dateRange?: string;
|
|
56597
56597
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56598
56598
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56856,7 +56856,7 @@ export interface operations {
|
|
|
56856
56856
|
startDate?: string;
|
|
56857
56857
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56858
56858
|
endDate?: string;
|
|
56859
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56859
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
56860
56860
|
dateRange?: string;
|
|
56861
56861
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56862
56862
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57119,7 +57119,7 @@ export interface operations {
|
|
|
57119
57119
|
startDate?: string;
|
|
57120
57120
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57121
57121
|
endDate?: string;
|
|
57122
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57122
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
57123
57123
|
dateRange?: string;
|
|
57124
57124
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57125
57125
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57385,7 +57385,7 @@ export interface operations {
|
|
|
57385
57385
|
startDate?: string;
|
|
57386
57386
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57387
57387
|
endDate?: string;
|
|
57388
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57388
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
57389
57389
|
dateRange?: string;
|
|
57390
57390
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57391
57391
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57650,7 +57650,7 @@ export interface operations {
|
|
|
57650
57650
|
startDate?: string;
|
|
57651
57651
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57652
57652
|
endDate?: string;
|
|
57653
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57653
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
57654
57654
|
dateRange?: string;
|
|
57655
57655
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57656
57656
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57912,7 +57912,7 @@ export interface operations {
|
|
|
57912
57912
|
startDate?: string;
|
|
57913
57913
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57914
57914
|
endDate?: string;
|
|
57915
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57915
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
57916
57916
|
dateRange?: string;
|
|
57917
57917
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57918
57918
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58174,7 +58174,7 @@ export interface operations {
|
|
|
58174
58174
|
startDate?: string;
|
|
58175
58175
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
58176
58176
|
endDate?: string;
|
|
58177
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58177
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
58178
58178
|
dateRange?: string;
|
|
58179
58179
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58180
58180
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58434,7 +58434,7 @@ export interface operations {
|
|
|
58434
58434
|
interval?: "month" | "week" | "day" | "year";
|
|
58435
58435
|
/** @description Deprecated: use interval */
|
|
58436
58436
|
dimension?: "month" | "week" | "day" | "year";
|
|
58437
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58437
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
58438
58438
|
dateRange?: string;
|
|
58439
58439
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58440
58440
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58698,7 +58698,7 @@ export interface operations {
|
|
|
58698
58698
|
startDate?: string;
|
|
58699
58699
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
58700
58700
|
endDate?: string;
|
|
58701
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58701
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
58702
58702
|
dateRange?: string;
|
|
58703
58703
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58704
58704
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58959,7 +58959,7 @@ export interface operations {
|
|
|
58959
58959
|
dimension?: "month" | "week" | "day" | "year";
|
|
58960
58960
|
connectionId: string;
|
|
58961
58961
|
view: "automate" | "extract";
|
|
58962
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58962
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
58963
58963
|
dateRange?: string;
|
|
58964
58964
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58965
58965
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -59235,7 +59235,7 @@ export interface operations {
|
|
|
59235
59235
|
startDate?: string;
|
|
59236
59236
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
59237
59237
|
endDate?: string;
|
|
59238
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
59238
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
59239
59239
|
dateRange?: string;
|
|
59240
59240
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
59241
59241
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -68455,7 +68455,7 @@ export interface operations {
|
|
|
68455
68455
|
party?: "owners" | "manager";
|
|
68456
68456
|
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
68457
68457
|
ledger?: "trust" | "operating";
|
|
68458
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
68458
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
68459
68459
|
dateRange?: string;
|
|
68460
68460
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
68461
68461
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -69902,7 +69902,7 @@ export interface operations {
|
|
|
69902
69902
|
party?: "owners" | "manager";
|
|
69903
69903
|
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
69904
69904
|
ledger?: "trust" | "operating";
|
|
69905
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
69905
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
69906
69906
|
dateRange?: string;
|
|
69907
69907
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
69908
69908
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -72332,7 +72332,7 @@ export interface operations {
|
|
|
72332
72332
|
startAt?: string;
|
|
72333
72333
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound (first day of the month after the range). */
|
|
72334
72334
|
endAt?: string;
|
|
72335
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
72335
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
72336
72336
|
dateRange?: string;
|
|
72337
72337
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
72338
72338
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -72910,7 +72910,7 @@ export interface operations {
|
|
|
72910
72910
|
startAt?: string;
|
|
72911
72911
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound (first day of the month after the range). */
|
|
72912
72912
|
endAt?: string;
|
|
72913
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
72913
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
72914
72914
|
dateRange?: string;
|
|
72915
72915
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
72916
72916
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -73905,7 +73905,7 @@ export interface operations {
|
|
|
73905
73905
|
startAt?: string;
|
|
73906
73906
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound (first day of the month after the range). */
|
|
73907
73907
|
endAt?: string;
|
|
73908
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
73908
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
73909
73909
|
dateRange?: string;
|
|
73910
73910
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
73911
73911
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -74413,7 +74413,7 @@ export interface operations {
|
|
|
74413
74413
|
startAt?: string;
|
|
74414
74414
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
74415
74415
|
endAt?: string;
|
|
74416
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
74416
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
74417
74417
|
dateRange?: string;
|
|
74418
74418
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
74419
74419
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -74788,7 +74788,7 @@ export interface operations {
|
|
|
74788
74788
|
startAt?: string;
|
|
74789
74789
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
74790
74790
|
endAt?: string;
|
|
74791
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
74791
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
74792
74792
|
dateRange?: string;
|
|
74793
74793
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
74794
74794
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -75048,7 +75048,7 @@ export interface operations {
|
|
|
75048
75048
|
startAt?: string;
|
|
75049
75049
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
75050
75050
|
endAt?: string;
|
|
75051
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
75051
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
75052
75052
|
dateRange?: string;
|
|
75053
75053
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
75054
75054
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -75309,7 +75309,7 @@ export interface operations {
|
|
|
75309
75309
|
startAt?: string;
|
|
75310
75310
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
75311
75311
|
endAt?: string;
|
|
75312
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
75312
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
75313
75313
|
dateRange?: string;
|
|
75314
75314
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
75315
75315
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77197,7 +77197,7 @@ export interface operations {
|
|
|
77197
77197
|
startAt?: string;
|
|
77198
77198
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77199
77199
|
endAt?: string;
|
|
77200
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77200
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
77201
77201
|
dateRange?: string;
|
|
77202
77202
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77203
77203
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77460,7 +77460,7 @@ export interface operations {
|
|
|
77460
77460
|
startAt?: string;
|
|
77461
77461
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77462
77462
|
endAt?: string;
|
|
77463
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77463
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
77464
77464
|
dateRange?: string;
|
|
77465
77465
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77466
77466
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77725,7 +77725,7 @@ export interface operations {
|
|
|
77725
77725
|
startAt?: string;
|
|
77726
77726
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77727
77727
|
endAt?: string;
|
|
77728
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77728
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
77729
77729
|
dateRange?: string;
|
|
77730
77730
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77731
77731
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77994,7 +77994,7 @@ export interface operations {
|
|
|
77994
77994
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
77995
77995
|
listingIds?: string;
|
|
77996
77996
|
ledger?: "trust" | "operating";
|
|
77997
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77997
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
77998
77998
|
dateRange?: string;
|
|
77999
77999
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
78000
78000
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -79779,7 +79779,7 @@ export interface operations {
|
|
|
79779
79779
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
79780
79780
|
listingIds?: string;
|
|
79781
79781
|
ledger?: "trust" | "operating";
|
|
79782
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
79782
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
79783
79783
|
dateRange?: string;
|
|
79784
79784
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
79785
79785
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80037,7 +80037,7 @@ export interface operations {
|
|
|
80037
80037
|
startDate?: string;
|
|
80038
80038
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
80039
80039
|
endDate?: string;
|
|
80040
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80040
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
80041
80041
|
dateRange?: string;
|
|
80042
80042
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80043
80043
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80490,7 +80490,7 @@ export interface operations {
|
|
|
80490
80490
|
startDate?: string;
|
|
80491
80491
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
80492
80492
|
endDate?: string;
|
|
80493
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80493
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
80494
80494
|
dateRange?: string;
|
|
80495
80495
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80496
80496
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80748,7 +80748,7 @@ export interface operations {
|
|
|
80748
80748
|
startDate?: string;
|
|
80749
80749
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound. */
|
|
80750
80750
|
endDate?: string;
|
|
80751
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80751
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
80752
80752
|
dateRange?: string;
|
|
80753
80753
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80754
80754
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -81707,7 +81707,7 @@ export interface operations {
|
|
|
81707
81707
|
startDate?: string;
|
|
81708
81708
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound. */
|
|
81709
81709
|
endDate?: string;
|
|
81710
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
81710
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
81711
81711
|
dateRange?: string;
|
|
81712
81712
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
81713
81713
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -81968,7 +81968,7 @@ export interface operations {
|
|
|
81968
81968
|
query?: {
|
|
81969
81969
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
81970
81970
|
endDate?: string;
|
|
81971
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
81971
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
81972
81972
|
dateRange?: string;
|
|
81973
81973
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
81974
81974
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -82526,7 +82526,7 @@ export interface operations {
|
|
|
82526
82526
|
query?: {
|
|
82527
82527
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
82528
82528
|
endDate?: string;
|
|
82529
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
82529
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
82530
82530
|
dateRange?: string;
|
|
82531
82531
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
82532
82532
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -83124,7 +83124,7 @@ export interface operations {
|
|
|
83124
83124
|
query?: {
|
|
83125
83125
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
83126
83126
|
endDate?: string;
|
|
83127
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
83127
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
83128
83128
|
dateRange?: string;
|
|
83129
83129
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
83130
83130
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -83378,7 +83378,7 @@ export interface operations {
|
|
|
83378
83378
|
query?: {
|
|
83379
83379
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
83380
83380
|
endDate?: string;
|
|
83381
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
83381
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
83382
83382
|
dateRange?: string;
|
|
83383
83383
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
83384
83384
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -90999,7 +90999,7 @@ export interface operations {
|
|
|
90999
90999
|
ownerIds?: string;
|
|
91000
91000
|
listingCollectionIds?: string;
|
|
91001
91001
|
recurringFeeIds?: string;
|
|
91002
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
91002
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
91003
91003
|
dateRange?: string;
|
|
91004
91004
|
isDateRangeEndInclusive?: boolean;
|
|
91005
91005
|
};
|
|
@@ -94960,7 +94960,7 @@ export interface operations {
|
|
|
94960
94960
|
ownerIds?: string;
|
|
94961
94961
|
listingCollectionIds?: string;
|
|
94962
94962
|
recurringFeeIds?: string;
|
|
94963
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
94963
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
94964
94964
|
dateRange?: string;
|
|
94965
94965
|
isDateRangeEndInclusive?: boolean;
|
|
94966
94966
|
};
|
|
@@ -95226,7 +95226,7 @@ export interface operations {
|
|
|
95226
95226
|
ownerIds?: string;
|
|
95227
95227
|
listingCollectionIds?: string;
|
|
95228
95228
|
recurringFeeIds?: string;
|
|
95229
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
95229
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
95230
95230
|
dateRange?: string;
|
|
95231
95231
|
isDateRangeEndInclusive?: boolean;
|
|
95232
95232
|
layoutId?: string;
|
|
@@ -114635,13 +114635,13 @@ export interface operations {
|
|
|
114635
114635
|
connectionId?: string;
|
|
114636
114636
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
114637
114637
|
amount?: string;
|
|
114638
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
114638
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
114639
114639
|
paidAtRange?: string;
|
|
114640
114640
|
/** @description Filter transactions by linked bank record date. */
|
|
114641
114641
|
matchedBankRecordDateRange?: string;
|
|
114642
114642
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
114643
114643
|
dateRangeCondition?: "all" | "or";
|
|
114644
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
114644
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
114645
114645
|
dateRange?: string;
|
|
114646
114646
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
114647
114647
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -117534,13 +117534,13 @@ export interface operations {
|
|
|
117534
117534
|
connectionId?: string;
|
|
117535
117535
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
117536
117536
|
amount?: string;
|
|
117537
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
117537
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
117538
117538
|
paidAtRange?: string;
|
|
117539
117539
|
/** @description Filter transactions by linked bank record date. */
|
|
117540
117540
|
matchedBankRecordDateRange?: string;
|
|
117541
117541
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
117542
117542
|
dateRangeCondition?: "all" | "or";
|
|
117543
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
117543
|
+
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD` (legacy comma separator also accepted). Single values expand to the full year, month, or day. */
|
|
117544
117544
|
dateRange?: string;
|
|
117545
117545
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
117546
117546
|
isDateRangeEndInclusive?: boolean;
|