@metorial-services/subspace-client 1.0.11 → 1.0.13
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 +434 -36
- package/dist/index.d.ts +434 -36
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -574,7 +574,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
574
574
|
};
|
|
575
575
|
input: any;
|
|
576
576
|
output: any;
|
|
577
|
-
error:
|
|
577
|
+
error: {
|
|
578
578
|
object: string;
|
|
579
579
|
id: string;
|
|
580
580
|
code: string;
|
|
@@ -586,7 +586,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
586
586
|
groupId: string;
|
|
587
587
|
similarErrorCount: number;
|
|
588
588
|
createdAt: Date;
|
|
589
|
-
}
|
|
589
|
+
} | null;
|
|
590
590
|
createdAt: Date;
|
|
591
591
|
}[];
|
|
592
592
|
pagination: {
|
|
@@ -679,7 +679,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
679
679
|
};
|
|
680
680
|
input: any;
|
|
681
681
|
output: any;
|
|
682
|
-
error:
|
|
682
|
+
error: {
|
|
683
683
|
object: string;
|
|
684
684
|
id: string;
|
|
685
685
|
code: string;
|
|
@@ -691,7 +691,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
691
691
|
groupId: string;
|
|
692
692
|
similarErrorCount: number;
|
|
693
693
|
createdAt: Date;
|
|
694
|
-
}
|
|
694
|
+
} | null;
|
|
695
695
|
createdAt: Date;
|
|
696
696
|
}, {
|
|
697
697
|
solution: {} & {
|
|
@@ -1300,7 +1300,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1300
1300
|
};
|
|
1301
1301
|
input: any;
|
|
1302
1302
|
output: any;
|
|
1303
|
-
error:
|
|
1303
|
+
error: {
|
|
1304
1304
|
object: string;
|
|
1305
1305
|
id: string;
|
|
1306
1306
|
code: string;
|
|
@@ -1312,7 +1312,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1312
1312
|
groupId: string;
|
|
1313
1313
|
similarErrorCount: number;
|
|
1314
1314
|
createdAt: Date;
|
|
1315
|
-
}
|
|
1315
|
+
} | null;
|
|
1316
1316
|
createdAt: Date;
|
|
1317
1317
|
}, {
|
|
1318
1318
|
solution: {} & {
|
|
@@ -2680,8 +2680,32 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2680
2680
|
ip: string;
|
|
2681
2681
|
ua: string;
|
|
2682
2682
|
providerId: string;
|
|
2683
|
-
|
|
2684
|
-
|
|
2683
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2684
|
+
type: "reference";
|
|
2685
|
+
providerDeploymentId: string;
|
|
2686
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2687
|
+
type: "ephemeral";
|
|
2688
|
+
providerId: string;
|
|
2689
|
+
name: string | undefined;
|
|
2690
|
+
description: string | undefined;
|
|
2691
|
+
metadata: Record<string, any> | undefined;
|
|
2692
|
+
lockedProviderVersionId: string | undefined;
|
|
2693
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2694
|
+
type: "reference";
|
|
2695
|
+
providerConfigId: string;
|
|
2696
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2697
|
+
type: "ephemeral";
|
|
2698
|
+
name: string | undefined;
|
|
2699
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2700
|
+
type: "inline";
|
|
2701
|
+
data: Record<string, any>;
|
|
2702
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2703
|
+
type: "vault";
|
|
2704
|
+
providerConfigVaultId: string;
|
|
2705
|
+
}>;
|
|
2706
|
+
}> | undefined;
|
|
2707
|
+
}> | undefined;
|
|
2708
|
+
providerAuthMethodId: string;
|
|
2685
2709
|
config: Record<string, any>;
|
|
2686
2710
|
}>, {
|
|
2687
2711
|
object: string;
|
|
@@ -7769,7 +7793,31 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7769
7793
|
metadata: Record<string, any> | undefined;
|
|
7770
7794
|
isEphemeral: boolean | undefined;
|
|
7771
7795
|
providerId: string;
|
|
7772
|
-
|
|
7796
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7797
|
+
type: "reference";
|
|
7798
|
+
providerDeploymentId: string;
|
|
7799
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7800
|
+
type: "ephemeral";
|
|
7801
|
+
providerId: string;
|
|
7802
|
+
name: string | undefined;
|
|
7803
|
+
description: string | undefined;
|
|
7804
|
+
metadata: Record<string, any> | undefined;
|
|
7805
|
+
lockedProviderVersionId: string | undefined;
|
|
7806
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7807
|
+
type: "reference";
|
|
7808
|
+
providerConfigId: string;
|
|
7809
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7810
|
+
type: "ephemeral";
|
|
7811
|
+
name: string | undefined;
|
|
7812
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7813
|
+
type: "inline";
|
|
7814
|
+
data: Record<string, any>;
|
|
7815
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7816
|
+
type: "vault";
|
|
7817
|
+
providerConfigVaultId: string;
|
|
7818
|
+
}>;
|
|
7819
|
+
}> | undefined;
|
|
7820
|
+
}> | undefined;
|
|
7773
7821
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7774
7822
|
type: "inline";
|
|
7775
7823
|
data: Record<string, any>;
|
|
@@ -8849,17 +8897,21 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8849
8897
|
lockedProviderVersionId: string | undefined;
|
|
8850
8898
|
networkingRulesetIds: string[] | undefined;
|
|
8851
8899
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8852
|
-
type: "
|
|
8853
|
-
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8854
|
-
type: "inline";
|
|
8855
|
-
data: Record<string, any>;
|
|
8856
|
-
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8857
|
-
type: "config";
|
|
8900
|
+
type: "reference";
|
|
8858
8901
|
providerConfigId: string;
|
|
8859
8902
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8860
|
-
type: "
|
|
8861
|
-
|
|
8862
|
-
|
|
8903
|
+
type: "ephemeral";
|
|
8904
|
+
name: string | undefined;
|
|
8905
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8906
|
+
type: "inline";
|
|
8907
|
+
data: Record<string, any>;
|
|
8908
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8909
|
+
type: "vault";
|
|
8910
|
+
providerConfigVaultId: string;
|
|
8911
|
+
}>;
|
|
8912
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8913
|
+
type: "none";
|
|
8914
|
+
}> | undefined;
|
|
8863
8915
|
}>, {
|
|
8864
8916
|
object: string;
|
|
8865
8917
|
id: string;
|
|
@@ -10211,7 +10263,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10211
10263
|
metadata: unknown;
|
|
10212
10264
|
redirectUrl: string | null;
|
|
10213
10265
|
url: string | null;
|
|
10214
|
-
authConfig:
|
|
10266
|
+
authConfig: {
|
|
10267
|
+
object: string;
|
|
10268
|
+
id: string;
|
|
10269
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10270
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10271
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10272
|
+
isEphemeral: boolean;
|
|
10273
|
+
isDefault: boolean;
|
|
10274
|
+
providerId: string;
|
|
10275
|
+
name: string | null;
|
|
10276
|
+
description: string | null;
|
|
10277
|
+
metadata: unknown;
|
|
10278
|
+
deploymentPreview: {
|
|
10279
|
+
object: string;
|
|
10280
|
+
id: string;
|
|
10281
|
+
isEphemeral: boolean;
|
|
10282
|
+
isDefault: boolean;
|
|
10283
|
+
name: string | null;
|
|
10284
|
+
description: string | null;
|
|
10285
|
+
metadata: unknown;
|
|
10286
|
+
providerId: string;
|
|
10287
|
+
createdAt: Date;
|
|
10288
|
+
updatedAt: Date;
|
|
10289
|
+
} | null;
|
|
10290
|
+
credentials: {
|
|
10291
|
+
object: string;
|
|
10292
|
+
id: string;
|
|
10293
|
+
type: "oauth";
|
|
10294
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10295
|
+
isEphemeral: boolean;
|
|
10296
|
+
isDefault: boolean;
|
|
10297
|
+
providerId: string;
|
|
10298
|
+
name: string | null;
|
|
10299
|
+
description: string | null;
|
|
10300
|
+
metadata: unknown;
|
|
10301
|
+
createdAt: Date;
|
|
10302
|
+
updatedAt: Date;
|
|
10303
|
+
} | null;
|
|
10304
|
+
authMethod: {
|
|
10305
|
+
object: string;
|
|
10306
|
+
id: string;
|
|
10307
|
+
key: string;
|
|
10308
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10309
|
+
name: string;
|
|
10310
|
+
description: string | null;
|
|
10311
|
+
capabilities: {
|
|
10312
|
+
[key: string]: any;
|
|
10313
|
+
};
|
|
10314
|
+
inputJsonSchema: Record<string, any>;
|
|
10315
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10316
|
+
scopes: {
|
|
10317
|
+
scope: string;
|
|
10318
|
+
id: string;
|
|
10319
|
+
title: string;
|
|
10320
|
+
description?: string;
|
|
10321
|
+
object: string;
|
|
10322
|
+
}[] | null;
|
|
10323
|
+
specificationId: string;
|
|
10324
|
+
providerId: string;
|
|
10325
|
+
createdAt: Date;
|
|
10326
|
+
updatedAt: Date;
|
|
10327
|
+
};
|
|
10328
|
+
createdAt: Date;
|
|
10329
|
+
updatedAt: Date;
|
|
10330
|
+
} | null;
|
|
10215
10331
|
credentials: {
|
|
10216
10332
|
object: string;
|
|
10217
10333
|
id: string;
|
|
@@ -10328,7 +10444,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10328
10444
|
metadata: unknown;
|
|
10329
10445
|
redirectUrl: string | null;
|
|
10330
10446
|
url: string | null;
|
|
10331
|
-
authConfig:
|
|
10447
|
+
authConfig: {
|
|
10448
|
+
object: string;
|
|
10449
|
+
id: string;
|
|
10450
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10451
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10452
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10453
|
+
isEphemeral: boolean;
|
|
10454
|
+
isDefault: boolean;
|
|
10455
|
+
providerId: string;
|
|
10456
|
+
name: string | null;
|
|
10457
|
+
description: string | null;
|
|
10458
|
+
metadata: unknown;
|
|
10459
|
+
deploymentPreview: {
|
|
10460
|
+
object: string;
|
|
10461
|
+
id: string;
|
|
10462
|
+
isEphemeral: boolean;
|
|
10463
|
+
isDefault: boolean;
|
|
10464
|
+
name: string | null;
|
|
10465
|
+
description: string | null;
|
|
10466
|
+
metadata: unknown;
|
|
10467
|
+
providerId: string;
|
|
10468
|
+
createdAt: Date;
|
|
10469
|
+
updatedAt: Date;
|
|
10470
|
+
} | null;
|
|
10471
|
+
credentials: {
|
|
10472
|
+
object: string;
|
|
10473
|
+
id: string;
|
|
10474
|
+
type: "oauth";
|
|
10475
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10476
|
+
isEphemeral: boolean;
|
|
10477
|
+
isDefault: boolean;
|
|
10478
|
+
providerId: string;
|
|
10479
|
+
name: string | null;
|
|
10480
|
+
description: string | null;
|
|
10481
|
+
metadata: unknown;
|
|
10482
|
+
createdAt: Date;
|
|
10483
|
+
updatedAt: Date;
|
|
10484
|
+
} | null;
|
|
10485
|
+
authMethod: {
|
|
10486
|
+
object: string;
|
|
10487
|
+
id: string;
|
|
10488
|
+
key: string;
|
|
10489
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10490
|
+
name: string;
|
|
10491
|
+
description: string | null;
|
|
10492
|
+
capabilities: {
|
|
10493
|
+
[key: string]: any;
|
|
10494
|
+
};
|
|
10495
|
+
inputJsonSchema: Record<string, any>;
|
|
10496
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10497
|
+
scopes: {
|
|
10498
|
+
scope: string;
|
|
10499
|
+
id: string;
|
|
10500
|
+
title: string;
|
|
10501
|
+
description?: string;
|
|
10502
|
+
object: string;
|
|
10503
|
+
}[] | null;
|
|
10504
|
+
specificationId: string;
|
|
10505
|
+
providerId: string;
|
|
10506
|
+
createdAt: Date;
|
|
10507
|
+
updatedAt: Date;
|
|
10508
|
+
};
|
|
10509
|
+
createdAt: Date;
|
|
10510
|
+
updatedAt: Date;
|
|
10511
|
+
} | null;
|
|
10332
10512
|
credentials: {
|
|
10333
10513
|
object: string;
|
|
10334
10514
|
id: string;
|
|
@@ -10625,7 +10805,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10625
10805
|
metadata: unknown;
|
|
10626
10806
|
redirectUrl: string | null;
|
|
10627
10807
|
url: string | null;
|
|
10628
|
-
authConfig:
|
|
10808
|
+
authConfig: {
|
|
10809
|
+
object: string;
|
|
10810
|
+
id: string;
|
|
10811
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10812
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10813
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10814
|
+
isEphemeral: boolean;
|
|
10815
|
+
isDefault: boolean;
|
|
10816
|
+
providerId: string;
|
|
10817
|
+
name: string | null;
|
|
10818
|
+
description: string | null;
|
|
10819
|
+
metadata: unknown;
|
|
10820
|
+
deploymentPreview: {
|
|
10821
|
+
object: string;
|
|
10822
|
+
id: string;
|
|
10823
|
+
isEphemeral: boolean;
|
|
10824
|
+
isDefault: boolean;
|
|
10825
|
+
name: string | null;
|
|
10826
|
+
description: string | null;
|
|
10827
|
+
metadata: unknown;
|
|
10828
|
+
providerId: string;
|
|
10829
|
+
createdAt: Date;
|
|
10830
|
+
updatedAt: Date;
|
|
10831
|
+
} | null;
|
|
10832
|
+
credentials: {
|
|
10833
|
+
object: string;
|
|
10834
|
+
id: string;
|
|
10835
|
+
type: "oauth";
|
|
10836
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10837
|
+
isEphemeral: boolean;
|
|
10838
|
+
isDefault: boolean;
|
|
10839
|
+
providerId: string;
|
|
10840
|
+
name: string | null;
|
|
10841
|
+
description: string | null;
|
|
10842
|
+
metadata: unknown;
|
|
10843
|
+
createdAt: Date;
|
|
10844
|
+
updatedAt: Date;
|
|
10845
|
+
} | null;
|
|
10846
|
+
authMethod: {
|
|
10847
|
+
object: string;
|
|
10848
|
+
id: string;
|
|
10849
|
+
key: string;
|
|
10850
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10851
|
+
name: string;
|
|
10852
|
+
description: string | null;
|
|
10853
|
+
capabilities: {
|
|
10854
|
+
[key: string]: any;
|
|
10855
|
+
};
|
|
10856
|
+
inputJsonSchema: Record<string, any>;
|
|
10857
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10858
|
+
scopes: {
|
|
10859
|
+
scope: string;
|
|
10860
|
+
id: string;
|
|
10861
|
+
title: string;
|
|
10862
|
+
description?: string;
|
|
10863
|
+
object: string;
|
|
10864
|
+
}[] | null;
|
|
10865
|
+
specificationId: string;
|
|
10866
|
+
providerId: string;
|
|
10867
|
+
createdAt: Date;
|
|
10868
|
+
updatedAt: Date;
|
|
10869
|
+
};
|
|
10870
|
+
createdAt: Date;
|
|
10871
|
+
updatedAt: Date;
|
|
10872
|
+
} | null;
|
|
10629
10873
|
credentials: {
|
|
10630
10874
|
object: string;
|
|
10631
10875
|
id: string;
|
|
@@ -10740,7 +10984,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10740
10984
|
metadata: unknown;
|
|
10741
10985
|
redirectUrl: string | null;
|
|
10742
10986
|
url: string | null;
|
|
10743
|
-
authConfig:
|
|
10987
|
+
authConfig: {
|
|
10988
|
+
object: string;
|
|
10989
|
+
id: string;
|
|
10990
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10991
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10992
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10993
|
+
isEphemeral: boolean;
|
|
10994
|
+
isDefault: boolean;
|
|
10995
|
+
providerId: string;
|
|
10996
|
+
name: string | null;
|
|
10997
|
+
description: string | null;
|
|
10998
|
+
metadata: unknown;
|
|
10999
|
+
deploymentPreview: {
|
|
11000
|
+
object: string;
|
|
11001
|
+
id: string;
|
|
11002
|
+
isEphemeral: boolean;
|
|
11003
|
+
isDefault: boolean;
|
|
11004
|
+
name: string | null;
|
|
11005
|
+
description: string | null;
|
|
11006
|
+
metadata: unknown;
|
|
11007
|
+
providerId: string;
|
|
11008
|
+
createdAt: Date;
|
|
11009
|
+
updatedAt: Date;
|
|
11010
|
+
} | null;
|
|
11011
|
+
credentials: {
|
|
11012
|
+
object: string;
|
|
11013
|
+
id: string;
|
|
11014
|
+
type: "oauth";
|
|
11015
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
11016
|
+
isEphemeral: boolean;
|
|
11017
|
+
isDefault: boolean;
|
|
11018
|
+
providerId: string;
|
|
11019
|
+
name: string | null;
|
|
11020
|
+
description: string | null;
|
|
11021
|
+
metadata: unknown;
|
|
11022
|
+
createdAt: Date;
|
|
11023
|
+
updatedAt: Date;
|
|
11024
|
+
} | null;
|
|
11025
|
+
authMethod: {
|
|
11026
|
+
object: string;
|
|
11027
|
+
id: string;
|
|
11028
|
+
key: string;
|
|
11029
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
11030
|
+
name: string;
|
|
11031
|
+
description: string | null;
|
|
11032
|
+
capabilities: {
|
|
11033
|
+
[key: string]: any;
|
|
11034
|
+
};
|
|
11035
|
+
inputJsonSchema: Record<string, any>;
|
|
11036
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
11037
|
+
scopes: {
|
|
11038
|
+
scope: string;
|
|
11039
|
+
id: string;
|
|
11040
|
+
title: string;
|
|
11041
|
+
description?: string;
|
|
11042
|
+
object: string;
|
|
11043
|
+
}[] | null;
|
|
11044
|
+
specificationId: string;
|
|
11045
|
+
providerId: string;
|
|
11046
|
+
createdAt: Date;
|
|
11047
|
+
updatedAt: Date;
|
|
11048
|
+
};
|
|
11049
|
+
createdAt: Date;
|
|
11050
|
+
updatedAt: Date;
|
|
11051
|
+
} | null;
|
|
10744
11052
|
credentials: {
|
|
10745
11053
|
object: string;
|
|
10746
11054
|
id: string;
|
|
@@ -13125,9 +13433,54 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13125
13433
|
description: string | undefined;
|
|
13126
13434
|
metadata: Record<string, any> | undefined;
|
|
13127
13435
|
providers: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13436
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13437
|
+
type: "reference";
|
|
13438
|
+
providerDeploymentId: string;
|
|
13439
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13440
|
+
type: "ephemeral";
|
|
13441
|
+
providerId: string;
|
|
13442
|
+
name: string | undefined;
|
|
13443
|
+
description: string | undefined;
|
|
13444
|
+
metadata: Record<string, any> | undefined;
|
|
13445
|
+
lockedProviderVersionId: string | undefined;
|
|
13446
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13447
|
+
type: "reference";
|
|
13448
|
+
providerConfigId: string;
|
|
13449
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13450
|
+
type: "ephemeral";
|
|
13451
|
+
name: string | undefined;
|
|
13452
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13453
|
+
type: "inline";
|
|
13454
|
+
data: Record<string, any>;
|
|
13455
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13456
|
+
type: "vault";
|
|
13457
|
+
providerConfigVaultId: string;
|
|
13458
|
+
}>;
|
|
13459
|
+
}> | undefined;
|
|
13460
|
+
}>;
|
|
13461
|
+
providerConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13462
|
+
type: "reference";
|
|
13463
|
+
providerConfigId: string;
|
|
13464
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13465
|
+
type: "ephemeral";
|
|
13466
|
+
name: string | undefined;
|
|
13467
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13468
|
+
type: "inline";
|
|
13469
|
+
data: Record<string, any>;
|
|
13470
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13471
|
+
type: "vault";
|
|
13472
|
+
providerConfigVaultId: string;
|
|
13473
|
+
}>;
|
|
13474
|
+
}> | undefined;
|
|
13475
|
+
providerAuthConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13476
|
+
type: "reference";
|
|
13477
|
+
providerAuthConfigId: string;
|
|
13478
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13479
|
+
type: "ephemeral";
|
|
13480
|
+
name: string | undefined;
|
|
13481
|
+
providerAuthMethodId: string;
|
|
13482
|
+
credentials: Record<string, any>;
|
|
13483
|
+
}> | undefined;
|
|
13131
13484
|
sessionTemplateId: string | undefined;
|
|
13132
13485
|
toolFilters: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13133
13486
|
type: "tool_keys";
|
|
@@ -13984,9 +14337,54 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13984
14337
|
tenantId: string;
|
|
13985
14338
|
environmentId: string;
|
|
13986
14339
|
sessionId: string;
|
|
13987
|
-
|
|
13988
|
-
|
|
13989
|
-
|
|
14340
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14341
|
+
type: "reference";
|
|
14342
|
+
providerDeploymentId: string;
|
|
14343
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14344
|
+
type: "ephemeral";
|
|
14345
|
+
providerId: string;
|
|
14346
|
+
name: string | undefined;
|
|
14347
|
+
description: string | undefined;
|
|
14348
|
+
metadata: Record<string, any> | undefined;
|
|
14349
|
+
lockedProviderVersionId: string | undefined;
|
|
14350
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14351
|
+
type: "reference";
|
|
14352
|
+
providerConfigId: string;
|
|
14353
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14354
|
+
type: "ephemeral";
|
|
14355
|
+
name: string | undefined;
|
|
14356
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14357
|
+
type: "inline";
|
|
14358
|
+
data: Record<string, any>;
|
|
14359
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14360
|
+
type: "vault";
|
|
14361
|
+
providerConfigVaultId: string;
|
|
14362
|
+
}>;
|
|
14363
|
+
}> | undefined;
|
|
14364
|
+
}>;
|
|
14365
|
+
providerConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14366
|
+
type: "reference";
|
|
14367
|
+
providerConfigId: string;
|
|
14368
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14369
|
+
type: "ephemeral";
|
|
14370
|
+
name: string | undefined;
|
|
14371
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14372
|
+
type: "inline";
|
|
14373
|
+
data: Record<string, any>;
|
|
14374
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14375
|
+
type: "vault";
|
|
14376
|
+
providerConfigVaultId: string;
|
|
14377
|
+
}>;
|
|
14378
|
+
}> | undefined;
|
|
14379
|
+
providerAuthConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14380
|
+
type: "reference";
|
|
14381
|
+
providerAuthConfigId: string;
|
|
14382
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14383
|
+
type: "ephemeral";
|
|
14384
|
+
name: string | undefined;
|
|
14385
|
+
providerAuthMethodId: string;
|
|
14386
|
+
credentials: Record<string, any>;
|
|
14387
|
+
}> | undefined;
|
|
13990
14388
|
toolFilters: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13991
14389
|
type: "tool_keys";
|
|
13992
14390
|
keys: string[];
|
|
@@ -15712,7 +16110,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15712
16110
|
};
|
|
15713
16111
|
input: any;
|
|
15714
16112
|
output: any;
|
|
15715
|
-
error:
|
|
16113
|
+
error: {
|
|
15716
16114
|
object: string;
|
|
15717
16115
|
id: string;
|
|
15718
16116
|
code: string;
|
|
@@ -15724,7 +16122,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15724
16122
|
groupId: string;
|
|
15725
16123
|
similarErrorCount: number;
|
|
15726
16124
|
createdAt: Date;
|
|
15727
|
-
}
|
|
16125
|
+
} | null;
|
|
15728
16126
|
createdAt: Date;
|
|
15729
16127
|
} | null;
|
|
15730
16128
|
senderParticipant: {
|
|
@@ -16048,7 +16446,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16048
16446
|
};
|
|
16049
16447
|
input: any;
|
|
16050
16448
|
output: any;
|
|
16051
|
-
error:
|
|
16449
|
+
error: {
|
|
16052
16450
|
object: string;
|
|
16053
16451
|
id: string;
|
|
16054
16452
|
code: string;
|
|
@@ -16060,7 +16458,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16060
16458
|
groupId: string;
|
|
16061
16459
|
similarErrorCount: number;
|
|
16062
16460
|
createdAt: Date;
|
|
16063
|
-
}
|
|
16461
|
+
} | null;
|
|
16064
16462
|
createdAt: Date;
|
|
16065
16463
|
} | null;
|
|
16066
16464
|
senderParticipant: {
|
|
@@ -17119,7 +17517,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17119
17517
|
};
|
|
17120
17518
|
input: any;
|
|
17121
17519
|
output: any;
|
|
17122
|
-
error:
|
|
17520
|
+
error: {
|
|
17123
17521
|
object: string;
|
|
17124
17522
|
id: string;
|
|
17125
17523
|
code: string;
|
|
@@ -17131,7 +17529,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17131
17529
|
groupId: string;
|
|
17132
17530
|
similarErrorCount: number;
|
|
17133
17531
|
createdAt: Date;
|
|
17134
|
-
}
|
|
17532
|
+
} | null;
|
|
17135
17533
|
createdAt: Date;
|
|
17136
17534
|
} | null;
|
|
17137
17535
|
senderParticipant: {
|
|
@@ -17358,7 +17756,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17358
17756
|
};
|
|
17359
17757
|
input: any;
|
|
17360
17758
|
output: any;
|
|
17361
|
-
error:
|
|
17759
|
+
error: {
|
|
17362
17760
|
object: string;
|
|
17363
17761
|
id: string;
|
|
17364
17762
|
code: string;
|
|
@@ -17370,7 +17768,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17370
17768
|
groupId: string;
|
|
17371
17769
|
similarErrorCount: number;
|
|
17372
17770
|
createdAt: Date;
|
|
17373
|
-
}
|
|
17771
|
+
} | null;
|
|
17374
17772
|
createdAt: Date;
|
|
17375
17773
|
} | null;
|
|
17376
17774
|
senderParticipant: {
|
package/dist/index.d.ts
CHANGED
|
@@ -574,7 +574,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
574
574
|
};
|
|
575
575
|
input: any;
|
|
576
576
|
output: any;
|
|
577
|
-
error:
|
|
577
|
+
error: {
|
|
578
578
|
object: string;
|
|
579
579
|
id: string;
|
|
580
580
|
code: string;
|
|
@@ -586,7 +586,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
586
586
|
groupId: string;
|
|
587
587
|
similarErrorCount: number;
|
|
588
588
|
createdAt: Date;
|
|
589
|
-
}
|
|
589
|
+
} | null;
|
|
590
590
|
createdAt: Date;
|
|
591
591
|
}[];
|
|
592
592
|
pagination: {
|
|
@@ -679,7 +679,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
679
679
|
};
|
|
680
680
|
input: any;
|
|
681
681
|
output: any;
|
|
682
|
-
error:
|
|
682
|
+
error: {
|
|
683
683
|
object: string;
|
|
684
684
|
id: string;
|
|
685
685
|
code: string;
|
|
@@ -691,7 +691,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
691
691
|
groupId: string;
|
|
692
692
|
similarErrorCount: number;
|
|
693
693
|
createdAt: Date;
|
|
694
|
-
}
|
|
694
|
+
} | null;
|
|
695
695
|
createdAt: Date;
|
|
696
696
|
}, {
|
|
697
697
|
solution: {} & {
|
|
@@ -1300,7 +1300,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1300
1300
|
};
|
|
1301
1301
|
input: any;
|
|
1302
1302
|
output: any;
|
|
1303
|
-
error:
|
|
1303
|
+
error: {
|
|
1304
1304
|
object: string;
|
|
1305
1305
|
id: string;
|
|
1306
1306
|
code: string;
|
|
@@ -1312,7 +1312,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1312
1312
|
groupId: string;
|
|
1313
1313
|
similarErrorCount: number;
|
|
1314
1314
|
createdAt: Date;
|
|
1315
|
-
}
|
|
1315
|
+
} | null;
|
|
1316
1316
|
createdAt: Date;
|
|
1317
1317
|
}, {
|
|
1318
1318
|
solution: {} & {
|
|
@@ -2680,8 +2680,32 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2680
2680
|
ip: string;
|
|
2681
2681
|
ua: string;
|
|
2682
2682
|
providerId: string;
|
|
2683
|
-
|
|
2684
|
-
|
|
2683
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2684
|
+
type: "reference";
|
|
2685
|
+
providerDeploymentId: string;
|
|
2686
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2687
|
+
type: "ephemeral";
|
|
2688
|
+
providerId: string;
|
|
2689
|
+
name: string | undefined;
|
|
2690
|
+
description: string | undefined;
|
|
2691
|
+
metadata: Record<string, any> | undefined;
|
|
2692
|
+
lockedProviderVersionId: string | undefined;
|
|
2693
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2694
|
+
type: "reference";
|
|
2695
|
+
providerConfigId: string;
|
|
2696
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2697
|
+
type: "ephemeral";
|
|
2698
|
+
name: string | undefined;
|
|
2699
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2700
|
+
type: "inline";
|
|
2701
|
+
data: Record<string, any>;
|
|
2702
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
2703
|
+
type: "vault";
|
|
2704
|
+
providerConfigVaultId: string;
|
|
2705
|
+
}>;
|
|
2706
|
+
}> | undefined;
|
|
2707
|
+
}> | undefined;
|
|
2708
|
+
providerAuthMethodId: string;
|
|
2685
2709
|
config: Record<string, any>;
|
|
2686
2710
|
}>, {
|
|
2687
2711
|
object: string;
|
|
@@ -7769,7 +7793,31 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7769
7793
|
metadata: Record<string, any> | undefined;
|
|
7770
7794
|
isEphemeral: boolean | undefined;
|
|
7771
7795
|
providerId: string;
|
|
7772
|
-
|
|
7796
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7797
|
+
type: "reference";
|
|
7798
|
+
providerDeploymentId: string;
|
|
7799
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7800
|
+
type: "ephemeral";
|
|
7801
|
+
providerId: string;
|
|
7802
|
+
name: string | undefined;
|
|
7803
|
+
description: string | undefined;
|
|
7804
|
+
metadata: Record<string, any> | undefined;
|
|
7805
|
+
lockedProviderVersionId: string | undefined;
|
|
7806
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7807
|
+
type: "reference";
|
|
7808
|
+
providerConfigId: string;
|
|
7809
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7810
|
+
type: "ephemeral";
|
|
7811
|
+
name: string | undefined;
|
|
7812
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7813
|
+
type: "inline";
|
|
7814
|
+
data: Record<string, any>;
|
|
7815
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7816
|
+
type: "vault";
|
|
7817
|
+
providerConfigVaultId: string;
|
|
7818
|
+
}>;
|
|
7819
|
+
}> | undefined;
|
|
7820
|
+
}> | undefined;
|
|
7773
7821
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7774
7822
|
type: "inline";
|
|
7775
7823
|
data: Record<string, any>;
|
|
@@ -8849,17 +8897,21 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8849
8897
|
lockedProviderVersionId: string | undefined;
|
|
8850
8898
|
networkingRulesetIds: string[] | undefined;
|
|
8851
8899
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8852
|
-
type: "
|
|
8853
|
-
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8854
|
-
type: "inline";
|
|
8855
|
-
data: Record<string, any>;
|
|
8856
|
-
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8857
|
-
type: "config";
|
|
8900
|
+
type: "reference";
|
|
8858
8901
|
providerConfigId: string;
|
|
8859
8902
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8860
|
-
type: "
|
|
8861
|
-
|
|
8862
|
-
|
|
8903
|
+
type: "ephemeral";
|
|
8904
|
+
name: string | undefined;
|
|
8905
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8906
|
+
type: "inline";
|
|
8907
|
+
data: Record<string, any>;
|
|
8908
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8909
|
+
type: "vault";
|
|
8910
|
+
providerConfigVaultId: string;
|
|
8911
|
+
}>;
|
|
8912
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
8913
|
+
type: "none";
|
|
8914
|
+
}> | undefined;
|
|
8863
8915
|
}>, {
|
|
8864
8916
|
object: string;
|
|
8865
8917
|
id: string;
|
|
@@ -10211,7 +10263,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10211
10263
|
metadata: unknown;
|
|
10212
10264
|
redirectUrl: string | null;
|
|
10213
10265
|
url: string | null;
|
|
10214
|
-
authConfig:
|
|
10266
|
+
authConfig: {
|
|
10267
|
+
object: string;
|
|
10268
|
+
id: string;
|
|
10269
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10270
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10271
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10272
|
+
isEphemeral: boolean;
|
|
10273
|
+
isDefault: boolean;
|
|
10274
|
+
providerId: string;
|
|
10275
|
+
name: string | null;
|
|
10276
|
+
description: string | null;
|
|
10277
|
+
metadata: unknown;
|
|
10278
|
+
deploymentPreview: {
|
|
10279
|
+
object: string;
|
|
10280
|
+
id: string;
|
|
10281
|
+
isEphemeral: boolean;
|
|
10282
|
+
isDefault: boolean;
|
|
10283
|
+
name: string | null;
|
|
10284
|
+
description: string | null;
|
|
10285
|
+
metadata: unknown;
|
|
10286
|
+
providerId: string;
|
|
10287
|
+
createdAt: Date;
|
|
10288
|
+
updatedAt: Date;
|
|
10289
|
+
} | null;
|
|
10290
|
+
credentials: {
|
|
10291
|
+
object: string;
|
|
10292
|
+
id: string;
|
|
10293
|
+
type: "oauth";
|
|
10294
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10295
|
+
isEphemeral: boolean;
|
|
10296
|
+
isDefault: boolean;
|
|
10297
|
+
providerId: string;
|
|
10298
|
+
name: string | null;
|
|
10299
|
+
description: string | null;
|
|
10300
|
+
metadata: unknown;
|
|
10301
|
+
createdAt: Date;
|
|
10302
|
+
updatedAt: Date;
|
|
10303
|
+
} | null;
|
|
10304
|
+
authMethod: {
|
|
10305
|
+
object: string;
|
|
10306
|
+
id: string;
|
|
10307
|
+
key: string;
|
|
10308
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10309
|
+
name: string;
|
|
10310
|
+
description: string | null;
|
|
10311
|
+
capabilities: {
|
|
10312
|
+
[key: string]: any;
|
|
10313
|
+
};
|
|
10314
|
+
inputJsonSchema: Record<string, any>;
|
|
10315
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10316
|
+
scopes: {
|
|
10317
|
+
scope: string;
|
|
10318
|
+
id: string;
|
|
10319
|
+
title: string;
|
|
10320
|
+
description?: string;
|
|
10321
|
+
object: string;
|
|
10322
|
+
}[] | null;
|
|
10323
|
+
specificationId: string;
|
|
10324
|
+
providerId: string;
|
|
10325
|
+
createdAt: Date;
|
|
10326
|
+
updatedAt: Date;
|
|
10327
|
+
};
|
|
10328
|
+
createdAt: Date;
|
|
10329
|
+
updatedAt: Date;
|
|
10330
|
+
} | null;
|
|
10215
10331
|
credentials: {
|
|
10216
10332
|
object: string;
|
|
10217
10333
|
id: string;
|
|
@@ -10328,7 +10444,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10328
10444
|
metadata: unknown;
|
|
10329
10445
|
redirectUrl: string | null;
|
|
10330
10446
|
url: string | null;
|
|
10331
|
-
authConfig:
|
|
10447
|
+
authConfig: {
|
|
10448
|
+
object: string;
|
|
10449
|
+
id: string;
|
|
10450
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10451
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10452
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10453
|
+
isEphemeral: boolean;
|
|
10454
|
+
isDefault: boolean;
|
|
10455
|
+
providerId: string;
|
|
10456
|
+
name: string | null;
|
|
10457
|
+
description: string | null;
|
|
10458
|
+
metadata: unknown;
|
|
10459
|
+
deploymentPreview: {
|
|
10460
|
+
object: string;
|
|
10461
|
+
id: string;
|
|
10462
|
+
isEphemeral: boolean;
|
|
10463
|
+
isDefault: boolean;
|
|
10464
|
+
name: string | null;
|
|
10465
|
+
description: string | null;
|
|
10466
|
+
metadata: unknown;
|
|
10467
|
+
providerId: string;
|
|
10468
|
+
createdAt: Date;
|
|
10469
|
+
updatedAt: Date;
|
|
10470
|
+
} | null;
|
|
10471
|
+
credentials: {
|
|
10472
|
+
object: string;
|
|
10473
|
+
id: string;
|
|
10474
|
+
type: "oauth";
|
|
10475
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10476
|
+
isEphemeral: boolean;
|
|
10477
|
+
isDefault: boolean;
|
|
10478
|
+
providerId: string;
|
|
10479
|
+
name: string | null;
|
|
10480
|
+
description: string | null;
|
|
10481
|
+
metadata: unknown;
|
|
10482
|
+
createdAt: Date;
|
|
10483
|
+
updatedAt: Date;
|
|
10484
|
+
} | null;
|
|
10485
|
+
authMethod: {
|
|
10486
|
+
object: string;
|
|
10487
|
+
id: string;
|
|
10488
|
+
key: string;
|
|
10489
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10490
|
+
name: string;
|
|
10491
|
+
description: string | null;
|
|
10492
|
+
capabilities: {
|
|
10493
|
+
[key: string]: any;
|
|
10494
|
+
};
|
|
10495
|
+
inputJsonSchema: Record<string, any>;
|
|
10496
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10497
|
+
scopes: {
|
|
10498
|
+
scope: string;
|
|
10499
|
+
id: string;
|
|
10500
|
+
title: string;
|
|
10501
|
+
description?: string;
|
|
10502
|
+
object: string;
|
|
10503
|
+
}[] | null;
|
|
10504
|
+
specificationId: string;
|
|
10505
|
+
providerId: string;
|
|
10506
|
+
createdAt: Date;
|
|
10507
|
+
updatedAt: Date;
|
|
10508
|
+
};
|
|
10509
|
+
createdAt: Date;
|
|
10510
|
+
updatedAt: Date;
|
|
10511
|
+
} | null;
|
|
10332
10512
|
credentials: {
|
|
10333
10513
|
object: string;
|
|
10334
10514
|
id: string;
|
|
@@ -10625,7 +10805,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10625
10805
|
metadata: unknown;
|
|
10626
10806
|
redirectUrl: string | null;
|
|
10627
10807
|
url: string | null;
|
|
10628
|
-
authConfig:
|
|
10808
|
+
authConfig: {
|
|
10809
|
+
object: string;
|
|
10810
|
+
id: string;
|
|
10811
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10812
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10813
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10814
|
+
isEphemeral: boolean;
|
|
10815
|
+
isDefault: boolean;
|
|
10816
|
+
providerId: string;
|
|
10817
|
+
name: string | null;
|
|
10818
|
+
description: string | null;
|
|
10819
|
+
metadata: unknown;
|
|
10820
|
+
deploymentPreview: {
|
|
10821
|
+
object: string;
|
|
10822
|
+
id: string;
|
|
10823
|
+
isEphemeral: boolean;
|
|
10824
|
+
isDefault: boolean;
|
|
10825
|
+
name: string | null;
|
|
10826
|
+
description: string | null;
|
|
10827
|
+
metadata: unknown;
|
|
10828
|
+
providerId: string;
|
|
10829
|
+
createdAt: Date;
|
|
10830
|
+
updatedAt: Date;
|
|
10831
|
+
} | null;
|
|
10832
|
+
credentials: {
|
|
10833
|
+
object: string;
|
|
10834
|
+
id: string;
|
|
10835
|
+
type: "oauth";
|
|
10836
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
10837
|
+
isEphemeral: boolean;
|
|
10838
|
+
isDefault: boolean;
|
|
10839
|
+
providerId: string;
|
|
10840
|
+
name: string | null;
|
|
10841
|
+
description: string | null;
|
|
10842
|
+
metadata: unknown;
|
|
10843
|
+
createdAt: Date;
|
|
10844
|
+
updatedAt: Date;
|
|
10845
|
+
} | null;
|
|
10846
|
+
authMethod: {
|
|
10847
|
+
object: string;
|
|
10848
|
+
id: string;
|
|
10849
|
+
key: string;
|
|
10850
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
10851
|
+
name: string;
|
|
10852
|
+
description: string | null;
|
|
10853
|
+
capabilities: {
|
|
10854
|
+
[key: string]: any;
|
|
10855
|
+
};
|
|
10856
|
+
inputJsonSchema: Record<string, any>;
|
|
10857
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
10858
|
+
scopes: {
|
|
10859
|
+
scope: string;
|
|
10860
|
+
id: string;
|
|
10861
|
+
title: string;
|
|
10862
|
+
description?: string;
|
|
10863
|
+
object: string;
|
|
10864
|
+
}[] | null;
|
|
10865
|
+
specificationId: string;
|
|
10866
|
+
providerId: string;
|
|
10867
|
+
createdAt: Date;
|
|
10868
|
+
updatedAt: Date;
|
|
10869
|
+
};
|
|
10870
|
+
createdAt: Date;
|
|
10871
|
+
updatedAt: Date;
|
|
10872
|
+
} | null;
|
|
10629
10873
|
credentials: {
|
|
10630
10874
|
object: string;
|
|
10631
10875
|
id: string;
|
|
@@ -10740,7 +10984,71 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10740
10984
|
metadata: unknown;
|
|
10741
10985
|
redirectUrl: string | null;
|
|
10742
10986
|
url: string | null;
|
|
10743
|
-
authConfig:
|
|
10987
|
+
authConfig: {
|
|
10988
|
+
object: string;
|
|
10989
|
+
id: string;
|
|
10990
|
+
type: _metorial_subspace_db.ProviderAuthConfigType;
|
|
10991
|
+
source: _metorial_subspace_db.ProviderAuthConfigSource;
|
|
10992
|
+
status: _metorial_subspace_db.ProviderAuthConfigStatus;
|
|
10993
|
+
isEphemeral: boolean;
|
|
10994
|
+
isDefault: boolean;
|
|
10995
|
+
providerId: string;
|
|
10996
|
+
name: string | null;
|
|
10997
|
+
description: string | null;
|
|
10998
|
+
metadata: unknown;
|
|
10999
|
+
deploymentPreview: {
|
|
11000
|
+
object: string;
|
|
11001
|
+
id: string;
|
|
11002
|
+
isEphemeral: boolean;
|
|
11003
|
+
isDefault: boolean;
|
|
11004
|
+
name: string | null;
|
|
11005
|
+
description: string | null;
|
|
11006
|
+
metadata: unknown;
|
|
11007
|
+
providerId: string;
|
|
11008
|
+
createdAt: Date;
|
|
11009
|
+
updatedAt: Date;
|
|
11010
|
+
} | null;
|
|
11011
|
+
credentials: {
|
|
11012
|
+
object: string;
|
|
11013
|
+
id: string;
|
|
11014
|
+
type: "oauth";
|
|
11015
|
+
status: _metorial_subspace_db.ProviderAuthCredentialsStatus;
|
|
11016
|
+
isEphemeral: boolean;
|
|
11017
|
+
isDefault: boolean;
|
|
11018
|
+
providerId: string;
|
|
11019
|
+
name: string | null;
|
|
11020
|
+
description: string | null;
|
|
11021
|
+
metadata: unknown;
|
|
11022
|
+
createdAt: Date;
|
|
11023
|
+
updatedAt: Date;
|
|
11024
|
+
} | null;
|
|
11025
|
+
authMethod: {
|
|
11026
|
+
object: string;
|
|
11027
|
+
id: string;
|
|
11028
|
+
key: string;
|
|
11029
|
+
type: _metorial_subspace_db.ProviderAuthMethodType;
|
|
11030
|
+
name: string;
|
|
11031
|
+
description: string | null;
|
|
11032
|
+
capabilities: {
|
|
11033
|
+
[key: string]: any;
|
|
11034
|
+
};
|
|
11035
|
+
inputJsonSchema: Record<string, any>;
|
|
11036
|
+
outputJsonSchema: Record<string, any> | undefined;
|
|
11037
|
+
scopes: {
|
|
11038
|
+
scope: string;
|
|
11039
|
+
id: string;
|
|
11040
|
+
title: string;
|
|
11041
|
+
description?: string;
|
|
11042
|
+
object: string;
|
|
11043
|
+
}[] | null;
|
|
11044
|
+
specificationId: string;
|
|
11045
|
+
providerId: string;
|
|
11046
|
+
createdAt: Date;
|
|
11047
|
+
updatedAt: Date;
|
|
11048
|
+
};
|
|
11049
|
+
createdAt: Date;
|
|
11050
|
+
updatedAt: Date;
|
|
11051
|
+
} | null;
|
|
10744
11052
|
credentials: {
|
|
10745
11053
|
object: string;
|
|
10746
11054
|
id: string;
|
|
@@ -13125,9 +13433,54 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13125
13433
|
description: string | undefined;
|
|
13126
13434
|
metadata: Record<string, any> | undefined;
|
|
13127
13435
|
providers: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13436
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13437
|
+
type: "reference";
|
|
13438
|
+
providerDeploymentId: string;
|
|
13439
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13440
|
+
type: "ephemeral";
|
|
13441
|
+
providerId: string;
|
|
13442
|
+
name: string | undefined;
|
|
13443
|
+
description: string | undefined;
|
|
13444
|
+
metadata: Record<string, any> | undefined;
|
|
13445
|
+
lockedProviderVersionId: string | undefined;
|
|
13446
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13447
|
+
type: "reference";
|
|
13448
|
+
providerConfigId: string;
|
|
13449
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13450
|
+
type: "ephemeral";
|
|
13451
|
+
name: string | undefined;
|
|
13452
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13453
|
+
type: "inline";
|
|
13454
|
+
data: Record<string, any>;
|
|
13455
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13456
|
+
type: "vault";
|
|
13457
|
+
providerConfigVaultId: string;
|
|
13458
|
+
}>;
|
|
13459
|
+
}> | undefined;
|
|
13460
|
+
}>;
|
|
13461
|
+
providerConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13462
|
+
type: "reference";
|
|
13463
|
+
providerConfigId: string;
|
|
13464
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13465
|
+
type: "ephemeral";
|
|
13466
|
+
name: string | undefined;
|
|
13467
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13468
|
+
type: "inline";
|
|
13469
|
+
data: Record<string, any>;
|
|
13470
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13471
|
+
type: "vault";
|
|
13472
|
+
providerConfigVaultId: string;
|
|
13473
|
+
}>;
|
|
13474
|
+
}> | undefined;
|
|
13475
|
+
providerAuthConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13476
|
+
type: "reference";
|
|
13477
|
+
providerAuthConfigId: string;
|
|
13478
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13479
|
+
type: "ephemeral";
|
|
13480
|
+
name: string | undefined;
|
|
13481
|
+
providerAuthMethodId: string;
|
|
13482
|
+
credentials: Record<string, any>;
|
|
13483
|
+
}> | undefined;
|
|
13131
13484
|
sessionTemplateId: string | undefined;
|
|
13132
13485
|
toolFilters: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13133
13486
|
type: "tool_keys";
|
|
@@ -13984,9 +14337,54 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13984
14337
|
tenantId: string;
|
|
13985
14338
|
environmentId: string;
|
|
13986
14339
|
sessionId: string;
|
|
13987
|
-
|
|
13988
|
-
|
|
13989
|
-
|
|
14340
|
+
providerDeployment: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14341
|
+
type: "reference";
|
|
14342
|
+
providerDeploymentId: string;
|
|
14343
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14344
|
+
type: "ephemeral";
|
|
14345
|
+
providerId: string;
|
|
14346
|
+
name: string | undefined;
|
|
14347
|
+
description: string | undefined;
|
|
14348
|
+
metadata: Record<string, any> | undefined;
|
|
14349
|
+
lockedProviderVersionId: string | undefined;
|
|
14350
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14351
|
+
type: "reference";
|
|
14352
|
+
providerConfigId: string;
|
|
14353
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14354
|
+
type: "ephemeral";
|
|
14355
|
+
name: string | undefined;
|
|
14356
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14357
|
+
type: "inline";
|
|
14358
|
+
data: Record<string, any>;
|
|
14359
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14360
|
+
type: "vault";
|
|
14361
|
+
providerConfigVaultId: string;
|
|
14362
|
+
}>;
|
|
14363
|
+
}> | undefined;
|
|
14364
|
+
}>;
|
|
14365
|
+
providerConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14366
|
+
type: "reference";
|
|
14367
|
+
providerConfigId: string;
|
|
14368
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14369
|
+
type: "ephemeral";
|
|
14370
|
+
name: string | undefined;
|
|
14371
|
+
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14372
|
+
type: "inline";
|
|
14373
|
+
data: Record<string, any>;
|
|
14374
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14375
|
+
type: "vault";
|
|
14376
|
+
providerConfigVaultId: string;
|
|
14377
|
+
}>;
|
|
14378
|
+
}> | undefined;
|
|
14379
|
+
providerAuthConfig: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14380
|
+
type: "reference";
|
|
14381
|
+
providerAuthConfigId: string;
|
|
14382
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
14383
|
+
type: "ephemeral";
|
|
14384
|
+
name: string | undefined;
|
|
14385
|
+
providerAuthMethodId: string;
|
|
14386
|
+
credentials: Record<string, any>;
|
|
14387
|
+
}> | undefined;
|
|
13990
14388
|
toolFilters: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
13991
14389
|
type: "tool_keys";
|
|
13992
14390
|
keys: string[];
|
|
@@ -15712,7 +16110,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15712
16110
|
};
|
|
15713
16111
|
input: any;
|
|
15714
16112
|
output: any;
|
|
15715
|
-
error:
|
|
16113
|
+
error: {
|
|
15716
16114
|
object: string;
|
|
15717
16115
|
id: string;
|
|
15718
16116
|
code: string;
|
|
@@ -15724,7 +16122,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15724
16122
|
groupId: string;
|
|
15725
16123
|
similarErrorCount: number;
|
|
15726
16124
|
createdAt: Date;
|
|
15727
|
-
}
|
|
16125
|
+
} | null;
|
|
15728
16126
|
createdAt: Date;
|
|
15729
16127
|
} | null;
|
|
15730
16128
|
senderParticipant: {
|
|
@@ -16048,7 +16446,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16048
16446
|
};
|
|
16049
16447
|
input: any;
|
|
16050
16448
|
output: any;
|
|
16051
|
-
error:
|
|
16449
|
+
error: {
|
|
16052
16450
|
object: string;
|
|
16053
16451
|
id: string;
|
|
16054
16452
|
code: string;
|
|
@@ -16060,7 +16458,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16060
16458
|
groupId: string;
|
|
16061
16459
|
similarErrorCount: number;
|
|
16062
16460
|
createdAt: Date;
|
|
16063
|
-
}
|
|
16461
|
+
} | null;
|
|
16064
16462
|
createdAt: Date;
|
|
16065
16463
|
} | null;
|
|
16066
16464
|
senderParticipant: {
|
|
@@ -17119,7 +17517,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17119
17517
|
};
|
|
17120
17518
|
input: any;
|
|
17121
17519
|
output: any;
|
|
17122
|
-
error:
|
|
17520
|
+
error: {
|
|
17123
17521
|
object: string;
|
|
17124
17522
|
id: string;
|
|
17125
17523
|
code: string;
|
|
@@ -17131,7 +17529,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17131
17529
|
groupId: string;
|
|
17132
17530
|
similarErrorCount: number;
|
|
17133
17531
|
createdAt: Date;
|
|
17134
|
-
}
|
|
17532
|
+
} | null;
|
|
17135
17533
|
createdAt: Date;
|
|
17136
17534
|
} | null;
|
|
17137
17535
|
senderParticipant: {
|
|
@@ -17358,7 +17756,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17358
17756
|
};
|
|
17359
17757
|
input: any;
|
|
17360
17758
|
output: any;
|
|
17361
|
-
error:
|
|
17759
|
+
error: {
|
|
17362
17760
|
object: string;
|
|
17363
17761
|
id: string;
|
|
17364
17762
|
code: string;
|
|
@@ -17370,7 +17768,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17370
17768
|
groupId: string;
|
|
17371
17769
|
similarErrorCount: number;
|
|
17372
17770
|
createdAt: Date;
|
|
17373
|
-
}
|
|
17771
|
+
} | null;
|
|
17374
17772
|
createdAt: Date;
|
|
17375
17773
|
} | null;
|
|
17376
17774
|
senderParticipant: {
|