@vrplatform/api 1.3.1-stage.2122 → 1.3.1-stage.2124

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.2122",
6
+ "version": "1.3.1-stage.2124",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3385,6 +3385,8 @@ export interface operations {
3385
3385
  id: string;
3386
3386
  type: string;
3387
3387
  status?: ("active" | "inactive") | null;
3388
+ appId?: string | null;
3389
+ appIcon?: string | null;
3388
3390
  } | null;
3389
3391
  }[];
3390
3392
  bankRecords: {
@@ -3598,6 +3600,8 @@ export interface operations {
3598
3600
  id: string;
3599
3601
  type: string;
3600
3602
  status?: ("active" | "inactive") | null;
3603
+ appId?: string | null;
3604
+ appIcon?: string | null;
3601
3605
  } | null;
3602
3606
  }[];
3603
3607
  bankRecords: {
@@ -3893,6 +3897,8 @@ export interface operations {
3893
3897
  id: string;
3894
3898
  type: string;
3895
3899
  status?: ("active" | "inactive") | null;
3900
+ appId?: string | null;
3901
+ appIcon?: string | null;
3896
3902
  } | null;
3897
3903
  }[];
3898
3904
  bankRecords: {
@@ -4098,6 +4104,8 @@ export interface operations {
4098
4104
  id: string;
4099
4105
  type: string;
4100
4106
  status?: ("active" | "inactive") | null;
4107
+ appId?: string | null;
4108
+ appIcon?: string | null;
4101
4109
  } | null;
4102
4110
  }[];
4103
4111
  bankRecords: {
@@ -4567,6 +4575,8 @@ export interface operations {
4567
4575
  id: string;
4568
4576
  type: string;
4569
4577
  status?: ("active" | "inactive") | null;
4578
+ appId?: string | null;
4579
+ appIcon?: string | null;
4570
4580
  } | null;
4571
4581
  matchStatus?: string | null;
4572
4582
  };
@@ -4586,6 +4596,8 @@ export interface operations {
4586
4596
  id: string;
4587
4597
  type: string;
4588
4598
  status?: ("active" | "inactive") | null;
4599
+ appId?: string | null;
4600
+ appIcon?: string | null;
4589
4601
  } | null;
4590
4602
  /** @enum {string} */
4591
4603
  type: "transaction" | "balance";
@@ -4789,6 +4801,8 @@ export interface operations {
4789
4801
  id: string;
4790
4802
  type: string;
4791
4803
  status?: ("active" | "inactive") | null;
4804
+ appId?: string | null;
4805
+ appIcon?: string | null;
4792
4806
  } | null;
4793
4807
  }[];
4794
4808
  bankRecords: {
@@ -4986,6 +5000,8 @@ export interface operations {
4986
5000
  id: string;
4987
5001
  type: string;
4988
5002
  status?: ("active" | "inactive") | null;
5003
+ appId?: string | null;
5004
+ appIcon?: string | null;
4989
5005
  } | null;
4990
5006
  }[];
4991
5007
  bankRecords: {
@@ -6798,6 +6814,8 @@ export interface operations {
6798
6814
  id: string;
6799
6815
  type: string;
6800
6816
  status?: ("active" | "inactive") | null;
6817
+ appId?: string | null;
6818
+ appIcon?: string | null;
6801
6819
  } | null;
6802
6820
  };
6803
6821
  };
@@ -6938,6 +6956,8 @@ export interface operations {
6938
6956
  id: string;
6939
6957
  type: string;
6940
6958
  status?: ("active" | "inactive") | null;
6959
+ appId?: string | null;
6960
+ appIcon?: string | null;
6941
6961
  } | null;
6942
6962
  /** @enum {string} */
6943
6963
  type: "transaction" | "balance";
@@ -7533,6 +7553,8 @@ export interface operations {
7533
7553
  id: string;
7534
7554
  type: string;
7535
7555
  status?: ("active" | "inactive") | null;
7556
+ appId?: string | null;
7557
+ appIcon?: string | null;
7536
7558
  } | null;
7537
7559
  /** @enum {string} */
7538
7560
  type: "transaction" | "balance";
@@ -10597,6 +10619,8 @@ export interface operations {
10597
10619
  id: string;
10598
10620
  type: string;
10599
10621
  status?: ("active" | "inactive") | null;
10622
+ appId?: string | null;
10623
+ appIcon?: string | null;
10600
10624
  } | null;
10601
10625
  ownershipPeriods: {
10602
10626
  listingId: string;
@@ -10785,6 +10809,8 @@ export interface operations {
10785
10809
  id: string;
10786
10810
  type: string;
10787
10811
  status?: ("active" | "inactive") | null;
10812
+ appId?: string | null;
10813
+ appIcon?: string | null;
10788
10814
  } | null;
10789
10815
  ownershipPeriods: {
10790
10816
  listingId: string;
@@ -11192,6 +11218,8 @@ export interface operations {
11192
11218
  id: string;
11193
11219
  type: string;
11194
11220
  status?: ("active" | "inactive") | null;
11221
+ appId?: string | null;
11222
+ appIcon?: string | null;
11195
11223
  } | null;
11196
11224
  ownershipPeriods: {
11197
11225
  listingId: string;
@@ -11371,6 +11399,8 @@ export interface operations {
11371
11399
  id: string;
11372
11400
  type: string;
11373
11401
  status?: ("active" | "inactive") | null;
11402
+ appId?: string | null;
11403
+ appIcon?: string | null;
11374
11404
  } | null;
11375
11405
  ownershipPeriods: {
11376
11406
  listingId: string;
@@ -15036,6 +15066,8 @@ export interface operations {
15036
15066
  id: string;
15037
15067
  type: string;
15038
15068
  status?: ("active" | "inactive") | null;
15069
+ appId?: string | null;
15070
+ appIcon?: string | null;
15039
15071
  } | null;
15040
15072
  upcomingDeactivation: {
15041
15073
  /** @enum {string} */
@@ -15302,6 +15334,8 @@ export interface operations {
15302
15334
  id: string;
15303
15335
  type: string;
15304
15336
  status?: ("active" | "inactive") | null;
15337
+ appId?: string | null;
15338
+ appIcon?: string | null;
15305
15339
  } | null;
15306
15340
  upcomingDeactivation: {
15307
15341
  /** @enum {string} */
@@ -16547,6 +16581,8 @@ export interface operations {
16547
16581
  id: string;
16548
16582
  type: string;
16549
16583
  status?: ("active" | "inactive") | null;
16584
+ appId?: string | null;
16585
+ appIcon?: string | null;
16550
16586
  } | null;
16551
16587
  upcomingDeactivation: {
16552
16588
  /** @enum {string} */
@@ -16805,6 +16841,8 @@ export interface operations {
16805
16841
  id: string;
16806
16842
  type: string;
16807
16843
  status?: ("active" | "inactive") | null;
16844
+ appId?: string | null;
16845
+ appIcon?: string | null;
16808
16846
  } | null;
16809
16847
  upcomingDeactivation: {
16810
16848
  /** @enum {string} */
@@ -23320,6 +23358,8 @@ export interface operations {
23320
23358
  netIncome: number;
23321
23359
  adjustments: number;
23322
23360
  transfers: number;
23361
+ reserves: number;
23362
+ availableBalance: number;
23323
23363
  };
23324
23364
  }[];
23325
23365
  };
@@ -23544,6 +23584,8 @@ export interface operations {
23544
23584
  netIncome: number;
23545
23585
  adjustments: number;
23546
23586
  transfers: number;
23587
+ reserves: number;
23588
+ availableBalance: number;
23547
23589
  };
23548
23590
  accounts: {
23549
23591
  id: string;
@@ -23561,7 +23603,7 @@ export interface operations {
23561
23603
  }[];
23562
23604
  sections: {
23563
23605
  /** @enum {string} */
23564
- id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "other";
23606
+ id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "reserves" | "other";
23565
23607
  name: string;
23566
23608
  accounts: {
23567
23609
  id: string;
@@ -26428,6 +26470,8 @@ export interface operations {
26428
26470
  id: string;
26429
26471
  type: string;
26430
26472
  status?: ("active" | "inactive") | null;
26473
+ appId?: string | null;
26474
+ appIcon?: string | null;
26431
26475
  } | null;
26432
26476
  lines?: {
26433
26477
  /** Format: uuid */
@@ -26888,6 +26932,8 @@ export interface operations {
26888
26932
  id: string;
26889
26933
  type: string;
26890
26934
  status?: ("active" | "inactive") | null;
26935
+ appId?: string | null;
26936
+ appIcon?: string | null;
26891
26937
  } | null;
26892
26938
  lines: {
26893
26939
  /** Format: uuid */
@@ -28282,6 +28328,8 @@ export interface operations {
28282
28328
  id: string;
28283
28329
  type: string;
28284
28330
  status?: ("active" | "inactive") | null;
28331
+ appId?: string | null;
28332
+ appIcon?: string | null;
28285
28333
  } | null;
28286
28334
  lines: {
28287
28335
  /** Format: uuid */
@@ -28854,6 +28902,8 @@ export interface operations {
28854
28902
  id: string;
28855
28903
  type: string;
28856
28904
  status?: ("active" | "inactive") | null;
28905
+ appId?: string | null;
28906
+ appIcon?: string | null;
28857
28907
  } | null;
28858
28908
  lines: {
28859
28909
  /** Format: uuid */
@@ -29542,6 +29592,8 @@ export interface operations {
29542
29592
  id: string;
29543
29593
  type: string;
29544
29594
  status?: ("active" | "inactive") | null;
29595
+ appId?: string | null;
29596
+ appIcon?: string | null;
29545
29597
  } | null;
29546
29598
  lines: {
29547
29599
  /** Format: uuid */
@@ -30004,6 +30056,8 @@ export interface operations {
30004
30056
  id: string;
30005
30057
  type: string;
30006
30058
  status?: ("active" | "inactive") | null;
30059
+ appId?: string | null;
30060
+ appIcon?: string | null;
30007
30061
  } | null;
30008
30062
  lines: {
30009
30063
  /** Format: uuid */
@@ -30452,6 +30506,8 @@ export interface operations {
30452
30506
  id: string;
30453
30507
  type: string;
30454
30508
  status?: ("active" | "inactive") | null;
30509
+ appId?: string | null;
30510
+ appIcon?: string | null;
30455
30511
  } | null;
30456
30512
  lines: {
30457
30513
  /** Format: uuid */
@@ -30844,6 +30900,14 @@ export interface operations {
30844
30900
  total: number;
30845
30901
  totalFormatted: string;
30846
30902
  }[];
30903
+ source?: {
30904
+ /** Format: uuid */
30905
+ id: string;
30906
+ type: string;
30907
+ status?: ("active" | "inactive") | null;
30908
+ appId?: string | null;
30909
+ appIcon?: string | null;
30910
+ } | null;
30847
30911
  listing: {
30848
30912
  id: string;
30849
30913
  name: string;
@@ -31216,6 +31280,14 @@ export interface operations {
31216
31280
  total: number;
31217
31281
  totalFormatted: string;
31218
31282
  }[];
31283
+ source?: {
31284
+ /** Format: uuid */
31285
+ id: string;
31286
+ type: string;
31287
+ status?: ("active" | "inactive") | null;
31288
+ appId?: string | null;
31289
+ appIcon?: string | null;
31290
+ } | null;
31219
31291
  listing: {
31220
31292
  id: string;
31221
31293
  name: string;
@@ -31813,6 +31885,14 @@ export interface operations {
31813
31885
  total: number;
31814
31886
  totalFormatted: string;
31815
31887
  }[];
31888
+ source?: {
31889
+ /** Format: uuid */
31890
+ id: string;
31891
+ type: string;
31892
+ status?: ("active" | "inactive") | null;
31893
+ appId?: string | null;
31894
+ appIcon?: string | null;
31895
+ } | null;
31816
31896
  listing: {
31817
31897
  id: string;
31818
31898
  name: string;
@@ -33672,6 +33752,8 @@ export interface operations {
33672
33752
  id: string;
33673
33753
  type: string;
33674
33754
  status?: ("active" | "inactive") | null;
33755
+ appId?: string | null;
33756
+ appIcon?: string | null;
33675
33757
  } | null;
33676
33758
  matchStatus?: string | null;
33677
33759
  };
@@ -34342,6 +34424,14 @@ export interface operations {
34342
34424
  total: number;
34343
34425
  totalFormatted: string;
34344
34426
  }[];
34427
+ source?: {
34428
+ /** Format: uuid */
34429
+ id: string;
34430
+ type: string;
34431
+ status?: ("active" | "inactive") | null;
34432
+ appId?: string | null;
34433
+ appIcon?: string | null;
34434
+ } | null;
34345
34435
  listing: {
34346
34436
  id: string;
34347
34437
  name: string;
@@ -34944,6 +35034,14 @@ export interface operations {
34944
35034
  total: number;
34945
35035
  totalFormatted: string;
34946
35036
  }[];
35037
+ source?: {
35038
+ /** Format: uuid */
35039
+ id: string;
35040
+ type: string;
35041
+ status?: ("active" | "inactive") | null;
35042
+ appId?: string | null;
35043
+ appIcon?: string | null;
35044
+ } | null;
34947
35045
  listing: {
34948
35046
  id: string;
34949
35047
  name: string;
@@ -36802,6 +36900,7 @@ export interface operations {
36802
36900
  booksClosedAt?: string | null;
36803
36901
  logo?: string | null;
36804
36902
  statementStartAt?: string | null;
36903
+ effectiveStatementStartAt?: string | null;
36805
36904
  ownerPortalShowDraftStatements?: boolean;
36806
36905
  members?: {
36807
36906
  userId: string;
@@ -36968,6 +37067,7 @@ export interface operations {
36968
37067
  booksClosedAt?: string | null;
36969
37068
  logo?: string | null;
36970
37069
  statementStartAt?: string | null;
37070
+ effectiveStatementStartAt?: string | null;
36971
37071
  ownerPortalShowDraftStatements?: boolean;
36972
37072
  generalLedger: {
36973
37073
  taxRateCountryOverwrite?: string | null;
@@ -37086,6 +37186,7 @@ export interface operations {
37086
37186
  booksClosedAt?: string | null;
37087
37187
  logo?: string | null;
37088
37188
  statementStartAt?: string | null;
37189
+ effectiveStatementStartAt?: string | null;
37089
37190
  ownerPortalShowDraftStatements?: boolean;
37090
37191
  members?: {
37091
37192
  userId: string;
@@ -37562,6 +37663,7 @@ export interface operations {
37562
37663
  targetPartnerId?: string | null;
37563
37664
  targetName?: string | null;
37564
37665
  glStartAt: string;
37666
+ includeHistoricalStatements?: boolean;
37565
37667
  };
37566
37668
  };
37567
37669
  };
@@ -37665,6 +37767,7 @@ export interface operations {
37665
37767
  booksClosedAt?: string | null;
37666
37768
  logo?: string | null;
37667
37769
  statementStartAt?: string | null;
37770
+ effectiveStatementStartAt?: string | null;
37668
37771
  ownerPortalShowDraftStatements?: boolean;
37669
37772
  members?: {
37670
37773
  userId: string;
@@ -39416,6 +39519,7 @@ export interface operations {
39416
39519
  booksClosedAt?: string | null;
39417
39520
  logo?: string | null;
39418
39521
  statementStartAt?: string | null;
39522
+ effectiveStatementStartAt?: string | null;
39419
39523
  ownerPortalShowDraftStatements?: boolean;
39420
39524
  members?: {
39421
39525
  userId: string;
@@ -39572,6 +39676,7 @@ export interface operations {
39572
39676
  booksClosedAt?: string | null;
39573
39677
  logo?: string | null;
39574
39678
  statementStartAt?: string | null;
39679
+ effectiveStatementStartAt?: string | null;
39575
39680
  ownerPortalShowDraftStatements?: boolean;
39576
39681
  partnerId?: string | null;
39577
39682
  billingPartnerId?: string | null;
@@ -39697,6 +39802,7 @@ export interface operations {
39697
39802
  booksClosedAt?: string | null;
39698
39803
  logo?: string | null;
39699
39804
  statementStartAt?: string | null;
39805
+ effectiveStatementStartAt?: string | null;
39700
39806
  ownerPortalShowDraftStatements?: boolean;
39701
39807
  members?: {
39702
39808
  userId: string;
@@ -40251,6 +40357,7 @@ export interface operations {
40251
40357
  booksClosedAt?: string | null;
40252
40358
  logo?: string | null;
40253
40359
  statementStartAt?: string | null;
40360
+ effectiveStatementStartAt?: string | null;
40254
40361
  ownerPortalShowDraftStatements?: boolean;
40255
40362
  members?: {
40256
40363
  userId: string;
@@ -41429,6 +41536,8 @@ export interface operations {
41429
41536
  id: string;
41430
41537
  type: string;
41431
41538
  status?: ("active" | "inactive") | null;
41539
+ appId?: string | null;
41540
+ appIcon?: string | null;
41432
41541
  } | null;
41433
41542
  matchStatus?: string | null;
41434
41543
  }[];
@@ -41847,6 +41956,8 @@ export interface operations {
41847
41956
  id: string;
41848
41957
  type: string;
41849
41958
  status?: ("active" | "inactive") | null;
41959
+ appId?: string | null;
41960
+ appIcon?: string | null;
41850
41961
  } | null;
41851
41962
  matchStatus?: string | null;
41852
41963
  };
@@ -44748,6 +44859,8 @@ export interface operations {
44748
44859
  id: string;
44749
44860
  type: string;
44750
44861
  status?: ("active" | "inactive") | null;
44862
+ appId?: string | null;
44863
+ appIcon?: string | null;
44751
44864
  } | null;
44752
44865
  matchStatus?: string | null;
44753
44866
  }[];
@@ -45216,6 +45329,8 @@ export interface operations {
45216
45329
  id: string;
45217
45330
  type: string;
45218
45331
  status?: ("active" | "inactive") | null;
45332
+ appId?: string | null;
45333
+ appIcon?: string | null;
45219
45334
  } | null;
45220
45335
  matchStatus?: string | null;
45221
45336
  };
@@ -45686,6 +45801,8 @@ export interface operations {
45686
45801
  id: string;
45687
45802
  type: string;
45688
45803
  status?: ("active" | "inactive") | null;
45804
+ appId?: string | null;
45805
+ appIcon?: string | null;
45689
45806
  } | null;
45690
45807
  matchStatus?: string | null;
45691
45808
  };
@@ -46163,6 +46280,8 @@ export interface operations {
46163
46280
  id: string;
46164
46281
  type: string;
46165
46282
  status?: ("active" | "inactive") | null;
46283
+ appId?: string | null;
46284
+ appIcon?: string | null;
46166
46285
  } | null;
46167
46286
  matchStatus?: string | null;
46168
46287
  };