@suprsend/node-sdk 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suprsend/node-sdk",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Suprsend Node SDK to trigger workflow from backend",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/types/index.d.ts CHANGED
@@ -154,7 +154,7 @@ declare namespace suprsend {
154
154
  new (
155
155
  workspace_env: string,
156
156
  workspace_secret: string,
157
- config: { is_staging: boolean }
157
+ config?: { is_staging?: boolean }
158
158
  ): Suprsend;
159
159
 
160
160
  get bulk_workflows(): BulkWorkflowsFactory;