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