@vrplatform/api 1.3.1-stage.1975 → 1.3.1-stage.1978

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1975",
6
+ "version": "1.3.1-stage.1978",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -26367,6 +26367,31 @@ export interface operations {
26367
26367
  endAt: string;
26368
26368
  };
26369
26369
  message: string;
26370
+ } | {
26371
+ /** @constant */
26372
+ code: "statementFinancialEquationMismatch";
26373
+ /** @constant */
26374
+ severity: "warning";
26375
+ context: {
26376
+ balanceStart: number;
26377
+ netIncome: number;
26378
+ transfers: number;
26379
+ balanceEnd: number;
26380
+ delta: number;
26381
+ };
26382
+ message: string;
26383
+ } | {
26384
+ /** @constant */
26385
+ code: "statementPreviousBalanceMismatch";
26386
+ /** @constant */
26387
+ severity: "warning";
26388
+ context: {
26389
+ previousStatementId: string;
26390
+ previousBalanceEnd: number;
26391
+ balanceStart: number;
26392
+ delta: number;
26393
+ };
26394
+ message: string;
26370
26395
  })[];
26371
26396
  transfers: {
26372
26397
  id: string;
@@ -26702,6 +26727,31 @@ export interface operations {
26702
26727
  endAt: string;
26703
26728
  };
26704
26729
  message: string;
26730
+ } | {
26731
+ /** @constant */
26732
+ code: "statementFinancialEquationMismatch";
26733
+ /** @constant */
26734
+ severity: "warning";
26735
+ context: {
26736
+ balanceStart: number;
26737
+ netIncome: number;
26738
+ transfers: number;
26739
+ balanceEnd: number;
26740
+ delta: number;
26741
+ };
26742
+ message: string;
26743
+ } | {
26744
+ /** @constant */
26745
+ code: "statementPreviousBalanceMismatch";
26746
+ /** @constant */
26747
+ severity: "warning";
26748
+ context: {
26749
+ previousStatementId: string;
26750
+ previousBalanceEnd: number;
26751
+ balanceStart: number;
26752
+ delta: number;
26753
+ };
26754
+ message: string;
26705
26755
  })[];
26706
26756
  transfers: {
26707
26757
  id: string;
@@ -27266,6 +27316,31 @@ export interface operations {
27266
27316
  endAt: string;
27267
27317
  };
27268
27318
  message: string;
27319
+ } | {
27320
+ /** @constant */
27321
+ code: "statementFinancialEquationMismatch";
27322
+ /** @constant */
27323
+ severity: "warning";
27324
+ context: {
27325
+ balanceStart: number;
27326
+ netIncome: number;
27327
+ transfers: number;
27328
+ balanceEnd: number;
27329
+ delta: number;
27330
+ };
27331
+ message: string;
27332
+ } | {
27333
+ /** @constant */
27334
+ code: "statementPreviousBalanceMismatch";
27335
+ /** @constant */
27336
+ severity: "warning";
27337
+ context: {
27338
+ previousStatementId: string;
27339
+ previousBalanceEnd: number;
27340
+ balanceStart: number;
27341
+ delta: number;
27342
+ };
27343
+ message: string;
27269
27344
  })[];
27270
27345
  transfers: {
27271
27346
  id: string;
@@ -29764,6 +29839,31 @@ export interface operations {
29764
29839
  endAt: string;
29765
29840
  };
29766
29841
  message: string;
29842
+ } | {
29843
+ /** @constant */
29844
+ code: "statementFinancialEquationMismatch";
29845
+ /** @constant */
29846
+ severity: "warning";
29847
+ context: {
29848
+ balanceStart: number;
29849
+ netIncome: number;
29850
+ transfers: number;
29851
+ balanceEnd: number;
29852
+ delta: number;
29853
+ };
29854
+ message: string;
29855
+ } | {
29856
+ /** @constant */
29857
+ code: "statementPreviousBalanceMismatch";
29858
+ /** @constant */
29859
+ severity: "warning";
29860
+ context: {
29861
+ previousStatementId: string;
29862
+ previousBalanceEnd: number;
29863
+ balanceStart: number;
29864
+ delta: number;
29865
+ };
29866
+ message: string;
29767
29867
  })[];
29768
29868
  transfers: {
29769
29869
  id: string;
@@ -30333,6 +30433,31 @@ export interface operations {
30333
30433
  endAt: string;
30334
30434
  };
30335
30435
  message: string;
30436
+ } | {
30437
+ /** @constant */
30438
+ code: "statementFinancialEquationMismatch";
30439
+ /** @constant */
30440
+ severity: "warning";
30441
+ context: {
30442
+ balanceStart: number;
30443
+ netIncome: number;
30444
+ transfers: number;
30445
+ balanceEnd: number;
30446
+ delta: number;
30447
+ };
30448
+ message: string;
30449
+ } | {
30450
+ /** @constant */
30451
+ code: "statementPreviousBalanceMismatch";
30452
+ /** @constant */
30453
+ severity: "warning";
30454
+ context: {
30455
+ previousStatementId: string;
30456
+ previousBalanceEnd: number;
30457
+ balanceStart: number;
30458
+ delta: number;
30459
+ };
30460
+ message: string;
30336
30461
  })[];
30337
30462
  transfers: {
30338
30463
  id: string;