@suprsend/node-sdk 1.8.0 → 1.8.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.
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suprsend/node-sdk",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Suprsend Node SDK to trigger workflow from backend",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "$idempotency_key": {
10
10
  "type": ["string", "null"],
11
- "maxLength": 64,
11
+ "maxLength": 255,
12
12
  "description": "unique id provided by client for request"
13
13
  },
14
14
  "brand_id": {