@vrplatform/api 1.3.0-stage.1168 → 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.
|
@@ -6469,14 +6469,19 @@ export interface operations {
|
|
|
6469
6469
|
status?: "active" | "inactive";
|
|
6470
6470
|
defaultCurrency?: string | null;
|
|
6471
6471
|
activeRecurringFeePeriods?: {
|
|
6472
|
-
listingId: string;
|
|
6473
6472
|
startAt?: string | null;
|
|
6474
6473
|
endAt?: string | null;
|
|
6475
6474
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6476
6475
|
rate?: number | null;
|
|
6477
|
-
recurringFeeId: string;
|
|
6478
6476
|
/** Format: uuid */
|
|
6479
6477
|
id: string;
|
|
6478
|
+
recurringFee: {
|
|
6479
|
+
/** Format: uuid */
|
|
6480
|
+
id: string;
|
|
6481
|
+
title: string;
|
|
6482
|
+
/** @enum {string} */
|
|
6483
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6484
|
+
};
|
|
6480
6485
|
}[] | null;
|
|
6481
6486
|
/** Format: uuid */
|
|
6482
6487
|
sourceId?: string | null;
|
|
@@ -6558,14 +6563,19 @@ export interface operations {
|
|
|
6558
6563
|
id: string;
|
|
6559
6564
|
} | null;
|
|
6560
6565
|
activeRecurringFeePeriods?: {
|
|
6561
|
-
listingId: string;
|
|
6562
6566
|
startAt?: string | null;
|
|
6563
6567
|
endAt?: string | null;
|
|
6564
6568
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6565
6569
|
rate?: number | null;
|
|
6566
|
-
recurringFeeId: string;
|
|
6567
6570
|
/** Format: uuid */
|
|
6568
6571
|
id: string;
|
|
6572
|
+
recurringFee: {
|
|
6573
|
+
/** Format: uuid */
|
|
6574
|
+
id: string;
|
|
6575
|
+
title: string;
|
|
6576
|
+
/** @enum {string} */
|
|
6577
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6578
|
+
};
|
|
6569
6579
|
}[] | null;
|
|
6570
6580
|
source?: {
|
|
6571
6581
|
/** Format: uuid */
|
|
@@ -6799,14 +6809,19 @@ export interface operations {
|
|
|
6799
6809
|
id: string;
|
|
6800
6810
|
} | null;
|
|
6801
6811
|
activeRecurringFeePeriods?: {
|
|
6802
|
-
listingId: string;
|
|
6803
6812
|
startAt?: string | null;
|
|
6804
6813
|
endAt?: string | null;
|
|
6805
6814
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6806
6815
|
rate?: number | null;
|
|
6807
|
-
recurringFeeId: string;
|
|
6808
6816
|
/** Format: uuid */
|
|
6809
6817
|
id: string;
|
|
6818
|
+
recurringFee: {
|
|
6819
|
+
/** Format: uuid */
|
|
6820
|
+
id: string;
|
|
6821
|
+
title: string;
|
|
6822
|
+
/** @enum {string} */
|
|
6823
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6824
|
+
};
|
|
6810
6825
|
}[] | null;
|
|
6811
6826
|
source?: {
|
|
6812
6827
|
/** Format: uuid */
|
|
@@ -6907,14 +6922,19 @@ export interface operations {
|
|
|
6907
6922
|
status?: "active" | "inactive";
|
|
6908
6923
|
defaultCurrency?: string | null;
|
|
6909
6924
|
activeRecurringFeePeriods?: {
|
|
6910
|
-
listingId: string;
|
|
6911
6925
|
startAt?: string | null;
|
|
6912
6926
|
endAt?: string | null;
|
|
6913
6927
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6914
6928
|
rate?: number | null;
|
|
6915
|
-
recurringFeeId: string;
|
|
6916
6929
|
/** Format: uuid */
|
|
6917
6930
|
id: string;
|
|
6931
|
+
recurringFee: {
|
|
6932
|
+
/** Format: uuid */
|
|
6933
|
+
id: string;
|
|
6934
|
+
title: string;
|
|
6935
|
+
/** @enum {string} */
|
|
6936
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6937
|
+
};
|
|
6918
6938
|
}[] | null;
|
|
6919
6939
|
/** Format: uuid */
|
|
6920
6940
|
sourceId?: string | null;
|
|
@@ -6992,14 +7012,19 @@ export interface operations {
|
|
|
6992
7012
|
id: string;
|
|
6993
7013
|
} | null;
|
|
6994
7014
|
activeRecurringFeePeriods?: {
|
|
6995
|
-
listingId: string;
|
|
6996
7015
|
startAt?: string | null;
|
|
6997
7016
|
endAt?: string | null;
|
|
6998
7017
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6999
7018
|
rate?: number | null;
|
|
7000
|
-
recurringFeeId: string;
|
|
7001
7019
|
/** Format: uuid */
|
|
7002
7020
|
id: string;
|
|
7021
|
+
recurringFee: {
|
|
7022
|
+
/** Format: uuid */
|
|
7023
|
+
id: string;
|
|
7024
|
+
title: string;
|
|
7025
|
+
/** @enum {string} */
|
|
7026
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7027
|
+
};
|
|
7003
7028
|
}[] | null;
|
|
7004
7029
|
source?: {
|
|
7005
7030
|
/** Format: uuid */
|
|
@@ -7209,14 +7234,19 @@ export interface operations {
|
|
|
7209
7234
|
id: string;
|
|
7210
7235
|
} | null;
|
|
7211
7236
|
activeRecurringFeePeriods?: {
|
|
7212
|
-
listingId: string;
|
|
7213
7237
|
startAt?: string | null;
|
|
7214
7238
|
endAt?: string | null;
|
|
7215
7239
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7216
7240
|
rate?: number | null;
|
|
7217
|
-
recurringFeeId: string;
|
|
7218
7241
|
/** Format: uuid */
|
|
7219
7242
|
id: string;
|
|
7243
|
+
recurringFee: {
|
|
7244
|
+
/** Format: uuid */
|
|
7245
|
+
id: string;
|
|
7246
|
+
title: string;
|
|
7247
|
+
/** @enum {string} */
|
|
7248
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7249
|
+
};
|
|
7220
7250
|
}[] | null;
|
|
7221
7251
|
source?: {
|
|
7222
7252
|
/** Format: uuid */
|
|
@@ -7325,14 +7355,19 @@ export interface operations {
|
|
|
7325
7355
|
status?: "active" | "inactive";
|
|
7326
7356
|
defaultCurrency?: string | null;
|
|
7327
7357
|
activeRecurringFeePeriods?: {
|
|
7328
|
-
listingId: string;
|
|
7329
7358
|
startAt?: string | null;
|
|
7330
7359
|
endAt?: string | null;
|
|
7331
7360
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7332
7361
|
rate?: number | null;
|
|
7333
|
-
recurringFeeId: string;
|
|
7334
7362
|
/** Format: uuid */
|
|
7335
7363
|
id: string;
|
|
7364
|
+
recurringFee: {
|
|
7365
|
+
/** Format: uuid */
|
|
7366
|
+
id: string;
|
|
7367
|
+
title: string;
|
|
7368
|
+
/** @enum {string} */
|
|
7369
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7370
|
+
};
|
|
7336
7371
|
}[] | null;
|
|
7337
7372
|
/** Format: uuid */
|
|
7338
7373
|
sourceId?: string | null;
|
|
@@ -7410,14 +7445,19 @@ export interface operations {
|
|
|
7410
7445
|
id: string;
|
|
7411
7446
|
} | null;
|
|
7412
7447
|
activeRecurringFeePeriods?: {
|
|
7413
|
-
listingId: string;
|
|
7414
7448
|
startAt?: string | null;
|
|
7415
7449
|
endAt?: string | null;
|
|
7416
7450
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7417
7451
|
rate?: number | null;
|
|
7418
|
-
recurringFeeId: string;
|
|
7419
7452
|
/** Format: uuid */
|
|
7420
7453
|
id: string;
|
|
7454
|
+
recurringFee: {
|
|
7455
|
+
/** Format: uuid */
|
|
7456
|
+
id: string;
|
|
7457
|
+
title: string;
|
|
7458
|
+
/** @enum {string} */
|
|
7459
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7460
|
+
};
|
|
7421
7461
|
}[] | null;
|
|
7422
7462
|
source?: {
|
|
7423
7463
|
/** Format: uuid */
|
|
@@ -9273,9 +9313,15 @@ export interface operations {
|
|
|
9273
9313
|
endAt?: string | null;
|
|
9274
9314
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9275
9315
|
rate?: number | null;
|
|
9276
|
-
recurringFeeId: string;
|
|
9277
9316
|
/** Format: uuid */
|
|
9278
9317
|
id: string;
|
|
9318
|
+
recurringFee: {
|
|
9319
|
+
/** Format: uuid */
|
|
9320
|
+
id: string;
|
|
9321
|
+
title: string;
|
|
9322
|
+
/** @enum {string} */
|
|
9323
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9324
|
+
};
|
|
9279
9325
|
}[];
|
|
9280
9326
|
pagination: {
|
|
9281
9327
|
/** @default 100 */
|
|
@@ -9379,9 +9425,15 @@ export interface operations {
|
|
|
9379
9425
|
endAt?: string | null;
|
|
9380
9426
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9381
9427
|
rate?: number | null;
|
|
9382
|
-
recurringFeeId: string;
|
|
9383
9428
|
/** Format: uuid */
|
|
9384
9429
|
id: string;
|
|
9430
|
+
recurringFee: {
|
|
9431
|
+
/** Format: uuid */
|
|
9432
|
+
id: string;
|
|
9433
|
+
title: string;
|
|
9434
|
+
/** @enum {string} */
|
|
9435
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9436
|
+
};
|
|
9385
9437
|
}[];
|
|
9386
9438
|
};
|
|
9387
9439
|
};
|
|
@@ -9473,9 +9525,15 @@ export interface operations {
|
|
|
9473
9525
|
endAt?: string | null;
|
|
9474
9526
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9475
9527
|
rate?: number | null;
|
|
9476
|
-
recurringFeeId: string;
|
|
9477
9528
|
/** Format: uuid */
|
|
9478
9529
|
id: string;
|
|
9530
|
+
recurringFee: {
|
|
9531
|
+
/** Format: uuid */
|
|
9532
|
+
id: string;
|
|
9533
|
+
title: string;
|
|
9534
|
+
/** @enum {string} */
|
|
9535
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9536
|
+
};
|
|
9479
9537
|
};
|
|
9480
9538
|
};
|
|
9481
9539
|
};
|
|
@@ -9557,9 +9615,15 @@ export interface operations {
|
|
|
9557
9615
|
endAt?: string | null;
|
|
9558
9616
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9559
9617
|
rate?: number | null;
|
|
9560
|
-
recurringFeeId: string;
|
|
9561
9618
|
/** Format: uuid */
|
|
9562
9619
|
id: string;
|
|
9620
|
+
recurringFee: {
|
|
9621
|
+
/** Format: uuid */
|
|
9622
|
+
id: string;
|
|
9623
|
+
title: string;
|
|
9624
|
+
/** @enum {string} */
|
|
9625
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9626
|
+
};
|
|
9563
9627
|
};
|
|
9564
9628
|
};
|
|
9565
9629
|
};
|
|
@@ -22943,7 +23007,10 @@ export interface operations {
|
|
|
22943
23007
|
/** @description comma separated categories */
|
|
22944
23008
|
categoryIds?: string;
|
|
22945
23009
|
classifications?: string;
|
|
23010
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23011
|
+
/** @description comma separated journal entry types */
|
|
22946
23012
|
types?: string;
|
|
23013
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
22947
23014
|
entityTypes?: string;
|
|
22948
23015
|
party?: "owners" | "manager";
|
|
22949
23016
|
includeDetails?: boolean;
|
|
@@ -23091,7 +23158,10 @@ export interface operations {
|
|
|
23091
23158
|
/** @description comma separated categories */
|
|
23092
23159
|
categoryIds?: string;
|
|
23093
23160
|
classifications?: string;
|
|
23161
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23162
|
+
/** @description comma separated journal entry types */
|
|
23094
23163
|
types?: string;
|
|
23164
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23095
23165
|
entityTypes?: string;
|
|
23096
23166
|
party?: "owners" | "manager";
|
|
23097
23167
|
};
|
|
@@ -23397,7 +23467,10 @@ export interface operations {
|
|
|
23397
23467
|
/** @description comma separated categories */
|
|
23398
23468
|
categoryIds?: string;
|
|
23399
23469
|
classifications?: string;
|
|
23470
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23471
|
+
/** @description comma separated journal entry types */
|
|
23400
23472
|
types?: string;
|
|
23473
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23401
23474
|
entityTypes?: string;
|
|
23402
23475
|
limit?: number;
|
|
23403
23476
|
page?: number;
|
|
@@ -23543,7 +23616,10 @@ export interface operations {
|
|
|
23543
23616
|
/** @description comma separated categories */
|
|
23544
23617
|
categoryIds?: string;
|
|
23545
23618
|
classifications?: string;
|
|
23619
|
+
accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
23620
|
+
/** @description comma separated journal entry types */
|
|
23546
23621
|
types?: string;
|
|
23622
|
+
/** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
|
|
23547
23623
|
entityTypes?: string;
|
|
23548
23624
|
};
|
|
23549
23625
|
header?: {
|