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

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