@relayfile/sdk 0.1.2 → 0.1.3
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/types.d.ts +3 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -129,6 +129,9 @@ export interface OperationStatusResponse {
|
|
|
129
129
|
lastError?: string | null;
|
|
130
130
|
providerResult?: Record<string, unknown>;
|
|
131
131
|
correlationId?: string;
|
|
132
|
+
createdAt?: string;
|
|
133
|
+
updatedAt?: string;
|
|
134
|
+
completedAt?: string | null;
|
|
132
135
|
}
|
|
133
136
|
export interface GetOperationsOptions {
|
|
134
137
|
status?: OperationStatus;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayfile/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "TypeScript SDK for relayfile — real-time filesystem for humans and agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
26
|
"url": "https://github.com/AgentWorkforce/relayfile",
|
|
27
|
-
"directory": "packages/sdk"
|
|
27
|
+
"directory": "packages/sdk/typescript"
|
|
28
28
|
},
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"keywords": [
|