@vrplatform/api 1.2.38 → 1.2.39-1039
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 +65 -268
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +65 -268
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +65 -268
- package/build/main/ingest-compat/index.d.ts +0 -13
- package/build/main/ingest-compat/index.js +0 -92
- package/build/main/ingest-compat/index.js.map +0 -1
- package/build/main/ingest-compat/map.d.ts +0 -6
- package/build/main/ingest-compat/map.js +0 -67
- package/build/main/ingest-compat/map.js.map +0 -1
- package/build/main/ingest-compat/types.d.ts +0 -7
- package/build/main/ingest-compat/types.js +0 -3
- package/build/main/ingest-compat/types.js.map +0 -1
- package/build/module/ingest-compat/index.d.ts +0 -13
- package/build/module/ingest-compat/index.js +0 -75
- package/build/module/ingest-compat/index.js.map +0 -1
- package/build/module/ingest-compat/map.d.ts +0 -6
- package/build/module/ingest-compat/map.js +0 -64
- package/build/module/ingest-compat/map.js.map +0 -1
- package/build/module/ingest-compat/types.d.ts +0 -7
- package/build/module/ingest-compat/types.js +0 -2
- package/build/module/ingest-compat/types.js.map +0 -1
|
@@ -4149,55 +4149,24 @@ export interface operations {
|
|
|
4149
4149
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4150
4150
|
} | null;
|
|
4151
4151
|
recurringFee?: {
|
|
4152
|
+
/** Format: uuid */
|
|
4152
4153
|
id: string;
|
|
4153
4154
|
uniqueRef: string;
|
|
4154
4155
|
name: string;
|
|
4155
|
-
|
|
4156
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4156
|
+
type: string;
|
|
4157
4157
|
} | null;
|
|
4158
4158
|
transaction?: {
|
|
4159
|
+
/** Format: uuid */
|
|
4159
4160
|
id: string;
|
|
4160
|
-
/** @enum {string} */
|
|
4161
|
-
status: "active" | "inactive";
|
|
4162
|
-
/** @description Value in cents (100 = 1€) */
|
|
4163
4161
|
amount: number;
|
|
4164
4162
|
account?: {
|
|
4163
|
+
/** Format: uuid */
|
|
4165
4164
|
id: string;
|
|
4166
4165
|
name: string;
|
|
4167
|
-
uniqueRef?: string | null;
|
|
4168
|
-
/** @enum {string} */
|
|
4169
|
-
status: "active" | "inactive";
|
|
4170
4166
|
} | null;
|
|
4171
4167
|
date: string;
|
|
4172
|
-
description
|
|
4168
|
+
description?: string | null;
|
|
4173
4169
|
currency: string;
|
|
4174
|
-
/** @enum {string} */
|
|
4175
|
-
type: "deposit" | "expense" | "transfer";
|
|
4176
|
-
contact?: {
|
|
4177
|
-
/** Format: uuid */
|
|
4178
|
-
id: string;
|
|
4179
|
-
name?: string | null;
|
|
4180
|
-
uniqueRef?: string | null;
|
|
4181
|
-
} | null;
|
|
4182
|
-
connection?: {
|
|
4183
|
-
/** Format: uuid */
|
|
4184
|
-
id: string;
|
|
4185
|
-
name: string;
|
|
4186
|
-
/** @enum {string} */
|
|
4187
|
-
status: "active" | "inactive";
|
|
4188
|
-
uniqueRef?: string | null;
|
|
4189
|
-
app: {
|
|
4190
|
-
id: string;
|
|
4191
|
-
name: string;
|
|
4192
|
-
icon?: string | null;
|
|
4193
|
-
importers?: string[] | null;
|
|
4194
|
-
extractors?: string[] | null;
|
|
4195
|
-
};
|
|
4196
|
-
} | null;
|
|
4197
|
-
uniqueRef?: string | null;
|
|
4198
|
-
recurringTemplate?: {
|
|
4199
|
-
id: string;
|
|
4200
|
-
} | null;
|
|
4201
4170
|
} | null;
|
|
4202
4171
|
line?: {
|
|
4203
4172
|
id: string;
|
|
@@ -4210,17 +4179,6 @@ export interface operations {
|
|
|
4210
4179
|
/** Format: uuid */
|
|
4211
4180
|
id: string;
|
|
4212
4181
|
name: string;
|
|
4213
|
-
address?: {
|
|
4214
|
-
full?: string | null;
|
|
4215
|
-
line1?: string | null;
|
|
4216
|
-
line2?: string | null;
|
|
4217
|
-
city?: string | null;
|
|
4218
|
-
/** @deprecated */
|
|
4219
|
-
state?: string | null;
|
|
4220
|
-
postalCode?: string | null;
|
|
4221
|
-
stateCode?: string | null;
|
|
4222
|
-
countryCode?: string | null;
|
|
4223
|
-
} | null;
|
|
4224
4182
|
uniqueRef?: string | null;
|
|
4225
4183
|
} | null;
|
|
4226
4184
|
listingConnection?: {
|
|
@@ -4283,11 +4241,11 @@ export interface operations {
|
|
|
4283
4241
|
status: "active" | "inactive";
|
|
4284
4242
|
} | null;
|
|
4285
4243
|
recurringFee?: {
|
|
4244
|
+
/** Format: uuid */
|
|
4286
4245
|
id: string;
|
|
4287
4246
|
uniqueRef: string;
|
|
4288
4247
|
name: string;
|
|
4289
|
-
|
|
4290
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4248
|
+
type: string;
|
|
4291
4249
|
} | null;
|
|
4292
4250
|
}[];
|
|
4293
4251
|
}[];
|
|
@@ -4528,55 +4486,24 @@ export interface operations {
|
|
|
4528
4486
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4529
4487
|
} | null;
|
|
4530
4488
|
recurringFee?: {
|
|
4489
|
+
/** Format: uuid */
|
|
4531
4490
|
id: string;
|
|
4532
4491
|
uniqueRef: string;
|
|
4533
4492
|
name: string;
|
|
4534
|
-
|
|
4535
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4493
|
+
type: string;
|
|
4536
4494
|
} | null;
|
|
4537
4495
|
transaction?: {
|
|
4496
|
+
/** Format: uuid */
|
|
4538
4497
|
id: string;
|
|
4539
|
-
/** @enum {string} */
|
|
4540
|
-
status: "active" | "inactive";
|
|
4541
|
-
/** @description Value in cents (100 = 1€) */
|
|
4542
4498
|
amount: number;
|
|
4543
4499
|
account?: {
|
|
4500
|
+
/** Format: uuid */
|
|
4544
4501
|
id: string;
|
|
4545
4502
|
name: string;
|
|
4546
|
-
uniqueRef?: string | null;
|
|
4547
|
-
/** @enum {string} */
|
|
4548
|
-
status: "active" | "inactive";
|
|
4549
4503
|
} | null;
|
|
4550
4504
|
date: string;
|
|
4551
|
-
description
|
|
4505
|
+
description?: string | null;
|
|
4552
4506
|
currency: string;
|
|
4553
|
-
/** @enum {string} */
|
|
4554
|
-
type: "deposit" | "expense" | "transfer";
|
|
4555
|
-
contact?: {
|
|
4556
|
-
/** Format: uuid */
|
|
4557
|
-
id: string;
|
|
4558
|
-
name?: string | null;
|
|
4559
|
-
uniqueRef?: string | null;
|
|
4560
|
-
} | null;
|
|
4561
|
-
connection?: {
|
|
4562
|
-
/** Format: uuid */
|
|
4563
|
-
id: string;
|
|
4564
|
-
name: string;
|
|
4565
|
-
/** @enum {string} */
|
|
4566
|
-
status: "active" | "inactive";
|
|
4567
|
-
uniqueRef?: string | null;
|
|
4568
|
-
app: {
|
|
4569
|
-
id: string;
|
|
4570
|
-
name: string;
|
|
4571
|
-
icon?: string | null;
|
|
4572
|
-
importers?: string[] | null;
|
|
4573
|
-
extractors?: string[] | null;
|
|
4574
|
-
};
|
|
4575
|
-
} | null;
|
|
4576
|
-
uniqueRef?: string | null;
|
|
4577
|
-
recurringTemplate?: {
|
|
4578
|
-
id: string;
|
|
4579
|
-
} | null;
|
|
4580
4507
|
} | null;
|
|
4581
4508
|
line?: {
|
|
4582
4509
|
id: string;
|
|
@@ -4589,17 +4516,6 @@ export interface operations {
|
|
|
4589
4516
|
/** Format: uuid */
|
|
4590
4517
|
id: string;
|
|
4591
4518
|
name: string;
|
|
4592
|
-
address?: {
|
|
4593
|
-
full?: string | null;
|
|
4594
|
-
line1?: string | null;
|
|
4595
|
-
line2?: string | null;
|
|
4596
|
-
city?: string | null;
|
|
4597
|
-
/** @deprecated */
|
|
4598
|
-
state?: string | null;
|
|
4599
|
-
postalCode?: string | null;
|
|
4600
|
-
stateCode?: string | null;
|
|
4601
|
-
countryCode?: string | null;
|
|
4602
|
-
} | null;
|
|
4603
4519
|
uniqueRef?: string | null;
|
|
4604
4520
|
} | null;
|
|
4605
4521
|
listingConnection?: {
|
|
@@ -4662,11 +4578,11 @@ export interface operations {
|
|
|
4662
4578
|
status: "active" | "inactive";
|
|
4663
4579
|
} | null;
|
|
4664
4580
|
recurringFee?: {
|
|
4581
|
+
/** Format: uuid */
|
|
4665
4582
|
id: string;
|
|
4666
4583
|
uniqueRef: string;
|
|
4667
4584
|
name: string;
|
|
4668
|
-
|
|
4669
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4585
|
+
type: string;
|
|
4670
4586
|
} | null;
|
|
4671
4587
|
}[];
|
|
4672
4588
|
};
|
|
@@ -4987,55 +4903,24 @@ export interface operations {
|
|
|
4987
4903
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4988
4904
|
} | null;
|
|
4989
4905
|
recurringFee?: {
|
|
4906
|
+
/** Format: uuid */
|
|
4990
4907
|
id: string;
|
|
4991
4908
|
uniqueRef: string;
|
|
4992
4909
|
name: string;
|
|
4993
|
-
|
|
4994
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4910
|
+
type: string;
|
|
4995
4911
|
} | null;
|
|
4996
4912
|
transaction?: {
|
|
4913
|
+
/** Format: uuid */
|
|
4997
4914
|
id: string;
|
|
4998
|
-
/** @enum {string} */
|
|
4999
|
-
status: "active" | "inactive";
|
|
5000
|
-
/** @description Value in cents (100 = 1€) */
|
|
5001
4915
|
amount: number;
|
|
5002
4916
|
account?: {
|
|
4917
|
+
/** Format: uuid */
|
|
5003
4918
|
id: string;
|
|
5004
4919
|
name: string;
|
|
5005
|
-
uniqueRef?: string | null;
|
|
5006
|
-
/** @enum {string} */
|
|
5007
|
-
status: "active" | "inactive";
|
|
5008
4920
|
} | null;
|
|
5009
4921
|
date: string;
|
|
5010
|
-
description
|
|
4922
|
+
description?: string | null;
|
|
5011
4923
|
currency: string;
|
|
5012
|
-
/** @enum {string} */
|
|
5013
|
-
type: "deposit" | "expense" | "transfer";
|
|
5014
|
-
contact?: {
|
|
5015
|
-
/** Format: uuid */
|
|
5016
|
-
id: string;
|
|
5017
|
-
name?: string | null;
|
|
5018
|
-
uniqueRef?: string | null;
|
|
5019
|
-
} | null;
|
|
5020
|
-
connection?: {
|
|
5021
|
-
/** Format: uuid */
|
|
5022
|
-
id: string;
|
|
5023
|
-
name: string;
|
|
5024
|
-
/** @enum {string} */
|
|
5025
|
-
status: "active" | "inactive";
|
|
5026
|
-
uniqueRef?: string | null;
|
|
5027
|
-
app: {
|
|
5028
|
-
id: string;
|
|
5029
|
-
name: string;
|
|
5030
|
-
icon?: string | null;
|
|
5031
|
-
importers?: string[] | null;
|
|
5032
|
-
extractors?: string[] | null;
|
|
5033
|
-
};
|
|
5034
|
-
} | null;
|
|
5035
|
-
uniqueRef?: string | null;
|
|
5036
|
-
recurringTemplate?: {
|
|
5037
|
-
id: string;
|
|
5038
|
-
} | null;
|
|
5039
4924
|
} | null;
|
|
5040
4925
|
line?: {
|
|
5041
4926
|
id: string;
|
|
@@ -5048,17 +4933,6 @@ export interface operations {
|
|
|
5048
4933
|
/** Format: uuid */
|
|
5049
4934
|
id: string;
|
|
5050
4935
|
name: string;
|
|
5051
|
-
address?: {
|
|
5052
|
-
full?: string | null;
|
|
5053
|
-
line1?: string | null;
|
|
5054
|
-
line2?: string | null;
|
|
5055
|
-
city?: string | null;
|
|
5056
|
-
/** @deprecated */
|
|
5057
|
-
state?: string | null;
|
|
5058
|
-
postalCode?: string | null;
|
|
5059
|
-
stateCode?: string | null;
|
|
5060
|
-
countryCode?: string | null;
|
|
5061
|
-
} | null;
|
|
5062
4936
|
uniqueRef?: string | null;
|
|
5063
4937
|
} | null;
|
|
5064
4938
|
listingConnection?: {
|
|
@@ -5121,11 +4995,11 @@ export interface operations {
|
|
|
5121
4995
|
status: "active" | "inactive";
|
|
5122
4996
|
} | null;
|
|
5123
4997
|
recurringFee?: {
|
|
4998
|
+
/** Format: uuid */
|
|
5124
4999
|
id: string;
|
|
5125
5000
|
uniqueRef: string;
|
|
5126
5001
|
name: string;
|
|
5127
|
-
|
|
5128
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5002
|
+
type: string;
|
|
5129
5003
|
} | null;
|
|
5130
5004
|
}[];
|
|
5131
5005
|
};
|
|
@@ -5360,17 +5234,6 @@ export interface operations {
|
|
|
5360
5234
|
/** Format: uuid */
|
|
5361
5235
|
id: string;
|
|
5362
5236
|
name: string;
|
|
5363
|
-
address?: {
|
|
5364
|
-
full?: string | null;
|
|
5365
|
-
line1?: string | null;
|
|
5366
|
-
line2?: string | null;
|
|
5367
|
-
city?: string | null;
|
|
5368
|
-
/** @deprecated */
|
|
5369
|
-
state?: string | null;
|
|
5370
|
-
postalCode?: string | null;
|
|
5371
|
-
stateCode?: string | null;
|
|
5372
|
-
countryCode?: string | null;
|
|
5373
|
-
} | null;
|
|
5374
5237
|
uniqueRef?: string | null;
|
|
5375
5238
|
} | null;
|
|
5376
5239
|
listingConnection?: {
|
|
@@ -5660,55 +5523,24 @@ export interface operations {
|
|
|
5660
5523
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5661
5524
|
} | null;
|
|
5662
5525
|
recurringFee?: {
|
|
5526
|
+
/** Format: uuid */
|
|
5663
5527
|
id: string;
|
|
5664
5528
|
uniqueRef: string;
|
|
5665
5529
|
name: string;
|
|
5666
|
-
|
|
5667
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5530
|
+
type: string;
|
|
5668
5531
|
} | null;
|
|
5669
5532
|
transaction?: {
|
|
5533
|
+
/** Format: uuid */
|
|
5670
5534
|
id: string;
|
|
5671
|
-
/** @enum {string} */
|
|
5672
|
-
status: "active" | "inactive";
|
|
5673
|
-
/** @description Value in cents (100 = 1€) */
|
|
5674
5535
|
amount: number;
|
|
5675
5536
|
account?: {
|
|
5537
|
+
/** Format: uuid */
|
|
5676
5538
|
id: string;
|
|
5677
5539
|
name: string;
|
|
5678
|
-
uniqueRef?: string | null;
|
|
5679
|
-
/** @enum {string} */
|
|
5680
|
-
status: "active" | "inactive";
|
|
5681
5540
|
} | null;
|
|
5682
5541
|
date: string;
|
|
5683
|
-
description
|
|
5542
|
+
description?: string | null;
|
|
5684
5543
|
currency: string;
|
|
5685
|
-
/** @enum {string} */
|
|
5686
|
-
type: "deposit" | "expense" | "transfer";
|
|
5687
|
-
contact?: {
|
|
5688
|
-
/** Format: uuid */
|
|
5689
|
-
id: string;
|
|
5690
|
-
name?: string | null;
|
|
5691
|
-
uniqueRef?: string | null;
|
|
5692
|
-
} | null;
|
|
5693
|
-
connection?: {
|
|
5694
|
-
/** Format: uuid */
|
|
5695
|
-
id: string;
|
|
5696
|
-
name: string;
|
|
5697
|
-
/** @enum {string} */
|
|
5698
|
-
status: "active" | "inactive";
|
|
5699
|
-
uniqueRef?: string | null;
|
|
5700
|
-
app: {
|
|
5701
|
-
id: string;
|
|
5702
|
-
name: string;
|
|
5703
|
-
icon?: string | null;
|
|
5704
|
-
importers?: string[] | null;
|
|
5705
|
-
extractors?: string[] | null;
|
|
5706
|
-
};
|
|
5707
|
-
} | null;
|
|
5708
|
-
uniqueRef?: string | null;
|
|
5709
|
-
recurringTemplate?: {
|
|
5710
|
-
id: string;
|
|
5711
|
-
} | null;
|
|
5712
5544
|
} | null;
|
|
5713
5545
|
line?: {
|
|
5714
5546
|
id: string;
|
|
@@ -5721,17 +5553,6 @@ export interface operations {
|
|
|
5721
5553
|
/** Format: uuid */
|
|
5722
5554
|
id: string;
|
|
5723
5555
|
name: string;
|
|
5724
|
-
address?: {
|
|
5725
|
-
full?: string | null;
|
|
5726
|
-
line1?: string | null;
|
|
5727
|
-
line2?: string | null;
|
|
5728
|
-
city?: string | null;
|
|
5729
|
-
/** @deprecated */
|
|
5730
|
-
state?: string | null;
|
|
5731
|
-
postalCode?: string | null;
|
|
5732
|
-
stateCode?: string | null;
|
|
5733
|
-
countryCode?: string | null;
|
|
5734
|
-
} | null;
|
|
5735
5556
|
uniqueRef?: string | null;
|
|
5736
5557
|
} | null;
|
|
5737
5558
|
listingConnection?: {
|
|
@@ -5794,11 +5615,11 @@ export interface operations {
|
|
|
5794
5615
|
status: "active" | "inactive";
|
|
5795
5616
|
} | null;
|
|
5796
5617
|
recurringFee?: {
|
|
5618
|
+
/** Format: uuid */
|
|
5797
5619
|
id: string;
|
|
5798
5620
|
uniqueRef: string;
|
|
5799
5621
|
name: string;
|
|
5800
|
-
|
|
5801
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5622
|
+
type: string;
|
|
5802
5623
|
} | null;
|
|
5803
5624
|
}[];
|
|
5804
5625
|
};
|
|
@@ -5865,7 +5686,7 @@ export interface operations {
|
|
|
5865
5686
|
data: {
|
|
5866
5687
|
/** Format: uuid */
|
|
5867
5688
|
listingId: string;
|
|
5868
|
-
/** @default 2025-11-
|
|
5689
|
+
/** @default 2025-11-12 */
|
|
5869
5690
|
startAt: string;
|
|
5870
5691
|
endAt?: string | null;
|
|
5871
5692
|
setListingInactive?: boolean | null;
|
|
@@ -5947,7 +5768,7 @@ export interface operations {
|
|
|
5947
5768
|
"application/json": {
|
|
5948
5769
|
/** Format: uuid */
|
|
5949
5770
|
listingId: string;
|
|
5950
|
-
/** @default 2025-11-
|
|
5771
|
+
/** @default 2025-11-12 */
|
|
5951
5772
|
startAt?: string;
|
|
5952
5773
|
endAt?: string | null;
|
|
5953
5774
|
members: {
|
|
@@ -5981,7 +5802,7 @@ export interface operations {
|
|
|
5981
5802
|
"application/json": {
|
|
5982
5803
|
/** Format: uuid */
|
|
5983
5804
|
listingId: string;
|
|
5984
|
-
/** @default 2025-11-
|
|
5805
|
+
/** @default 2025-11-12 */
|
|
5985
5806
|
startAt: string;
|
|
5986
5807
|
endAt?: string | null;
|
|
5987
5808
|
setListingInactive?: boolean | null;
|
|
@@ -6061,7 +5882,7 @@ export interface operations {
|
|
|
6061
5882
|
"application/json": {
|
|
6062
5883
|
/** Format: uuid */
|
|
6063
5884
|
listingId: string;
|
|
6064
|
-
/** @default 2025-11-
|
|
5885
|
+
/** @default 2025-11-12 */
|
|
6065
5886
|
startAt: string;
|
|
6066
5887
|
endAt?: string | null;
|
|
6067
5888
|
setListingInactive?: boolean | null;
|
|
@@ -6144,7 +5965,7 @@ export interface operations {
|
|
|
6144
5965
|
"application/json": {
|
|
6145
5966
|
/** Format: uuid */
|
|
6146
5967
|
listingId?: string;
|
|
6147
|
-
/** @default 2025-11-
|
|
5968
|
+
/** @default 2025-11-12 */
|
|
6148
5969
|
startAt?: string;
|
|
6149
5970
|
endAt?: string | null;
|
|
6150
5971
|
members?: {
|
|
@@ -6178,7 +5999,7 @@ export interface operations {
|
|
|
6178
5999
|
"application/json": {
|
|
6179
6000
|
/** Format: uuid */
|
|
6180
6001
|
listingId: string;
|
|
6181
|
-
/** @default 2025-11-
|
|
6002
|
+
/** @default 2025-11-12 */
|
|
6182
6003
|
startAt: string;
|
|
6183
6004
|
endAt?: string | null;
|
|
6184
6005
|
setListingInactive?: boolean | null;
|
|
@@ -6364,7 +6185,7 @@ export interface operations {
|
|
|
6364
6185
|
/** Format: uuid */
|
|
6365
6186
|
sourceId?: string | null;
|
|
6366
6187
|
initialOwnership?: {
|
|
6367
|
-
/** @default 2025-11-
|
|
6188
|
+
/** @default 2025-11-12 */
|
|
6368
6189
|
startAt?: string;
|
|
6369
6190
|
endAt?: string | null;
|
|
6370
6191
|
members: {
|
|
@@ -6422,7 +6243,7 @@ export interface operations {
|
|
|
6422
6243
|
status: "active" | "inactive";
|
|
6423
6244
|
defaultCurrency?: string | null;
|
|
6424
6245
|
activeOwnership?: {
|
|
6425
|
-
/** @default 2025-11-
|
|
6246
|
+
/** @default 2025-11-12 */
|
|
6426
6247
|
startAt: string;
|
|
6427
6248
|
endAt?: string | null;
|
|
6428
6249
|
setListingInactive?: boolean | null;
|
|
@@ -6663,7 +6484,7 @@ export interface operations {
|
|
|
6663
6484
|
status: "active" | "inactive";
|
|
6664
6485
|
defaultCurrency?: string | null;
|
|
6665
6486
|
activeOwnership?: {
|
|
6666
|
-
/** @default 2025-11-
|
|
6487
|
+
/** @default 2025-11-12 */
|
|
6667
6488
|
startAt: string;
|
|
6668
6489
|
endAt?: string | null;
|
|
6669
6490
|
setListingInactive?: boolean | null;
|
|
@@ -6802,7 +6623,7 @@ export interface operations {
|
|
|
6802
6623
|
/** Format: uuid */
|
|
6803
6624
|
sourceId?: string | null;
|
|
6804
6625
|
initialOwnership?: {
|
|
6805
|
-
/** @default 2025-11-
|
|
6626
|
+
/** @default 2025-11-12 */
|
|
6806
6627
|
startAt?: string;
|
|
6807
6628
|
endAt?: string | null;
|
|
6808
6629
|
members: {
|
|
@@ -6856,7 +6677,7 @@ export interface operations {
|
|
|
6856
6677
|
status: "active" | "inactive";
|
|
6857
6678
|
defaultCurrency?: string | null;
|
|
6858
6679
|
activeOwnership?: {
|
|
6859
|
-
/** @default 2025-11-
|
|
6680
|
+
/** @default 2025-11-12 */
|
|
6860
6681
|
startAt: string;
|
|
6861
6682
|
endAt?: string | null;
|
|
6862
6683
|
setListingInactive?: boolean | null;
|
|
@@ -7073,7 +6894,7 @@ export interface operations {
|
|
|
7073
6894
|
status: "active" | "inactive";
|
|
7074
6895
|
defaultCurrency?: string | null;
|
|
7075
6896
|
activeOwnership?: {
|
|
7076
|
-
/** @default 2025-11-
|
|
6897
|
+
/** @default 2025-11-12 */
|
|
7077
6898
|
startAt: string;
|
|
7078
6899
|
endAt?: string | null;
|
|
7079
6900
|
setListingInactive?: boolean | null;
|
|
@@ -7220,7 +7041,7 @@ export interface operations {
|
|
|
7220
7041
|
/** Format: uuid */
|
|
7221
7042
|
sourceId?: string | null;
|
|
7222
7043
|
initialOwnership?: {
|
|
7223
|
-
/** @default 2025-11-
|
|
7044
|
+
/** @default 2025-11-12 */
|
|
7224
7045
|
startAt?: string;
|
|
7225
7046
|
endAt?: string | null;
|
|
7226
7047
|
members: {
|
|
@@ -7274,7 +7095,7 @@ export interface operations {
|
|
|
7274
7095
|
status: "active" | "inactive";
|
|
7275
7096
|
defaultCurrency?: string | null;
|
|
7276
7097
|
activeOwnership?: {
|
|
7277
|
-
/** @default 2025-11-
|
|
7098
|
+
/** @default 2025-11-12 */
|
|
7278
7099
|
startAt: string;
|
|
7279
7100
|
endAt?: string | null;
|
|
7280
7101
|
setListingInactive?: boolean | null;
|
|
@@ -9014,55 +8835,24 @@ export interface operations {
|
|
|
9014
8835
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
9015
8836
|
} | null;
|
|
9016
8837
|
recurringFee?: {
|
|
8838
|
+
/** Format: uuid */
|
|
9017
8839
|
id: string;
|
|
9018
8840
|
uniqueRef: string;
|
|
9019
8841
|
name: string;
|
|
9020
|
-
|
|
9021
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
8842
|
+
type: string;
|
|
9022
8843
|
} | null;
|
|
9023
8844
|
transaction?: {
|
|
8845
|
+
/** Format: uuid */
|
|
9024
8846
|
id: string;
|
|
9025
|
-
/** @enum {string} */
|
|
9026
|
-
status: "active" | "inactive";
|
|
9027
|
-
/** @description Value in cents (100 = 1€) */
|
|
9028
8847
|
amount: number;
|
|
9029
8848
|
account?: {
|
|
8849
|
+
/** Format: uuid */
|
|
9030
8850
|
id: string;
|
|
9031
8851
|
name: string;
|
|
9032
|
-
uniqueRef?: string | null;
|
|
9033
|
-
/** @enum {string} */
|
|
9034
|
-
status: "active" | "inactive";
|
|
9035
8852
|
} | null;
|
|
9036
8853
|
date: string;
|
|
9037
|
-
description
|
|
8854
|
+
description?: string | null;
|
|
9038
8855
|
currency: string;
|
|
9039
|
-
/** @enum {string} */
|
|
9040
|
-
type: "deposit" | "expense" | "transfer";
|
|
9041
|
-
contact?: {
|
|
9042
|
-
/** Format: uuid */
|
|
9043
|
-
id: string;
|
|
9044
|
-
name?: string | null;
|
|
9045
|
-
uniqueRef?: string | null;
|
|
9046
|
-
} | null;
|
|
9047
|
-
connection?: {
|
|
9048
|
-
/** Format: uuid */
|
|
9049
|
-
id: string;
|
|
9050
|
-
name: string;
|
|
9051
|
-
/** @enum {string} */
|
|
9052
|
-
status: "active" | "inactive";
|
|
9053
|
-
uniqueRef?: string | null;
|
|
9054
|
-
app: {
|
|
9055
|
-
id: string;
|
|
9056
|
-
name: string;
|
|
9057
|
-
icon?: string | null;
|
|
9058
|
-
importers?: string[] | null;
|
|
9059
|
-
extractors?: string[] | null;
|
|
9060
|
-
};
|
|
9061
|
-
} | null;
|
|
9062
|
-
uniqueRef?: string | null;
|
|
9063
|
-
recurringTemplate?: {
|
|
9064
|
-
id: string;
|
|
9065
|
-
} | null;
|
|
9066
8856
|
} | null;
|
|
9067
8857
|
line?: {
|
|
9068
8858
|
id: string;
|
|
@@ -21353,7 +21143,7 @@ export interface operations {
|
|
|
21353
21143
|
/** Format: uuid */
|
|
21354
21144
|
id: string;
|
|
21355
21145
|
/** @enum {string} */
|
|
21356
|
-
effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
|
|
21146
|
+
effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "UPDATE_RESERVATION_LINKABLES" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
|
|
21357
21147
|
payload?: unknown;
|
|
21358
21148
|
/** @enum {string} */
|
|
21359
21149
|
status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|
|
@@ -22506,6 +22296,7 @@ export interface operations {
|
|
|
22506
22296
|
parameters: {
|
|
22507
22297
|
query?: {
|
|
22508
22298
|
txnCode?: string;
|
|
22299
|
+
published?: boolean;
|
|
22509
22300
|
status?: "active" | "inactive";
|
|
22510
22301
|
types?: string;
|
|
22511
22302
|
classifications?: string;
|
|
@@ -23188,8 +22979,10 @@ export interface operations {
|
|
|
23188
22979
|
getOwnerStatementSummariesReport: {
|
|
23189
22980
|
parameters: {
|
|
23190
22981
|
query: {
|
|
23191
|
-
|
|
23192
|
-
|
|
22982
|
+
startAt: string;
|
|
22983
|
+
endAt: string;
|
|
22984
|
+
/** @description comma separated listings */
|
|
22985
|
+
listingIds?: string;
|
|
23193
22986
|
};
|
|
23194
22987
|
header?: {
|
|
23195
22988
|
"X-Team-Id"?: string;
|
|
@@ -23278,8 +23071,10 @@ export interface operations {
|
|
|
23278
23071
|
getOwnerStatementSummariesReportCsv: {
|
|
23279
23072
|
parameters: {
|
|
23280
23073
|
query: {
|
|
23281
|
-
|
|
23282
|
-
|
|
23074
|
+
startAt: string;
|
|
23075
|
+
endAt: string;
|
|
23076
|
+
/** @description comma separated listings */
|
|
23077
|
+
listingIds?: string;
|
|
23283
23078
|
};
|
|
23284
23079
|
header?: {
|
|
23285
23080
|
"X-Team-Id"?: string;
|
|
@@ -23351,9 +23146,10 @@ export interface operations {
|
|
|
23351
23146
|
parameters: {
|
|
23352
23147
|
query: {
|
|
23353
23148
|
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
23354
|
-
|
|
23355
|
-
|
|
23356
|
-
|
|
23149
|
+
startAt: string;
|
|
23150
|
+
endAt: string;
|
|
23151
|
+
/** @description comma separated listings */
|
|
23152
|
+
listingIds?: string;
|
|
23357
23153
|
currency?: string;
|
|
23358
23154
|
viewAs?: "owner" | "manager";
|
|
23359
23155
|
};
|
|
@@ -23505,9 +23301,10 @@ export interface operations {
|
|
|
23505
23301
|
parameters: {
|
|
23506
23302
|
query: {
|
|
23507
23303
|
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
23508
|
-
|
|
23509
|
-
|
|
23510
|
-
|
|
23304
|
+
startAt: string;
|
|
23305
|
+
endAt: string;
|
|
23306
|
+
/** @description comma separated listings */
|
|
23307
|
+
listingIds?: string;
|
|
23511
23308
|
currency?: string;
|
|
23512
23309
|
viewAs?: "owner" | "manager";
|
|
23513
23310
|
};
|