@vrplatform/api 1.3.0-stage.1255 → 1.3.0-stage.1256
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.
|
@@ -4402,6 +4402,16 @@ export interface operations {
|
|
|
4402
4402
|
/** @enum {string} */
|
|
4403
4403
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4404
4404
|
} | null;
|
|
4405
|
+
lock?: {
|
|
4406
|
+
/** @enum {string} */
|
|
4407
|
+
status: "locked" | "unlocked";
|
|
4408
|
+
booksClosed?: {
|
|
4409
|
+
date: string;
|
|
4410
|
+
} | null;
|
|
4411
|
+
ownerStatement?: {
|
|
4412
|
+
ids: string[];
|
|
4413
|
+
} | null;
|
|
4414
|
+
} | null;
|
|
4405
4415
|
}[];
|
|
4406
4416
|
};
|
|
4407
4417
|
};
|
|
@@ -4889,6 +4899,16 @@ export interface operations {
|
|
|
4889
4899
|
/** @enum {string} */
|
|
4890
4900
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
4891
4901
|
} | null;
|
|
4902
|
+
lock?: {
|
|
4903
|
+
/** @enum {string} */
|
|
4904
|
+
status: "locked" | "unlocked";
|
|
4905
|
+
booksClosed?: {
|
|
4906
|
+
date: string;
|
|
4907
|
+
} | null;
|
|
4908
|
+
ownerStatement?: {
|
|
4909
|
+
ids: string[];
|
|
4910
|
+
} | null;
|
|
4911
|
+
} | null;
|
|
4892
4912
|
}[];
|
|
4893
4913
|
};
|
|
4894
4914
|
};
|
|
@@ -5614,6 +5634,16 @@ export interface operations {
|
|
|
5614
5634
|
/** @enum {string} */
|
|
5615
5635
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
5616
5636
|
} | null;
|
|
5637
|
+
lock?: {
|
|
5638
|
+
/** @enum {string} */
|
|
5639
|
+
status: "locked" | "unlocked";
|
|
5640
|
+
booksClosed?: {
|
|
5641
|
+
date: string;
|
|
5642
|
+
} | null;
|
|
5643
|
+
ownerStatement?: {
|
|
5644
|
+
ids: string[];
|
|
5645
|
+
} | null;
|
|
5646
|
+
} | null;
|
|
5617
5647
|
}[];
|
|
5618
5648
|
};
|
|
5619
5649
|
};
|