@seamapi/types 1.406.5 → 1.406.7
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 +75 -175
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +140 -241
- 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/client-sessions/client-session.d.ts +3 -0
- package/lib/seam/connect/models/client-sessions/client-session.js +4 -3
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/partner/index.d.ts +1 -0
- package/lib/seam/connect/models/partner/index.js +1 -0
- package/lib/seam/connect/models/partner/index.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.d.ts +27 -0
- package/lib/seam/connect/models/partner/magic-link.js +16 -0
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -0
- package/lib/seam/connect/models/partner/resources.d.ts +2 -2
- package/lib/seam/connect/models/partner/resources.js +6 -1
- package/lib/seam/connect/models/partner/resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +116 -198
- package/lib/seam/connect/openapi.js +68 -169
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +21 -43
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +2 -0
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +4 -3
- package/src/lib/seam/connect/models/partner/index.ts +1 -0
- package/src/lib/seam/connect/models/partner/magic-link.ts +18 -0
- package/src/lib/seam/connect/models/partner/resources.ts +6 -1
- package/src/lib/seam/connect/openapi.ts +68 -179
- package/src/lib/seam/connect/route-types.ts +21 -46
|
@@ -2855,6 +2855,10 @@ declare const _default: {
|
|
|
2855
2855
|
format: string;
|
|
2856
2856
|
type: string;
|
|
2857
2857
|
};
|
|
2858
|
+
customer_id: {
|
|
2859
|
+
format: string;
|
|
2860
|
+
type: string;
|
|
2861
|
+
};
|
|
2858
2862
|
device_count: {
|
|
2859
2863
|
format: string;
|
|
2860
2864
|
type: string;
|
|
@@ -8658,6 +8662,41 @@ declare const _default: {
|
|
|
8658
8662
|
'x-route-path': string;
|
|
8659
8663
|
'x-undocumented': string;
|
|
8660
8664
|
};
|
|
8665
|
+
magic_link: {
|
|
8666
|
+
properties: {
|
|
8667
|
+
building_block_type: {
|
|
8668
|
+
enum: string[];
|
|
8669
|
+
type: string;
|
|
8670
|
+
};
|
|
8671
|
+
created_at: {
|
|
8672
|
+
format: string;
|
|
8673
|
+
type: string;
|
|
8674
|
+
};
|
|
8675
|
+
customer_id: {
|
|
8676
|
+
format: string;
|
|
8677
|
+
type: string;
|
|
8678
|
+
};
|
|
8679
|
+
customer_key: {
|
|
8680
|
+
type: string;
|
|
8681
|
+
};
|
|
8682
|
+
expires_at: {
|
|
8683
|
+
format: string;
|
|
8684
|
+
type: string;
|
|
8685
|
+
};
|
|
8686
|
+
url: {
|
|
8687
|
+
format: string;
|
|
8688
|
+
type: string;
|
|
8689
|
+
};
|
|
8690
|
+
workspace_id: {
|
|
8691
|
+
format: string;
|
|
8692
|
+
type: string;
|
|
8693
|
+
};
|
|
8694
|
+
};
|
|
8695
|
+
required: string[];
|
|
8696
|
+
type: string;
|
|
8697
|
+
'x-route-path': string;
|
|
8698
|
+
'x-undocumented': string;
|
|
8699
|
+
};
|
|
8661
8700
|
network: {
|
|
8662
8701
|
properties: {
|
|
8663
8702
|
created_at: {
|
|
@@ -10949,17 +10988,17 @@ declare const _default: {
|
|
|
10949
10988
|
name: string;
|
|
10950
10989
|
type: string;
|
|
10951
10990
|
};
|
|
10952
|
-
|
|
10991
|
+
client_session_with_customer: {
|
|
10953
10992
|
bearerFormat: string;
|
|
10954
10993
|
scheme: string;
|
|
10955
10994
|
type: string;
|
|
10956
10995
|
};
|
|
10957
|
-
|
|
10996
|
+
console_session_with_workspace: {
|
|
10958
10997
|
bearerFormat: string;
|
|
10959
10998
|
scheme: string;
|
|
10960
10999
|
type: string;
|
|
10961
11000
|
};
|
|
10962
|
-
|
|
11001
|
+
console_session_without_workspace: {
|
|
10963
11002
|
bearerFormat: string;
|
|
10964
11003
|
scheme: string;
|
|
10965
11004
|
type: string;
|
|
@@ -19341,12 +19380,12 @@ declare const _default: {
|
|
|
19341
19380
|
};
|
|
19342
19381
|
security: ({
|
|
19343
19382
|
client_session: never[];
|
|
19344
|
-
|
|
19383
|
+
client_session_with_customer?: never;
|
|
19345
19384
|
pat_with_workspace?: never;
|
|
19346
19385
|
console_session_with_workspace?: never;
|
|
19347
19386
|
api_key?: never;
|
|
19348
19387
|
} | {
|
|
19349
|
-
|
|
19388
|
+
client_session_with_customer: never[];
|
|
19350
19389
|
client_session?: never;
|
|
19351
19390
|
pat_with_workspace?: never;
|
|
19352
19391
|
console_session_with_workspace?: never;
|
|
@@ -19354,19 +19393,19 @@ declare const _default: {
|
|
|
19354
19393
|
} | {
|
|
19355
19394
|
pat_with_workspace: never[];
|
|
19356
19395
|
client_session?: never;
|
|
19357
|
-
|
|
19396
|
+
client_session_with_customer?: never;
|
|
19358
19397
|
console_session_with_workspace?: never;
|
|
19359
19398
|
api_key?: never;
|
|
19360
19399
|
} | {
|
|
19361
19400
|
console_session_with_workspace: never[];
|
|
19362
19401
|
client_session?: never;
|
|
19363
|
-
|
|
19402
|
+
client_session_with_customer?: never;
|
|
19364
19403
|
pat_with_workspace?: never;
|
|
19365
19404
|
api_key?: never;
|
|
19366
19405
|
} | {
|
|
19367
19406
|
api_key: never[];
|
|
19368
19407
|
client_session?: never;
|
|
19369
|
-
|
|
19408
|
+
client_session_with_customer?: never;
|
|
19370
19409
|
pat_with_workspace?: never;
|
|
19371
19410
|
console_session_with_workspace?: never;
|
|
19372
19411
|
})[];
|
|
@@ -19495,12 +19534,12 @@ declare const _default: {
|
|
|
19495
19534
|
};
|
|
19496
19535
|
security: ({
|
|
19497
19536
|
client_session: never[];
|
|
19498
|
-
|
|
19537
|
+
client_session_with_customer?: never;
|
|
19499
19538
|
pat_with_workspace?: never;
|
|
19500
19539
|
console_session_with_workspace?: never;
|
|
19501
19540
|
api_key?: never;
|
|
19502
19541
|
} | {
|
|
19503
|
-
|
|
19542
|
+
client_session_with_customer: never[];
|
|
19504
19543
|
client_session?: never;
|
|
19505
19544
|
pat_with_workspace?: never;
|
|
19506
19545
|
console_session_with_workspace?: never;
|
|
@@ -19508,19 +19547,19 @@ declare const _default: {
|
|
|
19508
19547
|
} | {
|
|
19509
19548
|
pat_with_workspace: never[];
|
|
19510
19549
|
client_session?: never;
|
|
19511
|
-
|
|
19550
|
+
client_session_with_customer?: never;
|
|
19512
19551
|
console_session_with_workspace?: never;
|
|
19513
19552
|
api_key?: never;
|
|
19514
19553
|
} | {
|
|
19515
19554
|
console_session_with_workspace: never[];
|
|
19516
19555
|
client_session?: never;
|
|
19517
|
-
|
|
19556
|
+
client_session_with_customer?: never;
|
|
19518
19557
|
pat_with_workspace?: never;
|
|
19519
19558
|
api_key?: never;
|
|
19520
19559
|
} | {
|
|
19521
19560
|
api_key: never[];
|
|
19522
19561
|
client_session?: never;
|
|
19523
|
-
|
|
19562
|
+
client_session_with_customer?: never;
|
|
19524
19563
|
pat_with_workspace?: never;
|
|
19525
19564
|
console_session_with_workspace?: never;
|
|
19526
19565
|
})[];
|
|
@@ -19551,7 +19590,10 @@ declare const _default: {
|
|
|
19551
19590
|
description: string;
|
|
19552
19591
|
type: string;
|
|
19553
19592
|
};
|
|
19554
|
-
|
|
19593
|
+
customer_ids: {
|
|
19594
|
+
items: {
|
|
19595
|
+
type: string;
|
|
19596
|
+
};
|
|
19555
19597
|
type: string;
|
|
19556
19598
|
};
|
|
19557
19599
|
limit: {
|
|
@@ -19602,12 +19644,12 @@ declare const _default: {
|
|
|
19602
19644
|
};
|
|
19603
19645
|
security: ({
|
|
19604
19646
|
client_session: never[];
|
|
19605
|
-
|
|
19647
|
+
client_session_with_customer?: never;
|
|
19606
19648
|
pat_with_workspace?: never;
|
|
19607
19649
|
console_session_with_workspace?: never;
|
|
19608
19650
|
api_key?: never;
|
|
19609
19651
|
} | {
|
|
19610
|
-
|
|
19652
|
+
client_session_with_customer: never[];
|
|
19611
19653
|
client_session?: never;
|
|
19612
19654
|
pat_with_workspace?: never;
|
|
19613
19655
|
console_session_with_workspace?: never;
|
|
@@ -19615,19 +19657,19 @@ declare const _default: {
|
|
|
19615
19657
|
} | {
|
|
19616
19658
|
pat_with_workspace: never[];
|
|
19617
19659
|
client_session?: never;
|
|
19618
|
-
|
|
19660
|
+
client_session_with_customer?: never;
|
|
19619
19661
|
console_session_with_workspace?: never;
|
|
19620
19662
|
api_key?: never;
|
|
19621
19663
|
} | {
|
|
19622
19664
|
console_session_with_workspace: never[];
|
|
19623
19665
|
client_session?: never;
|
|
19624
|
-
|
|
19666
|
+
client_session_with_customer?: never;
|
|
19625
19667
|
pat_with_workspace?: never;
|
|
19626
19668
|
api_key?: never;
|
|
19627
19669
|
} | {
|
|
19628
19670
|
api_key: never[];
|
|
19629
19671
|
client_session?: never;
|
|
19630
|
-
|
|
19672
|
+
client_session_with_customer?: never;
|
|
19631
19673
|
pat_with_workspace?: never;
|
|
19632
19674
|
console_session_with_workspace?: never;
|
|
19633
19675
|
})[];
|
|
@@ -19694,19 +19736,19 @@ declare const _default: {
|
|
|
19694
19736
|
api_key: never[];
|
|
19695
19737
|
pat_with_workspace?: never;
|
|
19696
19738
|
console_session_with_workspace?: never;
|
|
19697
|
-
|
|
19739
|
+
client_session_with_customer?: never;
|
|
19698
19740
|
} | {
|
|
19699
19741
|
pat_with_workspace: never[];
|
|
19700
19742
|
api_key?: never;
|
|
19701
19743
|
console_session_with_workspace?: never;
|
|
19702
|
-
|
|
19744
|
+
client_session_with_customer?: never;
|
|
19703
19745
|
} | {
|
|
19704
19746
|
console_session_with_workspace: never[];
|
|
19705
19747
|
api_key?: never;
|
|
19706
19748
|
pat_with_workspace?: never;
|
|
19707
|
-
|
|
19749
|
+
client_session_with_customer?: never;
|
|
19708
19750
|
} | {
|
|
19709
|
-
|
|
19751
|
+
client_session_with_customer: never[];
|
|
19710
19752
|
api_key?: never;
|
|
19711
19753
|
pat_with_workspace?: never;
|
|
19712
19754
|
console_session_with_workspace?: never;
|
|
@@ -19895,19 +19937,19 @@ declare const _default: {
|
|
|
19895
19937
|
api_key: never[];
|
|
19896
19938
|
pat_with_workspace?: never;
|
|
19897
19939
|
console_session_with_workspace?: never;
|
|
19898
|
-
|
|
19940
|
+
client_session_with_customer?: never;
|
|
19899
19941
|
} | {
|
|
19900
19942
|
pat_with_workspace: never[];
|
|
19901
19943
|
api_key?: never;
|
|
19902
19944
|
console_session_with_workspace?: never;
|
|
19903
|
-
|
|
19945
|
+
client_session_with_customer?: never;
|
|
19904
19946
|
} | {
|
|
19905
19947
|
console_session_with_workspace: never[];
|
|
19906
19948
|
api_key?: never;
|
|
19907
19949
|
pat_with_workspace?: never;
|
|
19908
|
-
|
|
19950
|
+
client_session_with_customer?: never;
|
|
19909
19951
|
} | {
|
|
19910
|
-
|
|
19952
|
+
client_session_with_customer: never[];
|
|
19911
19953
|
api_key?: never;
|
|
19912
19954
|
pat_with_workspace?: never;
|
|
19913
19955
|
console_session_with_workspace?: never;
|
|
@@ -20195,12 +20237,12 @@ declare const _default: {
|
|
|
20195
20237
|
};
|
|
20196
20238
|
security: ({
|
|
20197
20239
|
client_session: never[];
|
|
20198
|
-
|
|
20240
|
+
client_session_with_customer?: never;
|
|
20199
20241
|
pat_with_workspace?: never;
|
|
20200
20242
|
console_session_with_workspace?: never;
|
|
20201
20243
|
api_key?: never;
|
|
20202
20244
|
} | {
|
|
20203
|
-
|
|
20245
|
+
client_session_with_customer: never[];
|
|
20204
20246
|
client_session?: never;
|
|
20205
20247
|
pat_with_workspace?: never;
|
|
20206
20248
|
console_session_with_workspace?: never;
|
|
@@ -20208,19 +20250,19 @@ declare const _default: {
|
|
|
20208
20250
|
} | {
|
|
20209
20251
|
pat_with_workspace: never[];
|
|
20210
20252
|
client_session?: never;
|
|
20211
|
-
|
|
20253
|
+
client_session_with_customer?: never;
|
|
20212
20254
|
console_session_with_workspace?: never;
|
|
20213
20255
|
api_key?: never;
|
|
20214
20256
|
} | {
|
|
20215
20257
|
console_session_with_workspace: never[];
|
|
20216
20258
|
client_session?: never;
|
|
20217
|
-
|
|
20259
|
+
client_session_with_customer?: never;
|
|
20218
20260
|
pat_with_workspace?: never;
|
|
20219
20261
|
api_key?: never;
|
|
20220
20262
|
} | {
|
|
20221
20263
|
api_key: never[];
|
|
20222
20264
|
client_session?: never;
|
|
20223
|
-
|
|
20265
|
+
client_session_with_customer?: never;
|
|
20224
20266
|
pat_with_workspace?: never;
|
|
20225
20267
|
console_session_with_workspace?: never;
|
|
20226
20268
|
})[];
|
|
@@ -20391,32 +20433,32 @@ declare const _default: {
|
|
|
20391
20433
|
};
|
|
20392
20434
|
};
|
|
20393
20435
|
security: ({
|
|
20394
|
-
|
|
20436
|
+
client_session_with_customer: never[];
|
|
20395
20437
|
client_session?: never;
|
|
20396
20438
|
pat_with_workspace?: never;
|
|
20397
20439
|
console_session_with_workspace?: never;
|
|
20398
20440
|
api_key?: never;
|
|
20399
20441
|
} | {
|
|
20400
20442
|
client_session: never[];
|
|
20401
|
-
|
|
20443
|
+
client_session_with_customer?: never;
|
|
20402
20444
|
pat_with_workspace?: never;
|
|
20403
20445
|
console_session_with_workspace?: never;
|
|
20404
20446
|
api_key?: never;
|
|
20405
20447
|
} | {
|
|
20406
20448
|
pat_with_workspace: never[];
|
|
20407
|
-
|
|
20449
|
+
client_session_with_customer?: never;
|
|
20408
20450
|
client_session?: never;
|
|
20409
20451
|
console_session_with_workspace?: never;
|
|
20410
20452
|
api_key?: never;
|
|
20411
20453
|
} | {
|
|
20412
20454
|
console_session_with_workspace: never[];
|
|
20413
|
-
|
|
20455
|
+
client_session_with_customer?: never;
|
|
20414
20456
|
client_session?: never;
|
|
20415
20457
|
pat_with_workspace?: never;
|
|
20416
20458
|
api_key?: never;
|
|
20417
20459
|
} | {
|
|
20418
20460
|
api_key: never[];
|
|
20419
|
-
|
|
20461
|
+
client_session_with_customer?: never;
|
|
20420
20462
|
client_session?: never;
|
|
20421
20463
|
pat_with_workspace?: never;
|
|
20422
20464
|
console_session_with_workspace?: never;
|
|
@@ -21564,27 +21606,27 @@ declare const _default: {
|
|
|
21564
21606
|
api_key?: never;
|
|
21565
21607
|
pat_with_workspace?: never;
|
|
21566
21608
|
console_session_with_workspace?: never;
|
|
21567
|
-
|
|
21609
|
+
client_session_with_customer?: never;
|
|
21568
21610
|
} | {
|
|
21569
21611
|
api_key: never[];
|
|
21570
21612
|
client_session?: never;
|
|
21571
21613
|
pat_with_workspace?: never;
|
|
21572
21614
|
console_session_with_workspace?: never;
|
|
21573
|
-
|
|
21615
|
+
client_session_with_customer?: never;
|
|
21574
21616
|
} | {
|
|
21575
21617
|
pat_with_workspace: never[];
|
|
21576
21618
|
client_session?: never;
|
|
21577
21619
|
api_key?: never;
|
|
21578
21620
|
console_session_with_workspace?: never;
|
|
21579
|
-
|
|
21621
|
+
client_session_with_customer?: never;
|
|
21580
21622
|
} | {
|
|
21581
21623
|
console_session_with_workspace: never[];
|
|
21582
21624
|
client_session?: never;
|
|
21583
21625
|
api_key?: never;
|
|
21584
21626
|
pat_with_workspace?: never;
|
|
21585
|
-
|
|
21627
|
+
client_session_with_customer?: never;
|
|
21586
21628
|
} | {
|
|
21587
|
-
|
|
21629
|
+
client_session_with_customer: never[];
|
|
21588
21630
|
client_session?: never;
|
|
21589
21631
|
api_key?: never;
|
|
21590
21632
|
pat_with_workspace?: never;
|
|
@@ -24886,6 +24928,8 @@ declare const _default: {
|
|
|
24886
24928
|
};
|
|
24887
24929
|
required: string[];
|
|
24888
24930
|
type: string;
|
|
24931
|
+
'x-route-path': string;
|
|
24932
|
+
'x-undocumented': string;
|
|
24889
24933
|
};
|
|
24890
24934
|
type: string;
|
|
24891
24935
|
};
|
|
@@ -24905,7 +24949,7 @@ declare const _default: {
|
|
|
24905
24949
|
};
|
|
24906
24950
|
};
|
|
24907
24951
|
security: {
|
|
24908
|
-
|
|
24952
|
+
client_session_with_customer: never[];
|
|
24909
24953
|
}[];
|
|
24910
24954
|
summary: string;
|
|
24911
24955
|
tags: never[];
|
|
@@ -28165,19 +28209,19 @@ declare const _default: {
|
|
|
28165
28209
|
pat_with_workspace: never[];
|
|
28166
28210
|
console_session_with_workspace?: never;
|
|
28167
28211
|
api_key?: never;
|
|
28168
|
-
|
|
28212
|
+
client_session_with_customer?: never;
|
|
28169
28213
|
} | {
|
|
28170
28214
|
console_session_with_workspace: never[];
|
|
28171
28215
|
pat_with_workspace?: never;
|
|
28172
28216
|
api_key?: never;
|
|
28173
|
-
|
|
28217
|
+
client_session_with_customer?: never;
|
|
28174
28218
|
} | {
|
|
28175
28219
|
api_key: never[];
|
|
28176
28220
|
pat_with_workspace?: never;
|
|
28177
28221
|
console_session_with_workspace?: never;
|
|
28178
|
-
|
|
28222
|
+
client_session_with_customer?: never;
|
|
28179
28223
|
} | {
|
|
28180
|
-
|
|
28224
|
+
client_session_with_customer: never[];
|
|
28181
28225
|
pat_with_workspace?: never;
|
|
28182
28226
|
console_session_with_workspace?: never;
|
|
28183
28227
|
api_key?: never;
|
|
@@ -28241,19 +28285,19 @@ declare const _default: {
|
|
|
28241
28285
|
pat_with_workspace: never[];
|
|
28242
28286
|
console_session_with_workspace?: never;
|
|
28243
28287
|
api_key?: never;
|
|
28244
|
-
|
|
28288
|
+
client_session_with_customer?: never;
|
|
28245
28289
|
} | {
|
|
28246
28290
|
console_session_with_workspace: never[];
|
|
28247
28291
|
pat_with_workspace?: never;
|
|
28248
28292
|
api_key?: never;
|
|
28249
|
-
|
|
28293
|
+
client_session_with_customer?: never;
|
|
28250
28294
|
} | {
|
|
28251
28295
|
api_key: never[];
|
|
28252
28296
|
pat_with_workspace?: never;
|
|
28253
28297
|
console_session_with_workspace?: never;
|
|
28254
|
-
|
|
28298
|
+
client_session_with_customer?: never;
|
|
28255
28299
|
} | {
|
|
28256
|
-
|
|
28300
|
+
client_session_with_customer: never[];
|
|
28257
28301
|
pat_with_workspace?: never;
|
|
28258
28302
|
console_session_with_workspace?: never;
|
|
28259
28303
|
api_key?: never;
|
|
@@ -28396,19 +28440,19 @@ declare const _default: {
|
|
|
28396
28440
|
pat_with_workspace: never[];
|
|
28397
28441
|
console_session_with_workspace?: never;
|
|
28398
28442
|
api_key?: never;
|
|
28399
|
-
|
|
28443
|
+
client_session_with_customer?: never;
|
|
28400
28444
|
} | {
|
|
28401
28445
|
console_session_with_workspace: never[];
|
|
28402
28446
|
pat_with_workspace?: never;
|
|
28403
28447
|
api_key?: never;
|
|
28404
|
-
|
|
28448
|
+
client_session_with_customer?: never;
|
|
28405
28449
|
} | {
|
|
28406
28450
|
api_key: never[];
|
|
28407
28451
|
pat_with_workspace?: never;
|
|
28408
28452
|
console_session_with_workspace?: never;
|
|
28409
|
-
|
|
28453
|
+
client_session_with_customer?: never;
|
|
28410
28454
|
} | {
|
|
28411
|
-
|
|
28455
|
+
client_session_with_customer: never[];
|
|
28412
28456
|
pat_with_workspace?: never;
|
|
28413
28457
|
console_session_with_workspace?: never;
|
|
28414
28458
|
api_key?: never;
|
|
@@ -28569,19 +28613,19 @@ declare const _default: {
|
|
|
28569
28613
|
pat_with_workspace: never[];
|
|
28570
28614
|
console_session_with_workspace?: never;
|
|
28571
28615
|
api_key?: never;
|
|
28572
|
-
|
|
28616
|
+
client_session_with_customer?: never;
|
|
28573
28617
|
} | {
|
|
28574
28618
|
console_session_with_workspace: never[];
|
|
28575
28619
|
pat_with_workspace?: never;
|
|
28576
28620
|
api_key?: never;
|
|
28577
|
-
|
|
28621
|
+
client_session_with_customer?: never;
|
|
28578
28622
|
} | {
|
|
28579
28623
|
api_key: never[];
|
|
28580
28624
|
pat_with_workspace?: never;
|
|
28581
28625
|
console_session_with_workspace?: never;
|
|
28582
|
-
|
|
28626
|
+
client_session_with_customer?: never;
|
|
28583
28627
|
} | {
|
|
28584
|
-
|
|
28628
|
+
client_session_with_customer: never[];
|
|
28585
28629
|
pat_with_workspace?: never;
|
|
28586
28630
|
console_session_with_workspace?: never;
|
|
28587
28631
|
api_key?: never;
|
|
@@ -30118,7 +30162,7 @@ declare const _default: {
|
|
|
30118
30162
|
'x-undocumented': string;
|
|
30119
30163
|
};
|
|
30120
30164
|
};
|
|
30121
|
-
'/unstable_partner/building_blocks/
|
|
30165
|
+
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
30122
30166
|
post: {
|
|
30123
30167
|
description: string;
|
|
30124
30168
|
operationId: string;
|
|
@@ -30127,13 +30171,11 @@ declare const _default: {
|
|
|
30127
30171
|
'application/json': {
|
|
30128
30172
|
schema: {
|
|
30129
30173
|
properties: {
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
};
|
|
30133
|
-
bridge_client_name: {
|
|
30174
|
+
building_block_type: {
|
|
30175
|
+
enum: string[];
|
|
30134
30176
|
type: string;
|
|
30135
30177
|
};
|
|
30136
|
-
|
|
30178
|
+
customer_key: {
|
|
30137
30179
|
type: string;
|
|
30138
30180
|
};
|
|
30139
30181
|
};
|
|
@@ -30149,138 +30191,8 @@ declare const _default: {
|
|
|
30149
30191
|
'application/json': {
|
|
30150
30192
|
schema: {
|
|
30151
30193
|
properties: {
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
bridge_client_machine_identifier_key: {
|
|
30155
|
-
type: string;
|
|
30156
|
-
};
|
|
30157
|
-
bridge_client_name: {
|
|
30158
|
-
type: string;
|
|
30159
|
-
};
|
|
30160
|
-
bridge_client_session_id: {
|
|
30161
|
-
format: string;
|
|
30162
|
-
type: string;
|
|
30163
|
-
};
|
|
30164
|
-
bridge_client_session_token: {
|
|
30165
|
-
type: string;
|
|
30166
|
-
};
|
|
30167
|
-
bridge_client_time_zone: {
|
|
30168
|
-
type: string;
|
|
30169
|
-
};
|
|
30170
|
-
created_at: {
|
|
30171
|
-
format: string;
|
|
30172
|
-
type: string;
|
|
30173
|
-
};
|
|
30174
|
-
errors: {
|
|
30175
|
-
items: {
|
|
30176
|
-
description: string;
|
|
30177
|
-
discriminator: {
|
|
30178
|
-
propertyName: string;
|
|
30179
|
-
};
|
|
30180
|
-
oneOf: ({
|
|
30181
|
-
description: string;
|
|
30182
|
-
properties: {
|
|
30183
|
-
can_tailscale_proxy_reach_bridge: {
|
|
30184
|
-
description: string;
|
|
30185
|
-
nullable: boolean;
|
|
30186
|
-
type: string;
|
|
30187
|
-
};
|
|
30188
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
30189
|
-
description: string;
|
|
30190
|
-
nullable: boolean;
|
|
30191
|
-
type: string;
|
|
30192
|
-
};
|
|
30193
|
-
created_at: {
|
|
30194
|
-
format: string;
|
|
30195
|
-
type: string;
|
|
30196
|
-
};
|
|
30197
|
-
error_code: {
|
|
30198
|
-
description: string;
|
|
30199
|
-
enum: string[];
|
|
30200
|
-
type: string;
|
|
30201
|
-
};
|
|
30202
|
-
is_bridge_socks_server_healthy: {
|
|
30203
|
-
description: string;
|
|
30204
|
-
nullable: boolean;
|
|
30205
|
-
type: string;
|
|
30206
|
-
};
|
|
30207
|
-
is_tailscale_proxy_reachable: {
|
|
30208
|
-
description: string;
|
|
30209
|
-
nullable: boolean;
|
|
30210
|
-
type: string;
|
|
30211
|
-
};
|
|
30212
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
30213
|
-
description: string;
|
|
30214
|
-
nullable: boolean;
|
|
30215
|
-
type: string;
|
|
30216
|
-
};
|
|
30217
|
-
message: {
|
|
30218
|
-
type: string;
|
|
30219
|
-
};
|
|
30220
|
-
};
|
|
30221
|
-
required: string[];
|
|
30222
|
-
type: string;
|
|
30223
|
-
} | {
|
|
30224
|
-
description: string;
|
|
30225
|
-
properties: {
|
|
30226
|
-
created_at: {
|
|
30227
|
-
format: string;
|
|
30228
|
-
type: string;
|
|
30229
|
-
};
|
|
30230
|
-
error_code: {
|
|
30231
|
-
description: string;
|
|
30232
|
-
enum: string[];
|
|
30233
|
-
type: string;
|
|
30234
|
-
};
|
|
30235
|
-
message: {
|
|
30236
|
-
type: string;
|
|
30237
|
-
};
|
|
30238
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
30239
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
30240
|
-
is_bridge_socks_server_healthy?: never;
|
|
30241
|
-
is_tailscale_proxy_reachable?: never;
|
|
30242
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
30243
|
-
};
|
|
30244
|
-
required: string[];
|
|
30245
|
-
type: string;
|
|
30246
|
-
})[];
|
|
30247
|
-
};
|
|
30248
|
-
type: string;
|
|
30249
|
-
};
|
|
30250
|
-
pairing_code: {
|
|
30251
|
-
maxLength: number;
|
|
30252
|
-
minLength: number;
|
|
30253
|
-
type: string;
|
|
30254
|
-
};
|
|
30255
|
-
pairing_code_expires_at: {
|
|
30256
|
-
format: string;
|
|
30257
|
-
type: string;
|
|
30258
|
-
};
|
|
30259
|
-
tailscale_auth_key: {
|
|
30260
|
-
nullable: boolean;
|
|
30261
|
-
type: string;
|
|
30262
|
-
};
|
|
30263
|
-
tailscale_hostname: {
|
|
30264
|
-
type: string;
|
|
30265
|
-
};
|
|
30266
|
-
telemetry_token: {
|
|
30267
|
-
nullable: boolean;
|
|
30268
|
-
type: string;
|
|
30269
|
-
};
|
|
30270
|
-
telemetry_token_expires_at: {
|
|
30271
|
-
format: string;
|
|
30272
|
-
nullable: boolean;
|
|
30273
|
-
type: string;
|
|
30274
|
-
};
|
|
30275
|
-
telemetry_url: {
|
|
30276
|
-
nullable: boolean;
|
|
30277
|
-
type: string;
|
|
30278
|
-
};
|
|
30279
|
-
};
|
|
30280
|
-
required: string[];
|
|
30281
|
-
type: string;
|
|
30282
|
-
'x-route-path': string;
|
|
30283
|
-
'x-undocumented': string;
|
|
30194
|
+
magic_link: {
|
|
30195
|
+
$ref: string;
|
|
30284
30196
|
};
|
|
30285
30197
|
ok: {
|
|
30286
30198
|
type: string;
|
|
@@ -30301,7 +30213,7 @@ declare const _default: {
|
|
|
30301
30213
|
};
|
|
30302
30214
|
};
|
|
30303
30215
|
security: {
|
|
30304
|
-
|
|
30216
|
+
api_key: never[];
|
|
30305
30217
|
}[];
|
|
30306
30218
|
summary: string;
|
|
30307
30219
|
tags: never[];
|
|
@@ -30368,9 +30280,13 @@ declare const _default: {
|
|
|
30368
30280
|
};
|
|
30369
30281
|
};
|
|
30370
30282
|
type: string;
|
|
30283
|
+
'x-route-path': string;
|
|
30284
|
+
'x-undocumented': string;
|
|
30371
30285
|
};
|
|
30372
30286
|
type: string;
|
|
30373
30287
|
properties?: never;
|
|
30288
|
+
'x-route-path'?: never;
|
|
30289
|
+
'x-undocumented'?: never;
|
|
30374
30290
|
} | {
|
|
30375
30291
|
properties: {
|
|
30376
30292
|
custom_metadata: {
|
|
@@ -30417,6 +30333,8 @@ declare const _default: {
|
|
|
30417
30333
|
};
|
|
30418
30334
|
};
|
|
30419
30335
|
type: string;
|
|
30336
|
+
'x-route-path': string;
|
|
30337
|
+
'x-undocumented': string;
|
|
30420
30338
|
items?: never;
|
|
30421
30339
|
})[];
|
|
30422
30340
|
};
|