@vrplatform/api 1.3.1-stage.2136 → 1.3.1-stage.2138

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.
@@ -23978,7 +23978,6 @@ export interface operations {
23978
23978
  txnCode?: string;
23979
23979
  published?: boolean;
23980
23980
  status?: "active" | "inactive";
23981
- ledger?: "trust" | "operating";
23982
23981
  startAt?: string;
23983
23982
  endAt?: string;
23984
23983
  search?: string;
@@ -24241,7 +24240,6 @@ export interface operations {
24241
24240
  txnCode?: string;
24242
24241
  published?: boolean;
24243
24242
  status?: "active" | "inactive";
24244
- ledger?: "trust" | "operating";
24245
24243
  startAt?: string;
24246
24244
  endAt?: string;
24247
24245
  search?: string;
@@ -30877,6 +30875,12 @@ export interface operations {
30877
30875
  /** @description Value in cents (100 = 1€) */
30878
30876
  balanceEnd: number;
30879
30877
  };
30878
+ summary: {
30879
+ name: string;
30880
+ text: string;
30881
+ value: number;
30882
+ separated: boolean;
30883
+ }[];
30880
30884
  payment: {
30881
30885
  /** @description Value in cents (100 = 1€) */
30882
30886
  expected: number;
@@ -31257,6 +31261,12 @@ export interface operations {
31257
31261
  /** @description Value in cents (100 = 1€) */
31258
31262
  balanceEnd: number;
31259
31263
  };
31264
+ summary: {
31265
+ name: string;
31266
+ text: string;
31267
+ value: number;
31268
+ separated: boolean;
31269
+ }[];
31260
31270
  payment: {
31261
31271
  /** @description Value in cents (100 = 1€) */
31262
31272
  expected: number;
@@ -31590,7 +31600,7 @@ export interface operations {
31590
31600
  /** @constant */
31591
31601
  type: "transaction";
31592
31602
  source: {
31593
- id: string;
31603
+ id: string | null;
31594
31604
  /** @enum {string} */
31595
31605
  type: "deposit" | "expense" | "payout";
31596
31606
  description: string;
@@ -31862,6 +31872,12 @@ export interface operations {
31862
31872
  /** @description Value in cents (100 = 1€) */
31863
31873
  balanceEnd: number;
31864
31874
  };
31875
+ summary: {
31876
+ name: string;
31877
+ text: string;
31878
+ value: number;
31879
+ separated: boolean;
31880
+ }[];
31865
31881
  payment: {
31866
31882
  /** @description Value in cents (100 = 1€) */
31867
31883
  expected: number;
@@ -32195,7 +32211,7 @@ export interface operations {
32195
32211
  /** @constant */
32196
32212
  type: "transaction";
32197
32213
  source: {
32198
- id: string;
32214
+ id: string | null;
32199
32215
  /** @enum {string} */
32200
32216
  type: "deposit" | "expense" | "payout";
32201
32217
  description: string;
@@ -34401,6 +34417,12 @@ export interface operations {
34401
34417
  /** @description Value in cents (100 = 1€) */
34402
34418
  balanceEnd: number;
34403
34419
  };
34420
+ summary: {
34421
+ name: string;
34422
+ text: string;
34423
+ value: number;
34424
+ separated: boolean;
34425
+ }[];
34404
34426
  payment: {
34405
34427
  /** @description Value in cents (100 = 1€) */
34406
34428
  expected: number;
@@ -34734,7 +34756,7 @@ export interface operations {
34734
34756
  /** @constant */
34735
34757
  type: "transaction";
34736
34758
  source: {
34737
- id: string;
34759
+ id: string | null;
34738
34760
  /** @enum {string} */
34739
34761
  type: "deposit" | "expense" | "payout";
34740
34762
  description: string;
@@ -35011,6 +35033,12 @@ export interface operations {
35011
35033
  /** @description Value in cents (100 = 1€) */
35012
35034
  balanceEnd: number;
35013
35035
  };
35036
+ summary: {
35037
+ name: string;
35038
+ text: string;
35039
+ value: number;
35040
+ separated: boolean;
35041
+ }[];
35014
35042
  payment: {
35015
35043
  /** @description Value in cents (100 = 1€) */
35016
35044
  expected: number;
@@ -35344,7 +35372,7 @@ export interface operations {
35344
35372
  /** @constant */
35345
35373
  type: "transaction";
35346
35374
  source: {
35347
- id: string;
35375
+ id: string | null;
35348
35376
  /** @enum {string} */
35349
35377
  type: "deposit" | "expense" | "payout";
35350
35378
  description: string;