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