@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -15168,6 +15168,8 @@ export interface operations {
|
|
|
15168
15168
|
accountIds?: string;
|
|
15169
15169
|
/** @description comma separated categories */
|
|
15170
15170
|
categoryIds?: string;
|
|
15171
|
+
/** @description comma separated contacts */
|
|
15172
|
+
contactIds?: string;
|
|
15171
15173
|
classifications?: string;
|
|
15172
15174
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15173
15175
|
/** @description comma separated journal entry types */
|
|
@@ -15354,6 +15356,8 @@ export interface operations {
|
|
|
15354
15356
|
accountIds?: string;
|
|
15355
15357
|
/** @description comma separated categories */
|
|
15356
15358
|
categoryIds?: string;
|
|
15359
|
+
/** @description comma separated contacts */
|
|
15360
|
+
contactIds?: string;
|
|
15357
15361
|
classifications?: string;
|
|
15358
15362
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15359
15363
|
/** @description comma separated journal entry types */
|
|
@@ -15763,6 +15767,8 @@ export interface operations {
|
|
|
15763
15767
|
accountIds?: string;
|
|
15764
15768
|
/** @description comma separated categories */
|
|
15765
15769
|
categoryIds?: string;
|
|
15770
|
+
/** @description comma separated contacts */
|
|
15771
|
+
contactIds?: string;
|
|
15766
15772
|
classifications?: string;
|
|
15767
15773
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15768
15774
|
/** @description comma separated journal entry types */
|
|
@@ -15947,6 +15953,8 @@ export interface operations {
|
|
|
15947
15953
|
accountIds?: string;
|
|
15948
15954
|
/** @description comma separated categories */
|
|
15949
15955
|
categoryIds?: string;
|
|
15956
|
+
/** @description comma separated contacts */
|
|
15957
|
+
contactIds?: string;
|
|
15950
15958
|
classifications?: string;
|
|
15951
15959
|
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
15952
15960
|
/** @description comma separated journal entry types */
|