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