@temporalio/proto 0.17.2 → 0.19.0
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/README.md +6 -11
- package/lib/coresdk.d.ts +4303 -3729
- package/lib/coresdk.js +8326 -7428
- package/lib/index.d.ts +8 -1
- package/lib/temporal.d.ts +57 -2
- package/lib/temporal.js +150 -2
- package/package.json +2 -2
- package/scripts/compile-proto.js +5 -3
package/README.md
CHANGED
|
@@ -2,16 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@temporalio/proto)
|
|
4
4
|
|
|
5
|
-
Part of
|
|
5
|
+
Part of [Temporal](https://temporal.io)'s TypeScript SDK (see [docs](https://docs.temporal.io/docs/typescript/introduction/) and [samples](https://github.com/temporalio/samples-typescript)).
|
|
6
6
|
|
|
7
|
-
You should
|
|
7
|
+
You should usually not be using this package directly. Instead use:
|
|
8
8
|
|
|
9
|
-
- https://typescript.temporal.io/api/namespaces/client
|
|
10
|
-
- https://typescript.temporal.io/api/namespaces/
|
|
11
|
-
- https://typescript.temporal.io/api/namespaces/
|
|
12
|
-
- https://typescript.temporal.io/api/namespaces/
|
|
13
|
-
|
|
14
|
-
More docs:
|
|
15
|
-
|
|
16
|
-
- See code samples [here](https://github.com/temporalio/samples-typescript)
|
|
17
|
-
- See full introduction on the [docs site](https://docs.temporal.io/docs/typescript/introduction)
|
|
9
|
+
- [`@temporalio/client`](https://typescript.temporal.io/api/namespaces/client)
|
|
10
|
+
- [`@temporalio/worker`](https://typescript.temporal.io/api/namespaces/worker)
|
|
11
|
+
- [`@temporalio/workflow`](https://typescript.temporal.io/api/namespaces/workflow)
|
|
12
|
+
- [`@temporalio/activity`](https://typescript.temporal.io/api/namespaces/activity)
|