@metorial-services/subspace-client 1.0.8 → 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
@@ -544,6 +544,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
544
544
  transport: _metorial_subspace_db.SessionConnectionTransport;
545
545
  sessionId: string;
546
546
  messageId: string;
547
+ providerId: string;
547
548
  sessionProviderId: string | null;
548
549
  connectionId: string | null;
549
550
  providerRunId: string | null;
@@ -565,6 +566,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
565
566
  readOnly?: boolean | undefined;
566
567
  } | undefined;
567
568
  specificationId: string;
569
+ providerId: string;
568
570
  createdAt: Date;
569
571
  updatedAt: Date;
570
572
  };
@@ -647,6 +649,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
647
649
  transport: _metorial_subspace_db.SessionConnectionTransport;
648
650
  sessionId: string;
649
651
  messageId: string;
652
+ providerId: string;
650
653
  sessionProviderId: string | null;
651
654
  connectionId: string | null;
652
655
  providerRunId: string | null;
@@ -668,6 +671,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
668
671
  readOnly?: boolean | undefined;
669
672
  } | undefined;
670
673
  specificationId: string;
674
+ providerId: string;
671
675
  createdAt: Date;
672
676
  updatedAt: Date;
673
677
  };
@@ -1266,6 +1270,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1266
1270
  transport: _metorial_subspace_db.SessionConnectionTransport;
1267
1271
  sessionId: string;
1268
1272
  messageId: string;
1273
+ providerId: string;
1269
1274
  sessionProviderId: string | null;
1270
1275
  connectionId: string | null;
1271
1276
  providerRunId: string | null;
@@ -1287,6 +1292,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1287
1292
  readOnly?: boolean | undefined;
1288
1293
  } | undefined;
1289
1294
  specificationId: string;
1295
+ providerId: string;
1290
1296
  createdAt: Date;
1291
1297
  updatedAt: Date;
1292
1298
  };
@@ -1403,6 +1409,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1403
1409
  id: string;
1404
1410
  tag: string;
1405
1411
  identifier: string;
1412
+ providerId: string;
1406
1413
  isDefault: boolean;
1407
1414
  name: string;
1408
1415
  description: string | null;
@@ -1412,6 +1419,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1412
1419
  id: string;
1413
1420
  tag: string;
1414
1421
  identifier: string;
1422
+ providerId: string;
1415
1423
  isCurrent: boolean;
1416
1424
  name: string;
1417
1425
  description: string | null;
@@ -1428,6 +1436,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1428
1436
  id: string;
1429
1437
  tag: string;
1430
1438
  identifier: string;
1439
+ providerId: string;
1431
1440
  isCurrent: boolean;
1432
1441
  name: string;
1433
1442
  description: string | null;
@@ -1586,6 +1595,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1586
1595
  id: string;
1587
1596
  tag: string;
1588
1597
  identifier: string;
1598
+ providerId: string;
1589
1599
  isDefault: boolean;
1590
1600
  name: string;
1591
1601
  description: string | null;
@@ -1595,6 +1605,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1595
1605
  id: string;
1596
1606
  tag: string;
1597
1607
  identifier: string;
1608
+ providerId: string;
1598
1609
  isCurrent: boolean;
1599
1610
  name: string;
1600
1611
  description: string | null;
@@ -1611,6 +1622,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1611
1622
  id: string;
1612
1623
  tag: string;
1613
1624
  identifier: string;
1625
+ providerId: string;
1614
1626
  isCurrent: boolean;
1615
1627
  name: string;
1616
1628
  description: string | null;
@@ -1955,6 +1967,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1955
1967
  id: string;
1956
1968
  tag: string;
1957
1969
  identifier: string;
1970
+ providerId: string;
1958
1971
  isDefault: boolean;
1959
1972
  name: string;
1960
1973
  description: string | null;
@@ -1964,6 +1977,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1964
1977
  id: string;
1965
1978
  tag: string;
1966
1979
  identifier: string;
1980
+ providerId: string;
1967
1981
  isCurrent: boolean;
1968
1982
  name: string;
1969
1983
  description: string | null;
@@ -1980,6 +1994,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1980
1994
  id: string;
1981
1995
  tag: string;
1982
1996
  identifier: string;
1997
+ providerId: string;
1983
1998
  isCurrent: boolean;
1984
1999
  name: string;
1985
2000
  description: string | null;
@@ -2311,6 +2326,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2311
2326
  name: string | null;
2312
2327
  description: string | null;
2313
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;
2314
2341
  credentials: {
2315
2342
  object: string;
2316
2343
  id: string;
@@ -2344,6 +2371,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2344
2371
  object: string;
2345
2372
  }[] | null;
2346
2373
  specificationId: string;
2374
+ providerId: string;
2347
2375
  createdAt: Date;
2348
2376
  updatedAt: Date;
2349
2377
  };
@@ -2413,6 +2441,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2413
2441
  name: string | null;
2414
2442
  description: string | null;
2415
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;
2416
2456
  credentials: {
2417
2457
  object: string;
2418
2458
  id: string;
@@ -2446,6 +2486,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2446
2486
  object: string;
2447
2487
  }[] | null;
2448
2488
  specificationId: string;
2489
+ providerId: string;
2449
2490
  createdAt: Date;
2450
2491
  updatedAt: Date;
2451
2492
  };
@@ -2631,7 +2672,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2631
2672
  ua: string;
2632
2673
  providerId: string;
2633
2674
  providerDeploymentId: string | undefined;
2634
- providerAuthMethodId: string;
2675
+ providerAuthMethodId: string | undefined;
2635
2676
  config: Record<string, any>;
2636
2677
  }>, {
2637
2678
  object: string;
@@ -2644,6 +2685,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2644
2685
  name: string | null;
2645
2686
  description: string | null;
2646
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;
2647
2700
  credentials: {
2648
2701
  object: string;
2649
2702
  id: string;
@@ -2677,6 +2730,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2677
2730
  object: string;
2678
2731
  }[] | null;
2679
2732
  specificationId: string;
2733
+ providerId: string;
2680
2734
  createdAt: Date;
2681
2735
  updatedAt: Date;
2682
2736
  };
@@ -2725,6 +2779,65 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2725
2779
  tenantOid: bigint;
2726
2780
  };
2727
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
+ }>;
2728
2841
  update: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
2729
2842
  tenantId: string;
2730
2843
  environmentId: string;
@@ -2746,6 +2859,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2746
2859
  name: string | null;
2747
2860
  description: string | null;
2748
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;
2749
2874
  credentials: {
2750
2875
  object: string;
2751
2876
  id: string;
@@ -2779,6 +2904,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
2779
2904
  object: string;
2780
2905
  }[] | null;
2781
2906
  specificationId: string;
2907
+ providerId: string;
2782
2908
  createdAt: Date;
2783
2909
  updatedAt: Date;
2784
2910
  };
@@ -3352,6 +3478,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3352
3478
  name: string | null;
3353
3479
  description: string | null;
3354
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;
3355
3493
  credentials: {
3356
3494
  object: string;
3357
3495
  id: string;
@@ -3385,6 +3523,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3385
3523
  object: string;
3386
3524
  }[] | null;
3387
3525
  specificationId: string;
3526
+ providerId: string;
3388
3527
  createdAt: Date;
3389
3528
  updatedAt: Date;
3390
3529
  };
@@ -3468,6 +3607,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3468
3607
  name: string | null;
3469
3608
  description: string | null;
3470
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;
3471
3622
  credentials: {
3472
3623
  object: string;
3473
3624
  id: string;
@@ -3501,6 +3652,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3501
3652
  object: string;
3502
3653
  }[] | null;
3503
3654
  specificationId: string;
3655
+ providerId: string;
3504
3656
  createdAt: Date;
3505
3657
  updatedAt: Date;
3506
3658
  };
@@ -3725,6 +3877,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3725
3877
  name: string | null;
3726
3878
  description: string | null;
3727
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;
3728
3892
  credentials: {
3729
3893
  object: string;
3730
3894
  id: string;
@@ -3758,6 +3922,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3758
3922
  object: string;
3759
3923
  }[] | null;
3760
3924
  specificationId: string;
3925
+ providerId: string;
3761
3926
  createdAt: Date;
3762
3927
  updatedAt: Date;
3763
3928
  };
@@ -3853,6 +4018,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3853
4018
  name: string | null;
3854
4019
  description: string | null;
3855
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;
3856
4033
  credentials: {
3857
4034
  object: string;
3858
4035
  id: string;
@@ -3886,6 +4063,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3886
4063
  object: string;
3887
4064
  }[] | null;
3888
4065
  specificationId: string;
4066
+ providerId: string;
3889
4067
  createdAt: Date;
3890
4068
  updatedAt: Date;
3891
4069
  };
@@ -3954,7 +4132,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
3954
4132
  providerAuthConfigId: string | undefined;
3955
4133
  providerAuthMethodId: string | undefined;
3956
4134
  }>, {
3957
- 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;
3958
4142
  }, {
3959
4143
  solution: {} & {
3960
4144
  oid: number;
@@ -4021,6 +4205,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4021
4205
  name: string | null;
4022
4206
  description: string | null;
4023
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;
4024
4220
  credentials: {
4025
4221
  object: string;
4026
4222
  id: string;
@@ -4054,6 +4250,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4054
4250
  object: string;
4055
4251
  }[] | null;
4056
4252
  specificationId: string;
4253
+ providerId: string;
4057
4254
  createdAt: Date;
4058
4255
  updatedAt: Date;
4059
4256
  };
@@ -4283,6 +4480,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4283
4480
  name: string | null;
4284
4481
  description: string | null;
4285
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;
4286
4495
  credentials: {
4287
4496
  object: string;
4288
4497
  id: string;
@@ -4316,6 +4525,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4316
4525
  object: string;
4317
4526
  }[] | null;
4318
4527
  specificationId: string;
4528
+ providerId: string;
4319
4529
  createdAt: Date;
4320
4530
  updatedAt: Date;
4321
4531
  };
@@ -4409,6 +4619,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4409
4619
  object: string;
4410
4620
  }[] | null;
4411
4621
  specificationId: string;
4622
+ providerId: string;
4412
4623
  createdAt: Date;
4413
4624
  updatedAt: Date;
4414
4625
  }[];
@@ -4483,6 +4694,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4483
4694
  object: string;
4484
4695
  }[] | null;
4485
4696
  specificationId: string;
4697
+ providerId: string;
4486
4698
  createdAt: Date;
4487
4699
  updatedAt: Date;
4488
4700
  }, {
@@ -4649,6 +4861,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4649
4861
  object: string;
4650
4862
  }[] | null;
4651
4863
  specificationId: string;
4864
+ providerId: string;
4652
4865
  createdAt: Date;
4653
4866
  updatedAt: Date;
4654
4867
  };
@@ -4688,6 +4901,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4688
4901
  name: string | null;
4689
4902
  description: string | null;
4690
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;
4691
4916
  credentials: {
4692
4917
  object: string;
4693
4918
  id: string;
@@ -4721,6 +4946,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4721
4946
  object: string;
4722
4947
  }[] | null;
4723
4948
  specificationId: string;
4949
+ providerId: string;
4724
4950
  createdAt: Date;
4725
4951
  updatedAt: Date;
4726
4952
  };
@@ -4736,6 +4962,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4736
4962
  description: string | null;
4737
4963
  metadata: unknown;
4738
4964
  providerId: string;
4965
+ specificationId: string;
4739
4966
  deployment: {
4740
4967
  object: string;
4741
4968
  id: string;
@@ -4770,7 +4997,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4770
4997
  createdAt: Date;
4771
4998
  updatedAt: Date;
4772
4999
  } | null;
4773
- specificationId: string;
4774
5000
  createdAt: Date;
4775
5001
  updatedAt: Date;
4776
5002
  } | null;
@@ -4862,6 +5088,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4862
5088
  object: string;
4863
5089
  }[] | null;
4864
5090
  specificationId: string;
5091
+ providerId: string;
4865
5092
  createdAt: Date;
4866
5093
  updatedAt: Date;
4867
5094
  };
@@ -4901,6 +5128,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4901
5128
  name: string | null;
4902
5129
  description: string | null;
4903
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;
4904
5143
  credentials: {
4905
5144
  object: string;
4906
5145
  id: string;
@@ -4934,6 +5173,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4934
5173
  object: string;
4935
5174
  }[] | null;
4936
5175
  specificationId: string;
5176
+ providerId: string;
4937
5177
  createdAt: Date;
4938
5178
  updatedAt: Date;
4939
5179
  };
@@ -4949,6 +5189,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4949
5189
  description: string | null;
4950
5190
  metadata: unknown;
4951
5191
  providerId: string;
5192
+ specificationId: string;
4952
5193
  deployment: {
4953
5194
  object: string;
4954
5195
  id: string;
@@ -4983,7 +5224,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
4983
5224
  createdAt: Date;
4984
5225
  updatedAt: Date;
4985
5226
  } | null;
4986
- specificationId: string;
4987
5227
  createdAt: Date;
4988
5228
  updatedAt: Date;
4989
5229
  } | null;
@@ -5437,6 +5677,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5437
5677
  object: string;
5438
5678
  }[] | null;
5439
5679
  specificationId: string;
5680
+ providerId: string;
5440
5681
  createdAt: Date;
5441
5682
  updatedAt: Date;
5442
5683
  };
@@ -5476,6 +5717,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5476
5717
  name: string | null;
5477
5718
  description: string | null;
5478
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;
5479
5732
  credentials: {
5480
5733
  object: string;
5481
5734
  id: string;
@@ -5509,6 +5762,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5509
5762
  object: string;
5510
5763
  }[] | null;
5511
5764
  specificationId: string;
5765
+ providerId: string;
5512
5766
  createdAt: Date;
5513
5767
  updatedAt: Date;
5514
5768
  };
@@ -5524,6 +5778,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5524
5778
  description: string | null;
5525
5779
  metadata: unknown;
5526
5780
  providerId: string;
5781
+ specificationId: string;
5527
5782
  deployment: {
5528
5783
  object: string;
5529
5784
  id: string;
@@ -5558,7 +5813,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5558
5813
  createdAt: Date;
5559
5814
  updatedAt: Date;
5560
5815
  } | null;
5561
- specificationId: string;
5562
5816
  createdAt: Date;
5563
5817
  updatedAt: Date;
5564
5818
  } | null;
@@ -5648,6 +5902,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5648
5902
  object: string;
5649
5903
  }[] | null;
5650
5904
  specificationId: string;
5905
+ providerId: string;
5651
5906
  createdAt: Date;
5652
5907
  updatedAt: Date;
5653
5908
  };
@@ -5687,6 +5942,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5687
5942
  name: string | null;
5688
5943
  description: string | null;
5689
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;
5690
5957
  credentials: {
5691
5958
  object: string;
5692
5959
  id: string;
@@ -5720,6 +5987,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5720
5987
  object: string;
5721
5988
  }[] | null;
5722
5989
  specificationId: string;
5990
+ providerId: string;
5723
5991
  createdAt: Date;
5724
5992
  updatedAt: Date;
5725
5993
  };
@@ -5735,6 +6003,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5735
6003
  description: string | null;
5736
6004
  metadata: unknown;
5737
6005
  providerId: string;
6006
+ specificationId: string;
5738
6007
  deployment: {
5739
6008
  object: string;
5740
6009
  id: string;
@@ -5769,7 +6038,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
5769
6038
  createdAt: Date;
5770
6039
  updatedAt: Date;
5771
6040
  } | null;
5772
- specificationId: string;
5773
6041
  createdAt: Date;
5774
6042
  updatedAt: Date;
5775
6043
  } | null;
@@ -7094,6 +7362,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7094
7362
  description: string | null;
7095
7363
  metadata: unknown;
7096
7364
  providerId: string;
7365
+ specificationId: string;
7097
7366
  deployment: {
7098
7367
  object: string;
7099
7368
  id: string;
@@ -7128,7 +7397,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7128
7397
  createdAt: Date;
7129
7398
  updatedAt: Date;
7130
7399
  } | null;
7131
- specificationId: string;
7132
7400
  createdAt: Date;
7133
7401
  updatedAt: Date;
7134
7402
  }[];
@@ -7251,6 +7519,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7251
7519
  description: string | null;
7252
7520
  metadata: unknown;
7253
7521
  providerId: string;
7522
+ specificationId: string;
7254
7523
  deployment: {
7255
7524
  object: string;
7256
7525
  id: string;
@@ -7285,7 +7554,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7285
7554
  createdAt: Date;
7286
7555
  updatedAt: Date;
7287
7556
  } | null;
7288
- specificationId: string;
7289
7557
  createdAt: Date;
7290
7558
  updatedAt: Date;
7291
7559
  }, {
@@ -7477,6 +7745,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7477
7745
  description: string | null;
7478
7746
  metadata: unknown;
7479
7747
  providerId: string;
7748
+ specificationId: string;
7480
7749
  deployment: {
7481
7750
  object: string;
7482
7751
  id: string;
@@ -7511,7 +7780,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7511
7780
  createdAt: Date;
7512
7781
  updatedAt: Date;
7513
7782
  } | null;
7514
- specificationId: string;
7515
7783
  createdAt: Date;
7516
7784
  updatedAt: Date;
7517
7785
  }, {
@@ -7574,6 +7842,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7574
7842
  description: string | null;
7575
7843
  metadata: unknown;
7576
7844
  providerId: string;
7845
+ specificationId: string;
7577
7846
  deployment: {
7578
7847
  object: string;
7579
7848
  id: string;
@@ -7608,7 +7877,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
7608
7877
  createdAt: Date;
7609
7878
  updatedAt: Date;
7610
7879
  } | null;
7611
- specificationId: string;
7612
7880
  createdAt: Date;
7613
7881
  updatedAt: Date;
7614
7882
  }, {
@@ -8238,6 +8506,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8238
8506
  id: string;
8239
8507
  tag: string;
8240
8508
  identifier: string;
8509
+ providerId: string;
8241
8510
  isCurrent: boolean;
8242
8511
  name: string;
8243
8512
  description: string | null;
@@ -8327,6 +8596,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8327
8596
  id: string;
8328
8597
  tag: string;
8329
8598
  identifier: string;
8599
+ providerId: string;
8330
8600
  isCurrent: boolean;
8331
8601
  name: string;
8332
8602
  description: string | null;
@@ -8563,6 +8833,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8563
8833
  id: string;
8564
8834
  tag: string;
8565
8835
  identifier: string;
8836
+ providerId: string;
8566
8837
  isCurrent: boolean;
8567
8838
  name: string;
8568
8839
  description: string | null;
@@ -8650,6 +8921,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8650
8921
  id: string;
8651
8922
  tag: string;
8652
8923
  identifier: string;
8924
+ providerId: string;
8653
8925
  isCurrent: boolean;
8654
8926
  name: string;
8655
8927
  description: string | null;
@@ -8930,6 +9202,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8930
9202
  id: string;
8931
9203
  tag: string;
8932
9204
  identifier: string;
9205
+ providerId: string;
8933
9206
  isDefault: boolean;
8934
9207
  name: string;
8935
9208
  description: string | null;
@@ -8939,6 +9212,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8939
9212
  id: string;
8940
9213
  tag: string;
8941
9214
  identifier: string;
9215
+ providerId: string;
8942
9216
  isCurrent: boolean;
8943
9217
  name: string;
8944
9218
  description: string | null;
@@ -8955,6 +9229,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
8955
9229
  id: string;
8956
9230
  tag: string;
8957
9231
  identifier: string;
9232
+ providerId: string;
8958
9233
  isCurrent: boolean;
8959
9234
  name: string;
8960
9235
  description: string | null;
@@ -9171,6 +9446,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9171
9446
  id: string;
9172
9447
  tag: string;
9173
9448
  identifier: string;
9449
+ providerId: string;
9174
9450
  isDefault: boolean;
9175
9451
  name: string;
9176
9452
  description: string | null;
@@ -9180,6 +9456,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9180
9456
  id: string;
9181
9457
  tag: string;
9182
9458
  identifier: string;
9459
+ providerId: string;
9183
9460
  isCurrent: boolean;
9184
9461
  name: string;
9185
9462
  description: string | null;
@@ -9196,6 +9473,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9196
9473
  id: string;
9197
9474
  tag: string;
9198
9475
  identifier: string;
9476
+ providerId: string;
9199
9477
  isCurrent: boolean;
9200
9478
  name: string;
9201
9479
  description: string | null;
@@ -9901,6 +10179,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9901
10179
  name: string | null;
9902
10180
  description: string | null;
9903
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;
9904
10194
  credentials: {
9905
10195
  object: string;
9906
10196
  id: string;
@@ -9934,6 +10224,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9934
10224
  object: string;
9935
10225
  }[] | null;
9936
10226
  specificationId: string;
10227
+ providerId: string;
9937
10228
  createdAt: Date;
9938
10229
  updatedAt: Date;
9939
10230
  };
@@ -9973,6 +10264,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9973
10264
  object: string;
9974
10265
  }[] | null;
9975
10266
  specificationId: string;
10267
+ providerId: string;
9976
10268
  createdAt: Date;
9977
10269
  updatedAt: Date;
9978
10270
  };
@@ -10065,6 +10357,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10065
10357
  name: string | null;
10066
10358
  description: string | null;
10067
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;
10068
10372
  credentials: {
10069
10373
  object: string;
10070
10374
  id: string;
@@ -10098,6 +10402,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10098
10402
  object: string;
10099
10403
  }[] | null;
10100
10404
  specificationId: string;
10405
+ providerId: string;
10101
10406
  createdAt: Date;
10102
10407
  updatedAt: Date;
10103
10408
  };
@@ -10137,6 +10442,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10137
10442
  object: string;
10138
10443
  }[] | null;
10139
10444
  specificationId: string;
10445
+ providerId: string;
10140
10446
  createdAt: Date;
10141
10447
  updatedAt: Date;
10142
10448
  };
@@ -10409,6 +10715,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10409
10715
  name: string | null;
10410
10716
  description: string | null;
10411
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;
10412
10730
  credentials: {
10413
10731
  object: string;
10414
10732
  id: string;
@@ -10442,6 +10760,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10442
10760
  object: string;
10443
10761
  }[] | null;
10444
10762
  specificationId: string;
10763
+ providerId: string;
10445
10764
  createdAt: Date;
10446
10765
  updatedAt: Date;
10447
10766
  };
@@ -10481,6 +10800,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10481
10800
  object: string;
10482
10801
  }[] | null;
10483
10802
  specificationId: string;
10803
+ providerId: string;
10484
10804
  createdAt: Date;
10485
10805
  updatedAt: Date;
10486
10806
  };
@@ -10571,6 +10891,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10571
10891
  name: string | null;
10572
10892
  description: string | null;
10573
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;
10574
10906
  credentials: {
10575
10907
  object: string;
10576
10908
  id: string;
@@ -10604,6 +10936,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10604
10936
  object: string;
10605
10937
  }[] | null;
10606
10938
  specificationId: string;
10939
+ providerId: string;
10607
10940
  createdAt: Date;
10608
10941
  updatedAt: Date;
10609
10942
  };
@@ -10643,6 +10976,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10643
10976
  object: string;
10644
10977
  }[] | null;
10645
10978
  specificationId: string;
10979
+ providerId: string;
10646
10980
  createdAt: Date;
10647
10981
  updatedAt: Date;
10648
10982
  };
@@ -10904,6 +11238,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10904
11238
  key: string;
10905
11239
  name: string;
10906
11240
  description: string | null;
11241
+ providerId: string;
10907
11242
  configSchema: Record<string, any>;
10908
11243
  configVisibility: "encrypted" | "plain";
10909
11244
  tools: {
@@ -10924,6 +11259,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10924
11259
  readOnly?: boolean | undefined;
10925
11260
  } | undefined;
10926
11261
  specificationId: string;
11262
+ providerId: string;
10927
11263
  createdAt: Date;
10928
11264
  updatedAt: Date;
10929
11265
  }[];
@@ -10947,6 +11283,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
10947
11283
  object: string;
10948
11284
  }[] | null;
10949
11285
  specificationId: string;
11286
+ providerId: string;
10950
11287
  createdAt: Date;
10951
11288
  updatedAt: Date;
10952
11289
  }[];
@@ -11020,6 +11357,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11020
11357
  key: string;
11021
11358
  name: string;
11022
11359
  description: string | null;
11360
+ providerId: string;
11023
11361
  configSchema: Record<string, any>;
11024
11362
  configVisibility: "encrypted" | "plain";
11025
11363
  tools: {
@@ -11040,6 +11378,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11040
11378
  readOnly?: boolean | undefined;
11041
11379
  } | undefined;
11042
11380
  specificationId: string;
11381
+ providerId: string;
11043
11382
  createdAt: Date;
11044
11383
  updatedAt: Date;
11045
11384
  }[];
@@ -11063,6 +11402,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11063
11402
  object: string;
11064
11403
  }[] | null;
11065
11404
  specificationId: string;
11405
+ providerId: string;
11066
11406
  createdAt: Date;
11067
11407
  updatedAt: Date;
11068
11408
  }[];
@@ -11307,6 +11647,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11307
11647
  readOnly?: boolean | undefined;
11308
11648
  } | undefined;
11309
11649
  specificationId: string;
11650
+ providerId: string;
11310
11651
  createdAt: Date;
11311
11652
  updatedAt: Date;
11312
11653
  }[];
@@ -11389,6 +11730,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11389
11730
  readOnly?: boolean | undefined;
11390
11731
  } | undefined;
11391
11732
  specificationId: string;
11733
+ providerId: string;
11392
11734
  createdAt: Date;
11393
11735
  updatedAt: Date;
11394
11736
  }, {
@@ -11592,6 +11934,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11592
11934
  id: string;
11593
11935
  tag: string;
11594
11936
  identifier: string;
11937
+ providerId: string;
11595
11938
  isDefault: boolean;
11596
11939
  name: string;
11597
11940
  description: string | null;
@@ -11601,6 +11944,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11601
11944
  id: string;
11602
11945
  tag: string;
11603
11946
  identifier: string;
11947
+ providerId: string;
11604
11948
  isCurrent: boolean;
11605
11949
  name: string;
11606
11950
  description: string | null;
@@ -11678,6 +12022,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11678
12022
  id: string;
11679
12023
  tag: string;
11680
12024
  identifier: string;
12025
+ providerId: string;
11681
12026
  isDefault: boolean;
11682
12027
  name: string;
11683
12028
  description: string | null;
@@ -11687,6 +12032,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11687
12032
  id: string;
11688
12033
  tag: string;
11689
12034
  identifier: string;
12035
+ providerId: string;
11690
12036
  isCurrent: boolean;
11691
12037
  name: string;
11692
12038
  description: string | null;
@@ -11998,6 +12344,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
11998
12344
  id: string;
11999
12345
  tag: string;
12000
12346
  identifier: string;
12347
+ providerId: string;
12001
12348
  isCurrent: boolean;
12002
12349
  name: string;
12003
12350
  description: string | null;
@@ -12072,6 +12419,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
12072
12419
  id: string;
12073
12420
  tag: string;
12074
12421
  identifier: string;
12422
+ providerId: string;
12075
12423
  isCurrent: boolean;
12076
12424
  name: string;
12077
12425
  description: string | null;
@@ -15537,6 +15885,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15537
15885
  transport: _metorial_subspace_db.SessionConnectionTransport;
15538
15886
  sessionId: string;
15539
15887
  messageId: string;
15888
+ providerId: string;
15540
15889
  sessionProviderId: string | null;
15541
15890
  connectionId: string | null;
15542
15891
  providerRunId: string | null;
@@ -15558,6 +15907,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15558
15907
  readOnly?: boolean | undefined;
15559
15908
  } | undefined;
15560
15909
  specificationId: string;
15910
+ providerId: string;
15561
15911
  createdAt: Date;
15562
15912
  updatedAt: Date;
15563
15913
  };
@@ -15871,6 +16221,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15871
16221
  transport: _metorial_subspace_db.SessionConnectionTransport;
15872
16222
  sessionId: string;
15873
16223
  messageId: string;
16224
+ providerId: string;
15874
16225
  sessionProviderId: string | null;
15875
16226
  connectionId: string | null;
15876
16227
  providerRunId: string | null;
@@ -15892,6 +16243,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15892
16243
  readOnly?: boolean | undefined;
15893
16244
  } | undefined;
15894
16245
  specificationId: string;
16246
+ providerId: string;
15895
16247
  createdAt: Date;
15896
16248
  updatedAt: Date;
15897
16249
  };
@@ -16940,6 +17292,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16940
17292
  transport: _metorial_subspace_db.SessionConnectionTransport;
16941
17293
  sessionId: string;
16942
17294
  messageId: string;
17295
+ providerId: string;
16943
17296
  sessionProviderId: string | null;
16944
17297
  connectionId: string | null;
16945
17298
  providerRunId: string | null;
@@ -16961,6 +17314,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16961
17314
  readOnly?: boolean | undefined;
16962
17315
  } | undefined;
16963
17316
  specificationId: string;
17317
+ providerId: string;
16964
17318
  createdAt: Date;
16965
17319
  updatedAt: Date;
16966
17320
  };
@@ -17177,6 +17531,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17177
17531
  transport: _metorial_subspace_db.SessionConnectionTransport;
17178
17532
  sessionId: string;
17179
17533
  messageId: string;
17534
+ providerId: string;
17180
17535
  sessionProviderId: string | null;
17181
17536
  connectionId: string | null;
17182
17537
  providerRunId: string | null;
@@ -17198,6 +17553,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17198
17553
  readOnly?: boolean | undefined;
17199
17554
  } | undefined;
17200
17555
  specificationId: string;
17556
+ providerId: string;
17201
17557
  createdAt: Date;
17202
17558
  updatedAt: Date;
17203
17559
  };
@@ -19637,6 +19993,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19637
19993
  id: string;
19638
19994
  tag: string;
19639
19995
  identifier: string;
19996
+ providerId: string;
19640
19997
  isDefault: boolean;
19641
19998
  name: string;
19642
19999
  description: string | null;
@@ -19646,6 +20003,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19646
20003
  id: string;
19647
20004
  tag: string;
19648
20005
  identifier: string;
20006
+ providerId: string;
19649
20007
  isCurrent: boolean;
19650
20008
  name: string;
19651
20009
  description: string | null;
@@ -19662,6 +20020,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19662
20020
  id: string;
19663
20021
  tag: string;
19664
20022
  identifier: string;
20023
+ providerId: string;
19665
20024
  isCurrent: boolean;
19666
20025
  name: string;
19667
20026
  description: string | null;
@@ -19873,6 +20232,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19873
20232
  id: string;
19874
20233
  tag: string;
19875
20234
  identifier: string;
20235
+ providerId: string;
19876
20236
  isDefault: boolean;
19877
20237
  name: string;
19878
20238
  description: string | null;
@@ -19882,6 +20242,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19882
20242
  id: string;
19883
20243
  tag: string;
19884
20244
  identifier: string;
20245
+ providerId: string;
19885
20246
  isCurrent: boolean;
19886
20247
  name: string;
19887
20248
  description: string | null;
@@ -19898,6 +20259,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19898
20259
  id: string;
19899
20260
  tag: string;
19900
20261
  identifier: string;
20262
+ providerId: string;
19901
20263
  isCurrent: boolean;
19902
20264
  name: string;
19903
20265
  description: string | null;
@@ -20370,6 +20732,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20370
20732
  id: string;
20371
20733
  tag: string;
20372
20734
  identifier: string;
20735
+ providerId: string;
20373
20736
  isDefault: boolean;
20374
20737
  name: string;
20375
20738
  description: string | null;
@@ -20379,6 +20742,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20379
20742
  id: string;
20380
20743
  tag: string;
20381
20744
  identifier: string;
20745
+ providerId: string;
20382
20746
  isCurrent: boolean;
20383
20747
  name: string;
20384
20748
  description: string | null;
@@ -20395,6 +20759,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20395
20759
  id: string;
20396
20760
  tag: string;
20397
20761
  identifier: string;
20762
+ providerId: string;
20398
20763
  isCurrent: boolean;
20399
20764
  name: string;
20400
20765
  description: string | null;
@@ -20605,6 +20970,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20605
20970
  id: string;
20606
20971
  tag: string;
20607
20972
  identifier: string;
20973
+ providerId: string;
20608
20974
  isDefault: boolean;
20609
20975
  name: string;
20610
20976
  description: string | null;
@@ -20614,6 +20980,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20614
20980
  id: string;
20615
20981
  tag: string;
20616
20982
  identifier: string;
20983
+ providerId: string;
20617
20984
  isCurrent: boolean;
20618
20985
  name: string;
20619
20986
  description: string | null;
@@ -20630,6 +20997,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20630
20997
  id: string;
20631
20998
  tag: string;
20632
20999
  identifier: string;
21000
+ providerId: string;
20633
21001
  isCurrent: boolean;
20634
21002
  name: string;
20635
21003
  description: string | null;