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