Socket
Socket
Sign inDemoInstall

@temporalio/client

Package Overview
Dependencies
6
Maintainers
8
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.9.1

8

lib/workflow-options.d.ts

@@ -47,2 +47,10 @@ import { CommonWorkflowOptions, SignalDefinition, WithWorkflowArgs, Workflow } from '@temporalio/common';

export interface WorkflowUpdateOptions {
/**
* The Update Id, which is a unique-per-Workflow-Execution identifier for this Update.
*
* We recommend setting it to a meaningful business ID or idempotency key (like a request ID) passed from upstream. If
* it is not provided, it will be set to a random string by the Client. If the Server receives two Updates with the
* same Update Id to a Workflow Execution with the same Run Id, the second Update will return a handle to the first
* Update.
*/
readonly updateId?: string;

@@ -49,0 +57,0 @@ }

8

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

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"@grpc/grpc-js": "~1.7.3",
"@temporalio/common": "1.9.0",
"@temporalio/proto": "1.9.0",
"@temporalio/common": "1.9.1",
"@temporalio/proto": "1.9.1",
"abort-controller": "^3.0.0",

@@ -43,3 +43,3 @@ "long": "^5.2.3",

],
"gitHead": "5096976287616207edcd3e4281a2a5e1f7393e33"
"gitHead": "05f22004a0d877d8a128768016d5719adbc67de8"
}

@@ -69,2 +69,10 @@ import { CommonWorkflowOptions, SignalDefinition, WithWorkflowArgs, Workflow } from '@temporalio/common';

export interface WorkflowUpdateOptions {
/**
* The Update Id, which is a unique-per-Workflow-Execution identifier for this Update.
*
* We recommend setting it to a meaningful business ID or idempotency key (like a request ID) passed from upstream. If
* it is not provided, it will be set to a random string by the Client. If the Server receives two Updates with the
* same Update Id to a Workflow Execution with the same Run Id, the second Update will return a handle to the first
* Update.
*/
readonly updateId?: string;

@@ -71,0 +79,0 @@ }

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