@vrplatform/api 1.3.0-stage.1165 → 1.3.0-stage.1169
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 +121 -43
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +121 -43
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +121 -43
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -5983,7 +5983,7 @@ export interface operations {
|
|
|
5983
5983
|
data: {
|
|
5984
5984
|
/** Format: uuid */
|
|
5985
5985
|
listingId: string;
|
|
5986
|
-
/** @default 2025-11-
|
|
5986
|
+
/** @default 2025-11-28 */
|
|
5987
5987
|
startAt: string;
|
|
5988
5988
|
endAt?: string | null;
|
|
5989
5989
|
setListingInactive?: boolean | null;
|
|
@@ -6065,7 +6065,7 @@ export interface operations {
|
|
|
6065
6065
|
"application/json": {
|
|
6066
6066
|
/** Format: uuid */
|
|
6067
6067
|
listingId: string;
|
|
6068
|
-
/** @default 2025-11-
|
|
6068
|
+
/** @default 2025-11-28 */
|
|
6069
6069
|
startAt?: string;
|
|
6070
6070
|
endAt?: string | null;
|
|
6071
6071
|
members: {
|
|
@@ -6099,7 +6099,7 @@ export interface operations {
|
|
|
6099
6099
|
"application/json": {
|
|
6100
6100
|
/** Format: uuid */
|
|
6101
6101
|
listingId: string;
|
|
6102
|
-
/** @default 2025-11-
|
|
6102
|
+
/** @default 2025-11-28 */
|
|
6103
6103
|
startAt: string;
|
|
6104
6104
|
endAt?: string | null;
|
|
6105
6105
|
setListingInactive?: boolean | null;
|
|
@@ -6179,7 +6179,7 @@ export interface operations {
|
|
|
6179
6179
|
"application/json": {
|
|
6180
6180
|
/** Format: uuid */
|
|
6181
6181
|
listingId: string;
|
|
6182
|
-
/** @default 2025-11-
|
|
6182
|
+
/** @default 2025-11-28 */
|
|
6183
6183
|
startAt: string;
|
|
6184
6184
|
endAt?: string | null;
|
|
6185
6185
|
setListingInactive?: boolean | null;
|
|
@@ -6262,7 +6262,7 @@ export interface operations {
|
|
|
6262
6262
|
"application/json": {
|
|
6263
6263
|
/** Format: uuid */
|
|
6264
6264
|
listingId?: string;
|
|
6265
|
-
/** @default 2025-11-
|
|
6265
|
+
/** @default 2025-11-28 */
|
|
6266
6266
|
startAt?: string;
|
|
6267
6267
|
endAt?: string | null;
|
|
6268
6268
|
members?: {
|
|
@@ -6296,7 +6296,7 @@ export interface operations {
|
|
|
6296
6296
|
"application/json": {
|
|
6297
6297
|
/** Format: uuid */
|
|
6298
6298
|
listingId: string;
|
|
6299
|
-
/** @default 2025-11-
|
|
6299
|
+
/** @default 2025-11-28 */
|
|
6300
6300
|
startAt: string;
|
|
6301
6301
|
endAt?: string | null;
|
|
6302
6302
|
setListingInactive?: boolean | null;
|
|
@@ -6470,19 +6470,24 @@ export interface operations {
|
|
|
6470
6470
|
status?: "active" | "inactive";
|
|
6471
6471
|
defaultCurrency?: string | null;
|
|
6472
6472
|
activeRecurringFeePeriods?: {
|
|
6473
|
-
listingId: string;
|
|
6474
6473
|
startAt?: string | null;
|
|
6475
6474
|
endAt?: string | null;
|
|
6476
6475
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6477
6476
|
rate?: number | null;
|
|
6478
|
-
recurringFeeId: string;
|
|
6479
6477
|
/** Format: uuid */
|
|
6480
6478
|
id: string;
|
|
6479
|
+
recurringFee: {
|
|
6480
|
+
/** Format: uuid */
|
|
6481
|
+
id: string;
|
|
6482
|
+
title: string;
|
|
6483
|
+
/** @enum {string} */
|
|
6484
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6485
|
+
};
|
|
6481
6486
|
}[] | null;
|
|
6482
6487
|
/** Format: uuid */
|
|
6483
6488
|
sourceId?: string | null;
|
|
6484
6489
|
initialOwnership?: {
|
|
6485
|
-
/** @default 2025-11-
|
|
6490
|
+
/** @default 2025-11-28 */
|
|
6486
6491
|
startAt?: string;
|
|
6487
6492
|
endAt?: string | null;
|
|
6488
6493
|
members: {
|
|
@@ -6540,7 +6545,7 @@ export interface operations {
|
|
|
6540
6545
|
status: "active" | "inactive";
|
|
6541
6546
|
defaultCurrency?: string | null;
|
|
6542
6547
|
activeOwnership?: {
|
|
6543
|
-
/** @default 2025-11-
|
|
6548
|
+
/** @default 2025-11-28 */
|
|
6544
6549
|
startAt: string;
|
|
6545
6550
|
endAt?: string | null;
|
|
6546
6551
|
setListingInactive?: boolean | null;
|
|
@@ -6559,14 +6564,19 @@ export interface operations {
|
|
|
6559
6564
|
id: string;
|
|
6560
6565
|
} | null;
|
|
6561
6566
|
activeRecurringFeePeriods?: {
|
|
6562
|
-
listingId: string;
|
|
6563
6567
|
startAt?: string | null;
|
|
6564
6568
|
endAt?: string | null;
|
|
6565
6569
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6566
6570
|
rate?: number | null;
|
|
6567
|
-
recurringFeeId: string;
|
|
6568
6571
|
/** Format: uuid */
|
|
6569
6572
|
id: string;
|
|
6573
|
+
recurringFee: {
|
|
6574
|
+
/** Format: uuid */
|
|
6575
|
+
id: string;
|
|
6576
|
+
title: string;
|
|
6577
|
+
/** @enum {string} */
|
|
6578
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6579
|
+
};
|
|
6570
6580
|
}[] | null;
|
|
6571
6581
|
source?: {
|
|
6572
6582
|
/** Format: uuid */
|
|
@@ -6781,7 +6791,7 @@ export interface operations {
|
|
|
6781
6791
|
status: "active" | "inactive";
|
|
6782
6792
|
defaultCurrency?: string | null;
|
|
6783
6793
|
activeOwnership?: {
|
|
6784
|
-
/** @default 2025-11-
|
|
6794
|
+
/** @default 2025-11-28 */
|
|
6785
6795
|
startAt: string;
|
|
6786
6796
|
endAt?: string | null;
|
|
6787
6797
|
setListingInactive?: boolean | null;
|
|
@@ -6800,14 +6810,19 @@ export interface operations {
|
|
|
6800
6810
|
id: string;
|
|
6801
6811
|
} | null;
|
|
6802
6812
|
activeRecurringFeePeriods?: {
|
|
6803
|
-
listingId: string;
|
|
6804
6813
|
startAt?: string | null;
|
|
6805
6814
|
endAt?: string | null;
|
|
6806
6815
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6807
6816
|
rate?: number | null;
|
|
6808
|
-
recurringFeeId: string;
|
|
6809
6817
|
/** Format: uuid */
|
|
6810
6818
|
id: string;
|
|
6819
|
+
recurringFee: {
|
|
6820
|
+
/** Format: uuid */
|
|
6821
|
+
id: string;
|
|
6822
|
+
title: string;
|
|
6823
|
+
/** @enum {string} */
|
|
6824
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6825
|
+
};
|
|
6811
6826
|
}[] | null;
|
|
6812
6827
|
source?: {
|
|
6813
6828
|
/** Format: uuid */
|
|
@@ -6908,19 +6923,24 @@ export interface operations {
|
|
|
6908
6923
|
status?: "active" | "inactive";
|
|
6909
6924
|
defaultCurrency?: string | null;
|
|
6910
6925
|
activeRecurringFeePeriods?: {
|
|
6911
|
-
listingId: string;
|
|
6912
6926
|
startAt?: string | null;
|
|
6913
6927
|
endAt?: string | null;
|
|
6914
6928
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6915
6929
|
rate?: number | null;
|
|
6916
|
-
recurringFeeId: string;
|
|
6917
6930
|
/** Format: uuid */
|
|
6918
6931
|
id: string;
|
|
6932
|
+
recurringFee: {
|
|
6933
|
+
/** Format: uuid */
|
|
6934
|
+
id: string;
|
|
6935
|
+
title: string;
|
|
6936
|
+
/** @enum {string} */
|
|
6937
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6938
|
+
};
|
|
6919
6939
|
}[] | null;
|
|
6920
6940
|
/** Format: uuid */
|
|
6921
6941
|
sourceId?: string | null;
|
|
6922
6942
|
initialOwnership?: {
|
|
6923
|
-
/** @default 2025-11-
|
|
6943
|
+
/** @default 2025-11-28 */
|
|
6924
6944
|
startAt?: string;
|
|
6925
6945
|
endAt?: string | null;
|
|
6926
6946
|
members: {
|
|
@@ -6974,7 +6994,7 @@ export interface operations {
|
|
|
6974
6994
|
status: "active" | "inactive";
|
|
6975
6995
|
defaultCurrency?: string | null;
|
|
6976
6996
|
activeOwnership?: {
|
|
6977
|
-
/** @default 2025-11-
|
|
6997
|
+
/** @default 2025-11-28 */
|
|
6978
6998
|
startAt: string;
|
|
6979
6999
|
endAt?: string | null;
|
|
6980
7000
|
setListingInactive?: boolean | null;
|
|
@@ -6993,14 +7013,19 @@ export interface operations {
|
|
|
6993
7013
|
id: string;
|
|
6994
7014
|
} | null;
|
|
6995
7015
|
activeRecurringFeePeriods?: {
|
|
6996
|
-
listingId: string;
|
|
6997
7016
|
startAt?: string | null;
|
|
6998
7017
|
endAt?: string | null;
|
|
6999
7018
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7000
7019
|
rate?: number | null;
|
|
7001
|
-
recurringFeeId: string;
|
|
7002
7020
|
/** Format: uuid */
|
|
7003
7021
|
id: string;
|
|
7022
|
+
recurringFee: {
|
|
7023
|
+
/** Format: uuid */
|
|
7024
|
+
id: string;
|
|
7025
|
+
title: string;
|
|
7026
|
+
/** @enum {string} */
|
|
7027
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7028
|
+
};
|
|
7004
7029
|
}[] | null;
|
|
7005
7030
|
source?: {
|
|
7006
7031
|
/** Format: uuid */
|
|
@@ -7191,7 +7216,7 @@ export interface operations {
|
|
|
7191
7216
|
status: "active" | "inactive";
|
|
7192
7217
|
defaultCurrency?: string | null;
|
|
7193
7218
|
activeOwnership?: {
|
|
7194
|
-
/** @default 2025-11-
|
|
7219
|
+
/** @default 2025-11-28 */
|
|
7195
7220
|
startAt: string;
|
|
7196
7221
|
endAt?: string | null;
|
|
7197
7222
|
setListingInactive?: boolean | null;
|
|
@@ -7210,14 +7235,19 @@ export interface operations {
|
|
|
7210
7235
|
id: string;
|
|
7211
7236
|
} | null;
|
|
7212
7237
|
activeRecurringFeePeriods?: {
|
|
7213
|
-
listingId: string;
|
|
7214
7238
|
startAt?: string | null;
|
|
7215
7239
|
endAt?: string | null;
|
|
7216
7240
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7217
7241
|
rate?: number | null;
|
|
7218
|
-
recurringFeeId: string;
|
|
7219
7242
|
/** Format: uuid */
|
|
7220
7243
|
id: string;
|
|
7244
|
+
recurringFee: {
|
|
7245
|
+
/** Format: uuid */
|
|
7246
|
+
id: string;
|
|
7247
|
+
title: string;
|
|
7248
|
+
/** @enum {string} */
|
|
7249
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7250
|
+
};
|
|
7221
7251
|
}[] | null;
|
|
7222
7252
|
source?: {
|
|
7223
7253
|
/** Format: uuid */
|
|
@@ -7326,19 +7356,24 @@ export interface operations {
|
|
|
7326
7356
|
status?: "active" | "inactive";
|
|
7327
7357
|
defaultCurrency?: string | null;
|
|
7328
7358
|
activeRecurringFeePeriods?: {
|
|
7329
|
-
listingId: string;
|
|
7330
7359
|
startAt?: string | null;
|
|
7331
7360
|
endAt?: string | null;
|
|
7332
7361
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7333
7362
|
rate?: number | null;
|
|
7334
|
-
recurringFeeId: string;
|
|
7335
7363
|
/** Format: uuid */
|
|
7336
7364
|
id: string;
|
|
7365
|
+
recurringFee: {
|
|
7366
|
+
/** Format: uuid */
|
|
7367
|
+
id: string;
|
|
7368
|
+
title: string;
|
|
7369
|
+
/** @enum {string} */
|
|
7370
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7371
|
+
};
|
|
7337
7372
|
}[] | null;
|
|
7338
7373
|
/** Format: uuid */
|
|
7339
7374
|
sourceId?: string | null;
|
|
7340
7375
|
initialOwnership?: {
|
|
7341
|
-
/** @default 2025-11-
|
|
7376
|
+
/** @default 2025-11-28 */
|
|
7342
7377
|
startAt?: string;
|
|
7343
7378
|
endAt?: string | null;
|
|
7344
7379
|
members: {
|
|
@@ -7392,7 +7427,7 @@ export interface operations {
|
|
|
7392
7427
|
status: "active" | "inactive";
|
|
7393
7428
|
defaultCurrency?: string | null;
|
|
7394
7429
|
activeOwnership?: {
|
|
7395
|
-
/** @default 2025-11-
|
|
7430
|
+
/** @default 2025-11-28 */
|
|
7396
7431
|
startAt: string;
|
|
7397
7432
|
endAt?: string | null;
|
|
7398
7433
|
setListingInactive?: boolean | null;
|
|
@@ -7411,14 +7446,19 @@ export interface operations {
|
|
|
7411
7446
|
id: string;
|
|
7412
7447
|
} | null;
|
|
7413
7448
|
activeRecurringFeePeriods?: {
|
|
7414
|
-
listingId: string;
|
|
7415
7449
|
startAt?: string | null;
|
|
7416
7450
|
endAt?: string | null;
|
|
7417
7451
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7418
7452
|
rate?: number | null;
|
|
7419
|
-
recurringFeeId: string;
|
|
7420
7453
|
/** Format: uuid */
|
|
7421
7454
|
id: string;
|
|
7455
|
+
recurringFee: {
|
|
7456
|
+
/** Format: uuid */
|
|
7457
|
+
id: string;
|
|
7458
|
+
title: string;
|
|
7459
|
+
/** @enum {string} */
|
|
7460
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7461
|
+
};
|
|
7422
7462
|
}[] | null;
|
|
7423
7463
|
source?: {
|
|
7424
7464
|
/** Format: uuid */
|
|
@@ -9274,9 +9314,15 @@ export interface operations {
|
|
|
9274
9314
|
endAt?: string | null;
|
|
9275
9315
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9276
9316
|
rate?: number | null;
|
|
9277
|
-
recurringFeeId: string;
|
|
9278
9317
|
/** Format: uuid */
|
|
9279
9318
|
id: string;
|
|
9319
|
+
recurringFee: {
|
|
9320
|
+
/** Format: uuid */
|
|
9321
|
+
id: string;
|
|
9322
|
+
title: string;
|
|
9323
|
+
/** @enum {string} */
|
|
9324
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9325
|
+
};
|
|
9280
9326
|
}[];
|
|
9281
9327
|
pagination: {
|
|
9282
9328
|
/** @default 100 */
|
|
@@ -9380,9 +9426,15 @@ export interface operations {
|
|
|
9380
9426
|
endAt?: string | null;
|
|
9381
9427
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9382
9428
|
rate?: number | null;
|
|
9383
|
-
recurringFeeId: string;
|
|
9384
9429
|
/** Format: uuid */
|
|
9385
9430
|
id: string;
|
|
9431
|
+
recurringFee: {
|
|
9432
|
+
/** Format: uuid */
|
|
9433
|
+
id: string;
|
|
9434
|
+
title: string;
|
|
9435
|
+
/** @enum {string} */
|
|
9436
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9437
|
+
};
|
|
9386
9438
|
}[];
|
|
9387
9439
|
};
|
|
9388
9440
|
};
|
|
@@ -9474,9 +9526,15 @@ export interface operations {
|
|
|
9474
9526
|
endAt?: string | null;
|
|
9475
9527
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9476
9528
|
rate?: number | null;
|
|
9477
|
-
recurringFeeId: string;
|
|
9478
9529
|
/** Format: uuid */
|
|
9479
9530
|
id: string;
|
|
9531
|
+
recurringFee: {
|
|
9532
|
+
/** Format: uuid */
|
|
9533
|
+
id: string;
|
|
9534
|
+
title: string;
|
|
9535
|
+
/** @enum {string} */
|
|
9536
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9537
|
+
};
|
|
9480
9538
|
};
|
|
9481
9539
|
};
|
|
9482
9540
|
};
|
|
@@ -9558,9 +9616,15 @@ export interface operations {
|
|
|
9558
9616
|
endAt?: string | null;
|
|
9559
9617
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9560
9618
|
rate?: number | null;
|
|
9561
|
-
recurringFeeId: string;
|
|
9562
9619
|
/** Format: uuid */
|
|
9563
9620
|
id: string;
|
|
9621
|
+
recurringFee: {
|
|
9622
|
+
/** Format: uuid */
|
|
9623
|
+
id: string;
|
|
9624
|
+
title: string;
|
|
9625
|
+
/** @enum {string} */
|
|
9626
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9627
|
+
};
|
|
9564
9628
|
};
|
|
9565
9629
|
};
|
|
9566
9630
|
};
|
|
@@ -16945,7 +17009,7 @@ export interface operations {
|
|
|
16945
17009
|
app: {
|
|
16946
17010
|
id: string;
|
|
16947
17011
|
/** @enum {string} */
|
|
16948
|
-
type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
17012
|
+
type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
16949
17013
|
name: string;
|
|
16950
17014
|
icon?: string | null;
|
|
16951
17015
|
importers?: string[] | null;
|
|
@@ -17122,7 +17186,7 @@ export interface operations {
|
|
|
17122
17186
|
app: {
|
|
17123
17187
|
id: string;
|
|
17124
17188
|
/** @enum {string} */
|
|
17125
|
-
type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
17189
|
+
type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
17126
17190
|
name: string;
|
|
17127
17191
|
icon?: string | null;
|
|
17128
17192
|
importers?: string[] | null;
|
|
@@ -17235,7 +17299,7 @@ export interface operations {
|
|
|
17235
17299
|
app: {
|
|
17236
17300
|
id: string;
|
|
17237
17301
|
/** @enum {string} */
|
|
17238
|
-
type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
17302
|
+
type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
17239
17303
|
name: string;
|
|
17240
17304
|
icon?: string | null;
|
|
17241
17305
|
importers?: string[] | null;
|
|
@@ -22944,7 +23008,10 @@ export interface operations {
|
|
|
22944
23008
|
/** @description comma separated categories */
|
|
22945
23009
|
categoryIds?: string;
|
|
22946
23010
|
classifications?: string;
|
|
23011
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23012
|
+
/** @description comma separated journal entry types */
|
|
22947
23013
|
types?: string;
|
|
23014
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
22948
23015
|
entityTypes?: string;
|
|
22949
23016
|
party?: "owners" | "manager";
|
|
22950
23017
|
includeDetails?: boolean;
|
|
@@ -23092,7 +23159,10 @@ export interface operations {
|
|
|
23092
23159
|
/** @description comma separated categories */
|
|
23093
23160
|
categoryIds?: string;
|
|
23094
23161
|
classifications?: string;
|
|
23162
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23163
|
+
/** @description comma separated journal entry types */
|
|
23095
23164
|
types?: string;
|
|
23165
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23096
23166
|
entityTypes?: string;
|
|
23097
23167
|
party?: "owners" | "manager";
|
|
23098
23168
|
};
|
|
@@ -23398,7 +23468,10 @@ export interface operations {
|
|
|
23398
23468
|
/** @description comma separated categories */
|
|
23399
23469
|
categoryIds?: string;
|
|
23400
23470
|
classifications?: string;
|
|
23471
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23472
|
+
/** @description comma separated journal entry types */
|
|
23401
23473
|
types?: string;
|
|
23474
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23402
23475
|
entityTypes?: string;
|
|
23403
23476
|
limit?: number;
|
|
23404
23477
|
page?: number;
|
|
@@ -23544,7 +23617,10 @@ export interface operations {
|
|
|
23544
23617
|
/** @description comma separated categories */
|
|
23545
23618
|
categoryIds?: string;
|
|
23546
23619
|
classifications?: string;
|
|
23620
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23621
|
+
/** @description comma separated journal entry types */
|
|
23547
23622
|
types?: string;
|
|
23623
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23548
23624
|
entityTypes?: string;
|
|
23549
23625
|
};
|
|
23550
23626
|
header?: {
|
|
@@ -24262,16 +24338,18 @@ export interface operations {
|
|
|
24262
24338
|
};
|
|
24263
24339
|
content: {
|
|
24264
24340
|
"application/json": {
|
|
24265
|
-
|
|
24266
|
-
|
|
24267
|
-
|
|
24341
|
+
unassignedBalanceStart: number;
|
|
24342
|
+
unassignedDebit: number;
|
|
24343
|
+
unassignedCredit: number;
|
|
24344
|
+
unassignedBalanceEnd: number;
|
|
24268
24345
|
accounts: {
|
|
24269
24346
|
id: string;
|
|
24270
24347
|
title: string;
|
|
24271
24348
|
classification: string | null;
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
|
|
24349
|
+
balanceStart: number;
|
|
24350
|
+
debit: number;
|
|
24351
|
+
credit: number;
|
|
24352
|
+
balanceEnd: number;
|
|
24275
24353
|
}[];
|
|
24276
24354
|
};
|
|
24277
24355
|
};
|