@vrplatform/api 1.3.1-stage.1626 → 1.3.1-stage.1630

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.
@@ -8352,7 +8352,7 @@ export interface operations {
8352
8352
  * @description Internal semantic type
8353
8353
  * @enum {string}
8354
8354
  */
8355
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8355
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8356
8356
  /** @description Optional JSONB filter for internal data */
8357
8357
  filter?: string;
8358
8358
  };
@@ -8376,7 +8376,7 @@ export interface operations {
8376
8376
  * @description Semantic type of the setting value
8377
8377
  * @enum {string}
8378
8378
  */
8379
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8379
+ type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8380
8380
  /** @description Optional JSONB filter for available values */
8381
8381
  filter?: string;
8382
8382
  /** @description External type identifier (vendor/system specific) for options */
@@ -8524,7 +8524,7 @@ export interface operations {
8524
8524
  * @description Internal semantic type
8525
8525
  * @enum {string}
8526
8526
  */
8527
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
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";
8528
8528
  /** @description Optional JSONB filter for internal data */
8529
8529
  filter?: string;
8530
8530
  };
@@ -8548,7 +8548,7 @@ export interface operations {
8548
8548
  * @description Semantic type of the setting value
8549
8549
  * @enum {string}
8550
8550
  */
8551
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8551
+ type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8552
8552
  /** @description Optional JSONB filter for available values */
8553
8553
  filter?: string;
8554
8554
  /** @description External type identifier (vendor/system specific) for options */
@@ -8684,7 +8684,7 @@ export interface operations {
8684
8684
  settingKey: string;
8685
8685
  title: string | null;
8686
8686
  description: string | null;
8687
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
8687
+ 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;
8688
8688
  filter: string | null;
8689
8689
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
8690
8690
  value: {
@@ -8694,7 +8694,7 @@ export interface operations {
8694
8694
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
8695
8695
  * @enum {string}
8696
8696
  */
8697
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8697
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8698
8698
  };
8699
8699
  }[];
8700
8700
  };
@@ -8826,7 +8826,7 @@ export interface operations {
8826
8826
  settingKey: string;
8827
8827
  title: string | null;
8828
8828
  description: string | null;
8829
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
8829
+ 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;
8830
8830
  filter: string | null;
8831
8831
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
8832
8832
  value: {
@@ -8836,7 +8836,7 @@ export interface operations {
8836
8836
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
8837
8837
  * @enum {string}
8838
8838
  */
8839
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8839
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8840
8840
  };
8841
8841
  }[];
8842
8842
  };
@@ -8961,12 +8961,12 @@ export interface operations {
8961
8961
  left: {
8962
8962
  value: string | number;
8963
8963
  text: string;
8964
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
8964
+ 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");
8965
8965
  };
8966
8966
  right: {
8967
8967
  value: string | number;
8968
8968
  text: string;
8969
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
8969
+ 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");
8970
8970
  };
8971
8971
  }[];
8972
8972
  pagination: {
@@ -9105,12 +9105,12 @@ export interface operations {
9105
9105
  left?: {
9106
9106
  value: string | number;
9107
9107
  text: string;
9108
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
9108
+ 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");
9109
9109
  };
9110
9110
  right?: {
9111
9111
  value: string | number;
9112
9112
  text: string;
9113
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
9113
+ 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");
9114
9114
  };
9115
9115
  };
9116
9116
  };
@@ -9583,7 +9583,7 @@ export interface operations {
9583
9583
  settingKey: string;
9584
9584
  title: string | null;
9585
9585
  description: string | null;
9586
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
9586
+ 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;
9587
9587
  filter: string | null;
9588
9588
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
9589
9589
  value: {
@@ -9593,7 +9593,7 @@ export interface operations {
9593
9593
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
9594
9594
  * @enum {string}
9595
9595
  */
9596
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9596
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9597
9597
  };
9598
9598
  };
9599
9599
  };
@@ -9717,7 +9717,7 @@ export interface operations {
9717
9717
  settingKey?: string;
9718
9718
  title?: string | null;
9719
9719
  description?: string | null;
9720
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
9720
+ 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;
9721
9721
  filter?: string | null;
9722
9722
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
9723
9723
  value?: {
@@ -9727,7 +9727,7 @@ export interface operations {
9727
9727
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
9728
9728
  * @enum {string}
9729
9729
  */
9730
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9730
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9731
9731
  };
9732
9732
  };
9733
9733
  };