@vrplatform/api 1.3.1-stage.1761 → 1.3.1-stage.1763

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1761",
9
+ "version": "1.3.1-stage.1763",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -16439,6 +16439,62 @@ export interface operations {
16439
16439
  id: string;
16440
16440
  /** @enum {string} */
16441
16441
  active: "active" | "inactive";
16442
+ issues: ({
16443
+ /** @constant */
16444
+ code: "generalLedgerStartAt";
16445
+ /** @constant */
16446
+ severity: "warning";
16447
+ context: {
16448
+ statementStartAt?: string | null;
16449
+ };
16450
+ } | {
16451
+ /** @constant */
16452
+ code: "listingInactive";
16453
+ /** @constant */
16454
+ severity: "warning";
16455
+ context: {
16456
+ listingOwnershipPeriodId?: string | null;
16457
+ };
16458
+ } | {
16459
+ /** @constant */
16460
+ code: "reservationGeneralLedgerStatusInactive";
16461
+ /** @constant */
16462
+ severity: "warning";
16463
+ context: {
16464
+ reservationId?: string | null;
16465
+ };
16466
+ } | {
16467
+ /** @constant */
16468
+ code: "cancelledReservationLine";
16469
+ /** @constant */
16470
+ severity: "warning";
16471
+ context: {
16472
+ reservationId?: string | null;
16473
+ };
16474
+ } | {
16475
+ /** @constant */
16476
+ code: "inactiveAccount";
16477
+ /** @constant */
16478
+ severity: "warning";
16479
+ context: {
16480
+ accountId?: string | null;
16481
+ };
16482
+ } | {
16483
+ /** @constant */
16484
+ code: "nonPostingAccount";
16485
+ /** @constant */
16486
+ severity: "warning";
16487
+ context: {
16488
+ accountId?: string | null;
16489
+ };
16490
+ } | {
16491
+ /** @constant */
16492
+ code: "unknownInactiveReason";
16493
+ /** @constant */
16494
+ severity: "error";
16495
+ context: Record<string, never>;
16496
+ message: string;
16497
+ })[];
16442
16498
  txnCode: string;
16443
16499
  txnAt: string;
16444
16500
  description: string;
@@ -17043,6 +17099,62 @@ export interface operations {
17043
17099
  id: string;
17044
17100
  /** @enum {string} */
17045
17101
  active: "active" | "inactive";
17102
+ issues: ({
17103
+ /** @constant */
17104
+ code: "generalLedgerStartAt";
17105
+ /** @constant */
17106
+ severity: "warning";
17107
+ context: {
17108
+ statementStartAt?: string | null;
17109
+ };
17110
+ } | {
17111
+ /** @constant */
17112
+ code: "listingInactive";
17113
+ /** @constant */
17114
+ severity: "warning";
17115
+ context: {
17116
+ listingOwnershipPeriodId?: string | null;
17117
+ };
17118
+ } | {
17119
+ /** @constant */
17120
+ code: "reservationGeneralLedgerStatusInactive";
17121
+ /** @constant */
17122
+ severity: "warning";
17123
+ context: {
17124
+ reservationId?: string | null;
17125
+ };
17126
+ } | {
17127
+ /** @constant */
17128
+ code: "cancelledReservationLine";
17129
+ /** @constant */
17130
+ severity: "warning";
17131
+ context: {
17132
+ reservationId?: string | null;
17133
+ };
17134
+ } | {
17135
+ /** @constant */
17136
+ code: "inactiveAccount";
17137
+ /** @constant */
17138
+ severity: "warning";
17139
+ context: {
17140
+ accountId?: string | null;
17141
+ };
17142
+ } | {
17143
+ /** @constant */
17144
+ code: "nonPostingAccount";
17145
+ /** @constant */
17146
+ severity: "warning";
17147
+ context: {
17148
+ accountId?: string | null;
17149
+ };
17150
+ } | {
17151
+ /** @constant */
17152
+ code: "unknownInactiveReason";
17153
+ /** @constant */
17154
+ severity: "error";
17155
+ context: Record<string, never>;
17156
+ message: string;
17157
+ })[];
17046
17158
  txnCode: string;
17047
17159
  txnAt: string;
17048
17160
  description: string;