@vrplatform/api 1.3.1-stage.2469 → 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.2469",
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;
@@ -22453,6 +22495,9 @@ export interface operations {
22453
22495
  firstName?: string | null;
22454
22496
  uniqueRef?: string | null;
22455
22497
  shortRef?: string | null;
22498
+ email?: string | null;
22499
+ /** @enum {string} */
22500
+ type: "owner" | "vendor";
22456
22501
  } | null;
22457
22502
  connection?: {
22458
22503
  /** Format: uuid */
@@ -27784,6 +27829,9 @@ export interface operations {
27784
27829
  firstName?: string | null;
27785
27830
  uniqueRef?: string | null;
27786
27831
  shortRef?: string | null;
27832
+ email?: string | null;
27833
+ /** @enum {string} */
27834
+ type: "owner" | "vendor";
27787
27835
  } | null;
27788
27836
  connection?: {
27789
27837
  /** Format: uuid */
@@ -29180,6 +29228,9 @@ export interface operations {
29180
29228
  firstName?: string | null;
29181
29229
  uniqueRef?: string | null;
29182
29230
  shortRef?: string | null;
29231
+ email?: string | null;
29232
+ /** @enum {string} */
29233
+ type: "owner" | "vendor";
29183
29234
  } | null;
29184
29235
  connection?: {
29185
29236
  /** Format: uuid */
@@ -29754,6 +29805,9 @@ export interface operations {
29754
29805
  firstName?: string | null;
29755
29806
  uniqueRef?: string | null;
29756
29807
  shortRef?: string | null;
29808
+ email?: string | null;
29809
+ /** @enum {string} */
29810
+ type: "owner" | "vendor";
29757
29811
  } | null;
29758
29812
  connection?: {
29759
29813
  /** Format: uuid */
@@ -30444,6 +30498,9 @@ export interface operations {
30444
30498
  firstName?: string | null;
30445
30499
  uniqueRef?: string | null;
30446
30500
  shortRef?: string | null;
30501
+ email?: string | null;
30502
+ /** @enum {string} */
30503
+ type: "owner" | "vendor";
30447
30504
  } | null;
30448
30505
  connection?: {
30449
30506
  /** Format: uuid */
@@ -30908,6 +30965,9 @@ export interface operations {
30908
30965
  firstName?: string | null;
30909
30966
  uniqueRef?: string | null;
30910
30967
  shortRef?: string | null;
30968
+ email?: string | null;
30969
+ /** @enum {string} */
30970
+ type: "owner" | "vendor";
30911
30971
  } | null;
30912
30972
  connection?: {
30913
30973
  /** Format: uuid */
@@ -31358,6 +31418,9 @@ export interface operations {
31358
31418
  firstName?: string | null;
31359
31419
  uniqueRef?: string | null;
31360
31420
  shortRef?: string | null;
31421
+ email?: string | null;
31422
+ /** @enum {string} */
31423
+ type: "owner" | "vendor";
31361
31424
  } | null;
31362
31425
  connection?: {
31363
31426
  /** Format: uuid */
@@ -34852,6 +34915,9 @@ export interface operations {
34852
34915
  firstName?: string | null;
34853
34916
  uniqueRef?: string | null;
34854
34917
  shortRef?: string | null;
34918
+ email?: string | null;
34919
+ /** @enum {string} */
34920
+ type: "owner" | "vendor";
34855
34921
  } | null;
34856
34922
  matchStatus?: string | null;
34857
34923
  appliedAmount?: {
@@ -35011,6 +35077,9 @@ export interface operations {
35011
35077
  firstName?: string | null;
35012
35078
  uniqueRef?: string | null;
35013
35079
  shortRef?: string | null;
35080
+ email?: string | null;
35081
+ /** @enum {string} */
35082
+ type: "owner" | "vendor";
35014
35083
  } | null;
35015
35084
  source?: {
35016
35085
  /** Format: uuid */
@@ -43382,6 +43451,9 @@ export interface operations {
43382
43451
  firstName?: string | null;
43383
43452
  uniqueRef?: string | null;
43384
43453
  shortRef?: string | null;
43454
+ email?: string | null;
43455
+ /** @enum {string} */
43456
+ type: "owner" | "vendor";
43385
43457
  } | null;
43386
43458
  matchStatus?: string | null;
43387
43459
  appliedAmount?: {
@@ -43541,6 +43613,9 @@ export interface operations {
43541
43613
  firstName?: string | null;
43542
43614
  uniqueRef?: string | null;
43543
43615
  shortRef?: string | null;
43616
+ email?: string | null;
43617
+ /** @enum {string} */
43618
+ type: "owner" | "vendor";
43544
43619
  } | null;
43545
43620
  source?: {
43546
43621
  /** Format: uuid */
@@ -43803,6 +43878,9 @@ export interface operations {
43803
43878
  firstName?: string | null;
43804
43879
  uniqueRef?: string | null;
43805
43880
  shortRef?: string | null;
43881
+ email?: string | null;
43882
+ /** @enum {string} */
43883
+ type: "owner" | "vendor";
43806
43884
  } | null;
43807
43885
  matchStatus?: string | null;
43808
43886
  appliedAmount?: {
@@ -43962,6 +44040,9 @@ export interface operations {
43962
44040
  firstName?: string | null;
43963
44041
  uniqueRef?: string | null;
43964
44042
  shortRef?: string | null;
44043
+ email?: string | null;
44044
+ /** @enum {string} */
44045
+ type: "owner" | "vendor";
43965
44046
  } | null;
43966
44047
  source?: {
43967
44048
  /** Format: uuid */
@@ -45311,6 +45392,9 @@ export interface operations {
45311
45392
  firstName?: string | null;
45312
45393
  uniqueRef?: string | null;
45313
45394
  shortRef?: string | null;
45395
+ email?: string | null;
45396
+ /** @enum {string} */
45397
+ type: "owner" | "vendor";
45314
45398
  } | null;
45315
45399
  lines: {
45316
45400
  uniqueRef?: string | null;
@@ -45369,6 +45453,9 @@ export interface operations {
45369
45453
  firstName?: string | null;
45370
45454
  uniqueRef?: string | null;
45371
45455
  shortRef?: string | null;
45456
+ email?: string | null;
45457
+ /** @enum {string} */
45458
+ type: "owner" | "vendor";
45372
45459
  } | null;
45373
45460
  matchStatus?: string | null;
45374
45461
  appliedAmount?: {
@@ -45621,6 +45708,9 @@ export interface operations {
45621
45708
  firstName?: string | null;
45622
45709
  uniqueRef?: string | null;
45623
45710
  shortRef?: string | null;
45711
+ email?: string | null;
45712
+ /** @enum {string} */
45713
+ type: "owner" | "vendor";
45624
45714
  } | null;
45625
45715
  lines: {
45626
45716
  uniqueRef?: string | null;
@@ -45679,6 +45769,9 @@ export interface operations {
45679
45769
  firstName?: string | null;
45680
45770
  uniqueRef?: string | null;
45681
45771
  shortRef?: string | null;
45772
+ email?: string | null;
45773
+ /** @enum {string} */
45774
+ type: "owner" | "vendor";
45682
45775
  } | null;
45683
45776
  matchStatus?: string | null;
45684
45777
  appliedAmount?: {
@@ -46006,6 +46099,9 @@ export interface operations {
46006
46099
  firstName?: string | null;
46007
46100
  uniqueRef?: string | null;
46008
46101
  shortRef?: string | null;
46102
+ email?: string | null;
46103
+ /** @enum {string} */
46104
+ type: "owner" | "vendor";
46009
46105
  } | null;
46010
46106
  lines: {
46011
46107
  uniqueRef?: string | null;
@@ -46064,6 +46160,9 @@ export interface operations {
46064
46160
  firstName?: string | null;
46065
46161
  uniqueRef?: string | null;
46066
46162
  shortRef?: string | null;
46163
+ email?: string | null;
46164
+ /** @enum {string} */
46165
+ type: "owner" | "vendor";
46067
46166
  } | null;
46068
46167
  matchStatus?: string | null;
46069
46168
  appliedAmount?: {
@@ -46309,6 +46408,9 @@ export interface operations {
46309
46408
  firstName?: string | null;
46310
46409
  uniqueRef?: string | null;
46311
46410
  shortRef?: string | null;
46411
+ email?: string | null;
46412
+ /** @enum {string} */
46413
+ type: "owner" | "vendor";
46312
46414
  } | null;
46313
46415
  lines: {
46314
46416
  uniqueRef?: string | null;
@@ -46367,6 +46469,9 @@ export interface operations {
46367
46469
  firstName?: string | null;
46368
46470
  uniqueRef?: string | null;
46369
46471
  shortRef?: string | null;
46472
+ email?: string | null;
46473
+ /** @enum {string} */
46474
+ type: "owner" | "vendor";
46370
46475
  } | null;
46371
46476
  matchStatus?: string | null;
46372
46477
  appliedAmount?: {
@@ -46719,6 +46824,9 @@ export interface operations {
46719
46824
  firstName?: string | null;
46720
46825
  uniqueRef?: string | null;
46721
46826
  shortRef?: string | null;
46827
+ email?: string | null;
46828
+ /** @enum {string} */
46829
+ type: "owner" | "vendor";
46722
46830
  } | null;
46723
46831
  matchStatus?: string | null;
46724
46832
  appliedAmount?: {
@@ -46878,6 +46986,9 @@ export interface operations {
46878
46986
  firstName?: string | null;
46879
46987
  uniqueRef?: string | null;
46880
46988
  shortRef?: string | null;
46989
+ email?: string | null;
46990
+ /** @enum {string} */
46991
+ type: "owner" | "vendor";
46881
46992
  } | null;
46882
46993
  source?: {
46883
46994
  /** Format: uuid */
@@ -47193,6 +47304,9 @@ export interface operations {
47193
47304
  firstName?: string | null;
47194
47305
  uniqueRef?: string | null;
47195
47306
  shortRef?: string | null;
47307
+ email?: string | null;
47308
+ /** @enum {string} */
47309
+ type: "owner" | "vendor";
47196
47310
  } | null;
47197
47311
  matchStatus?: string | null;
47198
47312
  appliedAmount?: {
@@ -47352,6 +47466,9 @@ export interface operations {
47352
47466
  firstName?: string | null;
47353
47467
  uniqueRef?: string | null;
47354
47468
  shortRef?: string | null;
47469
+ email?: string | null;
47470
+ /** @enum {string} */
47471
+ type: "owner" | "vendor";
47355
47472
  } | null;
47356
47473
  source?: {
47357
47474
  /** Format: uuid */
@@ -47666,6 +47783,9 @@ export interface operations {
47666
47783
  firstName?: string | null;
47667
47784
  uniqueRef?: string | null;
47668
47785
  shortRef?: string | null;
47786
+ email?: string | null;
47787
+ /** @enum {string} */
47788
+ type: "owner" | "vendor";
47669
47789
  } | null;
47670
47790
  matchStatus?: string | null;
47671
47791
  appliedAmount?: {
@@ -47825,6 +47945,9 @@ export interface operations {
47825
47945
  firstName?: string | null;
47826
47946
  uniqueRef?: string | null;
47827
47947
  shortRef?: string | null;
47948
+ email?: string | null;
47949
+ /** @enum {string} */
47950
+ type: "owner" | "vendor";
47828
47951
  } | null;
47829
47952
  source?: {
47830
47953
  /** Format: uuid */
@@ -48146,6 +48269,9 @@ export interface operations {
48146
48269
  firstName?: string | null;
48147
48270
  uniqueRef?: string | null;
48148
48271
  shortRef?: string | null;
48272
+ email?: string | null;
48273
+ /** @enum {string} */
48274
+ type: "owner" | "vendor";
48149
48275
  } | null;
48150
48276
  matchStatus?: string | null;
48151
48277
  appliedAmount?: {
@@ -48305,6 +48431,9 @@ export interface operations {
48305
48431
  firstName?: string | null;
48306
48432
  uniqueRef?: string | null;
48307
48433
  shortRef?: string | null;
48434
+ email?: string | null;
48435
+ /** @enum {string} */
48436
+ type: "owner" | "vendor";
48308
48437
  } | null;
48309
48438
  source?: {
48310
48439
  /** Format: uuid */