@seamapi/types 1.974.0 → 1.976.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -7037,6 +7037,7 @@ var enrollment_automation_deleted_event = enrollment_automation_event.extend({
7037
7037
  }).describe(`
7038
7038
  ---
7039
7039
  route_path: /user_identities/enrollment_automations
7040
+ undocumented: Enrollment automations are deprecated and will be removed.
7040
7041
  ---
7041
7042
  An [enrollment automation](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) was deleted.
7042
7043
  `);
@@ -31927,7 +31928,8 @@ var openapi = {
31927
31928
  "event_type"
31928
31929
  ],
31929
31930
  type: "object",
31930
- "x-route-path": "/user_identities/enrollment_automations"
31931
+ "x-route-path": "/user_identities/enrollment_automations",
31932
+ "x-undocumented": "Enrollment automations are deprecated and will be removed."
31931
31933
  },
31932
31934
  {
31933
31935
  description: "A phone device was deactivated.",
@@ -38612,6 +38614,11 @@ var openapi = {
38612
38614
  scheme: "bearer",
38613
38615
  type: "http"
38614
38616
  },
38617
+ client_session_with_customer_ro: {
38618
+ bearerFormat: "Customer Client Session Token (Read-Only)",
38619
+ scheme: "bearer",
38620
+ type: "http"
38621
+ },
38615
38622
  console_session_with_workspace: {
38616
38623
  bearerFormat: "Console Session Token",
38617
38624
  scheme: "bearer",
@@ -39310,6 +39317,7 @@ var openapi = {
39310
39317
  { console_session_with_workspace: [] },
39311
39318
  { client_session: [] },
39312
39319
  { client_session_with_customer: [] },
39320
+ { client_session_with_customer_ro: [] },
39313
39321
  { support_read_only_token: [] }
39314
39322
  ],
39315
39323
  summary: "/access_codes/get",
@@ -39373,6 +39381,7 @@ var openapi = {
39373
39381
  { console_session_with_workspace: [] },
39374
39382
  { client_session: [] },
39375
39383
  { client_session_with_customer: [] },
39384
+ { client_session_with_customer_ro: [] },
39376
39385
  { support_read_only_token: [] }
39377
39386
  ],
39378
39387
  summary: "/access_codes/get",
@@ -39611,7 +39620,8 @@ var openapi = {
39611
39620
  { pat_with_workspace: [] },
39612
39621
  { console_session_with_workspace: [] },
39613
39622
  { client_session: [] },
39614
- { client_session_with_customer: [] }
39623
+ { client_session_with_customer: [] },
39624
+ { client_session_with_customer_ro: [] }
39615
39625
  ],
39616
39626
  summary: "/access_codes/get_timeline",
39617
39627
  tags: ["/access_codes"],
@@ -39833,7 +39843,8 @@ var openapi = {
39833
39843
  { pat_with_workspace: [] },
39834
39844
  { console_session_with_workspace: [] },
39835
39845
  { client_session: [] },
39836
- { client_session_with_customer: [] }
39846
+ { client_session_with_customer: [] },
39847
+ { client_session_with_customer_ro: [] }
39837
39848
  ],
39838
39849
  summary: "/access_codes/get_timeline",
39839
39850
  tags: ["/access_codes"],
@@ -39965,6 +39976,7 @@ var openapi = {
39965
39976
  security: [
39966
39977
  { client_session: [] },
39967
39978
  { client_session_with_customer: [] },
39979
+ { client_session_with_customer_ro: [] },
39968
39980
  { pat_with_workspace: [] },
39969
39981
  { console_session_with_workspace: [] },
39970
39982
  { api_key: [] },
@@ -40066,6 +40078,7 @@ var openapi = {
40066
40078
  security: [
40067
40079
  { client_session: [] },
40068
40080
  { client_session_with_customer: [] },
40081
+ { client_session_with_customer_ro: [] },
40069
40082
  { pat_with_workspace: [] },
40070
40083
  { console_session_with_workspace: [] },
40071
40084
  { api_key: [] },
@@ -40594,6 +40607,7 @@ var openapi = {
40594
40607
  security: [
40595
40608
  { client_session: [] },
40596
40609
  { client_session_with_customer: [] },
40610
+ { client_session_with_customer_ro: [] },
40597
40611
  { pat_with_workspace: [] },
40598
40612
  { console_session_with_workspace: [] },
40599
40613
  { api_key: [] },
@@ -40659,6 +40673,7 @@ var openapi = {
40659
40673
  security: [
40660
40674
  { client_session: [] },
40661
40675
  { client_session_with_customer: [] },
40676
+ { client_session_with_customer_ro: [] },
40662
40677
  { pat_with_workspace: [] },
40663
40678
  { console_session_with_workspace: [] },
40664
40679
  { api_key: [] },
@@ -40757,6 +40772,7 @@ var openapi = {
40757
40772
  security: [
40758
40773
  { client_session: [] },
40759
40774
  { client_session_with_customer: [] },
40775
+ { client_session_with_customer_ro: [] },
40760
40776
  { pat_with_workspace: [] },
40761
40777
  { console_session_with_workspace: [] },
40762
40778
  { api_key: [] },
@@ -40838,6 +40854,7 @@ var openapi = {
40838
40854
  security: [
40839
40855
  { client_session: [] },
40840
40856
  { client_session_with_customer: [] },
40857
+ { client_session_with_customer_ro: [] },
40841
40858
  { pat_with_workspace: [] },
40842
40859
  { console_session_with_workspace: [] },
40843
40860
  { api_key: [] },
@@ -41852,6 +41869,7 @@ var openapi = {
41852
41869
  { console_session_with_workspace: [] },
41853
41870
  { api_key: [] },
41854
41871
  { client_session_with_customer: [] },
41872
+ { client_session_with_customer_ro: [] },
41855
41873
  { support_read_only_token: [] }
41856
41874
  ],
41857
41875
  summary: "/access_grants/get",
@@ -41920,6 +41938,7 @@ var openapi = {
41920
41938
  { console_session_with_workspace: [] },
41921
41939
  { api_key: [] },
41922
41940
  { client_session_with_customer: [] },
41941
+ { client_session_with_customer_ro: [] },
41923
41942
  { support_read_only_token: [] }
41924
41943
  ],
41925
41944
  summary: "/access_grants/get",
@@ -42373,6 +42392,7 @@ var openapi = {
42373
42392
  { console_session_with_workspace: [] },
42374
42393
  { api_key: [] },
42375
42394
  { client_session_with_customer: [] },
42395
+ { client_session_with_customer_ro: [] },
42376
42396
  { support_read_only_token: [] }
42377
42397
  ],
42378
42398
  summary: "/access_grants/list",
@@ -42490,6 +42510,7 @@ var openapi = {
42490
42510
  { console_session_with_workspace: [] },
42491
42511
  { api_key: [] },
42492
42512
  { client_session_with_customer: [] },
42513
+ { client_session_with_customer_ro: [] },
42493
42514
  { support_read_only_token: [] }
42494
42515
  ],
42495
42516
  summary: "/access_grants/list",
@@ -43200,6 +43221,7 @@ var openapi = {
43200
43221
  { console_session_with_workspace: [] },
43201
43222
  { api_key: [] },
43202
43223
  { client_session_with_customer: [] },
43224
+ { client_session_with_customer_ro: [] },
43203
43225
  { support_read_only_token: [] }
43204
43226
  ],
43205
43227
  summary: "/access_grants/unmanaged/get",
@@ -43830,6 +43852,7 @@ var openapi = {
43830
43852
  { console_session_with_workspace: [] },
43831
43853
  { api_key: [] },
43832
43854
  { client_session_with_customer: [] },
43855
+ { client_session_with_customer_ro: [] },
43833
43856
  { support_read_only_token: [] }
43834
43857
  ],
43835
43858
  summary: "/access_grants/unmanaged/get",
@@ -44507,6 +44530,7 @@ var openapi = {
44507
44530
  { console_session_with_workspace: [] },
44508
44531
  { api_key: [] },
44509
44532
  { client_session_with_customer: [] },
44533
+ { client_session_with_customer_ro: [] },
44510
44534
  { support_read_only_token: [] }
44511
44535
  ],
44512
44536
  summary: "/access_grants/unmanaged/list",
@@ -45167,6 +45191,7 @@ var openapi = {
45167
45191
  { console_session_with_workspace: [] },
45168
45192
  { api_key: [] },
45169
45193
  { client_session_with_customer: [] },
45194
+ { client_session_with_customer_ro: [] },
45170
45195
  { support_read_only_token: [] }
45171
45196
  ],
45172
45197
  summary: "/access_grants/unmanaged/list",
@@ -45898,6 +45923,7 @@ var openapi = {
45898
45923
  { console_session_with_workspace: [] },
45899
45924
  { api_key: [] },
45900
45925
  { client_session_with_customer: [] },
45926
+ { client_session_with_customer_ro: [] },
45901
45927
  { support_read_only_token: [] }
45902
45928
  ],
45903
45929
  summary: "/access_methods/get_related",
@@ -46036,6 +46062,7 @@ var openapi = {
46036
46062
  { console_session_with_workspace: [] },
46037
46063
  { api_key: [] },
46038
46064
  { client_session_with_customer: [] },
46065
+ { client_session_with_customer_ro: [] },
46039
46066
  { support_read_only_token: [] }
46040
46067
  ],
46041
46068
  summary: "/access_methods/get_related",
@@ -46144,6 +46171,7 @@ var openapi = {
46144
46171
  { console_session_with_workspace: [] },
46145
46172
  { api_key: [] },
46146
46173
  { client_session_with_customer: [] },
46174
+ { client_session_with_customer_ro: [] },
46147
46175
  { support_read_only_token: [] }
46148
46176
  ],
46149
46177
  summary: "/access_methods/list",
@@ -46225,6 +46253,7 @@ var openapi = {
46225
46253
  { console_session_with_workspace: [] },
46226
46254
  { api_key: [] },
46227
46255
  { client_session_with_customer: [] },
46256
+ { client_session_with_customer_ro: [] },
46228
46257
  { support_read_only_token: [] }
46229
46258
  ],
46230
46259
  summary: "/access_methods/list",
@@ -47713,6 +47742,7 @@ var openapi = {
47713
47742
  { console_session_with_workspace: [] },
47714
47743
  { api_key: [] },
47715
47744
  { client_session_with_customer: [] },
47745
+ { client_session_with_customer_ro: [] },
47716
47746
  { support_read_only_token: [] }
47717
47747
  ],
47718
47748
  summary: "/access_methods/unmanaged/list",
@@ -48198,6 +48228,7 @@ var openapi = {
48198
48228
  { console_session_with_workspace: [] },
48199
48229
  { api_key: [] },
48200
48230
  { client_session_with_customer: [] },
48231
+ { client_session_with_customer_ro: [] },
48201
48232
  { support_read_only_token: [] }
48202
48233
  ],
48203
48234
  summary: "/access_methods/unmanaged/list",
@@ -51049,6 +51080,7 @@ var openapi = {
51049
51080
  { console_session_with_workspace: [] },
51050
51081
  { api_key: [] },
51051
51082
  { client_session_with_customer: [] },
51083
+ { client_session_with_customer_ro: [] },
51052
51084
  { support_read_only_token: [] }
51053
51085
  ],
51054
51086
  summary: "/acs/encoders/list",
@@ -51153,6 +51185,7 @@ var openapi = {
51153
51185
  { console_session_with_workspace: [] },
51154
51186
  { api_key: [] },
51155
51187
  { client_session_with_customer: [] },
51188
+ { client_session_with_customer_ro: [] },
51156
51189
  { support_read_only_token: [] }
51157
51190
  ],
51158
51191
  summary: "/acs/encoders/list",
@@ -51678,6 +51711,7 @@ var openapi = {
51678
51711
  { pat_with_workspace: [] },
51679
51712
  { console_session_with_workspace: [] },
51680
51713
  { client_session_with_customer: [] },
51714
+ { client_session_with_customer_ro: [] },
51681
51715
  { client_session: [] },
51682
51716
  { support_read_only_token: [] }
51683
51717
  ],
@@ -51733,6 +51767,7 @@ var openapi = {
51733
51767
  { pat_with_workspace: [] },
51734
51768
  { console_session_with_workspace: [] },
51735
51769
  { client_session_with_customer: [] },
51770
+ { client_session_with_customer_ro: [] },
51736
51771
  { client_session: [] },
51737
51772
  { support_read_only_token: [] }
51738
51773
  ],
@@ -51933,6 +51968,7 @@ var openapi = {
51933
51968
  { pat_with_workspace: [] },
51934
51969
  { console_session_with_workspace: [] },
51935
51970
  { client_session_with_customer: [] },
51971
+ { client_session_with_customer_ro: [] },
51936
51972
  { support_read_only_token: [] }
51937
51973
  ],
51938
51974
  summary: "/acs/entrances/list",
@@ -52039,6 +52075,7 @@ var openapi = {
52039
52075
  { pat_with_workspace: [] },
52040
52076
  { console_session_with_workspace: [] },
52041
52077
  { client_session_with_customer: [] },
52078
+ { client_session_with_customer_ro: [] },
52042
52079
  { support_read_only_token: [] }
52043
52080
  ],
52044
52081
  summary: "/acs/entrances/list",
@@ -52403,6 +52440,7 @@ var openapi = {
52403
52440
  { pat_with_workspace: [] },
52404
52441
  { console_session_with_workspace: [] },
52405
52442
  { client_session_with_customer: [] },
52443
+ { client_session_with_customer_ro: [] },
52406
52444
  { api_key: [] },
52407
52445
  { support_read_only_token: [] }
52408
52446
  ],
@@ -52469,6 +52507,7 @@ var openapi = {
52469
52507
  { pat_with_workspace: [] },
52470
52508
  { console_session_with_workspace: [] },
52471
52509
  { client_session_with_customer: [] },
52510
+ { client_session_with_customer_ro: [] },
52472
52511
  { api_key: [] },
52473
52512
  { support_read_only_token: [] }
52474
52513
  ],
@@ -54335,6 +54374,7 @@ var openapi = {
54335
54374
  { console_session_with_workspace: [] },
54336
54375
  { api_key: [] },
54337
54376
  { client_session_with_customer: [] },
54377
+ { client_session_with_customer_ro: [] },
54338
54378
  { support_read_only_token: [] }
54339
54379
  ],
54340
54380
  summary: "/action_attempts/get",
@@ -54392,6 +54432,7 @@ var openapi = {
54392
54432
  { console_session_with_workspace: [] },
54393
54433
  { api_key: [] },
54394
54434
  { client_session_with_customer: [] },
54435
+ { client_session_with_customer_ro: [] },
54395
54436
  { support_read_only_token: [] }
54396
54437
  ],
54397
54438
  summary: "/action_attempts/get",
@@ -56017,6 +56058,7 @@ var openapi = {
56017
56058
  security: [
56018
56059
  { client_session: [] },
56019
56060
  { client_session_with_customer: [] },
56061
+ { client_session_with_customer_ro: [] },
56020
56062
  { pat_with_workspace: [] },
56021
56063
  { console_session_with_workspace: [] },
56022
56064
  { api_key: [] },
@@ -56074,6 +56116,7 @@ var openapi = {
56074
56116
  security: [
56075
56117
  { client_session: [] },
56076
56118
  { client_session_with_customer: [] },
56119
+ { client_session_with_customer_ro: [] },
56077
56120
  { pat_with_workspace: [] },
56078
56121
  { console_session_with_workspace: [] },
56079
56122
  { api_key: [] },
@@ -56175,6 +56218,7 @@ var openapi = {
56175
56218
  security: [
56176
56219
  { client_session: [] },
56177
56220
  { client_session_with_customer: [] },
56221
+ { client_session_with_customer_ro: [] },
56178
56222
  { pat_with_workspace: [] },
56179
56223
  { console_session_with_workspace: [] },
56180
56224
  { api_key: [] },
@@ -56259,6 +56303,7 @@ var openapi = {
56259
56303
  security: [
56260
56304
  { client_session: [] },
56261
56305
  { client_session_with_customer: [] },
56306
+ { client_session_with_customer_ro: [] },
56262
56307
  { pat_with_workspace: [] },
56263
56308
  { console_session_with_workspace: [] },
56264
56309
  { api_key: [] },
@@ -56411,6 +56456,7 @@ var openapi = {
56411
56456
  security: [
56412
56457
  { client_session: [] },
56413
56458
  { client_session_with_customer: [] },
56459
+ { client_session_with_customer_ro: [] },
56414
56460
  { api_key: [] },
56415
56461
  { pat_with_workspace: [] },
56416
56462
  { console_session_with_workspace: [] },
@@ -56483,6 +56529,7 @@ var openapi = {
56483
56529
  security: [
56484
56530
  { client_session: [] },
56485
56531
  { client_session_with_customer: [] },
56532
+ { client_session_with_customer_ro: [] },
56486
56533
  { api_key: [] },
56487
56534
  { pat_with_workspace: [] },
56488
56535
  { console_session_with_workspace: [] },
@@ -56596,6 +56643,7 @@ var openapi = {
56596
56643
  { pat_with_workspace: [] },
56597
56644
  { console_session_with_workspace: [] },
56598
56645
  { client_session_with_customer: [] },
56646
+ { client_session_with_customer_ro: [] },
56599
56647
  { support_read_only_token: [] }
56600
56648
  ],
56601
56649
  summary: "/connected_accounts/list",
@@ -56685,6 +56733,7 @@ var openapi = {
56685
56733
  { pat_with_workspace: [] },
56686
56734
  { console_session_with_workspace: [] },
56687
56735
  { client_session_with_customer: [] },
56736
+ { client_session_with_customer_ro: [] },
56688
56737
  { support_read_only_token: [] }
56689
56738
  ],
56690
56739
  summary: "/connected_accounts/list",
@@ -57016,7 +57065,8 @@ var openapi = {
57016
57065
  manage_devices: { exclude: false },
57017
57066
  organize: { exclude: false }
57018
57067
  },
57019
- is_embedded: false
57068
+ is_embedded: false,
57069
+ read_only: false
57020
57070
  },
57021
57071
  description: "Configuration for a customer portal",
57022
57072
  properties: {
@@ -57352,6 +57402,11 @@ var openapi = {
57352
57402
  description: "Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.",
57353
57403
  enum: ["full", "restricted"],
57354
57404
  type: "string"
57405
+ },
57406
+ read_only: {
57407
+ default: false,
57408
+ 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.",
57409
+ type: "boolean"
57355
57410
  }
57356
57411
  },
57357
57412
  type: "object"
@@ -59578,6 +59633,7 @@ var openapi = {
59578
59633
  security: [
59579
59634
  { client_session: [] },
59580
59635
  { client_session_with_customer: [] },
59636
+ { client_session_with_customer_ro: [] },
59581
59637
  { pat_with_workspace: [] },
59582
59638
  { console_session_with_workspace: [] },
59583
59639
  { api_key: [] },
@@ -59636,6 +59692,7 @@ var openapi = {
59636
59692
  security: [
59637
59693
  { client_session: [] },
59638
59694
  { client_session_with_customer: [] },
59695
+ { client_session_with_customer_ro: [] },
59639
59696
  { pat_with_workspace: [] },
59640
59697
  { console_session_with_workspace: [] },
59641
59698
  { api_key: [] },
@@ -60082,6 +60139,7 @@ var openapi = {
60082
60139
  },
60083
60140
  security: [
60084
60141
  { client_session_with_customer: [] },
60142
+ { client_session_with_customer_ro: [] },
60085
60143
  { client_session: [] },
60086
60144
  { pat_with_workspace: [] },
60087
60145
  { console_session_with_workspace: [] },
@@ -60464,6 +60522,7 @@ var openapi = {
60464
60522
  },
60465
60523
  security: [
60466
60524
  { client_session_with_customer: [] },
60525
+ { client_session_with_customer_ro: [] },
60467
60526
  { client_session: [] },
60468
60527
  { pat_with_workspace: [] },
60469
60528
  { console_session_with_workspace: [] },
@@ -62846,6 +62905,7 @@ var openapi = {
62846
62905
  { pat_with_workspace: [] },
62847
62906
  { console_session_with_workspace: [] },
62848
62907
  { client_session_with_customer: [] },
62908
+ { client_session_with_customer_ro: [] },
62849
62909
  { support_read_only_token: [] }
62850
62910
  ],
62851
62911
  summary: "/devices/unmanaged/list",
@@ -63227,6 +63287,7 @@ var openapi = {
63227
63287
  { pat_with_workspace: [] },
63228
63288
  { console_session_with_workspace: [] },
63229
63289
  { client_session_with_customer: [] },
63290
+ { client_session_with_customer_ro: [] },
63230
63291
  { support_read_only_token: [] }
63231
63292
  ],
63232
63293
  summary: "/devices/unmanaged/list",
@@ -63598,6 +63659,7 @@ var openapi = {
63598
63659
  { pat_with_workspace: [] },
63599
63660
  { console_session_with_workspace: [] },
63600
63661
  { client_session_with_customer: [] },
63662
+ { client_session_with_customer_ro: [] },
63601
63663
  { support_read_only_token: [] }
63602
63664
  ],
63603
63665
  summary: "/events/get",
@@ -63662,6 +63724,7 @@ var openapi = {
63662
63724
  { pat_with_workspace: [] },
63663
63725
  { console_session_with_workspace: [] },
63664
63726
  { client_session_with_customer: [] },
63727
+ { client_session_with_customer_ro: [] },
63665
63728
  { support_read_only_token: [] }
63666
63729
  ],
63667
63730
  summary: "/events/get",
@@ -64191,6 +64254,7 @@ var openapi = {
64191
64254
  { pat_with_workspace: [] },
64192
64255
  { console_session_with_workspace: [] },
64193
64256
  { client_session_with_customer: [] },
64257
+ { client_session_with_customer_ro: [] },
64194
64258
  { support_read_only_token: [] }
64195
64259
  ],
64196
64260
  summary: "/events/list",
@@ -64615,6 +64679,7 @@ var openapi = {
64615
64679
  { pat_with_workspace: [] },
64616
64680
  { console_session_with_workspace: [] },
64617
64681
  { client_session_with_customer: [] },
64682
+ { client_session_with_customer_ro: [] },
64618
64683
  { support_read_only_token: [] }
64619
64684
  ],
64620
64685
  summary: "/events/list",
@@ -72197,7 +72262,10 @@ var openapi = {
72197
72262
  400: { description: "Bad Request" },
72198
72263
  401: { description: "Unauthorized" }
72199
72264
  },
72200
- security: [{ client_session_with_customer: [] }],
72265
+ security: [
72266
+ { client_session_with_customer: [] },
72267
+ { client_session_with_customer_ro: [] }
72268
+ ],
72201
72269
  summary: "/seam/customer/v1/access_grants/list",
72202
72270
  tags: [],
72203
72271
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "access_grants"],
@@ -72237,7 +72305,10 @@ var openapi = {
72237
72305
  400: { description: "Bad Request" },
72238
72306
  401: { description: "Unauthorized" }
72239
72307
  },
72240
- security: [{ client_session_with_customer: [] }],
72308
+ security: [
72309
+ { client_session_with_customer: [] },
72310
+ { client_session_with_customer_ro: [] }
72311
+ ],
72241
72312
  summary: "/seam/customer/v1/access_grants/list",
72242
72313
  tags: [],
72243
72314
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "access_grants"],
@@ -72582,7 +72653,8 @@ var openapi = {
72582
72653
  security: [
72583
72654
  { console_session_with_workspace: [] },
72584
72655
  { api_key: [] },
72585
- { client_session_with_customer: [] }
72656
+ { client_session_with_customer: [] },
72657
+ { client_session_with_customer_ro: [] }
72586
72658
  ],
72587
72659
  summary: "/seam/customer/v1/automation_runs/list",
72588
72660
  tags: [],
@@ -72746,7 +72818,8 @@ var openapi = {
72746
72818
  security: [
72747
72819
  { console_session_with_workspace: [] },
72748
72820
  { api_key: [] },
72749
- { client_session_with_customer: [] }
72821
+ { client_session_with_customer: [] },
72822
+ { client_session_with_customer_ro: [] }
72750
72823
  ],
72751
72824
  summary: "/seam/customer/v1/automation_runs/list",
72752
72825
  tags: [],
@@ -74064,6 +74137,7 @@ var openapi = {
74064
74137
  security: [
74065
74138
  { api_key: [] },
74066
74139
  { client_session_with_customer: [] },
74140
+ { client_session_with_customer_ro: [] },
74067
74141
  { console_session_with_workspace: [] }
74068
74142
  ],
74069
74143
  summary: "/seam/customer/v1/connector_customers/list",
@@ -74157,6 +74231,7 @@ var openapi = {
74157
74231
  security: [
74158
74232
  { api_key: [] },
74159
74233
  { client_session_with_customer: [] },
74234
+ { client_session_with_customer_ro: [] },
74160
74235
  { console_session_with_workspace: [] }
74161
74236
  ],
74162
74237
  summary: "/seam/customer/v1/connector_customers/list",
@@ -75063,6 +75138,7 @@ var openapi = {
75063
75138
  security: [
75064
75139
  { api_key: [] },
75065
75140
  { client_session_with_customer: [] },
75141
+ { client_session_with_customer_ro: [] },
75066
75142
  { console_session_with_workspace: [] }
75067
75143
  ],
75068
75144
  summary: "/seam/customer/v1/connectors/list",
@@ -75135,6 +75211,7 @@ var openapi = {
75135
75211
  security: [
75136
75212
  { api_key: [] },
75137
75213
  { client_session_with_customer: [] },
75214
+ { client_session_with_customer_ro: [] },
75138
75215
  { console_session_with_workspace: [] }
75139
75216
  ],
75140
75217
  summary: "/seam/customer/v1/connectors/list",
@@ -75609,7 +75686,10 @@ var openapi = {
75609
75686
  400: { description: "Bad Request" },
75610
75687
  401: { description: "Unauthorized" }
75611
75688
  },
75612
- security: [{ client_session_with_customer: [] }],
75689
+ security: [
75690
+ { client_session_with_customer: [] },
75691
+ { client_session_with_customer_ro: [] }
75692
+ ],
75613
75693
  summary: "/seam/customer/v1/customers/automations/get",
75614
75694
  tags: [],
75615
75695
  "x-fern-sdk-group-name": [
@@ -75906,7 +75986,10 @@ var openapi = {
75906
75986
  400: { description: "Bad Request" },
75907
75987
  401: { description: "Unauthorized" }
75908
75988
  },
75909
- security: [{ client_session_with_customer: [] }],
75989
+ security: [
75990
+ { client_session_with_customer: [] },
75991
+ { client_session_with_customer_ro: [] }
75992
+ ],
75910
75993
  summary: "/seam/customer/v1/customers/automations/get",
75911
75994
  tags: [],
75912
75995
  "x-fern-sdk-group-name": [
@@ -76664,7 +76747,10 @@ var openapi = {
76664
76747
  400: { description: "Bad Request" },
76665
76748
  401: { description: "Unauthorized" }
76666
76749
  },
76667
- security: [{ client_session_with_customer: [] }],
76750
+ security: [
76751
+ { client_session_with_customer: [] },
76752
+ { client_session_with_customer_ro: [] }
76753
+ ],
76668
76754
  summary: "/seam/customer/v1/customers/me",
76669
76755
  tags: [],
76670
76756
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "customers"],
@@ -76700,7 +76786,10 @@ var openapi = {
76700
76786
  400: { description: "Bad Request" },
76701
76787
  401: { description: "Unauthorized" }
76702
76788
  },
76703
- security: [{ client_session_with_customer: [] }],
76789
+ security: [
76790
+ { client_session_with_customer: [] },
76791
+ { client_session_with_customer_ro: [] }
76792
+ ],
76704
76793
  summary: "/seam/customer/v1/customers/me",
76705
76794
  tags: [],
76706
76795
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "customers"],
@@ -76800,7 +76889,10 @@ var openapi = {
76800
76889
  400: { description: "Bad Request" },
76801
76890
  401: { description: "Unauthorized" }
76802
76891
  },
76803
- security: [{ client_session_with_customer: [] }],
76892
+ security: [
76893
+ { client_session_with_customer: [] },
76894
+ { client_session_with_customer_ro: [] }
76895
+ ],
76804
76896
  summary: "/seam/customer/v1/encoders/list",
76805
76897
  tags: [],
76806
76898
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "encoders"],
@@ -76850,7 +76942,10 @@ var openapi = {
76850
76942
  400: { description: "Bad Request" },
76851
76943
  401: { description: "Unauthorized" }
76852
76944
  },
76853
- security: [{ client_session_with_customer: [] }],
76945
+ security: [
76946
+ { client_session_with_customer: [] },
76947
+ { client_session_with_customer_ro: [] }
76948
+ ],
76854
76949
  summary: "/seam/customer/v1/encoders/list",
76855
76950
  tags: [],
76856
76951
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "encoders"],
@@ -77179,7 +77274,10 @@ var openapi = {
77179
77274
  400: { description: "Bad Request" },
77180
77275
  401: { description: "Unauthorized" }
77181
77276
  },
77182
- security: [{ client_session_with_customer: [] }],
77277
+ security: [
77278
+ { client_session_with_customer: [] },
77279
+ { client_session_with_customer_ro: [] }
77280
+ ],
77183
77281
  summary: "/seam/customer/v1/events/list",
77184
77282
  tags: ["/events"],
77185
77283
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "events"],
@@ -77486,7 +77584,10 @@ var openapi = {
77486
77584
  400: { description: "Bad Request" },
77487
77585
  401: { description: "Unauthorized" }
77488
77586
  },
77489
- security: [{ client_session_with_customer: [] }],
77587
+ security: [
77588
+ { client_session_with_customer: [] },
77589
+ { client_session_with_customer_ro: [] }
77590
+ ],
77490
77591
  summary: "/seam/customer/v1/events/list",
77491
77592
  tags: ["/events"],
77492
77593
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "events"],
@@ -77886,6 +77987,11 @@ var openapi = {
77886
77987
  description: "Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.",
77887
77988
  enum: ["full", "restricted"],
77888
77989
  type: "string"
77990
+ },
77991
+ read_only: {
77992
+ default: false,
77993
+ 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.",
77994
+ type: "boolean"
77889
77995
  }
77890
77996
  },
77891
77997
  type: "object"
@@ -77902,7 +78008,10 @@ var openapi = {
77902
78008
  400: { description: "Bad Request" },
77903
78009
  401: { description: "Unauthorized" }
77904
78010
  },
77905
- security: [{ client_session_with_customer: [] }],
78011
+ security: [
78012
+ { client_session_with_customer: [] },
78013
+ { client_session_with_customer_ro: [] }
78014
+ ],
77906
78015
  summary: "/seam/customer/v1/portals/get",
77907
78016
  tags: [],
77908
78017
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "portals"],
@@ -78305,6 +78414,11 @@ var openapi = {
78305
78414
  description: "Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.",
78306
78415
  enum: ["full", "restricted"],
78307
78416
  type: "string"
78417
+ },
78418
+ read_only: {
78419
+ default: false,
78420
+ 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.",
78421
+ type: "boolean"
78308
78422
  }
78309
78423
  },
78310
78424
  type: "object"
@@ -78321,7 +78435,10 @@ var openapi = {
78321
78435
  400: { description: "Bad Request" },
78322
78436
  401: { description: "Unauthorized" }
78323
78437
  },
78324
- security: [{ client_session_with_customer: [] }],
78438
+ security: [
78439
+ { client_session_with_customer: [] },
78440
+ { client_session_with_customer_ro: [] }
78441
+ ],
78325
78442
  summary: "/seam/customer/v1/portals/get",
78326
78443
  tags: [],
78327
78444
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "portals"],
@@ -78675,6 +78792,11 @@ var openapi = {
78675
78792
  description: "Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.",
78676
78793
  enum: ["full", "restricted"],
78677
78794
  type: "string"
78795
+ },
78796
+ read_only: {
78797
+ default: false,
78798
+ 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.",
78799
+ type: "boolean"
78678
78800
  }
78679
78801
  },
78680
78802
  type: "object"
@@ -79053,6 +79175,11 @@ var openapi = {
79053
79175
  description: "Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.",
79054
79176
  enum: ["full", "restricted"],
79055
79177
  type: "string"
79178
+ },
79179
+ read_only: {
79180
+ default: false,
79181
+ 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.",
79182
+ type: "boolean"
79056
79183
  }
79057
79184
  },
79058
79185
  type: "object"
@@ -79300,6 +79427,7 @@ var openapi = {
79300
79427
  },
79301
79428
  security: [
79302
79429
  { client_session_with_customer: [] },
79430
+ { client_session_with_customer_ro: [] },
79303
79431
  { console_session_with_workspace: [] }
79304
79432
  ],
79305
79433
  summary: "/seam/customer/v1/reservations/get",
@@ -79517,6 +79645,7 @@ var openapi = {
79517
79645
  },
79518
79646
  security: [
79519
79647
  { client_session_with_customer: [] },
79648
+ { client_session_with_customer_ro: [] },
79520
79649
  { console_session_with_workspace: [] }
79521
79650
  ],
79522
79651
  summary: "/seam/customer/v1/reservations/get",
@@ -79861,6 +79990,7 @@ var openapi = {
79861
79990
  },
79862
79991
  security: [
79863
79992
  { client_session_with_customer: [] },
79993
+ { client_session_with_customer_ro: [] },
79864
79994
  { console_session_with_workspace: [] }
79865
79995
  ],
79866
79996
  summary: "/seam/customer/v1/reservations/list",
@@ -80168,6 +80298,7 @@ var openapi = {
80168
80298
  },
80169
80299
  security: [
80170
80300
  { client_session_with_customer: [] },
80301
+ { client_session_with_customer_ro: [] },
80171
80302
  { console_session_with_workspace: [] }
80172
80303
  ],
80173
80304
  summary: "/seam/customer/v1/reservations/list",
@@ -80228,6 +80359,7 @@ var openapi = {
80228
80359
  },
80229
80360
  security: [
80230
80361
  { client_session_with_customer: [] },
80362
+ { client_session_with_customer_ro: [] },
80231
80363
  { console_session_with_workspace: [] }
80232
80364
  ],
80233
80365
  summary: "/seam/customer/v1/reservations/list_access_grants",
@@ -80286,6 +80418,7 @@ var openapi = {
80286
80418
  },
80287
80419
  security: [
80288
80420
  { client_session_with_customer: [] },
80421
+ { client_session_with_customer_ro: [] },
80289
80422
  { console_session_with_workspace: [] }
80290
80423
  ],
80291
80424
  summary: "/seam/customer/v1/reservations/list_access_grants",
@@ -80765,7 +80898,8 @@ var openapi = {
80765
80898
  },
80766
80899
  security: [
80767
80900
  { console_session_with_workspace: [] },
80768
- { client_session_with_customer: [] }
80901
+ { client_session_with_customer: [] },
80902
+ { client_session_with_customer_ro: [] }
80769
80903
  ],
80770
80904
  summary: "/seam/customer/v1/settings/vertical_resource_aliases/get",
80771
80905
  tags: [],
@@ -80936,7 +81070,8 @@ var openapi = {
80936
81070
  },
80937
81071
  security: [
80938
81072
  { console_session_with_workspace: [] },
80939
- { client_session_with_customer: [] }
81073
+ { client_session_with_customer: [] },
81074
+ { client_session_with_customer_ro: [] }
80940
81075
  ],
80941
81076
  summary: "/seam/customer/v1/settings/vertical_resource_aliases/get",
80942
81077
  tags: [],
@@ -81140,6 +81275,7 @@ var openapi = {
81140
81275
  },
81141
81276
  security: [
81142
81277
  { client_session_with_customer: [] },
81278
+ { client_session_with_customer_ro: [] },
81143
81279
  { console_session_with_workspace: [] }
81144
81280
  ],
81145
81281
  summary: "/seam/customer/v1/spaces/list",
@@ -81217,6 +81353,7 @@ var openapi = {
81217
81353
  },
81218
81354
  security: [
81219
81355
  { client_session_with_customer: [] },
81356
+ { client_session_with_customer_ro: [] },
81220
81357
  { console_session_with_workspace: [] }
81221
81358
  ],
81222
81359
  summary: "/seam/customer/v1/spaces/list",
@@ -81361,7 +81498,10 @@ var openapi = {
81361
81498
  400: { description: "Bad Request" },
81362
81499
  401: { description: "Unauthorized" }
81363
81500
  },
81364
- security: [{ client_session_with_customer: [] }],
81501
+ security: [
81502
+ { client_session_with_customer: [] },
81503
+ { client_session_with_customer_ro: [] }
81504
+ ],
81365
81505
  summary: "/seam/customer/v1/spaces/list_reservations",
81366
81506
  tags: [],
81367
81507
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "spaces"],
@@ -81501,7 +81641,10 @@ var openapi = {
81501
81641
  400: { description: "Bad Request" },
81502
81642
  401: { description: "Unauthorized" }
81503
81643
  },
81504
- security: [{ client_session_with_customer: [] }],
81644
+ security: [
81645
+ { client_session_with_customer: [] },
81646
+ { client_session_with_customer_ro: [] }
81647
+ ],
81505
81648
  summary: "/seam/customer/v1/spaces/list_reservations",
81506
81649
  tags: [],
81507
81650
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "spaces"],
@@ -81658,7 +81801,10 @@ var openapi = {
81658
81801
  400: { description: "Bad Request" },
81659
81802
  401: { description: "Unauthorized" }
81660
81803
  },
81661
- security: [{ client_session_with_customer: [] }],
81804
+ security: [
81805
+ { client_session_with_customer: [] },
81806
+ { client_session_with_customer_ro: [] }
81807
+ ],
81662
81808
  summary: "/seam/customer/v1/staff_members/get",
81663
81809
  tags: [],
81664
81810
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "staff_members"],
@@ -81751,7 +81897,10 @@ var openapi = {
81751
81897
  400: { description: "Bad Request" },
81752
81898
  401: { description: "Unauthorized" }
81753
81899
  },
81754
- security: [{ client_session_with_customer: [] }],
81900
+ security: [
81901
+ { client_session_with_customer: [] },
81902
+ { client_session_with_customer_ro: [] }
81903
+ ],
81755
81904
  summary: "/seam/customer/v1/staff_members/get",
81756
81905
  tags: [],
81757
81906
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "staff_members"],
@@ -81870,7 +82019,10 @@ var openapi = {
81870
82019
  400: { description: "Bad Request" },
81871
82020
  401: { description: "Unauthorized" }
81872
82021
  },
81873
- security: [{ client_session_with_customer: [] }],
82022
+ security: [
82023
+ { client_session_with_customer: [] },
82024
+ { client_session_with_customer_ro: [] }
82025
+ ],
81874
82026
  summary: "/seam/customer/v1/staff_members/list",
81875
82027
  tags: [],
81876
82028
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "staff_members"],
@@ -81976,7 +82128,10 @@ var openapi = {
81976
82128
  400: { description: "Bad Request" },
81977
82129
  401: { description: "Unauthorized" }
81978
82130
  },
81979
- security: [{ client_session_with_customer: [] }],
82131
+ security: [
82132
+ { client_session_with_customer: [] },
82133
+ { client_session_with_customer_ro: [] }
82134
+ ],
81980
82135
  summary: "/seam/customer/v1/staff_members/list",
81981
82136
  tags: [],
81982
82137
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "staff_members"],
@@ -82725,6 +82880,7 @@ var openapi = {
82725
82880
  },
82726
82881
  security: [
82727
82882
  { client_session_with_customer: [] },
82883
+ { client_session_with_customer_ro: [] },
82728
82884
  { console_session_with_workspace: [] },
82729
82885
  { api_key: [] }
82730
82886
  ],
@@ -82858,6 +83014,7 @@ var openapi = {
82858
83014
  },
82859
83015
  security: [
82860
83016
  { client_session_with_customer: [] },
83017
+ { client_session_with_customer_ro: [] },
82861
83018
  { console_session_with_workspace: [] },
82862
83019
  { api_key: [] }
82863
83020
  ],
@@ -83489,6 +83646,7 @@ var openapi = {
83489
83646
  { console_session_with_workspace: [] },
83490
83647
  { api_key: [] },
83491
83648
  { client_session_with_customer: [] },
83649
+ { client_session_with_customer_ro: [] },
83492
83650
  { support_read_only_token: [] }
83493
83651
  ],
83494
83652
  summary: "/spaces/get",
@@ -83557,6 +83715,7 @@ var openapi = {
83557
83715
  { console_session_with_workspace: [] },
83558
83716
  { api_key: [] },
83559
83717
  { client_session_with_customer: [] },
83718
+ { client_session_with_customer_ro: [] },
83560
83719
  { support_read_only_token: [] }
83561
83720
  ],
83562
83721
  summary: "/spaces/get",
@@ -83684,6 +83843,7 @@ var openapi = {
83684
83843
  { console_session_with_workspace: [] },
83685
83844
  { api_key: [] },
83686
83845
  { client_session_with_customer: [] },
83846
+ { client_session_with_customer_ro: [] },
83687
83847
  { support_read_only_token: [] }
83688
83848
  ],
83689
83849
  summary: "/spaces/get_related",
@@ -83810,6 +83970,7 @@ var openapi = {
83810
83970
  { console_session_with_workspace: [] },
83811
83971
  { api_key: [] },
83812
83972
  { client_session_with_customer: [] },
83973
+ { client_session_with_customer_ro: [] },
83813
83974
  { support_read_only_token: [] }
83814
83975
  ],
83815
83976
  summary: "/spaces/get_related",
@@ -83937,6 +84098,7 @@ var openapi = {
83937
84098
  { console_session_with_workspace: [] },
83938
84099
  { api_key: [] },
83939
84100
  { client_session_with_customer: [] },
84101
+ { client_session_with_customer_ro: [] },
83940
84102
  { support_read_only_token: [] }
83941
84103
  ],
83942
84104
  summary: "/spaces/list",
@@ -84031,6 +84193,7 @@ var openapi = {
84031
84193
  { console_session_with_workspace: [] },
84032
84194
  { api_key: [] },
84033
84195
  { client_session_with_customer: [] },
84196
+ { client_session_with_customer_ro: [] },
84034
84197
  { support_read_only_token: [] }
84035
84198
  ],
84036
84199
  summary: "/spaces/list",
@@ -86487,6 +86650,7 @@ var openapi = {
86487
86650
  { pat_with_workspace: [] },
86488
86651
  { console_session_with_workspace: [] },
86489
86652
  { client_session_with_customer: [] },
86653
+ { client_session_with_customer_ro: [] },
86490
86654
  { support_read_only_token: [] }
86491
86655
  ],
86492
86656
  summary: "/thermostats/schedules/list",
@@ -86551,6 +86715,7 @@ var openapi = {
86551
86715
  { pat_with_workspace: [] },
86552
86716
  { console_session_with_workspace: [] },
86553
86717
  { client_session_with_customer: [] },
86718
+ { client_session_with_customer_ro: [] },
86554
86719
  { support_read_only_token: [] }
86555
86720
  ],
86556
86721
  summary: "/thermostats/schedules/list",
@@ -89015,6 +89180,7 @@ var openapi = {
89015
89180
  { pat_with_workspace: [] },
89016
89181
  { console_session_with_workspace: [] },
89017
89182
  { client_session_with_customer: [] },
89183
+ { client_session_with_customer_ro: [] },
89018
89184
  { support_read_only_token: [] }
89019
89185
  ],
89020
89186
  summary: "/user_identities/get",
@@ -89080,6 +89246,7 @@ var openapi = {
89080
89246
  { pat_with_workspace: [] },
89081
89247
  { console_session_with_workspace: [] },
89082
89248
  { client_session_with_customer: [] },
89249
+ { client_session_with_customer_ro: [] },
89083
89250
  { support_read_only_token: [] }
89084
89251
  ],
89085
89252
  summary: "/user_identities/get",
@@ -91920,6 +92087,7 @@ var openapi = {
91920
92087
  },
91921
92088
  security: [
91922
92089
  { client_session_with_customer: [] },
92090
+ { client_session_with_customer_ro: [] },
91923
92091
  { pat_with_workspace: [] },
91924
92092
  { console_session_with_workspace: [] },
91925
92093
  { api_key: [] }
@@ -91972,6 +92140,7 @@ var openapi = {
91972
92140
  },
91973
92141
  security: [
91974
92142
  { client_session_with_customer: [] },
92143
+ { client_session_with_customer_ro: [] },
91975
92144
  { pat_with_workspace: [] },
91976
92145
  { console_session_with_workspace: [] },
91977
92146
  { api_key: [] }
@@ -92026,6 +92195,7 @@ var openapi = {
92026
92195
  },
92027
92196
  security: [
92028
92197
  { client_session_with_customer: [] },
92198
+ { client_session_with_customer_ro: [] },
92029
92199
  { pat_with_workspace: [] },
92030
92200
  { console_session_with_workspace: [] },
92031
92201
  { api_key: [] }
@@ -92083,6 +92253,7 @@ var openapi = {
92083
92253
  },
92084
92254
  security: [
92085
92255
  { client_session_with_customer: [] },
92256
+ { client_session_with_customer_ro: [] },
92086
92257
  { pat_with_workspace: [] },
92087
92258
  { console_session_with_workspace: [] },
92088
92259
  { api_key: [] }
@@ -92749,6 +92920,7 @@ var openapi = {
92749
92920
  { console_session_with_workspace: [] },
92750
92921
  { client_session: [] },
92751
92922
  { client_session_with_customer: [] },
92923
+ { client_session_with_customer_ro: [] },
92752
92924
  { pat_with_workspace: [] },
92753
92925
  { support_read_only_token: [] }
92754
92926
  ],
@@ -92787,6 +92959,7 @@ var openapi = {
92787
92959
  { console_session_with_workspace: [] },
92788
92960
  { client_session: [] },
92789
92961
  { client_session_with_customer: [] },
92962
+ { client_session_with_customer_ro: [] },
92790
92963
  { pat_with_workspace: [] },
92791
92964
  { support_read_only_token: [] }
92792
92965
  ],