@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
package/dist/connect.cjs
CHANGED
|
@@ -6182,9 +6182,9 @@ var openapi_default = {
|
|
|
6182
6182
|
401: { description: "Unauthorized" }
|
|
6183
6183
|
},
|
|
6184
6184
|
security: [
|
|
6185
|
-
{
|
|
6186
|
-
{
|
|
6187
|
-
{
|
|
6185
|
+
{ api_key: [] },
|
|
6186
|
+
{ pat_with_workspace: [] },
|
|
6187
|
+
{ console_session: [] }
|
|
6188
6188
|
],
|
|
6189
6189
|
summary: "/acs/users/unsuspend",
|
|
6190
6190
|
tags: ["/acs"],
|
|
@@ -6242,9 +6242,9 @@ var openapi_default = {
|
|
|
6242
6242
|
401: { description: "Unauthorized" }
|
|
6243
6243
|
},
|
|
6244
6244
|
security: [
|
|
6245
|
-
{
|
|
6246
|
-
{
|
|
6247
|
-
{
|
|
6245
|
+
{ api_key: [] },
|
|
6246
|
+
{ pat_with_workspace: [] },
|
|
6247
|
+
{ console_session: [] }
|
|
6248
6248
|
],
|
|
6249
6249
|
summary: "/acs/users/update",
|
|
6250
6250
|
tags: ["/acs"],
|
|
@@ -6299,9 +6299,9 @@ var openapi_default = {
|
|
|
6299
6299
|
401: { description: "Unauthorized" }
|
|
6300
6300
|
},
|
|
6301
6301
|
security: [
|
|
6302
|
-
{
|
|
6303
|
-
{
|
|
6304
|
-
{
|
|
6302
|
+
{ api_key: [] },
|
|
6303
|
+
{ pat_with_workspace: [] },
|
|
6304
|
+
{ console_session: [] }
|
|
6305
6305
|
],
|
|
6306
6306
|
summary: "/acs/users/update",
|
|
6307
6307
|
tags: ["/acs"],
|
|
@@ -6400,9 +6400,9 @@ var openapi_default = {
|
|
|
6400
6400
|
401: { description: "Unauthorized" }
|
|
6401
6401
|
},
|
|
6402
6402
|
security: [
|
|
6403
|
-
{
|
|
6404
|
-
{
|
|
6405
|
-
{
|
|
6403
|
+
{ api_key: [] },
|
|
6404
|
+
{ pat_with_workspace: [] },
|
|
6405
|
+
{ console_session: [] }
|
|
6406
6406
|
],
|
|
6407
6407
|
summary: "/action_attempts/list",
|
|
6408
6408
|
tags: ["/action_attempts"],
|
|
@@ -6560,9 +6560,9 @@ var openapi_default = {
|
|
|
6560
6560
|
401: { description: "Unauthorized" }
|
|
6561
6561
|
},
|
|
6562
6562
|
security: [
|
|
6563
|
-
{
|
|
6564
|
-
{
|
|
6565
|
-
{
|
|
6563
|
+
{ api_key: [] },
|
|
6564
|
+
{ pat_with_workspace: [] },
|
|
6565
|
+
{ console_session: [] }
|
|
6566
6566
|
],
|
|
6567
6567
|
summary: "/client_sessions/delete",
|
|
6568
6568
|
tags: ["/client_sessions"],
|
|
@@ -6786,9 +6786,9 @@ var openapi_default = {
|
|
|
6786
6786
|
401: { description: "Unauthorized" }
|
|
6787
6787
|
},
|
|
6788
6788
|
security: [
|
|
6789
|
-
{
|
|
6790
|
-
{
|
|
6791
|
-
{
|
|
6789
|
+
{ api_key: [] },
|
|
6790
|
+
{ pat_with_workspace: [] },
|
|
6791
|
+
{ console_session: [] }
|
|
6792
6792
|
],
|
|
6793
6793
|
summary: "/client_sessions/grant_access",
|
|
6794
6794
|
tags: ["/client_sessions"],
|
|
@@ -6843,9 +6843,9 @@ var openapi_default = {
|
|
|
6843
6843
|
401: { description: "Unauthorized" }
|
|
6844
6844
|
},
|
|
6845
6845
|
security: [
|
|
6846
|
-
{
|
|
6847
|
-
{
|
|
6848
|
-
{
|
|
6846
|
+
{ api_key: [] },
|
|
6847
|
+
{ pat_with_workspace: [] },
|
|
6848
|
+
{ console_session: [] }
|
|
6849
6849
|
],
|
|
6850
6850
|
summary: "/client_sessions/grant_access",
|
|
6851
6851
|
tags: ["/client_sessions"],
|
|
@@ -6895,9 +6895,9 @@ var openapi_default = {
|
|
|
6895
6895
|
401: { description: "Unauthorized" }
|
|
6896
6896
|
},
|
|
6897
6897
|
security: [
|
|
6898
|
-
{
|
|
6899
|
-
{
|
|
6900
|
-
{
|
|
6898
|
+
{ api_key: [] },
|
|
6899
|
+
{ pat_with_workspace: [] },
|
|
6900
|
+
{ console_session: [] }
|
|
6901
6901
|
],
|
|
6902
6902
|
summary: "/client_sessions/list",
|
|
6903
6903
|
tags: ["/client_sessions"],
|
|
@@ -6939,9 +6939,9 @@ var openapi_default = {
|
|
|
6939
6939
|
401: { description: "Unauthorized" }
|
|
6940
6940
|
},
|
|
6941
6941
|
security: [
|
|
6942
|
-
{
|
|
6943
|
-
{
|
|
6944
|
-
{
|
|
6942
|
+
{ api_key: [] },
|
|
6943
|
+
{ pat_with_workspace: [] },
|
|
6944
|
+
{ console_session: [] }
|
|
6945
6945
|
],
|
|
6946
6946
|
summary: "/client_sessions/revoke",
|
|
6947
6947
|
tags: ["/client_sessions"],
|
|
@@ -7105,9 +7105,9 @@ var openapi_default = {
|
|
|
7105
7105
|
401: { description: "Unauthorized" }
|
|
7106
7106
|
},
|
|
7107
7107
|
security: [
|
|
7108
|
-
{
|
|
7109
|
-
{
|
|
7110
|
-
{
|
|
7108
|
+
{ api_key: [] },
|
|
7109
|
+
{ pat_with_workspace: [] },
|
|
7110
|
+
{ console_session: [] }
|
|
7111
7111
|
],
|
|
7112
7112
|
summary: "/connect_webviews/delete",
|
|
7113
7113
|
tags: ["/connect_webviews"],
|
|
@@ -7287,9 +7287,9 @@ var openapi_default = {
|
|
|
7287
7287
|
401: { description: "Unauthorized" }
|
|
7288
7288
|
},
|
|
7289
7289
|
security: [
|
|
7290
|
-
{
|
|
7291
|
-
{
|
|
7292
|
-
{
|
|
7290
|
+
{ api_key: [] },
|
|
7291
|
+
{ pat_with_workspace: [] },
|
|
7292
|
+
{ console_session: [] }
|
|
7293
7293
|
],
|
|
7294
7294
|
summary: "/connected_accounts/delete",
|
|
7295
7295
|
tags: ["/connected_accounts"],
|
|
@@ -7344,9 +7344,9 @@ var openapi_default = {
|
|
|
7344
7344
|
401: { description: "Unauthorized" }
|
|
7345
7345
|
},
|
|
7346
7346
|
security: [
|
|
7347
|
-
{
|
|
7348
|
-
{
|
|
7349
|
-
{
|
|
7347
|
+
{ api_key: [] },
|
|
7348
|
+
{ pat_with_workspace: [] },
|
|
7349
|
+
{ console_session: [] }
|
|
7350
7350
|
],
|
|
7351
7351
|
summary: "/connected_accounts/get",
|
|
7352
7352
|
tags: ["/connected_accounts"],
|
|
@@ -7404,9 +7404,9 @@ var openapi_default = {
|
|
|
7404
7404
|
401: { description: "Unauthorized" }
|
|
7405
7405
|
},
|
|
7406
7406
|
security: [
|
|
7407
|
-
{
|
|
7408
|
-
{
|
|
7409
|
-
{
|
|
7407
|
+
{ api_key: [] },
|
|
7408
|
+
{ pat_with_workspace: [] },
|
|
7409
|
+
{ console_session: [] }
|
|
7410
7410
|
],
|
|
7411
7411
|
summary: "/connected_accounts/list",
|
|
7412
7412
|
tags: ["/connected_accounts"],
|
|
@@ -7507,9 +7507,9 @@ var openapi_default = {
|
|
|
7507
7507
|
401: { description: "Unauthorized" }
|
|
7508
7508
|
},
|
|
7509
7509
|
security: [
|
|
7510
|
-
{
|
|
7511
|
-
{
|
|
7512
|
-
{
|
|
7510
|
+
{ api_key: [] },
|
|
7511
|
+
{ pat_with_workspace: [] },
|
|
7512
|
+
{ console_session: [] }
|
|
7513
7513
|
],
|
|
7514
7514
|
summary: "/devices/delete",
|
|
7515
7515
|
tags: ["/devices"],
|
|
@@ -8099,9 +8099,9 @@ var openapi_default = {
|
|
|
8099
8099
|
401: { description: "Unauthorized" }
|
|
8100
8100
|
},
|
|
8101
8101
|
security: [
|
|
8102
|
-
{
|
|
8103
|
-
{
|
|
8104
|
-
{
|
|
8102
|
+
{ api_key: [] },
|
|
8103
|
+
{ pat_with_workspace: [] },
|
|
8104
|
+
{ console_session: [] }
|
|
8105
8105
|
],
|
|
8106
8106
|
summary: "/devices/unmanaged/list",
|
|
8107
8107
|
tags: ["/devices"],
|
|
@@ -8144,9 +8144,9 @@ var openapi_default = {
|
|
|
8144
8144
|
401: { description: "Unauthorized" }
|
|
8145
8145
|
},
|
|
8146
8146
|
security: [
|
|
8147
|
-
{
|
|
8148
|
-
{
|
|
8149
|
-
{
|
|
8147
|
+
{ api_key: [] },
|
|
8148
|
+
{ pat_with_workspace: [] },
|
|
8149
|
+
{ console_session: [] }
|
|
8150
8150
|
],
|
|
8151
8151
|
summary: "/devices/unmanaged/update",
|
|
8152
8152
|
tags: ["/devices"],
|
|
@@ -8185,9 +8185,9 @@ var openapi_default = {
|
|
|
8185
8185
|
401: { description: "Unauthorized" }
|
|
8186
8186
|
},
|
|
8187
8187
|
security: [
|
|
8188
|
-
{
|
|
8189
|
-
{
|
|
8190
|
-
{
|
|
8188
|
+
{ api_key: [] },
|
|
8189
|
+
{ pat_with_workspace: [] },
|
|
8190
|
+
{ console_session: [] }
|
|
8191
8191
|
],
|
|
8192
8192
|
summary: "/devices/unmanaged/update",
|
|
8193
8193
|
tags: ["/devices"],
|
|
@@ -8245,9 +8245,9 @@ var openapi_default = {
|
|
|
8245
8245
|
401: { description: "Unauthorized" }
|
|
8246
8246
|
},
|
|
8247
8247
|
security: [
|
|
8248
|
-
{
|
|
8249
|
-
{
|
|
8250
|
-
{
|
|
8248
|
+
{ api_key: [] },
|
|
8249
|
+
{ pat_with_workspace: [] },
|
|
8250
|
+
{ console_session: [] }
|
|
8251
8251
|
],
|
|
8252
8252
|
summary: "/devices/update",
|
|
8253
8253
|
tags: ["/devices"],
|
|
@@ -8302,9 +8302,9 @@ var openapi_default = {
|
|
|
8302
8302
|
401: { description: "Unauthorized" }
|
|
8303
8303
|
},
|
|
8304
8304
|
security: [
|
|
8305
|
-
{
|
|
8306
|
-
{
|
|
8307
|
-
{
|
|
8305
|
+
{ api_key: [] },
|
|
8306
|
+
{ pat_with_workspace: [] },
|
|
8307
|
+
{ console_session: [] }
|
|
8308
8308
|
],
|
|
8309
8309
|
summary: "/devices/update",
|
|
8310
8310
|
tags: ["/devices"],
|
|
@@ -8350,9 +8350,9 @@ var openapi_default = {
|
|
|
8350
8350
|
401: { description: "Unauthorized" }
|
|
8351
8351
|
},
|
|
8352
8352
|
security: [
|
|
8353
|
-
{
|
|
8354
|
-
{
|
|
8355
|
-
{
|
|
8353
|
+
{ api_key: [] },
|
|
8354
|
+
{ pat_with_workspace: [] },
|
|
8355
|
+
{ console_session: [] }
|
|
8356
8356
|
],
|
|
8357
8357
|
summary: "/events/get",
|
|
8358
8358
|
tags: ["/events"],
|
|
@@ -8440,7 +8440,8 @@ var openapi_default = {
|
|
|
8440
8440
|
"noise_sensor.noise_threshold_triggered",
|
|
8441
8441
|
"access_code.backup_access_code_pulled",
|
|
8442
8442
|
"acs_user.deleted",
|
|
8443
|
-
"acs_credential.deleted"
|
|
8443
|
+
"acs_credential.deleted",
|
|
8444
|
+
"enrollment_automation.deleted"
|
|
8444
8445
|
],
|
|
8445
8446
|
type: "string"
|
|
8446
8447
|
},
|
|
@@ -8494,7 +8495,8 @@ var openapi_default = {
|
|
|
8494
8495
|
"noise_sensor.noise_threshold_triggered",
|
|
8495
8496
|
"access_code.backup_access_code_pulled",
|
|
8496
8497
|
"acs_user.deleted",
|
|
8497
|
-
"acs_credential.deleted"
|
|
8498
|
+
"acs_credential.deleted",
|
|
8499
|
+
"enrollment_automation.deleted"
|
|
8498
8500
|
],
|
|
8499
8501
|
type: "string"
|
|
8500
8502
|
},
|
|
@@ -8531,9 +8533,9 @@ var openapi_default = {
|
|
|
8531
8533
|
401: { description: "Unauthorized" }
|
|
8532
8534
|
},
|
|
8533
8535
|
security: [
|
|
8534
|
-
{
|
|
8535
|
-
{
|
|
8536
|
-
{
|
|
8536
|
+
{ api_key: [] },
|
|
8537
|
+
{ pat_with_workspace: [] },
|
|
8538
|
+
{ console_session: [] }
|
|
8537
8539
|
],
|
|
8538
8540
|
summary: "/events/list",
|
|
8539
8541
|
tags: ["/events"],
|
|
@@ -9304,9 +9306,9 @@ var openapi_default = {
|
|
|
9304
9306
|
401: { description: "Unauthorized" }
|
|
9305
9307
|
},
|
|
9306
9308
|
security: [
|
|
9307
|
-
{
|
|
9308
|
-
{
|
|
9309
|
-
{
|
|
9309
|
+
{ api_key: [] },
|
|
9310
|
+
{ pat_with_workspace: [] },
|
|
9311
|
+
{ console_session: [] }
|
|
9310
9312
|
],
|
|
9311
9313
|
summary: "/noise_sensors/noise_thresholds/create",
|
|
9312
9314
|
tags: ["/noise_sensors"],
|
|
@@ -9355,9 +9357,9 @@ var openapi_default = {
|
|
|
9355
9357
|
401: { description: "Unauthorized" }
|
|
9356
9358
|
},
|
|
9357
9359
|
security: [
|
|
9358
|
-
{
|
|
9359
|
-
{
|
|
9360
|
-
{
|
|
9360
|
+
{ api_key: [] },
|
|
9361
|
+
{ pat_with_workspace: [] },
|
|
9362
|
+
{ console_session: [] }
|
|
9361
9363
|
],
|
|
9362
9364
|
summary: "/noise_sensors/noise_thresholds/delete",
|
|
9363
9365
|
tags: ["/noise_sensors"],
|
|
@@ -9404,9 +9406,9 @@ var openapi_default = {
|
|
|
9404
9406
|
401: { description: "Unauthorized" }
|
|
9405
9407
|
},
|
|
9406
9408
|
security: [
|
|
9407
|
-
{
|
|
9408
|
-
{
|
|
9409
|
-
{
|
|
9409
|
+
{ api_key: [] },
|
|
9410
|
+
{ pat_with_workspace: [] },
|
|
9411
|
+
{ console_session: [] }
|
|
9410
9412
|
],
|
|
9411
9413
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
9412
9414
|
tags: ["/noise_sensors"],
|
|
@@ -9455,9 +9457,9 @@ var openapi_default = {
|
|
|
9455
9457
|
401: { description: "Unauthorized" }
|
|
9456
9458
|
},
|
|
9457
9459
|
security: [
|
|
9458
|
-
{
|
|
9459
|
-
{
|
|
9460
|
-
{
|
|
9460
|
+
{ api_key: [] },
|
|
9461
|
+
{ pat_with_workspace: [] },
|
|
9462
|
+
{ console_session: [] }
|
|
9461
9463
|
],
|
|
9462
9464
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
9463
9465
|
tags: ["/noise_sensors"],
|
|
@@ -9511,9 +9513,9 @@ var openapi_default = {
|
|
|
9511
9513
|
401: { description: "Unauthorized" }
|
|
9512
9514
|
},
|
|
9513
9515
|
security: [
|
|
9514
|
-
{
|
|
9515
|
-
{
|
|
9516
|
-
{
|
|
9516
|
+
{ api_key: [] },
|
|
9517
|
+
{ pat_with_workspace: [] },
|
|
9518
|
+
{ console_session: [] }
|
|
9517
9519
|
],
|
|
9518
9520
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
9519
9521
|
tags: ["/noise_sensors"],
|
|
@@ -9563,9 +9565,9 @@ var openapi_default = {
|
|
|
9563
9565
|
401: { description: "Unauthorized" }
|
|
9564
9566
|
},
|
|
9565
9567
|
security: [
|
|
9566
|
-
{
|
|
9567
|
-
{
|
|
9568
|
-
{
|
|
9568
|
+
{ api_key: [] },
|
|
9569
|
+
{ pat_with_workspace: [] },
|
|
9570
|
+
{ console_session: [] }
|
|
9569
9571
|
],
|
|
9570
9572
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
9571
9573
|
tags: ["/noise_sensors"],
|
|
@@ -9617,9 +9619,9 @@ var openapi_default = {
|
|
|
9617
9619
|
401: { description: "Unauthorized" }
|
|
9618
9620
|
},
|
|
9619
9621
|
security: [
|
|
9620
|
-
{
|
|
9621
|
-
{
|
|
9622
|
-
{
|
|
9622
|
+
{ api_key: [] },
|
|
9623
|
+
{ pat_with_workspace: [] },
|
|
9624
|
+
{ console_session: [] }
|
|
9623
9625
|
],
|
|
9624
9626
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
9625
9627
|
tags: ["/noise_sensors"],
|
|
@@ -9657,9 +9659,9 @@ var openapi_default = {
|
|
|
9657
9659
|
401: { description: "Unauthorized" }
|
|
9658
9660
|
},
|
|
9659
9661
|
security: [
|
|
9660
|
-
{
|
|
9661
|
-
{
|
|
9662
|
-
{
|
|
9662
|
+
{ api_key: [] },
|
|
9663
|
+
{ pat_with_workspace: [] },
|
|
9664
|
+
{ console_session: [] }
|
|
9663
9665
|
],
|
|
9664
9666
|
summary: "/noise_sensors/simulate/trigger_noise_threshold",
|
|
9665
9667
|
tags: ["/noise_sensors"],
|
|
@@ -9827,9 +9829,9 @@ var openapi_default = {
|
|
|
9827
9829
|
401: { description: "Unauthorized" }
|
|
9828
9830
|
},
|
|
9829
9831
|
security: [
|
|
9830
|
-
{
|
|
9831
|
-
{
|
|
9832
|
-
{
|
|
9832
|
+
{ api_key: [] },
|
|
9833
|
+
{ pat_with_workspace: [] },
|
|
9834
|
+
{ console_session: [] }
|
|
9833
9835
|
],
|
|
9834
9836
|
summary: "/phones/simulate/create_sandbox_phone",
|
|
9835
9837
|
tags: ["/phones"],
|
|
@@ -10706,9 +10708,9 @@ var openapi_default = {
|
|
|
10706
10708
|
401: { description: "Unauthorized" }
|
|
10707
10709
|
},
|
|
10708
10710
|
security: [
|
|
10709
|
-
{
|
|
10710
|
-
{
|
|
10711
|
-
{
|
|
10711
|
+
{ api_key: [] },
|
|
10712
|
+
{ pat_with_workspace: [] },
|
|
10713
|
+
{ console_session: [] }
|
|
10712
10714
|
],
|
|
10713
10715
|
summary: "/thermostats/list",
|
|
10714
10716
|
tags: ["/thermostats"],
|
|
@@ -10856,9 +10858,9 @@ var openapi_default = {
|
|
|
10856
10858
|
401: { description: "Unauthorized" }
|
|
10857
10859
|
},
|
|
10858
10860
|
security: [
|
|
10859
|
-
{
|
|
10860
|
-
{
|
|
10861
|
-
{
|
|
10861
|
+
{ api_key: [] },
|
|
10862
|
+
{ pat_with_workspace: [] },
|
|
10863
|
+
{ console_session: [] }
|
|
10862
10864
|
],
|
|
10863
10865
|
summary: "/thermostats/update",
|
|
10864
10866
|
tags: ["/thermostats"],
|
|
@@ -10912,9 +10914,9 @@ var openapi_default = {
|
|
|
10912
10914
|
401: { description: "Unauthorized" }
|
|
10913
10915
|
},
|
|
10914
10916
|
security: [
|
|
10915
|
-
{
|
|
10916
|
-
{
|
|
10917
|
-
{
|
|
10917
|
+
{ api_key: [] },
|
|
10918
|
+
{ pat_with_workspace: [] },
|
|
10919
|
+
{ console_session: [] }
|
|
10918
10920
|
],
|
|
10919
10921
|
summary: "/thermostats/update",
|
|
10920
10922
|
tags: ["/thermostats"],
|
|
@@ -10956,9 +10958,9 @@ var openapi_default = {
|
|
|
10956
10958
|
401: { description: "Unauthorized" }
|
|
10957
10959
|
},
|
|
10958
10960
|
security: [
|
|
10959
|
-
{
|
|
10960
|
-
{
|
|
10961
|
-
{
|
|
10961
|
+
{ api_key: [] },
|
|
10962
|
+
{ pat_with_workspace: [] },
|
|
10963
|
+
{ console_session: [] }
|
|
10962
10964
|
],
|
|
10963
10965
|
summary: "/user_identities/add_acs_user",
|
|
10964
10966
|
tags: ["/user_identities"],
|
|
@@ -10998,9 +11000,9 @@ var openapi_default = {
|
|
|
10998
11000
|
401: { description: "Unauthorized" }
|
|
10999
11001
|
},
|
|
11000
11002
|
security: [
|
|
11001
|
-
{
|
|
11002
|
-
{
|
|
11003
|
-
{
|
|
11003
|
+
{ api_key: [] },
|
|
11004
|
+
{ pat_with_workspace: [] },
|
|
11005
|
+
{ console_session: [] }
|
|
11004
11006
|
],
|
|
11005
11007
|
summary: "/user_identities/add_acs_user",
|
|
11006
11008
|
tags: ["/user_identities"],
|
|
@@ -11087,9 +11089,9 @@ var openapi_default = {
|
|
|
11087
11089
|
401: { description: "Unauthorized" }
|
|
11088
11090
|
},
|
|
11089
11091
|
security: [
|
|
11090
|
-
{
|
|
11091
|
-
{
|
|
11092
|
-
{
|
|
11092
|
+
{ api_key: [] },
|
|
11093
|
+
{ pat_with_workspace: [] },
|
|
11094
|
+
{ console_session: [] }
|
|
11093
11095
|
],
|
|
11094
11096
|
summary: "/user_identities/create",
|
|
11095
11097
|
tags: ["/user_identities"],
|
|
@@ -11449,9 +11451,9 @@ var openapi_default = {
|
|
|
11449
11451
|
401: { description: "Unauthorized" }
|
|
11450
11452
|
},
|
|
11451
11453
|
security: [
|
|
11452
|
-
{
|
|
11453
|
-
{
|
|
11454
|
-
{
|
|
11454
|
+
{ api_key: [] },
|
|
11455
|
+
{ pat_with_workspace: [] },
|
|
11456
|
+
{ console_session: [] }
|
|
11455
11457
|
],
|
|
11456
11458
|
summary: "/user_identities/get",
|
|
11457
11459
|
tags: ["/user_identities"],
|
|
@@ -11493,9 +11495,9 @@ var openapi_default = {
|
|
|
11493
11495
|
401: { description: "Unauthorized" }
|
|
11494
11496
|
},
|
|
11495
11497
|
security: [
|
|
11496
|
-
{
|
|
11497
|
-
{
|
|
11498
|
-
{
|
|
11498
|
+
{ api_key: [] },
|
|
11499
|
+
{ pat_with_workspace: [] },
|
|
11500
|
+
{ console_session: [] }
|
|
11499
11501
|
],
|
|
11500
11502
|
summary: "/user_identities/grant_access_to_device",
|
|
11501
11503
|
tags: ["/user_identities"],
|
|
@@ -11535,9 +11537,9 @@ var openapi_default = {
|
|
|
11535
11537
|
401: { description: "Unauthorized" }
|
|
11536
11538
|
},
|
|
11537
11539
|
security: [
|
|
11538
|
-
{
|
|
11539
|
-
{
|
|
11540
|
-
{
|
|
11540
|
+
{ api_key: [] },
|
|
11541
|
+
{ pat_with_workspace: [] },
|
|
11542
|
+
{ console_session: [] }
|
|
11541
11543
|
],
|
|
11542
11544
|
summary: "/user_identities/grant_access_to_device",
|
|
11543
11545
|
tags: ["/user_identities"],
|
|
@@ -11670,9 +11672,9 @@ var openapi_default = {
|
|
|
11670
11672
|
401: { description: "Unauthorized" }
|
|
11671
11673
|
},
|
|
11672
11674
|
security: [
|
|
11673
|
-
{
|
|
11674
|
-
{
|
|
11675
|
-
{
|
|
11675
|
+
{ api_key: [] },
|
|
11676
|
+
{ pat_with_workspace: [] },
|
|
11677
|
+
{ console_session: [] }
|
|
11676
11678
|
],
|
|
11677
11679
|
summary: "/user_identities/list_accessible_devices",
|
|
11678
11680
|
tags: ["/user_identities"],
|
|
@@ -11769,9 +11771,9 @@ var openapi_default = {
|
|
|
11769
11771
|
401: { description: "Unauthorized" }
|
|
11770
11772
|
},
|
|
11771
11773
|
security: [
|
|
11772
|
-
{
|
|
11773
|
-
{
|
|
11774
|
-
{
|
|
11774
|
+
{ api_key: [] },
|
|
11775
|
+
{ pat_with_workspace: [] },
|
|
11776
|
+
{ console_session: [] }
|
|
11775
11777
|
],
|
|
11776
11778
|
summary: "/user_identities/list_acs_users",
|
|
11777
11779
|
tags: ["/user_identities"],
|
|
@@ -11813,9 +11815,9 @@ var openapi_default = {
|
|
|
11813
11815
|
401: { description: "Unauthorized" }
|
|
11814
11816
|
},
|
|
11815
11817
|
security: [
|
|
11816
|
-
{
|
|
11817
|
-
{
|
|
11818
|
-
{
|
|
11818
|
+
{ api_key: [] },
|
|
11819
|
+
{ pat_with_workspace: [] },
|
|
11820
|
+
{ console_session: [] }
|
|
11819
11821
|
],
|
|
11820
11822
|
summary: "/user_identities/remove_acs_user",
|
|
11821
11823
|
tags: ["/user_identities"],
|
|
@@ -11857,9 +11859,9 @@ var openapi_default = {
|
|
|
11857
11859
|
401: { description: "Unauthorized" }
|
|
11858
11860
|
},
|
|
11859
11861
|
security: [
|
|
11860
|
-
{
|
|
11861
|
-
{
|
|
11862
|
-
{
|
|
11862
|
+
{ api_key: [] },
|
|
11863
|
+
{ pat_with_workspace: [] },
|
|
11864
|
+
{ console_session: [] }
|
|
11863
11865
|
],
|
|
11864
11866
|
summary: "/user_identities/revoke_access_to_device",
|
|
11865
11867
|
tags: ["/user_identities"],
|
|
@@ -12015,9 +12017,9 @@ var openapi_default = {
|
|
|
12015
12017
|
401: { description: "Unauthorized" }
|
|
12016
12018
|
},
|
|
12017
12019
|
security: [
|
|
12018
|
-
{
|
|
12019
|
-
{
|
|
12020
|
-
{
|
|
12020
|
+
{ api_key: [] },
|
|
12021
|
+
{ pat_with_workspace: [] },
|
|
12022
|
+
{ console_session: [] }
|
|
12021
12023
|
],
|
|
12022
12024
|
summary: "/webhooks/create",
|
|
12023
12025
|
tags: ["/webhooks"],
|
|
@@ -12057,9 +12059,9 @@ var openapi_default = {
|
|
|
12057
12059
|
401: { description: "Unauthorized" }
|
|
12058
12060
|
},
|
|
12059
12061
|
security: [
|
|
12060
|
-
{
|
|
12061
|
-
{
|
|
12062
|
-
{
|
|
12062
|
+
{ api_key: [] },
|
|
12063
|
+
{ pat_with_workspace: [] },
|
|
12064
|
+
{ console_session: [] }
|
|
12063
12065
|
],
|
|
12064
12066
|
summary: "/webhooks/delete",
|
|
12065
12067
|
tags: ["/webhooks"],
|
|
@@ -12101,9 +12103,9 @@ var openapi_default = {
|
|
|
12101
12103
|
401: { description: "Unauthorized" }
|
|
12102
12104
|
},
|
|
12103
12105
|
security: [
|
|
12104
|
-
{
|
|
12105
|
-
{
|
|
12106
|
-
{
|
|
12106
|
+
{ api_key: [] },
|
|
12107
|
+
{ pat_with_workspace: [] },
|
|
12108
|
+
{ console_session: [] }
|
|
12107
12109
|
],
|
|
12108
12110
|
summary: "/webhooks/get",
|
|
12109
12111
|
tags: ["/webhooks"],
|
|
@@ -12138,9 +12140,9 @@ var openapi_default = {
|
|
|
12138
12140
|
401: { description: "Unauthorized" }
|
|
12139
12141
|
},
|
|
12140
12142
|
security: [
|
|
12141
|
-
{
|
|
12142
|
-
{
|
|
12143
|
-
{
|
|
12143
|
+
{ api_key: [] },
|
|
12144
|
+
{ pat_with_workspace: [] },
|
|
12145
|
+
{ console_session: [] }
|
|
12144
12146
|
],
|
|
12145
12147
|
summary: "/webhooks/list",
|
|
12146
12148
|
tags: ["/webhooks"],
|
|
@@ -12171,9 +12173,9 @@ var openapi_default = {
|
|
|
12171
12173
|
401: { description: "Unauthorized" }
|
|
12172
12174
|
},
|
|
12173
12175
|
security: [
|
|
12174
|
-
{
|
|
12175
|
-
{
|
|
12176
|
-
{
|
|
12176
|
+
{ api_key: [] },
|
|
12177
|
+
{ pat_with_workspace: [] },
|
|
12178
|
+
{ console_session: [] }
|
|
12177
12179
|
],
|
|
12178
12180
|
summary: "/webhooks/list",
|
|
12179
12181
|
tags: ["/webhooks"],
|
|
@@ -12216,9 +12218,9 @@ var openapi_default = {
|
|
|
12216
12218
|
401: { description: "Unauthorized" }
|
|
12217
12219
|
},
|
|
12218
12220
|
security: [
|
|
12219
|
-
{
|
|
12220
|
-
{
|
|
12221
|
-
{
|
|
12221
|
+
{ api_key: [] },
|
|
12222
|
+
{ pat_with_workspace: [] },
|
|
12223
|
+
{ console_session: [] }
|
|
12222
12224
|
],
|
|
12223
12225
|
summary: "/webhooks/update",
|
|
12224
12226
|
tags: ["/webhooks"],
|
|
@@ -12258,9 +12260,9 @@ var openapi_default = {
|
|
|
12258
12260
|
401: { description: "Unauthorized" }
|
|
12259
12261
|
},
|
|
12260
12262
|
security: [
|
|
12261
|
-
{
|
|
12262
|
-
{
|
|
12263
|
-
{
|
|
12263
|
+
{ api_key: [] },
|
|
12264
|
+
{ pat_with_workspace: [] },
|
|
12265
|
+
{ console_session: [] }
|
|
12264
12266
|
],
|
|
12265
12267
|
summary: "/webhooks/update",
|
|
12266
12268
|
tags: ["/webhooks"],
|
|
@@ -12486,9 +12488,9 @@ var openapi_default = {
|
|
|
12486
12488
|
401: { description: "Unauthorized" }
|
|
12487
12489
|
},
|
|
12488
12490
|
security: [
|
|
12489
|
-
{
|
|
12490
|
-
{
|
|
12491
|
-
{
|
|
12491
|
+
{ api_key: [] },
|
|
12492
|
+
{ pat_with_workspace: [] },
|
|
12493
|
+
{ console_session: [] }
|
|
12492
12494
|
],
|
|
12493
12495
|
summary: "/workspaces/reset_sandbox",
|
|
12494
12496
|
tags: ["/workspaces"],
|