@vrplatform/api 1.3.0-stage.1140 → 1.3.0-stage.1146

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.
@@ -2013,7 +2013,7 @@ export interface paths {
2013
2013
  path?: never;
2014
2014
  cookie?: never;
2015
2015
  };
2016
- /** @description List available values/options for a flow setting */
2016
+ /** @description Get a flow setting entry */
2017
2017
  get: operations["getFlowSetting"];
2018
2018
  put?: never;
2019
2019
  /** @description Create, update or delete a flow setting entry */
@@ -2370,52 +2370,6 @@ export interface components {
2370
2370
  type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2371
2371
  };
2372
2372
  };
2373
- /** @description Mapping entry returned from mutation routes with normalized left/right payloads. */
2374
- FlowMappingItemPost: {
2375
- /** Format: uuid */
2376
- id: string;
2377
- /** Format: uuid */
2378
- flowId: string;
2379
- /** Format: uuid */
2380
- connectionId: string;
2381
- mappingKey: string;
2382
- title: string | null;
2383
- description: string | null;
2384
- left: {
2385
- /** Format: uuid */
2386
- sourceId: string;
2387
- };
2388
- right: {
2389
- value: string | number;
2390
- text: string;
2391
- /**
2392
- * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2393
- * @enum {string}
2394
- */
2395
- type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
2396
- };
2397
- };
2398
- /** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
2399
- FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
2400
- /** @description Setting representation returned from mutation routes with normalized { id, name, type } value payload. */
2401
- FlowSettingItemPost: {
2402
- /** Format: uuid */
2403
- id: string;
2404
- /** Format: uuid */
2405
- flowId: string;
2406
- /** Format: uuid */
2407
- connectionId: string;
2408
- settingKey: string;
2409
- title: string | null;
2410
- description: string | null;
2411
- /**
2412
- * @description Semantic type for mapping/setting entries (entities and primitive kinds).
2413
- * @enum {string|null}
2414
- */
2415
- type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
2416
- filter: string | null;
2417
- value: components["schemas"]["FlowMappingResolvedEntityValue"];
2418
- };
2419
2373
  };
2420
2374
  responses: never;
2421
2375
  parameters: never;
@@ -5945,7 +5899,7 @@ export interface operations {
5945
5899
  data: {
5946
5900
  /** Format: uuid */
5947
5901
  listingId: string;
5948
- /** @default 2025-11-25 */
5902
+ /** @default 2025-11-26 */
5949
5903
  startAt: string;
5950
5904
  endAt?: string | null;
5951
5905
  setListingInactive?: boolean | null;
@@ -6027,7 +5981,7 @@ export interface operations {
6027
5981
  "application/json": {
6028
5982
  /** Format: uuid */
6029
5983
  listingId: string;
6030
- /** @default 2025-11-25 */
5984
+ /** @default 2025-11-26 */
6031
5985
  startAt?: string;
6032
5986
  endAt?: string | null;
6033
5987
  members: {
@@ -6061,7 +6015,7 @@ export interface operations {
6061
6015
  "application/json": {
6062
6016
  /** Format: uuid */
6063
6017
  listingId: string;
6064
- /** @default 2025-11-25 */
6018
+ /** @default 2025-11-26 */
6065
6019
  startAt: string;
6066
6020
  endAt?: string | null;
6067
6021
  setListingInactive?: boolean | null;
@@ -6141,7 +6095,7 @@ export interface operations {
6141
6095
  "application/json": {
6142
6096
  /** Format: uuid */
6143
6097
  listingId: string;
6144
- /** @default 2025-11-25 */
6098
+ /** @default 2025-11-26 */
6145
6099
  startAt: string;
6146
6100
  endAt?: string | null;
6147
6101
  setListingInactive?: boolean | null;
@@ -6224,7 +6178,7 @@ export interface operations {
6224
6178
  "application/json": {
6225
6179
  /** Format: uuid */
6226
6180
  listingId?: string;
6227
- /** @default 2025-11-25 */
6181
+ /** @default 2025-11-26 */
6228
6182
  startAt?: string;
6229
6183
  endAt?: string | null;
6230
6184
  members?: {
@@ -6258,7 +6212,7 @@ export interface operations {
6258
6212
  "application/json": {
6259
6213
  /** Format: uuid */
6260
6214
  listingId: string;
6261
- /** @default 2025-11-25 */
6215
+ /** @default 2025-11-26 */
6262
6216
  startAt: string;
6263
6217
  endAt?: string | null;
6264
6218
  setListingInactive?: boolean | null;
@@ -6444,7 +6398,7 @@ export interface operations {
6444
6398
  /** Format: uuid */
6445
6399
  sourceId?: string | null;
6446
6400
  initialOwnership?: {
6447
- /** @default 2025-11-25 */
6401
+ /** @default 2025-11-26 */
6448
6402
  startAt?: string;
6449
6403
  endAt?: string | null;
6450
6404
  members: {
@@ -6502,7 +6456,7 @@ export interface operations {
6502
6456
  status: "active" | "inactive";
6503
6457
  defaultCurrency?: string | null;
6504
6458
  activeOwnership?: {
6505
- /** @default 2025-11-25 */
6459
+ /** @default 2025-11-26 */
6506
6460
  startAt: string;
6507
6461
  endAt?: string | null;
6508
6462
  setListingInactive?: boolean | null;
@@ -6743,7 +6697,7 @@ export interface operations {
6743
6697
  status: "active" | "inactive";
6744
6698
  defaultCurrency?: string | null;
6745
6699
  activeOwnership?: {
6746
- /** @default 2025-11-25 */
6700
+ /** @default 2025-11-26 */
6747
6701
  startAt: string;
6748
6702
  endAt?: string | null;
6749
6703
  setListingInactive?: boolean | null;
@@ -6882,7 +6836,7 @@ export interface operations {
6882
6836
  /** Format: uuid */
6883
6837
  sourceId?: string | null;
6884
6838
  initialOwnership?: {
6885
- /** @default 2025-11-25 */
6839
+ /** @default 2025-11-26 */
6886
6840
  startAt?: string;
6887
6841
  endAt?: string | null;
6888
6842
  members: {
@@ -6936,7 +6890,7 @@ export interface operations {
6936
6890
  status: "active" | "inactive";
6937
6891
  defaultCurrency?: string | null;
6938
6892
  activeOwnership?: {
6939
- /** @default 2025-11-25 */
6893
+ /** @default 2025-11-26 */
6940
6894
  startAt: string;
6941
6895
  endAt?: string | null;
6942
6896
  setListingInactive?: boolean | null;
@@ -7153,7 +7107,7 @@ export interface operations {
7153
7107
  status: "active" | "inactive";
7154
7108
  defaultCurrency?: string | null;
7155
7109
  activeOwnership?: {
7156
- /** @default 2025-11-25 */
7110
+ /** @default 2025-11-26 */
7157
7111
  startAt: string;
7158
7112
  endAt?: string | null;
7159
7113
  setListingInactive?: boolean | null;
@@ -7300,7 +7254,7 @@ export interface operations {
7300
7254
  /** Format: uuid */
7301
7255
  sourceId?: string | null;
7302
7256
  initialOwnership?: {
7303
- /** @default 2025-11-25 */
7257
+ /** @default 2025-11-26 */
7304
7258
  startAt?: string;
7305
7259
  endAt?: string | null;
7306
7260
  members: {
@@ -7354,7 +7308,7 @@ export interface operations {
7354
7308
  status: "active" | "inactive";
7355
7309
  defaultCurrency?: string | null;
7356
7310
  activeOwnership?: {
7357
- /** @default 2025-11-25 */
7311
+ /** @default 2025-11-26 */
7358
7312
  startAt: string;
7359
7313
  endAt?: string | null;
7360
7314
  setListingInactive?: boolean | null;
@@ -24144,11 +24098,7 @@ export interface operations {
24144
24098
  /** Format: uuid */
24145
24099
  id: string;
24146
24100
  title: string;
24147
- app: {
24148
- id: string;
24149
- name: string;
24150
- icon?: string | null;
24151
- };
24101
+ appId: string;
24152
24102
  description?: string | null;
24153
24103
  /** @description Mapping schema configuration for this flow */
24154
24104
  mappingSchema: {
@@ -24277,11 +24227,7 @@ export interface operations {
24277
24227
  /** Format: uuid */
24278
24228
  id: string;
24279
24229
  title: string;
24280
- app: {
24281
- id: string;
24282
- name: string;
24283
- icon?: string | null;
24284
- };
24230
+ appId: string;
24285
24231
  description?: string | null;
24286
24232
  /** @description Mapping schema configuration for this flow */
24287
24233
  mappingSchema: {
@@ -24619,8 +24565,8 @@ export interface operations {
24619
24565
  };
24620
24566
  getFlowMapping: {
24621
24567
  parameters: {
24622
- query?: {
24623
- sourceId?: string;
24568
+ query: {
24569
+ sourceId: string;
24624
24570
  limit?: number;
24625
24571
  page?: number;
24626
24572
  };
@@ -24721,11 +24667,9 @@ export interface operations {
24721
24667
  "application/json": {
24722
24668
  /** Format: uuid */
24723
24669
  sourceId: string;
24724
- value?: unknown;
24725
- /** @default 100 */
24726
- limit?: number;
24727
- /** @default 1 */
24728
- page?: number;
24670
+ value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
24671
+ [key: string]: string | number | boolean | null;
24672
+ }) | null;
24729
24673
  };
24730
24674
  };
24731
24675
  };
@@ -24737,15 +24681,27 @@ export interface operations {
24737
24681
  };
24738
24682
  content: {
24739
24683
  "application/json": {
24740
- data: components["schemas"]["FlowMappingItemPost"][];
24741
- pagination: {
24742
- /** @default 100 */
24743
- limit: number;
24744
- /** @default 1 */
24745
- page: number;
24746
- total: number;
24747
- totalPage: number;
24748
- nextPage?: number;
24684
+ /** Format: uuid */
24685
+ id?: string;
24686
+ /** Format: uuid */
24687
+ flowId?: string;
24688
+ /** Format: uuid */
24689
+ connectionId?: string;
24690
+ mappingKey?: string;
24691
+ title?: string | null;
24692
+ description?: string | null;
24693
+ left?: {
24694
+ /** Format: uuid */
24695
+ sourceId: string;
24696
+ };
24697
+ right?: {
24698
+ value: string | number;
24699
+ text: string;
24700
+ /**
24701
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
24702
+ * @enum {string}
24703
+ */
24704
+ type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
24749
24705
  };
24750
24706
  };
24751
24707
  };
@@ -24972,8 +24928,6 @@ export interface operations {
24972
24928
  parameters: {
24973
24929
  query?: {
24974
24930
  search?: string;
24975
- limit?: number;
24976
- page?: number;
24977
24931
  };
24978
24932
  header?: {
24979
24933
  "X-Team-Id"?: string;
@@ -24993,23 +24947,7 @@ export interface operations {
24993
24947
  [name: string]: unknown;
24994
24948
  };
24995
24949
  content: {
24996
- "application/json": {
24997
- data: {
24998
- id: string;
24999
- name: string;
25000
- description: string | null;
25001
- value?: unknown;
25002
- }[];
25003
- pagination: {
25004
- /** @default 100 */
25005
- limit: number;
25006
- /** @default 1 */
25007
- page: number;
25008
- total: number;
25009
- totalPage: number;
25010
- nextPage?: number;
25011
- };
25012
- };
24950
+ "application/json": components["schemas"]["FlowSettingItemGet"];
25013
24951
  };
25014
24952
  };
25015
24953
  /** @description Invalid input data */
@@ -25075,7 +25013,9 @@ export interface operations {
25075
25013
  requestBody: {
25076
25014
  content: {
25077
25015
  "application/json": {
25078
- value?: unknown;
25016
+ value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
25017
+ [key: string]: string | number | boolean | null;
25018
+ }) | null;
25079
25019
  };
25080
25020
  };
25081
25021
  };
@@ -25088,14 +25028,21 @@ export interface operations {
25088
25028
  content: {
25089
25029
  "application/json": {
25090
25030
  /** Format: uuid */
25091
- id: string;
25031
+ id?: string;
25092
25032
  /** Format: uuid */
25093
- connectionId: string;
25094
- title: string;
25095
- description: string | null;
25096
- /** @enum {string} */
25097
- status: "active" | "inactive";
25098
- settings: components["schemas"]["FlowSettingItemsPost"];
25033
+ flowId?: string;
25034
+ /** Format: uuid */
25035
+ connectionId?: string;
25036
+ settingKey?: string;
25037
+ title?: string | null;
25038
+ description?: string | null;
25039
+ /**
25040
+ * @description Semantic type for mapping/setting entries (entities and primitive kinds).
25041
+ * @enum {string|null}
25042
+ */
25043
+ type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
25044
+ filter?: string | null;
25045
+ value?: components["schemas"]["FlowMappingResolvedEntityValue"];
25099
25046
  };
25100
25047
  };
25101
25048
  };