@seamapi/types 1.975.0 → 1.977.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 +371 -65
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +33 -9
- package/dist/index.cjs +371 -65
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +80 -14
- package/lib/seam/connect/models/customer/customer-portal.js +23 -4
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.js +364 -58
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +33 -9
- package/package.json +3 -2
- package/src/lib/seam/connect/models/customer/customer-portal.ts +25 -4
- package/src/lib/seam/connect/openapi.ts +369 -58
- package/src/lib/seam/connect/route-types.ts +48 -12
|
@@ -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: {
|
|
@@ -49419,15 +49467,42 @@ const openapi = {
|
|
|
49419
49467
|
},
|
|
49420
49468
|
deep_link: {
|
|
49421
49469
|
description: 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
49422
|
-
|
|
49423
|
-
|
|
49424
|
-
|
|
49425
|
-
|
|
49426
|
-
|
|
49470
|
+
discriminator: { propertyName: 'resource_type' },
|
|
49471
|
+
oneOf: [
|
|
49472
|
+
{
|
|
49473
|
+
properties: {
|
|
49474
|
+
resource_key: { type: 'string' },
|
|
49475
|
+
resource_type: {
|
|
49476
|
+
enum: ['reservation'],
|
|
49477
|
+
type: 'string',
|
|
49478
|
+
},
|
|
49479
|
+
},
|
|
49480
|
+
required: ['resource_type', 'resource_key'],
|
|
49481
|
+
type: 'object',
|
|
49427
49482
|
},
|
|
49428
|
-
|
|
49429
|
-
|
|
49430
|
-
|
|
49483
|
+
{
|
|
49484
|
+
properties: {
|
|
49485
|
+
resource_key: { type: 'string' },
|
|
49486
|
+
resource_type: {
|
|
49487
|
+
enum: ['space'],
|
|
49488
|
+
type: 'string',
|
|
49489
|
+
},
|
|
49490
|
+
},
|
|
49491
|
+
required: ['resource_type', 'resource_key'],
|
|
49492
|
+
type: 'object',
|
|
49493
|
+
},
|
|
49494
|
+
{
|
|
49495
|
+
properties: {
|
|
49496
|
+
resource_id: { type: 'string' },
|
|
49497
|
+
resource_type: {
|
|
49498
|
+
enum: ['device'],
|
|
49499
|
+
type: 'string',
|
|
49500
|
+
},
|
|
49501
|
+
},
|
|
49502
|
+
required: ['resource_type', 'resource_id'],
|
|
49503
|
+
type: 'object',
|
|
49504
|
+
},
|
|
49505
|
+
],
|
|
49431
49506
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
49432
49507
|
},
|
|
49433
49508
|
exclude_locale_picker: {
|
|
@@ -49715,6 +49790,11 @@ const openapi = {
|
|
|
49715
49790
|
enum: ['full', 'restricted'],
|
|
49716
49791
|
type: 'string',
|
|
49717
49792
|
},
|
|
49793
|
+
read_only: {
|
|
49794
|
+
default: false,
|
|
49795
|
+
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.",
|
|
49796
|
+
type: 'boolean',
|
|
49797
|
+
},
|
|
49718
49798
|
},
|
|
49719
49799
|
type: 'object',
|
|
49720
49800
|
},
|
|
@@ -51940,6 +52020,7 @@ const openapi = {
|
|
|
51940
52020
|
security: [
|
|
51941
52021
|
{ client_session: [] },
|
|
51942
52022
|
{ client_session_with_customer: [] },
|
|
52023
|
+
{ client_session_with_customer_ro: [] },
|
|
51943
52024
|
{ pat_with_workspace: [] },
|
|
51944
52025
|
{ console_session_with_workspace: [] },
|
|
51945
52026
|
{ api_key: [] },
|
|
@@ -51998,6 +52079,7 @@ const openapi = {
|
|
|
51998
52079
|
security: [
|
|
51999
52080
|
{ client_session: [] },
|
|
52000
52081
|
{ client_session_with_customer: [] },
|
|
52082
|
+
{ client_session_with_customer_ro: [] },
|
|
52001
52083
|
{ pat_with_workspace: [] },
|
|
52002
52084
|
{ console_session_with_workspace: [] },
|
|
52003
52085
|
{ api_key: [] },
|
|
@@ -52444,6 +52526,7 @@ const openapi = {
|
|
|
52444
52526
|
},
|
|
52445
52527
|
security: [
|
|
52446
52528
|
{ client_session_with_customer: [] },
|
|
52529
|
+
{ client_session_with_customer_ro: [] },
|
|
52447
52530
|
{ client_session: [] },
|
|
52448
52531
|
{ pat_with_workspace: [] },
|
|
52449
52532
|
{ console_session_with_workspace: [] },
|
|
@@ -52826,6 +52909,7 @@ const openapi = {
|
|
|
52826
52909
|
},
|
|
52827
52910
|
security: [
|
|
52828
52911
|
{ client_session_with_customer: [] },
|
|
52912
|
+
{ client_session_with_customer_ro: [] },
|
|
52829
52913
|
{ client_session: [] },
|
|
52830
52914
|
{ pat_with_workspace: [] },
|
|
52831
52915
|
{ console_session_with_workspace: [] },
|
|
@@ -55208,6 +55292,7 @@ const openapi = {
|
|
|
55208
55292
|
{ pat_with_workspace: [] },
|
|
55209
55293
|
{ console_session_with_workspace: [] },
|
|
55210
55294
|
{ client_session_with_customer: [] },
|
|
55295
|
+
{ client_session_with_customer_ro: [] },
|
|
55211
55296
|
{ support_read_only_token: [] },
|
|
55212
55297
|
],
|
|
55213
55298
|
summary: '/devices/unmanaged/list',
|
|
@@ -55589,6 +55674,7 @@ const openapi = {
|
|
|
55589
55674
|
{ pat_with_workspace: [] },
|
|
55590
55675
|
{ console_session_with_workspace: [] },
|
|
55591
55676
|
{ client_session_with_customer: [] },
|
|
55677
|
+
{ client_session_with_customer_ro: [] },
|
|
55592
55678
|
{ support_read_only_token: [] },
|
|
55593
55679
|
],
|
|
55594
55680
|
summary: '/devices/unmanaged/list',
|
|
@@ -55960,6 +56046,7 @@ const openapi = {
|
|
|
55960
56046
|
{ pat_with_workspace: [] },
|
|
55961
56047
|
{ console_session_with_workspace: [] },
|
|
55962
56048
|
{ client_session_with_customer: [] },
|
|
56049
|
+
{ client_session_with_customer_ro: [] },
|
|
55963
56050
|
{ support_read_only_token: [] },
|
|
55964
56051
|
],
|
|
55965
56052
|
summary: '/events/get',
|
|
@@ -56024,6 +56111,7 @@ const openapi = {
|
|
|
56024
56111
|
{ pat_with_workspace: [] },
|
|
56025
56112
|
{ console_session_with_workspace: [] },
|
|
56026
56113
|
{ client_session_with_customer: [] },
|
|
56114
|
+
{ client_session_with_customer_ro: [] },
|
|
56027
56115
|
{ support_read_only_token: [] },
|
|
56028
56116
|
],
|
|
56029
56117
|
summary: '/events/get',
|
|
@@ -56553,6 +56641,7 @@ const openapi = {
|
|
|
56553
56641
|
{ pat_with_workspace: [] },
|
|
56554
56642
|
{ console_session_with_workspace: [] },
|
|
56555
56643
|
{ client_session_with_customer: [] },
|
|
56644
|
+
{ client_session_with_customer_ro: [] },
|
|
56556
56645
|
{ support_read_only_token: [] },
|
|
56557
56646
|
],
|
|
56558
56647
|
summary: '/events/list',
|
|
@@ -56977,6 +57066,7 @@ const openapi = {
|
|
|
56977
57066
|
{ pat_with_workspace: [] },
|
|
56978
57067
|
{ console_session_with_workspace: [] },
|
|
56979
57068
|
{ client_session_with_customer: [] },
|
|
57069
|
+
{ client_session_with_customer_ro: [] },
|
|
56980
57070
|
{ support_read_only_token: [] },
|
|
56981
57071
|
],
|
|
56982
57072
|
summary: '/events/list',
|
|
@@ -64559,7 +64649,10 @@ const openapi = {
|
|
|
64559
64649
|
400: { description: 'Bad Request' },
|
|
64560
64650
|
401: { description: 'Unauthorized' },
|
|
64561
64651
|
},
|
|
64562
|
-
security: [
|
|
64652
|
+
security: [
|
|
64653
|
+
{ client_session_with_customer: [] },
|
|
64654
|
+
{ client_session_with_customer_ro: [] },
|
|
64655
|
+
],
|
|
64563
64656
|
summary: '/seam/customer/v1/access_grants/list',
|
|
64564
64657
|
tags: [],
|
|
64565
64658
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -64599,7 +64692,10 @@ const openapi = {
|
|
|
64599
64692
|
400: { description: 'Bad Request' },
|
|
64600
64693
|
401: { description: 'Unauthorized' },
|
|
64601
64694
|
},
|
|
64602
|
-
security: [
|
|
64695
|
+
security: [
|
|
64696
|
+
{ client_session_with_customer: [] },
|
|
64697
|
+
{ client_session_with_customer_ro: [] },
|
|
64698
|
+
],
|
|
64603
64699
|
summary: '/seam/customer/v1/access_grants/list',
|
|
64604
64700
|
tags: [],
|
|
64605
64701
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -64945,6 +65041,7 @@ const openapi = {
|
|
|
64945
65041
|
{ console_session_with_workspace: [] },
|
|
64946
65042
|
{ api_key: [] },
|
|
64947
65043
|
{ client_session_with_customer: [] },
|
|
65044
|
+
{ client_session_with_customer_ro: [] },
|
|
64948
65045
|
],
|
|
64949
65046
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
64950
65047
|
tags: [],
|
|
@@ -65109,6 +65206,7 @@ const openapi = {
|
|
|
65109
65206
|
{ console_session_with_workspace: [] },
|
|
65110
65207
|
{ api_key: [] },
|
|
65111
65208
|
{ client_session_with_customer: [] },
|
|
65209
|
+
{ client_session_with_customer_ro: [] },
|
|
65112
65210
|
],
|
|
65113
65211
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
65114
65212
|
tags: [],
|
|
@@ -66426,6 +66524,7 @@ const openapi = {
|
|
|
66426
66524
|
security: [
|
|
66427
66525
|
{ api_key: [] },
|
|
66428
66526
|
{ client_session_with_customer: [] },
|
|
66527
|
+
{ client_session_with_customer_ro: [] },
|
|
66429
66528
|
{ console_session_with_workspace: [] },
|
|
66430
66529
|
],
|
|
66431
66530
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -66519,6 +66618,7 @@ const openapi = {
|
|
|
66519
66618
|
security: [
|
|
66520
66619
|
{ api_key: [] },
|
|
66521
66620
|
{ client_session_with_customer: [] },
|
|
66621
|
+
{ client_session_with_customer_ro: [] },
|
|
66522
66622
|
{ console_session_with_workspace: [] },
|
|
66523
66623
|
],
|
|
66524
66624
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -67425,6 +67525,7 @@ const openapi = {
|
|
|
67425
67525
|
security: [
|
|
67426
67526
|
{ api_key: [] },
|
|
67427
67527
|
{ client_session_with_customer: [] },
|
|
67528
|
+
{ client_session_with_customer_ro: [] },
|
|
67428
67529
|
{ console_session_with_workspace: [] },
|
|
67429
67530
|
],
|
|
67430
67531
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -67497,6 +67598,7 @@ const openapi = {
|
|
|
67497
67598
|
security: [
|
|
67498
67599
|
{ api_key: [] },
|
|
67499
67600
|
{ client_session_with_customer: [] },
|
|
67601
|
+
{ client_session_with_customer_ro: [] },
|
|
67500
67602
|
{ console_session_with_workspace: [] },
|
|
67501
67603
|
],
|
|
67502
67604
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -67971,7 +68073,10 @@ const openapi = {
|
|
|
67971
68073
|
400: { description: 'Bad Request' },
|
|
67972
68074
|
401: { description: 'Unauthorized' },
|
|
67973
68075
|
},
|
|
67974
|
-
security: [
|
|
68076
|
+
security: [
|
|
68077
|
+
{ client_session_with_customer: [] },
|
|
68078
|
+
{ client_session_with_customer_ro: [] },
|
|
68079
|
+
],
|
|
67975
68080
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
67976
68081
|
tags: [],
|
|
67977
68082
|
'x-fern-sdk-group-name': [
|
|
@@ -68268,7 +68373,10 @@ const openapi = {
|
|
|
68268
68373
|
400: { description: 'Bad Request' },
|
|
68269
68374
|
401: { description: 'Unauthorized' },
|
|
68270
68375
|
},
|
|
68271
|
-
security: [
|
|
68376
|
+
security: [
|
|
68377
|
+
{ client_session_with_customer: [] },
|
|
68378
|
+
{ client_session_with_customer_ro: [] },
|
|
68379
|
+
],
|
|
68272
68380
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
68273
68381
|
tags: [],
|
|
68274
68382
|
'x-fern-sdk-group-name': [
|
|
@@ -69026,7 +69134,10 @@ const openapi = {
|
|
|
69026
69134
|
400: { description: 'Bad Request' },
|
|
69027
69135
|
401: { description: 'Unauthorized' },
|
|
69028
69136
|
},
|
|
69029
|
-
security: [
|
|
69137
|
+
security: [
|
|
69138
|
+
{ client_session_with_customer: [] },
|
|
69139
|
+
{ client_session_with_customer_ro: [] },
|
|
69140
|
+
],
|
|
69030
69141
|
summary: '/seam/customer/v1/customers/me',
|
|
69031
69142
|
tags: [],
|
|
69032
69143
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -69062,7 +69173,10 @@ const openapi = {
|
|
|
69062
69173
|
400: { description: 'Bad Request' },
|
|
69063
69174
|
401: { description: 'Unauthorized' },
|
|
69064
69175
|
},
|
|
69065
|
-
security: [
|
|
69176
|
+
security: [
|
|
69177
|
+
{ client_session_with_customer: [] },
|
|
69178
|
+
{ client_session_with_customer_ro: [] },
|
|
69179
|
+
],
|
|
69066
69180
|
summary: '/seam/customer/v1/customers/me',
|
|
69067
69181
|
tags: [],
|
|
69068
69182
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -69162,7 +69276,10 @@ const openapi = {
|
|
|
69162
69276
|
400: { description: 'Bad Request' },
|
|
69163
69277
|
401: { description: 'Unauthorized' },
|
|
69164
69278
|
},
|
|
69165
|
-
security: [
|
|
69279
|
+
security: [
|
|
69280
|
+
{ client_session_with_customer: [] },
|
|
69281
|
+
{ client_session_with_customer_ro: [] },
|
|
69282
|
+
],
|
|
69166
69283
|
summary: '/seam/customer/v1/encoders/list',
|
|
69167
69284
|
tags: [],
|
|
69168
69285
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -69212,7 +69329,10 @@ const openapi = {
|
|
|
69212
69329
|
400: { description: 'Bad Request' },
|
|
69213
69330
|
401: { description: 'Unauthorized' },
|
|
69214
69331
|
},
|
|
69215
|
-
security: [
|
|
69332
|
+
security: [
|
|
69333
|
+
{ client_session_with_customer: [] },
|
|
69334
|
+
{ client_session_with_customer_ro: [] },
|
|
69335
|
+
],
|
|
69216
69336
|
summary: '/seam/customer/v1/encoders/list',
|
|
69217
69337
|
tags: [],
|
|
69218
69338
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -69541,7 +69661,10 @@ const openapi = {
|
|
|
69541
69661
|
400: { description: 'Bad Request' },
|
|
69542
69662
|
401: { description: 'Unauthorized' },
|
|
69543
69663
|
},
|
|
69544
|
-
security: [
|
|
69664
|
+
security: [
|
|
69665
|
+
{ client_session_with_customer: [] },
|
|
69666
|
+
{ client_session_with_customer_ro: [] },
|
|
69667
|
+
],
|
|
69545
69668
|
summary: '/seam/customer/v1/events/list',
|
|
69546
69669
|
tags: ['/events'],
|
|
69547
69670
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -69848,7 +69971,10 @@ const openapi = {
|
|
|
69848
69971
|
400: { description: 'Bad Request' },
|
|
69849
69972
|
401: { description: 'Unauthorized' },
|
|
69850
69973
|
},
|
|
69851
|
-
security: [
|
|
69974
|
+
security: [
|
|
69975
|
+
{ client_session_with_customer: [] },
|
|
69976
|
+
{ client_session_with_customer_ro: [] },
|
|
69977
|
+
],
|
|
69852
69978
|
summary: '/seam/customer/v1/events/list',
|
|
69853
69979
|
tags: ['/events'],
|
|
69854
69980
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -69929,15 +70055,42 @@ const openapi = {
|
|
|
69929
70055
|
},
|
|
69930
70056
|
deep_link: {
|
|
69931
70057
|
description: 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
69932
|
-
|
|
69933
|
-
|
|
69934
|
-
|
|
69935
|
-
|
|
69936
|
-
|
|
70058
|
+
discriminator: { propertyName: 'resource_type' },
|
|
70059
|
+
oneOf: [
|
|
70060
|
+
{
|
|
70061
|
+
properties: {
|
|
70062
|
+
resource_key: { type: 'string' },
|
|
70063
|
+
resource_type: {
|
|
70064
|
+
enum: ['reservation'],
|
|
70065
|
+
type: 'string',
|
|
70066
|
+
},
|
|
70067
|
+
},
|
|
70068
|
+
required: ['resource_type', 'resource_key'],
|
|
70069
|
+
type: 'object',
|
|
69937
70070
|
},
|
|
69938
|
-
|
|
69939
|
-
|
|
69940
|
-
|
|
70071
|
+
{
|
|
70072
|
+
properties: {
|
|
70073
|
+
resource_key: { type: 'string' },
|
|
70074
|
+
resource_type: {
|
|
70075
|
+
enum: ['space'],
|
|
70076
|
+
type: 'string',
|
|
70077
|
+
},
|
|
70078
|
+
},
|
|
70079
|
+
required: ['resource_type', 'resource_key'],
|
|
70080
|
+
type: 'object',
|
|
70081
|
+
},
|
|
70082
|
+
{
|
|
70083
|
+
properties: {
|
|
70084
|
+
resource_id: { type: 'string' },
|
|
70085
|
+
resource_type: {
|
|
70086
|
+
enum: ['device'],
|
|
70087
|
+
type: 'string',
|
|
70088
|
+
},
|
|
70089
|
+
},
|
|
70090
|
+
required: ['resource_type', 'resource_id'],
|
|
70091
|
+
type: 'object',
|
|
70092
|
+
},
|
|
70093
|
+
],
|
|
69941
70094
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
69942
70095
|
},
|
|
69943
70096
|
exclude_locale_picker: {
|
|
@@ -70249,6 +70402,11 @@ const openapi = {
|
|
|
70249
70402
|
enum: ['full', 'restricted'],
|
|
70250
70403
|
type: 'string',
|
|
70251
70404
|
},
|
|
70405
|
+
read_only: {
|
|
70406
|
+
default: false,
|
|
70407
|
+
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.",
|
|
70408
|
+
type: 'boolean',
|
|
70409
|
+
},
|
|
70252
70410
|
},
|
|
70253
70411
|
type: 'object',
|
|
70254
70412
|
},
|
|
@@ -70264,7 +70422,10 @@ const openapi = {
|
|
|
70264
70422
|
400: { description: 'Bad Request' },
|
|
70265
70423
|
401: { description: 'Unauthorized' },
|
|
70266
70424
|
},
|
|
70267
|
-
security: [
|
|
70425
|
+
security: [
|
|
70426
|
+
{ client_session_with_customer: [] },
|
|
70427
|
+
{ client_session_with_customer_ro: [] },
|
|
70428
|
+
],
|
|
70268
70429
|
summary: '/seam/customer/v1/portals/get',
|
|
70269
70430
|
tags: [],
|
|
70270
70431
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -70348,15 +70509,42 @@ const openapi = {
|
|
|
70348
70509
|
},
|
|
70349
70510
|
deep_link: {
|
|
70350
70511
|
description: 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
70351
|
-
|
|
70352
|
-
|
|
70353
|
-
|
|
70354
|
-
|
|
70355
|
-
|
|
70512
|
+
discriminator: { propertyName: 'resource_type' },
|
|
70513
|
+
oneOf: [
|
|
70514
|
+
{
|
|
70515
|
+
properties: {
|
|
70516
|
+
resource_key: { type: 'string' },
|
|
70517
|
+
resource_type: {
|
|
70518
|
+
enum: ['reservation'],
|
|
70519
|
+
type: 'string',
|
|
70520
|
+
},
|
|
70521
|
+
},
|
|
70522
|
+
required: ['resource_type', 'resource_key'],
|
|
70523
|
+
type: 'object',
|
|
70356
70524
|
},
|
|
70357
|
-
|
|
70358
|
-
|
|
70359
|
-
|
|
70525
|
+
{
|
|
70526
|
+
properties: {
|
|
70527
|
+
resource_key: { type: 'string' },
|
|
70528
|
+
resource_type: {
|
|
70529
|
+
enum: ['space'],
|
|
70530
|
+
type: 'string',
|
|
70531
|
+
},
|
|
70532
|
+
},
|
|
70533
|
+
required: ['resource_type', 'resource_key'],
|
|
70534
|
+
type: 'object',
|
|
70535
|
+
},
|
|
70536
|
+
{
|
|
70537
|
+
properties: {
|
|
70538
|
+
resource_id: { type: 'string' },
|
|
70539
|
+
resource_type: {
|
|
70540
|
+
enum: ['device'],
|
|
70541
|
+
type: 'string',
|
|
70542
|
+
},
|
|
70543
|
+
},
|
|
70544
|
+
required: ['resource_type', 'resource_id'],
|
|
70545
|
+
type: 'object',
|
|
70546
|
+
},
|
|
70547
|
+
],
|
|
70360
70548
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
70361
70549
|
},
|
|
70362
70550
|
exclude_locale_picker: {
|
|
@@ -70668,6 +70856,11 @@ const openapi = {
|
|
|
70668
70856
|
enum: ['full', 'restricted'],
|
|
70669
70857
|
type: 'string',
|
|
70670
70858
|
},
|
|
70859
|
+
read_only: {
|
|
70860
|
+
default: false,
|
|
70861
|
+
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.",
|
|
70862
|
+
type: 'boolean',
|
|
70863
|
+
},
|
|
70671
70864
|
},
|
|
70672
70865
|
type: 'object',
|
|
70673
70866
|
},
|
|
@@ -70683,7 +70876,10 @@ const openapi = {
|
|
|
70683
70876
|
400: { description: 'Bad Request' },
|
|
70684
70877
|
401: { description: 'Unauthorized' },
|
|
70685
70878
|
},
|
|
70686
|
-
security: [
|
|
70879
|
+
security: [
|
|
70880
|
+
{ client_session_with_customer: [] },
|
|
70881
|
+
{ client_session_with_customer_ro: [] },
|
|
70882
|
+
],
|
|
70687
70883
|
summary: '/seam/customer/v1/portals/get',
|
|
70688
70884
|
tags: [],
|
|
70689
70885
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -70742,15 +70938,42 @@ const openapi = {
|
|
|
70742
70938
|
},
|
|
70743
70939
|
deep_link: {
|
|
70744
70940
|
description: 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
70745
|
-
|
|
70746
|
-
|
|
70747
|
-
|
|
70748
|
-
|
|
70749
|
-
|
|
70941
|
+
discriminator: { propertyName: 'resource_type' },
|
|
70942
|
+
oneOf: [
|
|
70943
|
+
{
|
|
70944
|
+
properties: {
|
|
70945
|
+
resource_key: { type: 'string' },
|
|
70946
|
+
resource_type: {
|
|
70947
|
+
enum: ['reservation'],
|
|
70948
|
+
type: 'string',
|
|
70949
|
+
},
|
|
70950
|
+
},
|
|
70951
|
+
required: ['resource_type', 'resource_key'],
|
|
70952
|
+
type: 'object',
|
|
70750
70953
|
},
|
|
70751
|
-
|
|
70752
|
-
|
|
70753
|
-
|
|
70954
|
+
{
|
|
70955
|
+
properties: {
|
|
70956
|
+
resource_key: { type: 'string' },
|
|
70957
|
+
resource_type: {
|
|
70958
|
+
enum: ['space'],
|
|
70959
|
+
type: 'string',
|
|
70960
|
+
},
|
|
70961
|
+
},
|
|
70962
|
+
required: ['resource_type', 'resource_key'],
|
|
70963
|
+
type: 'object',
|
|
70964
|
+
},
|
|
70965
|
+
{
|
|
70966
|
+
properties: {
|
|
70967
|
+
resource_id: { type: 'string' },
|
|
70968
|
+
resource_type: {
|
|
70969
|
+
enum: ['device'],
|
|
70970
|
+
type: 'string',
|
|
70971
|
+
},
|
|
70972
|
+
},
|
|
70973
|
+
required: ['resource_type', 'resource_id'],
|
|
70974
|
+
type: 'object',
|
|
70975
|
+
},
|
|
70976
|
+
],
|
|
70754
70977
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
70755
70978
|
},
|
|
70756
70979
|
exclude_locale_picker: {
|
|
@@ -71038,6 +71261,11 @@ const openapi = {
|
|
|
71038
71261
|
enum: ['full', 'restricted'],
|
|
71039
71262
|
type: 'string',
|
|
71040
71263
|
},
|
|
71264
|
+
read_only: {
|
|
71265
|
+
default: false,
|
|
71266
|
+
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.",
|
|
71267
|
+
type: 'boolean',
|
|
71268
|
+
},
|
|
71041
71269
|
},
|
|
71042
71270
|
type: 'object',
|
|
71043
71271
|
},
|
|
@@ -71120,15 +71348,42 @@ const openapi = {
|
|
|
71120
71348
|
},
|
|
71121
71349
|
deep_link: {
|
|
71122
71350
|
description: 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
71123
|
-
|
|
71124
|
-
|
|
71125
|
-
|
|
71126
|
-
|
|
71127
|
-
|
|
71351
|
+
discriminator: { propertyName: 'resource_type' },
|
|
71352
|
+
oneOf: [
|
|
71353
|
+
{
|
|
71354
|
+
properties: {
|
|
71355
|
+
resource_key: { type: 'string' },
|
|
71356
|
+
resource_type: {
|
|
71357
|
+
enum: ['reservation'],
|
|
71358
|
+
type: 'string',
|
|
71359
|
+
},
|
|
71360
|
+
},
|
|
71361
|
+
required: ['resource_type', 'resource_key'],
|
|
71362
|
+
type: 'object',
|
|
71128
71363
|
},
|
|
71129
|
-
|
|
71130
|
-
|
|
71131
|
-
|
|
71364
|
+
{
|
|
71365
|
+
properties: {
|
|
71366
|
+
resource_key: { type: 'string' },
|
|
71367
|
+
resource_type: {
|
|
71368
|
+
enum: ['space'],
|
|
71369
|
+
type: 'string',
|
|
71370
|
+
},
|
|
71371
|
+
},
|
|
71372
|
+
required: ['resource_type', 'resource_key'],
|
|
71373
|
+
type: 'object',
|
|
71374
|
+
},
|
|
71375
|
+
{
|
|
71376
|
+
properties: {
|
|
71377
|
+
resource_id: { type: 'string' },
|
|
71378
|
+
resource_type: {
|
|
71379
|
+
enum: ['device'],
|
|
71380
|
+
type: 'string',
|
|
71381
|
+
},
|
|
71382
|
+
},
|
|
71383
|
+
required: ['resource_type', 'resource_id'],
|
|
71384
|
+
type: 'object',
|
|
71385
|
+
},
|
|
71386
|
+
],
|
|
71132
71387
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
71133
71388
|
},
|
|
71134
71389
|
exclude_locale_picker: {
|
|
@@ -71416,6 +71671,11 @@ const openapi = {
|
|
|
71416
71671
|
enum: ['full', 'restricted'],
|
|
71417
71672
|
type: 'string',
|
|
71418
71673
|
},
|
|
71674
|
+
read_only: {
|
|
71675
|
+
default: false,
|
|
71676
|
+
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.",
|
|
71677
|
+
type: 'boolean',
|
|
71678
|
+
},
|
|
71419
71679
|
},
|
|
71420
71680
|
type: 'object',
|
|
71421
71681
|
},
|
|
@@ -71662,6 +71922,7 @@ const openapi = {
|
|
|
71662
71922
|
},
|
|
71663
71923
|
security: [
|
|
71664
71924
|
{ client_session_with_customer: [] },
|
|
71925
|
+
{ client_session_with_customer_ro: [] },
|
|
71665
71926
|
{ console_session_with_workspace: [] },
|
|
71666
71927
|
],
|
|
71667
71928
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -71879,6 +72140,7 @@ const openapi = {
|
|
|
71879
72140
|
},
|
|
71880
72141
|
security: [
|
|
71881
72142
|
{ client_session_with_customer: [] },
|
|
72143
|
+
{ client_session_with_customer_ro: [] },
|
|
71882
72144
|
{ console_session_with_workspace: [] },
|
|
71883
72145
|
],
|
|
71884
72146
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -72223,6 +72485,7 @@ const openapi = {
|
|
|
72223
72485
|
},
|
|
72224
72486
|
security: [
|
|
72225
72487
|
{ client_session_with_customer: [] },
|
|
72488
|
+
{ client_session_with_customer_ro: [] },
|
|
72226
72489
|
{ console_session_with_workspace: [] },
|
|
72227
72490
|
],
|
|
72228
72491
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -72530,6 +72793,7 @@ const openapi = {
|
|
|
72530
72793
|
},
|
|
72531
72794
|
security: [
|
|
72532
72795
|
{ client_session_with_customer: [] },
|
|
72796
|
+
{ client_session_with_customer_ro: [] },
|
|
72533
72797
|
{ console_session_with_workspace: [] },
|
|
72534
72798
|
],
|
|
72535
72799
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -72590,6 +72854,7 @@ const openapi = {
|
|
|
72590
72854
|
},
|
|
72591
72855
|
security: [
|
|
72592
72856
|
{ client_session_with_customer: [] },
|
|
72857
|
+
{ client_session_with_customer_ro: [] },
|
|
72593
72858
|
{ console_session_with_workspace: [] },
|
|
72594
72859
|
],
|
|
72595
72860
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -72648,6 +72913,7 @@ const openapi = {
|
|
|
72648
72913
|
},
|
|
72649
72914
|
security: [
|
|
72650
72915
|
{ client_session_with_customer: [] },
|
|
72916
|
+
{ client_session_with_customer_ro: [] },
|
|
72651
72917
|
{ console_session_with_workspace: [] },
|
|
72652
72918
|
],
|
|
72653
72919
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -73128,6 +73394,7 @@ const openapi = {
|
|
|
73128
73394
|
security: [
|
|
73129
73395
|
{ console_session_with_workspace: [] },
|
|
73130
73396
|
{ client_session_with_customer: [] },
|
|
73397
|
+
{ client_session_with_customer_ro: [] },
|
|
73131
73398
|
],
|
|
73132
73399
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
73133
73400
|
tags: [],
|
|
@@ -73299,6 +73566,7 @@ const openapi = {
|
|
|
73299
73566
|
security: [
|
|
73300
73567
|
{ console_session_with_workspace: [] },
|
|
73301
73568
|
{ client_session_with_customer: [] },
|
|
73569
|
+
{ client_session_with_customer_ro: [] },
|
|
73302
73570
|
],
|
|
73303
73571
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
73304
73572
|
tags: [],
|
|
@@ -73502,6 +73770,7 @@ const openapi = {
|
|
|
73502
73770
|
},
|
|
73503
73771
|
security: [
|
|
73504
73772
|
{ client_session_with_customer: [] },
|
|
73773
|
+
{ client_session_with_customer_ro: [] },
|
|
73505
73774
|
{ console_session_with_workspace: [] },
|
|
73506
73775
|
],
|
|
73507
73776
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -73579,6 +73848,7 @@ const openapi = {
|
|
|
73579
73848
|
},
|
|
73580
73849
|
security: [
|
|
73581
73850
|
{ client_session_with_customer: [] },
|
|
73851
|
+
{ client_session_with_customer_ro: [] },
|
|
73582
73852
|
{ console_session_with_workspace: [] },
|
|
73583
73853
|
],
|
|
73584
73854
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -73723,7 +73993,10 @@ const openapi = {
|
|
|
73723
73993
|
400: { description: 'Bad Request' },
|
|
73724
73994
|
401: { description: 'Unauthorized' },
|
|
73725
73995
|
},
|
|
73726
|
-
security: [
|
|
73996
|
+
security: [
|
|
73997
|
+
{ client_session_with_customer: [] },
|
|
73998
|
+
{ client_session_with_customer_ro: [] },
|
|
73999
|
+
],
|
|
73727
74000
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
73728
74001
|
tags: [],
|
|
73729
74002
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -73863,7 +74136,10 @@ const openapi = {
|
|
|
73863
74136
|
400: { description: 'Bad Request' },
|
|
73864
74137
|
401: { description: 'Unauthorized' },
|
|
73865
74138
|
},
|
|
73866
|
-
security: [
|
|
74139
|
+
security: [
|
|
74140
|
+
{ client_session_with_customer: [] },
|
|
74141
|
+
{ client_session_with_customer_ro: [] },
|
|
74142
|
+
],
|
|
73867
74143
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
73868
74144
|
tags: [],
|
|
73869
74145
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -74020,7 +74296,10 @@ const openapi = {
|
|
|
74020
74296
|
400: { description: 'Bad Request' },
|
|
74021
74297
|
401: { description: 'Unauthorized' },
|
|
74022
74298
|
},
|
|
74023
|
-
security: [
|
|
74299
|
+
security: [
|
|
74300
|
+
{ client_session_with_customer: [] },
|
|
74301
|
+
{ client_session_with_customer_ro: [] },
|
|
74302
|
+
],
|
|
74024
74303
|
summary: '/seam/customer/v1/staff_members/get',
|
|
74025
74304
|
tags: [],
|
|
74026
74305
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74113,7 +74392,10 @@ const openapi = {
|
|
|
74113
74392
|
400: { description: 'Bad Request' },
|
|
74114
74393
|
401: { description: 'Unauthorized' },
|
|
74115
74394
|
},
|
|
74116
|
-
security: [
|
|
74395
|
+
security: [
|
|
74396
|
+
{ client_session_with_customer: [] },
|
|
74397
|
+
{ client_session_with_customer_ro: [] },
|
|
74398
|
+
],
|
|
74117
74399
|
summary: '/seam/customer/v1/staff_members/get',
|
|
74118
74400
|
tags: [],
|
|
74119
74401
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74232,7 +74514,10 @@ const openapi = {
|
|
|
74232
74514
|
400: { description: 'Bad Request' },
|
|
74233
74515
|
401: { description: 'Unauthorized' },
|
|
74234
74516
|
},
|
|
74235
|
-
security: [
|
|
74517
|
+
security: [
|
|
74518
|
+
{ client_session_with_customer: [] },
|
|
74519
|
+
{ client_session_with_customer_ro: [] },
|
|
74520
|
+
],
|
|
74236
74521
|
summary: '/seam/customer/v1/staff_members/list',
|
|
74237
74522
|
tags: [],
|
|
74238
74523
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -74338,7 +74623,10 @@ const openapi = {
|
|
|
74338
74623
|
400: { description: 'Bad Request' },
|
|
74339
74624
|
401: { description: 'Unauthorized' },
|
|
74340
74625
|
},
|
|
74341
|
-
security: [
|
|
74626
|
+
security: [
|
|
74627
|
+
{ client_session_with_customer: [] },
|
|
74628
|
+
{ client_session_with_customer_ro: [] },
|
|
74629
|
+
],
|
|
74342
74630
|
summary: '/seam/customer/v1/staff_members/list',
|
|
74343
74631
|
tags: [],
|
|
74344
74632
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -75087,6 +75375,7 @@ const openapi = {
|
|
|
75087
75375
|
},
|
|
75088
75376
|
security: [
|
|
75089
75377
|
{ client_session_with_customer: [] },
|
|
75378
|
+
{ client_session_with_customer_ro: [] },
|
|
75090
75379
|
{ console_session_with_workspace: [] },
|
|
75091
75380
|
{ api_key: [] },
|
|
75092
75381
|
],
|
|
@@ -75220,6 +75509,7 @@ const openapi = {
|
|
|
75220
75509
|
},
|
|
75221
75510
|
security: [
|
|
75222
75511
|
{ client_session_with_customer: [] },
|
|
75512
|
+
{ client_session_with_customer_ro: [] },
|
|
75223
75513
|
{ console_session_with_workspace: [] },
|
|
75224
75514
|
{ api_key: [] },
|
|
75225
75515
|
],
|
|
@@ -75851,6 +76141,7 @@ const openapi = {
|
|
|
75851
76141
|
{ console_session_with_workspace: [] },
|
|
75852
76142
|
{ api_key: [] },
|
|
75853
76143
|
{ client_session_with_customer: [] },
|
|
76144
|
+
{ client_session_with_customer_ro: [] },
|
|
75854
76145
|
{ support_read_only_token: [] },
|
|
75855
76146
|
],
|
|
75856
76147
|
summary: '/spaces/get',
|
|
@@ -75919,6 +76210,7 @@ const openapi = {
|
|
|
75919
76210
|
{ console_session_with_workspace: [] },
|
|
75920
76211
|
{ api_key: [] },
|
|
75921
76212
|
{ client_session_with_customer: [] },
|
|
76213
|
+
{ client_session_with_customer_ro: [] },
|
|
75922
76214
|
{ support_read_only_token: [] },
|
|
75923
76215
|
],
|
|
75924
76216
|
summary: '/spaces/get',
|
|
@@ -76046,6 +76338,7 @@ const openapi = {
|
|
|
76046
76338
|
{ console_session_with_workspace: [] },
|
|
76047
76339
|
{ api_key: [] },
|
|
76048
76340
|
{ client_session_with_customer: [] },
|
|
76341
|
+
{ client_session_with_customer_ro: [] },
|
|
76049
76342
|
{ support_read_only_token: [] },
|
|
76050
76343
|
],
|
|
76051
76344
|
summary: '/spaces/get_related',
|
|
@@ -76172,6 +76465,7 @@ const openapi = {
|
|
|
76172
76465
|
{ console_session_with_workspace: [] },
|
|
76173
76466
|
{ api_key: [] },
|
|
76174
76467
|
{ client_session_with_customer: [] },
|
|
76468
|
+
{ client_session_with_customer_ro: [] },
|
|
76175
76469
|
{ support_read_only_token: [] },
|
|
76176
76470
|
],
|
|
76177
76471
|
summary: '/spaces/get_related',
|
|
@@ -76299,6 +76593,7 @@ const openapi = {
|
|
|
76299
76593
|
{ console_session_with_workspace: [] },
|
|
76300
76594
|
{ api_key: [] },
|
|
76301
76595
|
{ client_session_with_customer: [] },
|
|
76596
|
+
{ client_session_with_customer_ro: [] },
|
|
76302
76597
|
{ support_read_only_token: [] },
|
|
76303
76598
|
],
|
|
76304
76599
|
summary: '/spaces/list',
|
|
@@ -76393,6 +76688,7 @@ const openapi = {
|
|
|
76393
76688
|
{ console_session_with_workspace: [] },
|
|
76394
76689
|
{ api_key: [] },
|
|
76395
76690
|
{ client_session_with_customer: [] },
|
|
76691
|
+
{ client_session_with_customer_ro: [] },
|
|
76396
76692
|
{ support_read_only_token: [] },
|
|
76397
76693
|
],
|
|
76398
76694
|
summary: '/spaces/list',
|
|
@@ -78849,6 +79145,7 @@ const openapi = {
|
|
|
78849
79145
|
{ pat_with_workspace: [] },
|
|
78850
79146
|
{ console_session_with_workspace: [] },
|
|
78851
79147
|
{ client_session_with_customer: [] },
|
|
79148
|
+
{ client_session_with_customer_ro: [] },
|
|
78852
79149
|
{ support_read_only_token: [] },
|
|
78853
79150
|
],
|
|
78854
79151
|
summary: '/thermostats/schedules/list',
|
|
@@ -78913,6 +79210,7 @@ const openapi = {
|
|
|
78913
79210
|
{ pat_with_workspace: [] },
|
|
78914
79211
|
{ console_session_with_workspace: [] },
|
|
78915
79212
|
{ client_session_with_customer: [] },
|
|
79213
|
+
{ client_session_with_customer_ro: [] },
|
|
78916
79214
|
{ support_read_only_token: [] },
|
|
78917
79215
|
],
|
|
78918
79216
|
summary: '/thermostats/schedules/list',
|
|
@@ -81377,6 +81675,7 @@ const openapi = {
|
|
|
81377
81675
|
{ pat_with_workspace: [] },
|
|
81378
81676
|
{ console_session_with_workspace: [] },
|
|
81379
81677
|
{ client_session_with_customer: [] },
|
|
81678
|
+
{ client_session_with_customer_ro: [] },
|
|
81380
81679
|
{ support_read_only_token: [] },
|
|
81381
81680
|
],
|
|
81382
81681
|
summary: '/user_identities/get',
|
|
@@ -81442,6 +81741,7 @@ const openapi = {
|
|
|
81442
81741
|
{ pat_with_workspace: [] },
|
|
81443
81742
|
{ console_session_with_workspace: [] },
|
|
81444
81743
|
{ client_session_with_customer: [] },
|
|
81744
|
+
{ client_session_with_customer_ro: [] },
|
|
81445
81745
|
{ support_read_only_token: [] },
|
|
81446
81746
|
],
|
|
81447
81747
|
summary: '/user_identities/get',
|
|
@@ -84282,6 +84582,7 @@ const openapi = {
|
|
|
84282
84582
|
},
|
|
84283
84583
|
security: [
|
|
84284
84584
|
{ client_session_with_customer: [] },
|
|
84585
|
+
{ client_session_with_customer_ro: [] },
|
|
84285
84586
|
{ pat_with_workspace: [] },
|
|
84286
84587
|
{ console_session_with_workspace: [] },
|
|
84287
84588
|
{ api_key: [] },
|
|
@@ -84334,6 +84635,7 @@ const openapi = {
|
|
|
84334
84635
|
},
|
|
84335
84636
|
security: [
|
|
84336
84637
|
{ client_session_with_customer: [] },
|
|
84638
|
+
{ client_session_with_customer_ro: [] },
|
|
84337
84639
|
{ pat_with_workspace: [] },
|
|
84338
84640
|
{ console_session_with_workspace: [] },
|
|
84339
84641
|
{ api_key: [] },
|
|
@@ -84388,6 +84690,7 @@ const openapi = {
|
|
|
84388
84690
|
},
|
|
84389
84691
|
security: [
|
|
84390
84692
|
{ client_session_with_customer: [] },
|
|
84693
|
+
{ client_session_with_customer_ro: [] },
|
|
84391
84694
|
{ pat_with_workspace: [] },
|
|
84392
84695
|
{ console_session_with_workspace: [] },
|
|
84393
84696
|
{ api_key: [] },
|
|
@@ -84445,6 +84748,7 @@ const openapi = {
|
|
|
84445
84748
|
},
|
|
84446
84749
|
security: [
|
|
84447
84750
|
{ client_session_with_customer: [] },
|
|
84751
|
+
{ client_session_with_customer_ro: [] },
|
|
84448
84752
|
{ pat_with_workspace: [] },
|
|
84449
84753
|
{ console_session_with_workspace: [] },
|
|
84450
84754
|
{ api_key: [] },
|
|
@@ -85111,6 +85415,7 @@ const openapi = {
|
|
|
85111
85415
|
{ console_session_with_workspace: [] },
|
|
85112
85416
|
{ client_session: [] },
|
|
85113
85417
|
{ client_session_with_customer: [] },
|
|
85418
|
+
{ client_session_with_customer_ro: [] },
|
|
85114
85419
|
{ pat_with_workspace: [] },
|
|
85115
85420
|
{ support_read_only_token: [] },
|
|
85116
85421
|
],
|
|
@@ -85149,6 +85454,7 @@ const openapi = {
|
|
|
85149
85454
|
{ console_session_with_workspace: [] },
|
|
85150
85455
|
{ client_session: [] },
|
|
85151
85456
|
{ client_session_with_customer: [] },
|
|
85457
|
+
{ client_session_with_customer_ro: [] },
|
|
85152
85458
|
{ pat_with_workspace: [] },
|
|
85153
85459
|
{ support_read_only_token: [] },
|
|
85154
85460
|
],
|