@vrplatform/api 1.2.40-stage.1061 → 1.2.40-stage.1063

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.
@@ -4073,6 +4073,24 @@ export interface operations {
4073
4073
  id: string;
4074
4074
  hasLockedJournalEntries: boolean;
4075
4075
  issues: ({
4076
+ /** @enum {string} */
4077
+ code: "lineNotFound";
4078
+ /** @enum {string} */
4079
+ severity: "error";
4080
+ context: {
4081
+ lineIds: string[];
4082
+ };
4083
+ message: string;
4084
+ } | {
4085
+ /** @enum {string} */
4086
+ code: "unbalancedJournalEntries";
4087
+ /** @enum {string} */
4088
+ severity: "error";
4089
+ context: {
4090
+ difference: number;
4091
+ };
4092
+ message: string;
4093
+ } | {
4076
4094
  /** @enum {string} */
4077
4095
  code: "unassignedAccount";
4078
4096
  /** @enum {string} */
@@ -4429,6 +4447,24 @@ export interface operations {
4429
4447
  id: string;
4430
4448
  hasLockedJournalEntries: boolean;
4431
4449
  issues: ({
4450
+ /** @enum {string} */
4451
+ code: "lineNotFound";
4452
+ /** @enum {string} */
4453
+ severity: "error";
4454
+ context: {
4455
+ lineIds: string[];
4456
+ };
4457
+ message: string;
4458
+ } | {
4459
+ /** @enum {string} */
4460
+ code: "unbalancedJournalEntries";
4461
+ /** @enum {string} */
4462
+ severity: "error";
4463
+ context: {
4464
+ difference: number;
4465
+ };
4466
+ message: string;
4467
+ } | {
4432
4468
  /** @enum {string} */
4433
4469
  code: "unassignedAccount";
4434
4470
  /** @enum {string} */
@@ -4865,6 +4901,24 @@ export interface operations {
4865
4901
  id: string;
4866
4902
  hasLockedJournalEntries: boolean;
4867
4903
  issues: ({
4904
+ /** @enum {string} */
4905
+ code: "lineNotFound";
4906
+ /** @enum {string} */
4907
+ severity: "error";
4908
+ context: {
4909
+ lineIds: string[];
4910
+ };
4911
+ message: string;
4912
+ } | {
4913
+ /** @enum {string} */
4914
+ code: "unbalancedJournalEntries";
4915
+ /** @enum {string} */
4916
+ severity: "error";
4917
+ context: {
4918
+ difference: number;
4919
+ };
4920
+ message: string;
4921
+ } | {
4868
4922
  /** @enum {string} */
4869
4923
  code: "unassignedAccount";
4870
4924
  /** @enum {string} */
@@ -5239,6 +5293,24 @@ export interface operations {
5239
5293
  /** Format: uuid */
5240
5294
  id: string;
5241
5295
  issues: ({
5296
+ /** @enum {string} */
5297
+ code: "lineNotFound";
5298
+ /** @enum {string} */
5299
+ severity: "error";
5300
+ context: {
5301
+ lineIds: string[];
5302
+ };
5303
+ message: string;
5304
+ } | {
5305
+ /** @enum {string} */
5306
+ code: "unbalancedJournalEntries";
5307
+ /** @enum {string} */
5308
+ severity: "error";
5309
+ context: {
5310
+ difference: number;
5311
+ };
5312
+ message: string;
5313
+ } | {
5242
5314
  /** @enum {string} */
5243
5315
  code: "unassignedAccount";
5244
5316
  /** @enum {string} */
@@ -5498,6 +5570,24 @@ export interface operations {
5498
5570
  id: string;
5499
5571
  hasLockedJournalEntries: boolean;
5500
5572
  issues: ({
5573
+ /** @enum {string} */
5574
+ code: "lineNotFound";
5575
+ /** @enum {string} */
5576
+ severity: "error";
5577
+ context: {
5578
+ lineIds: string[];
5579
+ };
5580
+ message: string;
5581
+ } | {
5582
+ /** @enum {string} */
5583
+ code: "unbalancedJournalEntries";
5584
+ /** @enum {string} */
5585
+ severity: "error";
5586
+ context: {
5587
+ difference: number;
5588
+ };
5589
+ message: string;
5590
+ } | {
5501
5591
  /** @enum {string} */
5502
5592
  code: "unassignedAccount";
5503
5593
  /** @enum {string} */