@vrplatform/api 1.3.1-stage.2132 → 1.3.1-stage.2134
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
|
@@ -23508,6 +23508,12 @@ export interface operations {
|
|
|
23508
23508
|
reserves: number;
|
|
23509
23509
|
availableBalance: number;
|
|
23510
23510
|
};
|
|
23511
|
+
summary: {
|
|
23512
|
+
name: string;
|
|
23513
|
+
text: string;
|
|
23514
|
+
value: number;
|
|
23515
|
+
separated: boolean;
|
|
23516
|
+
}[];
|
|
23511
23517
|
}[];
|
|
23512
23518
|
};
|
|
23513
23519
|
};
|
|
@@ -23734,6 +23740,12 @@ export interface operations {
|
|
|
23734
23740
|
reserves: number;
|
|
23735
23741
|
availableBalance: number;
|
|
23736
23742
|
};
|
|
23743
|
+
summary: {
|
|
23744
|
+
name: string;
|
|
23745
|
+
text: string;
|
|
23746
|
+
value: number;
|
|
23747
|
+
separated: boolean;
|
|
23748
|
+
}[];
|
|
23737
23749
|
accounts: {
|
|
23738
23750
|
id: string;
|
|
23739
23751
|
name: string;
|