@metorial-services/subspace-client 1.0.9 → 1.0.11
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/index.d.cts +55 -252
- package/dist/index.d.ts +55 -252
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -350,6 +350,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
350
350
|
id: string;
|
|
351
351
|
type: _metorial_subspace_db.PublisherType;
|
|
352
352
|
identifier: string;
|
|
353
|
+
image: PrismaJson.EntityImage | null;
|
|
353
354
|
name: string;
|
|
354
355
|
description: string | null;
|
|
355
356
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -422,6 +423,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
422
423
|
id: string;
|
|
423
424
|
type: _metorial_subspace_db.PublisherType;
|
|
424
425
|
identifier: string;
|
|
426
|
+
image: PrismaJson.EntityImage | null;
|
|
425
427
|
name: string;
|
|
426
428
|
description: string | null;
|
|
427
429
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1388,6 +1390,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1388
1390
|
id: string;
|
|
1389
1391
|
type: _metorial_subspace_db.PublisherType;
|
|
1390
1392
|
identifier: string;
|
|
1393
|
+
image: PrismaJson.EntityImage | null;
|
|
1391
1394
|
name: string;
|
|
1392
1395
|
description: string | null;
|
|
1393
1396
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1574,6 +1577,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1574
1577
|
id: string;
|
|
1575
1578
|
type: _metorial_subspace_db.PublisherType;
|
|
1576
1579
|
identifier: string;
|
|
1580
|
+
image: PrismaJson.EntityImage | null;
|
|
1577
1581
|
name: string;
|
|
1578
1582
|
description: string | null;
|
|
1579
1583
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1946,6 +1950,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1946
1950
|
id: string;
|
|
1947
1951
|
type: _metorial_subspace_db.PublisherType;
|
|
1948
1952
|
identifier: string;
|
|
1953
|
+
image: PrismaJson.EntityImage | null;
|
|
1949
1954
|
name: string;
|
|
1950
1955
|
description: string | null;
|
|
1951
1956
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -2320,6 +2325,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2320
2325
|
id: string;
|
|
2321
2326
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2322
2327
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2328
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2323
2329
|
isEphemeral: boolean;
|
|
2324
2330
|
isDefault: boolean;
|
|
2325
2331
|
providerId: string;
|
|
@@ -2342,6 +2348,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2342
2348
|
object: string;
|
|
2343
2349
|
id: string;
|
|
2344
2350
|
type: "oauth";
|
|
2351
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2345
2352
|
isEphemeral: boolean;
|
|
2346
2353
|
isDefault: boolean;
|
|
2347
2354
|
providerId: string;
|
|
@@ -2435,6 +2442,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2435
2442
|
id: string;
|
|
2436
2443
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2437
2444
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2445
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2438
2446
|
isEphemeral: boolean;
|
|
2439
2447
|
isDefault: boolean;
|
|
2440
2448
|
providerId: string;
|
|
@@ -2457,6 +2465,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2457
2465
|
object: string;
|
|
2458
2466
|
id: string;
|
|
2459
2467
|
type: "oauth";
|
|
2468
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2460
2469
|
isEphemeral: boolean;
|
|
2461
2470
|
isDefault: boolean;
|
|
2462
2471
|
providerId: string;
|
|
@@ -2679,6 +2688,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2679
2688
|
id: string;
|
|
2680
2689
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2681
2690
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2691
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2682
2692
|
isEphemeral: boolean;
|
|
2683
2693
|
isDefault: boolean;
|
|
2684
2694
|
providerId: string;
|
|
@@ -2701,6 +2711,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2701
2711
|
object: string;
|
|
2702
2712
|
id: string;
|
|
2703
2713
|
type: "oauth";
|
|
2714
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2704
2715
|
isEphemeral: boolean;
|
|
2705
2716
|
isDefault: boolean;
|
|
2706
2717
|
providerId: string;
|
|
@@ -2853,6 +2864,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2853
2864
|
id: string;
|
|
2854
2865
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2855
2866
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2867
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2856
2868
|
isEphemeral: boolean;
|
|
2857
2869
|
isDefault: boolean;
|
|
2858
2870
|
providerId: string;
|
|
@@ -2875,6 +2887,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2875
2887
|
object: string;
|
|
2876
2888
|
id: string;
|
|
2877
2889
|
type: "oauth";
|
|
2890
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2878
2891
|
isEphemeral: boolean;
|
|
2879
2892
|
isDefault: boolean;
|
|
2880
2893
|
providerId: string;
|
|
@@ -3103,6 +3116,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3103
3116
|
object: string;
|
|
3104
3117
|
id: string;
|
|
3105
3118
|
type: "oauth";
|
|
3119
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3106
3120
|
isEphemeral: boolean;
|
|
3107
3121
|
isDefault: boolean;
|
|
3108
3122
|
providerId: string;
|
|
@@ -3168,6 +3182,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3168
3182
|
object: string;
|
|
3169
3183
|
id: string;
|
|
3170
3184
|
type: "oauth";
|
|
3185
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3171
3186
|
isEphemeral: boolean;
|
|
3172
3187
|
isDefault: boolean;
|
|
3173
3188
|
providerId: string;
|
|
@@ -3281,6 +3296,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3281
3296
|
object: string;
|
|
3282
3297
|
id: string;
|
|
3283
3298
|
type: "oauth";
|
|
3299
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3284
3300
|
isEphemeral: boolean;
|
|
3285
3301
|
isDefault: boolean;
|
|
3286
3302
|
providerId: string;
|
|
@@ -3344,6 +3360,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3344
3360
|
object: string;
|
|
3345
3361
|
id: string;
|
|
3346
3362
|
type: "oauth";
|
|
3363
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3347
3364
|
isEphemeral: boolean;
|
|
3348
3365
|
isDefault: boolean;
|
|
3349
3366
|
providerId: string;
|
|
@@ -3472,6 +3489,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3472
3489
|
id: string;
|
|
3473
3490
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3474
3491
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3492
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3475
3493
|
isEphemeral: boolean;
|
|
3476
3494
|
isDefault: boolean;
|
|
3477
3495
|
providerId: string;
|
|
@@ -3494,6 +3512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3494
3512
|
object: string;
|
|
3495
3513
|
id: string;
|
|
3496
3514
|
type: "oauth";
|
|
3515
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3497
3516
|
isEphemeral: boolean;
|
|
3498
3517
|
isDefault: boolean;
|
|
3499
3518
|
providerId: string;
|
|
@@ -3601,6 +3620,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3601
3620
|
id: string;
|
|
3602
3621
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3603
3622
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3623
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3604
3624
|
isEphemeral: boolean;
|
|
3605
3625
|
isDefault: boolean;
|
|
3606
3626
|
providerId: string;
|
|
@@ -3623,6 +3643,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3623
3643
|
object: string;
|
|
3624
3644
|
id: string;
|
|
3625
3645
|
type: "oauth";
|
|
3646
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3626
3647
|
isEphemeral: boolean;
|
|
3627
3648
|
isDefault: boolean;
|
|
3628
3649
|
providerId: string;
|
|
@@ -3871,6 +3892,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3871
3892
|
id: string;
|
|
3872
3893
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3873
3894
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3895
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3874
3896
|
isEphemeral: boolean;
|
|
3875
3897
|
isDefault: boolean;
|
|
3876
3898
|
providerId: string;
|
|
@@ -3893,6 +3915,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3893
3915
|
object: string;
|
|
3894
3916
|
id: string;
|
|
3895
3917
|
type: "oauth";
|
|
3918
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3896
3919
|
isEphemeral: boolean;
|
|
3897
3920
|
isDefault: boolean;
|
|
3898
3921
|
providerId: string;
|
|
@@ -4012,6 +4035,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4012
4035
|
id: string;
|
|
4013
4036
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4014
4037
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4038
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4015
4039
|
isEphemeral: boolean;
|
|
4016
4040
|
isDefault: boolean;
|
|
4017
4041
|
providerId: string;
|
|
@@ -4034,6 +4058,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4034
4058
|
object: string;
|
|
4035
4059
|
id: string;
|
|
4036
4060
|
type: "oauth";
|
|
4061
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4037
4062
|
isEphemeral: boolean;
|
|
4038
4063
|
isDefault: boolean;
|
|
4039
4064
|
providerId: string;
|
|
@@ -4199,6 +4224,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4199
4224
|
id: string;
|
|
4200
4225
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4201
4226
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4227
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4202
4228
|
isEphemeral: boolean;
|
|
4203
4229
|
isDefault: boolean;
|
|
4204
4230
|
providerId: string;
|
|
@@ -4221,6 +4247,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4221
4247
|
object: string;
|
|
4222
4248
|
id: string;
|
|
4223
4249
|
type: "oauth";
|
|
4250
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4224
4251
|
isEphemeral: boolean;
|
|
4225
4252
|
isDefault: boolean;
|
|
4226
4253
|
providerId: string;
|
|
@@ -4474,6 +4501,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4474
4501
|
id: string;
|
|
4475
4502
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4476
4503
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4504
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4477
4505
|
isEphemeral: boolean;
|
|
4478
4506
|
isDefault: boolean;
|
|
4479
4507
|
providerId: string;
|
|
@@ -4496,6 +4524,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4496
4524
|
object: string;
|
|
4497
4525
|
id: string;
|
|
4498
4526
|
type: "oauth";
|
|
4527
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4499
4528
|
isEphemeral: boolean;
|
|
4500
4529
|
isDefault: boolean;
|
|
4501
4530
|
providerId: string;
|
|
@@ -4881,6 +4910,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4881
4910
|
object: string;
|
|
4882
4911
|
id: string;
|
|
4883
4912
|
type: "oauth";
|
|
4913
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4884
4914
|
isEphemeral: boolean;
|
|
4885
4915
|
isDefault: boolean;
|
|
4886
4916
|
providerId: string;
|
|
@@ -4895,6 +4925,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4895
4925
|
id: string;
|
|
4896
4926
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4897
4927
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4928
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4898
4929
|
isEphemeral: boolean;
|
|
4899
4930
|
isDefault: boolean;
|
|
4900
4931
|
providerId: string;
|
|
@@ -4917,6 +4948,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4917
4948
|
object: string;
|
|
4918
4949
|
id: string;
|
|
4919
4950
|
type: "oauth";
|
|
4951
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4920
4952
|
isEphemeral: boolean;
|
|
4921
4953
|
isDefault: boolean;
|
|
4922
4954
|
providerId: string;
|
|
@@ -5108,6 +5140,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5108
5140
|
object: string;
|
|
5109
5141
|
id: string;
|
|
5110
5142
|
type: "oauth";
|
|
5143
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5111
5144
|
isEphemeral: boolean;
|
|
5112
5145
|
isDefault: boolean;
|
|
5113
5146
|
providerId: string;
|
|
@@ -5122,6 +5155,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5122
5155
|
id: string;
|
|
5123
5156
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5124
5157
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5158
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5125
5159
|
isEphemeral: boolean;
|
|
5126
5160
|
isDefault: boolean;
|
|
5127
5161
|
providerId: string;
|
|
@@ -5144,6 +5178,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5144
5178
|
object: string;
|
|
5145
5179
|
id: string;
|
|
5146
5180
|
type: "oauth";
|
|
5181
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5147
5182
|
isEphemeral: boolean;
|
|
5148
5183
|
isDefault: boolean;
|
|
5149
5184
|
providerId: string;
|
|
@@ -5697,6 +5732,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5697
5732
|
object: string;
|
|
5698
5733
|
id: string;
|
|
5699
5734
|
type: "oauth";
|
|
5735
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5700
5736
|
isEphemeral: boolean;
|
|
5701
5737
|
isDefault: boolean;
|
|
5702
5738
|
providerId: string;
|
|
@@ -5711,6 +5747,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5711
5747
|
id: string;
|
|
5712
5748
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5713
5749
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5750
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5714
5751
|
isEphemeral: boolean;
|
|
5715
5752
|
isDefault: boolean;
|
|
5716
5753
|
providerId: string;
|
|
@@ -5733,6 +5770,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5733
5770
|
object: string;
|
|
5734
5771
|
id: string;
|
|
5735
5772
|
type: "oauth";
|
|
5773
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5736
5774
|
isEphemeral: boolean;
|
|
5737
5775
|
isDefault: boolean;
|
|
5738
5776
|
providerId: string;
|
|
@@ -5922,6 +5960,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5922
5960
|
object: string;
|
|
5923
5961
|
id: string;
|
|
5924
5962
|
type: "oauth";
|
|
5963
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5925
5964
|
isEphemeral: boolean;
|
|
5926
5965
|
isDefault: boolean;
|
|
5927
5966
|
providerId: string;
|
|
@@ -5936,6 +5975,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5936
5975
|
id: string;
|
|
5937
5976
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5938
5977
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5978
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5939
5979
|
isEphemeral: boolean;
|
|
5940
5980
|
isDefault: boolean;
|
|
5941
5981
|
providerId: string;
|
|
@@ -5958,6 +5998,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5958
5998
|
object: string;
|
|
5959
5999
|
id: string;
|
|
5960
6000
|
type: "oauth";
|
|
6001
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5961
6002
|
isEphemeral: boolean;
|
|
5962
6003
|
isDefault: boolean;
|
|
5963
6004
|
providerId: string;
|
|
@@ -9181,6 +9222,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9181
9222
|
id: string;
|
|
9182
9223
|
type: _metorial_subspace_db.PublisherType;
|
|
9183
9224
|
identifier: string;
|
|
9225
|
+
image: PrismaJson.EntityImage | null;
|
|
9184
9226
|
name: string;
|
|
9185
9227
|
description: string | null;
|
|
9186
9228
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -9425,6 +9467,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9425
9467
|
id: string;
|
|
9426
9468
|
type: _metorial_subspace_db.PublisherType;
|
|
9427
9469
|
identifier: string;
|
|
9470
|
+
image: PrismaJson.EntityImage | null;
|
|
9428
9471
|
name: string;
|
|
9429
9472
|
description: string | null;
|
|
9430
9473
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -10168,73 +10211,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10168
10211
|
metadata: unknown;
|
|
10169
10212
|
redirectUrl: string | null;
|
|
10170
10213
|
url: string | null;
|
|
10171
|
-
authConfig:
|
|
10172
|
-
object: string;
|
|
10173
|
-
id: string;
|
|
10174
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10175
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10176
|
-
isEphemeral: boolean;
|
|
10177
|
-
isDefault: boolean;
|
|
10178
|
-
providerId: string;
|
|
10179
|
-
name: string | null;
|
|
10180
|
-
description: string | null;
|
|
10181
|
-
metadata: unknown;
|
|
10182
|
-
deploymentPreview: {
|
|
10183
|
-
object: string;
|
|
10184
|
-
id: string;
|
|
10185
|
-
isEphemeral: boolean;
|
|
10186
|
-
isDefault: boolean;
|
|
10187
|
-
name: string | null;
|
|
10188
|
-
description: string | null;
|
|
10189
|
-
metadata: unknown;
|
|
10190
|
-
providerId: string;
|
|
10191
|
-
createdAt: Date;
|
|
10192
|
-
updatedAt: Date;
|
|
10193
|
-
} | null;
|
|
10194
|
-
credentials: {
|
|
10195
|
-
object: string;
|
|
10196
|
-
id: string;
|
|
10197
|
-
type: "oauth";
|
|
10198
|
-
isEphemeral: boolean;
|
|
10199
|
-
isDefault: boolean;
|
|
10200
|
-
providerId: string;
|
|
10201
|
-
name: string | null;
|
|
10202
|
-
description: string | null;
|
|
10203
|
-
metadata: unknown;
|
|
10204
|
-
createdAt: Date;
|
|
10205
|
-
updatedAt: Date;
|
|
10206
|
-
} | null;
|
|
10207
|
-
authMethod: {
|
|
10208
|
-
object: string;
|
|
10209
|
-
id: string;
|
|
10210
|
-
key: string;
|
|
10211
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10212
|
-
name: string;
|
|
10213
|
-
description: string | null;
|
|
10214
|
-
capabilities: {
|
|
10215
|
-
[key: string]: any;
|
|
10216
|
-
};
|
|
10217
|
-
inputJsonSchema: Record<string, any>;
|
|
10218
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10219
|
-
scopes: {
|
|
10220
|
-
scope: string;
|
|
10221
|
-
id: string;
|
|
10222
|
-
title: string;
|
|
10223
|
-
description?: string;
|
|
10224
|
-
object: string;
|
|
10225
|
-
}[] | null;
|
|
10226
|
-
specificationId: string;
|
|
10227
|
-
providerId: string;
|
|
10228
|
-
createdAt: Date;
|
|
10229
|
-
updatedAt: Date;
|
|
10230
|
-
};
|
|
10231
|
-
createdAt: Date;
|
|
10232
|
-
updatedAt: Date;
|
|
10233
|
-
} | null;
|
|
10214
|
+
authConfig: any;
|
|
10234
10215
|
credentials: {
|
|
10235
10216
|
object: string;
|
|
10236
10217
|
id: string;
|
|
10237
10218
|
type: "oauth";
|
|
10219
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10238
10220
|
isEphemeral: boolean;
|
|
10239
10221
|
isDefault: boolean;
|
|
10240
10222
|
providerId: string;
|
|
@@ -10346,73 +10328,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10346
10328
|
metadata: unknown;
|
|
10347
10329
|
redirectUrl: string | null;
|
|
10348
10330
|
url: string | null;
|
|
10349
|
-
authConfig:
|
|
10350
|
-
object: string;
|
|
10351
|
-
id: string;
|
|
10352
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10353
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10354
|
-
isEphemeral: boolean;
|
|
10355
|
-
isDefault: boolean;
|
|
10356
|
-
providerId: string;
|
|
10357
|
-
name: string | null;
|
|
10358
|
-
description: string | null;
|
|
10359
|
-
metadata: unknown;
|
|
10360
|
-
deploymentPreview: {
|
|
10361
|
-
object: string;
|
|
10362
|
-
id: string;
|
|
10363
|
-
isEphemeral: boolean;
|
|
10364
|
-
isDefault: boolean;
|
|
10365
|
-
name: string | null;
|
|
10366
|
-
description: string | null;
|
|
10367
|
-
metadata: unknown;
|
|
10368
|
-
providerId: string;
|
|
10369
|
-
createdAt: Date;
|
|
10370
|
-
updatedAt: Date;
|
|
10371
|
-
} | null;
|
|
10372
|
-
credentials: {
|
|
10373
|
-
object: string;
|
|
10374
|
-
id: string;
|
|
10375
|
-
type: "oauth";
|
|
10376
|
-
isEphemeral: boolean;
|
|
10377
|
-
isDefault: boolean;
|
|
10378
|
-
providerId: string;
|
|
10379
|
-
name: string | null;
|
|
10380
|
-
description: string | null;
|
|
10381
|
-
metadata: unknown;
|
|
10382
|
-
createdAt: Date;
|
|
10383
|
-
updatedAt: Date;
|
|
10384
|
-
} | null;
|
|
10385
|
-
authMethod: {
|
|
10386
|
-
object: string;
|
|
10387
|
-
id: string;
|
|
10388
|
-
key: string;
|
|
10389
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10390
|
-
name: string;
|
|
10391
|
-
description: string | null;
|
|
10392
|
-
capabilities: {
|
|
10393
|
-
[key: string]: any;
|
|
10394
|
-
};
|
|
10395
|
-
inputJsonSchema: Record<string, any>;
|
|
10396
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10397
|
-
scopes: {
|
|
10398
|
-
scope: string;
|
|
10399
|
-
id: string;
|
|
10400
|
-
title: string;
|
|
10401
|
-
description?: string;
|
|
10402
|
-
object: string;
|
|
10403
|
-
}[] | null;
|
|
10404
|
-
specificationId: string;
|
|
10405
|
-
providerId: string;
|
|
10406
|
-
createdAt: Date;
|
|
10407
|
-
updatedAt: Date;
|
|
10408
|
-
};
|
|
10409
|
-
createdAt: Date;
|
|
10410
|
-
updatedAt: Date;
|
|
10411
|
-
} | null;
|
|
10331
|
+
authConfig: any;
|
|
10412
10332
|
credentials: {
|
|
10413
10333
|
object: string;
|
|
10414
10334
|
id: string;
|
|
10415
10335
|
type: "oauth";
|
|
10336
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10416
10337
|
isEphemeral: boolean;
|
|
10417
10338
|
isDefault: boolean;
|
|
10418
10339
|
providerId: string;
|
|
@@ -10704,73 +10625,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10704
10625
|
metadata: unknown;
|
|
10705
10626
|
redirectUrl: string | null;
|
|
10706
10627
|
url: string | null;
|
|
10707
|
-
authConfig:
|
|
10708
|
-
object: string;
|
|
10709
|
-
id: string;
|
|
10710
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10711
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10712
|
-
isEphemeral: boolean;
|
|
10713
|
-
isDefault: boolean;
|
|
10714
|
-
providerId: string;
|
|
10715
|
-
name: string | null;
|
|
10716
|
-
description: string | null;
|
|
10717
|
-
metadata: unknown;
|
|
10718
|
-
deploymentPreview: {
|
|
10719
|
-
object: string;
|
|
10720
|
-
id: string;
|
|
10721
|
-
isEphemeral: boolean;
|
|
10722
|
-
isDefault: boolean;
|
|
10723
|
-
name: string | null;
|
|
10724
|
-
description: string | null;
|
|
10725
|
-
metadata: unknown;
|
|
10726
|
-
providerId: string;
|
|
10727
|
-
createdAt: Date;
|
|
10728
|
-
updatedAt: Date;
|
|
10729
|
-
} | null;
|
|
10730
|
-
credentials: {
|
|
10731
|
-
object: string;
|
|
10732
|
-
id: string;
|
|
10733
|
-
type: "oauth";
|
|
10734
|
-
isEphemeral: boolean;
|
|
10735
|
-
isDefault: boolean;
|
|
10736
|
-
providerId: string;
|
|
10737
|
-
name: string | null;
|
|
10738
|
-
description: string | null;
|
|
10739
|
-
metadata: unknown;
|
|
10740
|
-
createdAt: Date;
|
|
10741
|
-
updatedAt: Date;
|
|
10742
|
-
} | null;
|
|
10743
|
-
authMethod: {
|
|
10744
|
-
object: string;
|
|
10745
|
-
id: string;
|
|
10746
|
-
key: string;
|
|
10747
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10748
|
-
name: string;
|
|
10749
|
-
description: string | null;
|
|
10750
|
-
capabilities: {
|
|
10751
|
-
[key: string]: any;
|
|
10752
|
-
};
|
|
10753
|
-
inputJsonSchema: Record<string, any>;
|
|
10754
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10755
|
-
scopes: {
|
|
10756
|
-
scope: string;
|
|
10757
|
-
id: string;
|
|
10758
|
-
title: string;
|
|
10759
|
-
description?: string;
|
|
10760
|
-
object: string;
|
|
10761
|
-
}[] | null;
|
|
10762
|
-
specificationId: string;
|
|
10763
|
-
providerId: string;
|
|
10764
|
-
createdAt: Date;
|
|
10765
|
-
updatedAt: Date;
|
|
10766
|
-
};
|
|
10767
|
-
createdAt: Date;
|
|
10768
|
-
updatedAt: Date;
|
|
10769
|
-
} | null;
|
|
10628
|
+
authConfig: any;
|
|
10770
10629
|
credentials: {
|
|
10771
10630
|
object: string;
|
|
10772
10631
|
id: string;
|
|
10773
10632
|
type: "oauth";
|
|
10633
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10774
10634
|
isEphemeral: boolean;
|
|
10775
10635
|
isDefault: boolean;
|
|
10776
10636
|
providerId: string;
|
|
@@ -10880,73 +10740,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10880
10740
|
metadata: unknown;
|
|
10881
10741
|
redirectUrl: string | null;
|
|
10882
10742
|
url: string | null;
|
|
10883
|
-
authConfig:
|
|
10884
|
-
object: string;
|
|
10885
|
-
id: string;
|
|
10886
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10887
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10888
|
-
isEphemeral: boolean;
|
|
10889
|
-
isDefault: boolean;
|
|
10890
|
-
providerId: string;
|
|
10891
|
-
name: string | null;
|
|
10892
|
-
description: string | null;
|
|
10893
|
-
metadata: unknown;
|
|
10894
|
-
deploymentPreview: {
|
|
10895
|
-
object: string;
|
|
10896
|
-
id: string;
|
|
10897
|
-
isEphemeral: boolean;
|
|
10898
|
-
isDefault: boolean;
|
|
10899
|
-
name: string | null;
|
|
10900
|
-
description: string | null;
|
|
10901
|
-
metadata: unknown;
|
|
10902
|
-
providerId: string;
|
|
10903
|
-
createdAt: Date;
|
|
10904
|
-
updatedAt: Date;
|
|
10905
|
-
} | null;
|
|
10906
|
-
credentials: {
|
|
10907
|
-
object: string;
|
|
10908
|
-
id: string;
|
|
10909
|
-
type: "oauth";
|
|
10910
|
-
isEphemeral: boolean;
|
|
10911
|
-
isDefault: boolean;
|
|
10912
|
-
providerId: string;
|
|
10913
|
-
name: string | null;
|
|
10914
|
-
description: string | null;
|
|
10915
|
-
metadata: unknown;
|
|
10916
|
-
createdAt: Date;
|
|
10917
|
-
updatedAt: Date;
|
|
10918
|
-
} | null;
|
|
10919
|
-
authMethod: {
|
|
10920
|
-
object: string;
|
|
10921
|
-
id: string;
|
|
10922
|
-
key: string;
|
|
10923
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10924
|
-
name: string;
|
|
10925
|
-
description: string | null;
|
|
10926
|
-
capabilities: {
|
|
10927
|
-
[key: string]: any;
|
|
10928
|
-
};
|
|
10929
|
-
inputJsonSchema: Record<string, any>;
|
|
10930
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10931
|
-
scopes: {
|
|
10932
|
-
scope: string;
|
|
10933
|
-
id: string;
|
|
10934
|
-
title: string;
|
|
10935
|
-
description?: string;
|
|
10936
|
-
object: string;
|
|
10937
|
-
}[] | null;
|
|
10938
|
-
specificationId: string;
|
|
10939
|
-
providerId: string;
|
|
10940
|
-
createdAt: Date;
|
|
10941
|
-
updatedAt: Date;
|
|
10942
|
-
};
|
|
10943
|
-
createdAt: Date;
|
|
10944
|
-
updatedAt: Date;
|
|
10945
|
-
} | null;
|
|
10743
|
+
authConfig: any;
|
|
10946
10744
|
credentials: {
|
|
10947
10745
|
object: string;
|
|
10948
10746
|
id: string;
|
|
10949
10747
|
type: "oauth";
|
|
10748
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10950
10749
|
isEphemeral: boolean;
|
|
10951
10750
|
isDefault: boolean;
|
|
10952
10751
|
providerId: string;
|
|
@@ -19972,6 +19771,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19972
19771
|
id: string;
|
|
19973
19772
|
type: _metorial_subspace_db.PublisherType;
|
|
19974
19773
|
identifier: string;
|
|
19774
|
+
image: PrismaJson.EntityImage | null;
|
|
19975
19775
|
name: string;
|
|
19976
19776
|
description: string | null;
|
|
19977
19777
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20211,6 +20011,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20211
20011
|
id: string;
|
|
20212
20012
|
type: _metorial_subspace_db.PublisherType;
|
|
20213
20013
|
identifier: string;
|
|
20014
|
+
image: PrismaJson.EntityImage | null;
|
|
20214
20015
|
name: string;
|
|
20215
20016
|
description: string | null;
|
|
20216
20017
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20711,6 +20512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20711
20512
|
id: string;
|
|
20712
20513
|
type: _metorial_subspace_db.PublisherType;
|
|
20713
20514
|
identifier: string;
|
|
20515
|
+
image: PrismaJson.EntityImage | null;
|
|
20714
20516
|
name: string;
|
|
20715
20517
|
description: string | null;
|
|
20716
20518
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20949,6 +20751,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20949
20751
|
id: string;
|
|
20950
20752
|
type: _metorial_subspace_db.PublisherType;
|
|
20951
20753
|
identifier: string;
|
|
20754
|
+
image: PrismaJson.EntityImage | null;
|
|
20952
20755
|
name: string;
|
|
20953
20756
|
description: string | null;
|
|
20954
20757
|
source: PrismaJson.PublisherSource | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
350
350
|
id: string;
|
|
351
351
|
type: _metorial_subspace_db.PublisherType;
|
|
352
352
|
identifier: string;
|
|
353
|
+
image: PrismaJson.EntityImage | null;
|
|
353
354
|
name: string;
|
|
354
355
|
description: string | null;
|
|
355
356
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -422,6 +423,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
422
423
|
id: string;
|
|
423
424
|
type: _metorial_subspace_db.PublisherType;
|
|
424
425
|
identifier: string;
|
|
426
|
+
image: PrismaJson.EntityImage | null;
|
|
425
427
|
name: string;
|
|
426
428
|
description: string | null;
|
|
427
429
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1388,6 +1390,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1388
1390
|
id: string;
|
|
1389
1391
|
type: _metorial_subspace_db.PublisherType;
|
|
1390
1392
|
identifier: string;
|
|
1393
|
+
image: PrismaJson.EntityImage | null;
|
|
1391
1394
|
name: string;
|
|
1392
1395
|
description: string | null;
|
|
1393
1396
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1574,6 +1577,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1574
1577
|
id: string;
|
|
1575
1578
|
type: _metorial_subspace_db.PublisherType;
|
|
1576
1579
|
identifier: string;
|
|
1580
|
+
image: PrismaJson.EntityImage | null;
|
|
1577
1581
|
name: string;
|
|
1578
1582
|
description: string | null;
|
|
1579
1583
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -1946,6 +1950,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1946
1950
|
id: string;
|
|
1947
1951
|
type: _metorial_subspace_db.PublisherType;
|
|
1948
1952
|
identifier: string;
|
|
1953
|
+
image: PrismaJson.EntityImage | null;
|
|
1949
1954
|
name: string;
|
|
1950
1955
|
description: string | null;
|
|
1951
1956
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -2320,6 +2325,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2320
2325
|
id: string;
|
|
2321
2326
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2322
2327
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2328
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2323
2329
|
isEphemeral: boolean;
|
|
2324
2330
|
isDefault: boolean;
|
|
2325
2331
|
providerId: string;
|
|
@@ -2342,6 +2348,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2342
2348
|
object: string;
|
|
2343
2349
|
id: string;
|
|
2344
2350
|
type: "oauth";
|
|
2351
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2345
2352
|
isEphemeral: boolean;
|
|
2346
2353
|
isDefault: boolean;
|
|
2347
2354
|
providerId: string;
|
|
@@ -2435,6 +2442,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2435
2442
|
id: string;
|
|
2436
2443
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2437
2444
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2445
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2438
2446
|
isEphemeral: boolean;
|
|
2439
2447
|
isDefault: boolean;
|
|
2440
2448
|
providerId: string;
|
|
@@ -2457,6 +2465,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2457
2465
|
object: string;
|
|
2458
2466
|
id: string;
|
|
2459
2467
|
type: "oauth";
|
|
2468
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2460
2469
|
isEphemeral: boolean;
|
|
2461
2470
|
isDefault: boolean;
|
|
2462
2471
|
providerId: string;
|
|
@@ -2679,6 +2688,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2679
2688
|
id: string;
|
|
2680
2689
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2681
2690
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2691
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2682
2692
|
isEphemeral: boolean;
|
|
2683
2693
|
isDefault: boolean;
|
|
2684
2694
|
providerId: string;
|
|
@@ -2701,6 +2711,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2701
2711
|
object: string;
|
|
2702
2712
|
id: string;
|
|
2703
2713
|
type: "oauth";
|
|
2714
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2704
2715
|
isEphemeral: boolean;
|
|
2705
2716
|
isDefault: boolean;
|
|
2706
2717
|
providerId: string;
|
|
@@ -2853,6 +2864,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2853
2864
|
id: string;
|
|
2854
2865
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
2855
2866
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
2867
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
2856
2868
|
isEphemeral: boolean;
|
|
2857
2869
|
isDefault: boolean;
|
|
2858
2870
|
providerId: string;
|
|
@@ -2875,6 +2887,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2875
2887
|
object: string;
|
|
2876
2888
|
id: string;
|
|
2877
2889
|
type: "oauth";
|
|
2890
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
2878
2891
|
isEphemeral: boolean;
|
|
2879
2892
|
isDefault: boolean;
|
|
2880
2893
|
providerId: string;
|
|
@@ -3103,6 +3116,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3103
3116
|
object: string;
|
|
3104
3117
|
id: string;
|
|
3105
3118
|
type: "oauth";
|
|
3119
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3106
3120
|
isEphemeral: boolean;
|
|
3107
3121
|
isDefault: boolean;
|
|
3108
3122
|
providerId: string;
|
|
@@ -3168,6 +3182,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3168
3182
|
object: string;
|
|
3169
3183
|
id: string;
|
|
3170
3184
|
type: "oauth";
|
|
3185
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3171
3186
|
isEphemeral: boolean;
|
|
3172
3187
|
isDefault: boolean;
|
|
3173
3188
|
providerId: string;
|
|
@@ -3281,6 +3296,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3281
3296
|
object: string;
|
|
3282
3297
|
id: string;
|
|
3283
3298
|
type: "oauth";
|
|
3299
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3284
3300
|
isEphemeral: boolean;
|
|
3285
3301
|
isDefault: boolean;
|
|
3286
3302
|
providerId: string;
|
|
@@ -3344,6 +3360,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3344
3360
|
object: string;
|
|
3345
3361
|
id: string;
|
|
3346
3362
|
type: "oauth";
|
|
3363
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3347
3364
|
isEphemeral: boolean;
|
|
3348
3365
|
isDefault: boolean;
|
|
3349
3366
|
providerId: string;
|
|
@@ -3472,6 +3489,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3472
3489
|
id: string;
|
|
3473
3490
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3474
3491
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3492
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3475
3493
|
isEphemeral: boolean;
|
|
3476
3494
|
isDefault: boolean;
|
|
3477
3495
|
providerId: string;
|
|
@@ -3494,6 +3512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3494
3512
|
object: string;
|
|
3495
3513
|
id: string;
|
|
3496
3514
|
type: "oauth";
|
|
3515
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3497
3516
|
isEphemeral: boolean;
|
|
3498
3517
|
isDefault: boolean;
|
|
3499
3518
|
providerId: string;
|
|
@@ -3601,6 +3620,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3601
3620
|
id: string;
|
|
3602
3621
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3603
3622
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3623
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3604
3624
|
isEphemeral: boolean;
|
|
3605
3625
|
isDefault: boolean;
|
|
3606
3626
|
providerId: string;
|
|
@@ -3623,6 +3643,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3623
3643
|
object: string;
|
|
3624
3644
|
id: string;
|
|
3625
3645
|
type: "oauth";
|
|
3646
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3626
3647
|
isEphemeral: boolean;
|
|
3627
3648
|
isDefault: boolean;
|
|
3628
3649
|
providerId: string;
|
|
@@ -3871,6 +3892,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3871
3892
|
id: string;
|
|
3872
3893
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
3873
3894
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
3895
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
3874
3896
|
isEphemeral: boolean;
|
|
3875
3897
|
isDefault: boolean;
|
|
3876
3898
|
providerId: string;
|
|
@@ -3893,6 +3915,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3893
3915
|
object: string;
|
|
3894
3916
|
id: string;
|
|
3895
3917
|
type: "oauth";
|
|
3918
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
3896
3919
|
isEphemeral: boolean;
|
|
3897
3920
|
isDefault: boolean;
|
|
3898
3921
|
providerId: string;
|
|
@@ -4012,6 +4035,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4012
4035
|
id: string;
|
|
4013
4036
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4014
4037
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4038
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4015
4039
|
isEphemeral: boolean;
|
|
4016
4040
|
isDefault: boolean;
|
|
4017
4041
|
providerId: string;
|
|
@@ -4034,6 +4058,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4034
4058
|
object: string;
|
|
4035
4059
|
id: string;
|
|
4036
4060
|
type: "oauth";
|
|
4061
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4037
4062
|
isEphemeral: boolean;
|
|
4038
4063
|
isDefault: boolean;
|
|
4039
4064
|
providerId: string;
|
|
@@ -4199,6 +4224,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4199
4224
|
id: string;
|
|
4200
4225
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4201
4226
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4227
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4202
4228
|
isEphemeral: boolean;
|
|
4203
4229
|
isDefault: boolean;
|
|
4204
4230
|
providerId: string;
|
|
@@ -4221,6 +4247,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4221
4247
|
object: string;
|
|
4222
4248
|
id: string;
|
|
4223
4249
|
type: "oauth";
|
|
4250
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4224
4251
|
isEphemeral: boolean;
|
|
4225
4252
|
isDefault: boolean;
|
|
4226
4253
|
providerId: string;
|
|
@@ -4474,6 +4501,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4474
4501
|
id: string;
|
|
4475
4502
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4476
4503
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4504
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4477
4505
|
isEphemeral: boolean;
|
|
4478
4506
|
isDefault: boolean;
|
|
4479
4507
|
providerId: string;
|
|
@@ -4496,6 +4524,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4496
4524
|
object: string;
|
|
4497
4525
|
id: string;
|
|
4498
4526
|
type: "oauth";
|
|
4527
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4499
4528
|
isEphemeral: boolean;
|
|
4500
4529
|
isDefault: boolean;
|
|
4501
4530
|
providerId: string;
|
|
@@ -4881,6 +4910,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4881
4910
|
object: string;
|
|
4882
4911
|
id: string;
|
|
4883
4912
|
type: "oauth";
|
|
4913
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4884
4914
|
isEphemeral: boolean;
|
|
4885
4915
|
isDefault: boolean;
|
|
4886
4916
|
providerId: string;
|
|
@@ -4895,6 +4925,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4895
4925
|
id: string;
|
|
4896
4926
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
4897
4927
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
4928
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
4898
4929
|
isEphemeral: boolean;
|
|
4899
4930
|
isDefault: boolean;
|
|
4900
4931
|
providerId: string;
|
|
@@ -4917,6 +4948,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4917
4948
|
object: string;
|
|
4918
4949
|
id: string;
|
|
4919
4950
|
type: "oauth";
|
|
4951
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
4920
4952
|
isEphemeral: boolean;
|
|
4921
4953
|
isDefault: boolean;
|
|
4922
4954
|
providerId: string;
|
|
@@ -5108,6 +5140,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5108
5140
|
object: string;
|
|
5109
5141
|
id: string;
|
|
5110
5142
|
type: "oauth";
|
|
5143
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5111
5144
|
isEphemeral: boolean;
|
|
5112
5145
|
isDefault: boolean;
|
|
5113
5146
|
providerId: string;
|
|
@@ -5122,6 +5155,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5122
5155
|
id: string;
|
|
5123
5156
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5124
5157
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5158
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5125
5159
|
isEphemeral: boolean;
|
|
5126
5160
|
isDefault: boolean;
|
|
5127
5161
|
providerId: string;
|
|
@@ -5144,6 +5178,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5144
5178
|
object: string;
|
|
5145
5179
|
id: string;
|
|
5146
5180
|
type: "oauth";
|
|
5181
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5147
5182
|
isEphemeral: boolean;
|
|
5148
5183
|
isDefault: boolean;
|
|
5149
5184
|
providerId: string;
|
|
@@ -5697,6 +5732,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5697
5732
|
object: string;
|
|
5698
5733
|
id: string;
|
|
5699
5734
|
type: "oauth";
|
|
5735
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5700
5736
|
isEphemeral: boolean;
|
|
5701
5737
|
isDefault: boolean;
|
|
5702
5738
|
providerId: string;
|
|
@@ -5711,6 +5747,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5711
5747
|
id: string;
|
|
5712
5748
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5713
5749
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5750
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5714
5751
|
isEphemeral: boolean;
|
|
5715
5752
|
isDefault: boolean;
|
|
5716
5753
|
providerId: string;
|
|
@@ -5733,6 +5770,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5733
5770
|
object: string;
|
|
5734
5771
|
id: string;
|
|
5735
5772
|
type: "oauth";
|
|
5773
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5736
5774
|
isEphemeral: boolean;
|
|
5737
5775
|
isDefault: boolean;
|
|
5738
5776
|
providerId: string;
|
|
@@ -5922,6 +5960,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5922
5960
|
object: string;
|
|
5923
5961
|
id: string;
|
|
5924
5962
|
type: "oauth";
|
|
5963
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5925
5964
|
isEphemeral: boolean;
|
|
5926
5965
|
isDefault: boolean;
|
|
5927
5966
|
providerId: string;
|
|
@@ -5936,6 +5975,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5936
5975
|
id: string;
|
|
5937
5976
|
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
5938
5977
|
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
5978
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
5939
5979
|
isEphemeral: boolean;
|
|
5940
5980
|
isDefault: boolean;
|
|
5941
5981
|
providerId: string;
|
|
@@ -5958,6 +5998,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5958
5998
|
object: string;
|
|
5959
5999
|
id: string;
|
|
5960
6000
|
type: "oauth";
|
|
6001
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
5961
6002
|
isEphemeral: boolean;
|
|
5962
6003
|
isDefault: boolean;
|
|
5963
6004
|
providerId: string;
|
|
@@ -9181,6 +9222,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9181
9222
|
id: string;
|
|
9182
9223
|
type: _metorial_subspace_db.PublisherType;
|
|
9183
9224
|
identifier: string;
|
|
9225
|
+
image: PrismaJson.EntityImage | null;
|
|
9184
9226
|
name: string;
|
|
9185
9227
|
description: string | null;
|
|
9186
9228
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -9425,6 +9467,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9425
9467
|
id: string;
|
|
9426
9468
|
type: _metorial_subspace_db.PublisherType;
|
|
9427
9469
|
identifier: string;
|
|
9470
|
+
image: PrismaJson.EntityImage | null;
|
|
9428
9471
|
name: string;
|
|
9429
9472
|
description: string | null;
|
|
9430
9473
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -10168,73 +10211,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10168
10211
|
metadata: unknown;
|
|
10169
10212
|
redirectUrl: string | null;
|
|
10170
10213
|
url: string | null;
|
|
10171
|
-
authConfig:
|
|
10172
|
-
object: string;
|
|
10173
|
-
id: string;
|
|
10174
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10175
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10176
|
-
isEphemeral: boolean;
|
|
10177
|
-
isDefault: boolean;
|
|
10178
|
-
providerId: string;
|
|
10179
|
-
name: string | null;
|
|
10180
|
-
description: string | null;
|
|
10181
|
-
metadata: unknown;
|
|
10182
|
-
deploymentPreview: {
|
|
10183
|
-
object: string;
|
|
10184
|
-
id: string;
|
|
10185
|
-
isEphemeral: boolean;
|
|
10186
|
-
isDefault: boolean;
|
|
10187
|
-
name: string | null;
|
|
10188
|
-
description: string | null;
|
|
10189
|
-
metadata: unknown;
|
|
10190
|
-
providerId: string;
|
|
10191
|
-
createdAt: Date;
|
|
10192
|
-
updatedAt: Date;
|
|
10193
|
-
} | null;
|
|
10194
|
-
credentials: {
|
|
10195
|
-
object: string;
|
|
10196
|
-
id: string;
|
|
10197
|
-
type: "oauth";
|
|
10198
|
-
isEphemeral: boolean;
|
|
10199
|
-
isDefault: boolean;
|
|
10200
|
-
providerId: string;
|
|
10201
|
-
name: string | null;
|
|
10202
|
-
description: string | null;
|
|
10203
|
-
metadata: unknown;
|
|
10204
|
-
createdAt: Date;
|
|
10205
|
-
updatedAt: Date;
|
|
10206
|
-
} | null;
|
|
10207
|
-
authMethod: {
|
|
10208
|
-
object: string;
|
|
10209
|
-
id: string;
|
|
10210
|
-
key: string;
|
|
10211
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10212
|
-
name: string;
|
|
10213
|
-
description: string | null;
|
|
10214
|
-
capabilities: {
|
|
10215
|
-
[key: string]: any;
|
|
10216
|
-
};
|
|
10217
|
-
inputJsonSchema: Record<string, any>;
|
|
10218
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10219
|
-
scopes: {
|
|
10220
|
-
scope: string;
|
|
10221
|
-
id: string;
|
|
10222
|
-
title: string;
|
|
10223
|
-
description?: string;
|
|
10224
|
-
object: string;
|
|
10225
|
-
}[] | null;
|
|
10226
|
-
specificationId: string;
|
|
10227
|
-
providerId: string;
|
|
10228
|
-
createdAt: Date;
|
|
10229
|
-
updatedAt: Date;
|
|
10230
|
-
};
|
|
10231
|
-
createdAt: Date;
|
|
10232
|
-
updatedAt: Date;
|
|
10233
|
-
} | null;
|
|
10214
|
+
authConfig: any;
|
|
10234
10215
|
credentials: {
|
|
10235
10216
|
object: string;
|
|
10236
10217
|
id: string;
|
|
10237
10218
|
type: "oauth";
|
|
10219
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10238
10220
|
isEphemeral: boolean;
|
|
10239
10221
|
isDefault: boolean;
|
|
10240
10222
|
providerId: string;
|
|
@@ -10346,73 +10328,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10346
10328
|
metadata: unknown;
|
|
10347
10329
|
redirectUrl: string | null;
|
|
10348
10330
|
url: string | null;
|
|
10349
|
-
authConfig:
|
|
10350
|
-
object: string;
|
|
10351
|
-
id: string;
|
|
10352
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10353
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10354
|
-
isEphemeral: boolean;
|
|
10355
|
-
isDefault: boolean;
|
|
10356
|
-
providerId: string;
|
|
10357
|
-
name: string | null;
|
|
10358
|
-
description: string | null;
|
|
10359
|
-
metadata: unknown;
|
|
10360
|
-
deploymentPreview: {
|
|
10361
|
-
object: string;
|
|
10362
|
-
id: string;
|
|
10363
|
-
isEphemeral: boolean;
|
|
10364
|
-
isDefault: boolean;
|
|
10365
|
-
name: string | null;
|
|
10366
|
-
description: string | null;
|
|
10367
|
-
metadata: unknown;
|
|
10368
|
-
providerId: string;
|
|
10369
|
-
createdAt: Date;
|
|
10370
|
-
updatedAt: Date;
|
|
10371
|
-
} | null;
|
|
10372
|
-
credentials: {
|
|
10373
|
-
object: string;
|
|
10374
|
-
id: string;
|
|
10375
|
-
type: "oauth";
|
|
10376
|
-
isEphemeral: boolean;
|
|
10377
|
-
isDefault: boolean;
|
|
10378
|
-
providerId: string;
|
|
10379
|
-
name: string | null;
|
|
10380
|
-
description: string | null;
|
|
10381
|
-
metadata: unknown;
|
|
10382
|
-
createdAt: Date;
|
|
10383
|
-
updatedAt: Date;
|
|
10384
|
-
} | null;
|
|
10385
|
-
authMethod: {
|
|
10386
|
-
object: string;
|
|
10387
|
-
id: string;
|
|
10388
|
-
key: string;
|
|
10389
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10390
|
-
name: string;
|
|
10391
|
-
description: string | null;
|
|
10392
|
-
capabilities: {
|
|
10393
|
-
[key: string]: any;
|
|
10394
|
-
};
|
|
10395
|
-
inputJsonSchema: Record<string, any>;
|
|
10396
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10397
|
-
scopes: {
|
|
10398
|
-
scope: string;
|
|
10399
|
-
id: string;
|
|
10400
|
-
title: string;
|
|
10401
|
-
description?: string;
|
|
10402
|
-
object: string;
|
|
10403
|
-
}[] | null;
|
|
10404
|
-
specificationId: string;
|
|
10405
|
-
providerId: string;
|
|
10406
|
-
createdAt: Date;
|
|
10407
|
-
updatedAt: Date;
|
|
10408
|
-
};
|
|
10409
|
-
createdAt: Date;
|
|
10410
|
-
updatedAt: Date;
|
|
10411
|
-
} | null;
|
|
10331
|
+
authConfig: any;
|
|
10412
10332
|
credentials: {
|
|
10413
10333
|
object: string;
|
|
10414
10334
|
id: string;
|
|
10415
10335
|
type: "oauth";
|
|
10336
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10416
10337
|
isEphemeral: boolean;
|
|
10417
10338
|
isDefault: boolean;
|
|
10418
10339
|
providerId: string;
|
|
@@ -10704,73 +10625,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10704
10625
|
metadata: unknown;
|
|
10705
10626
|
redirectUrl: string | null;
|
|
10706
10627
|
url: string | null;
|
|
10707
|
-
authConfig:
|
|
10708
|
-
object: string;
|
|
10709
|
-
id: string;
|
|
10710
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10711
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10712
|
-
isEphemeral: boolean;
|
|
10713
|
-
isDefault: boolean;
|
|
10714
|
-
providerId: string;
|
|
10715
|
-
name: string | null;
|
|
10716
|
-
description: string | null;
|
|
10717
|
-
metadata: unknown;
|
|
10718
|
-
deploymentPreview: {
|
|
10719
|
-
object: string;
|
|
10720
|
-
id: string;
|
|
10721
|
-
isEphemeral: boolean;
|
|
10722
|
-
isDefault: boolean;
|
|
10723
|
-
name: string | null;
|
|
10724
|
-
description: string | null;
|
|
10725
|
-
metadata: unknown;
|
|
10726
|
-
providerId: string;
|
|
10727
|
-
createdAt: Date;
|
|
10728
|
-
updatedAt: Date;
|
|
10729
|
-
} | null;
|
|
10730
|
-
credentials: {
|
|
10731
|
-
object: string;
|
|
10732
|
-
id: string;
|
|
10733
|
-
type: "oauth";
|
|
10734
|
-
isEphemeral: boolean;
|
|
10735
|
-
isDefault: boolean;
|
|
10736
|
-
providerId: string;
|
|
10737
|
-
name: string | null;
|
|
10738
|
-
description: string | null;
|
|
10739
|
-
metadata: unknown;
|
|
10740
|
-
createdAt: Date;
|
|
10741
|
-
updatedAt: Date;
|
|
10742
|
-
} | null;
|
|
10743
|
-
authMethod: {
|
|
10744
|
-
object: string;
|
|
10745
|
-
id: string;
|
|
10746
|
-
key: string;
|
|
10747
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10748
|
-
name: string;
|
|
10749
|
-
description: string | null;
|
|
10750
|
-
capabilities: {
|
|
10751
|
-
[key: string]: any;
|
|
10752
|
-
};
|
|
10753
|
-
inputJsonSchema: Record<string, any>;
|
|
10754
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10755
|
-
scopes: {
|
|
10756
|
-
scope: string;
|
|
10757
|
-
id: string;
|
|
10758
|
-
title: string;
|
|
10759
|
-
description?: string;
|
|
10760
|
-
object: string;
|
|
10761
|
-
}[] | null;
|
|
10762
|
-
specificationId: string;
|
|
10763
|
-
providerId: string;
|
|
10764
|
-
createdAt: Date;
|
|
10765
|
-
updatedAt: Date;
|
|
10766
|
-
};
|
|
10767
|
-
createdAt: Date;
|
|
10768
|
-
updatedAt: Date;
|
|
10769
|
-
} | null;
|
|
10628
|
+
authConfig: any;
|
|
10770
10629
|
credentials: {
|
|
10771
10630
|
object: string;
|
|
10772
10631
|
id: string;
|
|
10773
10632
|
type: "oauth";
|
|
10633
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10774
10634
|
isEphemeral: boolean;
|
|
10775
10635
|
isDefault: boolean;
|
|
10776
10636
|
providerId: string;
|
|
@@ -10880,73 +10740,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10880
10740
|
metadata: unknown;
|
|
10881
10741
|
redirectUrl: string | null;
|
|
10882
10742
|
url: string | null;
|
|
10883
|
-
authConfig:
|
|
10884
|
-
object: string;
|
|
10885
|
-
id: string;
|
|
10886
|
-
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10887
|
-
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10888
|
-
isEphemeral: boolean;
|
|
10889
|
-
isDefault: boolean;
|
|
10890
|
-
providerId: string;
|
|
10891
|
-
name: string | null;
|
|
10892
|
-
description: string | null;
|
|
10893
|
-
metadata: unknown;
|
|
10894
|
-
deploymentPreview: {
|
|
10895
|
-
object: string;
|
|
10896
|
-
id: string;
|
|
10897
|
-
isEphemeral: boolean;
|
|
10898
|
-
isDefault: boolean;
|
|
10899
|
-
name: string | null;
|
|
10900
|
-
description: string | null;
|
|
10901
|
-
metadata: unknown;
|
|
10902
|
-
providerId: string;
|
|
10903
|
-
createdAt: Date;
|
|
10904
|
-
updatedAt: Date;
|
|
10905
|
-
} | null;
|
|
10906
|
-
credentials: {
|
|
10907
|
-
object: string;
|
|
10908
|
-
id: string;
|
|
10909
|
-
type: "oauth";
|
|
10910
|
-
isEphemeral: boolean;
|
|
10911
|
-
isDefault: boolean;
|
|
10912
|
-
providerId: string;
|
|
10913
|
-
name: string | null;
|
|
10914
|
-
description: string | null;
|
|
10915
|
-
metadata: unknown;
|
|
10916
|
-
createdAt: Date;
|
|
10917
|
-
updatedAt: Date;
|
|
10918
|
-
} | null;
|
|
10919
|
-
authMethod: {
|
|
10920
|
-
object: string;
|
|
10921
|
-
id: string;
|
|
10922
|
-
key: string;
|
|
10923
|
-
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10924
|
-
name: string;
|
|
10925
|
-
description: string | null;
|
|
10926
|
-
capabilities: {
|
|
10927
|
-
[key: string]: any;
|
|
10928
|
-
};
|
|
10929
|
-
inputJsonSchema: Record<string, any>;
|
|
10930
|
-
outputJsonSchema: Record<string, any> | undefined;
|
|
10931
|
-
scopes: {
|
|
10932
|
-
scope: string;
|
|
10933
|
-
id: string;
|
|
10934
|
-
title: string;
|
|
10935
|
-
description?: string;
|
|
10936
|
-
object: string;
|
|
10937
|
-
}[] | null;
|
|
10938
|
-
specificationId: string;
|
|
10939
|
-
providerId: string;
|
|
10940
|
-
createdAt: Date;
|
|
10941
|
-
updatedAt: Date;
|
|
10942
|
-
};
|
|
10943
|
-
createdAt: Date;
|
|
10944
|
-
updatedAt: Date;
|
|
10945
|
-
} | null;
|
|
10743
|
+
authConfig: any;
|
|
10946
10744
|
credentials: {
|
|
10947
10745
|
object: string;
|
|
10948
10746
|
id: string;
|
|
10949
10747
|
type: "oauth";
|
|
10748
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10950
10749
|
isEphemeral: boolean;
|
|
10951
10750
|
isDefault: boolean;
|
|
10952
10751
|
providerId: string;
|
|
@@ -19972,6 +19771,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19972
19771
|
id: string;
|
|
19973
19772
|
type: _metorial_subspace_db.PublisherType;
|
|
19974
19773
|
identifier: string;
|
|
19774
|
+
image: PrismaJson.EntityImage | null;
|
|
19975
19775
|
name: string;
|
|
19976
19776
|
description: string | null;
|
|
19977
19777
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20211,6 +20011,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20211
20011
|
id: string;
|
|
20212
20012
|
type: _metorial_subspace_db.PublisherType;
|
|
20213
20013
|
identifier: string;
|
|
20014
|
+
image: PrismaJson.EntityImage | null;
|
|
20214
20015
|
name: string;
|
|
20215
20016
|
description: string | null;
|
|
20216
20017
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20711,6 +20512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20711
20512
|
id: string;
|
|
20712
20513
|
type: _metorial_subspace_db.PublisherType;
|
|
20713
20514
|
identifier: string;
|
|
20515
|
+
image: PrismaJson.EntityImage | null;
|
|
20714
20516
|
name: string;
|
|
20715
20517
|
description: string | null;
|
|
20716
20518
|
source: PrismaJson.PublisherSource | null;
|
|
@@ -20949,6 +20751,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20949
20751
|
id: string;
|
|
20950
20752
|
type: _metorial_subspace_db.PublisherType;
|
|
20951
20753
|
identifier: string;
|
|
20754
|
+
image: PrismaJson.EntityImage | null;
|
|
20952
20755
|
name: string;
|
|
20953
20756
|
description: string | null;
|
|
20954
20757
|
source: PrismaJson.PublisherSource | null;
|