@vrplatform/api 1.3.1-stage.2545 → 1.3.1-stage.2546

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.2545",
6
+ "version": "1.3.1-stage.2546",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -36540,6 +36540,27 @@ export interface operations {
36540
36540
  id: string;
36541
36541
  lineId?: string | null;
36542
36542
  description?: string;
36543
+ descriptionLock?: {
36544
+ /** @enum {string} */
36545
+ status: "locked" | "unlocked";
36546
+ booksClosed?: {
36547
+ date: string;
36548
+ } | null;
36549
+ ownerStatement?: {
36550
+ ids: string[];
36551
+ } | null;
36552
+ reconciled?: {
36553
+ bankRecordIds: string[];
36554
+ } | null;
36555
+ statementPeriod?: {
36556
+ hits: {
36557
+ /** Format: uuid */
36558
+ listingId: string;
36559
+ txnAt: string;
36560
+ openFrom: string;
36561
+ }[];
36562
+ } | null;
36563
+ } | null;
36543
36564
  date: string;
36544
36565
  total: number;
36545
36566
  totalFormatted: string;
@@ -36928,6 +36949,27 @@ export interface operations {
36928
36949
  id: string;
36929
36950
  lineId?: string | null;
36930
36951
  description?: string;
36952
+ descriptionLock?: {
36953
+ /** @enum {string} */
36954
+ status: "locked" | "unlocked";
36955
+ booksClosed?: {
36956
+ date: string;
36957
+ } | null;
36958
+ ownerStatement?: {
36959
+ ids: string[];
36960
+ } | null;
36961
+ reconciled?: {
36962
+ bankRecordIds: string[];
36963
+ } | null;
36964
+ statementPeriod?: {
36965
+ hits: {
36966
+ /** Format: uuid */
36967
+ listingId: string;
36968
+ txnAt: string;
36969
+ openFrom: string;
36970
+ }[];
36971
+ } | null;
36972
+ } | null;
36931
36973
  date: string;
36932
36974
  total: number;
36933
36975
  totalFormatted: string;
@@ -37116,6 +37158,27 @@ export interface operations {
37116
37158
  lines: {
37117
37159
  id: string;
37118
37160
  description: string;
37161
+ descriptionLock?: {
37162
+ /** @enum {string} */
37163
+ status: "locked" | "unlocked";
37164
+ booksClosed?: {
37165
+ date: string;
37166
+ } | null;
37167
+ ownerStatement?: {
37168
+ ids: string[];
37169
+ } | null;
37170
+ reconciled?: {
37171
+ bankRecordIds: string[];
37172
+ } | null;
37173
+ statementPeriod?: {
37174
+ hits: {
37175
+ /** Format: uuid */
37176
+ listingId: string;
37177
+ txnAt: string;
37178
+ openFrom: string;
37179
+ }[];
37180
+ } | null;
37181
+ } | null;
37119
37182
  }[];
37120
37183
  recurringFee: {
37121
37184
  id: string;
@@ -37566,6 +37629,27 @@ export interface operations {
37566
37629
  id: string;
37567
37630
  lineId?: string | null;
37568
37631
  description?: string;
37632
+ descriptionLock?: {
37633
+ /** @enum {string} */
37634
+ status: "locked" | "unlocked";
37635
+ booksClosed?: {
37636
+ date: string;
37637
+ } | null;
37638
+ ownerStatement?: {
37639
+ ids: string[];
37640
+ } | null;
37641
+ reconciled?: {
37642
+ bankRecordIds: string[];
37643
+ } | null;
37644
+ statementPeriod?: {
37645
+ hits: {
37646
+ /** Format: uuid */
37647
+ listingId: string;
37648
+ txnAt: string;
37649
+ openFrom: string;
37650
+ }[];
37651
+ } | null;
37652
+ } | null;
37569
37653
  date: string;
37570
37654
  total: number;
37571
37655
  totalFormatted: string;
@@ -37754,6 +37838,27 @@ export interface operations {
37754
37838
  lines: {
37755
37839
  id: string;
37756
37840
  description: string;
37841
+ descriptionLock?: {
37842
+ /** @enum {string} */
37843
+ status: "locked" | "unlocked";
37844
+ booksClosed?: {
37845
+ date: string;
37846
+ } | null;
37847
+ ownerStatement?: {
37848
+ ids: string[];
37849
+ } | null;
37850
+ reconciled?: {
37851
+ bankRecordIds: string[];
37852
+ } | null;
37853
+ statementPeriod?: {
37854
+ hits: {
37855
+ /** Format: uuid */
37856
+ listingId: string;
37857
+ txnAt: string;
37858
+ openFrom: string;
37859
+ }[];
37860
+ } | null;
37861
+ } | null;
37757
37862
  }[];
37758
37863
  recurringFee: {
37759
37864
  id: string;
@@ -40416,6 +40521,27 @@ export interface operations {
40416
40521
  id: string;
40417
40522
  lineId?: string | null;
40418
40523
  description?: string;
40524
+ descriptionLock?: {
40525
+ /** @enum {string} */
40526
+ status: "locked" | "unlocked";
40527
+ booksClosed?: {
40528
+ date: string;
40529
+ } | null;
40530
+ ownerStatement?: {
40531
+ ids: string[];
40532
+ } | null;
40533
+ reconciled?: {
40534
+ bankRecordIds: string[];
40535
+ } | null;
40536
+ statementPeriod?: {
40537
+ hits: {
40538
+ /** Format: uuid */
40539
+ listingId: string;
40540
+ txnAt: string;
40541
+ openFrom: string;
40542
+ }[];
40543
+ } | null;
40544
+ } | null;
40419
40545
  date: string;
40420
40546
  total: number;
40421
40547
  totalFormatted: string;
@@ -40604,6 +40730,27 @@ export interface operations {
40604
40730
  lines: {
40605
40731
  id: string;
40606
40732
  description: string;
40733
+ descriptionLock?: {
40734
+ /** @enum {string} */
40735
+ status: "locked" | "unlocked";
40736
+ booksClosed?: {
40737
+ date: string;
40738
+ } | null;
40739
+ ownerStatement?: {
40740
+ ids: string[];
40741
+ } | null;
40742
+ reconciled?: {
40743
+ bankRecordIds: string[];
40744
+ } | null;
40745
+ statementPeriod?: {
40746
+ hits: {
40747
+ /** Format: uuid */
40748
+ listingId: string;
40749
+ txnAt: string;
40750
+ openFrom: string;
40751
+ }[];
40752
+ } | null;
40753
+ } | null;
40607
40754
  }[];
40608
40755
  recurringFee: {
40609
40756
  id: string;
@@ -41059,6 +41206,27 @@ export interface operations {
41059
41206
  id: string;
41060
41207
  lineId?: string | null;
41061
41208
  description?: string;
41209
+ descriptionLock?: {
41210
+ /** @enum {string} */
41211
+ status: "locked" | "unlocked";
41212
+ booksClosed?: {
41213
+ date: string;
41214
+ } | null;
41215
+ ownerStatement?: {
41216
+ ids: string[];
41217
+ } | null;
41218
+ reconciled?: {
41219
+ bankRecordIds: string[];
41220
+ } | null;
41221
+ statementPeriod?: {
41222
+ hits: {
41223
+ /** Format: uuid */
41224
+ listingId: string;
41225
+ txnAt: string;
41226
+ openFrom: string;
41227
+ }[];
41228
+ } | null;
41229
+ } | null;
41062
41230
  date: string;
41063
41231
  total: number;
41064
41232
  totalFormatted: string;
@@ -41247,6 +41415,27 @@ export interface operations {
41247
41415
  lines: {
41248
41416
  id: string;
41249
41417
  description: string;
41418
+ descriptionLock?: {
41419
+ /** @enum {string} */
41420
+ status: "locked" | "unlocked";
41421
+ booksClosed?: {
41422
+ date: string;
41423
+ } | null;
41424
+ ownerStatement?: {
41425
+ ids: string[];
41426
+ } | null;
41427
+ reconciled?: {
41428
+ bankRecordIds: string[];
41429
+ } | null;
41430
+ statementPeriod?: {
41431
+ hits: {
41432
+ /** Format: uuid */
41433
+ listingId: string;
41434
+ txnAt: string;
41435
+ openFrom: string;
41436
+ }[];
41437
+ } | null;
41438
+ } | null;
41250
41439
  }[];
41251
41440
  recurringFee: {
41252
41441
  id: string;