@vrplatform/api 1.3.1-stage.2123 → 1.3.1-stage.2125

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.
@@ -3384,6 +3384,8 @@ export interface operations {
3384
3384
  id: string;
3385
3385
  type: string;
3386
3386
  status?: ("active" | "inactive") | null;
3387
+ appId?: string | null;
3388
+ appIcon?: string | null;
3387
3389
  } | null;
3388
3390
  }[];
3389
3391
  bankRecords: {
@@ -3597,6 +3599,8 @@ export interface operations {
3597
3599
  id: string;
3598
3600
  type: string;
3599
3601
  status?: ("active" | "inactive") | null;
3602
+ appId?: string | null;
3603
+ appIcon?: string | null;
3600
3604
  } | null;
3601
3605
  }[];
3602
3606
  bankRecords: {
@@ -3892,6 +3896,8 @@ export interface operations {
3892
3896
  id: string;
3893
3897
  type: string;
3894
3898
  status?: ("active" | "inactive") | null;
3899
+ appId?: string | null;
3900
+ appIcon?: string | null;
3895
3901
  } | null;
3896
3902
  }[];
3897
3903
  bankRecords: {
@@ -4097,6 +4103,8 @@ export interface operations {
4097
4103
  id: string;
4098
4104
  type: string;
4099
4105
  status?: ("active" | "inactive") | null;
4106
+ appId?: string | null;
4107
+ appIcon?: string | null;
4100
4108
  } | null;
4101
4109
  }[];
4102
4110
  bankRecords: {
@@ -4566,6 +4574,8 @@ export interface operations {
4566
4574
  id: string;
4567
4575
  type: string;
4568
4576
  status?: ("active" | "inactive") | null;
4577
+ appId?: string | null;
4578
+ appIcon?: string | null;
4569
4579
  } | null;
4570
4580
  matchStatus?: string | null;
4571
4581
  };
@@ -4585,6 +4595,8 @@ export interface operations {
4585
4595
  id: string;
4586
4596
  type: string;
4587
4597
  status?: ("active" | "inactive") | null;
4598
+ appId?: string | null;
4599
+ appIcon?: string | null;
4588
4600
  } | null;
4589
4601
  /** @enum {string} */
4590
4602
  type: "transaction" | "balance";
@@ -4788,6 +4800,8 @@ export interface operations {
4788
4800
  id: string;
4789
4801
  type: string;
4790
4802
  status?: ("active" | "inactive") | null;
4803
+ appId?: string | null;
4804
+ appIcon?: string | null;
4791
4805
  } | null;
4792
4806
  }[];
4793
4807
  bankRecords: {
@@ -4985,6 +4999,8 @@ export interface operations {
4985
4999
  id: string;
4986
5000
  type: string;
4987
5001
  status?: ("active" | "inactive") | null;
5002
+ appId?: string | null;
5003
+ appIcon?: string | null;
4988
5004
  } | null;
4989
5005
  }[];
4990
5006
  bankRecords: {
@@ -6797,6 +6813,8 @@ export interface operations {
6797
6813
  id: string;
6798
6814
  type: string;
6799
6815
  status?: ("active" | "inactive") | null;
6816
+ appId?: string | null;
6817
+ appIcon?: string | null;
6800
6818
  } | null;
6801
6819
  };
6802
6820
  };
@@ -6937,6 +6955,8 @@ export interface operations {
6937
6955
  id: string;
6938
6956
  type: string;
6939
6957
  status?: ("active" | "inactive") | null;
6958
+ appId?: string | null;
6959
+ appIcon?: string | null;
6940
6960
  } | null;
6941
6961
  /** @enum {string} */
6942
6962
  type: "transaction" | "balance";
@@ -7532,6 +7552,8 @@ export interface operations {
7532
7552
  id: string;
7533
7553
  type: string;
7534
7554
  status?: ("active" | "inactive") | null;
7555
+ appId?: string | null;
7556
+ appIcon?: string | null;
7535
7557
  } | null;
7536
7558
  /** @enum {string} */
7537
7559
  type: "transaction" | "balance";
@@ -10596,6 +10618,8 @@ export interface operations {
10596
10618
  id: string;
10597
10619
  type: string;
10598
10620
  status?: ("active" | "inactive") | null;
10621
+ appId?: string | null;
10622
+ appIcon?: string | null;
10599
10623
  } | null;
10600
10624
  ownershipPeriods: {
10601
10625
  listingId: string;
@@ -10784,6 +10808,8 @@ export interface operations {
10784
10808
  id: string;
10785
10809
  type: string;
10786
10810
  status?: ("active" | "inactive") | null;
10811
+ appId?: string | null;
10812
+ appIcon?: string | null;
10787
10813
  } | null;
10788
10814
  ownershipPeriods: {
10789
10815
  listingId: string;
@@ -11191,6 +11217,8 @@ export interface operations {
11191
11217
  id: string;
11192
11218
  type: string;
11193
11219
  status?: ("active" | "inactive") | null;
11220
+ appId?: string | null;
11221
+ appIcon?: string | null;
11194
11222
  } | null;
11195
11223
  ownershipPeriods: {
11196
11224
  listingId: string;
@@ -11370,6 +11398,8 @@ export interface operations {
11370
11398
  id: string;
11371
11399
  type: string;
11372
11400
  status?: ("active" | "inactive") | null;
11401
+ appId?: string | null;
11402
+ appIcon?: string | null;
11373
11403
  } | null;
11374
11404
  ownershipPeriods: {
11375
11405
  listingId: string;
@@ -13921,6 +13951,7 @@ export interface operations {
13921
13951
  content: {
13922
13952
  "application/json": {
13923
13953
  uniqueRef: string;
13954
+ domain?: string | null;
13924
13955
  };
13925
13956
  };
13926
13957
  };
@@ -15035,6 +15066,8 @@ export interface operations {
15035
15066
  id: string;
15036
15067
  type: string;
15037
15068
  status?: ("active" | "inactive") | null;
15069
+ appId?: string | null;
15070
+ appIcon?: string | null;
15038
15071
  } | null;
15039
15072
  upcomingDeactivation: {
15040
15073
  /** @enum {string} */
@@ -15301,6 +15334,8 @@ export interface operations {
15301
15334
  id: string;
15302
15335
  type: string;
15303
15336
  status?: ("active" | "inactive") | null;
15337
+ appId?: string | null;
15338
+ appIcon?: string | null;
15304
15339
  } | null;
15305
15340
  upcomingDeactivation: {
15306
15341
  /** @enum {string} */
@@ -16546,6 +16581,8 @@ export interface operations {
16546
16581
  id: string;
16547
16582
  type: string;
16548
16583
  status?: ("active" | "inactive") | null;
16584
+ appId?: string | null;
16585
+ appIcon?: string | null;
16549
16586
  } | null;
16550
16587
  upcomingDeactivation: {
16551
16588
  /** @enum {string} */
@@ -16804,6 +16841,8 @@ export interface operations {
16804
16841
  id: string;
16805
16842
  type: string;
16806
16843
  status?: ("active" | "inactive") | null;
16844
+ appId?: string | null;
16845
+ appIcon?: string | null;
16807
16846
  } | null;
16808
16847
  upcomingDeactivation: {
16809
16848
  /** @enum {string} */
@@ -26431,6 +26470,8 @@ export interface operations {
26431
26470
  id: string;
26432
26471
  type: string;
26433
26472
  status?: ("active" | "inactive") | null;
26473
+ appId?: string | null;
26474
+ appIcon?: string | null;
26434
26475
  } | null;
26435
26476
  lines?: {
26436
26477
  /** Format: uuid */
@@ -26891,6 +26932,8 @@ export interface operations {
26891
26932
  id: string;
26892
26933
  type: string;
26893
26934
  status?: ("active" | "inactive") | null;
26935
+ appId?: string | null;
26936
+ appIcon?: string | null;
26894
26937
  } | null;
26895
26938
  lines: {
26896
26939
  /** Format: uuid */
@@ -28285,6 +28328,8 @@ export interface operations {
28285
28328
  id: string;
28286
28329
  type: string;
28287
28330
  status?: ("active" | "inactive") | null;
28331
+ appId?: string | null;
28332
+ appIcon?: string | null;
28288
28333
  } | null;
28289
28334
  lines: {
28290
28335
  /** Format: uuid */
@@ -28857,6 +28902,8 @@ export interface operations {
28857
28902
  id: string;
28858
28903
  type: string;
28859
28904
  status?: ("active" | "inactive") | null;
28905
+ appId?: string | null;
28906
+ appIcon?: string | null;
28860
28907
  } | null;
28861
28908
  lines: {
28862
28909
  /** Format: uuid */
@@ -29545,6 +29592,8 @@ export interface operations {
29545
29592
  id: string;
29546
29593
  type: string;
29547
29594
  status?: ("active" | "inactive") | null;
29595
+ appId?: string | null;
29596
+ appIcon?: string | null;
29548
29597
  } | null;
29549
29598
  lines: {
29550
29599
  /** Format: uuid */
@@ -30007,6 +30056,8 @@ export interface operations {
30007
30056
  id: string;
30008
30057
  type: string;
30009
30058
  status?: ("active" | "inactive") | null;
30059
+ appId?: string | null;
30060
+ appIcon?: string | null;
30010
30061
  } | null;
30011
30062
  lines: {
30012
30063
  /** Format: uuid */
@@ -30455,6 +30506,8 @@ export interface operations {
30455
30506
  id: string;
30456
30507
  type: string;
30457
30508
  status?: ("active" | "inactive") | null;
30509
+ appId?: string | null;
30510
+ appIcon?: string | null;
30458
30511
  } | null;
30459
30512
  lines: {
30460
30513
  /** Format: uuid */
@@ -30847,6 +30900,14 @@ export interface operations {
30847
30900
  total: number;
30848
30901
  totalFormatted: string;
30849
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;
30850
30911
  listing: {
30851
30912
  id: string;
30852
30913
  name: string;
@@ -31219,6 +31280,14 @@ export interface operations {
31219
31280
  total: number;
31220
31281
  totalFormatted: string;
31221
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;
31222
31291
  listing: {
31223
31292
  id: string;
31224
31293
  name: string;
@@ -31816,6 +31885,14 @@ export interface operations {
31816
31885
  total: number;
31817
31886
  totalFormatted: string;
31818
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;
31819
31896
  listing: {
31820
31897
  id: string;
31821
31898
  name: string;
@@ -33675,6 +33752,8 @@ export interface operations {
33675
33752
  id: string;
33676
33753
  type: string;
33677
33754
  status?: ("active" | "inactive") | null;
33755
+ appId?: string | null;
33756
+ appIcon?: string | null;
33678
33757
  } | null;
33679
33758
  matchStatus?: string | null;
33680
33759
  };
@@ -34345,6 +34424,14 @@ export interface operations {
34345
34424
  total: number;
34346
34425
  totalFormatted: string;
34347
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;
34348
34435
  listing: {
34349
34436
  id: string;
34350
34437
  name: string;
@@ -34947,6 +35034,14 @@ export interface operations {
34947
35034
  total: number;
34948
35035
  totalFormatted: string;
34949
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;
34950
35045
  listing: {
34951
35046
  id: string;
34952
35047
  name: string;
@@ -36805,6 +36900,7 @@ export interface operations {
36805
36900
  booksClosedAt?: string | null;
36806
36901
  logo?: string | null;
36807
36902
  statementStartAt?: string | null;
36903
+ effectiveStatementStartAt?: string | null;
36808
36904
  ownerPortalShowDraftStatements?: boolean;
36809
36905
  members?: {
36810
36906
  userId: string;
@@ -36971,6 +37067,7 @@ export interface operations {
36971
37067
  booksClosedAt?: string | null;
36972
37068
  logo?: string | null;
36973
37069
  statementStartAt?: string | null;
37070
+ effectiveStatementStartAt?: string | null;
36974
37071
  ownerPortalShowDraftStatements?: boolean;
36975
37072
  generalLedger: {
36976
37073
  taxRateCountryOverwrite?: string | null;
@@ -37089,6 +37186,7 @@ export interface operations {
37089
37186
  booksClosedAt?: string | null;
37090
37187
  logo?: string | null;
37091
37188
  statementStartAt?: string | null;
37189
+ effectiveStatementStartAt?: string | null;
37092
37190
  ownerPortalShowDraftStatements?: boolean;
37093
37191
  members?: {
37094
37192
  userId: string;
@@ -37565,6 +37663,7 @@ export interface operations {
37565
37663
  targetPartnerId?: string | null;
37566
37664
  targetName?: string | null;
37567
37665
  glStartAt: string;
37666
+ includeHistoricalStatements?: boolean;
37568
37667
  };
37569
37668
  };
37570
37669
  };
@@ -37668,6 +37767,7 @@ export interface operations {
37668
37767
  booksClosedAt?: string | null;
37669
37768
  logo?: string | null;
37670
37769
  statementStartAt?: string | null;
37770
+ effectiveStatementStartAt?: string | null;
37671
37771
  ownerPortalShowDraftStatements?: boolean;
37672
37772
  members?: {
37673
37773
  userId: string;
@@ -39419,6 +39519,7 @@ export interface operations {
39419
39519
  booksClosedAt?: string | null;
39420
39520
  logo?: string | null;
39421
39521
  statementStartAt?: string | null;
39522
+ effectiveStatementStartAt?: string | null;
39422
39523
  ownerPortalShowDraftStatements?: boolean;
39423
39524
  members?: {
39424
39525
  userId: string;
@@ -39575,6 +39676,7 @@ export interface operations {
39575
39676
  booksClosedAt?: string | null;
39576
39677
  logo?: string | null;
39577
39678
  statementStartAt?: string | null;
39679
+ effectiveStatementStartAt?: string | null;
39578
39680
  ownerPortalShowDraftStatements?: boolean;
39579
39681
  partnerId?: string | null;
39580
39682
  billingPartnerId?: string | null;
@@ -39700,6 +39802,7 @@ export interface operations {
39700
39802
  booksClosedAt?: string | null;
39701
39803
  logo?: string | null;
39702
39804
  statementStartAt?: string | null;
39805
+ effectiveStatementStartAt?: string | null;
39703
39806
  ownerPortalShowDraftStatements?: boolean;
39704
39807
  members?: {
39705
39808
  userId: string;
@@ -40254,6 +40357,7 @@ export interface operations {
40254
40357
  booksClosedAt?: string | null;
40255
40358
  logo?: string | null;
40256
40359
  statementStartAt?: string | null;
40360
+ effectiveStatementStartAt?: string | null;
40257
40361
  ownerPortalShowDraftStatements?: boolean;
40258
40362
  members?: {
40259
40363
  userId: string;
@@ -41432,6 +41536,8 @@ export interface operations {
41432
41536
  id: string;
41433
41537
  type: string;
41434
41538
  status?: ("active" | "inactive") | null;
41539
+ appId?: string | null;
41540
+ appIcon?: string | null;
41435
41541
  } | null;
41436
41542
  matchStatus?: string | null;
41437
41543
  }[];
@@ -41850,6 +41956,8 @@ export interface operations {
41850
41956
  id: string;
41851
41957
  type: string;
41852
41958
  status?: ("active" | "inactive") | null;
41959
+ appId?: string | null;
41960
+ appIcon?: string | null;
41853
41961
  } | null;
41854
41962
  matchStatus?: string | null;
41855
41963
  };
@@ -44751,6 +44859,8 @@ export interface operations {
44751
44859
  id: string;
44752
44860
  type: string;
44753
44861
  status?: ("active" | "inactive") | null;
44862
+ appId?: string | null;
44863
+ appIcon?: string | null;
44754
44864
  } | null;
44755
44865
  matchStatus?: string | null;
44756
44866
  }[];
@@ -45219,6 +45329,8 @@ export interface operations {
45219
45329
  id: string;
45220
45330
  type: string;
45221
45331
  status?: ("active" | "inactive") | null;
45332
+ appId?: string | null;
45333
+ appIcon?: string | null;
45222
45334
  } | null;
45223
45335
  matchStatus?: string | null;
45224
45336
  };
@@ -45689,6 +45801,8 @@ export interface operations {
45689
45801
  id: string;
45690
45802
  type: string;
45691
45803
  status?: ("active" | "inactive") | null;
45804
+ appId?: string | null;
45805
+ appIcon?: string | null;
45692
45806
  } | null;
45693
45807
  matchStatus?: string | null;
45694
45808
  };
@@ -46166,6 +46280,8 @@ export interface operations {
46166
46280
  id: string;
46167
46281
  type: string;
46168
46282
  status?: ("active" | "inactive") | null;
46283
+ appId?: string | null;
46284
+ appIcon?: string | null;
46169
46285
  } | null;
46170
46286
  matchStatus?: string | null;
46171
46287
  };