@vrplatform/api 1.3.1-stage.1756 → 1.3.1-stage.1758
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.
|
@@ -31618,6 +31618,9 @@ export interface operations {
|
|
|
31618
31618
|
hasActiveJournalEntries?: boolean;
|
|
31619
31619
|
/** @description connection id or 'null' */
|
|
31620
31620
|
connectionId?: string;
|
|
31621
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
31622
|
+
amount?: string;
|
|
31623
|
+
paidAtRange?: string;
|
|
31621
31624
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
31622
31625
|
dateRange?: string;
|
|
31623
31626
|
/** @description Whether the end date is inclusive or exclusive */
|
|
@@ -32690,6 +32693,9 @@ export interface operations {
|
|
|
32690
32693
|
hasActiveJournalEntries?: boolean;
|
|
32691
32694
|
/** @description connection id or 'null' */
|
|
32692
32695
|
connectionId?: string;
|
|
32696
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
32697
|
+
amount?: string;
|
|
32698
|
+
paidAtRange?: string;
|
|
32693
32699
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
32694
32700
|
dateRange?: string;
|
|
32695
32701
|
/** @description Whether the end date is inclusive or exclusive */
|
|
@@ -32815,6 +32821,9 @@ export interface operations {
|
|
|
32815
32821
|
hasActiveJournalEntries?: boolean;
|
|
32816
32822
|
/** @description connection id or 'null' */
|
|
32817
32823
|
connectionId?: string;
|
|
32824
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
32825
|
+
amount?: string;
|
|
32826
|
+
paidAtRange?: string;
|
|
32818
32827
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
32819
32828
|
dateRange?: string;
|
|
32820
32829
|
/** @description Whether the end date is inclusive or exclusive */
|
|
@@ -32940,6 +32949,9 @@ export interface operations {
|
|
|
32940
32949
|
hasActiveJournalEntries?: boolean;
|
|
32941
32950
|
/** @description connection id or 'null' */
|
|
32942
32951
|
connectionId?: string;
|
|
32952
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
32953
|
+
amount?: string;
|
|
32954
|
+
paidAtRange?: string;
|
|
32943
32955
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
32944
32956
|
dateRange?: string;
|
|
32945
32957
|
/** @description Whether the end date is inclusive or exclusive */
|
|
@@ -35127,6 +35139,9 @@ export interface operations {
|
|
|
35127
35139
|
hasActiveJournalEntries?: boolean;
|
|
35128
35140
|
/** @description connection id or 'null' */
|
|
35129
35141
|
connectionId?: string;
|
|
35142
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
35143
|
+
amount?: string;
|
|
35144
|
+
paidAtRange?: string;
|
|
35130
35145
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
35131
35146
|
dateRange?: string;
|
|
35132
35147
|
/** @description Whether the end date is inclusive or exclusive */
|