@seamapi/types 1.367.2 → 1.369.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 +509 -234
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2801 -1000
- package/lib/seam/connect/models/action-attempts/common.js +36 -19
- package/lib/seam/connect/models/action-attempts/common.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-credential.js +9 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +320 -34
- package/lib/seam/connect/openapi.js +430 -164
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2481 -966
- package/package.json +3 -3
- package/src/lib/seam/connect/models/action-attempts/common.ts +42 -19
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +17 -5
- package/src/lib/seam/connect/openapi.ts +501 -164
- package/src/lib/seam/connect/route-types.ts +2481 -966
|
@@ -1468,13 +1468,14 @@ declare const _default: {
|
|
|
1468
1468
|
description: string;
|
|
1469
1469
|
format: string;
|
|
1470
1470
|
type: string;
|
|
1471
|
-
'x-title': string;
|
|
1472
1471
|
};
|
|
1473
1472
|
action_type: {
|
|
1474
1473
|
enum: string[];
|
|
1475
1474
|
type: string;
|
|
1475
|
+
description?: never;
|
|
1476
1476
|
};
|
|
1477
1477
|
error: {
|
|
1478
|
+
description: string;
|
|
1478
1479
|
nullable: boolean;
|
|
1479
1480
|
properties?: never;
|
|
1480
1481
|
required?: never;
|
|
@@ -1482,13 +1483,12 @@ declare const _default: {
|
|
|
1482
1483
|
oneOf?: never;
|
|
1483
1484
|
};
|
|
1484
1485
|
result: {
|
|
1486
|
+
description: string;
|
|
1485
1487
|
nullable: boolean;
|
|
1486
1488
|
properties?: never;
|
|
1487
1489
|
type?: never;
|
|
1488
1490
|
required?: never;
|
|
1489
|
-
description?: never;
|
|
1490
1491
|
oneOf?: never;
|
|
1491
|
-
'x-route-path'?: never;
|
|
1492
1492
|
};
|
|
1493
1493
|
status: {
|
|
1494
1494
|
enum: string[];
|
|
@@ -1504,13 +1504,14 @@ declare const _default: {
|
|
|
1504
1504
|
description: string;
|
|
1505
1505
|
format: string;
|
|
1506
1506
|
type: string;
|
|
1507
|
-
'x-title': string;
|
|
1508
1507
|
};
|
|
1509
1508
|
action_type: {
|
|
1510
1509
|
enum: string[];
|
|
1511
1510
|
type: string;
|
|
1511
|
+
description?: never;
|
|
1512
1512
|
};
|
|
1513
1513
|
error: {
|
|
1514
|
+
description: string;
|
|
1514
1515
|
nullable: boolean;
|
|
1515
1516
|
properties?: never;
|
|
1516
1517
|
required?: never;
|
|
@@ -1526,11 +1527,10 @@ declare const _default: {
|
|
|
1526
1527
|
noise_threshold?: never;
|
|
1527
1528
|
};
|
|
1528
1529
|
type: string;
|
|
1530
|
+
description?: never;
|
|
1529
1531
|
nullable?: never;
|
|
1530
1532
|
required?: never;
|
|
1531
|
-
description?: never;
|
|
1532
1533
|
oneOf?: never;
|
|
1533
|
-
'x-route-path'?: never;
|
|
1534
1534
|
};
|
|
1535
1535
|
status: {
|
|
1536
1536
|
enum: string[];
|
|
@@ -1546,11 +1546,11 @@ declare const _default: {
|
|
|
1546
1546
|
description: string;
|
|
1547
1547
|
format: string;
|
|
1548
1548
|
type: string;
|
|
1549
|
-
'x-title': string;
|
|
1550
1549
|
};
|
|
1551
1550
|
action_type: {
|
|
1552
1551
|
enum: string[];
|
|
1553
1552
|
type: string;
|
|
1553
|
+
description?: never;
|
|
1554
1554
|
};
|
|
1555
1555
|
error: {
|
|
1556
1556
|
properties: {
|
|
@@ -1563,17 +1563,17 @@ declare const _default: {
|
|
|
1563
1563
|
};
|
|
1564
1564
|
required: string[];
|
|
1565
1565
|
type: string;
|
|
1566
|
+
description?: never;
|
|
1566
1567
|
nullable?: never;
|
|
1567
1568
|
oneOf?: never;
|
|
1568
1569
|
};
|
|
1569
1570
|
result: {
|
|
1571
|
+
description: string;
|
|
1570
1572
|
nullable: boolean;
|
|
1571
1573
|
properties?: never;
|
|
1572
1574
|
type?: never;
|
|
1573
1575
|
required?: never;
|
|
1574
|
-
description?: never;
|
|
1575
1576
|
oneOf?: never;
|
|
1576
|
-
'x-route-path'?: never;
|
|
1577
1577
|
};
|
|
1578
1578
|
status: {
|
|
1579
1579
|
enum: string[];
|
|
@@ -1589,13 +1589,14 @@ declare const _default: {
|
|
|
1589
1589
|
description: string;
|
|
1590
1590
|
format: string;
|
|
1591
1591
|
type: string;
|
|
1592
|
-
'x-title': string;
|
|
1593
1592
|
};
|
|
1594
1593
|
action_type: {
|
|
1595
1594
|
enum: string[];
|
|
1596
1595
|
type: string;
|
|
1596
|
+
description?: never;
|
|
1597
1597
|
};
|
|
1598
1598
|
error: {
|
|
1599
|
+
description: string;
|
|
1599
1600
|
nullable: boolean;
|
|
1600
1601
|
properties?: never;
|
|
1601
1602
|
required?: never;
|
|
@@ -1960,10 +1961,9 @@ declare const _default: {
|
|
|
1960
1961
|
};
|
|
1961
1962
|
required: string[];
|
|
1962
1963
|
type: string;
|
|
1963
|
-
nullable?: never;
|
|
1964
1964
|
description?: never;
|
|
1965
|
+
nullable?: never;
|
|
1965
1966
|
oneOf?: never;
|
|
1966
|
-
'x-route-path'?: never;
|
|
1967
1967
|
};
|
|
1968
1968
|
status: {
|
|
1969
1969
|
enum: string[];
|
|
@@ -1979,39 +1979,57 @@ declare const _default: {
|
|
|
1979
1979
|
description: string;
|
|
1980
1980
|
format: string;
|
|
1981
1981
|
type: string;
|
|
1982
|
-
'x-title': string;
|
|
1983
1982
|
};
|
|
1984
1983
|
action_type: {
|
|
1985
1984
|
enum: string[];
|
|
1986
1985
|
type: string;
|
|
1986
|
+
description?: never;
|
|
1987
1987
|
};
|
|
1988
1988
|
error: {
|
|
1989
|
-
oneOf: {
|
|
1989
|
+
oneOf: ({
|
|
1990
|
+
description: string;
|
|
1990
1991
|
properties: {
|
|
1991
1992
|
message: {
|
|
1993
|
+
description: string;
|
|
1992
1994
|
type: string;
|
|
1993
1995
|
};
|
|
1994
1996
|
type: {
|
|
1997
|
+
description: string;
|
|
1995
1998
|
enum: string[];
|
|
1996
1999
|
type: string;
|
|
1997
2000
|
};
|
|
1998
2001
|
};
|
|
1999
2002
|
required: string[];
|
|
2000
2003
|
type: string;
|
|
2001
|
-
}
|
|
2004
|
+
} | {
|
|
2005
|
+
properties: {
|
|
2006
|
+
message: {
|
|
2007
|
+
type: string;
|
|
2008
|
+
description?: never;
|
|
2009
|
+
};
|
|
2010
|
+
type: {
|
|
2011
|
+
enum: string[];
|
|
2012
|
+
type: string;
|
|
2013
|
+
description?: never;
|
|
2014
|
+
};
|
|
2015
|
+
};
|
|
2016
|
+
required: string[];
|
|
2017
|
+
type: string;
|
|
2018
|
+
description?: never;
|
|
2019
|
+
})[];
|
|
2020
|
+
description?: never;
|
|
2002
2021
|
nullable?: never;
|
|
2003
2022
|
properties?: never;
|
|
2004
2023
|
required?: never;
|
|
2005
2024
|
type?: never;
|
|
2006
2025
|
};
|
|
2007
2026
|
result: {
|
|
2027
|
+
description: string;
|
|
2008
2028
|
nullable: boolean;
|
|
2009
2029
|
properties?: never;
|
|
2010
2030
|
type?: never;
|
|
2011
2031
|
required?: never;
|
|
2012
|
-
description?: never;
|
|
2013
2032
|
oneOf?: never;
|
|
2014
|
-
'x-route-path'?: never;
|
|
2015
2033
|
};
|
|
2016
2034
|
status: {
|
|
2017
2035
|
enum: string[];
|
|
@@ -2027,13 +2045,50 @@ declare const _default: {
|
|
|
2027
2045
|
description: string;
|
|
2028
2046
|
format: string;
|
|
2029
2047
|
type: string;
|
|
2030
|
-
'x-title': string;
|
|
2031
2048
|
};
|
|
2032
2049
|
action_type: {
|
|
2050
|
+
description: string;
|
|
2033
2051
|
enum: string[];
|
|
2034
2052
|
type: string;
|
|
2035
2053
|
};
|
|
2036
2054
|
error: {
|
|
2055
|
+
description: string;
|
|
2056
|
+
nullable: boolean;
|
|
2057
|
+
properties?: never;
|
|
2058
|
+
required?: never;
|
|
2059
|
+
type?: never;
|
|
2060
|
+
oneOf?: never;
|
|
2061
|
+
};
|
|
2062
|
+
result: {
|
|
2063
|
+
description: string;
|
|
2064
|
+
nullable: boolean;
|
|
2065
|
+
properties?: never;
|
|
2066
|
+
type?: never;
|
|
2067
|
+
required?: never;
|
|
2068
|
+
oneOf?: never;
|
|
2069
|
+
};
|
|
2070
|
+
status: {
|
|
2071
|
+
enum: string[];
|
|
2072
|
+
type: string;
|
|
2073
|
+
};
|
|
2074
|
+
};
|
|
2075
|
+
required: string[];
|
|
2076
|
+
type: string;
|
|
2077
|
+
} | {
|
|
2078
|
+
description: string;
|
|
2079
|
+
properties: {
|
|
2080
|
+
action_attempt_id: {
|
|
2081
|
+
description: string;
|
|
2082
|
+
format: string;
|
|
2083
|
+
type: string;
|
|
2084
|
+
};
|
|
2085
|
+
action_type: {
|
|
2086
|
+
description: string;
|
|
2087
|
+
enum: string[];
|
|
2088
|
+
type: string;
|
|
2089
|
+
};
|
|
2090
|
+
error: {
|
|
2091
|
+
description: string;
|
|
2037
2092
|
nullable: boolean;
|
|
2038
2093
|
properties?: never;
|
|
2039
2094
|
required?: never;
|
|
@@ -2272,7 +2327,6 @@ declare const _default: {
|
|
|
2272
2327
|
type: string;
|
|
2273
2328
|
'x-route-path': string;
|
|
2274
2329
|
}[];
|
|
2275
|
-
'x-route-path': string;
|
|
2276
2330
|
nullable?: never;
|
|
2277
2331
|
properties?: never;
|
|
2278
2332
|
type?: never;
|
|
@@ -2285,19 +2339,86 @@ declare const _default: {
|
|
|
2285
2339
|
};
|
|
2286
2340
|
required: string[];
|
|
2287
2341
|
type: string;
|
|
2342
|
+
} | {
|
|
2343
|
+
description: string;
|
|
2344
|
+
properties: {
|
|
2345
|
+
action_attempt_id: {
|
|
2346
|
+
description: string;
|
|
2347
|
+
format: string;
|
|
2348
|
+
type: string;
|
|
2349
|
+
};
|
|
2350
|
+
action_type: {
|
|
2351
|
+
description: string;
|
|
2352
|
+
enum: string[];
|
|
2353
|
+
type: string;
|
|
2354
|
+
};
|
|
2355
|
+
error: {
|
|
2356
|
+
oneOf: ({
|
|
2357
|
+
description: string;
|
|
2358
|
+
properties: {
|
|
2359
|
+
message: {
|
|
2360
|
+
description: string;
|
|
2361
|
+
type: string;
|
|
2362
|
+
};
|
|
2363
|
+
type: {
|
|
2364
|
+
description: string;
|
|
2365
|
+
enum: string[];
|
|
2366
|
+
type: string;
|
|
2367
|
+
};
|
|
2368
|
+
};
|
|
2369
|
+
required: string[];
|
|
2370
|
+
type: string;
|
|
2371
|
+
} | {
|
|
2372
|
+
properties: {
|
|
2373
|
+
message: {
|
|
2374
|
+
type: string;
|
|
2375
|
+
description?: never;
|
|
2376
|
+
};
|
|
2377
|
+
type: {
|
|
2378
|
+
enum: string[];
|
|
2379
|
+
type: string;
|
|
2380
|
+
description?: never;
|
|
2381
|
+
};
|
|
2382
|
+
};
|
|
2383
|
+
required: string[];
|
|
2384
|
+
type: string;
|
|
2385
|
+
description?: never;
|
|
2386
|
+
})[];
|
|
2387
|
+
description?: never;
|
|
2388
|
+
nullable?: never;
|
|
2389
|
+
properties?: never;
|
|
2390
|
+
required?: never;
|
|
2391
|
+
type?: never;
|
|
2392
|
+
};
|
|
2393
|
+
result: {
|
|
2394
|
+
description: string;
|
|
2395
|
+
nullable: boolean;
|
|
2396
|
+
properties?: never;
|
|
2397
|
+
type?: never;
|
|
2398
|
+
required?: never;
|
|
2399
|
+
oneOf?: never;
|
|
2400
|
+
};
|
|
2401
|
+
status: {
|
|
2402
|
+
enum: string[];
|
|
2403
|
+
type: string;
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
required: string[];
|
|
2407
|
+
type: string;
|
|
2288
2408
|
} | {
|
|
2289
2409
|
properties: {
|
|
2290
2410
|
action_attempt_id: {
|
|
2291
2411
|
description: string;
|
|
2292
2412
|
format: string;
|
|
2293
2413
|
type: string;
|
|
2294
|
-
'x-title': string;
|
|
2295
2414
|
};
|
|
2296
2415
|
action_type: {
|
|
2297
2416
|
enum: string[];
|
|
2298
2417
|
type: string;
|
|
2418
|
+
description?: never;
|
|
2299
2419
|
};
|
|
2300
2420
|
error: {
|
|
2421
|
+
description: string;
|
|
2301
2422
|
nullable: boolean;
|
|
2302
2423
|
properties?: never;
|
|
2303
2424
|
required?: never;
|
|
@@ -2305,13 +2426,12 @@ declare const _default: {
|
|
|
2305
2426
|
oneOf?: never;
|
|
2306
2427
|
};
|
|
2307
2428
|
result: {
|
|
2429
|
+
description: string;
|
|
2308
2430
|
nullable: boolean;
|
|
2309
2431
|
properties?: never;
|
|
2310
2432
|
type?: never;
|
|
2311
2433
|
required?: never;
|
|
2312
|
-
description?: never;
|
|
2313
2434
|
oneOf?: never;
|
|
2314
|
-
'x-route-path'?: never;
|
|
2315
2435
|
};
|
|
2316
2436
|
status: {
|
|
2317
2437
|
enum: string[];
|
|
@@ -2327,13 +2447,14 @@ declare const _default: {
|
|
|
2327
2447
|
description: string;
|
|
2328
2448
|
format: string;
|
|
2329
2449
|
type: string;
|
|
2330
|
-
'x-title': string;
|
|
2331
2450
|
};
|
|
2332
2451
|
action_type: {
|
|
2333
2452
|
enum: string[];
|
|
2334
2453
|
type: string;
|
|
2454
|
+
description?: never;
|
|
2335
2455
|
};
|
|
2336
2456
|
error: {
|
|
2457
|
+
description: string;
|
|
2337
2458
|
nullable: boolean;
|
|
2338
2459
|
properties?: never;
|
|
2339
2460
|
required?: never;
|
|
@@ -2349,11 +2470,10 @@ declare const _default: {
|
|
|
2349
2470
|
noise_threshold?: never;
|
|
2350
2471
|
};
|
|
2351
2472
|
type: string;
|
|
2473
|
+
description?: never;
|
|
2352
2474
|
nullable?: never;
|
|
2353
2475
|
required?: never;
|
|
2354
|
-
description?: never;
|
|
2355
2476
|
oneOf?: never;
|
|
2356
|
-
'x-route-path'?: never;
|
|
2357
2477
|
};
|
|
2358
2478
|
status: {
|
|
2359
2479
|
enum: string[];
|
|
@@ -2369,11 +2489,11 @@ declare const _default: {
|
|
|
2369
2489
|
description: string;
|
|
2370
2490
|
format: string;
|
|
2371
2491
|
type: string;
|
|
2372
|
-
'x-title': string;
|
|
2373
2492
|
};
|
|
2374
2493
|
action_type: {
|
|
2375
2494
|
enum: string[];
|
|
2376
2495
|
type: string;
|
|
2496
|
+
description?: never;
|
|
2377
2497
|
};
|
|
2378
2498
|
error: {
|
|
2379
2499
|
properties: {
|
|
@@ -2386,17 +2506,17 @@ declare const _default: {
|
|
|
2386
2506
|
};
|
|
2387
2507
|
required: string[];
|
|
2388
2508
|
type: string;
|
|
2509
|
+
description?: never;
|
|
2389
2510
|
nullable?: never;
|
|
2390
2511
|
oneOf?: never;
|
|
2391
2512
|
};
|
|
2392
2513
|
result: {
|
|
2514
|
+
description: string;
|
|
2393
2515
|
nullable: boolean;
|
|
2394
2516
|
properties?: never;
|
|
2395
2517
|
type?: never;
|
|
2396
2518
|
required?: never;
|
|
2397
|
-
description?: never;
|
|
2398
2519
|
oneOf?: never;
|
|
2399
|
-
'x-route-path'?: never;
|
|
2400
2520
|
};
|
|
2401
2521
|
status: {
|
|
2402
2522
|
enum: string[];
|
|
@@ -2412,13 +2532,14 @@ declare const _default: {
|
|
|
2412
2532
|
description: string;
|
|
2413
2533
|
format: string;
|
|
2414
2534
|
type: string;
|
|
2415
|
-
'x-title': string;
|
|
2416
2535
|
};
|
|
2417
2536
|
action_type: {
|
|
2418
2537
|
enum: string[];
|
|
2419
2538
|
type: string;
|
|
2539
|
+
description?: never;
|
|
2420
2540
|
};
|
|
2421
2541
|
error: {
|
|
2542
|
+
description: string;
|
|
2422
2543
|
nullable: boolean;
|
|
2423
2544
|
properties?: never;
|
|
2424
2545
|
required?: never;
|
|
@@ -2434,11 +2555,10 @@ declare const _default: {
|
|
|
2434
2555
|
noise_threshold?: never;
|
|
2435
2556
|
};
|
|
2436
2557
|
type: string;
|
|
2558
|
+
description?: never;
|
|
2437
2559
|
nullable?: never;
|
|
2438
2560
|
required?: never;
|
|
2439
|
-
description?: never;
|
|
2440
2561
|
oneOf?: never;
|
|
2441
|
-
'x-route-path'?: never;
|
|
2442
2562
|
};
|
|
2443
2563
|
status: {
|
|
2444
2564
|
enum: string[];
|
|
@@ -2454,13 +2574,14 @@ declare const _default: {
|
|
|
2454
2574
|
description: string;
|
|
2455
2575
|
format: string;
|
|
2456
2576
|
type: string;
|
|
2457
|
-
'x-title': string;
|
|
2458
2577
|
};
|
|
2459
2578
|
action_type: {
|
|
2460
2579
|
enum: string[];
|
|
2461
2580
|
type: string;
|
|
2581
|
+
description?: never;
|
|
2462
2582
|
};
|
|
2463
2583
|
error: {
|
|
2584
|
+
description: string;
|
|
2464
2585
|
nullable: boolean;
|
|
2465
2586
|
properties?: never;
|
|
2466
2587
|
required?: never;
|
|
@@ -2476,11 +2597,10 @@ declare const _default: {
|
|
|
2476
2597
|
access_code?: never;
|
|
2477
2598
|
};
|
|
2478
2599
|
type: string;
|
|
2600
|
+
description?: never;
|
|
2479
2601
|
nullable?: never;
|
|
2480
2602
|
required?: never;
|
|
2481
|
-
description?: never;
|
|
2482
2603
|
oneOf?: never;
|
|
2483
|
-
'x-route-path'?: never;
|
|
2484
2604
|
};
|
|
2485
2605
|
status: {
|
|
2486
2606
|
enum: string[];
|
|
@@ -17675,6 +17795,140 @@ declare const _default: {
|
|
|
17675
17795
|
'x-response-key': string;
|
|
17676
17796
|
};
|
|
17677
17797
|
};
|
|
17798
|
+
'/devices/simulate/access_code_lock': {
|
|
17799
|
+
post: {
|
|
17800
|
+
operationId: string;
|
|
17801
|
+
requestBody: {
|
|
17802
|
+
content: {
|
|
17803
|
+
'application/json': {
|
|
17804
|
+
schema: {
|
|
17805
|
+
properties: {
|
|
17806
|
+
access_code_id: {
|
|
17807
|
+
format: string;
|
|
17808
|
+
type: string;
|
|
17809
|
+
};
|
|
17810
|
+
device_id: {
|
|
17811
|
+
format: string;
|
|
17812
|
+
type: string;
|
|
17813
|
+
};
|
|
17814
|
+
};
|
|
17815
|
+
required: string[];
|
|
17816
|
+
type: string;
|
|
17817
|
+
};
|
|
17818
|
+
};
|
|
17819
|
+
};
|
|
17820
|
+
};
|
|
17821
|
+
responses: {
|
|
17822
|
+
200: {
|
|
17823
|
+
content: {
|
|
17824
|
+
'application/json': {
|
|
17825
|
+
schema: {
|
|
17826
|
+
properties: {
|
|
17827
|
+
ok: {
|
|
17828
|
+
type: string;
|
|
17829
|
+
};
|
|
17830
|
+
};
|
|
17831
|
+
required: string[];
|
|
17832
|
+
type: string;
|
|
17833
|
+
};
|
|
17834
|
+
};
|
|
17835
|
+
};
|
|
17836
|
+
description: string;
|
|
17837
|
+
};
|
|
17838
|
+
400: {
|
|
17839
|
+
description: string;
|
|
17840
|
+
};
|
|
17841
|
+
401: {
|
|
17842
|
+
description: string;
|
|
17843
|
+
};
|
|
17844
|
+
};
|
|
17845
|
+
security: ({
|
|
17846
|
+
api_key: never[];
|
|
17847
|
+
pat_with_workspace?: never;
|
|
17848
|
+
console_session_with_workspace?: never;
|
|
17849
|
+
} | {
|
|
17850
|
+
pat_with_workspace: never[];
|
|
17851
|
+
api_key?: never;
|
|
17852
|
+
console_session_with_workspace?: never;
|
|
17853
|
+
} | {
|
|
17854
|
+
console_session_with_workspace: never[];
|
|
17855
|
+
api_key?: never;
|
|
17856
|
+
pat_with_workspace?: never;
|
|
17857
|
+
})[];
|
|
17858
|
+
summary: string;
|
|
17859
|
+
tags: string[];
|
|
17860
|
+
'x-fern-sdk-group-name': string[];
|
|
17861
|
+
'x-fern-sdk-method-name': string;
|
|
17862
|
+
'x-response-key': null;
|
|
17863
|
+
};
|
|
17864
|
+
};
|
|
17865
|
+
'/devices/simulate/access_code_unlock': {
|
|
17866
|
+
post: {
|
|
17867
|
+
operationId: string;
|
|
17868
|
+
requestBody: {
|
|
17869
|
+
content: {
|
|
17870
|
+
'application/json': {
|
|
17871
|
+
schema: {
|
|
17872
|
+
properties: {
|
|
17873
|
+
access_code_id: {
|
|
17874
|
+
format: string;
|
|
17875
|
+
type: string;
|
|
17876
|
+
};
|
|
17877
|
+
device_id: {
|
|
17878
|
+
format: string;
|
|
17879
|
+
type: string;
|
|
17880
|
+
};
|
|
17881
|
+
};
|
|
17882
|
+
required: string[];
|
|
17883
|
+
type: string;
|
|
17884
|
+
};
|
|
17885
|
+
};
|
|
17886
|
+
};
|
|
17887
|
+
};
|
|
17888
|
+
responses: {
|
|
17889
|
+
200: {
|
|
17890
|
+
content: {
|
|
17891
|
+
'application/json': {
|
|
17892
|
+
schema: {
|
|
17893
|
+
properties: {
|
|
17894
|
+
ok: {
|
|
17895
|
+
type: string;
|
|
17896
|
+
};
|
|
17897
|
+
};
|
|
17898
|
+
required: string[];
|
|
17899
|
+
type: string;
|
|
17900
|
+
};
|
|
17901
|
+
};
|
|
17902
|
+
};
|
|
17903
|
+
description: string;
|
|
17904
|
+
};
|
|
17905
|
+
400: {
|
|
17906
|
+
description: string;
|
|
17907
|
+
};
|
|
17908
|
+
401: {
|
|
17909
|
+
description: string;
|
|
17910
|
+
};
|
|
17911
|
+
};
|
|
17912
|
+
security: ({
|
|
17913
|
+
api_key: never[];
|
|
17914
|
+
pat_with_workspace?: never;
|
|
17915
|
+
console_session_with_workspace?: never;
|
|
17916
|
+
} | {
|
|
17917
|
+
pat_with_workspace: never[];
|
|
17918
|
+
api_key?: never;
|
|
17919
|
+
console_session_with_workspace?: never;
|
|
17920
|
+
} | {
|
|
17921
|
+
console_session_with_workspace: never[];
|
|
17922
|
+
api_key?: never;
|
|
17923
|
+
pat_with_workspace?: never;
|
|
17924
|
+
})[];
|
|
17925
|
+
summary: string;
|
|
17926
|
+
tags: string[];
|
|
17927
|
+
'x-fern-sdk-group-name': string[];
|
|
17928
|
+
'x-fern-sdk-method-name': string;
|
|
17929
|
+
'x-response-key': null;
|
|
17930
|
+
};
|
|
17931
|
+
};
|
|
17678
17932
|
'/devices/simulate/connect': {
|
|
17679
17933
|
post: {
|
|
17680
17934
|
operationId: string;
|
|
@@ -21331,15 +21585,23 @@ declare const _default: {
|
|
|
21331
21585
|
};
|
|
21332
21586
|
};
|
|
21333
21587
|
security: ({
|
|
21588
|
+
client_session: never[];
|
|
21589
|
+
pat_with_workspace?: never;
|
|
21590
|
+
console_session_with_workspace?: never;
|
|
21591
|
+
api_key?: never;
|
|
21592
|
+
} | {
|
|
21334
21593
|
pat_with_workspace: never[];
|
|
21594
|
+
client_session?: never;
|
|
21335
21595
|
console_session_with_workspace?: never;
|
|
21336
21596
|
api_key?: never;
|
|
21337
21597
|
} | {
|
|
21338
21598
|
console_session_with_workspace: never[];
|
|
21599
|
+
client_session?: never;
|
|
21339
21600
|
pat_with_workspace?: never;
|
|
21340
21601
|
api_key?: never;
|
|
21341
21602
|
} | {
|
|
21342
21603
|
api_key: never[];
|
|
21604
|
+
client_session?: never;
|
|
21343
21605
|
pat_with_workspace?: never;
|
|
21344
21606
|
console_session_with_workspace?: never;
|
|
21345
21607
|
})[];
|
|
@@ -21401,15 +21663,23 @@ declare const _default: {
|
|
|
21401
21663
|
};
|
|
21402
21664
|
};
|
|
21403
21665
|
security: ({
|
|
21666
|
+
client_session: never[];
|
|
21667
|
+
pat_with_workspace?: never;
|
|
21668
|
+
console_session_with_workspace?: never;
|
|
21669
|
+
api_key?: never;
|
|
21670
|
+
} | {
|
|
21404
21671
|
pat_with_workspace: never[];
|
|
21672
|
+
client_session?: never;
|
|
21405
21673
|
console_session_with_workspace?: never;
|
|
21406
21674
|
api_key?: never;
|
|
21407
21675
|
} | {
|
|
21408
21676
|
console_session_with_workspace: never[];
|
|
21677
|
+
client_session?: never;
|
|
21409
21678
|
pat_with_workspace?: never;
|
|
21410
21679
|
api_key?: never;
|
|
21411
21680
|
} | {
|
|
21412
21681
|
api_key: never[];
|
|
21682
|
+
client_session?: never;
|
|
21413
21683
|
pat_with_workspace?: never;
|
|
21414
21684
|
console_session_with_workspace?: never;
|
|
21415
21685
|
})[];
|
|
@@ -23374,14 +23644,22 @@ declare const _default: {
|
|
|
23374
23644
|
pat_with_workspace: never[];
|
|
23375
23645
|
console_session_with_workspace?: never;
|
|
23376
23646
|
api_key?: never;
|
|
23647
|
+
client_session?: never;
|
|
23377
23648
|
} | {
|
|
23378
23649
|
console_session_with_workspace: never[];
|
|
23379
23650
|
pat_with_workspace?: never;
|
|
23380
23651
|
api_key?: never;
|
|
23652
|
+
client_session?: never;
|
|
23381
23653
|
} | {
|
|
23382
23654
|
api_key: never[];
|
|
23383
23655
|
pat_with_workspace?: never;
|
|
23384
23656
|
console_session_with_workspace?: never;
|
|
23657
|
+
client_session?: never;
|
|
23658
|
+
} | {
|
|
23659
|
+
client_session: never[];
|
|
23660
|
+
pat_with_workspace?: never;
|
|
23661
|
+
console_session_with_workspace?: never;
|
|
23662
|
+
api_key?: never;
|
|
23385
23663
|
})[];
|
|
23386
23664
|
summary: string;
|
|
23387
23665
|
tags: string[];
|
|
@@ -23483,14 +23761,22 @@ declare const _default: {
|
|
|
23483
23761
|
pat_with_workspace: never[];
|
|
23484
23762
|
console_session_with_workspace?: never;
|
|
23485
23763
|
api_key?: never;
|
|
23764
|
+
client_session?: never;
|
|
23486
23765
|
} | {
|
|
23487
23766
|
console_session_with_workspace: never[];
|
|
23488
23767
|
pat_with_workspace?: never;
|
|
23489
23768
|
api_key?: never;
|
|
23769
|
+
client_session?: never;
|
|
23490
23770
|
} | {
|
|
23491
23771
|
api_key: never[];
|
|
23492
23772
|
pat_with_workspace?: never;
|
|
23493
23773
|
console_session_with_workspace?: never;
|
|
23774
|
+
client_session?: never;
|
|
23775
|
+
} | {
|
|
23776
|
+
client_session: never[];
|
|
23777
|
+
pat_with_workspace?: never;
|
|
23778
|
+
console_session_with_workspace?: never;
|
|
23779
|
+
api_key?: never;
|
|
23494
23780
|
})[];
|
|
23495
23781
|
summary: string;
|
|
23496
23782
|
tags: string[];
|