@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.
|
@@ -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;
|
|
@@ -15035,6 +15065,8 @@ export interface operations {
|
|
|
15035
15065
|
id: string;
|
|
15036
15066
|
type: string;
|
|
15037
15067
|
status?: ("active" | "inactive") | null;
|
|
15068
|
+
appId?: string | null;
|
|
15069
|
+
appIcon?: string | null;
|
|
15038
15070
|
} | null;
|
|
15039
15071
|
upcomingDeactivation: {
|
|
15040
15072
|
/** @enum {string} */
|
|
@@ -15301,6 +15333,8 @@ export interface operations {
|
|
|
15301
15333
|
id: string;
|
|
15302
15334
|
type: string;
|
|
15303
15335
|
status?: ("active" | "inactive") | null;
|
|
15336
|
+
appId?: string | null;
|
|
15337
|
+
appIcon?: string | null;
|
|
15304
15338
|
} | null;
|
|
15305
15339
|
upcomingDeactivation: {
|
|
15306
15340
|
/** @enum {string} */
|
|
@@ -16546,6 +16580,8 @@ export interface operations {
|
|
|
16546
16580
|
id: string;
|
|
16547
16581
|
type: string;
|
|
16548
16582
|
status?: ("active" | "inactive") | null;
|
|
16583
|
+
appId?: string | null;
|
|
16584
|
+
appIcon?: string | null;
|
|
16549
16585
|
} | null;
|
|
16550
16586
|
upcomingDeactivation: {
|
|
16551
16587
|
/** @enum {string} */
|
|
@@ -16804,6 +16840,8 @@ export interface operations {
|
|
|
16804
16840
|
id: string;
|
|
16805
16841
|
type: string;
|
|
16806
16842
|
status?: ("active" | "inactive") | null;
|
|
16843
|
+
appId?: string | null;
|
|
16844
|
+
appIcon?: string | null;
|
|
16807
16845
|
} | null;
|
|
16808
16846
|
upcomingDeactivation: {
|
|
16809
16847
|
/** @enum {string} */
|
|
@@ -23319,6 +23357,8 @@ export interface operations {
|
|
|
23319
23357
|
netIncome: number;
|
|
23320
23358
|
adjustments: number;
|
|
23321
23359
|
transfers: number;
|
|
23360
|
+
reserves: number;
|
|
23361
|
+
availableBalance: number;
|
|
23322
23362
|
};
|
|
23323
23363
|
}[];
|
|
23324
23364
|
};
|
|
@@ -23543,6 +23583,8 @@ export interface operations {
|
|
|
23543
23583
|
netIncome: number;
|
|
23544
23584
|
adjustments: number;
|
|
23545
23585
|
transfers: number;
|
|
23586
|
+
reserves: number;
|
|
23587
|
+
availableBalance: number;
|
|
23546
23588
|
};
|
|
23547
23589
|
accounts: {
|
|
23548
23590
|
id: string;
|
|
@@ -23560,7 +23602,7 @@ export interface operations {
|
|
|
23560
23602
|
}[];
|
|
23561
23603
|
sections: {
|
|
23562
23604
|
/** @enum {string} */
|
|
23563
|
-
id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "other";
|
|
23605
|
+
id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "reserves" | "other";
|
|
23564
23606
|
name: string;
|
|
23565
23607
|
accounts: {
|
|
23566
23608
|
id: string;
|
|
@@ -26427,6 +26469,8 @@ export interface operations {
|
|
|
26427
26469
|
id: string;
|
|
26428
26470
|
type: string;
|
|
26429
26471
|
status?: ("active" | "inactive") | null;
|
|
26472
|
+
appId?: string | null;
|
|
26473
|
+
appIcon?: string | null;
|
|
26430
26474
|
} | null;
|
|
26431
26475
|
lines?: {
|
|
26432
26476
|
/** Format: uuid */
|
|
@@ -26887,6 +26931,8 @@ export interface operations {
|
|
|
26887
26931
|
id: string;
|
|
26888
26932
|
type: string;
|
|
26889
26933
|
status?: ("active" | "inactive") | null;
|
|
26934
|
+
appId?: string | null;
|
|
26935
|
+
appIcon?: string | null;
|
|
26890
26936
|
} | null;
|
|
26891
26937
|
lines: {
|
|
26892
26938
|
/** Format: uuid */
|
|
@@ -28281,6 +28327,8 @@ export interface operations {
|
|
|
28281
28327
|
id: string;
|
|
28282
28328
|
type: string;
|
|
28283
28329
|
status?: ("active" | "inactive") | null;
|
|
28330
|
+
appId?: string | null;
|
|
28331
|
+
appIcon?: string | null;
|
|
28284
28332
|
} | null;
|
|
28285
28333
|
lines: {
|
|
28286
28334
|
/** Format: uuid */
|
|
@@ -28853,6 +28901,8 @@ export interface operations {
|
|
|
28853
28901
|
id: string;
|
|
28854
28902
|
type: string;
|
|
28855
28903
|
status?: ("active" | "inactive") | null;
|
|
28904
|
+
appId?: string | null;
|
|
28905
|
+
appIcon?: string | null;
|
|
28856
28906
|
} | null;
|
|
28857
28907
|
lines: {
|
|
28858
28908
|
/** Format: uuid */
|
|
@@ -29541,6 +29591,8 @@ export interface operations {
|
|
|
29541
29591
|
id: string;
|
|
29542
29592
|
type: string;
|
|
29543
29593
|
status?: ("active" | "inactive") | null;
|
|
29594
|
+
appId?: string | null;
|
|
29595
|
+
appIcon?: string | null;
|
|
29544
29596
|
} | null;
|
|
29545
29597
|
lines: {
|
|
29546
29598
|
/** Format: uuid */
|
|
@@ -30003,6 +30055,8 @@ export interface operations {
|
|
|
30003
30055
|
id: string;
|
|
30004
30056
|
type: string;
|
|
30005
30057
|
status?: ("active" | "inactive") | null;
|
|
30058
|
+
appId?: string | null;
|
|
30059
|
+
appIcon?: string | null;
|
|
30006
30060
|
} | null;
|
|
30007
30061
|
lines: {
|
|
30008
30062
|
/** Format: uuid */
|
|
@@ -30451,6 +30505,8 @@ export interface operations {
|
|
|
30451
30505
|
id: string;
|
|
30452
30506
|
type: string;
|
|
30453
30507
|
status?: ("active" | "inactive") | null;
|
|
30508
|
+
appId?: string | null;
|
|
30509
|
+
appIcon?: string | null;
|
|
30454
30510
|
} | null;
|
|
30455
30511
|
lines: {
|
|
30456
30512
|
/** Format: uuid */
|
|
@@ -30843,6 +30899,14 @@ export interface operations {
|
|
|
30843
30899
|
total: number;
|
|
30844
30900
|
totalFormatted: string;
|
|
30845
30901
|
}[];
|
|
30902
|
+
source?: {
|
|
30903
|
+
/** Format: uuid */
|
|
30904
|
+
id: string;
|
|
30905
|
+
type: string;
|
|
30906
|
+
status?: ("active" | "inactive") | null;
|
|
30907
|
+
appId?: string | null;
|
|
30908
|
+
appIcon?: string | null;
|
|
30909
|
+
} | null;
|
|
30846
30910
|
listing: {
|
|
30847
30911
|
id: string;
|
|
30848
30912
|
name: string;
|
|
@@ -31215,6 +31279,14 @@ export interface operations {
|
|
|
31215
31279
|
total: number;
|
|
31216
31280
|
totalFormatted: string;
|
|
31217
31281
|
}[];
|
|
31282
|
+
source?: {
|
|
31283
|
+
/** Format: uuid */
|
|
31284
|
+
id: string;
|
|
31285
|
+
type: string;
|
|
31286
|
+
status?: ("active" | "inactive") | null;
|
|
31287
|
+
appId?: string | null;
|
|
31288
|
+
appIcon?: string | null;
|
|
31289
|
+
} | null;
|
|
31218
31290
|
listing: {
|
|
31219
31291
|
id: string;
|
|
31220
31292
|
name: string;
|
|
@@ -31812,6 +31884,14 @@ export interface operations {
|
|
|
31812
31884
|
total: number;
|
|
31813
31885
|
totalFormatted: string;
|
|
31814
31886
|
}[];
|
|
31887
|
+
source?: {
|
|
31888
|
+
/** Format: uuid */
|
|
31889
|
+
id: string;
|
|
31890
|
+
type: string;
|
|
31891
|
+
status?: ("active" | "inactive") | null;
|
|
31892
|
+
appId?: string | null;
|
|
31893
|
+
appIcon?: string | null;
|
|
31894
|
+
} | null;
|
|
31815
31895
|
listing: {
|
|
31816
31896
|
id: string;
|
|
31817
31897
|
name: string;
|
|
@@ -33671,6 +33751,8 @@ export interface operations {
|
|
|
33671
33751
|
id: string;
|
|
33672
33752
|
type: string;
|
|
33673
33753
|
status?: ("active" | "inactive") | null;
|
|
33754
|
+
appId?: string | null;
|
|
33755
|
+
appIcon?: string | null;
|
|
33674
33756
|
} | null;
|
|
33675
33757
|
matchStatus?: string | null;
|
|
33676
33758
|
};
|
|
@@ -34341,6 +34423,14 @@ export interface operations {
|
|
|
34341
34423
|
total: number;
|
|
34342
34424
|
totalFormatted: string;
|
|
34343
34425
|
}[];
|
|
34426
|
+
source?: {
|
|
34427
|
+
/** Format: uuid */
|
|
34428
|
+
id: string;
|
|
34429
|
+
type: string;
|
|
34430
|
+
status?: ("active" | "inactive") | null;
|
|
34431
|
+
appId?: string | null;
|
|
34432
|
+
appIcon?: string | null;
|
|
34433
|
+
} | null;
|
|
34344
34434
|
listing: {
|
|
34345
34435
|
id: string;
|
|
34346
34436
|
name: string;
|
|
@@ -34943,6 +35033,14 @@ export interface operations {
|
|
|
34943
35033
|
total: number;
|
|
34944
35034
|
totalFormatted: string;
|
|
34945
35035
|
}[];
|
|
35036
|
+
source?: {
|
|
35037
|
+
/** Format: uuid */
|
|
35038
|
+
id: string;
|
|
35039
|
+
type: string;
|
|
35040
|
+
status?: ("active" | "inactive") | null;
|
|
35041
|
+
appId?: string | null;
|
|
35042
|
+
appIcon?: string | null;
|
|
35043
|
+
} | null;
|
|
34946
35044
|
listing: {
|
|
34947
35045
|
id: string;
|
|
34948
35046
|
name: string;
|
|
@@ -36801,6 +36899,7 @@ export interface operations {
|
|
|
36801
36899
|
booksClosedAt?: string | null;
|
|
36802
36900
|
logo?: string | null;
|
|
36803
36901
|
statementStartAt?: string | null;
|
|
36902
|
+
effectiveStatementStartAt?: string | null;
|
|
36804
36903
|
ownerPortalShowDraftStatements?: boolean;
|
|
36805
36904
|
members?: {
|
|
36806
36905
|
userId: string;
|
|
@@ -36967,6 +37066,7 @@ export interface operations {
|
|
|
36967
37066
|
booksClosedAt?: string | null;
|
|
36968
37067
|
logo?: string | null;
|
|
36969
37068
|
statementStartAt?: string | null;
|
|
37069
|
+
effectiveStatementStartAt?: string | null;
|
|
36970
37070
|
ownerPortalShowDraftStatements?: boolean;
|
|
36971
37071
|
generalLedger: {
|
|
36972
37072
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -37085,6 +37185,7 @@ export interface operations {
|
|
|
37085
37185
|
booksClosedAt?: string | null;
|
|
37086
37186
|
logo?: string | null;
|
|
37087
37187
|
statementStartAt?: string | null;
|
|
37188
|
+
effectiveStatementStartAt?: string | null;
|
|
37088
37189
|
ownerPortalShowDraftStatements?: boolean;
|
|
37089
37190
|
members?: {
|
|
37090
37191
|
userId: string;
|
|
@@ -37561,6 +37662,7 @@ export interface operations {
|
|
|
37561
37662
|
targetPartnerId?: string | null;
|
|
37562
37663
|
targetName?: string | null;
|
|
37563
37664
|
glStartAt: string;
|
|
37665
|
+
includeHistoricalStatements?: boolean;
|
|
37564
37666
|
};
|
|
37565
37667
|
};
|
|
37566
37668
|
};
|
|
@@ -37664,6 +37766,7 @@ export interface operations {
|
|
|
37664
37766
|
booksClosedAt?: string | null;
|
|
37665
37767
|
logo?: string | null;
|
|
37666
37768
|
statementStartAt?: string | null;
|
|
37769
|
+
effectiveStatementStartAt?: string | null;
|
|
37667
37770
|
ownerPortalShowDraftStatements?: boolean;
|
|
37668
37771
|
members?: {
|
|
37669
37772
|
userId: string;
|
|
@@ -39415,6 +39518,7 @@ export interface operations {
|
|
|
39415
39518
|
booksClosedAt?: string | null;
|
|
39416
39519
|
logo?: string | null;
|
|
39417
39520
|
statementStartAt?: string | null;
|
|
39521
|
+
effectiveStatementStartAt?: string | null;
|
|
39418
39522
|
ownerPortalShowDraftStatements?: boolean;
|
|
39419
39523
|
members?: {
|
|
39420
39524
|
userId: string;
|
|
@@ -39571,6 +39675,7 @@ export interface operations {
|
|
|
39571
39675
|
booksClosedAt?: string | null;
|
|
39572
39676
|
logo?: string | null;
|
|
39573
39677
|
statementStartAt?: string | null;
|
|
39678
|
+
effectiveStatementStartAt?: string | null;
|
|
39574
39679
|
ownerPortalShowDraftStatements?: boolean;
|
|
39575
39680
|
partnerId?: string | null;
|
|
39576
39681
|
billingPartnerId?: string | null;
|
|
@@ -39696,6 +39801,7 @@ export interface operations {
|
|
|
39696
39801
|
booksClosedAt?: string | null;
|
|
39697
39802
|
logo?: string | null;
|
|
39698
39803
|
statementStartAt?: string | null;
|
|
39804
|
+
effectiveStatementStartAt?: string | null;
|
|
39699
39805
|
ownerPortalShowDraftStatements?: boolean;
|
|
39700
39806
|
members?: {
|
|
39701
39807
|
userId: string;
|
|
@@ -40250,6 +40356,7 @@ export interface operations {
|
|
|
40250
40356
|
booksClosedAt?: string | null;
|
|
40251
40357
|
logo?: string | null;
|
|
40252
40358
|
statementStartAt?: string | null;
|
|
40359
|
+
effectiveStatementStartAt?: string | null;
|
|
40253
40360
|
ownerPortalShowDraftStatements?: boolean;
|
|
40254
40361
|
members?: {
|
|
40255
40362
|
userId: string;
|
|
@@ -41428,6 +41535,8 @@ export interface operations {
|
|
|
41428
41535
|
id: string;
|
|
41429
41536
|
type: string;
|
|
41430
41537
|
status?: ("active" | "inactive") | null;
|
|
41538
|
+
appId?: string | null;
|
|
41539
|
+
appIcon?: string | null;
|
|
41431
41540
|
} | null;
|
|
41432
41541
|
matchStatus?: string | null;
|
|
41433
41542
|
}[];
|
|
@@ -41846,6 +41955,8 @@ export interface operations {
|
|
|
41846
41955
|
id: string;
|
|
41847
41956
|
type: string;
|
|
41848
41957
|
status?: ("active" | "inactive") | null;
|
|
41958
|
+
appId?: string | null;
|
|
41959
|
+
appIcon?: string | null;
|
|
41849
41960
|
} | null;
|
|
41850
41961
|
matchStatus?: string | null;
|
|
41851
41962
|
};
|
|
@@ -44747,6 +44858,8 @@ export interface operations {
|
|
|
44747
44858
|
id: string;
|
|
44748
44859
|
type: string;
|
|
44749
44860
|
status?: ("active" | "inactive") | null;
|
|
44861
|
+
appId?: string | null;
|
|
44862
|
+
appIcon?: string | null;
|
|
44750
44863
|
} | null;
|
|
44751
44864
|
matchStatus?: string | null;
|
|
44752
44865
|
}[];
|
|
@@ -45215,6 +45328,8 @@ export interface operations {
|
|
|
45215
45328
|
id: string;
|
|
45216
45329
|
type: string;
|
|
45217
45330
|
status?: ("active" | "inactive") | null;
|
|
45331
|
+
appId?: string | null;
|
|
45332
|
+
appIcon?: string | null;
|
|
45218
45333
|
} | null;
|
|
45219
45334
|
matchStatus?: string | null;
|
|
45220
45335
|
};
|
|
@@ -45685,6 +45800,8 @@ export interface operations {
|
|
|
45685
45800
|
id: string;
|
|
45686
45801
|
type: string;
|
|
45687
45802
|
status?: ("active" | "inactive") | null;
|
|
45803
|
+
appId?: string | null;
|
|
45804
|
+
appIcon?: string | null;
|
|
45688
45805
|
} | null;
|
|
45689
45806
|
matchStatus?: string | null;
|
|
45690
45807
|
};
|
|
@@ -46162,6 +46279,8 @@ export interface operations {
|
|
|
46162
46279
|
id: string;
|
|
46163
46280
|
type: string;
|
|
46164
46281
|
status?: ("active" | "inactive") | null;
|
|
46282
|
+
appId?: string | null;
|
|
46283
|
+
appIcon?: string | null;
|
|
46165
46284
|
} | null;
|
|
46166
46285
|
matchStatus?: string | null;
|
|
46167
46286
|
};
|