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