@vrplatform/api 1.3.1-stage.2468 → 1.3.1-stage.2470

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;
@@ -11314,6 +11356,8 @@ export interface operations {
11314
11356
  isIndividual?: boolean;
11315
11357
  /** @description comma separated contact short refs */
11316
11358
  shortRefs?: string;
11359
+ /** @description Comma-separated contact IDs. */
11360
+ ids?: string;
11317
11361
  limit?: number;
11318
11362
  page?: number;
11319
11363
  };
@@ -11812,6 +11856,8 @@ export interface operations {
11812
11856
  isIndividual?: boolean;
11813
11857
  /** @description comma separated contact short refs */
11814
11858
  shortRefs?: string;
11859
+ /** @description Comma-separated contact IDs. */
11860
+ ids?: string;
11815
11861
  };
11816
11862
  header?: never;
11817
11863
  path?: never;
@@ -22448,6 +22494,9 @@ export interface operations {
22448
22494
  firstName?: string | null;
22449
22495
  uniqueRef?: string | null;
22450
22496
  shortRef?: string | null;
22497
+ email?: string | null;
22498
+ /** @enum {string} */
22499
+ type: "owner" | "vendor";
22451
22500
  } | null;
22452
22501
  connection?: {
22453
22502
  /** Format: uuid */
@@ -27779,6 +27828,9 @@ export interface operations {
27779
27828
  firstName?: string | null;
27780
27829
  uniqueRef?: string | null;
27781
27830
  shortRef?: string | null;
27831
+ email?: string | null;
27832
+ /** @enum {string} */
27833
+ type: "owner" | "vendor";
27782
27834
  } | null;
27783
27835
  connection?: {
27784
27836
  /** Format: uuid */
@@ -29175,6 +29227,9 @@ export interface operations {
29175
29227
  firstName?: string | null;
29176
29228
  uniqueRef?: string | null;
29177
29229
  shortRef?: string | null;
29230
+ email?: string | null;
29231
+ /** @enum {string} */
29232
+ type: "owner" | "vendor";
29178
29233
  } | null;
29179
29234
  connection?: {
29180
29235
  /** Format: uuid */
@@ -29749,6 +29804,9 @@ export interface operations {
29749
29804
  firstName?: string | null;
29750
29805
  uniqueRef?: string | null;
29751
29806
  shortRef?: string | null;
29807
+ email?: string | null;
29808
+ /** @enum {string} */
29809
+ type: "owner" | "vendor";
29752
29810
  } | null;
29753
29811
  connection?: {
29754
29812
  /** Format: uuid */
@@ -30439,6 +30497,9 @@ export interface operations {
30439
30497
  firstName?: string | null;
30440
30498
  uniqueRef?: string | null;
30441
30499
  shortRef?: string | null;
30500
+ email?: string | null;
30501
+ /** @enum {string} */
30502
+ type: "owner" | "vendor";
30442
30503
  } | null;
30443
30504
  connection?: {
30444
30505
  /** Format: uuid */
@@ -30903,6 +30964,9 @@ export interface operations {
30903
30964
  firstName?: string | null;
30904
30965
  uniqueRef?: string | null;
30905
30966
  shortRef?: string | null;
30967
+ email?: string | null;
30968
+ /** @enum {string} */
30969
+ type: "owner" | "vendor";
30906
30970
  } | null;
30907
30971
  connection?: {
30908
30972
  /** Format: uuid */
@@ -31353,6 +31417,9 @@ export interface operations {
31353
31417
  firstName?: string | null;
31354
31418
  uniqueRef?: string | null;
31355
31419
  shortRef?: string | null;
31420
+ email?: string | null;
31421
+ /** @enum {string} */
31422
+ type: "owner" | "vendor";
31356
31423
  } | null;
31357
31424
  connection?: {
31358
31425
  /** Format: uuid */
@@ -34847,6 +34914,9 @@ export interface operations {
34847
34914
  firstName?: string | null;
34848
34915
  uniqueRef?: string | null;
34849
34916
  shortRef?: string | null;
34917
+ email?: string | null;
34918
+ /** @enum {string} */
34919
+ type: "owner" | "vendor";
34850
34920
  } | null;
34851
34921
  matchStatus?: string | null;
34852
34922
  appliedAmount?: {
@@ -35006,6 +35076,9 @@ export interface operations {
35006
35076
  firstName?: string | null;
35007
35077
  uniqueRef?: string | null;
35008
35078
  shortRef?: string | null;
35079
+ email?: string | null;
35080
+ /** @enum {string} */
35081
+ type: "owner" | "vendor";
35009
35082
  } | null;
35010
35083
  source?: {
35011
35084
  /** Format: uuid */
@@ -43377,6 +43450,9 @@ export interface operations {
43377
43450
  firstName?: string | null;
43378
43451
  uniqueRef?: string | null;
43379
43452
  shortRef?: string | null;
43453
+ email?: string | null;
43454
+ /** @enum {string} */
43455
+ type: "owner" | "vendor";
43380
43456
  } | null;
43381
43457
  matchStatus?: string | null;
43382
43458
  appliedAmount?: {
@@ -43536,6 +43612,9 @@ export interface operations {
43536
43612
  firstName?: string | null;
43537
43613
  uniqueRef?: string | null;
43538
43614
  shortRef?: string | null;
43615
+ email?: string | null;
43616
+ /** @enum {string} */
43617
+ type: "owner" | "vendor";
43539
43618
  } | null;
43540
43619
  source?: {
43541
43620
  /** Format: uuid */
@@ -43798,6 +43877,9 @@ export interface operations {
43798
43877
  firstName?: string | null;
43799
43878
  uniqueRef?: string | null;
43800
43879
  shortRef?: string | null;
43880
+ email?: string | null;
43881
+ /** @enum {string} */
43882
+ type: "owner" | "vendor";
43801
43883
  } | null;
43802
43884
  matchStatus?: string | null;
43803
43885
  appliedAmount?: {
@@ -43957,6 +44039,9 @@ export interface operations {
43957
44039
  firstName?: string | null;
43958
44040
  uniqueRef?: string | null;
43959
44041
  shortRef?: string | null;
44042
+ email?: string | null;
44043
+ /** @enum {string} */
44044
+ type: "owner" | "vendor";
43960
44045
  } | null;
43961
44046
  source?: {
43962
44047
  /** Format: uuid */
@@ -45306,6 +45391,9 @@ export interface operations {
45306
45391
  firstName?: string | null;
45307
45392
  uniqueRef?: string | null;
45308
45393
  shortRef?: string | null;
45394
+ email?: string | null;
45395
+ /** @enum {string} */
45396
+ type: "owner" | "vendor";
45309
45397
  } | null;
45310
45398
  lines: {
45311
45399
  uniqueRef?: string | null;
@@ -45364,6 +45452,9 @@ export interface operations {
45364
45452
  firstName?: string | null;
45365
45453
  uniqueRef?: string | null;
45366
45454
  shortRef?: string | null;
45455
+ email?: string | null;
45456
+ /** @enum {string} */
45457
+ type: "owner" | "vendor";
45367
45458
  } | null;
45368
45459
  matchStatus?: string | null;
45369
45460
  appliedAmount?: {
@@ -45616,6 +45707,9 @@ export interface operations {
45616
45707
  firstName?: string | null;
45617
45708
  uniqueRef?: string | null;
45618
45709
  shortRef?: string | null;
45710
+ email?: string | null;
45711
+ /** @enum {string} */
45712
+ type: "owner" | "vendor";
45619
45713
  } | null;
45620
45714
  lines: {
45621
45715
  uniqueRef?: string | null;
@@ -45674,6 +45768,9 @@ export interface operations {
45674
45768
  firstName?: string | null;
45675
45769
  uniqueRef?: string | null;
45676
45770
  shortRef?: string | null;
45771
+ email?: string | null;
45772
+ /** @enum {string} */
45773
+ type: "owner" | "vendor";
45677
45774
  } | null;
45678
45775
  matchStatus?: string | null;
45679
45776
  appliedAmount?: {
@@ -46001,6 +46098,9 @@ export interface operations {
46001
46098
  firstName?: string | null;
46002
46099
  uniqueRef?: string | null;
46003
46100
  shortRef?: string | null;
46101
+ email?: string | null;
46102
+ /** @enum {string} */
46103
+ type: "owner" | "vendor";
46004
46104
  } | null;
46005
46105
  lines: {
46006
46106
  uniqueRef?: string | null;
@@ -46059,6 +46159,9 @@ export interface operations {
46059
46159
  firstName?: string | null;
46060
46160
  uniqueRef?: string | null;
46061
46161
  shortRef?: string | null;
46162
+ email?: string | null;
46163
+ /** @enum {string} */
46164
+ type: "owner" | "vendor";
46062
46165
  } | null;
46063
46166
  matchStatus?: string | null;
46064
46167
  appliedAmount?: {
@@ -46304,6 +46407,9 @@ export interface operations {
46304
46407
  firstName?: string | null;
46305
46408
  uniqueRef?: string | null;
46306
46409
  shortRef?: string | null;
46410
+ email?: string | null;
46411
+ /** @enum {string} */
46412
+ type: "owner" | "vendor";
46307
46413
  } | null;
46308
46414
  lines: {
46309
46415
  uniqueRef?: string | null;
@@ -46362,6 +46468,9 @@ export interface operations {
46362
46468
  firstName?: string | null;
46363
46469
  uniqueRef?: string | null;
46364
46470
  shortRef?: string | null;
46471
+ email?: string | null;
46472
+ /** @enum {string} */
46473
+ type: "owner" | "vendor";
46365
46474
  } | null;
46366
46475
  matchStatus?: string | null;
46367
46476
  appliedAmount?: {
@@ -46714,6 +46823,9 @@ export interface operations {
46714
46823
  firstName?: string | null;
46715
46824
  uniqueRef?: string | null;
46716
46825
  shortRef?: string | null;
46826
+ email?: string | null;
46827
+ /** @enum {string} */
46828
+ type: "owner" | "vendor";
46717
46829
  } | null;
46718
46830
  matchStatus?: string | null;
46719
46831
  appliedAmount?: {
@@ -46873,6 +46985,9 @@ export interface operations {
46873
46985
  firstName?: string | null;
46874
46986
  uniqueRef?: string | null;
46875
46987
  shortRef?: string | null;
46988
+ email?: string | null;
46989
+ /** @enum {string} */
46990
+ type: "owner" | "vendor";
46876
46991
  } | null;
46877
46992
  source?: {
46878
46993
  /** Format: uuid */
@@ -47188,6 +47303,9 @@ export interface operations {
47188
47303
  firstName?: string | null;
47189
47304
  uniqueRef?: string | null;
47190
47305
  shortRef?: string | null;
47306
+ email?: string | null;
47307
+ /** @enum {string} */
47308
+ type: "owner" | "vendor";
47191
47309
  } | null;
47192
47310
  matchStatus?: string | null;
47193
47311
  appliedAmount?: {
@@ -47347,6 +47465,9 @@ export interface operations {
47347
47465
  firstName?: string | null;
47348
47466
  uniqueRef?: string | null;
47349
47467
  shortRef?: string | null;
47468
+ email?: string | null;
47469
+ /** @enum {string} */
47470
+ type: "owner" | "vendor";
47350
47471
  } | null;
47351
47472
  source?: {
47352
47473
  /** Format: uuid */
@@ -47661,6 +47782,9 @@ export interface operations {
47661
47782
  firstName?: string | null;
47662
47783
  uniqueRef?: string | null;
47663
47784
  shortRef?: string | null;
47785
+ email?: string | null;
47786
+ /** @enum {string} */
47787
+ type: "owner" | "vendor";
47664
47788
  } | null;
47665
47789
  matchStatus?: string | null;
47666
47790
  appliedAmount?: {
@@ -47820,6 +47944,9 @@ export interface operations {
47820
47944
  firstName?: string | null;
47821
47945
  uniqueRef?: string | null;
47822
47946
  shortRef?: string | null;
47947
+ email?: string | null;
47948
+ /** @enum {string} */
47949
+ type: "owner" | "vendor";
47823
47950
  } | null;
47824
47951
  source?: {
47825
47952
  /** Format: uuid */
@@ -48141,6 +48268,9 @@ export interface operations {
48141
48268
  firstName?: string | null;
48142
48269
  uniqueRef?: string | null;
48143
48270
  shortRef?: string | null;
48271
+ email?: string | null;
48272
+ /** @enum {string} */
48273
+ type: "owner" | "vendor";
48144
48274
  } | null;
48145
48275
  matchStatus?: string | null;
48146
48276
  appliedAmount?: {
@@ -48300,6 +48430,9 @@ export interface operations {
48300
48430
  firstName?: string | null;
48301
48431
  uniqueRef?: string | null;
48302
48432
  shortRef?: string | null;
48433
+ email?: string | null;
48434
+ /** @enum {string} */
48435
+ type: "owner" | "vendor";
48303
48436
  } | null;
48304
48437
  source?: {
48305
48438
  /** Format: uuid */