@seamapi/types 1.406.5 → 1.406.6
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/dist/connect.cjs +24 -22
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +76 -60
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +3 -0
- package/lib/seam/connect/models/client-sessions/client-session.js +4 -3
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +66 -59
- package/lib/seam/connect/openapi.js +20 -19
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +4 -3
- package/src/lib/seam/connect/openapi.ts +20 -19
- package/src/lib/seam/connect/route-types.ts +7 -1
|
@@ -2855,6 +2855,10 @@ declare const _default: {
|
|
|
2855
2855
|
format: string;
|
|
2856
2856
|
type: string;
|
|
2857
2857
|
};
|
|
2858
|
+
customer_id: {
|
|
2859
|
+
format: string;
|
|
2860
|
+
type: string;
|
|
2861
|
+
};
|
|
2858
2862
|
device_count: {
|
|
2859
2863
|
format: string;
|
|
2860
2864
|
type: string;
|
|
@@ -10949,17 +10953,17 @@ declare const _default: {
|
|
|
10949
10953
|
name: string;
|
|
10950
10954
|
type: string;
|
|
10951
10955
|
};
|
|
10952
|
-
|
|
10956
|
+
client_session_with_customer: {
|
|
10953
10957
|
bearerFormat: string;
|
|
10954
10958
|
scheme: string;
|
|
10955
10959
|
type: string;
|
|
10956
10960
|
};
|
|
10957
|
-
|
|
10961
|
+
console_session_with_workspace: {
|
|
10958
10962
|
bearerFormat: string;
|
|
10959
10963
|
scheme: string;
|
|
10960
10964
|
type: string;
|
|
10961
10965
|
};
|
|
10962
|
-
|
|
10966
|
+
console_session_without_workspace: {
|
|
10963
10967
|
bearerFormat: string;
|
|
10964
10968
|
scheme: string;
|
|
10965
10969
|
type: string;
|
|
@@ -19341,12 +19345,12 @@ declare const _default: {
|
|
|
19341
19345
|
};
|
|
19342
19346
|
security: ({
|
|
19343
19347
|
client_session: never[];
|
|
19344
|
-
|
|
19348
|
+
client_session_with_customer?: never;
|
|
19345
19349
|
pat_with_workspace?: never;
|
|
19346
19350
|
console_session_with_workspace?: never;
|
|
19347
19351
|
api_key?: never;
|
|
19348
19352
|
} | {
|
|
19349
|
-
|
|
19353
|
+
client_session_with_customer: never[];
|
|
19350
19354
|
client_session?: never;
|
|
19351
19355
|
pat_with_workspace?: never;
|
|
19352
19356
|
console_session_with_workspace?: never;
|
|
@@ -19354,19 +19358,19 @@ declare const _default: {
|
|
|
19354
19358
|
} | {
|
|
19355
19359
|
pat_with_workspace: never[];
|
|
19356
19360
|
client_session?: never;
|
|
19357
|
-
|
|
19361
|
+
client_session_with_customer?: never;
|
|
19358
19362
|
console_session_with_workspace?: never;
|
|
19359
19363
|
api_key?: never;
|
|
19360
19364
|
} | {
|
|
19361
19365
|
console_session_with_workspace: never[];
|
|
19362
19366
|
client_session?: never;
|
|
19363
|
-
|
|
19367
|
+
client_session_with_customer?: never;
|
|
19364
19368
|
pat_with_workspace?: never;
|
|
19365
19369
|
api_key?: never;
|
|
19366
19370
|
} | {
|
|
19367
19371
|
api_key: never[];
|
|
19368
19372
|
client_session?: never;
|
|
19369
|
-
|
|
19373
|
+
client_session_with_customer?: never;
|
|
19370
19374
|
pat_with_workspace?: never;
|
|
19371
19375
|
console_session_with_workspace?: never;
|
|
19372
19376
|
})[];
|
|
@@ -19495,12 +19499,12 @@ declare const _default: {
|
|
|
19495
19499
|
};
|
|
19496
19500
|
security: ({
|
|
19497
19501
|
client_session: never[];
|
|
19498
|
-
|
|
19502
|
+
client_session_with_customer?: never;
|
|
19499
19503
|
pat_with_workspace?: never;
|
|
19500
19504
|
console_session_with_workspace?: never;
|
|
19501
19505
|
api_key?: never;
|
|
19502
19506
|
} | {
|
|
19503
|
-
|
|
19507
|
+
client_session_with_customer: never[];
|
|
19504
19508
|
client_session?: never;
|
|
19505
19509
|
pat_with_workspace?: never;
|
|
19506
19510
|
console_session_with_workspace?: never;
|
|
@@ -19508,19 +19512,19 @@ declare const _default: {
|
|
|
19508
19512
|
} | {
|
|
19509
19513
|
pat_with_workspace: never[];
|
|
19510
19514
|
client_session?: never;
|
|
19511
|
-
|
|
19515
|
+
client_session_with_customer?: never;
|
|
19512
19516
|
console_session_with_workspace?: never;
|
|
19513
19517
|
api_key?: never;
|
|
19514
19518
|
} | {
|
|
19515
19519
|
console_session_with_workspace: never[];
|
|
19516
19520
|
client_session?: never;
|
|
19517
|
-
|
|
19521
|
+
client_session_with_customer?: never;
|
|
19518
19522
|
pat_with_workspace?: never;
|
|
19519
19523
|
api_key?: never;
|
|
19520
19524
|
} | {
|
|
19521
19525
|
api_key: never[];
|
|
19522
19526
|
client_session?: never;
|
|
19523
|
-
|
|
19527
|
+
client_session_with_customer?: never;
|
|
19524
19528
|
pat_with_workspace?: never;
|
|
19525
19529
|
console_session_with_workspace?: never;
|
|
19526
19530
|
})[];
|
|
@@ -19551,7 +19555,10 @@ declare const _default: {
|
|
|
19551
19555
|
description: string;
|
|
19552
19556
|
type: string;
|
|
19553
19557
|
};
|
|
19554
|
-
|
|
19558
|
+
customer_ids: {
|
|
19559
|
+
items: {
|
|
19560
|
+
type: string;
|
|
19561
|
+
};
|
|
19555
19562
|
type: string;
|
|
19556
19563
|
};
|
|
19557
19564
|
limit: {
|
|
@@ -19602,12 +19609,12 @@ declare const _default: {
|
|
|
19602
19609
|
};
|
|
19603
19610
|
security: ({
|
|
19604
19611
|
client_session: never[];
|
|
19605
|
-
|
|
19612
|
+
client_session_with_customer?: never;
|
|
19606
19613
|
pat_with_workspace?: never;
|
|
19607
19614
|
console_session_with_workspace?: never;
|
|
19608
19615
|
api_key?: never;
|
|
19609
19616
|
} | {
|
|
19610
|
-
|
|
19617
|
+
client_session_with_customer: never[];
|
|
19611
19618
|
client_session?: never;
|
|
19612
19619
|
pat_with_workspace?: never;
|
|
19613
19620
|
console_session_with_workspace?: never;
|
|
@@ -19615,19 +19622,19 @@ declare const _default: {
|
|
|
19615
19622
|
} | {
|
|
19616
19623
|
pat_with_workspace: never[];
|
|
19617
19624
|
client_session?: never;
|
|
19618
|
-
|
|
19625
|
+
client_session_with_customer?: never;
|
|
19619
19626
|
console_session_with_workspace?: never;
|
|
19620
19627
|
api_key?: never;
|
|
19621
19628
|
} | {
|
|
19622
19629
|
console_session_with_workspace: never[];
|
|
19623
19630
|
client_session?: never;
|
|
19624
|
-
|
|
19631
|
+
client_session_with_customer?: never;
|
|
19625
19632
|
pat_with_workspace?: never;
|
|
19626
19633
|
api_key?: never;
|
|
19627
19634
|
} | {
|
|
19628
19635
|
api_key: never[];
|
|
19629
19636
|
client_session?: never;
|
|
19630
|
-
|
|
19637
|
+
client_session_with_customer?: never;
|
|
19631
19638
|
pat_with_workspace?: never;
|
|
19632
19639
|
console_session_with_workspace?: never;
|
|
19633
19640
|
})[];
|
|
@@ -19694,19 +19701,19 @@ declare const _default: {
|
|
|
19694
19701
|
api_key: never[];
|
|
19695
19702
|
pat_with_workspace?: never;
|
|
19696
19703
|
console_session_with_workspace?: never;
|
|
19697
|
-
|
|
19704
|
+
client_session_with_customer?: never;
|
|
19698
19705
|
} | {
|
|
19699
19706
|
pat_with_workspace: never[];
|
|
19700
19707
|
api_key?: never;
|
|
19701
19708
|
console_session_with_workspace?: never;
|
|
19702
|
-
|
|
19709
|
+
client_session_with_customer?: never;
|
|
19703
19710
|
} | {
|
|
19704
19711
|
console_session_with_workspace: never[];
|
|
19705
19712
|
api_key?: never;
|
|
19706
19713
|
pat_with_workspace?: never;
|
|
19707
|
-
|
|
19714
|
+
client_session_with_customer?: never;
|
|
19708
19715
|
} | {
|
|
19709
|
-
|
|
19716
|
+
client_session_with_customer: never[];
|
|
19710
19717
|
api_key?: never;
|
|
19711
19718
|
pat_with_workspace?: never;
|
|
19712
19719
|
console_session_with_workspace?: never;
|
|
@@ -19895,19 +19902,19 @@ declare const _default: {
|
|
|
19895
19902
|
api_key: never[];
|
|
19896
19903
|
pat_with_workspace?: never;
|
|
19897
19904
|
console_session_with_workspace?: never;
|
|
19898
|
-
|
|
19905
|
+
client_session_with_customer?: never;
|
|
19899
19906
|
} | {
|
|
19900
19907
|
pat_with_workspace: never[];
|
|
19901
19908
|
api_key?: never;
|
|
19902
19909
|
console_session_with_workspace?: never;
|
|
19903
|
-
|
|
19910
|
+
client_session_with_customer?: never;
|
|
19904
19911
|
} | {
|
|
19905
19912
|
console_session_with_workspace: never[];
|
|
19906
19913
|
api_key?: never;
|
|
19907
19914
|
pat_with_workspace?: never;
|
|
19908
|
-
|
|
19915
|
+
client_session_with_customer?: never;
|
|
19909
19916
|
} | {
|
|
19910
|
-
|
|
19917
|
+
client_session_with_customer: never[];
|
|
19911
19918
|
api_key?: never;
|
|
19912
19919
|
pat_with_workspace?: never;
|
|
19913
19920
|
console_session_with_workspace?: never;
|
|
@@ -20195,12 +20202,12 @@ declare const _default: {
|
|
|
20195
20202
|
};
|
|
20196
20203
|
security: ({
|
|
20197
20204
|
client_session: never[];
|
|
20198
|
-
|
|
20205
|
+
client_session_with_customer?: never;
|
|
20199
20206
|
pat_with_workspace?: never;
|
|
20200
20207
|
console_session_with_workspace?: never;
|
|
20201
20208
|
api_key?: never;
|
|
20202
20209
|
} | {
|
|
20203
|
-
|
|
20210
|
+
client_session_with_customer: never[];
|
|
20204
20211
|
client_session?: never;
|
|
20205
20212
|
pat_with_workspace?: never;
|
|
20206
20213
|
console_session_with_workspace?: never;
|
|
@@ -20208,19 +20215,19 @@ declare const _default: {
|
|
|
20208
20215
|
} | {
|
|
20209
20216
|
pat_with_workspace: never[];
|
|
20210
20217
|
client_session?: never;
|
|
20211
|
-
|
|
20218
|
+
client_session_with_customer?: never;
|
|
20212
20219
|
console_session_with_workspace?: never;
|
|
20213
20220
|
api_key?: never;
|
|
20214
20221
|
} | {
|
|
20215
20222
|
console_session_with_workspace: never[];
|
|
20216
20223
|
client_session?: never;
|
|
20217
|
-
|
|
20224
|
+
client_session_with_customer?: never;
|
|
20218
20225
|
pat_with_workspace?: never;
|
|
20219
20226
|
api_key?: never;
|
|
20220
20227
|
} | {
|
|
20221
20228
|
api_key: never[];
|
|
20222
20229
|
client_session?: never;
|
|
20223
|
-
|
|
20230
|
+
client_session_with_customer?: never;
|
|
20224
20231
|
pat_with_workspace?: never;
|
|
20225
20232
|
console_session_with_workspace?: never;
|
|
20226
20233
|
})[];
|
|
@@ -20391,32 +20398,32 @@ declare const _default: {
|
|
|
20391
20398
|
};
|
|
20392
20399
|
};
|
|
20393
20400
|
security: ({
|
|
20394
|
-
|
|
20401
|
+
client_session_with_customer: never[];
|
|
20395
20402
|
client_session?: never;
|
|
20396
20403
|
pat_with_workspace?: never;
|
|
20397
20404
|
console_session_with_workspace?: never;
|
|
20398
20405
|
api_key?: never;
|
|
20399
20406
|
} | {
|
|
20400
20407
|
client_session: never[];
|
|
20401
|
-
|
|
20408
|
+
client_session_with_customer?: never;
|
|
20402
20409
|
pat_with_workspace?: never;
|
|
20403
20410
|
console_session_with_workspace?: never;
|
|
20404
20411
|
api_key?: never;
|
|
20405
20412
|
} | {
|
|
20406
20413
|
pat_with_workspace: never[];
|
|
20407
|
-
|
|
20414
|
+
client_session_with_customer?: never;
|
|
20408
20415
|
client_session?: never;
|
|
20409
20416
|
console_session_with_workspace?: never;
|
|
20410
20417
|
api_key?: never;
|
|
20411
20418
|
} | {
|
|
20412
20419
|
console_session_with_workspace: never[];
|
|
20413
|
-
|
|
20420
|
+
client_session_with_customer?: never;
|
|
20414
20421
|
client_session?: never;
|
|
20415
20422
|
pat_with_workspace?: never;
|
|
20416
20423
|
api_key?: never;
|
|
20417
20424
|
} | {
|
|
20418
20425
|
api_key: never[];
|
|
20419
|
-
|
|
20426
|
+
client_session_with_customer?: never;
|
|
20420
20427
|
client_session?: never;
|
|
20421
20428
|
pat_with_workspace?: never;
|
|
20422
20429
|
console_session_with_workspace?: never;
|
|
@@ -21564,27 +21571,27 @@ declare const _default: {
|
|
|
21564
21571
|
api_key?: never;
|
|
21565
21572
|
pat_with_workspace?: never;
|
|
21566
21573
|
console_session_with_workspace?: never;
|
|
21567
|
-
|
|
21574
|
+
client_session_with_customer?: never;
|
|
21568
21575
|
} | {
|
|
21569
21576
|
api_key: never[];
|
|
21570
21577
|
client_session?: never;
|
|
21571
21578
|
pat_with_workspace?: never;
|
|
21572
21579
|
console_session_with_workspace?: never;
|
|
21573
|
-
|
|
21580
|
+
client_session_with_customer?: never;
|
|
21574
21581
|
} | {
|
|
21575
21582
|
pat_with_workspace: never[];
|
|
21576
21583
|
client_session?: never;
|
|
21577
21584
|
api_key?: never;
|
|
21578
21585
|
console_session_with_workspace?: never;
|
|
21579
|
-
|
|
21586
|
+
client_session_with_customer?: never;
|
|
21580
21587
|
} | {
|
|
21581
21588
|
console_session_with_workspace: never[];
|
|
21582
21589
|
client_session?: never;
|
|
21583
21590
|
api_key?: never;
|
|
21584
21591
|
pat_with_workspace?: never;
|
|
21585
|
-
|
|
21592
|
+
client_session_with_customer?: never;
|
|
21586
21593
|
} | {
|
|
21587
|
-
|
|
21594
|
+
client_session_with_customer: never[];
|
|
21588
21595
|
client_session?: never;
|
|
21589
21596
|
api_key?: never;
|
|
21590
21597
|
pat_with_workspace?: never;
|
|
@@ -24905,7 +24912,7 @@ declare const _default: {
|
|
|
24905
24912
|
};
|
|
24906
24913
|
};
|
|
24907
24914
|
security: {
|
|
24908
|
-
|
|
24915
|
+
client_session_with_customer: never[];
|
|
24909
24916
|
}[];
|
|
24910
24917
|
summary: string;
|
|
24911
24918
|
tags: never[];
|
|
@@ -28165,19 +28172,19 @@ declare const _default: {
|
|
|
28165
28172
|
pat_with_workspace: never[];
|
|
28166
28173
|
console_session_with_workspace?: never;
|
|
28167
28174
|
api_key?: never;
|
|
28168
|
-
|
|
28175
|
+
client_session_with_customer?: never;
|
|
28169
28176
|
} | {
|
|
28170
28177
|
console_session_with_workspace: never[];
|
|
28171
28178
|
pat_with_workspace?: never;
|
|
28172
28179
|
api_key?: never;
|
|
28173
|
-
|
|
28180
|
+
client_session_with_customer?: never;
|
|
28174
28181
|
} | {
|
|
28175
28182
|
api_key: never[];
|
|
28176
28183
|
pat_with_workspace?: never;
|
|
28177
28184
|
console_session_with_workspace?: never;
|
|
28178
|
-
|
|
28185
|
+
client_session_with_customer?: never;
|
|
28179
28186
|
} | {
|
|
28180
|
-
|
|
28187
|
+
client_session_with_customer: never[];
|
|
28181
28188
|
pat_with_workspace?: never;
|
|
28182
28189
|
console_session_with_workspace?: never;
|
|
28183
28190
|
api_key?: never;
|
|
@@ -28241,19 +28248,19 @@ declare const _default: {
|
|
|
28241
28248
|
pat_with_workspace: never[];
|
|
28242
28249
|
console_session_with_workspace?: never;
|
|
28243
28250
|
api_key?: never;
|
|
28244
|
-
|
|
28251
|
+
client_session_with_customer?: never;
|
|
28245
28252
|
} | {
|
|
28246
28253
|
console_session_with_workspace: never[];
|
|
28247
28254
|
pat_with_workspace?: never;
|
|
28248
28255
|
api_key?: never;
|
|
28249
|
-
|
|
28256
|
+
client_session_with_customer?: never;
|
|
28250
28257
|
} | {
|
|
28251
28258
|
api_key: never[];
|
|
28252
28259
|
pat_with_workspace?: never;
|
|
28253
28260
|
console_session_with_workspace?: never;
|
|
28254
|
-
|
|
28261
|
+
client_session_with_customer?: never;
|
|
28255
28262
|
} | {
|
|
28256
|
-
|
|
28263
|
+
client_session_with_customer: never[];
|
|
28257
28264
|
pat_with_workspace?: never;
|
|
28258
28265
|
console_session_with_workspace?: never;
|
|
28259
28266
|
api_key?: never;
|
|
@@ -28396,19 +28403,19 @@ declare const _default: {
|
|
|
28396
28403
|
pat_with_workspace: never[];
|
|
28397
28404
|
console_session_with_workspace?: never;
|
|
28398
28405
|
api_key?: never;
|
|
28399
|
-
|
|
28406
|
+
client_session_with_customer?: never;
|
|
28400
28407
|
} | {
|
|
28401
28408
|
console_session_with_workspace: never[];
|
|
28402
28409
|
pat_with_workspace?: never;
|
|
28403
28410
|
api_key?: never;
|
|
28404
|
-
|
|
28411
|
+
client_session_with_customer?: never;
|
|
28405
28412
|
} | {
|
|
28406
28413
|
api_key: never[];
|
|
28407
28414
|
pat_with_workspace?: never;
|
|
28408
28415
|
console_session_with_workspace?: never;
|
|
28409
|
-
|
|
28416
|
+
client_session_with_customer?: never;
|
|
28410
28417
|
} | {
|
|
28411
|
-
|
|
28418
|
+
client_session_with_customer: never[];
|
|
28412
28419
|
pat_with_workspace?: never;
|
|
28413
28420
|
console_session_with_workspace?: never;
|
|
28414
28421
|
api_key?: never;
|
|
@@ -28569,19 +28576,19 @@ declare const _default: {
|
|
|
28569
28576
|
pat_with_workspace: never[];
|
|
28570
28577
|
console_session_with_workspace?: never;
|
|
28571
28578
|
api_key?: never;
|
|
28572
|
-
|
|
28579
|
+
client_session_with_customer?: never;
|
|
28573
28580
|
} | {
|
|
28574
28581
|
console_session_with_workspace: never[];
|
|
28575
28582
|
pat_with_workspace?: never;
|
|
28576
28583
|
api_key?: never;
|
|
28577
|
-
|
|
28584
|
+
client_session_with_customer?: never;
|
|
28578
28585
|
} | {
|
|
28579
28586
|
api_key: never[];
|
|
28580
28587
|
pat_with_workspace?: never;
|
|
28581
28588
|
console_session_with_workspace?: never;
|
|
28582
|
-
|
|
28589
|
+
client_session_with_customer?: never;
|
|
28583
28590
|
} | {
|
|
28584
|
-
|
|
28591
|
+
client_session_with_customer: never[];
|
|
28585
28592
|
pat_with_workspace?: never;
|
|
28586
28593
|
console_session_with_workspace?: never;
|
|
28587
28594
|
api_key?: never;
|
|
@@ -6417,6 +6417,7 @@ export default {
|
|
|
6417
6417
|
type: 'array',
|
|
6418
6418
|
},
|
|
6419
6419
|
created_at: { format: 'date-time', type: 'string' },
|
|
6420
|
+
customer_id: { format: 'uuid', type: 'string' },
|
|
6420
6421
|
device_count: { format: 'float', type: 'number' },
|
|
6421
6422
|
expires_at: { format: 'date-time', type: 'string' },
|
|
6422
6423
|
token: { type: 'string' },
|
|
@@ -18686,18 +18687,18 @@ export default {
|
|
|
18686
18687
|
name: 'client-session-token',
|
|
18687
18688
|
type: 'apiKey',
|
|
18688
18689
|
},
|
|
18689
|
-
|
|
18690
|
-
bearerFormat: '
|
|
18690
|
+
client_session_with_customer: {
|
|
18691
|
+
bearerFormat: 'Customer Client Session Token',
|
|
18691
18692
|
scheme: 'bearer',
|
|
18692
18693
|
type: 'http',
|
|
18693
18694
|
},
|
|
18694
|
-
|
|
18695
|
+
console_session_with_workspace: {
|
|
18695
18696
|
bearerFormat: 'Console Session Token',
|
|
18696
18697
|
scheme: 'bearer',
|
|
18697
18698
|
type: 'http',
|
|
18698
18699
|
},
|
|
18699
|
-
|
|
18700
|
-
bearerFormat: '
|
|
18700
|
+
console_session_without_workspace: {
|
|
18701
|
+
bearerFormat: 'Console Session Token',
|
|
18701
18702
|
scheme: 'bearer',
|
|
18702
18703
|
type: 'http',
|
|
18703
18704
|
},
|
|
@@ -25383,7 +25384,7 @@ export default {
|
|
|
25383
25384
|
},
|
|
25384
25385
|
security: [
|
|
25385
25386
|
{ client_session: [] },
|
|
25386
|
-
{
|
|
25387
|
+
{ client_session_with_customer: [] },
|
|
25387
25388
|
{ pat_with_workspace: [] },
|
|
25388
25389
|
{ console_session_with_workspace: [] },
|
|
25389
25390
|
{ api_key: [] },
|
|
@@ -25491,7 +25492,7 @@ export default {
|
|
|
25491
25492
|
},
|
|
25492
25493
|
security: [
|
|
25493
25494
|
{ client_session: [] },
|
|
25494
|
-
{
|
|
25495
|
+
{ client_session_with_customer: [] },
|
|
25495
25496
|
{ pat_with_workspace: [] },
|
|
25496
25497
|
{ console_session_with_workspace: [] },
|
|
25497
25498
|
{ api_key: [] },
|
|
@@ -25521,7 +25522,7 @@ export default {
|
|
|
25521
25522
|
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.',
|
|
25522
25523
|
type: 'object',
|
|
25523
25524
|
},
|
|
25524
|
-
|
|
25525
|
+
customer_ids: { items: { type: 'string' }, type: 'array' },
|
|
25525
25526
|
limit: {
|
|
25526
25527
|
default: 500,
|
|
25527
25528
|
description: 'Maximum number of records to return per page.',
|
|
@@ -25562,7 +25563,7 @@ export default {
|
|
|
25562
25563
|
},
|
|
25563
25564
|
security: [
|
|
25564
25565
|
{ client_session: [] },
|
|
25565
|
-
{
|
|
25566
|
+
{ client_session_with_customer: [] },
|
|
25566
25567
|
{ pat_with_workspace: [] },
|
|
25567
25568
|
{ console_session_with_workspace: [] },
|
|
25568
25569
|
{ api_key: [] },
|
|
@@ -25622,7 +25623,7 @@ export default {
|
|
|
25622
25623
|
{ api_key: [] },
|
|
25623
25624
|
{ pat_with_workspace: [] },
|
|
25624
25625
|
{ console_session_with_workspace: [] },
|
|
25625
|
-
{
|
|
25626
|
+
{ client_session_with_customer: [] },
|
|
25626
25627
|
],
|
|
25627
25628
|
summary: '/connected_accounts/delete',
|
|
25628
25629
|
tags: ['/connected_accounts'],
|
|
@@ -25773,7 +25774,7 @@ export default {
|
|
|
25773
25774
|
{ api_key: [] },
|
|
25774
25775
|
{ pat_with_workspace: [] },
|
|
25775
25776
|
{ console_session_with_workspace: [] },
|
|
25776
|
-
{
|
|
25777
|
+
{ client_session_with_customer: [] },
|
|
25777
25778
|
],
|
|
25778
25779
|
summary: '/connected_accounts/list',
|
|
25779
25780
|
tags: ['/connected_accounts'],
|
|
@@ -26001,7 +26002,7 @@ export default {
|
|
|
26001
26002
|
},
|
|
26002
26003
|
security: [
|
|
26003
26004
|
{ client_session: [] },
|
|
26004
|
-
{
|
|
26005
|
+
{ client_session_with_customer: [] },
|
|
26005
26006
|
{ pat_with_workspace: [] },
|
|
26006
26007
|
{ console_session_with_workspace: [] },
|
|
26007
26008
|
{ api_key: [] },
|
|
@@ -26320,7 +26321,7 @@ export default {
|
|
|
26320
26321
|
401: { description: 'Unauthorized' },
|
|
26321
26322
|
},
|
|
26322
26323
|
security: [
|
|
26323
|
-
{
|
|
26324
|
+
{ client_session_with_customer: [] },
|
|
26324
26325
|
{ client_session: [] },
|
|
26325
26326
|
{ pat_with_workspace: [] },
|
|
26326
26327
|
{ console_session_with_workspace: [] },
|
|
@@ -27565,7 +27566,7 @@ export default {
|
|
|
27565
27566
|
{ api_key: [] },
|
|
27566
27567
|
{ pat_with_workspace: [] },
|
|
27567
27568
|
{ console_session_with_workspace: [] },
|
|
27568
|
-
{
|
|
27569
|
+
{ client_session_with_customer: [] },
|
|
27569
27570
|
],
|
|
27570
27571
|
summary: '/events/list',
|
|
27571
27572
|
tags: ['/events'],
|
|
@@ -30399,7 +30400,7 @@ export default {
|
|
|
30399
30400
|
400: { description: 'Bad Request' },
|
|
30400
30401
|
401: { description: 'Unauthorized' },
|
|
30401
30402
|
},
|
|
30402
|
-
security: [{
|
|
30403
|
+
security: [{ client_session_with_customer: [] }],
|
|
30403
30404
|
summary: '/seam/partner/v1/resources/list',
|
|
30404
30405
|
tags: [],
|
|
30405
30406
|
'x-fern-sdk-group-name': ['seam', 'partner', 'v1', 'resources'],
|
|
@@ -33084,7 +33085,7 @@ export default {
|
|
|
33084
33085
|
{ pat_with_workspace: [] },
|
|
33085
33086
|
{ console_session_with_workspace: [] },
|
|
33086
33087
|
{ api_key: [] },
|
|
33087
|
-
{
|
|
33088
|
+
{ client_session_with_customer: [] },
|
|
33088
33089
|
],
|
|
33089
33090
|
summary: '/unstable_access_grants/create',
|
|
33090
33091
|
tags: [],
|
|
@@ -33137,7 +33138,7 @@ export default {
|
|
|
33137
33138
|
{ pat_with_workspace: [] },
|
|
33138
33139
|
{ console_session_with_workspace: [] },
|
|
33139
33140
|
{ api_key: [] },
|
|
33140
|
-
{
|
|
33141
|
+
{ client_session_with_customer: [] },
|
|
33141
33142
|
],
|
|
33142
33143
|
summary: '/unstable_access_grants/delete',
|
|
33143
33144
|
tags: [],
|
|
@@ -33276,7 +33277,7 @@ export default {
|
|
|
33276
33277
|
{ pat_with_workspace: [] },
|
|
33277
33278
|
{ console_session_with_workspace: [] },
|
|
33278
33279
|
{ api_key: [] },
|
|
33279
|
-
{
|
|
33280
|
+
{ client_session_with_customer: [] },
|
|
33280
33281
|
],
|
|
33281
33282
|
summary: '/unstable_access_grants/get',
|
|
33282
33283
|
tags: [],
|
|
@@ -33433,7 +33434,7 @@ export default {
|
|
|
33433
33434
|
{ pat_with_workspace: [] },
|
|
33434
33435
|
{ console_session_with_workspace: [] },
|
|
33435
33436
|
{ api_key: [] },
|
|
33436
|
-
{
|
|
33437
|
+
{ client_session_with_customer: [] },
|
|
33437
33438
|
],
|
|
33438
33439
|
summary: '/unstable_access_grants/list',
|
|
33439
33440
|
tags: [],
|