@vrplatform/api 1.2.40-stage.1047 → 1.2.40-stage.1049

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.
@@ -4111,13 +4111,7 @@ export interface operations {
4111
4111
  /** @enum {string} */
4112
4112
  status: "active" | "inactive";
4113
4113
  uniqueRef?: string | null;
4114
- app: {
4115
- id: string;
4116
- name: string;
4117
- icon?: string | null;
4118
- importers?: string[] | null;
4119
- extractors?: string[] | null;
4120
- };
4114
+ appId: string;
4121
4115
  } | null;
4122
4116
  nights?: number | null;
4123
4117
  /** @enum {string|null} */
@@ -4157,17 +4151,42 @@ export interface operations {
4157
4151
  type: string;
4158
4152
  } | null;
4159
4153
  transaction?: {
4160
- /** Format: uuid */
4161
4154
  id: string;
4155
+ /** @enum {string} */
4156
+ status: "active" | "inactive";
4157
+ /** @description Value in cents (100 = 1€) */
4162
4158
  amount: number;
4163
4159
  account?: {
4164
- /** Format: uuid */
4165
4160
  id: string;
4166
4161
  name: string;
4162
+ uniqueRef?: string | null;
4163
+ /** @enum {string} */
4164
+ status: "active" | "inactive";
4167
4165
  } | null;
4168
4166
  date: string;
4169
- description?: string | null;
4167
+ description: string;
4170
4168
  currency: string;
4169
+ /** @enum {string} */
4170
+ type: "deposit" | "expense" | "transfer";
4171
+ contact?: {
4172
+ /** Format: uuid */
4173
+ id: string;
4174
+ name?: string | null;
4175
+ uniqueRef?: string | null;
4176
+ } | null;
4177
+ connection?: {
4178
+ /** Format: uuid */
4179
+ id: string;
4180
+ name: string;
4181
+ /** @enum {string} */
4182
+ status: "active" | "inactive";
4183
+ uniqueRef?: string | null;
4184
+ appId: string;
4185
+ } | null;
4186
+ uniqueRef?: string | null;
4187
+ recurringTemplate?: {
4188
+ id: string;
4189
+ } | null;
4171
4190
  } | null;
4172
4191
  line?: {
4173
4192
  id: string;
@@ -4448,13 +4467,7 @@ export interface operations {
4448
4467
  /** @enum {string} */
4449
4468
  status: "active" | "inactive";
4450
4469
  uniqueRef?: string | null;
4451
- app: {
4452
- id: string;
4453
- name: string;
4454
- icon?: string | null;
4455
- importers?: string[] | null;
4456
- extractors?: string[] | null;
4457
- };
4470
+ appId: string;
4458
4471
  } | null;
4459
4472
  nights?: number | null;
4460
4473
  /** @enum {string|null} */
@@ -4494,17 +4507,42 @@ export interface operations {
4494
4507
  type: string;
4495
4508
  } | null;
4496
4509
  transaction?: {
4497
- /** Format: uuid */
4498
4510
  id: string;
4511
+ /** @enum {string} */
4512
+ status: "active" | "inactive";
4513
+ /** @description Value in cents (100 = 1€) */
4499
4514
  amount: number;
4500
4515
  account?: {
4501
- /** Format: uuid */
4502
4516
  id: string;
4503
4517
  name: string;
4518
+ uniqueRef?: string | null;
4519
+ /** @enum {string} */
4520
+ status: "active" | "inactive";
4504
4521
  } | null;
4505
4522
  date: string;
4506
- description?: string | null;
4523
+ description: string;
4507
4524
  currency: string;
4525
+ /** @enum {string} */
4526
+ type: "deposit" | "expense" | "transfer";
4527
+ contact?: {
4528
+ /** Format: uuid */
4529
+ id: string;
4530
+ name?: string | null;
4531
+ uniqueRef?: string | null;
4532
+ } | null;
4533
+ connection?: {
4534
+ /** Format: uuid */
4535
+ id: string;
4536
+ name: string;
4537
+ /** @enum {string} */
4538
+ status: "active" | "inactive";
4539
+ uniqueRef?: string | null;
4540
+ appId: string;
4541
+ } | null;
4542
+ uniqueRef?: string | null;
4543
+ recurringTemplate?: {
4544
+ id: string;
4545
+ } | null;
4508
4546
  } | null;
4509
4547
  line?: {
4510
4548
  id: string;
@@ -4865,13 +4903,7 @@ export interface operations {
4865
4903
  /** @enum {string} */
4866
4904
  status: "active" | "inactive";
4867
4905
  uniqueRef?: string | null;
4868
- app: {
4869
- id: string;
4870
- name: string;
4871
- icon?: string | null;
4872
- importers?: string[] | null;
4873
- extractors?: string[] | null;
4874
- };
4906
+ appId: string;
4875
4907
  } | null;
4876
4908
  nights?: number | null;
4877
4909
  /** @enum {string|null} */
@@ -4911,17 +4943,42 @@ export interface operations {
4911
4943
  type: string;
4912
4944
  } | null;
4913
4945
  transaction?: {
4914
- /** Format: uuid */
4915
4946
  id: string;
4947
+ /** @enum {string} */
4948
+ status: "active" | "inactive";
4949
+ /** @description Value in cents (100 = 1€) */
4916
4950
  amount: number;
4917
4951
  account?: {
4918
- /** Format: uuid */
4919
4952
  id: string;
4920
4953
  name: string;
4954
+ uniqueRef?: string | null;
4955
+ /** @enum {string} */
4956
+ status: "active" | "inactive";
4921
4957
  } | null;
4922
4958
  date: string;
4923
- description?: string | null;
4959
+ description: string;
4924
4960
  currency: string;
4961
+ /** @enum {string} */
4962
+ type: "deposit" | "expense" | "transfer";
4963
+ contact?: {
4964
+ /** Format: uuid */
4965
+ id: string;
4966
+ name?: string | null;
4967
+ uniqueRef?: string | null;
4968
+ } | null;
4969
+ connection?: {
4970
+ /** Format: uuid */
4971
+ id: string;
4972
+ name: string;
4973
+ /** @enum {string} */
4974
+ status: "active" | "inactive";
4975
+ uniqueRef?: string | null;
4976
+ appId: string;
4977
+ } | null;
4978
+ uniqueRef?: string | null;
4979
+ recurringTemplate?: {
4980
+ id: string;
4981
+ } | null;
4925
4982
  } | null;
4926
4983
  line?: {
4927
4984
  id: string;
@@ -5220,13 +5277,7 @@ export interface operations {
5220
5277
  /** @enum {string} */
5221
5278
  status: "active" | "inactive";
5222
5279
  uniqueRef?: string | null;
5223
- app: {
5224
- id: string;
5225
- name: string;
5226
- icon?: string | null;
5227
- importers?: string[] | null;
5228
- extractors?: string[] | null;
5229
- };
5280
+ appId: string;
5230
5281
  } | null;
5231
5282
  nights?: number | null;
5232
5283
  /** @enum {string|null} */
@@ -5485,13 +5536,7 @@ export interface operations {
5485
5536
  /** @enum {string} */
5486
5537
  status: "active" | "inactive";
5487
5538
  uniqueRef?: string | null;
5488
- app: {
5489
- id: string;
5490
- name: string;
5491
- icon?: string | null;
5492
- importers?: string[] | null;
5493
- extractors?: string[] | null;
5494
- };
5539
+ appId: string;
5495
5540
  } | null;
5496
5541
  nights?: number | null;
5497
5542
  /** @enum {string|null} */
@@ -5531,17 +5576,42 @@ export interface operations {
5531
5576
  type: string;
5532
5577
  } | null;
5533
5578
  transaction?: {
5534
- /** Format: uuid */
5535
5579
  id: string;
5580
+ /** @enum {string} */
5581
+ status: "active" | "inactive";
5582
+ /** @description Value in cents (100 = 1€) */
5536
5583
  amount: number;
5537
5584
  account?: {
5538
- /** Format: uuid */
5539
5585
  id: string;
5540
5586
  name: string;
5587
+ uniqueRef?: string | null;
5588
+ /** @enum {string} */
5589
+ status: "active" | "inactive";
5541
5590
  } | null;
5542
5591
  date: string;
5543
- description?: string | null;
5592
+ description: string;
5544
5593
  currency: string;
5594
+ /** @enum {string} */
5595
+ type: "deposit" | "expense" | "transfer";
5596
+ contact?: {
5597
+ /** Format: uuid */
5598
+ id: string;
5599
+ name?: string | null;
5600
+ uniqueRef?: string | null;
5601
+ } | null;
5602
+ connection?: {
5603
+ /** Format: uuid */
5604
+ id: string;
5605
+ name: string;
5606
+ /** @enum {string} */
5607
+ status: "active" | "inactive";
5608
+ uniqueRef?: string | null;
5609
+ appId: string;
5610
+ } | null;
5611
+ uniqueRef?: string | null;
5612
+ recurringTemplate?: {
5613
+ id: string;
5614
+ } | null;
5545
5615
  } | null;
5546
5616
  line?: {
5547
5617
  id: string;
@@ -7739,6 +7809,7 @@ export interface operations {
7739
7809
  countryCode?: string | null;
7740
7810
  } | null;
7741
7811
  phone?: string | null;
7812
+ /** Format: email */
7742
7813
  email?: string | null;
7743
7814
  taxId?: string | null;
7744
7815
  partner?: {
@@ -7778,6 +7849,7 @@ export interface operations {
7778
7849
  statementStartAt?: string | null;
7779
7850
  members?: {
7780
7851
  userId: string;
7852
+ /** Format: email */
7781
7853
  email?: string | null;
7782
7854
  role: string;
7783
7855
  name?: string | null;
@@ -7875,6 +7947,7 @@ export interface operations {
7875
7947
  countryCode?: string | null;
7876
7948
  } | null;
7877
7949
  phone?: string | null;
7950
+ /** Format: email */
7878
7951
  email?: string | null;
7879
7952
  taxId?: string | null;
7880
7953
  companyName?: string | null;
@@ -7948,6 +8021,7 @@ export interface operations {
7948
8021
  countryCode?: string | null;
7949
8022
  } | null;
7950
8023
  phone?: string | null;
8024
+ /** Format: email */
7951
8025
  email?: string | null;
7952
8026
  taxId?: string | null;
7953
8027
  partner?: {
@@ -7987,6 +8061,7 @@ export interface operations {
7987
8061
  statementStartAt?: string | null;
7988
8062
  members?: {
7989
8063
  userId: string;
8064
+ /** Format: email */
7990
8065
  email?: string | null;
7991
8066
  role: string;
7992
8067
  name?: string | null;
@@ -8168,6 +8243,7 @@ export interface operations {
8168
8243
  countryCode?: string | null;
8169
8244
  } | null;
8170
8245
  phone?: string | null;
8246
+ /** Format: email */
8171
8247
  email?: string | null;
8172
8248
  taxId?: string | null;
8173
8249
  partner?: {
@@ -8207,6 +8283,7 @@ export interface operations {
8207
8283
  statementStartAt?: string | null;
8208
8284
  members?: {
8209
8285
  userId: string;
8286
+ /** Format: email */
8210
8287
  email?: string | null;
8211
8288
  role: string;
8212
8289
  name?: string | null;
@@ -8310,6 +8387,7 @@ export interface operations {
8310
8387
  countryCode?: string | null;
8311
8388
  } | null;
8312
8389
  phone?: string | null;
8390
+ /** Format: email */
8313
8391
  email?: string | null;
8314
8392
  taxId?: string | null;
8315
8393
  companyName?: string | null;
@@ -8378,6 +8456,7 @@ export interface operations {
8378
8456
  countryCode?: string | null;
8379
8457
  } | null;
8380
8458
  phone?: string | null;
8459
+ /** Format: email */
8381
8460
  email?: string | null;
8382
8461
  taxId?: string | null;
8383
8462
  partner?: {
@@ -8417,6 +8496,7 @@ export interface operations {
8417
8496
  statementStartAt?: string | null;
8418
8497
  members?: {
8419
8498
  userId: string;
8499
+ /** Format: email */
8420
8500
  email?: string | null;
8421
8501
  role: string;
8422
8502
  name?: string | null;
@@ -8522,6 +8602,7 @@ export interface operations {
8522
8602
  countryCode?: string | null;
8523
8603
  } | null;
8524
8604
  phone?: string | null;
8605
+ /** Format: email */
8525
8606
  email?: string | null;
8526
8607
  taxId?: string | null;
8527
8608
  partner?: {
@@ -8561,6 +8642,7 @@ export interface operations {
8561
8642
  statementStartAt?: string | null;
8562
8643
  members?: {
8563
8644
  userId: string;
8645
+ /** Format: email */
8564
8646
  email?: string | null;
8565
8647
  role: string;
8566
8648
  name?: string | null;
@@ -8843,17 +8925,42 @@ export interface operations {
8843
8925
  type: string;
8844
8926
  } | null;
8845
8927
  transaction?: {
8846
- /** Format: uuid */
8847
8928
  id: string;
8929
+ /** @enum {string} */
8930
+ status: "active" | "inactive";
8931
+ /** @description Value in cents (100 = 1€) */
8848
8932
  amount: number;
8849
8933
  account?: {
8850
- /** Format: uuid */
8851
8934
  id: string;
8852
8935
  name: string;
8936
+ uniqueRef?: string | null;
8937
+ /** @enum {string} */
8938
+ status: "active" | "inactive";
8853
8939
  } | null;
8854
8940
  date: string;
8855
- description?: string | null;
8941
+ description: string;
8856
8942
  currency: string;
8943
+ /** @enum {string} */
8944
+ type: "deposit" | "expense" | "transfer";
8945
+ contact?: {
8946
+ /** Format: uuid */
8947
+ id: string;
8948
+ name?: string | null;
8949
+ uniqueRef?: string | null;
8950
+ } | null;
8951
+ connection?: {
8952
+ /** Format: uuid */
8953
+ id: string;
8954
+ name: string;
8955
+ /** @enum {string} */
8956
+ status: "active" | "inactive";
8957
+ uniqueRef?: string | null;
8958
+ appId: string;
8959
+ } | null;
8960
+ uniqueRef?: string | null;
8961
+ recurringTemplate?: {
8962
+ id: string;
8963
+ } | null;
8857
8964
  } | null;
8858
8965
  line?: {
8859
8966
  id: string;
@@ -10980,13 +11087,7 @@ export interface operations {
10980
11087
  /** @enum {string} */
10981
11088
  status: "active" | "inactive";
10982
11089
  uniqueRef?: string | null;
10983
- app: {
10984
- id: string;
10985
- name: string;
10986
- icon?: string | null;
10987
- importers?: string[] | null;
10988
- extractors?: string[] | null;
10989
- };
11090
+ appId: string;
10990
11091
  } | null;
10991
11092
  contact?: {
10992
11093
  /** Format: uuid */
@@ -13524,13 +13625,7 @@ export interface operations {
13524
13625
  /** @enum {string} */
13525
13626
  status: "active" | "inactive";
13526
13627
  uniqueRef?: string | null;
13527
- app: {
13528
- id: string;
13529
- name: string;
13530
- icon?: string | null;
13531
- importers?: string[] | null;
13532
- extractors?: string[] | null;
13533
- };
13628
+ appId: string;
13534
13629
  } | null;
13535
13630
  contact?: {
13536
13631
  /** Format: uuid */
@@ -13977,13 +14072,7 @@ export interface operations {
13977
14072
  /** @enum {string} */
13978
14073
  status: "active" | "inactive";
13979
14074
  uniqueRef?: string | null;
13980
- app: {
13981
- id: string;
13982
- name: string;
13983
- icon?: string | null;
13984
- importers?: string[] | null;
13985
- extractors?: string[] | null;
13986
- };
14075
+ appId: string;
13987
14076
  } | null;
13988
14077
  contact?: {
13989
14078
  /** Format: uuid */
@@ -15144,13 +15233,7 @@ export interface operations {
15144
15233
  /** @enum {string} */
15145
15234
  status: "active" | "inactive";
15146
15235
  uniqueRef?: string | null;
15147
- app: {
15148
- id: string;
15149
- name: string;
15150
- icon?: string | null;
15151
- importers?: string[] | null;
15152
- extractors?: string[] | null;
15153
- };
15236
+ appId: string;
15154
15237
  } | null;
15155
15238
  contact?: {
15156
15239
  /** Format: uuid */
@@ -15420,13 +15503,7 @@ export interface operations {
15420
15503
  /** @enum {string} */
15421
15504
  status: "active" | "inactive";
15422
15505
  uniqueRef?: string | null;
15423
- app: {
15424
- id: string;
15425
- name: string;
15426
- icon?: string | null;
15427
- importers?: string[] | null;
15428
- extractors?: string[] | null;
15429
- };
15506
+ appId: string;
15430
15507
  } | null;
15431
15508
  contact?: {
15432
15509
  /** Format: uuid */
@@ -15705,13 +15782,7 @@ export interface operations {
15705
15782
  /** @enum {string} */
15706
15783
  status: "active" | "inactive";
15707
15784
  uniqueRef?: string | null;
15708
- app: {
15709
- id: string;
15710
- name: string;
15711
- icon?: string | null;
15712
- importers?: string[] | null;
15713
- extractors?: string[] | null;
15714
- };
15785
+ appId: string;
15715
15786
  } | null;
15716
15787
  contact?: {
15717
15788
  /** Format: uuid */
@@ -15987,13 +16058,7 @@ export interface operations {
15987
16058
  /** @enum {string} */
15988
16059
  status: "active" | "inactive";
15989
16060
  uniqueRef?: string | null;
15990
- app: {
15991
- id: string;
15992
- name: string;
15993
- icon?: string | null;
15994
- importers?: string[] | null;
15995
- extractors?: string[] | null;
15996
- };
16061
+ appId: string;
15997
16062
  } | null;
15998
16063
  contact?: {
15999
16064
  /** Format: uuid */
@@ -16189,13 +16254,7 @@ export interface operations {
16189
16254
  /** @enum {string} */
16190
16255
  status: "active" | "inactive";
16191
16256
  uniqueRef?: string | null;
16192
- app: {
16193
- id: string;
16194
- name: string;
16195
- icon?: string | null;
16196
- importers?: string[] | null;
16197
- extractors?: string[] | null;
16198
- };
16257
+ appId: string;
16199
16258
  } | null;
16200
16259
  contact?: {
16201
16260
  /** Format: uuid */
@@ -16464,13 +16523,7 @@ export interface operations {
16464
16523
  /** @enum {string} */
16465
16524
  status: "active" | "inactive";
16466
16525
  uniqueRef?: string | null;
16467
- app: {
16468
- id: string;
16469
- name: string;
16470
- icon?: string | null;
16471
- importers?: string[] | null;
16472
- extractors?: string[] | null;
16473
- };
16526
+ appId: string;
16474
16527
  } | null;
16475
16528
  contact?: {
16476
16529
  /** Format: uuid */
@@ -17381,13 +17434,7 @@ export interface operations {
17381
17434
  /** @enum {string} */
17382
17435
  status: "active" | "inactive";
17383
17436
  uniqueRef?: string | null;
17384
- app: {
17385
- id: string;
17386
- name: string;
17387
- icon?: string | null;
17388
- importers?: string[] | null;
17389
- extractors?: string[] | null;
17390
- };
17437
+ appId: string;
17391
17438
  } | null;
17392
17439
  contact?: {
17393
17440
  /** Format: uuid */
@@ -18740,13 +18787,7 @@ export interface operations {
18740
18787
  /** @enum {string} */
18741
18788
  status: "active" | "inactive";
18742
18789
  uniqueRef?: string | null;
18743
- app: {
18744
- id: string;
18745
- name: string;
18746
- icon?: string | null;
18747
- importers?: string[] | null;
18748
- extractors?: string[] | null;
18749
- };
18790
+ appId: string;
18750
18791
  } | null;
18751
18792
  uniqueRef?: string | null;
18752
18793
  recurringTemplate?: {
@@ -18985,13 +19026,7 @@ export interface operations {
18985
19026
  /** @enum {string} */
18986
19027
  status: "active" | "inactive";
18987
19028
  uniqueRef?: string | null;
18988
- app: {
18989
- id: string;
18990
- name: string;
18991
- icon?: string | null;
18992
- importers?: string[] | null;
18993
- extractors?: string[] | null;
18994
- };
19029
+ appId: string;
18995
19030
  } | null;
18996
19031
  uniqueRef?: string | null;
18997
19032
  recurringTemplate?: {
@@ -19086,7 +19121,6 @@ export interface operations {
19086
19121
  } | null;
19087
19122
  /** @enum {string} */
19088
19123
  type: "owner" | "vendor";
19089
- email?: string | null;
19090
19124
  firstName?: string | null;
19091
19125
  name?: string | null;
19092
19126
  phone?: string | null;
@@ -19103,7 +19137,7 @@ export interface operations {
19103
19137
  payoutAccountId?: string | null;
19104
19138
  /** Format: uuid */
19105
19139
  id?: string | null;
19106
- invite?: boolean | null;
19140
+ email?: string | null;
19107
19141
  }[];
19108
19142
  };
19109
19143
  };
@@ -19130,6 +19164,7 @@ export interface operations {
19130
19164
  } | null;
19131
19165
  /** @enum {string} */
19132
19166
  type: "owner" | "vendor";
19167
+ /** Format: email */
19133
19168
  email?: string | null;
19134
19169
  firstName?: string | null;
19135
19170
  name?: string | null;
@@ -19244,6 +19279,7 @@ export interface operations {
19244
19279
  } | null;
19245
19280
  /** @enum {string} */
19246
19281
  type: "owner" | "vendor";
19282
+ /** Format: email */
19247
19283
  email?: string | null;
19248
19284
  firstName?: string | null;
19249
19285
  name?: string | null;
@@ -19355,6 +19391,7 @@ export interface operations {
19355
19391
  } | null;
19356
19392
  /** @enum {string} */
19357
19393
  type?: "owner" | "vendor";
19394
+ /** Format: email */
19358
19395
  email?: string | null;
19359
19396
  firstName?: string | null;
19360
19397
  name?: string | null;
@@ -19394,6 +19431,7 @@ export interface operations {
19394
19431
  } | null;
19395
19432
  /** @enum {string} */
19396
19433
  type: "owner" | "vendor";
19434
+ /** Format: email */
19397
19435
  email?: string | null;
19398
19436
  firstName?: string | null;
19399
19437
  name?: string | null;
@@ -19590,6 +19628,7 @@ export interface operations {
19590
19628
  } | null;
19591
19629
  /** @enum {string} */
19592
19630
  type: "owner" | "vendor";
19631
+ /** Format: email */
19593
19632
  email?: string | null;
19594
19633
  firstName?: string | null;
19595
19634
  name?: string | null;
@@ -19709,6 +19748,7 @@ export interface operations {
19709
19748
  } | null;
19710
19749
  /** @enum {string} */
19711
19750
  type: "owner" | "vendor";
19751
+ /** Format: email */
19712
19752
  email?: string | null;
19713
19753
  firstName?: string | null;
19714
19754
  name?: string | null;
@@ -19749,6 +19789,7 @@ export interface operations {
19749
19789
  } | null;
19750
19790
  /** @enum {string} */
19751
19791
  type: "owner" | "vendor";
19792
+ /** Format: email */
19752
19793
  email?: string | null;
19753
19794
  firstName?: string | null;
19754
19795
  name?: string | null;
@@ -23014,6 +23055,7 @@ export interface operations {
23014
23055
  contactId: string;
23015
23056
  name?: string;
23016
23057
  firstName?: string;
23058
+ /** Format: email */
23017
23059
  email?: string;
23018
23060
  phone?: string;
23019
23061
  };
@@ -23185,6 +23227,7 @@ export interface operations {
23185
23227
  contactId: string;
23186
23228
  name?: string;
23187
23229
  firstName?: string;
23230
+ /** Format: email */
23188
23231
  email?: string;
23189
23232
  phone?: string;
23190
23233
  };
@@ -23414,6 +23457,7 @@ export interface operations {
23414
23457
  blockReason: "ownerBlock" | "maintenance";
23415
23458
  description?: string;
23416
23459
  user?: {
23460
+ /** Format: email */
23417
23461
  email: string;
23418
23462
  firstName: string;
23419
23463
  lastName: string;
@@ -23503,6 +23547,7 @@ export interface operations {
23503
23547
  blockReason: "ownerBlock" | "maintenance";
23504
23548
  description?: string;
23505
23549
  user?: {
23550
+ /** Format: email */
23506
23551
  email: string;
23507
23552
  firstName: string;
23508
23553
  lastName: string;
@@ -23579,6 +23624,7 @@ export interface operations {
23579
23624
  blockReason: "ownerBlock" | "maintenance";
23580
23625
  description?: string;
23581
23626
  user?: {
23627
+ /** Format: email */
23582
23628
  email: string;
23583
23629
  firstName: string;
23584
23630
  lastName: string;