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