@vrplatform/api 1.3.1-stage.1440 → 1.3.1-stage.1441
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.
|
@@ -15167,6 +15167,8 @@ export interface operations {
|
|
|
15167
15167
|
accountIds?: string;
|
|
15168
15168
|
/** @description comma separated categories */
|
|
15169
15169
|
categoryIds?: string;
|
|
15170
|
+
/** @description comma separated contacts */
|
|
15171
|
+
contactIds?: string;
|
|
15170
15172
|
classifications?: string;
|
|
15171
15173
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15172
15174
|
/** @description comma separated journal entry types */
|
|
@@ -15353,6 +15355,8 @@ export interface operations {
|
|
|
15353
15355
|
accountIds?: string;
|
|
15354
15356
|
/** @description comma separated categories */
|
|
15355
15357
|
categoryIds?: string;
|
|
15358
|
+
/** @description comma separated contacts */
|
|
15359
|
+
contactIds?: string;
|
|
15356
15360
|
classifications?: string;
|
|
15357
15361
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15358
15362
|
/** @description comma separated journal entry types */
|
|
@@ -15762,6 +15766,8 @@ export interface operations {
|
|
|
15762
15766
|
accountIds?: string;
|
|
15763
15767
|
/** @description comma separated categories */
|
|
15764
15768
|
categoryIds?: string;
|
|
15769
|
+
/** @description comma separated contacts */
|
|
15770
|
+
contactIds?: string;
|
|
15765
15771
|
classifications?: string;
|
|
15766
15772
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15767
15773
|
/** @description comma separated journal entry types */
|
|
@@ -15946,6 +15952,8 @@ export interface operations {
|
|
|
15946
15952
|
accountIds?: string;
|
|
15947
15953
|
/** @description comma separated categories */
|
|
15948
15954
|
categoryIds?: string;
|
|
15955
|
+
/** @description comma separated contacts */
|
|
15956
|
+
contactIds?: string;
|
|
15949
15957
|
classifications?: string;
|
|
15950
15958
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15951
15959
|
/** @description comma separated journal entry types */
|