@seamapi/types 1.974.0 → 1.976.0
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 +199 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -0
- package/dist/index.cjs +199 -26
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +6 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +1 -0
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/openapi.js +190 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -0
- package/package.json +3 -2
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +196 -18
- package/src/lib/seam/connect/route-types.ts +6 -0
|
@@ -24289,6 +24289,7 @@ const openapi = {
|
|
|
24289
24289
|
],
|
|
24290
24290
|
type: 'object',
|
|
24291
24291
|
'x-route-path': '/user_identities/enrollment_automations',
|
|
24292
|
+
'x-undocumented': 'Enrollment automations are deprecated and will be removed.',
|
|
24292
24293
|
},
|
|
24293
24294
|
{
|
|
24294
24295
|
description: 'A phone device was deactivated.',
|
|
@@ -30973,6 +30974,11 @@ const openapi = {
|
|
|
30973
30974
|
scheme: 'bearer',
|
|
30974
30975
|
type: 'http',
|
|
30975
30976
|
},
|
|
30977
|
+
client_session_with_customer_ro: {
|
|
30978
|
+
bearerFormat: 'Customer Client Session Token (Read-Only)',
|
|
30979
|
+
scheme: 'bearer',
|
|
30980
|
+
type: 'http',
|
|
30981
|
+
},
|
|
30976
30982
|
console_session_with_workspace: {
|
|
30977
30983
|
bearerFormat: 'Console Session Token',
|
|
30978
30984
|
scheme: 'bearer',
|
|
@@ -31671,6 +31677,7 @@ const openapi = {
|
|
|
31671
31677
|
{ console_session_with_workspace: [] },
|
|
31672
31678
|
{ client_session: [] },
|
|
31673
31679
|
{ client_session_with_customer: [] },
|
|
31680
|
+
{ client_session_with_customer_ro: [] },
|
|
31674
31681
|
{ support_read_only_token: [] },
|
|
31675
31682
|
],
|
|
31676
31683
|
summary: '/access_codes/get',
|
|
@@ -31734,6 +31741,7 @@ const openapi = {
|
|
|
31734
31741
|
{ console_session_with_workspace: [] },
|
|
31735
31742
|
{ client_session: [] },
|
|
31736
31743
|
{ client_session_with_customer: [] },
|
|
31744
|
+
{ client_session_with_customer_ro: [] },
|
|
31737
31745
|
{ support_read_only_token: [] },
|
|
31738
31746
|
],
|
|
31739
31747
|
summary: '/access_codes/get',
|
|
@@ -31973,6 +31981,7 @@ const openapi = {
|
|
|
31973
31981
|
{ console_session_with_workspace: [] },
|
|
31974
31982
|
{ client_session: [] },
|
|
31975
31983
|
{ client_session_with_customer: [] },
|
|
31984
|
+
{ client_session_with_customer_ro: [] },
|
|
31976
31985
|
],
|
|
31977
31986
|
summary: '/access_codes/get_timeline',
|
|
31978
31987
|
tags: ['/access_codes'],
|
|
@@ -32195,6 +32204,7 @@ const openapi = {
|
|
|
32195
32204
|
{ console_session_with_workspace: [] },
|
|
32196
32205
|
{ client_session: [] },
|
|
32197
32206
|
{ client_session_with_customer: [] },
|
|
32207
|
+
{ client_session_with_customer_ro: [] },
|
|
32198
32208
|
],
|
|
32199
32209
|
summary: '/access_codes/get_timeline',
|
|
32200
32210
|
tags: ['/access_codes'],
|
|
@@ -32326,6 +32336,7 @@ const openapi = {
|
|
|
32326
32336
|
security: [
|
|
32327
32337
|
{ client_session: [] },
|
|
32328
32338
|
{ client_session_with_customer: [] },
|
|
32339
|
+
{ client_session_with_customer_ro: [] },
|
|
32329
32340
|
{ pat_with_workspace: [] },
|
|
32330
32341
|
{ console_session_with_workspace: [] },
|
|
32331
32342
|
{ api_key: [] },
|
|
@@ -32427,6 +32438,7 @@ const openapi = {
|
|
|
32427
32438
|
security: [
|
|
32428
32439
|
{ client_session: [] },
|
|
32429
32440
|
{ client_session_with_customer: [] },
|
|
32441
|
+
{ client_session_with_customer_ro: [] },
|
|
32430
32442
|
{ pat_with_workspace: [] },
|
|
32431
32443
|
{ console_session_with_workspace: [] },
|
|
32432
32444
|
{ api_key: [] },
|
|
@@ -32955,6 +32967,7 @@ const openapi = {
|
|
|
32955
32967
|
security: [
|
|
32956
32968
|
{ client_session: [] },
|
|
32957
32969
|
{ client_session_with_customer: [] },
|
|
32970
|
+
{ client_session_with_customer_ro: [] },
|
|
32958
32971
|
{ pat_with_workspace: [] },
|
|
32959
32972
|
{ console_session_with_workspace: [] },
|
|
32960
32973
|
{ api_key: [] },
|
|
@@ -33020,6 +33033,7 @@ const openapi = {
|
|
|
33020
33033
|
security: [
|
|
33021
33034
|
{ client_session: [] },
|
|
33022
33035
|
{ client_session_with_customer: [] },
|
|
33036
|
+
{ client_session_with_customer_ro: [] },
|
|
33023
33037
|
{ pat_with_workspace: [] },
|
|
33024
33038
|
{ console_session_with_workspace: [] },
|
|
33025
33039
|
{ api_key: [] },
|
|
@@ -33118,6 +33132,7 @@ const openapi = {
|
|
|
33118
33132
|
security: [
|
|
33119
33133
|
{ client_session: [] },
|
|
33120
33134
|
{ client_session_with_customer: [] },
|
|
33135
|
+
{ client_session_with_customer_ro: [] },
|
|
33121
33136
|
{ pat_with_workspace: [] },
|
|
33122
33137
|
{ console_session_with_workspace: [] },
|
|
33123
33138
|
{ api_key: [] },
|
|
@@ -33199,6 +33214,7 @@ const openapi = {
|
|
|
33199
33214
|
security: [
|
|
33200
33215
|
{ client_session: [] },
|
|
33201
33216
|
{ client_session_with_customer: [] },
|
|
33217
|
+
{ client_session_with_customer_ro: [] },
|
|
33202
33218
|
{ pat_with_workspace: [] },
|
|
33203
33219
|
{ console_session_with_workspace: [] },
|
|
33204
33220
|
{ api_key: [] },
|
|
@@ -34213,6 +34229,7 @@ const openapi = {
|
|
|
34213
34229
|
{ console_session_with_workspace: [] },
|
|
34214
34230
|
{ api_key: [] },
|
|
34215
34231
|
{ client_session_with_customer: [] },
|
|
34232
|
+
{ client_session_with_customer_ro: [] },
|
|
34216
34233
|
{ support_read_only_token: [] },
|
|
34217
34234
|
],
|
|
34218
34235
|
summary: '/access_grants/get',
|
|
@@ -34281,6 +34298,7 @@ const openapi = {
|
|
|
34281
34298
|
{ console_session_with_workspace: [] },
|
|
34282
34299
|
{ api_key: [] },
|
|
34283
34300
|
{ client_session_with_customer: [] },
|
|
34301
|
+
{ client_session_with_customer_ro: [] },
|
|
34284
34302
|
{ support_read_only_token: [] },
|
|
34285
34303
|
],
|
|
34286
34304
|
summary: '/access_grants/get',
|
|
@@ -34734,6 +34752,7 @@ const openapi = {
|
|
|
34734
34752
|
{ console_session_with_workspace: [] },
|
|
34735
34753
|
{ api_key: [] },
|
|
34736
34754
|
{ client_session_with_customer: [] },
|
|
34755
|
+
{ client_session_with_customer_ro: [] },
|
|
34737
34756
|
{ support_read_only_token: [] },
|
|
34738
34757
|
],
|
|
34739
34758
|
summary: '/access_grants/list',
|
|
@@ -34851,6 +34870,7 @@ const openapi = {
|
|
|
34851
34870
|
{ console_session_with_workspace: [] },
|
|
34852
34871
|
{ api_key: [] },
|
|
34853
34872
|
{ client_session_with_customer: [] },
|
|
34873
|
+
{ client_session_with_customer_ro: [] },
|
|
34854
34874
|
{ support_read_only_token: [] },
|
|
34855
34875
|
],
|
|
34856
34876
|
summary: '/access_grants/list',
|
|
@@ -35561,6 +35581,7 @@ const openapi = {
|
|
|
35561
35581
|
{ console_session_with_workspace: [] },
|
|
35562
35582
|
{ api_key: [] },
|
|
35563
35583
|
{ client_session_with_customer: [] },
|
|
35584
|
+
{ client_session_with_customer_ro: [] },
|
|
35564
35585
|
{ support_read_only_token: [] },
|
|
35565
35586
|
],
|
|
35566
35587
|
summary: '/access_grants/unmanaged/get',
|
|
@@ -36191,6 +36212,7 @@ const openapi = {
|
|
|
36191
36212
|
{ console_session_with_workspace: [] },
|
|
36192
36213
|
{ api_key: [] },
|
|
36193
36214
|
{ client_session_with_customer: [] },
|
|
36215
|
+
{ client_session_with_customer_ro: [] },
|
|
36194
36216
|
{ support_read_only_token: [] },
|
|
36195
36217
|
],
|
|
36196
36218
|
summary: '/access_grants/unmanaged/get',
|
|
@@ -36868,6 +36890,7 @@ const openapi = {
|
|
|
36868
36890
|
{ console_session_with_workspace: [] },
|
|
36869
36891
|
{ api_key: [] },
|
|
36870
36892
|
{ client_session_with_customer: [] },
|
|
36893
|
+
{ client_session_with_customer_ro: [] },
|
|
36871
36894
|
{ support_read_only_token: [] },
|
|
36872
36895
|
],
|
|
36873
36896
|
summary: '/access_grants/unmanaged/list',
|
|
@@ -37528,6 +37551,7 @@ const openapi = {
|
|
|
37528
37551
|
{ console_session_with_workspace: [] },
|
|
37529
37552
|
{ api_key: [] },
|
|
37530
37553
|
{ client_session_with_customer: [] },
|
|
37554
|
+
{ client_session_with_customer_ro: [] },
|
|
37531
37555
|
{ support_read_only_token: [] },
|
|
37532
37556
|
],
|
|
37533
37557
|
summary: '/access_grants/unmanaged/list',
|
|
@@ -38259,6 +38283,7 @@ const openapi = {
|
|
|
38259
38283
|
{ console_session_with_workspace: [] },
|
|
38260
38284
|
{ api_key: [] },
|
|
38261
38285
|
{ client_session_with_customer: [] },
|
|
38286
|
+
{ client_session_with_customer_ro: [] },
|
|
38262
38287
|
{ support_read_only_token: [] },
|
|
38263
38288
|
],
|
|
38264
38289
|
summary: '/access_methods/get_related',
|
|
@@ -38397,6 +38422,7 @@ const openapi = {
|
|
|
38397
38422
|
{ console_session_with_workspace: [] },
|
|
38398
38423
|
{ api_key: [] },
|
|
38399
38424
|
{ client_session_with_customer: [] },
|
|
38425
|
+
{ client_session_with_customer_ro: [] },
|
|
38400
38426
|
{ support_read_only_token: [] },
|
|
38401
38427
|
],
|
|
38402
38428
|
summary: '/access_methods/get_related',
|
|
@@ -38505,6 +38531,7 @@ const openapi = {
|
|
|
38505
38531
|
{ console_session_with_workspace: [] },
|
|
38506
38532
|
{ api_key: [] },
|
|
38507
38533
|
{ client_session_with_customer: [] },
|
|
38534
|
+
{ client_session_with_customer_ro: [] },
|
|
38508
38535
|
{ support_read_only_token: [] },
|
|
38509
38536
|
],
|
|
38510
38537
|
summary: '/access_methods/list',
|
|
@@ -38586,6 +38613,7 @@ const openapi = {
|
|
|
38586
38613
|
{ console_session_with_workspace: [] },
|
|
38587
38614
|
{ api_key: [] },
|
|
38588
38615
|
{ client_session_with_customer: [] },
|
|
38616
|
+
{ client_session_with_customer_ro: [] },
|
|
38589
38617
|
{ support_read_only_token: [] },
|
|
38590
38618
|
],
|
|
38591
38619
|
summary: '/access_methods/list',
|
|
@@ -40074,6 +40102,7 @@ const openapi = {
|
|
|
40074
40102
|
{ console_session_with_workspace: [] },
|
|
40075
40103
|
{ api_key: [] },
|
|
40076
40104
|
{ client_session_with_customer: [] },
|
|
40105
|
+
{ client_session_with_customer_ro: [] },
|
|
40077
40106
|
{ support_read_only_token: [] },
|
|
40078
40107
|
],
|
|
40079
40108
|
summary: '/access_methods/unmanaged/list',
|
|
@@ -40559,6 +40588,7 @@ const openapi = {
|
|
|
40559
40588
|
{ console_session_with_workspace: [] },
|
|
40560
40589
|
{ api_key: [] },
|
|
40561
40590
|
{ client_session_with_customer: [] },
|
|
40591
|
+
{ client_session_with_customer_ro: [] },
|
|
40562
40592
|
{ support_read_only_token: [] },
|
|
40563
40593
|
],
|
|
40564
40594
|
summary: '/access_methods/unmanaged/list',
|
|
@@ -43410,6 +43440,7 @@ const openapi = {
|
|
|
43410
43440
|
{ console_session_with_workspace: [] },
|
|
43411
43441
|
{ api_key: [] },
|
|
43412
43442
|
{ client_session_with_customer: [] },
|
|
43443
|
+
{ client_session_with_customer_ro: [] },
|
|
43413
43444
|
{ support_read_only_token: [] },
|
|
43414
43445
|
],
|
|
43415
43446
|
summary: '/acs/encoders/list',
|
|
@@ -43514,6 +43545,7 @@ const openapi = {
|
|
|
43514
43545
|
{ console_session_with_workspace: [] },
|
|
43515
43546
|
{ api_key: [] },
|
|
43516
43547
|
{ client_session_with_customer: [] },
|
|
43548
|
+
{ client_session_with_customer_ro: [] },
|
|
43517
43549
|
{ support_read_only_token: [] },
|
|
43518
43550
|
],
|
|
43519
43551
|
summary: '/acs/encoders/list',
|
|
@@ -44039,6 +44071,7 @@ const openapi = {
|
|
|
44039
44071
|
{ pat_with_workspace: [] },
|
|
44040
44072
|
{ console_session_with_workspace: [] },
|
|
44041
44073
|
{ client_session_with_customer: [] },
|
|
44074
|
+
{ client_session_with_customer_ro: [] },
|
|
44042
44075
|
{ client_session: [] },
|
|
44043
44076
|
{ support_read_only_token: [] },
|
|
44044
44077
|
],
|
|
@@ -44094,6 +44127,7 @@ const openapi = {
|
|
|
44094
44127
|
{ pat_with_workspace: [] },
|
|
44095
44128
|
{ console_session_with_workspace: [] },
|
|
44096
44129
|
{ client_session_with_customer: [] },
|
|
44130
|
+
{ client_session_with_customer_ro: [] },
|
|
44097
44131
|
{ client_session: [] },
|
|
44098
44132
|
{ support_read_only_token: [] },
|
|
44099
44133
|
],
|
|
@@ -44294,6 +44328,7 @@ const openapi = {
|
|
|
44294
44328
|
{ pat_with_workspace: [] },
|
|
44295
44329
|
{ console_session_with_workspace: [] },
|
|
44296
44330
|
{ client_session_with_customer: [] },
|
|
44331
|
+
{ client_session_with_customer_ro: [] },
|
|
44297
44332
|
{ support_read_only_token: [] },
|
|
44298
44333
|
],
|
|
44299
44334
|
summary: '/acs/entrances/list',
|
|
@@ -44400,6 +44435,7 @@ const openapi = {
|
|
|
44400
44435
|
{ pat_with_workspace: [] },
|
|
44401
44436
|
{ console_session_with_workspace: [] },
|
|
44402
44437
|
{ client_session_with_customer: [] },
|
|
44438
|
+
{ client_session_with_customer_ro: [] },
|
|
44403
44439
|
{ support_read_only_token: [] },
|
|
44404
44440
|
],
|
|
44405
44441
|
summary: '/acs/entrances/list',
|
|
@@ -44764,6 +44800,7 @@ const openapi = {
|
|
|
44764
44800
|
{ pat_with_workspace: [] },
|
|
44765
44801
|
{ console_session_with_workspace: [] },
|
|
44766
44802
|
{ client_session_with_customer: [] },
|
|
44803
|
+
{ client_session_with_customer_ro: [] },
|
|
44767
44804
|
{ api_key: [] },
|
|
44768
44805
|
{ support_read_only_token: [] },
|
|
44769
44806
|
],
|
|
@@ -44830,6 +44867,7 @@ const openapi = {
|
|
|
44830
44867
|
{ pat_with_workspace: [] },
|
|
44831
44868
|
{ console_session_with_workspace: [] },
|
|
44832
44869
|
{ client_session_with_customer: [] },
|
|
44870
|
+
{ client_session_with_customer_ro: [] },
|
|
44833
44871
|
{ api_key: [] },
|
|
44834
44872
|
{ support_read_only_token: [] },
|
|
44835
44873
|
],
|
|
@@ -46696,6 +46734,7 @@ const openapi = {
|
|
|
46696
46734
|
{ console_session_with_workspace: [] },
|
|
46697
46735
|
{ api_key: [] },
|
|
46698
46736
|
{ client_session_with_customer: [] },
|
|
46737
|
+
{ client_session_with_customer_ro: [] },
|
|
46699
46738
|
{ support_read_only_token: [] },
|
|
46700
46739
|
],
|
|
46701
46740
|
summary: '/action_attempts/get',
|
|
@@ -46753,6 +46792,7 @@ const openapi = {
|
|
|
46753
46792
|
{ console_session_with_workspace: [] },
|
|
46754
46793
|
{ api_key: [] },
|
|
46755
46794
|
{ client_session_with_customer: [] },
|
|
46795
|
+
{ client_session_with_customer_ro: [] },
|
|
46756
46796
|
{ support_read_only_token: [] },
|
|
46757
46797
|
],
|
|
46758
46798
|
summary: '/action_attempts/get',
|
|
@@ -48378,6 +48418,7 @@ const openapi = {
|
|
|
48378
48418
|
security: [
|
|
48379
48419
|
{ client_session: [] },
|
|
48380
48420
|
{ client_session_with_customer: [] },
|
|
48421
|
+
{ client_session_with_customer_ro: [] },
|
|
48381
48422
|
{ pat_with_workspace: [] },
|
|
48382
48423
|
{ console_session_with_workspace: [] },
|
|
48383
48424
|
{ api_key: [] },
|
|
@@ -48435,6 +48476,7 @@ const openapi = {
|
|
|
48435
48476
|
security: [
|
|
48436
48477
|
{ client_session: [] },
|
|
48437
48478
|
{ client_session_with_customer: [] },
|
|
48479
|
+
{ client_session_with_customer_ro: [] },
|
|
48438
48480
|
{ pat_with_workspace: [] },
|
|
48439
48481
|
{ console_session_with_workspace: [] },
|
|
48440
48482
|
{ api_key: [] },
|
|
@@ -48536,6 +48578,7 @@ const openapi = {
|
|
|
48536
48578
|
security: [
|
|
48537
48579
|
{ client_session: [] },
|
|
48538
48580
|
{ client_session_with_customer: [] },
|
|
48581
|
+
{ client_session_with_customer_ro: [] },
|
|
48539
48582
|
{ pat_with_workspace: [] },
|
|
48540
48583
|
{ console_session_with_workspace: [] },
|
|
48541
48584
|
{ api_key: [] },
|
|
@@ -48620,6 +48663,7 @@ const openapi = {
|
|
|
48620
48663
|
security: [
|
|
48621
48664
|
{ client_session: [] },
|
|
48622
48665
|
{ client_session_with_customer: [] },
|
|
48666
|
+
{ client_session_with_customer_ro: [] },
|
|
48623
48667
|
{ pat_with_workspace: [] },
|
|
48624
48668
|
{ console_session_with_workspace: [] },
|
|
48625
48669
|
{ api_key: [] },
|
|
@@ -48772,6 +48816,7 @@ const openapi = {
|
|
|
48772
48816
|
security: [
|
|
48773
48817
|
{ client_session: [] },
|
|
48774
48818
|
{ client_session_with_customer: [] },
|
|
48819
|
+
{ client_session_with_customer_ro: [] },
|
|
48775
48820
|
{ api_key: [] },
|
|
48776
48821
|
{ pat_with_workspace: [] },
|
|
48777
48822
|
{ console_session_with_workspace: [] },
|
|
@@ -48844,6 +48889,7 @@ const openapi = {
|
|
|
48844
48889
|
security: [
|
|
48845
48890
|
{ client_session: [] },
|
|
48846
48891
|
{ client_session_with_customer: [] },
|
|
48892
|
+
{ client_session_with_customer_ro: [] },
|
|
48847
48893
|
{ api_key: [] },
|
|
48848
48894
|
{ pat_with_workspace: [] },
|
|
48849
48895
|
{ console_session_with_workspace: [] },
|
|
@@ -48957,6 +49003,7 @@ const openapi = {
|
|
|
48957
49003
|
{ pat_with_workspace: [] },
|
|
48958
49004
|
{ console_session_with_workspace: [] },
|
|
48959
49005
|
{ client_session_with_customer: [] },
|
|
49006
|
+
{ client_session_with_customer_ro: [] },
|
|
48960
49007
|
{ support_read_only_token: [] },
|
|
48961
49008
|
],
|
|
48962
49009
|
summary: '/connected_accounts/list',
|
|
@@ -49046,6 +49093,7 @@ const openapi = {
|
|
|
49046
49093
|
{ pat_with_workspace: [] },
|
|
49047
49094
|
{ console_session_with_workspace: [] },
|
|
49048
49095
|
{ client_session_with_customer: [] },
|
|
49096
|
+
{ client_session_with_customer_ro: [] },
|
|
49049
49097
|
{ support_read_only_token: [] },
|
|
49050
49098
|
],
|
|
49051
49099
|
summary: '/connected_accounts/list',
|
|
@@ -49378,6 +49426,7 @@ const openapi = {
|
|
|
49378
49426
|
organize: { exclude: false },
|
|
49379
49427
|
},
|
|
49380
49428
|
is_embedded: false,
|
|
49429
|
+
read_only: false,
|
|
49381
49430
|
},
|
|
49382
49431
|
description: 'Configuration for a customer portal',
|
|
49383
49432
|
properties: {
|
|
@@ -49714,6 +49763,11 @@ const openapi = {
|
|
|
49714
49763
|
enum: ['full', 'restricted'],
|
|
49715
49764
|
type: 'string',
|
|
49716
49765
|
},
|
|
49766
|
+
read_only: {
|
|
49767
|
+
default: false,
|
|
49768
|
+
description: "Whether the portal is read-only. When true, the customer can browse the portal but cannot perform any mutating action; write requests made with the portal's client session are rejected.",
|
|
49769
|
+
type: 'boolean',
|
|
49770
|
+
},
|
|
49717
49771
|
},
|
|
49718
49772
|
type: 'object',
|
|
49719
49773
|
},
|
|
@@ -51939,6 +51993,7 @@ const openapi = {
|
|
|
51939
51993
|
security: [
|
|
51940
51994
|
{ client_session: [] },
|
|
51941
51995
|
{ client_session_with_customer: [] },
|
|
51996
|
+
{ client_session_with_customer_ro: [] },
|
|
51942
51997
|
{ pat_with_workspace: [] },
|
|
51943
51998
|
{ console_session_with_workspace: [] },
|
|
51944
51999
|
{ api_key: [] },
|
|
@@ -51997,6 +52052,7 @@ const openapi = {
|
|
|
51997
52052
|
security: [
|
|
51998
52053
|
{ client_session: [] },
|
|
51999
52054
|
{ client_session_with_customer: [] },
|
|
52055
|
+
{ client_session_with_customer_ro: [] },
|
|
52000
52056
|
{ pat_with_workspace: [] },
|
|
52001
52057
|
{ console_session_with_workspace: [] },
|
|
52002
52058
|
{ api_key: [] },
|
|
@@ -52443,6 +52499,7 @@ const openapi = {
|
|
|
52443
52499
|
},
|
|
52444
52500
|
security: [
|
|
52445
52501
|
{ client_session_with_customer: [] },
|
|
52502
|
+
{ client_session_with_customer_ro: [] },
|
|
52446
52503
|
{ client_session: [] },
|
|
52447
52504
|
{ pat_with_workspace: [] },
|
|
52448
52505
|
{ console_session_with_workspace: [] },
|
|
@@ -52825,6 +52882,7 @@ const openapi = {
|
|
|
52825
52882
|
},
|
|
52826
52883
|
security: [
|
|
52827
52884
|
{ client_session_with_customer: [] },
|
|
52885
|
+
{ client_session_with_customer_ro: [] },
|
|
52828
52886
|
{ client_session: [] },
|
|
52829
52887
|
{ pat_with_workspace: [] },
|
|
52830
52888
|
{ console_session_with_workspace: [] },
|
|
@@ -55207,6 +55265,7 @@ const openapi = {
|
|
|
55207
55265
|
{ pat_with_workspace: [] },
|
|
55208
55266
|
{ console_session_with_workspace: [] },
|
|
55209
55267
|
{ client_session_with_customer: [] },
|
|
55268
|
+
{ client_session_with_customer_ro: [] },
|
|
55210
55269
|
{ support_read_only_token: [] },
|
|
55211
55270
|
],
|
|
55212
55271
|
summary: '/devices/unmanaged/list',
|
|
@@ -55588,6 +55647,7 @@ const openapi = {
|
|
|
55588
55647
|
{ pat_with_workspace: [] },
|
|
55589
55648
|
{ console_session_with_workspace: [] },
|
|
55590
55649
|
{ client_session_with_customer: [] },
|
|
55650
|
+
{ client_session_with_customer_ro: [] },
|
|
55591
55651
|
{ support_read_only_token: [] },
|
|
55592
55652
|
],
|
|
55593
55653
|
summary: '/devices/unmanaged/list',
|
|
@@ -55959,6 +56019,7 @@ const openapi = {
|
|
|
55959
56019
|
{ pat_with_workspace: [] },
|
|
55960
56020
|
{ console_session_with_workspace: [] },
|
|
55961
56021
|
{ client_session_with_customer: [] },
|
|
56022
|
+
{ client_session_with_customer_ro: [] },
|
|
55962
56023
|
{ support_read_only_token: [] },
|
|
55963
56024
|
],
|
|
55964
56025
|
summary: '/events/get',
|
|
@@ -56023,6 +56084,7 @@ const openapi = {
|
|
|
56023
56084
|
{ pat_with_workspace: [] },
|
|
56024
56085
|
{ console_session_with_workspace: [] },
|
|
56025
56086
|
{ client_session_with_customer: [] },
|
|
56087
|
+
{ client_session_with_customer_ro: [] },
|
|
56026
56088
|
{ support_read_only_token: [] },
|
|
56027
56089
|
],
|
|
56028
56090
|
summary: '/events/get',
|
|
@@ -56552,6 +56614,7 @@ const openapi = {
|
|
|
56552
56614
|
{ pat_with_workspace: [] },
|
|
56553
56615
|
{ console_session_with_workspace: [] },
|
|
56554
56616
|
{ client_session_with_customer: [] },
|
|
56617
|
+
{ client_session_with_customer_ro: [] },
|
|
56555
56618
|
{ support_read_only_token: [] },
|
|
56556
56619
|
],
|
|
56557
56620
|
summary: '/events/list',
|
|
@@ -56976,6 +57039,7 @@ const openapi = {
|
|
|
56976
57039
|
{ pat_with_workspace: [] },
|
|
56977
57040
|
{ console_session_with_workspace: [] },
|
|
56978
57041
|
{ client_session_with_customer: [] },
|
|
57042
|
+
{ client_session_with_customer_ro: [] },
|
|
56979
57043
|
{ support_read_only_token: [] },
|
|
56980
57044
|
],
|
|
56981
57045
|
summary: '/events/list',
|
|
@@ -64558,7 +64622,10 @@ const openapi = {
|
|
|
64558
64622
|
400: { description: 'Bad Request' },
|
|
64559
64623
|
401: { description: 'Unauthorized' },
|
|
64560
64624
|
},
|
|
64561
|
-
security: [
|
|
64625
|
+
security: [
|
|
64626
|
+
{ client_session_with_customer: [] },
|
|
64627
|
+
{ client_session_with_customer_ro: [] },
|
|
64628
|
+
],
|
|
64562
64629
|
summary: '/seam/customer/v1/access_grants/list',
|
|
64563
64630
|
tags: [],
|
|
64564
64631
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -64598,7 +64665,10 @@ const openapi = {
|
|
|
64598
64665
|
400: { description: 'Bad Request' },
|
|
64599
64666
|
401: { description: 'Unauthorized' },
|
|
64600
64667
|
},
|
|
64601
|
-
security: [
|
|
64668
|
+
security: [
|
|
64669
|
+
{ client_session_with_customer: [] },
|
|
64670
|
+
{ client_session_with_customer_ro: [] },
|
|
64671
|
+
],
|
|
64602
64672
|
summary: '/seam/customer/v1/access_grants/list',
|
|
64603
64673
|
tags: [],
|
|
64604
64674
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -64944,6 +65014,7 @@ const openapi = {
|
|
|
64944
65014
|
{ console_session_with_workspace: [] },
|
|
64945
65015
|
{ api_key: [] },
|
|
64946
65016
|
{ client_session_with_customer: [] },
|
|
65017
|
+
{ client_session_with_customer_ro: [] },
|
|
64947
65018
|
],
|
|
64948
65019
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
64949
65020
|
tags: [],
|
|
@@ -65108,6 +65179,7 @@ const openapi = {
|
|
|
65108
65179
|
{ console_session_with_workspace: [] },
|
|
65109
65180
|
{ api_key: [] },
|
|
65110
65181
|
{ client_session_with_customer: [] },
|
|
65182
|
+
{ client_session_with_customer_ro: [] },
|
|
65111
65183
|
],
|
|
65112
65184
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
65113
65185
|
tags: [],
|
|
@@ -66425,6 +66497,7 @@ const openapi = {
|
|
|
66425
66497
|
security: [
|
|
66426
66498
|
{ api_key: [] },
|
|
66427
66499
|
{ client_session_with_customer: [] },
|
|
66500
|
+
{ client_session_with_customer_ro: [] },
|
|
66428
66501
|
{ console_session_with_workspace: [] },
|
|
66429
66502
|
],
|
|
66430
66503
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -66518,6 +66591,7 @@ const openapi = {
|
|
|
66518
66591
|
security: [
|
|
66519
66592
|
{ api_key: [] },
|
|
66520
66593
|
{ client_session_with_customer: [] },
|
|
66594
|
+
{ client_session_with_customer_ro: [] },
|
|
66521
66595
|
{ console_session_with_workspace: [] },
|
|
66522
66596
|
],
|
|
66523
66597
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -67424,6 +67498,7 @@ const openapi = {
|
|
|
67424
67498
|
security: [
|
|
67425
67499
|
{ api_key: [] },
|
|
67426
67500
|
{ client_session_with_customer: [] },
|
|
67501
|
+
{ client_session_with_customer_ro: [] },
|
|
67427
67502
|
{ console_session_with_workspace: [] },
|
|
67428
67503
|
],
|
|
67429
67504
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -67496,6 +67571,7 @@ const openapi = {
|
|
|
67496
67571
|
security: [
|
|
67497
67572
|
{ api_key: [] },
|
|
67498
67573
|
{ client_session_with_customer: [] },
|
|
67574
|
+
{ client_session_with_customer_ro: [] },
|
|
67499
67575
|
{ console_session_with_workspace: [] },
|
|
67500
67576
|
],
|
|
67501
67577
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -67970,7 +68046,10 @@ const openapi = {
|
|
|
67970
68046
|
400: { description: 'Bad Request' },
|
|
67971
68047
|
401: { description: 'Unauthorized' },
|
|
67972
68048
|
},
|
|
67973
|
-
security: [
|
|
68049
|
+
security: [
|
|
68050
|
+
{ client_session_with_customer: [] },
|
|
68051
|
+
{ client_session_with_customer_ro: [] },
|
|
68052
|
+
],
|
|
67974
68053
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
67975
68054
|
tags: [],
|
|
67976
68055
|
'x-fern-sdk-group-name': [
|
|
@@ -68267,7 +68346,10 @@ const openapi = {
|
|
|
68267
68346
|
400: { description: 'Bad Request' },
|
|
68268
68347
|
401: { description: 'Unauthorized' },
|
|
68269
68348
|
},
|
|
68270
|
-
security: [
|
|
68349
|
+
security: [
|
|
68350
|
+
{ client_session_with_customer: [] },
|
|
68351
|
+
{ client_session_with_customer_ro: [] },
|
|
68352
|
+
],
|
|
68271
68353
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
68272
68354
|
tags: [],
|
|
68273
68355
|
'x-fern-sdk-group-name': [
|
|
@@ -69025,7 +69107,10 @@ const openapi = {
|
|
|
69025
69107
|
400: { description: 'Bad Request' },
|
|
69026
69108
|
401: { description: 'Unauthorized' },
|
|
69027
69109
|
},
|
|
69028
|
-
security: [
|
|
69110
|
+
security: [
|
|
69111
|
+
{ client_session_with_customer: [] },
|
|
69112
|
+
{ client_session_with_customer_ro: [] },
|
|
69113
|
+
],
|
|
69029
69114
|
summary: '/seam/customer/v1/customers/me',
|
|
69030
69115
|
tags: [],
|
|
69031
69116
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -69061,7 +69146,10 @@ const openapi = {
|
|
|
69061
69146
|
400: { description: 'Bad Request' },
|
|
69062
69147
|
401: { description: 'Unauthorized' },
|
|
69063
69148
|
},
|
|
69064
|
-
security: [
|
|
69149
|
+
security: [
|
|
69150
|
+
{ client_session_with_customer: [] },
|
|
69151
|
+
{ client_session_with_customer_ro: [] },
|
|
69152
|
+
],
|
|
69065
69153
|
summary: '/seam/customer/v1/customers/me',
|
|
69066
69154
|
tags: [],
|
|
69067
69155
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -69161,7 +69249,10 @@ const openapi = {
|
|
|
69161
69249
|
400: { description: 'Bad Request' },
|
|
69162
69250
|
401: { description: 'Unauthorized' },
|
|
69163
69251
|
},
|
|
69164
|
-
security: [
|
|
69252
|
+
security: [
|
|
69253
|
+
{ client_session_with_customer: [] },
|
|
69254
|
+
{ client_session_with_customer_ro: [] },
|
|
69255
|
+
],
|
|
69165
69256
|
summary: '/seam/customer/v1/encoders/list',
|
|
69166
69257
|
tags: [],
|
|
69167
69258
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -69211,7 +69302,10 @@ const openapi = {
|
|
|
69211
69302
|
400: { description: 'Bad Request' },
|
|
69212
69303
|
401: { description: 'Unauthorized' },
|
|
69213
69304
|
},
|
|
69214
|
-
security: [
|
|
69305
|
+
security: [
|
|
69306
|
+
{ client_session_with_customer: [] },
|
|
69307
|
+
{ client_session_with_customer_ro: [] },
|
|
69308
|
+
],
|
|
69215
69309
|
summary: '/seam/customer/v1/encoders/list',
|
|
69216
69310
|
tags: [],
|
|
69217
69311
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -69540,7 +69634,10 @@ const openapi = {
|
|
|
69540
69634
|
400: { description: 'Bad Request' },
|
|
69541
69635
|
401: { description: 'Unauthorized' },
|
|
69542
69636
|
},
|
|
69543
|
-
security: [
|
|
69637
|
+
security: [
|
|
69638
|
+
{ client_session_with_customer: [] },
|
|
69639
|
+
{ client_session_with_customer_ro: [] },
|
|
69640
|
+
],
|
|
69544
69641
|
summary: '/seam/customer/v1/events/list',
|
|
69545
69642
|
tags: ['/events'],
|
|
69546
69643
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -69847,7 +69944,10 @@ const openapi = {
|
|
|
69847
69944
|
400: { description: 'Bad Request' },
|
|
69848
69945
|
401: { description: 'Unauthorized' },
|
|
69849
69946
|
},
|
|
69850
|
-
security: [
|
|
69947
|
+
security: [
|
|
69948
|
+
{ client_session_with_customer: [] },
|
|
69949
|
+
{ client_session_with_customer_ro: [] },
|
|
69950
|
+
],
|
|
69851
69951
|
summary: '/seam/customer/v1/events/list',
|
|
69852
69952
|
tags: ['/events'],
|
|
69853
69953
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -70248,6 +70348,11 @@ const openapi = {
|
|
|
70248
70348
|
enum: ['full', 'restricted'],
|
|
70249
70349
|
type: 'string',
|
|
70250
70350
|
},
|
|
70351
|
+
read_only: {
|
|
70352
|
+
default: false,
|
|
70353
|
+
description: "Whether the portal is read-only. When true, the customer can browse the portal but cannot perform any mutating action; write requests made with the portal's client session are rejected.",
|
|
70354
|
+
type: 'boolean',
|
|
70355
|
+
},
|
|
70251
70356
|
},
|
|
70252
70357
|
type: 'object',
|
|
70253
70358
|
},
|
|
@@ -70263,7 +70368,10 @@ const openapi = {
|
|
|
70263
70368
|
400: { description: 'Bad Request' },
|
|
70264
70369
|
401: { description: 'Unauthorized' },
|
|
70265
70370
|
},
|
|
70266
|
-
security: [
|
|
70371
|
+
security: [
|
|
70372
|
+
{ client_session_with_customer: [] },
|
|
70373
|
+
{ client_session_with_customer_ro: [] },
|
|
70374
|
+
],
|
|
70267
70375
|
summary: '/seam/customer/v1/portals/get',
|
|
70268
70376
|
tags: [],
|
|
70269
70377
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -70667,6 +70775,11 @@ const openapi = {
|
|
|
70667
70775
|
enum: ['full', 'restricted'],
|
|
70668
70776
|
type: 'string',
|
|
70669
70777
|
},
|
|
70778
|
+
read_only: {
|
|
70779
|
+
default: false,
|
|
70780
|
+
description: "Whether the portal is read-only. When true, the customer can browse the portal but cannot perform any mutating action; write requests made with the portal's client session are rejected.",
|
|
70781
|
+
type: 'boolean',
|
|
70782
|
+
},
|
|
70670
70783
|
},
|
|
70671
70784
|
type: 'object',
|
|
70672
70785
|
},
|
|
@@ -70682,7 +70795,10 @@ const openapi = {
|
|
|
70682
70795
|
400: { description: 'Bad Request' },
|
|
70683
70796
|
401: { description: 'Unauthorized' },
|
|
70684
70797
|
},
|
|
70685
|
-
security: [
|
|
70798
|
+
security: [
|
|
70799
|
+
{ client_session_with_customer: [] },
|
|
70800
|
+
{ client_session_with_customer_ro: [] },
|
|
70801
|
+
],
|
|
70686
70802
|
summary: '/seam/customer/v1/portals/get',
|
|
70687
70803
|
tags: [],
|
|
70688
70804
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -71037,6 +71153,11 @@ const openapi = {
|
|
|
71037
71153
|
enum: ['full', 'restricted'],
|
|
71038
71154
|
type: 'string',
|
|
71039
71155
|
},
|
|
71156
|
+
read_only: {
|
|
71157
|
+
default: false,
|
|
71158
|
+
description: "Whether the portal is read-only. When true, the customer can browse the portal but cannot perform any mutating action; write requests made with the portal's client session are rejected.",
|
|
71159
|
+
type: 'boolean',
|
|
71160
|
+
},
|
|
71040
71161
|
},
|
|
71041
71162
|
type: 'object',
|
|
71042
71163
|
},
|
|
@@ -71415,6 +71536,11 @@ const openapi = {
|
|
|
71415
71536
|
enum: ['full', 'restricted'],
|
|
71416
71537
|
type: 'string',
|
|
71417
71538
|
},
|
|
71539
|
+
read_only: {
|
|
71540
|
+
default: false,
|
|
71541
|
+
description: "Whether the portal is read-only. When true, the customer can browse the portal but cannot perform any mutating action; write requests made with the portal's client session are rejected.",
|
|
71542
|
+
type: 'boolean',
|
|
71543
|
+
},
|
|
71418
71544
|
},
|
|
71419
71545
|
type: 'object',
|
|
71420
71546
|
},
|
|
@@ -71661,6 +71787,7 @@ const openapi = {
|
|
|
71661
71787
|
},
|
|
71662
71788
|
security: [
|
|
71663
71789
|
{ client_session_with_customer: [] },
|
|
71790
|
+
{ client_session_with_customer_ro: [] },
|
|
71664
71791
|
{ console_session_with_workspace: [] },
|
|
71665
71792
|
],
|
|
71666
71793
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -71878,6 +72005,7 @@ const openapi = {
|
|
|
71878
72005
|
},
|
|
71879
72006
|
security: [
|
|
71880
72007
|
{ client_session_with_customer: [] },
|
|
72008
|
+
{ client_session_with_customer_ro: [] },
|
|
71881
72009
|
{ console_session_with_workspace: [] },
|
|
71882
72010
|
],
|
|
71883
72011
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -72222,6 +72350,7 @@ const openapi = {
|
|
|
72222
72350
|
},
|
|
72223
72351
|
security: [
|
|
72224
72352
|
{ client_session_with_customer: [] },
|
|
72353
|
+
{ client_session_with_customer_ro: [] },
|
|
72225
72354
|
{ console_session_with_workspace: [] },
|
|
72226
72355
|
],
|
|
72227
72356
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -72529,6 +72658,7 @@ const openapi = {
|
|
|
72529
72658
|
},
|
|
72530
72659
|
security: [
|
|
72531
72660
|
{ client_session_with_customer: [] },
|
|
72661
|
+
{ client_session_with_customer_ro: [] },
|
|
72532
72662
|
{ console_session_with_workspace: [] },
|
|
72533
72663
|
],
|
|
72534
72664
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -72589,6 +72719,7 @@ const openapi = {
|
|
|
72589
72719
|
},
|
|
72590
72720
|
security: [
|
|
72591
72721
|
{ client_session_with_customer: [] },
|
|
72722
|
+
{ client_session_with_customer_ro: [] },
|
|
72592
72723
|
{ console_session_with_workspace: [] },
|
|
72593
72724
|
],
|
|
72594
72725
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -72647,6 +72778,7 @@ const openapi = {
|
|
|
72647
72778
|
},
|
|
72648
72779
|
security: [
|
|
72649
72780
|
{ client_session_with_customer: [] },
|
|
72781
|
+
{ client_session_with_customer_ro: [] },
|
|
72650
72782
|
{ console_session_with_workspace: [] },
|
|
72651
72783
|
],
|
|
72652
72784
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -73127,6 +73259,7 @@ const openapi = {
|
|
|
73127
73259
|
security: [
|
|
73128
73260
|
{ console_session_with_workspace: [] },
|
|
73129
73261
|
{ client_session_with_customer: [] },
|
|
73262
|
+
{ client_session_with_customer_ro: [] },
|
|
73130
73263
|
],
|
|
73131
73264
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
73132
73265
|
tags: [],
|
|
@@ -73298,6 +73431,7 @@ const openapi = {
|
|
|
73298
73431
|
security: [
|
|
73299
73432
|
{ console_session_with_workspace: [] },
|
|
73300
73433
|
{ client_session_with_customer: [] },
|
|
73434
|
+
{ client_session_with_customer_ro: [] },
|
|
73301
73435
|
],
|
|
73302
73436
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
73303
73437
|
tags: [],
|
|
@@ -73501,6 +73635,7 @@ const openapi = {
|
|
|
73501
73635
|
},
|
|
73502
73636
|
security: [
|
|
73503
73637
|
{ client_session_with_customer: [] },
|
|
73638
|
+
{ client_session_with_customer_ro: [] },
|
|
73504
73639
|
{ console_session_with_workspace: [] },
|
|
73505
73640
|
],
|
|
73506
73641
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -73578,6 +73713,7 @@ const openapi = {
|
|
|
73578
73713
|
},
|
|
73579
73714
|
security: [
|
|
73580
73715
|
{ client_session_with_customer: [] },
|
|
73716
|
+
{ client_session_with_customer_ro: [] },
|
|
73581
73717
|
{ console_session_with_workspace: [] },
|
|
73582
73718
|
],
|
|
73583
73719
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -73722,7 +73858,10 @@ const openapi = {
|
|
|
73722
73858
|
400: { description: 'Bad Request' },
|
|
73723
73859
|
401: { description: 'Unauthorized' },
|
|
73724
73860
|
},
|
|
73725
|
-
security: [
|
|
73861
|
+
security: [
|
|
73862
|
+
{ client_session_with_customer: [] },
|
|
73863
|
+
{ client_session_with_customer_ro: [] },
|
|
73864
|
+
],
|
|
73726
73865
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
73727
73866
|
tags: [],
|
|
73728
73867
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -73862,7 +74001,10 @@ const openapi = {
|
|
|
73862
74001
|
400: { description: 'Bad Request' },
|
|
73863
74002
|
401: { description: 'Unauthorized' },
|
|
73864
74003
|
},
|
|
73865
|
-
security: [
|
|
74004
|
+
security: [
|
|
74005
|
+
{ client_session_with_customer: [] },
|
|
74006
|
+
{ client_session_with_customer_ro: [] },
|
|
74007
|
+
],
|
|
73866
74008
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
73867
74009
|
tags: [],
|
|
73868
74010
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -74019,7 +74161,10 @@ const openapi = {
|
|
|
74019
74161
|
400: { description: 'Bad Request' },
|
|
74020
74162
|
401: { description: 'Unauthorized' },
|
|
74021
74163
|
},
|
|
74022
|
-
security: [
|
|
74164
|
+
security: [
|
|
74165
|
+
{ client_session_with_customer: [] },
|
|
74166
|
+
{ client_session_with_customer_ro: [] },
|
|
74167
|
+
],
|
|
74023
74168
|
summary: '/seam/customer/v1/staff_members/get',
|
|
74024
74169
|
tags: [],
|
|
74025
74170
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74112,7 +74257,10 @@ const openapi = {
|
|
|
74112
74257
|
400: { description: 'Bad Request' },
|
|
74113
74258
|
401: { description: 'Unauthorized' },
|
|
74114
74259
|
},
|
|
74115
|
-
security: [
|
|
74260
|
+
security: [
|
|
74261
|
+
{ client_session_with_customer: [] },
|
|
74262
|
+
{ client_session_with_customer_ro: [] },
|
|
74263
|
+
],
|
|
74116
74264
|
summary: '/seam/customer/v1/staff_members/get',
|
|
74117
74265
|
tags: [],
|
|
74118
74266
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74231,7 +74379,10 @@ const openapi = {
|
|
|
74231
74379
|
400: { description: 'Bad Request' },
|
|
74232
74380
|
401: { description: 'Unauthorized' },
|
|
74233
74381
|
},
|
|
74234
|
-
security: [
|
|
74382
|
+
security: [
|
|
74383
|
+
{ client_session_with_customer: [] },
|
|
74384
|
+
{ client_session_with_customer_ro: [] },
|
|
74385
|
+
],
|
|
74235
74386
|
summary: '/seam/customer/v1/staff_members/list',
|
|
74236
74387
|
tags: [],
|
|
74237
74388
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74337,7 +74488,10 @@ const openapi = {
|
|
|
74337
74488
|
400: { description: 'Bad Request' },
|
|
74338
74489
|
401: { description: 'Unauthorized' },
|
|
74339
74490
|
},
|
|
74340
|
-
security: [
|
|
74491
|
+
security: [
|
|
74492
|
+
{ client_session_with_customer: [] },
|
|
74493
|
+
{ client_session_with_customer_ro: [] },
|
|
74494
|
+
],
|
|
74341
74495
|
summary: '/seam/customer/v1/staff_members/list',
|
|
74342
74496
|
tags: [],
|
|
74343
74497
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -75086,6 +75240,7 @@ const openapi = {
|
|
|
75086
75240
|
},
|
|
75087
75241
|
security: [
|
|
75088
75242
|
{ client_session_with_customer: [] },
|
|
75243
|
+
{ client_session_with_customer_ro: [] },
|
|
75089
75244
|
{ console_session_with_workspace: [] },
|
|
75090
75245
|
{ api_key: [] },
|
|
75091
75246
|
],
|
|
@@ -75219,6 +75374,7 @@ const openapi = {
|
|
|
75219
75374
|
},
|
|
75220
75375
|
security: [
|
|
75221
75376
|
{ client_session_with_customer: [] },
|
|
75377
|
+
{ client_session_with_customer_ro: [] },
|
|
75222
75378
|
{ console_session_with_workspace: [] },
|
|
75223
75379
|
{ api_key: [] },
|
|
75224
75380
|
],
|
|
@@ -75850,6 +76006,7 @@ const openapi = {
|
|
|
75850
76006
|
{ console_session_with_workspace: [] },
|
|
75851
76007
|
{ api_key: [] },
|
|
75852
76008
|
{ client_session_with_customer: [] },
|
|
76009
|
+
{ client_session_with_customer_ro: [] },
|
|
75853
76010
|
{ support_read_only_token: [] },
|
|
75854
76011
|
],
|
|
75855
76012
|
summary: '/spaces/get',
|
|
@@ -75918,6 +76075,7 @@ const openapi = {
|
|
|
75918
76075
|
{ console_session_with_workspace: [] },
|
|
75919
76076
|
{ api_key: [] },
|
|
75920
76077
|
{ client_session_with_customer: [] },
|
|
76078
|
+
{ client_session_with_customer_ro: [] },
|
|
75921
76079
|
{ support_read_only_token: [] },
|
|
75922
76080
|
],
|
|
75923
76081
|
summary: '/spaces/get',
|
|
@@ -76045,6 +76203,7 @@ const openapi = {
|
|
|
76045
76203
|
{ console_session_with_workspace: [] },
|
|
76046
76204
|
{ api_key: [] },
|
|
76047
76205
|
{ client_session_with_customer: [] },
|
|
76206
|
+
{ client_session_with_customer_ro: [] },
|
|
76048
76207
|
{ support_read_only_token: [] },
|
|
76049
76208
|
],
|
|
76050
76209
|
summary: '/spaces/get_related',
|
|
@@ -76171,6 +76330,7 @@ const openapi = {
|
|
|
76171
76330
|
{ console_session_with_workspace: [] },
|
|
76172
76331
|
{ api_key: [] },
|
|
76173
76332
|
{ client_session_with_customer: [] },
|
|
76333
|
+
{ client_session_with_customer_ro: [] },
|
|
76174
76334
|
{ support_read_only_token: [] },
|
|
76175
76335
|
],
|
|
76176
76336
|
summary: '/spaces/get_related',
|
|
@@ -76298,6 +76458,7 @@ const openapi = {
|
|
|
76298
76458
|
{ console_session_with_workspace: [] },
|
|
76299
76459
|
{ api_key: [] },
|
|
76300
76460
|
{ client_session_with_customer: [] },
|
|
76461
|
+
{ client_session_with_customer_ro: [] },
|
|
76301
76462
|
{ support_read_only_token: [] },
|
|
76302
76463
|
],
|
|
76303
76464
|
summary: '/spaces/list',
|
|
@@ -76392,6 +76553,7 @@ const openapi = {
|
|
|
76392
76553
|
{ console_session_with_workspace: [] },
|
|
76393
76554
|
{ api_key: [] },
|
|
76394
76555
|
{ client_session_with_customer: [] },
|
|
76556
|
+
{ client_session_with_customer_ro: [] },
|
|
76395
76557
|
{ support_read_only_token: [] },
|
|
76396
76558
|
],
|
|
76397
76559
|
summary: '/spaces/list',
|
|
@@ -78848,6 +79010,7 @@ const openapi = {
|
|
|
78848
79010
|
{ pat_with_workspace: [] },
|
|
78849
79011
|
{ console_session_with_workspace: [] },
|
|
78850
79012
|
{ client_session_with_customer: [] },
|
|
79013
|
+
{ client_session_with_customer_ro: [] },
|
|
78851
79014
|
{ support_read_only_token: [] },
|
|
78852
79015
|
],
|
|
78853
79016
|
summary: '/thermostats/schedules/list',
|
|
@@ -78912,6 +79075,7 @@ const openapi = {
|
|
|
78912
79075
|
{ pat_with_workspace: [] },
|
|
78913
79076
|
{ console_session_with_workspace: [] },
|
|
78914
79077
|
{ client_session_with_customer: [] },
|
|
79078
|
+
{ client_session_with_customer_ro: [] },
|
|
78915
79079
|
{ support_read_only_token: [] },
|
|
78916
79080
|
],
|
|
78917
79081
|
summary: '/thermostats/schedules/list',
|
|
@@ -81376,6 +81540,7 @@ const openapi = {
|
|
|
81376
81540
|
{ pat_with_workspace: [] },
|
|
81377
81541
|
{ console_session_with_workspace: [] },
|
|
81378
81542
|
{ client_session_with_customer: [] },
|
|
81543
|
+
{ client_session_with_customer_ro: [] },
|
|
81379
81544
|
{ support_read_only_token: [] },
|
|
81380
81545
|
],
|
|
81381
81546
|
summary: '/user_identities/get',
|
|
@@ -81441,6 +81606,7 @@ const openapi = {
|
|
|
81441
81606
|
{ pat_with_workspace: [] },
|
|
81442
81607
|
{ console_session_with_workspace: [] },
|
|
81443
81608
|
{ client_session_with_customer: [] },
|
|
81609
|
+
{ client_session_with_customer_ro: [] },
|
|
81444
81610
|
{ support_read_only_token: [] },
|
|
81445
81611
|
],
|
|
81446
81612
|
summary: '/user_identities/get',
|
|
@@ -84281,6 +84447,7 @@ const openapi = {
|
|
|
84281
84447
|
},
|
|
84282
84448
|
security: [
|
|
84283
84449
|
{ client_session_with_customer: [] },
|
|
84450
|
+
{ client_session_with_customer_ro: [] },
|
|
84284
84451
|
{ pat_with_workspace: [] },
|
|
84285
84452
|
{ console_session_with_workspace: [] },
|
|
84286
84453
|
{ api_key: [] },
|
|
@@ -84333,6 +84500,7 @@ const openapi = {
|
|
|
84333
84500
|
},
|
|
84334
84501
|
security: [
|
|
84335
84502
|
{ client_session_with_customer: [] },
|
|
84503
|
+
{ client_session_with_customer_ro: [] },
|
|
84336
84504
|
{ pat_with_workspace: [] },
|
|
84337
84505
|
{ console_session_with_workspace: [] },
|
|
84338
84506
|
{ api_key: [] },
|
|
@@ -84387,6 +84555,7 @@ const openapi = {
|
|
|
84387
84555
|
},
|
|
84388
84556
|
security: [
|
|
84389
84557
|
{ client_session_with_customer: [] },
|
|
84558
|
+
{ client_session_with_customer_ro: [] },
|
|
84390
84559
|
{ pat_with_workspace: [] },
|
|
84391
84560
|
{ console_session_with_workspace: [] },
|
|
84392
84561
|
{ api_key: [] },
|
|
@@ -84444,6 +84613,7 @@ const openapi = {
|
|
|
84444
84613
|
},
|
|
84445
84614
|
security: [
|
|
84446
84615
|
{ client_session_with_customer: [] },
|
|
84616
|
+
{ client_session_with_customer_ro: [] },
|
|
84447
84617
|
{ pat_with_workspace: [] },
|
|
84448
84618
|
{ console_session_with_workspace: [] },
|
|
84449
84619
|
{ api_key: [] },
|
|
@@ -85110,6 +85280,7 @@ const openapi = {
|
|
|
85110
85280
|
{ console_session_with_workspace: [] },
|
|
85111
85281
|
{ client_session: [] },
|
|
85112
85282
|
{ client_session_with_customer: [] },
|
|
85283
|
+
{ client_session_with_customer_ro: [] },
|
|
85113
85284
|
{ pat_with_workspace: [] },
|
|
85114
85285
|
{ support_read_only_token: [] },
|
|
85115
85286
|
],
|
|
@@ -85148,6 +85319,7 @@ const openapi = {
|
|
|
85148
85319
|
{ console_session_with_workspace: [] },
|
|
85149
85320
|
{ client_session: [] },
|
|
85150
85321
|
{ client_session_with_customer: [] },
|
|
85322
|
+
{ client_session_with_customer_ro: [] },
|
|
85151
85323
|
{ pat_with_workspace: [] },
|
|
85152
85324
|
{ support_read_only_token: [] },
|
|
85153
85325
|
],
|