@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1626",
9
+ "version": "1.3.1-stage.1630",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -8353,7 +8353,7 @@ export interface operations {
8353
8353
  * @description Internal semantic type
8354
8354
  * @enum {string}
8355
8355
  */
8356
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8356
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8357
8357
  /** @description Optional JSONB filter for internal data */
8358
8358
  filter?: string;
8359
8359
  };
@@ -8377,7 +8377,7 @@ export interface operations {
8377
8377
  * @description Semantic type of the setting value
8378
8378
  * @enum {string}
8379
8379
  */
8380
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8380
+ type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8381
8381
  /** @description Optional JSONB filter for available values */
8382
8382
  filter?: string;
8383
8383
  /** @description External type identifier (vendor/system specific) for options */
@@ -8525,7 +8525,7 @@ export interface operations {
8525
8525
  * @description Internal semantic type
8526
8526
  * @enum {string}
8527
8527
  */
8528
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8528
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8529
8529
  /** @description Optional JSONB filter for internal data */
8530
8530
  filter?: string;
8531
8531
  };
@@ -8549,7 +8549,7 @@ export interface operations {
8549
8549
  * @description Semantic type of the setting value
8550
8550
  * @enum {string}
8551
8551
  */
8552
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8552
+ type?: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8553
8553
  /** @description Optional JSONB filter for available values */
8554
8554
  filter?: string;
8555
8555
  /** @description External type identifier (vendor/system specific) for options */
@@ -8685,7 +8685,7 @@ export interface operations {
8685
8685
  settingKey: string;
8686
8686
  title: string | null;
8687
8687
  description: string | null;
8688
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
8688
+ 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;
8689
8689
  filter: string | null;
8690
8690
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
8691
8691
  value: {
@@ -8695,7 +8695,7 @@ export interface operations {
8695
8695
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
8696
8696
  * @enum {string}
8697
8697
  */
8698
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8698
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8699
8699
  };
8700
8700
  }[];
8701
8701
  };
@@ -8827,7 +8827,7 @@ export interface operations {
8827
8827
  settingKey: string;
8828
8828
  title: string | null;
8829
8829
  description: string | null;
8830
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
8830
+ 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;
8831
8831
  filter: string | null;
8832
8832
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
8833
8833
  value: {
@@ -8837,7 +8837,7 @@ export interface operations {
8837
8837
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
8838
8838
  * @enum {string}
8839
8839
  */
8840
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8840
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
8841
8841
  };
8842
8842
  }[];
8843
8843
  };
@@ -8962,12 +8962,12 @@ export interface operations {
8962
8962
  left: {
8963
8963
  value: string | number;
8964
8964
  text: string;
8965
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
8965
+ 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");
8966
8966
  };
8967
8967
  right: {
8968
8968
  value: string | number;
8969
8969
  text: string;
8970
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
8970
+ 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");
8971
8971
  };
8972
8972
  }[];
8973
8973
  pagination: {
@@ -9106,12 +9106,12 @@ export interface operations {
9106
9106
  left?: {
9107
9107
  value: string | number;
9108
9108
  text: string;
9109
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
9109
+ 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");
9110
9110
  };
9111
9111
  right?: {
9112
9112
  value: string | number;
9113
9113
  text: string;
9114
- type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
9114
+ 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");
9115
9115
  };
9116
9116
  };
9117
9117
  };
@@ -9584,7 +9584,7 @@ export interface operations {
9584
9584
  settingKey: string;
9585
9585
  title: string | null;
9586
9586
  description: string | null;
9587
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
9587
+ 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;
9588
9588
  filter: string | null;
9589
9589
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
9590
9590
  value: {
@@ -9594,7 +9594,7 @@ export interface operations {
9594
9594
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
9595
9595
  * @enum {string}
9596
9596
  */
9597
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9597
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9598
9598
  };
9599
9599
  };
9600
9600
  };
@@ -9718,7 +9718,7 @@ export interface operations {
9718
9718
  settingKey?: string;
9719
9719
  title?: string | null;
9720
9720
  description?: string | null;
9721
- type?: ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
9721
+ 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;
9722
9722
  filter?: string | null;
9723
9723
  /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
9724
9724
  value?: {
@@ -9728,7 +9728,7 @@ export interface operations {
9728
9728
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
9729
9729
  * @enum {string}
9730
9730
  */
9731
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9731
+ type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
9732
9732
  };
9733
9733
  };
9734
9734
  };