zernio-sdk 0.0.842 → 0.0.843
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.
- checksums.yaml +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 491663f31ef66deb09e271e571c254be72c2b2f20548d25e288bb42dd1f3add8
|
|
4
|
+
data.tar.gz: b91dedca4856abf90f01cff345dd29b83037d121c4b919b629fde11fcd2dec95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33881655a9fdbdf23768e684cab2aaf407e14e213858f805e9414a64f1cbc16fc1303c857bbc5f2a69a98bb5930d7b0b302215143618d7ea46596af9e2623708
|
|
7
|
+
data.tar.gz: 4a98d287480bd5ca1376333b6fb0025e91dd25a033a44699f3d22d195ab53c091a14cba025934674a61b6b4234d1ea1f7e473586c4eedcbce55e1134362503b4
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -39492,7 +39492,7 @@ paths:
|
|
|
39492
39492
|
nodeCount: { type: integer }
|
|
39493
39493
|
entryNodeId: { type: string }
|
|
39494
39494
|
createdAt: { type: string, format: date-time }
|
|
39495
|
-
'400': { description: "Invalid graph (duplicate node ids, edges referencing missing nodes,
|
|
39495
|
+
'400': { description: "Invalid graph (duplicate node ids, edges referencing missing nodes, a WhatsApp-only node on another platform, or a WhatsApp interactive list node whose sections carry no rows)" }
|
|
39496
39496
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39497
39497
|
|
|
39498
39498
|
/v1/workflows/{workflowId}:
|
|
@@ -39584,7 +39584,7 @@ paths:
|
|
|
39584
39584
|
entryNodeId: { type: string }
|
|
39585
39585
|
nodeCount: { type: integer }
|
|
39586
39586
|
updatedAt: { type: string, format: date-time }
|
|
39587
|
-
'400': { description: "Invalid graph, or a graph edit attempted while the workflow is active" }
|
|
39587
|
+
'400': { description: "Invalid graph (including a WhatsApp interactive list node whose sections carry no rows), or a graph edit attempted while the workflow is active" }
|
|
39588
39588
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39589
39589
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
39590
39590
|
delete:
|