@vrplatform/api 1.3.1-stage.2469 → 1.3.1-stage.2471
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.
|
@@ -4700,6 +4700,9 @@ export interface operations {
|
|
|
4700
4700
|
firstName?: string | null;
|
|
4701
4701
|
uniqueRef?: string | null;
|
|
4702
4702
|
shortRef?: string | null;
|
|
4703
|
+
email?: string | null;
|
|
4704
|
+
/** @enum {string} */
|
|
4705
|
+
type: "owner" | "vendor";
|
|
4703
4706
|
} | null;
|
|
4704
4707
|
matchStatus?: string | null;
|
|
4705
4708
|
appliedAmount?: {
|
|
@@ -4859,6 +4862,9 @@ export interface operations {
|
|
|
4859
4862
|
firstName?: string | null;
|
|
4860
4863
|
uniqueRef?: string | null;
|
|
4861
4864
|
shortRef?: string | null;
|
|
4865
|
+
email?: string | null;
|
|
4866
|
+
/** @enum {string} */
|
|
4867
|
+
type: "owner" | "vendor";
|
|
4862
4868
|
} | null;
|
|
4863
4869
|
source?: {
|
|
4864
4870
|
/** Format: uuid */
|
|
@@ -6313,6 +6319,9 @@ export interface operations {
|
|
|
6313
6319
|
firstName?: string | null;
|
|
6314
6320
|
uniqueRef?: string | null;
|
|
6315
6321
|
shortRef?: string | null;
|
|
6322
|
+
email?: string | null;
|
|
6323
|
+
/** @enum {string} */
|
|
6324
|
+
type: "owner" | "vendor";
|
|
6316
6325
|
} | null;
|
|
6317
6326
|
connection?: {
|
|
6318
6327
|
/** Format: uuid */
|
|
@@ -6359,6 +6368,9 @@ export interface operations {
|
|
|
6359
6368
|
firstName?: string | null;
|
|
6360
6369
|
uniqueRef?: string | null;
|
|
6361
6370
|
shortRef?: string | null;
|
|
6371
|
+
email?: string | null;
|
|
6372
|
+
/** @enum {string} */
|
|
6373
|
+
type: "owner" | "vendor";
|
|
6362
6374
|
} | null;
|
|
6363
6375
|
connection?: {
|
|
6364
6376
|
/** Format: uuid */
|
|
@@ -7617,6 +7629,9 @@ export interface operations {
|
|
|
7617
7629
|
firstName?: string | null;
|
|
7618
7630
|
uniqueRef?: string | null;
|
|
7619
7631
|
shortRef?: string | null;
|
|
7632
|
+
email?: string | null;
|
|
7633
|
+
/** @enum {string} */
|
|
7634
|
+
type: "owner" | "vendor";
|
|
7620
7635
|
} | null;
|
|
7621
7636
|
connection?: {
|
|
7622
7637
|
/** Format: uuid */
|
|
@@ -8163,6 +8178,9 @@ export interface operations {
|
|
|
8163
8178
|
firstName?: string | null;
|
|
8164
8179
|
uniqueRef?: string | null;
|
|
8165
8180
|
shortRef?: string | null;
|
|
8181
|
+
email?: string | null;
|
|
8182
|
+
/** @enum {string} */
|
|
8183
|
+
type: "owner" | "vendor";
|
|
8166
8184
|
} | null;
|
|
8167
8185
|
connection?: {
|
|
8168
8186
|
/** Format: uuid */
|
|
@@ -8520,6 +8538,9 @@ export interface operations {
|
|
|
8520
8538
|
firstName?: string | null;
|
|
8521
8539
|
uniqueRef?: string | null;
|
|
8522
8540
|
shortRef?: string | null;
|
|
8541
|
+
email?: string | null;
|
|
8542
|
+
/** @enum {string} */
|
|
8543
|
+
type: "owner" | "vendor";
|
|
8523
8544
|
} | null;
|
|
8524
8545
|
accounts: {
|
|
8525
8546
|
id: string;
|
|
@@ -8573,6 +8594,9 @@ export interface operations {
|
|
|
8573
8594
|
firstName?: string | null;
|
|
8574
8595
|
uniqueRef?: string | null;
|
|
8575
8596
|
shortRef?: string | null;
|
|
8597
|
+
email?: string | null;
|
|
8598
|
+
/** @enum {string} */
|
|
8599
|
+
type: "owner" | "vendor";
|
|
8576
8600
|
} | null;
|
|
8577
8601
|
taxRate?: {
|
|
8578
8602
|
id: string;
|
|
@@ -8780,6 +8804,9 @@ export interface operations {
|
|
|
8780
8804
|
firstName?: string | null;
|
|
8781
8805
|
uniqueRef?: string | null;
|
|
8782
8806
|
shortRef?: string | null;
|
|
8807
|
+
email?: string | null;
|
|
8808
|
+
/** @enum {string} */
|
|
8809
|
+
type: "owner" | "vendor";
|
|
8783
8810
|
} | null;
|
|
8784
8811
|
accounts: {
|
|
8785
8812
|
id: string;
|
|
@@ -8833,6 +8860,9 @@ export interface operations {
|
|
|
8833
8860
|
firstName?: string | null;
|
|
8834
8861
|
uniqueRef?: string | null;
|
|
8835
8862
|
shortRef?: string | null;
|
|
8863
|
+
email?: string | null;
|
|
8864
|
+
/** @enum {string} */
|
|
8865
|
+
type: "owner" | "vendor";
|
|
8836
8866
|
} | null;
|
|
8837
8867
|
taxRate?: {
|
|
8838
8868
|
id: string;
|
|
@@ -9196,6 +9226,9 @@ export interface operations {
|
|
|
9196
9226
|
firstName?: string | null;
|
|
9197
9227
|
uniqueRef?: string | null;
|
|
9198
9228
|
shortRef?: string | null;
|
|
9229
|
+
email?: string | null;
|
|
9230
|
+
/** @enum {string} */
|
|
9231
|
+
type: "owner" | "vendor";
|
|
9199
9232
|
} | null;
|
|
9200
9233
|
accounts: {
|
|
9201
9234
|
id: string;
|
|
@@ -9249,6 +9282,9 @@ export interface operations {
|
|
|
9249
9282
|
firstName?: string | null;
|
|
9250
9283
|
uniqueRef?: string | null;
|
|
9251
9284
|
shortRef?: string | null;
|
|
9285
|
+
email?: string | null;
|
|
9286
|
+
/** @enum {string} */
|
|
9287
|
+
type: "owner" | "vendor";
|
|
9252
9288
|
} | null;
|
|
9253
9289
|
taxRate?: {
|
|
9254
9290
|
id: string;
|
|
@@ -9450,6 +9486,9 @@ export interface operations {
|
|
|
9450
9486
|
firstName?: string | null;
|
|
9451
9487
|
uniqueRef?: string | null;
|
|
9452
9488
|
shortRef?: string | null;
|
|
9489
|
+
email?: string | null;
|
|
9490
|
+
/** @enum {string} */
|
|
9491
|
+
type: "owner" | "vendor";
|
|
9453
9492
|
} | null;
|
|
9454
9493
|
accounts: {
|
|
9455
9494
|
id: string;
|
|
@@ -9503,6 +9542,9 @@ export interface operations {
|
|
|
9503
9542
|
firstName?: string | null;
|
|
9504
9543
|
uniqueRef?: string | null;
|
|
9505
9544
|
shortRef?: string | null;
|
|
9545
|
+
email?: string | null;
|
|
9546
|
+
/** @enum {string} */
|
|
9547
|
+
type: "owner" | "vendor";
|
|
9506
9548
|
} | null;
|
|
9507
9549
|
taxRate?: {
|
|
9508
9550
|
id: string;
|
|
@@ -22452,6 +22494,9 @@ export interface operations {
|
|
|
22452
22494
|
firstName?: string | null;
|
|
22453
22495
|
uniqueRef?: string | null;
|
|
22454
22496
|
shortRef?: string | null;
|
|
22497
|
+
email?: string | null;
|
|
22498
|
+
/** @enum {string} */
|
|
22499
|
+
type: "owner" | "vendor";
|
|
22455
22500
|
} | null;
|
|
22456
22501
|
connection?: {
|
|
22457
22502
|
/** Format: uuid */
|
|
@@ -27783,6 +27828,9 @@ export interface operations {
|
|
|
27783
27828
|
firstName?: string | null;
|
|
27784
27829
|
uniqueRef?: string | null;
|
|
27785
27830
|
shortRef?: string | null;
|
|
27831
|
+
email?: string | null;
|
|
27832
|
+
/** @enum {string} */
|
|
27833
|
+
type: "owner" | "vendor";
|
|
27786
27834
|
} | null;
|
|
27787
27835
|
connection?: {
|
|
27788
27836
|
/** Format: uuid */
|
|
@@ -29179,6 +29227,9 @@ export interface operations {
|
|
|
29179
29227
|
firstName?: string | null;
|
|
29180
29228
|
uniqueRef?: string | null;
|
|
29181
29229
|
shortRef?: string | null;
|
|
29230
|
+
email?: string | null;
|
|
29231
|
+
/** @enum {string} */
|
|
29232
|
+
type: "owner" | "vendor";
|
|
29182
29233
|
} | null;
|
|
29183
29234
|
connection?: {
|
|
29184
29235
|
/** Format: uuid */
|
|
@@ -29753,6 +29804,9 @@ export interface operations {
|
|
|
29753
29804
|
firstName?: string | null;
|
|
29754
29805
|
uniqueRef?: string | null;
|
|
29755
29806
|
shortRef?: string | null;
|
|
29807
|
+
email?: string | null;
|
|
29808
|
+
/** @enum {string} */
|
|
29809
|
+
type: "owner" | "vendor";
|
|
29756
29810
|
} | null;
|
|
29757
29811
|
connection?: {
|
|
29758
29812
|
/** Format: uuid */
|
|
@@ -30443,6 +30497,9 @@ export interface operations {
|
|
|
30443
30497
|
firstName?: string | null;
|
|
30444
30498
|
uniqueRef?: string | null;
|
|
30445
30499
|
shortRef?: string | null;
|
|
30500
|
+
email?: string | null;
|
|
30501
|
+
/** @enum {string} */
|
|
30502
|
+
type: "owner" | "vendor";
|
|
30446
30503
|
} | null;
|
|
30447
30504
|
connection?: {
|
|
30448
30505
|
/** Format: uuid */
|
|
@@ -30907,6 +30964,9 @@ export interface operations {
|
|
|
30907
30964
|
firstName?: string | null;
|
|
30908
30965
|
uniqueRef?: string | null;
|
|
30909
30966
|
shortRef?: string | null;
|
|
30967
|
+
email?: string | null;
|
|
30968
|
+
/** @enum {string} */
|
|
30969
|
+
type: "owner" | "vendor";
|
|
30910
30970
|
} | null;
|
|
30911
30971
|
connection?: {
|
|
30912
30972
|
/** Format: uuid */
|
|
@@ -31357,6 +31417,9 @@ export interface operations {
|
|
|
31357
31417
|
firstName?: string | null;
|
|
31358
31418
|
uniqueRef?: string | null;
|
|
31359
31419
|
shortRef?: string | null;
|
|
31420
|
+
email?: string | null;
|
|
31421
|
+
/** @enum {string} */
|
|
31422
|
+
type: "owner" | "vendor";
|
|
31360
31423
|
} | null;
|
|
31361
31424
|
connection?: {
|
|
31362
31425
|
/** Format: uuid */
|
|
@@ -34851,6 +34914,9 @@ export interface operations {
|
|
|
34851
34914
|
firstName?: string | null;
|
|
34852
34915
|
uniqueRef?: string | null;
|
|
34853
34916
|
shortRef?: string | null;
|
|
34917
|
+
email?: string | null;
|
|
34918
|
+
/** @enum {string} */
|
|
34919
|
+
type: "owner" | "vendor";
|
|
34854
34920
|
} | null;
|
|
34855
34921
|
matchStatus?: string | null;
|
|
34856
34922
|
appliedAmount?: {
|
|
@@ -35010,6 +35076,9 @@ export interface operations {
|
|
|
35010
35076
|
firstName?: string | null;
|
|
35011
35077
|
uniqueRef?: string | null;
|
|
35012
35078
|
shortRef?: string | null;
|
|
35079
|
+
email?: string | null;
|
|
35080
|
+
/** @enum {string} */
|
|
35081
|
+
type: "owner" | "vendor";
|
|
35013
35082
|
} | null;
|
|
35014
35083
|
source?: {
|
|
35015
35084
|
/** Format: uuid */
|
|
@@ -43381,6 +43450,9 @@ export interface operations {
|
|
|
43381
43450
|
firstName?: string | null;
|
|
43382
43451
|
uniqueRef?: string | null;
|
|
43383
43452
|
shortRef?: string | null;
|
|
43453
|
+
email?: string | null;
|
|
43454
|
+
/** @enum {string} */
|
|
43455
|
+
type: "owner" | "vendor";
|
|
43384
43456
|
} | null;
|
|
43385
43457
|
matchStatus?: string | null;
|
|
43386
43458
|
appliedAmount?: {
|
|
@@ -43540,6 +43612,9 @@ export interface operations {
|
|
|
43540
43612
|
firstName?: string | null;
|
|
43541
43613
|
uniqueRef?: string | null;
|
|
43542
43614
|
shortRef?: string | null;
|
|
43615
|
+
email?: string | null;
|
|
43616
|
+
/** @enum {string} */
|
|
43617
|
+
type: "owner" | "vendor";
|
|
43543
43618
|
} | null;
|
|
43544
43619
|
source?: {
|
|
43545
43620
|
/** Format: uuid */
|
|
@@ -43802,6 +43877,9 @@ export interface operations {
|
|
|
43802
43877
|
firstName?: string | null;
|
|
43803
43878
|
uniqueRef?: string | null;
|
|
43804
43879
|
shortRef?: string | null;
|
|
43880
|
+
email?: string | null;
|
|
43881
|
+
/** @enum {string} */
|
|
43882
|
+
type: "owner" | "vendor";
|
|
43805
43883
|
} | null;
|
|
43806
43884
|
matchStatus?: string | null;
|
|
43807
43885
|
appliedAmount?: {
|
|
@@ -43961,6 +44039,9 @@ export interface operations {
|
|
|
43961
44039
|
firstName?: string | null;
|
|
43962
44040
|
uniqueRef?: string | null;
|
|
43963
44041
|
shortRef?: string | null;
|
|
44042
|
+
email?: string | null;
|
|
44043
|
+
/** @enum {string} */
|
|
44044
|
+
type: "owner" | "vendor";
|
|
43964
44045
|
} | null;
|
|
43965
44046
|
source?: {
|
|
43966
44047
|
/** Format: uuid */
|
|
@@ -45310,6 +45391,9 @@ export interface operations {
|
|
|
45310
45391
|
firstName?: string | null;
|
|
45311
45392
|
uniqueRef?: string | null;
|
|
45312
45393
|
shortRef?: string | null;
|
|
45394
|
+
email?: string | null;
|
|
45395
|
+
/** @enum {string} */
|
|
45396
|
+
type: "owner" | "vendor";
|
|
45313
45397
|
} | null;
|
|
45314
45398
|
lines: {
|
|
45315
45399
|
uniqueRef?: string | null;
|
|
@@ -45368,6 +45452,9 @@ export interface operations {
|
|
|
45368
45452
|
firstName?: string | null;
|
|
45369
45453
|
uniqueRef?: string | null;
|
|
45370
45454
|
shortRef?: string | null;
|
|
45455
|
+
email?: string | null;
|
|
45456
|
+
/** @enum {string} */
|
|
45457
|
+
type: "owner" | "vendor";
|
|
45371
45458
|
} | null;
|
|
45372
45459
|
matchStatus?: string | null;
|
|
45373
45460
|
appliedAmount?: {
|
|
@@ -45620,6 +45707,9 @@ export interface operations {
|
|
|
45620
45707
|
firstName?: string | null;
|
|
45621
45708
|
uniqueRef?: string | null;
|
|
45622
45709
|
shortRef?: string | null;
|
|
45710
|
+
email?: string | null;
|
|
45711
|
+
/** @enum {string} */
|
|
45712
|
+
type: "owner" | "vendor";
|
|
45623
45713
|
} | null;
|
|
45624
45714
|
lines: {
|
|
45625
45715
|
uniqueRef?: string | null;
|
|
@@ -45678,6 +45768,9 @@ export interface operations {
|
|
|
45678
45768
|
firstName?: string | null;
|
|
45679
45769
|
uniqueRef?: string | null;
|
|
45680
45770
|
shortRef?: string | null;
|
|
45771
|
+
email?: string | null;
|
|
45772
|
+
/** @enum {string} */
|
|
45773
|
+
type: "owner" | "vendor";
|
|
45681
45774
|
} | null;
|
|
45682
45775
|
matchStatus?: string | null;
|
|
45683
45776
|
appliedAmount?: {
|
|
@@ -46005,6 +46098,9 @@ export interface operations {
|
|
|
46005
46098
|
firstName?: string | null;
|
|
46006
46099
|
uniqueRef?: string | null;
|
|
46007
46100
|
shortRef?: string | null;
|
|
46101
|
+
email?: string | null;
|
|
46102
|
+
/** @enum {string} */
|
|
46103
|
+
type: "owner" | "vendor";
|
|
46008
46104
|
} | null;
|
|
46009
46105
|
lines: {
|
|
46010
46106
|
uniqueRef?: string | null;
|
|
@@ -46063,6 +46159,9 @@ export interface operations {
|
|
|
46063
46159
|
firstName?: string | null;
|
|
46064
46160
|
uniqueRef?: string | null;
|
|
46065
46161
|
shortRef?: string | null;
|
|
46162
|
+
email?: string | null;
|
|
46163
|
+
/** @enum {string} */
|
|
46164
|
+
type: "owner" | "vendor";
|
|
46066
46165
|
} | null;
|
|
46067
46166
|
matchStatus?: string | null;
|
|
46068
46167
|
appliedAmount?: {
|
|
@@ -46308,6 +46407,9 @@ export interface operations {
|
|
|
46308
46407
|
firstName?: string | null;
|
|
46309
46408
|
uniqueRef?: string | null;
|
|
46310
46409
|
shortRef?: string | null;
|
|
46410
|
+
email?: string | null;
|
|
46411
|
+
/** @enum {string} */
|
|
46412
|
+
type: "owner" | "vendor";
|
|
46311
46413
|
} | null;
|
|
46312
46414
|
lines: {
|
|
46313
46415
|
uniqueRef?: string | null;
|
|
@@ -46366,6 +46468,9 @@ export interface operations {
|
|
|
46366
46468
|
firstName?: string | null;
|
|
46367
46469
|
uniqueRef?: string | null;
|
|
46368
46470
|
shortRef?: string | null;
|
|
46471
|
+
email?: string | null;
|
|
46472
|
+
/** @enum {string} */
|
|
46473
|
+
type: "owner" | "vendor";
|
|
46369
46474
|
} | null;
|
|
46370
46475
|
matchStatus?: string | null;
|
|
46371
46476
|
appliedAmount?: {
|
|
@@ -46718,6 +46823,9 @@ export interface operations {
|
|
|
46718
46823
|
firstName?: string | null;
|
|
46719
46824
|
uniqueRef?: string | null;
|
|
46720
46825
|
shortRef?: string | null;
|
|
46826
|
+
email?: string | null;
|
|
46827
|
+
/** @enum {string} */
|
|
46828
|
+
type: "owner" | "vendor";
|
|
46721
46829
|
} | null;
|
|
46722
46830
|
matchStatus?: string | null;
|
|
46723
46831
|
appliedAmount?: {
|
|
@@ -46877,6 +46985,9 @@ export interface operations {
|
|
|
46877
46985
|
firstName?: string | null;
|
|
46878
46986
|
uniqueRef?: string | null;
|
|
46879
46987
|
shortRef?: string | null;
|
|
46988
|
+
email?: string | null;
|
|
46989
|
+
/** @enum {string} */
|
|
46990
|
+
type: "owner" | "vendor";
|
|
46880
46991
|
} | null;
|
|
46881
46992
|
source?: {
|
|
46882
46993
|
/** Format: uuid */
|
|
@@ -47192,6 +47303,9 @@ export interface operations {
|
|
|
47192
47303
|
firstName?: string | null;
|
|
47193
47304
|
uniqueRef?: string | null;
|
|
47194
47305
|
shortRef?: string | null;
|
|
47306
|
+
email?: string | null;
|
|
47307
|
+
/** @enum {string} */
|
|
47308
|
+
type: "owner" | "vendor";
|
|
47195
47309
|
} | null;
|
|
47196
47310
|
matchStatus?: string | null;
|
|
47197
47311
|
appliedAmount?: {
|
|
@@ -47351,6 +47465,9 @@ export interface operations {
|
|
|
47351
47465
|
firstName?: string | null;
|
|
47352
47466
|
uniqueRef?: string | null;
|
|
47353
47467
|
shortRef?: string | null;
|
|
47468
|
+
email?: string | null;
|
|
47469
|
+
/** @enum {string} */
|
|
47470
|
+
type: "owner" | "vendor";
|
|
47354
47471
|
} | null;
|
|
47355
47472
|
source?: {
|
|
47356
47473
|
/** Format: uuid */
|
|
@@ -47665,6 +47782,9 @@ export interface operations {
|
|
|
47665
47782
|
firstName?: string | null;
|
|
47666
47783
|
uniqueRef?: string | null;
|
|
47667
47784
|
shortRef?: string | null;
|
|
47785
|
+
email?: string | null;
|
|
47786
|
+
/** @enum {string} */
|
|
47787
|
+
type: "owner" | "vendor";
|
|
47668
47788
|
} | null;
|
|
47669
47789
|
matchStatus?: string | null;
|
|
47670
47790
|
appliedAmount?: {
|
|
@@ -47824,6 +47944,9 @@ export interface operations {
|
|
|
47824
47944
|
firstName?: string | null;
|
|
47825
47945
|
uniqueRef?: string | null;
|
|
47826
47946
|
shortRef?: string | null;
|
|
47947
|
+
email?: string | null;
|
|
47948
|
+
/** @enum {string} */
|
|
47949
|
+
type: "owner" | "vendor";
|
|
47827
47950
|
} | null;
|
|
47828
47951
|
source?: {
|
|
47829
47952
|
/** Format: uuid */
|
|
@@ -48145,6 +48268,9 @@ export interface operations {
|
|
|
48145
48268
|
firstName?: string | null;
|
|
48146
48269
|
uniqueRef?: string | null;
|
|
48147
48270
|
shortRef?: string | null;
|
|
48271
|
+
email?: string | null;
|
|
48272
|
+
/** @enum {string} */
|
|
48273
|
+
type: "owner" | "vendor";
|
|
48148
48274
|
} | null;
|
|
48149
48275
|
matchStatus?: string | null;
|
|
48150
48276
|
appliedAmount?: {
|
|
@@ -48304,6 +48430,9 @@ export interface operations {
|
|
|
48304
48430
|
firstName?: string | null;
|
|
48305
48431
|
uniqueRef?: string | null;
|
|
48306
48432
|
shortRef?: string | null;
|
|
48433
|
+
email?: string | null;
|
|
48434
|
+
/** @enum {string} */
|
|
48435
|
+
type: "owner" | "vendor";
|
|
48307
48436
|
} | null;
|
|
48308
48437
|
source?: {
|
|
48309
48438
|
/** Format: uuid */
|