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