@vrplatform/api 1.2.33-1000 → 1.2.33-1002
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.
|
@@ -2331,19 +2331,19 @@ export interface components {
|
|
|
2331
2331
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2332
2332
|
* @enum {string|null}
|
|
2333
2333
|
*/
|
|
2334
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
2334
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2335
2335
|
filter: string | null;
|
|
2336
2336
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2337
2337
|
};
|
|
2338
2338
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
2339
2339
|
FlowMappingResolvedEntityValue: {
|
|
2340
|
-
id: string;
|
|
2340
|
+
id: string | number;
|
|
2341
2341
|
name: string;
|
|
2342
2342
|
/**
|
|
2343
2343
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2344
2344
|
* @enum {string}
|
|
2345
2345
|
*/
|
|
2346
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
2346
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2347
2347
|
};
|
|
2348
2348
|
/** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
|
|
2349
2349
|
FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
|
|
@@ -2362,7 +2362,7 @@ export interface components {
|
|
|
2362
2362
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2363
2363
|
* @enum {string|null}
|
|
2364
2364
|
*/
|
|
2365
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
2365
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2366
2366
|
filter: string | null;
|
|
2367
2367
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2368
2368
|
};
|
|
@@ -24055,7 +24055,7 @@ export interface operations {
|
|
|
24055
24055
|
* @description Internal semantic type
|
|
24056
24056
|
* @enum {string}
|
|
24057
24057
|
*/
|
|
24058
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24058
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24059
24059
|
/** @description Optional JSONB filter for internal data */
|
|
24060
24060
|
filter?: string;
|
|
24061
24061
|
};
|
|
@@ -24079,7 +24079,7 @@ export interface operations {
|
|
|
24079
24079
|
* @description Semantic type of the setting value
|
|
24080
24080
|
* @enum {string}
|
|
24081
24081
|
*/
|
|
24082
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24082
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24083
24083
|
/** @description Optional JSONB filter for available values */
|
|
24084
24084
|
filter?: string;
|
|
24085
24085
|
};
|
|
@@ -24176,7 +24176,7 @@ export interface operations {
|
|
|
24176
24176
|
* @description Internal semantic type
|
|
24177
24177
|
* @enum {string}
|
|
24178
24178
|
*/
|
|
24179
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24179
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24180
24180
|
/** @description Optional JSONB filter for internal data */
|
|
24181
24181
|
filter?: string;
|
|
24182
24182
|
};
|
|
@@ -24200,7 +24200,7 @@ export interface operations {
|
|
|
24200
24200
|
* @description Semantic type of the setting value
|
|
24201
24201
|
* @enum {string}
|
|
24202
24202
|
*/
|
|
24203
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24203
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24204
24204
|
/** @description Optional JSONB filter for available values */
|
|
24205
24205
|
filter?: string;
|
|
24206
24206
|
};
|
|
@@ -24300,7 +24300,7 @@ export interface operations {
|
|
|
24300
24300
|
* @description Internal semantic type
|
|
24301
24301
|
* @enum {string}
|
|
24302
24302
|
*/
|
|
24303
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24303
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24304
24304
|
/** @description Optional JSONB filter for internal data */
|
|
24305
24305
|
filter?: string;
|
|
24306
24306
|
};
|
|
@@ -24324,7 +24324,7 @@ export interface operations {
|
|
|
24324
24324
|
* @description Semantic type of the setting value
|
|
24325
24325
|
* @enum {string}
|
|
24326
24326
|
*/
|
|
24327
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24327
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24328
24328
|
/** @description Optional JSONB filter for available values */
|
|
24329
24329
|
filter?: string;
|
|
24330
24330
|
};
|
|
@@ -24411,7 +24411,7 @@ export interface operations {
|
|
|
24411
24411
|
* @description Internal semantic type
|
|
24412
24412
|
* @enum {string}
|
|
24413
24413
|
*/
|
|
24414
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24414
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24415
24415
|
/** @description Optional JSONB filter for internal data */
|
|
24416
24416
|
filter?: string;
|
|
24417
24417
|
};
|
|
@@ -24435,7 +24435,7 @@ export interface operations {
|
|
|
24435
24435
|
* @description Semantic type of the setting value
|
|
24436
24436
|
* @enum {string}
|
|
24437
24437
|
*/
|
|
24438
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24438
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24439
24439
|
/** @description Optional JSONB filter for available values */
|
|
24440
24440
|
filter?: string;
|
|
24441
24441
|
};
|
|
@@ -24475,7 +24475,7 @@ export interface operations {
|
|
|
24475
24475
|
* @description Internal semantic type
|
|
24476
24476
|
* @enum {string}
|
|
24477
24477
|
*/
|
|
24478
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24478
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24479
24479
|
/** @description Optional JSONB filter for internal data */
|
|
24480
24480
|
filter?: string;
|
|
24481
24481
|
};
|
|
@@ -24499,7 +24499,7 @@ export interface operations {
|
|
|
24499
24499
|
* @description Semantic type of the setting value
|
|
24500
24500
|
* @enum {string}
|
|
24501
24501
|
*/
|
|
24502
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "
|
|
24502
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24503
24503
|
/** @description Optional JSONB filter for available values */
|
|
24504
24504
|
filter?: string;
|
|
24505
24505
|
};
|