@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2468",
6
+ "version": "1.3.1-stage.2470",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4701,6 +4701,9 @@ export interface operations {
4701
4701
  firstName?: string | null;
4702
4702
  uniqueRef?: string | null;
4703
4703
  shortRef?: string | null;
4704
+ email?: string | null;
4705
+ /** @enum {string} */
4706
+ type: "owner" | "vendor";
4704
4707
  } | null;
4705
4708
  matchStatus?: string | null;
4706
4709
  appliedAmount?: {
@@ -4860,6 +4863,9 @@ export interface operations {
4860
4863
  firstName?: string | null;
4861
4864
  uniqueRef?: string | null;
4862
4865
  shortRef?: string | null;
4866
+ email?: string | null;
4867
+ /** @enum {string} */
4868
+ type: "owner" | "vendor";
4863
4869
  } | null;
4864
4870
  source?: {
4865
4871
  /** Format: uuid */
@@ -6314,6 +6320,9 @@ export interface operations {
6314
6320
  firstName?: string | null;
6315
6321
  uniqueRef?: string | null;
6316
6322
  shortRef?: string | null;
6323
+ email?: string | null;
6324
+ /** @enum {string} */
6325
+ type: "owner" | "vendor";
6317
6326
  } | null;
6318
6327
  connection?: {
6319
6328
  /** Format: uuid */
@@ -6360,6 +6369,9 @@ export interface operations {
6360
6369
  firstName?: string | null;
6361
6370
  uniqueRef?: string | null;
6362
6371
  shortRef?: string | null;
6372
+ email?: string | null;
6373
+ /** @enum {string} */
6374
+ type: "owner" | "vendor";
6363
6375
  } | null;
6364
6376
  connection?: {
6365
6377
  /** Format: uuid */
@@ -7618,6 +7630,9 @@ export interface operations {
7618
7630
  firstName?: string | null;
7619
7631
  uniqueRef?: string | null;
7620
7632
  shortRef?: string | null;
7633
+ email?: string | null;
7634
+ /** @enum {string} */
7635
+ type: "owner" | "vendor";
7621
7636
  } | null;
7622
7637
  connection?: {
7623
7638
  /** Format: uuid */
@@ -8164,6 +8179,9 @@ export interface operations {
8164
8179
  firstName?: string | null;
8165
8180
  uniqueRef?: string | null;
8166
8181
  shortRef?: string | null;
8182
+ email?: string | null;
8183
+ /** @enum {string} */
8184
+ type: "owner" | "vendor";
8167
8185
  } | null;
8168
8186
  connection?: {
8169
8187
  /** Format: uuid */
@@ -8521,6 +8539,9 @@ export interface operations {
8521
8539
  firstName?: string | null;
8522
8540
  uniqueRef?: string | null;
8523
8541
  shortRef?: string | null;
8542
+ email?: string | null;
8543
+ /** @enum {string} */
8544
+ type: "owner" | "vendor";
8524
8545
  } | null;
8525
8546
  accounts: {
8526
8547
  id: string;
@@ -8574,6 +8595,9 @@ export interface operations {
8574
8595
  firstName?: string | null;
8575
8596
  uniqueRef?: string | null;
8576
8597
  shortRef?: string | null;
8598
+ email?: string | null;
8599
+ /** @enum {string} */
8600
+ type: "owner" | "vendor";
8577
8601
  } | null;
8578
8602
  taxRate?: {
8579
8603
  id: string;
@@ -8781,6 +8805,9 @@ export interface operations {
8781
8805
  firstName?: string | null;
8782
8806
  uniqueRef?: string | null;
8783
8807
  shortRef?: string | null;
8808
+ email?: string | null;
8809
+ /** @enum {string} */
8810
+ type: "owner" | "vendor";
8784
8811
  } | null;
8785
8812
  accounts: {
8786
8813
  id: string;
@@ -8834,6 +8861,9 @@ export interface operations {
8834
8861
  firstName?: string | null;
8835
8862
  uniqueRef?: string | null;
8836
8863
  shortRef?: string | null;
8864
+ email?: string | null;
8865
+ /** @enum {string} */
8866
+ type: "owner" | "vendor";
8837
8867
  } | null;
8838
8868
  taxRate?: {
8839
8869
  id: string;
@@ -9197,6 +9227,9 @@ export interface operations {
9197
9227
  firstName?: string | null;
9198
9228
  uniqueRef?: string | null;
9199
9229
  shortRef?: string | null;
9230
+ email?: string | null;
9231
+ /** @enum {string} */
9232
+ type: "owner" | "vendor";
9200
9233
  } | null;
9201
9234
  accounts: {
9202
9235
  id: string;
@@ -9250,6 +9283,9 @@ export interface operations {
9250
9283
  firstName?: string | null;
9251
9284
  uniqueRef?: string | null;
9252
9285
  shortRef?: string | null;
9286
+ email?: string | null;
9287
+ /** @enum {string} */
9288
+ type: "owner" | "vendor";
9253
9289
  } | null;
9254
9290
  taxRate?: {
9255
9291
  id: string;
@@ -9451,6 +9487,9 @@ export interface operations {
9451
9487
  firstName?: string | null;
9452
9488
  uniqueRef?: string | null;
9453
9489
  shortRef?: string | null;
9490
+ email?: string | null;
9491
+ /** @enum {string} */
9492
+ type: "owner" | "vendor";
9454
9493
  } | null;
9455
9494
  accounts: {
9456
9495
  id: string;
@@ -9504,6 +9543,9 @@ export interface operations {
9504
9543
  firstName?: string | null;
9505
9544
  uniqueRef?: string | null;
9506
9545
  shortRef?: string | null;
9546
+ email?: string | null;
9547
+ /** @enum {string} */
9548
+ type: "owner" | "vendor";
9507
9549
  } | null;
9508
9550
  taxRate?: {
9509
9551
  id: string;
@@ -11315,6 +11357,8 @@ export interface operations {
11315
11357
  isIndividual?: boolean;
11316
11358
  /** @description comma separated contact short refs */
11317
11359
  shortRefs?: string;
11360
+ /** @description Comma-separated contact IDs. */
11361
+ ids?: string;
11318
11362
  limit?: number;
11319
11363
  page?: number;
11320
11364
  };
@@ -11813,6 +11857,8 @@ export interface operations {
11813
11857
  isIndividual?: boolean;
11814
11858
  /** @description comma separated contact short refs */
11815
11859
  shortRefs?: string;
11860
+ /** @description Comma-separated contact IDs. */
11861
+ ids?: string;
11816
11862
  };
11817
11863
  header?: never;
11818
11864
  path?: never;
@@ -22449,6 +22495,9 @@ export interface operations {
22449
22495
  firstName?: string | null;
22450
22496
  uniqueRef?: string | null;
22451
22497
  shortRef?: string | null;
22498
+ email?: string | null;
22499
+ /** @enum {string} */
22500
+ type: "owner" | "vendor";
22452
22501
  } | null;
22453
22502
  connection?: {
22454
22503
  /** Format: uuid */
@@ -27780,6 +27829,9 @@ export interface operations {
27780
27829
  firstName?: string | null;
27781
27830
  uniqueRef?: string | null;
27782
27831
  shortRef?: string | null;
27832
+ email?: string | null;
27833
+ /** @enum {string} */
27834
+ type: "owner" | "vendor";
27783
27835
  } | null;
27784
27836
  connection?: {
27785
27837
  /** Format: uuid */
@@ -29176,6 +29228,9 @@ export interface operations {
29176
29228
  firstName?: string | null;
29177
29229
  uniqueRef?: string | null;
29178
29230
  shortRef?: string | null;
29231
+ email?: string | null;
29232
+ /** @enum {string} */
29233
+ type: "owner" | "vendor";
29179
29234
  } | null;
29180
29235
  connection?: {
29181
29236
  /** Format: uuid */
@@ -29750,6 +29805,9 @@ export interface operations {
29750
29805
  firstName?: string | null;
29751
29806
  uniqueRef?: string | null;
29752
29807
  shortRef?: string | null;
29808
+ email?: string | null;
29809
+ /** @enum {string} */
29810
+ type: "owner" | "vendor";
29753
29811
  } | null;
29754
29812
  connection?: {
29755
29813
  /** Format: uuid */
@@ -30440,6 +30498,9 @@ export interface operations {
30440
30498
  firstName?: string | null;
30441
30499
  uniqueRef?: string | null;
30442
30500
  shortRef?: string | null;
30501
+ email?: string | null;
30502
+ /** @enum {string} */
30503
+ type: "owner" | "vendor";
30443
30504
  } | null;
30444
30505
  connection?: {
30445
30506
  /** Format: uuid */
@@ -30904,6 +30965,9 @@ export interface operations {
30904
30965
  firstName?: string | null;
30905
30966
  uniqueRef?: string | null;
30906
30967
  shortRef?: string | null;
30968
+ email?: string | null;
30969
+ /** @enum {string} */
30970
+ type: "owner" | "vendor";
30907
30971
  } | null;
30908
30972
  connection?: {
30909
30973
  /** Format: uuid */
@@ -31354,6 +31418,9 @@ export interface operations {
31354
31418
  firstName?: string | null;
31355
31419
  uniqueRef?: string | null;
31356
31420
  shortRef?: string | null;
31421
+ email?: string | null;
31422
+ /** @enum {string} */
31423
+ type: "owner" | "vendor";
31357
31424
  } | null;
31358
31425
  connection?: {
31359
31426
  /** Format: uuid */
@@ -34848,6 +34915,9 @@ export interface operations {
34848
34915
  firstName?: string | null;
34849
34916
  uniqueRef?: string | null;
34850
34917
  shortRef?: string | null;
34918
+ email?: string | null;
34919
+ /** @enum {string} */
34920
+ type: "owner" | "vendor";
34851
34921
  } | null;
34852
34922
  matchStatus?: string | null;
34853
34923
  appliedAmount?: {
@@ -35007,6 +35077,9 @@ export interface operations {
35007
35077
  firstName?: string | null;
35008
35078
  uniqueRef?: string | null;
35009
35079
  shortRef?: string | null;
35080
+ email?: string | null;
35081
+ /** @enum {string} */
35082
+ type: "owner" | "vendor";
35010
35083
  } | null;
35011
35084
  source?: {
35012
35085
  /** Format: uuid */
@@ -43378,6 +43451,9 @@ export interface operations {
43378
43451
  firstName?: string | null;
43379
43452
  uniqueRef?: string | null;
43380
43453
  shortRef?: string | null;
43454
+ email?: string | null;
43455
+ /** @enum {string} */
43456
+ type: "owner" | "vendor";
43381
43457
  } | null;
43382
43458
  matchStatus?: string | null;
43383
43459
  appliedAmount?: {
@@ -43537,6 +43613,9 @@ export interface operations {
43537
43613
  firstName?: string | null;
43538
43614
  uniqueRef?: string | null;
43539
43615
  shortRef?: string | null;
43616
+ email?: string | null;
43617
+ /** @enum {string} */
43618
+ type: "owner" | "vendor";
43540
43619
  } | null;
43541
43620
  source?: {
43542
43621
  /** Format: uuid */
@@ -43799,6 +43878,9 @@ export interface operations {
43799
43878
  firstName?: string | null;
43800
43879
  uniqueRef?: string | null;
43801
43880
  shortRef?: string | null;
43881
+ email?: string | null;
43882
+ /** @enum {string} */
43883
+ type: "owner" | "vendor";
43802
43884
  } | null;
43803
43885
  matchStatus?: string | null;
43804
43886
  appliedAmount?: {
@@ -43958,6 +44040,9 @@ export interface operations {
43958
44040
  firstName?: string | null;
43959
44041
  uniqueRef?: string | null;
43960
44042
  shortRef?: string | null;
44043
+ email?: string | null;
44044
+ /** @enum {string} */
44045
+ type: "owner" | "vendor";
43961
44046
  } | null;
43962
44047
  source?: {
43963
44048
  /** Format: uuid */
@@ -45307,6 +45392,9 @@ export interface operations {
45307
45392
  firstName?: string | null;
45308
45393
  uniqueRef?: string | null;
45309
45394
  shortRef?: string | null;
45395
+ email?: string | null;
45396
+ /** @enum {string} */
45397
+ type: "owner" | "vendor";
45310
45398
  } | null;
45311
45399
  lines: {
45312
45400
  uniqueRef?: string | null;
@@ -45365,6 +45453,9 @@ export interface operations {
45365
45453
  firstName?: string | null;
45366
45454
  uniqueRef?: string | null;
45367
45455
  shortRef?: string | null;
45456
+ email?: string | null;
45457
+ /** @enum {string} */
45458
+ type: "owner" | "vendor";
45368
45459
  } | null;
45369
45460
  matchStatus?: string | null;
45370
45461
  appliedAmount?: {
@@ -45617,6 +45708,9 @@ export interface operations {
45617
45708
  firstName?: string | null;
45618
45709
  uniqueRef?: string | null;
45619
45710
  shortRef?: string | null;
45711
+ email?: string | null;
45712
+ /** @enum {string} */
45713
+ type: "owner" | "vendor";
45620
45714
  } | null;
45621
45715
  lines: {
45622
45716
  uniqueRef?: string | null;
@@ -45675,6 +45769,9 @@ export interface operations {
45675
45769
  firstName?: string | null;
45676
45770
  uniqueRef?: string | null;
45677
45771
  shortRef?: string | null;
45772
+ email?: string | null;
45773
+ /** @enum {string} */
45774
+ type: "owner" | "vendor";
45678
45775
  } | null;
45679
45776
  matchStatus?: string | null;
45680
45777
  appliedAmount?: {
@@ -46002,6 +46099,9 @@ export interface operations {
46002
46099
  firstName?: string | null;
46003
46100
  uniqueRef?: string | null;
46004
46101
  shortRef?: string | null;
46102
+ email?: string | null;
46103
+ /** @enum {string} */
46104
+ type: "owner" | "vendor";
46005
46105
  } | null;
46006
46106
  lines: {
46007
46107
  uniqueRef?: string | null;
@@ -46060,6 +46160,9 @@ export interface operations {
46060
46160
  firstName?: string | null;
46061
46161
  uniqueRef?: string | null;
46062
46162
  shortRef?: string | null;
46163
+ email?: string | null;
46164
+ /** @enum {string} */
46165
+ type: "owner" | "vendor";
46063
46166
  } | null;
46064
46167
  matchStatus?: string | null;
46065
46168
  appliedAmount?: {
@@ -46305,6 +46408,9 @@ export interface operations {
46305
46408
  firstName?: string | null;
46306
46409
  uniqueRef?: string | null;
46307
46410
  shortRef?: string | null;
46411
+ email?: string | null;
46412
+ /** @enum {string} */
46413
+ type: "owner" | "vendor";
46308
46414
  } | null;
46309
46415
  lines: {
46310
46416
  uniqueRef?: string | null;
@@ -46363,6 +46469,9 @@ export interface operations {
46363
46469
  firstName?: string | null;
46364
46470
  uniqueRef?: string | null;
46365
46471
  shortRef?: string | null;
46472
+ email?: string | null;
46473
+ /** @enum {string} */
46474
+ type: "owner" | "vendor";
46366
46475
  } | null;
46367
46476
  matchStatus?: string | null;
46368
46477
  appliedAmount?: {
@@ -46715,6 +46824,9 @@ export interface operations {
46715
46824
  firstName?: string | null;
46716
46825
  uniqueRef?: string | null;
46717
46826
  shortRef?: string | null;
46827
+ email?: string | null;
46828
+ /** @enum {string} */
46829
+ type: "owner" | "vendor";
46718
46830
  } | null;
46719
46831
  matchStatus?: string | null;
46720
46832
  appliedAmount?: {
@@ -46874,6 +46986,9 @@ export interface operations {
46874
46986
  firstName?: string | null;
46875
46987
  uniqueRef?: string | null;
46876
46988
  shortRef?: string | null;
46989
+ email?: string | null;
46990
+ /** @enum {string} */
46991
+ type: "owner" | "vendor";
46877
46992
  } | null;
46878
46993
  source?: {
46879
46994
  /** Format: uuid */
@@ -47189,6 +47304,9 @@ export interface operations {
47189
47304
  firstName?: string | null;
47190
47305
  uniqueRef?: string | null;
47191
47306
  shortRef?: string | null;
47307
+ email?: string | null;
47308
+ /** @enum {string} */
47309
+ type: "owner" | "vendor";
47192
47310
  } | null;
47193
47311
  matchStatus?: string | null;
47194
47312
  appliedAmount?: {
@@ -47348,6 +47466,9 @@ export interface operations {
47348
47466
  firstName?: string | null;
47349
47467
  uniqueRef?: string | null;
47350
47468
  shortRef?: string | null;
47469
+ email?: string | null;
47470
+ /** @enum {string} */
47471
+ type: "owner" | "vendor";
47351
47472
  } | null;
47352
47473
  source?: {
47353
47474
  /** Format: uuid */
@@ -47662,6 +47783,9 @@ export interface operations {
47662
47783
  firstName?: string | null;
47663
47784
  uniqueRef?: string | null;
47664
47785
  shortRef?: string | null;
47786
+ email?: string | null;
47787
+ /** @enum {string} */
47788
+ type: "owner" | "vendor";
47665
47789
  } | null;
47666
47790
  matchStatus?: string | null;
47667
47791
  appliedAmount?: {
@@ -47821,6 +47945,9 @@ export interface operations {
47821
47945
  firstName?: string | null;
47822
47946
  uniqueRef?: string | null;
47823
47947
  shortRef?: string | null;
47948
+ email?: string | null;
47949
+ /** @enum {string} */
47950
+ type: "owner" | "vendor";
47824
47951
  } | null;
47825
47952
  source?: {
47826
47953
  /** Format: uuid */
@@ -48142,6 +48269,9 @@ export interface operations {
48142
48269
  firstName?: string | null;
48143
48270
  uniqueRef?: string | null;
48144
48271
  shortRef?: string | null;
48272
+ email?: string | null;
48273
+ /** @enum {string} */
48274
+ type: "owner" | "vendor";
48145
48275
  } | null;
48146
48276
  matchStatus?: string | null;
48147
48277
  appliedAmount?: {
@@ -48301,6 +48431,9 @@ export interface operations {
48301
48431
  firstName?: string | null;
48302
48432
  uniqueRef?: string | null;
48303
48433
  shortRef?: string | null;
48434
+ email?: string | null;
48435
+ /** @enum {string} */
48436
+ type: "owner" | "vendor";
48304
48437
  } | null;
48305
48438
  source?: {
48306
48439
  /** Format: uuid */