@seamapi/types 1.428.0 → 1.429.1

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.
@@ -15931,7 +15931,7 @@ declare const _default: {
15931
15931
  };
15932
15932
  };
15933
15933
  '/access_grants/delete': {
15934
- get: {
15934
+ delete: {
15935
15935
  description: string;
15936
15936
  operationId: string;
15937
15937
  parameters: {
@@ -16579,7 +16579,7 @@ declare const _default: {
16579
16579
  };
16580
16580
  };
16581
16581
  '/access_methods/delete': {
16582
- get: {
16582
+ delete: {
16583
16583
  description: string;
16584
16584
  operationId: string;
16585
16585
  parameters: {
@@ -34777,70 +34777,152 @@ declare const _default: {
34777
34777
  'x-undocumented': string;
34778
34778
  };
34779
34779
  };
34780
- '/seam/customer/v1/portals/get': {
34780
+ '/seam/customer/v1/automation_runs/list': {
34781
34781
  get: {
34782
34782
  description: string;
34783
34783
  operationId: string;
34784
- parameters: {
34784
+ parameters: ({
34785
34785
  in: string;
34786
34786
  name: string;
34787
- required: boolean;
34788
34787
  schema: {
34789
34788
  description: string;
34789
+ format: string;
34790
34790
  type: string;
34791
+ enum?: never;
34792
+ default?: never;
34793
+ exclusiveMinimum?: never;
34794
+ minimum?: never;
34795
+ nullable?: never;
34791
34796
  };
34792
- }[];
34797
+ } | {
34798
+ in: string;
34799
+ name: string;
34800
+ schema: {
34801
+ description: string;
34802
+ enum: string[];
34803
+ type: string;
34804
+ format?: never;
34805
+ default?: never;
34806
+ exclusiveMinimum?: never;
34807
+ minimum?: never;
34808
+ nullable?: never;
34809
+ };
34810
+ } | {
34811
+ in: string;
34812
+ name: string;
34813
+ schema: {
34814
+ description: string;
34815
+ type: string;
34816
+ format?: never;
34817
+ enum?: never;
34818
+ default?: never;
34819
+ exclusiveMinimum?: never;
34820
+ minimum?: never;
34821
+ nullable?: never;
34822
+ };
34823
+ } | {
34824
+ in: string;
34825
+ name: string;
34826
+ schema: {
34827
+ default: number;
34828
+ description: string;
34829
+ exclusiveMinimum: boolean;
34830
+ minimum: number;
34831
+ type: string;
34832
+ format?: never;
34833
+ enum?: never;
34834
+ nullable?: never;
34835
+ };
34836
+ } | {
34837
+ in: string;
34838
+ name: string;
34839
+ schema: {
34840
+ description: string;
34841
+ nullable: boolean;
34842
+ type: string;
34843
+ format?: never;
34844
+ enum?: never;
34845
+ default?: never;
34846
+ exclusiveMinimum?: never;
34847
+ minimum?: never;
34848
+ };
34849
+ })[];
34793
34850
  responses: {
34794
34851
  200: {
34795
34852
  content: {
34796
34853
  'application/json': {
34797
34854
  schema: {
34798
34855
  properties: {
34799
- customer_portal: {
34800
- properties: {
34801
- business_vertical: {
34802
- description: string;
34803
- enum: string[];
34804
- type: string;
34805
- };
34806
- features: {
34807
- properties: {
34808
- connect: {
34809
- properties: {
34810
- exclude: {
34856
+ automation_runs: {
34857
+ items: {
34858
+ properties: {
34859
+ automation_id: {
34860
+ format: string;
34861
+ type: string;
34862
+ };
34863
+ automation_result: {
34864
+ properties: {
34865
+ actions: {
34866
+ items: {
34867
+ properties: {
34868
+ access_grant_id: {
34869
+ format: string;
34870
+ type: string;
34871
+ };
34872
+ action_type: {
34873
+ enum: string[];
34874
+ type: string;
34875
+ };
34876
+ resource_type: {
34877
+ type: string;
34878
+ };
34879
+ };
34880
+ required: string[];
34811
34881
  type: string;
34812
34882
  };
34883
+ type: string;
34813
34884
  };
34814
- type: string;
34815
- };
34816
- manage_devices: {
34817
- properties: {
34818
- exclude: {
34819
- type: string;
34820
- };
34885
+ error: {
34886
+ type: string;
34821
34887
  };
34822
- type: string;
34823
- };
34824
- organize: {
34825
- properties: {
34826
- exclude: {
34827
- type: string;
34828
- };
34888
+ rule: {
34889
+ enum: string[];
34890
+ type: string;
34891
+ };
34892
+ success: {
34893
+ type: string;
34829
34894
  };
34830
- type: string;
34831
34895
  };
34896
+ required: string[];
34897
+ type: string;
34898
+ };
34899
+ automation_run_id: {
34900
+ format: string;
34901
+ type: string;
34902
+ };
34903
+ created_at: {
34904
+ type: string;
34905
+ };
34906
+ partner_resource_id: {
34907
+ format: string;
34908
+ type: string;
34909
+ };
34910
+ workspace_id: {
34911
+ format: string;
34912
+ type: string;
34832
34913
  };
34833
- type: string;
34834
- };
34835
- is_embedded: {
34836
- type: string;
34837
34914
  };
34915
+ required: string[];
34916
+ type: string;
34838
34917
  };
34839
34918
  type: string;
34840
34919
  };
34841
34920
  ok: {
34842
34921
  type: string;
34843
34922
  };
34923
+ pagination: {
34924
+ $ref: string;
34925
+ };
34844
34926
  };
34845
34927
  required: string[];
34846
34928
  type: string;
@@ -34856,9 +34938,19 @@ declare const _default: {
34856
34938
  description: string;
34857
34939
  };
34858
34940
  };
34859
- security: {
34941
+ security: ({
34942
+ console_session_with_workspace: never[];
34943
+ api_key?: never;
34944
+ client_session_with_customer?: never;
34945
+ } | {
34946
+ api_key: never[];
34947
+ console_session_with_workspace?: never;
34948
+ client_session_with_customer?: never;
34949
+ } | {
34860
34950
  client_session_with_customer: never[];
34861
- }[];
34951
+ console_session_with_workspace?: never;
34952
+ api_key?: never;
34953
+ })[];
34862
34954
  summary: string;
34863
34955
  tags: never[];
34864
34956
  'x-fern-sdk-group-name': string[];
@@ -34876,12 +34968,43 @@ declare const _default: {
34876
34968
  'application/json': {
34877
34969
  schema: {
34878
34970
  properties: {
34879
- customer_portal_id: {
34971
+ automation_id: {
34972
+ description: string;
34973
+ format: string;
34974
+ type: string;
34975
+ };
34976
+ created_before: {
34977
+ description: string;
34978
+ format: string;
34979
+ type: string;
34980
+ };
34981
+ limit: {
34982
+ default: number;
34983
+ description: string;
34984
+ exclusiveMinimum: boolean;
34985
+ minimum: number;
34986
+ type: string;
34987
+ };
34988
+ page_cursor: {
34989
+ description: string;
34990
+ nullable: boolean;
34991
+ type: string;
34992
+ };
34993
+ partner_resource_id: {
34994
+ description: string;
34995
+ format: string;
34996
+ type: string;
34997
+ };
34998
+ rule: {
34999
+ description: string;
35000
+ enum: string[];
35001
+ type: string;
35002
+ };
35003
+ success: {
34880
35004
  description: string;
34881
35005
  type: string;
34882
35006
  };
34883
35007
  };
34884
- required: string[];
34885
35008
  type: string;
34886
35009
  };
34887
35010
  };
@@ -34893,51 +35016,76 @@ declare const _default: {
34893
35016
  'application/json': {
34894
35017
  schema: {
34895
35018
  properties: {
34896
- customer_portal: {
34897
- properties: {
34898
- business_vertical: {
34899
- description: string;
34900
- enum: string[];
34901
- type: string;
34902
- };
34903
- features: {
34904
- properties: {
34905
- connect: {
34906
- properties: {
34907
- exclude: {
35019
+ automation_runs: {
35020
+ items: {
35021
+ properties: {
35022
+ automation_id: {
35023
+ format: string;
35024
+ type: string;
35025
+ };
35026
+ automation_result: {
35027
+ properties: {
35028
+ actions: {
35029
+ items: {
35030
+ properties: {
35031
+ access_grant_id: {
35032
+ format: string;
35033
+ type: string;
35034
+ };
35035
+ action_type: {
35036
+ enum: string[];
35037
+ type: string;
35038
+ };
35039
+ resource_type: {
35040
+ type: string;
35041
+ };
35042
+ };
35043
+ required: string[];
34908
35044
  type: string;
34909
35045
  };
35046
+ type: string;
34910
35047
  };
34911
- type: string;
34912
- };
34913
- manage_devices: {
34914
- properties: {
34915
- exclude: {
34916
- type: string;
34917
- };
35048
+ error: {
35049
+ type: string;
34918
35050
  };
34919
- type: string;
34920
- };
34921
- organize: {
34922
- properties: {
34923
- exclude: {
34924
- type: string;
34925
- };
35051
+ rule: {
35052
+ enum: string[];
35053
+ type: string;
35054
+ };
35055
+ success: {
35056
+ type: string;
34926
35057
  };
34927
- type: string;
34928
35058
  };
35059
+ required: string[];
35060
+ type: string;
35061
+ };
35062
+ automation_run_id: {
35063
+ format: string;
35064
+ type: string;
35065
+ };
35066
+ created_at: {
35067
+ type: string;
35068
+ };
35069
+ partner_resource_id: {
35070
+ format: string;
35071
+ type: string;
35072
+ };
35073
+ workspace_id: {
35074
+ format: string;
35075
+ type: string;
34929
35076
  };
34930
- type: string;
34931
- };
34932
- is_embedded: {
34933
- type: string;
34934
35077
  };
35078
+ required: string[];
35079
+ type: string;
34935
35080
  };
34936
35081
  type: string;
34937
35082
  };
34938
35083
  ok: {
34939
35084
  type: string;
34940
35085
  };
35086
+ pagination: {
35087
+ $ref: string;
35088
+ };
34941
35089
  };
34942
35090
  required: string[];
34943
35091
  type: string;
@@ -34953,13 +35101,790 @@ declare const _default: {
34953
35101
  description: string;
34954
35102
  };
34955
35103
  };
34956
- security: {
34957
- client_session_with_customer: never[];
34958
- }[];
34959
- summary: string;
34960
- tags: never[];
34961
- 'x-fern-sdk-group-name': string[];
34962
- 'x-fern-sdk-method-name': string;
35104
+ security: ({
35105
+ console_session_with_workspace: never[];
35106
+ api_key?: never;
35107
+ client_session_with_customer?: never;
35108
+ } | {
35109
+ api_key: never[];
35110
+ console_session_with_workspace?: never;
35111
+ client_session_with_customer?: never;
35112
+ } | {
35113
+ client_session_with_customer: never[];
35114
+ console_session_with_workspace?: never;
35115
+ api_key?: never;
35116
+ })[];
35117
+ summary: string;
35118
+ tags: never[];
35119
+ 'x-fern-sdk-group-name': string[];
35120
+ 'x-fern-sdk-method-name': string;
35121
+ 'x-fern-sdk-return-value': string;
35122
+ 'x-response-key': string;
35123
+ 'x-title': string;
35124
+ 'x-undocumented': string;
35125
+ };
35126
+ };
35127
+ '/seam/customer/v1/automations/delete': {
35128
+ delete: {
35129
+ description: string;
35130
+ operationId: string;
35131
+ requestBody: {
35132
+ content: {
35133
+ 'application/json': {
35134
+ schema: {
35135
+ properties: {};
35136
+ type: string;
35137
+ };
35138
+ };
35139
+ };
35140
+ };
35141
+ responses: {
35142
+ 200: {
35143
+ content: {
35144
+ 'application/json': {
35145
+ schema: {
35146
+ properties: {
35147
+ ok: {
35148
+ type: string;
35149
+ };
35150
+ };
35151
+ required: string[];
35152
+ type: string;
35153
+ };
35154
+ };
35155
+ };
35156
+ description: string;
35157
+ };
35158
+ 400: {
35159
+ description: string;
35160
+ };
35161
+ 401: {
35162
+ description: string;
35163
+ };
35164
+ };
35165
+ security: ({
35166
+ console_session_with_workspace: never[];
35167
+ api_key?: never;
35168
+ client_session_with_customer?: never;
35169
+ } | {
35170
+ api_key: never[];
35171
+ console_session_with_workspace?: never;
35172
+ client_session_with_customer?: never;
35173
+ } | {
35174
+ client_session_with_customer: never[];
35175
+ console_session_with_workspace?: never;
35176
+ api_key?: never;
35177
+ })[];
35178
+ summary: string;
35179
+ tags: never[];
35180
+ 'x-fern-sdk-group-name': string[];
35181
+ 'x-fern-sdk-method-name': string;
35182
+ 'x-response-key': null;
35183
+ 'x-title': string;
35184
+ 'x-undocumented': string;
35185
+ };
35186
+ post: {
35187
+ description: string;
35188
+ operationId: string;
35189
+ requestBody: {
35190
+ content: {
35191
+ 'application/json': {
35192
+ schema: {
35193
+ properties: {};
35194
+ type: string;
35195
+ };
35196
+ };
35197
+ };
35198
+ };
35199
+ responses: {
35200
+ 200: {
35201
+ content: {
35202
+ 'application/json': {
35203
+ schema: {
35204
+ properties: {
35205
+ ok: {
35206
+ type: string;
35207
+ };
35208
+ };
35209
+ required: string[];
35210
+ type: string;
35211
+ };
35212
+ };
35213
+ };
35214
+ description: string;
35215
+ };
35216
+ 400: {
35217
+ description: string;
35218
+ };
35219
+ 401: {
35220
+ description: string;
35221
+ };
35222
+ };
35223
+ security: ({
35224
+ console_session_with_workspace: never[];
35225
+ api_key?: never;
35226
+ client_session_with_customer?: never;
35227
+ } | {
35228
+ api_key: never[];
35229
+ console_session_with_workspace?: never;
35230
+ client_session_with_customer?: never;
35231
+ } | {
35232
+ client_session_with_customer: never[];
35233
+ console_session_with_workspace?: never;
35234
+ api_key?: never;
35235
+ })[];
35236
+ summary: string;
35237
+ tags: never[];
35238
+ 'x-fern-sdk-group-name': string[];
35239
+ 'x-fern-sdk-method-name': string;
35240
+ 'x-response-key': null;
35241
+ 'x-title': string;
35242
+ 'x-undocumented': string;
35243
+ };
35244
+ };
35245
+ '/seam/customer/v1/automations/get': {
35246
+ get: {
35247
+ description: string;
35248
+ operationId: string;
35249
+ responses: {
35250
+ 200: {
35251
+ content: {
35252
+ 'application/json': {
35253
+ schema: {
35254
+ properties: {
35255
+ access_rules: {
35256
+ properties: {
35257
+ reservation_created: {
35258
+ properties: {
35259
+ config: {
35260
+ properties: {
35261
+ access_methods: {
35262
+ items: {
35263
+ enum: string[];
35264
+ type: string;
35265
+ };
35266
+ minItems: number;
35267
+ type: string;
35268
+ };
35269
+ method_issuance_strategy: {
35270
+ enum: string[];
35271
+ type: string;
35272
+ };
35273
+ };
35274
+ required: string[];
35275
+ type: string;
35276
+ };
35277
+ rule: {
35278
+ enum: string[];
35279
+ type: string;
35280
+ };
35281
+ };
35282
+ required: string[];
35283
+ type: string;
35284
+ };
35285
+ reservation_deleted: {
35286
+ properties: {
35287
+ config: {
35288
+ $ref: string;
35289
+ };
35290
+ rule: {
35291
+ enum: string[];
35292
+ type: string;
35293
+ };
35294
+ };
35295
+ required: string[];
35296
+ type: string;
35297
+ };
35298
+ reservation_time_updated: {
35299
+ properties: {
35300
+ config: {
35301
+ $ref: string;
35302
+ };
35303
+ rule: {
35304
+ enum: string[];
35305
+ type: string;
35306
+ };
35307
+ };
35308
+ required: string[];
35309
+ type: string;
35310
+ };
35311
+ };
35312
+ type: string;
35313
+ };
35314
+ ok: {
35315
+ type: string;
35316
+ };
35317
+ };
35318
+ required: string[];
35319
+ type: string;
35320
+ };
35321
+ };
35322
+ };
35323
+ description: string;
35324
+ };
35325
+ 400: {
35326
+ description: string;
35327
+ };
35328
+ 401: {
35329
+ description: string;
35330
+ };
35331
+ };
35332
+ security: ({
35333
+ console_session_with_workspace: never[];
35334
+ api_key?: never;
35335
+ client_session_with_customer?: never;
35336
+ } | {
35337
+ api_key: never[];
35338
+ console_session_with_workspace?: never;
35339
+ client_session_with_customer?: never;
35340
+ } | {
35341
+ client_session_with_customer: never[];
35342
+ console_session_with_workspace?: never;
35343
+ api_key?: never;
35344
+ })[];
35345
+ summary: string;
35346
+ tags: never[];
35347
+ 'x-fern-sdk-group-name': string[];
35348
+ 'x-fern-sdk-method-name': string;
35349
+ 'x-response-key': null;
35350
+ 'x-title': string;
35351
+ 'x-undocumented': string;
35352
+ };
35353
+ post: {
35354
+ description: string;
35355
+ operationId: string;
35356
+ responses: {
35357
+ 200: {
35358
+ content: {
35359
+ 'application/json': {
35360
+ schema: {
35361
+ properties: {
35362
+ access_rules: {
35363
+ properties: {
35364
+ reservation_created: {
35365
+ properties: {
35366
+ config: {
35367
+ properties: {
35368
+ access_methods: {
35369
+ items: {
35370
+ enum: string[];
35371
+ type: string;
35372
+ };
35373
+ minItems: number;
35374
+ type: string;
35375
+ };
35376
+ method_issuance_strategy: {
35377
+ enum: string[];
35378
+ type: string;
35379
+ };
35380
+ };
35381
+ required: string[];
35382
+ type: string;
35383
+ };
35384
+ rule: {
35385
+ enum: string[];
35386
+ type: string;
35387
+ };
35388
+ };
35389
+ required: string[];
35390
+ type: string;
35391
+ };
35392
+ reservation_deleted: {
35393
+ properties: {
35394
+ config: {
35395
+ $ref: string;
35396
+ };
35397
+ rule: {
35398
+ enum: string[];
35399
+ type: string;
35400
+ };
35401
+ };
35402
+ required: string[];
35403
+ type: string;
35404
+ };
35405
+ reservation_time_updated: {
35406
+ properties: {
35407
+ config: {
35408
+ $ref: string;
35409
+ };
35410
+ rule: {
35411
+ enum: string[];
35412
+ type: string;
35413
+ };
35414
+ };
35415
+ required: string[];
35416
+ type: string;
35417
+ };
35418
+ };
35419
+ type: string;
35420
+ };
35421
+ ok: {
35422
+ type: string;
35423
+ };
35424
+ };
35425
+ required: string[];
35426
+ type: string;
35427
+ };
35428
+ };
35429
+ };
35430
+ description: string;
35431
+ };
35432
+ 400: {
35433
+ description: string;
35434
+ };
35435
+ 401: {
35436
+ description: string;
35437
+ };
35438
+ };
35439
+ security: ({
35440
+ console_session_with_workspace: never[];
35441
+ api_key?: never;
35442
+ client_session_with_customer?: never;
35443
+ } | {
35444
+ api_key: never[];
35445
+ console_session_with_workspace?: never;
35446
+ client_session_with_customer?: never;
35447
+ } | {
35448
+ client_session_with_customer: never[];
35449
+ console_session_with_workspace?: never;
35450
+ api_key?: never;
35451
+ })[];
35452
+ summary: string;
35453
+ tags: never[];
35454
+ 'x-fern-sdk-group-name': string[];
35455
+ 'x-fern-sdk-method-name': string;
35456
+ 'x-response-key': null;
35457
+ 'x-title': string;
35458
+ 'x-undocumented': string;
35459
+ };
35460
+ };
35461
+ '/seam/customer/v1/automations/update': {
35462
+ patch: {
35463
+ description: string;
35464
+ operationId: string;
35465
+ requestBody: {
35466
+ content: {
35467
+ 'application/json': {
35468
+ schema: {
35469
+ properties: {
35470
+ access_rules: {
35471
+ description: string;
35472
+ properties: {
35473
+ reservation_created: {
35474
+ properties: {
35475
+ config: {
35476
+ properties: {
35477
+ access_methods: {
35478
+ items: {
35479
+ enum: string[];
35480
+ type: string;
35481
+ };
35482
+ minItems: number;
35483
+ type: string;
35484
+ };
35485
+ method_issuance_strategy: {
35486
+ enum: string[];
35487
+ type: string;
35488
+ };
35489
+ };
35490
+ required: string[];
35491
+ type: string;
35492
+ };
35493
+ rule: {
35494
+ enum: string[];
35495
+ type: string;
35496
+ };
35497
+ };
35498
+ required: string[];
35499
+ type: string;
35500
+ };
35501
+ reservation_deleted: {
35502
+ properties: {
35503
+ config: {
35504
+ properties: {};
35505
+ type: string;
35506
+ };
35507
+ rule: {
35508
+ enum: string[];
35509
+ type: string;
35510
+ };
35511
+ };
35512
+ required: string[];
35513
+ type: string;
35514
+ };
35515
+ reservation_time_updated: {
35516
+ properties: {
35517
+ config: {
35518
+ properties: {};
35519
+ type: string;
35520
+ };
35521
+ rule: {
35522
+ enum: string[];
35523
+ type: string;
35524
+ };
35525
+ };
35526
+ required: string[];
35527
+ type: string;
35528
+ };
35529
+ };
35530
+ type: string;
35531
+ };
35532
+ };
35533
+ type: string;
35534
+ };
35535
+ };
35536
+ };
35537
+ };
35538
+ responses: {
35539
+ 200: {
35540
+ content: {
35541
+ 'application/json': {
35542
+ schema: {
35543
+ properties: {
35544
+ ok: {
35545
+ type: string;
35546
+ };
35547
+ };
35548
+ required: string[];
35549
+ type: string;
35550
+ };
35551
+ };
35552
+ };
35553
+ description: string;
35554
+ };
35555
+ 400: {
35556
+ description: string;
35557
+ };
35558
+ 401: {
35559
+ description: string;
35560
+ };
35561
+ };
35562
+ security: ({
35563
+ console_session_with_workspace: never[];
35564
+ api_key?: never;
35565
+ client_session_with_customer?: never;
35566
+ } | {
35567
+ api_key: never[];
35568
+ console_session_with_workspace?: never;
35569
+ client_session_with_customer?: never;
35570
+ } | {
35571
+ client_session_with_customer: never[];
35572
+ console_session_with_workspace?: never;
35573
+ api_key?: never;
35574
+ })[];
35575
+ summary: string;
35576
+ tags: never[];
35577
+ 'x-fern-sdk-group-name': string[];
35578
+ 'x-fern-sdk-method-name': string;
35579
+ 'x-response-key': null;
35580
+ 'x-title': string;
35581
+ 'x-undocumented': string;
35582
+ };
35583
+ post: {
35584
+ description: string;
35585
+ operationId: string;
35586
+ requestBody: {
35587
+ content: {
35588
+ 'application/json': {
35589
+ schema: {
35590
+ properties: {
35591
+ access_rules: {
35592
+ description: string;
35593
+ properties: {
35594
+ reservation_created: {
35595
+ properties: {
35596
+ config: {
35597
+ properties: {
35598
+ access_methods: {
35599
+ items: {
35600
+ enum: string[];
35601
+ type: string;
35602
+ };
35603
+ minItems: number;
35604
+ type: string;
35605
+ };
35606
+ method_issuance_strategy: {
35607
+ enum: string[];
35608
+ type: string;
35609
+ };
35610
+ };
35611
+ required: string[];
35612
+ type: string;
35613
+ };
35614
+ rule: {
35615
+ enum: string[];
35616
+ type: string;
35617
+ };
35618
+ };
35619
+ required: string[];
35620
+ type: string;
35621
+ };
35622
+ reservation_deleted: {
35623
+ properties: {
35624
+ config: {
35625
+ properties: {};
35626
+ type: string;
35627
+ };
35628
+ rule: {
35629
+ enum: string[];
35630
+ type: string;
35631
+ };
35632
+ };
35633
+ required: string[];
35634
+ type: string;
35635
+ };
35636
+ reservation_time_updated: {
35637
+ properties: {
35638
+ config: {
35639
+ properties: {};
35640
+ type: string;
35641
+ };
35642
+ rule: {
35643
+ enum: string[];
35644
+ type: string;
35645
+ };
35646
+ };
35647
+ required: string[];
35648
+ type: string;
35649
+ };
35650
+ };
35651
+ type: string;
35652
+ };
35653
+ };
35654
+ type: string;
35655
+ };
35656
+ };
35657
+ };
35658
+ };
35659
+ responses: {
35660
+ 200: {
35661
+ content: {
35662
+ 'application/json': {
35663
+ schema: {
35664
+ properties: {
35665
+ ok: {
35666
+ type: string;
35667
+ };
35668
+ };
35669
+ required: string[];
35670
+ type: string;
35671
+ };
35672
+ };
35673
+ };
35674
+ description: string;
35675
+ };
35676
+ 400: {
35677
+ description: string;
35678
+ };
35679
+ 401: {
35680
+ description: string;
35681
+ };
35682
+ };
35683
+ security: ({
35684
+ console_session_with_workspace: never[];
35685
+ api_key?: never;
35686
+ client_session_with_customer?: never;
35687
+ } | {
35688
+ api_key: never[];
35689
+ console_session_with_workspace?: never;
35690
+ client_session_with_customer?: never;
35691
+ } | {
35692
+ client_session_with_customer: never[];
35693
+ console_session_with_workspace?: never;
35694
+ api_key?: never;
35695
+ })[];
35696
+ summary: string;
35697
+ tags: never[];
35698
+ 'x-fern-sdk-group-name': string[];
35699
+ 'x-fern-sdk-method-name': string;
35700
+ 'x-response-key': null;
35701
+ 'x-title': string;
35702
+ 'x-undocumented': string;
35703
+ };
35704
+ };
35705
+ '/seam/customer/v1/portals/get': {
35706
+ get: {
35707
+ description: string;
35708
+ operationId: string;
35709
+ parameters: {
35710
+ in: string;
35711
+ name: string;
35712
+ required: boolean;
35713
+ schema: {
35714
+ description: string;
35715
+ type: string;
35716
+ };
35717
+ }[];
35718
+ responses: {
35719
+ 200: {
35720
+ content: {
35721
+ 'application/json': {
35722
+ schema: {
35723
+ properties: {
35724
+ customer_portal: {
35725
+ properties: {
35726
+ business_vertical: {
35727
+ description: string;
35728
+ enum: string[];
35729
+ type: string;
35730
+ };
35731
+ features: {
35732
+ properties: {
35733
+ connect: {
35734
+ properties: {
35735
+ exclude: {
35736
+ type: string;
35737
+ };
35738
+ };
35739
+ type: string;
35740
+ };
35741
+ manage_devices: {
35742
+ properties: {
35743
+ exclude: {
35744
+ type: string;
35745
+ };
35746
+ };
35747
+ type: string;
35748
+ };
35749
+ organize: {
35750
+ properties: {
35751
+ exclude: {
35752
+ type: string;
35753
+ };
35754
+ };
35755
+ type: string;
35756
+ };
35757
+ };
35758
+ type: string;
35759
+ };
35760
+ is_embedded: {
35761
+ type: string;
35762
+ };
35763
+ };
35764
+ type: string;
35765
+ };
35766
+ ok: {
35767
+ type: string;
35768
+ };
35769
+ };
35770
+ required: string[];
35771
+ type: string;
35772
+ };
35773
+ };
35774
+ };
35775
+ description: string;
35776
+ };
35777
+ 400: {
35778
+ description: string;
35779
+ };
35780
+ 401: {
35781
+ description: string;
35782
+ };
35783
+ };
35784
+ security: {
35785
+ client_session_with_customer: never[];
35786
+ }[];
35787
+ summary: string;
35788
+ tags: never[];
35789
+ 'x-fern-sdk-group-name': string[];
35790
+ 'x-fern-sdk-method-name': string;
35791
+ 'x-fern-sdk-return-value': string;
35792
+ 'x-response-key': string;
35793
+ 'x-title': string;
35794
+ 'x-undocumented': string;
35795
+ };
35796
+ post: {
35797
+ description: string;
35798
+ operationId: string;
35799
+ requestBody: {
35800
+ content: {
35801
+ 'application/json': {
35802
+ schema: {
35803
+ properties: {
35804
+ customer_portal_id: {
35805
+ description: string;
35806
+ type: string;
35807
+ };
35808
+ };
35809
+ required: string[];
35810
+ type: string;
35811
+ };
35812
+ };
35813
+ };
35814
+ };
35815
+ responses: {
35816
+ 200: {
35817
+ content: {
35818
+ 'application/json': {
35819
+ schema: {
35820
+ properties: {
35821
+ customer_portal: {
35822
+ properties: {
35823
+ business_vertical: {
35824
+ description: string;
35825
+ enum: string[];
35826
+ type: string;
35827
+ };
35828
+ features: {
35829
+ properties: {
35830
+ connect: {
35831
+ properties: {
35832
+ exclude: {
35833
+ type: string;
35834
+ };
35835
+ };
35836
+ type: string;
35837
+ };
35838
+ manage_devices: {
35839
+ properties: {
35840
+ exclude: {
35841
+ type: string;
35842
+ };
35843
+ };
35844
+ type: string;
35845
+ };
35846
+ organize: {
35847
+ properties: {
35848
+ exclude: {
35849
+ type: string;
35850
+ };
35851
+ };
35852
+ type: string;
35853
+ };
35854
+ };
35855
+ type: string;
35856
+ };
35857
+ is_embedded: {
35858
+ type: string;
35859
+ };
35860
+ };
35861
+ type: string;
35862
+ };
35863
+ ok: {
35864
+ type: string;
35865
+ };
35866
+ };
35867
+ required: string[];
35868
+ type: string;
35869
+ };
35870
+ };
35871
+ };
35872
+ description: string;
35873
+ };
35874
+ 400: {
35875
+ description: string;
35876
+ };
35877
+ 401: {
35878
+ description: string;
35879
+ };
35880
+ };
35881
+ security: {
35882
+ client_session_with_customer: never[];
35883
+ }[];
35884
+ summary: string;
35885
+ tags: never[];
35886
+ 'x-fern-sdk-group-name': string[];
35887
+ 'x-fern-sdk-method-name': string;
34963
35888
  'x-fern-sdk-return-value': string;
34964
35889
  'x-response-key': string;
34965
35890
  'x-title': string;
@@ -40663,7 +41588,7 @@ declare const _default: {
40663
41588
  };
40664
41589
  };
40665
41590
  '/unstable_access_grants/delete': {
40666
- get: {
41591
+ delete: {
40667
41592
  description: string;
40668
41593
  operationId: string;
40669
41594
  parameters: {
@@ -41139,7 +42064,7 @@ declare const _default: {
41139
42064
  };
41140
42065
  };
41141
42066
  '/unstable_access_methods/delete': {
41142
- get: {
42067
+ delete: {
41143
42068
  description: string;
41144
42069
  operationId: string;
41145
42070
  parameters: {