@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -25989,15 +25989,8 @@ export interface operations {
|
|
|
25989
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
|
|
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
|
+
/** @description External type identifier (vendor/system specific) for options */
|
|
25993
|
+
external?: string;
|
|
26001
25994
|
};
|
|
26002
25995
|
};
|
|
26003
25996
|
/** @enum {string} */
|
|
@@ -26127,15 +26120,8 @@ export interface operations {
|
|
|
26127
26120
|
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
26128
26121
|
/** @description Optional JSONB filter for available values */
|
|
26129
26122
|
filter?: string;
|
|
26130
|
-
/** @description External system
|
|
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
|
-
};
|
|
26123
|
+
/** @description External type identifier (vendor/system specific) for options */
|
|
26124
|
+
external?: string;
|
|
26139
26125
|
};
|
|
26140
26126
|
};
|
|
26141
26127
|
/** @enum {string} */
|