@vrplatform/api 1.3.1-1617 → 1.3.1-1629
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
|
@@ -8192,7 +8192,7 @@ export interface operations {
|
|
|
8192
8192
|
* @description Internal semantic type
|
|
8193
8193
|
* @enum {string}
|
|
8194
8194
|
*/
|
|
8195
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8195
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8196
8196
|
/** @description Optional JSONB filter for internal data */
|
|
8197
8197
|
filter?: string;
|
|
8198
8198
|
};
|
|
@@ -8216,7 +8216,7 @@ export interface operations {
|
|
|
8216
8216
|
* @description Semantic type of the setting value
|
|
8217
8217
|
* @enum {string}
|
|
8218
8218
|
*/
|
|
8219
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8219
|
+
type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8220
8220
|
/** @description Optional JSONB filter for available values */
|
|
8221
8221
|
filter?: string;
|
|
8222
8222
|
/** @description External type identifier (vendor/system specific) for options */
|
|
@@ -8364,7 +8364,7 @@ export interface operations {
|
|
|
8364
8364
|
* @description Internal semantic type
|
|
8365
8365
|
* @enum {string}
|
|
8366
8366
|
*/
|
|
8367
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8367
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8368
8368
|
/** @description Optional JSONB filter for internal data */
|
|
8369
8369
|
filter?: string;
|
|
8370
8370
|
};
|
|
@@ -8388,7 +8388,7 @@ export interface operations {
|
|
|
8388
8388
|
* @description Semantic type of the setting value
|
|
8389
8389
|
* @enum {string}
|
|
8390
8390
|
*/
|
|
8391
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8391
|
+
type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8392
8392
|
/** @description Optional JSONB filter for available values */
|
|
8393
8393
|
filter?: string;
|
|
8394
8394
|
/** @description External type identifier (vendor/system specific) for options */
|
|
@@ -8524,7 +8524,7 @@ export interface operations {
|
|
|
8524
8524
|
settingKey: string;
|
|
8525
8525
|
title: string | null;
|
|
8526
8526
|
description: string | null;
|
|
8527
|
-
type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
8527
|
+
type?: ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
8528
8528
|
filter: string | null;
|
|
8529
8529
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
8530
8530
|
value: {
|
|
@@ -8534,7 +8534,7 @@ export interface operations {
|
|
|
8534
8534
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
8535
8535
|
* @enum {string}
|
|
8536
8536
|
*/
|
|
8537
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8537
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8538
8538
|
};
|
|
8539
8539
|
}[];
|
|
8540
8540
|
};
|
|
@@ -8666,7 +8666,7 @@ export interface operations {
|
|
|
8666
8666
|
settingKey: string;
|
|
8667
8667
|
title: string | null;
|
|
8668
8668
|
description: string | null;
|
|
8669
|
-
type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
8669
|
+
type?: ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
8670
8670
|
filter: string | null;
|
|
8671
8671
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
8672
8672
|
value: {
|
|
@@ -8676,7 +8676,7 @@ export interface operations {
|
|
|
8676
8676
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
8677
8677
|
* @enum {string}
|
|
8678
8678
|
*/
|
|
8679
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8679
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
8680
8680
|
};
|
|
8681
8681
|
}[];
|
|
8682
8682
|
};
|
|
@@ -8801,12 +8801,12 @@ export interface operations {
|
|
|
8801
8801
|
left: {
|
|
8802
8802
|
value: string | number;
|
|
8803
8803
|
text: string;
|
|
8804
|
-
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8804
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8805
8805
|
};
|
|
8806
8806
|
right: {
|
|
8807
8807
|
value: string | number;
|
|
8808
8808
|
text: string;
|
|
8809
|
-
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8809
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8810
8810
|
};
|
|
8811
8811
|
}[];
|
|
8812
8812
|
pagination: {
|
|
@@ -8945,12 +8945,12 @@ export interface operations {
|
|
|
8945
8945
|
left?: {
|
|
8946
8946
|
value: string | number;
|
|
8947
8947
|
text: string;
|
|
8948
|
-
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8948
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8949
8949
|
};
|
|
8950
8950
|
right?: {
|
|
8951
8951
|
value: string | number;
|
|
8952
8952
|
text: string;
|
|
8953
|
-
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8953
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
8954
8954
|
};
|
|
8955
8955
|
};
|
|
8956
8956
|
};
|
|
@@ -9423,7 +9423,7 @@ export interface operations {
|
|
|
9423
9423
|
settingKey: string;
|
|
9424
9424
|
title: string | null;
|
|
9425
9425
|
description: string | null;
|
|
9426
|
-
type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
9426
|
+
type?: ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
9427
9427
|
filter: string | null;
|
|
9428
9428
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
9429
9429
|
value: {
|
|
@@ -9433,7 +9433,7 @@ export interface operations {
|
|
|
9433
9433
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
9434
9434
|
* @enum {string}
|
|
9435
9435
|
*/
|
|
9436
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
9436
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
9437
9437
|
};
|
|
9438
9438
|
};
|
|
9439
9439
|
};
|
|
@@ -9557,7 +9557,7 @@ export interface operations {
|
|
|
9557
9557
|
settingKey?: string;
|
|
9558
9558
|
title?: string | null;
|
|
9559
9559
|
description?: string | null;
|
|
9560
|
-
type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
9560
|
+
type?: ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
|
|
9561
9561
|
filter?: string | null;
|
|
9562
9562
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
9563
9563
|
value?: {
|
|
@@ -9567,7 +9567,7 @@ export interface operations {
|
|
|
9567
9567
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
9568
9568
|
* @enum {string}
|
|
9569
9569
|
*/
|
|
9570
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
9570
|
+
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
9571
9571
|
};
|
|
9572
9572
|
};
|
|
9573
9573
|
};
|