@vrplatform/api 1.3.1-1614 → 1.3.1-1628

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