Socket
Socket
Sign inDemoInstall

@temporalio/client

Package Overview
Dependencies
6
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.0 to 0.16.3

5

lib/workflow-client.d.ts

@@ -210,3 +210,6 @@ import { temporal } from '@temporalio/proto';

/**
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`.
*
* This method does not validate `workflowId`. If there is no Workflow Execution with the given `workflowId`, handle
* methods like `handle.describe()` will throw a `NOT_FOUND` error.
*/

@@ -213,0 +216,0 @@ getHandle<T extends Workflow>(workflowId: string, runId?: string, options?: WorkflowResultOptions): WorkflowHandle<T>;

@@ -412,3 +412,6 @@ "use strict";

/**
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`.
*
* This method does not validate `workflowId`. If there is no Workflow Execution with the given `workflowId`, handle
* methods like `handle.describe()` will throw a `NOT_FOUND` error.
*/

@@ -415,0 +418,0 @@ getHandle(workflowId, runId, options) {

4

package.json
{
"name": "@temporalio/client",
"version": "0.16.0",
"version": "0.16.3",
"description": "Temporal.io SDK Client sub-package",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

},
"gitHead": "42638434f033db2b55c43c2a9a7751d883ba17ec"
"gitHead": "af54140a4da7e191c06627c5e06b92a3fd929bcc"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc