@vrplatform/api 1.2.33-stage.889 → 1.2.33-stage.892

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.
@@ -2297,20 +2297,19 @@ export interface components {
2297
2297
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2298
2298
  * @enum {string|null}
2299
2299
  */
2300
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2300
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2301
2301
  filter: string | null;
2302
2302
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2303
2303
  };
2304
2304
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
2305
2305
  FlowMappingResolvedEntityValue: {
2306
- /** Format: uuid */
2307
2306
  id: string;
2308
2307
  name: string;
2309
2308
  /**
2310
2309
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2311
2310
  * @enum {string}
2312
2311
  */
2313
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2312
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2314
2313
  };
2315
2314
  /** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
2316
2315
  FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
@@ -2329,7 +2328,7 @@ export interface components {
2329
2328
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2330
2329
  * @enum {string|null}
2331
2330
  */
2332
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2331
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2333
2332
  filter: string | null;
2334
2333
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2335
2334
  };
@@ -23707,7 +23706,7 @@ export interface operations {
23707
23706
  * @description Internal semantic type
23708
23707
  * @enum {string}
23709
23708
  */
23710
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23709
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23711
23710
  /** @description Optional JSONB filter for internal data */
23712
23711
  filter?: string;
23713
23712
  };
@@ -23731,7 +23730,7 @@ export interface operations {
23731
23730
  * @description Semantic type of the setting value
23732
23731
  * @enum {string}
23733
23732
  */
23734
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23733
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23735
23734
  /** @description Optional JSONB filter for available values */
23736
23735
  filter?: string;
23737
23736
  };
@@ -23828,7 +23827,7 @@ export interface operations {
23828
23827
  * @description Internal semantic type
23829
23828
  * @enum {string}
23830
23829
  */
23831
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23830
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23832
23831
  /** @description Optional JSONB filter for internal data */
23833
23832
  filter?: string;
23834
23833
  };
@@ -23852,7 +23851,7 @@ export interface operations {
23852
23851
  * @description Semantic type of the setting value
23853
23852
  * @enum {string}
23854
23853
  */
23855
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23854
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23856
23855
  /** @description Optional JSONB filter for available values */
23857
23856
  filter?: string;
23858
23857
  };
@@ -23952,7 +23951,7 @@ export interface operations {
23952
23951
  * @description Internal semantic type
23953
23952
  * @enum {string}
23954
23953
  */
23955
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23954
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23956
23955
  /** @description Optional JSONB filter for internal data */
23957
23956
  filter?: string;
23958
23957
  };
@@ -23976,7 +23975,7 @@ export interface operations {
23976
23975
  * @description Semantic type of the setting value
23977
23976
  * @enum {string}
23978
23977
  */
23979
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23978
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
23980
23979
  /** @description Optional JSONB filter for available values */
23981
23980
  filter?: string;
23982
23981
  };
@@ -24063,7 +24062,7 @@ export interface operations {
24063
24062
  * @description Internal semantic type
24064
24063
  * @enum {string}
24065
24064
  */
24066
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24065
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24067
24066
  /** @description Optional JSONB filter for internal data */
24068
24067
  filter?: string;
24069
24068
  };
@@ -24087,7 +24086,7 @@ export interface operations {
24087
24086
  * @description Semantic type of the setting value
24088
24087
  * @enum {string}
24089
24088
  */
24090
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24089
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24091
24090
  /** @description Optional JSONB filter for available values */
24092
24091
  filter?: string;
24093
24092
  };
@@ -24127,7 +24126,7 @@ export interface operations {
24127
24126
  * @description Internal semantic type
24128
24127
  * @enum {string}
24129
24128
  */
24130
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24129
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24131
24130
  /** @description Optional JSONB filter for internal data */
24132
24131
  filter?: string;
24133
24132
  };
@@ -24151,7 +24150,7 @@ export interface operations {
24151
24150
  * @description Semantic type of the setting value
24152
24151
  * @enum {string}
24153
24152
  */
24154
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24153
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24155
24154
  /** @description Optional JSONB filter for available values */
24156
24155
  filter?: string;
24157
24156
  };