@vrplatform/api 1.3.0-stage.1230 → 1.3.0-stage.1235

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-stage.1230",
6
+ "version": "1.3.0-stage.1235",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2478,7 +2478,7 @@ export interface components {
2478
2478
  */
2479
2479
  type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2480
2480
  };
2481
- /** @description Mapping entry returned from GET routes with normalized left/right payloads. */
2481
+ /** @description Mapping entry returned from GET routes with normalized left/right payloads. The left side represents the source side of the flow (external for pull, internal for push). */
2482
2482
  FlowMappingItemGet: {
2483
2483
  /** Format: uuid */
2484
2484
  id: string;
@@ -2492,8 +2492,31 @@ export interface components {
2492
2492
  left: {
2493
2493
  /** Format: uuid */
2494
2494
  sourceId: string;
2495
+ text?: string;
2496
+ /**
2497
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2498
+ * @enum {string}
2499
+ */
2500
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2501
+ } | {
2502
+ value: string | number;
2503
+ text: string;
2504
+ /**
2505
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2506
+ * @enum {string}
2507
+ */
2508
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2495
2509
  };
2496
2510
  right: {
2511
+ /** Format: uuid */
2512
+ sourceId: string;
2513
+ text?: string;
2514
+ /**
2515
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2516
+ * @enum {string}
2517
+ */
2518
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2519
+ } | {
2497
2520
  value: string | number;
2498
2521
  text: string;
2499
2522
  /**
@@ -5775,7 +5798,7 @@ export interface operations {
5775
5798
  data: {
5776
5799
  /** Format: uuid */
5777
5800
  listingId: string;
5778
- /** @default 2025-12-05 */
5801
+ /** @default 2025-12-06 */
5779
5802
  startAt: string;
5780
5803
  endAt?: string | null;
5781
5804
  setListingInactive?: boolean | null;
@@ -5866,7 +5889,7 @@ export interface operations {
5866
5889
  "application/json": {
5867
5890
  /** Format: uuid */
5868
5891
  listingId: string;
5869
- /** @default 2025-12-05 */
5892
+ /** @default 2025-12-06 */
5870
5893
  startAt?: string;
5871
5894
  endAt?: string | null;
5872
5895
  members: {
@@ -5900,7 +5923,7 @@ export interface operations {
5900
5923
  "application/json": {
5901
5924
  /** Format: uuid */
5902
5925
  listingId: string;
5903
- /** @default 2025-12-05 */
5926
+ /** @default 2025-12-06 */
5904
5927
  startAt: string;
5905
5928
  endAt?: string | null;
5906
5929
  setListingInactive?: boolean | null;
@@ -5980,7 +6003,7 @@ export interface operations {
5980
6003
  "application/json": {
5981
6004
  /** Format: uuid */
5982
6005
  listingId: string;
5983
- /** @default 2025-12-05 */
6006
+ /** @default 2025-12-06 */
5984
6007
  startAt: string;
5985
6008
  endAt?: string | null;
5986
6009
  setListingInactive?: boolean | null;
@@ -6063,7 +6086,7 @@ export interface operations {
6063
6086
  "application/json": {
6064
6087
  /** Format: uuid */
6065
6088
  listingId?: string;
6066
- /** @default 2025-12-05 */
6089
+ /** @default 2025-12-06 */
6067
6090
  startAt?: string;
6068
6091
  endAt?: string | null;
6069
6092
  members?: {
@@ -6097,7 +6120,7 @@ export interface operations {
6097
6120
  "application/json": {
6098
6121
  /** Format: uuid */
6099
6122
  listingId: string;
6100
- /** @default 2025-12-05 */
6123
+ /** @default 2025-12-06 */
6101
6124
  startAt: string;
6102
6125
  endAt?: string | null;
6103
6126
  setListingInactive?: boolean | null;
@@ -6293,7 +6316,7 @@ export interface operations {
6293
6316
  /** Format: uuid */
6294
6317
  sourceId?: string | null;
6295
6318
  initialOwnership?: {
6296
- /** @default 2025-12-05 */
6319
+ /** @default 2025-12-06 */
6297
6320
  startAt?: string;
6298
6321
  endAt?: string | null;
6299
6322
  members: {
@@ -6588,7 +6611,7 @@ export interface operations {
6588
6611
  /** Format: uuid */
6589
6612
  sourceId?: string | null;
6590
6613
  initialOwnership?: {
6591
- /** @default 2025-12-05 */
6614
+ /** @default 2025-12-06 */
6592
6615
  startAt?: string;
6593
6616
  endAt?: string | null;
6594
6617
  members: {
@@ -7048,7 +7071,7 @@ export interface operations {
7048
7071
  /** Format: uuid */
7049
7072
  sourceId?: string | null;
7050
7073
  initialOwnership?: {
7051
- /** @default 2025-12-05 */
7074
+ /** @default 2025-12-06 */
7052
7075
  startAt?: string;
7053
7076
  endAt?: string | null;
7054
7077
  members: {
@@ -7102,7 +7125,7 @@ export interface operations {
7102
7125
  status: "active" | "inactive";
7103
7126
  defaultCurrency?: string | null;
7104
7127
  activeOwnership?: {
7105
- /** @default 2025-12-05 */
7128
+ /** @default 2025-12-06 */
7106
7129
  startAt: string;
7107
7130
  endAt?: string | null;
7108
7131
  setListingInactive?: boolean | null;
@@ -24448,7 +24471,7 @@ export interface operations {
24448
24471
  getFlowMapping: {
24449
24472
  parameters: {
24450
24473
  query?: {
24451
- sourceId?: string;
24474
+ leftId?: string;
24452
24475
  limit?: number;
24453
24476
  page?: number;
24454
24477
  };
@@ -24548,7 +24571,7 @@ export interface operations {
24548
24571
  content: {
24549
24572
  "application/json": {
24550
24573
  /** Format: uuid */
24551
- sourceId: string;
24574
+ leftId: string;
24552
24575
  value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
24553
24576
  [key: string]: string | number | boolean | null;
24554
24577
  }) | null;
@@ -24575,8 +24598,31 @@ export interface operations {
24575
24598
  left?: {
24576
24599
  /** Format: uuid */
24577
24600
  sourceId: string;
24601
+ text?: string;
24602
+ /**
24603
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
24604
+ * @enum {string}
24605
+ */
24606
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24607
+ } | {
24608
+ value: string | number;
24609
+ text: string;
24610
+ /**
24611
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
24612
+ * @enum {string}
24613
+ */
24614
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24578
24615
  };
24579
24616
  right?: {
24617
+ /** Format: uuid */
24618
+ sourceId: string;
24619
+ text?: string;
24620
+ /**
24621
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
24622
+ * @enum {string}
24623
+ */
24624
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24625
+ } | {
24580
24626
  value: string | number;
24581
24627
  text: string;
24582
24628
  /**