@stackone/connect-sdk 1.4.1 → 1.5.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/dist/index.es.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{StepFunctionsFactory as o}from"@stackone/core";const t=async({block:t,stepFunctionName:n,params:a,buildStepFunction:c=o.build})=>{const e=c({functionName:n});return await e({block:t,params:a})};export{t as executeStepFunction};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var t=require("@stackone/core");exports.executeStepFunction=async({block:e,stepFunctionName:c,params:n,buildStepFunction:a=t.StepFunctionsFactory.build})=>{const o=a({functionName:c});return await o({block:e,params:n})};
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import { type Block, type StepFunctionName, type StepFunctionParams, StepFunctionsFactory
|
|
2
|
-
export declare const executeFieldMappingStepFunctions: ({ block, getFieldMappingStepFunctionsFn, stepsBasicPipeRunnerFn, }: {
|
|
3
|
-
block: Block;
|
|
4
|
-
getFieldMappingStepFunctionsFn?: typeof getFieldMappingStepFunctions;
|
|
5
|
-
stepsBasicPipeRunnerFn?: typeof stepsBasicPipeRunner;
|
|
6
|
-
}) => Promise<Block>;
|
|
1
|
+
import { type Block, type StepFunctionName, type StepFunctionParams, StepFunctionsFactory } from '@stackone/core';
|
|
7
2
|
export declare const executeStepFunction: ({ block, stepFunctionName, params, buildStepFunction, }: {
|
|
8
3
|
block: Block;
|
|
9
4
|
stepFunctionName: StepFunctionName;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { executeStepFunction } from './executeStepFunctions';
|