@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -10203,7 +10203,7 @@ export interface operations {
|
|
|
10203
10203
|
getAccountsByIdSummary: {
|
|
10204
10204
|
parameters: {
|
|
10205
10205
|
query: {
|
|
10206
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
10206
|
+
/** @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. */
|
|
10207
10207
|
dateRange: string;
|
|
10208
10208
|
};
|
|
10209
10209
|
header?: never;
|
|
@@ -14244,7 +14244,7 @@ export interface operations {
|
|
|
14244
14244
|
search?: string;
|
|
14245
14245
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
14246
14246
|
amount?: string;
|
|
14247
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
14247
|
+
/** @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. */
|
|
14248
14248
|
dateRange?: string;
|
|
14249
14249
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
14250
14250
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -15004,7 +15004,7 @@ export interface operations {
|
|
|
15004
15004
|
search?: string;
|
|
15005
15005
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
15006
15006
|
amount?: string;
|
|
15007
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
15007
|
+
/** @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. */
|
|
15008
15008
|
dateRange?: string;
|
|
15009
15009
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
15010
15010
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -54496,7 +54496,7 @@ export interface operations {
|
|
|
54496
54496
|
startDate?: string;
|
|
54497
54497
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
54498
54498
|
endDate?: string;
|
|
54499
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
54499
|
+
/** @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. */
|
|
54500
54500
|
dateRange?: string;
|
|
54501
54501
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
54502
54502
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -54757,7 +54757,7 @@ export interface operations {
|
|
|
54757
54757
|
startDate?: string;
|
|
54758
54758
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
54759
54759
|
endDate?: string;
|
|
54760
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
54760
|
+
/** @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. */
|
|
54761
54761
|
dateRange?: string;
|
|
54762
54762
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
54763
54763
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55021,7 +55021,7 @@ export interface operations {
|
|
|
55021
55021
|
startDate?: string;
|
|
55022
55022
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55023
55023
|
endDate?: string;
|
|
55024
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55024
|
+
/** @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. */
|
|
55025
55025
|
dateRange?: string;
|
|
55026
55026
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55027
55027
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55282,7 +55282,7 @@ export interface operations {
|
|
|
55282
55282
|
startDate?: string;
|
|
55283
55283
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55284
55284
|
endDate?: string;
|
|
55285
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55285
|
+
/** @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. */
|
|
55286
55286
|
dateRange?: string;
|
|
55287
55287
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55288
55288
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55546,7 +55546,7 @@ export interface operations {
|
|
|
55546
55546
|
startDate?: string;
|
|
55547
55547
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55548
55548
|
endDate?: string;
|
|
55549
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55549
|
+
/** @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. */
|
|
55550
55550
|
dateRange?: string;
|
|
55551
55551
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55552
55552
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -55810,7 +55810,7 @@ export interface operations {
|
|
|
55810
55810
|
startDate?: string;
|
|
55811
55811
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
55812
55812
|
endDate?: string;
|
|
55813
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
55813
|
+
/** @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. */
|
|
55814
55814
|
dateRange?: string;
|
|
55815
55815
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
55816
55816
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56073,7 +56073,7 @@ export interface operations {
|
|
|
56073
56073
|
startDate?: string;
|
|
56074
56074
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56075
56075
|
endDate?: string;
|
|
56076
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56076
|
+
/** @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. */
|
|
56077
56077
|
dateRange?: string;
|
|
56078
56078
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56079
56079
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56332,7 +56332,7 @@ export interface operations {
|
|
|
56332
56332
|
startDate?: string;
|
|
56333
56333
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56334
56334
|
endDate?: string;
|
|
56335
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56335
|
+
/** @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. */
|
|
56336
56336
|
dateRange?: string;
|
|
56337
56337
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56338
56338
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56593,7 +56593,7 @@ export interface operations {
|
|
|
56593
56593
|
startDate?: string;
|
|
56594
56594
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56595
56595
|
endDate?: string;
|
|
56596
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56596
|
+
/** @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. */
|
|
56597
56597
|
dateRange?: string;
|
|
56598
56598
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56599
56599
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -56857,7 +56857,7 @@ export interface operations {
|
|
|
56857
56857
|
startDate?: string;
|
|
56858
56858
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
56859
56859
|
endDate?: string;
|
|
56860
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
56860
|
+
/** @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. */
|
|
56861
56861
|
dateRange?: string;
|
|
56862
56862
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
56863
56863
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57120,7 +57120,7 @@ export interface operations {
|
|
|
57120
57120
|
startDate?: string;
|
|
57121
57121
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57122
57122
|
endDate?: string;
|
|
57123
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57123
|
+
/** @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. */
|
|
57124
57124
|
dateRange?: string;
|
|
57125
57125
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57126
57126
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57386,7 +57386,7 @@ export interface operations {
|
|
|
57386
57386
|
startDate?: string;
|
|
57387
57387
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57388
57388
|
endDate?: string;
|
|
57389
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57389
|
+
/** @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. */
|
|
57390
57390
|
dateRange?: string;
|
|
57391
57391
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57392
57392
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57651,7 +57651,7 @@ export interface operations {
|
|
|
57651
57651
|
startDate?: string;
|
|
57652
57652
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57653
57653
|
endDate?: string;
|
|
57654
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57654
|
+
/** @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. */
|
|
57655
57655
|
dateRange?: string;
|
|
57656
57656
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57657
57657
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -57913,7 +57913,7 @@ export interface operations {
|
|
|
57913
57913
|
startDate?: string;
|
|
57914
57914
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
57915
57915
|
endDate?: string;
|
|
57916
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
57916
|
+
/** @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. */
|
|
57917
57917
|
dateRange?: string;
|
|
57918
57918
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
57919
57919
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58175,7 +58175,7 @@ export interface operations {
|
|
|
58175
58175
|
startDate?: string;
|
|
58176
58176
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
58177
58177
|
endDate?: string;
|
|
58178
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58178
|
+
/** @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. */
|
|
58179
58179
|
dateRange?: string;
|
|
58180
58180
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58181
58181
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58435,7 +58435,7 @@ export interface operations {
|
|
|
58435
58435
|
interval?: "month" | "week" | "day" | "year";
|
|
58436
58436
|
/** @description Deprecated: use interval */
|
|
58437
58437
|
dimension?: "month" | "week" | "day" | "year";
|
|
58438
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58438
|
+
/** @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. */
|
|
58439
58439
|
dateRange?: string;
|
|
58440
58440
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58441
58441
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58699,7 +58699,7 @@ export interface operations {
|
|
|
58699
58699
|
startDate?: string;
|
|
58700
58700
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
58701
58701
|
endDate?: string;
|
|
58702
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58702
|
+
/** @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. */
|
|
58703
58703
|
dateRange?: string;
|
|
58704
58704
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58705
58705
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -58960,7 +58960,7 @@ export interface operations {
|
|
|
58960
58960
|
dimension?: "month" | "week" | "day" | "year";
|
|
58961
58961
|
connectionId: string;
|
|
58962
58962
|
view: "automate" | "extract";
|
|
58963
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
58963
|
+
/** @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. */
|
|
58964
58964
|
dateRange?: string;
|
|
58965
58965
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
58966
58966
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -59236,7 +59236,7 @@ export interface operations {
|
|
|
59236
59236
|
startDate?: string;
|
|
59237
59237
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
59238
59238
|
endDate?: string;
|
|
59239
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
59239
|
+
/** @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. */
|
|
59240
59240
|
dateRange?: string;
|
|
59241
59241
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
59242
59242
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -68456,7 +68456,7 @@ export interface operations {
|
|
|
68456
68456
|
party?: "owners" | "manager";
|
|
68457
68457
|
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
68458
68458
|
ledger?: "trust" | "operating";
|
|
68459
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
68459
|
+
/** @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. */
|
|
68460
68460
|
dateRange?: string;
|
|
68461
68461
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
68462
68462
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -69903,7 +69903,7 @@ export interface operations {
|
|
|
69903
69903
|
party?: "owners" | "manager";
|
|
69904
69904
|
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
69905
69905
|
ledger?: "trust" | "operating";
|
|
69906
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
69906
|
+
/** @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. */
|
|
69907
69907
|
dateRange?: string;
|
|
69908
69908
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
69909
69909
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -72333,7 +72333,7 @@ export interface operations {
|
|
|
72333
72333
|
startAt?: string;
|
|
72334
72334
|
/** @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). */
|
|
72335
72335
|
endAt?: string;
|
|
72336
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
72336
|
+
/** @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. */
|
|
72337
72337
|
dateRange?: string;
|
|
72338
72338
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
72339
72339
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -72911,7 +72911,7 @@ export interface operations {
|
|
|
72911
72911
|
startAt?: string;
|
|
72912
72912
|
/** @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). */
|
|
72913
72913
|
endAt?: string;
|
|
72914
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
72914
|
+
/** @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. */
|
|
72915
72915
|
dateRange?: string;
|
|
72916
72916
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
72917
72917
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -73906,7 +73906,7 @@ export interface operations {
|
|
|
73906
73906
|
startAt?: string;
|
|
73907
73907
|
/** @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). */
|
|
73908
73908
|
endAt?: string;
|
|
73909
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
73909
|
+
/** @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. */
|
|
73910
73910
|
dateRange?: string;
|
|
73911
73911
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
73912
73912
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -74414,7 +74414,7 @@ export interface operations {
|
|
|
74414
74414
|
startAt?: string;
|
|
74415
74415
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
74416
74416
|
endAt?: string;
|
|
74417
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
74417
|
+
/** @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. */
|
|
74418
74418
|
dateRange?: string;
|
|
74419
74419
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
74420
74420
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -74789,7 +74789,7 @@ export interface operations {
|
|
|
74789
74789
|
startAt?: string;
|
|
74790
74790
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
74791
74791
|
endAt?: string;
|
|
74792
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
74792
|
+
/** @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. */
|
|
74793
74793
|
dateRange?: string;
|
|
74794
74794
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
74795
74795
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -75049,7 +75049,7 @@ export interface operations {
|
|
|
75049
75049
|
startAt?: string;
|
|
75050
75050
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
75051
75051
|
endAt?: string;
|
|
75052
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
75052
|
+
/** @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. */
|
|
75053
75053
|
dateRange?: string;
|
|
75054
75054
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
75055
75055
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -75310,7 +75310,7 @@ export interface operations {
|
|
|
75310
75310
|
startAt?: string;
|
|
75311
75311
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
75312
75312
|
endAt?: string;
|
|
75313
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
75313
|
+
/** @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. */
|
|
75314
75314
|
dateRange?: string;
|
|
75315
75315
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
75316
75316
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77198,7 +77198,7 @@ export interface operations {
|
|
|
77198
77198
|
startAt?: string;
|
|
77199
77199
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77200
77200
|
endAt?: string;
|
|
77201
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77201
|
+
/** @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. */
|
|
77202
77202
|
dateRange?: string;
|
|
77203
77203
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77204
77204
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77461,7 +77461,7 @@ export interface operations {
|
|
|
77461
77461
|
startAt?: string;
|
|
77462
77462
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77463
77463
|
endAt?: string;
|
|
77464
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77464
|
+
/** @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. */
|
|
77465
77465
|
dateRange?: string;
|
|
77466
77466
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77467
77467
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77726,7 +77726,7 @@ export interface operations {
|
|
|
77726
77726
|
startAt?: string;
|
|
77727
77727
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
77728
77728
|
endAt?: string;
|
|
77729
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77729
|
+
/** @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. */
|
|
77730
77730
|
dateRange?: string;
|
|
77731
77731
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
77732
77732
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -77995,7 +77995,7 @@ export interface operations {
|
|
|
77995
77995
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
77996
77996
|
listingIds?: string;
|
|
77997
77997
|
ledger?: "trust" | "operating";
|
|
77998
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
77998
|
+
/** @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. */
|
|
77999
77999
|
dateRange?: string;
|
|
78000
78000
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
78001
78001
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -79780,7 +79780,7 @@ export interface operations {
|
|
|
79780
79780
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
79781
79781
|
listingIds?: string;
|
|
79782
79782
|
ledger?: "trust" | "operating";
|
|
79783
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
79783
|
+
/** @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. */
|
|
79784
79784
|
dateRange?: string;
|
|
79785
79785
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
79786
79786
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80038,7 +80038,7 @@ export interface operations {
|
|
|
80038
80038
|
startDate?: string;
|
|
80039
80039
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
80040
80040
|
endDate?: string;
|
|
80041
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80041
|
+
/** @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. */
|
|
80042
80042
|
dateRange?: string;
|
|
80043
80043
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80044
80044
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80491,7 +80491,7 @@ export interface operations {
|
|
|
80491
80491
|
startDate?: string;
|
|
80492
80492
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
80493
80493
|
endDate?: string;
|
|
80494
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80494
|
+
/** @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. */
|
|
80495
80495
|
dateRange?: string;
|
|
80496
80496
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80497
80497
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -80749,7 +80749,7 @@ export interface operations {
|
|
|
80749
80749
|
startDate?: string;
|
|
80750
80750
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound. */
|
|
80751
80751
|
endDate?: string;
|
|
80752
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
80752
|
+
/** @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. */
|
|
80753
80753
|
dateRange?: string;
|
|
80754
80754
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
80755
80755
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -81708,7 +81708,7 @@ export interface operations {
|
|
|
81708
81708
|
startDate?: string;
|
|
81709
81709
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. Treated as an exclusive upper bound. */
|
|
81710
81710
|
endDate?: string;
|
|
81711
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
81711
|
+
/** @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. */
|
|
81712
81712
|
dateRange?: string;
|
|
81713
81713
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
81714
81714
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -81969,7 +81969,7 @@ export interface operations {
|
|
|
81969
81969
|
query?: {
|
|
81970
81970
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
81971
81971
|
endDate?: string;
|
|
81972
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
81972
|
+
/** @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. */
|
|
81973
81973
|
dateRange?: string;
|
|
81974
81974
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
81975
81975
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -82527,7 +82527,7 @@ export interface operations {
|
|
|
82527
82527
|
query?: {
|
|
82528
82528
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
82529
82529
|
endDate?: string;
|
|
82530
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
82530
|
+
/** @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. */
|
|
82531
82531
|
dateRange?: string;
|
|
82532
82532
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
82533
82533
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -83125,7 +83125,7 @@ export interface operations {
|
|
|
83125
83125
|
query?: {
|
|
83126
83126
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
83127
83127
|
endDate?: string;
|
|
83128
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
83128
|
+
/** @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. */
|
|
83129
83129
|
dateRange?: string;
|
|
83130
83130
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
83131
83131
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -83379,7 +83379,7 @@ export interface operations {
|
|
|
83379
83379
|
query?: {
|
|
83380
83380
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. Deprecated: use dateRange instead. */
|
|
83381
83381
|
endDate?: string;
|
|
83382
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
83382
|
+
/** @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. */
|
|
83383
83383
|
dateRange?: string;
|
|
83384
83384
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
83385
83385
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -91000,7 +91000,7 @@ export interface operations {
|
|
|
91000
91000
|
ownerIds?: string;
|
|
91001
91001
|
listingCollectionIds?: string;
|
|
91002
91002
|
recurringFeeIds?: string;
|
|
91003
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
91003
|
+
/** @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. */
|
|
91004
91004
|
dateRange?: string;
|
|
91005
91005
|
isDateRangeEndInclusive?: boolean;
|
|
91006
91006
|
};
|
|
@@ -94961,7 +94961,7 @@ export interface operations {
|
|
|
94961
94961
|
ownerIds?: string;
|
|
94962
94962
|
listingCollectionIds?: string;
|
|
94963
94963
|
recurringFeeIds?: string;
|
|
94964
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
94964
|
+
/** @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. */
|
|
94965
94965
|
dateRange?: string;
|
|
94966
94966
|
isDateRangeEndInclusive?: boolean;
|
|
94967
94967
|
};
|
|
@@ -95227,7 +95227,7 @@ export interface operations {
|
|
|
95227
95227
|
ownerIds?: string;
|
|
95228
95228
|
listingCollectionIds?: string;
|
|
95229
95229
|
recurringFeeIds?: string;
|
|
95230
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
95230
|
+
/** @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. */
|
|
95231
95231
|
dateRange?: string;
|
|
95232
95232
|
isDateRangeEndInclusive?: boolean;
|
|
95233
95233
|
layoutId?: string;
|
|
@@ -114636,13 +114636,13 @@ export interface operations {
|
|
|
114636
114636
|
connectionId?: string;
|
|
114637
114637
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
114638
114638
|
amount?: string;
|
|
114639
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
114639
|
+
/** @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. */
|
|
114640
114640
|
paidAtRange?: string;
|
|
114641
114641
|
/** @description Filter transactions by linked bank record date. */
|
|
114642
114642
|
matchedBankRecordDateRange?: string;
|
|
114643
114643
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
114644
114644
|
dateRangeCondition?: "all" | "or";
|
|
114645
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
114645
|
+
/** @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. */
|
|
114646
114646
|
dateRange?: string;
|
|
114647
114647
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
114648
114648
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -117535,13 +117535,13 @@ export interface operations {
|
|
|
117535
117535
|
connectionId?: string;
|
|
117536
117536
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
117537
117537
|
amount?: string;
|
|
117538
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
117538
|
+
/** @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. */
|
|
117539
117539
|
paidAtRange?: string;
|
|
117540
117540
|
/** @description Filter transactions by linked bank record date. */
|
|
117541
117541
|
matchedBankRecordDateRange?: string;
|
|
117542
117542
|
/** @description Controls how dateRange and paidAtRange are applied. all applies both filters together, and or matches transaction date OR paid date. */
|
|
117543
117543
|
dateRangeCondition?: "all" | "or";
|
|
117544
|
-
/** @description Date range string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD
|
|
117544
|
+
/** @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. */
|
|
117545
117545
|
dateRange?: string;
|
|
117546
117546
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
117547
117547
|
isDateRangeEndInclusive?: boolean;
|