@seamapi/types 1.366.0 → 1.367.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 +517 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +653 -5
- package/lib/seam/connect/models/bridges/bridge_client_session.d.ts +235 -0
- package/lib/seam/connect/models/bridges/bridge_client_session.js +47 -0
- package/lib/seam/connect/models/bridges/bridge_client_session.js.map +1 -1
- package/lib/seam/connect/models/locations/location.d.ts +3 -0
- package/lib/seam/connect/models/locations/location.js +1 -0
- package/lib/seam/connect/models/locations/location.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +507 -0
- package/lib/seam/connect/openapi.js +487 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +76 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/bridges/bridge_client_session.ts +62 -0
- package/src/lib/seam/connect/models/locations/location.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +530 -0
- package/src/lib/seam/connect/route-types.ts +85 -5
|
@@ -20479,6 +20479,77 @@ declare const _default: {
|
|
|
20479
20479
|
format: string;
|
|
20480
20480
|
type: string;
|
|
20481
20481
|
};
|
|
20482
|
+
errors: {
|
|
20483
|
+
items: {
|
|
20484
|
+
description: string;
|
|
20485
|
+
discriminator: {
|
|
20486
|
+
propertyName: string;
|
|
20487
|
+
};
|
|
20488
|
+
oneOf: ({
|
|
20489
|
+
description: string;
|
|
20490
|
+
properties: {
|
|
20491
|
+
can_tailscale_proxy_reach_bridge: {
|
|
20492
|
+
description: string;
|
|
20493
|
+
type: string;
|
|
20494
|
+
};
|
|
20495
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
20496
|
+
description: string;
|
|
20497
|
+
type: string;
|
|
20498
|
+
};
|
|
20499
|
+
created_at: {
|
|
20500
|
+
format: string;
|
|
20501
|
+
type: string;
|
|
20502
|
+
};
|
|
20503
|
+
error_code: {
|
|
20504
|
+
description: string;
|
|
20505
|
+
enum: string[];
|
|
20506
|
+
type: string;
|
|
20507
|
+
};
|
|
20508
|
+
is_bridge_socks_server_healthy: {
|
|
20509
|
+
description: string;
|
|
20510
|
+
type: string;
|
|
20511
|
+
};
|
|
20512
|
+
is_tailscale_proxy_reachable: {
|
|
20513
|
+
description: string;
|
|
20514
|
+
type: string;
|
|
20515
|
+
};
|
|
20516
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
20517
|
+
description: string;
|
|
20518
|
+
type: string;
|
|
20519
|
+
};
|
|
20520
|
+
message: {
|
|
20521
|
+
type: string;
|
|
20522
|
+
};
|
|
20523
|
+
};
|
|
20524
|
+
required: string[];
|
|
20525
|
+
type: string;
|
|
20526
|
+
} | {
|
|
20527
|
+
description: string;
|
|
20528
|
+
properties: {
|
|
20529
|
+
created_at: {
|
|
20530
|
+
format: string;
|
|
20531
|
+
type: string;
|
|
20532
|
+
};
|
|
20533
|
+
error_code: {
|
|
20534
|
+
description: string;
|
|
20535
|
+
enum: string[];
|
|
20536
|
+
type: string;
|
|
20537
|
+
};
|
|
20538
|
+
message: {
|
|
20539
|
+
type: string;
|
|
20540
|
+
};
|
|
20541
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
20542
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
20543
|
+
is_bridge_socks_server_healthy?: never;
|
|
20544
|
+
is_tailscale_proxy_reachable?: never;
|
|
20545
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
20546
|
+
};
|
|
20547
|
+
required: string[];
|
|
20548
|
+
type: string;
|
|
20549
|
+
})[];
|
|
20550
|
+
};
|
|
20551
|
+
type: string;
|
|
20552
|
+
};
|
|
20482
20553
|
pairing_code: {
|
|
20483
20554
|
maxLength: number;
|
|
20484
20555
|
minLength: number;
|
|
@@ -20564,6 +20635,77 @@ declare const _default: {
|
|
|
20564
20635
|
format: string;
|
|
20565
20636
|
type: string;
|
|
20566
20637
|
};
|
|
20638
|
+
errors: {
|
|
20639
|
+
items: {
|
|
20640
|
+
description: string;
|
|
20641
|
+
discriminator: {
|
|
20642
|
+
propertyName: string;
|
|
20643
|
+
};
|
|
20644
|
+
oneOf: ({
|
|
20645
|
+
description: string;
|
|
20646
|
+
properties: {
|
|
20647
|
+
can_tailscale_proxy_reach_bridge: {
|
|
20648
|
+
description: string;
|
|
20649
|
+
type: string;
|
|
20650
|
+
};
|
|
20651
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
20652
|
+
description: string;
|
|
20653
|
+
type: string;
|
|
20654
|
+
};
|
|
20655
|
+
created_at: {
|
|
20656
|
+
format: string;
|
|
20657
|
+
type: string;
|
|
20658
|
+
};
|
|
20659
|
+
error_code: {
|
|
20660
|
+
description: string;
|
|
20661
|
+
enum: string[];
|
|
20662
|
+
type: string;
|
|
20663
|
+
};
|
|
20664
|
+
is_bridge_socks_server_healthy: {
|
|
20665
|
+
description: string;
|
|
20666
|
+
type: string;
|
|
20667
|
+
};
|
|
20668
|
+
is_tailscale_proxy_reachable: {
|
|
20669
|
+
description: string;
|
|
20670
|
+
type: string;
|
|
20671
|
+
};
|
|
20672
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
20673
|
+
description: string;
|
|
20674
|
+
type: string;
|
|
20675
|
+
};
|
|
20676
|
+
message: {
|
|
20677
|
+
type: string;
|
|
20678
|
+
};
|
|
20679
|
+
};
|
|
20680
|
+
required: string[];
|
|
20681
|
+
type: string;
|
|
20682
|
+
} | {
|
|
20683
|
+
description: string;
|
|
20684
|
+
properties: {
|
|
20685
|
+
created_at: {
|
|
20686
|
+
format: string;
|
|
20687
|
+
type: string;
|
|
20688
|
+
};
|
|
20689
|
+
error_code: {
|
|
20690
|
+
description: string;
|
|
20691
|
+
enum: string[];
|
|
20692
|
+
type: string;
|
|
20693
|
+
};
|
|
20694
|
+
message: {
|
|
20695
|
+
type: string;
|
|
20696
|
+
};
|
|
20697
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
20698
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
20699
|
+
is_bridge_socks_server_healthy?: never;
|
|
20700
|
+
is_tailscale_proxy_reachable?: never;
|
|
20701
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
20702
|
+
};
|
|
20703
|
+
required: string[];
|
|
20704
|
+
type: string;
|
|
20705
|
+
})[];
|
|
20706
|
+
};
|
|
20707
|
+
type: string;
|
|
20708
|
+
};
|
|
20567
20709
|
pairing_code: {
|
|
20568
20710
|
maxLength: number;
|
|
20569
20711
|
minLength: number;
|
|
@@ -20645,6 +20787,77 @@ declare const _default: {
|
|
|
20645
20787
|
format: string;
|
|
20646
20788
|
type: string;
|
|
20647
20789
|
};
|
|
20790
|
+
errors: {
|
|
20791
|
+
items: {
|
|
20792
|
+
description: string;
|
|
20793
|
+
discriminator: {
|
|
20794
|
+
propertyName: string;
|
|
20795
|
+
};
|
|
20796
|
+
oneOf: ({
|
|
20797
|
+
description: string;
|
|
20798
|
+
properties: {
|
|
20799
|
+
can_tailscale_proxy_reach_bridge: {
|
|
20800
|
+
description: string;
|
|
20801
|
+
type: string;
|
|
20802
|
+
};
|
|
20803
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
20804
|
+
description: string;
|
|
20805
|
+
type: string;
|
|
20806
|
+
};
|
|
20807
|
+
created_at: {
|
|
20808
|
+
format: string;
|
|
20809
|
+
type: string;
|
|
20810
|
+
};
|
|
20811
|
+
error_code: {
|
|
20812
|
+
description: string;
|
|
20813
|
+
enum: string[];
|
|
20814
|
+
type: string;
|
|
20815
|
+
};
|
|
20816
|
+
is_bridge_socks_server_healthy: {
|
|
20817
|
+
description: string;
|
|
20818
|
+
type: string;
|
|
20819
|
+
};
|
|
20820
|
+
is_tailscale_proxy_reachable: {
|
|
20821
|
+
description: string;
|
|
20822
|
+
type: string;
|
|
20823
|
+
};
|
|
20824
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
20825
|
+
description: string;
|
|
20826
|
+
type: string;
|
|
20827
|
+
};
|
|
20828
|
+
message: {
|
|
20829
|
+
type: string;
|
|
20830
|
+
};
|
|
20831
|
+
};
|
|
20832
|
+
required: string[];
|
|
20833
|
+
type: string;
|
|
20834
|
+
} | {
|
|
20835
|
+
description: string;
|
|
20836
|
+
properties: {
|
|
20837
|
+
created_at: {
|
|
20838
|
+
format: string;
|
|
20839
|
+
type: string;
|
|
20840
|
+
};
|
|
20841
|
+
error_code: {
|
|
20842
|
+
description: string;
|
|
20843
|
+
enum: string[];
|
|
20844
|
+
type: string;
|
|
20845
|
+
};
|
|
20846
|
+
message: {
|
|
20847
|
+
type: string;
|
|
20848
|
+
};
|
|
20849
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
20850
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
20851
|
+
is_bridge_socks_server_healthy?: never;
|
|
20852
|
+
is_tailscale_proxy_reachable?: never;
|
|
20853
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
20854
|
+
};
|
|
20855
|
+
required: string[];
|
|
20856
|
+
type: string;
|
|
20857
|
+
})[];
|
|
20858
|
+
};
|
|
20859
|
+
type: string;
|
|
20860
|
+
};
|
|
20648
20861
|
pairing_code: {
|
|
20649
20862
|
maxLength: number;
|
|
20650
20863
|
minLength: number;
|
|
@@ -20730,6 +20943,77 @@ declare const _default: {
|
|
|
20730
20943
|
format: string;
|
|
20731
20944
|
type: string;
|
|
20732
20945
|
};
|
|
20946
|
+
errors: {
|
|
20947
|
+
items: {
|
|
20948
|
+
description: string;
|
|
20949
|
+
discriminator: {
|
|
20950
|
+
propertyName: string;
|
|
20951
|
+
};
|
|
20952
|
+
oneOf: ({
|
|
20953
|
+
description: string;
|
|
20954
|
+
properties: {
|
|
20955
|
+
can_tailscale_proxy_reach_bridge: {
|
|
20956
|
+
description: string;
|
|
20957
|
+
type: string;
|
|
20958
|
+
};
|
|
20959
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
20960
|
+
description: string;
|
|
20961
|
+
type: string;
|
|
20962
|
+
};
|
|
20963
|
+
created_at: {
|
|
20964
|
+
format: string;
|
|
20965
|
+
type: string;
|
|
20966
|
+
};
|
|
20967
|
+
error_code: {
|
|
20968
|
+
description: string;
|
|
20969
|
+
enum: string[];
|
|
20970
|
+
type: string;
|
|
20971
|
+
};
|
|
20972
|
+
is_bridge_socks_server_healthy: {
|
|
20973
|
+
description: string;
|
|
20974
|
+
type: string;
|
|
20975
|
+
};
|
|
20976
|
+
is_tailscale_proxy_reachable: {
|
|
20977
|
+
description: string;
|
|
20978
|
+
type: string;
|
|
20979
|
+
};
|
|
20980
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
20981
|
+
description: string;
|
|
20982
|
+
type: string;
|
|
20983
|
+
};
|
|
20984
|
+
message: {
|
|
20985
|
+
type: string;
|
|
20986
|
+
};
|
|
20987
|
+
};
|
|
20988
|
+
required: string[];
|
|
20989
|
+
type: string;
|
|
20990
|
+
} | {
|
|
20991
|
+
description: string;
|
|
20992
|
+
properties: {
|
|
20993
|
+
created_at: {
|
|
20994
|
+
format: string;
|
|
20995
|
+
type: string;
|
|
20996
|
+
};
|
|
20997
|
+
error_code: {
|
|
20998
|
+
description: string;
|
|
20999
|
+
enum: string[];
|
|
21000
|
+
type: string;
|
|
21001
|
+
};
|
|
21002
|
+
message: {
|
|
21003
|
+
type: string;
|
|
21004
|
+
};
|
|
21005
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
21006
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
21007
|
+
is_bridge_socks_server_healthy?: never;
|
|
21008
|
+
is_tailscale_proxy_reachable?: never;
|
|
21009
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
21010
|
+
};
|
|
21011
|
+
required: string[];
|
|
21012
|
+
type: string;
|
|
21013
|
+
})[];
|
|
21014
|
+
};
|
|
21015
|
+
type: string;
|
|
21016
|
+
};
|
|
20733
21017
|
pairing_code: {
|
|
20734
21018
|
maxLength: number;
|
|
20735
21019
|
minLength: number;
|
|
@@ -23228,6 +23512,7 @@ declare const _default: {
|
|
|
23228
23512
|
format: string;
|
|
23229
23513
|
type: string;
|
|
23230
23514
|
};
|
|
23515
|
+
minItems: number;
|
|
23231
23516
|
type: string;
|
|
23232
23517
|
};
|
|
23233
23518
|
location_id: {
|
|
@@ -23286,6 +23571,77 @@ declare const _default: {
|
|
|
23286
23571
|
'x-title': string;
|
|
23287
23572
|
'x-undocumented': string;
|
|
23288
23573
|
};
|
|
23574
|
+
put: {
|
|
23575
|
+
description: string;
|
|
23576
|
+
operationId: string;
|
|
23577
|
+
requestBody: {
|
|
23578
|
+
content: {
|
|
23579
|
+
'application/json': {
|
|
23580
|
+
schema: {
|
|
23581
|
+
properties: {
|
|
23582
|
+
device_ids: {
|
|
23583
|
+
items: {
|
|
23584
|
+
format: string;
|
|
23585
|
+
type: string;
|
|
23586
|
+
};
|
|
23587
|
+
minItems: number;
|
|
23588
|
+
type: string;
|
|
23589
|
+
};
|
|
23590
|
+
location_id: {
|
|
23591
|
+
format: string;
|
|
23592
|
+
type: string;
|
|
23593
|
+
};
|
|
23594
|
+
};
|
|
23595
|
+
required: string[];
|
|
23596
|
+
type: string;
|
|
23597
|
+
};
|
|
23598
|
+
};
|
|
23599
|
+
};
|
|
23600
|
+
};
|
|
23601
|
+
responses: {
|
|
23602
|
+
200: {
|
|
23603
|
+
content: {
|
|
23604
|
+
'application/json': {
|
|
23605
|
+
schema: {
|
|
23606
|
+
properties: {
|
|
23607
|
+
ok: {
|
|
23608
|
+
type: string;
|
|
23609
|
+
};
|
|
23610
|
+
};
|
|
23611
|
+
required: string[];
|
|
23612
|
+
type: string;
|
|
23613
|
+
};
|
|
23614
|
+
};
|
|
23615
|
+
};
|
|
23616
|
+
description: string;
|
|
23617
|
+
};
|
|
23618
|
+
400: {
|
|
23619
|
+
description: string;
|
|
23620
|
+
};
|
|
23621
|
+
401: {
|
|
23622
|
+
description: string;
|
|
23623
|
+
};
|
|
23624
|
+
};
|
|
23625
|
+
security: ({
|
|
23626
|
+
pat_with_workspace: never[];
|
|
23627
|
+
console_session_with_workspace?: never;
|
|
23628
|
+
api_key?: never;
|
|
23629
|
+
} | {
|
|
23630
|
+
console_session_with_workspace: never[];
|
|
23631
|
+
pat_with_workspace?: never;
|
|
23632
|
+
api_key?: never;
|
|
23633
|
+
} | {
|
|
23634
|
+
api_key: never[];
|
|
23635
|
+
pat_with_workspace?: never;
|
|
23636
|
+
console_session_with_workspace?: never;
|
|
23637
|
+
})[];
|
|
23638
|
+
summary: string;
|
|
23639
|
+
tags: never[];
|
|
23640
|
+
'x-fern-ignore': boolean;
|
|
23641
|
+
'x-response-key': null;
|
|
23642
|
+
'x-title': string;
|
|
23643
|
+
'x-undocumented': string;
|
|
23644
|
+
};
|
|
23289
23645
|
};
|
|
23290
23646
|
'/unstable_locations/create': {
|
|
23291
23647
|
post: {
|
|
@@ -23360,6 +23716,10 @@ declare const _default: {
|
|
|
23360
23716
|
format: string;
|
|
23361
23717
|
type: string;
|
|
23362
23718
|
};
|
|
23719
|
+
name: {
|
|
23720
|
+
description: string;
|
|
23721
|
+
type: string;
|
|
23722
|
+
};
|
|
23363
23723
|
time_zone: {
|
|
23364
23724
|
description: string;
|
|
23365
23725
|
type: string;
|
|
@@ -23537,6 +23897,10 @@ declare const _default: {
|
|
|
23537
23897
|
format: string;
|
|
23538
23898
|
type: string;
|
|
23539
23899
|
};
|
|
23900
|
+
name: {
|
|
23901
|
+
description: string;
|
|
23902
|
+
type: string;
|
|
23903
|
+
};
|
|
23540
23904
|
time_zone: {
|
|
23541
23905
|
description: string;
|
|
23542
23906
|
type: string;
|
|
@@ -23633,6 +23997,10 @@ declare const _default: {
|
|
|
23633
23997
|
format: string;
|
|
23634
23998
|
type: string;
|
|
23635
23999
|
};
|
|
24000
|
+
name: {
|
|
24001
|
+
description: string;
|
|
24002
|
+
type: string;
|
|
24003
|
+
};
|
|
23636
24004
|
time_zone: {
|
|
23637
24005
|
description: string;
|
|
23638
24006
|
type: string;
|
|
@@ -23727,6 +24095,10 @@ declare const _default: {
|
|
|
23727
24095
|
format: string;
|
|
23728
24096
|
type: string;
|
|
23729
24097
|
};
|
|
24098
|
+
name: {
|
|
24099
|
+
description: string;
|
|
24100
|
+
type: string;
|
|
24101
|
+
};
|
|
23730
24102
|
time_zone: {
|
|
23731
24103
|
description: string;
|
|
23732
24104
|
type: string;
|
|
@@ -23857,6 +24229,137 @@ declare const _default: {
|
|
|
23857
24229
|
};
|
|
23858
24230
|
};
|
|
23859
24231
|
'/unstable_locations/update': {
|
|
24232
|
+
patch: {
|
|
24233
|
+
description: string;
|
|
24234
|
+
operationId: string;
|
|
24235
|
+
requestBody: {
|
|
24236
|
+
content: {
|
|
24237
|
+
'application/json': {
|
|
24238
|
+
schema: {
|
|
24239
|
+
properties: {
|
|
24240
|
+
geolocation: {
|
|
24241
|
+
properties: {
|
|
24242
|
+
latitude: {
|
|
24243
|
+
format: string;
|
|
24244
|
+
type: string;
|
|
24245
|
+
};
|
|
24246
|
+
longitude: {
|
|
24247
|
+
format: string;
|
|
24248
|
+
type: string;
|
|
24249
|
+
};
|
|
24250
|
+
};
|
|
24251
|
+
required: string[];
|
|
24252
|
+
type: string;
|
|
24253
|
+
};
|
|
24254
|
+
location_id: {
|
|
24255
|
+
format: string;
|
|
24256
|
+
type: string;
|
|
24257
|
+
};
|
|
24258
|
+
name: {
|
|
24259
|
+
type: string;
|
|
24260
|
+
};
|
|
24261
|
+
time_zone: {
|
|
24262
|
+
type: string;
|
|
24263
|
+
};
|
|
24264
|
+
};
|
|
24265
|
+
required: string[];
|
|
24266
|
+
type: string;
|
|
24267
|
+
};
|
|
24268
|
+
};
|
|
24269
|
+
};
|
|
24270
|
+
};
|
|
24271
|
+
responses: {
|
|
24272
|
+
200: {
|
|
24273
|
+
content: {
|
|
24274
|
+
'application/json': {
|
|
24275
|
+
schema: {
|
|
24276
|
+
properties: {
|
|
24277
|
+
location: {
|
|
24278
|
+
properties: {
|
|
24279
|
+
created_at: {
|
|
24280
|
+
description: string;
|
|
24281
|
+
format: string;
|
|
24282
|
+
type: string;
|
|
24283
|
+
};
|
|
24284
|
+
display_name: {
|
|
24285
|
+
description: string;
|
|
24286
|
+
type: string;
|
|
24287
|
+
};
|
|
24288
|
+
geolocation: {
|
|
24289
|
+
description: string;
|
|
24290
|
+
properties: {
|
|
24291
|
+
latitude: {
|
|
24292
|
+
format: string;
|
|
24293
|
+
type: string;
|
|
24294
|
+
};
|
|
24295
|
+
longitude: {
|
|
24296
|
+
format: string;
|
|
24297
|
+
type: string;
|
|
24298
|
+
};
|
|
24299
|
+
};
|
|
24300
|
+
required: string[];
|
|
24301
|
+
type: string;
|
|
24302
|
+
};
|
|
24303
|
+
location_id: {
|
|
24304
|
+
description: string;
|
|
24305
|
+
format: string;
|
|
24306
|
+
type: string;
|
|
24307
|
+
};
|
|
24308
|
+
name: {
|
|
24309
|
+
description: string;
|
|
24310
|
+
type: string;
|
|
24311
|
+
};
|
|
24312
|
+
time_zone: {
|
|
24313
|
+
description: string;
|
|
24314
|
+
type: string;
|
|
24315
|
+
};
|
|
24316
|
+
workspace_id: {
|
|
24317
|
+
description: string;
|
|
24318
|
+
format: string;
|
|
24319
|
+
type: string;
|
|
24320
|
+
};
|
|
24321
|
+
};
|
|
24322
|
+
required: string[];
|
|
24323
|
+
type: string;
|
|
24324
|
+
};
|
|
24325
|
+
ok: {
|
|
24326
|
+
type: string;
|
|
24327
|
+
};
|
|
24328
|
+
};
|
|
24329
|
+
required: string[];
|
|
24330
|
+
type: string;
|
|
24331
|
+
};
|
|
24332
|
+
};
|
|
24333
|
+
};
|
|
24334
|
+
description: string;
|
|
24335
|
+
};
|
|
24336
|
+
400: {
|
|
24337
|
+
description: string;
|
|
24338
|
+
};
|
|
24339
|
+
401: {
|
|
24340
|
+
description: string;
|
|
24341
|
+
};
|
|
24342
|
+
};
|
|
24343
|
+
security: ({
|
|
24344
|
+
pat_with_workspace: never[];
|
|
24345
|
+
console_session_with_workspace?: never;
|
|
24346
|
+
api_key?: never;
|
|
24347
|
+
} | {
|
|
24348
|
+
console_session_with_workspace: never[];
|
|
24349
|
+
pat_with_workspace?: never;
|
|
24350
|
+
api_key?: never;
|
|
24351
|
+
} | {
|
|
24352
|
+
api_key: never[];
|
|
24353
|
+
pat_with_workspace?: never;
|
|
24354
|
+
console_session_with_workspace?: never;
|
|
24355
|
+
})[];
|
|
24356
|
+
summary: string;
|
|
24357
|
+
tags: never[];
|
|
24358
|
+
'x-fern-ignore': boolean;
|
|
24359
|
+
'x-response-key': string;
|
|
24360
|
+
'x-title': string;
|
|
24361
|
+
'x-undocumented': string;
|
|
24362
|
+
};
|
|
23860
24363
|
post: {
|
|
23861
24364
|
description: string;
|
|
23862
24365
|
operationId: string;
|
|
@@ -23933,6 +24436,10 @@ declare const _default: {
|
|
|
23933
24436
|
format: string;
|
|
23934
24437
|
type: string;
|
|
23935
24438
|
};
|
|
24439
|
+
name: {
|
|
24440
|
+
description: string;
|
|
24441
|
+
type: string;
|
|
24442
|
+
};
|
|
23936
24443
|
time_zone: {
|
|
23937
24444
|
description: string;
|
|
23938
24445
|
type: string;
|