ns8-switchboard-interfaces
Advanced tools
Comparing version 1.0.124 to 1.0.125
@@ -15,2 +15,3 @@ /// <reference types="node" /> | ||
actorType?: ActorType; | ||
stepFunctionData?: any; | ||
constructor(context: Partial<SwitchContext>); | ||
@@ -17,0 +18,0 @@ createWebhookUrl(action: string): URL; |
@@ -14,2 +14,3 @@ "use strict"; | ||
this.actorType = context.actorType; | ||
this.stepFunctionData = context.stepFunctionData; | ||
} | ||
@@ -16,0 +17,0 @@ createWebhookUrl(action) { |
{ | ||
"name": "ns8-switchboard-interfaces", | ||
"version": "1.0.124", | ||
"version": "1.0.125", | ||
"description": "Contains switchboard interfaces", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17866
285