@vrplatform/api 1.3.0-1177 → 1.3.0-1218

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-1177",
6
+ "version": "1.3.0-1218",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2516,7 +2516,7 @@ export interface components {
2516
2516
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2517
2517
  * @enum {string|null}
2518
2518
  */
2519
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2519
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2520
2520
  filter: string | null;
2521
2521
  value: components["schemas"]["FlowMappingResolvedEntityValue"];
2522
2522
  };
@@ -2528,7 +2528,7 @@ export interface components {
2528
2528
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2529
2529
  * @enum {string}
2530
2530
  */
2531
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2531
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2532
2532
  };
2533
2533
  /** @description Mapping entry returned from GET routes with normalized left/right payloads. */
2534
2534
  FlowMappingItemGet: {
@@ -2552,7 +2552,7 @@ export interface components {
2552
2552
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2553
2553
  * @enum {string}
2554
2554
  */
2555
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2555
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2556
2556
  };
2557
2557
  };
2558
2558
  };
@@ -6084,7 +6084,7 @@ export interface operations {
6084
6084
  data: {
6085
6085
  /** Format: uuid */
6086
6086
  listingId: string;
6087
- /** @default 2025-12-01 */
6087
+ /** @default 2025-12-05 */
6088
6088
  startAt: string;
6089
6089
  endAt?: string | null;
6090
6090
  setListingInactive?: boolean | null;
@@ -6166,7 +6166,7 @@ export interface operations {
6166
6166
  "application/json": {
6167
6167
  /** Format: uuid */
6168
6168
  listingId: string;
6169
- /** @default 2025-12-01 */
6169
+ /** @default 2025-12-05 */
6170
6170
  startAt?: string;
6171
6171
  endAt?: string | null;
6172
6172
  members: {
@@ -6200,7 +6200,7 @@ export interface operations {
6200
6200
  "application/json": {
6201
6201
  /** Format: uuid */
6202
6202
  listingId: string;
6203
- /** @default 2025-12-01 */
6203
+ /** @default 2025-12-05 */
6204
6204
  startAt: string;
6205
6205
  endAt?: string | null;
6206
6206
  setListingInactive?: boolean | null;
@@ -6280,7 +6280,7 @@ export interface operations {
6280
6280
  "application/json": {
6281
6281
  /** Format: uuid */
6282
6282
  listingId: string;
6283
- /** @default 2025-12-01 */
6283
+ /** @default 2025-12-05 */
6284
6284
  startAt: string;
6285
6285
  endAt?: string | null;
6286
6286
  setListingInactive?: boolean | null;
@@ -6363,7 +6363,7 @@ export interface operations {
6363
6363
  "application/json": {
6364
6364
  /** Format: uuid */
6365
6365
  listingId?: string;
6366
- /** @default 2025-12-01 */
6366
+ /** @default 2025-12-05 */
6367
6367
  startAt?: string;
6368
6368
  endAt?: string | null;
6369
6369
  members?: {
@@ -6397,7 +6397,7 @@ export interface operations {
6397
6397
  "application/json": {
6398
6398
  /** Format: uuid */
6399
6399
  listingId: string;
6400
- /** @default 2025-12-01 */
6400
+ /** @default 2025-12-05 */
6401
6401
  startAt: string;
6402
6402
  endAt?: string | null;
6403
6403
  setListingInactive?: boolean | null;
@@ -6588,7 +6588,7 @@ export interface operations {
6588
6588
  /** Format: uuid */
6589
6589
  sourceId?: string | null;
6590
6590
  initialOwnership?: {
6591
- /** @default 2025-12-01 */
6591
+ /** @default 2025-12-05 */
6592
6592
  startAt?: string;
6593
6593
  endAt?: string | null;
6594
6594
  members: {
@@ -6646,7 +6646,7 @@ export interface operations {
6646
6646
  status: "active" | "inactive";
6647
6647
  defaultCurrency?: string | null;
6648
6648
  activeOwnership?: {
6649
- /** @default 2025-12-01 */
6649
+ /** @default 2025-12-05 */
6650
6650
  startAt: string;
6651
6651
  endAt?: string | null;
6652
6652
  setListingInactive?: boolean | null;
@@ -6892,7 +6892,7 @@ export interface operations {
6892
6892
  status: "active" | "inactive";
6893
6893
  defaultCurrency?: string | null;
6894
6894
  activeOwnership?: {
6895
- /** @default 2025-12-01 */
6895
+ /** @default 2025-12-05 */
6896
6896
  startAt: string;
6897
6897
  endAt?: string | null;
6898
6898
  setListingInactive?: boolean | null;
@@ -7041,7 +7041,7 @@ export interface operations {
7041
7041
  /** Format: uuid */
7042
7042
  sourceId?: string | null;
7043
7043
  initialOwnership?: {
7044
- /** @default 2025-12-01 */
7044
+ /** @default 2025-12-05 */
7045
7045
  startAt?: string;
7046
7046
  endAt?: string | null;
7047
7047
  members: {
@@ -7095,7 +7095,7 @@ export interface operations {
7095
7095
  status: "active" | "inactive";
7096
7096
  defaultCurrency?: string | null;
7097
7097
  activeOwnership?: {
7098
- /** @default 2025-12-01 */
7098
+ /** @default 2025-12-05 */
7099
7099
  startAt: string;
7100
7100
  endAt?: string | null;
7101
7101
  setListingInactive?: boolean | null;
@@ -7317,7 +7317,7 @@ export interface operations {
7317
7317
  status: "active" | "inactive";
7318
7318
  defaultCurrency?: string | null;
7319
7319
  activeOwnership?: {
7320
- /** @default 2025-12-01 */
7320
+ /** @default 2025-12-05 */
7321
7321
  startAt: string;
7322
7322
  endAt?: string | null;
7323
7323
  setListingInactive?: boolean | null;
@@ -7474,7 +7474,7 @@ export interface operations {
7474
7474
  /** Format: uuid */
7475
7475
  sourceId?: string | null;
7476
7476
  initialOwnership?: {
7477
- /** @default 2025-12-01 */
7477
+ /** @default 2025-12-05 */
7478
7478
  startAt?: string;
7479
7479
  endAt?: string | null;
7480
7480
  members: {
@@ -7528,7 +7528,7 @@ export interface operations {
7528
7528
  status: "active" | "inactive";
7529
7529
  defaultCurrency?: string | null;
7530
7530
  activeOwnership?: {
7531
- /** @default 2025-12-01 */
7531
+ /** @default 2025-12-05 */
7532
7532
  startAt: string;
7533
7533
  endAt?: string | null;
7534
7534
  setListingInactive?: boolean | null;
@@ -25180,7 +25180,7 @@ export interface operations {
25180
25180
  * @description Internal semantic type
25181
25181
  * @enum {string}
25182
25182
  */
25183
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25183
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25184
25184
  /** @description Optional JSONB filter for internal data */
25185
25185
  filter?: string;
25186
25186
  };
@@ -25204,7 +25204,7 @@ export interface operations {
25204
25204
  * @description Semantic type of the setting value
25205
25205
  * @enum {string}
25206
25206
  */
25207
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25207
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25208
25208
  /** @description Optional JSONB filter for available values */
25209
25209
  filter?: string;
25210
25210
  };
@@ -25309,7 +25309,7 @@ export interface operations {
25309
25309
  * @description Internal semantic type
25310
25310
  * @enum {string}
25311
25311
  */
25312
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25312
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25313
25313
  /** @description Optional JSONB filter for internal data */
25314
25314
  filter?: string;
25315
25315
  };
@@ -25333,7 +25333,7 @@ export interface operations {
25333
25333
  * @description Semantic type of the setting value
25334
25334
  * @enum {string}
25335
25335
  */
25336
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25336
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25337
25337
  /** @description Optional JSONB filter for available values */
25338
25338
  filter?: string;
25339
25339
  };
@@ -25771,7 +25771,7 @@ export interface operations {
25771
25771
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
25772
25772
  * @enum {string}
25773
25773
  */
25774
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25774
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
25775
25775
  };
25776
25776
  };
25777
25777
  };
@@ -26108,7 +26108,7 @@ export interface operations {
26108
26108
  * @description Semantic type for mapping/setting entries (entities and primitive kinds).
26109
26109
  * @enum {string|null}
26110
26110
  */
26111
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
26111
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
26112
26112
  filter?: string | null;
26113
26113
  value?: components["schemas"]["FlowMappingResolvedEntityValue"];
26114
26114
  };