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