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