@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
|
@@ -34656,6 +34656,11 @@ const openapi: OpenAPISpec = {
|
|
|
34656
34656
|
scheme: 'bearer',
|
|
34657
34657
|
type: 'http',
|
|
34658
34658
|
},
|
|
34659
|
+
client_session_with_customer_ro: {
|
|
34660
|
+
bearerFormat: 'Customer Client Session Token (Read-Only)',
|
|
34661
|
+
scheme: 'bearer',
|
|
34662
|
+
type: 'http',
|
|
34663
|
+
},
|
|
34659
34664
|
console_session_with_workspace: {
|
|
34660
34665
|
bearerFormat: 'Console Session Token',
|
|
34661
34666
|
scheme: 'bearer',
|
|
@@ -35403,6 +35408,7 @@ const openapi: OpenAPISpec = {
|
|
|
35403
35408
|
{ console_session_with_workspace: [] },
|
|
35404
35409
|
{ client_session: [] },
|
|
35405
35410
|
{ client_session_with_customer: [] },
|
|
35411
|
+
{ client_session_with_customer_ro: [] },
|
|
35406
35412
|
{ support_read_only_token: [] },
|
|
35407
35413
|
],
|
|
35408
35414
|
summary: '/access_codes/get',
|
|
@@ -35470,6 +35476,7 @@ const openapi: OpenAPISpec = {
|
|
|
35470
35476
|
{ console_session_with_workspace: [] },
|
|
35471
35477
|
{ client_session: [] },
|
|
35472
35478
|
{ client_session_with_customer: [] },
|
|
35479
|
+
{ client_session_with_customer_ro: [] },
|
|
35473
35480
|
{ support_read_only_token: [] },
|
|
35474
35481
|
],
|
|
35475
35482
|
summary: '/access_codes/get',
|
|
@@ -35724,6 +35731,7 @@ const openapi: OpenAPISpec = {
|
|
|
35724
35731
|
{ console_session_with_workspace: [] },
|
|
35725
35732
|
{ client_session: [] },
|
|
35726
35733
|
{ client_session_with_customer: [] },
|
|
35734
|
+
{ client_session_with_customer_ro: [] },
|
|
35727
35735
|
],
|
|
35728
35736
|
summary: '/access_codes/get_timeline',
|
|
35729
35737
|
tags: ['/access_codes'],
|
|
@@ -35961,6 +35969,7 @@ const openapi: OpenAPISpec = {
|
|
|
35961
35969
|
{ console_session_with_workspace: [] },
|
|
35962
35970
|
{ client_session: [] },
|
|
35963
35971
|
{ client_session_with_customer: [] },
|
|
35972
|
+
{ client_session_with_customer_ro: [] },
|
|
35964
35973
|
],
|
|
35965
35974
|
summary: '/access_codes/get_timeline',
|
|
35966
35975
|
tags: ['/access_codes'],
|
|
@@ -36103,6 +36112,7 @@ const openapi: OpenAPISpec = {
|
|
|
36103
36112
|
security: [
|
|
36104
36113
|
{ client_session: [] },
|
|
36105
36114
|
{ client_session_with_customer: [] },
|
|
36115
|
+
{ client_session_with_customer_ro: [] },
|
|
36106
36116
|
{ pat_with_workspace: [] },
|
|
36107
36117
|
{ console_session_with_workspace: [] },
|
|
36108
36118
|
{ api_key: [] },
|
|
@@ -36215,6 +36225,7 @@ const openapi: OpenAPISpec = {
|
|
|
36215
36225
|
security: [
|
|
36216
36226
|
{ client_session: [] },
|
|
36217
36227
|
{ client_session_with_customer: [] },
|
|
36228
|
+
{ client_session_with_customer_ro: [] },
|
|
36218
36229
|
{ pat_with_workspace: [] },
|
|
36219
36230
|
{ console_session_with_workspace: [] },
|
|
36220
36231
|
{ api_key: [] },
|
|
@@ -36770,6 +36781,7 @@ const openapi: OpenAPISpec = {
|
|
|
36770
36781
|
security: [
|
|
36771
36782
|
{ client_session: [] },
|
|
36772
36783
|
{ client_session_with_customer: [] },
|
|
36784
|
+
{ client_session_with_customer_ro: [] },
|
|
36773
36785
|
{ pat_with_workspace: [] },
|
|
36774
36786
|
{ console_session_with_workspace: [] },
|
|
36775
36787
|
{ api_key: [] },
|
|
@@ -36839,6 +36851,7 @@ const openapi: OpenAPISpec = {
|
|
|
36839
36851
|
security: [
|
|
36840
36852
|
{ client_session: [] },
|
|
36841
36853
|
{ client_session_with_customer: [] },
|
|
36854
|
+
{ client_session_with_customer_ro: [] },
|
|
36842
36855
|
{ pat_with_workspace: [] },
|
|
36843
36856
|
{ console_session_with_workspace: [] },
|
|
36844
36857
|
{ api_key: [] },
|
|
@@ -36943,6 +36956,7 @@ const openapi: OpenAPISpec = {
|
|
|
36943
36956
|
security: [
|
|
36944
36957
|
{ client_session: [] },
|
|
36945
36958
|
{ client_session_with_customer: [] },
|
|
36959
|
+
{ client_session_with_customer_ro: [] },
|
|
36946
36960
|
{ pat_with_workspace: [] },
|
|
36947
36961
|
{ console_session_with_workspace: [] },
|
|
36948
36962
|
{ api_key: [] },
|
|
@@ -37030,6 +37044,7 @@ const openapi: OpenAPISpec = {
|
|
|
37030
37044
|
security: [
|
|
37031
37045
|
{ client_session: [] },
|
|
37032
37046
|
{ client_session_with_customer: [] },
|
|
37047
|
+
{ client_session_with_customer_ro: [] },
|
|
37033
37048
|
{ pat_with_workspace: [] },
|
|
37034
37049
|
{ console_session_with_workspace: [] },
|
|
37035
37050
|
{ api_key: [] },
|
|
@@ -38133,6 +38148,7 @@ const openapi: OpenAPISpec = {
|
|
|
38133
38148
|
{ console_session_with_workspace: [] },
|
|
38134
38149
|
{ api_key: [] },
|
|
38135
38150
|
{ client_session_with_customer: [] },
|
|
38151
|
+
{ client_session_with_customer_ro: [] },
|
|
38136
38152
|
{ support_read_only_token: [] },
|
|
38137
38153
|
],
|
|
38138
38154
|
summary: '/access_grants/get',
|
|
@@ -38201,6 +38217,7 @@ const openapi: OpenAPISpec = {
|
|
|
38201
38217
|
{ console_session_with_workspace: [] },
|
|
38202
38218
|
{ api_key: [] },
|
|
38203
38219
|
{ client_session_with_customer: [] },
|
|
38220
|
+
{ client_session_with_customer_ro: [] },
|
|
38204
38221
|
{ support_read_only_token: [] },
|
|
38205
38222
|
],
|
|
38206
38223
|
summary: '/access_grants/get',
|
|
@@ -38670,6 +38687,7 @@ const openapi: OpenAPISpec = {
|
|
|
38670
38687
|
{ console_session_with_workspace: [] },
|
|
38671
38688
|
{ api_key: [] },
|
|
38672
38689
|
{ client_session_with_customer: [] },
|
|
38690
|
+
{ client_session_with_customer_ro: [] },
|
|
38673
38691
|
{ support_read_only_token: [] },
|
|
38674
38692
|
],
|
|
38675
38693
|
summary: '/access_grants/list',
|
|
@@ -38797,6 +38815,7 @@ const openapi: OpenAPISpec = {
|
|
|
38797
38815
|
{ console_session_with_workspace: [] },
|
|
38798
38816
|
{ api_key: [] },
|
|
38799
38817
|
{ client_session_with_customer: [] },
|
|
38818
|
+
{ client_session_with_customer_ro: [] },
|
|
38800
38819
|
{ support_read_only_token: [] },
|
|
38801
38820
|
],
|
|
38802
38821
|
summary: '/access_grants/list',
|
|
@@ -39596,6 +39615,7 @@ const openapi: OpenAPISpec = {
|
|
|
39596
39615
|
{ console_session_with_workspace: [] },
|
|
39597
39616
|
{ api_key: [] },
|
|
39598
39617
|
{ client_session_with_customer: [] },
|
|
39618
|
+
{ client_session_with_customer_ro: [] },
|
|
39599
39619
|
{ support_read_only_token: [] },
|
|
39600
39620
|
],
|
|
39601
39621
|
summary: '/access_grants/unmanaged/get',
|
|
@@ -40309,6 +40329,7 @@ const openapi: OpenAPISpec = {
|
|
|
40309
40329
|
{ console_session_with_workspace: [] },
|
|
40310
40330
|
{ api_key: [] },
|
|
40311
40331
|
{ client_session_with_customer: [] },
|
|
40332
|
+
{ client_session_with_customer_ro: [] },
|
|
40312
40333
|
{ support_read_only_token: [] },
|
|
40313
40334
|
],
|
|
40314
40335
|
summary: '/access_grants/unmanaged/get',
|
|
@@ -41076,6 +41097,7 @@ const openapi: OpenAPISpec = {
|
|
|
41076
41097
|
{ console_session_with_workspace: [] },
|
|
41077
41098
|
{ api_key: [] },
|
|
41078
41099
|
{ client_session_with_customer: [] },
|
|
41100
|
+
{ client_session_with_customer_ro: [] },
|
|
41079
41101
|
{ support_read_only_token: [] },
|
|
41080
41102
|
],
|
|
41081
41103
|
summary: '/access_grants/unmanaged/list',
|
|
@@ -41827,6 +41849,7 @@ const openapi: OpenAPISpec = {
|
|
|
41827
41849
|
{ console_session_with_workspace: [] },
|
|
41828
41850
|
{ api_key: [] },
|
|
41829
41851
|
{ client_session_with_customer: [] },
|
|
41852
|
+
{ client_session_with_customer_ro: [] },
|
|
41830
41853
|
{ support_read_only_token: [] },
|
|
41831
41854
|
],
|
|
41832
41855
|
summary: '/access_grants/unmanaged/list',
|
|
@@ -42581,6 +42604,7 @@ const openapi: OpenAPISpec = {
|
|
|
42581
42604
|
{ console_session_with_workspace: [] },
|
|
42582
42605
|
{ api_key: [] },
|
|
42583
42606
|
{ client_session_with_customer: [] },
|
|
42607
|
+
{ client_session_with_customer_ro: [] },
|
|
42584
42608
|
{ support_read_only_token: [] },
|
|
42585
42609
|
],
|
|
42586
42610
|
summary: '/access_methods/get_related',
|
|
@@ -42721,6 +42745,7 @@ const openapi: OpenAPISpec = {
|
|
|
42721
42745
|
{ console_session_with_workspace: [] },
|
|
42722
42746
|
{ api_key: [] },
|
|
42723
42747
|
{ client_session_with_customer: [] },
|
|
42748
|
+
{ client_session_with_customer_ro: [] },
|
|
42724
42749
|
{ support_read_only_token: [] },
|
|
42725
42750
|
],
|
|
42726
42751
|
summary: '/access_methods/get_related',
|
|
@@ -42834,6 +42859,7 @@ const openapi: OpenAPISpec = {
|
|
|
42834
42859
|
{ console_session_with_workspace: [] },
|
|
42835
42860
|
{ api_key: [] },
|
|
42836
42861
|
{ client_session_with_customer: [] },
|
|
42862
|
+
{ client_session_with_customer_ro: [] },
|
|
42837
42863
|
{ support_read_only_token: [] },
|
|
42838
42864
|
],
|
|
42839
42865
|
summary: '/access_methods/list',
|
|
@@ -42922,6 +42948,7 @@ const openapi: OpenAPISpec = {
|
|
|
42922
42948
|
{ console_session_with_workspace: [] },
|
|
42923
42949
|
{ api_key: [] },
|
|
42924
42950
|
{ client_session_with_customer: [] },
|
|
42951
|
+
{ client_session_with_customer_ro: [] },
|
|
42925
42952
|
{ support_read_only_token: [] },
|
|
42926
42953
|
],
|
|
42927
42954
|
summary: '/access_methods/list',
|
|
@@ -44600,6 +44627,7 @@ const openapi: OpenAPISpec = {
|
|
|
44600
44627
|
{ console_session_with_workspace: [] },
|
|
44601
44628
|
{ api_key: [] },
|
|
44602
44629
|
{ client_session_with_customer: [] },
|
|
44630
|
+
{ client_session_with_customer_ro: [] },
|
|
44603
44631
|
{ support_read_only_token: [] },
|
|
44604
44632
|
],
|
|
44605
44633
|
summary: '/access_methods/unmanaged/list',
|
|
@@ -45151,6 +45179,7 @@ const openapi: OpenAPISpec = {
|
|
|
45151
45179
|
{ console_session_with_workspace: [] },
|
|
45152
45180
|
{ api_key: [] },
|
|
45153
45181
|
{ client_session_with_customer: [] },
|
|
45182
|
+
{ client_session_with_customer_ro: [] },
|
|
45154
45183
|
{ support_read_only_token: [] },
|
|
45155
45184
|
],
|
|
45156
45185
|
summary: '/access_methods/unmanaged/list',
|
|
@@ -48158,6 +48187,7 @@ const openapi: OpenAPISpec = {
|
|
|
48158
48187
|
{ console_session_with_workspace: [] },
|
|
48159
48188
|
{ api_key: [] },
|
|
48160
48189
|
{ client_session_with_customer: [] },
|
|
48190
|
+
{ client_session_with_customer_ro: [] },
|
|
48161
48191
|
{ support_read_only_token: [] },
|
|
48162
48192
|
],
|
|
48163
48193
|
summary: '/acs/encoders/list',
|
|
@@ -48267,6 +48297,7 @@ const openapi: OpenAPISpec = {
|
|
|
48267
48297
|
{ console_session_with_workspace: [] },
|
|
48268
48298
|
{ api_key: [] },
|
|
48269
48299
|
{ client_session_with_customer: [] },
|
|
48300
|
+
{ client_session_with_customer_ro: [] },
|
|
48270
48301
|
{ support_read_only_token: [] },
|
|
48271
48302
|
],
|
|
48272
48303
|
summary: '/acs/encoders/list',
|
|
@@ -48816,6 +48847,7 @@ const openapi: OpenAPISpec = {
|
|
|
48816
48847
|
{ pat_with_workspace: [] },
|
|
48817
48848
|
{ console_session_with_workspace: [] },
|
|
48818
48849
|
{ client_session_with_customer: [] },
|
|
48850
|
+
{ client_session_with_customer_ro: [] },
|
|
48819
48851
|
{ client_session: [] },
|
|
48820
48852
|
{ support_read_only_token: [] },
|
|
48821
48853
|
],
|
|
@@ -48872,6 +48904,7 @@ const openapi: OpenAPISpec = {
|
|
|
48872
48904
|
{ pat_with_workspace: [] },
|
|
48873
48905
|
{ console_session_with_workspace: [] },
|
|
48874
48906
|
{ client_session_with_customer: [] },
|
|
48907
|
+
{ client_session_with_customer_ro: [] },
|
|
48875
48908
|
{ client_session: [] },
|
|
48876
48909
|
{ support_read_only_token: [] },
|
|
48877
48910
|
],
|
|
@@ -49084,6 +49117,7 @@ const openapi: OpenAPISpec = {
|
|
|
49084
49117
|
{ pat_with_workspace: [] },
|
|
49085
49118
|
{ console_session_with_workspace: [] },
|
|
49086
49119
|
{ client_session_with_customer: [] },
|
|
49120
|
+
{ client_session_with_customer_ro: [] },
|
|
49087
49121
|
{ support_read_only_token: [] },
|
|
49088
49122
|
],
|
|
49089
49123
|
summary: '/acs/entrances/list',
|
|
@@ -49200,6 +49234,7 @@ const openapi: OpenAPISpec = {
|
|
|
49200
49234
|
{ pat_with_workspace: [] },
|
|
49201
49235
|
{ console_session_with_workspace: [] },
|
|
49202
49236
|
{ client_session_with_customer: [] },
|
|
49237
|
+
{ client_session_with_customer_ro: [] },
|
|
49203
49238
|
{ support_read_only_token: [] },
|
|
49204
49239
|
],
|
|
49205
49240
|
summary: '/acs/entrances/list',
|
|
@@ -49579,6 +49614,7 @@ const openapi: OpenAPISpec = {
|
|
|
49579
49614
|
{ pat_with_workspace: [] },
|
|
49580
49615
|
{ console_session_with_workspace: [] },
|
|
49581
49616
|
{ client_session_with_customer: [] },
|
|
49617
|
+
{ client_session_with_customer_ro: [] },
|
|
49582
49618
|
{ api_key: [] },
|
|
49583
49619
|
{ support_read_only_token: [] },
|
|
49584
49620
|
],
|
|
@@ -49649,6 +49685,7 @@ const openapi: OpenAPISpec = {
|
|
|
49649
49685
|
{ pat_with_workspace: [] },
|
|
49650
49686
|
{ console_session_with_workspace: [] },
|
|
49651
49687
|
{ client_session_with_customer: [] },
|
|
49688
|
+
{ client_session_with_customer_ro: [] },
|
|
49652
49689
|
{ api_key: [] },
|
|
49653
49690
|
{ support_read_only_token: [] },
|
|
49654
49691
|
],
|
|
@@ -51641,6 +51678,7 @@ const openapi: OpenAPISpec = {
|
|
|
51641
51678
|
{ console_session_with_workspace: [] },
|
|
51642
51679
|
{ api_key: [] },
|
|
51643
51680
|
{ client_session_with_customer: [] },
|
|
51681
|
+
{ client_session_with_customer_ro: [] },
|
|
51644
51682
|
{ support_read_only_token: [] },
|
|
51645
51683
|
],
|
|
51646
51684
|
summary: '/action_attempts/get',
|
|
@@ -51700,6 +51738,7 @@ const openapi: OpenAPISpec = {
|
|
|
51700
51738
|
{ console_session_with_workspace: [] },
|
|
51701
51739
|
{ api_key: [] },
|
|
51702
51740
|
{ client_session_with_customer: [] },
|
|
51741
|
+
{ client_session_with_customer_ro: [] },
|
|
51703
51742
|
{ support_read_only_token: [] },
|
|
51704
51743
|
],
|
|
51705
51744
|
summary: '/action_attempts/get',
|
|
@@ -53427,6 +53466,7 @@ const openapi: OpenAPISpec = {
|
|
|
53427
53466
|
security: [
|
|
53428
53467
|
{ client_session: [] },
|
|
53429
53468
|
{ client_session_with_customer: [] },
|
|
53469
|
+
{ client_session_with_customer_ro: [] },
|
|
53430
53470
|
{ pat_with_workspace: [] },
|
|
53431
53471
|
{ console_session_with_workspace: [] },
|
|
53432
53472
|
{ api_key: [] },
|
|
@@ -53486,6 +53526,7 @@ const openapi: OpenAPISpec = {
|
|
|
53486
53526
|
security: [
|
|
53487
53527
|
{ client_session: [] },
|
|
53488
53528
|
{ client_session_with_customer: [] },
|
|
53529
|
+
{ client_session_with_customer_ro: [] },
|
|
53489
53530
|
{ pat_with_workspace: [] },
|
|
53490
53531
|
{ console_session_with_workspace: [] },
|
|
53491
53532
|
{ api_key: [] },
|
|
@@ -53593,6 +53634,7 @@ const openapi: OpenAPISpec = {
|
|
|
53593
53634
|
security: [
|
|
53594
53635
|
{ client_session: [] },
|
|
53595
53636
|
{ client_session_with_customer: [] },
|
|
53637
|
+
{ client_session_with_customer_ro: [] },
|
|
53596
53638
|
{ pat_with_workspace: [] },
|
|
53597
53639
|
{ console_session_with_workspace: [] },
|
|
53598
53640
|
{ api_key: [] },
|
|
@@ -53684,6 +53726,7 @@ const openapi: OpenAPISpec = {
|
|
|
53684
53726
|
security: [
|
|
53685
53727
|
{ client_session: [] },
|
|
53686
53728
|
{ client_session_with_customer: [] },
|
|
53729
|
+
{ client_session_with_customer_ro: [] },
|
|
53687
53730
|
{ pat_with_workspace: [] },
|
|
53688
53731
|
{ console_session_with_workspace: [] },
|
|
53689
53732
|
{ api_key: [] },
|
|
@@ -53841,6 +53884,7 @@ const openapi: OpenAPISpec = {
|
|
|
53841
53884
|
security: [
|
|
53842
53885
|
{ client_session: [] },
|
|
53843
53886
|
{ client_session_with_customer: [] },
|
|
53887
|
+
{ client_session_with_customer_ro: [] },
|
|
53844
53888
|
{ api_key: [] },
|
|
53845
53889
|
{ pat_with_workspace: [] },
|
|
53846
53890
|
{ console_session_with_workspace: [] },
|
|
@@ -53916,6 +53960,7 @@ const openapi: OpenAPISpec = {
|
|
|
53916
53960
|
security: [
|
|
53917
53961
|
{ client_session: [] },
|
|
53918
53962
|
{ client_session_with_customer: [] },
|
|
53963
|
+
{ client_session_with_customer_ro: [] },
|
|
53919
53964
|
{ api_key: [] },
|
|
53920
53965
|
{ pat_with_workspace: [] },
|
|
53921
53966
|
{ console_session_with_workspace: [] },
|
|
@@ -54036,6 +54081,7 @@ const openapi: OpenAPISpec = {
|
|
|
54036
54081
|
{ pat_with_workspace: [] },
|
|
54037
54082
|
{ console_session_with_workspace: [] },
|
|
54038
54083
|
{ client_session_with_customer: [] },
|
|
54084
|
+
{ client_session_with_customer_ro: [] },
|
|
54039
54085
|
{ support_read_only_token: [] },
|
|
54040
54086
|
],
|
|
54041
54087
|
summary: '/connected_accounts/list',
|
|
@@ -54133,6 +54179,7 @@ const openapi: OpenAPISpec = {
|
|
|
54133
54179
|
{ pat_with_workspace: [] },
|
|
54134
54180
|
{ console_session_with_workspace: [] },
|
|
54135
54181
|
{ client_session_with_customer: [] },
|
|
54182
|
+
{ client_session_with_customer_ro: [] },
|
|
54136
54183
|
{ support_read_only_token: [] },
|
|
54137
54184
|
],
|
|
54138
54185
|
summary: '/connected_accounts/list',
|
|
@@ -54486,6 +54533,7 @@ const openapi: OpenAPISpec = {
|
|
|
54486
54533
|
organize: { exclude: false },
|
|
54487
54534
|
},
|
|
54488
54535
|
is_embedded: false,
|
|
54536
|
+
read_only: false,
|
|
54489
54537
|
},
|
|
54490
54538
|
description: 'Configuration for a customer portal',
|
|
54491
54539
|
properties: {
|
|
@@ -54532,15 +54580,42 @@ const openapi: OpenAPISpec = {
|
|
|
54532
54580
|
deep_link: {
|
|
54533
54581
|
description:
|
|
54534
54582
|
'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
54535
|
-
|
|
54536
|
-
|
|
54537
|
-
|
|
54538
|
-
|
|
54539
|
-
|
|
54583
|
+
discriminator: { propertyName: 'resource_type' },
|
|
54584
|
+
oneOf: [
|
|
54585
|
+
{
|
|
54586
|
+
properties: {
|
|
54587
|
+
resource_key: { type: 'string' },
|
|
54588
|
+
resource_type: {
|
|
54589
|
+
enum: ['reservation'],
|
|
54590
|
+
type: 'string',
|
|
54591
|
+
},
|
|
54592
|
+
},
|
|
54593
|
+
required: ['resource_type', 'resource_key'],
|
|
54594
|
+
type: 'object',
|
|
54540
54595
|
},
|
|
54541
|
-
|
|
54542
|
-
|
|
54543
|
-
|
|
54596
|
+
{
|
|
54597
|
+
properties: {
|
|
54598
|
+
resource_key: { type: 'string' },
|
|
54599
|
+
resource_type: {
|
|
54600
|
+
enum: ['space'],
|
|
54601
|
+
type: 'string',
|
|
54602
|
+
},
|
|
54603
|
+
},
|
|
54604
|
+
required: ['resource_type', 'resource_key'],
|
|
54605
|
+
type: 'object',
|
|
54606
|
+
},
|
|
54607
|
+
{
|
|
54608
|
+
properties: {
|
|
54609
|
+
resource_id: { type: 'string' },
|
|
54610
|
+
resource_type: {
|
|
54611
|
+
enum: ['device'],
|
|
54612
|
+
type: 'string',
|
|
54613
|
+
},
|
|
54614
|
+
},
|
|
54615
|
+
required: ['resource_type', 'resource_id'],
|
|
54616
|
+
type: 'object',
|
|
54617
|
+
},
|
|
54618
|
+
],
|
|
54544
54619
|
'x-undocumented':
|
|
54545
54620
|
'Internal endpoint for customer portals.',
|
|
54546
54621
|
},
|
|
@@ -54859,6 +54934,12 @@ const openapi: OpenAPISpec = {
|
|
|
54859
54934
|
enum: ['full', 'restricted'],
|
|
54860
54935
|
type: 'string',
|
|
54861
54936
|
},
|
|
54937
|
+
read_only: {
|
|
54938
|
+
default: false,
|
|
54939
|
+
description:
|
|
54940
|
+
"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.",
|
|
54941
|
+
type: 'boolean',
|
|
54942
|
+
},
|
|
54862
54943
|
},
|
|
54863
54944
|
type: 'object',
|
|
54864
54945
|
},
|
|
@@ -57343,6 +57424,7 @@ const openapi: OpenAPISpec = {
|
|
|
57343
57424
|
security: [
|
|
57344
57425
|
{ client_session: [] },
|
|
57345
57426
|
{ client_session_with_customer: [] },
|
|
57427
|
+
{ client_session_with_customer_ro: [] },
|
|
57346
57428
|
{ pat_with_workspace: [] },
|
|
57347
57429
|
{ console_session_with_workspace: [] },
|
|
57348
57430
|
{ api_key: [] },
|
|
@@ -57402,6 +57484,7 @@ const openapi: OpenAPISpec = {
|
|
|
57402
57484
|
security: [
|
|
57403
57485
|
{ client_session: [] },
|
|
57404
57486
|
{ client_session_with_customer: [] },
|
|
57487
|
+
{ client_session_with_customer_ro: [] },
|
|
57405
57488
|
{ pat_with_workspace: [] },
|
|
57406
57489
|
{ console_session_with_workspace: [] },
|
|
57407
57490
|
{ api_key: [] },
|
|
@@ -57861,6 +57944,7 @@ const openapi: OpenAPISpec = {
|
|
|
57861
57944
|
},
|
|
57862
57945
|
security: [
|
|
57863
57946
|
{ client_session_with_customer: [] },
|
|
57947
|
+
{ client_session_with_customer_ro: [] },
|
|
57864
57948
|
{ client_session: [] },
|
|
57865
57949
|
{ pat_with_workspace: [] },
|
|
57866
57950
|
{ console_session_with_workspace: [] },
|
|
@@ -58263,6 +58347,7 @@ const openapi: OpenAPISpec = {
|
|
|
58263
58347
|
},
|
|
58264
58348
|
security: [
|
|
58265
58349
|
{ client_session_with_customer: [] },
|
|
58350
|
+
{ client_session_with_customer_ro: [] },
|
|
58266
58351
|
{ client_session: [] },
|
|
58267
58352
|
{ pat_with_workspace: [] },
|
|
58268
58353
|
{ console_session_with_workspace: [] },
|
|
@@ -60680,6 +60765,7 @@ const openapi: OpenAPISpec = {
|
|
|
60680
60765
|
{ pat_with_workspace: [] },
|
|
60681
60766
|
{ console_session_with_workspace: [] },
|
|
60682
60767
|
{ client_session_with_customer: [] },
|
|
60768
|
+
{ client_session_with_customer_ro: [] },
|
|
60683
60769
|
{ support_read_only_token: [] },
|
|
60684
60770
|
],
|
|
60685
60771
|
summary: '/devices/unmanaged/list',
|
|
@@ -61081,6 +61167,7 @@ const openapi: OpenAPISpec = {
|
|
|
61081
61167
|
{ pat_with_workspace: [] },
|
|
61082
61168
|
{ console_session_with_workspace: [] },
|
|
61083
61169
|
{ client_session_with_customer: [] },
|
|
61170
|
+
{ client_session_with_customer_ro: [] },
|
|
61084
61171
|
{ support_read_only_token: [] },
|
|
61085
61172
|
],
|
|
61086
61173
|
summary: '/devices/unmanaged/list',
|
|
@@ -61471,6 +61558,7 @@ const openapi: OpenAPISpec = {
|
|
|
61471
61558
|
{ pat_with_workspace: [] },
|
|
61472
61559
|
{ console_session_with_workspace: [] },
|
|
61473
61560
|
{ client_session_with_customer: [] },
|
|
61561
|
+
{ client_session_with_customer_ro: [] },
|
|
61474
61562
|
{ support_read_only_token: [] },
|
|
61475
61563
|
],
|
|
61476
61564
|
summary: '/events/get',
|
|
@@ -61538,6 +61626,7 @@ const openapi: OpenAPISpec = {
|
|
|
61538
61626
|
{ pat_with_workspace: [] },
|
|
61539
61627
|
{ console_session_with_workspace: [] },
|
|
61540
61628
|
{ client_session_with_customer: [] },
|
|
61629
|
+
{ client_session_with_customer_ro: [] },
|
|
61541
61630
|
{ support_read_only_token: [] },
|
|
61542
61631
|
],
|
|
61543
61632
|
summary: '/events/get',
|
|
@@ -62089,6 +62178,7 @@ const openapi: OpenAPISpec = {
|
|
|
62089
62178
|
{ pat_with_workspace: [] },
|
|
62090
62179
|
{ console_session_with_workspace: [] },
|
|
62091
62180
|
{ client_session_with_customer: [] },
|
|
62181
|
+
{ client_session_with_customer_ro: [] },
|
|
62092
62182
|
{ support_read_only_token: [] },
|
|
62093
62183
|
],
|
|
62094
62184
|
summary: '/events/list',
|
|
@@ -62538,6 +62628,7 @@ const openapi: OpenAPISpec = {
|
|
|
62538
62628
|
{ pat_with_workspace: [] },
|
|
62539
62629
|
{ console_session_with_workspace: [] },
|
|
62540
62630
|
{ client_session_with_customer: [] },
|
|
62631
|
+
{ client_session_with_customer_ro: [] },
|
|
62541
62632
|
{ support_read_only_token: [] },
|
|
62542
62633
|
],
|
|
62543
62634
|
summary: '/events/list',
|
|
@@ -70359,7 +70450,10 @@ const openapi: OpenAPISpec = {
|
|
|
70359
70450
|
400: { description: 'Bad Request' },
|
|
70360
70451
|
401: { description: 'Unauthorized' },
|
|
70361
70452
|
},
|
|
70362
|
-
security: [
|
|
70453
|
+
security: [
|
|
70454
|
+
{ client_session_with_customer: [] },
|
|
70455
|
+
{ client_session_with_customer_ro: [] },
|
|
70456
|
+
],
|
|
70363
70457
|
summary: '/seam/customer/v1/access_grants/list',
|
|
70364
70458
|
tags: [],
|
|
70365
70459
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -70399,7 +70493,10 @@ const openapi: OpenAPISpec = {
|
|
|
70399
70493
|
400: { description: 'Bad Request' },
|
|
70400
70494
|
401: { description: 'Unauthorized' },
|
|
70401
70495
|
},
|
|
70402
|
-
security: [
|
|
70496
|
+
security: [
|
|
70497
|
+
{ client_session_with_customer: [] },
|
|
70498
|
+
{ client_session_with_customer_ro: [] },
|
|
70499
|
+
],
|
|
70403
70500
|
summary: '/seam/customer/v1/access_grants/list',
|
|
70404
70501
|
tags: [],
|
|
70405
70502
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
@@ -70758,6 +70855,7 @@ const openapi: OpenAPISpec = {
|
|
|
70758
70855
|
{ console_session_with_workspace: [] },
|
|
70759
70856
|
{ api_key: [] },
|
|
70760
70857
|
{ client_session_with_customer: [] },
|
|
70858
|
+
{ client_session_with_customer_ro: [] },
|
|
70761
70859
|
],
|
|
70762
70860
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
70763
70861
|
tags: [],
|
|
@@ -70929,6 +71027,7 @@ const openapi: OpenAPISpec = {
|
|
|
70929
71027
|
{ console_session_with_workspace: [] },
|
|
70930
71028
|
{ api_key: [] },
|
|
70931
71029
|
{ client_session_with_customer: [] },
|
|
71030
|
+
{ client_session_with_customer_ro: [] },
|
|
70932
71031
|
],
|
|
70933
71032
|
summary: '/seam/customer/v1/automation_runs/list',
|
|
70934
71033
|
tags: [],
|
|
@@ -72259,6 +72358,7 @@ const openapi: OpenAPISpec = {
|
|
|
72259
72358
|
security: [
|
|
72260
72359
|
{ api_key: [] },
|
|
72261
72360
|
{ client_session_with_customer: [] },
|
|
72361
|
+
{ client_session_with_customer_ro: [] },
|
|
72262
72362
|
{ console_session_with_workspace: [] },
|
|
72263
72363
|
],
|
|
72264
72364
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -72352,6 +72452,7 @@ const openapi: OpenAPISpec = {
|
|
|
72352
72452
|
security: [
|
|
72353
72453
|
{ api_key: [] },
|
|
72354
72454
|
{ client_session_with_customer: [] },
|
|
72455
|
+
{ client_session_with_customer_ro: [] },
|
|
72355
72456
|
{ console_session_with_workspace: [] },
|
|
72356
72457
|
],
|
|
72357
72458
|
summary: '/seam/customer/v1/connector_customers/list',
|
|
@@ -73294,6 +73395,7 @@ const openapi: OpenAPISpec = {
|
|
|
73294
73395
|
security: [
|
|
73295
73396
|
{ api_key: [] },
|
|
73296
73397
|
{ client_session_with_customer: [] },
|
|
73398
|
+
{ client_session_with_customer_ro: [] },
|
|
73297
73399
|
{ console_session_with_workspace: [] },
|
|
73298
73400
|
],
|
|
73299
73401
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -73367,6 +73469,7 @@ const openapi: OpenAPISpec = {
|
|
|
73367
73469
|
security: [
|
|
73368
73470
|
{ api_key: [] },
|
|
73369
73471
|
{ client_session_with_customer: [] },
|
|
73472
|
+
{ client_session_with_customer_ro: [] },
|
|
73370
73473
|
{ console_session_with_workspace: [] },
|
|
73371
73474
|
],
|
|
73372
73475
|
summary: '/seam/customer/v1/connectors/list',
|
|
@@ -73848,7 +73951,10 @@ const openapi: OpenAPISpec = {
|
|
|
73848
73951
|
400: { description: 'Bad Request' },
|
|
73849
73952
|
401: { description: 'Unauthorized' },
|
|
73850
73953
|
},
|
|
73851
|
-
security: [
|
|
73954
|
+
security: [
|
|
73955
|
+
{ client_session_with_customer: [] },
|
|
73956
|
+
{ client_session_with_customer_ro: [] },
|
|
73957
|
+
],
|
|
73852
73958
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
73853
73959
|
tags: [],
|
|
73854
73960
|
'x-fern-sdk-group-name': [
|
|
@@ -74147,7 +74253,10 @@ const openapi: OpenAPISpec = {
|
|
|
74147
74253
|
400: { description: 'Bad Request' },
|
|
74148
74254
|
401: { description: 'Unauthorized' },
|
|
74149
74255
|
},
|
|
74150
|
-
security: [
|
|
74256
|
+
security: [
|
|
74257
|
+
{ client_session_with_customer: [] },
|
|
74258
|
+
{ client_session_with_customer_ro: [] },
|
|
74259
|
+
],
|
|
74151
74260
|
summary: '/seam/customer/v1/customers/automations/get',
|
|
74152
74261
|
tags: [],
|
|
74153
74262
|
'x-fern-sdk-group-name': [
|
|
@@ -74915,7 +75024,10 @@ const openapi: OpenAPISpec = {
|
|
|
74915
75024
|
400: { description: 'Bad Request' },
|
|
74916
75025
|
401: { description: 'Unauthorized' },
|
|
74917
75026
|
},
|
|
74918
|
-
security: [
|
|
75027
|
+
security: [
|
|
75028
|
+
{ client_session_with_customer: [] },
|
|
75029
|
+
{ client_session_with_customer_ro: [] },
|
|
75030
|
+
],
|
|
74919
75031
|
summary: '/seam/customer/v1/customers/me',
|
|
74920
75032
|
tags: [],
|
|
74921
75033
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -74952,7 +75064,10 @@ const openapi: OpenAPISpec = {
|
|
|
74952
75064
|
400: { description: 'Bad Request' },
|
|
74953
75065
|
401: { description: 'Unauthorized' },
|
|
74954
75066
|
},
|
|
74955
|
-
security: [
|
|
75067
|
+
security: [
|
|
75068
|
+
{ client_session_with_customer: [] },
|
|
75069
|
+
{ client_session_with_customer_ro: [] },
|
|
75070
|
+
],
|
|
74956
75071
|
summary: '/seam/customer/v1/customers/me',
|
|
74957
75072
|
tags: [],
|
|
74958
75073
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
|
|
@@ -75055,7 +75170,10 @@ const openapi: OpenAPISpec = {
|
|
|
75055
75170
|
400: { description: 'Bad Request' },
|
|
75056
75171
|
401: { description: 'Unauthorized' },
|
|
75057
75172
|
},
|
|
75058
|
-
security: [
|
|
75173
|
+
security: [
|
|
75174
|
+
{ client_session_with_customer: [] },
|
|
75175
|
+
{ client_session_with_customer_ro: [] },
|
|
75176
|
+
],
|
|
75059
75177
|
summary: '/seam/customer/v1/encoders/list',
|
|
75060
75178
|
tags: [],
|
|
75061
75179
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -75107,7 +75225,10 @@ const openapi: OpenAPISpec = {
|
|
|
75107
75225
|
400: { description: 'Bad Request' },
|
|
75108
75226
|
401: { description: 'Unauthorized' },
|
|
75109
75227
|
},
|
|
75110
|
-
security: [
|
|
75228
|
+
security: [
|
|
75229
|
+
{ client_session_with_customer: [] },
|
|
75230
|
+
{ client_session_with_customer_ro: [] },
|
|
75231
|
+
],
|
|
75111
75232
|
summary: '/seam/customer/v1/encoders/list',
|
|
75112
75233
|
tags: [],
|
|
75113
75234
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'encoders'],
|
|
@@ -75439,7 +75560,10 @@ const openapi: OpenAPISpec = {
|
|
|
75439
75560
|
400: { description: 'Bad Request' },
|
|
75440
75561
|
401: { description: 'Unauthorized' },
|
|
75441
75562
|
},
|
|
75442
|
-
security: [
|
|
75563
|
+
security: [
|
|
75564
|
+
{ client_session_with_customer: [] },
|
|
75565
|
+
{ client_session_with_customer_ro: [] },
|
|
75566
|
+
],
|
|
75443
75567
|
summary: '/seam/customer/v1/events/list',
|
|
75444
75568
|
tags: ['/events'],
|
|
75445
75569
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -75751,7 +75875,10 @@ const openapi: OpenAPISpec = {
|
|
|
75751
75875
|
400: { description: 'Bad Request' },
|
|
75752
75876
|
401: { description: 'Unauthorized' },
|
|
75753
75877
|
},
|
|
75754
|
-
security: [
|
|
75878
|
+
security: [
|
|
75879
|
+
{ client_session_with_customer: [] },
|
|
75880
|
+
{ client_session_with_customer_ro: [] },
|
|
75881
|
+
],
|
|
75755
75882
|
summary: '/seam/customer/v1/events/list',
|
|
75756
75883
|
tags: ['/events'],
|
|
75757
75884
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
|
|
@@ -75839,15 +75966,42 @@ const openapi: OpenAPISpec = {
|
|
|
75839
75966
|
deep_link: {
|
|
75840
75967
|
description:
|
|
75841
75968
|
'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
75842
|
-
|
|
75843
|
-
|
|
75844
|
-
|
|
75845
|
-
|
|
75846
|
-
|
|
75969
|
+
discriminator: { propertyName: 'resource_type' },
|
|
75970
|
+
oneOf: [
|
|
75971
|
+
{
|
|
75972
|
+
properties: {
|
|
75973
|
+
resource_key: { type: 'string' },
|
|
75974
|
+
resource_type: {
|
|
75975
|
+
enum: ['reservation'],
|
|
75976
|
+
type: 'string',
|
|
75977
|
+
},
|
|
75978
|
+
},
|
|
75979
|
+
required: ['resource_type', 'resource_key'],
|
|
75980
|
+
type: 'object',
|
|
75847
75981
|
},
|
|
75848
|
-
|
|
75849
|
-
|
|
75850
|
-
|
|
75982
|
+
{
|
|
75983
|
+
properties: {
|
|
75984
|
+
resource_key: { type: 'string' },
|
|
75985
|
+
resource_type: {
|
|
75986
|
+
enum: ['space'],
|
|
75987
|
+
type: 'string',
|
|
75988
|
+
},
|
|
75989
|
+
},
|
|
75990
|
+
required: ['resource_type', 'resource_key'],
|
|
75991
|
+
type: 'object',
|
|
75992
|
+
},
|
|
75993
|
+
{
|
|
75994
|
+
properties: {
|
|
75995
|
+
resource_id: { type: 'string' },
|
|
75996
|
+
resource_type: {
|
|
75997
|
+
enum: ['device'],
|
|
75998
|
+
type: 'string',
|
|
75999
|
+
},
|
|
76000
|
+
},
|
|
76001
|
+
required: ['resource_type', 'resource_id'],
|
|
76002
|
+
type: 'object',
|
|
76003
|
+
},
|
|
76004
|
+
],
|
|
75851
76005
|
'x-undocumented':
|
|
75852
76006
|
'Internal endpoint for customer portals.',
|
|
75853
76007
|
},
|
|
@@ -76190,6 +76344,12 @@ const openapi: OpenAPISpec = {
|
|
|
76190
76344
|
enum: ['full', 'restricted'],
|
|
76191
76345
|
type: 'string',
|
|
76192
76346
|
},
|
|
76347
|
+
read_only: {
|
|
76348
|
+
default: false,
|
|
76349
|
+
description:
|
|
76350
|
+
"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.",
|
|
76351
|
+
type: 'boolean',
|
|
76352
|
+
},
|
|
76193
76353
|
},
|
|
76194
76354
|
type: 'object',
|
|
76195
76355
|
},
|
|
@@ -76205,7 +76365,10 @@ const openapi: OpenAPISpec = {
|
|
|
76205
76365
|
400: { description: 'Bad Request' },
|
|
76206
76366
|
401: { description: 'Unauthorized' },
|
|
76207
76367
|
},
|
|
76208
|
-
security: [
|
|
76368
|
+
security: [
|
|
76369
|
+
{ client_session_with_customer: [] },
|
|
76370
|
+
{ client_session_with_customer_ro: [] },
|
|
76371
|
+
],
|
|
76209
76372
|
summary: '/seam/customer/v1/portals/get',
|
|
76210
76373
|
tags: [],
|
|
76211
76374
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -76296,15 +76459,42 @@ const openapi: OpenAPISpec = {
|
|
|
76296
76459
|
deep_link: {
|
|
76297
76460
|
description:
|
|
76298
76461
|
'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
76299
|
-
|
|
76300
|
-
|
|
76301
|
-
|
|
76302
|
-
|
|
76303
|
-
|
|
76462
|
+
discriminator: { propertyName: 'resource_type' },
|
|
76463
|
+
oneOf: [
|
|
76464
|
+
{
|
|
76465
|
+
properties: {
|
|
76466
|
+
resource_key: { type: 'string' },
|
|
76467
|
+
resource_type: {
|
|
76468
|
+
enum: ['reservation'],
|
|
76469
|
+
type: 'string',
|
|
76470
|
+
},
|
|
76471
|
+
},
|
|
76472
|
+
required: ['resource_type', 'resource_key'],
|
|
76473
|
+
type: 'object',
|
|
76304
76474
|
},
|
|
76305
|
-
|
|
76306
|
-
|
|
76307
|
-
|
|
76475
|
+
{
|
|
76476
|
+
properties: {
|
|
76477
|
+
resource_key: { type: 'string' },
|
|
76478
|
+
resource_type: {
|
|
76479
|
+
enum: ['space'],
|
|
76480
|
+
type: 'string',
|
|
76481
|
+
},
|
|
76482
|
+
},
|
|
76483
|
+
required: ['resource_type', 'resource_key'],
|
|
76484
|
+
type: 'object',
|
|
76485
|
+
},
|
|
76486
|
+
{
|
|
76487
|
+
properties: {
|
|
76488
|
+
resource_id: { type: 'string' },
|
|
76489
|
+
resource_type: {
|
|
76490
|
+
enum: ['device'],
|
|
76491
|
+
type: 'string',
|
|
76492
|
+
},
|
|
76493
|
+
},
|
|
76494
|
+
required: ['resource_type', 'resource_id'],
|
|
76495
|
+
type: 'object',
|
|
76496
|
+
},
|
|
76497
|
+
],
|
|
76308
76498
|
'x-undocumented':
|
|
76309
76499
|
'Internal endpoint for customer portals.',
|
|
76310
76500
|
},
|
|
@@ -76647,6 +76837,12 @@ const openapi: OpenAPISpec = {
|
|
|
76647
76837
|
enum: ['full', 'restricted'],
|
|
76648
76838
|
type: 'string',
|
|
76649
76839
|
},
|
|
76840
|
+
read_only: {
|
|
76841
|
+
default: false,
|
|
76842
|
+
description:
|
|
76843
|
+
"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.",
|
|
76844
|
+
type: 'boolean',
|
|
76845
|
+
},
|
|
76650
76846
|
},
|
|
76651
76847
|
type: 'object',
|
|
76652
76848
|
},
|
|
@@ -76662,7 +76858,10 @@ const openapi: OpenAPISpec = {
|
|
|
76662
76858
|
400: { description: 'Bad Request' },
|
|
76663
76859
|
401: { description: 'Unauthorized' },
|
|
76664
76860
|
},
|
|
76665
|
-
security: [
|
|
76861
|
+
security: [
|
|
76862
|
+
{ client_session_with_customer: [] },
|
|
76863
|
+
{ client_session_with_customer_ro: [] },
|
|
76864
|
+
],
|
|
76666
76865
|
summary: '/seam/customer/v1/portals/get',
|
|
76667
76866
|
tags: [],
|
|
76668
76867
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
|
|
@@ -76727,15 +76926,42 @@ const openapi: OpenAPISpec = {
|
|
|
76727
76926
|
deep_link: {
|
|
76728
76927
|
description:
|
|
76729
76928
|
'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
76730
|
-
|
|
76731
|
-
|
|
76732
|
-
|
|
76733
|
-
|
|
76734
|
-
|
|
76929
|
+
discriminator: { propertyName: 'resource_type' },
|
|
76930
|
+
oneOf: [
|
|
76931
|
+
{
|
|
76932
|
+
properties: {
|
|
76933
|
+
resource_key: { type: 'string' },
|
|
76934
|
+
resource_type: {
|
|
76935
|
+
enum: ['reservation'],
|
|
76936
|
+
type: 'string',
|
|
76937
|
+
},
|
|
76938
|
+
},
|
|
76939
|
+
required: ['resource_type', 'resource_key'],
|
|
76940
|
+
type: 'object',
|
|
76735
76941
|
},
|
|
76736
|
-
|
|
76737
|
-
|
|
76738
|
-
|
|
76942
|
+
{
|
|
76943
|
+
properties: {
|
|
76944
|
+
resource_key: { type: 'string' },
|
|
76945
|
+
resource_type: {
|
|
76946
|
+
enum: ['space'],
|
|
76947
|
+
type: 'string',
|
|
76948
|
+
},
|
|
76949
|
+
},
|
|
76950
|
+
required: ['resource_type', 'resource_key'],
|
|
76951
|
+
type: 'object',
|
|
76952
|
+
},
|
|
76953
|
+
{
|
|
76954
|
+
properties: {
|
|
76955
|
+
resource_id: { type: 'string' },
|
|
76956
|
+
resource_type: {
|
|
76957
|
+
enum: ['device'],
|
|
76958
|
+
type: 'string',
|
|
76959
|
+
},
|
|
76960
|
+
},
|
|
76961
|
+
required: ['resource_type', 'resource_id'],
|
|
76962
|
+
type: 'object',
|
|
76963
|
+
},
|
|
76964
|
+
],
|
|
76739
76965
|
'x-undocumented':
|
|
76740
76966
|
'Internal endpoint for customer portals.',
|
|
76741
76967
|
},
|
|
@@ -77054,6 +77280,12 @@ const openapi: OpenAPISpec = {
|
|
|
77054
77280
|
enum: ['full', 'restricted'],
|
|
77055
77281
|
type: 'string',
|
|
77056
77282
|
},
|
|
77283
|
+
read_only: {
|
|
77284
|
+
default: false,
|
|
77285
|
+
description:
|
|
77286
|
+
"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.",
|
|
77287
|
+
type: 'boolean',
|
|
77288
|
+
},
|
|
77057
77289
|
},
|
|
77058
77290
|
type: 'object',
|
|
77059
77291
|
},
|
|
@@ -77142,15 +77374,42 @@ const openapi: OpenAPISpec = {
|
|
|
77142
77374
|
deep_link: {
|
|
77143
77375
|
description:
|
|
77144
77376
|
'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
|
|
77145
|
-
|
|
77146
|
-
|
|
77147
|
-
|
|
77148
|
-
|
|
77149
|
-
|
|
77377
|
+
discriminator: { propertyName: 'resource_type' },
|
|
77378
|
+
oneOf: [
|
|
77379
|
+
{
|
|
77380
|
+
properties: {
|
|
77381
|
+
resource_key: { type: 'string' },
|
|
77382
|
+
resource_type: {
|
|
77383
|
+
enum: ['reservation'],
|
|
77384
|
+
type: 'string',
|
|
77385
|
+
},
|
|
77386
|
+
},
|
|
77387
|
+
required: ['resource_type', 'resource_key'],
|
|
77388
|
+
type: 'object',
|
|
77150
77389
|
},
|
|
77151
|
-
|
|
77152
|
-
|
|
77153
|
-
|
|
77390
|
+
{
|
|
77391
|
+
properties: {
|
|
77392
|
+
resource_key: { type: 'string' },
|
|
77393
|
+
resource_type: {
|
|
77394
|
+
enum: ['space'],
|
|
77395
|
+
type: 'string',
|
|
77396
|
+
},
|
|
77397
|
+
},
|
|
77398
|
+
required: ['resource_type', 'resource_key'],
|
|
77399
|
+
type: 'object',
|
|
77400
|
+
},
|
|
77401
|
+
{
|
|
77402
|
+
properties: {
|
|
77403
|
+
resource_id: { type: 'string' },
|
|
77404
|
+
resource_type: {
|
|
77405
|
+
enum: ['device'],
|
|
77406
|
+
type: 'string',
|
|
77407
|
+
},
|
|
77408
|
+
},
|
|
77409
|
+
required: ['resource_type', 'resource_id'],
|
|
77410
|
+
type: 'object',
|
|
77411
|
+
},
|
|
77412
|
+
],
|
|
77154
77413
|
'x-undocumented':
|
|
77155
77414
|
'Internal endpoint for customer portals.',
|
|
77156
77415
|
},
|
|
@@ -77469,6 +77728,12 @@ const openapi: OpenAPISpec = {
|
|
|
77469
77728
|
enum: ['full', 'restricted'],
|
|
77470
77729
|
type: 'string',
|
|
77471
77730
|
},
|
|
77731
|
+
read_only: {
|
|
77732
|
+
default: false,
|
|
77733
|
+
description:
|
|
77734
|
+
"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.",
|
|
77735
|
+
type: 'boolean',
|
|
77736
|
+
},
|
|
77472
77737
|
},
|
|
77473
77738
|
type: 'object',
|
|
77474
77739
|
},
|
|
@@ -77717,6 +77982,7 @@ const openapi: OpenAPISpec = {
|
|
|
77717
77982
|
},
|
|
77718
77983
|
security: [
|
|
77719
77984
|
{ client_session_with_customer: [] },
|
|
77985
|
+
{ client_session_with_customer_ro: [] },
|
|
77720
77986
|
{ console_session_with_workspace: [] },
|
|
77721
77987
|
],
|
|
77722
77988
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -77936,6 +78202,7 @@ const openapi: OpenAPISpec = {
|
|
|
77936
78202
|
},
|
|
77937
78203
|
security: [
|
|
77938
78204
|
{ client_session_with_customer: [] },
|
|
78205
|
+
{ client_session_with_customer_ro: [] },
|
|
77939
78206
|
{ console_session_with_workspace: [] },
|
|
77940
78207
|
],
|
|
77941
78208
|
summary: '/seam/customer/v1/reservations/get',
|
|
@@ -78288,6 +78555,7 @@ const openapi: OpenAPISpec = {
|
|
|
78288
78555
|
},
|
|
78289
78556
|
security: [
|
|
78290
78557
|
{ client_session_with_customer: [] },
|
|
78558
|
+
{ client_session_with_customer_ro: [] },
|
|
78291
78559
|
{ console_session_with_workspace: [] },
|
|
78292
78560
|
],
|
|
78293
78561
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -78605,6 +78873,7 @@ const openapi: OpenAPISpec = {
|
|
|
78605
78873
|
},
|
|
78606
78874
|
security: [
|
|
78607
78875
|
{ client_session_with_customer: [] },
|
|
78876
|
+
{ client_session_with_customer_ro: [] },
|
|
78608
78877
|
{ console_session_with_workspace: [] },
|
|
78609
78878
|
],
|
|
78610
78879
|
summary: '/seam/customer/v1/reservations/list',
|
|
@@ -78667,6 +78936,7 @@ const openapi: OpenAPISpec = {
|
|
|
78667
78936
|
},
|
|
78668
78937
|
security: [
|
|
78669
78938
|
{ client_session_with_customer: [] },
|
|
78939
|
+
{ client_session_with_customer_ro: [] },
|
|
78670
78940
|
{ console_session_with_workspace: [] },
|
|
78671
78941
|
],
|
|
78672
78942
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -78728,6 +78998,7 @@ const openapi: OpenAPISpec = {
|
|
|
78728
78998
|
},
|
|
78729
78999
|
security: [
|
|
78730
79000
|
{ client_session_with_customer: [] },
|
|
79001
|
+
{ client_session_with_customer_ro: [] },
|
|
78731
79002
|
{ console_session_with_workspace: [] },
|
|
78732
79003
|
],
|
|
78733
79004
|
summary: '/seam/customer/v1/reservations/list_access_grants',
|
|
@@ -79230,6 +79501,7 @@ const openapi: OpenAPISpec = {
|
|
|
79230
79501
|
security: [
|
|
79231
79502
|
{ console_session_with_workspace: [] },
|
|
79232
79503
|
{ client_session_with_customer: [] },
|
|
79504
|
+
{ client_session_with_customer_ro: [] },
|
|
79233
79505
|
],
|
|
79234
79506
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
79235
79507
|
tags: [],
|
|
@@ -79421,6 +79693,7 @@ const openapi: OpenAPISpec = {
|
|
|
79421
79693
|
security: [
|
|
79422
79694
|
{ console_session_with_workspace: [] },
|
|
79423
79695
|
{ client_session_with_customer: [] },
|
|
79696
|
+
{ client_session_with_customer_ro: [] },
|
|
79424
79697
|
],
|
|
79425
79698
|
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
79426
79699
|
tags: [],
|
|
@@ -79637,6 +79910,7 @@ const openapi: OpenAPISpec = {
|
|
|
79637
79910
|
},
|
|
79638
79911
|
security: [
|
|
79639
79912
|
{ client_session_with_customer: [] },
|
|
79913
|
+
{ client_session_with_customer_ro: [] },
|
|
79640
79914
|
{ console_session_with_workspace: [] },
|
|
79641
79915
|
],
|
|
79642
79916
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -79718,6 +79992,7 @@ const openapi: OpenAPISpec = {
|
|
|
79718
79992
|
},
|
|
79719
79993
|
security: [
|
|
79720
79994
|
{ client_session_with_customer: [] },
|
|
79995
|
+
{ client_session_with_customer_ro: [] },
|
|
79721
79996
|
{ console_session_with_workspace: [] },
|
|
79722
79997
|
],
|
|
79723
79998
|
summary: '/seam/customer/v1/spaces/list',
|
|
@@ -79863,7 +80138,10 @@ const openapi: OpenAPISpec = {
|
|
|
79863
80138
|
400: { description: 'Bad Request' },
|
|
79864
80139
|
401: { description: 'Unauthorized' },
|
|
79865
80140
|
},
|
|
79866
|
-
security: [
|
|
80141
|
+
security: [
|
|
80142
|
+
{ client_session_with_customer: [] },
|
|
80143
|
+
{ client_session_with_customer_ro: [] },
|
|
80144
|
+
],
|
|
79867
80145
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
79868
80146
|
tags: [],
|
|
79869
80147
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -80004,7 +80282,10 @@ const openapi: OpenAPISpec = {
|
|
|
80004
80282
|
400: { description: 'Bad Request' },
|
|
80005
80283
|
401: { description: 'Unauthorized' },
|
|
80006
80284
|
},
|
|
80007
|
-
security: [
|
|
80285
|
+
security: [
|
|
80286
|
+
{ client_session_with_customer: [] },
|
|
80287
|
+
{ client_session_with_customer_ro: [] },
|
|
80288
|
+
],
|
|
80008
80289
|
summary: '/seam/customer/v1/spaces/list_reservations',
|
|
80009
80290
|
tags: [],
|
|
80010
80291
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'spaces'],
|
|
@@ -80168,7 +80449,10 @@ const openapi: OpenAPISpec = {
|
|
|
80168
80449
|
400: { description: 'Bad Request' },
|
|
80169
80450
|
401: { description: 'Unauthorized' },
|
|
80170
80451
|
},
|
|
80171
|
-
security: [
|
|
80452
|
+
security: [
|
|
80453
|
+
{ client_session_with_customer: [] },
|
|
80454
|
+
{ client_session_with_customer_ro: [] },
|
|
80455
|
+
],
|
|
80172
80456
|
summary: '/seam/customer/v1/staff_members/get',
|
|
80173
80457
|
tags: [],
|
|
80174
80458
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -80267,7 +80551,10 @@ const openapi: OpenAPISpec = {
|
|
|
80267
80551
|
400: { description: 'Bad Request' },
|
|
80268
80552
|
401: { description: 'Unauthorized' },
|
|
80269
80553
|
},
|
|
80270
|
-
security: [
|
|
80554
|
+
security: [
|
|
80555
|
+
{ client_session_with_customer: [] },
|
|
80556
|
+
{ client_session_with_customer_ro: [] },
|
|
80557
|
+
],
|
|
80271
80558
|
summary: '/seam/customer/v1/staff_members/get',
|
|
80272
80559
|
tags: [],
|
|
80273
80560
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -80396,7 +80683,10 @@ const openapi: OpenAPISpec = {
|
|
|
80396
80683
|
400: { description: 'Bad Request' },
|
|
80397
80684
|
401: { description: 'Unauthorized' },
|
|
80398
80685
|
},
|
|
80399
|
-
security: [
|
|
80686
|
+
security: [
|
|
80687
|
+
{ client_session_with_customer: [] },
|
|
80688
|
+
{ client_session_with_customer_ro: [] },
|
|
80689
|
+
],
|
|
80400
80690
|
summary: '/seam/customer/v1/staff_members/list',
|
|
80401
80691
|
tags: [],
|
|
80402
80692
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -80513,7 +80803,10 @@ const openapi: OpenAPISpec = {
|
|
|
80513
80803
|
400: { description: 'Bad Request' },
|
|
80514
80804
|
401: { description: 'Unauthorized' },
|
|
80515
80805
|
},
|
|
80516
|
-
security: [
|
|
80806
|
+
security: [
|
|
80807
|
+
{ client_session_with_customer: [] },
|
|
80808
|
+
{ client_session_with_customer_ro: [] },
|
|
80809
|
+
],
|
|
80517
80810
|
summary: '/seam/customer/v1/staff_members/list',
|
|
80518
80811
|
tags: [],
|
|
80519
80812
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'staff_members'],
|
|
@@ -81282,6 +81575,7 @@ const openapi: OpenAPISpec = {
|
|
|
81282
81575
|
},
|
|
81283
81576
|
security: [
|
|
81284
81577
|
{ client_session_with_customer: [] },
|
|
81578
|
+
{ client_session_with_customer_ro: [] },
|
|
81285
81579
|
{ console_session_with_workspace: [] },
|
|
81286
81580
|
{ api_key: [] },
|
|
81287
81581
|
],
|
|
@@ -81417,6 +81711,7 @@ const openapi: OpenAPISpec = {
|
|
|
81417
81711
|
},
|
|
81418
81712
|
security: [
|
|
81419
81713
|
{ client_session_with_customer: [] },
|
|
81714
|
+
{ client_session_with_customer_ro: [] },
|
|
81420
81715
|
{ console_session_with_workspace: [] },
|
|
81421
81716
|
{ api_key: [] },
|
|
81422
81717
|
],
|
|
@@ -82074,6 +82369,7 @@ const openapi: OpenAPISpec = {
|
|
|
82074
82369
|
{ console_session_with_workspace: [] },
|
|
82075
82370
|
{ api_key: [] },
|
|
82076
82371
|
{ client_session_with_customer: [] },
|
|
82372
|
+
{ client_session_with_customer_ro: [] },
|
|
82077
82373
|
{ support_read_only_token: [] },
|
|
82078
82374
|
],
|
|
82079
82375
|
summary: '/spaces/get',
|
|
@@ -82143,6 +82439,7 @@ const openapi: OpenAPISpec = {
|
|
|
82143
82439
|
{ console_session_with_workspace: [] },
|
|
82144
82440
|
{ api_key: [] },
|
|
82145
82441
|
{ client_session_with_customer: [] },
|
|
82442
|
+
{ client_session_with_customer_ro: [] },
|
|
82146
82443
|
{ support_read_only_token: [] },
|
|
82147
82444
|
],
|
|
82148
82445
|
summary: '/spaces/get',
|
|
@@ -82272,6 +82569,7 @@ const openapi: OpenAPISpec = {
|
|
|
82272
82569
|
{ console_session_with_workspace: [] },
|
|
82273
82570
|
{ api_key: [] },
|
|
82274
82571
|
{ client_session_with_customer: [] },
|
|
82572
|
+
{ client_session_with_customer_ro: [] },
|
|
82275
82573
|
{ support_read_only_token: [] },
|
|
82276
82574
|
],
|
|
82277
82575
|
summary: '/spaces/get_related',
|
|
@@ -82400,6 +82698,7 @@ const openapi: OpenAPISpec = {
|
|
|
82400
82698
|
{ console_session_with_workspace: [] },
|
|
82401
82699
|
{ api_key: [] },
|
|
82402
82700
|
{ client_session_with_customer: [] },
|
|
82701
|
+
{ client_session_with_customer_ro: [] },
|
|
82403
82702
|
{ support_read_only_token: [] },
|
|
82404
82703
|
],
|
|
82405
82704
|
summary: '/spaces/get_related',
|
|
@@ -82532,6 +82831,7 @@ const openapi: OpenAPISpec = {
|
|
|
82532
82831
|
{ console_session_with_workspace: [] },
|
|
82533
82832
|
{ api_key: [] },
|
|
82534
82833
|
{ client_session_with_customer: [] },
|
|
82834
|
+
{ client_session_with_customer_ro: [] },
|
|
82535
82835
|
{ support_read_only_token: [] },
|
|
82536
82836
|
],
|
|
82537
82837
|
summary: '/spaces/list',
|
|
@@ -82633,6 +82933,7 @@ const openapi: OpenAPISpec = {
|
|
|
82633
82933
|
{ console_session_with_workspace: [] },
|
|
82634
82934
|
{ api_key: [] },
|
|
82635
82935
|
{ client_session_with_customer: [] },
|
|
82936
|
+
{ client_session_with_customer_ro: [] },
|
|
82636
82937
|
{ support_read_only_token: [] },
|
|
82637
82938
|
],
|
|
82638
82939
|
summary: '/spaces/list',
|
|
@@ -85240,6 +85541,7 @@ const openapi: OpenAPISpec = {
|
|
|
85240
85541
|
{ pat_with_workspace: [] },
|
|
85241
85542
|
{ console_session_with_workspace: [] },
|
|
85242
85543
|
{ client_session_with_customer: [] },
|
|
85544
|
+
{ client_session_with_customer_ro: [] },
|
|
85243
85545
|
{ support_read_only_token: [] },
|
|
85244
85546
|
],
|
|
85245
85547
|
summary: '/thermostats/schedules/list',
|
|
@@ -85307,6 +85609,7 @@ const openapi: OpenAPISpec = {
|
|
|
85307
85609
|
{ pat_with_workspace: [] },
|
|
85308
85610
|
{ console_session_with_workspace: [] },
|
|
85309
85611
|
{ client_session_with_customer: [] },
|
|
85612
|
+
{ client_session_with_customer_ro: [] },
|
|
85310
85613
|
{ support_read_only_token: [] },
|
|
85311
85614
|
],
|
|
85312
85615
|
summary: '/thermostats/schedules/list',
|
|
@@ -87960,6 +88263,7 @@ const openapi: OpenAPISpec = {
|
|
|
87960
88263
|
{ pat_with_workspace: [] },
|
|
87961
88264
|
{ console_session_with_workspace: [] },
|
|
87962
88265
|
{ client_session_with_customer: [] },
|
|
88266
|
+
{ client_session_with_customer_ro: [] },
|
|
87963
88267
|
{ support_read_only_token: [] },
|
|
87964
88268
|
],
|
|
87965
88269
|
summary: '/user_identities/get',
|
|
@@ -88027,6 +88331,7 @@ const openapi: OpenAPISpec = {
|
|
|
88027
88331
|
{ pat_with_workspace: [] },
|
|
88028
88332
|
{ console_session_with_workspace: [] },
|
|
88029
88333
|
{ client_session_with_customer: [] },
|
|
88334
|
+
{ client_session_with_customer_ro: [] },
|
|
88030
88335
|
{ support_read_only_token: [] },
|
|
88031
88336
|
],
|
|
88032
88337
|
summary: '/user_identities/get',
|
|
@@ -91065,6 +91370,7 @@ const openapi: OpenAPISpec = {
|
|
|
91065
91370
|
},
|
|
91066
91371
|
security: [
|
|
91067
91372
|
{ client_session_with_customer: [] },
|
|
91373
|
+
{ client_session_with_customer_ro: [] },
|
|
91068
91374
|
{ pat_with_workspace: [] },
|
|
91069
91375
|
{ console_session_with_workspace: [] },
|
|
91070
91376
|
{ api_key: [] },
|
|
@@ -91117,6 +91423,7 @@ const openapi: OpenAPISpec = {
|
|
|
91117
91423
|
},
|
|
91118
91424
|
security: [
|
|
91119
91425
|
{ client_session_with_customer: [] },
|
|
91426
|
+
{ client_session_with_customer_ro: [] },
|
|
91120
91427
|
{ pat_with_workspace: [] },
|
|
91121
91428
|
{ console_session_with_workspace: [] },
|
|
91122
91429
|
{ api_key: [] },
|
|
@@ -91172,6 +91479,7 @@ const openapi: OpenAPISpec = {
|
|
|
91172
91479
|
},
|
|
91173
91480
|
security: [
|
|
91174
91481
|
{ client_session_with_customer: [] },
|
|
91482
|
+
{ client_session_with_customer_ro: [] },
|
|
91175
91483
|
{ pat_with_workspace: [] },
|
|
91176
91484
|
{ console_session_with_workspace: [] },
|
|
91177
91485
|
{ api_key: [] },
|
|
@@ -91230,6 +91538,7 @@ const openapi: OpenAPISpec = {
|
|
|
91230
91538
|
},
|
|
91231
91539
|
security: [
|
|
91232
91540
|
{ client_session_with_customer: [] },
|
|
91541
|
+
{ client_session_with_customer_ro: [] },
|
|
91233
91542
|
{ pat_with_workspace: [] },
|
|
91234
91543
|
{ console_session_with_workspace: [] },
|
|
91235
91544
|
{ api_key: [] },
|
|
@@ -91898,6 +92207,7 @@ const openapi: OpenAPISpec = {
|
|
|
91898
92207
|
{ console_session_with_workspace: [] },
|
|
91899
92208
|
{ client_session: [] },
|
|
91900
92209
|
{ client_session_with_customer: [] },
|
|
92210
|
+
{ client_session_with_customer_ro: [] },
|
|
91901
92211
|
{ pat_with_workspace: [] },
|
|
91902
92212
|
{ support_read_only_token: [] },
|
|
91903
92213
|
],
|
|
@@ -91937,6 +92247,7 @@ const openapi: OpenAPISpec = {
|
|
|
91937
92247
|
{ console_session_with_workspace: [] },
|
|
91938
92248
|
{ client_session: [] },
|
|
91939
92249
|
{ client_session_with_customer: [] },
|
|
92250
|
+
{ client_session_with_customer_ro: [] },
|
|
91940
92251
|
{ pat_with_workspace: [] },
|
|
91941
92252
|
{ support_read_only_token: [] },
|
|
91942
92253
|
],
|