@metorial-services/subspace-client 1.0.13 → 1.0.14
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -24035,7 +24035,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
24035
24035
|
tenantId: string;
|
|
24036
24036
|
environmentId: string;
|
|
24037
24037
|
customProviderDeploymentId: string;
|
|
24038
|
-
}>,
|
|
24038
|
+
}>, {
|
|
24039
24039
|
object: string;
|
|
24040
24040
|
customProviderDeploymentId: string;
|
|
24041
24041
|
steps: ({
|
package/dist/index.d.ts
CHANGED
|
@@ -24035,7 +24035,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
24035
24035
|
tenantId: string;
|
|
24036
24036
|
environmentId: string;
|
|
24037
24037
|
customProviderDeploymentId: string;
|
|
24038
|
-
}>,
|
|
24038
|
+
}>, {
|
|
24039
24039
|
object: string;
|
|
24040
24040
|
customProviderDeploymentId: string;
|
|
24041
24041
|
steps: ({
|