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