@vrplatform/api 1.2.39 → 1.2.40-stage.1047
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 +89 -284
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +89 -284
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/v1.ts +89 -284
- 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
package/src/generated/v1.ts
CHANGED
|
@@ -4150,55 +4150,24 @@ export interface operations {
|
|
|
4150
4150
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4151
4151
|
} | null;
|
|
4152
4152
|
recurringFee?: {
|
|
4153
|
+
/** Format: uuid */
|
|
4153
4154
|
id: string;
|
|
4154
4155
|
uniqueRef: string;
|
|
4155
4156
|
name: string;
|
|
4156
|
-
|
|
4157
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4157
|
+
type: string;
|
|
4158
4158
|
} | null;
|
|
4159
4159
|
transaction?: {
|
|
4160
|
+
/** Format: uuid */
|
|
4160
4161
|
id: string;
|
|
4161
|
-
/** @enum {string} */
|
|
4162
|
-
status: "active" | "inactive";
|
|
4163
|
-
/** @description Value in cents (100 = 1€) */
|
|
4164
4162
|
amount: number;
|
|
4165
4163
|
account?: {
|
|
4164
|
+
/** Format: uuid */
|
|
4166
4165
|
id: string;
|
|
4167
4166
|
name: string;
|
|
4168
|
-
uniqueRef?: string | null;
|
|
4169
|
-
/** @enum {string} */
|
|
4170
|
-
status: "active" | "inactive";
|
|
4171
4167
|
} | null;
|
|
4172
4168
|
date: string;
|
|
4173
|
-
description
|
|
4169
|
+
description?: string | null;
|
|
4174
4170
|
currency: string;
|
|
4175
|
-
/** @enum {string} */
|
|
4176
|
-
type: "deposit" | "expense" | "transfer";
|
|
4177
|
-
contact?: {
|
|
4178
|
-
/** Format: uuid */
|
|
4179
|
-
id: string;
|
|
4180
|
-
name?: string | null;
|
|
4181
|
-
uniqueRef?: string | null;
|
|
4182
|
-
} | null;
|
|
4183
|
-
connection?: {
|
|
4184
|
-
/** Format: uuid */
|
|
4185
|
-
id: string;
|
|
4186
|
-
name: string;
|
|
4187
|
-
/** @enum {string} */
|
|
4188
|
-
status: "active" | "inactive";
|
|
4189
|
-
uniqueRef?: string | null;
|
|
4190
|
-
app: {
|
|
4191
|
-
id: string;
|
|
4192
|
-
name: string;
|
|
4193
|
-
icon?: string | null;
|
|
4194
|
-
importers?: string[] | null;
|
|
4195
|
-
extractors?: string[] | null;
|
|
4196
|
-
};
|
|
4197
|
-
} | null;
|
|
4198
|
-
uniqueRef?: string | null;
|
|
4199
|
-
recurringTemplate?: {
|
|
4200
|
-
id: string;
|
|
4201
|
-
} | null;
|
|
4202
4171
|
} | null;
|
|
4203
4172
|
line?: {
|
|
4204
4173
|
id: string;
|
|
@@ -4211,17 +4180,6 @@ export interface operations {
|
|
|
4211
4180
|
/** Format: uuid */
|
|
4212
4181
|
id: string;
|
|
4213
4182
|
name: string;
|
|
4214
|
-
address?: {
|
|
4215
|
-
full?: string | null;
|
|
4216
|
-
line1?: string | null;
|
|
4217
|
-
line2?: string | null;
|
|
4218
|
-
city?: string | null;
|
|
4219
|
-
/** @deprecated */
|
|
4220
|
-
state?: string | null;
|
|
4221
|
-
postalCode?: string | null;
|
|
4222
|
-
stateCode?: string | null;
|
|
4223
|
-
countryCode?: string | null;
|
|
4224
|
-
} | null;
|
|
4225
4183
|
uniqueRef?: string | null;
|
|
4226
4184
|
} | null;
|
|
4227
4185
|
listingConnection?: {
|
|
@@ -4284,11 +4242,11 @@ export interface operations {
|
|
|
4284
4242
|
status: "active" | "inactive";
|
|
4285
4243
|
} | null;
|
|
4286
4244
|
recurringFee?: {
|
|
4245
|
+
/** Format: uuid */
|
|
4287
4246
|
id: string;
|
|
4288
4247
|
uniqueRef: string;
|
|
4289
4248
|
name: string;
|
|
4290
|
-
|
|
4291
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4249
|
+
type: string;
|
|
4292
4250
|
} | null;
|
|
4293
4251
|
}[];
|
|
4294
4252
|
}[];
|
|
@@ -4529,55 +4487,24 @@ export interface operations {
|
|
|
4529
4487
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4530
4488
|
} | null;
|
|
4531
4489
|
recurringFee?: {
|
|
4490
|
+
/** Format: uuid */
|
|
4532
4491
|
id: string;
|
|
4533
4492
|
uniqueRef: string;
|
|
4534
4493
|
name: string;
|
|
4535
|
-
|
|
4536
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4494
|
+
type: string;
|
|
4537
4495
|
} | null;
|
|
4538
4496
|
transaction?: {
|
|
4497
|
+
/** Format: uuid */
|
|
4539
4498
|
id: string;
|
|
4540
|
-
/** @enum {string} */
|
|
4541
|
-
status: "active" | "inactive";
|
|
4542
|
-
/** @description Value in cents (100 = 1€) */
|
|
4543
4499
|
amount: number;
|
|
4544
4500
|
account?: {
|
|
4501
|
+
/** Format: uuid */
|
|
4545
4502
|
id: string;
|
|
4546
4503
|
name: string;
|
|
4547
|
-
uniqueRef?: string | null;
|
|
4548
|
-
/** @enum {string} */
|
|
4549
|
-
status: "active" | "inactive";
|
|
4550
4504
|
} | null;
|
|
4551
4505
|
date: string;
|
|
4552
|
-
description
|
|
4506
|
+
description?: string | null;
|
|
4553
4507
|
currency: string;
|
|
4554
|
-
/** @enum {string} */
|
|
4555
|
-
type: "deposit" | "expense" | "transfer";
|
|
4556
|
-
contact?: {
|
|
4557
|
-
/** Format: uuid */
|
|
4558
|
-
id: string;
|
|
4559
|
-
name?: string | null;
|
|
4560
|
-
uniqueRef?: string | null;
|
|
4561
|
-
} | null;
|
|
4562
|
-
connection?: {
|
|
4563
|
-
/** Format: uuid */
|
|
4564
|
-
id: string;
|
|
4565
|
-
name: string;
|
|
4566
|
-
/** @enum {string} */
|
|
4567
|
-
status: "active" | "inactive";
|
|
4568
|
-
uniqueRef?: string | null;
|
|
4569
|
-
app: {
|
|
4570
|
-
id: string;
|
|
4571
|
-
name: string;
|
|
4572
|
-
icon?: string | null;
|
|
4573
|
-
importers?: string[] | null;
|
|
4574
|
-
extractors?: string[] | null;
|
|
4575
|
-
};
|
|
4576
|
-
} | null;
|
|
4577
|
-
uniqueRef?: string | null;
|
|
4578
|
-
recurringTemplate?: {
|
|
4579
|
-
id: string;
|
|
4580
|
-
} | null;
|
|
4581
4508
|
} | null;
|
|
4582
4509
|
line?: {
|
|
4583
4510
|
id: string;
|
|
@@ -4590,17 +4517,6 @@ export interface operations {
|
|
|
4590
4517
|
/** Format: uuid */
|
|
4591
4518
|
id: string;
|
|
4592
4519
|
name: string;
|
|
4593
|
-
address?: {
|
|
4594
|
-
full?: string | null;
|
|
4595
|
-
line1?: string | null;
|
|
4596
|
-
line2?: string | null;
|
|
4597
|
-
city?: string | null;
|
|
4598
|
-
/** @deprecated */
|
|
4599
|
-
state?: string | null;
|
|
4600
|
-
postalCode?: string | null;
|
|
4601
|
-
stateCode?: string | null;
|
|
4602
|
-
countryCode?: string | null;
|
|
4603
|
-
} | null;
|
|
4604
4520
|
uniqueRef?: string | null;
|
|
4605
4521
|
} | null;
|
|
4606
4522
|
listingConnection?: {
|
|
@@ -4663,11 +4579,11 @@ export interface operations {
|
|
|
4663
4579
|
status: "active" | "inactive";
|
|
4664
4580
|
} | null;
|
|
4665
4581
|
recurringFee?: {
|
|
4582
|
+
/** Format: uuid */
|
|
4666
4583
|
id: string;
|
|
4667
4584
|
uniqueRef: string;
|
|
4668
4585
|
name: string;
|
|
4669
|
-
|
|
4670
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4586
|
+
type: string;
|
|
4671
4587
|
} | null;
|
|
4672
4588
|
}[];
|
|
4673
4589
|
};
|
|
@@ -4988,55 +4904,24 @@ export interface operations {
|
|
|
4988
4904
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4989
4905
|
} | null;
|
|
4990
4906
|
recurringFee?: {
|
|
4907
|
+
/** Format: uuid */
|
|
4991
4908
|
id: string;
|
|
4992
4909
|
uniqueRef: string;
|
|
4993
4910
|
name: string;
|
|
4994
|
-
|
|
4995
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4911
|
+
type: string;
|
|
4996
4912
|
} | null;
|
|
4997
4913
|
transaction?: {
|
|
4914
|
+
/** Format: uuid */
|
|
4998
4915
|
id: string;
|
|
4999
|
-
/** @enum {string} */
|
|
5000
|
-
status: "active" | "inactive";
|
|
5001
|
-
/** @description Value in cents (100 = 1€) */
|
|
5002
4916
|
amount: number;
|
|
5003
4917
|
account?: {
|
|
4918
|
+
/** Format: uuid */
|
|
5004
4919
|
id: string;
|
|
5005
4920
|
name: string;
|
|
5006
|
-
uniqueRef?: string | null;
|
|
5007
|
-
/** @enum {string} */
|
|
5008
|
-
status: "active" | "inactive";
|
|
5009
4921
|
} | null;
|
|
5010
4922
|
date: string;
|
|
5011
|
-
description
|
|
4923
|
+
description?: string | null;
|
|
5012
4924
|
currency: string;
|
|
5013
|
-
/** @enum {string} */
|
|
5014
|
-
type: "deposit" | "expense" | "transfer";
|
|
5015
|
-
contact?: {
|
|
5016
|
-
/** Format: uuid */
|
|
5017
|
-
id: string;
|
|
5018
|
-
name?: string | null;
|
|
5019
|
-
uniqueRef?: string | null;
|
|
5020
|
-
} | null;
|
|
5021
|
-
connection?: {
|
|
5022
|
-
/** Format: uuid */
|
|
5023
|
-
id: string;
|
|
5024
|
-
name: string;
|
|
5025
|
-
/** @enum {string} */
|
|
5026
|
-
status: "active" | "inactive";
|
|
5027
|
-
uniqueRef?: string | null;
|
|
5028
|
-
app: {
|
|
5029
|
-
id: string;
|
|
5030
|
-
name: string;
|
|
5031
|
-
icon?: string | null;
|
|
5032
|
-
importers?: string[] | null;
|
|
5033
|
-
extractors?: string[] | null;
|
|
5034
|
-
};
|
|
5035
|
-
} | null;
|
|
5036
|
-
uniqueRef?: string | null;
|
|
5037
|
-
recurringTemplate?: {
|
|
5038
|
-
id: string;
|
|
5039
|
-
} | null;
|
|
5040
4925
|
} | null;
|
|
5041
4926
|
line?: {
|
|
5042
4927
|
id: string;
|
|
@@ -5049,17 +4934,6 @@ export interface operations {
|
|
|
5049
4934
|
/** Format: uuid */
|
|
5050
4935
|
id: string;
|
|
5051
4936
|
name: string;
|
|
5052
|
-
address?: {
|
|
5053
|
-
full?: string | null;
|
|
5054
|
-
line1?: string | null;
|
|
5055
|
-
line2?: string | null;
|
|
5056
|
-
city?: string | null;
|
|
5057
|
-
/** @deprecated */
|
|
5058
|
-
state?: string | null;
|
|
5059
|
-
postalCode?: string | null;
|
|
5060
|
-
stateCode?: string | null;
|
|
5061
|
-
countryCode?: string | null;
|
|
5062
|
-
} | null;
|
|
5063
4937
|
uniqueRef?: string | null;
|
|
5064
4938
|
} | null;
|
|
5065
4939
|
listingConnection?: {
|
|
@@ -5122,11 +4996,11 @@ export interface operations {
|
|
|
5122
4996
|
status: "active" | "inactive";
|
|
5123
4997
|
} | null;
|
|
5124
4998
|
recurringFee?: {
|
|
4999
|
+
/** Format: uuid */
|
|
5125
5000
|
id: string;
|
|
5126
5001
|
uniqueRef: string;
|
|
5127
5002
|
name: string;
|
|
5128
|
-
|
|
5129
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5003
|
+
type: string;
|
|
5130
5004
|
} | null;
|
|
5131
5005
|
}[];
|
|
5132
5006
|
};
|
|
@@ -5361,17 +5235,6 @@ export interface operations {
|
|
|
5361
5235
|
/** Format: uuid */
|
|
5362
5236
|
id: string;
|
|
5363
5237
|
name: string;
|
|
5364
|
-
address?: {
|
|
5365
|
-
full?: string | null;
|
|
5366
|
-
line1?: string | null;
|
|
5367
|
-
line2?: string | null;
|
|
5368
|
-
city?: string | null;
|
|
5369
|
-
/** @deprecated */
|
|
5370
|
-
state?: string | null;
|
|
5371
|
-
postalCode?: string | null;
|
|
5372
|
-
stateCode?: string | null;
|
|
5373
|
-
countryCode?: string | null;
|
|
5374
|
-
} | null;
|
|
5375
5238
|
uniqueRef?: string | null;
|
|
5376
5239
|
} | null;
|
|
5377
5240
|
listingConnection?: {
|
|
@@ -5661,55 +5524,24 @@ export interface operations {
|
|
|
5661
5524
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5662
5525
|
} | null;
|
|
5663
5526
|
recurringFee?: {
|
|
5527
|
+
/** Format: uuid */
|
|
5664
5528
|
id: string;
|
|
5665
5529
|
uniqueRef: string;
|
|
5666
5530
|
name: string;
|
|
5667
|
-
|
|
5668
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5531
|
+
type: string;
|
|
5669
5532
|
} | null;
|
|
5670
5533
|
transaction?: {
|
|
5534
|
+
/** Format: uuid */
|
|
5671
5535
|
id: string;
|
|
5672
|
-
/** @enum {string} */
|
|
5673
|
-
status: "active" | "inactive";
|
|
5674
|
-
/** @description Value in cents (100 = 1€) */
|
|
5675
5536
|
amount: number;
|
|
5676
5537
|
account?: {
|
|
5538
|
+
/** Format: uuid */
|
|
5677
5539
|
id: string;
|
|
5678
5540
|
name: string;
|
|
5679
|
-
uniqueRef?: string | null;
|
|
5680
|
-
/** @enum {string} */
|
|
5681
|
-
status: "active" | "inactive";
|
|
5682
5541
|
} | null;
|
|
5683
5542
|
date: string;
|
|
5684
|
-
description
|
|
5543
|
+
description?: string | null;
|
|
5685
5544
|
currency: string;
|
|
5686
|
-
/** @enum {string} */
|
|
5687
|
-
type: "deposit" | "expense" | "transfer";
|
|
5688
|
-
contact?: {
|
|
5689
|
-
/** Format: uuid */
|
|
5690
|
-
id: string;
|
|
5691
|
-
name?: string | null;
|
|
5692
|
-
uniqueRef?: string | null;
|
|
5693
|
-
} | null;
|
|
5694
|
-
connection?: {
|
|
5695
|
-
/** Format: uuid */
|
|
5696
|
-
id: string;
|
|
5697
|
-
name: string;
|
|
5698
|
-
/** @enum {string} */
|
|
5699
|
-
status: "active" | "inactive";
|
|
5700
|
-
uniqueRef?: string | null;
|
|
5701
|
-
app: {
|
|
5702
|
-
id: string;
|
|
5703
|
-
name: string;
|
|
5704
|
-
icon?: string | null;
|
|
5705
|
-
importers?: string[] | null;
|
|
5706
|
-
extractors?: string[] | null;
|
|
5707
|
-
};
|
|
5708
|
-
} | null;
|
|
5709
|
-
uniqueRef?: string | null;
|
|
5710
|
-
recurringTemplate?: {
|
|
5711
|
-
id: string;
|
|
5712
|
-
} | null;
|
|
5713
5545
|
} | null;
|
|
5714
5546
|
line?: {
|
|
5715
5547
|
id: string;
|
|
@@ -5722,17 +5554,6 @@ export interface operations {
|
|
|
5722
5554
|
/** Format: uuid */
|
|
5723
5555
|
id: string;
|
|
5724
5556
|
name: string;
|
|
5725
|
-
address?: {
|
|
5726
|
-
full?: string | null;
|
|
5727
|
-
line1?: string | null;
|
|
5728
|
-
line2?: string | null;
|
|
5729
|
-
city?: string | null;
|
|
5730
|
-
/** @deprecated */
|
|
5731
|
-
state?: string | null;
|
|
5732
|
-
postalCode?: string | null;
|
|
5733
|
-
stateCode?: string | null;
|
|
5734
|
-
countryCode?: string | null;
|
|
5735
|
-
} | null;
|
|
5736
5557
|
uniqueRef?: string | null;
|
|
5737
5558
|
} | null;
|
|
5738
5559
|
listingConnection?: {
|
|
@@ -5795,11 +5616,11 @@ export interface operations {
|
|
|
5795
5616
|
status: "active" | "inactive";
|
|
5796
5617
|
} | null;
|
|
5797
5618
|
recurringFee?: {
|
|
5619
|
+
/** Format: uuid */
|
|
5798
5620
|
id: string;
|
|
5799
5621
|
uniqueRef: string;
|
|
5800
5622
|
name: string;
|
|
5801
|
-
|
|
5802
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5623
|
+
type: string;
|
|
5803
5624
|
} | null;
|
|
5804
5625
|
}[];
|
|
5805
5626
|
};
|
|
@@ -5866,7 +5687,7 @@ export interface operations {
|
|
|
5866
5687
|
data: {
|
|
5867
5688
|
/** Format: uuid */
|
|
5868
5689
|
listingId: string;
|
|
5869
|
-
/** @default 2025-11-
|
|
5690
|
+
/** @default 2025-11-13 */
|
|
5870
5691
|
startAt: string;
|
|
5871
5692
|
endAt?: string | null;
|
|
5872
5693
|
setListingInactive?: boolean | null;
|
|
@@ -5948,7 +5769,7 @@ export interface operations {
|
|
|
5948
5769
|
"application/json": {
|
|
5949
5770
|
/** Format: uuid */
|
|
5950
5771
|
listingId: string;
|
|
5951
|
-
/** @default 2025-11-
|
|
5772
|
+
/** @default 2025-11-13 */
|
|
5952
5773
|
startAt?: string;
|
|
5953
5774
|
endAt?: string | null;
|
|
5954
5775
|
members: {
|
|
@@ -5982,7 +5803,7 @@ export interface operations {
|
|
|
5982
5803
|
"application/json": {
|
|
5983
5804
|
/** Format: uuid */
|
|
5984
5805
|
listingId: string;
|
|
5985
|
-
/** @default 2025-11-
|
|
5806
|
+
/** @default 2025-11-13 */
|
|
5986
5807
|
startAt: string;
|
|
5987
5808
|
endAt?: string | null;
|
|
5988
5809
|
setListingInactive?: boolean | null;
|
|
@@ -6062,7 +5883,7 @@ export interface operations {
|
|
|
6062
5883
|
"application/json": {
|
|
6063
5884
|
/** Format: uuid */
|
|
6064
5885
|
listingId: string;
|
|
6065
|
-
/** @default 2025-11-
|
|
5886
|
+
/** @default 2025-11-13 */
|
|
6066
5887
|
startAt: string;
|
|
6067
5888
|
endAt?: string | null;
|
|
6068
5889
|
setListingInactive?: boolean | null;
|
|
@@ -6145,7 +5966,7 @@ export interface operations {
|
|
|
6145
5966
|
"application/json": {
|
|
6146
5967
|
/** Format: uuid */
|
|
6147
5968
|
listingId?: string;
|
|
6148
|
-
/** @default 2025-11-
|
|
5969
|
+
/** @default 2025-11-13 */
|
|
6149
5970
|
startAt?: string;
|
|
6150
5971
|
endAt?: string | null;
|
|
6151
5972
|
members?: {
|
|
@@ -6179,7 +6000,7 @@ export interface operations {
|
|
|
6179
6000
|
"application/json": {
|
|
6180
6001
|
/** Format: uuid */
|
|
6181
6002
|
listingId: string;
|
|
6182
|
-
/** @default 2025-11-
|
|
6003
|
+
/** @default 2025-11-13 */
|
|
6183
6004
|
startAt: string;
|
|
6184
6005
|
endAt?: string | null;
|
|
6185
6006
|
setListingInactive?: boolean | null;
|
|
@@ -6365,7 +6186,7 @@ export interface operations {
|
|
|
6365
6186
|
/** Format: uuid */
|
|
6366
6187
|
sourceId?: string | null;
|
|
6367
6188
|
initialOwnership?: {
|
|
6368
|
-
/** @default 2025-11-
|
|
6189
|
+
/** @default 2025-11-13 */
|
|
6369
6190
|
startAt?: string;
|
|
6370
6191
|
endAt?: string | null;
|
|
6371
6192
|
members: {
|
|
@@ -6423,7 +6244,7 @@ export interface operations {
|
|
|
6423
6244
|
status: "active" | "inactive";
|
|
6424
6245
|
defaultCurrency?: string | null;
|
|
6425
6246
|
activeOwnership?: {
|
|
6426
|
-
/** @default 2025-11-
|
|
6247
|
+
/** @default 2025-11-13 */
|
|
6427
6248
|
startAt: string;
|
|
6428
6249
|
endAt?: string | null;
|
|
6429
6250
|
setListingInactive?: boolean | null;
|
|
@@ -6664,7 +6485,7 @@ export interface operations {
|
|
|
6664
6485
|
status: "active" | "inactive";
|
|
6665
6486
|
defaultCurrency?: string | null;
|
|
6666
6487
|
activeOwnership?: {
|
|
6667
|
-
/** @default 2025-11-
|
|
6488
|
+
/** @default 2025-11-13 */
|
|
6668
6489
|
startAt: string;
|
|
6669
6490
|
endAt?: string | null;
|
|
6670
6491
|
setListingInactive?: boolean | null;
|
|
@@ -6803,7 +6624,7 @@ export interface operations {
|
|
|
6803
6624
|
/** Format: uuid */
|
|
6804
6625
|
sourceId?: string | null;
|
|
6805
6626
|
initialOwnership?: {
|
|
6806
|
-
/** @default 2025-11-
|
|
6627
|
+
/** @default 2025-11-13 */
|
|
6807
6628
|
startAt?: string;
|
|
6808
6629
|
endAt?: string | null;
|
|
6809
6630
|
members: {
|
|
@@ -6857,7 +6678,7 @@ export interface operations {
|
|
|
6857
6678
|
status: "active" | "inactive";
|
|
6858
6679
|
defaultCurrency?: string | null;
|
|
6859
6680
|
activeOwnership?: {
|
|
6860
|
-
/** @default 2025-11-
|
|
6681
|
+
/** @default 2025-11-13 */
|
|
6861
6682
|
startAt: string;
|
|
6862
6683
|
endAt?: string | null;
|
|
6863
6684
|
setListingInactive?: boolean | null;
|
|
@@ -7074,7 +6895,7 @@ export interface operations {
|
|
|
7074
6895
|
status: "active" | "inactive";
|
|
7075
6896
|
defaultCurrency?: string | null;
|
|
7076
6897
|
activeOwnership?: {
|
|
7077
|
-
/** @default 2025-11-
|
|
6898
|
+
/** @default 2025-11-13 */
|
|
7078
6899
|
startAt: string;
|
|
7079
6900
|
endAt?: string | null;
|
|
7080
6901
|
setListingInactive?: boolean | null;
|
|
@@ -7221,7 +7042,7 @@ export interface operations {
|
|
|
7221
7042
|
/** Format: uuid */
|
|
7222
7043
|
sourceId?: string | null;
|
|
7223
7044
|
initialOwnership?: {
|
|
7224
|
-
/** @default 2025-11-
|
|
7045
|
+
/** @default 2025-11-13 */
|
|
7225
7046
|
startAt?: string;
|
|
7226
7047
|
endAt?: string | null;
|
|
7227
7048
|
members: {
|
|
@@ -7275,7 +7096,7 @@ export interface operations {
|
|
|
7275
7096
|
status: "active" | "inactive";
|
|
7276
7097
|
defaultCurrency?: string | null;
|
|
7277
7098
|
activeOwnership?: {
|
|
7278
|
-
/** @default 2025-11-
|
|
7099
|
+
/** @default 2025-11-13 */
|
|
7279
7100
|
startAt: string;
|
|
7280
7101
|
endAt?: string | null;
|
|
7281
7102
|
setListingInactive?: boolean | null;
|
|
@@ -9015,55 +8836,24 @@ export interface operations {
|
|
|
9015
8836
|
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
9016
8837
|
} | null;
|
|
9017
8838
|
recurringFee?: {
|
|
8839
|
+
/** Format: uuid */
|
|
9018
8840
|
id: string;
|
|
9019
8841
|
uniqueRef: string;
|
|
9020
8842
|
name: string;
|
|
9021
|
-
|
|
9022
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
8843
|
+
type: string;
|
|
9023
8844
|
} | null;
|
|
9024
8845
|
transaction?: {
|
|
8846
|
+
/** Format: uuid */
|
|
9025
8847
|
id: string;
|
|
9026
|
-
/** @enum {string} */
|
|
9027
|
-
status: "active" | "inactive";
|
|
9028
|
-
/** @description Value in cents (100 = 1€) */
|
|
9029
8848
|
amount: number;
|
|
9030
8849
|
account?: {
|
|
8850
|
+
/** Format: uuid */
|
|
9031
8851
|
id: string;
|
|
9032
8852
|
name: string;
|
|
9033
|
-
uniqueRef?: string | null;
|
|
9034
|
-
/** @enum {string} */
|
|
9035
|
-
status: "active" | "inactive";
|
|
9036
8853
|
} | null;
|
|
9037
8854
|
date: string;
|
|
9038
|
-
description
|
|
8855
|
+
description?: string | null;
|
|
9039
8856
|
currency: string;
|
|
9040
|
-
/** @enum {string} */
|
|
9041
|
-
type: "deposit" | "expense" | "transfer";
|
|
9042
|
-
contact?: {
|
|
9043
|
-
/** Format: uuid */
|
|
9044
|
-
id: string;
|
|
9045
|
-
name?: string | null;
|
|
9046
|
-
uniqueRef?: string | null;
|
|
9047
|
-
} | null;
|
|
9048
|
-
connection?: {
|
|
9049
|
-
/** Format: uuid */
|
|
9050
|
-
id: string;
|
|
9051
|
-
name: string;
|
|
9052
|
-
/** @enum {string} */
|
|
9053
|
-
status: "active" | "inactive";
|
|
9054
|
-
uniqueRef?: string | null;
|
|
9055
|
-
app: {
|
|
9056
|
-
id: string;
|
|
9057
|
-
name: string;
|
|
9058
|
-
icon?: string | null;
|
|
9059
|
-
importers?: string[] | null;
|
|
9060
|
-
extractors?: string[] | null;
|
|
9061
|
-
};
|
|
9062
|
-
} | null;
|
|
9063
|
-
uniqueRef?: string | null;
|
|
9064
|
-
recurringTemplate?: {
|
|
9065
|
-
id: string;
|
|
9066
|
-
} | null;
|
|
9067
8857
|
} | null;
|
|
9068
8858
|
line?: {
|
|
9069
8859
|
id: string;
|
|
@@ -21354,7 +21144,7 @@ export interface operations {
|
|
|
21354
21144
|
/** Format: uuid */
|
|
21355
21145
|
id: string;
|
|
21356
21146
|
/** @enum {string} */
|
|
21357
|
-
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";
|
|
21147
|
+
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";
|
|
21358
21148
|
payload?: unknown;
|
|
21359
21149
|
/** @enum {string} */
|
|
21360
21150
|
status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|
|
@@ -22506,11 +22296,11 @@ export interface operations {
|
|
|
22506
22296
|
getJournalEntriesReport: {
|
|
22507
22297
|
parameters: {
|
|
22508
22298
|
query?: {
|
|
22299
|
+
/** @description comma separated journal entry ids */
|
|
22300
|
+
ids?: string;
|
|
22509
22301
|
txnCode?: string;
|
|
22510
22302
|
published?: boolean;
|
|
22511
22303
|
status?: "active" | "inactive";
|
|
22512
|
-
types?: string;
|
|
22513
|
-
classifications?: string;
|
|
22514
22304
|
startAt?: string;
|
|
22515
22305
|
endAt?: string;
|
|
22516
22306
|
search?: string;
|
|
@@ -22521,16 +22311,15 @@ export interface operations {
|
|
|
22521
22311
|
transactionIds?: string;
|
|
22522
22312
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22523
22313
|
currency?: string;
|
|
22524
|
-
|
|
22525
|
-
/** @description listing uuids comma separated or "unmapped" */
|
|
22314
|
+
/** @description listing ids comma separated or "unmapped" */
|
|
22526
22315
|
listingIds?: string;
|
|
22527
|
-
/** @description comma separated accounts */
|
|
22316
|
+
/** @description account ids comma separated accounts or "unmapped" */
|
|
22528
22317
|
accountIds?: string;
|
|
22529
22318
|
/** @description comma separated categories */
|
|
22530
22319
|
categoryIds?: string;
|
|
22531
|
-
|
|
22532
|
-
|
|
22533
|
-
|
|
22320
|
+
classifications?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
|
|
22321
|
+
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
|
|
22322
|
+
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer") | ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
|
|
22534
22323
|
party?: "owners" | "manager";
|
|
22535
22324
|
limit?: number;
|
|
22536
22325
|
page?: number;
|
|
@@ -22846,21 +22635,31 @@ export interface operations {
|
|
|
22846
22635
|
};
|
|
22847
22636
|
getManagerStatementReportJournalEntries: {
|
|
22848
22637
|
parameters: {
|
|
22849
|
-
query
|
|
22850
|
-
|
|
22851
|
-
|
|
22638
|
+
query?: {
|
|
22639
|
+
/** @description comma separated journal entry ids */
|
|
22640
|
+
ids?: string;
|
|
22641
|
+
txnCode?: string;
|
|
22642
|
+
published?: boolean;
|
|
22643
|
+
status?: "active" | "inactive";
|
|
22644
|
+
startAt?: string;
|
|
22645
|
+
endAt?: string;
|
|
22852
22646
|
search?: string;
|
|
22853
22647
|
date?: string;
|
|
22854
22648
|
amount?: string;
|
|
22855
|
-
|
|
22649
|
+
isDateRangeEndInclusive?: boolean;
|
|
22650
|
+
reservationIds?: string;
|
|
22651
|
+
transactionIds?: string;
|
|
22652
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22653
|
+
currency?: string;
|
|
22654
|
+
/** @description listing ids comma separated or "unmapped" */
|
|
22856
22655
|
listingIds?: string;
|
|
22857
|
-
/** @description comma separated accounts */
|
|
22656
|
+
/** @description account ids comma separated accounts or "unmapped" */
|
|
22858
22657
|
accountIds?: string;
|
|
22859
22658
|
/** @description comma separated categories */
|
|
22860
22659
|
categoryIds?: string;
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22660
|
+
classifications?: ("asset" | "liability" | "revenue" | "expense") | ("asset" | "liability" | "revenue" | "expense")[];
|
|
22661
|
+
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
|
|
22662
|
+
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer") | ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
|
|
22864
22663
|
limit?: number;
|
|
22865
22664
|
page?: number;
|
|
22866
22665
|
};
|
|
@@ -23190,8 +22989,10 @@ export interface operations {
|
|
|
23190
22989
|
getOwnerStatementSummariesReport: {
|
|
23191
22990
|
parameters: {
|
|
23192
22991
|
query: {
|
|
23193
|
-
|
|
23194
|
-
|
|
22992
|
+
startAt: string;
|
|
22993
|
+
endAt: string;
|
|
22994
|
+
/** @description comma separated listings */
|
|
22995
|
+
listingIds?: string;
|
|
23195
22996
|
};
|
|
23196
22997
|
header?: {
|
|
23197
22998
|
"X-Team-Id"?: string;
|
|
@@ -23280,8 +23081,10 @@ export interface operations {
|
|
|
23280
23081
|
getOwnerStatementSummariesReportCsv: {
|
|
23281
23082
|
parameters: {
|
|
23282
23083
|
query: {
|
|
23283
|
-
|
|
23284
|
-
|
|
23084
|
+
startAt: string;
|
|
23085
|
+
endAt: string;
|
|
23086
|
+
/** @description comma separated listings */
|
|
23087
|
+
listingIds?: string;
|
|
23285
23088
|
};
|
|
23286
23089
|
header?: {
|
|
23287
23090
|
"X-Team-Id"?: string;
|
|
@@ -23353,9 +23156,10 @@ export interface operations {
|
|
|
23353
23156
|
parameters: {
|
|
23354
23157
|
query: {
|
|
23355
23158
|
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
23356
|
-
|
|
23357
|
-
|
|
23358
|
-
|
|
23159
|
+
startAt: string;
|
|
23160
|
+
endAt: string;
|
|
23161
|
+
/** @description comma separated listings */
|
|
23162
|
+
listingIds?: string;
|
|
23359
23163
|
currency?: string;
|
|
23360
23164
|
viewAs?: "owner" | "manager";
|
|
23361
23165
|
};
|
|
@@ -23507,9 +23311,10 @@ export interface operations {
|
|
|
23507
23311
|
parameters: {
|
|
23508
23312
|
query: {
|
|
23509
23313
|
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
23510
|
-
|
|
23511
|
-
|
|
23512
|
-
|
|
23314
|
+
startAt: string;
|
|
23315
|
+
endAt: string;
|
|
23316
|
+
/** @description comma separated listings */
|
|
23317
|
+
listingIds?: string;
|
|
23513
23318
|
currency?: string;
|
|
23514
23319
|
viewAs?: "owner" | "manager";
|
|
23515
23320
|
};
|