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