@vrplatform/api 1.3.0-stage.1236 → 1.3.0-stage.1238
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
package/src/generated/v1.ts
CHANGED
|
@@ -2012,7 +2012,7 @@ export interface paths {
|
|
|
2012
2012
|
path?: never;
|
|
2013
2013
|
cookie?: never;
|
|
2014
2014
|
};
|
|
2015
|
-
/** @description List flow
|
|
2015
|
+
/** @description List flow mappings for a key; optionally filter by leftId (source side id) */
|
|
2016
2016
|
get: operations["getFlowMapping"];
|
|
2017
2017
|
put?: never;
|
|
2018
2018
|
/** @description Create, update or delete a flow mapping entry */
|
|
@@ -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. The left side represents the source side of the flow (external for pull, internal for push). */
|
|
2481
|
+
/** @description Mapping entry returned from GET routes with normalized left/right payloads. Each side uses { value, text, type }; source sides use type "source" (value = sourceId) and the mapped side uses the schema mapping type. 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;
|
|
@@ -2490,40 +2490,14 @@ export interface components {
|
|
|
2490
2490
|
title: string | null;
|
|
2491
2491
|
description: string | null;
|
|
2492
2492
|
left: {
|
|
2493
|
-
/** Format: uuid */
|
|
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
2493
|
value: string | number;
|
|
2503
2494
|
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
|
+
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
2509
2496
|
};
|
|
2510
2497
|
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
|
-
} | {
|
|
2520
2498
|
value: string | number;
|
|
2521
2499
|
text: string;
|
|
2522
|
-
|
|
2523
|
-
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2524
|
-
* @enum {string}
|
|
2525
|
-
*/
|
|
2526
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2500
|
+
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
2527
2501
|
};
|
|
2528
2502
|
};
|
|
2529
2503
|
};
|
|
@@ -5798,7 +5772,7 @@ export interface operations {
|
|
|
5798
5772
|
data: {
|
|
5799
5773
|
/** Format: uuid */
|
|
5800
5774
|
listingId: string;
|
|
5801
|
-
/** @default 2025-12-
|
|
5775
|
+
/** @default 2025-12-08 */
|
|
5802
5776
|
startAt: string;
|
|
5803
5777
|
endAt?: string | null;
|
|
5804
5778
|
setListingInactive?: boolean | null;
|
|
@@ -5889,7 +5863,7 @@ export interface operations {
|
|
|
5889
5863
|
"application/json": {
|
|
5890
5864
|
/** Format: uuid */
|
|
5891
5865
|
listingId: string;
|
|
5892
|
-
/** @default 2025-12-
|
|
5866
|
+
/** @default 2025-12-08 */
|
|
5893
5867
|
startAt?: string;
|
|
5894
5868
|
endAt?: string | null;
|
|
5895
5869
|
members: {
|
|
@@ -5923,7 +5897,7 @@ export interface operations {
|
|
|
5923
5897
|
"application/json": {
|
|
5924
5898
|
/** Format: uuid */
|
|
5925
5899
|
listingId: string;
|
|
5926
|
-
/** @default 2025-12-
|
|
5900
|
+
/** @default 2025-12-08 */
|
|
5927
5901
|
startAt: string;
|
|
5928
5902
|
endAt?: string | null;
|
|
5929
5903
|
setListingInactive?: boolean | null;
|
|
@@ -6003,7 +5977,7 @@ export interface operations {
|
|
|
6003
5977
|
"application/json": {
|
|
6004
5978
|
/** Format: uuid */
|
|
6005
5979
|
listingId: string;
|
|
6006
|
-
/** @default 2025-12-
|
|
5980
|
+
/** @default 2025-12-08 */
|
|
6007
5981
|
startAt: string;
|
|
6008
5982
|
endAt?: string | null;
|
|
6009
5983
|
setListingInactive?: boolean | null;
|
|
@@ -6086,7 +6060,7 @@ export interface operations {
|
|
|
6086
6060
|
"application/json": {
|
|
6087
6061
|
/** Format: uuid */
|
|
6088
6062
|
listingId?: string;
|
|
6089
|
-
/** @default 2025-12-
|
|
6063
|
+
/** @default 2025-12-08 */
|
|
6090
6064
|
startAt?: string;
|
|
6091
6065
|
endAt?: string | null;
|
|
6092
6066
|
members?: {
|
|
@@ -6120,7 +6094,7 @@ export interface operations {
|
|
|
6120
6094
|
"application/json": {
|
|
6121
6095
|
/** Format: uuid */
|
|
6122
6096
|
listingId: string;
|
|
6123
|
-
/** @default 2025-12-
|
|
6097
|
+
/** @default 2025-12-08 */
|
|
6124
6098
|
startAt: string;
|
|
6125
6099
|
endAt?: string | null;
|
|
6126
6100
|
setListingInactive?: boolean | null;
|
|
@@ -6316,7 +6290,7 @@ export interface operations {
|
|
|
6316
6290
|
/** Format: uuid */
|
|
6317
6291
|
sourceId?: string | null;
|
|
6318
6292
|
initialOwnership?: {
|
|
6319
|
-
/** @default 2025-12-
|
|
6293
|
+
/** @default 2025-12-08 */
|
|
6320
6294
|
startAt?: string;
|
|
6321
6295
|
endAt?: string | null;
|
|
6322
6296
|
members: {
|
|
@@ -6611,7 +6585,7 @@ export interface operations {
|
|
|
6611
6585
|
/** Format: uuid */
|
|
6612
6586
|
sourceId?: string | null;
|
|
6613
6587
|
initialOwnership?: {
|
|
6614
|
-
/** @default 2025-12-
|
|
6588
|
+
/** @default 2025-12-08 */
|
|
6615
6589
|
startAt?: string;
|
|
6616
6590
|
endAt?: string | null;
|
|
6617
6591
|
members: {
|
|
@@ -7071,7 +7045,7 @@ export interface operations {
|
|
|
7071
7045
|
/** Format: uuid */
|
|
7072
7046
|
sourceId?: string | null;
|
|
7073
7047
|
initialOwnership?: {
|
|
7074
|
-
/** @default 2025-12-
|
|
7048
|
+
/** @default 2025-12-08 */
|
|
7075
7049
|
startAt?: string;
|
|
7076
7050
|
endAt?: string | null;
|
|
7077
7051
|
members: {
|
|
@@ -7125,7 +7099,7 @@ export interface operations {
|
|
|
7125
7099
|
status: "active" | "inactive";
|
|
7126
7100
|
defaultCurrency?: string | null;
|
|
7127
7101
|
activeOwnership?: {
|
|
7128
|
-
/** @default 2025-12-
|
|
7102
|
+
/** @default 2025-12-08 */
|
|
7129
7103
|
startAt: string;
|
|
7130
7104
|
endAt?: string | null;
|
|
7131
7105
|
setListingInactive?: boolean | null;
|
|
@@ -24596,40 +24570,14 @@ export interface operations {
|
|
|
24596
24570
|
title?: string | null;
|
|
24597
24571
|
description?: string | null;
|
|
24598
24572
|
left?: {
|
|
24599
|
-
/** Format: uuid */
|
|
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
24573
|
value: string | number;
|
|
24609
24574
|
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";
|
|
24575
|
+
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
24615
24576
|
};
|
|
24616
24577
|
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
|
-
} | {
|
|
24626
24578
|
value: string | number;
|
|
24627
24579
|
text: string;
|
|
24628
|
-
|
|
24629
|
-
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
24630
|
-
* @enum {string}
|
|
24631
|
-
*/
|
|
24632
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24580
|
+
type: "source" | ("listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
24633
24581
|
};
|
|
24634
24582
|
};
|
|
24635
24583
|
};
|