@vrplatform/api 1.3.1-stage.1451 → 1.3.1-stage.1455
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.
|
@@ -3103,6 +3103,7 @@ export interface operations {
|
|
|
3103
3103
|
/** Format: uuid */
|
|
3104
3104
|
id: string;
|
|
3105
3105
|
name?: string | null;
|
|
3106
|
+
firstName?: string | null;
|
|
3106
3107
|
uniqueRef?: string | null;
|
|
3107
3108
|
shortRef?: string | null;
|
|
3108
3109
|
} | null;
|
|
@@ -3218,6 +3219,7 @@ export interface operations {
|
|
|
3218
3219
|
/** Format: uuid */
|
|
3219
3220
|
id: string;
|
|
3220
3221
|
name?: string | null;
|
|
3222
|
+
firstName?: string | null;
|
|
3221
3223
|
uniqueRef?: string | null;
|
|
3222
3224
|
shortRef?: string | null;
|
|
3223
3225
|
} | null;
|
|
@@ -4079,6 +4081,7 @@ export interface operations {
|
|
|
4079
4081
|
/** Format: uuid */
|
|
4080
4082
|
id: string;
|
|
4081
4083
|
name?: string | null;
|
|
4084
|
+
firstName?: string | null;
|
|
4082
4085
|
uniqueRef?: string | null;
|
|
4083
4086
|
shortRef?: string | null;
|
|
4084
4087
|
} | null;
|
|
@@ -4415,6 +4418,7 @@ export interface operations {
|
|
|
4415
4418
|
/** Format: uuid */
|
|
4416
4419
|
id: string;
|
|
4417
4420
|
name?: string | null;
|
|
4421
|
+
firstName?: string | null;
|
|
4418
4422
|
uniqueRef?: string | null;
|
|
4419
4423
|
shortRef?: string | null;
|
|
4420
4424
|
} | null;
|
|
@@ -7416,6 +7420,7 @@ export interface operations {
|
|
|
7416
7420
|
/** Format: uuid */
|
|
7417
7421
|
id: string;
|
|
7418
7422
|
name?: string | null;
|
|
7423
|
+
firstName?: string | null;
|
|
7419
7424
|
uniqueRef?: string | null;
|
|
7420
7425
|
shortRef?: string | null;
|
|
7421
7426
|
} | null;
|
|
@@ -7460,6 +7465,7 @@ export interface operations {
|
|
|
7460
7465
|
/** Format: uuid */
|
|
7461
7466
|
id: string;
|
|
7462
7467
|
name?: string | null;
|
|
7468
|
+
firstName?: string | null;
|
|
7463
7469
|
uniqueRef?: string | null;
|
|
7464
7470
|
shortRef?: string | null;
|
|
7465
7471
|
} | null;
|
|
@@ -13886,6 +13892,7 @@ export interface operations {
|
|
|
13886
13892
|
/** Format: uuid */
|
|
13887
13893
|
id: string;
|
|
13888
13894
|
name?: string | null;
|
|
13895
|
+
firstName?: string | null;
|
|
13889
13896
|
uniqueRef?: string | null;
|
|
13890
13897
|
shortRef?: string | null;
|
|
13891
13898
|
} | null;
|
|
@@ -18567,6 +18574,7 @@ export interface operations {
|
|
|
18567
18574
|
/** Format: uuid */
|
|
18568
18575
|
id: string;
|
|
18569
18576
|
name?: string | null;
|
|
18577
|
+
firstName?: string | null;
|
|
18570
18578
|
uniqueRef?: string | null;
|
|
18571
18579
|
shortRef?: string | null;
|
|
18572
18580
|
} | null;
|
|
@@ -19555,6 +19563,7 @@ export interface operations {
|
|
|
19555
19563
|
/** Format: uuid */
|
|
19556
19564
|
id: string;
|
|
19557
19565
|
name?: string | null;
|
|
19566
|
+
firstName?: string | null;
|
|
19558
19567
|
uniqueRef?: string | null;
|
|
19559
19568
|
shortRef?: string | null;
|
|
19560
19569
|
} | null;
|
|
@@ -20101,6 +20110,7 @@ export interface operations {
|
|
|
20101
20110
|
/** Format: uuid */
|
|
20102
20111
|
id: string;
|
|
20103
20112
|
name?: string | null;
|
|
20113
|
+
firstName?: string | null;
|
|
20104
20114
|
uniqueRef?: string | null;
|
|
20105
20115
|
shortRef?: string | null;
|
|
20106
20116
|
} | null;
|
|
@@ -20653,6 +20663,7 @@ export interface operations {
|
|
|
20653
20663
|
/** Format: uuid */
|
|
20654
20664
|
id: string;
|
|
20655
20665
|
name?: string | null;
|
|
20666
|
+
firstName?: string | null;
|
|
20656
20667
|
uniqueRef?: string | null;
|
|
20657
20668
|
shortRef?: string | null;
|
|
20658
20669
|
} | null;
|
|
@@ -21094,6 +21105,7 @@ export interface operations {
|
|
|
21094
21105
|
/** Format: uuid */
|
|
21095
21106
|
id: string;
|
|
21096
21107
|
name?: string | null;
|
|
21108
|
+
firstName?: string | null;
|
|
21097
21109
|
uniqueRef?: string | null;
|
|
21098
21110
|
shortRef?: string | null;
|
|
21099
21111
|
} | null;
|
|
@@ -21521,6 +21533,7 @@ export interface operations {
|
|
|
21521
21533
|
/** Format: uuid */
|
|
21522
21534
|
id: string;
|
|
21523
21535
|
name?: string | null;
|
|
21536
|
+
firstName?: string | null;
|
|
21524
21537
|
uniqueRef?: string | null;
|
|
21525
21538
|
shortRef?: string | null;
|
|
21526
21539
|
} | null;
|
|
@@ -24203,6 +24216,7 @@ export interface operations {
|
|
|
24203
24216
|
/** Format: uuid */
|
|
24204
24217
|
id: string;
|
|
24205
24218
|
name?: string | null;
|
|
24219
|
+
firstName?: string | null;
|
|
24206
24220
|
uniqueRef?: string | null;
|
|
24207
24221
|
shortRef?: string | null;
|
|
24208
24222
|
} | null;
|
|
@@ -24318,6 +24332,7 @@ export interface operations {
|
|
|
24318
24332
|
/** Format: uuid */
|
|
24319
24333
|
id: string;
|
|
24320
24334
|
name?: string | null;
|
|
24335
|
+
firstName?: string | null;
|
|
24321
24336
|
uniqueRef?: string | null;
|
|
24322
24337
|
shortRef?: string | null;
|
|
24323
24338
|
} | null;
|
|
@@ -28886,6 +28901,7 @@ export interface operations {
|
|
|
28886
28901
|
/** Format: uuid */
|
|
28887
28902
|
id: string;
|
|
28888
28903
|
name?: string | null;
|
|
28904
|
+
firstName?: string | null;
|
|
28889
28905
|
uniqueRef?: string | null;
|
|
28890
28906
|
shortRef?: string | null;
|
|
28891
28907
|
} | null;
|
|
@@ -29001,6 +29017,7 @@ export interface operations {
|
|
|
29001
29017
|
/** Format: uuid */
|
|
29002
29018
|
id: string;
|
|
29003
29019
|
name?: string | null;
|
|
29020
|
+
firstName?: string | null;
|
|
29004
29021
|
uniqueRef?: string | null;
|
|
29005
29022
|
shortRef?: string | null;
|
|
29006
29023
|
} | null;
|
|
@@ -29253,6 +29270,7 @@ export interface operations {
|
|
|
29253
29270
|
/** Format: uuid */
|
|
29254
29271
|
id: string;
|
|
29255
29272
|
name?: string | null;
|
|
29273
|
+
firstName?: string | null;
|
|
29256
29274
|
uniqueRef?: string | null;
|
|
29257
29275
|
shortRef?: string | null;
|
|
29258
29276
|
} | null;
|
|
@@ -29368,6 +29386,7 @@ export interface operations {
|
|
|
29368
29386
|
/** Format: uuid */
|
|
29369
29387
|
id: string;
|
|
29370
29388
|
name?: string | null;
|
|
29389
|
+
firstName?: string | null;
|
|
29371
29390
|
uniqueRef?: string | null;
|
|
29372
29391
|
shortRef?: string | null;
|
|
29373
29392
|
} | null;
|
|
@@ -30046,6 +30065,7 @@ export interface operations {
|
|
|
30046
30065
|
/** Format: uuid */
|
|
30047
30066
|
id: string;
|
|
30048
30067
|
name?: string | null;
|
|
30068
|
+
firstName?: string | null;
|
|
30049
30069
|
uniqueRef?: string | null;
|
|
30050
30070
|
shortRef?: string | null;
|
|
30051
30071
|
} | null;
|
|
@@ -30105,6 +30125,7 @@ export interface operations {
|
|
|
30105
30125
|
/** Format: uuid */
|
|
30106
30126
|
id: string;
|
|
30107
30127
|
name?: string | null;
|
|
30128
|
+
firstName?: string | null;
|
|
30108
30129
|
uniqueRef?: string | null;
|
|
30109
30130
|
shortRef?: string | null;
|
|
30110
30131
|
} | null;
|
|
@@ -30333,6 +30354,7 @@ export interface operations {
|
|
|
30333
30354
|
/** Format: uuid */
|
|
30334
30355
|
id: string;
|
|
30335
30356
|
name?: string | null;
|
|
30357
|
+
firstName?: string | null;
|
|
30336
30358
|
uniqueRef?: string | null;
|
|
30337
30359
|
shortRef?: string | null;
|
|
30338
30360
|
} | null;
|
|
@@ -30392,6 +30414,7 @@ export interface operations {
|
|
|
30392
30414
|
/** Format: uuid */
|
|
30393
30415
|
id: string;
|
|
30394
30416
|
name?: string | null;
|
|
30417
|
+
firstName?: string | null;
|
|
30395
30418
|
uniqueRef?: string | null;
|
|
30396
30419
|
shortRef?: string | null;
|
|
30397
30420
|
} | null;
|
|
@@ -30700,6 +30723,7 @@ export interface operations {
|
|
|
30700
30723
|
/** Format: uuid */
|
|
30701
30724
|
id: string;
|
|
30702
30725
|
name?: string | null;
|
|
30726
|
+
firstName?: string | null;
|
|
30703
30727
|
uniqueRef?: string | null;
|
|
30704
30728
|
shortRef?: string | null;
|
|
30705
30729
|
} | null;
|
|
@@ -30759,6 +30783,7 @@ export interface operations {
|
|
|
30759
30783
|
/** Format: uuid */
|
|
30760
30784
|
id: string;
|
|
30761
30785
|
name?: string | null;
|
|
30786
|
+
firstName?: string | null;
|
|
30762
30787
|
uniqueRef?: string | null;
|
|
30763
30788
|
shortRef?: string | null;
|
|
30764
30789
|
} | null;
|
|
@@ -30980,6 +31005,7 @@ export interface operations {
|
|
|
30980
31005
|
/** Format: uuid */
|
|
30981
31006
|
id: string;
|
|
30982
31007
|
name?: string | null;
|
|
31008
|
+
firstName?: string | null;
|
|
30983
31009
|
uniqueRef?: string | null;
|
|
30984
31010
|
shortRef?: string | null;
|
|
30985
31011
|
} | null;
|
|
@@ -31039,6 +31065,7 @@ export interface operations {
|
|
|
31039
31065
|
/** Format: uuid */
|
|
31040
31066
|
id: string;
|
|
31041
31067
|
name?: string | null;
|
|
31068
|
+
firstName?: string | null;
|
|
31042
31069
|
uniqueRef?: string | null;
|
|
31043
31070
|
shortRef?: string | null;
|
|
31044
31071
|
} | null;
|
|
@@ -31373,6 +31400,7 @@ export interface operations {
|
|
|
31373
31400
|
/** Format: uuid */
|
|
31374
31401
|
id: string;
|
|
31375
31402
|
name?: string | null;
|
|
31403
|
+
firstName?: string | null;
|
|
31376
31404
|
uniqueRef?: string | null;
|
|
31377
31405
|
shortRef?: string | null;
|
|
31378
31406
|
} | null;
|
|
@@ -31488,6 +31516,7 @@ export interface operations {
|
|
|
31488
31516
|
/** Format: uuid */
|
|
31489
31517
|
id: string;
|
|
31490
31518
|
name?: string | null;
|
|
31519
|
+
firstName?: string | null;
|
|
31491
31520
|
uniqueRef?: string | null;
|
|
31492
31521
|
shortRef?: string | null;
|
|
31493
31522
|
} | null;
|
|
@@ -31665,6 +31694,7 @@ export interface operations {
|
|
|
31665
31694
|
/** Format: uuid */
|
|
31666
31695
|
id: string;
|
|
31667
31696
|
name?: string | null;
|
|
31697
|
+
firstName?: string | null;
|
|
31668
31698
|
uniqueRef?: string | null;
|
|
31669
31699
|
shortRef?: string | null;
|
|
31670
31700
|
} | null;
|
|
@@ -31780,6 +31810,7 @@ export interface operations {
|
|
|
31780
31810
|
/** Format: uuid */
|
|
31781
31811
|
id: string;
|
|
31782
31812
|
name?: string | null;
|
|
31813
|
+
firstName?: string | null;
|
|
31783
31814
|
uniqueRef?: string | null;
|
|
31784
31815
|
shortRef?: string | null;
|
|
31785
31816
|
} | null;
|
|
@@ -32080,6 +32111,7 @@ export interface operations {
|
|
|
32080
32111
|
/** Format: uuid */
|
|
32081
32112
|
id: string;
|
|
32082
32113
|
name?: string | null;
|
|
32114
|
+
firstName?: string | null;
|
|
32083
32115
|
uniqueRef?: string | null;
|
|
32084
32116
|
shortRef?: string | null;
|
|
32085
32117
|
} | null;
|
|
@@ -32195,6 +32227,7 @@ export interface operations {
|
|
|
32195
32227
|
/** Format: uuid */
|
|
32196
32228
|
id: string;
|
|
32197
32229
|
name?: string | null;
|
|
32230
|
+
firstName?: string | null;
|
|
32198
32231
|
uniqueRef?: string | null;
|
|
32199
32232
|
shortRef?: string | null;
|
|
32200
32233
|
} | null;
|
|
@@ -32510,6 +32543,7 @@ export interface operations {
|
|
|
32510
32543
|
/** Format: uuid */
|
|
32511
32544
|
id: string;
|
|
32512
32545
|
name?: string | null;
|
|
32546
|
+
firstName?: string | null;
|
|
32513
32547
|
uniqueRef?: string | null;
|
|
32514
32548
|
shortRef?: string | null;
|
|
32515
32549
|
} | null;
|
|
@@ -32625,6 +32659,7 @@ export interface operations {
|
|
|
32625
32659
|
/** Format: uuid */
|
|
32626
32660
|
id: string;
|
|
32627
32661
|
name?: string | null;
|
|
32662
|
+
firstName?: string | null;
|
|
32628
32663
|
uniqueRef?: string | null;
|
|
32629
32664
|
shortRef?: string | null;
|
|
32630
32665
|
} | null;
|