@stackone/connect-sdk 1.43.0 → 1.44.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.d.mts CHANGED
@@ -276,6 +276,7 @@ declare enum StepFunctionName {
276
276
  GROUP_DATA = "group_data",
277
277
  REQUEST = "request",
278
278
  PAGINATED_REQUEST = "paginated_request",
279
+ STATIC_VALUES = "static_values",
279
280
  }
280
281
  //#endregion
281
282
  //#region ../core/src/stepFunctions/types.d.ts
package/dist/index.d.ts CHANGED
@@ -276,6 +276,7 @@ declare enum StepFunctionName {
276
276
  GROUP_DATA = "group_data",
277
277
  REQUEST = "request",
278
278
  PAGINATED_REQUEST = "paginated_request",
279
+ STATIC_VALUES = "static_values",
279
280
  }
280
281
  //#endregion
281
282
  //#region ../core/src/stepFunctions/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/connect-sdk",
3
- "version": "1.43.0",
3
+ "version": "1.44.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",