Skip to content

Commit bf07186

Browse files
committed
Add changed-fields to entry payload
1 parent 17da638 commit bf07186

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envoy/envoy-integrations-sdk",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "SDK for building Envoy integrations.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/payloads/EntryPayload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type EntryPayload = {
2424
};
2525
'flow-name': string;
2626
nda?: string;
27+
'changed-fields'?: Array<string>;
2728
'legal-docs'?: Array<{
2829
id: string;
2930
url: string;

0 commit comments

Comments
 (0)