@metorial-services/subspace-client 1.0.7 → 1.0.9

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 CHANGED
@@ -279,6 +279,60 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
279
279
  };
280
280
  }>;
281
281
  };
282
+ brand: {
283
+ upsert: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
284
+ name: string;
285
+ image: PrismaJson.EntityImage;
286
+ for: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
287
+ type: "identifier";
288
+ identifier: string;
289
+ }> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
290
+ type: "tenant";
291
+ tenantId: string;
292
+ environmentId: string;
293
+ }>;
294
+ }>, {
295
+ object: string;
296
+ id: string;
297
+ name: string;
298
+ image: string | null;
299
+ createdAt: Date;
300
+ }, {
301
+ solution: {} & {
302
+ oid: number;
303
+ id: string;
304
+ identifier: string;
305
+ name: string;
306
+ createdAt: Date;
307
+ };
308
+ }>;
309
+ get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
310
+ brandId: string;
311
+ }>, {
312
+ object: string;
313
+ id: string;
314
+ name: string;
315
+ image: string | null;
316
+ createdAt: Date;
317
+ }, {
318
+ solution: {} & {
319
+ oid: number;
320
+ id: string;
321
+ identifier: string;
322
+ name: string;
323
+ createdAt: Date;
324
+ };
325
+ brand: {} & {
326
+ oid: bigint;
327
+ id: string;
328
+ identifier: string;
329
+ name: string;
330
+ createdAt: Date;
331
+ tenantOid: bigint | null;
332
+ image: PrismaJson.EntityImage | null;
333
+ };
334
+ }>;
335
+ };
282
336
  publisher: {
283
337
  list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
284
338
  tenantId: string | undefined;
@@ -490,6 +544,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
490
544
  transport: _metorial_subspace_db.SessionConnectionTransport;
491
545
  sessionId: string;
492
546
  messageId: string;
547
+ providerId: string;
493
548
  sessionProviderId: string | null;
494
549
  connectionId: string | null;
495
550
  providerRunId: string | null;
@@ -511,6 +566,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
511
566
  readOnly?: boolean | undefined;
512
567
  } | undefined;
513
568
  specificationId: string;
569
+ providerId: string;
514
570
  createdAt: Date;
515
571
  updatedAt: Date;
516
572
  };
@@ -593,6 +649,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
593
649
  transport: _metorial_subspace_db.SessionConnectionTransport;
594
650
  sessionId: string;
595
651
  messageId: string;
652
+ providerId: string;
596
653
  sessionProviderId: string | null;
597
654
  connectionId: string | null;
598
655
  providerRunId: string | null;
@@ -614,6 +671,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
614
671
  readOnly?: boolean | undefined;
615
672
  } | undefined;
616
673
  specificationId: string;
674
+ providerId: string;
617
675
  createdAt: Date;
618
676
  updatedAt: Date;
619
677
  };
@@ -1212,6 +1270,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1212
1270
  transport: _metorial_subspace_db.SessionConnectionTransport;
1213
1271
  sessionId: string;
1214
1272
  messageId: string;
1273
+ providerId: string;
1215
1274
  sessionProviderId: string | null;
1216
1275
  connectionId: string | null;
1217
1276
  providerRunId: string | null;
@@ -1233,6 +1292,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1233
1292
  readOnly?: boolean | undefined;
1234
1293
  } | undefined;
1235
1294
  specificationId: string;
1295
+ providerId: string;
1236
1296
  createdAt: Date;
1237
1297
  updatedAt: Date;
1238
1298
  };
@@ -1349,6 +1409,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1349
1409
  id: string;
1350
1410
  tag: string;
1351
1411
  identifier: string;
1412
+ providerId: string;
1352
1413
  isDefault: boolean;
1353
1414
  name: string;
1354
1415
  description: string | null;
@@ -1358,6 +1419,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1358
1419
  id: string;
1359
1420
  tag: string;
1360
1421
  identifier: string;
1422
+ providerId: string;
1361
1423
  isCurrent: boolean;
1362
1424
  name: string;
1363
1425
  description: string | null;
@@ -1374,6 +1436,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1374
1436
  id: string;
1375
1437
  tag: string;
1376
1438
  identifier: string;
1439
+ providerId: string;
1377
1440
  isCurrent: boolean;
1378
1441
  name: string;
1379
1442
  description: string | null;
@@ -1532,6 +1595,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1532
1595
  id: string;
1533
1596
  tag: string;
1534
1597
  identifier: string;
1598
+ providerId: string;
1535
1599
  isDefault: boolean;
1536
1600
  name: string;
1537
1601
  description: string | null;
@@ -1541,6 +1605,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1541
1605
  id: string;
1542
1606
  tag: string;
1543
1607
  identifier: string;
1608
+ providerId: string;
1544
1609
  isCurrent: boolean;
1545
1610
  name: string;
1546
1611
  description: string | null;
@@ -1557,6 +1622,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1557
1622
  id: string;
1558
1623
  tag: string;
1559
1624
  identifier: string;
1625
+ providerId: string;
1560
1626
  isCurrent: boolean;
1561
1627
  name: string;
1562
1628
  description: string | null;
@@ -1901,6 +1967,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1901
1967
  id: string;
1902
1968
  tag: string;
1903
1969
  identifier: string;
1970
+ providerId: string;
1904
1971
  isDefault: boolean;
1905
1972
  name: string;
1906
1973
  description: string | null;
@@ -1910,6 +1977,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1910
1977
  id: string;
1911
1978
  tag: string;
1912
1979
  identifier: string;
1980
+ providerId: string;
1913
1981
  isCurrent: boolean;
1914
1982
  name: string;
1915
1983
  description: string | null;
@@ -1926,6 +1994,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1926
1994
  id: string;
1927
1995
  tag: string;
1928
1996
  identifier: string;
1997
+ providerId: string;
1929
1998
  isCurrent: boolean;
1930
1999
  name: string;
1931
2000
  description: string | null;
@@ -2257,6 +2326,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2257
2326
  name: string | null;
2258
2327
  description: string | null;
2259
2328
  metadata: unknown;
2329
+ deploymentPreview: {
2330
+ object: string;
2331
+ id: string;
2332
+ isEphemeral: boolean;
2333
+ isDefault: boolean;
2334
+ name: string | null;
2335
+ description: string | null;
2336
+ metadata: unknown;
2337
+ providerId: string;
2338
+ createdAt: Date;
2339
+ updatedAt: Date;
2340
+ } | null;
2260
2341
  credentials: {
2261
2342
  object: string;
2262
2343
  id: string;
@@ -2290,6 +2371,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2290
2371
  object: string;
2291
2372
  }[] | null;
2292
2373
  specificationId: string;
2374
+ providerId: string;
2293
2375
  createdAt: Date;
2294
2376
  updatedAt: Date;
2295
2377
  };
@@ -2359,6 +2441,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2359
2441
  name: string | null;
2360
2442
  description: string | null;
2361
2443
  metadata: unknown;
2444
+ deploymentPreview: {
2445
+ object: string;
2446
+ id: string;
2447
+ isEphemeral: boolean;
2448
+ isDefault: boolean;
2449
+ name: string | null;
2450
+ description: string | null;
2451
+ metadata: unknown;
2452
+ providerId: string;
2453
+ createdAt: Date;
2454
+ updatedAt: Date;
2455
+ } | null;
2362
2456
  credentials: {
2363
2457
  object: string;
2364
2458
  id: string;
@@ -2392,6 +2486,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2392
2486
  object: string;
2393
2487
  }[] | null;
2394
2488
  specificationId: string;
2489
+ providerId: string;
2395
2490
  createdAt: Date;
2396
2491
  updatedAt: Date;
2397
2492
  };
@@ -2577,7 +2672,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2577
2672
  ua: string;
2578
2673
  providerId: string;
2579
2674
  providerDeploymentId: string | undefined;
2580
- providerAuthMethodId: string;
2675
+ providerAuthMethodId: string | undefined;
2581
2676
  config: Record<string, any>;
2582
2677
  }>, {
2583
2678
  object: string;
@@ -2590,6 +2685,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2590
2685
  name: string | null;
2591
2686
  description: string | null;
2592
2687
  metadata: unknown;
2688
+ deploymentPreview: {
2689
+ object: string;
2690
+ id: string;
2691
+ isEphemeral: boolean;
2692
+ isDefault: boolean;
2693
+ name: string | null;
2694
+ description: string | null;
2695
+ metadata: unknown;
2696
+ providerId: string;
2697
+ createdAt: Date;
2698
+ updatedAt: Date;
2699
+ } | null;
2593
2700
  credentials: {
2594
2701
  object: string;
2595
2702
  id: string;
@@ -2623,6 +2730,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2623
2730
  object: string;
2624
2731
  }[] | null;
2625
2732
  specificationId: string;
2733
+ providerId: string;
2626
2734
  createdAt: Date;
2627
2735
  updatedAt: Date;
2628
2736
  };
@@ -2671,6 +2779,65 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2671
2779
  tenantOid: bigint;
2672
2780
  };
2673
2781
  }>;
2782
+ getConfigSchema: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
2783
+ tenantId: string;
2784
+ environmentId: string;
2785
+ providerId: string | undefined;
2786
+ providerAuthConfigId: string | undefined;
2787
+ providerVersionId: string | undefined;
2788
+ providerDeploymentId: string | undefined;
2789
+ authMethodId: string | undefined;
2790
+ }>, {
2791
+ object: string;
2792
+ authConfigSchema: Record<string, any>;
2793
+ authConfigVisibility: "encrypted";
2794
+ specificationId: string;
2795
+ providerId: string;
2796
+ createdAt: Date;
2797
+ updatedAt: Date;
2798
+ }, {
2799
+ solution: {} & {
2800
+ oid: number;
2801
+ id: string;
2802
+ identifier: string;
2803
+ name: string;
2804
+ createdAt: Date;
2805
+ };
2806
+ tenant: {} & {
2807
+ oid: bigint;
2808
+ id: string;
2809
+ identifier: string;
2810
+ name: string;
2811
+ createdAt: Date;
2812
+ urlKey: string;
2813
+ slateTenantId: string | null;
2814
+ slateTenantIdentifier: string | null;
2815
+ shuttleTenantId: string | null;
2816
+ shuttleTenantIdentifier: string | null;
2817
+ originTenantId: string | null;
2818
+ originTenantIdentifier: string | null;
2819
+ logRetentionInDays: number;
2820
+ } & {
2821
+ environments: {
2822
+ oid: bigint;
2823
+ id: string;
2824
+ identifier: string;
2825
+ name: string;
2826
+ createdAt: Date;
2827
+ type: _metorial_subspace_db.EnvironmentType;
2828
+ tenantOid: bigint;
2829
+ }[];
2830
+ };
2831
+ environment: {
2832
+ oid: bigint;
2833
+ id: string;
2834
+ identifier: string;
2835
+ name: string;
2836
+ createdAt: Date;
2837
+ type: _metorial_subspace_db.EnvironmentType;
2838
+ tenantOid: bigint;
2839
+ };
2840
+ }>;
2674
2841
  update: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
2675
2842
  tenantId: string;
2676
2843
  environmentId: string;
@@ -2692,6 +2859,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2692
2859
  name: string | null;
2693
2860
  description: string | null;
2694
2861
  metadata: unknown;
2862
+ deploymentPreview: {
2863
+ object: string;
2864
+ id: string;
2865
+ isEphemeral: boolean;
2866
+ isDefault: boolean;
2867
+ name: string | null;
2868
+ description: string | null;
2869
+ metadata: unknown;
2870
+ providerId: string;
2871
+ createdAt: Date;
2872
+ updatedAt: Date;
2873
+ } | null;
2695
2874
  credentials: {
2696
2875
  object: string;
2697
2876
  id: string;
@@ -2725,6 +2904,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2725
2904
  object: string;
2726
2905
  }[] | null;
2727
2906
  specificationId: string;
2907
+ providerId: string;
2728
2908
  createdAt: Date;
2729
2909
  updatedAt: Date;
2730
2910
  };
@@ -3298,6 +3478,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3298
3478
  name: string | null;
3299
3479
  description: string | null;
3300
3480
  metadata: unknown;
3481
+ deploymentPreview: {
3482
+ object: string;
3483
+ id: string;
3484
+ isEphemeral: boolean;
3485
+ isDefault: boolean;
3486
+ name: string | null;
3487
+ description: string | null;
3488
+ metadata: unknown;
3489
+ providerId: string;
3490
+ createdAt: Date;
3491
+ updatedAt: Date;
3492
+ } | null;
3301
3493
  credentials: {
3302
3494
  object: string;
3303
3495
  id: string;
@@ -3331,6 +3523,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3331
3523
  object: string;
3332
3524
  }[] | null;
3333
3525
  specificationId: string;
3526
+ providerId: string;
3334
3527
  createdAt: Date;
3335
3528
  updatedAt: Date;
3336
3529
  };
@@ -3414,6 +3607,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3414
3607
  name: string | null;
3415
3608
  description: string | null;
3416
3609
  metadata: unknown;
3610
+ deploymentPreview: {
3611
+ object: string;
3612
+ id: string;
3613
+ isEphemeral: boolean;
3614
+ isDefault: boolean;
3615
+ name: string | null;
3616
+ description: string | null;
3617
+ metadata: unknown;
3618
+ providerId: string;
3619
+ createdAt: Date;
3620
+ updatedAt: Date;
3621
+ } | null;
3417
3622
  credentials: {
3418
3623
  object: string;
3419
3624
  id: string;
@@ -3447,6 +3652,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3447
3652
  object: string;
3448
3653
  }[] | null;
3449
3654
  specificationId: string;
3655
+ providerId: string;
3450
3656
  createdAt: Date;
3451
3657
  updatedAt: Date;
3452
3658
  };
@@ -3671,6 +3877,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3671
3877
  name: string | null;
3672
3878
  description: string | null;
3673
3879
  metadata: unknown;
3880
+ deploymentPreview: {
3881
+ object: string;
3882
+ id: string;
3883
+ isEphemeral: boolean;
3884
+ isDefault: boolean;
3885
+ name: string | null;
3886
+ description: string | null;
3887
+ metadata: unknown;
3888
+ providerId: string;
3889
+ createdAt: Date;
3890
+ updatedAt: Date;
3891
+ } | null;
3674
3892
  credentials: {
3675
3893
  object: string;
3676
3894
  id: string;
@@ -3704,6 +3922,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3704
3922
  object: string;
3705
3923
  }[] | null;
3706
3924
  specificationId: string;
3925
+ providerId: string;
3707
3926
  createdAt: Date;
3708
3927
  updatedAt: Date;
3709
3928
  };
@@ -3799,6 +4018,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3799
4018
  name: string | null;
3800
4019
  description: string | null;
3801
4020
  metadata: unknown;
4021
+ deploymentPreview: {
4022
+ object: string;
4023
+ id: string;
4024
+ isEphemeral: boolean;
4025
+ isDefault: boolean;
4026
+ name: string | null;
4027
+ description: string | null;
4028
+ metadata: unknown;
4029
+ providerId: string;
4030
+ createdAt: Date;
4031
+ updatedAt: Date;
4032
+ } | null;
3802
4033
  credentials: {
3803
4034
  object: string;
3804
4035
  id: string;
@@ -3832,6 +4063,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3832
4063
  object: string;
3833
4064
  }[] | null;
3834
4065
  specificationId: string;
4066
+ providerId: string;
3835
4067
  createdAt: Date;
3836
4068
  updatedAt: Date;
3837
4069
  };
@@ -3900,7 +4132,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3900
4132
  providerAuthConfigId: string | undefined;
3901
4133
  providerAuthMethodId: string | undefined;
3902
4134
  }>, {
3903
- schema: Record<string, any> | undefined;
4135
+ object: string;
4136
+ authConfigSchema: Record<string, any> | undefined;
4137
+ authConfigVisibility: "encrypted";
4138
+ specificationId: string;
4139
+ providerId: string;
4140
+ createdAt: Date;
4141
+ updatedAt: Date;
3904
4142
  }, {
3905
4143
  solution: {} & {
3906
4144
  oid: number;
@@ -3967,6 +4205,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3967
4205
  name: string | null;
3968
4206
  description: string | null;
3969
4207
  metadata: unknown;
4208
+ deploymentPreview: {
4209
+ object: string;
4210
+ id: string;
4211
+ isEphemeral: boolean;
4212
+ isDefault: boolean;
4213
+ name: string | null;
4214
+ description: string | null;
4215
+ metadata: unknown;
4216
+ providerId: string;
4217
+ createdAt: Date;
4218
+ updatedAt: Date;
4219
+ } | null;
3970
4220
  credentials: {
3971
4221
  object: string;
3972
4222
  id: string;
@@ -4000,6 +4250,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4000
4250
  object: string;
4001
4251
  }[] | null;
4002
4252
  specificationId: string;
4253
+ providerId: string;
4003
4254
  createdAt: Date;
4004
4255
  updatedAt: Date;
4005
4256
  };
@@ -4229,6 +4480,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4229
4480
  name: string | null;
4230
4481
  description: string | null;
4231
4482
  metadata: unknown;
4483
+ deploymentPreview: {
4484
+ object: string;
4485
+ id: string;
4486
+ isEphemeral: boolean;
4487
+ isDefault: boolean;
4488
+ name: string | null;
4489
+ description: string | null;
4490
+ metadata: unknown;
4491
+ providerId: string;
4492
+ createdAt: Date;
4493
+ updatedAt: Date;
4494
+ } | null;
4232
4495
  credentials: {
4233
4496
  object: string;
4234
4497
  id: string;
@@ -4262,6 +4525,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4262
4525
  object: string;
4263
4526
  }[] | null;
4264
4527
  specificationId: string;
4528
+ providerId: string;
4265
4529
  createdAt: Date;
4266
4530
  updatedAt: Date;
4267
4531
  };
@@ -4355,6 +4619,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4355
4619
  object: string;
4356
4620
  }[] | null;
4357
4621
  specificationId: string;
4622
+ providerId: string;
4358
4623
  createdAt: Date;
4359
4624
  updatedAt: Date;
4360
4625
  }[];
@@ -4429,6 +4694,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4429
4694
  object: string;
4430
4695
  }[] | null;
4431
4696
  specificationId: string;
4697
+ providerId: string;
4432
4698
  createdAt: Date;
4433
4699
  updatedAt: Date;
4434
4700
  }, {
@@ -4595,6 +4861,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4595
4861
  object: string;
4596
4862
  }[] | null;
4597
4863
  specificationId: string;
4864
+ providerId: string;
4598
4865
  createdAt: Date;
4599
4866
  updatedAt: Date;
4600
4867
  };
@@ -4634,6 +4901,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4634
4901
  name: string | null;
4635
4902
  description: string | null;
4636
4903
  metadata: unknown;
4904
+ deploymentPreview: {
4905
+ object: string;
4906
+ id: string;
4907
+ isEphemeral: boolean;
4908
+ isDefault: boolean;
4909
+ name: string | null;
4910
+ description: string | null;
4911
+ metadata: unknown;
4912
+ providerId: string;
4913
+ createdAt: Date;
4914
+ updatedAt: Date;
4915
+ } | null;
4637
4916
  credentials: {
4638
4917
  object: string;
4639
4918
  id: string;
@@ -4667,6 +4946,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4667
4946
  object: string;
4668
4947
  }[] | null;
4669
4948
  specificationId: string;
4949
+ providerId: string;
4670
4950
  createdAt: Date;
4671
4951
  updatedAt: Date;
4672
4952
  };
@@ -4682,6 +4962,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4682
4962
  description: string | null;
4683
4963
  metadata: unknown;
4684
4964
  providerId: string;
4965
+ specificationId: string;
4685
4966
  deployment: {
4686
4967
  object: string;
4687
4968
  id: string;
@@ -4716,7 +4997,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4716
4997
  createdAt: Date;
4717
4998
  updatedAt: Date;
4718
4999
  } | null;
4719
- specificationId: string;
4720
5000
  createdAt: Date;
4721
5001
  updatedAt: Date;
4722
5002
  } | null;
@@ -4808,6 +5088,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4808
5088
  object: string;
4809
5089
  }[] | null;
4810
5090
  specificationId: string;
5091
+ providerId: string;
4811
5092
  createdAt: Date;
4812
5093
  updatedAt: Date;
4813
5094
  };
@@ -4847,6 +5128,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4847
5128
  name: string | null;
4848
5129
  description: string | null;
4849
5130
  metadata: unknown;
5131
+ deploymentPreview: {
5132
+ object: string;
5133
+ id: string;
5134
+ isEphemeral: boolean;
5135
+ isDefault: boolean;
5136
+ name: string | null;
5137
+ description: string | null;
5138
+ metadata: unknown;
5139
+ providerId: string;
5140
+ createdAt: Date;
5141
+ updatedAt: Date;
5142
+ } | null;
4850
5143
  credentials: {
4851
5144
  object: string;
4852
5145
  id: string;
@@ -4880,6 +5173,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4880
5173
  object: string;
4881
5174
  }[] | null;
4882
5175
  specificationId: string;
5176
+ providerId: string;
4883
5177
  createdAt: Date;
4884
5178
  updatedAt: Date;
4885
5179
  };
@@ -4895,6 +5189,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4895
5189
  description: string | null;
4896
5190
  metadata: unknown;
4897
5191
  providerId: string;
5192
+ specificationId: string;
4898
5193
  deployment: {
4899
5194
  object: string;
4900
5195
  id: string;
@@ -4929,7 +5224,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4929
5224
  createdAt: Date;
4930
5225
  updatedAt: Date;
4931
5226
  } | null;
4932
- specificationId: string;
4933
5227
  createdAt: Date;
4934
5228
  updatedAt: Date;
4935
5229
  } | null;
@@ -5383,6 +5677,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5383
5677
  object: string;
5384
5678
  }[] | null;
5385
5679
  specificationId: string;
5680
+ providerId: string;
5386
5681
  createdAt: Date;
5387
5682
  updatedAt: Date;
5388
5683
  };
@@ -5422,6 +5717,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5422
5717
  name: string | null;
5423
5718
  description: string | null;
5424
5719
  metadata: unknown;
5720
+ deploymentPreview: {
5721
+ object: string;
5722
+ id: string;
5723
+ isEphemeral: boolean;
5724
+ isDefault: boolean;
5725
+ name: string | null;
5726
+ description: string | null;
5727
+ metadata: unknown;
5728
+ providerId: string;
5729
+ createdAt: Date;
5730
+ updatedAt: Date;
5731
+ } | null;
5425
5732
  credentials: {
5426
5733
  object: string;
5427
5734
  id: string;
@@ -5455,6 +5762,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5455
5762
  object: string;
5456
5763
  }[] | null;
5457
5764
  specificationId: string;
5765
+ providerId: string;
5458
5766
  createdAt: Date;
5459
5767
  updatedAt: Date;
5460
5768
  };
@@ -5470,6 +5778,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5470
5778
  description: string | null;
5471
5779
  metadata: unknown;
5472
5780
  providerId: string;
5781
+ specificationId: string;
5473
5782
  deployment: {
5474
5783
  object: string;
5475
5784
  id: string;
@@ -5504,7 +5813,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5504
5813
  createdAt: Date;
5505
5814
  updatedAt: Date;
5506
5815
  } | null;
5507
- specificationId: string;
5508
5816
  createdAt: Date;
5509
5817
  updatedAt: Date;
5510
5818
  } | null;
@@ -5594,6 +5902,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5594
5902
  object: string;
5595
5903
  }[] | null;
5596
5904
  specificationId: string;
5905
+ providerId: string;
5597
5906
  createdAt: Date;
5598
5907
  updatedAt: Date;
5599
5908
  };
@@ -5633,6 +5942,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5633
5942
  name: string | null;
5634
5943
  description: string | null;
5635
5944
  metadata: unknown;
5945
+ deploymentPreview: {
5946
+ object: string;
5947
+ id: string;
5948
+ isEphemeral: boolean;
5949
+ isDefault: boolean;
5950
+ name: string | null;
5951
+ description: string | null;
5952
+ metadata: unknown;
5953
+ providerId: string;
5954
+ createdAt: Date;
5955
+ updatedAt: Date;
5956
+ } | null;
5636
5957
  credentials: {
5637
5958
  object: string;
5638
5959
  id: string;
@@ -5666,6 +5987,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5666
5987
  object: string;
5667
5988
  }[] | null;
5668
5989
  specificationId: string;
5990
+ providerId: string;
5669
5991
  createdAt: Date;
5670
5992
  updatedAt: Date;
5671
5993
  };
@@ -5681,6 +6003,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5681
6003
  description: string | null;
5682
6004
  metadata: unknown;
5683
6005
  providerId: string;
6006
+ specificationId: string;
5684
6007
  deployment: {
5685
6008
  object: string;
5686
6009
  id: string;
@@ -5715,7 +6038,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5715
6038
  createdAt: Date;
5716
6039
  updatedAt: Date;
5717
6040
  } | null;
5718
- specificationId: string;
5719
6041
  createdAt: Date;
5720
6042
  updatedAt: Date;
5721
6043
  } | null;
@@ -7040,6 +7362,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7040
7362
  description: string | null;
7041
7363
  metadata: unknown;
7042
7364
  providerId: string;
7365
+ specificationId: string;
7043
7366
  deployment: {
7044
7367
  object: string;
7045
7368
  id: string;
@@ -7074,7 +7397,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7074
7397
  createdAt: Date;
7075
7398
  updatedAt: Date;
7076
7399
  } | null;
7077
- specificationId: string;
7078
7400
  createdAt: Date;
7079
7401
  updatedAt: Date;
7080
7402
  }[];
@@ -7197,6 +7519,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7197
7519
  description: string | null;
7198
7520
  metadata: unknown;
7199
7521
  providerId: string;
7522
+ specificationId: string;
7200
7523
  deployment: {
7201
7524
  object: string;
7202
7525
  id: string;
@@ -7231,7 +7554,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7231
7554
  createdAt: Date;
7232
7555
  updatedAt: Date;
7233
7556
  } | null;
7234
- specificationId: string;
7235
7557
  createdAt: Date;
7236
7558
  updatedAt: Date;
7237
7559
  }, {
@@ -7423,6 +7745,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7423
7745
  description: string | null;
7424
7746
  metadata: unknown;
7425
7747
  providerId: string;
7748
+ specificationId: string;
7426
7749
  deployment: {
7427
7750
  object: string;
7428
7751
  id: string;
@@ -7457,7 +7780,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7457
7780
  createdAt: Date;
7458
7781
  updatedAt: Date;
7459
7782
  } | null;
7460
- specificationId: string;
7461
7783
  createdAt: Date;
7462
7784
  updatedAt: Date;
7463
7785
  }, {
@@ -7520,6 +7842,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7520
7842
  description: string | null;
7521
7843
  metadata: unknown;
7522
7844
  providerId: string;
7845
+ specificationId: string;
7523
7846
  deployment: {
7524
7847
  object: string;
7525
7848
  id: string;
@@ -7554,7 +7877,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7554
7877
  createdAt: Date;
7555
7878
  updatedAt: Date;
7556
7879
  } | null;
7557
- specificationId: string;
7558
7880
  createdAt: Date;
7559
7881
  updatedAt: Date;
7560
7882
  }, {
@@ -8184,6 +8506,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8184
8506
  id: string;
8185
8507
  tag: string;
8186
8508
  identifier: string;
8509
+ providerId: string;
8187
8510
  isCurrent: boolean;
8188
8511
  name: string;
8189
8512
  description: string | null;
@@ -8273,6 +8596,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8273
8596
  id: string;
8274
8597
  tag: string;
8275
8598
  identifier: string;
8599
+ providerId: string;
8276
8600
  isCurrent: boolean;
8277
8601
  name: string;
8278
8602
  description: string | null;
@@ -8509,6 +8833,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8509
8833
  id: string;
8510
8834
  tag: string;
8511
8835
  identifier: string;
8836
+ providerId: string;
8512
8837
  isCurrent: boolean;
8513
8838
  name: string;
8514
8839
  description: string | null;
@@ -8596,6 +8921,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8596
8921
  id: string;
8597
8922
  tag: string;
8598
8923
  identifier: string;
8924
+ providerId: string;
8599
8925
  isCurrent: boolean;
8600
8926
  name: string;
8601
8927
  description: string | null;
@@ -8876,6 +9202,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8876
9202
  id: string;
8877
9203
  tag: string;
8878
9204
  identifier: string;
9205
+ providerId: string;
8879
9206
  isDefault: boolean;
8880
9207
  name: string;
8881
9208
  description: string | null;
@@ -8885,6 +9212,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8885
9212
  id: string;
8886
9213
  tag: string;
8887
9214
  identifier: string;
9215
+ providerId: string;
8888
9216
  isCurrent: boolean;
8889
9217
  name: string;
8890
9218
  description: string | null;
@@ -8901,6 +9229,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8901
9229
  id: string;
8902
9230
  tag: string;
8903
9231
  identifier: string;
9232
+ providerId: string;
8904
9233
  isCurrent: boolean;
8905
9234
  name: string;
8906
9235
  description: string | null;
@@ -9117,6 +9446,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9117
9446
  id: string;
9118
9447
  tag: string;
9119
9448
  identifier: string;
9449
+ providerId: string;
9120
9450
  isDefault: boolean;
9121
9451
  name: string;
9122
9452
  description: string | null;
@@ -9126,6 +9456,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9126
9456
  id: string;
9127
9457
  tag: string;
9128
9458
  identifier: string;
9459
+ providerId: string;
9129
9460
  isCurrent: boolean;
9130
9461
  name: string;
9131
9462
  description: string | null;
@@ -9142,6 +9473,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9142
9473
  id: string;
9143
9474
  tag: string;
9144
9475
  identifier: string;
9476
+ providerId: string;
9145
9477
  isCurrent: boolean;
9146
9478
  name: string;
9147
9479
  description: string | null;
@@ -9847,6 +10179,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9847
10179
  name: string | null;
9848
10180
  description: string | null;
9849
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;
9850
10194
  credentials: {
9851
10195
  object: string;
9852
10196
  id: string;
@@ -9880,6 +10224,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9880
10224
  object: string;
9881
10225
  }[] | null;
9882
10226
  specificationId: string;
10227
+ providerId: string;
9883
10228
  createdAt: Date;
9884
10229
  updatedAt: Date;
9885
10230
  };
@@ -9919,6 +10264,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9919
10264
  object: string;
9920
10265
  }[] | null;
9921
10266
  specificationId: string;
10267
+ providerId: string;
9922
10268
  createdAt: Date;
9923
10269
  updatedAt: Date;
9924
10270
  };
@@ -10011,6 +10357,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10011
10357
  name: string | null;
10012
10358
  description: string | null;
10013
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;
10014
10372
  credentials: {
10015
10373
  object: string;
10016
10374
  id: string;
@@ -10044,6 +10402,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10044
10402
  object: string;
10045
10403
  }[] | null;
10046
10404
  specificationId: string;
10405
+ providerId: string;
10047
10406
  createdAt: Date;
10048
10407
  updatedAt: Date;
10049
10408
  };
@@ -10083,6 +10442,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10083
10442
  object: string;
10084
10443
  }[] | null;
10085
10444
  specificationId: string;
10445
+ providerId: string;
10086
10446
  createdAt: Date;
10087
10447
  updatedAt: Date;
10088
10448
  };
@@ -10355,6 +10715,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10355
10715
  name: string | null;
10356
10716
  description: string | null;
10357
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;
10358
10730
  credentials: {
10359
10731
  object: string;
10360
10732
  id: string;
@@ -10388,6 +10760,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10388
10760
  object: string;
10389
10761
  }[] | null;
10390
10762
  specificationId: string;
10763
+ providerId: string;
10391
10764
  createdAt: Date;
10392
10765
  updatedAt: Date;
10393
10766
  };
@@ -10427,6 +10800,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10427
10800
  object: string;
10428
10801
  }[] | null;
10429
10802
  specificationId: string;
10803
+ providerId: string;
10430
10804
  createdAt: Date;
10431
10805
  updatedAt: Date;
10432
10806
  };
@@ -10517,6 +10891,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10517
10891
  name: string | null;
10518
10892
  description: string | null;
10519
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;
10520
10906
  credentials: {
10521
10907
  object: string;
10522
10908
  id: string;
@@ -10550,6 +10936,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10550
10936
  object: string;
10551
10937
  }[] | null;
10552
10938
  specificationId: string;
10939
+ providerId: string;
10553
10940
  createdAt: Date;
10554
10941
  updatedAt: Date;
10555
10942
  };
@@ -10589,6 +10976,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10589
10976
  object: string;
10590
10977
  }[] | null;
10591
10978
  specificationId: string;
10979
+ providerId: string;
10592
10980
  createdAt: Date;
10593
10981
  updatedAt: Date;
10594
10982
  };
@@ -10850,6 +11238,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10850
11238
  key: string;
10851
11239
  name: string;
10852
11240
  description: string | null;
11241
+ providerId: string;
10853
11242
  configSchema: Record<string, any>;
10854
11243
  configVisibility: "encrypted" | "plain";
10855
11244
  tools: {
@@ -10870,6 +11259,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10870
11259
  readOnly?: boolean | undefined;
10871
11260
  } | undefined;
10872
11261
  specificationId: string;
11262
+ providerId: string;
10873
11263
  createdAt: Date;
10874
11264
  updatedAt: Date;
10875
11265
  }[];
@@ -10893,6 +11283,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10893
11283
  object: string;
10894
11284
  }[] | null;
10895
11285
  specificationId: string;
11286
+ providerId: string;
10896
11287
  createdAt: Date;
10897
11288
  updatedAt: Date;
10898
11289
  }[];
@@ -10966,6 +11357,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10966
11357
  key: string;
10967
11358
  name: string;
10968
11359
  description: string | null;
11360
+ providerId: string;
10969
11361
  configSchema: Record<string, any>;
10970
11362
  configVisibility: "encrypted" | "plain";
10971
11363
  tools: {
@@ -10986,6 +11378,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10986
11378
  readOnly?: boolean | undefined;
10987
11379
  } | undefined;
10988
11380
  specificationId: string;
11381
+ providerId: string;
10989
11382
  createdAt: Date;
10990
11383
  updatedAt: Date;
10991
11384
  }[];
@@ -11009,6 +11402,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11009
11402
  object: string;
11010
11403
  }[] | null;
11011
11404
  specificationId: string;
11405
+ providerId: string;
11012
11406
  createdAt: Date;
11013
11407
  updatedAt: Date;
11014
11408
  }[];
@@ -11253,6 +11647,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11253
11647
  readOnly?: boolean | undefined;
11254
11648
  } | undefined;
11255
11649
  specificationId: string;
11650
+ providerId: string;
11256
11651
  createdAt: Date;
11257
11652
  updatedAt: Date;
11258
11653
  }[];
@@ -11335,6 +11730,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11335
11730
  readOnly?: boolean | undefined;
11336
11731
  } | undefined;
11337
11732
  specificationId: string;
11733
+ providerId: string;
11338
11734
  createdAt: Date;
11339
11735
  updatedAt: Date;
11340
11736
  }, {
@@ -11538,6 +11934,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11538
11934
  id: string;
11539
11935
  tag: string;
11540
11936
  identifier: string;
11937
+ providerId: string;
11541
11938
  isDefault: boolean;
11542
11939
  name: string;
11543
11940
  description: string | null;
@@ -11547,6 +11944,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11547
11944
  id: string;
11548
11945
  tag: string;
11549
11946
  identifier: string;
11947
+ providerId: string;
11550
11948
  isCurrent: boolean;
11551
11949
  name: string;
11552
11950
  description: string | null;
@@ -11624,6 +12022,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11624
12022
  id: string;
11625
12023
  tag: string;
11626
12024
  identifier: string;
12025
+ providerId: string;
11627
12026
  isDefault: boolean;
11628
12027
  name: string;
11629
12028
  description: string | null;
@@ -11633,6 +12032,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11633
12032
  id: string;
11634
12033
  tag: string;
11635
12034
  identifier: string;
12035
+ providerId: string;
11636
12036
  isCurrent: boolean;
11637
12037
  name: string;
11638
12038
  description: string | null;
@@ -11944,6 +12344,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11944
12344
  id: string;
11945
12345
  tag: string;
11946
12346
  identifier: string;
12347
+ providerId: string;
11947
12348
  isCurrent: boolean;
11948
12349
  name: string;
11949
12350
  description: string | null;
@@ -12018,6 +12419,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
12018
12419
  id: string;
12019
12420
  tag: string;
12020
12421
  identifier: string;
12422
+ providerId: string;
12021
12423
  isCurrent: boolean;
12022
12424
  name: string;
12023
12425
  description: string | null;
@@ -15483,6 +15885,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15483
15885
  transport: _metorial_subspace_db.SessionConnectionTransport;
15484
15886
  sessionId: string;
15485
15887
  messageId: string;
15888
+ providerId: string;
15486
15889
  sessionProviderId: string | null;
15487
15890
  connectionId: string | null;
15488
15891
  providerRunId: string | null;
@@ -15504,6 +15907,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15504
15907
  readOnly?: boolean | undefined;
15505
15908
  } | undefined;
15506
15909
  specificationId: string;
15910
+ providerId: string;
15507
15911
  createdAt: Date;
15508
15912
  updatedAt: Date;
15509
15913
  };
@@ -15817,6 +16221,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15817
16221
  transport: _metorial_subspace_db.SessionConnectionTransport;
15818
16222
  sessionId: string;
15819
16223
  messageId: string;
16224
+ providerId: string;
15820
16225
  sessionProviderId: string | null;
15821
16226
  connectionId: string | null;
15822
16227
  providerRunId: string | null;
@@ -15838,6 +16243,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15838
16243
  readOnly?: boolean | undefined;
15839
16244
  } | undefined;
15840
16245
  specificationId: string;
16246
+ providerId: string;
15841
16247
  createdAt: Date;
15842
16248
  updatedAt: Date;
15843
16249
  };
@@ -16886,6 +17292,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16886
17292
  transport: _metorial_subspace_db.SessionConnectionTransport;
16887
17293
  sessionId: string;
16888
17294
  messageId: string;
17295
+ providerId: string;
16889
17296
  sessionProviderId: string | null;
16890
17297
  connectionId: string | null;
16891
17298
  providerRunId: string | null;
@@ -16907,6 +17314,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16907
17314
  readOnly?: boolean | undefined;
16908
17315
  } | undefined;
16909
17316
  specificationId: string;
17317
+ providerId: string;
16910
17318
  createdAt: Date;
16911
17319
  updatedAt: Date;
16912
17320
  };
@@ -17123,6 +17531,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17123
17531
  transport: _metorial_subspace_db.SessionConnectionTransport;
17124
17532
  sessionId: string;
17125
17533
  messageId: string;
17534
+ providerId: string;
17126
17535
  sessionProviderId: string | null;
17127
17536
  connectionId: string | null;
17128
17537
  providerRunId: string | null;
@@ -17144,6 +17553,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17144
17553
  readOnly?: boolean | undefined;
17145
17554
  } | undefined;
17146
17555
  specificationId: string;
17556
+ providerId: string;
17147
17557
  createdAt: Date;
17148
17558
  updatedAt: Date;
17149
17559
  };
@@ -19583,6 +19993,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19583
19993
  id: string;
19584
19994
  tag: string;
19585
19995
  identifier: string;
19996
+ providerId: string;
19586
19997
  isDefault: boolean;
19587
19998
  name: string;
19588
19999
  description: string | null;
@@ -19592,6 +20003,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19592
20003
  id: string;
19593
20004
  tag: string;
19594
20005
  identifier: string;
20006
+ providerId: string;
19595
20007
  isCurrent: boolean;
19596
20008
  name: string;
19597
20009
  description: string | null;
@@ -19608,6 +20020,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19608
20020
  id: string;
19609
20021
  tag: string;
19610
20022
  identifier: string;
20023
+ providerId: string;
19611
20024
  isCurrent: boolean;
19612
20025
  name: string;
19613
20026
  description: string | null;
@@ -19819,6 +20232,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19819
20232
  id: string;
19820
20233
  tag: string;
19821
20234
  identifier: string;
20235
+ providerId: string;
19822
20236
  isDefault: boolean;
19823
20237
  name: string;
19824
20238
  description: string | null;
@@ -19828,6 +20242,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19828
20242
  id: string;
19829
20243
  tag: string;
19830
20244
  identifier: string;
20245
+ providerId: string;
19831
20246
  isCurrent: boolean;
19832
20247
  name: string;
19833
20248
  description: string | null;
@@ -19844,6 +20259,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19844
20259
  id: string;
19845
20260
  tag: string;
19846
20261
  identifier: string;
20262
+ providerId: string;
19847
20263
  isCurrent: boolean;
19848
20264
  name: string;
19849
20265
  description: string | null;
@@ -20316,6 +20732,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20316
20732
  id: string;
20317
20733
  tag: string;
20318
20734
  identifier: string;
20735
+ providerId: string;
20319
20736
  isDefault: boolean;
20320
20737
  name: string;
20321
20738
  description: string | null;
@@ -20325,6 +20742,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20325
20742
  id: string;
20326
20743
  tag: string;
20327
20744
  identifier: string;
20745
+ providerId: string;
20328
20746
  isCurrent: boolean;
20329
20747
  name: string;
20330
20748
  description: string | null;
@@ -20341,6 +20759,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20341
20759
  id: string;
20342
20760
  tag: string;
20343
20761
  identifier: string;
20762
+ providerId: string;
20344
20763
  isCurrent: boolean;
20345
20764
  name: string;
20346
20765
  description: string | null;
@@ -20551,6 +20970,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20551
20970
  id: string;
20552
20971
  tag: string;
20553
20972
  identifier: string;
20973
+ providerId: string;
20554
20974
  isDefault: boolean;
20555
20975
  name: string;
20556
20976
  description: string | null;
@@ -20560,6 +20980,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20560
20980
  id: string;
20561
20981
  tag: string;
20562
20982
  identifier: string;
20983
+ providerId: string;
20563
20984
  isCurrent: boolean;
20564
20985
  name: string;
20565
20986
  description: string | null;
@@ -20576,6 +20997,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20576
20997
  id: string;
20577
20998
  tag: string;
20578
20999
  identifier: string;
21000
+ providerId: string;
20579
21001
  isCurrent: boolean;
20580
21002
  name: string;
20581
21003
  description: string | null;