@metorial-services/subspace-client 1.0.4 → 1.0.5
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 +15 -2
- package/dist/index.d.ts +15 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -13056,6 +13056,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13056
13056
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
13057
13057
|
isManuallyDisabled: boolean;
|
|
13058
13058
|
isReplaced: boolean;
|
|
13059
|
+
isForManualToolCalls: boolean;
|
|
13059
13060
|
totalProductiveClientMessageCount: number;
|
|
13060
13061
|
totalProductiveServerMessageCount: number;
|
|
13061
13062
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -13288,6 +13289,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13288
13289
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
13289
13290
|
isManuallyDisabled: boolean;
|
|
13290
13291
|
isReplaced: boolean;
|
|
13292
|
+
isForManualToolCalls: boolean;
|
|
13291
13293
|
totalProductiveClientMessageCount: number;
|
|
13292
13294
|
totalProductiveServerMessageCount: number;
|
|
13293
13295
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14265,6 +14267,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14265
14267
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14266
14268
|
isManuallyDisabled: boolean;
|
|
14267
14269
|
isReplaced: boolean;
|
|
14270
|
+
isForManualToolCalls: boolean;
|
|
14268
14271
|
totalProductiveClientMessageCount: number;
|
|
14269
14272
|
totalProductiveServerMessageCount: number;
|
|
14270
14273
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14405,6 +14408,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14405
14408
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14406
14409
|
isManuallyDisabled: boolean;
|
|
14407
14410
|
isReplaced: boolean;
|
|
14411
|
+
isForManualToolCalls: boolean;
|
|
14408
14412
|
totalProductiveClientMessageCount: number;
|
|
14409
14413
|
totalProductiveServerMessageCount: number;
|
|
14410
14414
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14511,6 +14515,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14511
14515
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14512
14516
|
isManuallyDisabled: boolean;
|
|
14513
14517
|
isReplaced: boolean;
|
|
14518
|
+
isForManualToolCalls: boolean;
|
|
14514
14519
|
totalProductiveClientMessageCount: number;
|
|
14515
14520
|
totalProductiveServerMessageCount: number;
|
|
14516
14521
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14670,13 +14675,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14670
14675
|
id: string;
|
|
14671
14676
|
createdAt: Date;
|
|
14672
14677
|
tenantOid: bigint;
|
|
14678
|
+
metadata: unknown | null;
|
|
14673
14679
|
solutionOid: number;
|
|
14674
14680
|
environmentOid: bigint;
|
|
14675
14681
|
sessionOid: bigint;
|
|
14676
14682
|
providerRunOid: bigint | null;
|
|
14683
|
+
messageOid: bigint;
|
|
14677
14684
|
sessionProviderOid: bigint | null;
|
|
14678
14685
|
toolKey: string;
|
|
14679
|
-
messageId: string;
|
|
14680
14686
|
toolOid: bigint;
|
|
14681
14687
|
}) | null;
|
|
14682
14688
|
connection: {
|
|
@@ -14696,6 +14702,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14696
14702
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14697
14703
|
isManuallyDisabled: boolean;
|
|
14698
14704
|
isReplaced: boolean;
|
|
14705
|
+
isForManualToolCalls: boolean;
|
|
14699
14706
|
totalProductiveClientMessageCount: number;
|
|
14700
14707
|
totalProductiveServerMessageCount: number;
|
|
14701
14708
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14956,6 +14963,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14956
14963
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14957
14964
|
isManuallyDisabled: boolean;
|
|
14958
14965
|
isReplaced: boolean;
|
|
14966
|
+
isForManualToolCalls: boolean;
|
|
14959
14967
|
totalProductiveClientMessageCount: number;
|
|
14960
14968
|
totalProductiveServerMessageCount: number;
|
|
14961
14969
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -15550,6 +15558,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15550
15558
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
15551
15559
|
isManuallyDisabled: boolean;
|
|
15552
15560
|
isReplaced: boolean;
|
|
15561
|
+
isForManualToolCalls: boolean;
|
|
15553
15562
|
totalProductiveClientMessageCount: number;
|
|
15554
15563
|
totalProductiveServerMessageCount: number;
|
|
15555
15564
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -15709,13 +15718,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15709
15718
|
id: string;
|
|
15710
15719
|
createdAt: Date;
|
|
15711
15720
|
tenantOid: bigint;
|
|
15721
|
+
metadata: unknown | null;
|
|
15712
15722
|
solutionOid: number;
|
|
15713
15723
|
environmentOid: bigint;
|
|
15714
15724
|
sessionOid: bigint;
|
|
15715
15725
|
providerRunOid: bigint | null;
|
|
15726
|
+
messageOid: bigint;
|
|
15716
15727
|
sessionProviderOid: bigint | null;
|
|
15717
15728
|
toolKey: string;
|
|
15718
|
-
messageId: string;
|
|
15719
15729
|
toolOid: bigint;
|
|
15720
15730
|
}) | null;
|
|
15721
15731
|
connection: {
|
|
@@ -15735,6 +15745,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15735
15745
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
15736
15746
|
isManuallyDisabled: boolean;
|
|
15737
15747
|
isReplaced: boolean;
|
|
15748
|
+
isForManualToolCalls: boolean;
|
|
15738
15749
|
totalProductiveClientMessageCount: number;
|
|
15739
15750
|
totalProductiveServerMessageCount: number;
|
|
15740
15751
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -23925,6 +23936,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
23925
23936
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
23926
23937
|
isManuallyDisabled: boolean;
|
|
23927
23938
|
isReplaced: boolean;
|
|
23939
|
+
isForManualToolCalls: boolean;
|
|
23928
23940
|
totalProductiveClientMessageCount: number;
|
|
23929
23941
|
totalProductiveServerMessageCount: number;
|
|
23930
23942
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -24099,6 +24111,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
24099
24111
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
24100
24112
|
isManuallyDisabled: boolean;
|
|
24101
24113
|
isReplaced: boolean;
|
|
24114
|
+
isForManualToolCalls: boolean;
|
|
24102
24115
|
totalProductiveClientMessageCount: number;
|
|
24103
24116
|
totalProductiveServerMessageCount: number;
|
|
24104
24117
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
package/dist/index.d.ts
CHANGED
|
@@ -13056,6 +13056,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13056
13056
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
13057
13057
|
isManuallyDisabled: boolean;
|
|
13058
13058
|
isReplaced: boolean;
|
|
13059
|
+
isForManualToolCalls: boolean;
|
|
13059
13060
|
totalProductiveClientMessageCount: number;
|
|
13060
13061
|
totalProductiveServerMessageCount: number;
|
|
13061
13062
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -13288,6 +13289,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13288
13289
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
13289
13290
|
isManuallyDisabled: boolean;
|
|
13290
13291
|
isReplaced: boolean;
|
|
13292
|
+
isForManualToolCalls: boolean;
|
|
13291
13293
|
totalProductiveClientMessageCount: number;
|
|
13292
13294
|
totalProductiveServerMessageCount: number;
|
|
13293
13295
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14265,6 +14267,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14265
14267
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14266
14268
|
isManuallyDisabled: boolean;
|
|
14267
14269
|
isReplaced: boolean;
|
|
14270
|
+
isForManualToolCalls: boolean;
|
|
14268
14271
|
totalProductiveClientMessageCount: number;
|
|
14269
14272
|
totalProductiveServerMessageCount: number;
|
|
14270
14273
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14405,6 +14408,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14405
14408
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14406
14409
|
isManuallyDisabled: boolean;
|
|
14407
14410
|
isReplaced: boolean;
|
|
14411
|
+
isForManualToolCalls: boolean;
|
|
14408
14412
|
totalProductiveClientMessageCount: number;
|
|
14409
14413
|
totalProductiveServerMessageCount: number;
|
|
14410
14414
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14511,6 +14515,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14511
14515
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14512
14516
|
isManuallyDisabled: boolean;
|
|
14513
14517
|
isReplaced: boolean;
|
|
14518
|
+
isForManualToolCalls: boolean;
|
|
14514
14519
|
totalProductiveClientMessageCount: number;
|
|
14515
14520
|
totalProductiveServerMessageCount: number;
|
|
14516
14521
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14670,13 +14675,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14670
14675
|
id: string;
|
|
14671
14676
|
createdAt: Date;
|
|
14672
14677
|
tenantOid: bigint;
|
|
14678
|
+
metadata: unknown | null;
|
|
14673
14679
|
solutionOid: number;
|
|
14674
14680
|
environmentOid: bigint;
|
|
14675
14681
|
sessionOid: bigint;
|
|
14676
14682
|
providerRunOid: bigint | null;
|
|
14683
|
+
messageOid: bigint;
|
|
14677
14684
|
sessionProviderOid: bigint | null;
|
|
14678
14685
|
toolKey: string;
|
|
14679
|
-
messageId: string;
|
|
14680
14686
|
toolOid: bigint;
|
|
14681
14687
|
}) | null;
|
|
14682
14688
|
connection: {
|
|
@@ -14696,6 +14702,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14696
14702
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14697
14703
|
isManuallyDisabled: boolean;
|
|
14698
14704
|
isReplaced: boolean;
|
|
14705
|
+
isForManualToolCalls: boolean;
|
|
14699
14706
|
totalProductiveClientMessageCount: number;
|
|
14700
14707
|
totalProductiveServerMessageCount: number;
|
|
14701
14708
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -14956,6 +14963,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14956
14963
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
14957
14964
|
isManuallyDisabled: boolean;
|
|
14958
14965
|
isReplaced: boolean;
|
|
14966
|
+
isForManualToolCalls: boolean;
|
|
14959
14967
|
totalProductiveClientMessageCount: number;
|
|
14960
14968
|
totalProductiveServerMessageCount: number;
|
|
14961
14969
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -15550,6 +15558,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15550
15558
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
15551
15559
|
isManuallyDisabled: boolean;
|
|
15552
15560
|
isReplaced: boolean;
|
|
15561
|
+
isForManualToolCalls: boolean;
|
|
15553
15562
|
totalProductiveClientMessageCount: number;
|
|
15554
15563
|
totalProductiveServerMessageCount: number;
|
|
15555
15564
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -15709,13 +15718,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15709
15718
|
id: string;
|
|
15710
15719
|
createdAt: Date;
|
|
15711
15720
|
tenantOid: bigint;
|
|
15721
|
+
metadata: unknown | null;
|
|
15712
15722
|
solutionOid: number;
|
|
15713
15723
|
environmentOid: bigint;
|
|
15714
15724
|
sessionOid: bigint;
|
|
15715
15725
|
providerRunOid: bigint | null;
|
|
15726
|
+
messageOid: bigint;
|
|
15716
15727
|
sessionProviderOid: bigint | null;
|
|
15717
15728
|
toolKey: string;
|
|
15718
|
-
messageId: string;
|
|
15719
15729
|
toolOid: bigint;
|
|
15720
15730
|
}) | null;
|
|
15721
15731
|
connection: {
|
|
@@ -15735,6 +15745,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15735
15745
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
15736
15746
|
isManuallyDisabled: boolean;
|
|
15737
15747
|
isReplaced: boolean;
|
|
15748
|
+
isForManualToolCalls: boolean;
|
|
15738
15749
|
totalProductiveClientMessageCount: number;
|
|
15739
15750
|
totalProductiveServerMessageCount: number;
|
|
15740
15751
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -23925,6 +23936,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
23925
23936
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
23926
23937
|
isManuallyDisabled: boolean;
|
|
23927
23938
|
isReplaced: boolean;
|
|
23939
|
+
isForManualToolCalls: boolean;
|
|
23928
23940
|
totalProductiveClientMessageCount: number;
|
|
23929
23941
|
totalProductiveServerMessageCount: number;
|
|
23930
23942
|
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
@@ -24099,6 +24111,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
24099
24111
|
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
24100
24112
|
isManuallyDisabled: boolean;
|
|
24101
24113
|
isReplaced: boolean;
|
|
24114
|
+
isForManualToolCalls: boolean;
|
|
24102
24115
|
totalProductiveClientMessageCount: number;
|
|
24103
24116
|
totalProductiveServerMessageCount: number;
|
|
24104
24117
|
mcpData: PrismaJson.SessionConnectionMcpData;
|