@vrplatform/api 1.3.1-stage.2463 → 1.3.1-stage.2465
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.
|
@@ -10349,6 +10349,8 @@ export interface operations {
|
|
|
10349
10349
|
parameters: {
|
|
10350
10350
|
query?: {
|
|
10351
10351
|
tenantId?: string;
|
|
10352
|
+
/** @description Comma-separated connection IDs. */
|
|
10353
|
+
ids?: string;
|
|
10352
10354
|
appId?: string;
|
|
10353
10355
|
appCategory?: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
10354
10356
|
status?: "active" | "inactive";
|
|
@@ -41770,10 +41772,15 @@ export interface operations {
|
|
|
41770
41772
|
content: {
|
|
41771
41773
|
"application/json": {
|
|
41772
41774
|
hasReservations: boolean;
|
|
41775
|
+
reservationId: string | null;
|
|
41773
41776
|
hasPms: boolean;
|
|
41777
|
+
activePmsConnectionId: string | null;
|
|
41774
41778
|
hasDeposit: boolean;
|
|
41779
|
+
depositTransactionId: string | null;
|
|
41775
41780
|
hasListingNeedsReview: boolean;
|
|
41781
|
+
listingNeedsReviewId: string | null;
|
|
41776
41782
|
hasOwnerNeedsReview: boolean;
|
|
41783
|
+
ownerNeedsReviewId: string | null;
|
|
41777
41784
|
};
|
|
41778
41785
|
};
|
|
41779
41786
|
};
|