@vrplatform/api 1.3.0-stage.1194 → 1.3.0-stage.1196
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
|
@@ -25986,9 +25986,18 @@ export interface operations {
|
|
|
25986
25986
|
* @description Semantic type of the setting value
|
|
25987
25987
|
* @enum {string}
|
|
25988
25988
|
*/
|
|
25989
|
-
type
|
|
25989
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
25990
25990
|
/** @description Optional JSONB filter for available values */
|
|
25991
25991
|
filter?: string;
|
|
25992
|
+
/** @description External system setting configuration */
|
|
25993
|
+
external?: {
|
|
25994
|
+
/** @description External type identifier (vendor/system specific) for options */
|
|
25995
|
+
type?: string;
|
|
25996
|
+
/** @description Human readable description of the external source */
|
|
25997
|
+
description?: string;
|
|
25998
|
+
/** @description Optional JSONB filter for external data */
|
|
25999
|
+
filter?: string;
|
|
26000
|
+
};
|
|
25992
26001
|
};
|
|
25993
26002
|
};
|
|
25994
26003
|
/** @enum {string} */
|
|
@@ -26115,9 +26124,18 @@ export interface operations {
|
|
|
26115
26124
|
* @description Semantic type of the setting value
|
|
26116
26125
|
* @enum {string}
|
|
26117
26126
|
*/
|
|
26118
|
-
type
|
|
26127
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
26119
26128
|
/** @description Optional JSONB filter for available values */
|
|
26120
26129
|
filter?: string;
|
|
26130
|
+
/** @description External system setting configuration */
|
|
26131
|
+
external?: {
|
|
26132
|
+
/** @description External type identifier (vendor/system specific) for options */
|
|
26133
|
+
type?: string;
|
|
26134
|
+
/** @description Human readable description of the external source */
|
|
26135
|
+
description?: string;
|
|
26136
|
+
/** @description Optional JSONB filter for external data */
|
|
26137
|
+
filter?: string;
|
|
26138
|
+
};
|
|
26121
26139
|
};
|
|
26122
26140
|
};
|
|
26123
26141
|
/** @enum {string} */
|