@vrplatform/api 1.3.1-stage.2068 → 1.3.1-stage.2069
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.
|
@@ -3034,6 +3034,7 @@ export interface operations {
|
|
|
3034
3034
|
status?: "active" | "inactive";
|
|
3035
3035
|
classification?: "asset" | "liability" | "revenue" | "expense";
|
|
3036
3036
|
categoryId?: string;
|
|
3037
|
+
bankingCategory?: "trust" | "operating" | "external";
|
|
3037
3038
|
reconciled?: boolean;
|
|
3038
3039
|
limit?: number;
|
|
3039
3040
|
page?: number;
|
|
@@ -3438,6 +3439,7 @@ export interface operations {
|
|
|
3438
3439
|
status?: "active" | "inactive";
|
|
3439
3440
|
classification?: "asset" | "liability" | "revenue" | "expense";
|
|
3440
3441
|
categoryId?: string;
|
|
3442
|
+
bankingCategory?: "trust" | "operating" | "external";
|
|
3441
3443
|
reconciled?: boolean;
|
|
3442
3444
|
};
|
|
3443
3445
|
header?: never;
|