@seamapi/types 1.410.1 → 1.411.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 +680 -354
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +486 -177
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.d.ts +4 -4
- package/lib/seam/connect/models/partner/magic-link.js +1 -0
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
- package/lib/seam/connect/models/partner/resources.d.ts +17 -0
- package/lib/seam/connect/models/partner/resources.js +11 -0
- package/lib/seam/connect/models/partner/resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +284 -47
- package/lib/seam/connect/openapi.js +655 -330
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +198 -126
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/partner/magic-link.ts +1 -0
- package/src/lib/seam/connect/models/partner/resources.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +786 -342
- package/src/lib/seam/connect/route-types.ts +211 -134
|
@@ -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
|
};
|
|
@@ -32574,59 +32728,46 @@ declare const _default: {
|
|
|
32574
32728
|
content: {
|
|
32575
32729
|
'application/json': {
|
|
32576
32730
|
schema: {
|
|
32577
|
-
|
|
32578
|
-
|
|
32579
|
-
|
|
32580
|
-
|
|
32581
|
-
|
|
32582
|
-
};
|
|
32583
|
-
customer_key: {
|
|
32584
|
-
type: string;
|
|
32585
|
-
};
|
|
32586
|
-
partner_resources?: never;
|
|
32731
|
+
properties: {
|
|
32732
|
+
building_block_type: {
|
|
32733
|
+
description: string;
|
|
32734
|
+
enum: string[];
|
|
32735
|
+
type: string;
|
|
32587
32736
|
};
|
|
32588
|
-
|
|
32589
|
-
|
|
32590
|
-
|
|
32591
|
-
|
|
32592
|
-
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
};
|
|
32599
|
-
partner_resources: {
|
|
32600
|
-
description: string;
|
|
32601
|
-
items: {
|
|
32602
|
-
properties: {
|
|
32603
|
-
custom_metadata: {
|
|
32604
|
-
additionalProperties: {
|
|
32605
|
-
type: string;
|
|
32606
|
-
};
|
|
32607
|
-
type: string;
|
|
32608
|
-
};
|
|
32609
|
-
description: {
|
|
32610
|
-
type: string;
|
|
32611
|
-
};
|
|
32612
|
-
name: {
|
|
32613
|
-
type: string;
|
|
32614
|
-
};
|
|
32615
|
-
partner_resource_key: {
|
|
32737
|
+
customer_key: {
|
|
32738
|
+
description: string;
|
|
32739
|
+
type: string;
|
|
32740
|
+
};
|
|
32741
|
+
spaces: {
|
|
32742
|
+
description: string;
|
|
32743
|
+
items: {
|
|
32744
|
+
properties: {
|
|
32745
|
+
custom_metadata: {
|
|
32746
|
+
additionalProperties: {
|
|
32616
32747
|
type: string;
|
|
32617
32748
|
};
|
|
32749
|
+
type: string;
|
|
32750
|
+
};
|
|
32751
|
+
description: {
|
|
32752
|
+
type: string;
|
|
32753
|
+
};
|
|
32754
|
+
name: {
|
|
32755
|
+
type: string;
|
|
32756
|
+
};
|
|
32757
|
+
space_key: {
|
|
32758
|
+
type: string;
|
|
32618
32759
|
};
|
|
32619
|
-
required: string[];
|
|
32620
|
-
type: string;
|
|
32621
|
-
'x-route-path': string;
|
|
32622
|
-
'x-undocumented': string;
|
|
32623
32760
|
};
|
|
32761
|
+
required: string[];
|
|
32624
32762
|
type: string;
|
|
32763
|
+
'x-route-path': string;
|
|
32764
|
+
'x-undocumented': string;
|
|
32625
32765
|
};
|
|
32766
|
+
type: string;
|
|
32626
32767
|
};
|
|
32627
|
-
|
|
32628
|
-
|
|
32629
|
-
|
|
32768
|
+
};
|
|
32769
|
+
required: string[];
|
|
32770
|
+
type: string;
|
|
32630
32771
|
};
|
|
32631
32772
|
};
|
|
32632
32773
|
};
|
|
@@ -32691,6 +32832,7 @@ declare const _default: {
|
|
|
32691
32832
|
schema: {
|
|
32692
32833
|
properties: {
|
|
32693
32834
|
customer_key: {
|
|
32835
|
+
description: string;
|
|
32694
32836
|
type: string;
|
|
32695
32837
|
};
|
|
32696
32838
|
};
|
|
@@ -32760,9 +32902,11 @@ declare const _default: {
|
|
|
32760
32902
|
schema: {
|
|
32761
32903
|
properties: {
|
|
32762
32904
|
customer_key: {
|
|
32905
|
+
description: string;
|
|
32763
32906
|
type: string;
|
|
32764
32907
|
};
|
|
32765
|
-
|
|
32908
|
+
spaces: {
|
|
32909
|
+
description: string;
|
|
32766
32910
|
items: {
|
|
32767
32911
|
properties: {
|
|
32768
32912
|
custom_metadata: {
|
|
@@ -32777,7 +32921,7 @@ declare const _default: {
|
|
|
32777
32921
|
name: {
|
|
32778
32922
|
type: string;
|
|
32779
32923
|
};
|
|
32780
|
-
|
|
32924
|
+
space_key: {
|
|
32781
32925
|
type: string;
|
|
32782
32926
|
};
|
|
32783
32927
|
};
|
|
@@ -32863,6 +33007,7 @@ declare const _default: {
|
|
|
32863
33007
|
type: string;
|
|
32864
33008
|
};
|
|
32865
33009
|
customer_key: {
|
|
33010
|
+
description: string;
|
|
32866
33011
|
type: string;
|
|
32867
33012
|
};
|
|
32868
33013
|
description: {
|
|
@@ -32884,9 +33029,11 @@ declare const _default: {
|
|
|
32884
33029
|
type: string;
|
|
32885
33030
|
};
|
|
32886
33031
|
partner_resource_key: {
|
|
33032
|
+
description: string;
|
|
32887
33033
|
type: string;
|
|
32888
33034
|
};
|
|
32889
33035
|
partner_resource_type: {
|
|
33036
|
+
description: string;
|
|
32890
33037
|
type: string;
|
|
32891
33038
|
};
|
|
32892
33039
|
phone_number: {
|
|
@@ -32916,6 +33063,7 @@ declare const _default: {
|
|
|
32916
33063
|
type: string;
|
|
32917
33064
|
};
|
|
32918
33065
|
customer_key: {
|
|
33066
|
+
description: string;
|
|
32919
33067
|
type: string;
|
|
32920
33068
|
};
|
|
32921
33069
|
description: {
|
|
@@ -32937,9 +33085,11 @@ declare const _default: {
|
|
|
32937
33085
|
type: string;
|
|
32938
33086
|
};
|
|
32939
33087
|
partner_resource_key: {
|
|
33088
|
+
description: string;
|
|
32940
33089
|
type: string;
|
|
32941
33090
|
};
|
|
32942
33091
|
partner_resource_type: {
|
|
33092
|
+
description: string;
|
|
32943
33093
|
type: string;
|
|
32944
33094
|
};
|
|
32945
33095
|
phone_number: {
|
|
@@ -33955,6 +34105,7 @@ declare const _default: {
|
|
|
33955
34105
|
schema: {
|
|
33956
34106
|
properties: {
|
|
33957
34107
|
credential_manager_acs_system_id: {
|
|
34108
|
+
description: string;
|
|
33958
34109
|
format: string;
|
|
33959
34110
|
type: string;
|
|
33960
34111
|
};
|
|
@@ -34403,6 +34554,7 @@ declare const _default: {
|
|
|
34403
34554
|
};
|
|
34404
34555
|
'/user_identities/update': {
|
|
34405
34556
|
patch: {
|
|
34557
|
+
description: string;
|
|
34406
34558
|
operationId: string;
|
|
34407
34559
|
requestBody: {
|
|
34408
34560
|
content: {
|
|
@@ -34416,6 +34568,7 @@ declare const _default: {
|
|
|
34416
34568
|
type: string;
|
|
34417
34569
|
};
|
|
34418
34570
|
full_name: {
|
|
34571
|
+
description: string;
|
|
34419
34572
|
minLength: number;
|
|
34420
34573
|
nullable: boolean;
|
|
34421
34574
|
type: string;
|
|
@@ -34487,6 +34640,7 @@ declare const _default: {
|
|
|
34487
34640
|
'x-title': string;
|
|
34488
34641
|
};
|
|
34489
34642
|
post: {
|
|
34643
|
+
description: string;
|
|
34490
34644
|
operationId: string;
|
|
34491
34645
|
requestBody: {
|
|
34492
34646
|
content: {
|
|
@@ -34500,6 +34654,7 @@ declare const _default: {
|
|
|
34500
34654
|
type: string;
|
|
34501
34655
|
};
|
|
34502
34656
|
full_name: {
|
|
34657
|
+
description: string;
|
|
34503
34658
|
minLength: number;
|
|
34504
34659
|
nullable: boolean;
|
|
34505
34660
|
type: string;
|
|
@@ -34574,6 +34729,7 @@ declare const _default: {
|
|
|
34574
34729
|
};
|
|
34575
34730
|
'/webhooks/create': {
|
|
34576
34731
|
post: {
|
|
34732
|
+
description: string;
|
|
34577
34733
|
operationId: string;
|
|
34578
34734
|
requestBody: {
|
|
34579
34735
|
content: {
|
|
@@ -34582,12 +34738,14 @@ declare const _default: {
|
|
|
34582
34738
|
properties: {
|
|
34583
34739
|
event_types: {
|
|
34584
34740
|
default: string[];
|
|
34741
|
+
description: string;
|
|
34585
34742
|
items: {
|
|
34586
34743
|
type: string;
|
|
34587
34744
|
};
|
|
34588
34745
|
type: string;
|
|
34589
34746
|
};
|
|
34590
34747
|
url: {
|
|
34748
|
+
description: string;
|
|
34591
34749
|
format: string;
|
|
34592
34750
|
type: string;
|
|
34593
34751
|
};
|
|
@@ -34644,10 +34802,12 @@ declare const _default: {
|
|
|
34644
34802
|
'x-fern-sdk-method-name': string;
|
|
34645
34803
|
'x-fern-sdk-return-value': string;
|
|
34646
34804
|
'x-response-key': string;
|
|
34805
|
+
'x-title': string;
|
|
34647
34806
|
};
|
|
34648
34807
|
};
|
|
34649
34808
|
'/webhooks/delete': {
|
|
34650
34809
|
post: {
|
|
34810
|
+
description: string;
|
|
34651
34811
|
operationId: string;
|
|
34652
34812
|
requestBody: {
|
|
34653
34813
|
content: {
|
|
@@ -34655,6 +34815,7 @@ declare const _default: {
|
|
|
34655
34815
|
schema: {
|
|
34656
34816
|
properties: {
|
|
34657
34817
|
webhook_id: {
|
|
34818
|
+
description: string;
|
|
34658
34819
|
type: string;
|
|
34659
34820
|
};
|
|
34660
34821
|
};
|
|
@@ -34706,10 +34867,12 @@ declare const _default: {
|
|
|
34706
34867
|
'x-fern-sdk-group-name': string[];
|
|
34707
34868
|
'x-fern-sdk-method-name': string;
|
|
34708
34869
|
'x-response-key': null;
|
|
34870
|
+
'x-title': string;
|
|
34709
34871
|
};
|
|
34710
34872
|
};
|
|
34711
34873
|
'/webhooks/get': {
|
|
34712
34874
|
post: {
|
|
34875
|
+
description: string;
|
|
34713
34876
|
operationId: string;
|
|
34714
34877
|
requestBody: {
|
|
34715
34878
|
content: {
|
|
@@ -34717,6 +34880,7 @@ declare const _default: {
|
|
|
34717
34880
|
schema: {
|
|
34718
34881
|
properties: {
|
|
34719
34882
|
webhook_id: {
|
|
34883
|
+
description: string;
|
|
34720
34884
|
type: string;
|
|
34721
34885
|
};
|
|
34722
34886
|
};
|
|
@@ -34772,10 +34936,12 @@ declare const _default: {
|
|
|
34772
34936
|
'x-fern-sdk-method-name': string;
|
|
34773
34937
|
'x-fern-sdk-return-value': string;
|
|
34774
34938
|
'x-response-key': string;
|
|
34939
|
+
'x-title': string;
|
|
34775
34940
|
};
|
|
34776
34941
|
};
|
|
34777
34942
|
'/webhooks/list': {
|
|
34778
34943
|
get: {
|
|
34944
|
+
description: string;
|
|
34779
34945
|
operationId: string;
|
|
34780
34946
|
responses: {
|
|
34781
34947
|
200: {
|
|
@@ -34824,8 +34990,10 @@ declare const _default: {
|
|
|
34824
34990
|
tags: string[];
|
|
34825
34991
|
'x-fern-ignore': boolean;
|
|
34826
34992
|
'x-response-key': string;
|
|
34993
|
+
'x-title': string;
|
|
34827
34994
|
};
|
|
34828
34995
|
post: {
|
|
34996
|
+
description: string;
|
|
34829
34997
|
operationId: string;
|
|
34830
34998
|
responses: {
|
|
34831
34999
|
200: {
|
|
@@ -34876,10 +35044,12 @@ declare const _default: {
|
|
|
34876
35044
|
'x-fern-sdk-method-name': string;
|
|
34877
35045
|
'x-fern-sdk-return-value': string;
|
|
34878
35046
|
'x-response-key': string;
|
|
35047
|
+
'x-title': string;
|
|
34879
35048
|
};
|
|
34880
35049
|
};
|
|
34881
35050
|
'/webhooks/update': {
|
|
34882
35051
|
post: {
|
|
35052
|
+
description: string;
|
|
34883
35053
|
operationId: string;
|
|
34884
35054
|
requestBody: {
|
|
34885
35055
|
content: {
|
|
@@ -34887,12 +35057,14 @@ declare const _default: {
|
|
|
34887
35057
|
schema: {
|
|
34888
35058
|
properties: {
|
|
34889
35059
|
event_types: {
|
|
35060
|
+
description: string;
|
|
34890
35061
|
items: {
|
|
34891
35062
|
type: string;
|
|
34892
35063
|
};
|
|
34893
35064
|
type: string;
|
|
34894
35065
|
};
|
|
34895
35066
|
webhook_id: {
|
|
35067
|
+
description: string;
|
|
34896
35068
|
type: string;
|
|
34897
35069
|
};
|
|
34898
35070
|
};
|
|
@@ -34944,8 +35116,10 @@ declare const _default: {
|
|
|
34944
35116
|
'x-fern-sdk-group-name': string[];
|
|
34945
35117
|
'x-fern-sdk-method-name': string;
|
|
34946
35118
|
'x-response-key': null;
|
|
35119
|
+
'x-title': string;
|
|
34947
35120
|
};
|
|
34948
35121
|
put: {
|
|
35122
|
+
description: string;
|
|
34949
35123
|
operationId: string;
|
|
34950
35124
|
requestBody: {
|
|
34951
35125
|
content: {
|
|
@@ -34953,12 +35127,14 @@ declare const _default: {
|
|
|
34953
35127
|
schema: {
|
|
34954
35128
|
properties: {
|
|
34955
35129
|
event_types: {
|
|
35130
|
+
description: string;
|
|
34956
35131
|
items: {
|
|
34957
35132
|
type: string;
|
|
34958
35133
|
};
|
|
34959
35134
|
type: string;
|
|
34960
35135
|
};
|
|
34961
35136
|
webhook_id: {
|
|
35137
|
+
description: string;
|
|
34962
35138
|
type: string;
|
|
34963
35139
|
};
|
|
34964
35140
|
};
|
|
@@ -35009,10 +35185,12 @@ declare const _default: {
|
|
|
35009
35185
|
tags: string[];
|
|
35010
35186
|
'x-fern-ignore': boolean;
|
|
35011
35187
|
'x-response-key': null;
|
|
35188
|
+
'x-title': string;
|
|
35012
35189
|
};
|
|
35013
35190
|
};
|
|
35014
35191
|
'/workspaces/create': {
|
|
35015
35192
|
post: {
|
|
35193
|
+
description: string;
|
|
35016
35194
|
operationId: string;
|
|
35017
35195
|
requestBody: {
|
|
35018
35196
|
content: {
|
|
@@ -35020,30 +35198,37 @@ declare const _default: {
|
|
|
35020
35198
|
schema: {
|
|
35021
35199
|
properties: {
|
|
35022
35200
|
company_name: {
|
|
35201
|
+
description: string;
|
|
35023
35202
|
type: string;
|
|
35024
35203
|
};
|
|
35025
35204
|
connect_partner_name: {
|
|
35026
35205
|
deprecated: boolean;
|
|
35206
|
+
description: string;
|
|
35027
35207
|
nullable: boolean;
|
|
35028
35208
|
type: string;
|
|
35029
35209
|
'x-deprecated': string;
|
|
35030
35210
|
};
|
|
35031
35211
|
connect_webview_customization: {
|
|
35212
|
+
description: string;
|
|
35032
35213
|
properties: {
|
|
35033
35214
|
logo_shape: {
|
|
35215
|
+
description: string;
|
|
35034
35216
|
enum: string[];
|
|
35035
35217
|
nullable: boolean;
|
|
35036
35218
|
type: string;
|
|
35037
35219
|
};
|
|
35038
35220
|
primary_button_color: {
|
|
35221
|
+
description: string;
|
|
35039
35222
|
nullable: boolean;
|
|
35040
35223
|
type: string;
|
|
35041
35224
|
};
|
|
35042
35225
|
primary_button_text_color: {
|
|
35226
|
+
description: string;
|
|
35043
35227
|
nullable: boolean;
|
|
35044
35228
|
type: string;
|
|
35045
35229
|
};
|
|
35046
35230
|
success_message: {
|
|
35231
|
+
description: string;
|
|
35047
35232
|
nullable: boolean;
|
|
35048
35233
|
type: string;
|
|
35049
35234
|
};
|
|
@@ -35052,9 +35237,11 @@ declare const _default: {
|
|
|
35052
35237
|
};
|
|
35053
35238
|
is_sandbox: {
|
|
35054
35239
|
default: boolean;
|
|
35240
|
+
description: string;
|
|
35055
35241
|
type: string;
|
|
35056
35242
|
};
|
|
35057
35243
|
name: {
|
|
35244
|
+
description: string;
|
|
35058
35245
|
type: string;
|
|
35059
35246
|
};
|
|
35060
35247
|
webview_logo_shape: {
|
|
@@ -35131,10 +35318,12 @@ declare const _default: {
|
|
|
35131
35318
|
'x-fern-sdk-method-name': string;
|
|
35132
35319
|
'x-fern-sdk-return-value': string;
|
|
35133
35320
|
'x-response-key': string;
|
|
35321
|
+
'x-title': string;
|
|
35134
35322
|
};
|
|
35135
35323
|
};
|
|
35136
35324
|
'/workspaces/get': {
|
|
35137
35325
|
get: {
|
|
35326
|
+
description: string;
|
|
35138
35327
|
operationId: string;
|
|
35139
35328
|
responses: {
|
|
35140
35329
|
200: {
|
|
@@ -35167,29 +35356,41 @@ declare const _default: {
|
|
|
35167
35356
|
api_key: never[];
|
|
35168
35357
|
console_session_with_workspace?: never;
|
|
35169
35358
|
client_session?: never;
|
|
35359
|
+
client_session_with_customer?: never;
|
|
35170
35360
|
pat_with_workspace?: never;
|
|
35171
35361
|
} | {
|
|
35172
35362
|
console_session_with_workspace: never[];
|
|
35173
35363
|
api_key?: never;
|
|
35174
35364
|
client_session?: never;
|
|
35365
|
+
client_session_with_customer?: never;
|
|
35175
35366
|
pat_with_workspace?: never;
|
|
35176
35367
|
} | {
|
|
35177
35368
|
client_session: never[];
|
|
35178
35369
|
api_key?: never;
|
|
35179
35370
|
console_session_with_workspace?: never;
|
|
35371
|
+
client_session_with_customer?: never;
|
|
35372
|
+
pat_with_workspace?: never;
|
|
35373
|
+
} | {
|
|
35374
|
+
client_session_with_customer: never[];
|
|
35375
|
+
api_key?: never;
|
|
35376
|
+
console_session_with_workspace?: never;
|
|
35377
|
+
client_session?: never;
|
|
35180
35378
|
pat_with_workspace?: never;
|
|
35181
35379
|
} | {
|
|
35182
35380
|
pat_with_workspace: never[];
|
|
35183
35381
|
api_key?: never;
|
|
35184
35382
|
console_session_with_workspace?: never;
|
|
35185
35383
|
client_session?: never;
|
|
35384
|
+
client_session_with_customer?: never;
|
|
35186
35385
|
})[];
|
|
35187
35386
|
summary: string;
|
|
35188
35387
|
tags: string[];
|
|
35189
35388
|
'x-fern-ignore': boolean;
|
|
35190
35389
|
'x-response-key': string;
|
|
35390
|
+
'x-title': string;
|
|
35191
35391
|
};
|
|
35192
35392
|
post: {
|
|
35393
|
+
description: string;
|
|
35193
35394
|
operationId: string;
|
|
35194
35395
|
responses: {
|
|
35195
35396
|
200: {
|
|
@@ -35222,22 +35423,32 @@ declare const _default: {
|
|
|
35222
35423
|
api_key: never[];
|
|
35223
35424
|
console_session_with_workspace?: never;
|
|
35224
35425
|
client_session?: never;
|
|
35426
|
+
client_session_with_customer?: never;
|
|
35225
35427
|
pat_with_workspace?: never;
|
|
35226
35428
|
} | {
|
|
35227
35429
|
console_session_with_workspace: never[];
|
|
35228
35430
|
api_key?: never;
|
|
35229
35431
|
client_session?: never;
|
|
35432
|
+
client_session_with_customer?: never;
|
|
35230
35433
|
pat_with_workspace?: never;
|
|
35231
35434
|
} | {
|
|
35232
35435
|
client_session: never[];
|
|
35233
35436
|
api_key?: never;
|
|
35234
35437
|
console_session_with_workspace?: never;
|
|
35438
|
+
client_session_with_customer?: never;
|
|
35439
|
+
pat_with_workspace?: never;
|
|
35440
|
+
} | {
|
|
35441
|
+
client_session_with_customer: never[];
|
|
35442
|
+
api_key?: never;
|
|
35443
|
+
console_session_with_workspace?: never;
|
|
35444
|
+
client_session?: never;
|
|
35235
35445
|
pat_with_workspace?: never;
|
|
35236
35446
|
} | {
|
|
35237
35447
|
pat_with_workspace: never[];
|
|
35238
35448
|
api_key?: never;
|
|
35239
35449
|
console_session_with_workspace?: never;
|
|
35240
35450
|
client_session?: never;
|
|
35451
|
+
client_session_with_customer?: never;
|
|
35241
35452
|
})[];
|
|
35242
35453
|
summary: string;
|
|
35243
35454
|
tags: string[];
|
|
@@ -35245,10 +35456,12 @@ declare const _default: {
|
|
|
35245
35456
|
'x-fern-sdk-method-name': string;
|
|
35246
35457
|
'x-fern-sdk-return-value': string;
|
|
35247
35458
|
'x-response-key': string;
|
|
35459
|
+
'x-title': string;
|
|
35248
35460
|
};
|
|
35249
35461
|
};
|
|
35250
35462
|
'/workspaces/list': {
|
|
35251
35463
|
get: {
|
|
35464
|
+
description: string;
|
|
35252
35465
|
operationId: string;
|
|
35253
35466
|
responses: {
|
|
35254
35467
|
200: {
|
|
@@ -35327,8 +35540,10 @@ declare const _default: {
|
|
|
35327
35540
|
tags: string[];
|
|
35328
35541
|
'x-fern-ignore': boolean;
|
|
35329
35542
|
'x-response-key': string;
|
|
35543
|
+
'x-title': string;
|
|
35330
35544
|
};
|
|
35331
35545
|
post: {
|
|
35546
|
+
description: string;
|
|
35332
35547
|
operationId: string;
|
|
35333
35548
|
responses: {
|
|
35334
35549
|
200: {
|
|
@@ -35409,6 +35624,7 @@ declare const _default: {
|
|
|
35409
35624
|
'x-fern-sdk-method-name': string;
|
|
35410
35625
|
'x-fern-sdk-return-value': string;
|
|
35411
35626
|
'x-response-key': string;
|
|
35627
|
+
'x-title': string;
|
|
35412
35628
|
};
|
|
35413
35629
|
};
|
|
35414
35630
|
'/workspaces/reset_sandbox': {
|
|
@@ -35462,10 +35678,12 @@ declare const _default: {
|
|
|
35462
35678
|
'x-fern-sdk-method-name': string;
|
|
35463
35679
|
'x-fern-sdk-return-value': string;
|
|
35464
35680
|
'x-response-key': string;
|
|
35681
|
+
'x-title': string;
|
|
35465
35682
|
};
|
|
35466
35683
|
};
|
|
35467
35684
|
'/workspaces/update': {
|
|
35468
35685
|
patch: {
|
|
35686
|
+
description: string;
|
|
35469
35687
|
operationId: string;
|
|
35470
35688
|
requestBody: {
|
|
35471
35689
|
content: {
|
|
@@ -35473,24 +35691,30 @@ declare const _default: {
|
|
|
35473
35691
|
schema: {
|
|
35474
35692
|
properties: {
|
|
35475
35693
|
connect_partner_name: {
|
|
35694
|
+
description: string;
|
|
35476
35695
|
type: string;
|
|
35477
35696
|
};
|
|
35478
35697
|
connect_webview_customization: {
|
|
35698
|
+
description: string;
|
|
35479
35699
|
properties: {
|
|
35480
35700
|
logo_shape: {
|
|
35701
|
+
description: string;
|
|
35481
35702
|
enum: string[];
|
|
35482
35703
|
nullable: boolean;
|
|
35483
35704
|
type: string;
|
|
35484
35705
|
};
|
|
35485
35706
|
primary_button_color: {
|
|
35707
|
+
description: string;
|
|
35486
35708
|
nullable: boolean;
|
|
35487
35709
|
type: string;
|
|
35488
35710
|
};
|
|
35489
35711
|
primary_button_text_color: {
|
|
35712
|
+
description: string;
|
|
35490
35713
|
nullable: boolean;
|
|
35491
35714
|
type: string;
|
|
35492
35715
|
};
|
|
35493
35716
|
success_message: {
|
|
35717
|
+
description: string;
|
|
35494
35718
|
nullable: boolean;
|
|
35495
35719
|
type: string;
|
|
35496
35720
|
};
|
|
@@ -35498,9 +35722,11 @@ declare const _default: {
|
|
|
35498
35722
|
type: string;
|
|
35499
35723
|
};
|
|
35500
35724
|
is_suspended: {
|
|
35725
|
+
description: string;
|
|
35501
35726
|
type: string;
|
|
35502
35727
|
};
|
|
35503
35728
|
name: {
|
|
35729
|
+
description: string;
|
|
35504
35730
|
type: string;
|
|
35505
35731
|
};
|
|
35506
35732
|
};
|
|
@@ -35537,8 +35763,10 @@ declare const _default: {
|
|
|
35537
35763
|
tags: string[];
|
|
35538
35764
|
'x-fern-ignore': boolean;
|
|
35539
35765
|
'x-response-key': null;
|
|
35766
|
+
'x-title': string;
|
|
35540
35767
|
};
|
|
35541
35768
|
post: {
|
|
35769
|
+
description: string;
|
|
35542
35770
|
operationId: string;
|
|
35543
35771
|
requestBody: {
|
|
35544
35772
|
content: {
|
|
@@ -35546,24 +35774,30 @@ declare const _default: {
|
|
|
35546
35774
|
schema: {
|
|
35547
35775
|
properties: {
|
|
35548
35776
|
connect_partner_name: {
|
|
35777
|
+
description: string;
|
|
35549
35778
|
type: string;
|
|
35550
35779
|
};
|
|
35551
35780
|
connect_webview_customization: {
|
|
35781
|
+
description: string;
|
|
35552
35782
|
properties: {
|
|
35553
35783
|
logo_shape: {
|
|
35784
|
+
description: string;
|
|
35554
35785
|
enum: string[];
|
|
35555
35786
|
nullable: boolean;
|
|
35556
35787
|
type: string;
|
|
35557
35788
|
};
|
|
35558
35789
|
primary_button_color: {
|
|
35790
|
+
description: string;
|
|
35559
35791
|
nullable: boolean;
|
|
35560
35792
|
type: string;
|
|
35561
35793
|
};
|
|
35562
35794
|
primary_button_text_color: {
|
|
35795
|
+
description: string;
|
|
35563
35796
|
nullable: boolean;
|
|
35564
35797
|
type: string;
|
|
35565
35798
|
};
|
|
35566
35799
|
success_message: {
|
|
35800
|
+
description: string;
|
|
35567
35801
|
nullable: boolean;
|
|
35568
35802
|
type: string;
|
|
35569
35803
|
};
|
|
@@ -35571,9 +35805,11 @@ declare const _default: {
|
|
|
35571
35805
|
type: string;
|
|
35572
35806
|
};
|
|
35573
35807
|
is_suspended: {
|
|
35808
|
+
description: string;
|
|
35574
35809
|
type: string;
|
|
35575
35810
|
};
|
|
35576
35811
|
name: {
|
|
35812
|
+
description: string;
|
|
35577
35813
|
type: string;
|
|
35578
35814
|
};
|
|
35579
35815
|
};
|
|
@@ -35611,6 +35847,7 @@ declare const _default: {
|
|
|
35611
35847
|
'x-fern-sdk-group-name': string[];
|
|
35612
35848
|
'x-fern-sdk-method-name': string;
|
|
35613
35849
|
'x-response-key': null;
|
|
35850
|
+
'x-title': string;
|
|
35614
35851
|
};
|
|
35615
35852
|
};
|
|
35616
35853
|
};
|