@seamapi/types 1.122.1 → 1.123.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.
- package/dist/connect.cjs +157 -155
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +462 -615
- package/lib/seam/connect/openapi.d.ts +460 -613
- package/lib/seam/connect/openapi.js +155 -153
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +155 -153
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -6204,9 +6204,9 @@ export default {
|
|
|
6204
6204
|
401: { description: 'Unauthorized' },
|
|
6205
6205
|
},
|
|
6206
6206
|
security: [
|
|
6207
|
-
{
|
|
6208
|
-
{
|
|
6209
|
-
{
|
|
6207
|
+
{ api_key: [] },
|
|
6208
|
+
{ pat_with_workspace: [] },
|
|
6209
|
+
{ console_session: [] },
|
|
6210
6210
|
],
|
|
6211
6211
|
summary: '/acs/users/unsuspend',
|
|
6212
6212
|
tags: ['/acs'],
|
|
@@ -6264,9 +6264,9 @@ export default {
|
|
|
6264
6264
|
401: { description: 'Unauthorized' },
|
|
6265
6265
|
},
|
|
6266
6266
|
security: [
|
|
6267
|
-
{
|
|
6268
|
-
{
|
|
6269
|
-
{
|
|
6267
|
+
{ api_key: [] },
|
|
6268
|
+
{ pat_with_workspace: [] },
|
|
6269
|
+
{ console_session: [] },
|
|
6270
6270
|
],
|
|
6271
6271
|
summary: '/acs/users/update',
|
|
6272
6272
|
tags: ['/acs'],
|
|
@@ -6321,9 +6321,9 @@ export default {
|
|
|
6321
6321
|
401: { description: 'Unauthorized' },
|
|
6322
6322
|
},
|
|
6323
6323
|
security: [
|
|
6324
|
-
{
|
|
6325
|
-
{
|
|
6326
|
-
{
|
|
6324
|
+
{ api_key: [] },
|
|
6325
|
+
{ pat_with_workspace: [] },
|
|
6326
|
+
{ console_session: [] },
|
|
6327
6327
|
],
|
|
6328
6328
|
summary: '/acs/users/update',
|
|
6329
6329
|
tags: ['/acs'],
|
|
@@ -6422,9 +6422,9 @@ export default {
|
|
|
6422
6422
|
401: { description: 'Unauthorized' },
|
|
6423
6423
|
},
|
|
6424
6424
|
security: [
|
|
6425
|
-
{
|
|
6426
|
-
{
|
|
6427
|
-
{
|
|
6425
|
+
{ api_key: [] },
|
|
6426
|
+
{ pat_with_workspace: [] },
|
|
6427
|
+
{ console_session: [] },
|
|
6428
6428
|
],
|
|
6429
6429
|
summary: '/action_attempts/list',
|
|
6430
6430
|
tags: ['/action_attempts'],
|
|
@@ -6582,9 +6582,9 @@ export default {
|
|
|
6582
6582
|
401: { description: 'Unauthorized' },
|
|
6583
6583
|
},
|
|
6584
6584
|
security: [
|
|
6585
|
-
{
|
|
6586
|
-
{
|
|
6587
|
-
{
|
|
6585
|
+
{ api_key: [] },
|
|
6586
|
+
{ pat_with_workspace: [] },
|
|
6587
|
+
{ console_session: [] },
|
|
6588
6588
|
],
|
|
6589
6589
|
summary: '/client_sessions/delete',
|
|
6590
6590
|
tags: ['/client_sessions'],
|
|
@@ -6808,9 +6808,9 @@ export default {
|
|
|
6808
6808
|
401: { description: 'Unauthorized' },
|
|
6809
6809
|
},
|
|
6810
6810
|
security: [
|
|
6811
|
-
{
|
|
6812
|
-
{
|
|
6813
|
-
{
|
|
6811
|
+
{ api_key: [] },
|
|
6812
|
+
{ pat_with_workspace: [] },
|
|
6813
|
+
{ console_session: [] },
|
|
6814
6814
|
],
|
|
6815
6815
|
summary: '/client_sessions/grant_access',
|
|
6816
6816
|
tags: ['/client_sessions'],
|
|
@@ -6865,9 +6865,9 @@ export default {
|
|
|
6865
6865
|
401: { description: 'Unauthorized' },
|
|
6866
6866
|
},
|
|
6867
6867
|
security: [
|
|
6868
|
-
{
|
|
6869
|
-
{
|
|
6870
|
-
{
|
|
6868
|
+
{ api_key: [] },
|
|
6869
|
+
{ pat_with_workspace: [] },
|
|
6870
|
+
{ console_session: [] },
|
|
6871
6871
|
],
|
|
6872
6872
|
summary: '/client_sessions/grant_access',
|
|
6873
6873
|
tags: ['/client_sessions'],
|
|
@@ -6917,9 +6917,9 @@ export default {
|
|
|
6917
6917
|
401: { description: 'Unauthorized' },
|
|
6918
6918
|
},
|
|
6919
6919
|
security: [
|
|
6920
|
-
{
|
|
6921
|
-
{
|
|
6922
|
-
{
|
|
6920
|
+
{ api_key: [] },
|
|
6921
|
+
{ pat_with_workspace: [] },
|
|
6922
|
+
{ console_session: [] },
|
|
6923
6923
|
],
|
|
6924
6924
|
summary: '/client_sessions/list',
|
|
6925
6925
|
tags: ['/client_sessions'],
|
|
@@ -6961,9 +6961,9 @@ export default {
|
|
|
6961
6961
|
401: { description: 'Unauthorized' },
|
|
6962
6962
|
},
|
|
6963
6963
|
security: [
|
|
6964
|
-
{
|
|
6965
|
-
{
|
|
6966
|
-
{
|
|
6964
|
+
{ api_key: [] },
|
|
6965
|
+
{ pat_with_workspace: [] },
|
|
6966
|
+
{ console_session: [] },
|
|
6967
6967
|
],
|
|
6968
6968
|
summary: '/client_sessions/revoke',
|
|
6969
6969
|
tags: ['/client_sessions'],
|
|
@@ -7127,9 +7127,9 @@ export default {
|
|
|
7127
7127
|
401: { description: 'Unauthorized' },
|
|
7128
7128
|
},
|
|
7129
7129
|
security: [
|
|
7130
|
-
{
|
|
7131
|
-
{
|
|
7132
|
-
{
|
|
7130
|
+
{ api_key: [] },
|
|
7131
|
+
{ pat_with_workspace: [] },
|
|
7132
|
+
{ console_session: [] },
|
|
7133
7133
|
],
|
|
7134
7134
|
summary: '/connect_webviews/delete',
|
|
7135
7135
|
tags: ['/connect_webviews'],
|
|
@@ -7310,9 +7310,9 @@ export default {
|
|
|
7310
7310
|
401: { description: 'Unauthorized' },
|
|
7311
7311
|
},
|
|
7312
7312
|
security: [
|
|
7313
|
-
{
|
|
7314
|
-
{
|
|
7315
|
-
{
|
|
7313
|
+
{ api_key: [] },
|
|
7314
|
+
{ pat_with_workspace: [] },
|
|
7315
|
+
{ console_session: [] },
|
|
7316
7316
|
],
|
|
7317
7317
|
summary: '/connected_accounts/delete',
|
|
7318
7318
|
tags: ['/connected_accounts'],
|
|
@@ -7367,9 +7367,9 @@ export default {
|
|
|
7367
7367
|
401: { description: 'Unauthorized' },
|
|
7368
7368
|
},
|
|
7369
7369
|
security: [
|
|
7370
|
-
{
|
|
7371
|
-
{
|
|
7372
|
-
{
|
|
7370
|
+
{ api_key: [] },
|
|
7371
|
+
{ pat_with_workspace: [] },
|
|
7372
|
+
{ console_session: [] },
|
|
7373
7373
|
],
|
|
7374
7374
|
summary: '/connected_accounts/get',
|
|
7375
7375
|
tags: ['/connected_accounts'],
|
|
@@ -7428,9 +7428,9 @@ export default {
|
|
|
7428
7428
|
401: { description: 'Unauthorized' },
|
|
7429
7429
|
},
|
|
7430
7430
|
security: [
|
|
7431
|
-
{
|
|
7432
|
-
{
|
|
7433
|
-
{
|
|
7431
|
+
{ api_key: [] },
|
|
7432
|
+
{ pat_with_workspace: [] },
|
|
7433
|
+
{ console_session: [] },
|
|
7434
7434
|
],
|
|
7435
7435
|
summary: '/connected_accounts/list',
|
|
7436
7436
|
tags: ['/connected_accounts'],
|
|
@@ -7531,9 +7531,9 @@ export default {
|
|
|
7531
7531
|
401: { description: 'Unauthorized' },
|
|
7532
7532
|
},
|
|
7533
7533
|
security: [
|
|
7534
|
-
{
|
|
7535
|
-
{
|
|
7536
|
-
{
|
|
7534
|
+
{ api_key: [] },
|
|
7535
|
+
{ pat_with_workspace: [] },
|
|
7536
|
+
{ console_session: [] },
|
|
7537
7537
|
],
|
|
7538
7538
|
summary: '/devices/delete',
|
|
7539
7539
|
tags: ['/devices'],
|
|
@@ -8125,9 +8125,9 @@ export default {
|
|
|
8125
8125
|
401: { description: 'Unauthorized' },
|
|
8126
8126
|
},
|
|
8127
8127
|
security: [
|
|
8128
|
-
{
|
|
8129
|
-
{
|
|
8130
|
-
{
|
|
8128
|
+
{ api_key: [] },
|
|
8129
|
+
{ pat_with_workspace: [] },
|
|
8130
|
+
{ console_session: [] },
|
|
8131
8131
|
],
|
|
8132
8132
|
summary: '/devices/unmanaged/list',
|
|
8133
8133
|
tags: ['/devices'],
|
|
@@ -8170,9 +8170,9 @@ export default {
|
|
|
8170
8170
|
401: { description: 'Unauthorized' },
|
|
8171
8171
|
},
|
|
8172
8172
|
security: [
|
|
8173
|
-
{
|
|
8174
|
-
{
|
|
8175
|
-
{
|
|
8173
|
+
{ api_key: [] },
|
|
8174
|
+
{ pat_with_workspace: [] },
|
|
8175
|
+
{ console_session: [] },
|
|
8176
8176
|
],
|
|
8177
8177
|
summary: '/devices/unmanaged/update',
|
|
8178
8178
|
tags: ['/devices'],
|
|
@@ -8211,9 +8211,9 @@ export default {
|
|
|
8211
8211
|
401: { description: 'Unauthorized' },
|
|
8212
8212
|
},
|
|
8213
8213
|
security: [
|
|
8214
|
-
{
|
|
8215
|
-
{
|
|
8216
|
-
{
|
|
8214
|
+
{ api_key: [] },
|
|
8215
|
+
{ pat_with_workspace: [] },
|
|
8216
|
+
{ console_session: [] },
|
|
8217
8217
|
],
|
|
8218
8218
|
summary: '/devices/unmanaged/update',
|
|
8219
8219
|
tags: ['/devices'],
|
|
@@ -8271,9 +8271,9 @@ export default {
|
|
|
8271
8271
|
401: { description: 'Unauthorized' },
|
|
8272
8272
|
},
|
|
8273
8273
|
security: [
|
|
8274
|
-
{
|
|
8275
|
-
{
|
|
8276
|
-
{
|
|
8274
|
+
{ api_key: [] },
|
|
8275
|
+
{ pat_with_workspace: [] },
|
|
8276
|
+
{ console_session: [] },
|
|
8277
8277
|
],
|
|
8278
8278
|
summary: '/devices/update',
|
|
8279
8279
|
tags: ['/devices'],
|
|
@@ -8328,9 +8328,9 @@ export default {
|
|
|
8328
8328
|
401: { description: 'Unauthorized' },
|
|
8329
8329
|
},
|
|
8330
8330
|
security: [
|
|
8331
|
-
{
|
|
8332
|
-
{
|
|
8333
|
-
{
|
|
8331
|
+
{ api_key: [] },
|
|
8332
|
+
{ pat_with_workspace: [] },
|
|
8333
|
+
{ console_session: [] },
|
|
8334
8334
|
],
|
|
8335
8335
|
summary: '/devices/update',
|
|
8336
8336
|
tags: ['/devices'],
|
|
@@ -8376,9 +8376,9 @@ export default {
|
|
|
8376
8376
|
401: { description: 'Unauthorized' },
|
|
8377
8377
|
},
|
|
8378
8378
|
security: [
|
|
8379
|
-
{
|
|
8380
|
-
{
|
|
8381
|
-
{
|
|
8379
|
+
{ api_key: [] },
|
|
8380
|
+
{ pat_with_workspace: [] },
|
|
8381
|
+
{ console_session: [] },
|
|
8382
8382
|
],
|
|
8383
8383
|
summary: '/events/get',
|
|
8384
8384
|
tags: ['/events'],
|
|
@@ -8467,6 +8467,7 @@ export default {
|
|
|
8467
8467
|
'access_code.backup_access_code_pulled',
|
|
8468
8468
|
'acs_user.deleted',
|
|
8469
8469
|
'acs_credential.deleted',
|
|
8470
|
+
'enrollment_automation.deleted',
|
|
8470
8471
|
],
|
|
8471
8472
|
type: 'string',
|
|
8472
8473
|
},
|
|
@@ -8521,6 +8522,7 @@ export default {
|
|
|
8521
8522
|
'access_code.backup_access_code_pulled',
|
|
8522
8523
|
'acs_user.deleted',
|
|
8523
8524
|
'acs_credential.deleted',
|
|
8525
|
+
'enrollment_automation.deleted',
|
|
8524
8526
|
],
|
|
8525
8527
|
type: 'string',
|
|
8526
8528
|
},
|
|
@@ -8557,9 +8559,9 @@ export default {
|
|
|
8557
8559
|
401: { description: 'Unauthorized' },
|
|
8558
8560
|
},
|
|
8559
8561
|
security: [
|
|
8560
|
-
{
|
|
8561
|
-
{
|
|
8562
|
-
{
|
|
8562
|
+
{ api_key: [] },
|
|
8563
|
+
{ pat_with_workspace: [] },
|
|
8564
|
+
{ console_session: [] },
|
|
8563
8565
|
],
|
|
8564
8566
|
summary: '/events/list',
|
|
8565
8567
|
tags: ['/events'],
|
|
@@ -9331,9 +9333,9 @@ export default {
|
|
|
9331
9333
|
401: { description: 'Unauthorized' },
|
|
9332
9334
|
},
|
|
9333
9335
|
security: [
|
|
9334
|
-
{
|
|
9335
|
-
{
|
|
9336
|
-
{
|
|
9336
|
+
{ api_key: [] },
|
|
9337
|
+
{ pat_with_workspace: [] },
|
|
9338
|
+
{ console_session: [] },
|
|
9337
9339
|
],
|
|
9338
9340
|
summary: '/noise_sensors/noise_thresholds/create',
|
|
9339
9341
|
tags: ['/noise_sensors'],
|
|
@@ -9382,9 +9384,9 @@ export default {
|
|
|
9382
9384
|
401: { description: 'Unauthorized' },
|
|
9383
9385
|
},
|
|
9384
9386
|
security: [
|
|
9385
|
-
{
|
|
9386
|
-
{
|
|
9387
|
-
{
|
|
9387
|
+
{ api_key: [] },
|
|
9388
|
+
{ pat_with_workspace: [] },
|
|
9389
|
+
{ console_session: [] },
|
|
9388
9390
|
],
|
|
9389
9391
|
summary: '/noise_sensors/noise_thresholds/delete',
|
|
9390
9392
|
tags: ['/noise_sensors'],
|
|
@@ -9431,9 +9433,9 @@ export default {
|
|
|
9431
9433
|
401: { description: 'Unauthorized' },
|
|
9432
9434
|
},
|
|
9433
9435
|
security: [
|
|
9434
|
-
{
|
|
9435
|
-
{
|
|
9436
|
-
{
|
|
9436
|
+
{ api_key: [] },
|
|
9437
|
+
{ pat_with_workspace: [] },
|
|
9438
|
+
{ console_session: [] },
|
|
9437
9439
|
],
|
|
9438
9440
|
summary: '/noise_sensors/noise_thresholds/get',
|
|
9439
9441
|
tags: ['/noise_sensors'],
|
|
@@ -9482,9 +9484,9 @@ export default {
|
|
|
9482
9484
|
401: { description: 'Unauthorized' },
|
|
9483
9485
|
},
|
|
9484
9486
|
security: [
|
|
9485
|
-
{
|
|
9486
|
-
{
|
|
9487
|
-
{
|
|
9487
|
+
{ api_key: [] },
|
|
9488
|
+
{ pat_with_workspace: [] },
|
|
9489
|
+
{ console_session: [] },
|
|
9488
9490
|
],
|
|
9489
9491
|
summary: '/noise_sensors/noise_thresholds/list',
|
|
9490
9492
|
tags: ['/noise_sensors'],
|
|
@@ -9538,9 +9540,9 @@ export default {
|
|
|
9538
9540
|
401: { description: 'Unauthorized' },
|
|
9539
9541
|
},
|
|
9540
9542
|
security: [
|
|
9541
|
-
{
|
|
9542
|
-
{
|
|
9543
|
-
{
|
|
9543
|
+
{ api_key: [] },
|
|
9544
|
+
{ pat_with_workspace: [] },
|
|
9545
|
+
{ console_session: [] },
|
|
9544
9546
|
],
|
|
9545
9547
|
summary: '/noise_sensors/noise_thresholds/update',
|
|
9546
9548
|
tags: ['/noise_sensors'],
|
|
@@ -9590,9 +9592,9 @@ export default {
|
|
|
9590
9592
|
401: { description: 'Unauthorized' },
|
|
9591
9593
|
},
|
|
9592
9594
|
security: [
|
|
9593
|
-
{
|
|
9594
|
-
{
|
|
9595
|
-
{
|
|
9595
|
+
{ api_key: [] },
|
|
9596
|
+
{ pat_with_workspace: [] },
|
|
9597
|
+
{ console_session: [] },
|
|
9596
9598
|
],
|
|
9597
9599
|
summary: '/noise_sensors/noise_thresholds/update',
|
|
9598
9600
|
tags: ['/noise_sensors'],
|
|
@@ -9644,9 +9646,9 @@ export default {
|
|
|
9644
9646
|
401: { description: 'Unauthorized' },
|
|
9645
9647
|
},
|
|
9646
9648
|
security: [
|
|
9647
|
-
{
|
|
9648
|
-
{
|
|
9649
|
-
{
|
|
9649
|
+
{ api_key: [] },
|
|
9650
|
+
{ pat_with_workspace: [] },
|
|
9651
|
+
{ console_session: [] },
|
|
9650
9652
|
],
|
|
9651
9653
|
summary: '/noise_sensors/noise_thresholds/update',
|
|
9652
9654
|
tags: ['/noise_sensors'],
|
|
@@ -9684,9 +9686,9 @@ export default {
|
|
|
9684
9686
|
401: { description: 'Unauthorized' },
|
|
9685
9687
|
},
|
|
9686
9688
|
security: [
|
|
9687
|
-
{
|
|
9688
|
-
{
|
|
9689
|
-
{
|
|
9689
|
+
{ api_key: [] },
|
|
9690
|
+
{ pat_with_workspace: [] },
|
|
9691
|
+
{ console_session: [] },
|
|
9690
9692
|
],
|
|
9691
9693
|
summary: '/noise_sensors/simulate/trigger_noise_threshold',
|
|
9692
9694
|
tags: ['/noise_sensors'],
|
|
@@ -9854,9 +9856,9 @@ export default {
|
|
|
9854
9856
|
401: { description: 'Unauthorized' },
|
|
9855
9857
|
},
|
|
9856
9858
|
security: [
|
|
9857
|
-
{
|
|
9858
|
-
{
|
|
9859
|
-
{
|
|
9859
|
+
{ api_key: [] },
|
|
9860
|
+
{ pat_with_workspace: [] },
|
|
9861
|
+
{ console_session: [] },
|
|
9860
9862
|
],
|
|
9861
9863
|
summary: '/phones/simulate/create_sandbox_phone',
|
|
9862
9864
|
tags: ['/phones'],
|
|
@@ -10734,9 +10736,9 @@ export default {
|
|
|
10734
10736
|
401: { description: 'Unauthorized' },
|
|
10735
10737
|
},
|
|
10736
10738
|
security: [
|
|
10737
|
-
{
|
|
10738
|
-
{
|
|
10739
|
-
{
|
|
10739
|
+
{ api_key: [] },
|
|
10740
|
+
{ pat_with_workspace: [] },
|
|
10741
|
+
{ console_session: [] },
|
|
10740
10742
|
],
|
|
10741
10743
|
summary: '/thermostats/list',
|
|
10742
10744
|
tags: ['/thermostats'],
|
|
@@ -10884,9 +10886,9 @@ export default {
|
|
|
10884
10886
|
401: { description: 'Unauthorized' },
|
|
10885
10887
|
},
|
|
10886
10888
|
security: [
|
|
10887
|
-
{
|
|
10888
|
-
{
|
|
10889
|
-
{
|
|
10889
|
+
{ api_key: [] },
|
|
10890
|
+
{ pat_with_workspace: [] },
|
|
10891
|
+
{ console_session: [] },
|
|
10890
10892
|
],
|
|
10891
10893
|
summary: '/thermostats/update',
|
|
10892
10894
|
tags: ['/thermostats'],
|
|
@@ -10940,9 +10942,9 @@ export default {
|
|
|
10940
10942
|
401: { description: 'Unauthorized' },
|
|
10941
10943
|
},
|
|
10942
10944
|
security: [
|
|
10943
|
-
{
|
|
10944
|
-
{
|
|
10945
|
-
{
|
|
10945
|
+
{ api_key: [] },
|
|
10946
|
+
{ pat_with_workspace: [] },
|
|
10947
|
+
{ console_session: [] },
|
|
10946
10948
|
],
|
|
10947
10949
|
summary: '/thermostats/update',
|
|
10948
10950
|
tags: ['/thermostats'],
|
|
@@ -10984,9 +10986,9 @@ export default {
|
|
|
10984
10986
|
401: { description: 'Unauthorized' },
|
|
10985
10987
|
},
|
|
10986
10988
|
security: [
|
|
10987
|
-
{
|
|
10988
|
-
{
|
|
10989
|
-
{
|
|
10989
|
+
{ api_key: [] },
|
|
10990
|
+
{ pat_with_workspace: [] },
|
|
10991
|
+
{ console_session: [] },
|
|
10990
10992
|
],
|
|
10991
10993
|
summary: '/user_identities/add_acs_user',
|
|
10992
10994
|
tags: ['/user_identities'],
|
|
@@ -11026,9 +11028,9 @@ export default {
|
|
|
11026
11028
|
401: { description: 'Unauthorized' },
|
|
11027
11029
|
},
|
|
11028
11030
|
security: [
|
|
11029
|
-
{
|
|
11030
|
-
{
|
|
11031
|
-
{
|
|
11031
|
+
{ api_key: [] },
|
|
11032
|
+
{ pat_with_workspace: [] },
|
|
11033
|
+
{ console_session: [] },
|
|
11032
11034
|
],
|
|
11033
11035
|
summary: '/user_identities/add_acs_user',
|
|
11034
11036
|
tags: ['/user_identities'],
|
|
@@ -11115,9 +11117,9 @@ export default {
|
|
|
11115
11117
|
401: { description: 'Unauthorized' },
|
|
11116
11118
|
},
|
|
11117
11119
|
security: [
|
|
11118
|
-
{
|
|
11119
|
-
{
|
|
11120
|
-
{
|
|
11120
|
+
{ api_key: [] },
|
|
11121
|
+
{ pat_with_workspace: [] },
|
|
11122
|
+
{ console_session: [] },
|
|
11121
11123
|
],
|
|
11122
11124
|
summary: '/user_identities/create',
|
|
11123
11125
|
tags: ['/user_identities'],
|
|
@@ -11477,9 +11479,9 @@ export default {
|
|
|
11477
11479
|
401: { description: 'Unauthorized' },
|
|
11478
11480
|
},
|
|
11479
11481
|
security: [
|
|
11480
|
-
{
|
|
11481
|
-
{
|
|
11482
|
-
{
|
|
11482
|
+
{ api_key: [] },
|
|
11483
|
+
{ pat_with_workspace: [] },
|
|
11484
|
+
{ console_session: [] },
|
|
11483
11485
|
],
|
|
11484
11486
|
summary: '/user_identities/get',
|
|
11485
11487
|
tags: ['/user_identities'],
|
|
@@ -11521,9 +11523,9 @@ export default {
|
|
|
11521
11523
|
401: { description: 'Unauthorized' },
|
|
11522
11524
|
},
|
|
11523
11525
|
security: [
|
|
11524
|
-
{
|
|
11525
|
-
{
|
|
11526
|
-
{
|
|
11526
|
+
{ api_key: [] },
|
|
11527
|
+
{ pat_with_workspace: [] },
|
|
11528
|
+
{ console_session: [] },
|
|
11527
11529
|
],
|
|
11528
11530
|
summary: '/user_identities/grant_access_to_device',
|
|
11529
11531
|
tags: ['/user_identities'],
|
|
@@ -11563,9 +11565,9 @@ export default {
|
|
|
11563
11565
|
401: { description: 'Unauthorized' },
|
|
11564
11566
|
},
|
|
11565
11567
|
security: [
|
|
11566
|
-
{
|
|
11567
|
-
{
|
|
11568
|
-
{
|
|
11568
|
+
{ api_key: [] },
|
|
11569
|
+
{ pat_with_workspace: [] },
|
|
11570
|
+
{ console_session: [] },
|
|
11569
11571
|
],
|
|
11570
11572
|
summary: '/user_identities/grant_access_to_device',
|
|
11571
11573
|
tags: ['/user_identities'],
|
|
@@ -11698,9 +11700,9 @@ export default {
|
|
|
11698
11700
|
401: { description: 'Unauthorized' },
|
|
11699
11701
|
},
|
|
11700
11702
|
security: [
|
|
11701
|
-
{
|
|
11702
|
-
{
|
|
11703
|
-
{
|
|
11703
|
+
{ api_key: [] },
|
|
11704
|
+
{ pat_with_workspace: [] },
|
|
11705
|
+
{ console_session: [] },
|
|
11704
11706
|
],
|
|
11705
11707
|
summary: '/user_identities/list_accessible_devices',
|
|
11706
11708
|
tags: ['/user_identities'],
|
|
@@ -11797,9 +11799,9 @@ export default {
|
|
|
11797
11799
|
401: { description: 'Unauthorized' },
|
|
11798
11800
|
},
|
|
11799
11801
|
security: [
|
|
11800
|
-
{
|
|
11801
|
-
{
|
|
11802
|
-
{
|
|
11802
|
+
{ api_key: [] },
|
|
11803
|
+
{ pat_with_workspace: [] },
|
|
11804
|
+
{ console_session: [] },
|
|
11803
11805
|
],
|
|
11804
11806
|
summary: '/user_identities/list_acs_users',
|
|
11805
11807
|
tags: ['/user_identities'],
|
|
@@ -11841,9 +11843,9 @@ export default {
|
|
|
11841
11843
|
401: { description: 'Unauthorized' },
|
|
11842
11844
|
},
|
|
11843
11845
|
security: [
|
|
11844
|
-
{
|
|
11845
|
-
{
|
|
11846
|
-
{
|
|
11846
|
+
{ api_key: [] },
|
|
11847
|
+
{ pat_with_workspace: [] },
|
|
11848
|
+
{ console_session: [] },
|
|
11847
11849
|
],
|
|
11848
11850
|
summary: '/user_identities/remove_acs_user',
|
|
11849
11851
|
tags: ['/user_identities'],
|
|
@@ -11885,9 +11887,9 @@ export default {
|
|
|
11885
11887
|
401: { description: 'Unauthorized' },
|
|
11886
11888
|
},
|
|
11887
11889
|
security: [
|
|
11888
|
-
{
|
|
11889
|
-
{
|
|
11890
|
-
{
|
|
11890
|
+
{ api_key: [] },
|
|
11891
|
+
{ pat_with_workspace: [] },
|
|
11892
|
+
{ console_session: [] },
|
|
11891
11893
|
],
|
|
11892
11894
|
summary: '/user_identities/revoke_access_to_device',
|
|
11893
11895
|
tags: ['/user_identities'],
|
|
@@ -12043,9 +12045,9 @@ export default {
|
|
|
12043
12045
|
401: { description: 'Unauthorized' },
|
|
12044
12046
|
},
|
|
12045
12047
|
security: [
|
|
12046
|
-
{
|
|
12047
|
-
{
|
|
12048
|
-
{
|
|
12048
|
+
{ api_key: [] },
|
|
12049
|
+
{ pat_with_workspace: [] },
|
|
12050
|
+
{ console_session: [] },
|
|
12049
12051
|
],
|
|
12050
12052
|
summary: '/webhooks/create',
|
|
12051
12053
|
tags: ['/webhooks'],
|
|
@@ -12085,9 +12087,9 @@ export default {
|
|
|
12085
12087
|
401: { description: 'Unauthorized' },
|
|
12086
12088
|
},
|
|
12087
12089
|
security: [
|
|
12088
|
-
{
|
|
12089
|
-
{
|
|
12090
|
-
{
|
|
12090
|
+
{ api_key: [] },
|
|
12091
|
+
{ pat_with_workspace: [] },
|
|
12092
|
+
{ console_session: [] },
|
|
12091
12093
|
],
|
|
12092
12094
|
summary: '/webhooks/delete',
|
|
12093
12095
|
tags: ['/webhooks'],
|
|
@@ -12129,9 +12131,9 @@ export default {
|
|
|
12129
12131
|
401: { description: 'Unauthorized' },
|
|
12130
12132
|
},
|
|
12131
12133
|
security: [
|
|
12132
|
-
{
|
|
12133
|
-
{
|
|
12134
|
-
{
|
|
12134
|
+
{ api_key: [] },
|
|
12135
|
+
{ pat_with_workspace: [] },
|
|
12136
|
+
{ console_session: [] },
|
|
12135
12137
|
],
|
|
12136
12138
|
summary: '/webhooks/get',
|
|
12137
12139
|
tags: ['/webhooks'],
|
|
@@ -12166,9 +12168,9 @@ export default {
|
|
|
12166
12168
|
401: { description: 'Unauthorized' },
|
|
12167
12169
|
},
|
|
12168
12170
|
security: [
|
|
12169
|
-
{
|
|
12170
|
-
{
|
|
12171
|
-
{
|
|
12171
|
+
{ api_key: [] },
|
|
12172
|
+
{ pat_with_workspace: [] },
|
|
12173
|
+
{ console_session: [] },
|
|
12172
12174
|
],
|
|
12173
12175
|
summary: '/webhooks/list',
|
|
12174
12176
|
tags: ['/webhooks'],
|
|
@@ -12199,9 +12201,9 @@ export default {
|
|
|
12199
12201
|
401: { description: 'Unauthorized' },
|
|
12200
12202
|
},
|
|
12201
12203
|
security: [
|
|
12202
|
-
{
|
|
12203
|
-
{
|
|
12204
|
-
{
|
|
12204
|
+
{ api_key: [] },
|
|
12205
|
+
{ pat_with_workspace: [] },
|
|
12206
|
+
{ console_session: [] },
|
|
12205
12207
|
],
|
|
12206
12208
|
summary: '/webhooks/list',
|
|
12207
12209
|
tags: ['/webhooks'],
|
|
@@ -12244,9 +12246,9 @@ export default {
|
|
|
12244
12246
|
401: { description: 'Unauthorized' },
|
|
12245
12247
|
},
|
|
12246
12248
|
security: [
|
|
12247
|
-
{
|
|
12248
|
-
{
|
|
12249
|
-
{
|
|
12249
|
+
{ api_key: [] },
|
|
12250
|
+
{ pat_with_workspace: [] },
|
|
12251
|
+
{ console_session: [] },
|
|
12250
12252
|
],
|
|
12251
12253
|
summary: '/webhooks/update',
|
|
12252
12254
|
tags: ['/webhooks'],
|
|
@@ -12286,9 +12288,9 @@ export default {
|
|
|
12286
12288
|
401: { description: 'Unauthorized' },
|
|
12287
12289
|
},
|
|
12288
12290
|
security: [
|
|
12289
|
-
{
|
|
12290
|
-
{
|
|
12291
|
-
{
|
|
12291
|
+
{ api_key: [] },
|
|
12292
|
+
{ pat_with_workspace: [] },
|
|
12293
|
+
{ console_session: [] },
|
|
12292
12294
|
],
|
|
12293
12295
|
summary: '/webhooks/update',
|
|
12294
12296
|
tags: ['/webhooks'],
|
|
@@ -12514,9 +12516,9 @@ export default {
|
|
|
12514
12516
|
401: { description: 'Unauthorized' },
|
|
12515
12517
|
},
|
|
12516
12518
|
security: [
|
|
12517
|
-
{
|
|
12518
|
-
{
|
|
12519
|
-
{
|
|
12519
|
+
{ api_key: [] },
|
|
12520
|
+
{ pat_with_workspace: [] },
|
|
12521
|
+
{ console_session: [] },
|
|
12520
12522
|
],
|
|
12521
12523
|
summary: '/workspaces/reset_sandbox',
|
|
12522
12524
|
tags: ['/workspaces'],
|
|
@@ -4158,6 +4158,7 @@ export interface Routes {
|
|
|
4158
4158
|
| 'access_code.backup_access_code_pulled'
|
|
4159
4159
|
| 'acs_user.deleted'
|
|
4160
4160
|
| 'acs_credential.deleted'
|
|
4161
|
+
| 'enrollment_automation.deleted'
|
|
4161
4162
|
)
|
|
4162
4163
|
| undefined
|
|
4163
4164
|
event_types?:
|
|
@@ -4210,6 +4211,7 @@ export interface Routes {
|
|
|
4210
4211
|
| 'access_code.backup_access_code_pulled'
|
|
4211
4212
|
| 'acs_user.deleted'
|
|
4212
4213
|
| 'acs_credential.deleted'
|
|
4214
|
+
| 'enrollment_automation.deleted'
|
|
4213
4215
|
>
|
|
4214
4216
|
| undefined
|
|
4215
4217
|
connected_account_id?: string | undefined
|