@vrplatform/api 1.3.0-1177 → 1.3.0-1218
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.
|
@@ -2515,7 +2515,7 @@ export interface components {
|
|
|
2515
2515
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2516
2516
|
* @enum {string|null}
|
|
2517
2517
|
*/
|
|
2518
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2518
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2519
2519
|
filter: string | null;
|
|
2520
2520
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2521
2521
|
};
|
|
@@ -2527,7 +2527,7 @@ export interface components {
|
|
|
2527
2527
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2528
2528
|
* @enum {string}
|
|
2529
2529
|
*/
|
|
2530
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2530
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2531
2531
|
};
|
|
2532
2532
|
/** @description Mapping entry returned from GET routes with normalized left/right payloads. */
|
|
2533
2533
|
FlowMappingItemGet: {
|
|
@@ -2551,7 +2551,7 @@ export interface components {
|
|
|
2551
2551
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2552
2552
|
* @enum {string}
|
|
2553
2553
|
*/
|
|
2554
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2554
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2555
2555
|
};
|
|
2556
2556
|
};
|
|
2557
2557
|
};
|
|
@@ -6083,7 +6083,7 @@ export interface operations {
|
|
|
6083
6083
|
data: {
|
|
6084
6084
|
/** Format: uuid */
|
|
6085
6085
|
listingId: string;
|
|
6086
|
-
/** @default 2025-12-
|
|
6086
|
+
/** @default 2025-12-05 */
|
|
6087
6087
|
startAt: string;
|
|
6088
6088
|
endAt?: string | null;
|
|
6089
6089
|
setListingInactive?: boolean | null;
|
|
@@ -6165,7 +6165,7 @@ export interface operations {
|
|
|
6165
6165
|
"application/json": {
|
|
6166
6166
|
/** Format: uuid */
|
|
6167
6167
|
listingId: string;
|
|
6168
|
-
/** @default 2025-12-
|
|
6168
|
+
/** @default 2025-12-05 */
|
|
6169
6169
|
startAt?: string;
|
|
6170
6170
|
endAt?: string | null;
|
|
6171
6171
|
members: {
|
|
@@ -6199,7 +6199,7 @@ export interface operations {
|
|
|
6199
6199
|
"application/json": {
|
|
6200
6200
|
/** Format: uuid */
|
|
6201
6201
|
listingId: string;
|
|
6202
|
-
/** @default 2025-12-
|
|
6202
|
+
/** @default 2025-12-05 */
|
|
6203
6203
|
startAt: string;
|
|
6204
6204
|
endAt?: string | null;
|
|
6205
6205
|
setListingInactive?: boolean | null;
|
|
@@ -6279,7 +6279,7 @@ export interface operations {
|
|
|
6279
6279
|
"application/json": {
|
|
6280
6280
|
/** Format: uuid */
|
|
6281
6281
|
listingId: string;
|
|
6282
|
-
/** @default 2025-12-
|
|
6282
|
+
/** @default 2025-12-05 */
|
|
6283
6283
|
startAt: string;
|
|
6284
6284
|
endAt?: string | null;
|
|
6285
6285
|
setListingInactive?: boolean | null;
|
|
@@ -6362,7 +6362,7 @@ export interface operations {
|
|
|
6362
6362
|
"application/json": {
|
|
6363
6363
|
/** Format: uuid */
|
|
6364
6364
|
listingId?: string;
|
|
6365
|
-
/** @default 2025-12-
|
|
6365
|
+
/** @default 2025-12-05 */
|
|
6366
6366
|
startAt?: string;
|
|
6367
6367
|
endAt?: string | null;
|
|
6368
6368
|
members?: {
|
|
@@ -6396,7 +6396,7 @@ export interface operations {
|
|
|
6396
6396
|
"application/json": {
|
|
6397
6397
|
/** Format: uuid */
|
|
6398
6398
|
listingId: string;
|
|
6399
|
-
/** @default 2025-12-
|
|
6399
|
+
/** @default 2025-12-05 */
|
|
6400
6400
|
startAt: string;
|
|
6401
6401
|
endAt?: string | null;
|
|
6402
6402
|
setListingInactive?: boolean | null;
|
|
@@ -6587,7 +6587,7 @@ export interface operations {
|
|
|
6587
6587
|
/** Format: uuid */
|
|
6588
6588
|
sourceId?: string | null;
|
|
6589
6589
|
initialOwnership?: {
|
|
6590
|
-
/** @default 2025-12-
|
|
6590
|
+
/** @default 2025-12-05 */
|
|
6591
6591
|
startAt?: string;
|
|
6592
6592
|
endAt?: string | null;
|
|
6593
6593
|
members: {
|
|
@@ -6645,7 +6645,7 @@ export interface operations {
|
|
|
6645
6645
|
status: "active" | "inactive";
|
|
6646
6646
|
defaultCurrency?: string | null;
|
|
6647
6647
|
activeOwnership?: {
|
|
6648
|
-
/** @default 2025-12-
|
|
6648
|
+
/** @default 2025-12-05 */
|
|
6649
6649
|
startAt: string;
|
|
6650
6650
|
endAt?: string | null;
|
|
6651
6651
|
setListingInactive?: boolean | null;
|
|
@@ -6891,7 +6891,7 @@ export interface operations {
|
|
|
6891
6891
|
status: "active" | "inactive";
|
|
6892
6892
|
defaultCurrency?: string | null;
|
|
6893
6893
|
activeOwnership?: {
|
|
6894
|
-
/** @default 2025-12-
|
|
6894
|
+
/** @default 2025-12-05 */
|
|
6895
6895
|
startAt: string;
|
|
6896
6896
|
endAt?: string | null;
|
|
6897
6897
|
setListingInactive?: boolean | null;
|
|
@@ -7040,7 +7040,7 @@ export interface operations {
|
|
|
7040
7040
|
/** Format: uuid */
|
|
7041
7041
|
sourceId?: string | null;
|
|
7042
7042
|
initialOwnership?: {
|
|
7043
|
-
/** @default 2025-12-
|
|
7043
|
+
/** @default 2025-12-05 */
|
|
7044
7044
|
startAt?: string;
|
|
7045
7045
|
endAt?: string | null;
|
|
7046
7046
|
members: {
|
|
@@ -7094,7 +7094,7 @@ export interface operations {
|
|
|
7094
7094
|
status: "active" | "inactive";
|
|
7095
7095
|
defaultCurrency?: string | null;
|
|
7096
7096
|
activeOwnership?: {
|
|
7097
|
-
/** @default 2025-12-
|
|
7097
|
+
/** @default 2025-12-05 */
|
|
7098
7098
|
startAt: string;
|
|
7099
7099
|
endAt?: string | null;
|
|
7100
7100
|
setListingInactive?: boolean | null;
|
|
@@ -7316,7 +7316,7 @@ export interface operations {
|
|
|
7316
7316
|
status: "active" | "inactive";
|
|
7317
7317
|
defaultCurrency?: string | null;
|
|
7318
7318
|
activeOwnership?: {
|
|
7319
|
-
/** @default 2025-12-
|
|
7319
|
+
/** @default 2025-12-05 */
|
|
7320
7320
|
startAt: string;
|
|
7321
7321
|
endAt?: string | null;
|
|
7322
7322
|
setListingInactive?: boolean | null;
|
|
@@ -7473,7 +7473,7 @@ export interface operations {
|
|
|
7473
7473
|
/** Format: uuid */
|
|
7474
7474
|
sourceId?: string | null;
|
|
7475
7475
|
initialOwnership?: {
|
|
7476
|
-
/** @default 2025-12-
|
|
7476
|
+
/** @default 2025-12-05 */
|
|
7477
7477
|
startAt?: string;
|
|
7478
7478
|
endAt?: string | null;
|
|
7479
7479
|
members: {
|
|
@@ -7527,7 +7527,7 @@ export interface operations {
|
|
|
7527
7527
|
status: "active" | "inactive";
|
|
7528
7528
|
defaultCurrency?: string | null;
|
|
7529
7529
|
activeOwnership?: {
|
|
7530
|
-
/** @default 2025-12-
|
|
7530
|
+
/** @default 2025-12-05 */
|
|
7531
7531
|
startAt: string;
|
|
7532
7532
|
endAt?: string | null;
|
|
7533
7533
|
setListingInactive?: boolean | null;
|
|
@@ -25179,7 +25179,7 @@ export interface operations {
|
|
|
25179
25179
|
* @description Internal semantic type
|
|
25180
25180
|
* @enum {string}
|
|
25181
25181
|
*/
|
|
25182
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25182
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25183
25183
|
/** @description Optional JSONB filter for internal data */
|
|
25184
25184
|
filter?: string;
|
|
25185
25185
|
};
|
|
@@ -25203,7 +25203,7 @@ export interface operations {
|
|
|
25203
25203
|
* @description Semantic type of the setting value
|
|
25204
25204
|
* @enum {string}
|
|
25205
25205
|
*/
|
|
25206
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25206
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25207
25207
|
/** @description Optional JSONB filter for available values */
|
|
25208
25208
|
filter?: string;
|
|
25209
25209
|
};
|
|
@@ -25308,7 +25308,7 @@ export interface operations {
|
|
|
25308
25308
|
* @description Internal semantic type
|
|
25309
25309
|
* @enum {string}
|
|
25310
25310
|
*/
|
|
25311
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25311
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25312
25312
|
/** @description Optional JSONB filter for internal data */
|
|
25313
25313
|
filter?: string;
|
|
25314
25314
|
};
|
|
@@ -25332,7 +25332,7 @@ export interface operations {
|
|
|
25332
25332
|
* @description Semantic type of the setting value
|
|
25333
25333
|
* @enum {string}
|
|
25334
25334
|
*/
|
|
25335
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25335
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25336
25336
|
/** @description Optional JSONB filter for available values */
|
|
25337
25337
|
filter?: string;
|
|
25338
25338
|
};
|
|
@@ -25770,7 +25770,7 @@ export interface operations {
|
|
|
25770
25770
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
25771
25771
|
* @enum {string}
|
|
25772
25772
|
*/
|
|
25773
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25773
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25774
25774
|
};
|
|
25775
25775
|
};
|
|
25776
25776
|
};
|
|
@@ -26107,7 +26107,7 @@ export interface operations {
|
|
|
26107
26107
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
26108
26108
|
* @enum {string|null}
|
|
26109
26109
|
*/
|
|
26110
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
26110
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
26111
26111
|
filter?: string | null;
|
|
26112
26112
|
value?: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
26113
26113
|
};
|