@vrplatform/api 1.3.0-stage.1202 → 1.3.0-stage.1208
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.
|
@@ -2463,7 +2463,7 @@ export interface components {
|
|
|
2463
2463
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2464
2464
|
* @enum {string|null}
|
|
2465
2465
|
*/
|
|
2466
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2466
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2467
2467
|
filter: string | null;
|
|
2468
2468
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2469
2469
|
};
|
|
@@ -2475,7 +2475,7 @@ export interface components {
|
|
|
2475
2475
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2476
2476
|
* @enum {string}
|
|
2477
2477
|
*/
|
|
2478
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2478
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2479
2479
|
};
|
|
2480
2480
|
/** @description Mapping entry returned from GET routes with normalized left/right payloads. */
|
|
2481
2481
|
FlowMappingItemGet: {
|
|
@@ -2499,7 +2499,7 @@ export interface components {
|
|
|
2499
2499
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2500
2500
|
* @enum {string}
|
|
2501
2501
|
*/
|
|
2502
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2502
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2503
2503
|
};
|
|
2504
2504
|
};
|
|
2505
2505
|
};
|
|
@@ -24298,7 +24298,7 @@ export interface operations {
|
|
|
24298
24298
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
24299
24299
|
* @enum {string|null}
|
|
24300
24300
|
*/
|
|
24301
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
24301
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
24302
24302
|
filter?: string | null;
|
|
24303
24303
|
value?: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
24304
24304
|
};
|
|
@@ -24569,7 +24569,7 @@ export interface operations {
|
|
|
24569
24569
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
24570
24570
|
* @enum {string}
|
|
24571
24571
|
*/
|
|
24572
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24572
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24573
24573
|
};
|
|
24574
24574
|
};
|
|
24575
24575
|
};
|
|
@@ -24833,7 +24833,7 @@ export interface operations {
|
|
|
24833
24833
|
* @description Internal semantic type
|
|
24834
24834
|
* @enum {string}
|
|
24835
24835
|
*/
|
|
24836
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24836
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24837
24837
|
/** @description Optional JSONB filter for internal data */
|
|
24838
24838
|
filter?: string;
|
|
24839
24839
|
};
|
|
@@ -24857,7 +24857,7 @@ export interface operations {
|
|
|
24857
24857
|
* @description Semantic type of the setting value
|
|
24858
24858
|
* @enum {string}
|
|
24859
24859
|
*/
|
|
24860
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24860
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24861
24861
|
/** @description Optional JSONB filter for available values */
|
|
24862
24862
|
filter?: string;
|
|
24863
24863
|
/** @description External type identifier (vendor/system specific) for options */
|
|
@@ -24964,7 +24964,7 @@ export interface operations {
|
|
|
24964
24964
|
* @description Internal semantic type
|
|
24965
24965
|
* @enum {string}
|
|
24966
24966
|
*/
|
|
24967
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24967
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24968
24968
|
/** @description Optional JSONB filter for internal data */
|
|
24969
24969
|
filter?: string;
|
|
24970
24970
|
};
|
|
@@ -24988,7 +24988,7 @@ export interface operations {
|
|
|
24988
24988
|
* @description Semantic type of the setting value
|
|
24989
24989
|
* @enum {string}
|
|
24990
24990
|
*/
|
|
24991
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24991
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24992
24992
|
/** @description Optional JSONB filter for available values */
|
|
24993
24993
|
filter?: string;
|
|
24994
24994
|
/** @description External type identifier (vendor/system specific) for options */
|