@seamapi/types 1.410.1 → 1.410.2
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 +653 -304
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +447 -111
- package/lib/seam/connect/openapi.d.ts +254 -0
- package/lib/seam/connect/openapi.js +632 -283
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +193 -111
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +763 -294
- package/src/lib/seam/connect/route-types.ts +193 -111
|
@@ -12934,22 +12934,32 @@ declare const _default: {
|
|
|
12934
12934
|
};
|
|
12935
12935
|
security: ({
|
|
12936
12936
|
client_session: never[];
|
|
12937
|
+
client_session_with_customer?: never;
|
|
12938
|
+
pat_with_workspace?: never;
|
|
12939
|
+
console_session_with_workspace?: never;
|
|
12940
|
+
api_key?: never;
|
|
12941
|
+
} | {
|
|
12942
|
+
client_session_with_customer: never[];
|
|
12943
|
+
client_session?: never;
|
|
12937
12944
|
pat_with_workspace?: never;
|
|
12938
12945
|
console_session_with_workspace?: never;
|
|
12939
12946
|
api_key?: never;
|
|
12940
12947
|
} | {
|
|
12941
12948
|
pat_with_workspace: never[];
|
|
12942
12949
|
client_session?: never;
|
|
12950
|
+
client_session_with_customer?: never;
|
|
12943
12951
|
console_session_with_workspace?: never;
|
|
12944
12952
|
api_key?: never;
|
|
12945
12953
|
} | {
|
|
12946
12954
|
console_session_with_workspace: never[];
|
|
12947
12955
|
client_session?: never;
|
|
12956
|
+
client_session_with_customer?: never;
|
|
12948
12957
|
pat_with_workspace?: never;
|
|
12949
12958
|
api_key?: never;
|
|
12950
12959
|
} | {
|
|
12951
12960
|
api_key: never[];
|
|
12952
12961
|
client_session?: never;
|
|
12962
|
+
client_session_with_customer?: never;
|
|
12953
12963
|
pat_with_workspace?: never;
|
|
12954
12964
|
console_session_with_workspace?: never;
|
|
12955
12965
|
})[];
|
|
@@ -13089,22 +13099,32 @@ declare const _default: {
|
|
|
13089
13099
|
};
|
|
13090
13100
|
security: ({
|
|
13091
13101
|
client_session: never[];
|
|
13102
|
+
client_session_with_customer?: never;
|
|
13103
|
+
pat_with_workspace?: never;
|
|
13104
|
+
console_session_with_workspace?: never;
|
|
13105
|
+
api_key?: never;
|
|
13106
|
+
} | {
|
|
13107
|
+
client_session_with_customer: never[];
|
|
13108
|
+
client_session?: never;
|
|
13092
13109
|
pat_with_workspace?: never;
|
|
13093
13110
|
console_session_with_workspace?: never;
|
|
13094
13111
|
api_key?: never;
|
|
13095
13112
|
} | {
|
|
13096
13113
|
pat_with_workspace: never[];
|
|
13097
13114
|
client_session?: never;
|
|
13115
|
+
client_session_with_customer?: never;
|
|
13098
13116
|
console_session_with_workspace?: never;
|
|
13099
13117
|
api_key?: never;
|
|
13100
13118
|
} | {
|
|
13101
13119
|
console_session_with_workspace: never[];
|
|
13102
13120
|
client_session?: never;
|
|
13121
|
+
client_session_with_customer?: never;
|
|
13103
13122
|
pat_with_workspace?: never;
|
|
13104
13123
|
api_key?: never;
|
|
13105
13124
|
} | {
|
|
13106
13125
|
api_key: never[];
|
|
13107
13126
|
client_session?: never;
|
|
13127
|
+
client_session_with_customer?: never;
|
|
13108
13128
|
pat_with_workspace?: never;
|
|
13109
13129
|
console_session_with_workspace?: never;
|
|
13110
13130
|
})[];
|
|
@@ -13245,22 +13265,32 @@ declare const _default: {
|
|
|
13245
13265
|
};
|
|
13246
13266
|
security: ({
|
|
13247
13267
|
client_session: never[];
|
|
13268
|
+
client_session_with_customer?: never;
|
|
13269
|
+
pat_with_workspace?: never;
|
|
13270
|
+
console_session_with_workspace?: never;
|
|
13271
|
+
api_key?: never;
|
|
13272
|
+
} | {
|
|
13273
|
+
client_session_with_customer: never[];
|
|
13274
|
+
client_session?: never;
|
|
13248
13275
|
pat_with_workspace?: never;
|
|
13249
13276
|
console_session_with_workspace?: never;
|
|
13250
13277
|
api_key?: never;
|
|
13251
13278
|
} | {
|
|
13252
13279
|
pat_with_workspace: never[];
|
|
13253
13280
|
client_session?: never;
|
|
13281
|
+
client_session_with_customer?: never;
|
|
13254
13282
|
console_session_with_workspace?: never;
|
|
13255
13283
|
api_key?: never;
|
|
13256
13284
|
} | {
|
|
13257
13285
|
console_session_with_workspace: never[];
|
|
13258
13286
|
client_session?: never;
|
|
13287
|
+
client_session_with_customer?: never;
|
|
13259
13288
|
pat_with_workspace?: never;
|
|
13260
13289
|
api_key?: never;
|
|
13261
13290
|
} | {
|
|
13262
13291
|
api_key: never[];
|
|
13263
13292
|
client_session?: never;
|
|
13293
|
+
client_session_with_customer?: never;
|
|
13264
13294
|
pat_with_workspace?: never;
|
|
13265
13295
|
console_session_with_workspace?: never;
|
|
13266
13296
|
})[];
|
|
@@ -20943,22 +20973,32 @@ declare const _default: {
|
|
|
20943
20973
|
};
|
|
20944
20974
|
security: ({
|
|
20945
20975
|
client_session: never[];
|
|
20976
|
+
client_session_with_customer?: never;
|
|
20977
|
+
api_key?: never;
|
|
20978
|
+
pat_with_workspace?: never;
|
|
20979
|
+
console_session_with_workspace?: never;
|
|
20980
|
+
} | {
|
|
20981
|
+
client_session_with_customer: never[];
|
|
20982
|
+
client_session?: never;
|
|
20946
20983
|
api_key?: never;
|
|
20947
20984
|
pat_with_workspace?: never;
|
|
20948
20985
|
console_session_with_workspace?: never;
|
|
20949
20986
|
} | {
|
|
20950
20987
|
api_key: never[];
|
|
20951
20988
|
client_session?: never;
|
|
20989
|
+
client_session_with_customer?: never;
|
|
20952
20990
|
pat_with_workspace?: never;
|
|
20953
20991
|
console_session_with_workspace?: never;
|
|
20954
20992
|
} | {
|
|
20955
20993
|
pat_with_workspace: never[];
|
|
20956
20994
|
client_session?: never;
|
|
20995
|
+
client_session_with_customer?: never;
|
|
20957
20996
|
api_key?: never;
|
|
20958
20997
|
console_session_with_workspace?: never;
|
|
20959
20998
|
} | {
|
|
20960
20999
|
console_session_with_workspace: never[];
|
|
20961
21000
|
client_session?: never;
|
|
21001
|
+
client_session_with_customer?: never;
|
|
20962
21002
|
api_key?: never;
|
|
20963
21003
|
pat_with_workspace?: never;
|
|
20964
21004
|
})[];
|
|
@@ -21724,14 +21764,22 @@ declare const _default: {
|
|
|
21724
21764
|
api_key: never[];
|
|
21725
21765
|
pat_with_workspace?: never;
|
|
21726
21766
|
console_session_with_workspace?: never;
|
|
21767
|
+
client_session_with_customer?: never;
|
|
21727
21768
|
} | {
|
|
21728
21769
|
pat_with_workspace: never[];
|
|
21729
21770
|
api_key?: never;
|
|
21730
21771
|
console_session_with_workspace?: never;
|
|
21772
|
+
client_session_with_customer?: never;
|
|
21731
21773
|
} | {
|
|
21732
21774
|
console_session_with_workspace: never[];
|
|
21733
21775
|
api_key?: never;
|
|
21734
21776
|
pat_with_workspace?: never;
|
|
21777
|
+
client_session_with_customer?: never;
|
|
21778
|
+
} | {
|
|
21779
|
+
client_session_with_customer: never[];
|
|
21780
|
+
api_key?: never;
|
|
21781
|
+
pat_with_workspace?: never;
|
|
21782
|
+
console_session_with_workspace?: never;
|
|
21735
21783
|
})[];
|
|
21736
21784
|
summary: string;
|
|
21737
21785
|
tags: string[];
|
|
@@ -21790,14 +21838,22 @@ declare const _default: {
|
|
|
21790
21838
|
api_key: never[];
|
|
21791
21839
|
pat_with_workspace?: never;
|
|
21792
21840
|
console_session_with_workspace?: never;
|
|
21841
|
+
client_session_with_customer?: never;
|
|
21793
21842
|
} | {
|
|
21794
21843
|
pat_with_workspace: never[];
|
|
21795
21844
|
api_key?: never;
|
|
21796
21845
|
console_session_with_workspace?: never;
|
|
21846
|
+
client_session_with_customer?: never;
|
|
21797
21847
|
} | {
|
|
21798
21848
|
console_session_with_workspace: never[];
|
|
21799
21849
|
api_key?: never;
|
|
21800
21850
|
pat_with_workspace?: never;
|
|
21851
|
+
client_session_with_customer?: never;
|
|
21852
|
+
} | {
|
|
21853
|
+
client_session_with_customer: never[];
|
|
21854
|
+
api_key?: never;
|
|
21855
|
+
pat_with_workspace?: never;
|
|
21856
|
+
console_session_with_workspace?: never;
|
|
21801
21857
|
})[];
|
|
21802
21858
|
summary: string;
|
|
21803
21859
|
tags: string[];
|
|
@@ -21856,14 +21912,22 @@ declare const _default: {
|
|
|
21856
21912
|
api_key: never[];
|
|
21857
21913
|
pat_with_workspace?: never;
|
|
21858
21914
|
console_session_with_workspace?: never;
|
|
21915
|
+
client_session_with_customer?: never;
|
|
21859
21916
|
} | {
|
|
21860
21917
|
pat_with_workspace: never[];
|
|
21861
21918
|
api_key?: never;
|
|
21862
21919
|
console_session_with_workspace?: never;
|
|
21920
|
+
client_session_with_customer?: never;
|
|
21863
21921
|
} | {
|
|
21864
21922
|
console_session_with_workspace: never[];
|
|
21865
21923
|
api_key?: never;
|
|
21866
21924
|
pat_with_workspace?: never;
|
|
21925
|
+
client_session_with_customer?: never;
|
|
21926
|
+
} | {
|
|
21927
|
+
client_session_with_customer: never[];
|
|
21928
|
+
api_key?: never;
|
|
21929
|
+
pat_with_workspace?: never;
|
|
21930
|
+
console_session_with_workspace?: never;
|
|
21867
21931
|
})[];
|
|
21868
21932
|
summary: string;
|
|
21869
21933
|
tags: string[];
|
|
@@ -22358,21 +22422,31 @@ declare const _default: {
|
|
|
22358
22422
|
pat_with_workspace?: never;
|
|
22359
22423
|
console_session_with_workspace?: never;
|
|
22360
22424
|
client_session?: never;
|
|
22425
|
+
client_session_with_customer?: never;
|
|
22361
22426
|
} | {
|
|
22362
22427
|
pat_with_workspace: never[];
|
|
22363
22428
|
api_key?: never;
|
|
22364
22429
|
console_session_with_workspace?: never;
|
|
22365
22430
|
client_session?: never;
|
|
22431
|
+
client_session_with_customer?: never;
|
|
22366
22432
|
} | {
|
|
22367
22433
|
console_session_with_workspace: never[];
|
|
22368
22434
|
api_key?: never;
|
|
22369
22435
|
pat_with_workspace?: never;
|
|
22370
22436
|
client_session?: never;
|
|
22437
|
+
client_session_with_customer?: never;
|
|
22371
22438
|
} | {
|
|
22372
22439
|
client_session: never[];
|
|
22373
22440
|
api_key?: never;
|
|
22374
22441
|
pat_with_workspace?: never;
|
|
22375
22442
|
console_session_with_workspace?: never;
|
|
22443
|
+
client_session_with_customer?: never;
|
|
22444
|
+
} | {
|
|
22445
|
+
client_session_with_customer: never[];
|
|
22446
|
+
api_key?: never;
|
|
22447
|
+
pat_with_workspace?: never;
|
|
22448
|
+
console_session_with_workspace?: never;
|
|
22449
|
+
client_session?: never;
|
|
22376
22450
|
})[];
|
|
22377
22451
|
summary: string;
|
|
22378
22452
|
tags: string[];
|
|
@@ -22463,21 +22537,31 @@ declare const _default: {
|
|
|
22463
22537
|
pat_with_workspace?: never;
|
|
22464
22538
|
console_session_with_workspace?: never;
|
|
22465
22539
|
client_session?: never;
|
|
22540
|
+
client_session_with_customer?: never;
|
|
22466
22541
|
} | {
|
|
22467
22542
|
pat_with_workspace: never[];
|
|
22468
22543
|
api_key?: never;
|
|
22469
22544
|
console_session_with_workspace?: never;
|
|
22470
22545
|
client_session?: never;
|
|
22546
|
+
client_session_with_customer?: never;
|
|
22471
22547
|
} | {
|
|
22472
22548
|
console_session_with_workspace: never[];
|
|
22473
22549
|
api_key?: never;
|
|
22474
22550
|
pat_with_workspace?: never;
|
|
22475
22551
|
client_session?: never;
|
|
22552
|
+
client_session_with_customer?: never;
|
|
22476
22553
|
} | {
|
|
22477
22554
|
client_session: never[];
|
|
22478
22555
|
api_key?: never;
|
|
22479
22556
|
pat_with_workspace?: never;
|
|
22480
22557
|
console_session_with_workspace?: never;
|
|
22558
|
+
client_session_with_customer?: never;
|
|
22559
|
+
} | {
|
|
22560
|
+
client_session_with_customer: never[];
|
|
22561
|
+
api_key?: never;
|
|
22562
|
+
pat_with_workspace?: never;
|
|
22563
|
+
console_session_with_workspace?: never;
|
|
22564
|
+
client_session?: never;
|
|
22481
22565
|
})[];
|
|
22482
22566
|
summary: string;
|
|
22483
22567
|
tags: string[];
|
|
@@ -22551,21 +22635,31 @@ declare const _default: {
|
|
|
22551
22635
|
api_key?: never;
|
|
22552
22636
|
pat_with_workspace?: never;
|
|
22553
22637
|
console_session_with_workspace?: never;
|
|
22638
|
+
client_session_with_customer?: never;
|
|
22554
22639
|
} | {
|
|
22555
22640
|
api_key: never[];
|
|
22556
22641
|
client_session?: never;
|
|
22557
22642
|
pat_with_workspace?: never;
|
|
22558
22643
|
console_session_with_workspace?: never;
|
|
22644
|
+
client_session_with_customer?: never;
|
|
22559
22645
|
} | {
|
|
22560
22646
|
pat_with_workspace: never[];
|
|
22561
22647
|
client_session?: never;
|
|
22562
22648
|
api_key?: never;
|
|
22563
22649
|
console_session_with_workspace?: never;
|
|
22650
|
+
client_session_with_customer?: never;
|
|
22564
22651
|
} | {
|
|
22565
22652
|
console_session_with_workspace: never[];
|
|
22566
22653
|
client_session?: never;
|
|
22567
22654
|
api_key?: never;
|
|
22568
22655
|
pat_with_workspace?: never;
|
|
22656
|
+
client_session_with_customer?: never;
|
|
22657
|
+
} | {
|
|
22658
|
+
client_session_with_customer: never[];
|
|
22659
|
+
client_session?: never;
|
|
22660
|
+
api_key?: never;
|
|
22661
|
+
pat_with_workspace?: never;
|
|
22662
|
+
console_session_with_workspace?: never;
|
|
22569
22663
|
})[];
|
|
22570
22664
|
summary: string;
|
|
22571
22665
|
tags: string[];
|
|
@@ -24814,12 +24908,15 @@ declare const _default: {
|
|
|
24814
24908
|
schema: {
|
|
24815
24909
|
properties: {
|
|
24816
24910
|
bridge_client_machine_identifier_key: {
|
|
24911
|
+
description: string;
|
|
24817
24912
|
type: string;
|
|
24818
24913
|
};
|
|
24819
24914
|
bridge_client_name: {
|
|
24915
|
+
description: string;
|
|
24820
24916
|
type: string;
|
|
24821
24917
|
};
|
|
24822
24918
|
bridge_client_time_zone: {
|
|
24919
|
+
description: string;
|
|
24823
24920
|
type: string;
|
|
24824
24921
|
};
|
|
24825
24922
|
};
|
|
@@ -25701,10 +25798,12 @@ declare const _default: {
|
|
|
25701
25798
|
schema: {
|
|
25702
25799
|
properties: {
|
|
25703
25800
|
is_tailscale_connected: {
|
|
25801
|
+
description: string;
|
|
25704
25802
|
nullable: boolean;
|
|
25705
25803
|
type: string;
|
|
25706
25804
|
};
|
|
25707
25805
|
tailscale_ip_v4: {
|
|
25806
|
+
description: string;
|
|
25708
25807
|
nullable: boolean;
|
|
25709
25808
|
type: string;
|
|
25710
25809
|
};
|
|
@@ -26038,9 +26137,11 @@ declare const _default: {
|
|
|
26038
26137
|
schema: {
|
|
26039
26138
|
properties: {
|
|
26040
26139
|
custom_sdk_installation_id: {
|
|
26140
|
+
description: string;
|
|
26041
26141
|
type: string;
|
|
26042
26142
|
};
|
|
26043
26143
|
phone_device_metadata: {
|
|
26144
|
+
description: string;
|
|
26044
26145
|
properties: {
|
|
26045
26146
|
manufacturer: {
|
|
26046
26147
|
type: string;
|
|
@@ -26055,6 +26156,7 @@ declare const _default: {
|
|
|
26055
26156
|
type: string;
|
|
26056
26157
|
};
|
|
26057
26158
|
phone_os: {
|
|
26159
|
+
description: string;
|
|
26058
26160
|
enum: string[];
|
|
26059
26161
|
type: string;
|
|
26060
26162
|
};
|
|
@@ -26115,6 +26217,7 @@ declare const _default: {
|
|
|
26115
26217
|
schema: {
|
|
26116
26218
|
properties: {
|
|
26117
26219
|
collection_key: {
|
|
26220
|
+
description: string;
|
|
26118
26221
|
type: string;
|
|
26119
26222
|
};
|
|
26120
26223
|
};
|
|
@@ -26332,6 +26435,7 @@ declare const _default: {
|
|
|
26332
26435
|
schema: {
|
|
26333
26436
|
properties: {
|
|
26334
26437
|
acs_entrance_ids: {
|
|
26438
|
+
description: string;
|
|
26335
26439
|
items: {
|
|
26336
26440
|
format: string;
|
|
26337
26441
|
type: string;
|
|
@@ -26340,6 +26444,7 @@ declare const _default: {
|
|
|
26340
26444
|
type: string;
|
|
26341
26445
|
};
|
|
26342
26446
|
space_id: {
|
|
26447
|
+
description: string;
|
|
26343
26448
|
format: string;
|
|
26344
26449
|
type: string;
|
|
26345
26450
|
};
|
|
@@ -26404,6 +26509,7 @@ declare const _default: {
|
|
|
26404
26509
|
schema: {
|
|
26405
26510
|
properties: {
|
|
26406
26511
|
acs_entrance_ids: {
|
|
26512
|
+
description: string;
|
|
26407
26513
|
items: {
|
|
26408
26514
|
format: string;
|
|
26409
26515
|
type: string;
|
|
@@ -26412,6 +26518,7 @@ declare const _default: {
|
|
|
26412
26518
|
type: string;
|
|
26413
26519
|
};
|
|
26414
26520
|
space_id: {
|
|
26521
|
+
description: string;
|
|
26415
26522
|
format: string;
|
|
26416
26523
|
type: string;
|
|
26417
26524
|
};
|
|
@@ -26477,6 +26584,7 @@ declare const _default: {
|
|
|
26477
26584
|
schema: {
|
|
26478
26585
|
properties: {
|
|
26479
26586
|
device_ids: {
|
|
26587
|
+
description: string;
|
|
26480
26588
|
items: {
|
|
26481
26589
|
format: string;
|
|
26482
26590
|
type: string;
|
|
@@ -26485,6 +26593,7 @@ declare const _default: {
|
|
|
26485
26593
|
type: string;
|
|
26486
26594
|
};
|
|
26487
26595
|
space_id: {
|
|
26596
|
+
description: string;
|
|
26488
26597
|
format: string;
|
|
26489
26598
|
type: string;
|
|
26490
26599
|
};
|
|
@@ -26549,6 +26658,7 @@ declare const _default: {
|
|
|
26549
26658
|
schema: {
|
|
26550
26659
|
properties: {
|
|
26551
26660
|
device_ids: {
|
|
26661
|
+
description: string;
|
|
26552
26662
|
items: {
|
|
26553
26663
|
format: string;
|
|
26554
26664
|
type: string;
|
|
@@ -26557,6 +26667,7 @@ declare const _default: {
|
|
|
26557
26667
|
type: string;
|
|
26558
26668
|
};
|
|
26559
26669
|
space_id: {
|
|
26670
|
+
description: string;
|
|
26560
26671
|
format: string;
|
|
26561
26672
|
type: string;
|
|
26562
26673
|
};
|
|
@@ -26622,6 +26733,7 @@ declare const _default: {
|
|
|
26622
26733
|
schema: {
|
|
26623
26734
|
properties: {
|
|
26624
26735
|
acs_entrance_ids: {
|
|
26736
|
+
description: string;
|
|
26625
26737
|
items: {
|
|
26626
26738
|
format: string;
|
|
26627
26739
|
type: string;
|
|
@@ -26629,6 +26741,7 @@ declare const _default: {
|
|
|
26629
26741
|
type: string;
|
|
26630
26742
|
};
|
|
26631
26743
|
device_ids: {
|
|
26744
|
+
description: string;
|
|
26632
26745
|
items: {
|
|
26633
26746
|
format: string;
|
|
26634
26747
|
type: string;
|
|
@@ -26636,6 +26749,7 @@ declare const _default: {
|
|
|
26636
26749
|
type: string;
|
|
26637
26750
|
};
|
|
26638
26751
|
name: {
|
|
26752
|
+
description: string;
|
|
26639
26753
|
type: string;
|
|
26640
26754
|
};
|
|
26641
26755
|
};
|
|
@@ -26705,6 +26819,7 @@ declare const _default: {
|
|
|
26705
26819
|
schema: {
|
|
26706
26820
|
properties: {
|
|
26707
26821
|
space_id: {
|
|
26822
|
+
description: string;
|
|
26708
26823
|
format: string;
|
|
26709
26824
|
type: string;
|
|
26710
26825
|
};
|
|
@@ -26754,6 +26869,7 @@ declare const _default: {
|
|
|
26754
26869
|
})[];
|
|
26755
26870
|
summary: string;
|
|
26756
26871
|
tags: never[];
|
|
26872
|
+
'x-draft': string;
|
|
26757
26873
|
'x-fern-sdk-group-name': string[];
|
|
26758
26874
|
'x-fern-sdk-method-name': string;
|
|
26759
26875
|
'x-response-key': null;
|
|
@@ -26770,6 +26886,7 @@ declare const _default: {
|
|
|
26770
26886
|
schema: {
|
|
26771
26887
|
properties: {
|
|
26772
26888
|
space_id: {
|
|
26889
|
+
description: string;
|
|
26773
26890
|
format: string;
|
|
26774
26891
|
type: string;
|
|
26775
26892
|
};
|
|
@@ -26822,6 +26939,7 @@ declare const _default: {
|
|
|
26822
26939
|
})[];
|
|
26823
26940
|
summary: string;
|
|
26824
26941
|
tags: never[];
|
|
26942
|
+
'x-draft': string;
|
|
26825
26943
|
'x-fern-sdk-group-name': string[];
|
|
26826
26944
|
'x-fern-sdk-method-name': string;
|
|
26827
26945
|
'x-fern-sdk-return-value': string;
|
|
@@ -26949,6 +27067,7 @@ declare const _default: {
|
|
|
26949
27067
|
schema: {
|
|
26950
27068
|
properties: {
|
|
26951
27069
|
acs_entrance_ids: {
|
|
27070
|
+
description: string;
|
|
26952
27071
|
items: {
|
|
26953
27072
|
format: string;
|
|
26954
27073
|
type: string;
|
|
@@ -26956,6 +27075,7 @@ declare const _default: {
|
|
|
26956
27075
|
type: string;
|
|
26957
27076
|
};
|
|
26958
27077
|
space_id: {
|
|
27078
|
+
description: string;
|
|
26959
27079
|
format: string;
|
|
26960
27080
|
type: string;
|
|
26961
27081
|
};
|
|
@@ -27022,6 +27142,7 @@ declare const _default: {
|
|
|
27022
27142
|
schema: {
|
|
27023
27143
|
properties: {
|
|
27024
27144
|
device_ids: {
|
|
27145
|
+
description: string;
|
|
27025
27146
|
items: {
|
|
27026
27147
|
format: string;
|
|
27027
27148
|
type: string;
|
|
@@ -27029,6 +27150,7 @@ declare const _default: {
|
|
|
27029
27150
|
type: string;
|
|
27030
27151
|
};
|
|
27031
27152
|
space_id: {
|
|
27153
|
+
description: string;
|
|
27032
27154
|
format: string;
|
|
27033
27155
|
type: string;
|
|
27034
27156
|
};
|
|
@@ -27095,9 +27217,11 @@ declare const _default: {
|
|
|
27095
27217
|
schema: {
|
|
27096
27218
|
properties: {
|
|
27097
27219
|
name: {
|
|
27220
|
+
description: string;
|
|
27098
27221
|
type: string;
|
|
27099
27222
|
};
|
|
27100
27223
|
space_id: {
|
|
27224
|
+
description: string;
|
|
27101
27225
|
format: string;
|
|
27102
27226
|
type: string;
|
|
27103
27227
|
};
|
|
@@ -27164,9 +27288,11 @@ declare const _default: {
|
|
|
27164
27288
|
schema: {
|
|
27165
27289
|
properties: {
|
|
27166
27290
|
name: {
|
|
27291
|
+
description: string;
|
|
27167
27292
|
type: string;
|
|
27168
27293
|
};
|
|
27169
27294
|
space_id: {
|
|
27295
|
+
description: string;
|
|
27170
27296
|
format: string;
|
|
27171
27297
|
type: string;
|
|
27172
27298
|
};
|
|
@@ -31279,6 +31405,7 @@ declare const _default: {
|
|
|
31279
31405
|
schema: {
|
|
31280
31406
|
properties: {
|
|
31281
31407
|
acs_entrance_ids: {
|
|
31408
|
+
description: string;
|
|
31282
31409
|
items: {
|
|
31283
31410
|
format: string;
|
|
31284
31411
|
type: string;
|
|
@@ -31287,6 +31414,7 @@ declare const _default: {
|
|
|
31287
31414
|
type: string;
|
|
31288
31415
|
};
|
|
31289
31416
|
location_id: {
|
|
31417
|
+
description: string;
|
|
31290
31418
|
format: string;
|
|
31291
31419
|
type: string;
|
|
31292
31420
|
};
|
|
@@ -31351,6 +31479,7 @@ declare const _default: {
|
|
|
31351
31479
|
schema: {
|
|
31352
31480
|
properties: {
|
|
31353
31481
|
acs_entrance_ids: {
|
|
31482
|
+
description: string;
|
|
31354
31483
|
items: {
|
|
31355
31484
|
format: string;
|
|
31356
31485
|
type: string;
|
|
@@ -31359,6 +31488,7 @@ declare const _default: {
|
|
|
31359
31488
|
type: string;
|
|
31360
31489
|
};
|
|
31361
31490
|
location_id: {
|
|
31491
|
+
description: string;
|
|
31362
31492
|
format: string;
|
|
31363
31493
|
type: string;
|
|
31364
31494
|
};
|
|
@@ -31424,6 +31554,7 @@ declare const _default: {
|
|
|
31424
31554
|
schema: {
|
|
31425
31555
|
properties: {
|
|
31426
31556
|
device_ids: {
|
|
31557
|
+
description: string;
|
|
31427
31558
|
items: {
|
|
31428
31559
|
format: string;
|
|
31429
31560
|
type: string;
|
|
@@ -31432,6 +31563,7 @@ declare const _default: {
|
|
|
31432
31563
|
type: string;
|
|
31433
31564
|
};
|
|
31434
31565
|
location_id: {
|
|
31566
|
+
description: string;
|
|
31435
31567
|
format: string;
|
|
31436
31568
|
type: string;
|
|
31437
31569
|
};
|
|
@@ -31496,6 +31628,7 @@ declare const _default: {
|
|
|
31496
31628
|
schema: {
|
|
31497
31629
|
properties: {
|
|
31498
31630
|
device_ids: {
|
|
31631
|
+
description: string;
|
|
31499
31632
|
items: {
|
|
31500
31633
|
format: string;
|
|
31501
31634
|
type: string;
|
|
@@ -31504,6 +31637,7 @@ declare const _default: {
|
|
|
31504
31637
|
type: string;
|
|
31505
31638
|
};
|
|
31506
31639
|
location_id: {
|
|
31640
|
+
description: string;
|
|
31507
31641
|
format: string;
|
|
31508
31642
|
type: string;
|
|
31509
31643
|
};
|
|
@@ -31569,6 +31703,7 @@ declare const _default: {
|
|
|
31569
31703
|
schema: {
|
|
31570
31704
|
properties: {
|
|
31571
31705
|
acs_entrance_ids: {
|
|
31706
|
+
description: string;
|
|
31572
31707
|
items: {
|
|
31573
31708
|
format: string;
|
|
31574
31709
|
type: string;
|
|
@@ -31576,6 +31711,7 @@ declare const _default: {
|
|
|
31576
31711
|
type: string;
|
|
31577
31712
|
};
|
|
31578
31713
|
device_ids: {
|
|
31714
|
+
description: string;
|
|
31579
31715
|
items: {
|
|
31580
31716
|
format: string;
|
|
31581
31717
|
type: string;
|
|
@@ -31583,6 +31719,7 @@ declare const _default: {
|
|
|
31583
31719
|
type: string;
|
|
31584
31720
|
};
|
|
31585
31721
|
geolocation: {
|
|
31722
|
+
description: string;
|
|
31586
31723
|
properties: {
|
|
31587
31724
|
latitude: {
|
|
31588
31725
|
format: string;
|
|
@@ -31597,9 +31734,11 @@ declare const _default: {
|
|
|
31597
31734
|
type: string;
|
|
31598
31735
|
};
|
|
31599
31736
|
name: {
|
|
31737
|
+
description: string;
|
|
31600
31738
|
type: string;
|
|
31601
31739
|
};
|
|
31602
31740
|
time_zone: {
|
|
31741
|
+
description: string;
|
|
31603
31742
|
type: string;
|
|
31604
31743
|
};
|
|
31605
31744
|
};
|
|
@@ -31714,6 +31853,7 @@ declare const _default: {
|
|
|
31714
31853
|
schema: {
|
|
31715
31854
|
properties: {
|
|
31716
31855
|
location_id: {
|
|
31856
|
+
description: string;
|
|
31717
31857
|
format: string;
|
|
31718
31858
|
type: string;
|
|
31719
31859
|
};
|
|
@@ -31780,6 +31920,7 @@ declare const _default: {
|
|
|
31780
31920
|
schema: {
|
|
31781
31921
|
properties: {
|
|
31782
31922
|
location_id: {
|
|
31923
|
+
description: string;
|
|
31783
31924
|
format: string;
|
|
31784
31925
|
type: string;
|
|
31785
31926
|
};
|
|
@@ -32095,6 +32236,7 @@ declare const _default: {
|
|
|
32095
32236
|
schema: {
|
|
32096
32237
|
properties: {
|
|
32097
32238
|
acs_entrance_ids: {
|
|
32239
|
+
description: string;
|
|
32098
32240
|
items: {
|
|
32099
32241
|
format: string;
|
|
32100
32242
|
type: string;
|
|
@@ -32102,6 +32244,7 @@ declare const _default: {
|
|
|
32102
32244
|
type: string;
|
|
32103
32245
|
};
|
|
32104
32246
|
location_id: {
|
|
32247
|
+
description: string;
|
|
32105
32248
|
format: string;
|
|
32106
32249
|
type: string;
|
|
32107
32250
|
};
|
|
@@ -32168,6 +32311,7 @@ declare const _default: {
|
|
|
32168
32311
|
schema: {
|
|
32169
32312
|
properties: {
|
|
32170
32313
|
device_ids: {
|
|
32314
|
+
description: string;
|
|
32171
32315
|
items: {
|
|
32172
32316
|
format: string;
|
|
32173
32317
|
type: string;
|
|
@@ -32175,6 +32319,7 @@ declare const _default: {
|
|
|
32175
32319
|
type: string;
|
|
32176
32320
|
};
|
|
32177
32321
|
location_id: {
|
|
32322
|
+
description: string;
|
|
32178
32323
|
format: string;
|
|
32179
32324
|
type: string;
|
|
32180
32325
|
};
|
|
@@ -32241,6 +32386,7 @@ declare const _default: {
|
|
|
32241
32386
|
schema: {
|
|
32242
32387
|
properties: {
|
|
32243
32388
|
geolocation: {
|
|
32389
|
+
description: string;
|
|
32244
32390
|
properties: {
|
|
32245
32391
|
latitude: {
|
|
32246
32392
|
format: string;
|
|
@@ -32255,13 +32401,16 @@ declare const _default: {
|
|
|
32255
32401
|
type: string;
|
|
32256
32402
|
};
|
|
32257
32403
|
location_id: {
|
|
32404
|
+
description: string;
|
|
32258
32405
|
format: string;
|
|
32259
32406
|
type: string;
|
|
32260
32407
|
};
|
|
32261
32408
|
name: {
|
|
32409
|
+
description: string;
|
|
32262
32410
|
type: string;
|
|
32263
32411
|
};
|
|
32264
32412
|
time_zone: {
|
|
32413
|
+
description: string;
|
|
32265
32414
|
type: string;
|
|
32266
32415
|
};
|
|
32267
32416
|
};
|
|
@@ -32372,6 +32521,7 @@ declare const _default: {
|
|
|
32372
32521
|
schema: {
|
|
32373
32522
|
properties: {
|
|
32374
32523
|
geolocation: {
|
|
32524
|
+
description: string;
|
|
32375
32525
|
properties: {
|
|
32376
32526
|
latitude: {
|
|
32377
32527
|
format: string;
|
|
@@ -32386,13 +32536,16 @@ declare const _default: {
|
|
|
32386
32536
|
type: string;
|
|
32387
32537
|
};
|
|
32388
32538
|
location_id: {
|
|
32539
|
+
description: string;
|
|
32389
32540
|
format: string;
|
|
32390
32541
|
type: string;
|
|
32391
32542
|
};
|
|
32392
32543
|
name: {
|
|
32544
|
+
description: string;
|
|
32393
32545
|
type: string;
|
|
32394
32546
|
};
|
|
32395
32547
|
time_zone: {
|
|
32548
|
+
description: string;
|
|
32396
32549
|
type: string;
|
|
32397
32550
|
};
|
|
32398
32551
|
};
|
|
@@ -32507,6 +32660,7 @@ declare const _default: {
|
|
|
32507
32660
|
schema: {
|
|
32508
32661
|
properties: {
|
|
32509
32662
|
customer_key: {
|
|
32663
|
+
description: string;
|
|
32510
32664
|
type: string;
|
|
32511
32665
|
};
|
|
32512
32666
|
};
|
|
@@ -32577,10 +32731,12 @@ declare const _default: {
|
|
|
32577
32731
|
oneOf: ({
|
|
32578
32732
|
properties: {
|
|
32579
32733
|
building_block_type: {
|
|
32734
|
+
description: string;
|
|
32580
32735
|
enum: string[];
|
|
32581
32736
|
type: string;
|
|
32582
32737
|
};
|
|
32583
32738
|
customer_key: {
|
|
32739
|
+
description: string;
|
|
32584
32740
|
type: string;
|
|
32585
32741
|
};
|
|
32586
32742
|
partner_resources?: never;
|
|
@@ -32590,10 +32746,12 @@ declare const _default: {
|
|
|
32590
32746
|
} | {
|
|
32591
32747
|
properties: {
|
|
32592
32748
|
building_block_type: {
|
|
32749
|
+
description: string;
|
|
32593
32750
|
enum: string[];
|
|
32594
32751
|
type: string;
|
|
32595
32752
|
};
|
|
32596
32753
|
customer_key: {
|
|
32754
|
+
description: string;
|
|
32597
32755
|
type: string;
|
|
32598
32756
|
};
|
|
32599
32757
|
partner_resources: {
|
|
@@ -32691,6 +32849,7 @@ declare const _default: {
|
|
|
32691
32849
|
schema: {
|
|
32692
32850
|
properties: {
|
|
32693
32851
|
customer_key: {
|
|
32852
|
+
description: string;
|
|
32694
32853
|
type: string;
|
|
32695
32854
|
};
|
|
32696
32855
|
};
|
|
@@ -32760,9 +32919,11 @@ declare const _default: {
|
|
|
32760
32919
|
schema: {
|
|
32761
32920
|
properties: {
|
|
32762
32921
|
customer_key: {
|
|
32922
|
+
description: string;
|
|
32763
32923
|
type: string;
|
|
32764
32924
|
};
|
|
32765
32925
|
partner_resources: {
|
|
32926
|
+
description: string;
|
|
32766
32927
|
items: {
|
|
32767
32928
|
properties: {
|
|
32768
32929
|
custom_metadata: {
|
|
@@ -32863,6 +33024,7 @@ declare const _default: {
|
|
|
32863
33024
|
type: string;
|
|
32864
33025
|
};
|
|
32865
33026
|
customer_key: {
|
|
33027
|
+
description: string;
|
|
32866
33028
|
type: string;
|
|
32867
33029
|
};
|
|
32868
33030
|
description: {
|
|
@@ -32884,9 +33046,11 @@ declare const _default: {
|
|
|
32884
33046
|
type: string;
|
|
32885
33047
|
};
|
|
32886
33048
|
partner_resource_key: {
|
|
33049
|
+
description: string;
|
|
32887
33050
|
type: string;
|
|
32888
33051
|
};
|
|
32889
33052
|
partner_resource_type: {
|
|
33053
|
+
description: string;
|
|
32890
33054
|
type: string;
|
|
32891
33055
|
};
|
|
32892
33056
|
phone_number: {
|
|
@@ -32916,6 +33080,7 @@ declare const _default: {
|
|
|
32916
33080
|
type: string;
|
|
32917
33081
|
};
|
|
32918
33082
|
customer_key: {
|
|
33083
|
+
description: string;
|
|
32919
33084
|
type: string;
|
|
32920
33085
|
};
|
|
32921
33086
|
description: {
|
|
@@ -32937,9 +33102,11 @@ declare const _default: {
|
|
|
32937
33102
|
type: string;
|
|
32938
33103
|
};
|
|
32939
33104
|
partner_resource_key: {
|
|
33105
|
+
description: string;
|
|
32940
33106
|
type: string;
|
|
32941
33107
|
};
|
|
32942
33108
|
partner_resource_type: {
|
|
33109
|
+
description: string;
|
|
32943
33110
|
type: string;
|
|
32944
33111
|
};
|
|
32945
33112
|
phone_number: {
|
|
@@ -33955,6 +34122,7 @@ declare const _default: {
|
|
|
33955
34122
|
schema: {
|
|
33956
34123
|
properties: {
|
|
33957
34124
|
credential_manager_acs_system_id: {
|
|
34125
|
+
description: string;
|
|
33958
34126
|
format: string;
|
|
33959
34127
|
type: string;
|
|
33960
34128
|
};
|
|
@@ -34403,6 +34571,7 @@ declare const _default: {
|
|
|
34403
34571
|
};
|
|
34404
34572
|
'/user_identities/update': {
|
|
34405
34573
|
patch: {
|
|
34574
|
+
description: string;
|
|
34406
34575
|
operationId: string;
|
|
34407
34576
|
requestBody: {
|
|
34408
34577
|
content: {
|
|
@@ -34416,6 +34585,7 @@ declare const _default: {
|
|
|
34416
34585
|
type: string;
|
|
34417
34586
|
};
|
|
34418
34587
|
full_name: {
|
|
34588
|
+
description: string;
|
|
34419
34589
|
minLength: number;
|
|
34420
34590
|
nullable: boolean;
|
|
34421
34591
|
type: string;
|
|
@@ -34487,6 +34657,7 @@ declare const _default: {
|
|
|
34487
34657
|
'x-title': string;
|
|
34488
34658
|
};
|
|
34489
34659
|
post: {
|
|
34660
|
+
description: string;
|
|
34490
34661
|
operationId: string;
|
|
34491
34662
|
requestBody: {
|
|
34492
34663
|
content: {
|
|
@@ -34500,6 +34671,7 @@ declare const _default: {
|
|
|
34500
34671
|
type: string;
|
|
34501
34672
|
};
|
|
34502
34673
|
full_name: {
|
|
34674
|
+
description: string;
|
|
34503
34675
|
minLength: number;
|
|
34504
34676
|
nullable: boolean;
|
|
34505
34677
|
type: string;
|
|
@@ -34574,6 +34746,7 @@ declare const _default: {
|
|
|
34574
34746
|
};
|
|
34575
34747
|
'/webhooks/create': {
|
|
34576
34748
|
post: {
|
|
34749
|
+
description: string;
|
|
34577
34750
|
operationId: string;
|
|
34578
34751
|
requestBody: {
|
|
34579
34752
|
content: {
|
|
@@ -34582,12 +34755,14 @@ declare const _default: {
|
|
|
34582
34755
|
properties: {
|
|
34583
34756
|
event_types: {
|
|
34584
34757
|
default: string[];
|
|
34758
|
+
description: string;
|
|
34585
34759
|
items: {
|
|
34586
34760
|
type: string;
|
|
34587
34761
|
};
|
|
34588
34762
|
type: string;
|
|
34589
34763
|
};
|
|
34590
34764
|
url: {
|
|
34765
|
+
description: string;
|
|
34591
34766
|
format: string;
|
|
34592
34767
|
type: string;
|
|
34593
34768
|
};
|
|
@@ -34644,10 +34819,12 @@ declare const _default: {
|
|
|
34644
34819
|
'x-fern-sdk-method-name': string;
|
|
34645
34820
|
'x-fern-sdk-return-value': string;
|
|
34646
34821
|
'x-response-key': string;
|
|
34822
|
+
'x-title': string;
|
|
34647
34823
|
};
|
|
34648
34824
|
};
|
|
34649
34825
|
'/webhooks/delete': {
|
|
34650
34826
|
post: {
|
|
34827
|
+
description: string;
|
|
34651
34828
|
operationId: string;
|
|
34652
34829
|
requestBody: {
|
|
34653
34830
|
content: {
|
|
@@ -34655,6 +34832,7 @@ declare const _default: {
|
|
|
34655
34832
|
schema: {
|
|
34656
34833
|
properties: {
|
|
34657
34834
|
webhook_id: {
|
|
34835
|
+
description: string;
|
|
34658
34836
|
type: string;
|
|
34659
34837
|
};
|
|
34660
34838
|
};
|
|
@@ -34706,10 +34884,12 @@ declare const _default: {
|
|
|
34706
34884
|
'x-fern-sdk-group-name': string[];
|
|
34707
34885
|
'x-fern-sdk-method-name': string;
|
|
34708
34886
|
'x-response-key': null;
|
|
34887
|
+
'x-title': string;
|
|
34709
34888
|
};
|
|
34710
34889
|
};
|
|
34711
34890
|
'/webhooks/get': {
|
|
34712
34891
|
post: {
|
|
34892
|
+
description: string;
|
|
34713
34893
|
operationId: string;
|
|
34714
34894
|
requestBody: {
|
|
34715
34895
|
content: {
|
|
@@ -34717,6 +34897,7 @@ declare const _default: {
|
|
|
34717
34897
|
schema: {
|
|
34718
34898
|
properties: {
|
|
34719
34899
|
webhook_id: {
|
|
34900
|
+
description: string;
|
|
34720
34901
|
type: string;
|
|
34721
34902
|
};
|
|
34722
34903
|
};
|
|
@@ -34772,10 +34953,12 @@ declare const _default: {
|
|
|
34772
34953
|
'x-fern-sdk-method-name': string;
|
|
34773
34954
|
'x-fern-sdk-return-value': string;
|
|
34774
34955
|
'x-response-key': string;
|
|
34956
|
+
'x-title': string;
|
|
34775
34957
|
};
|
|
34776
34958
|
};
|
|
34777
34959
|
'/webhooks/list': {
|
|
34778
34960
|
get: {
|
|
34961
|
+
description: string;
|
|
34779
34962
|
operationId: string;
|
|
34780
34963
|
responses: {
|
|
34781
34964
|
200: {
|
|
@@ -34824,8 +35007,10 @@ declare const _default: {
|
|
|
34824
35007
|
tags: string[];
|
|
34825
35008
|
'x-fern-ignore': boolean;
|
|
34826
35009
|
'x-response-key': string;
|
|
35010
|
+
'x-title': string;
|
|
34827
35011
|
};
|
|
34828
35012
|
post: {
|
|
35013
|
+
description: string;
|
|
34829
35014
|
operationId: string;
|
|
34830
35015
|
responses: {
|
|
34831
35016
|
200: {
|
|
@@ -34876,10 +35061,12 @@ declare const _default: {
|
|
|
34876
35061
|
'x-fern-sdk-method-name': string;
|
|
34877
35062
|
'x-fern-sdk-return-value': string;
|
|
34878
35063
|
'x-response-key': string;
|
|
35064
|
+
'x-title': string;
|
|
34879
35065
|
};
|
|
34880
35066
|
};
|
|
34881
35067
|
'/webhooks/update': {
|
|
34882
35068
|
post: {
|
|
35069
|
+
description: string;
|
|
34883
35070
|
operationId: string;
|
|
34884
35071
|
requestBody: {
|
|
34885
35072
|
content: {
|
|
@@ -34887,12 +35074,14 @@ declare const _default: {
|
|
|
34887
35074
|
schema: {
|
|
34888
35075
|
properties: {
|
|
34889
35076
|
event_types: {
|
|
35077
|
+
description: string;
|
|
34890
35078
|
items: {
|
|
34891
35079
|
type: string;
|
|
34892
35080
|
};
|
|
34893
35081
|
type: string;
|
|
34894
35082
|
};
|
|
34895
35083
|
webhook_id: {
|
|
35084
|
+
description: string;
|
|
34896
35085
|
type: string;
|
|
34897
35086
|
};
|
|
34898
35087
|
};
|
|
@@ -34944,8 +35133,10 @@ declare const _default: {
|
|
|
34944
35133
|
'x-fern-sdk-group-name': string[];
|
|
34945
35134
|
'x-fern-sdk-method-name': string;
|
|
34946
35135
|
'x-response-key': null;
|
|
35136
|
+
'x-title': string;
|
|
34947
35137
|
};
|
|
34948
35138
|
put: {
|
|
35139
|
+
description: string;
|
|
34949
35140
|
operationId: string;
|
|
34950
35141
|
requestBody: {
|
|
34951
35142
|
content: {
|
|
@@ -34953,12 +35144,14 @@ declare const _default: {
|
|
|
34953
35144
|
schema: {
|
|
34954
35145
|
properties: {
|
|
34955
35146
|
event_types: {
|
|
35147
|
+
description: string;
|
|
34956
35148
|
items: {
|
|
34957
35149
|
type: string;
|
|
34958
35150
|
};
|
|
34959
35151
|
type: string;
|
|
34960
35152
|
};
|
|
34961
35153
|
webhook_id: {
|
|
35154
|
+
description: string;
|
|
34962
35155
|
type: string;
|
|
34963
35156
|
};
|
|
34964
35157
|
};
|
|
@@ -35009,10 +35202,12 @@ declare const _default: {
|
|
|
35009
35202
|
tags: string[];
|
|
35010
35203
|
'x-fern-ignore': boolean;
|
|
35011
35204
|
'x-response-key': null;
|
|
35205
|
+
'x-title': string;
|
|
35012
35206
|
};
|
|
35013
35207
|
};
|
|
35014
35208
|
'/workspaces/create': {
|
|
35015
35209
|
post: {
|
|
35210
|
+
description: string;
|
|
35016
35211
|
operationId: string;
|
|
35017
35212
|
requestBody: {
|
|
35018
35213
|
content: {
|
|
@@ -35020,30 +35215,37 @@ declare const _default: {
|
|
|
35020
35215
|
schema: {
|
|
35021
35216
|
properties: {
|
|
35022
35217
|
company_name: {
|
|
35218
|
+
description: string;
|
|
35023
35219
|
type: string;
|
|
35024
35220
|
};
|
|
35025
35221
|
connect_partner_name: {
|
|
35026
35222
|
deprecated: boolean;
|
|
35223
|
+
description: string;
|
|
35027
35224
|
nullable: boolean;
|
|
35028
35225
|
type: string;
|
|
35029
35226
|
'x-deprecated': string;
|
|
35030
35227
|
};
|
|
35031
35228
|
connect_webview_customization: {
|
|
35229
|
+
description: string;
|
|
35032
35230
|
properties: {
|
|
35033
35231
|
logo_shape: {
|
|
35232
|
+
description: string;
|
|
35034
35233
|
enum: string[];
|
|
35035
35234
|
nullable: boolean;
|
|
35036
35235
|
type: string;
|
|
35037
35236
|
};
|
|
35038
35237
|
primary_button_color: {
|
|
35238
|
+
description: string;
|
|
35039
35239
|
nullable: boolean;
|
|
35040
35240
|
type: string;
|
|
35041
35241
|
};
|
|
35042
35242
|
primary_button_text_color: {
|
|
35243
|
+
description: string;
|
|
35043
35244
|
nullable: boolean;
|
|
35044
35245
|
type: string;
|
|
35045
35246
|
};
|
|
35046
35247
|
success_message: {
|
|
35248
|
+
description: string;
|
|
35047
35249
|
nullable: boolean;
|
|
35048
35250
|
type: string;
|
|
35049
35251
|
};
|
|
@@ -35052,9 +35254,11 @@ declare const _default: {
|
|
|
35052
35254
|
};
|
|
35053
35255
|
is_sandbox: {
|
|
35054
35256
|
default: boolean;
|
|
35257
|
+
description: string;
|
|
35055
35258
|
type: string;
|
|
35056
35259
|
};
|
|
35057
35260
|
name: {
|
|
35261
|
+
description: string;
|
|
35058
35262
|
type: string;
|
|
35059
35263
|
};
|
|
35060
35264
|
webview_logo_shape: {
|
|
@@ -35131,10 +35335,12 @@ declare const _default: {
|
|
|
35131
35335
|
'x-fern-sdk-method-name': string;
|
|
35132
35336
|
'x-fern-sdk-return-value': string;
|
|
35133
35337
|
'x-response-key': string;
|
|
35338
|
+
'x-title': string;
|
|
35134
35339
|
};
|
|
35135
35340
|
};
|
|
35136
35341
|
'/workspaces/get': {
|
|
35137
35342
|
get: {
|
|
35343
|
+
description: string;
|
|
35138
35344
|
operationId: string;
|
|
35139
35345
|
responses: {
|
|
35140
35346
|
200: {
|
|
@@ -35167,29 +35373,41 @@ declare const _default: {
|
|
|
35167
35373
|
api_key: never[];
|
|
35168
35374
|
console_session_with_workspace?: never;
|
|
35169
35375
|
client_session?: never;
|
|
35376
|
+
client_session_with_customer?: never;
|
|
35170
35377
|
pat_with_workspace?: never;
|
|
35171
35378
|
} | {
|
|
35172
35379
|
console_session_with_workspace: never[];
|
|
35173
35380
|
api_key?: never;
|
|
35174
35381
|
client_session?: never;
|
|
35382
|
+
client_session_with_customer?: never;
|
|
35175
35383
|
pat_with_workspace?: never;
|
|
35176
35384
|
} | {
|
|
35177
35385
|
client_session: never[];
|
|
35178
35386
|
api_key?: never;
|
|
35179
35387
|
console_session_with_workspace?: never;
|
|
35388
|
+
client_session_with_customer?: never;
|
|
35389
|
+
pat_with_workspace?: never;
|
|
35390
|
+
} | {
|
|
35391
|
+
client_session_with_customer: never[];
|
|
35392
|
+
api_key?: never;
|
|
35393
|
+
console_session_with_workspace?: never;
|
|
35394
|
+
client_session?: never;
|
|
35180
35395
|
pat_with_workspace?: never;
|
|
35181
35396
|
} | {
|
|
35182
35397
|
pat_with_workspace: never[];
|
|
35183
35398
|
api_key?: never;
|
|
35184
35399
|
console_session_with_workspace?: never;
|
|
35185
35400
|
client_session?: never;
|
|
35401
|
+
client_session_with_customer?: never;
|
|
35186
35402
|
})[];
|
|
35187
35403
|
summary: string;
|
|
35188
35404
|
tags: string[];
|
|
35189
35405
|
'x-fern-ignore': boolean;
|
|
35190
35406
|
'x-response-key': string;
|
|
35407
|
+
'x-title': string;
|
|
35191
35408
|
};
|
|
35192
35409
|
post: {
|
|
35410
|
+
description: string;
|
|
35193
35411
|
operationId: string;
|
|
35194
35412
|
responses: {
|
|
35195
35413
|
200: {
|
|
@@ -35222,22 +35440,32 @@ declare const _default: {
|
|
|
35222
35440
|
api_key: never[];
|
|
35223
35441
|
console_session_with_workspace?: never;
|
|
35224
35442
|
client_session?: never;
|
|
35443
|
+
client_session_with_customer?: never;
|
|
35225
35444
|
pat_with_workspace?: never;
|
|
35226
35445
|
} | {
|
|
35227
35446
|
console_session_with_workspace: never[];
|
|
35228
35447
|
api_key?: never;
|
|
35229
35448
|
client_session?: never;
|
|
35449
|
+
client_session_with_customer?: never;
|
|
35230
35450
|
pat_with_workspace?: never;
|
|
35231
35451
|
} | {
|
|
35232
35452
|
client_session: never[];
|
|
35233
35453
|
api_key?: never;
|
|
35234
35454
|
console_session_with_workspace?: never;
|
|
35455
|
+
client_session_with_customer?: never;
|
|
35456
|
+
pat_with_workspace?: never;
|
|
35457
|
+
} | {
|
|
35458
|
+
client_session_with_customer: never[];
|
|
35459
|
+
api_key?: never;
|
|
35460
|
+
console_session_with_workspace?: never;
|
|
35461
|
+
client_session?: never;
|
|
35235
35462
|
pat_with_workspace?: never;
|
|
35236
35463
|
} | {
|
|
35237
35464
|
pat_with_workspace: never[];
|
|
35238
35465
|
api_key?: never;
|
|
35239
35466
|
console_session_with_workspace?: never;
|
|
35240
35467
|
client_session?: never;
|
|
35468
|
+
client_session_with_customer?: never;
|
|
35241
35469
|
})[];
|
|
35242
35470
|
summary: string;
|
|
35243
35471
|
tags: string[];
|
|
@@ -35245,10 +35473,12 @@ declare const _default: {
|
|
|
35245
35473
|
'x-fern-sdk-method-name': string;
|
|
35246
35474
|
'x-fern-sdk-return-value': string;
|
|
35247
35475
|
'x-response-key': string;
|
|
35476
|
+
'x-title': string;
|
|
35248
35477
|
};
|
|
35249
35478
|
};
|
|
35250
35479
|
'/workspaces/list': {
|
|
35251
35480
|
get: {
|
|
35481
|
+
description: string;
|
|
35252
35482
|
operationId: string;
|
|
35253
35483
|
responses: {
|
|
35254
35484
|
200: {
|
|
@@ -35327,8 +35557,10 @@ declare const _default: {
|
|
|
35327
35557
|
tags: string[];
|
|
35328
35558
|
'x-fern-ignore': boolean;
|
|
35329
35559
|
'x-response-key': string;
|
|
35560
|
+
'x-title': string;
|
|
35330
35561
|
};
|
|
35331
35562
|
post: {
|
|
35563
|
+
description: string;
|
|
35332
35564
|
operationId: string;
|
|
35333
35565
|
responses: {
|
|
35334
35566
|
200: {
|
|
@@ -35409,6 +35641,7 @@ declare const _default: {
|
|
|
35409
35641
|
'x-fern-sdk-method-name': string;
|
|
35410
35642
|
'x-fern-sdk-return-value': string;
|
|
35411
35643
|
'x-response-key': string;
|
|
35644
|
+
'x-title': string;
|
|
35412
35645
|
};
|
|
35413
35646
|
};
|
|
35414
35647
|
'/workspaces/reset_sandbox': {
|
|
@@ -35462,10 +35695,12 @@ declare const _default: {
|
|
|
35462
35695
|
'x-fern-sdk-method-name': string;
|
|
35463
35696
|
'x-fern-sdk-return-value': string;
|
|
35464
35697
|
'x-response-key': string;
|
|
35698
|
+
'x-title': string;
|
|
35465
35699
|
};
|
|
35466
35700
|
};
|
|
35467
35701
|
'/workspaces/update': {
|
|
35468
35702
|
patch: {
|
|
35703
|
+
description: string;
|
|
35469
35704
|
operationId: string;
|
|
35470
35705
|
requestBody: {
|
|
35471
35706
|
content: {
|
|
@@ -35473,24 +35708,30 @@ declare const _default: {
|
|
|
35473
35708
|
schema: {
|
|
35474
35709
|
properties: {
|
|
35475
35710
|
connect_partner_name: {
|
|
35711
|
+
description: string;
|
|
35476
35712
|
type: string;
|
|
35477
35713
|
};
|
|
35478
35714
|
connect_webview_customization: {
|
|
35715
|
+
description: string;
|
|
35479
35716
|
properties: {
|
|
35480
35717
|
logo_shape: {
|
|
35718
|
+
description: string;
|
|
35481
35719
|
enum: string[];
|
|
35482
35720
|
nullable: boolean;
|
|
35483
35721
|
type: string;
|
|
35484
35722
|
};
|
|
35485
35723
|
primary_button_color: {
|
|
35724
|
+
description: string;
|
|
35486
35725
|
nullable: boolean;
|
|
35487
35726
|
type: string;
|
|
35488
35727
|
};
|
|
35489
35728
|
primary_button_text_color: {
|
|
35729
|
+
description: string;
|
|
35490
35730
|
nullable: boolean;
|
|
35491
35731
|
type: string;
|
|
35492
35732
|
};
|
|
35493
35733
|
success_message: {
|
|
35734
|
+
description: string;
|
|
35494
35735
|
nullable: boolean;
|
|
35495
35736
|
type: string;
|
|
35496
35737
|
};
|
|
@@ -35498,9 +35739,11 @@ declare const _default: {
|
|
|
35498
35739
|
type: string;
|
|
35499
35740
|
};
|
|
35500
35741
|
is_suspended: {
|
|
35742
|
+
description: string;
|
|
35501
35743
|
type: string;
|
|
35502
35744
|
};
|
|
35503
35745
|
name: {
|
|
35746
|
+
description: string;
|
|
35504
35747
|
type: string;
|
|
35505
35748
|
};
|
|
35506
35749
|
};
|
|
@@ -35537,8 +35780,10 @@ declare const _default: {
|
|
|
35537
35780
|
tags: string[];
|
|
35538
35781
|
'x-fern-ignore': boolean;
|
|
35539
35782
|
'x-response-key': null;
|
|
35783
|
+
'x-title': string;
|
|
35540
35784
|
};
|
|
35541
35785
|
post: {
|
|
35786
|
+
description: string;
|
|
35542
35787
|
operationId: string;
|
|
35543
35788
|
requestBody: {
|
|
35544
35789
|
content: {
|
|
@@ -35546,24 +35791,30 @@ declare const _default: {
|
|
|
35546
35791
|
schema: {
|
|
35547
35792
|
properties: {
|
|
35548
35793
|
connect_partner_name: {
|
|
35794
|
+
description: string;
|
|
35549
35795
|
type: string;
|
|
35550
35796
|
};
|
|
35551
35797
|
connect_webview_customization: {
|
|
35798
|
+
description: string;
|
|
35552
35799
|
properties: {
|
|
35553
35800
|
logo_shape: {
|
|
35801
|
+
description: string;
|
|
35554
35802
|
enum: string[];
|
|
35555
35803
|
nullable: boolean;
|
|
35556
35804
|
type: string;
|
|
35557
35805
|
};
|
|
35558
35806
|
primary_button_color: {
|
|
35807
|
+
description: string;
|
|
35559
35808
|
nullable: boolean;
|
|
35560
35809
|
type: string;
|
|
35561
35810
|
};
|
|
35562
35811
|
primary_button_text_color: {
|
|
35812
|
+
description: string;
|
|
35563
35813
|
nullable: boolean;
|
|
35564
35814
|
type: string;
|
|
35565
35815
|
};
|
|
35566
35816
|
success_message: {
|
|
35817
|
+
description: string;
|
|
35567
35818
|
nullable: boolean;
|
|
35568
35819
|
type: string;
|
|
35569
35820
|
};
|
|
@@ -35571,9 +35822,11 @@ declare const _default: {
|
|
|
35571
35822
|
type: string;
|
|
35572
35823
|
};
|
|
35573
35824
|
is_suspended: {
|
|
35825
|
+
description: string;
|
|
35574
35826
|
type: string;
|
|
35575
35827
|
};
|
|
35576
35828
|
name: {
|
|
35829
|
+
description: string;
|
|
35577
35830
|
type: string;
|
|
35578
35831
|
};
|
|
35579
35832
|
};
|
|
@@ -35611,6 +35864,7 @@ declare const _default: {
|
|
|
35611
35864
|
'x-fern-sdk-group-name': string[];
|
|
35612
35865
|
'x-fern-sdk-method-name': string;
|
|
35613
35866
|
'x-response-key': null;
|
|
35867
|
+
'x-title': string;
|
|
35614
35868
|
};
|
|
35615
35869
|
};
|
|
35616
35870
|
};
|