@vrplatform/api 1.2.33-stage.826 → 1.2.33-stage.830

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.2.33-stage.826",
6
+ "version": "1.2.33-stage.830",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1771,7 +1771,8 @@ export interface paths {
1771
1771
  path?: never;
1772
1772
  cookie?: never;
1773
1773
  };
1774
- get?: never;
1774
+ /** @description Get flow configuration for a connection */
1775
+ get: operations["getFlowConnection"];
1775
1776
  /** @description Update flow status for a connection */
1776
1777
  put: operations["setFlowStatus"];
1777
1778
  post?: never;
@@ -1805,7 +1806,7 @@ export interface paths {
1805
1806
  path?: never;
1806
1807
  cookie?: never;
1807
1808
  };
1808
- /** @description Get flow settings for a connection */
1809
+ /** @description List flow settings for a connection */
1809
1810
  get: operations["getFlowSettings"];
1810
1811
  put?: never;
1811
1812
  post?: never;
@@ -6522,7 +6523,7 @@ export interface operations {
6522
6523
  data: {
6523
6524
  /** Format: uuid */
6524
6525
  listingId: string;
6525
- /** @default 2025-10-23 */
6526
+ /** @default 2025-10-24 */
6526
6527
  startAt: string;
6527
6528
  endAt?: string | null;
6528
6529
  setListingInactive?: boolean | null;
@@ -6604,7 +6605,7 @@ export interface operations {
6604
6605
  "application/json": {
6605
6606
  /** Format: uuid */
6606
6607
  listingId: string;
6607
- /** @default 2025-10-23 */
6608
+ /** @default 2025-10-24 */
6608
6609
  startAt?: string;
6609
6610
  endAt?: string | null;
6610
6611
  members: {
@@ -6638,7 +6639,7 @@ export interface operations {
6638
6639
  "application/json": {
6639
6640
  /** Format: uuid */
6640
6641
  listingId: string;
6641
- /** @default 2025-10-23 */
6642
+ /** @default 2025-10-24 */
6642
6643
  startAt: string;
6643
6644
  endAt?: string | null;
6644
6645
  setListingInactive?: boolean | null;
@@ -6718,7 +6719,7 @@ export interface operations {
6718
6719
  "application/json": {
6719
6720
  /** Format: uuid */
6720
6721
  listingId: string;
6721
- /** @default 2025-10-23 */
6722
+ /** @default 2025-10-24 */
6722
6723
  startAt: string;
6723
6724
  endAt?: string | null;
6724
6725
  setListingInactive?: boolean | null;
@@ -6801,7 +6802,7 @@ export interface operations {
6801
6802
  "application/json": {
6802
6803
  /** Format: uuid */
6803
6804
  listingId?: string;
6804
- /** @default 2025-10-23 */
6805
+ /** @default 2025-10-24 */
6805
6806
  startAt?: string;
6806
6807
  endAt?: string | null;
6807
6808
  members?: {
@@ -6835,7 +6836,7 @@ export interface operations {
6835
6836
  "application/json": {
6836
6837
  /** Format: uuid */
6837
6838
  listingId: string;
6838
- /** @default 2025-10-23 */
6839
+ /** @default 2025-10-24 */
6839
6840
  startAt: string;
6840
6841
  endAt?: string | null;
6841
6842
  setListingInactive?: boolean | null;
@@ -7021,7 +7022,7 @@ export interface operations {
7021
7022
  /** Format: uuid */
7022
7023
  sourceId?: string | null;
7023
7024
  initialOwnership?: {
7024
- /** @default 2025-10-23 */
7025
+ /** @default 2025-10-24 */
7025
7026
  startAt?: string;
7026
7027
  endAt?: string | null;
7027
7028
  members: {
@@ -7079,7 +7080,7 @@ export interface operations {
7079
7080
  status: "active" | "inactive";
7080
7081
  defaultCurrency?: string | null;
7081
7082
  activeOwnership?: {
7082
- /** @default 2025-10-23 */
7083
+ /** @default 2025-10-24 */
7083
7084
  startAt: string;
7084
7085
  endAt?: string | null;
7085
7086
  setListingInactive?: boolean | null;
@@ -7320,7 +7321,7 @@ export interface operations {
7320
7321
  status: "active" | "inactive";
7321
7322
  defaultCurrency?: string | null;
7322
7323
  activeOwnership?: {
7323
- /** @default 2025-10-23 */
7324
+ /** @default 2025-10-24 */
7324
7325
  startAt: string;
7325
7326
  endAt?: string | null;
7326
7327
  setListingInactive?: boolean | null;
@@ -7459,7 +7460,7 @@ export interface operations {
7459
7460
  /** Format: uuid */
7460
7461
  sourceId?: string | null;
7461
7462
  initialOwnership?: {
7462
- /** @default 2025-10-23 */
7463
+ /** @default 2025-10-24 */
7463
7464
  startAt?: string;
7464
7465
  endAt?: string | null;
7465
7466
  members: {
@@ -7513,7 +7514,7 @@ export interface operations {
7513
7514
  status: "active" | "inactive";
7514
7515
  defaultCurrency?: string | null;
7515
7516
  activeOwnership?: {
7516
- /** @default 2025-10-23 */
7517
+ /** @default 2025-10-24 */
7517
7518
  startAt: string;
7518
7519
  endAt?: string | null;
7519
7520
  setListingInactive?: boolean | null;
@@ -7730,7 +7731,7 @@ export interface operations {
7730
7731
  status: "active" | "inactive";
7731
7732
  defaultCurrency?: string | null;
7732
7733
  activeOwnership?: {
7733
- /** @default 2025-10-23 */
7734
+ /** @default 2025-10-24 */
7734
7735
  startAt: string;
7735
7736
  endAt?: string | null;
7736
7737
  setListingInactive?: boolean | null;
@@ -7877,7 +7878,7 @@ export interface operations {
7877
7878
  /** Format: uuid */
7878
7879
  sourceId?: string | null;
7879
7880
  initialOwnership?: {
7880
- /** @default 2025-10-23 */
7881
+ /** @default 2025-10-24 */
7881
7882
  startAt?: string;
7882
7883
  endAt?: string | null;
7883
7884
  members: {
@@ -7931,7 +7932,7 @@ export interface operations {
7931
7932
  status: "active" | "inactive";
7932
7933
  defaultCurrency?: string | null;
7933
7934
  activeOwnership?: {
7934
- /** @default 2025-10-23 */
7935
+ /** @default 2025-10-24 */
7935
7936
  startAt: string;
7936
7937
  endAt?: string | null;
7937
7938
  setListingInactive?: boolean | null;
@@ -23497,8 +23498,8 @@ export interface operations {
23497
23498
  search?: string;
23498
23499
  date?: string;
23499
23500
  amount?: string;
23500
- /** @description Use a listing uuid or "unmapped" */
23501
- listingId?: string;
23501
+ /** @description listing uuids comma separated or "unmapped" */
23502
+ listingIds?: string;
23502
23503
  /** @description comma separated accounts */
23503
23504
  accountIds?: string;
23504
23505
  /** @description comma separated categories */
@@ -23825,7 +23826,7 @@ export interface operations {
23825
23826
  date?: string;
23826
23827
  amount?: string;
23827
23828
  /** @description Use a listing uuid or "unmapped" */
23828
- listingId?: string;
23829
+ listingIds?: string;
23829
23830
  /** @description comma separated accounts */
23830
23831
  accountIds?: string;
23831
23832
  /** @description comma separated categories */
@@ -24596,6 +24597,7 @@ export interface operations {
24596
24597
  name: string;
24597
24598
  icon?: string | null;
24598
24599
  };
24600
+ description?: string | null;
24599
24601
  /** @description Mapping schema configuration for this flow */
24600
24602
  mappingSchema: {
24601
24603
  [key: string]: {
@@ -24638,6 +24640,8 @@ export interface operations {
24638
24640
  filter?: string;
24639
24641
  };
24640
24642
  };
24643
+ /** @enum {string} */
24644
+ type?: "push" | "pull";
24641
24645
  }[];
24642
24646
  pagination: {
24643
24647
  /** @default 100 */
@@ -24712,6 +24716,7 @@ export interface operations {
24712
24716
  "application/json": {
24713
24717
  title: string;
24714
24718
  appId: string;
24719
+ description?: string | null;
24715
24720
  /** @enum {string} */
24716
24721
  type?: "push" | "pull";
24717
24722
  /** @description Dictionary of mapping entries by mapping_key */
@@ -24837,6 +24842,7 @@ export interface operations {
24837
24842
  name: string;
24838
24843
  icon?: string | null;
24839
24844
  };
24845
+ description?: string | null;
24840
24846
  /** @description Mapping schema configuration for this flow */
24841
24847
  mappingSchema: {
24842
24848
  [key: string]: {
@@ -24879,6 +24885,8 @@ export interface operations {
24879
24885
  filter?: string;
24880
24886
  };
24881
24887
  };
24888
+ /** @enum {string} */
24889
+ type?: "push" | "pull";
24882
24890
  };
24883
24891
  };
24884
24892
  };
@@ -24945,6 +24953,7 @@ export interface operations {
24945
24953
  "application/json": {
24946
24954
  title?: string;
24947
24955
  appId?: string;
24956
+ description?: string | null;
24948
24957
  /** @description Dictionary of mapping entries by mapping_key */
24949
24958
  mappingSchema?: {
24950
24959
  [key: string]: {
@@ -25008,6 +25017,7 @@ export interface operations {
25008
25017
  name: string;
25009
25018
  icon?: string | null;
25010
25019
  };
25020
+ description?: string | null;
25011
25021
  /** @description Mapping schema configuration for this flow */
25012
25022
  mappingSchema: {
25013
25023
  [key: string]: {
@@ -25050,6 +25060,8 @@ export interface operations {
25050
25060
  filter?: string;
25051
25061
  };
25052
25062
  };
25063
+ /** @enum {string} */
25064
+ type?: "push" | "pull";
25053
25065
  };
25054
25066
  };
25055
25067
  };
@@ -25172,6 +25184,149 @@ export interface operations {
25172
25184
  };
25173
25185
  };
25174
25186
  };
25187
+ getFlowConnection: {
25188
+ parameters: {
25189
+ query?: never;
25190
+ header?: {
25191
+ "X-Team-Id"?: string;
25192
+ };
25193
+ path: {
25194
+ id: string;
25195
+ connectionId: string;
25196
+ };
25197
+ cookie?: never;
25198
+ };
25199
+ requestBody?: never;
25200
+ responses: {
25201
+ /** @description Successful response */
25202
+ 200: {
25203
+ headers: {
25204
+ [name: string]: unknown;
25205
+ };
25206
+ content: {
25207
+ "application/json": {
25208
+ /** Format: uuid */
25209
+ id: string;
25210
+ /** Format: uuid */
25211
+ connectionId: string;
25212
+ title: string;
25213
+ description: string | null;
25214
+ /** @enum {string} */
25215
+ status: "active" | "inactive";
25216
+ settings: {
25217
+ /** Format: uuid */
25218
+ id: string;
25219
+ /** Format: uuid */
25220
+ flowId: string;
25221
+ /** Format: uuid */
25222
+ connectionId: string;
25223
+ settingKey: string;
25224
+ title: string | null;
25225
+ description: string | null;
25226
+ type: string | null;
25227
+ filter: string | null;
25228
+ value: {
25229
+ /** @enum {string} */
25230
+ type: "account";
25231
+ account: {
25232
+ /** Format: uuid */
25233
+ id: string;
25234
+ title?: string | null;
25235
+ type?: string | null;
25236
+ };
25237
+ } | {
25238
+ /** @enum {string} */
25239
+ type: "bookingChannel";
25240
+ bookingChannel: {
25241
+ /** Format: uuid */
25242
+ id: string;
25243
+ uniqueRef?: string | null;
25244
+ icon?: string | null;
25245
+ };
25246
+ } | {
25247
+ /** @enum {string} */
25248
+ type: "contact";
25249
+ contact: {
25250
+ /** Format: uuid */
25251
+ id: string;
25252
+ name?: string | null;
25253
+ email?: string | null;
25254
+ type?: string | null;
25255
+ };
25256
+ } | {
25257
+ /** @enum {string} */
25258
+ type: "listing";
25259
+ listing: {
25260
+ /** Format: uuid */
25261
+ id: string;
25262
+ name?: string | null;
25263
+ title?: string | null;
25264
+ };
25265
+ } | {
25266
+ /** @enum {string} */
25267
+ type: "source";
25268
+ source: {
25269
+ /** Format: uuid */
25270
+ id: string;
25271
+ description?: string | null;
25272
+ code?: string | null;
25273
+ };
25274
+ } | {
25275
+ /** @enum {string} */
25276
+ type: "value";
25277
+ value?: unknown;
25278
+ };
25279
+ }[];
25280
+ };
25281
+ };
25282
+ };
25283
+ /** @description Invalid input data */
25284
+ 400: {
25285
+ headers: {
25286
+ [name: string]: unknown;
25287
+ };
25288
+ content: {
25289
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
25290
+ };
25291
+ };
25292
+ /** @description Authorization not provided */
25293
+ 401: {
25294
+ headers: {
25295
+ [name: string]: unknown;
25296
+ };
25297
+ content: {
25298
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
25299
+ };
25300
+ };
25301
+ /** @description Insufficient access */
25302
+ 403: {
25303
+ headers: {
25304
+ [name: string]: unknown;
25305
+ };
25306
+ content: {
25307
+ "application/json": components["schemas"]["error.FORBIDDEN"];
25308
+ };
25309
+ };
25310
+ /** @description Not found */
25311
+ 404: {
25312
+ headers: {
25313
+ [name: string]: unknown;
25314
+ };
25315
+ content: {
25316
+ "application/json": components["schemas"]["error.NOT_FOUND"];
25317
+ };
25318
+ };
25319
+ /** @description Internal server error */
25320
+ 500: {
25321
+ headers: {
25322
+ [name: string]: unknown;
25323
+ };
25324
+ content: {
25325
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
25326
+ };
25327
+ };
25328
+ };
25329
+ };
25175
25330
  setFlowStatus: {
25176
25331
  parameters: {
25177
25332
  query?: never;
@@ -25205,7 +25360,9 @@ export interface operations {
25205
25360
  /** Format: uuid */
25206
25361
  connectionId: string;
25207
25362
  title: string;
25208
- status: string | null;
25363
+ description: string | null;
25364
+ /** @enum {string} */
25365
+ status: "active" | "inactive";
25209
25366
  settings: {
25210
25367
  /** Format: uuid */
25211
25368
  id: string;
@@ -25270,15 +25427,6 @@ export interface operations {
25270
25427
  value?: unknown;
25271
25428
  };
25272
25429
  }[];
25273
- pagination: {
25274
- /** @default 100 */
25275
- limit: number;
25276
- /** @default 1 */
25277
- page: number;
25278
- total: number;
25279
- totalPage: number;
25280
- nextPage?: number;
25281
- };
25282
25430
  };
25283
25431
  };
25284
25432
  };
@@ -25405,8 +25553,8 @@ export interface operations {
25405
25553
  getFlowSettings: {
25406
25554
  parameters: {
25407
25555
  query?: {
25408
- page?: number;
25409
25556
  limit?: number;
25557
+ page?: number;
25410
25558
  };
25411
25559
  header?: {
25412
25560
  "X-Team-Id"?: string;
@@ -25426,13 +25574,7 @@ export interface operations {
25426
25574
  };
25427
25575
  content: {
25428
25576
  "application/json": {
25429
- /** Format: uuid */
25430
- id: string;
25431
- /** Format: uuid */
25432
- connectionId: string;
25433
- title: string;
25434
- status: string | null;
25435
- settings: {
25577
+ data: {
25436
25578
  /** Format: uuid */
25437
25579
  id: string;
25438
25580
  /** Format: uuid */
@@ -25559,8 +25701,8 @@ export interface operations {
25559
25701
  parameters: {
25560
25702
  query?: {
25561
25703
  search?: string;
25562
- page?: number;
25563
25704
  limit?: number;
25705
+ page?: number;
25564
25706
  };
25565
25707
  header?: {
25566
25708
  "X-Team-Id"?: string;
@@ -25581,7 +25723,7 @@ export interface operations {
25581
25723
  };
25582
25724
  content: {
25583
25725
  "application/json": {
25584
- items: {
25726
+ data: {
25585
25727
  id: string;
25586
25728
  name: string;
25587
25729
  description: string | null;
@@ -25679,7 +25821,9 @@ export interface operations {
25679
25821
  /** Format: uuid */
25680
25822
  connectionId: string;
25681
25823
  title: string;
25682
- status: string | null;
25824
+ description: string | null;
25825
+ /** @enum {string} */
25826
+ status: "active" | "inactive";
25683
25827
  settings: {
25684
25828
  /** Format: uuid */
25685
25829
  id: string;
@@ -25744,15 +25888,6 @@ export interface operations {
25744
25888
  value?: unknown;
25745
25889
  };
25746
25890
  }[];
25747
- pagination: {
25748
- /** @default 100 */
25749
- limit: number;
25750
- /** @default 1 */
25751
- page: number;
25752
- total: number;
25753
- totalPage: number;
25754
- nextPage?: number;
25755
- };
25756
25891
  };
25757
25892
  };
25758
25893
  };
@@ -25798,8 +25933,8 @@ export interface operations {
25798
25933
  parameters: {
25799
25934
  query?: {
25800
25935
  sourceId?: string;
25801
- page?: number;
25802
25936
  limit?: number;
25937
+ page?: number;
25803
25938
  };
25804
25939
  header?: {
25805
25940
  "X-Team-Id"?: string;
@@ -25819,7 +25954,7 @@ export interface operations {
25819
25954
  };
25820
25955
  content: {
25821
25956
  "application/json": {
25822
- items: {
25957
+ data: {
25823
25958
  /** Format: uuid */
25824
25959
  id: string;
25825
25960
  /** Format: uuid */
@@ -25961,6 +26096,10 @@ export interface operations {
25961
26096
  /** Format: uuid */
25962
26097
  sourceId: string;
25963
26098
  value?: unknown;
26099
+ /** @default 100 */
26100
+ limit?: number;
26101
+ /** @default 1 */
26102
+ page?: number;
25964
26103
  };
25965
26104
  };
25966
26105
  };
@@ -25972,7 +26111,7 @@ export interface operations {
25972
26111
  };
25973
26112
  content: {
25974
26113
  "application/json": {
25975
- items: {
26114
+ data: {
25976
26115
  /** Format: uuid */
25977
26116
  id: string;
25978
26117
  /** Format: uuid */
@@ -26090,8 +26229,8 @@ export interface operations {
26090
26229
  parameters: {
26091
26230
  query?: {
26092
26231
  search?: string;
26093
- page?: number;
26094
26232
  limit?: number;
26233
+ page?: number;
26095
26234
  };
26096
26235
  header?: {
26097
26236
  "X-Team-Id"?: string;
@@ -26112,7 +26251,7 @@ export interface operations {
26112
26251
  };
26113
26252
  content: {
26114
26253
  "application/json": {
26115
- items: {
26254
+ data: {
26116
26255
  id: string;
26117
26256
  name: string;
26118
26257
  /** @enum {string} */
@@ -26183,8 +26322,8 @@ export interface operations {
26183
26322
  parameters: {
26184
26323
  query?: {
26185
26324
  search?: string;
26186
- page?: number;
26187
26325
  limit?: number;
26326
+ page?: number;
26188
26327
  };
26189
26328
  header?: {
26190
26329
  "X-Team-Id"?: string;
@@ -26205,7 +26344,7 @@ export interface operations {
26205
26344
  };
26206
26345
  content: {
26207
26346
  "application/json": {
26208
- items: {
26347
+ data: {
26209
26348
  id: string;
26210
26349
  name: string;
26211
26350
  /** @enum {string} */